katello 4.16.3 → 4.17.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/hosts/host_and_hostgroup_edit.js +5 -3
- data/app/assets/javascripts/katello/locale/bn/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ca/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/cs/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/de/katello.js +87 -273
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/el/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/en/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/en_US/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/es/katello.js +242 -428
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/fr/katello.js +900 -1086
- data/app/assets/javascripts/katello/locale/gl/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/gu/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/hi/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/id/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/it/katello.js +78 -264
- data/app/assets/javascripts/katello/locale/ja/katello.js +628 -814
- data/app/assets/javascripts/katello/locale/ka/katello.js +474 -660
- data/app/assets/javascripts/katello/locale/kn/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ko/katello.js +2129 -2314
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/mr/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/or/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pa/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pl/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pt/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +255 -441
- data/app/assets/javascripts/katello/locale/ro/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ru/katello.js +78 -264
- data/app/assets/javascripts/katello/locale/sl/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ta/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/te/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/tr/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/vi/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/zh/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +632 -818
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +78 -264
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +19 -5
- data/app/controllers/katello/api/v2/content_view_components_controller.rb +6 -6
- data/app/controllers/katello/api/v2/content_view_filters_controller.rb +3 -0
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +6 -0
- data/app/controllers/katello/api/v2/content_views_controller.rb +12 -1
- data/app/controllers/katello/api/v2/exports_controller.rb +3 -0
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +12 -14
- data/app/controllers/katello/api/v2/organizations_controller.rb +10 -10
- data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +8 -2
- data/app/lib/actions/helpers/rolling_cv_repos.rb +25 -0
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +6 -1
- data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +39 -0
- data/app/lib/actions/katello/content_view/create.rb +3 -0
- data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +40 -0
- data/app/lib/actions/katello/content_view/remove.rb +8 -4
- data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +28 -0
- data/app/lib/actions/katello/content_view/update.rb +8 -0
- data/app/lib/actions/katello/repository/check_matching_content.rb +1 -8
- data/app/lib/actions/katello/repository/import_upload.rb +5 -0
- data/app/lib/actions/katello/repository/sync.rb +8 -4
- data/app/lib/actions/katello/repository/upload_files.rb +7 -1
- data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +3 -2
- data/app/lib/actions/pulp3/orphan_cleanup/delete_orphan_repository_versions.rb +8 -1
- data/app/lib/katello/errors.rb +8 -0
- data/app/lib/katello/validators/container_image_name_validator.rb +3 -2
- data/app/models/katello/authorization/repository.rb +11 -1
- data/app/models/katello/concerns/host_managed_extensions.rb +2 -2
- data/app/models/katello/concerns/pulp_database_unit.rb +12 -42
- data/app/models/katello/concerns/smart_proxy_extensions.rb +8 -0
- data/app/models/katello/content_view.rb +14 -1
- data/app/models/katello/content_view_component.rb +4 -0
- data/app/models/katello/content_view_environment.rb +1 -0
- data/app/models/katello/content_view_version.rb +3 -2
- data/app/models/katello/host/content_facet.rb +18 -5
- data/app/models/katello/product_content.rb +3 -1
- data/app/models/katello/repository.rb +3 -3
- data/app/services/katello/content_unit_indexer.rb +1 -1
- data/app/services/katello/pulp3/api/content_guard.rb +1 -1
- data/app/services/katello/pulp3/api/core.rb +6 -0
- data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +58 -1
- data/app/services/katello/pulp3/smart_proxy_repository.rb +67 -3
- data/app/services/katello/smart_proxy_helper.rb +6 -1
- data/app/views/foreman/job_templates/install_errata_-_katello_ansible_default.erb +15 -1
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +15 -1
- data/app/views/foreman/job_templates/install_group_-_katello_ansible_default.erb +15 -2
- data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +21 -2
- data/app/views/foreman/job_templates/remove_group_-_katello_ansible_default.erb +15 -1
- data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +20 -1
- data/app/views/foreman/job_templates/update_group_-_katello_ansible_default.erb +15 -2
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +17 -1
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -0
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +2 -1
- data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -0
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +12 -0
- data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
- data/app/views/katello/api/v2/environments/show.json.rabl +14 -0
- data/app/views/katello/api/v2/hosts/base.json.rabl +1 -0
- data/app/views/katello/api/v2/organizations/show.json.rabl +2 -0
- data/app/views/katello/api/v2/repositories/base.json.rabl +2 -1
- data/db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb +1 -1
- data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +0 -20
- data/db/migrate/20241022122325_add_rolling_to_katello_content_views.rb +5 -0
- data/db/migrate/20241025151105_remove_pulp3_migrated_hrefs_from_content_tables.rb +1 -1
- data/db/migrate/20250215143303_drop_katello_yum_metadata_file.rb +5 -0
- data/db/migrate/20250409120843_fix_file_download_policy.rb +11 -0
- data/db/migrate/20250410155300_change_ansible_templates_category.rb +22 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repository-types.service.js +3 -0
- data/lib/katello/engine.rb +9 -1
- data/lib/katello/repository_types/python.rb +1 -1
- data/lib/katello/tasks/repository.rake +1 -1
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +3 -0
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +77 -263
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +77 -263
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +77 -263
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +77 -263
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +77 -263
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +91 -277
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +77 -263
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +77 -263
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +77 -263
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +77 -263
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +77 -263
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +77 -263
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +245 -432
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +77 -263
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +906 -1092
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +77 -263
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +77 -263
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +77 -263
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +77 -263
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +77 -263
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +78 -264
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +634 -822
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +474 -662
- data/locale/katello.pot +1194 -1472
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +77 -263
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +2125 -2324
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +77 -263
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +77 -263
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +77 -263
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +77 -263
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +77 -263
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +77 -263
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +77 -263
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +77 -263
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +258 -445
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +77 -263
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +77 -263
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +78 -264
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +77 -263
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +77 -263
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +77 -263
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +77 -263
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +77 -263
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +77 -263
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +77 -263
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +77 -263
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +77 -263
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +632 -824
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +78 -264
- data/webpack/ForemanColumnExtensions/index.js +12 -4
- data/webpack/components/ActivationKeysSearch/index.js +6 -7
- data/webpack/components/Bookmark/AddBookmarkModal.js +3 -3
- data/webpack/components/Bookmark/Bookmark.scss +3 -3
- data/webpack/components/Bookmark/index.js +7 -2
- data/webpack/components/EditableSwitch.js +1 -1
- data/webpack/components/EditableTextInput/EditableTextInput.js +1 -1
- data/webpack/components/EditableTextInput/editableTextInput.scss +1 -1
- data/webpack/components/Errata/index.js +1 -24
- data/webpack/components/Loading.js +10 -6
- data/webpack/components/Packages/index.js +2 -1
- data/webpack/components/SelectAllCheckbox/index.js +7 -3
- data/webpack/components/SelectableDropdown/SelectableDropdown.js +21 -3
- data/webpack/components/Table/EmptyStateMessage.js +12 -14
- data/webpack/components/Table/MainTable.js +8 -7
- data/webpack/components/Table/MainTable.scss +4 -4
- data/webpack/components/extensions/HostDetails/ActionsBar/index.js +4 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +9 -6
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/changeHostCVModal.test.js +2 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/contentViews.fixtures.json +4 -1
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +23 -6
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +1 -1
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +5 -3
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.scss +3 -3
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/__tests__/hostCollectionsModal.test.js +25 -10
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +5 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +2 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +5 -4
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +6 -3
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +19 -12
- data/webpack/components/extensions/HostDetails/Cards/__tests__/errataOverviewCard.test.js +1 -1
- data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +1 -4
- data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +1 -4
- data/webpack/components/extensions/HostDetails/DetailsTabCards/InstalledProductsCard.js +1 -4
- data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/HwPropertiesCard.test.js +63 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/ImageModeCard.test.js +73 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/InstalledProductsCard.test.js +45 -0
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +12 -2
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js +10 -13
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +46 -21
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +15 -7
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +13 -3
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +34 -20
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +8 -6
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +5 -3
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +12 -13
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +16 -6
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsInstallModal.test.js +10 -5
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsTab.test.js +48 -22
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +123 -47
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/moduleStreamsTab.test.js +14 -7
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +10 -5
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +41 -24
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +50 -25
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +50 -25
- data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +3 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js +16 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +6 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +5 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js +16 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +6 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +15 -2
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/__tests__/bulkChangeHostCVModal.test.js +2 -1
- data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +1 -1
- data/webpack/components/extensions/Hosts/ImageModeHostAlert.js +14 -0
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +14 -17
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/Force.test.js.snap +1 -1
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/IgnoreSubmanErrors.test.js.snap +1 -1
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +38 -49
- data/webpack/containers/Application/overrides.scss +7 -7
- data/webpack/ouia_id_check.js +15 -11
- data/webpack/redux/actions/RedHatRepositories/helpers.js +0 -2
- data/webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js +12 -6
- data/webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js +12 -2
- data/webpack/scenes/ActivationKeys/Details/components/EditModal.js +3 -3
- data/webpack/scenes/AlternateContentSources/Create/ACSCreateWizard.js +3 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCreateFinish.js +3 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js +12 -6
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSSmartProxies.js +1 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +22 -7
- data/webpack/scenes/AlternateContentSources/Create/Steps/NameACS.js +2 -2
- data/webpack/scenes/AlternateContentSources/Create/Steps/SelectSource.js +1 -1
- data/webpack/scenes/AlternateContentSources/Create/__tests__/acsCreate.test.js +6 -3
- data/webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js +25 -15
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +9 -6
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js +2 -2
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +1 -1
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +33 -7
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +10 -5
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSExpandableDetails.test.js +4 -2
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +10 -8
- data/webpack/scenes/AlternateContentSources/MainTable/__tests__/acsTable.test.js +4 -2
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +5 -5
- data/webpack/scenes/Content/Details/__tests__/contentDetail.test.js +8 -4
- data/webpack/scenes/Content/__tests__/contentTable.test.js +4 -2
- data/webpack/scenes/ContentViews/Copy/CopyContentViewForm.js +1 -1
- data/webpack/scenes/ContentViews/Copy/__tests__/contentViewCopyResult.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Copy/__tests__/copyContentView.test.js +2 -1
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +86 -31
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +10 -2
- data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +10 -4
- data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +3 -1
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js +6 -6
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignActivationKeysForm.js +7 -2
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignHostsForm.js +7 -2
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReview.js +3 -3
- data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +1 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/CvData.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +3 -2
- data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +10 -8
- data/webpack/scenes/ContentViews/Delete/__tests__/cvDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +16 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +19 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentEnvironments.js +1 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +11 -2
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +69 -27
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +22 -29
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +6 -2
- data/webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js +20 -7
- data/webpack/scenes/ContentViews/Details/Filters/Add/__tests__/cvFilterAdd.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositorySelection.js +5 -2
- data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js +3 -1
- data/webpack/scenes/ContentViews/Details/Filters/ArtifactsWithNoErrata.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +13 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +23 -7
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +23 -5
- data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +15 -3
- data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +15 -3
- data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +13 -1
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +6 -4
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +11 -1
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/matchContentModal.scss +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +2 -2
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +4 -4
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +18 -12
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +7 -11
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +81 -70
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewErrataByDateDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +52 -38
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +9 -4
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +18 -12
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErratumFilterDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailModuleAffectedRepos.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailWithAffectedRepos.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterFixutre.fixture.json +2 -1
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +77 -67
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilterDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvPackageFilterDetail.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js +2 -2
- data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +1 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +7 -5
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +6 -3
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewRepoAdd.fixture.json +1 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/ActionSummary.js +3 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/BulkDeleteModal.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js +2 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignActivationKeys.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignHosts.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReviewEnvironments.js +4 -4
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.scss +11 -11
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareHeader.js +15 -5
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionEnvironments.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +13 -3
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js +17 -13
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +12 -7
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +64 -7
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +52 -21
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +30 -16
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.scss +7 -7
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js +5 -3
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +4 -2
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +6 -3
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsEmpty.test.js +2 -1
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +6 -6
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetail.test.js +35 -4
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +197 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +82 -0
- data/webpack/scenes/ContentViews/Publish/CVPublishFinish.js +3 -7
- data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +2 -2
- data/webpack/scenes/ContentViews/Publish/CVPublishReview.js +6 -5
- data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +3 -1
- data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +15 -7
- data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +4 -4
- data/webpack/scenes/ContentViews/Table/ContentViewVersionCell.js +6 -4
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +14 -3
- data/webpack/scenes/ContentViews/Table/tableDataGenerator.js +3 -0
- data/webpack/scenes/ContentViews/__tests__/basicContentViews.fixtures.js +1 -0
- data/webpack/scenes/ContentViews/__tests__/contentViewList.fixtures.json +89 -2
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +85 -14
- data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/components/ContentViewIcon.js +20 -6
- data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelect.js +4 -1
- data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelectOption.js +11 -2
- data/webpack/scenes/ContentViews/components/ContentViewsCounter.js +27 -7
- data/webpack/scenes/ContentViews/components/EnvironmentLabels.js +2 -2
- data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.js +6 -2
- data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.scss +4 -1
- data/webpack/scenes/ContentViews/components/FiltersAppliedIcon.js +4 -2
- data/webpack/scenes/ContentViews/components/NeedsPublishIcon.js +7 -6
- data/webpack/scenes/ContentViews/components/NeedsPublishIcon.scss +2 -2
- data/webpack/scenes/ContentViews/components/contentViewIcon.scss +16 -3
- data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +6 -1
- data/webpack/scenes/ContentViews/expansions/RelatedCompositeContentViewsModal.js +3 -3
- data/webpack/scenes/ContentViews/expansions/__tests__/contentViewComponentsModal.test.js +2 -1
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +5 -3
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +3 -2
- data/webpack/scenes/Hosts/ChangeContentSource/components/FormField.js +1 -1
- data/webpack/scenes/Hosts/ChangeContentSource/components/HostsModal.js +1 -1
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +1 -1
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +1 -1
- data/webpack/scenes/RedHatRepositories/index.scss +1 -1
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +27 -7
- data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +51 -2
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +2 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +14 -9
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +1 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js +2 -2
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js +6 -6
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/CdnTypeForm.test.js +2 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/CustomCdnTypeForm.test.js +2 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/ExportSyncForm.test.js +2 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/NetworkSyncForm.test.js +2 -1
- metadata +72 -53
- data/app/models/katello/yum_metadata_file.rb +0 -22
- data/app/services/katello/pulp3/yum_metadata_file.rb +0 -20
- data/db/migrate/20250714190050_add_missing_rpms_evr_index.rb +0 -14
data/locale/de/katello.po
CHANGED
@@ -19,19 +19,19 @@
|
|
19
19
|
# Wiederoder <stefanwiederoder@googlemail.com>, 2022
|
20
20
|
# Lukas Kallies <github.com@luke-web.de>, 2022
|
21
21
|
# Lukáš Zapletal, 2022
|
22
|
+
# Markus Bucher <bucher@atix.de>, 2022
|
23
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2022
|
24
|
+
# Crited <Alexander.Stoll@netways.de>, 2022
|
25
|
+
# Patrick Dolinic, 2022
|
22
26
|
# Ettore Atalan <atalanttore@googlemail.com>, 2023
|
23
|
-
# Crited <Alexander.Stoll@netways.de>, 2023
|
24
|
-
# pdolinic, 2024
|
25
|
-
# Bryan Kearney <bryan.kearney@gmail.com>, 2024
|
26
|
-
# Markus Bucher <bucher@atix.de>, 2025
|
27
27
|
#
|
28
28
|
msgid ""
|
29
29
|
msgstr ""
|
30
|
-
"Project-Id-Version: katello 4.
|
30
|
+
"Project-Id-Version: katello 2.4.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:
|
34
|
-
"Language-Team: German (https://
|
33
|
+
"Last-Translator: Ettore Atalan <atalanttore@googlemail.com>, 2023\n"
|
34
|
+
"Language-Team: German (https://www.transifex.com/foreman/teams/114/de/)\n"
|
35
35
|
"MIME-Version: 1.0\n"
|
36
36
|
"Content-Type: text/plain; charset=UTF-8\n"
|
37
37
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -491,9 +491,6 @@ msgstr ""
|
|
491
491
|
msgid "About page"
|
492
492
|
msgstr "Über die Seite"
|
493
493
|
|
494
|
-
msgid "Abstract async task"
|
495
|
-
msgstr ""
|
496
|
-
|
497
494
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
498
495
|
msgstr ""
|
499
496
|
|
@@ -534,7 +531,7 @@ msgid "Activation key ID"
|
|
534
531
|
msgstr "Aktivierungsschlüssel-ID"
|
535
532
|
|
536
533
|
msgid "Activation key deleted"
|
537
|
-
msgstr "
|
534
|
+
msgstr ""
|
538
535
|
|
539
536
|
msgid "Activation key details"
|
540
537
|
msgstr ""
|
@@ -812,6 +809,9 @@ msgstr ""
|
|
812
809
|
msgid "Ansible collections"
|
813
810
|
msgstr ""
|
814
811
|
|
812
|
+
msgid "Any updates to image mode host(s) will be lost on the next reboot."
|
813
|
+
msgstr ""
|
814
|
+
|
815
815
|
msgid "Applicability Batch Size"
|
816
816
|
msgstr "Anwendbarkeit Chargengröße"
|
817
817
|
|
@@ -839,9 +839,6 @@ msgstr "Anwenden"
|
|
839
839
|
msgid "Apply errata"
|
840
840
|
msgstr ""
|
841
841
|
|
842
|
-
msgid "Apply erratum"
|
843
|
-
msgstr ""
|
844
|
-
|
845
842
|
msgid "Apply to all repositories in the CV"
|
846
843
|
msgstr ""
|
847
844
|
|
@@ -1009,9 +1006,6 @@ msgstr "Autor"
|
|
1009
1006
|
msgid "Auto Publish - Triggered by '%s'"
|
1010
1007
|
msgstr "Automatische Veröffentlichung - Ausgelöst durch '%s'"
|
1011
1008
|
|
1012
|
-
msgid "Auto attach subscriptions"
|
1013
|
-
msgstr ""
|
1014
|
-
|
1015
1009
|
msgid "Auto publish"
|
1016
1010
|
msgstr ""
|
1017
1011
|
|
@@ -1261,13 +1255,19 @@ msgstr ""
|
|
1261
1255
|
msgid "Cannot add repositories to a composite content view"
|
1262
1256
|
msgstr "Repositorys können nicht zu einer Verbundinhaltsansicht hinzugefügt werden"
|
1263
1257
|
|
1258
|
+
msgid "Cannot add rolling content view to composite content view"
|
1259
|
+
msgstr ""
|
1260
|
+
|
1261
|
+
msgid "Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment."
|
1262
|
+
msgstr ""
|
1263
|
+
|
1264
1264
|
msgid "Cannot associate a Red Hat provider with a custom product"
|
1265
1265
|
msgstr ""
|
1266
1266
|
|
1267
1267
|
msgid "Cannot associate a component to a non composite content view"
|
1268
1268
|
msgstr "Eine Komponente kann nicht mit einer nicht zusammengesetzten Inhaltsansicht verknüpft werden"
|
1269
1269
|
|
1270
|
-
msgid "Cannot be disabled because it is part of a
|
1270
|
+
msgid "Cannot be disabled because it is part of a content view"
|
1271
1271
|
msgstr ""
|
1272
1272
|
|
1273
1273
|
msgid "Cannot calculate name for custom repos"
|
@@ -1489,9 +1489,6 @@ msgstr ""
|
|
1489
1489
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1490
1490
|
msgstr ""
|
1491
1491
|
|
1492
|
-
msgid "Commit upload"
|
1493
|
-
msgstr ""
|
1494
|
-
|
1495
1492
|
msgid "Compare"
|
1496
1493
|
msgstr "Vergleichen"
|
1497
1494
|
|
@@ -1510,9 +1507,6 @@ msgstr ""
|
|
1510
1507
|
msgid "Components"
|
1511
1508
|
msgstr "Komponenten"
|
1512
1509
|
|
1513
|
-
msgid "Composite"
|
1514
|
-
msgstr ""
|
1515
|
-
|
1516
1510
|
msgid "Composite Content View"
|
1517
1511
|
msgstr "Zusammengesetzte Inhaltsansicht"
|
1518
1512
|
|
@@ -1543,15 +1537,6 @@ msgstr "Manifest löschen bestätigen"
|
|
1543
1537
|
msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
|
1544
1538
|
msgstr "Erwägen Sie, das Registrierungsnamenmuster der Lebenszyklusumgebung in etwas Spezifischeres zu ändern."
|
1545
1539
|
|
1546
|
-
msgid "Consisting of multiple content views"
|
1547
|
-
msgstr ""
|
1548
|
-
|
1549
|
-
msgid "Consists of content views"
|
1550
|
-
msgstr ""
|
1551
|
-
|
1552
|
-
msgid "Consists of repositories"
|
1553
|
-
msgstr ""
|
1554
|
-
|
1555
1540
|
msgid "Consumed"
|
1556
1541
|
msgstr "Verbraucht"
|
1557
1542
|
|
@@ -1588,6 +1573,15 @@ msgstr ""
|
|
1588
1573
|
msgid "Container tags"
|
1589
1574
|
msgstr ""
|
1590
1575
|
|
1576
|
+
msgid "Contains content views. You must choose the version to use for each content view."
|
1577
|
+
msgstr ""
|
1578
|
+
|
1579
|
+
msgid "Contains repositories. Always serves the latest synced content, without the need to publish versions."
|
1580
|
+
msgstr ""
|
1581
|
+
|
1582
|
+
msgid "Contains repositories. Versions are published and optionally filtered."
|
1583
|
+
msgstr ""
|
1584
|
+
|
1591
1585
|
msgid "Content"
|
1592
1586
|
msgstr "Inhalt"
|
1593
1587
|
|
@@ -1846,27 +1840,15 @@ msgstr "In die Zwischenablage kopiert"
|
|
1846
1840
|
msgid "Copy"
|
1847
1841
|
msgstr "Kopieren"
|
1848
1842
|
|
1849
|
-
msgid "Copy all units"
|
1850
|
-
msgstr ""
|
1851
|
-
|
1852
1843
|
msgid "Copy an activation key"
|
1853
1844
|
msgstr "Aktivierungsschlüssel kopieren"
|
1854
1845
|
|
1855
|
-
msgid "Copy content"
|
1856
|
-
msgstr ""
|
1857
|
-
|
1858
1846
|
msgid "Copy content view"
|
1859
1847
|
msgstr ""
|
1860
1848
|
|
1861
1849
|
msgid "Copy to clipboard"
|
1862
1850
|
msgstr "In Zwischenablage abspeichern"
|
1863
1851
|
|
1864
|
-
msgid "Copy version"
|
1865
|
-
msgstr ""
|
1866
|
-
|
1867
|
-
msgid "Copy version units to library"
|
1868
|
-
msgstr ""
|
1869
|
-
|
1870
1852
|
msgid "Cores per socket"
|
1871
1853
|
msgstr "Kerne pro Socket"
|
1872
1854
|
|
@@ -2074,21 +2056,12 @@ msgstr ""
|
|
2074
2056
|
msgid "Create content view"
|
2075
2057
|
msgstr "Inhaltsansicht erstellen"
|
2076
2058
|
|
2077
|
-
msgid "Create exporter"
|
2078
|
-
msgstr ""
|
2079
|
-
|
2080
2059
|
msgid "Create filter"
|
2081
2060
|
msgstr "Filter erstellen"
|
2082
2061
|
|
2083
2062
|
msgid "Create host collection"
|
2084
2063
|
msgstr ""
|
2085
2064
|
|
2086
|
-
msgid "Create import"
|
2087
|
-
msgstr ""
|
2088
|
-
|
2089
|
-
msgid "Create importer"
|
2090
|
-
msgstr ""
|
2091
|
-
|
2092
2065
|
msgid "Create new activation key"
|
2093
2066
|
msgstr ""
|
2094
2067
|
|
@@ -2098,12 +2071,6 @@ msgstr "Organisation erstellen"
|
|
2098
2071
|
msgid "Create package filter rule"
|
2099
2072
|
msgstr ""
|
2100
2073
|
|
2101
|
-
msgid "Create publication"
|
2102
|
-
msgstr ""
|
2103
|
-
|
2104
|
-
msgid "Create remote"
|
2105
|
-
msgstr ""
|
2106
|
-
|
2107
2074
|
msgid "Create rule"
|
2108
2075
|
msgstr "Regel erstellen"
|
2109
2076
|
|
@@ -2221,7 +2188,7 @@ msgstr "Standard-Smart-Proxy-Download-Richtlinie"
|
|
2221
2188
|
msgid "Default System SLA"
|
2222
2189
|
msgstr "Standardmäßige SLA des Systems"
|
2223
2190
|
|
2224
|
-
msgid "Default content view versions cannot be promoted"
|
2191
|
+
msgid "Default and Rolling content view versions cannot be promoted"
|
2225
2192
|
msgstr ""
|
2226
2193
|
|
2227
2194
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
@@ -2353,36 +2320,12 @@ msgstr ""
|
|
2353
2320
|
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
2321
|
msgstr ""
|
2355
2322
|
|
2356
|
-
msgid "Delete distributions"
|
2357
|
-
msgstr ""
|
2358
|
-
|
2359
2323
|
msgid "Delete manifest from Red Hat provider"
|
2360
2324
|
msgstr "Manifest vom Red Hat Anbieter löschen"
|
2361
2325
|
|
2362
2326
|
msgid "Delete multiple filters from a content view"
|
2363
2327
|
msgstr "Löschen Sie mehrere Filter aus einer Inhaltsansicht"
|
2364
2328
|
|
2365
|
-
msgid "Delete orphan alternate content sources"
|
2366
|
-
msgstr ""
|
2367
|
-
|
2368
|
-
msgid "Delete orphan distributions"
|
2369
|
-
msgstr ""
|
2370
|
-
|
2371
|
-
msgid "Delete orphan remotes"
|
2372
|
-
msgstr ""
|
2373
|
-
|
2374
|
-
msgid "Delete orphan repository versions"
|
2375
|
-
msgstr ""
|
2376
|
-
|
2377
|
-
msgid "Delete orphaned migrated repositories"
|
2378
|
-
msgstr ""
|
2379
|
-
|
2380
|
-
msgid "Delete remote"
|
2381
|
-
msgstr ""
|
2382
|
-
|
2383
|
-
msgid "Delete repository references"
|
2384
|
-
msgstr ""
|
2385
|
-
|
2386
2329
|
msgid "Delete version"
|
2387
2330
|
msgstr ""
|
2388
2331
|
|
@@ -2482,12 +2425,6 @@ msgstr "Umgebung löschen"
|
|
2482
2425
|
msgid "Destroy an environment in an organization"
|
2483
2426
|
msgstr "Umgebung in einer Organisation löschen"
|
2484
2427
|
|
2485
|
-
msgid "Destroy exporter"
|
2486
|
-
msgstr ""
|
2487
|
-
|
2488
|
-
msgid "Destroy importer"
|
2489
|
-
msgstr ""
|
2490
|
-
|
2491
2428
|
msgid "Destroy one or more alternate content sources"
|
2492
2429
|
msgstr ""
|
2493
2430
|
|
@@ -2507,7 +2444,7 @@ msgid "Determining settings for ${truncate(name)}"
|
|
2507
2444
|
msgstr ""
|
2508
2445
|
|
2509
2446
|
msgid "Digest"
|
2510
|
-
msgstr "
|
2447
|
+
msgstr ""
|
2511
2448
|
|
2512
2449
|
msgid "Directly setting package lists on composite content views is not allowed. Please update the components, then re-publish the composite."
|
2513
2450
|
msgstr "Das direkte Festlegen von Paketlisten für zusammengesetzte Inhaltsansichten ist nicht zulässig. Bitte aktualisieren Sie die Komponenten und veröffentlichen Sie dann das Composite erneut."
|
@@ -2536,9 +2473,6 @@ msgstr "Deaktiviert"
|
|
2536
2473
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
2537
2474
|
msgstr "Fehler beim Deaktivieren des einfachen Inhaltszugriffs für '%{subject}'."
|
2538
2475
|
|
2539
|
-
msgid "Discover"
|
2540
|
-
msgstr ""
|
2541
|
-
|
2542
2476
|
msgid "Discover Repositories"
|
2543
2477
|
msgstr "Repositorys suchen"
|
2544
2478
|
|
@@ -2734,9 +2668,6 @@ msgstr "Umgebungs-IDs"
|
|
2734
2668
|
msgid "Environment cannot be in its own promotion path"
|
2735
2669
|
msgstr "Umgebung kann nicht in ihrem eigenen Übertragungspfad liegen"
|
2736
2670
|
|
2737
|
-
msgid "Environment contents refresh"
|
2738
|
-
msgstr ""
|
2739
|
-
|
2740
2671
|
msgid "Environment identifier"
|
2741
2672
|
msgstr "Umgebungskennung"
|
2742
2673
|
|
@@ -2776,9 +2707,6 @@ msgstr ""
|
|
2776
2707
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
2777
2708
|
msgstr "Errata-ID des Erratums (RHSA-2012:108)"
|
2778
2709
|
|
2779
|
-
msgid "Errata mail"
|
2780
|
-
msgstr ""
|
2781
|
-
|
2782
2710
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2783
2711
|
msgstr ""
|
2784
2712
|
|
@@ -2938,9 +2866,6 @@ msgstr "Rufen Sie verfügbare Modulstreams für Hosts ab."
|
|
2938
2866
|
msgid "Fetch installable errata for one or more hosts."
|
2939
2867
|
msgstr "Rufen Sie installierbare Errata für einen oder mehrere Hosts ab."
|
2940
2868
|
|
2941
|
-
msgid "Fetch pxe files"
|
2942
|
-
msgstr ""
|
2943
|
-
|
2944
2869
|
msgid "Fetch traces for one or more hosts"
|
2945
2870
|
msgstr "Abrufen von Traces für einen oder mehrere Hosts"
|
2946
2871
|
|
@@ -3034,9 +2959,6 @@ msgstr "Versionen nach Versionsnummer filtern"
|
|
3034
2959
|
msgid "Filter versions that are components in the specified composite version"
|
3035
2960
|
msgstr "Versionen filtern, die Komponenten in der angegebenen Verbundversion sind"
|
3036
2961
|
|
3037
|
-
msgid "Filtered index content"
|
3038
|
-
msgstr ""
|
3039
|
-
|
3040
2962
|
msgid "Filters"
|
3041
2963
|
msgstr "Filter"
|
3042
2964
|
|
@@ -3131,9 +3053,6 @@ msgstr ""
|
|
3131
3053
|
msgid "Generate host applicability"
|
3132
3054
|
msgstr "Hostanwendbarkeit generieren"
|
3133
3055
|
|
3134
|
-
msgid "Generate metadata"
|
3135
|
-
msgstr ""
|
3136
|
-
|
3137
3056
|
msgid "Generate repository applicability"
|
3138
3057
|
msgstr "Repository-Anwendbarkeit generieren"
|
3139
3058
|
|
@@ -3267,7 +3186,7 @@ msgid "Host ID"
|
|
3267
3186
|
msgstr "Host-ID"
|
3268
3187
|
|
3269
3188
|
msgid "Host Limit"
|
3270
|
-
msgstr "
|
3189
|
+
msgstr ""
|
3271
3190
|
|
3272
3191
|
msgid "Host Profile Assume"
|
3273
3192
|
msgstr "Hostprofil annehmen"
|
@@ -3371,12 +3290,6 @@ msgstr ""
|
|
3371
3290
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3372
3291
|
msgstr "Reihenfolge der sortierten Ergebnisse (z. B. ASC für aufsteigend)"
|
3373
3292
|
|
3374
|
-
msgid "Hypervisors"
|
3375
|
-
msgstr ""
|
3376
|
-
|
3377
|
-
msgid "Hypervisors update"
|
3378
|
-
msgstr ""
|
3379
|
-
|
3380
3293
|
msgid "ID of a HTTP Proxy"
|
3381
3294
|
msgstr "ID eines HTTP-Proxys"
|
3382
3295
|
|
@@ -3697,9 +3610,6 @@ msgstr ""
|
|
3697
3610
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3698
3611
|
msgstr ""
|
3699
3612
|
|
3700
|
-
msgid "Import migration"
|
3701
|
-
msgstr ""
|
3702
|
-
|
3703
3613
|
msgid "Import new manifest"
|
3704
3614
|
msgstr ""
|
3705
3615
|
|
@@ -3709,12 +3619,6 @@ msgstr ""
|
|
3709
3619
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3710
3620
|
msgstr ""
|
3711
3621
|
|
3712
|
-
msgid "Import repository upload"
|
3713
|
-
msgstr ""
|
3714
|
-
|
3715
|
-
msgid "Import upload"
|
3716
|
-
msgstr ""
|
3717
|
-
|
3718
3622
|
msgid "Import uploads into a repository"
|
3719
3623
|
msgstr "Uploads in ein Repository importieren"
|
3720
3624
|
|
@@ -3781,9 +3685,6 @@ msgstr "Inkrementelle Aktualisierung"
|
|
3781
3685
|
msgid "Incremental Update incomplete."
|
3782
3686
|
msgstr "Inkrementelle Aktualisierung unvollständig."
|
3783
3687
|
|
3784
|
-
msgid "Incremental Update of Content View Version(s) "
|
3785
|
-
msgstr ""
|
3786
|
-
|
3787
3688
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
3788
3689
|
msgstr "Inkrementelles Update von %{content_view_count} Content View-Version(en)"
|
3789
3690
|
|
@@ -3796,27 +3697,12 @@ msgstr "Für die inkrementelle Aktualisierung ist mindestens ein Inhaltsblock er
|
|
3796
3697
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
3797
3698
|
msgstr "Inkrementelle Aktualisierung für Verbund %{name} Version %{version} angegeben, aber keine Komponenten aktualisiert."
|
3798
3699
|
|
3799
|
-
msgid "Index content"
|
3800
|
-
msgstr ""
|
3801
|
-
|
3802
|
-
msgid "Index errata"
|
3803
|
-
msgstr ""
|
3804
|
-
|
3805
|
-
msgid "Index module streams"
|
3806
|
-
msgstr ""
|
3807
|
-
|
3808
|
-
msgid "Index package groups"
|
3809
|
-
msgstr ""
|
3810
|
-
|
3811
3700
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3812
3701
|
msgstr "Relevante Typen sind folgende [ %{list} ]"
|
3813
3702
|
|
3814
3703
|
msgid "Inherit from Repository"
|
3815
3704
|
msgstr "Vom Repository erben"
|
3816
3705
|
|
3817
|
-
msgid "Initialize"
|
3818
|
-
msgstr ""
|
3819
|
-
|
3820
3706
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3821
3707
|
msgstr "Synchronisation von Produkten des Synchronisationsplans einleiten"
|
3822
3708
|
|
@@ -3892,9 +3778,6 @@ msgstr "Paketgruppe wird installiert …"
|
|
3892
3778
|
msgid "Installing Package..."
|
3893
3779
|
msgstr "Paket wird installiert …"
|
3894
3780
|
|
3895
|
-
msgid "Instance update"
|
3896
|
-
msgstr ""
|
3897
|
-
|
3898
3781
|
msgid "Instance-based"
|
3899
3782
|
msgstr "Instanzbasiert"
|
3900
3783
|
|
@@ -4003,6 +3886,27 @@ msgstr ""
|
|
4003
3886
|
msgid "It is only allowed for Non-Redhat Yum repositories."
|
4004
3887
|
msgstr ""
|
4005
3888
|
|
3889
|
+
msgid "It's not possible to bulk remove versions from a rolling content view."
|
3890
|
+
msgstr ""
|
3891
|
+
|
3892
|
+
msgid "It's not possible to copy a rolling content view."
|
3893
|
+
msgstr ""
|
3894
|
+
|
3895
|
+
msgid "It's not possible to create a filter for a rolling content view."
|
3896
|
+
msgstr ""
|
3897
|
+
|
3898
|
+
msgid "It's not possible to destroy a version of a rolling content view."
|
3899
|
+
msgstr ""
|
3900
|
+
|
3901
|
+
msgid "It's not possible to export a rolling content view."
|
3902
|
+
msgstr ""
|
3903
|
+
|
3904
|
+
msgid "It's not possible to promote a rolling content view."
|
3905
|
+
msgstr ""
|
3906
|
+
|
3907
|
+
msgid "It's not possible to publish a rolling content view."
|
3908
|
+
msgstr ""
|
3909
|
+
|
4006
3910
|
msgid "Job '${description}' completed"
|
4007
3911
|
msgstr ""
|
4008
3912
|
|
@@ -4127,7 +4031,7 @@ msgid "Last seen"
|
|
4127
4031
|
msgstr ""
|
4128
4032
|
|
4129
4033
|
msgid "Last sync"
|
4130
|
-
msgstr "
|
4034
|
+
msgstr ""
|
4131
4035
|
|
4132
4036
|
msgid "Last task"
|
4133
4037
|
msgstr "Letzte Aufgabe"
|
@@ -4621,9 +4525,6 @@ msgstr "Nachricht"
|
|
4621
4525
|
msgid "Messaging connection"
|
4622
4526
|
msgstr "Verbindung zum Messaging"
|
4623
4527
|
|
4624
|
-
msgid "Metadata generate"
|
4625
|
-
msgstr ""
|
4626
|
-
|
4627
4528
|
msgid ""
|
4628
4529
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
4629
4530
|
"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."
|
@@ -4680,18 +4581,12 @@ msgstr ""
|
|
4680
4581
|
msgid "Multi Content View Environment"
|
4681
4582
|
msgstr ""
|
4682
4583
|
|
4683
|
-
msgid "Multi copy all units"
|
4684
|
-
msgstr ""
|
4685
|
-
|
4686
|
-
msgid "Multi copy content"
|
4687
|
-
msgstr ""
|
4688
|
-
|
4689
|
-
msgid "Multi copy units"
|
4690
|
-
msgstr ""
|
4691
|
-
|
4692
4584
|
msgid "Multi-entitlement"
|
4693
4585
|
msgstr "Multi-Berechtigung"
|
4694
4586
|
|
4587
|
+
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
4588
|
+
msgstr ""
|
4589
|
+
|
4695
4590
|
msgid "N/A"
|
4696
4591
|
msgstr "N/A"
|
4697
4592
|
|
@@ -5213,7 +5108,7 @@ msgid "Number to Allocate"
|
|
5213
5108
|
msgstr "Zuzuweisende Nummer"
|
5214
5109
|
|
5215
5110
|
msgid "OS"
|
5216
|
-
msgstr "
|
5111
|
+
msgstr ""
|
5217
5112
|
|
5218
5113
|
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
5219
5114
|
msgstr ""
|
@@ -5323,6 +5218,9 @@ msgstr ""
|
|
5323
5218
|
msgid "Organization required"
|
5324
5219
|
msgstr "Organisation erforderlich"
|
5325
5220
|
|
5221
|
+
msgid "Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details."
|
5222
|
+
msgstr ""
|
5223
|
+
|
5326
5224
|
msgid "Orphaned Content Protection Time"
|
5327
5225
|
msgstr ""
|
5328
5226
|
|
@@ -5476,6 +5374,9 @@ msgstr "Zeitüberschreitung bei Paketaktualisierung"
|
|
5476
5374
|
msgid "Package Update scheduled by %s"
|
5477
5375
|
msgstr "Paketaktualisierung eingeplant durch %s"
|
5478
5376
|
|
5377
|
+
msgid "Package actions will be transient"
|
5378
|
+
msgstr ""
|
5379
|
+
|
5479
5380
|
msgid "Package group update canceled"
|
5480
5381
|
msgstr "Paketgruppenaktualisierung abgebrochen"
|
5481
5382
|
|
@@ -5870,9 +5771,6 @@ msgstr "Pulp-Speicher"
|
|
5870
5771
|
msgid "Pulp task error"
|
5871
5772
|
msgstr "Pulp-Aufgabenfehler"
|
5872
5773
|
|
5873
|
-
msgid "Purge completed tasks"
|
5874
|
-
msgstr ""
|
5875
|
-
|
5876
5774
|
msgid "Python Package"
|
5877
5775
|
msgstr ""
|
5878
5776
|
|
@@ -5981,9 +5879,6 @@ msgstr "Neustart erforderlich"
|
|
5981
5879
|
msgid "Reclaim Space"
|
5982
5880
|
msgstr ""
|
5983
5881
|
|
5984
|
-
msgid "Reclaim space"
|
5985
|
-
msgstr ""
|
5986
|
-
|
5987
5882
|
msgid "Reclaim space from On Demand repositories"
|
5988
5883
|
msgstr ""
|
5989
5884
|
|
@@ -6044,10 +5939,10 @@ msgstr ""
|
|
6044
5939
|
msgid "Refresh Manifest"
|
6045
5940
|
msgstr "Manifest aktualisieren"
|
6046
5941
|
|
6047
|
-
msgid "Refresh
|
5942
|
+
msgid "Refresh RollingCV Repo"
|
6048
5943
|
msgstr ""
|
6049
5944
|
|
6050
|
-
msgid "Refresh all
|
5945
|
+
msgid "Refresh all alternate content sources"
|
6051
5946
|
msgstr ""
|
6052
5947
|
|
6053
5948
|
msgid "Refresh alternate content sources"
|
@@ -6062,27 +5957,15 @@ msgstr ""
|
|
6062
5957
|
msgid "Refresh counts"
|
6063
5958
|
msgstr ""
|
6064
5959
|
|
6065
|
-
msgid "Refresh distribution"
|
6066
|
-
msgstr ""
|
6067
|
-
|
6068
5960
|
msgid "Refresh errata applicability"
|
6069
5961
|
msgstr ""
|
6070
5962
|
|
6071
|
-
msgid "Refresh if needed"
|
6072
|
-
msgstr ""
|
6073
|
-
|
6074
5963
|
msgid "Refresh package applicability"
|
6075
5964
|
msgstr ""
|
6076
5965
|
|
6077
5966
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
6078
5967
|
msgstr "Zuvor importiertes Manifest für Red Hat Anbieter aktualisieren"
|
6079
5968
|
|
6080
|
-
msgid "Refresh remote"
|
6081
|
-
msgstr ""
|
6082
|
-
|
6083
|
-
msgid "Refresh repos"
|
6084
|
-
msgstr ""
|
6085
|
-
|
6086
5969
|
msgid "Refresh source"
|
6087
5970
|
msgstr ""
|
6088
5971
|
|
@@ -6125,9 +6008,6 @@ msgstr "Registrierungsnamenmuster führt zu einem ungültigen Container-Image-Na
|
|
6125
6008
|
msgid "Registry name pattern will result in invalid container image name of member repositories"
|
6126
6009
|
msgstr "Das Namensmuster der Registrierung führt zu einem ungültigen Container-Image-Namen der Mitglieds-Repositorys"
|
6127
6010
|
|
6128
|
-
msgid "Reindex subscriptions"
|
6129
|
-
msgstr ""
|
6130
|
-
|
6131
6011
|
msgid "Related composite content views"
|
6132
6012
|
msgstr ""
|
6133
6013
|
|
@@ -6224,9 +6104,6 @@ msgstr "Entfernen Sie eine oder mehrere Hostsammlungen von einem oder mehreren H
|
|
6224
6104
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
6225
6105
|
msgstr ""
|
6226
6106
|
|
6227
|
-
msgid "Remove orphans"
|
6228
|
-
msgstr ""
|
6229
|
-
|
6230
6107
|
msgid "Remove package group via Katello interface"
|
6231
6108
|
msgstr "Paketgruppe über Katello-Schnittstelle entfernen"
|
6232
6109
|
|
@@ -6254,12 +6131,6 @@ msgstr ""
|
|
6254
6131
|
msgid "Remove subscriptions from one or more hosts"
|
6255
6132
|
msgstr "Abonnements von einem oder mehreren Hosts entfernen"
|
6256
6133
|
|
6257
|
-
msgid "Remove units"
|
6258
|
-
msgstr ""
|
6259
|
-
|
6260
|
-
msgid "Remove unneeded repos"
|
6261
|
-
msgstr ""
|
6262
|
-
|
6263
6134
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
6264
6135
|
msgstr "Versionen und/oder Umgebungen aus einer Inhaltsansicht entfernen und Systeme und Schlüssel neu zuweisen"
|
6265
6136
|
|
@@ -6284,9 +6155,6 @@ msgstr ""
|
|
6284
6155
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
6285
6156
|
msgstr ""
|
6286
6157
|
|
6287
|
-
msgid "Repair"
|
6288
|
-
msgstr ""
|
6289
|
-
|
6290
6158
|
msgid "Replace content source on the target machine"
|
6291
6159
|
msgstr ""
|
6292
6160
|
|
@@ -6305,18 +6173,12 @@ msgstr "Repositorys"
|
|
6305
6173
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
6306
6174
|
msgstr ""
|
6307
6175
|
|
6308
|
-
msgid "Repositories certs reset"
|
6309
|
-
msgstr ""
|
6310
|
-
|
6311
6176
|
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."
|
6312
6177
|
msgstr ""
|
6313
6178
|
|
6314
6179
|
msgid "Repositories from published Content Views are not allowed."
|
6315
6180
|
msgstr "Repositorys aus veröffentlichten Inhaltsansichten sind nicht zulässig."
|
6316
6181
|
|
6317
|
-
msgid "Repositories gpg reset"
|
6318
|
-
msgstr ""
|
6319
|
-
|
6320
6182
|
msgid "Repository"
|
6321
6183
|
msgstr "Repository"
|
6322
6184
|
|
@@ -6336,7 +6198,7 @@ msgid "Repository '%(repoName)s' has been enabled."
|
|
6336
6198
|
msgstr "Repository '%(repoName)s' wurde aktiviert."
|
6337
6199
|
|
6338
6200
|
msgid "Repository ID"
|
6339
|
-
msgstr "
|
6201
|
+
msgstr ""
|
6340
6202
|
|
6341
6203
|
msgid "Repository Id associated with the kickstart repo used for provisioning"
|
6342
6204
|
msgstr "Repository-ID, die mit dem Kickstart-Repository verknüpft ist, das für die Bereitstellung verwendet wird"
|
@@ -6581,7 +6443,7 @@ msgstr ""
|
|
6581
6443
|
msgid "Review affected environments"
|
6582
6444
|
msgstr ""
|
6583
6445
|
|
6584
|
-
msgid "Review and optionally exclude hosts from your selection."
|
6446
|
+
msgid "Review and optionally exclude hosts from your selection. Note that package actions on any image mode hosts will be transient and lost on the next reboot."
|
6585
6447
|
msgstr ""
|
6586
6448
|
|
6587
6449
|
msgid "Review and then click {submitBtnText}."
|
@@ -6614,6 +6476,12 @@ msgstr ""
|
|
6614
6476
|
msgid "Rollback image digest"
|
6615
6477
|
msgstr ""
|
6616
6478
|
|
6479
|
+
msgid "Rolling content view"
|
6480
|
+
msgstr ""
|
6481
|
+
|
6482
|
+
msgid "Rolling content views"
|
6483
|
+
msgstr ""
|
6484
|
+
|
6617
6485
|
msgid "Rules to be added"
|
6618
6486
|
msgstr ""
|
6619
6487
|
|
@@ -6659,33 +6527,12 @@ msgstr "ABONNEMENTS LAUFEN BALD AB"
|
|
6659
6527
|
msgid "Save"
|
6660
6528
|
msgstr "Speichern"
|
6661
6529
|
|
6662
|
-
msgid "Save artifact"
|
6663
|
-
msgstr ""
|
6664
|
-
|
6665
|
-
msgid "Save distribution references"
|
6666
|
-
msgstr ""
|
6667
|
-
|
6668
|
-
msgid "Save publication"
|
6669
|
-
msgstr ""
|
6670
|
-
|
6671
|
-
msgid "Save version"
|
6672
|
-
msgstr ""
|
6673
|
-
|
6674
|
-
msgid "Save versions"
|
6675
|
-
msgstr ""
|
6676
|
-
|
6677
6530
|
msgid "Saving alternate content source..."
|
6678
6531
|
msgstr ""
|
6679
6532
|
|
6680
6533
|
msgid "Scan a flatpak remote"
|
6681
6534
|
msgstr ""
|
6682
6535
|
|
6683
|
-
msgid "Scan cdn"
|
6684
|
-
msgstr ""
|
6685
|
-
|
6686
|
-
msgid "Scan remote"
|
6687
|
-
msgstr ""
|
6688
|
-
|
6689
6536
|
msgid "Schema version 1"
|
6690
6537
|
msgstr ""
|
6691
6538
|
|
@@ -7067,9 +6914,6 @@ msgstr ""
|
|
7067
6914
|
msgid "Simplified"
|
7068
6915
|
msgstr ""
|
7069
6916
|
|
7070
|
-
msgid "Single content view consisting of e.g. repositories"
|
7071
|
-
msgstr ""
|
7072
|
-
|
7073
6917
|
msgid "Size of file to upload"
|
7074
6918
|
msgstr "Größe der Datei zum hochladen"
|
7075
6919
|
|
@@ -7112,6 +6956,9 @@ msgstr "Lösen Sie RPM-Abhängigkeiten standardmäßig beim Veröffentlichen von
|
|
7112
6956
|
msgid "Solve dependencies"
|
7113
6957
|
msgstr "Abhängigkeiten lösen"
|
7114
6958
|
|
6959
|
+
msgid "Some environments are disabled because they are not associated with all of the affected hosts' content sources."
|
6960
|
+
msgstr ""
|
6961
|
+
|
7115
6962
|
msgid "Some environments are disabled because they are not associated with the host's content source."
|
7116
6963
|
msgstr ""
|
7117
6964
|
|
@@ -7475,9 +7322,6 @@ msgstr ""
|
|
7475
7322
|
msgid "Supported Content Types"
|
7476
7323
|
msgstr "Unterstützte Inhaltstypen"
|
7477
7324
|
|
7478
|
-
msgid "Sync"
|
7479
|
-
msgstr ""
|
7480
|
-
|
7481
7325
|
msgid "Sync Canceled"
|
7482
7326
|
msgstr "Synchronisation abgebrochen"
|
7483
7327
|
|
@@ -7532,9 +7376,6 @@ msgstr "Repository synchronisieren"
|
|
7532
7376
|
msgid "Sync all repositories for a product"
|
7533
7377
|
msgstr "Alle Repositorys für ein Produkt synchronisieren"
|
7534
7378
|
|
7535
|
-
msgid "Sync capsule"
|
7536
|
-
msgstr ""
|
7537
|
-
|
7538
7379
|
msgid "Sync complete."
|
7539
7380
|
msgstr "Synchronisation abgeschlossen."
|
7540
7381
|
|
@@ -7553,9 +7394,6 @@ msgstr ""
|
|
7553
7394
|
msgid "Sync state"
|
7554
7395
|
msgstr "Synchronisierungsstatus"
|
7555
7396
|
|
7556
|
-
msgid "Syncable export"
|
7557
|
-
msgstr ""
|
7558
|
-
|
7559
7397
|
msgid "Synced"
|
7560
7398
|
msgstr ""
|
7561
7399
|
|
@@ -7719,6 +7557,9 @@ msgstr ""
|
|
7719
7557
|
"Die folgenden Repositorys, die in den Importmetadaten bereitgestellt werden, weisen einen falschen Inhaltstyp oder Anbietertyp auf. Stellen Sie vor dem Import sicher, dass die Export- und Import-Repositorys vom gleichen Typ sind\n"
|
7720
7558
|
" %{repos}"
|
7721
7559
|
|
7560
|
+
msgid "The generated container repository name is invalid. Please review the lifecycle environment's registry name pattern. It may be caused by special characters in the components that make up the name, like the organization."
|
7561
|
+
msgstr ""
|
7562
|
+
|
7722
7563
|
msgid "The id of the content source"
|
7723
7564
|
msgstr ""
|
7724
7565
|
|
@@ -8065,9 +7906,6 @@ msgstr ""
|
|
8065
7906
|
msgid "To manage packages, select an action."
|
8066
7907
|
msgstr ""
|
8067
7908
|
|
8068
|
-
msgid "Toggle"
|
8069
|
-
msgstr ""
|
8070
|
-
|
8071
7909
|
msgid "Token/password for the flatpak remote"
|
8072
7910
|
msgstr ""
|
8073
7911
|
|
@@ -8200,6 +8038,12 @@ msgstr "Pulp-Speicher nicht gefunden"
|
|
8200
8038
|
msgid "Unable to detect puppet path"
|
8201
8039
|
msgstr "Puppet-Pfad kann nicht erkannt werden"
|
8202
8040
|
|
8041
|
+
msgid "Unable to find a content view with ID %s"
|
8042
|
+
msgstr ""
|
8043
|
+
|
8044
|
+
msgid "Unable to find a lifecycle environment with ID %s"
|
8045
|
+
msgstr ""
|
8046
|
+
|
8203
8047
|
msgid "Unable to find product '%s' in organization '%s'"
|
8204
8048
|
msgstr "Unable to find product '%s' in organization '%s'"
|
8205
8049
|
|
@@ -8359,27 +8203,15 @@ msgstr "Umgebung in einer Organisation aktualisieren"
|
|
8359
8203
|
msgid "Update content counts for the smart proxy"
|
8360
8204
|
msgstr ""
|
8361
8205
|
|
8362
|
-
msgid "Update content urls"
|
8363
|
-
msgstr ""
|
8364
|
-
|
8365
8206
|
msgid "Update content view environments for host"
|
8366
8207
|
msgstr ""
|
8367
8208
|
|
8368
8209
|
msgid "Update content view environments for host %s"
|
8369
8210
|
msgstr ""
|
8370
8211
|
|
8371
|
-
msgid "Update distributions"
|
8372
|
-
msgstr ""
|
8373
|
-
|
8374
8212
|
msgid "Update hosts manually"
|
8375
8213
|
msgstr ""
|
8376
8214
|
|
8377
|
-
msgid "Update http proxy"
|
8378
|
-
msgstr ""
|
8379
|
-
|
8380
|
-
msgid "Update http proxy details"
|
8381
|
-
msgstr ""
|
8382
|
-
|
8383
8215
|
msgid "Update installed packages, enabled repos, module inventory"
|
8384
8216
|
msgstr "Aktualisiere installierte Packete, aktivierte Repositories und Modul-Inventare"
|
8385
8217
|
|
@@ -8395,21 +8227,12 @@ msgstr "Update-Paket über Katello-Schnittstelle"
|
|
8395
8227
|
msgid "Update packages via Katello interface"
|
8396
8228
|
msgstr ""
|
8397
8229
|
|
8398
|
-
msgid "Update redhat repository"
|
8399
|
-
msgstr ""
|
8400
|
-
|
8401
8230
|
msgid "Update release version for host"
|
8402
8231
|
msgstr "Release-Version für Host aktualisieren"
|
8403
8232
|
|
8404
8233
|
msgid "Update release version for host %s"
|
8405
8234
|
msgstr "Release-Version für Host aktualisieren %s"
|
8406
8235
|
|
8407
|
-
msgid "Update remote"
|
8408
|
-
msgstr ""
|
8409
|
-
|
8410
|
-
msgid "Update repository"
|
8411
|
-
msgstr ""
|
8412
|
-
|
8413
8236
|
msgid "Update services requiring restart"
|
8414
8237
|
msgstr "Services aktualisieren, welche neugestartet werden müssen"
|
8415
8238
|
|
@@ -8500,12 +8323,6 @@ msgstr "Teil der Dateiinhalte hochladen"
|
|
8500
8323
|
msgid "Upload a subscription manifest"
|
8501
8324
|
msgstr "Subskriptionsmanifest hochladen"
|
8502
8325
|
|
8503
|
-
msgid "Upload content"
|
8504
|
-
msgstr ""
|
8505
|
-
|
8506
|
-
msgid "Upload file"
|
8507
|
-
msgstr ""
|
8508
|
-
|
8509
8326
|
msgid "Upload into"
|
8510
8327
|
msgstr "Hochgeladen in"
|
8511
8328
|
|
@@ -8515,9 +8332,6 @@ msgstr ""
|
|
8515
8332
|
msgid "Upload request id"
|
8516
8333
|
msgstr "Anfrage-ID hochladen"
|
8517
8334
|
|
8518
|
-
msgid "Upload tag"
|
8519
|
-
msgstr ""
|
8520
|
-
|
8521
8335
|
msgid "Upstream Candlepin"
|
8522
8336
|
msgstr ""
|
8523
8337
|
|
@@ -8632,9 +8446,6 @@ msgstr "Der Wert muss entweder ein boolescher Wert oder 'Standard' für 'aktivie
|
|
8632
8446
|
msgid "Verify SSL"
|
8633
8447
|
msgstr "SSL überprüfen"
|
8634
8448
|
|
8635
|
-
msgid "Verify checksum"
|
8636
|
-
msgstr ""
|
8637
|
-
|
8638
8449
|
msgid "Verify checksum for content on smart proxy"
|
8639
8450
|
msgstr ""
|
8640
8451
|
|
@@ -8719,6 +8530,9 @@ msgstr ""
|
|
8719
8530
|
msgid "View content views"
|
8720
8531
|
msgstr ""
|
8721
8532
|
|
8533
|
+
msgid "View details"
|
8534
|
+
msgstr ""
|
8535
|
+
|
8722
8536
|
msgid "View documentation"
|
8723
8537
|
msgstr ""
|
8724
8538
|
|
@@ -8992,6 +8806,9 @@ msgstr "eine Organisation"
|
|
8992
8806
|
msgid "are only allowed for Yum repositories."
|
8993
8807
|
msgstr "sind nur für Yum-Repositorys zulässig."
|
8994
8808
|
|
8809
|
+
msgid "assign a new content source to the hosts"
|
8810
|
+
msgstr ""
|
8811
|
+
|
8995
8812
|
msgid "attempted to sync a non-library repository."
|
8996
8813
|
msgstr ""
|
8997
8814
|
|
@@ -9287,7 +9104,7 @@ msgid "here"
|
|
9287
9104
|
msgstr ""
|
9288
9105
|
|
9289
9106
|
msgid "host"
|
9290
|
-
msgstr "
|
9107
|
+
msgstr ""
|
9291
9108
|
|
9292
9109
|
msgid "host collection name to filter by"
|
9293
9110
|
msgstr "Name der Hostsammlung, nach der gefiltert werden soll"
|
@@ -9349,9 +9166,6 @@ msgstr "Pakete werden installiert …"
|
|
9349
9166
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9350
9167
|
msgstr "interpretiert das angegebene Objekt so, dass nur Repositorys zurückgegeben werden, die dem angegebenen Objekt zugeordnet werden können. Nur 'content_view' und 'content_view_version' werden unterstützt."
|
9351
9168
|
|
9352
|
-
msgid "invalid container image name"
|
9353
|
-
msgstr ""
|
9354
|
-
|
9355
9169
|
msgid "invalid: Repositories can only require one OS version."
|
9356
9170
|
msgstr "ungültig: Repositorys können nur eine Betriebssystemversion erfordern."
|
9357
9171
|
|