katello 4.5.1 → 4.6.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/controllers/katello/api/rhsm/candlepin_dynflow_proxy_controller.rb +10 -0
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +7 -0
- data/app/controllers/katello/api/v2/alternate_content_sources_controller.rb +52 -22
- data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -0
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
- data/app/controllers/katello/api/v2/content_view_filters_controller.rb +1 -1
- data/app/controllers/katello/api/v2/debs_controller.rb +42 -10
- data/app/controllers/katello/api/v2/host_collections_controller.rb +5 -1
- data/app/controllers/katello/api/v2/host_errata_controller.rb +1 -0
- data/app/controllers/katello/api/v2/host_module_streams_controller.rb +9 -1
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +8 -1
- data/app/controllers/katello/api/v2/organizations_controller.rb +3 -1
- data/app/controllers/katello/api/v2/simple_content_access_controller.rb +8 -0
- data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +34 -11
- data/app/controllers/katello/concerns/organizations_controller_extensions.rb +7 -16
- data/app/lib/actions/katello/alternate_content_source/alternate_content_source_common.rb +16 -0
- data/app/lib/actions/katello/alternate_content_source/create.rb +11 -5
- data/app/lib/actions/katello/alternate_content_source/destroy.rb +3 -4
- data/app/lib/actions/katello/alternate_content_source/refresh.rb +3 -5
- data/app/lib/actions/katello/alternate_content_source/update.rb +57 -13
- data/app/lib/actions/katello/applicability/hosts/bulk_generate.rb +2 -2
- data/app/lib/actions/katello/organization/manifest_refresh.rb +8 -4
- data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +1 -9
- data/app/lib/actions/katello/repository/create.rb +9 -0
- data/app/lib/actions/katello/repository/destroy.rb +21 -0
- data/app/lib/actions/katello/repository/errata_mail.rb +3 -3
- data/app/lib/actions/katello/repository/refresh_repository.rb +3 -0
- data/app/lib/actions/katello/repository/update.rb +33 -0
- data/app/lib/actions/katello/repository/update_redhat_repository.rb +1 -1
- data/app/lib/actions/pulp3/alternate_content_source/create.rb +5 -4
- data/app/lib/actions/pulp3/alternate_content_source/create_remote.rb +5 -4
- data/app/lib/actions/pulp3/alternate_content_source/delete.rb +4 -4
- data/app/lib/actions/pulp3/alternate_content_source/delete_remote.rb +4 -4
- data/app/lib/actions/pulp3/alternate_content_source/refresh.rb +4 -4
- data/app/lib/actions/pulp3/alternate_content_source/update.rb +4 -4
- data/app/lib/actions/pulp3/alternate_content_source/update_remote.rb +5 -5
- data/app/lib/actions/pulp3/capsule_content/reclaim_space.rb +1 -0
- data/app/lib/actions/pulp3/orchestration/alternate_content_source/create.rb +3 -3
- data/app/lib/actions/pulp3/orchestration/alternate_content_source/delete.rb +6 -7
- data/app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb +2 -2
- data/app/lib/actions/pulp3/orchestration/alternate_content_source/refresh_remote.rb +18 -0
- data/app/lib/actions/pulp3/orchestration/alternate_content_source/update.rb +3 -3
- data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +1 -1
- data/app/lib/katello/errors.rb +1 -1
- data/app/lib/katello/resources/candlepin/owner.rb +9 -2
- data/app/lib/katello/validators/alternate_content_source_products_validator.rb +17 -0
- data/app/models/katello/alternate_content_source.rb +39 -8
- data/app/models/katello/alternate_content_source_product.rb +13 -0
- data/app/models/katello/concerns/host_managed_extensions.rb +12 -2
- data/app/models/katello/concerns/pulp_database_unit.rb +2 -2
- data/app/models/katello/concerns/smart_proxy_extensions.rb +5 -6
- data/app/models/katello/content_view.rb +4 -0
- data/app/models/katello/content_view_deb_filter.rb +51 -0
- data/app/models/katello/content_view_deb_filter_rule.rb +24 -0
- data/app/models/katello/content_view_filter.rb +10 -3
- data/app/models/katello/glue/candlepin/owner.rb +0 -1
- data/app/models/katello/installed_package.rb +1 -0
- data/app/models/katello/product.rb +3 -0
- data/app/models/katello/repository.rb +2 -0
- data/app/models/katello/smart_proxy_alternate_content_source.rb +6 -0
- data/app/services/cert/certs.rb +8 -16
- data/app/services/katello/content_unit_indexer.rb +2 -1
- data/app/services/katello/organization_creator.rb +4 -4
- data/app/services/katello/pulp/server.rb +2 -2
- data/app/services/katello/pulp3/alternate_content_source.rb +22 -4
- data/app/services/katello/pulp3/api/apt.rb +12 -0
- data/app/services/katello/pulp3/erratum.rb +1 -4
- data/app/services/katello/pulp3/repository/apt.rb +186 -2
- data/app/services/katello/pulp3/repository.rb +4 -3
- data/app/services/katello/pulp3/service_common.rb +1 -1
- data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +1 -1
- data/app/views/foreman/smart_proxies/show.html.erb +3 -3
- data/app/views/katello/api/v2/alternate_content_sources/base.json.rabl +18 -3
- data/app/views/katello/api/v2/alternate_content_sources/show.json.rabl +20 -0
- data/app/views/katello/api/v2/ansible_collections/compare.json.rabl +10 -0
- data/app/views/katello/api/v2/content_view_filters/base.json.rabl +5 -0
- data/app/views/katello/api/v2/module_streams/compare.json.rabl +10 -0
- data/app/views/katello/api/v2/repository_sets/show.json.rabl +4 -0
- data/app/views/katello/layouts/foreman_with_bastion.html.erb +1 -1
- data/app/views/katello/layouts/react.html.erb +1 -1
- data/app/views/overrides/organizations/_edit_override.html.erb +5 -8
- data/app/views/overrides/organizations/_index_row_override.html.erb +1 -1
- data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
- data/ca/redhat-uep.pem +18 -23
- data/config/katello.yaml.example +0 -2
- data/config/routes/api/v2.rb +2 -0
- data/config/routes/overrides.rb +1 -0
- data/db/migrate/20201116161820_create_content_view_deb_filter_rules.rb +17 -0
- data/db/migrate/20220524132259_remove_last_refreshed_from_katello_alternate_content_sources.rb +5 -0
- data/db/migrate/20220601163911_add_vendor_to_katello_installed_packages.rb +5 -0
- data/db/migrate/20220610165621_add_repositories_and_products_to_acs.rb +23 -0
- data/db/seeds.d/102-organizations.rb +1 -1
- data/engines/bastion/app/views/bastion/layouts/application.html.erb +1 -1
- data/engines/bastion/app/views/bastion/layouts/application_ie.html.erb +1 -1
- data/engines/bastion/app/views/bastion/layouts/assets.html.erb +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.controller.js +1 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/views/environments.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -5
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +0 -1
- data/lib/katello/engine.rb +1 -2
- data/lib/katello/permission_creator.rb +2 -2
- data/lib/katello/permissions/host_permissions.rb +1 -0
- data/lib/katello/plugin.rb +6 -12
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +49 -46
- data/locale/bn/katello.po +361 -53
- data/{webpack/scenes/AnsibleCollections/AnsibleCollectionsTables.scss → locale/bn/katello.po.time_stamp} +0 -0
- data/locale/cs/katello.po +361 -53
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/de/katello.po +366 -58
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/en/katello.po +361 -53
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/es/katello.po +364 -56
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/fr/katello.po +376 -68
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gu/katello.po +361 -53
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/hi/katello.po +361 -53
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/it/katello.po +361 -53
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/katello.po +374 -66
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/katello.pot +1626 -1079
- data/locale/kn/katello.po +361 -53
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/katello.po +361 -53
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/mr/katello.po +361 -53
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/or/katello.po +361 -53
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/katello.po +361 -53
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pt/katello.po +361 -53
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/katello.po +364 -56
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ru/katello.po +361 -53
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/ta/katello.po +361 -53
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/te/katello.po +361 -53
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/zh_CN/katello.po +374 -66
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/katello.po +361 -53
- data/locale/zh_TW/katello.po.time_stamp +0 -0
- data/package.json +0 -3
- data/webpack/components/EditableTextInput/EditableTextInput.js +3 -16
- data/webpack/components/EditableTextInput/PencilEditButton.js +33 -0
- data/webpack/components/Errata/index.js +18 -3
- data/webpack/components/Loading.js +1 -1
- data/webpack/components/RoutedTabs/index.js +1 -17
- data/webpack/components/Search/Search.js +0 -1
- data/webpack/components/Search/__tests__/search.test.js +1 -2
- data/webpack/components/SelectAllCheckbox/index.js +7 -4
- data/webpack/components/SelectableDropdown/SelectableDropdown.js +1 -0
- data/webpack/components/Table/EmptyStateMessage.js +77 -2
- data/webpack/components/Table/MainTable.js +46 -4
- data/webpack/components/Table/TableHooks.js +9 -6
- data/webpack/components/Table/TableWrapper.js +14 -8
- data/webpack/components/TypeAhead/TypeAhead.js +26 -11
- data/webpack/components/TypeAhead/pf3Search/TypeAheadItems.js +1 -1
- data/webpack/components/TypeAhead/pf4Search/TypeAheadInput.js +1 -0
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +2 -1
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +9 -4
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeActions.js +37 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +173 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +6 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeConstants.js +6 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +301 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeSelectors.js +25 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +108 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +161 -0
- data/webpack/components/extensions/HostDetails/Cards/__tests__/errataOverviewCard.test.js +12 -12
- data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +100 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/SystemPropertiesCardExtensions.js +26 -4
- data/webpack/components/extensions/HostDetails/HostDetailsConstants.js +3 -1
- data/webpack/components/extensions/HostDetails/HostDetailsReducer.js +14 -0
- data/webpack/components/extensions/HostDetails/HostDetailsSelectors.js +8 -2
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +8 -12
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +23 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +5 -0
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +57 -7
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +2 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySets.fixtures.json +3 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +4 -1
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +1 -10
- data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +1 -1
- data/webpack/components/extensions/RegistrationCommands/index.js +49 -17
- data/webpack/containers/Application/config.js +5 -10
- data/webpack/global_index.js +19 -7
- data/webpack/global_test_setup.js +14 -2
- data/webpack/ouia_id_check.js +95 -0
- data/webpack/redux/actions/RedHatRepositories/helpers.js +2 -0
- data/webpack/redux/reducers/index.js +2 -4
- data/webpack/scenes/AlternateContentSources/ACSActions.js +36 -3
- data/webpack/scenes/AlternateContentSources/ACSConstants.js +3 -0
- data/webpack/scenes/AlternateContentSources/ACSSelectors.js +15 -6
- data/webpack/scenes/AlternateContentSources/Create/ACSCreateWizard.js +73 -42
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCreateFinish.js +26 -10
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSProducts.js +44 -0
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js +59 -45
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSSmartProxies.js +2 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +0 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/SelectSource.js +35 -19
- data/webpack/scenes/AlternateContentSources/Create/__tests__/acsCreate.test.js +120 -13
- data/webpack/scenes/AlternateContentSources/Create/__tests__/products.fixtures.json +92 -0
- data/webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js +459 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +354 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js +104 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js +120 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +118 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +118 -0
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +242 -0
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSExpandableDetails.test.js +106 -0
- data/webpack/scenes/AlternateContentSources/Details/__tests__/acsDetails.fixtures.json +49 -0
- data/webpack/scenes/AlternateContentSources/Details/__tests__/acsProducts.fixtures.json +95 -0
- data/webpack/scenes/AlternateContentSources/Details/__tests__/simplifiedAcsDetails.fixtures.json +39 -0
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +215 -87
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.scss +3 -0
- data/webpack/scenes/AlternateContentSources/MainTable/__tests__/acsTable.test.js +1 -2
- data/webpack/scenes/Content/__tests__/contentTable.test.js +1 -2
- data/webpack/scenes/ContentViews/ContentViewsConstants.js +15 -4
- data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +2 -0
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/ContentViewDetailActions.js +113 -0
- data/webpack/scenes/ContentViews/Details/ContentViewDetailSelectors.js +89 -0
- data/webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js +32 -9
- data/webpack/scenes/ContentViews/Details/Filters/Add/__tests__/cvFilterAdd.test.js +13 -3
- data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +39 -27
- data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +236 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +10 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +3 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +3 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +17 -4
- data/webpack/scenes/ContentViews/Details/Filters/ContentType.js +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +34 -22
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVDebMatchContentModal.js +97 -0
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +128 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +56 -3
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +62 -8
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +1 -5
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +32 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVContainerImageFilterContent.fixtures.json +13 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVPackageFilterRules.fixtures.json +13 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyContentViewFilters.fixtures.json +13 -0
- data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +5 -1
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/BulkDeleteModal.test.js +3 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.js +143 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.scss +51 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js +314 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareHeader.js +186 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +74 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/AnsibleCollectionsCompareAllContentData.fixtures.json +63 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/CVVersionCompare.test.js +657 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/CVVersionEmptyContentCompareData.fixtures.json +14 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/ContainerTagsCompareAllContentData.fixtures.json +95 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/DebPackagesCompareAllContentData.fixtures.json +87 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/ErrataCompareAllContentData.fixtures.json +319 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/ErrataCompareThreeContentTypesData.fixtures.json +131 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/FilesCompareAllContentData.fixtures.json +51 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/FilesCompareThreeContentTypesData.fixtures.json +48 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/ModuleStreamsCompareAllContentData.fixtures.json +239 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/PackageGroupsCompareAllContentData.fixtures.json +51 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/PythonPackagesCompareAllContentData.fixtures.json +315 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/RPMPackagesCompareAllContentData.fixtures.json +470 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/RPMPackagesCompareThreeContentTypesData.fixtures.json +475 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewDetails.fixtures.json +160 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewVersionOneDetials.fixtures.json +161 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewVersionThreeDetails.fixtures.json +154 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewVersionTwoDetails.fixtures.json +211 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewVersions.fixtures.json +1013 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/emptyStateCVVersionOneDetails.fixtures.json +145 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/emptyStateCVVersionTwoDetails.fixtures.json +145 -0
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +102 -36
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +4 -2
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsEmpty.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +113 -40
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +96 -81
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -2
- data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +7 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +1 -1
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +0 -30
- data/webpack/test-utils/nockWrapper.js +7 -0
- metadata +100 -145
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.controller.js +0 -34
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.routes.js +0 -751
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-deletion.controller.js +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-activation-keys.controller.js +0 -81
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-confirm.controller.js +0 -65
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-content-hosts.controller.js +0 -82
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-environments.controller.js +0 -76
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion.controller.js +0 -160
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/content-view-deletion.html +0 -58
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-activation-keys.html +0 -94
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-confirm.html +0 -76
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-content-hosts.html +0 -88
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html +0 -73
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/content-view-component.factory.js +0 -32
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/content-view-composite-available-content-views.controller.js +0 -75
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/content-view-composite-content-views-list.controller.js +0 -68
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-available-content-views.html +0 -81
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-content-views-list.html +0 -81
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite.html +0 -24
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-deb-repositories.controller.js +0 -50
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-docker-repositories.controller.js +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-file-repositories.controller.js +0 -50
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-ostree-repositories.controller.js +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-repositories.controller.js +0 -45
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-deb-repositories-list.controller.js +0 -48
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-details.controller.js +0 -100
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-docker-repositories-list.controller.js +0 -49
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-file-repositories-list.controller.js +0 -48
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-ostree-repositories-list.controller.js +0 -49
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-promotion.controller.js +0 -129
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-publish.controller.js +0 -46
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories-list.controller.js +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories.service.js +0 -91
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-versions.controller.js +0 -240
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-errata-filter.controller.js +0 -115
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-module-stream-filter.controller.js +0 -68
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-package-group-filter.controller.js +0 -66
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/date-type-errata-filter.controller.js +0 -77
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/docker-tag-filter.controller.js +0 -137
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/edit-filter.controller.js +0 -36
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/errata-filter-list.controller.js +0 -78
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/errata-filter.controller.js +0 -74
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-content-type.filter.js +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-details.controller.js +0 -34
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-helper.service.js +0 -30
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-repositories.controller.js +0 -86
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-rule-matching-package-modal.controller.js +0 -37
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-type.filter.js +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter.factory.js +0 -66
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filters.controller.js +0 -85
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/module-stream-list-filter.controller.js +0 -73
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/new-filter.controller.js +0 -100
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-filter.controller.js +0 -179
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-group-list-filter.controller.js +0 -75
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/rule.factory.js +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata-filter.html +0 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata.html +0 -75
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/docker-filter.html +0 -28
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/docker-tag-filter-details.html +0 -65
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/edit-filter.html +0 -19
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter-details.html +0 -63
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter.html +0 -50
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html +0 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html +0 -121
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-rule-matching-package-modal.html +0 -43
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filters.html +0 -85
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html +0 -58
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter.html +0 -43
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html +0 -62
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html +0 -182
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter.html +0 -28
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter.html +0 -43
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/partials/filter-repositories-count.html +0 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/content-view-history.controller.js +0 -47
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/content-view-history.factory.js +0 -22
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html +0 -36
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-copy.html +0 -20
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html +0 -87
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details-tasks.html +0 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html +0 -144
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html +0 -114
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-file-repositories.html +0 -87
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html +0 -63
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-ostree-repositories.html +0 -87
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-promotion.html +0 -59
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-publish.html +0 -58
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-repositories.html +0 -116
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html +0 -126
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/new/content-view-new.controller.js +0 -78
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html +0 -127
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version-content.controller.js +0 -138
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version.controller.js +0 -59
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-apt.html +0 -25
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-components.html +0 -19
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-deb.html +0 -19
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-details.html +0 -15
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-docker.html +0 -23
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html +0 -48
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-file.html +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-module-streams.html +0 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-package-groups.html +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-packages.html +0 -27
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html +0 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views.html +0 -74
- data/webpack/components/Table/__test__/useBulkSelect.test.js +0 -99
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsActions.js +0 -30
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsConstants.js +0 -3
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsPage.js +0 -80
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsReducer.js +0 -39
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsTableSchema.js +0 -60
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetails.js +0 -94
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetailsActions.js +0 -23
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetailsConstants.js +0 -3
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetailsReducer.js +0 -30
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionsSchema.js +0 -35
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetailInfo.test.js +0 -16
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetails.fixtures.js +0 -25
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetails.test.js +0 -27
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetailsActions.test.js +0 -41
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetailsReducer.test.js +0 -33
- data/webpack/scenes/AnsibleCollections/Details/__tests__/__snapshots__/AnsibleCollectionDetailInfo.test.js.snap +0 -83
- data/webpack/scenes/AnsibleCollections/Details/__tests__/__snapshots__/AnsibleCollectionDetails.test.js.snap +0 -190
- data/webpack/scenes/AnsibleCollections/Details/__tests__/__snapshots__/AnsibleCollectionDetailsActions.test.js.snap +0 -58
- data/webpack/scenes/AnsibleCollections/Details/__tests__/__snapshots__/AnsibleCollectionDetailsReducer.test.js.snap +0 -50
- data/webpack/scenes/AnsibleCollections/Details/index.js +0 -17
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionPage.test.js +0 -23
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollections.fixtures.js +0 -52
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionsActions.test.js +0 -48
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionsReducer.test.js +0 -46
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionsTable.test.js +0 -25
- data/webpack/scenes/AnsibleCollections/__tests__/__snapshots__/AnsibleCollectionPage.test.js.snap +0 -73
- data/webpack/scenes/AnsibleCollections/__tests__/__snapshots__/AnsibleCollectionsTable.test.js.snap +0 -81
- data/webpack/scenes/AnsibleCollections/index.js +0 -17
- data/webpack/scenes/Subscriptions/Manifest/__tests__/ManageManifestModal.test.js +0 -123
data/locale/it/katello.po
CHANGED
@@ -40,6 +40,9 @@ msgstr ""
|
|
40
40
|
msgid " Content view updated"
|
41
41
|
msgstr ""
|
42
42
|
|
43
|
+
msgid " DEBs"
|
44
|
+
msgstr ""
|
45
|
+
|
43
46
|
msgid " Either select the latest content view or the content view version. Cannot set both."
|
44
47
|
msgstr ""
|
45
48
|
|
@@ -61,10 +64,10 @@ msgstr ""
|
|
61
64
|
msgid " are out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
62
65
|
msgstr ""
|
63
66
|
|
64
|
-
msgid " content view is used in listed
|
67
|
+
msgid " content view is used in listed composite content views."
|
65
68
|
msgstr ""
|
66
69
|
|
67
|
-
msgid " content view is used in listed
|
70
|
+
msgid " content view is used in listed content views. For more information, "
|
68
71
|
msgstr ""
|
69
72
|
|
70
73
|
msgid " environment cannot be set to an environment already on its path"
|
@@ -76,6 +79,9 @@ msgstr ""
|
|
76
79
|
msgid " is out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
77
80
|
msgstr ""
|
78
81
|
|
82
|
+
msgid " to manage and promote content views, or select a different environment."
|
83
|
+
msgstr ""
|
84
|
+
|
79
85
|
msgid "${deleteFlow ? 'Deleting' : 'Removing'} version ${versionNameToRemove}"
|
80
86
|
msgstr ""
|
81
87
|
|
@@ -324,6 +330,9 @@ msgstr ""
|
|
324
330
|
msgid "(Orphaned)"
|
325
331
|
msgstr "(Orfano)"
|
326
332
|
|
333
|
+
msgid "(unset)"
|
334
|
+
msgstr ""
|
335
|
+
|
327
336
|
msgid ", and"
|
328
337
|
msgstr ""
|
329
338
|
|
@@ -351,7 +360,7 @@ msgstr ""
|
|
351
360
|
msgid "A backend service [ %s ] is unreachable"
|
352
361
|
msgstr "Impossibile raggiungere un servizio backend [ %s ]"
|
353
362
|
|
354
|
-
msgid "A content view can be added by using the \"Create content view\" button
|
363
|
+
msgid "A content view can be added by using the \"Create content view\" button below."
|
355
364
|
msgstr ""
|
356
365
|
|
357
366
|
msgid "A content_type must be provided."
|
@@ -372,6 +381,12 @@ msgstr ""
|
|
372
381
|
msgid "A post-promotion summary of hosts with installable errata"
|
373
382
|
msgstr "Un sommario post-avanzamento di host con errata installabili"
|
374
383
|
|
384
|
+
msgid "A remote execution job is in progress"
|
385
|
+
msgstr ""
|
386
|
+
|
387
|
+
msgid "A remote execution job is in progress."
|
388
|
+
msgstr ""
|
389
|
+
|
375
390
|
msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
|
376
391
|
msgstr "Un livello di servizio per il processo auto-healing, es. SELF-SUPPORT"
|
377
392
|
|
@@ -459,6 +474,9 @@ msgstr "Aggiungi"
|
|
459
474
|
msgid "Add Bookmark"
|
460
475
|
msgstr "Aggiungi segnalibro"
|
461
476
|
|
477
|
+
msgid "Add DEB rule"
|
478
|
+
msgstr ""
|
479
|
+
|
462
480
|
msgid "Add RPM rule"
|
463
481
|
msgstr ""
|
464
482
|
|
@@ -468,13 +486,13 @@ msgstr ""
|
|
468
486
|
msgid "Add a subscription to a host"
|
469
487
|
msgstr ""
|
470
488
|
|
471
|
-
msgid "Add
|
489
|
+
msgid "Add an alternate content source"
|
472
490
|
msgstr ""
|
473
491
|
|
474
|
-
msgid "Add
|
492
|
+
msgid "Add components to the content view"
|
475
493
|
msgstr ""
|
476
494
|
|
477
|
-
msgid "Add
|
495
|
+
msgid "Add content view"
|
478
496
|
msgstr ""
|
479
497
|
|
480
498
|
msgid "Add content views"
|
@@ -489,9 +507,6 @@ msgstr ""
|
|
489
507
|
msgid "Add filter rule"
|
490
508
|
msgstr ""
|
491
509
|
|
492
|
-
msgid "Add filters using the 'Add filter' button above."
|
493
|
-
msgstr ""
|
494
|
-
|
495
510
|
msgid "Add host to collections"
|
496
511
|
msgstr ""
|
497
512
|
|
@@ -531,12 +546,18 @@ msgstr ""
|
|
531
546
|
msgid "Add subscriptions to one or more hosts"
|
532
547
|
msgstr ""
|
533
548
|
|
549
|
+
msgid "Add to this filter using the 'Add Deb rule' button."
|
550
|
+
msgstr ""
|
551
|
+
|
534
552
|
msgid "Add to this filter using the 'Add RPM rule' button."
|
535
553
|
msgstr ""
|
536
554
|
|
537
555
|
msgid "Add to this filter using the 'Add filter rule' button."
|
538
556
|
msgstr ""
|
539
557
|
|
558
|
+
msgid "Add-ons"
|
559
|
+
msgstr ""
|
560
|
+
|
540
561
|
msgid "Added"
|
541
562
|
msgstr ""
|
542
563
|
|
@@ -555,6 +576,9 @@ msgstr ""
|
|
555
576
|
msgid "Addons"
|
556
577
|
msgstr ""
|
557
578
|
|
579
|
+
msgid "Affected Repositories"
|
580
|
+
msgstr ""
|
581
|
+
|
558
582
|
msgid "Affected repositories"
|
559
583
|
msgstr ""
|
560
584
|
|
@@ -661,9 +685,6 @@ msgstr ""
|
|
661
685
|
msgid "Ansible Collection"
|
662
686
|
msgstr ""
|
663
687
|
|
664
|
-
msgid "Ansible Collection Details"
|
665
|
-
msgstr ""
|
666
|
-
|
667
688
|
msgid "Ansible Collections"
|
668
689
|
msgstr ""
|
669
690
|
|
@@ -712,6 +733,9 @@ msgstr "Architettura"
|
|
712
733
|
msgid "Architecture of content in the repository"
|
713
734
|
msgstr ""
|
714
735
|
|
736
|
+
msgid "Architecture restricted to {archRestricted}. If host architecture does not match, the repository will not be available on this host."
|
737
|
+
msgstr ""
|
738
|
+
|
715
739
|
msgid "Architecture(s)"
|
716
740
|
msgstr "Architetture"
|
717
741
|
|
@@ -816,6 +840,9 @@ msgstr ""
|
|
816
840
|
msgid "Auth URL requires Auth token be set."
|
817
841
|
msgstr ""
|
818
842
|
|
843
|
+
msgid "Authentication type"
|
844
|
+
msgstr ""
|
845
|
+
|
819
846
|
msgid "Author"
|
820
847
|
msgstr "Autore"
|
821
848
|
|
@@ -837,6 +864,9 @@ msgstr ""
|
|
837
864
|
msgid "Autosearch delay"
|
838
865
|
msgstr ""
|
839
866
|
|
867
|
+
msgid "Available"
|
868
|
+
msgstr ""
|
869
|
+
|
840
870
|
msgid "Available Entitlements"
|
841
871
|
msgstr ""
|
842
872
|
|
@@ -849,6 +879,9 @@ msgstr ""
|
|
849
879
|
msgid "Backend System Status"
|
850
880
|
msgstr "Stato sistema di backend"
|
851
881
|
|
882
|
+
msgid "Base URL"
|
883
|
+
msgstr ""
|
884
|
+
|
852
885
|
msgid "Base URL for finding alternate content"
|
853
886
|
msgstr ""
|
854
887
|
|
@@ -894,6 +927,9 @@ msgstr "Inserire nel segnalibro questa ricerca"
|
|
894
927
|
msgid "Bookmarks marked as public are available to all users"
|
895
928
|
msgstr ""
|
896
929
|
|
930
|
+
msgid "Both"
|
931
|
+
msgstr ""
|
932
|
+
|
897
933
|
msgid "Both major and minor parameters have to be used to override a CV version"
|
898
934
|
msgstr ""
|
899
935
|
|
@@ -915,6 +951,9 @@ msgstr ""
|
|
915
951
|
msgid "Bulk remove versions from a content view and reassign systems and keys"
|
916
952
|
msgstr ""
|
917
953
|
|
954
|
+
msgid "CA Cert"
|
955
|
+
msgstr ""
|
956
|
+
|
918
957
|
msgid "CDN Configuration"
|
919
958
|
msgstr ""
|
920
959
|
|
@@ -1149,6 +1188,9 @@ msgstr ""
|
|
1149
1188
|
msgid "Check if a connection can be made to Red Hat Subscription Management."
|
1150
1189
|
msgstr ""
|
1151
1190
|
|
1191
|
+
msgid "Check if the specified organization has Simple Content Access enabled"
|
1192
|
+
msgstr ""
|
1193
|
+
|
1152
1194
|
msgid "Check if the specified organization is eligible for Simple Content Access"
|
1153
1195
|
msgstr ""
|
1154
1196
|
|
@@ -1158,9 +1200,6 @@ msgstr ""
|
|
1158
1200
|
msgid "Checksum"
|
1159
1201
|
msgstr "Checksum"
|
1160
1202
|
|
1161
|
-
msgid "Checksum is a required parameter."
|
1162
|
-
msgstr ""
|
1163
|
-
|
1164
1203
|
msgid "Checksum of file to upload"
|
1165
1204
|
msgstr ""
|
1166
1205
|
|
@@ -1173,12 +1212,21 @@ msgstr ""
|
|
1173
1212
|
msgid "Clear any previous registration and run subscription-manager with --force."
|
1174
1213
|
msgstr ""
|
1175
1214
|
|
1215
|
+
msgid "Clear filters"
|
1216
|
+
msgstr ""
|
1217
|
+
|
1218
|
+
msgid "Clear search"
|
1219
|
+
msgstr ""
|
1220
|
+
|
1176
1221
|
msgid "Click here to go to the tasks page for the task."
|
1177
1222
|
msgstr ""
|
1178
1223
|
|
1179
1224
|
msgid "Click {update} below to save changes."
|
1180
1225
|
msgstr ""
|
1181
1226
|
|
1227
|
+
msgid "Client key"
|
1228
|
+
msgstr ""
|
1229
|
+
|
1182
1230
|
msgid "Clone"
|
1183
1231
|
msgstr "Clona"
|
1184
1232
|
|
@@ -1209,12 +1257,6 @@ msgstr "Componente"
|
|
1209
1257
|
msgid "Component Content View"
|
1210
1258
|
msgstr ""
|
1211
1259
|
|
1212
|
-
msgid "Component content view"
|
1213
|
-
msgstr ""
|
1214
|
-
|
1215
|
-
msgid "Component content views"
|
1216
|
-
msgstr ""
|
1217
|
-
|
1218
1260
|
msgid "Components"
|
1219
1261
|
msgstr "Componenti"
|
1220
1262
|
|
@@ -1245,7 +1287,7 @@ msgstr ""
|
|
1245
1287
|
msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
|
1246
1288
|
msgstr ""
|
1247
1289
|
|
1248
|
-
msgid "Consisting of multiple
|
1290
|
+
msgid "Consisting of multiple content views"
|
1249
1291
|
msgstr ""
|
1250
1292
|
|
1251
1293
|
msgid "Consists of content views"
|
@@ -1377,6 +1419,12 @@ msgstr ""
|
|
1377
1419
|
msgid "Content Views"
|
1378
1420
|
msgstr "Visualizzazioni contenuto"
|
1379
1421
|
|
1422
|
+
msgid "Content credential"
|
1423
|
+
msgstr ""
|
1424
|
+
|
1425
|
+
msgid "Content credentials"
|
1426
|
+
msgstr ""
|
1427
|
+
|
1380
1428
|
msgid "Content files to upload. Can be a single file or array of files."
|
1381
1429
|
msgstr "File di contenuto da caricare. Può essere un file singolo o un insieme di file."
|
1382
1430
|
|
@@ -1494,6 +1542,9 @@ msgstr ""
|
|
1494
1542
|
msgid "Copy version units to library"
|
1495
1543
|
msgstr ""
|
1496
1544
|
|
1545
|
+
msgid "Cores per socket"
|
1546
|
+
msgstr ""
|
1547
|
+
|
1497
1548
|
msgid "Cores: %s"
|
1498
1549
|
msgstr "Core: %s"
|
1499
1550
|
|
@@ -1605,6 +1656,9 @@ msgstr "Impossibile trovare il repositorio '%s'"
|
|
1605
1656
|
msgid "Couldn't find smart proxies with id '%s'"
|
1606
1657
|
msgstr ""
|
1607
1658
|
|
1659
|
+
msgid "Couldn't find smart proxies with name '%s'"
|
1660
|
+
msgstr ""
|
1661
|
+
|
1608
1662
|
msgid "Couldn't find specified Content View and Lifecycle Environment."
|
1609
1663
|
msgstr ""
|
1610
1664
|
|
@@ -1617,6 +1671,9 @@ msgstr "Conteggio"
|
|
1617
1671
|
msgid "Create"
|
1618
1672
|
msgstr "Crea"
|
1619
1673
|
|
1674
|
+
msgid "Create ACS"
|
1675
|
+
msgstr ""
|
1676
|
+
|
1620
1677
|
msgid "Create Alternate Content Source"
|
1621
1678
|
msgstr ""
|
1622
1679
|
|
@@ -1632,12 +1689,18 @@ msgstr ""
|
|
1632
1689
|
msgid "Create Repositories"
|
1633
1690
|
msgstr ""
|
1634
1691
|
|
1692
|
+
msgid "Create Syncable Export History"
|
1693
|
+
msgstr ""
|
1694
|
+
|
1635
1695
|
msgid "Create a Content Credential"
|
1636
1696
|
msgstr ""
|
1637
1697
|
|
1638
1698
|
msgid "Create a content view"
|
1639
1699
|
msgstr "Crea una visualizzazione del contenuto"
|
1640
1700
|
|
1701
|
+
msgid "Create a custom product"
|
1702
|
+
msgstr ""
|
1703
|
+
|
1641
1704
|
msgid "Create a custom repository"
|
1642
1705
|
msgstr "Crea un repositorio personalizzato"
|
1643
1706
|
|
@@ -1677,16 +1740,28 @@ msgstr ""
|
|
1677
1740
|
msgid "Create filter"
|
1678
1741
|
msgstr ""
|
1679
1742
|
|
1743
|
+
msgid "Create host collection"
|
1744
|
+
msgstr ""
|
1745
|
+
|
1680
1746
|
msgid "Create organization"
|
1681
1747
|
msgstr "Crea organizzazione"
|
1682
1748
|
|
1749
|
+
msgid "Create package filter rule"
|
1750
|
+
msgstr ""
|
1751
|
+
|
1752
|
+
msgid "Create rule"
|
1753
|
+
msgstr ""
|
1754
|
+
|
1755
|
+
msgid "Credentials"
|
1756
|
+
msgstr ""
|
1757
|
+
|
1683
1758
|
msgid "Critical"
|
1684
1759
|
msgstr "Critico"
|
1685
1760
|
|
1686
1761
|
msgid "Cron expression is not valid!"
|
1687
1762
|
msgstr ""
|
1688
1763
|
|
1689
|
-
msgid "Current organization
|
1764
|
+
msgid "Current organization does not have a manifest imported."
|
1690
1765
|
msgstr ""
|
1691
1766
|
|
1692
1767
|
msgid "Current organization is not set."
|
@@ -1695,6 +1770,9 @@ msgstr ""
|
|
1695
1770
|
msgid "Current organization not set."
|
1696
1771
|
msgstr ""
|
1697
1772
|
|
1773
|
+
msgid "Custom"
|
1774
|
+
msgstr ""
|
1775
|
+
|
1698
1776
|
msgid "Custom Content Repositories"
|
1699
1777
|
msgstr "Repositori del contenuto personalizzati"
|
1700
1778
|
|
@@ -1707,6 +1785,9 @@ msgstr "Impossibile disabilitare i repositori personalizzati."
|
|
1707
1785
|
msgid "Customize with Rex"
|
1708
1786
|
msgstr ""
|
1709
1787
|
|
1788
|
+
msgid "DEB name"
|
1789
|
+
msgstr ""
|
1790
|
+
|
1710
1791
|
msgid "Database connection"
|
1711
1792
|
msgstr ""
|
1712
1793
|
|
@@ -1722,12 +1803,18 @@ msgstr ""
|
|
1722
1803
|
msgid "Days from Now"
|
1723
1804
|
msgstr ""
|
1724
1805
|
|
1806
|
+
msgid "Deb"
|
1807
|
+
msgstr ""
|
1808
|
+
|
1725
1809
|
msgid "Deb Package"
|
1726
1810
|
msgstr ""
|
1727
1811
|
|
1728
1812
|
msgid "Deb Packages"
|
1729
1813
|
msgstr ""
|
1730
1814
|
|
1815
|
+
msgid "Deb name"
|
1816
|
+
msgstr ""
|
1817
|
+
|
1731
1818
|
msgid "Deb package identifiers to filter content by"
|
1732
1819
|
msgstr ""
|
1733
1820
|
|
@@ -1983,6 +2070,9 @@ msgstr "Elimina un ambiente"
|
|
1983
2070
|
msgid "Destroy an environment in an organization"
|
1984
2071
|
msgstr "Elimina ambiente in una organizzazione"
|
1985
2072
|
|
2073
|
+
msgid "Destroy one or more alternate content sources"
|
2074
|
+
msgstr ""
|
2075
|
+
|
1986
2076
|
msgid "Destroy one or more hosts"
|
1987
2077
|
msgstr ""
|
1988
2078
|
|
@@ -2076,9 +2166,15 @@ msgstr ""
|
|
2076
2166
|
msgid "Edit filter rule"
|
2077
2167
|
msgstr ""
|
2078
2168
|
|
2169
|
+
msgid "Edit package filter rule"
|
2170
|
+
msgstr ""
|
2171
|
+
|
2079
2172
|
msgid "Edit rule"
|
2080
2173
|
msgstr ""
|
2081
2174
|
|
2175
|
+
msgid "Edit system purpose attributes"
|
2176
|
+
msgstr ""
|
2177
|
+
|
2082
2178
|
msgid "Editing Entitlements"
|
2083
2179
|
msgstr ""
|
2084
2180
|
|
@@ -2103,6 +2199,9 @@ msgstr ""
|
|
2103
2199
|
msgid "Enable"
|
2104
2200
|
msgstr "Abilita"
|
2105
2201
|
|
2202
|
+
msgid "Enable Red Hat repositories"
|
2203
|
+
msgstr ""
|
2204
|
+
|
2106
2205
|
msgid "Enable Simple Content Access"
|
2107
2206
|
msgstr ""
|
2108
2207
|
|
@@ -2148,9 +2247,15 @@ msgstr "Miglioramenti"
|
|
2148
2247
|
msgid "Enter a name"
|
2149
2248
|
msgstr ""
|
2150
2249
|
|
2250
|
+
msgid "Enter a name for your source."
|
2251
|
+
msgstr ""
|
2252
|
+
|
2151
2253
|
msgid "Enter a valid date: MM/DD/YYYY"
|
2152
2254
|
msgstr ""
|
2153
2255
|
|
2256
|
+
msgid "Enter basic authentication information or choose content credentials if required for this source."
|
2257
|
+
msgstr ""
|
2258
|
+
|
2154
2259
|
msgid "Entitlements"
|
2155
2260
|
msgstr ""
|
2156
2261
|
|
@@ -2292,6 +2397,11 @@ msgstr ""
|
|
2292
2397
|
msgid "Export as CSV"
|
2293
2398
|
msgstr ""
|
2294
2399
|
|
2400
|
+
msgid ""
|
2401
|
+
"Export formats. Choose syncable if content is to be imported via repository sync. Choose importable if content is to be imported via hammer content-import.\n"
|
2402
|
+
" Defaults to importable."
|
2403
|
+
msgstr ""
|
2404
|
+
|
2295
2405
|
msgid "Export history identifier used for incremental export. If not provided the most recent export history will be used."
|
2296
2406
|
msgstr ""
|
2297
2407
|
|
@@ -2342,6 +2452,9 @@ msgstr ""
|
|
2342
2452
|
msgid "Fetch traces for one or more hosts"
|
2343
2453
|
msgstr ""
|
2344
2454
|
|
2455
|
+
msgid "Fetching content credentials"
|
2456
|
+
msgstr ""
|
2457
|
+
|
2345
2458
|
msgid "Field to sort the results on"
|
2346
2459
|
msgstr "Campo nel quale ordinare i risultati"
|
2347
2460
|
|
@@ -2432,6 +2545,9 @@ msgstr "Filtri"
|
|
2432
2545
|
msgid "Filters deleted"
|
2433
2546
|
msgstr ""
|
2434
2547
|
|
2548
|
+
msgid "Filters will appear here when the filter is created."
|
2549
|
+
msgstr ""
|
2550
|
+
|
2435
2551
|
msgid "Finish"
|
2436
2552
|
msgstr ""
|
2437
2553
|
|
@@ -2536,6 +2652,9 @@ msgstr "Ottieni lo stato della sincronizzazione per un dato repositorio"
|
|
2536
2652
|
msgid "Given a set of hosts and errata, lists the content view versions and environments that need updating."
|
2537
2653
|
msgstr ""
|
2538
2654
|
|
2655
|
+
msgid "Given criteria doesn't match any DEBs. Try changing your rule."
|
2656
|
+
msgstr ""
|
2657
|
+
|
2539
2658
|
msgid "Given criteria doesn't match any RPMs. Try changing your rule."
|
2540
2659
|
msgstr ""
|
2541
2660
|
|
@@ -2566,6 +2685,9 @@ msgstr ""
|
|
2566
2685
|
msgid "HTTP Proxy identifier to associated"
|
2567
2686
|
msgstr ""
|
2568
2687
|
|
2688
|
+
msgid "HW properties"
|
2689
|
+
msgstr ""
|
2690
|
+
|
2569
2691
|
msgid "Has to be > 0"
|
2570
2692
|
msgstr ""
|
2571
2693
|
|
@@ -2773,9 +2895,6 @@ msgstr "ID del programma di sincronizzazione"
|
|
2773
2895
|
msgid "ID: %s doesn't exist "
|
2774
2896
|
msgstr "ID: %s non esiste"
|
2775
2897
|
|
2776
|
-
msgid "Id"
|
2777
|
-
msgstr ""
|
2778
|
-
|
2779
2898
|
msgid "Id of a deb package to find repositories that contain the deb"
|
2780
2899
|
msgstr ""
|
2781
2900
|
|
@@ -3052,6 +3171,9 @@ msgstr ""
|
|
3052
3171
|
msgid "Index package groups"
|
3053
3172
|
msgstr ""
|
3054
3173
|
|
3174
|
+
msgid "Indicate the source type."
|
3175
|
+
msgstr ""
|
3176
|
+
|
3055
3177
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3056
3178
|
msgstr "Tipo di informazioni deve essere una delle seguenti [ %{list} ]"
|
3057
3179
|
|
@@ -3139,6 +3261,9 @@ msgstr ""
|
|
3139
3261
|
msgid "Installation status"
|
3140
3262
|
msgstr ""
|
3141
3263
|
|
3264
|
+
msgid "Installed"
|
3265
|
+
msgstr ""
|
3266
|
+
|
3142
3267
|
msgid "Installed Packages"
|
3143
3268
|
msgstr "Pacchetti installati"
|
3144
3269
|
|
@@ -3214,6 +3339,9 @@ msgstr "Fornito un tipo di erratum non valido %{invalid_types}. I tipi di erratu
|
|
3214
3339
|
msgid "Invalid event_type %s"
|
3215
3340
|
msgstr ""
|
3216
3341
|
|
3342
|
+
msgid "Invalid export format provided. Format must be one of %s "
|
3343
|
+
msgstr ""
|
3344
|
+
|
3217
3345
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
3218
3346
|
msgstr "La regola del filtro specificata non è valida, 'version' non può essere specificata insieme a 'min_version' o 'max_version'"
|
3219
3347
|
|
@@ -3232,6 +3360,9 @@ msgstr ""
|
|
3232
3360
|
msgid "Invalid params provided - date_type must be one of %s"
|
3233
3361
|
msgstr ""
|
3234
3362
|
|
3363
|
+
msgid "Invalid release version: [%s]"
|
3364
|
+
msgstr ""
|
3365
|
+
|
3235
3366
|
msgid "Invalid repository in the metadata %{repo} error=%{error}"
|
3236
3367
|
msgstr ""
|
3237
3368
|
|
@@ -3250,7 +3381,10 @@ msgstr "Emesso"
|
|
3250
3381
|
msgid "Issued from"
|
3251
3382
|
msgstr ""
|
3252
3383
|
|
3253
|
-
msgid "Job ${description}
|
3384
|
+
msgid "Job '${description}' completed"
|
3385
|
+
msgstr ""
|
3386
|
+
|
3387
|
+
msgid "Job '${description}' has started."
|
3254
3388
|
msgstr ""
|
3255
3389
|
|
3256
3390
|
msgid "Katello ID of local pool to update"
|
@@ -3322,9 +3456,18 @@ msgstr "Etichetta del contenuto"
|
|
3322
3456
|
msgid "Label of the content view"
|
3323
3457
|
msgstr ""
|
3324
3458
|
|
3459
|
+
msgid "Last Refresh"
|
3460
|
+
msgstr ""
|
3461
|
+
|
3462
|
+
msgid "Last check-in:"
|
3463
|
+
msgstr ""
|
3464
|
+
|
3325
3465
|
msgid "Last published"
|
3326
3466
|
msgstr ""
|
3327
3467
|
|
3468
|
+
msgid "Last refresh :"
|
3469
|
+
msgstr ""
|
3470
|
+
|
3328
3471
|
msgid "Last task"
|
3329
3472
|
msgstr ""
|
3330
3473
|
|
@@ -3505,6 +3648,9 @@ msgstr ""
|
|
3505
3648
|
msgid "List of Products for sync plan"
|
3506
3649
|
msgstr ""
|
3507
3650
|
|
3651
|
+
msgid "List of alternate content source IDs"
|
3652
|
+
msgstr ""
|
3653
|
+
|
3508
3654
|
msgid "List of alternate_content_sources"
|
3509
3655
|
msgstr ""
|
3510
3656
|
|
@@ -3703,6 +3849,12 @@ msgstr ""
|
|
3703
3849
|
msgid "Manifest refreshed"
|
3704
3850
|
msgstr ""
|
3705
3851
|
|
3852
|
+
msgid "Manual"
|
3853
|
+
msgstr ""
|
3854
|
+
|
3855
|
+
msgid "Manual authentication"
|
3856
|
+
msgstr ""
|
3857
|
+
|
3706
3858
|
msgid "Mark Content Host Statuses as Unknown for %s"
|
3707
3859
|
msgstr ""
|
3708
3860
|
|
@@ -3766,6 +3918,9 @@ msgstr ""
|
|
3766
3918
|
msgid "Missing arguments %{substitutions} for %{content_url}"
|
3767
3919
|
msgstr ""
|
3768
3920
|
|
3921
|
+
msgid "Model"
|
3922
|
+
msgstr ""
|
3923
|
+
|
3769
3924
|
msgid "Moderate"
|
3770
3925
|
msgstr "Moderato"
|
3771
3926
|
|
@@ -3787,7 +3942,7 @@ msgstr ""
|
|
3787
3942
|
msgid "Module streams"
|
3788
3943
|
msgstr ""
|
3789
3944
|
|
3790
|
-
msgid "Module streams will appear here
|
3945
|
+
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
3791
3946
|
msgstr ""
|
3792
3947
|
|
3793
3948
|
msgid "Multi-entitlement"
|
@@ -3821,9 +3976,6 @@ msgstr ""
|
|
3821
3976
|
msgid "Name"
|
3822
3977
|
msgstr "Nome"
|
3823
3978
|
|
3824
|
-
msgid "Name is a required parameter."
|
3825
|
-
msgstr ""
|
3826
|
-
|
3827
3979
|
msgid "Name of new activation key"
|
3828
3980
|
msgstr "Nome della nuova chiave di attivazione"
|
3829
3981
|
|
@@ -3845,6 +3997,12 @@ msgstr ""
|
|
3845
3997
|
msgid "Name of the upstream docker repository"
|
3846
3998
|
msgstr ""
|
3847
3999
|
|
4000
|
+
msgid "Name source"
|
4001
|
+
msgstr ""
|
4002
|
+
|
4003
|
+
msgid "Names of smart proxies to associate"
|
4004
|
+
msgstr ""
|
4005
|
+
|
3848
4006
|
msgid "Needs to only be set for docker tags"
|
3849
4007
|
msgstr ""
|
3850
4008
|
|
@@ -3857,6 +4015,9 @@ msgstr "Nido"
|
|
3857
4015
|
msgid "Network Sync"
|
3858
4016
|
msgstr ""
|
3859
4017
|
|
4018
|
+
msgid "Never"
|
4019
|
+
msgstr ""
|
4020
|
+
|
3860
4021
|
msgid "Never Synced"
|
3861
4022
|
msgstr "Mai sincronizzato"
|
3862
4023
|
|
@@ -4031,6 +4192,9 @@ msgstr ""
|
|
4031
4192
|
msgid "No matching ${selectedContentType} found"
|
4032
4193
|
msgstr ""
|
4033
4194
|
|
4195
|
+
msgid "No matching DEB found."
|
4196
|
+
msgstr ""
|
4197
|
+
|
4034
4198
|
msgid "No matching RPM found."
|
4035
4199
|
msgstr ""
|
4036
4200
|
|
@@ -4190,6 +4354,9 @@ msgstr ""
|
|
4190
4354
|
msgid "Not all necessary pulp workers running at %s."
|
4191
4355
|
msgstr ""
|
4192
4356
|
|
4357
|
+
msgid "Not installed"
|
4358
|
+
msgstr ""
|
4359
|
+
|
4193
4360
|
msgid "Not running"
|
4194
4361
|
msgstr ""
|
4195
4362
|
|
@@ -4208,6 +4375,9 @@ msgstr "Nota bene: Il numero di parentesi riflette tutti gli errata applicabili
|
|
4208
4375
|
msgid "Nothing selected"
|
4209
4376
|
msgstr ""
|
4210
4377
|
|
4378
|
+
msgid "Number of CPU(s)"
|
4379
|
+
msgstr ""
|
4380
|
+
|
4211
4381
|
msgid "Number of host applicability calculations to process per task."
|
4212
4382
|
msgstr ""
|
4213
4383
|
|
@@ -4220,6 +4390,9 @@ msgstr ""
|
|
4220
4390
|
msgid "Number to Allocate"
|
4221
4391
|
msgstr ""
|
4222
4392
|
|
4393
|
+
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
4394
|
+
msgstr ""
|
4395
|
+
|
4223
4396
|
msgid "OSTree Branch"
|
4224
4397
|
msgstr ""
|
4225
4398
|
|
@@ -4535,12 +4708,6 @@ msgstr ""
|
|
4535
4708
|
msgid "Path"
|
4536
4709
|
msgstr "Percorso"
|
4537
4710
|
|
4538
|
-
msgid "Path for ssl cert used for pulp server auth"
|
4539
|
-
msgstr ""
|
4540
|
-
|
4541
|
-
msgid "Path for ssl key used for pulp server auth"
|
4542
|
-
msgstr ""
|
4543
|
-
|
4544
4711
|
msgid "Path suffixes for finding alternate content"
|
4545
4712
|
msgstr ""
|
4546
4713
|
|
@@ -4807,12 +4974,6 @@ msgstr ""
|
|
4807
4974
|
msgid "Pulp bulk load size"
|
4808
4975
|
msgstr ""
|
4809
4976
|
|
4810
|
-
msgid "Pulp client cert"
|
4811
|
-
msgstr ""
|
4812
|
-
|
4813
|
-
msgid "Pulp client key"
|
4814
|
-
msgstr ""
|
4815
|
-
|
4816
4977
|
msgid "Pulp database connection issue at %s."
|
4817
4978
|
msgstr ""
|
4818
4979
|
|
@@ -4891,6 +5052,9 @@ msgstr "Quantità di questa sottoscrizione da aggiungere"
|
|
4891
5052
|
msgid "Quantity to Allocate"
|
4892
5053
|
msgstr ""
|
4893
5054
|
|
5055
|
+
msgid "RAM"
|
5056
|
+
msgstr ""
|
5057
|
+
|
4894
5058
|
msgid "RAM: %s GB"
|
4895
5059
|
msgstr "RAM: %s GB"
|
4896
5060
|
|
@@ -4990,15 +5154,27 @@ msgstr "I repositori di Red Hat non possono essere alterati."
|
|
4990
5154
|
msgid "Refresh"
|
4991
5155
|
msgstr "Aggiorna"
|
4992
5156
|
|
5157
|
+
msgid "Refresh Alternate Content Source"
|
5158
|
+
msgstr ""
|
5159
|
+
|
4993
5160
|
msgid "Refresh Content Host Statuses for %s"
|
4994
5161
|
msgstr ""
|
4995
5162
|
|
4996
5163
|
msgid "Refresh Manifest"
|
4997
5164
|
msgstr "Aggiorna il manifesto"
|
4998
5165
|
|
5166
|
+
msgid "Refresh alternate content sources"
|
5167
|
+
msgstr ""
|
5168
|
+
|
5169
|
+
msgid "Refresh an alternate content source"
|
5170
|
+
msgstr ""
|
5171
|
+
|
4999
5172
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5000
5173
|
msgstr "Aggiorna il manifesto precedentemente importato per il provider di Red Hat"
|
5001
5174
|
|
5175
|
+
msgid "Refresh source"
|
5176
|
+
msgstr ""
|
5177
|
+
|
5002
5178
|
msgid "Refresh_Content_Host_Status"
|
5003
5179
|
msgstr ""
|
5004
5180
|
|
@@ -5032,24 +5208,27 @@ msgstr ""
|
|
5032
5208
|
msgid "Reindex subscriptions"
|
5033
5209
|
msgstr ""
|
5034
5210
|
|
5035
|
-
msgid "Related
|
5211
|
+
msgid "Related composite content views"
|
5036
5212
|
msgstr ""
|
5037
5213
|
|
5038
|
-
msgid "Related
|
5214
|
+
msgid "Related composite content views: "
|
5039
5215
|
msgstr ""
|
5040
5216
|
|
5041
|
-
msgid "Related
|
5217
|
+
msgid "Related content views"
|
5042
5218
|
msgstr ""
|
5043
5219
|
|
5044
|
-
msgid "Related
|
5220
|
+
msgid "Related content views will appear here when created."
|
5045
5221
|
msgstr ""
|
5046
5222
|
|
5047
|
-
msgid "Related content views
|
5223
|
+
msgid "Related content views: "
|
5048
5224
|
msgstr ""
|
5049
5225
|
|
5050
5226
|
msgid "Release"
|
5051
5227
|
msgstr "Release"
|
5052
5228
|
|
5229
|
+
msgid "Release version"
|
5230
|
+
msgstr ""
|
5231
|
+
|
5053
5232
|
msgid "Release version for this Host to use (7Server, 7.1, etc)"
|
5054
5233
|
msgstr ""
|
5055
5234
|
|
@@ -5068,6 +5247,9 @@ msgstr "Ricarica i dati"
|
|
5068
5247
|
msgid "Remote action:"
|
5069
5248
|
msgstr "Azione remota:"
|
5070
5249
|
|
5250
|
+
msgid "Remote execution job '${description}' failed."
|
5251
|
+
msgstr ""
|
5252
|
+
|
5071
5253
|
msgid "Removal of package group(s) requested: %{groups}"
|
5072
5254
|
msgstr ""
|
5073
5255
|
|
@@ -5263,7 +5445,7 @@ msgstr ""
|
|
5263
5445
|
msgid "Repository sets reset to default"
|
5264
5446
|
msgstr ""
|
5265
5447
|
|
5266
|
-
msgid "Repository sets will appear here
|
5448
|
+
msgid "Repository sets will appear here after enabling Red Hat repositories or creating custom products."
|
5267
5449
|
msgstr ""
|
5268
5450
|
|
5269
5451
|
msgid "Republish Repositories of %{name} %{version}"
|
@@ -5398,6 +5580,9 @@ msgstr ""
|
|
5398
5580
|
msgid "Return packages that can be added to the specified object. Only the value 'content_view_version' is supported."
|
5399
5581
|
msgstr ""
|
5400
5582
|
|
5583
|
+
msgid "Return same, different or all results"
|
5584
|
+
msgstr ""
|
5585
|
+
|
5401
5586
|
msgid "Return subscriptions that match installed products of the specified host"
|
5402
5587
|
msgstr ""
|
5403
5588
|
|
@@ -5416,6 +5601,9 @@ msgstr ""
|
|
5416
5601
|
msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
|
5417
5602
|
msgstr ""
|
5418
5603
|
|
5604
|
+
msgid "Review Details"
|
5605
|
+
msgstr ""
|
5606
|
+
|
5419
5607
|
msgid "Review affected environment"
|
5420
5608
|
msgstr ""
|
5421
5609
|
|
@@ -5452,12 +5640,27 @@ msgstr "In esecuzione"
|
|
5452
5640
|
msgid "SKU"
|
5453
5641
|
msgstr ""
|
5454
5642
|
|
5643
|
+
msgid "SLA"
|
5644
|
+
msgstr ""
|
5645
|
+
|
5455
5646
|
msgid "SRPM details"
|
5456
5647
|
msgstr ""
|
5457
5648
|
|
5458
5649
|
msgid "SSL CA Content Credential"
|
5459
5650
|
msgstr ""
|
5460
5651
|
|
5652
|
+
msgid "SSL CA certificate"
|
5653
|
+
msgstr ""
|
5654
|
+
|
5655
|
+
msgid "SSL Cert"
|
5656
|
+
msgstr ""
|
5657
|
+
|
5658
|
+
msgid "SSL client certificate"
|
5659
|
+
msgstr ""
|
5660
|
+
|
5661
|
+
msgid "SSL client key"
|
5662
|
+
msgstr ""
|
5663
|
+
|
5461
5664
|
msgid "SSL version used to communicate with the CDN"
|
5462
5665
|
msgstr ""
|
5463
5666
|
|
@@ -5467,6 +5670,9 @@ msgstr ""
|
|
5467
5670
|
msgid "Save"
|
5468
5671
|
msgstr "Salva"
|
5469
5672
|
|
5673
|
+
msgid "Saving alternate content source..."
|
5674
|
+
msgstr ""
|
5675
|
+
|
5470
5676
|
msgid "Schedule errata for installation using katello-agent. %s"
|
5471
5677
|
msgstr ""
|
5472
5678
|
|
@@ -5536,6 +5742,15 @@ msgstr "Seleziona organizzazione"
|
|
5536
5742
|
msgid "Select Value"
|
5537
5743
|
msgstr ""
|
5538
5744
|
|
5745
|
+
msgid "Select a CA certificate"
|
5746
|
+
msgstr ""
|
5747
|
+
|
5748
|
+
msgid "Select a client certificate"
|
5749
|
+
msgstr ""
|
5750
|
+
|
5751
|
+
msgid "Select a client key"
|
5752
|
+
msgstr ""
|
5753
|
+
|
5539
5754
|
msgid "Select a content view"
|
5540
5755
|
msgstr ""
|
5541
5756
|
|
@@ -5551,6 +5766,9 @@ msgstr ""
|
|
5551
5766
|
msgid "Select a provider to install katello-host-tools-tracer"
|
5552
5767
|
msgstr ""
|
5553
5768
|
|
5769
|
+
msgid "Select add-ons"
|
5770
|
+
msgstr ""
|
5771
|
+
|
5554
5772
|
msgid "Select all"
|
5555
5773
|
msgstr ""
|
5556
5774
|
|
@@ -5572,7 +5790,7 @@ msgstr ""
|
|
5572
5790
|
msgid "Select available version of ${cvName} to use"
|
5573
5791
|
msgstr ""
|
5574
5792
|
|
5575
|
-
msgid "Select available version of
|
5793
|
+
msgid "Select available version of content views to use"
|
5576
5794
|
msgstr ""
|
5577
5795
|
|
5578
5796
|
msgid "Select content view"
|
@@ -5608,6 +5826,18 @@ msgstr ""
|
|
5608
5826
|
msgid "Select row"
|
5609
5827
|
msgstr ""
|
5610
5828
|
|
5829
|
+
msgid "Select smart proxies to be used with this source."
|
5830
|
+
msgstr ""
|
5831
|
+
|
5832
|
+
msgid "Select smart proxy"
|
5833
|
+
msgstr ""
|
5834
|
+
|
5835
|
+
msgid "Select source type"
|
5836
|
+
msgstr ""
|
5837
|
+
|
5838
|
+
msgid "Select system purpose attributes for host {hostName}."
|
5839
|
+
msgstr ""
|
5840
|
+
|
5611
5841
|
msgid "Select the installation media that will be used to provision this host. Choose 'Synced Content' for Synced Kickstart Repositories or 'All Media' for other media."
|
5612
5842
|
msgstr ""
|
5613
5843
|
|
@@ -5737,6 +5967,9 @@ msgstr "Mostra le versioni della release disponibili per una chiave di attivazio
|
|
5737
5967
|
msgid "Show releases available for the content host"
|
5738
5968
|
msgstr "Mostra le release disponibili per un host di contenuto"
|
5739
5969
|
|
5970
|
+
msgid "Show repositories enabled on the host that are known to Katello"
|
5971
|
+
msgstr ""
|
5972
|
+
|
5740
5973
|
msgid "Show the available repository types"
|
5741
5974
|
msgstr ""
|
5742
5975
|
|
@@ -5770,12 +6003,18 @@ msgstr ""
|
|
5770
6003
|
msgid "Skipped pulp_auth check after failed pulp check"
|
5771
6004
|
msgstr ""
|
5772
6005
|
|
6006
|
+
msgid "Smart proxies"
|
6007
|
+
msgstr ""
|
6008
|
+
|
5773
6009
|
msgid "Smart proxy IDs"
|
5774
6010
|
msgstr "ID Smart proxy"
|
5775
6011
|
|
5776
6012
|
msgid "Smart proxy content source not found!"
|
5777
6013
|
msgstr ""
|
5778
6014
|
|
6015
|
+
msgid "Sockets"
|
6016
|
+
msgstr ""
|
6017
|
+
|
5779
6018
|
msgid "Sockets: %s"
|
5780
6019
|
msgstr "Socket: %s"
|
5781
6020
|
|
@@ -5869,6 +6108,9 @@ msgstr ""
|
|
5869
6108
|
msgid "Something went wrong while loading the content views. See the logs for more information"
|
5870
6109
|
msgstr ""
|
5871
6110
|
|
6111
|
+
msgid "Something went wrong while refreshing this alternate content source! ${getResponseErrorMsgs(error.response)}"
|
6112
|
+
msgstr ""
|
6113
|
+
|
5872
6114
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
5873
6115
|
msgstr ""
|
5874
6116
|
|
@@ -5920,6 +6162,9 @@ msgstr ""
|
|
5920
6162
|
msgid "Source RPMs"
|
5921
6163
|
msgstr "RPM sorgenti"
|
5922
6164
|
|
6165
|
+
msgid "Source type"
|
6166
|
+
msgstr ""
|
6167
|
+
|
5923
6168
|
msgid "Specify an export chunk size less than 1_000_000 GB"
|
5924
6169
|
msgstr ""
|
5925
6170
|
|
@@ -5977,6 +6222,9 @@ msgstr "Invia"
|
|
5977
6222
|
msgid "Subnet IDs"
|
5978
6223
|
msgstr "ID sottoreti"
|
5979
6224
|
|
6225
|
+
msgid "Subpaths"
|
6226
|
+
msgstr ""
|
6227
|
+
|
5980
6228
|
msgid "Subscription"
|
5981
6229
|
msgstr "Sottoscrizione"
|
5982
6230
|
|
@@ -6076,6 +6324,9 @@ msgstr "Modificata con successo la programmazione per la sincronizzazione di %s
|
|
6076
6324
|
msgid "Successfully initiated removal of %s product(s)"
|
6077
6325
|
msgstr "Inizializzata con successo la rimozione di %s prodotti"
|
6078
6326
|
|
6327
|
+
msgid "Successfully refreshed."
|
6328
|
+
msgstr ""
|
6329
|
+
|
6079
6330
|
msgid "Successfully removed %s Host(s)."
|
6080
6331
|
msgstr ""
|
6081
6332
|
|
@@ -6166,6 +6417,9 @@ msgstr "identificatore programmazione della sincronizzazione da assegnare"
|
|
6166
6417
|
msgid "Sync state"
|
6167
6418
|
msgstr ""
|
6168
6419
|
|
6420
|
+
msgid "Syncable export"
|
6421
|
+
msgstr ""
|
6422
|
+
|
6169
6423
|
msgid "Synced "
|
6170
6424
|
msgstr ""
|
6171
6425
|
|
@@ -6214,6 +6468,12 @@ msgstr "Stato del sistema"
|
|
6214
6468
|
msgid "System purpose"
|
6215
6469
|
msgstr ""
|
6216
6470
|
|
6471
|
+
msgid "System purpose allows you to set the system\\'s intended use on your network and improves the reporting of usage in Subscription Watch."
|
6472
|
+
msgstr ""
|
6473
|
+
|
6474
|
+
msgid "System purpose attributes updated"
|
6475
|
+
msgstr ""
|
6476
|
+
|
6217
6477
|
msgid "Tag name"
|
6218
6478
|
msgstr ""
|
6219
6479
|
|
@@ -6380,6 +6640,9 @@ msgstr "L'avanzamento di %{content_view} in <b>%{environment}</b> è terminato.
|
|
6380
6640
|
msgid "The repository is already enabled"
|
6381
6641
|
msgstr "Il repository è già abilitato"
|
6382
6642
|
|
6643
|
+
msgid "The repository's publication is missing. Please run a 'complete sync' on %s."
|
6644
|
+
msgstr ""
|
6645
|
+
|
6383
6646
|
msgid "The request did not contain any repository information."
|
6384
6647
|
msgstr ""
|
6385
6648
|
|
@@ -6446,6 +6709,9 @@ msgstr "Molto probabilmente non è stato specificato alcun ambiente o versione,
|
|
6446
6709
|
msgid "There is no Manifest History to display."
|
6447
6710
|
msgstr ""
|
6448
6711
|
|
6712
|
+
msgid "There is no downloaded content to clean."
|
6713
|
+
msgstr ""
|
6714
|
+
|
6449
6715
|
msgid "There is no such HTTP proxy"
|
6450
6716
|
msgstr ""
|
6451
6717
|
|
@@ -6602,6 +6868,9 @@ msgstr ""
|
|
6602
6868
|
msgid "Total steps: "
|
6603
6869
|
msgstr ""
|
6604
6870
|
|
6871
|
+
msgid "Tracer"
|
6872
|
+
msgstr ""
|
6873
|
+
|
6605
6874
|
msgid "Tracer helps administrators identify applications that need to be restarted after a system is patched."
|
6606
6875
|
msgstr ""
|
6607
6876
|
|
@@ -6611,18 +6880,30 @@ msgstr ""
|
|
6611
6880
|
msgid "Traces"
|
6612
6881
|
msgstr ""
|
6613
6882
|
|
6883
|
+
msgid "Traces are being enabled"
|
6884
|
+
msgstr ""
|
6885
|
+
|
6614
6886
|
msgid "Traces are not enabled"
|
6615
6887
|
msgstr ""
|
6616
6888
|
|
6617
6889
|
msgid "Traces help administrators identify applications that need to be restarted after a system is patched."
|
6618
6890
|
msgstr ""
|
6619
6891
|
|
6892
|
+
msgid "Traces may be enabled by a user with the appropriate permissions."
|
6893
|
+
msgstr ""
|
6894
|
+
|
6620
6895
|
msgid "Traces may be listed here after {pkgLink}."
|
6621
6896
|
msgstr ""
|
6622
6897
|
|
6898
|
+
msgid "Traces not available"
|
6899
|
+
msgstr ""
|
6900
|
+
|
6623
6901
|
msgid "Traces that require logout cannot be restarted remotely"
|
6624
6902
|
msgstr ""
|
6625
6903
|
|
6904
|
+
msgid "Traces will be shown here to a user with the appropriate permissions."
|
6905
|
+
msgstr ""
|
6906
|
+
|
6626
6907
|
msgid "Trigger an auto-attach of subscriptions"
|
6627
6908
|
msgstr ""
|
6628
6909
|
|
@@ -6656,6 +6937,9 @@ msgstr ""
|
|
6656
6937
|
msgid "URL"
|
6657
6938
|
msgstr "URL"
|
6658
6939
|
|
6940
|
+
msgid "URL and paths"
|
6941
|
+
msgstr ""
|
6942
|
+
|
6659
6943
|
msgid "URL needs to have a trailing /"
|
6660
6944
|
msgstr ""
|
6661
6945
|
|
@@ -6689,6 +6973,9 @@ msgstr "Impossibile collegarsi"
|
|
6689
6973
|
msgid "Unable to connect. Got: %s"
|
6690
6974
|
msgstr ""
|
6691
6975
|
|
6976
|
+
msgid "Unable to delete any alternate content source. You either do not have the permission to delete, or none of the alternate content sources exist."
|
6977
|
+
msgstr ""
|
6978
|
+
|
6692
6979
|
msgid "Unable to detect pulp storage"
|
6693
6980
|
msgstr ""
|
6694
6981
|
|
@@ -6722,6 +7009,9 @@ msgstr "Impossibile riassegnare gli host di contenuto. Fornire provide system_co
|
|
6722
7009
|
msgid "Unable to reassign systems. Please check system_content_view_id and system_environment_id."
|
6723
7010
|
msgstr "Impossibile riassegnare i sistemi. Controllare system_content_view_id e system_environment_id."
|
6724
7011
|
|
7012
|
+
msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or none of the alternate content sources exist."
|
7013
|
+
msgstr ""
|
7014
|
+
|
6725
7015
|
msgid "Unable to send errata e-mail notification: %{error}"
|
6726
7016
|
msgstr ""
|
6727
7017
|
|
@@ -7055,6 +7345,9 @@ msgstr ""
|
|
7055
7345
|
msgid "Usage of host"
|
7056
7346
|
msgstr ""
|
7057
7347
|
|
7348
|
+
msgid "Usage type"
|
7349
|
+
msgstr ""
|
7350
|
+
|
7058
7351
|
msgid "Use remote execution by default"
|
7059
7352
|
msgstr ""
|
7060
7353
|
|
@@ -7100,6 +7393,9 @@ msgstr "Valido"
|
|
7100
7393
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
7101
7394
|
msgstr ""
|
7102
7395
|
|
7396
|
+
msgid "Verify SSL"
|
7397
|
+
msgstr ""
|
7398
|
+
|
7103
7399
|
msgid "Verify checksum"
|
7104
7400
|
msgstr ""
|
7105
7401
|
|
@@ -7160,7 +7456,10 @@ msgstr ""
|
|
7160
7456
|
msgid "View tasks "
|
7161
7457
|
msgstr ""
|
7162
7458
|
|
7163
|
-
msgid "View the Content Views page
|
7459
|
+
msgid "View the Content Views page"
|
7460
|
+
msgstr ""
|
7461
|
+
|
7462
|
+
msgid "View the job"
|
7164
7463
|
msgstr ""
|
7165
7464
|
|
7166
7465
|
msgid "Virtual"
|
@@ -7310,6 +7609,9 @@ msgstr ""
|
|
7310
7609
|
msgid "Your search returned no matching "
|
7311
7610
|
msgstr ""
|
7312
7611
|
|
7612
|
+
msgid "Your search returned no matching DEBs."
|
7613
|
+
msgstr ""
|
7614
|
+
|
7313
7615
|
msgid "Your search returned no matching Module streams."
|
7314
7616
|
msgstr ""
|
7315
7617
|
|
@@ -7322,6 +7624,9 @@ msgstr ""
|
|
7322
7624
|
msgid "Your search returned no matching hosts."
|
7323
7625
|
msgstr ""
|
7324
7626
|
|
7627
|
+
msgid "Yum"
|
7628
|
+
msgstr ""
|
7629
|
+
|
7325
7630
|
msgid "Yum Metadata: %s"
|
7326
7631
|
msgstr ""
|
7327
7632
|
|
@@ -7556,7 +7861,7 @@ msgstr "versioni della visualizzazione del contenuto da confrontare"
|
|
7556
7861
|
msgid "create a filter for a content view"
|
7557
7862
|
msgstr ""
|
7558
7863
|
|
7559
|
-
msgid "deb
|
7864
|
+
msgid "deb, package, package group, or docker tag names"
|
7560
7865
|
msgstr ""
|
7561
7866
|
|
7562
7867
|
msgid "deb_ids is not an array"
|
@@ -7583,6 +7888,9 @@ msgstr "descrizione del filtro"
|
|
7583
7888
|
msgid "description of the repository"
|
7584
7889
|
msgstr ""
|
7585
7890
|
|
7891
|
+
msgid "disk"
|
7892
|
+
msgstr ""
|
7893
|
+
|
7586
7894
|
msgid "download policy for yum, deb, and docker repos (either 'immediate' or 'on_demand')"
|
7587
7895
|
msgstr ""
|
7588
7896
|
|
@@ -8075,7 +8383,7 @@ msgstr "vero se questo repositorio può essere pubblicato tramite HTTP"
|
|
8075
8383
|
msgid "true if this repository when synced has to be mirrored from the source and stale rpms removed (Deprecated)"
|
8076
8384
|
msgstr ""
|
8077
8385
|
|
8078
|
-
msgid "type of filter (e.g. rpm, package_group, erratum, erratum_id, erratum_date, docker, modulemd)"
|
8386
|
+
msgid "type of filter (e.g. deb, rpm, package_group, erratum, erratum_id, erratum_date, docker, modulemd)"
|
8079
8387
|
msgstr ""
|
8080
8388
|
|
8081
8389
|
msgid "type of repo"
|