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/zh_CN/katello.po
CHANGED
@@ -43,6 +43,9 @@ msgstr " %{package_count} 软件包"
|
|
43
43
|
msgid " Content view updated"
|
44
44
|
msgstr " 內容視域已更新"
|
45
45
|
|
46
|
+
msgid " DEBs"
|
47
|
+
msgstr ""
|
48
|
+
|
46
49
|
msgid " Either select the latest content view or the content view version. Cannot set both."
|
47
50
|
msgstr " 选择最新的内容视图或内容视图版本。不能同时设置两者。"
|
48
51
|
|
@@ -64,12 +67,12 @@ msgstr ""
|
|
64
67
|
msgid " are out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
65
68
|
msgstr " 不符合环境路径顺序。建议的做法是提升到路径中的下一环境。"
|
66
69
|
|
67
|
-
msgid " content view is used in listed component content views. For more information, "
|
68
|
-
msgstr " 用于列出的组件内容视图中的内容视图。如需更多信息, "
|
69
|
-
|
70
70
|
msgid " content view is used in listed composite content views."
|
71
71
|
msgstr " 内容视图用于列出复合内容视图。"
|
72
72
|
|
73
|
+
msgid " content view is used in listed content views. For more information, "
|
74
|
+
msgstr ""
|
75
|
+
|
73
76
|
msgid " environment cannot be set to an environment already on its path"
|
74
77
|
msgstr " 环境不能设置到一个已在路径中的环境"
|
75
78
|
|
@@ -79,6 +82,9 @@ msgstr " 找到。"
|
|
79
82
|
msgid " is out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
80
83
|
msgstr " 不符合环境路径顺序。建议的做法是提升到路径中的下一环境。"
|
81
84
|
|
85
|
+
msgid " to manage and promote content views, or select a different environment."
|
86
|
+
msgstr ""
|
87
|
+
|
82
88
|
msgid "${deleteFlow ? 'Deleting' : 'Removing'} version ${versionNameToRemove}"
|
83
89
|
msgstr "${deleteFlow ? '删除' : 'Removing'} 版本 ${versionNameToRemove}"
|
84
90
|
|
@@ -326,6 +332,9 @@ msgstr "无法将 {view_label} 提升到 %{environment_label},因为内容
|
|
326
332
|
msgid "(Orphaned)"
|
327
333
|
msgstr "(孤立)"
|
328
334
|
|
335
|
+
msgid "(unset)"
|
336
|
+
msgstr ""
|
337
|
+
|
329
338
|
msgid ", and"
|
330
339
|
msgstr ",和"
|
331
340
|
|
@@ -353,8 +362,8 @@ msgstr "池及其订阅不能属于不同的机构"
|
|
353
362
|
msgid "A backend service [ %s ] is unreachable"
|
354
363
|
msgstr "一个后端服务 [ %s ] 无法被访问"
|
355
364
|
|
356
|
-
msgid "A content view can be added by using the \"Create content view\" button
|
357
|
-
msgstr "
|
365
|
+
msgid "A content view can be added by using the \"Create content view\" button below."
|
366
|
+
msgstr ""
|
358
367
|
|
359
368
|
msgid "A content_type must be provided."
|
360
369
|
msgstr "必須提供 content_type。"
|
@@ -374,6 +383,12 @@ msgstr "一个新版本 "
|
|
374
383
|
msgid "A post-promotion summary of hosts with installable errata"
|
375
384
|
msgstr "具有可安装勘误的主机的提升后的摘要"
|
376
385
|
|
386
|
+
msgid "A remote execution job is in progress"
|
387
|
+
msgstr ""
|
388
|
+
|
389
|
+
msgid "A remote execution job is in progress."
|
390
|
+
msgstr ""
|
391
|
+
|
377
392
|
msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
|
378
393
|
msgstr "自动修复进程的服务级别,例如 SELF-SUPPORT"
|
379
394
|
|
@@ -461,6 +476,9 @@ msgstr "添加"
|
|
461
476
|
msgid "Add Bookmark"
|
462
477
|
msgstr "添加书签"
|
463
478
|
|
479
|
+
msgid "Add DEB rule"
|
480
|
+
msgstr ""
|
481
|
+
|
464
482
|
msgid "Add RPM rule"
|
465
483
|
msgstr "添加 RPM 规则"
|
466
484
|
|
@@ -470,15 +488,15 @@ msgstr "添加订阅"
|
|
470
488
|
msgid "Add a subscription to a host"
|
471
489
|
msgstr "为主机添加一个订阅"
|
472
490
|
|
473
|
-
msgid "Add
|
474
|
-
msgstr "
|
475
|
-
|
476
|
-
msgid "Add component content views"
|
477
|
-
msgstr "添加组件内容视图"
|
491
|
+
msgid "Add an alternate content source"
|
492
|
+
msgstr ""
|
478
493
|
|
479
494
|
msgid "Add components to the content view"
|
480
495
|
msgstr "将组件添加到内容视图"
|
481
496
|
|
497
|
+
msgid "Add content view"
|
498
|
+
msgstr ""
|
499
|
+
|
482
500
|
msgid "Add content views"
|
483
501
|
msgstr "添加内容视图"
|
484
502
|
|
@@ -491,9 +509,6 @@ msgstr "添加勘误"
|
|
491
509
|
msgid "Add filter rule"
|
492
510
|
msgstr "增加过滤规则"
|
493
511
|
|
494
|
-
msgid "Add filters using the 'Add filter' button above."
|
495
|
-
msgstr "使用上方的“添加过滤器”按钮添加过滤器。"
|
496
|
-
|
497
512
|
msgid "Add host to collections"
|
498
513
|
msgstr ""
|
499
514
|
|
@@ -533,12 +548,18 @@ msgstr "从 Red Hat Subscription Management 添加被清单消耗的订阅"
|
|
533
548
|
msgid "Add subscriptions to one or more hosts"
|
534
549
|
msgstr "将订阅添加到一个或多个主机"
|
535
550
|
|
551
|
+
msgid "Add to this filter using the 'Add Deb rule' button."
|
552
|
+
msgstr ""
|
553
|
+
|
536
554
|
msgid "Add to this filter using the 'Add RPM rule' button."
|
537
555
|
msgstr "使用 'Add RPM 规则' 按钮添加到此过滤器。"
|
538
556
|
|
539
557
|
msgid "Add to this filter using the 'Add filter rule' button."
|
540
558
|
msgstr "使用 'Add filter rule' 按钮添加到这个过滤。"
|
541
559
|
|
560
|
+
msgid "Add-ons"
|
561
|
+
msgstr ""
|
562
|
+
|
542
563
|
msgid "Added"
|
543
564
|
msgstr "添加"
|
544
565
|
|
@@ -557,6 +578,9 @@ msgstr "其他内容"
|
|
557
578
|
msgid "Addons"
|
558
579
|
msgstr "插件"
|
559
580
|
|
581
|
+
msgid "Affected Repositories"
|
582
|
+
msgstr ""
|
583
|
+
|
560
584
|
msgid "Affected repositories"
|
561
585
|
msgstr "受影响的仓库"
|
562
586
|
|
@@ -667,9 +691,6 @@ msgstr "另一个组件已经包含了 ID 为 %s 的内容视图"
|
|
667
691
|
msgid "Ansible Collection"
|
668
692
|
msgstr "Ansible 集"
|
669
693
|
|
670
|
-
msgid "Ansible Collection Details"
|
671
|
-
msgstr "Ansible 系列详细资料"
|
672
|
-
|
673
694
|
msgid "Ansible Collections"
|
674
695
|
msgstr "Ansible 系列"
|
675
696
|
|
@@ -718,6 +739,9 @@ msgstr "架构"
|
|
718
739
|
msgid "Architecture of content in the repository"
|
719
740
|
msgstr "存储库中内容的架构"
|
720
741
|
|
742
|
+
msgid "Architecture restricted to {archRestricted}. If host architecture does not match, the repository will not be available on this host."
|
743
|
+
msgstr ""
|
744
|
+
|
721
745
|
msgid "Architecture(s)"
|
722
746
|
msgstr "架构"
|
723
747
|
|
@@ -821,6 +845,9 @@ msgstr "试图从 candlepin 销毁消费者 %s,但消费者不存在于 candle
|
|
821
845
|
msgid "Auth URL requires Auth token be set."
|
822
846
|
msgstr "身份验证 URL 需要设置 Auth 令牌。"
|
823
847
|
|
848
|
+
msgid "Authentication type"
|
849
|
+
msgstr ""
|
850
|
+
|
824
851
|
msgid "Author"
|
825
852
|
msgstr "作者"
|
826
853
|
|
@@ -842,6 +869,9 @@ msgstr "自动搜寻"
|
|
842
869
|
msgid "Autosearch delay"
|
843
870
|
msgstr "自动搜寻延迟"
|
844
871
|
|
872
|
+
msgid "Available"
|
873
|
+
msgstr ""
|
874
|
+
|
845
875
|
msgid "Available Entitlements"
|
846
876
|
msgstr "可用权利"
|
847
877
|
|
@@ -854,6 +884,9 @@ msgstr "可用的 Schema 版本"
|
|
854
884
|
msgid "Backend System Status"
|
855
885
|
msgstr "后端系统状态"
|
856
886
|
|
887
|
+
msgid "Base URL"
|
888
|
+
msgstr ""
|
889
|
+
|
857
890
|
msgid "Base URL for finding alternate content"
|
858
891
|
msgstr ""
|
859
892
|
|
@@ -899,6 +932,9 @@ msgstr "收藏本搜索"
|
|
899
932
|
msgid "Bookmarks marked as public are available to all users"
|
900
933
|
msgstr "标记为公共的书签可供所有用户使用"
|
901
934
|
|
935
|
+
msgid "Both"
|
936
|
+
msgstr ""
|
937
|
+
|
902
938
|
msgid "Both major and minor parameters have to be used to override a CV version"
|
903
939
|
msgstr "需要使用主要版本和次要版本参数来覆盖 CV 版本"
|
904
940
|
|
@@ -920,6 +956,9 @@ msgstr "批量生成主机的适用性"
|
|
920
956
|
msgid "Bulk remove versions from a content view and reassign systems and keys"
|
921
957
|
msgstr ""
|
922
958
|
|
959
|
+
msgid "CA Cert"
|
960
|
+
msgstr ""
|
961
|
+
|
923
962
|
msgid "CDN Configuration"
|
924
963
|
msgstr "CDN 配置"
|
925
964
|
|
@@ -1154,6 +1193,9 @@ msgstr ""
|
|
1154
1193
|
msgid "Check if a connection can be made to Red Hat Subscription Management."
|
1155
1194
|
msgstr "检查是否可以与 Red Hat Subscription Management 建立连接。"
|
1156
1195
|
|
1196
|
+
msgid "Check if the specified organization has Simple Content Access enabled"
|
1197
|
+
msgstr ""
|
1198
|
+
|
1157
1199
|
msgid "Check if the specified organization is eligible for Simple Content Access"
|
1158
1200
|
msgstr "检查指定的机构是否有资格进行简单内容访问"
|
1159
1201
|
|
@@ -1163,9 +1205,6 @@ msgstr "操作前检查服务"
|
|
1163
1205
|
msgid "Checksum"
|
1164
1206
|
msgstr "Checksum"
|
1165
1207
|
|
1166
|
-
msgid "Checksum is a required parameter."
|
1167
|
-
msgstr ""
|
1168
|
-
|
1169
1208
|
msgid "Checksum of file to upload"
|
1170
1209
|
msgstr "上传文件的 Checksum"
|
1171
1210
|
|
@@ -1178,12 +1217,21 @@ msgstr "无法为使用按需下载策略的 yum 仓库设置 Checksum 类型。
|
|
1178
1217
|
msgid "Clear any previous registration and run subscription-manager with --force."
|
1179
1218
|
msgstr "清除之前的所有注册,并使用 --force 运行 subscription-manager。"
|
1180
1219
|
|
1220
|
+
msgid "Clear filters"
|
1221
|
+
msgstr ""
|
1222
|
+
|
1223
|
+
msgid "Clear search"
|
1224
|
+
msgstr ""
|
1225
|
+
|
1181
1226
|
msgid "Click here to go to the tasks page for the task."
|
1182
1227
|
msgstr "单击此处进入任务的任务页面。"
|
1183
1228
|
|
1184
1229
|
msgid "Click {update} below to save changes."
|
1185
1230
|
msgstr ""
|
1186
1231
|
|
1232
|
+
msgid "Client key"
|
1233
|
+
msgstr ""
|
1234
|
+
|
1187
1235
|
msgid "Clone"
|
1188
1236
|
msgstr "克隆"
|
1189
1237
|
|
@@ -1214,12 +1262,6 @@ msgstr "组件"
|
|
1214
1262
|
msgid "Component Content View"
|
1215
1263
|
msgstr "复合内容视图"
|
1216
1264
|
|
1217
|
-
msgid "Component content view"
|
1218
|
-
msgstr "组件内容视图"
|
1219
|
-
|
1220
|
-
msgid "Component content views"
|
1221
|
-
msgstr "组件内容视图"
|
1222
|
-
|
1223
1265
|
msgid "Components"
|
1224
1266
|
msgstr "组件"
|
1225
1267
|
|
@@ -1250,8 +1292,8 @@ msgstr "确认删除清单"
|
|
1250
1292
|
msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
|
1251
1293
|
msgstr "考虑将生命周期环境的注册表名称特征改为更具体。"
|
1252
1294
|
|
1253
|
-
msgid "Consisting of multiple
|
1254
|
-
msgstr "
|
1295
|
+
msgid "Consisting of multiple content views"
|
1296
|
+
msgstr ""
|
1255
1297
|
|
1256
1298
|
msgid "Consists of content views"
|
1257
1299
|
msgstr "由内容视图组成"
|
@@ -1382,6 +1424,12 @@ msgstr ""
|
|
1382
1424
|
msgid "Content Views"
|
1383
1425
|
msgstr "内容视图"
|
1384
1426
|
|
1427
|
+
msgid "Content credential"
|
1428
|
+
msgstr ""
|
1429
|
+
|
1430
|
+
msgid "Content credentials"
|
1431
|
+
msgstr ""
|
1432
|
+
|
1385
1433
|
msgid "Content files to upload. Can be a single file or array of files."
|
1386
1434
|
msgstr "要上传的内容文件。可以是单个文件或文件数组。"
|
1387
1435
|
|
@@ -1499,6 +1547,9 @@ msgstr ""
|
|
1499
1547
|
msgid "Copy version units to library"
|
1500
1548
|
msgstr "将版本单位复制到库"
|
1501
1549
|
|
1550
|
+
msgid "Cores per socket"
|
1551
|
+
msgstr ""
|
1552
|
+
|
1502
1553
|
msgid "Cores: %s"
|
1503
1554
|
msgstr "内核:%s"
|
1504
1555
|
|
@@ -1610,6 +1661,9 @@ msgstr "没有找到仓库 '%s'"
|
|
1610
1661
|
msgid "Couldn't find smart proxies with id '%s'"
|
1611
1662
|
msgstr ""
|
1612
1663
|
|
1664
|
+
msgid "Couldn't find smart proxies with name '%s'"
|
1665
|
+
msgstr ""
|
1666
|
+
|
1613
1667
|
msgid "Couldn't find specified Content View and Lifecycle Environment."
|
1614
1668
|
msgstr "找不到指定的内容视图和生命周期环境。"
|
1615
1669
|
|
@@ -1622,6 +1676,9 @@ msgstr "计数"
|
|
1622
1676
|
msgid "Create"
|
1623
1677
|
msgstr "创建"
|
1624
1678
|
|
1679
|
+
msgid "Create ACS"
|
1680
|
+
msgstr ""
|
1681
|
+
|
1625
1682
|
msgid "Create Alternate Content Source"
|
1626
1683
|
msgstr ""
|
1627
1684
|
|
@@ -1637,12 +1694,18 @@ msgstr "创建软件包组"
|
|
1637
1694
|
msgid "Create Repositories"
|
1638
1695
|
msgstr "创建仓库"
|
1639
1696
|
|
1697
|
+
msgid "Create Syncable Export History"
|
1698
|
+
msgstr ""
|
1699
|
+
|
1640
1700
|
msgid "Create a Content Credential"
|
1641
1701
|
msgstr "建立內容凭证"
|
1642
1702
|
|
1643
1703
|
msgid "Create a content view"
|
1644
1704
|
msgstr "创建内容视图"
|
1645
1705
|
|
1706
|
+
msgid "Create a custom product"
|
1707
|
+
msgstr ""
|
1708
|
+
|
1646
1709
|
msgid "Create a custom repository"
|
1647
1710
|
msgstr "建立自定义仓库"
|
1648
1711
|
|
@@ -1682,17 +1745,29 @@ msgstr "创建內容视图"
|
|
1682
1745
|
msgid "Create filter"
|
1683
1746
|
msgstr "创建过滤器"
|
1684
1747
|
|
1748
|
+
msgid "Create host collection"
|
1749
|
+
msgstr ""
|
1750
|
+
|
1685
1751
|
msgid "Create organization"
|
1686
1752
|
msgstr "创建机构"
|
1687
1753
|
|
1754
|
+
msgid "Create package filter rule"
|
1755
|
+
msgstr ""
|
1756
|
+
|
1757
|
+
msgid "Create rule"
|
1758
|
+
msgstr ""
|
1759
|
+
|
1760
|
+
msgid "Credentials"
|
1761
|
+
msgstr ""
|
1762
|
+
|
1688
1763
|
msgid "Critical"
|
1689
1764
|
msgstr "关键"
|
1690
1765
|
|
1691
1766
|
msgid "Cron expression is not valid!"
|
1692
1767
|
msgstr "Cron 表达式无效!"
|
1693
1768
|
|
1694
|
-
msgid "Current organization
|
1695
|
-
msgstr "
|
1769
|
+
msgid "Current organization does not have a manifest imported."
|
1770
|
+
msgstr ""
|
1696
1771
|
|
1697
1772
|
msgid "Current organization is not set."
|
1698
1773
|
msgstr "当前机构未设置"
|
@@ -1700,6 +1775,9 @@ msgstr "当前机构未设置"
|
|
1700
1775
|
msgid "Current organization not set."
|
1701
1776
|
msgstr "当前机构未设置。"
|
1702
1777
|
|
1778
|
+
msgid "Custom"
|
1779
|
+
msgstr ""
|
1780
|
+
|
1703
1781
|
msgid "Custom Content Repositories"
|
1704
1782
|
msgstr "自定义内容仓库"
|
1705
1783
|
|
@@ -1712,6 +1790,9 @@ msgstr "無法停用自訂的軟體庫。"
|
|
1712
1790
|
msgid "Customize with Rex"
|
1713
1791
|
msgstr ""
|
1714
1792
|
|
1793
|
+
msgid "DEB name"
|
1794
|
+
msgstr ""
|
1795
|
+
|
1715
1796
|
msgid "Database connection"
|
1716
1797
|
msgstr "資料庫連線"
|
1717
1798
|
|
@@ -1727,12 +1808,18 @@ msgstr "剩余天数"
|
|
1727
1808
|
msgid "Days from Now"
|
1728
1809
|
msgstr "从现在开始的天数"
|
1729
1810
|
|
1811
|
+
msgid "Deb"
|
1812
|
+
msgstr ""
|
1813
|
+
|
1730
1814
|
msgid "Deb Package"
|
1731
1815
|
msgstr "Deb 软件包"
|
1732
1816
|
|
1733
1817
|
msgid "Deb Packages"
|
1734
1818
|
msgstr "Deb 软件包"
|
1735
1819
|
|
1820
|
+
msgid "Deb name"
|
1821
|
+
msgstr ""
|
1822
|
+
|
1736
1823
|
msgid "Deb package identifiers to filter content by"
|
1737
1824
|
msgstr "用于过滤内容的 Deb 软件包标识符"
|
1738
1825
|
|
@@ -1988,6 +2075,9 @@ msgstr "销毁环境"
|
|
1988
2075
|
msgid "Destroy an environment in an organization"
|
1989
2076
|
msgstr "銷毀組織中的一個環境"
|
1990
2077
|
|
2078
|
+
msgid "Destroy one or more alternate content sources"
|
2079
|
+
msgstr ""
|
2080
|
+
|
1991
2081
|
msgid "Destroy one or more hosts"
|
1992
2082
|
msgstr "銷毀一或更多个主机"
|
1993
2083
|
|
@@ -2081,9 +2171,15 @@ msgstr ""
|
|
2081
2171
|
msgid "Edit filter rule"
|
2082
2172
|
msgstr "列表过滤规则"
|
2083
2173
|
|
2174
|
+
msgid "Edit package filter rule"
|
2175
|
+
msgstr ""
|
2176
|
+
|
2084
2177
|
msgid "Edit rule"
|
2085
2178
|
msgstr "编辑规则"
|
2086
2179
|
|
2180
|
+
msgid "Edit system purpose attributes"
|
2181
|
+
msgstr ""
|
2182
|
+
|
2087
2183
|
msgid "Editing Entitlements"
|
2088
2184
|
msgstr "编辑权利"
|
2089
2185
|
|
@@ -2108,6 +2204,9 @@ msgstr "设置最新的内容视图或内容视图版本。不能同时设置"
|
|
2108
2204
|
msgid "Enable"
|
2109
2205
|
msgstr "启用"
|
2110
2206
|
|
2207
|
+
msgid "Enable Red Hat repositories"
|
2208
|
+
msgstr ""
|
2209
|
+
|
2111
2210
|
msgid "Enable Simple Content Access"
|
2112
2211
|
msgstr "启用简单内容访问"
|
2113
2212
|
|
@@ -2153,9 +2252,15 @@ msgstr "功能增强"
|
|
2153
2252
|
msgid "Enter a name"
|
2154
2253
|
msgstr "输入名称"
|
2155
2254
|
|
2255
|
+
msgid "Enter a name for your source."
|
2256
|
+
msgstr ""
|
2257
|
+
|
2156
2258
|
msgid "Enter a valid date: MM/DD/YYYY"
|
2157
2259
|
msgstr ""
|
2158
2260
|
|
2261
|
+
msgid "Enter basic authentication information or choose content credentials if required for this source."
|
2262
|
+
msgstr ""
|
2263
|
+
|
2159
2264
|
msgid "Entitlements"
|
2160
2265
|
msgstr "权利"
|
2161
2266
|
|
@@ -2297,6 +2402,11 @@ msgstr "导出类型"
|
|
2297
2402
|
msgid "Export as CSV"
|
2298
2403
|
msgstr "导出为 CSV"
|
2299
2404
|
|
2405
|
+
msgid ""
|
2406
|
+
"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"
|
2407
|
+
" Defaults to importable."
|
2408
|
+
msgstr ""
|
2409
|
+
|
2300
2410
|
msgid "Export history identifier used for incremental export. If not provided the most recent export history will be used."
|
2301
2411
|
msgstr "用于增量导出的导出历史记录标识符。如果未提供,将使用最新的出口历史记录。"
|
2302
2412
|
|
@@ -2346,6 +2456,9 @@ msgstr "获取 pxe 文件"
|
|
2346
2456
|
msgid "Fetch traces for one or more hosts"
|
2347
2457
|
msgstr "为一个或多个主机获取跟踪"
|
2348
2458
|
|
2459
|
+
msgid "Fetching content credentials"
|
2460
|
+
msgstr ""
|
2461
|
+
|
2349
2462
|
msgid "Field to sort the results on"
|
2350
2463
|
msgstr "用來排序结果的项"
|
2351
2464
|
|
@@ -2436,6 +2549,9 @@ msgstr "过滤器"
|
|
2436
2549
|
msgid "Filters deleted"
|
2437
2550
|
msgstr "删除的过滤"
|
2438
2551
|
|
2552
|
+
msgid "Filters will appear here when the filter is created."
|
2553
|
+
msgstr ""
|
2554
|
+
|
2439
2555
|
msgid "Finish"
|
2440
2556
|
msgstr "完成"
|
2441
2557
|
|
@@ -2542,6 +2658,9 @@ msgstr "為指定的軟體庫取得同步化的狀態"
|
|
2542
2658
|
msgid "Given a set of hosts and errata, lists the content view versions and environments that need updating."
|
2543
2659
|
msgstr "给定一组主机和勘误,列出需要更新的内容视图版本和环境。"
|
2544
2660
|
|
2661
|
+
msgid "Given criteria doesn't match any DEBs. Try changing your rule."
|
2662
|
+
msgstr ""
|
2663
|
+
|
2545
2664
|
msgid "Given criteria doesn't match any RPMs. Try changing your rule."
|
2546
2665
|
msgstr "给定条件与任何 RPM 都不匹配。尝试更改您的规则。"
|
2547
2666
|
|
@@ -2572,6 +2691,9 @@ msgstr "HTTP 代理服务器"
|
|
2572
2691
|
msgid "HTTP Proxy identifier to associated"
|
2573
2692
|
msgstr "关联的 HTTP 代理标识符"
|
2574
2693
|
|
2694
|
+
msgid "HW properties"
|
2695
|
+
msgstr ""
|
2696
|
+
|
2575
2697
|
msgid "Has to be > 0"
|
2576
2698
|
msgstr "必须大于 0"
|
2577
2699
|
|
@@ -2779,9 +2901,6 @@ msgstr "同步計劃的 ID"
|
|
2779
2901
|
msgid "ID: %s doesn't exist "
|
2780
2902
|
msgstr "ID:%s 不存在 "
|
2781
2903
|
|
2782
|
-
msgid "Id"
|
2783
|
-
msgstr ""
|
2784
|
-
|
2785
2904
|
msgid "Id of a deb package to find repositories that contain the deb"
|
2786
2905
|
msgstr "用来查找包括 deb 的仓库的 deb 软件包 ID"
|
2787
2906
|
|
@@ -3058,6 +3177,9 @@ msgstr "索引模块流"
|
|
3058
3177
|
msgid "Index package groups"
|
3059
3178
|
msgstr "為套件群組製作索引"
|
3060
3179
|
|
3180
|
+
msgid "Indicate the source type."
|
3181
|
+
msgstr ""
|
3182
|
+
|
3061
3183
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3062
3184
|
msgstr "信息类型需要是 [ %{list} ] 之一"
|
3063
3185
|
|
@@ -3145,6 +3267,9 @@ msgstr "要求安装的软件包:%{packages}"
|
|
3145
3267
|
msgid "Installation status"
|
3146
3268
|
msgstr ""
|
3147
3269
|
|
3270
|
+
msgid "Installed"
|
3271
|
+
msgstr ""
|
3272
|
+
|
3148
3273
|
msgid "Installed Packages"
|
3149
3274
|
msgstr "已安装软件包"
|
3150
3275
|
|
@@ -3220,6 +3345,9 @@ msgstr "提供了无效的勘误类型{invalid_types}。勘误类型可用是 %{
|
|
3220
3345
|
msgid "Invalid event_type %s"
|
3221
3346
|
msgstr "无效的 event_type %s"
|
3222
3347
|
|
3348
|
+
msgid "Invalid export format provided. Format must be one of %s "
|
3349
|
+
msgstr ""
|
3350
|
+
|
3223
3351
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
3224
3352
|
msgstr "指定了无效的过滤器规则,“ version” 不能在同一个tuple 中与 'min_version' 或 'max_version' 一起指定。"
|
3225
3353
|
|
@@ -3238,6 +3366,9 @@ msgstr "提供了无效的参数 - content_type 必須是 %s 之一"
|
|
3238
3366
|
msgid "Invalid params provided - date_type must be one of %s"
|
3239
3367
|
msgstr "提供了无效参数 - date_type 必须是 %s 之一"
|
3240
3368
|
|
3369
|
+
msgid "Invalid release version: [%s]"
|
3370
|
+
msgstr ""
|
3371
|
+
|
3241
3372
|
msgid "Invalid repository in the metadata %{repo} error=%{error}"
|
3242
3373
|
msgstr ""
|
3243
3374
|
|
@@ -3256,7 +3387,10 @@ msgstr "发布"
|
|
3256
3387
|
msgid "Issued from"
|
3257
3388
|
msgstr ""
|
3258
3389
|
|
3259
|
-
msgid "Job ${description}
|
3390
|
+
msgid "Job '${description}' completed"
|
3391
|
+
msgstr ""
|
3392
|
+
|
3393
|
+
msgid "Job '${description}' has started."
|
3260
3394
|
msgstr ""
|
3261
3395
|
|
3262
3396
|
msgid "Katello ID of local pool to update"
|
@@ -3328,9 +3462,18 @@ msgstr "内容标签"
|
|
3328
3462
|
msgid "Label of the content view"
|
3329
3463
|
msgstr ""
|
3330
3464
|
|
3465
|
+
msgid "Last Refresh"
|
3466
|
+
msgstr ""
|
3467
|
+
|
3468
|
+
msgid "Last check-in:"
|
3469
|
+
msgstr ""
|
3470
|
+
|
3331
3471
|
msgid "Last published"
|
3332
3472
|
msgstr "最新发布的"
|
3333
3473
|
|
3474
|
+
msgid "Last refresh :"
|
3475
|
+
msgstr ""
|
3476
|
+
|
3334
3477
|
msgid "Last task"
|
3335
3478
|
msgstr "最新任务"
|
3336
3479
|
|
@@ -3511,6 +3654,9 @@ msgstr "要安装的勘误 ID 列表。将在 %s 中删除。"
|
|
3511
3654
|
msgid "List of Products for sync plan"
|
3512
3655
|
msgstr "同步计划的产品列表"
|
3513
3656
|
|
3657
|
+
msgid "List of alternate content source IDs"
|
3658
|
+
msgstr ""
|
3659
|
+
|
3514
3660
|
msgid "List of alternate_content_sources"
|
3515
3661
|
msgstr ""
|
3516
3662
|
|
@@ -3709,6 +3855,12 @@ msgstr "清单刷新超时"
|
|
3709
3855
|
msgid "Manifest refreshed"
|
3710
3856
|
msgstr "刷新的清单"
|
3711
3857
|
|
3858
|
+
msgid "Manual"
|
3859
|
+
msgstr ""
|
3860
|
+
|
3861
|
+
msgid "Manual authentication"
|
3862
|
+
msgstr ""
|
3863
|
+
|
3712
3864
|
msgid "Mark Content Host Statuses as Unknown for %s"
|
3713
3865
|
msgstr "将%s 的内容主机状态标记为未知"
|
3714
3866
|
|
@@ -3772,6 +3924,9 @@ msgstr "缺少激活码!"
|
|
3772
3924
|
msgid "Missing arguments %{substitutions} for %{content_url}"
|
3773
3925
|
msgstr "缺少 %{content_url} 的 %{substitutions} 参数"
|
3774
3926
|
|
3927
|
+
msgid "Model"
|
3928
|
+
msgstr ""
|
3929
|
+
|
3775
3930
|
msgid "Moderate"
|
3776
3931
|
msgstr "中等"
|
3777
3932
|
|
@@ -3793,7 +3948,7 @@ msgstr "模块流"
|
|
3793
3948
|
msgid "Module streams"
|
3794
3949
|
msgstr "模块流"
|
3795
3950
|
|
3796
|
-
msgid "Module streams will appear here
|
3951
|
+
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
3797
3952
|
msgstr ""
|
3798
3953
|
|
3799
3954
|
msgid "Multi-entitlement"
|
@@ -3831,9 +3986,6 @@ msgstr ""
|
|
3831
3986
|
msgid "Name"
|
3832
3987
|
msgstr "名称"
|
3833
3988
|
|
3834
|
-
msgid "Name is a required parameter."
|
3835
|
-
msgstr ""
|
3836
|
-
|
3837
3989
|
msgid "Name of new activation key"
|
3838
3990
|
msgstr "新啟動金鑰的名稱"
|
3839
3991
|
|
@@ -3855,6 +4007,12 @@ msgstr "仓库名"
|
|
3855
4007
|
msgid "Name of the upstream docker repository"
|
3856
4008
|
msgstr "上游 docker 仓库的名称"
|
3857
4009
|
|
4010
|
+
msgid "Name source"
|
4011
|
+
msgstr ""
|
4012
|
+
|
4013
|
+
msgid "Names of smart proxies to associate"
|
4014
|
+
msgstr ""
|
4015
|
+
|
3858
4016
|
msgid "Needs to only be set for docker tags"
|
3859
4017
|
msgstr "只需要为 docker 标签设置"
|
3860
4018
|
|
@@ -3867,6 +4025,9 @@ msgstr "嵌套"
|
|
3867
4025
|
msgid "Network Sync"
|
3868
4026
|
msgstr ""
|
3869
4027
|
|
4028
|
+
msgid "Never"
|
4029
|
+
msgstr ""
|
4030
|
+
|
3870
4031
|
msgid "Never Synced"
|
3871
4032
|
msgstr "從未同步"
|
3872
4033
|
|
@@ -4041,6 +4202,9 @@ msgstr "未匹配 "
|
|
4041
4202
|
msgid "No matching ${selectedContentType} found"
|
4042
4203
|
msgstr "没有找到匹配的 ${selectedContentType}。"
|
4043
4204
|
|
4205
|
+
msgid "No matching DEB found."
|
4206
|
+
msgstr ""
|
4207
|
+
|
4044
4208
|
msgid "No matching RPM found."
|
4045
4209
|
msgstr "未找到匹配的 RPM。"
|
4046
4210
|
|
@@ -4200,6 +4364,9 @@ msgstr "未添加"
|
|
4200
4364
|
msgid "Not all necessary pulp workers running at %s."
|
4201
4365
|
msgstr "并非所有需要的 pulp worker 都在 %s 上运行。"
|
4202
4366
|
|
4367
|
+
msgid "Not installed"
|
4368
|
+
msgstr ""
|
4369
|
+
|
4203
4370
|
msgid "Not running"
|
4204
4371
|
msgstr "未运行"
|
4205
4372
|
|
@@ -4218,6 +4385,9 @@ msgstr "注意:括号中的数字反映了主机环境不可用的所有适用
|
|
4218
4385
|
msgid "Nothing selected"
|
4219
4386
|
msgstr "没有选择"
|
4220
4387
|
|
4388
|
+
msgid "Number of CPU(s)"
|
4389
|
+
msgstr ""
|
4390
|
+
|
4221
4391
|
msgid "Number of host applicability calculations to process per task."
|
4222
4392
|
msgstr "每个任务要处理的主机适用性计算的数量。"
|
4223
4393
|
|
@@ -4230,6 +4400,9 @@ msgstr "每页返回的结果数量"
|
|
4230
4400
|
msgid "Number to Allocate"
|
4231
4401
|
msgstr "分配编号"
|
4232
4402
|
|
4403
|
+
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
4404
|
+
msgstr ""
|
4405
|
+
|
4233
4406
|
msgid "OSTree Branch"
|
4234
4407
|
msgstr "OSTree Branch"
|
4235
4408
|
|
@@ -4545,12 +4718,6 @@ msgstr "访问 URL 的密码"
|
|
4545
4718
|
msgid "Path"
|
4546
4719
|
msgstr "路径"
|
4547
4720
|
|
4548
|
-
msgid "Path for ssl cert used for pulp server auth"
|
4549
|
-
msgstr "用于 pulp 服务器验证的 SSL 证书的路径"
|
4550
|
-
|
4551
|
-
msgid "Path for ssl key used for pulp server auth"
|
4552
|
-
msgstr "用于 pulp 服务器验证的 SSL 密钥的路径"
|
4553
|
-
|
4554
4721
|
msgid "Path suffixes for finding alternate content"
|
4555
4722
|
msgstr ""
|
4556
4723
|
|
@@ -4819,12 +4986,6 @@ msgstr "Pulp Docker registry 端口"
|
|
4819
4986
|
msgid "Pulp bulk load size"
|
4820
4987
|
msgstr "Pulp 批量负载大小"
|
4821
4988
|
|
4822
|
-
msgid "Pulp client cert"
|
4823
|
-
msgstr "Pulp 客户端证书"
|
4824
|
-
|
4825
|
-
msgid "Pulp client key"
|
4826
|
-
msgstr "Pulp 客户端密钥"
|
4827
|
-
|
4828
4989
|
msgid "Pulp database connection issue at %s."
|
4829
4990
|
msgstr "在 %s 上有 Pulp 数据库连接问题 。"
|
4830
4991
|
|
@@ -4903,6 +5064,9 @@ msgstr "添加的这个订阅的数量"
|
|
4903
5064
|
msgid "Quantity to Allocate"
|
4904
5065
|
msgstr "分配数量"
|
4905
5066
|
|
5067
|
+
msgid "RAM"
|
5068
|
+
msgstr ""
|
5069
|
+
|
4906
5070
|
msgid "RAM: %s GB"
|
4907
5071
|
msgstr "RAM: %s GB"
|
4908
5072
|
|
@@ -5002,15 +5166,27 @@ msgstr "不能操控红帽仓库"
|
|
5002
5166
|
msgid "Refresh"
|
5003
5167
|
msgstr "刷新"
|
5004
5168
|
|
5169
|
+
msgid "Refresh Alternate Content Source"
|
5170
|
+
msgstr ""
|
5171
|
+
|
5005
5172
|
msgid "Refresh Content Host Statuses for %s"
|
5006
5173
|
msgstr "为 %s 刷新内容主机状态"
|
5007
5174
|
|
5008
5175
|
msgid "Refresh Manifest"
|
5009
5176
|
msgstr "刷新清单"
|
5010
5177
|
|
5178
|
+
msgid "Refresh alternate content sources"
|
5179
|
+
msgstr ""
|
5180
|
+
|
5181
|
+
msgid "Refresh an alternate content source"
|
5182
|
+
msgstr ""
|
5183
|
+
|
5011
5184
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5012
5185
|
msgstr "為 Red Hat 供應者更新之前匯入的清單"
|
5013
5186
|
|
5187
|
+
msgid "Refresh source"
|
5188
|
+
msgstr ""
|
5189
|
+
|
5014
5190
|
msgid "Refresh_Content_Host_Status"
|
5015
5191
|
msgstr "Refresh_Content_Host_Status"
|
5016
5192
|
|
@@ -5044,24 +5220,27 @@ msgstr "Registry 名称特征将导致成员仓库的容器镜像名称无效"
|
|
5044
5220
|
msgid "Reindex subscriptions"
|
5045
5221
|
msgstr "重新索引订阅"
|
5046
5222
|
|
5047
|
-
msgid "Related component content views"
|
5048
|
-
msgstr "相关组件内容视图"
|
5049
|
-
|
5050
|
-
msgid "Related component cvs: "
|
5051
|
-
msgstr "相关组件 cvs: "
|
5052
|
-
|
5053
5223
|
msgid "Related composite content views"
|
5054
5224
|
msgstr "相关的复合内容视图"
|
5055
5225
|
|
5056
|
-
msgid "Related composite
|
5057
|
-
msgstr "
|
5226
|
+
msgid "Related composite content views: "
|
5227
|
+
msgstr ""
|
5228
|
+
|
5229
|
+
msgid "Related content views"
|
5230
|
+
msgstr ""
|
5058
5231
|
|
5059
5232
|
msgid "Related content views will appear here when created."
|
5060
5233
|
msgstr "相关的内容视图在创建时将在此处显示。"
|
5061
5234
|
|
5235
|
+
msgid "Related content views: "
|
5236
|
+
msgstr ""
|
5237
|
+
|
5062
5238
|
msgid "Release"
|
5063
5239
|
msgstr "发行"
|
5064
5240
|
|
5241
|
+
msgid "Release version"
|
5242
|
+
msgstr ""
|
5243
|
+
|
5065
5244
|
msgid "Release version for this Host to use (7Server, 7.1, etc)"
|
5066
5245
|
msgstr "为这个主机使用的发行版本(7Server,7.1 等)"
|
5067
5246
|
|
@@ -5080,6 +5259,9 @@ msgstr "重新载入数据"
|
|
5080
5259
|
msgid "Remote action:"
|
5081
5260
|
msgstr "远程操作:"
|
5082
5261
|
|
5262
|
+
msgid "Remote execution job '${description}' failed."
|
5263
|
+
msgstr ""
|
5264
|
+
|
5083
5265
|
msgid "Removal of package group(s) requested: %{groups}"
|
5084
5266
|
msgstr "需要删除的软件包组:%{groups}"
|
5085
5267
|
|
@@ -5275,8 +5457,8 @@ msgstr "启用的仓库集"
|
|
5275
5457
|
msgid "Repository sets reset to default"
|
5276
5458
|
msgstr "将仓库集设置为默认值"
|
5277
5459
|
|
5278
|
-
msgid "Repository sets will appear here
|
5279
|
-
msgstr "
|
5460
|
+
msgid "Repository sets will appear here after enabling Red Hat repositories or creating custom products."
|
5461
|
+
msgstr ""
|
5280
5462
|
|
5281
5463
|
msgid "Republish Repositories of %{name} %{version}"
|
5282
5464
|
msgstr "重新发布 %{name}%{version} 的仓库"
|
@@ -5410,6 +5592,9 @@ msgstr "返回可在一个或多个主机上可升级的软件包"
|
|
5410
5592
|
msgid "Return packages that can be added to the specified object. Only the value 'content_view_version' is supported."
|
5411
5593
|
msgstr "返回可以添加到指定对象的软件包。仅支持值 'content_view_version'。"
|
5412
5594
|
|
5595
|
+
msgid "Return same, different or all results"
|
5596
|
+
msgstr ""
|
5597
|
+
|
5413
5598
|
msgid "Return subscriptions that match installed products of the specified host"
|
5414
5599
|
msgstr "回傳符合特定主機上已安裝項目的訂閱服務"
|
5415
5600
|
|
@@ -5428,6 +5613,9 @@ msgstr "返回启用的内容类型"
|
|
5428
5613
|
msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
|
5429
5614
|
msgstr "返回可以添加及当前被添加的内容。支持值“ content_view_filter”"
|
5430
5615
|
|
5616
|
+
msgid "Review Details"
|
5617
|
+
msgstr ""
|
5618
|
+
|
5431
5619
|
msgid "Review affected environment"
|
5432
5620
|
msgstr ""
|
5433
5621
|
|
@@ -5464,12 +5652,27 @@ msgstr "執行中"
|
|
5464
5652
|
msgid "SKU"
|
5465
5653
|
msgstr "SKU"
|
5466
5654
|
|
5655
|
+
msgid "SLA"
|
5656
|
+
msgstr ""
|
5657
|
+
|
5467
5658
|
msgid "SRPM details"
|
5468
5659
|
msgstr "SRPM 详情"
|
5469
5660
|
|
5470
5661
|
msgid "SSL CA Content Credential"
|
5471
5662
|
msgstr "SSL CA 内容凭证"
|
5472
5663
|
|
5664
|
+
msgid "SSL CA certificate"
|
5665
|
+
msgstr ""
|
5666
|
+
|
5667
|
+
msgid "SSL Cert"
|
5668
|
+
msgstr ""
|
5669
|
+
|
5670
|
+
msgid "SSL client certificate"
|
5671
|
+
msgstr ""
|
5672
|
+
|
5673
|
+
msgid "SSL client key"
|
5674
|
+
msgstr ""
|
5675
|
+
|
5473
5676
|
msgid "SSL version used to communicate with the CDN"
|
5474
5677
|
msgstr "用于与 CDN 通信的 SSL 版本"
|
5475
5678
|
|
@@ -5479,6 +5682,9 @@ msgstr "订阅将很快过期"
|
|
5479
5682
|
msgid "Save"
|
5480
5683
|
msgstr "保存"
|
5481
5684
|
|
5685
|
+
msgid "Saving alternate content source..."
|
5686
|
+
msgstr ""
|
5687
|
+
|
5482
5688
|
msgid "Schedule errata for installation using katello-agent. %s"
|
5483
5689
|
msgstr "为使用 katello-agent 的安装调度勘误。%s"
|
5484
5690
|
|
@@ -5548,6 +5754,15 @@ msgstr "选择机构"
|
|
5548
5754
|
msgid "Select Value"
|
5549
5755
|
msgstr "选择值"
|
5550
5756
|
|
5757
|
+
msgid "Select a CA certificate"
|
5758
|
+
msgstr ""
|
5759
|
+
|
5760
|
+
msgid "Select a client certificate"
|
5761
|
+
msgstr ""
|
5762
|
+
|
5763
|
+
msgid "Select a client key"
|
5764
|
+
msgstr ""
|
5765
|
+
|
5551
5766
|
msgid "Select a content view"
|
5552
5767
|
msgstr "选择一个内容视图"
|
5553
5768
|
|
@@ -5563,6 +5778,9 @@ msgstr "从可用的提升路径中选择生命周期环境来提升新版本。
|
|
5563
5778
|
msgid "Select a provider to install katello-host-tools-tracer"
|
5564
5779
|
msgstr "选择安装 katello-host-tools-tracer 的供应商"
|
5565
5780
|
|
5781
|
+
msgid "Select add-ons"
|
5782
|
+
msgstr ""
|
5783
|
+
|
5566
5784
|
msgid "Select all"
|
5567
5785
|
msgstr "选择所有"
|
5568
5786
|
|
@@ -5584,8 +5802,8 @@ msgstr "选择一个机构"
|
|
5584
5802
|
msgid "Select available version of ${cvName} to use"
|
5585
5803
|
msgstr "选择一个可用版本 ${cvName} 来使用"
|
5586
5804
|
|
5587
|
-
msgid "Select available version of
|
5588
|
-
msgstr "
|
5805
|
+
msgid "Select available version of content views to use"
|
5806
|
+
msgstr ""
|
5589
5807
|
|
5590
5808
|
msgid "Select content view"
|
5591
5809
|
msgstr "选择内容视图"
|
@@ -5620,6 +5838,18 @@ msgstr "选择页"
|
|
5620
5838
|
msgid "Select row"
|
5621
5839
|
msgstr "选择行"
|
5622
5840
|
|
5841
|
+
msgid "Select smart proxies to be used with this source."
|
5842
|
+
msgstr ""
|
5843
|
+
|
5844
|
+
msgid "Select smart proxy"
|
5845
|
+
msgstr ""
|
5846
|
+
|
5847
|
+
msgid "Select source type"
|
5848
|
+
msgstr ""
|
5849
|
+
|
5850
|
+
msgid "Select system purpose attributes for host {hostName}."
|
5851
|
+
msgstr ""
|
5852
|
+
|
5623
5853
|
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."
|
5624
5854
|
msgstr "选择用于置备这个主机的安装媒体。为同步的 Kickstart 仓库选择 'Synced Content',为其他媒体选择 'All Media'。"
|
5625
5855
|
|
@@ -5749,6 +5979,9 @@ msgstr "显示一个激活码可用的发行版本"
|
|
5749
5979
|
msgid "Show releases available for the content host"
|
5750
5980
|
msgstr "显示可用于内容主机的发行版本"
|
5751
5981
|
|
5982
|
+
msgid "Show repositories enabled on the host that are known to Katello"
|
5983
|
+
msgstr ""
|
5984
|
+
|
5752
5985
|
msgid "Show the available repository types"
|
5753
5986
|
msgstr "显示可用的仓库类型"
|
5754
5987
|
|
@@ -5782,12 +6015,18 @@ msgstr "跳过智能代理上每个仓库上的元数据检查"
|
|
5782
6015
|
msgid "Skipped pulp_auth check after failed pulp check"
|
5783
6016
|
msgstr "pulp 检查失败后跳过 pulp_auth"
|
5784
6017
|
|
6018
|
+
msgid "Smart proxies"
|
6019
|
+
msgstr ""
|
6020
|
+
|
5785
6021
|
msgid "Smart proxy IDs"
|
5786
6022
|
msgstr "智慧型代理伺服器的 ID"
|
5787
6023
|
|
5788
6024
|
msgid "Smart proxy content source not found!"
|
5789
6025
|
msgstr "未找到智能代理内容源!"
|
5790
6026
|
|
6027
|
+
msgid "Sockets"
|
6028
|
+
msgstr ""
|
6029
|
+
|
5791
6030
|
msgid "Sockets: %s"
|
5792
6031
|
msgstr "插槽:%s"
|
5793
6032
|
|
@@ -5881,6 +6120,9 @@ msgstr "获取版本详情时出现错误。${getResponseErrorMsgs(error.respons
|
|
5881
6120
|
msgid "Something went wrong while loading the content views. See the logs for more information"
|
5882
6121
|
msgstr ""
|
5883
6122
|
|
6123
|
+
msgid "Something went wrong while refreshing this alternate content source! ${getResponseErrorMsgs(error.response)}"
|
6124
|
+
msgstr ""
|
6125
|
+
|
5884
6126
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
5885
6127
|
msgstr "删除过滤规则时出现问题!${getResponseErrorMsgs(error.response)}"
|
5886
6128
|
|
@@ -5932,6 +6174,9 @@ msgstr "源 RPM"
|
|
5932
6174
|
msgid "Source RPMs"
|
5933
6175
|
msgstr "來源 RPM"
|
5934
6176
|
|
6177
|
+
msgid "Source type"
|
6178
|
+
msgstr ""
|
6179
|
+
|
5935
6180
|
msgid "Specify an export chunk size less than 1_000_000 GB"
|
5936
6181
|
msgstr "指定小于 1_000_000 GB 的导出块"
|
5937
6182
|
|
@@ -5989,6 +6234,9 @@ msgstr "提交"
|
|
5989
6234
|
msgid "Subnet IDs"
|
5990
6235
|
msgstr "子网 ID"
|
5991
6236
|
|
6237
|
+
msgid "Subpaths"
|
6238
|
+
msgstr ""
|
6239
|
+
|
5992
6240
|
msgid "Subscription"
|
5993
6241
|
msgstr "订阅"
|
5994
6242
|
|
@@ -6088,6 +6336,9 @@ msgstr "成功修改了 %s 产品的同步计划"
|
|
6088
6336
|
msgid "Successfully initiated removal of %s product(s)"
|
6089
6337
|
msgstr "已成功初始了删除 %s 产品的过程"
|
6090
6338
|
|
6339
|
+
msgid "Successfully refreshed."
|
6340
|
+
msgstr ""
|
6341
|
+
|
6091
6342
|
msgid "Successfully removed %s Host(s)."
|
6092
6343
|
msgstr "成功删除 %s 主机。"
|
6093
6344
|
|
@@ -6178,6 +6429,9 @@ msgstr "同步计划标识符以附加"
|
|
6178
6429
|
msgid "Sync state"
|
6179
6430
|
msgstr "同步状态"
|
6180
6431
|
|
6432
|
+
msgid "Syncable export"
|
6433
|
+
msgstr ""
|
6434
|
+
|
6181
6435
|
msgid "Synced "
|
6182
6436
|
msgstr "同步的 "
|
6183
6437
|
|
@@ -6226,6 +6480,12 @@ msgstr "系统状态"
|
|
6226
6480
|
msgid "System purpose"
|
6227
6481
|
msgstr ""
|
6228
6482
|
|
6483
|
+
msgid "System purpose allows you to set the system\\'s intended use on your network and improves the reporting of usage in Subscription Watch."
|
6484
|
+
msgstr ""
|
6485
|
+
|
6486
|
+
msgid "System purpose attributes updated"
|
6487
|
+
msgstr ""
|
6488
|
+
|
6229
6489
|
msgid "Tag name"
|
6230
6490
|
msgstr "标签名称"
|
6231
6491
|
|
@@ -6392,6 +6652,9 @@ msgstr "提升%{content_view}至<b>%{environment}</b>已经完成。%{count}
|
|
6392
6652
|
msgid "The repository is already enabled"
|
6393
6653
|
msgstr "仓库已启用"
|
6394
6654
|
|
6655
|
+
msgid "The repository's publication is missing. Please run a 'complete sync' on %s."
|
6656
|
+
msgstr ""
|
6657
|
+
|
6395
6658
|
msgid "The request did not contain any repository information."
|
6396
6659
|
msgstr "请求不包含任何仓库信息。"
|
6397
6660
|
|
@@ -6458,6 +6721,9 @@ msgstr "未指定環境或是版本,或是指定了無效的環境/版本。
|
|
6458
6721
|
msgid "There is no Manifest History to display."
|
6459
6722
|
msgstr "没有要显示的清单历史记录。"
|
6460
6723
|
|
6724
|
+
msgid "There is no downloaded content to clean."
|
6725
|
+
msgstr ""
|
6726
|
+
|
6461
6727
|
msgid "There is no such HTTP proxy"
|
6462
6728
|
msgstr "没有这样的 HTTP 代理"
|
6463
6729
|
|
@@ -6614,6 +6880,9 @@ msgstr "切换简单内容访问将刷新您的清单。"
|
|
6614
6880
|
msgid "Total steps: "
|
6615
6881
|
msgstr "总步骤: "
|
6616
6882
|
|
6883
|
+
msgid "Tracer"
|
6884
|
+
msgstr ""
|
6885
|
+
|
6617
6886
|
msgid "Tracer helps administrators identify applications that need to be restarted after a system is patched."
|
6618
6887
|
msgstr "跟踪器可帮助管理员识别修补系统后需要重新启动的应用程序。"
|
6619
6888
|
|
@@ -6623,18 +6892,30 @@ msgstr "Tracer 配置集上传成功"
|
|
6623
6892
|
msgid "Traces"
|
6624
6893
|
msgstr "Traces"
|
6625
6894
|
|
6895
|
+
msgid "Traces are being enabled"
|
6896
|
+
msgstr ""
|
6897
|
+
|
6626
6898
|
msgid "Traces are not enabled"
|
6627
6899
|
msgstr "未启用跟踪(trace)"
|
6628
6900
|
|
6629
6901
|
msgid "Traces help administrators identify applications that need to be restarted after a system is patched."
|
6630
6902
|
msgstr "跟踪可帮助管理员识别修补系统后需要重新启动的应用程序。"
|
6631
6903
|
|
6904
|
+
msgid "Traces may be enabled by a user with the appropriate permissions."
|
6905
|
+
msgstr ""
|
6906
|
+
|
6632
6907
|
msgid "Traces may be listed here after {pkgLink}."
|
6633
6908
|
msgstr ""
|
6634
6909
|
|
6910
|
+
msgid "Traces not available"
|
6911
|
+
msgstr ""
|
6912
|
+
|
6635
6913
|
msgid "Traces that require logout cannot be restarted remotely"
|
6636
6914
|
msgstr "需要登出的跟踪无法远程重启"
|
6637
6915
|
|
6916
|
+
msgid "Traces will be shown here to a user with the appropriate permissions."
|
6917
|
+
msgstr ""
|
6918
|
+
|
6638
6919
|
msgid "Trigger an auto-attach of subscriptions"
|
6639
6920
|
msgstr "触发订阅的自动附加"
|
6640
6921
|
|
@@ -6668,6 +6949,9 @@ msgstr "内容类型:\"cert\",\"gpg_key\""
|
|
6668
6949
|
msgid "URL"
|
6669
6950
|
msgstr "URL"
|
6670
6951
|
|
6952
|
+
msgid "URL and paths"
|
6953
|
+
msgstr ""
|
6954
|
+
|
6671
6955
|
msgid "URL needs to have a trailing /"
|
6672
6956
|
msgstr "URL 需要一个末尾的 /"
|
6673
6957
|
|
@@ -6701,6 +6985,9 @@ msgstr "无法连接"
|
|
6701
6985
|
msgid "Unable to connect. Got: %s"
|
6702
6986
|
msgstr "无法连接。得到了: %s"
|
6703
6987
|
|
6988
|
+
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."
|
6989
|
+
msgstr ""
|
6990
|
+
|
6704
6991
|
msgid "Unable to detect pulp storage"
|
6705
6992
|
msgstr "无法检测到 pulp 存储"
|
6706
6993
|
|
@@ -6734,6 +7021,9 @@ msgstr "无法重新分配内容主机。请提供system_content_view_id 和 sys
|
|
6734
7021
|
msgid "Unable to reassign systems. Please check system_content_view_id and system_environment_id."
|
6735
7022
|
msgstr "無法重新指定系統。請檢查 system_content_view_id 與 system_environment_id。"
|
6736
7023
|
|
7024
|
+
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."
|
7025
|
+
msgstr ""
|
7026
|
+
|
6737
7027
|
msgid "Unable to send errata e-mail notification: %{error}"
|
6738
7028
|
msgstr "无法发送电子邮件通知:{error}"
|
6739
7029
|
|
@@ -7067,6 +7357,9 @@ msgstr "使用类型"
|
|
7067
7357
|
msgid "Usage of host"
|
7068
7358
|
msgstr "主机使用"
|
7069
7359
|
|
7360
|
+
msgid "Usage type"
|
7361
|
+
msgstr ""
|
7362
|
+
|
7070
7363
|
msgid "Use remote execution by default"
|
7071
7364
|
msgstr "默认情况下使用远程执行"
|
7072
7365
|
|
@@ -7112,6 +7405,9 @@ msgstr "有效"
|
|
7112
7405
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
7113
7406
|
msgstr "值需要是一个布尔值,或 'default' 代表 'enabled'"
|
7114
7407
|
|
7408
|
+
msgid "Verify SSL"
|
7409
|
+
msgstr ""
|
7410
|
+
|
7115
7411
|
msgid "Verify checksum"
|
7116
7412
|
msgstr "验证校验和"
|
7117
7413
|
|
@@ -7172,7 +7468,10 @@ msgstr "显示匹配内容"
|
|
7172
7468
|
msgid "View tasks "
|
7173
7469
|
msgstr ""
|
7174
7470
|
|
7175
|
-
msgid "View the Content Views page
|
7471
|
+
msgid "View the Content Views page"
|
7472
|
+
msgstr ""
|
7473
|
+
|
7474
|
+
msgid "View the job"
|
7176
7475
|
msgstr ""
|
7177
7476
|
|
7178
7477
|
msgid "Virtual"
|
@@ -7322,6 +7621,9 @@ msgstr "您的搜索查询无效。请对其进行修改,然后重试。完整
|
|
7322
7621
|
msgid "Your search returned no matching "
|
7323
7622
|
msgstr "您的搜索没有返回匹配"
|
7324
7623
|
|
7624
|
+
msgid "Your search returned no matching DEBs."
|
7625
|
+
msgstr ""
|
7626
|
+
|
7325
7627
|
msgid "Your search returned no matching Module streams."
|
7326
7628
|
msgstr ""
|
7327
7629
|
|
@@ -7334,6 +7636,9 @@ msgstr "您的搜索没有返回的匹配激活码。"
|
|
7334
7636
|
msgid "Your search returned no matching hosts."
|
7335
7637
|
msgstr "您的搜索没有返回匹配的主机。"
|
7336
7638
|
|
7639
|
+
msgid "Yum"
|
7640
|
+
msgstr ""
|
7641
|
+
|
7337
7642
|
msgid "Yum Metadata: %s"
|
7338
7643
|
msgstr "Yum 元数据:%s"
|
7339
7644
|
|
@@ -7568,8 +7873,8 @@ msgstr "欲進行比較的內容視域版本"
|
|
7568
7873
|
msgid "create a filter for a content view"
|
7569
7874
|
msgstr "为内容视图创建一个过滤器"
|
7570
7875
|
|
7571
|
-
msgid "deb
|
7572
|
-
msgstr "
|
7876
|
+
msgid "deb, package, package group, or docker tag names"
|
7877
|
+
msgstr ""
|
7573
7878
|
|
7574
7879
|
msgid "deb_ids is not an array"
|
7575
7880
|
msgstr "deb_ids 不是一个数组"
|
@@ -7595,6 +7900,9 @@ msgstr "篩選器描述"
|
|
7595
7900
|
msgid "description of the repository"
|
7596
7901
|
msgstr "仓库的描述"
|
7597
7902
|
|
7903
|
+
msgid "disk"
|
7904
|
+
msgstr ""
|
7905
|
+
|
7598
7906
|
msgid "download policy for yum, deb, and docker repos (either 'immediate' or 'on_demand')"
|
7599
7907
|
msgstr ""
|
7600
7908
|
|
@@ -8087,8 +8395,8 @@ msgstr "如果可以通过 HTTP 发布此存储库,则为 true"
|
|
8087
8395
|
msgid "true if this repository when synced has to be mirrored from the source and stale rpms removed (Deprecated)"
|
8088
8396
|
msgstr "如果此仓库在同步时必须从源镜像并且删除过时的 rpm,则为 true(已弃用)"
|
8089
8397
|
|
8090
|
-
msgid "type of filter (e.g. rpm, package_group, erratum, erratum_id, erratum_date, docker, modulemd)"
|
8091
|
-
msgstr "
|
8398
|
+
msgid "type of filter (e.g. deb, rpm, package_group, erratum, erratum_id, erratum_date, docker, modulemd)"
|
8399
|
+
msgstr ""
|
8092
8400
|
|
8093
8401
|
msgid "type of repo"
|
8094
8402
|
msgstr "仓库类型"
|