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/ru/katello.po
CHANGED
@@ -45,6 +45,9 @@ msgstr ""
|
|
45
45
|
msgid " Content view updated"
|
46
46
|
msgstr ""
|
47
47
|
|
48
|
+
msgid " DEBs"
|
49
|
+
msgstr ""
|
50
|
+
|
48
51
|
msgid " Either select the latest content view or the content view version. Cannot set both."
|
49
52
|
msgstr ""
|
50
53
|
|
@@ -66,10 +69,10 @@ msgstr ""
|
|
66
69
|
msgid " are out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
67
70
|
msgstr ""
|
68
71
|
|
69
|
-
msgid " content view is used in listed
|
72
|
+
msgid " content view is used in listed composite content views."
|
70
73
|
msgstr ""
|
71
74
|
|
72
|
-
msgid " content view is used in listed
|
75
|
+
msgid " content view is used in listed content views. For more information, "
|
73
76
|
msgstr ""
|
74
77
|
|
75
78
|
msgid " environment cannot be set to an environment already on its path"
|
@@ -81,6 +84,9 @@ msgstr ""
|
|
81
84
|
msgid " is out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
82
85
|
msgstr ""
|
83
86
|
|
87
|
+
msgid " to manage and promote content views, or select a different environment."
|
88
|
+
msgstr ""
|
89
|
+
|
84
90
|
msgid "${deleteFlow ? 'Deleting' : 'Removing'} version ${versionNameToRemove}"
|
85
91
|
msgstr ""
|
86
92
|
|
@@ -329,6 +335,9 @@ msgstr ""
|
|
329
335
|
msgid "(Orphaned)"
|
330
336
|
msgstr "(потерян)"
|
331
337
|
|
338
|
+
msgid "(unset)"
|
339
|
+
msgstr ""
|
340
|
+
|
332
341
|
msgid ", and"
|
333
342
|
msgstr ""
|
334
343
|
|
@@ -356,7 +365,7 @@ msgstr ""
|
|
356
365
|
msgid "A backend service [ %s ] is unreachable"
|
357
366
|
msgstr "Базовая служба [ %s ] недоступна"
|
358
367
|
|
359
|
-
msgid "A content view can be added by using the \"Create content view\" button
|
368
|
+
msgid "A content view can be added by using the \"Create content view\" button below."
|
360
369
|
msgstr ""
|
361
370
|
|
362
371
|
msgid "A content_type must be provided."
|
@@ -377,6 +386,12 @@ msgstr ""
|
|
377
386
|
msgid "A post-promotion summary of hosts with installable errata"
|
378
387
|
msgstr "Сводный отчет после переноса представлений со списком узлов, для которых доступны исправления"
|
379
388
|
|
389
|
+
msgid "A remote execution job is in progress"
|
390
|
+
msgstr ""
|
391
|
+
|
392
|
+
msgid "A remote execution job is in progress."
|
393
|
+
msgstr ""
|
394
|
+
|
380
395
|
msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
|
381
396
|
msgstr "Уровень обслуживания для автоматического восстановления (например, SELF-SUPPORT)"
|
382
397
|
|
@@ -464,6 +479,9 @@ msgstr "Добавить"
|
|
464
479
|
msgid "Add Bookmark"
|
465
480
|
msgstr "Добавить закладку"
|
466
481
|
|
482
|
+
msgid "Add DEB rule"
|
483
|
+
msgstr ""
|
484
|
+
|
467
485
|
msgid "Add RPM rule"
|
468
486
|
msgstr ""
|
469
487
|
|
@@ -473,13 +491,13 @@ msgstr ""
|
|
473
491
|
msgid "Add a subscription to a host"
|
474
492
|
msgstr "Выделить подписки узлу"
|
475
493
|
|
476
|
-
msgid "Add
|
494
|
+
msgid "Add an alternate content source"
|
477
495
|
msgstr ""
|
478
496
|
|
479
|
-
msgid "Add
|
497
|
+
msgid "Add components to the content view"
|
480
498
|
msgstr ""
|
481
499
|
|
482
|
-
msgid "Add
|
500
|
+
msgid "Add content view"
|
483
501
|
msgstr ""
|
484
502
|
|
485
503
|
msgid "Add content views"
|
@@ -494,9 +512,6 @@ msgstr ""
|
|
494
512
|
msgid "Add filter rule"
|
495
513
|
msgstr ""
|
496
514
|
|
497
|
-
msgid "Add filters using the 'Add filter' button above."
|
498
|
-
msgstr ""
|
499
|
-
|
500
515
|
msgid "Add host to collections"
|
501
516
|
msgstr ""
|
502
517
|
|
@@ -536,12 +551,18 @@ msgstr ""
|
|
536
551
|
msgid "Add subscriptions to one or more hosts"
|
537
552
|
msgstr ""
|
538
553
|
|
554
|
+
msgid "Add to this filter using the 'Add Deb rule' button."
|
555
|
+
msgstr ""
|
556
|
+
|
539
557
|
msgid "Add to this filter using the 'Add RPM rule' button."
|
540
558
|
msgstr ""
|
541
559
|
|
542
560
|
msgid "Add to this filter using the 'Add filter rule' button."
|
543
561
|
msgstr ""
|
544
562
|
|
563
|
+
msgid "Add-ons"
|
564
|
+
msgstr ""
|
565
|
+
|
545
566
|
msgid "Added"
|
546
567
|
msgstr ""
|
547
568
|
|
@@ -560,6 +581,9 @@ msgstr ""
|
|
560
581
|
msgid "Addons"
|
561
582
|
msgstr ""
|
562
583
|
|
584
|
+
msgid "Affected Repositories"
|
585
|
+
msgstr ""
|
586
|
+
|
563
587
|
msgid "Affected repositories"
|
564
588
|
msgstr ""
|
565
589
|
|
@@ -668,9 +692,6 @@ msgstr ""
|
|
668
692
|
msgid "Ansible Collection"
|
669
693
|
msgstr ""
|
670
694
|
|
671
|
-
msgid "Ansible Collection Details"
|
672
|
-
msgstr ""
|
673
|
-
|
674
695
|
msgid "Ansible Collections"
|
675
696
|
msgstr ""
|
676
697
|
|
@@ -719,6 +740,9 @@ msgstr "Архитектура"
|
|
719
740
|
msgid "Architecture of content in the repository"
|
720
741
|
msgstr ""
|
721
742
|
|
743
|
+
msgid "Architecture restricted to {archRestricted}. If host architecture does not match, the repository will not be available on this host."
|
744
|
+
msgstr ""
|
745
|
+
|
722
746
|
msgid "Architecture(s)"
|
723
747
|
msgstr "Архитектура"
|
724
748
|
|
@@ -823,6 +847,9 @@ msgstr ""
|
|
823
847
|
msgid "Auth URL requires Auth token be set."
|
824
848
|
msgstr ""
|
825
849
|
|
850
|
+
msgid "Authentication type"
|
851
|
+
msgstr ""
|
852
|
+
|
826
853
|
msgid "Author"
|
827
854
|
msgstr "Автор"
|
828
855
|
|
@@ -844,6 +871,9 @@ msgstr ""
|
|
844
871
|
msgid "Autosearch delay"
|
845
872
|
msgstr ""
|
846
873
|
|
874
|
+
msgid "Available"
|
875
|
+
msgstr ""
|
876
|
+
|
847
877
|
msgid "Available Entitlements"
|
848
878
|
msgstr ""
|
849
879
|
|
@@ -856,6 +886,9 @@ msgstr ""
|
|
856
886
|
msgid "Backend System Status"
|
857
887
|
msgstr "Состояние базовой системы"
|
858
888
|
|
889
|
+
msgid "Base URL"
|
890
|
+
msgstr ""
|
891
|
+
|
859
892
|
msgid "Base URL for finding alternate content"
|
860
893
|
msgstr ""
|
861
894
|
|
@@ -901,6 +934,9 @@ msgstr "Добавить в закладки"
|
|
901
934
|
msgid "Bookmarks marked as public are available to all users"
|
902
935
|
msgstr ""
|
903
936
|
|
937
|
+
msgid "Both"
|
938
|
+
msgstr ""
|
939
|
+
|
904
940
|
msgid "Both major and minor parameters have to be used to override a CV version"
|
905
941
|
msgstr ""
|
906
942
|
|
@@ -922,6 +958,9 @@ msgstr ""
|
|
922
958
|
msgid "Bulk remove versions from a content view and reassign systems and keys"
|
923
959
|
msgstr ""
|
924
960
|
|
961
|
+
msgid "CA Cert"
|
962
|
+
msgstr ""
|
963
|
+
|
925
964
|
msgid "CDN Configuration"
|
926
965
|
msgstr ""
|
927
966
|
|
@@ -1156,6 +1195,9 @@ msgstr ""
|
|
1156
1195
|
msgid "Check if a connection can be made to Red Hat Subscription Management."
|
1157
1196
|
msgstr ""
|
1158
1197
|
|
1198
|
+
msgid "Check if the specified organization has Simple Content Access enabled"
|
1199
|
+
msgstr ""
|
1200
|
+
|
1159
1201
|
msgid "Check if the specified organization is eligible for Simple Content Access"
|
1160
1202
|
msgstr ""
|
1161
1203
|
|
@@ -1165,9 +1207,6 @@ msgstr ""
|
|
1165
1207
|
msgid "Checksum"
|
1166
1208
|
msgstr "Контрольная сумма"
|
1167
1209
|
|
1168
|
-
msgid "Checksum is a required parameter."
|
1169
|
-
msgstr ""
|
1170
|
-
|
1171
1210
|
msgid "Checksum of file to upload"
|
1172
1211
|
msgstr ""
|
1173
1212
|
|
@@ -1180,12 +1219,21 @@ msgstr ""
|
|
1180
1219
|
msgid "Clear any previous registration and run subscription-manager with --force."
|
1181
1220
|
msgstr ""
|
1182
1221
|
|
1222
|
+
msgid "Clear filters"
|
1223
|
+
msgstr ""
|
1224
|
+
|
1225
|
+
msgid "Clear search"
|
1226
|
+
msgstr ""
|
1227
|
+
|
1183
1228
|
msgid "Click here to go to the tasks page for the task."
|
1184
1229
|
msgstr ""
|
1185
1230
|
|
1186
1231
|
msgid "Click {update} below to save changes."
|
1187
1232
|
msgstr ""
|
1188
1233
|
|
1234
|
+
msgid "Client key"
|
1235
|
+
msgstr ""
|
1236
|
+
|
1189
1237
|
msgid "Clone"
|
1190
1238
|
msgstr "Клонировать"
|
1191
1239
|
|
@@ -1216,12 +1264,6 @@ msgstr "Компонент"
|
|
1216
1264
|
msgid "Component Content View"
|
1217
1265
|
msgstr ""
|
1218
1266
|
|
1219
|
-
msgid "Component content view"
|
1220
|
-
msgstr ""
|
1221
|
-
|
1222
|
-
msgid "Component content views"
|
1223
|
-
msgstr ""
|
1224
|
-
|
1225
1267
|
msgid "Components"
|
1226
1268
|
msgstr "Компоненты"
|
1227
1269
|
|
@@ -1252,7 +1294,7 @@ msgstr ""
|
|
1252
1294
|
msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
|
1253
1295
|
msgstr ""
|
1254
1296
|
|
1255
|
-
msgid "Consisting of multiple
|
1297
|
+
msgid "Consisting of multiple content views"
|
1256
1298
|
msgstr ""
|
1257
1299
|
|
1258
1300
|
msgid "Consists of content views"
|
@@ -1384,6 +1426,12 @@ msgstr ""
|
|
1384
1426
|
msgid "Content Views"
|
1385
1427
|
msgstr "Представления"
|
1386
1428
|
|
1429
|
+
msgid "Content credential"
|
1430
|
+
msgstr ""
|
1431
|
+
|
1432
|
+
msgid "Content credentials"
|
1433
|
+
msgstr ""
|
1434
|
+
|
1387
1435
|
msgid "Content files to upload. Can be a single file or array of files."
|
1388
1436
|
msgstr "Отправляемые файлы (один или несколько)."
|
1389
1437
|
|
@@ -1501,6 +1549,9 @@ msgstr ""
|
|
1501
1549
|
msgid "Copy version units to library"
|
1502
1550
|
msgstr ""
|
1503
1551
|
|
1552
|
+
msgid "Cores per socket"
|
1553
|
+
msgstr ""
|
1554
|
+
|
1504
1555
|
msgid "Cores: %s"
|
1505
1556
|
msgstr ""
|
1506
1557
|
|
@@ -1612,6 +1663,9 @@ msgstr "Репозиторий «%s» не найден."
|
|
1612
1663
|
msgid "Couldn't find smart proxies with id '%s'"
|
1613
1664
|
msgstr ""
|
1614
1665
|
|
1666
|
+
msgid "Couldn't find smart proxies with name '%s'"
|
1667
|
+
msgstr ""
|
1668
|
+
|
1615
1669
|
msgid "Couldn't find specified Content View and Lifecycle Environment."
|
1616
1670
|
msgstr "Не удалось найти указанное представление и окружение жизненного цикла."
|
1617
1671
|
|
@@ -1624,6 +1678,9 @@ msgstr "Счётчик"
|
|
1624
1678
|
msgid "Create"
|
1625
1679
|
msgstr "Создать"
|
1626
1680
|
|
1681
|
+
msgid "Create ACS"
|
1682
|
+
msgstr ""
|
1683
|
+
|
1627
1684
|
msgid "Create Alternate Content Source"
|
1628
1685
|
msgstr ""
|
1629
1686
|
|
@@ -1639,12 +1696,18 @@ msgstr ""
|
|
1639
1696
|
msgid "Create Repositories"
|
1640
1697
|
msgstr ""
|
1641
1698
|
|
1699
|
+
msgid "Create Syncable Export History"
|
1700
|
+
msgstr ""
|
1701
|
+
|
1642
1702
|
msgid "Create a Content Credential"
|
1643
1703
|
msgstr ""
|
1644
1704
|
|
1645
1705
|
msgid "Create a content view"
|
1646
1706
|
msgstr "Создать представление"
|
1647
1707
|
|
1708
|
+
msgid "Create a custom product"
|
1709
|
+
msgstr ""
|
1710
|
+
|
1648
1711
|
msgid "Create a custom repository"
|
1649
1712
|
msgstr "Создать дополнительный репозиторий"
|
1650
1713
|
|
@@ -1684,16 +1747,28 @@ msgstr ""
|
|
1684
1747
|
msgid "Create filter"
|
1685
1748
|
msgstr ""
|
1686
1749
|
|
1750
|
+
msgid "Create host collection"
|
1751
|
+
msgstr ""
|
1752
|
+
|
1687
1753
|
msgid "Create organization"
|
1688
1754
|
msgstr "Создать организацию"
|
1689
1755
|
|
1756
|
+
msgid "Create package filter rule"
|
1757
|
+
msgstr ""
|
1758
|
+
|
1759
|
+
msgid "Create rule"
|
1760
|
+
msgstr ""
|
1761
|
+
|
1762
|
+
msgid "Credentials"
|
1763
|
+
msgstr ""
|
1764
|
+
|
1690
1765
|
msgid "Critical"
|
1691
1766
|
msgstr "Критично"
|
1692
1767
|
|
1693
1768
|
msgid "Cron expression is not valid!"
|
1694
1769
|
msgstr ""
|
1695
1770
|
|
1696
|
-
msgid "Current organization
|
1771
|
+
msgid "Current organization does not have a manifest imported."
|
1697
1772
|
msgstr ""
|
1698
1773
|
|
1699
1774
|
msgid "Current organization is not set."
|
@@ -1702,6 +1777,9 @@ msgstr ""
|
|
1702
1777
|
msgid "Current organization not set."
|
1703
1778
|
msgstr ""
|
1704
1779
|
|
1780
|
+
msgid "Custom"
|
1781
|
+
msgstr ""
|
1782
|
+
|
1705
1783
|
msgid "Custom Content Repositories"
|
1706
1784
|
msgstr "Другие репозитории"
|
1707
1785
|
|
@@ -1714,6 +1792,9 @@ msgstr "Дополнительно настроенные репозитории
|
|
1714
1792
|
msgid "Customize with Rex"
|
1715
1793
|
msgstr ""
|
1716
1794
|
|
1795
|
+
msgid "DEB name"
|
1796
|
+
msgstr ""
|
1797
|
+
|
1717
1798
|
msgid "Database connection"
|
1718
1799
|
msgstr "Подключение к базе данных"
|
1719
1800
|
|
@@ -1729,12 +1810,18 @@ msgstr ""
|
|
1729
1810
|
msgid "Days from Now"
|
1730
1811
|
msgstr ""
|
1731
1812
|
|
1813
|
+
msgid "Deb"
|
1814
|
+
msgstr ""
|
1815
|
+
|
1732
1816
|
msgid "Deb Package"
|
1733
1817
|
msgstr ""
|
1734
1818
|
|
1735
1819
|
msgid "Deb Packages"
|
1736
1820
|
msgstr ""
|
1737
1821
|
|
1822
|
+
msgid "Deb name"
|
1823
|
+
msgstr ""
|
1824
|
+
|
1738
1825
|
msgid "Deb package identifiers to filter content by"
|
1739
1826
|
msgstr ""
|
1740
1827
|
|
@@ -1990,6 +2077,9 @@ msgstr "Удалить окружение"
|
|
1990
2077
|
msgid "Destroy an environment in an organization"
|
1991
2078
|
msgstr "Удалить окружение из организации"
|
1992
2079
|
|
2080
|
+
msgid "Destroy one or more alternate content sources"
|
2081
|
+
msgstr ""
|
2082
|
+
|
1993
2083
|
msgid "Destroy one or more hosts"
|
1994
2084
|
msgstr "Уничтожить один или несколько узлов"
|
1995
2085
|
|
@@ -2083,9 +2173,15 @@ msgstr ""
|
|
2083
2173
|
msgid "Edit filter rule"
|
2084
2174
|
msgstr ""
|
2085
2175
|
|
2176
|
+
msgid "Edit package filter rule"
|
2177
|
+
msgstr ""
|
2178
|
+
|
2086
2179
|
msgid "Edit rule"
|
2087
2180
|
msgstr ""
|
2088
2181
|
|
2182
|
+
msgid "Edit system purpose attributes"
|
2183
|
+
msgstr ""
|
2184
|
+
|
2089
2185
|
msgid "Editing Entitlements"
|
2090
2186
|
msgstr ""
|
2091
2187
|
|
@@ -2110,6 +2206,9 @@ msgstr ""
|
|
2110
2206
|
msgid "Enable"
|
2111
2207
|
msgstr "Включить"
|
2112
2208
|
|
2209
|
+
msgid "Enable Red Hat repositories"
|
2210
|
+
msgstr ""
|
2211
|
+
|
2113
2212
|
msgid "Enable Simple Content Access"
|
2114
2213
|
msgstr ""
|
2115
2214
|
|
@@ -2155,9 +2254,15 @@ msgstr "Расширенные функции"
|
|
2155
2254
|
msgid "Enter a name"
|
2156
2255
|
msgstr ""
|
2157
2256
|
|
2257
|
+
msgid "Enter a name for your source."
|
2258
|
+
msgstr ""
|
2259
|
+
|
2158
2260
|
msgid "Enter a valid date: MM/DD/YYYY"
|
2159
2261
|
msgstr ""
|
2160
2262
|
|
2263
|
+
msgid "Enter basic authentication information or choose content credentials if required for this source."
|
2264
|
+
msgstr ""
|
2265
|
+
|
2161
2266
|
msgid "Entitlements"
|
2162
2267
|
msgstr ""
|
2163
2268
|
|
@@ -2299,6 +2404,11 @@ msgstr ""
|
|
2299
2404
|
msgid "Export as CSV"
|
2300
2405
|
msgstr ""
|
2301
2406
|
|
2407
|
+
msgid ""
|
2408
|
+
"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"
|
2409
|
+
" Defaults to importable."
|
2410
|
+
msgstr ""
|
2411
|
+
|
2302
2412
|
msgid "Export history identifier used for incremental export. If not provided the most recent export history will be used."
|
2303
2413
|
msgstr ""
|
2304
2414
|
|
@@ -2349,6 +2459,9 @@ msgstr ""
|
|
2349
2459
|
msgid "Fetch traces for one or more hosts"
|
2350
2460
|
msgstr ""
|
2351
2461
|
|
2462
|
+
msgid "Fetching content credentials"
|
2463
|
+
msgstr ""
|
2464
|
+
|
2352
2465
|
msgid "Field to sort the results on"
|
2353
2466
|
msgstr "Поле сортировки"
|
2354
2467
|
|
@@ -2439,6 +2552,9 @@ msgstr "Фильтры"
|
|
2439
2552
|
msgid "Filters deleted"
|
2440
2553
|
msgstr ""
|
2441
2554
|
|
2555
|
+
msgid "Filters will appear here when the filter is created."
|
2556
|
+
msgstr ""
|
2557
|
+
|
2442
2558
|
msgid "Finish"
|
2443
2559
|
msgstr ""
|
2444
2560
|
|
@@ -2543,6 +2659,9 @@ msgstr "Получить статус синхронизации для выбр
|
|
2543
2659
|
msgid "Given a set of hosts and errata, lists the content view versions and environments that need updating."
|
2544
2660
|
msgstr "В качестве исходных данных принимает список узлов и исправлений и возвращает список версий представлений и окружения, которые могут быть обновлены."
|
2545
2661
|
|
2662
|
+
msgid "Given criteria doesn't match any DEBs. Try changing your rule."
|
2663
|
+
msgstr ""
|
2664
|
+
|
2546
2665
|
msgid "Given criteria doesn't match any RPMs. Try changing your rule."
|
2547
2666
|
msgstr ""
|
2548
2667
|
|
@@ -2573,6 +2692,9 @@ msgstr ""
|
|
2573
2692
|
msgid "HTTP Proxy identifier to associated"
|
2574
2693
|
msgstr ""
|
2575
2694
|
|
2695
|
+
msgid "HW properties"
|
2696
|
+
msgstr ""
|
2697
|
+
|
2576
2698
|
msgid "Has to be > 0"
|
2577
2699
|
msgstr ""
|
2578
2700
|
|
@@ -2780,9 +2902,6 @@ msgstr "Идентификатор плана синхронизации"
|
|
2780
2902
|
msgid "ID: %s doesn't exist "
|
2781
2903
|
msgstr ""
|
2782
2904
|
|
2783
|
-
msgid "Id"
|
2784
|
-
msgstr ""
|
2785
|
-
|
2786
2905
|
msgid "Id of a deb package to find repositories that contain the deb"
|
2787
2906
|
msgstr ""
|
2788
2907
|
|
@@ -3059,6 +3178,9 @@ msgstr ""
|
|
3059
3178
|
msgid "Index package groups"
|
3060
3179
|
msgstr "Индексировать группы пакетов"
|
3061
3180
|
|
3181
|
+
msgid "Indicate the source type."
|
3182
|
+
msgstr ""
|
3183
|
+
|
3062
3184
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3063
3185
|
msgstr "Тип может принимать значения: [ %{list} ]"
|
3064
3186
|
|
@@ -3146,6 +3268,9 @@ msgstr ""
|
|
3146
3268
|
msgid "Installation status"
|
3147
3269
|
msgstr ""
|
3148
3270
|
|
3271
|
+
msgid "Installed"
|
3272
|
+
msgstr ""
|
3273
|
+
|
3149
3274
|
msgid "Installed Packages"
|
3150
3275
|
msgstr "Установленные пакеты"
|
3151
3276
|
|
@@ -3221,6 +3346,9 @@ msgstr "Неверные типы исправлений: %{invalid_types}. До
|
|
3221
3346
|
msgid "Invalid event_type %s"
|
3222
3347
|
msgstr ""
|
3223
3348
|
|
3349
|
+
msgid "Invalid export format provided. Format must be one of %s "
|
3350
|
+
msgstr ""
|
3351
|
+
|
3224
3352
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
3225
3353
|
msgstr "Неверное правило: «version» не может использоваться вместе с «min_version» и «max_version»"
|
3226
3354
|
|
@@ -3239,6 +3367,9 @@ msgstr "Неверные значения параметров. Параметр
|
|
3239
3367
|
msgid "Invalid params provided - date_type must be one of %s"
|
3240
3368
|
msgstr "Неверные значения параметров. Параметр date_type может принимать следующие значения: %s"
|
3241
3369
|
|
3370
|
+
msgid "Invalid release version: [%s]"
|
3371
|
+
msgstr ""
|
3372
|
+
|
3242
3373
|
msgid "Invalid repository in the metadata %{repo} error=%{error}"
|
3243
3374
|
msgstr ""
|
3244
3375
|
|
@@ -3257,7 +3388,10 @@ msgstr "Опубликовано"
|
|
3257
3388
|
msgid "Issued from"
|
3258
3389
|
msgstr ""
|
3259
3390
|
|
3260
|
-
msgid "Job ${description}
|
3391
|
+
msgid "Job '${description}' completed"
|
3392
|
+
msgstr ""
|
3393
|
+
|
3394
|
+
msgid "Job '${description}' has started."
|
3261
3395
|
msgstr ""
|
3262
3396
|
|
3263
3397
|
msgid "Katello ID of local pool to update"
|
@@ -3329,9 +3463,18 @@ msgstr "Метка содержимого"
|
|
3329
3463
|
msgid "Label of the content view"
|
3330
3464
|
msgstr ""
|
3331
3465
|
|
3466
|
+
msgid "Last Refresh"
|
3467
|
+
msgstr ""
|
3468
|
+
|
3469
|
+
msgid "Last check-in:"
|
3470
|
+
msgstr ""
|
3471
|
+
|
3332
3472
|
msgid "Last published"
|
3333
3473
|
msgstr ""
|
3334
3474
|
|
3475
|
+
msgid "Last refresh :"
|
3476
|
+
msgstr ""
|
3477
|
+
|
3335
3478
|
msgid "Last task"
|
3336
3479
|
msgstr ""
|
3337
3480
|
|
@@ -3512,6 +3655,9 @@ msgstr ""
|
|
3512
3655
|
msgid "List of Products for sync plan"
|
3513
3656
|
msgstr "Список продуктов в плане синхронизации"
|
3514
3657
|
|
3658
|
+
msgid "List of alternate content source IDs"
|
3659
|
+
msgstr ""
|
3660
|
+
|
3515
3661
|
msgid "List of alternate_content_sources"
|
3516
3662
|
msgstr ""
|
3517
3663
|
|
@@ -3710,6 +3856,12 @@ msgstr ""
|
|
3710
3856
|
msgid "Manifest refreshed"
|
3711
3857
|
msgstr ""
|
3712
3858
|
|
3859
|
+
msgid "Manual"
|
3860
|
+
msgstr ""
|
3861
|
+
|
3862
|
+
msgid "Manual authentication"
|
3863
|
+
msgstr ""
|
3864
|
+
|
3713
3865
|
msgid "Mark Content Host Statuses as Unknown for %s"
|
3714
3866
|
msgstr ""
|
3715
3867
|
|
@@ -3773,6 +3925,9 @@ msgstr ""
|
|
3773
3925
|
msgid "Missing arguments %{substitutions} for %{content_url}"
|
3774
3926
|
msgstr "Отсутствуют аргументы %{substitutions} для %{content_url}"
|
3775
3927
|
|
3928
|
+
msgid "Model"
|
3929
|
+
msgstr ""
|
3930
|
+
|
3776
3931
|
msgid "Moderate"
|
3777
3932
|
msgstr "Средний"
|
3778
3933
|
|
@@ -3794,7 +3949,7 @@ msgstr ""
|
|
3794
3949
|
msgid "Module streams"
|
3795
3950
|
msgstr ""
|
3796
3951
|
|
3797
|
-
msgid "Module streams will appear here
|
3952
|
+
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
3798
3953
|
msgstr ""
|
3799
3954
|
|
3800
3955
|
msgid "Multi-entitlement"
|
@@ -3828,9 +3983,6 @@ msgstr ""
|
|
3828
3983
|
msgid "Name"
|
3829
3984
|
msgstr "Имя"
|
3830
3985
|
|
3831
|
-
msgid "Name is a required parameter."
|
3832
|
-
msgstr ""
|
3833
|
-
|
3834
3986
|
msgid "Name of new activation key"
|
3835
3987
|
msgstr "Имя нового ключа активации"
|
3836
3988
|
|
@@ -3852,6 +4004,12 @@ msgstr ""
|
|
3852
4004
|
msgid "Name of the upstream docker repository"
|
3853
4005
|
msgstr ""
|
3854
4006
|
|
4007
|
+
msgid "Name source"
|
4008
|
+
msgstr ""
|
4009
|
+
|
4010
|
+
msgid "Names of smart proxies to associate"
|
4011
|
+
msgstr ""
|
4012
|
+
|
3855
4013
|
msgid "Needs to only be set for docker tags"
|
3856
4014
|
msgstr ""
|
3857
4015
|
|
@@ -3864,6 +4022,9 @@ msgstr "Вложить"
|
|
3864
4022
|
msgid "Network Sync"
|
3865
4023
|
msgstr ""
|
3866
4024
|
|
4025
|
+
msgid "Never"
|
4026
|
+
msgstr ""
|
4027
|
+
|
3867
4028
|
msgid "Never Synced"
|
3868
4029
|
msgstr "Никогда"
|
3869
4030
|
|
@@ -4038,6 +4199,9 @@ msgstr ""
|
|
4038
4199
|
msgid "No matching ${selectedContentType} found"
|
4039
4200
|
msgstr ""
|
4040
4201
|
|
4202
|
+
msgid "No matching DEB found."
|
4203
|
+
msgstr ""
|
4204
|
+
|
4041
4205
|
msgid "No matching RPM found."
|
4042
4206
|
msgstr ""
|
4043
4207
|
|
@@ -4197,6 +4361,9 @@ msgstr ""
|
|
4197
4361
|
msgid "Not all necessary pulp workers running at %s."
|
4198
4362
|
msgstr ""
|
4199
4363
|
|
4364
|
+
msgid "Not installed"
|
4365
|
+
msgstr ""
|
4366
|
+
|
4200
4367
|
msgid "Not running"
|
4201
4368
|
msgstr ""
|
4202
4369
|
|
@@ -4215,6 +4382,9 @@ msgstr ""
|
|
4215
4382
|
msgid "Nothing selected"
|
4216
4383
|
msgstr ""
|
4217
4384
|
|
4385
|
+
msgid "Number of CPU(s)"
|
4386
|
+
msgstr ""
|
4387
|
+
|
4218
4388
|
msgid "Number of host applicability calculations to process per task."
|
4219
4389
|
msgstr ""
|
4220
4390
|
|
@@ -4227,6 +4397,9 @@ msgstr ""
|
|
4227
4397
|
msgid "Number to Allocate"
|
4228
4398
|
msgstr ""
|
4229
4399
|
|
4400
|
+
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
4401
|
+
msgstr ""
|
4402
|
+
|
4230
4403
|
msgid "OSTree Branch"
|
4231
4404
|
msgstr "Ветвь OSTree"
|
4232
4405
|
|
@@ -4542,12 +4715,6 @@ msgstr ""
|
|
4542
4715
|
msgid "Path"
|
4543
4716
|
msgstr "Путь"
|
4544
4717
|
|
4545
|
-
msgid "Path for ssl cert used for pulp server auth"
|
4546
|
-
msgstr "Путь к сертификату SSL для аутентификации на сервере Pulp"
|
4547
|
-
|
4548
|
-
msgid "Path for ssl key used for pulp server auth"
|
4549
|
-
msgstr "Путь к ключу SSL для аутентификации на сервере Pulp"
|
4550
|
-
|
4551
4718
|
msgid "Path suffixes for finding alternate content"
|
4552
4719
|
msgstr ""
|
4553
4720
|
|
@@ -4814,12 +4981,6 @@ msgstr ""
|
|
4814
4981
|
msgid "Pulp bulk load size"
|
4815
4982
|
msgstr ""
|
4816
4983
|
|
4817
|
-
msgid "Pulp client cert"
|
4818
|
-
msgstr ""
|
4819
|
-
|
4820
|
-
msgid "Pulp client key"
|
4821
|
-
msgstr ""
|
4822
|
-
|
4823
4984
|
msgid "Pulp database connection issue at %s."
|
4824
4985
|
msgstr ""
|
4825
4986
|
|
@@ -4898,6 +5059,9 @@ msgstr "Количество добавляемых подписок"
|
|
4898
5059
|
msgid "Quantity to Allocate"
|
4899
5060
|
msgstr ""
|
4900
5061
|
|
5062
|
+
msgid "RAM"
|
5063
|
+
msgstr ""
|
5064
|
+
|
4901
5065
|
msgid "RAM: %s GB"
|
4902
5066
|
msgstr ""
|
4903
5067
|
|
@@ -4997,15 +5161,27 @@ msgstr "Репозитории Red Hat не могут быть изменены
|
|
4997
5161
|
msgid "Refresh"
|
4998
5162
|
msgstr "Обновить"
|
4999
5163
|
|
5164
|
+
msgid "Refresh Alternate Content Source"
|
5165
|
+
msgstr ""
|
5166
|
+
|
5000
5167
|
msgid "Refresh Content Host Statuses for %s"
|
5001
5168
|
msgstr ""
|
5002
5169
|
|
5003
5170
|
msgid "Refresh Manifest"
|
5004
5171
|
msgstr "Обновить манифест"
|
5005
5172
|
|
5173
|
+
msgid "Refresh alternate content sources"
|
5174
|
+
msgstr ""
|
5175
|
+
|
5176
|
+
msgid "Refresh an alternate content source"
|
5177
|
+
msgstr ""
|
5178
|
+
|
5006
5179
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5007
5180
|
msgstr "Обновить ранее импортированный манифест провайдера Red Hat"
|
5008
5181
|
|
5182
|
+
msgid "Refresh source"
|
5183
|
+
msgstr ""
|
5184
|
+
|
5009
5185
|
msgid "Refresh_Content_Host_Status"
|
5010
5186
|
msgstr ""
|
5011
5187
|
|
@@ -5039,24 +5215,27 @@ msgstr ""
|
|
5039
5215
|
msgid "Reindex subscriptions"
|
5040
5216
|
msgstr "Повторно индексировать подписки"
|
5041
5217
|
|
5042
|
-
msgid "Related
|
5218
|
+
msgid "Related composite content views"
|
5043
5219
|
msgstr ""
|
5044
5220
|
|
5045
|
-
msgid "Related
|
5221
|
+
msgid "Related composite content views: "
|
5046
5222
|
msgstr ""
|
5047
5223
|
|
5048
|
-
msgid "Related
|
5224
|
+
msgid "Related content views"
|
5049
5225
|
msgstr ""
|
5050
5226
|
|
5051
|
-
msgid "Related
|
5227
|
+
msgid "Related content views will appear here when created."
|
5052
5228
|
msgstr ""
|
5053
5229
|
|
5054
|
-
msgid "Related content views
|
5230
|
+
msgid "Related content views: "
|
5055
5231
|
msgstr ""
|
5056
5232
|
|
5057
5233
|
msgid "Release"
|
5058
5234
|
msgstr "Релиз"
|
5059
5235
|
|
5236
|
+
msgid "Release version"
|
5237
|
+
msgstr ""
|
5238
|
+
|
5060
5239
|
msgid "Release version for this Host to use (7Server, 7.1, etc)"
|
5061
5240
|
msgstr ""
|
5062
5241
|
|
@@ -5075,6 +5254,9 @@ msgstr "Перезагрузить"
|
|
5075
5254
|
msgid "Remote action:"
|
5076
5255
|
msgstr "Удаленное действие:"
|
5077
5256
|
|
5257
|
+
msgid "Remote execution job '${description}' failed."
|
5258
|
+
msgstr ""
|
5259
|
+
|
5078
5260
|
msgid "Removal of package group(s) requested: %{groups}"
|
5079
5261
|
msgstr ""
|
5080
5262
|
|
@@ -5270,7 +5452,7 @@ msgstr ""
|
|
5270
5452
|
msgid "Repository sets reset to default"
|
5271
5453
|
msgstr ""
|
5272
5454
|
|
5273
|
-
msgid "Repository sets will appear here
|
5455
|
+
msgid "Repository sets will appear here after enabling Red Hat repositories or creating custom products."
|
5274
5456
|
msgstr ""
|
5275
5457
|
|
5276
5458
|
msgid "Republish Repositories of %{name} %{version}"
|
@@ -5405,6 +5587,9 @@ msgstr ""
|
|
5405
5587
|
msgid "Return packages that can be added to the specified object. Only the value 'content_view_version' is supported."
|
5406
5588
|
msgstr ""
|
5407
5589
|
|
5590
|
+
msgid "Return same, different or all results"
|
5591
|
+
msgstr ""
|
5592
|
+
|
5408
5593
|
msgid "Return subscriptions that match installed products of the specified host"
|
5409
5594
|
msgstr "Вернуть список подписок для продуктов, установленных на указанном узле"
|
5410
5595
|
|
@@ -5423,6 +5608,9 @@ msgstr ""
|
|
5423
5608
|
msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
|
5424
5609
|
msgstr ""
|
5425
5610
|
|
5611
|
+
msgid "Review Details"
|
5612
|
+
msgstr ""
|
5613
|
+
|
5426
5614
|
msgid "Review affected environment"
|
5427
5615
|
msgstr ""
|
5428
5616
|
|
@@ -5459,12 +5647,27 @@ msgstr "Работает"
|
|
5459
5647
|
msgid "SKU"
|
5460
5648
|
msgstr ""
|
5461
5649
|
|
5650
|
+
msgid "SLA"
|
5651
|
+
msgstr ""
|
5652
|
+
|
5462
5653
|
msgid "SRPM details"
|
5463
5654
|
msgstr ""
|
5464
5655
|
|
5465
5656
|
msgid "SSL CA Content Credential"
|
5466
5657
|
msgstr ""
|
5467
5658
|
|
5659
|
+
msgid "SSL CA certificate"
|
5660
|
+
msgstr ""
|
5661
|
+
|
5662
|
+
msgid "SSL Cert"
|
5663
|
+
msgstr ""
|
5664
|
+
|
5665
|
+
msgid "SSL client certificate"
|
5666
|
+
msgstr ""
|
5667
|
+
|
5668
|
+
msgid "SSL client key"
|
5669
|
+
msgstr ""
|
5670
|
+
|
5468
5671
|
msgid "SSL version used to communicate with the CDN"
|
5469
5672
|
msgstr ""
|
5470
5673
|
|
@@ -5474,6 +5677,9 @@ msgstr ""
|
|
5474
5677
|
msgid "Save"
|
5475
5678
|
msgstr "Сохранить"
|
5476
5679
|
|
5680
|
+
msgid "Saving alternate content source..."
|
5681
|
+
msgstr ""
|
5682
|
+
|
5477
5683
|
msgid "Schedule errata for installation using katello-agent. %s"
|
5478
5684
|
msgstr ""
|
5479
5685
|
|
@@ -5543,6 +5749,15 @@ msgstr "Выберите организацию"
|
|
5543
5749
|
msgid "Select Value"
|
5544
5750
|
msgstr ""
|
5545
5751
|
|
5752
|
+
msgid "Select a CA certificate"
|
5753
|
+
msgstr ""
|
5754
|
+
|
5755
|
+
msgid "Select a client certificate"
|
5756
|
+
msgstr ""
|
5757
|
+
|
5758
|
+
msgid "Select a client key"
|
5759
|
+
msgstr ""
|
5760
|
+
|
5546
5761
|
msgid "Select a content view"
|
5547
5762
|
msgstr ""
|
5548
5763
|
|
@@ -5558,6 +5773,9 @@ msgstr ""
|
|
5558
5773
|
msgid "Select a provider to install katello-host-tools-tracer"
|
5559
5774
|
msgstr ""
|
5560
5775
|
|
5776
|
+
msgid "Select add-ons"
|
5777
|
+
msgstr ""
|
5778
|
+
|
5561
5779
|
msgid "Select all"
|
5562
5780
|
msgstr ""
|
5563
5781
|
|
@@ -5579,7 +5797,7 @@ msgstr ""
|
|
5579
5797
|
msgid "Select available version of ${cvName} to use"
|
5580
5798
|
msgstr ""
|
5581
5799
|
|
5582
|
-
msgid "Select available version of
|
5800
|
+
msgid "Select available version of content views to use"
|
5583
5801
|
msgstr ""
|
5584
5802
|
|
5585
5803
|
msgid "Select content view"
|
@@ -5615,6 +5833,18 @@ msgstr ""
|
|
5615
5833
|
msgid "Select row"
|
5616
5834
|
msgstr ""
|
5617
5835
|
|
5836
|
+
msgid "Select smart proxies to be used with this source."
|
5837
|
+
msgstr ""
|
5838
|
+
|
5839
|
+
msgid "Select smart proxy"
|
5840
|
+
msgstr ""
|
5841
|
+
|
5842
|
+
msgid "Select source type"
|
5843
|
+
msgstr ""
|
5844
|
+
|
5845
|
+
msgid "Select system purpose attributes for host {hostName}."
|
5846
|
+
msgstr ""
|
5847
|
+
|
5618
5848
|
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."
|
5619
5849
|
msgstr "Выберите установочный носитель для этого узла. Выберите «Синхронизация содержимого», чтобы использовать репозитории для синхронизированного кикстарта, или «Все носители», чтобы настроить другие носители."
|
5620
5850
|
|
@@ -5744,6 +5974,9 @@ msgstr "Показать версии для ключа активации"
|
|
5744
5974
|
msgid "Show releases available for the content host"
|
5745
5975
|
msgstr "Показать версии для узла содержимого"
|
5746
5976
|
|
5977
|
+
msgid "Show repositories enabled on the host that are known to Katello"
|
5978
|
+
msgstr ""
|
5979
|
+
|
5747
5980
|
msgid "Show the available repository types"
|
5748
5981
|
msgstr "Показать доступные типы репозиториев"
|
5749
5982
|
|
@@ -5777,12 +6010,18 @@ msgstr ""
|
|
5777
6010
|
msgid "Skipped pulp_auth check after failed pulp check"
|
5778
6011
|
msgstr "Проверка pulp_auth была пропущена после неудачной проверки pulp"
|
5779
6012
|
|
6013
|
+
msgid "Smart proxies"
|
6014
|
+
msgstr ""
|
6015
|
+
|
5780
6016
|
msgid "Smart proxy IDs"
|
5781
6017
|
msgstr "Идентификаторы капсул"
|
5782
6018
|
|
5783
6019
|
msgid "Smart proxy content source not found!"
|
5784
6020
|
msgstr ""
|
5785
6021
|
|
6022
|
+
msgid "Sockets"
|
6023
|
+
msgstr ""
|
6024
|
+
|
5786
6025
|
msgid "Sockets: %s"
|
5787
6026
|
msgstr ""
|
5788
6027
|
|
@@ -5876,6 +6115,9 @@ msgstr ""
|
|
5876
6115
|
msgid "Something went wrong while loading the content views. See the logs for more information"
|
5877
6116
|
msgstr ""
|
5878
6117
|
|
6118
|
+
msgid "Something went wrong while refreshing this alternate content source! ${getResponseErrorMsgs(error.response)}"
|
6119
|
+
msgstr ""
|
6120
|
+
|
5879
6121
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
5880
6122
|
msgstr ""
|
5881
6123
|
|
@@ -5927,6 +6169,9 @@ msgstr "Исходный код"
|
|
5927
6169
|
msgid "Source RPMs"
|
5928
6170
|
msgstr "Исходные RPM"
|
5929
6171
|
|
6172
|
+
msgid "Source type"
|
6173
|
+
msgstr ""
|
6174
|
+
|
5930
6175
|
msgid "Specify an export chunk size less than 1_000_000 GB"
|
5931
6176
|
msgstr ""
|
5932
6177
|
|
@@ -5984,6 +6229,9 @@ msgstr "Применить"
|
|
5984
6229
|
msgid "Subnet IDs"
|
5985
6230
|
msgstr "Идентификаторы подсетей"
|
5986
6231
|
|
6232
|
+
msgid "Subpaths"
|
6233
|
+
msgstr ""
|
6234
|
+
|
5987
6235
|
msgid "Subscription"
|
5988
6236
|
msgstr "Подписка"
|
5989
6237
|
|
@@ -6083,6 +6331,9 @@ msgstr "План синхронизации изменен для %s проду
|
|
6083
6331
|
msgid "Successfully initiated removal of %s product(s)"
|
6084
6332
|
msgstr "Продукты будут удалены (всего %s)."
|
6085
6333
|
|
6334
|
+
msgid "Successfully refreshed."
|
6335
|
+
msgstr ""
|
6336
|
+
|
6086
6337
|
msgid "Successfully removed %s Host(s)."
|
6087
6338
|
msgstr "Удалено узлов: %s"
|
6088
6339
|
|
@@ -6173,6 +6424,9 @@ msgstr "Идентификатор плана синхронизации"
|
|
6173
6424
|
msgid "Sync state"
|
6174
6425
|
msgstr ""
|
6175
6426
|
|
6427
|
+
msgid "Syncable export"
|
6428
|
+
msgstr ""
|
6429
|
+
|
6176
6430
|
msgid "Synced "
|
6177
6431
|
msgstr ""
|
6178
6432
|
|
@@ -6221,6 +6475,12 @@ msgstr "Состояние систем"
|
|
6221
6475
|
msgid "System purpose"
|
6222
6476
|
msgstr ""
|
6223
6477
|
|
6478
|
+
msgid "System purpose allows you to set the system\\'s intended use on your network and improves the reporting of usage in Subscription Watch."
|
6479
|
+
msgstr ""
|
6480
|
+
|
6481
|
+
msgid "System purpose attributes updated"
|
6482
|
+
msgstr ""
|
6483
|
+
|
6224
6484
|
msgid "Tag name"
|
6225
6485
|
msgstr ""
|
6226
6486
|
|
@@ -6387,6 +6647,9 @@ msgstr "%{content_view} перенесено в <b>%{environment}</b>. Обяз
|
|
6387
6647
|
msgid "The repository is already enabled"
|
6388
6648
|
msgstr "Репозиторий уже подключен"
|
6389
6649
|
|
6650
|
+
msgid "The repository's publication is missing. Please run a 'complete sync' on %s."
|
6651
|
+
msgstr ""
|
6652
|
+
|
6390
6653
|
msgid "The request did not contain any repository information."
|
6391
6654
|
msgstr ""
|
6392
6655
|
|
@@ -6453,6 +6716,9 @@ msgstr "Окружения и версии не заданы или опреде
|
|
6453
6716
|
msgid "There is no Manifest History to display."
|
6454
6717
|
msgstr ""
|
6455
6718
|
|
6719
|
+
msgid "There is no downloaded content to clean."
|
6720
|
+
msgstr ""
|
6721
|
+
|
6456
6722
|
msgid "There is no such HTTP proxy"
|
6457
6723
|
msgstr ""
|
6458
6724
|
|
@@ -6609,6 +6875,9 @@ msgstr ""
|
|
6609
6875
|
msgid "Total steps: "
|
6610
6876
|
msgstr ""
|
6611
6877
|
|
6878
|
+
msgid "Tracer"
|
6879
|
+
msgstr ""
|
6880
|
+
|
6612
6881
|
msgid "Tracer helps administrators identify applications that need to be restarted after a system is patched."
|
6613
6882
|
msgstr ""
|
6614
6883
|
|
@@ -6618,18 +6887,30 @@ msgstr ""
|
|
6618
6887
|
msgid "Traces"
|
6619
6888
|
msgstr ""
|
6620
6889
|
|
6890
|
+
msgid "Traces are being enabled"
|
6891
|
+
msgstr ""
|
6892
|
+
|
6621
6893
|
msgid "Traces are not enabled"
|
6622
6894
|
msgstr ""
|
6623
6895
|
|
6624
6896
|
msgid "Traces help administrators identify applications that need to be restarted after a system is patched."
|
6625
6897
|
msgstr ""
|
6626
6898
|
|
6899
|
+
msgid "Traces may be enabled by a user with the appropriate permissions."
|
6900
|
+
msgstr ""
|
6901
|
+
|
6627
6902
|
msgid "Traces may be listed here after {pkgLink}."
|
6628
6903
|
msgstr ""
|
6629
6904
|
|
6905
|
+
msgid "Traces not available"
|
6906
|
+
msgstr ""
|
6907
|
+
|
6630
6908
|
msgid "Traces that require logout cannot be restarted remotely"
|
6631
6909
|
msgstr ""
|
6632
6910
|
|
6911
|
+
msgid "Traces will be shown here to a user with the appropriate permissions."
|
6912
|
+
msgstr ""
|
6913
|
+
|
6633
6914
|
msgid "Trigger an auto-attach of subscriptions"
|
6634
6915
|
msgstr "Разрешить автоматическое выделение подписок"
|
6635
6916
|
|
@@ -6663,6 +6944,9 @@ msgstr ""
|
|
6663
6944
|
msgid "URL"
|
6664
6945
|
msgstr "URL"
|
6665
6946
|
|
6947
|
+
msgid "URL and paths"
|
6948
|
+
msgstr ""
|
6949
|
+
|
6666
6950
|
msgid "URL needs to have a trailing /"
|
6667
6951
|
msgstr ""
|
6668
6952
|
|
@@ -6696,6 +6980,9 @@ msgstr "Не удалось подключиться"
|
|
6696
6980
|
msgid "Unable to connect. Got: %s"
|
6697
6981
|
msgstr ""
|
6698
6982
|
|
6983
|
+
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."
|
6984
|
+
msgstr ""
|
6985
|
+
|
6699
6986
|
msgid "Unable to detect pulp storage"
|
6700
6987
|
msgstr "Хранилище Pulp не обнаружено"
|
6701
6988
|
|
@@ -6729,6 +7016,9 @@ msgstr "Не удалось переназначить узлы. Необход
|
|
6729
7016
|
msgid "Unable to reassign systems. Please check system_content_view_id and system_environment_id."
|
6730
7017
|
msgstr "Не удалось переназначить системы. Проверьте system_content_view_id и system_environment_id."
|
6731
7018
|
|
7019
|
+
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."
|
7020
|
+
msgstr ""
|
7021
|
+
|
6732
7022
|
msgid "Unable to send errata e-mail notification: %{error}"
|
6733
7023
|
msgstr ""
|
6734
7024
|
|
@@ -7062,6 +7352,9 @@ msgstr ""
|
|
7062
7352
|
msgid "Usage of host"
|
7063
7353
|
msgstr ""
|
7064
7354
|
|
7355
|
+
msgid "Usage type"
|
7356
|
+
msgstr ""
|
7357
|
+
|
7065
7358
|
msgid "Use remote execution by default"
|
7066
7359
|
msgstr ""
|
7067
7360
|
|
@@ -7107,6 +7400,9 @@ msgstr "Действительные"
|
|
7107
7400
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
7108
7401
|
msgstr ""
|
7109
7402
|
|
7403
|
+
msgid "Verify SSL"
|
7404
|
+
msgstr ""
|
7405
|
+
|
7110
7406
|
msgid "Verify checksum"
|
7111
7407
|
msgstr ""
|
7112
7408
|
|
@@ -7167,7 +7463,10 @@ msgstr ""
|
|
7167
7463
|
msgid "View tasks "
|
7168
7464
|
msgstr ""
|
7169
7465
|
|
7170
|
-
msgid "View the Content Views page
|
7466
|
+
msgid "View the Content Views page"
|
7467
|
+
msgstr ""
|
7468
|
+
|
7469
|
+
msgid "View the job"
|
7171
7470
|
msgstr ""
|
7172
7471
|
|
7173
7472
|
msgid "Virtual"
|
@@ -7317,6 +7616,9 @@ msgstr ""
|
|
7317
7616
|
msgid "Your search returned no matching "
|
7318
7617
|
msgstr ""
|
7319
7618
|
|
7619
|
+
msgid "Your search returned no matching DEBs."
|
7620
|
+
msgstr ""
|
7621
|
+
|
7320
7622
|
msgid "Your search returned no matching Module streams."
|
7321
7623
|
msgstr ""
|
7322
7624
|
|
@@ -7329,6 +7631,9 @@ msgstr ""
|
|
7329
7631
|
msgid "Your search returned no matching hosts."
|
7330
7632
|
msgstr ""
|
7331
7633
|
|
7634
|
+
msgid "Yum"
|
7635
|
+
msgstr ""
|
7636
|
+
|
7332
7637
|
msgid "Yum Metadata: %s"
|
7333
7638
|
msgstr ""
|
7334
7639
|
|
@@ -7563,7 +7868,7 @@ msgstr "версии представлений для сравнения"
|
|
7563
7868
|
msgid "create a filter for a content view"
|
7564
7869
|
msgstr "создать фильтр представления"
|
7565
7870
|
|
7566
|
-
msgid "deb
|
7871
|
+
msgid "deb, package, package group, or docker tag names"
|
7567
7872
|
msgstr ""
|
7568
7873
|
|
7569
7874
|
msgid "deb_ids is not an array"
|
@@ -7590,6 +7895,9 @@ msgstr "описание фильтра"
|
|
7590
7895
|
msgid "description of the repository"
|
7591
7896
|
msgstr ""
|
7592
7897
|
|
7898
|
+
msgid "disk"
|
7899
|
+
msgstr ""
|
7900
|
+
|
7593
7901
|
msgid "download policy for yum, deb, and docker repos (either 'immediate' or 'on_demand')"
|
7594
7902
|
msgstr ""
|
7595
7903
|
|
@@ -8082,7 +8390,7 @@ msgstr "«true», если репозиторий может быть досту
|
|
8082
8390
|
msgid "true if this repository when synced has to be mirrored from the source and stale rpms removed (Deprecated)"
|
8083
8391
|
msgstr ""
|
8084
8392
|
|
8085
|
-
msgid "type of filter (e.g. rpm, package_group, erratum, erratum_id, erratum_date, docker, modulemd)"
|
8393
|
+
msgid "type of filter (e.g. deb, rpm, package_group, erratum, erratum_id, erratum_date, docker, modulemd)"
|
8086
8394
|
msgstr ""
|
8087
8395
|
|
8088
8396
|
msgid "type of repo"
|