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/sv_SE/katello.po
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
#
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: katello 4.
|
13
|
+
"Project-Id-Version: katello 4.17.0.pre.master\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
15
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
16
16
|
"Last-Translator: Mikael Fridh <frimik@gmail.com>, 2022\n"
|
@@ -473,9 +473,6 @@ msgstr ""
|
|
473
473
|
msgid "About page"
|
474
474
|
msgstr ""
|
475
475
|
|
476
|
-
msgid "Abstract async task"
|
477
|
-
msgstr ""
|
478
|
-
|
479
476
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
480
477
|
msgstr ""
|
481
478
|
|
@@ -792,6 +789,9 @@ msgstr ""
|
|
792
789
|
msgid "Ansible collections"
|
793
790
|
msgstr ""
|
794
791
|
|
792
|
+
msgid "Any updates to image mode host(s) will be lost on the next reboot."
|
793
|
+
msgstr ""
|
794
|
+
|
795
795
|
msgid "Applicability Batch Size"
|
796
796
|
msgstr ""
|
797
797
|
|
@@ -819,9 +819,6 @@ msgstr ""
|
|
819
819
|
msgid "Apply errata"
|
820
820
|
msgstr ""
|
821
821
|
|
822
|
-
msgid "Apply erratum"
|
823
|
-
msgstr ""
|
824
|
-
|
825
822
|
msgid "Apply to all repositories in the CV"
|
826
823
|
msgstr ""
|
827
824
|
|
@@ -989,9 +986,6 @@ msgstr "Författare"
|
|
989
986
|
msgid "Auto Publish - Triggered by '%s'"
|
990
987
|
msgstr ""
|
991
988
|
|
992
|
-
msgid "Auto attach subscriptions"
|
993
|
-
msgstr ""
|
994
|
-
|
995
989
|
msgid "Auto publish"
|
996
990
|
msgstr ""
|
997
991
|
|
@@ -1241,13 +1235,19 @@ msgstr ""
|
|
1241
1235
|
msgid "Cannot add repositories to a composite content view"
|
1242
1236
|
msgstr ""
|
1243
1237
|
|
1238
|
+
msgid "Cannot add rolling content view to composite content view"
|
1239
|
+
msgstr ""
|
1240
|
+
|
1241
|
+
msgid "Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment."
|
1242
|
+
msgstr ""
|
1243
|
+
|
1244
1244
|
msgid "Cannot associate a Red Hat provider with a custom product"
|
1245
1245
|
msgstr ""
|
1246
1246
|
|
1247
1247
|
msgid "Cannot associate a component to a non composite content view"
|
1248
1248
|
msgstr ""
|
1249
1249
|
|
1250
|
-
msgid "Cannot be disabled because it is part of a
|
1250
|
+
msgid "Cannot be disabled because it is part of a content view"
|
1251
1251
|
msgstr ""
|
1252
1252
|
|
1253
1253
|
msgid "Cannot calculate name for custom repos"
|
@@ -1469,9 +1469,6 @@ msgstr ""
|
|
1469
1469
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1470
1470
|
msgstr ""
|
1471
1471
|
|
1472
|
-
msgid "Commit upload"
|
1473
|
-
msgstr ""
|
1474
|
-
|
1475
1472
|
msgid "Compare"
|
1476
1473
|
msgstr ""
|
1477
1474
|
|
@@ -1490,9 +1487,6 @@ msgstr ""
|
|
1490
1487
|
msgid "Components"
|
1491
1488
|
msgstr ""
|
1492
1489
|
|
1493
|
-
msgid "Composite"
|
1494
|
-
msgstr ""
|
1495
|
-
|
1496
1490
|
msgid "Composite Content View"
|
1497
1491
|
msgstr ""
|
1498
1492
|
|
@@ -1523,15 +1517,6 @@ msgstr ""
|
|
1523
1517
|
msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
|
1524
1518
|
msgstr ""
|
1525
1519
|
|
1526
|
-
msgid "Consisting of multiple content views"
|
1527
|
-
msgstr ""
|
1528
|
-
|
1529
|
-
msgid "Consists of content views"
|
1530
|
-
msgstr ""
|
1531
|
-
|
1532
|
-
msgid "Consists of repositories"
|
1533
|
-
msgstr ""
|
1534
|
-
|
1535
1520
|
msgid "Consumed"
|
1536
1521
|
msgstr ""
|
1537
1522
|
|
@@ -1568,6 +1553,15 @@ msgstr ""
|
|
1568
1553
|
msgid "Container tags"
|
1569
1554
|
msgstr ""
|
1570
1555
|
|
1556
|
+
msgid "Contains content views. You must choose the version to use for each content view."
|
1557
|
+
msgstr ""
|
1558
|
+
|
1559
|
+
msgid "Contains repositories. Always serves the latest synced content, without the need to publish versions."
|
1560
|
+
msgstr ""
|
1561
|
+
|
1562
|
+
msgid "Contains repositories. Versions are published and optionally filtered."
|
1563
|
+
msgstr ""
|
1564
|
+
|
1571
1565
|
msgid "Content"
|
1572
1566
|
msgstr ""
|
1573
1567
|
|
@@ -1826,27 +1820,15 @@ msgstr ""
|
|
1826
1820
|
msgid "Copy"
|
1827
1821
|
msgstr ""
|
1828
1822
|
|
1829
|
-
msgid "Copy all units"
|
1830
|
-
msgstr ""
|
1831
|
-
|
1832
1823
|
msgid "Copy an activation key"
|
1833
1824
|
msgstr ""
|
1834
1825
|
|
1835
|
-
msgid "Copy content"
|
1836
|
-
msgstr ""
|
1837
|
-
|
1838
1826
|
msgid "Copy content view"
|
1839
1827
|
msgstr ""
|
1840
1828
|
|
1841
1829
|
msgid "Copy to clipboard"
|
1842
1830
|
msgstr ""
|
1843
1831
|
|
1844
|
-
msgid "Copy version"
|
1845
|
-
msgstr ""
|
1846
|
-
|
1847
|
-
msgid "Copy version units to library"
|
1848
|
-
msgstr ""
|
1849
|
-
|
1850
1832
|
msgid "Cores per socket"
|
1851
1833
|
msgstr ""
|
1852
1834
|
|
@@ -2054,21 +2036,12 @@ msgstr ""
|
|
2054
2036
|
msgid "Create content view"
|
2055
2037
|
msgstr ""
|
2056
2038
|
|
2057
|
-
msgid "Create exporter"
|
2058
|
-
msgstr ""
|
2059
|
-
|
2060
2039
|
msgid "Create filter"
|
2061
2040
|
msgstr ""
|
2062
2041
|
|
2063
2042
|
msgid "Create host collection"
|
2064
2043
|
msgstr ""
|
2065
2044
|
|
2066
|
-
msgid "Create import"
|
2067
|
-
msgstr ""
|
2068
|
-
|
2069
|
-
msgid "Create importer"
|
2070
|
-
msgstr ""
|
2071
|
-
|
2072
2045
|
msgid "Create new activation key"
|
2073
2046
|
msgstr ""
|
2074
2047
|
|
@@ -2078,12 +2051,6 @@ msgstr ""
|
|
2078
2051
|
msgid "Create package filter rule"
|
2079
2052
|
msgstr ""
|
2080
2053
|
|
2081
|
-
msgid "Create publication"
|
2082
|
-
msgstr ""
|
2083
|
-
|
2084
|
-
msgid "Create remote"
|
2085
|
-
msgstr ""
|
2086
|
-
|
2087
2054
|
msgid "Create rule"
|
2088
2055
|
msgstr ""
|
2089
2056
|
|
@@ -2201,7 +2168,7 @@ msgstr ""
|
|
2201
2168
|
msgid "Default System SLA"
|
2202
2169
|
msgstr ""
|
2203
2170
|
|
2204
|
-
msgid "Default content view versions cannot be promoted"
|
2171
|
+
msgid "Default and Rolling content view versions cannot be promoted"
|
2205
2172
|
msgstr ""
|
2206
2173
|
|
2207
2174
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
@@ -2333,36 +2300,12 @@ msgstr ""
|
|
2333
2300
|
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."
|
2334
2301
|
msgstr ""
|
2335
2302
|
|
2336
|
-
msgid "Delete distributions"
|
2337
|
-
msgstr ""
|
2338
|
-
|
2339
2303
|
msgid "Delete manifest from Red Hat provider"
|
2340
2304
|
msgstr ""
|
2341
2305
|
|
2342
2306
|
msgid "Delete multiple filters from a content view"
|
2343
2307
|
msgstr ""
|
2344
2308
|
|
2345
|
-
msgid "Delete orphan alternate content sources"
|
2346
|
-
msgstr ""
|
2347
|
-
|
2348
|
-
msgid "Delete orphan distributions"
|
2349
|
-
msgstr ""
|
2350
|
-
|
2351
|
-
msgid "Delete orphan remotes"
|
2352
|
-
msgstr ""
|
2353
|
-
|
2354
|
-
msgid "Delete orphan repository versions"
|
2355
|
-
msgstr ""
|
2356
|
-
|
2357
|
-
msgid "Delete orphaned migrated repositories"
|
2358
|
-
msgstr ""
|
2359
|
-
|
2360
|
-
msgid "Delete remote"
|
2361
|
-
msgstr ""
|
2362
|
-
|
2363
|
-
msgid "Delete repository references"
|
2364
|
-
msgstr ""
|
2365
|
-
|
2366
2309
|
msgid "Delete version"
|
2367
2310
|
msgstr ""
|
2368
2311
|
|
@@ -2462,12 +2405,6 @@ msgstr ""
|
|
2462
2405
|
msgid "Destroy an environment in an organization"
|
2463
2406
|
msgstr ""
|
2464
2407
|
|
2465
|
-
msgid "Destroy exporter"
|
2466
|
-
msgstr ""
|
2467
|
-
|
2468
|
-
msgid "Destroy importer"
|
2469
|
-
msgstr ""
|
2470
|
-
|
2471
2408
|
msgid "Destroy one or more alternate content sources"
|
2472
2409
|
msgstr ""
|
2473
2410
|
|
@@ -2516,9 +2453,6 @@ msgstr "Inaktiverad"
|
|
2516
2453
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
2517
2454
|
msgstr ""
|
2518
2455
|
|
2519
|
-
msgid "Discover"
|
2520
|
-
msgstr ""
|
2521
|
-
|
2522
2456
|
msgid "Discover Repositories"
|
2523
2457
|
msgstr ""
|
2524
2458
|
|
@@ -2714,9 +2648,6 @@ msgstr ""
|
|
2714
2648
|
msgid "Environment cannot be in its own promotion path"
|
2715
2649
|
msgstr ""
|
2716
2650
|
|
2717
|
-
msgid "Environment contents refresh"
|
2718
|
-
msgstr ""
|
2719
|
-
|
2720
2651
|
msgid "Environment identifier"
|
2721
2652
|
msgstr ""
|
2722
2653
|
|
@@ -2756,9 +2687,6 @@ msgstr ""
|
|
2756
2687
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
2757
2688
|
msgstr ""
|
2758
2689
|
|
2759
|
-
msgid "Errata mail"
|
2760
|
-
msgstr ""
|
2761
|
-
|
2762
2690
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2763
2691
|
msgstr ""
|
2764
2692
|
|
@@ -2918,9 +2846,6 @@ msgstr ""
|
|
2918
2846
|
msgid "Fetch installable errata for one or more hosts."
|
2919
2847
|
msgstr ""
|
2920
2848
|
|
2921
|
-
msgid "Fetch pxe files"
|
2922
|
-
msgstr ""
|
2923
|
-
|
2924
2849
|
msgid "Fetch traces for one or more hosts"
|
2925
2850
|
msgstr ""
|
2926
2851
|
|
@@ -3014,9 +2939,6 @@ msgstr ""
|
|
3014
2939
|
msgid "Filter versions that are components in the specified composite version"
|
3015
2940
|
msgstr ""
|
3016
2941
|
|
3017
|
-
msgid "Filtered index content"
|
3018
|
-
msgstr ""
|
3019
|
-
|
3020
2942
|
msgid "Filters"
|
3021
2943
|
msgstr "Filter"
|
3022
2944
|
|
@@ -3109,9 +3031,6 @@ msgstr ""
|
|
3109
3031
|
msgid "Generate host applicability"
|
3110
3032
|
msgstr ""
|
3111
3033
|
|
3112
|
-
msgid "Generate metadata"
|
3113
|
-
msgstr ""
|
3114
|
-
|
3115
3034
|
msgid "Generate repository applicability"
|
3116
3035
|
msgstr ""
|
3117
3036
|
|
@@ -3349,12 +3268,6 @@ msgstr ""
|
|
3349
3268
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3350
3269
|
msgstr ""
|
3351
3270
|
|
3352
|
-
msgid "Hypervisors"
|
3353
|
-
msgstr ""
|
3354
|
-
|
3355
|
-
msgid "Hypervisors update"
|
3356
|
-
msgstr ""
|
3357
|
-
|
3358
3271
|
msgid "ID of a HTTP Proxy"
|
3359
3272
|
msgstr ""
|
3360
3273
|
|
@@ -3675,9 +3588,6 @@ msgstr ""
|
|
3675
3588
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3676
3589
|
msgstr ""
|
3677
3590
|
|
3678
|
-
msgid "Import migration"
|
3679
|
-
msgstr ""
|
3680
|
-
|
3681
3591
|
msgid "Import new manifest"
|
3682
3592
|
msgstr ""
|
3683
3593
|
|
@@ -3687,12 +3597,6 @@ msgstr ""
|
|
3687
3597
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3688
3598
|
msgstr ""
|
3689
3599
|
|
3690
|
-
msgid "Import repository upload"
|
3691
|
-
msgstr ""
|
3692
|
-
|
3693
|
-
msgid "Import upload"
|
3694
|
-
msgstr ""
|
3695
|
-
|
3696
3600
|
msgid "Import uploads into a repository"
|
3697
3601
|
msgstr ""
|
3698
3602
|
|
@@ -3759,9 +3663,6 @@ msgstr ""
|
|
3759
3663
|
msgid "Incremental Update incomplete."
|
3760
3664
|
msgstr ""
|
3761
3665
|
|
3762
|
-
msgid "Incremental Update of Content View Version(s) "
|
3763
|
-
msgstr ""
|
3764
|
-
|
3765
3666
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
3766
3667
|
msgstr ""
|
3767
3668
|
|
@@ -3774,27 +3675,12 @@ msgstr ""
|
|
3774
3675
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
3775
3676
|
msgstr ""
|
3776
3677
|
|
3777
|
-
msgid "Index content"
|
3778
|
-
msgstr ""
|
3779
|
-
|
3780
|
-
msgid "Index errata"
|
3781
|
-
msgstr ""
|
3782
|
-
|
3783
|
-
msgid "Index module streams"
|
3784
|
-
msgstr ""
|
3785
|
-
|
3786
|
-
msgid "Index package groups"
|
3787
|
-
msgstr ""
|
3788
|
-
|
3789
3678
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3790
3679
|
msgstr ""
|
3791
3680
|
|
3792
3681
|
msgid "Inherit from Repository"
|
3793
3682
|
msgstr ""
|
3794
3683
|
|
3795
|
-
msgid "Initialize"
|
3796
|
-
msgstr ""
|
3797
|
-
|
3798
3684
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3799
3685
|
msgstr ""
|
3800
3686
|
|
@@ -3870,9 +3756,6 @@ msgstr ""
|
|
3870
3756
|
msgid "Installing Package..."
|
3871
3757
|
msgstr ""
|
3872
3758
|
|
3873
|
-
msgid "Instance update"
|
3874
|
-
msgstr ""
|
3875
|
-
|
3876
3759
|
msgid "Instance-based"
|
3877
3760
|
msgstr ""
|
3878
3761
|
|
@@ -3981,6 +3864,27 @@ msgstr ""
|
|
3981
3864
|
msgid "It is only allowed for Non-Redhat Yum repositories."
|
3982
3865
|
msgstr ""
|
3983
3866
|
|
3867
|
+
msgid "It's not possible to bulk remove versions from a rolling content view."
|
3868
|
+
msgstr ""
|
3869
|
+
|
3870
|
+
msgid "It's not possible to copy a rolling content view."
|
3871
|
+
msgstr ""
|
3872
|
+
|
3873
|
+
msgid "It's not possible to create a filter for a rolling content view."
|
3874
|
+
msgstr ""
|
3875
|
+
|
3876
|
+
msgid "It's not possible to destroy a version of a rolling content view."
|
3877
|
+
msgstr ""
|
3878
|
+
|
3879
|
+
msgid "It's not possible to export a rolling content view."
|
3880
|
+
msgstr ""
|
3881
|
+
|
3882
|
+
msgid "It's not possible to promote a rolling content view."
|
3883
|
+
msgstr ""
|
3884
|
+
|
3885
|
+
msgid "It's not possible to publish a rolling content view."
|
3886
|
+
msgstr ""
|
3887
|
+
|
3984
3888
|
msgid "Job '${description}' completed"
|
3985
3889
|
msgstr ""
|
3986
3890
|
|
@@ -4599,9 +4503,6 @@ msgstr "Meddelande"
|
|
4599
4503
|
msgid "Messaging connection"
|
4600
4504
|
msgstr ""
|
4601
4505
|
|
4602
|
-
msgid "Metadata generate"
|
4603
|
-
msgstr ""
|
4604
|
-
|
4605
4506
|
msgid ""
|
4606
4507
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
4607
4508
|
"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."
|
@@ -4658,16 +4559,10 @@ msgstr ""
|
|
4658
4559
|
msgid "Multi Content View Environment"
|
4659
4560
|
msgstr ""
|
4660
4561
|
|
4661
|
-
msgid "Multi
|
4662
|
-
msgstr ""
|
4663
|
-
|
4664
|
-
msgid "Multi copy content"
|
4665
|
-
msgstr ""
|
4666
|
-
|
4667
|
-
msgid "Multi copy units"
|
4562
|
+
msgid "Multi-entitlement"
|
4668
4563
|
msgstr ""
|
4669
4564
|
|
4670
|
-
msgid "
|
4565
|
+
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
4671
4566
|
msgstr ""
|
4672
4567
|
|
4673
4568
|
msgid "N/A"
|
@@ -5297,6 +5192,9 @@ msgstr ""
|
|
5297
5192
|
msgid "Organization required"
|
5298
5193
|
msgstr ""
|
5299
5194
|
|
5195
|
+
msgid "Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details."
|
5196
|
+
msgstr ""
|
5197
|
+
|
5300
5198
|
msgid "Orphaned Content Protection Time"
|
5301
5199
|
msgstr ""
|
5302
5200
|
|
@@ -5450,6 +5348,9 @@ msgstr ""
|
|
5450
5348
|
msgid "Package Update scheduled by %s"
|
5451
5349
|
msgstr ""
|
5452
5350
|
|
5351
|
+
msgid "Package actions will be transient"
|
5352
|
+
msgstr ""
|
5353
|
+
|
5453
5354
|
msgid "Package group update canceled"
|
5454
5355
|
msgstr ""
|
5455
5356
|
|
@@ -5842,9 +5743,6 @@ msgstr ""
|
|
5842
5743
|
msgid "Pulp task error"
|
5843
5744
|
msgstr ""
|
5844
5745
|
|
5845
|
-
msgid "Purge completed tasks"
|
5846
|
-
msgstr ""
|
5847
|
-
|
5848
5746
|
msgid "Python Package"
|
5849
5747
|
msgstr ""
|
5850
5748
|
|
@@ -5953,9 +5851,6 @@ msgstr ""
|
|
5953
5851
|
msgid "Reclaim Space"
|
5954
5852
|
msgstr ""
|
5955
5853
|
|
5956
|
-
msgid "Reclaim space"
|
5957
|
-
msgstr ""
|
5958
|
-
|
5959
5854
|
msgid "Reclaim space from On Demand repositories"
|
5960
5855
|
msgstr ""
|
5961
5856
|
|
@@ -6016,10 +5911,10 @@ msgstr ""
|
|
6016
5911
|
msgid "Refresh Manifest"
|
6017
5912
|
msgstr ""
|
6018
5913
|
|
6019
|
-
msgid "Refresh
|
5914
|
+
msgid "Refresh RollingCV Repo"
|
6020
5915
|
msgstr ""
|
6021
5916
|
|
6022
|
-
msgid "Refresh all
|
5917
|
+
msgid "Refresh all alternate content sources"
|
6023
5918
|
msgstr ""
|
6024
5919
|
|
6025
5920
|
msgid "Refresh alternate content sources"
|
@@ -6034,27 +5929,15 @@ msgstr ""
|
|
6034
5929
|
msgid "Refresh counts"
|
6035
5930
|
msgstr ""
|
6036
5931
|
|
6037
|
-
msgid "Refresh distribution"
|
6038
|
-
msgstr ""
|
6039
|
-
|
6040
5932
|
msgid "Refresh errata applicability"
|
6041
5933
|
msgstr ""
|
6042
5934
|
|
6043
|
-
msgid "Refresh if needed"
|
6044
|
-
msgstr ""
|
6045
|
-
|
6046
5935
|
msgid "Refresh package applicability"
|
6047
5936
|
msgstr ""
|
6048
5937
|
|
6049
5938
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
6050
5939
|
msgstr ""
|
6051
5940
|
|
6052
|
-
msgid "Refresh remote"
|
6053
|
-
msgstr ""
|
6054
|
-
|
6055
|
-
msgid "Refresh repos"
|
6056
|
-
msgstr ""
|
6057
|
-
|
6058
5941
|
msgid "Refresh source"
|
6059
5942
|
msgstr ""
|
6060
5943
|
|
@@ -6097,9 +5980,6 @@ msgstr ""
|
|
6097
5980
|
msgid "Registry name pattern will result in invalid container image name of member repositories"
|
6098
5981
|
msgstr ""
|
6099
5982
|
|
6100
|
-
msgid "Reindex subscriptions"
|
6101
|
-
msgstr ""
|
6102
|
-
|
6103
5983
|
msgid "Related composite content views"
|
6104
5984
|
msgstr ""
|
6105
5985
|
|
@@ -6196,9 +6076,6 @@ msgstr ""
|
|
6196
6076
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
6197
6077
|
msgstr ""
|
6198
6078
|
|
6199
|
-
msgid "Remove orphans"
|
6200
|
-
msgstr ""
|
6201
|
-
|
6202
6079
|
msgid "Remove package group via Katello interface"
|
6203
6080
|
msgstr ""
|
6204
6081
|
|
@@ -6226,12 +6103,6 @@ msgstr ""
|
|
6226
6103
|
msgid "Remove subscriptions from one or more hosts"
|
6227
6104
|
msgstr ""
|
6228
6105
|
|
6229
|
-
msgid "Remove units"
|
6230
|
-
msgstr ""
|
6231
|
-
|
6232
|
-
msgid "Remove unneeded repos"
|
6233
|
-
msgstr ""
|
6234
|
-
|
6235
6106
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
6236
6107
|
msgstr ""
|
6237
6108
|
|
@@ -6256,9 +6127,6 @@ msgstr ""
|
|
6256
6127
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
6257
6128
|
msgstr ""
|
6258
6129
|
|
6259
|
-
msgid "Repair"
|
6260
|
-
msgstr ""
|
6261
|
-
|
6262
6130
|
msgid "Replace content source on the target machine"
|
6263
6131
|
msgstr ""
|
6264
6132
|
|
@@ -6277,18 +6145,12 @@ msgstr ""
|
|
6277
6145
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
6278
6146
|
msgstr ""
|
6279
6147
|
|
6280
|
-
msgid "Repositories certs reset"
|
6281
|
-
msgstr ""
|
6282
|
-
|
6283
6148
|
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."
|
6284
6149
|
msgstr ""
|
6285
6150
|
|
6286
6151
|
msgid "Repositories from published Content Views are not allowed."
|
6287
6152
|
msgstr ""
|
6288
6153
|
|
6289
|
-
msgid "Repositories gpg reset"
|
6290
|
-
msgstr ""
|
6291
|
-
|
6292
6154
|
msgid "Repository"
|
6293
6155
|
msgstr ""
|
6294
6156
|
|
@@ -6553,7 +6415,7 @@ msgstr ""
|
|
6553
6415
|
msgid "Review affected environments"
|
6554
6416
|
msgstr ""
|
6555
6417
|
|
6556
|
-
msgid "Review and optionally exclude hosts from your selection."
|
6418
|
+
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."
|
6557
6419
|
msgstr ""
|
6558
6420
|
|
6559
6421
|
msgid "Review and then click {submitBtnText}."
|
@@ -6586,6 +6448,12 @@ msgstr ""
|
|
6586
6448
|
msgid "Rollback image digest"
|
6587
6449
|
msgstr ""
|
6588
6450
|
|
6451
|
+
msgid "Rolling content view"
|
6452
|
+
msgstr ""
|
6453
|
+
|
6454
|
+
msgid "Rolling content views"
|
6455
|
+
msgstr ""
|
6456
|
+
|
6589
6457
|
msgid "Rules to be added"
|
6590
6458
|
msgstr ""
|
6591
6459
|
|
@@ -6631,33 +6499,12 @@ msgstr ""
|
|
6631
6499
|
msgid "Save"
|
6632
6500
|
msgstr "Spara"
|
6633
6501
|
|
6634
|
-
msgid "Save artifact"
|
6635
|
-
msgstr ""
|
6636
|
-
|
6637
|
-
msgid "Save distribution references"
|
6638
|
-
msgstr ""
|
6639
|
-
|
6640
|
-
msgid "Save publication"
|
6641
|
-
msgstr ""
|
6642
|
-
|
6643
|
-
msgid "Save version"
|
6644
|
-
msgstr ""
|
6645
|
-
|
6646
|
-
msgid "Save versions"
|
6647
|
-
msgstr ""
|
6648
|
-
|
6649
6502
|
msgid "Saving alternate content source..."
|
6650
6503
|
msgstr ""
|
6651
6504
|
|
6652
6505
|
msgid "Scan a flatpak remote"
|
6653
6506
|
msgstr ""
|
6654
6507
|
|
6655
|
-
msgid "Scan cdn"
|
6656
|
-
msgstr ""
|
6657
|
-
|
6658
|
-
msgid "Scan remote"
|
6659
|
-
msgstr ""
|
6660
|
-
|
6661
6508
|
msgid "Schema version 1"
|
6662
6509
|
msgstr ""
|
6663
6510
|
|
@@ -7039,9 +6886,6 @@ msgstr ""
|
|
7039
6886
|
msgid "Simplified"
|
7040
6887
|
msgstr ""
|
7041
6888
|
|
7042
|
-
msgid "Single content view consisting of e.g. repositories"
|
7043
|
-
msgstr ""
|
7044
|
-
|
7045
6889
|
msgid "Size of file to upload"
|
7046
6890
|
msgstr ""
|
7047
6891
|
|
@@ -7084,6 +6928,9 @@ msgstr ""
|
|
7084
6928
|
msgid "Solve dependencies"
|
7085
6929
|
msgstr ""
|
7086
6930
|
|
6931
|
+
msgid "Some environments are disabled because they are not associated with all of the affected hosts' content sources."
|
6932
|
+
msgstr ""
|
6933
|
+
|
7087
6934
|
msgid "Some environments are disabled because they are not associated with the host's content source."
|
7088
6935
|
msgstr ""
|
7089
6936
|
|
@@ -7447,9 +7294,6 @@ msgstr ""
|
|
7447
7294
|
msgid "Supported Content Types"
|
7448
7295
|
msgstr ""
|
7449
7296
|
|
7450
|
-
msgid "Sync"
|
7451
|
-
msgstr ""
|
7452
|
-
|
7453
7297
|
msgid "Sync Canceled"
|
7454
7298
|
msgstr ""
|
7455
7299
|
|
@@ -7504,9 +7348,6 @@ msgstr ""
|
|
7504
7348
|
msgid "Sync all repositories for a product"
|
7505
7349
|
msgstr ""
|
7506
7350
|
|
7507
|
-
msgid "Sync capsule"
|
7508
|
-
msgstr ""
|
7509
|
-
|
7510
7351
|
msgid "Sync complete."
|
7511
7352
|
msgstr ""
|
7512
7353
|
|
@@ -7525,9 +7366,6 @@ msgstr ""
|
|
7525
7366
|
msgid "Sync state"
|
7526
7367
|
msgstr ""
|
7527
7368
|
|
7528
|
-
msgid "Syncable export"
|
7529
|
-
msgstr ""
|
7530
|
-
|
7531
7369
|
msgid "Synced"
|
7532
7370
|
msgstr ""
|
7533
7371
|
|
@@ -7689,6 +7527,9 @@ msgid ""
|
|
7689
7527
|
" %{repos}"
|
7690
7528
|
msgstr ""
|
7691
7529
|
|
7530
|
+
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."
|
7531
|
+
msgstr ""
|
7532
|
+
|
7692
7533
|
msgid "The id of the content source"
|
7693
7534
|
msgstr ""
|
7694
7535
|
|
@@ -8033,9 +7874,6 @@ msgstr ""
|
|
8033
7874
|
msgid "To manage packages, select an action."
|
8034
7875
|
msgstr ""
|
8035
7876
|
|
8036
|
-
msgid "Toggle"
|
8037
|
-
msgstr ""
|
8038
|
-
|
8039
7877
|
msgid "Token/password for the flatpak remote"
|
8040
7878
|
msgstr ""
|
8041
7879
|
|
@@ -8168,6 +8006,12 @@ msgstr ""
|
|
8168
8006
|
msgid "Unable to detect puppet path"
|
8169
8007
|
msgstr ""
|
8170
8008
|
|
8009
|
+
msgid "Unable to find a content view with ID %s"
|
8010
|
+
msgstr ""
|
8011
|
+
|
8012
|
+
msgid "Unable to find a lifecycle environment with ID %s"
|
8013
|
+
msgstr ""
|
8014
|
+
|
8171
8015
|
msgid "Unable to find product '%s' in organization '%s'"
|
8172
8016
|
msgstr ""
|
8173
8017
|
|
@@ -8327,27 +8171,15 @@ msgstr ""
|
|
8327
8171
|
msgid "Update content counts for the smart proxy"
|
8328
8172
|
msgstr ""
|
8329
8173
|
|
8330
|
-
msgid "Update content urls"
|
8331
|
-
msgstr ""
|
8332
|
-
|
8333
8174
|
msgid "Update content view environments for host"
|
8334
8175
|
msgstr ""
|
8335
8176
|
|
8336
8177
|
msgid "Update content view environments for host %s"
|
8337
8178
|
msgstr ""
|
8338
8179
|
|
8339
|
-
msgid "Update distributions"
|
8340
|
-
msgstr ""
|
8341
|
-
|
8342
8180
|
msgid "Update hosts manually"
|
8343
8181
|
msgstr ""
|
8344
8182
|
|
8345
|
-
msgid "Update http proxy"
|
8346
|
-
msgstr ""
|
8347
|
-
|
8348
|
-
msgid "Update http proxy details"
|
8349
|
-
msgstr ""
|
8350
|
-
|
8351
8183
|
msgid "Update installed packages, enabled repos, module inventory"
|
8352
8184
|
msgstr ""
|
8353
8185
|
|
@@ -8363,21 +8195,12 @@ msgstr ""
|
|
8363
8195
|
msgid "Update packages via Katello interface"
|
8364
8196
|
msgstr ""
|
8365
8197
|
|
8366
|
-
msgid "Update redhat repository"
|
8367
|
-
msgstr ""
|
8368
|
-
|
8369
8198
|
msgid "Update release version for host"
|
8370
8199
|
msgstr ""
|
8371
8200
|
|
8372
8201
|
msgid "Update release version for host %s"
|
8373
8202
|
msgstr ""
|
8374
8203
|
|
8375
|
-
msgid "Update remote"
|
8376
|
-
msgstr ""
|
8377
|
-
|
8378
|
-
msgid "Update repository"
|
8379
|
-
msgstr ""
|
8380
|
-
|
8381
8204
|
msgid "Update services requiring restart"
|
8382
8205
|
msgstr ""
|
8383
8206
|
|
@@ -8468,12 +8291,6 @@ msgstr ""
|
|
8468
8291
|
msgid "Upload a subscription manifest"
|
8469
8292
|
msgstr ""
|
8470
8293
|
|
8471
|
-
msgid "Upload content"
|
8472
|
-
msgstr ""
|
8473
|
-
|
8474
|
-
msgid "Upload file"
|
8475
|
-
msgstr ""
|
8476
|
-
|
8477
8294
|
msgid "Upload into"
|
8478
8295
|
msgstr ""
|
8479
8296
|
|
@@ -8483,9 +8300,6 @@ msgstr ""
|
|
8483
8300
|
msgid "Upload request id"
|
8484
8301
|
msgstr ""
|
8485
8302
|
|
8486
|
-
msgid "Upload tag"
|
8487
|
-
msgstr ""
|
8488
|
-
|
8489
8303
|
msgid "Upstream Candlepin"
|
8490
8304
|
msgstr ""
|
8491
8305
|
|
@@ -8600,9 +8414,6 @@ msgstr ""
|
|
8600
8414
|
msgid "Verify SSL"
|
8601
8415
|
msgstr ""
|
8602
8416
|
|
8603
|
-
msgid "Verify checksum"
|
8604
|
-
msgstr ""
|
8605
|
-
|
8606
8417
|
msgid "Verify checksum for content on smart proxy"
|
8607
8418
|
msgstr ""
|
8608
8419
|
|
@@ -8687,6 +8498,9 @@ msgstr ""
|
|
8687
8498
|
msgid "View content views"
|
8688
8499
|
msgstr ""
|
8689
8500
|
|
8501
|
+
msgid "View details"
|
8502
|
+
msgstr ""
|
8503
|
+
|
8690
8504
|
msgid "View documentation"
|
8691
8505
|
msgstr ""
|
8692
8506
|
|
@@ -8960,6 +8774,9 @@ msgstr ""
|
|
8960
8774
|
msgid "are only allowed for Yum repositories."
|
8961
8775
|
msgstr ""
|
8962
8776
|
|
8777
|
+
msgid "assign a new content source to the hosts"
|
8778
|
+
msgstr ""
|
8779
|
+
|
8963
8780
|
msgid "attempted to sync a non-library repository."
|
8964
8781
|
msgstr ""
|
8965
8782
|
|
@@ -9317,9 +9134,6 @@ msgstr ""
|
|
9317
9134
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9318
9135
|
msgstr ""
|
9319
9136
|
|
9320
|
-
msgid "invalid container image name"
|
9321
|
-
msgstr ""
|
9322
|
-
|
9323
9137
|
msgid "invalid: Repositories can only require one OS version."
|
9324
9138
|
msgstr ""
|
9325
9139
|
|