katello 4.3.0 → 4.4.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/assets/javascripts/katello/common/vendor.js +0 -1
- data/app/controllers/katello/api/v2/api_controller.rb +13 -4
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +3 -0
- data/app/controllers/katello/api/v2/content_views_controller.rb +46 -0
- data/app/controllers/katello/api/v2/host_packages_controller.rb +21 -1
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +30 -1
- data/app/controllers/katello/api/v2/organizations_controller.rb +10 -6
- data/app/controllers/katello/api/v2/packages_controller.rb +4 -0
- data/app/controllers/katello/api/v2/repositories_controller.rb +17 -7
- data/app/controllers/katello/api/v2/repository_sets_controller.rb +7 -0
- data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +3 -0
- data/app/controllers/katello/concerns/hosts_controller_extensions.rb +32 -0
- data/app/controllers/katello/remote_execution_controller.rb +5 -4
- data/app/helpers/katello/content_source_helper.rb +43 -0
- data/app/helpers/katello/hosts_and_hostgroups_helper.rb +4 -0
- data/app/lib/actions/katello/cdn_configuration/update.rb +5 -7
- data/app/lib/actions/katello/content_view/publish.rb +5 -0
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +17 -3
- data/app/lib/actions/katello/repository/discover.rb +1 -14
- data/app/lib/actions/katello/repository/filtered_index_content.rb +1 -1
- data/app/lib/actions/pulp3/content_view_version/import.rb +7 -0
- data/app/lib/actions/pulp3/orchestration/content_view_version/import.rb +7 -5
- data/app/lib/actions/pulp3/repository/copy_content.rb +1 -1
- data/app/lib/actions/pulp3/repository/save_artifact.rb +1 -0
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +11 -0
- data/app/lib/katello/errors.rb +3 -3
- data/app/lib/katello/logging.rb +6 -1
- data/app/lib/katello/repo_discovery.rb +27 -19
- data/app/lib/katello/resources/cdn/katello_cdn.rb +41 -3
- data/app/lib/katello/resources/cdn.rb +4 -2
- data/app/lib/katello/util/deduplication_migrator.rb +105 -0
- data/app/models/katello/candlepin/repository_mapper.rb +1 -1
- data/app/models/katello/cdn_configuration.rb +38 -6
- data/app/models/katello/concerns/host_managed_extensions.rb +23 -1
- data/app/models/katello/concerns/organization_extensions.rb +5 -1
- data/app/models/katello/concerns/pulp_database_unit.rb +59 -173
- data/app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb +11 -0
- data/app/models/katello/concerns/smart_proxy_extensions.rb +1 -1
- data/app/models/katello/content_view.rb +4 -4
- data/app/models/katello/content_view_filter.rb +1 -1
- data/app/models/katello/content_view_history.rb +1 -1
- data/app/models/katello/content_view_version.rb +6 -2
- data/app/models/katello/content_view_version_export_history.rb +1 -1
- data/app/models/katello/deb.rb +1 -3
- data/app/models/katello/docker_meta_tag.rb +1 -1
- data/app/models/katello/erratum.rb +0 -15
- data/app/models/katello/glue/pulp/repos.rb +1 -1
- data/app/models/katello/host/content_facet.rb +2 -27
- data/app/models/katello/host/info_provider.rb +9 -0
- data/app/models/katello/host/subscription_facet.rb +2 -2
- data/app/models/katello/hostgroup/content_facet.rb +2 -2
- data/app/models/katello/product.rb +1 -1
- data/app/models/katello/product_content.rb +2 -2
- data/app/models/katello/repository.rb +10 -9
- data/app/models/katello/root_repository.rb +24 -13
- data/app/models/katello/rpm.rb +8 -2
- data/app/models/setting/content.rb +6 -3
- data/app/services/cert/rhsm_client.rb +1 -5
- data/app/services/katello/content_unit_indexer.rb +166 -0
- data/app/services/katello/organization_creator.rb +12 -4
- data/app/services/katello/pulp/repository/docker.rb +1 -1
- data/app/services/katello/pulp/repository/yum.rb +0 -54
- data/app/services/katello/pulp/repository.rb +0 -6
- data/app/services/katello/pulp3/ansible_collection.rb +26 -10
- data/app/services/katello/pulp3/api/apt.rb +7 -0
- data/app/services/katello/pulp3/content_view_version/import.rb +11 -2
- data/app/services/katello/pulp3/deb.rb +10 -9
- data/app/services/katello/pulp3/docker_manifest.rb +6 -5
- data/app/services/katello/pulp3/docker_manifest_list.rb +23 -6
- data/app/services/katello/pulp3/docker_tag.rb +16 -7
- data/app/services/katello/pulp3/erratum.rb +51 -56
- data/app/services/katello/pulp3/file_unit.rb +9 -6
- data/app/services/katello/pulp3/generic_content_unit.rb +11 -12
- data/app/services/katello/pulp3/module_stream.rb +76 -30
- data/app/services/katello/pulp3/package_group.rb +5 -5
- data/app/services/katello/pulp3/pulp_content_unit.rb +19 -11
- data/app/services/katello/pulp3/repository/apt.rb +5 -3
- data/app/services/katello/pulp3/repository/docker.rb +14 -7
- data/app/services/katello/pulp3/repository/generic.rb +1 -1
- data/app/services/katello/pulp3/repository/yum.rb +10 -12
- data/app/services/katello/pulp3/repository.rb +26 -7
- data/app/services/katello/pulp3/repository_mirror.rb +18 -5
- data/app/services/katello/pulp3/rpm.rb +13 -13
- data/app/services/katello/pulp3/srpm.rb +10 -9
- data/app/services/katello/repository_type.rb +15 -4
- data/app/services/katello/repository_type_manager.rb +1 -1
- data/app/services/katello/ui_notifications/subscriptions/manifest_expired_warning.rb +1 -1
- data/app/services/katello/upstream_connection_checker.rb +2 -2
- data/app/views/foreman/job_templates/change_content_source.erb +1 -31
- data/app/views/foreman/job_templates/install_errata.erb +6 -9
- data/app/views/foreman/job_templates/install_errata_by_search_query.erb +26 -0
- data/app/views/foreman/job_templates/install_packages_by_search_query.erb +19 -0
- data/app/views/katello/api/v2/cdn_configurations/show.json.rabl +1 -1
- data/app/views/katello/api/v2/environments/show.json.rabl +9 -0
- data/app/views/katello/api/v2/repositories/show.json.rabl +2 -0
- data/app/views/katello/layouts/react.html.erb +0 -1
- data/app/views/katello/sync_management/_repo.html.erb +36 -25
- data/config/initializers/monkeys.rb +0 -1
- data/config/routes/api/v2.rb +1 -0
- data/config/routes/overrides.rb +3 -0
- data/config/routes.rb +2 -0
- data/db/migrate/20150930183738_migrate_content_hosts.rb +1 -1
- data/db/migrate/20180612164926_add_content_org_id.rb +2 -2
- data/db/migrate/20211201154845_add_unique_indexes.rb +20 -0
- data/db/migrate/20211208034230_add_content_view_and_lifecycle_environment.rb +6 -0
- data/db/migrate/20211220185935_clean_duplicate_content_units.rb +144 -0
- data/db/migrate/20220110223754_update_disconnected_settings.rb +20 -0
- data/db/migrate/20220120163252_fix_docker_download_policy.rb +11 -0
- data/db/migrate/20220124191056_add_type_to_cdn_configuration.rb +22 -0
- data/db/migrate/20220127120843_fix_debian_download_policy.rb +11 -0
- data/db/migrate/20220204171908_rename_docker_tags_whitelist_and_add_exclude_tags.rb +8 -0
- data/db/migrate/20220207140355_change_deb_attributes_size_limit.rb +7 -0
- data/db/seeds.d/111-upgrade_tasks.rb +2 -1
- data/engines/bastion/app/views/bastion/layouts/application.html.erb +0 -1
- data/engines/bastion/app/views/bastion/layouts/assets.html.erb +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html +26 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +212 -152
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.controller.js +1 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-info.controller.js +20 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +2 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details.controller.js +8 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +34 -30
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +16 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +35 -15
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js +5 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.routes.js +4 -3
- data/lib/katello/engine.rb +4 -0
- data/lib/katello/permission_creator.rb +1 -1
- data/lib/katello/permissions/host_permissions.rb +3 -1
- data/lib/katello/plugin.rb +4 -1
- data/lib/katello/repository_types/deb.rb +0 -1
- data/lib/katello/repository_types/docker.rb +4 -4
- data/lib/katello/repository_types/file.rb +0 -1
- data/lib/katello/repository_types/ostree.rb +4 -0
- data/lib/katello/repository_types/python.rb +5 -1
- data/lib/katello/repository_types/yum.rb +2 -9
- data/lib/katello/tasks/content_view_import_only.rake +34 -0
- data/lib/katello/tasks/import_applicability.rake +1 -1
- data/lib/katello/tasks/jenkins.rake +0 -2
- data/lib/katello/tasks/repository.rake +4 -1
- data/lib/katello/tasks/upgrades/4.4/publish_import_cvvs.rake +17 -0
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +8 -7
- data/locale/bn/katello.po +1402 -650
- data/locale/cs/katello.po +1217 -96
- data/locale/de/katello.po +2359 -1347
- data/locale/en/katello.po +1216 -94
- data/locale/es/katello.po +2201 -1172
- data/locale/fr/katello.po +2601 -1615
- data/locale/gu/katello.po +1564 -814
- data/locale/hi/katello.po +1563 -810
- data/locale/it/katello.po +1311 -282
- data/locale/ja/katello.po +2534 -1518
- data/locale/katello.pot +3430 -1326
- data/locale/kn/katello.po +1564 -812
- data/locale/ko/katello.po +1441 -409
- data/locale/mr/katello.po +1564 -776
- data/locale/or/katello.po +1565 -813
- data/locale/pa/katello.po +1559 -792
- data/locale/pt/katello.po +1314 -277
- data/locale/pt_BR/katello.po +2226 -1181
- data/locale/ru/katello.po +1587 -563
- data/locale/ta/katello.po +1373 -619
- data/locale/te/katello.po +1564 -810
- data/locale/zh_CN/katello.po +2936 -1890
- data/locale/zh_TW/katello.po +1508 -606
- data/webpack/__mocks__/foremanReact/{redux/actions/toasts.js → components/ToastsList/index.js} +3 -2
- data/webpack/components/ActionableDetail.js +35 -21
- data/webpack/components/Content/Details/__tests__/ContentDetailInfo.test.js +0 -2
- data/webpack/components/Content/Details/__tests__/ContentDetailRepositories.test.js +0 -2
- data/webpack/components/Content/Details/__tests__/ContentDetails.test.js +0 -2
- data/webpack/components/Content/__tests__/ContentPage.test.js +0 -2
- data/webpack/components/Content/__tests__/ContentTable.test.js +0 -2
- data/webpack/components/EditableSwitch.js +8 -2
- data/webpack/components/EditableTextInput/EditableTextInput.js +44 -86
- data/webpack/components/EditableTextInput/__tests__/editableTextInput.test.js +3 -3
- data/webpack/components/Errata/index.js +19 -11
- data/webpack/components/Packages/index.js +1 -1
- data/webpack/components/Search/Search.js +5 -2
- data/webpack/components/Search/__tests__/search.test.js +2 -3
- data/webpack/components/SelectOrg/SetOrganization.js +1 -1
- data/webpack/components/Table/PageControls.js +3 -6
- data/webpack/components/Table/TableHooks.js +46 -7
- data/webpack/components/Table/TableWrapper.js +14 -3
- data/webpack/components/TypeAhead/TypeAhead.js +5 -1
- data/webpack/components/TypeAhead/pf4Search/TypeAheadInput.js +4 -1
- data/webpack/components/TypeAhead/pf4Search/TypeAheadSearch.js +2 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +3 -4
- data/webpack/components/extensions/HostDetails/HostDetailsActions.js +2 -0
- data/webpack/components/extensions/HostDetails/HostPackages/HostPackagesActions.js +18 -2
- data/webpack/components/extensions/HostDetails/HostPackages/HostPackagesConstants.js +12 -0
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/SecondaryTabsRoutes.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/{ErrataTab.js → ErrataTab/ErrataTab.js} +30 -21
- data/webpack/components/extensions/HostDetails/Tabs/{ErrataTab.scss → ErrataTab/ErrataTab.scss} +0 -0
- data/webpack/components/extensions/HostDetails/Tabs/{ErratumExpansionContents.js → ErrataTab/ErratumExpansionContents.js} +0 -0
- data/webpack/components/extensions/HostDetails/Tabs/{ErratumExpansionDetail.js → ErrataTab/ErratumExpansionDetail.js} +0 -0
- data/webpack/components/extensions/HostDetails/{HostErrata → Tabs/ErrataTab}/HostErrataActions.js +3 -3
- data/webpack/components/extensions/HostDetails/{HostErrata → Tabs/ErrataTab}/HostErrataConstants.js +11 -0
- data/webpack/components/extensions/HostDetails/{HostErrata → Tabs/ErrataTab}/HostErrataSelectors.js +0 -0
- data/webpack/components/extensions/HostDetails/Tabs/PackageInstallModal.js +279 -0
- data/webpack/components/extensions/HostDetails/Tabs/PackageInstallModal.scss +3 -0
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab.js +125 -8
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +27 -4
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionConstants.js +2 -1
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +6 -3
- data/webpack/components/extensions/HostDetails/Tabs/{EnableTracerEmptyState.js → TracesTab/EnableTracerEmptyState.js} +0 -0
- data/webpack/components/extensions/HostDetails/Tabs/{EnableTracerModal.js → TracesTab/EnableTracerModal.js} +3 -2
- data/webpack/components/extensions/HostDetails/Tabs/{HostTracesActions.js → TracesTab/HostTracesActions.js} +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/{HostTracesConstants.js → TracesTab/HostTracesConstants.js} +0 -0
- data/webpack/components/extensions/HostDetails/Tabs/{HostTracesSelectors.js → TracesTab/HostTracesSelectors.js} +0 -0
- data/webpack/components/extensions/HostDetails/Tabs/{TracesTab.js → TracesTab/TracesTab.js} +8 -5
- data/webpack/components/extensions/HostDetails/Tabs/{TracesTab.scss → TracesTab/TracesTab.scss} +0 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +17 -18
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +385 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packages.fixtures.json +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +58 -7
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +4 -4
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/yumInstallablePackages.fixtures.json +72 -0
- data/webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js +12 -5
- data/webpack/components/extensions/HostDetails/YumInstallablePackages/YumInstallablePackagesActions.js +18 -0
- data/webpack/components/extensions/HostDetails/YumInstallablePackages/YumInstallablePackagesConstants.js +3 -0
- data/webpack/components/extensions/HostDetails/YumInstallablePackages/YumInstallablePackagesSelectors.js +16 -0
- data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +19 -0
- data/webpack/components/pf3Table/components/Table.js +2 -3
- data/webpack/components/pf3Table/components/Table.test.js +0 -3
- data/webpack/components/pf3Table/components/__snapshots__/Table.test.js.snap +9 -8
- data/webpack/containers/Application/config.js +5 -0
- data/webpack/global_index.js +1 -1
- data/webpack/global_test_setup.js +1 -1
- data/webpack/index.js +7 -0
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetails.test.js +0 -2
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionPage.test.js +0 -2
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionsTable.test.js +0 -2
- data/webpack/scenes/Content/ContentConfig.js +55 -5
- data/webpack/scenes/Content/ContentPage.js +1 -1
- data/webpack/scenes/Content/Details/ContentDetails.js +1 -1
- data/webpack/scenes/Content/Details/ContentInfo.js +1 -1
- data/webpack/scenes/Content/Details/ContentRepositories.js +1 -1
- data/webpack/scenes/Content/Details/__tests__/contentDetail.test.js +4 -4
- data/webpack/scenes/Content/Table/ContentTable.js +1 -1
- data/webpack/scenes/Content/__tests__/contentTable.test.js +3 -3
- data/webpack/scenes/ContentViews/ContentViewsConstants.js +2 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +6 -6
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +2 -2
- data/webpack/scenes/ContentViews/Details/ContentViewDetailActions.js +21 -27
- data/webpack/scenes/ContentViews/Details/ContentViewDetailSelectors.js +5 -5
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +8 -3
- data/webpack/scenes/ContentViews/Details/DetailsContainer.js +11 -16
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetails.js +2 -2
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +14 -8
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +2 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +2 -3
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +2 -9
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +3 -5
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +2 -10
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +2 -3
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +2 -3
- data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +2 -2
- data/webpack/scenes/ContentViews/Details/Repositories/ContentCounts.js +1 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +23 -2
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +11 -5
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionContent.js +16 -17
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -6
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +30 -34
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.js +9 -8
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js +13 -15
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionRepositoryCell.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +4 -4
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +3 -3
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetail.test.js +5 -3
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +2 -2
- data/webpack/scenes/Hosts/ChangeContentSource/actions.js +43 -0
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +87 -0
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +90 -0
- data/webpack/scenes/Hosts/ChangeContentSource/components/FormField.js +43 -0
- data/webpack/scenes/Hosts/ChangeContentSource/constants.js +3 -0
- data/webpack/scenes/Hosts/ChangeContentSource/helpers.js +27 -0
- data/webpack/scenes/Hosts/ChangeContentSource/index.js +126 -0
- data/webpack/scenes/Hosts/ChangeContentSource/selectors.js +42 -0
- data/webpack/scenes/Hosts/ChangeContentSource/styles.scss +11 -0
- data/webpack/scenes/ModuleStreams/Details/Profiles/__tests__/ModuleStreamDetailProfiles.test.js +0 -1
- data/webpack/scenes/ModuleStreams/Details/__tests__/ModuleStreamDetails.test.js +0 -2
- data/webpack/scenes/ModuleStreams/__tests__/ModuleStreamPage.test.js +0 -2
- data/webpack/scenes/ModuleStreams/__tests__/ModuleStreamsTable.test.js +0 -2
- data/webpack/scenes/Organizations/OrganizationActions.js +5 -1
- data/webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js +31 -1
- data/webpack/scenes/RedHatRepositories/__tests__/RedHatRepositoriesPage.test.js +16 -0
- data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +11 -2
- data/webpack/scenes/RedHatRepositories/helpers.js +5 -5
- data/webpack/scenes/RedHatRepositories/index.js +11 -3
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/AirGappedTypeForm.js +81 -0
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationConstants.js +13 -0
- data/webpack/scenes/Subscriptions/Manifest/{CdnConfigurationForm.scss → CdnConfigurationTab/CdnConfigurationForm.scss} +0 -0
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnTypeForm.js +106 -0
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/UpstreamServerTypeForm.js +259 -0
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/AirGappedTypeForm.test.js +44 -0
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/CdnTypeForm.test.js +67 -0
- data/webpack/scenes/Subscriptions/Manifest/{__tests__/CdnConfigurationForm.test.js → CdnConfigurationTab/__tests__/UpstreamServerTypeForm.test.js} +46 -17
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/index.js +97 -0
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +6 -1
- data/webpack/scenes/Subscriptions/UpstreamSubscriptions/__tests__/UpstreamSubscriptionsPage.test.js +0 -1
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +0 -1
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +3 -2
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/SubscriptionsTable.test.js +4 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/__snapshots__/SubscriptionsTable.test.js.snap +9 -0
- data/webpack/scenes/Tasks/TaskActions.js +1 -1
- data/webpack/scenes/Tasks/__tests__/__snapshots__/TaskActions.test.js.snap +3 -2
- data/webpack/services/api/testHelpers.js +5 -3
- data/webpack/utils/helpers.js +6 -3
- metadata +81 -58
- data/app/services/katello/pulp/deb.rb +0 -55
- data/app/services/katello/pulp/distribution.rb +0 -7
- data/app/services/katello/pulp/docker_blob.rb +0 -7
- data/app/services/katello/pulp/docker_manifest.rb +0 -13
- data/app/services/katello/pulp/docker_manifest_list.rb +0 -14
- data/app/services/katello/pulp/docker_tag.rb +0 -14
- data/app/services/katello/pulp/erratum.rb +0 -129
- data/app/services/katello/pulp/file_unit.rb +0 -21
- data/app/services/katello/pulp/module_stream.rb +0 -39
- data/app/services/katello/pulp/package_category.rb +0 -7
- data/app/services/katello/pulp/package_group.rb +0 -20
- data/app/services/katello/pulp/pulp_content_unit.rb +0 -156
- data/app/services/katello/pulp/rpm.rb +0 -57
- data/app/services/katello/pulp/srpm.rb +0 -29
- data/app/services/katello/pulp/yum_metadata_file.rb +0 -30
- data/lib/monkeys/pulp3_13_checksumfix.rb +0 -17
- data/webpack/__mocks__/foremanReact/components/Pagination/PaginationHooks.js +0 -2
- data/webpack/__mocks__/foremanReact/components/Pagination/PaginationWrapper.js +0 -2
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationForm.js +0 -185
data/locale/en/katello.po
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
#
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version:
|
8
|
+
"Project-Id-Version: katello 2.5.0\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
10
|
"PO-Revision-Date: 2011-01-06 19:28-0700\n"
|
11
11
|
"Last-Translator: Jason E. Rist <jrist@redhat.com>\n"
|
@@ -42,9 +42,48 @@ msgstr ""
|
|
42
42
|
msgid " View task details "
|
43
43
|
msgstr ""
|
44
44
|
|
45
|
+
msgid " ago"
|
46
|
+
msgstr ""
|
47
|
+
|
48
|
+
msgid " ago."
|
49
|
+
msgstr ""
|
50
|
+
|
51
|
+
msgid " are out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
52
|
+
msgstr ""
|
53
|
+
|
54
|
+
msgid " content view is used in listed component content views. For more information, "
|
55
|
+
msgstr ""
|
56
|
+
|
57
|
+
msgid " content view is used in listed composite content views."
|
58
|
+
msgstr ""
|
59
|
+
|
45
60
|
msgid " environment cannot be set to an environment already on its path"
|
46
61
|
msgstr ""
|
47
62
|
|
63
|
+
msgid " found."
|
64
|
+
msgstr ""
|
65
|
+
|
66
|
+
msgid " is out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
67
|
+
msgstr ""
|
68
|
+
|
69
|
+
msgid "${deleteFlow ? 'Deleting' : 'Removing'} version ${versionNameToRemove}"
|
70
|
+
msgstr ""
|
71
|
+
|
72
|
+
msgid "${pluralize(akResponse.length, 'activation key')} will be moved to content view ${selectedCVNameForAK} in "
|
73
|
+
msgstr ""
|
74
|
+
|
75
|
+
msgid "${pluralize(hostResponse.length, 'host')} will be moved to content view ${selectedCVNameForHosts} in "
|
76
|
+
msgstr ""
|
77
|
+
|
78
|
+
msgid "${pluralize(versionCount, 'content view version')} in the environments below will be removed when content view is deleted"
|
79
|
+
msgstr ""
|
80
|
+
|
81
|
+
msgid "${selectedContentType}"
|
82
|
+
msgstr ""
|
83
|
+
|
84
|
+
msgid "${selectedContentType} will appear here when created."
|
85
|
+
msgstr ""
|
86
|
+
|
48
87
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
49
88
|
msgstr ""
|
50
89
|
|
@@ -71,6 +110,9 @@ msgstr ""
|
|
71
110
|
msgid "%s is not a valid package name"
|
72
111
|
msgstr ""
|
73
112
|
|
113
|
+
msgid "%s is required"
|
114
|
+
msgstr ""
|
115
|
+
|
74
116
|
msgid "%s is unreachable. %s"
|
75
117
|
msgstr ""
|
76
118
|
|
@@ -332,6 +374,9 @@ msgstr ""
|
|
332
374
|
msgid "A summary of new errata after a repository is synchronized"
|
333
375
|
msgstr ""
|
334
376
|
|
377
|
+
msgid "ANY"
|
378
|
+
msgstr ""
|
379
|
+
|
335
380
|
msgid "About page"
|
336
381
|
msgstr ""
|
337
382
|
|
@@ -359,6 +404,9 @@ msgstr ""
|
|
359
404
|
msgid "Action with sub plans"
|
360
405
|
msgstr ""
|
361
406
|
|
407
|
+
msgid "Actions"
|
408
|
+
msgstr ""
|
409
|
+
|
362
410
|
msgid "Activation Keys"
|
363
411
|
msgstr ""
|
364
412
|
|
@@ -371,6 +419,9 @@ msgstr ""
|
|
371
419
|
msgid "Activation key(s) for Subscription Manager."
|
372
420
|
msgstr ""
|
373
421
|
|
422
|
+
msgid "Activation keys"
|
423
|
+
msgstr ""
|
424
|
+
|
374
425
|
msgid "Activation keys and subscriptions can be managed"
|
375
426
|
msgstr ""
|
376
427
|
|
@@ -389,6 +440,12 @@ msgstr ""
|
|
389
440
|
msgid "Add"
|
390
441
|
msgstr ""
|
391
442
|
|
443
|
+
msgid "Add Bookmark"
|
444
|
+
msgstr ""
|
445
|
+
|
446
|
+
msgid "Add RPM rule"
|
447
|
+
msgstr ""
|
448
|
+
|
392
449
|
msgid "Add Subscriptions"
|
393
450
|
msgstr ""
|
394
451
|
|
@@ -398,12 +455,24 @@ msgstr ""
|
|
398
455
|
msgid "Add component"
|
399
456
|
msgstr ""
|
400
457
|
|
458
|
+
msgid "Add component content views"
|
459
|
+
msgstr ""
|
460
|
+
|
401
461
|
msgid "Add components to the content view"
|
402
462
|
msgstr ""
|
403
463
|
|
464
|
+
msgid "Add content views"
|
465
|
+
msgstr ""
|
466
|
+
|
404
467
|
msgid "Add custom cron logic for sync plan"
|
405
468
|
msgstr ""
|
406
469
|
|
470
|
+
msgid "Add errata"
|
471
|
+
msgstr ""
|
472
|
+
|
473
|
+
msgid "Add filter rule"
|
474
|
+
msgstr ""
|
475
|
+
|
407
476
|
msgid "Add filters using the 'Add filter' button above."
|
408
477
|
msgstr ""
|
409
478
|
|
@@ -413,6 +482,9 @@ msgstr ""
|
|
413
482
|
msgid "Add lifecycle environments to the smart proxy"
|
414
483
|
msgstr ""
|
415
484
|
|
485
|
+
msgid "Add new bookmark"
|
486
|
+
msgstr ""
|
487
|
+
|
416
488
|
msgid "Add one or more host collections to one or more hosts"
|
417
489
|
msgstr ""
|
418
490
|
|
@@ -422,28 +494,37 @@ msgstr ""
|
|
422
494
|
msgid "Add products to sync plan"
|
423
495
|
msgstr ""
|
424
496
|
|
497
|
+
msgid "Add repositories"
|
498
|
+
msgstr ""
|
499
|
+
|
500
|
+
msgid "Add rule"
|
501
|
+
msgstr ""
|
502
|
+
|
425
503
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
426
504
|
msgstr ""
|
427
505
|
|
428
506
|
msgid "Add subscriptions to one or more hosts"
|
429
507
|
msgstr ""
|
430
508
|
|
431
|
-
msgid "Add to this filter using the 'Add RPM' button."
|
509
|
+
msgid "Add to this filter using the 'Add RPM rule' button."
|
432
510
|
msgstr ""
|
433
511
|
|
434
|
-
msgid "Add to this filter using the 'Add
|
512
|
+
msgid "Add to this filter using the 'Add filter rule' button."
|
513
|
+
msgstr ""
|
514
|
+
|
515
|
+
msgid "Add traces by applying updates on this host."
|
435
516
|
msgstr ""
|
436
517
|
|
437
518
|
msgid "Added"
|
438
519
|
msgstr ""
|
439
520
|
|
440
|
-
msgid "Added
|
521
|
+
msgid "Added %s"
|
441
522
|
msgstr ""
|
442
523
|
|
443
|
-
msgid "Added
|
524
|
+
msgid "Added Content:"
|
444
525
|
msgstr ""
|
445
526
|
|
446
|
-
msgid "
|
527
|
+
msgid "Added component to content view"
|
447
528
|
msgstr ""
|
448
529
|
|
449
530
|
msgid "Additional content"
|
@@ -452,30 +533,51 @@ msgstr ""
|
|
452
533
|
msgid "Addons"
|
453
534
|
msgstr ""
|
454
535
|
|
536
|
+
msgid "Affected repositories"
|
537
|
+
msgstr ""
|
538
|
+
|
455
539
|
msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
|
456
540
|
msgstr ""
|
457
541
|
|
458
542
|
msgid "Agent action"
|
459
543
|
msgstr ""
|
460
544
|
|
545
|
+
msgid "All"
|
546
|
+
msgstr ""
|
547
|
+
|
461
548
|
msgid "All Media"
|
462
549
|
msgstr ""
|
463
550
|
|
551
|
+
msgid "All Repositories"
|
552
|
+
msgstr ""
|
553
|
+
|
464
554
|
msgid "All available architectures for this repo are enabled."
|
465
555
|
msgstr ""
|
466
556
|
|
467
557
|
msgid "All errata applied"
|
468
558
|
msgstr ""
|
469
559
|
|
560
|
+
msgid "All versions"
|
561
|
+
msgstr ""
|
562
|
+
|
563
|
+
msgid "All versions will be removed from these environments"
|
564
|
+
msgstr ""
|
565
|
+
|
470
566
|
msgid "Allow Host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
|
471
567
|
msgstr ""
|
472
568
|
|
569
|
+
msgid "Allow Katello to update host installed packages, enabled repos, and module inventory directly instead of wrapped in Dynflow tasks (try turning off if Puma processes are using too much memory)"
|
570
|
+
msgstr ""
|
571
|
+
|
473
572
|
msgid "Allow hosts to re-register themselves only when they are in build mode"
|
474
573
|
msgstr ""
|
475
574
|
|
476
575
|
msgid "Allow new Host registrations to assume registered profiles with matching hostname as long as the registering DMI UUID is not used by another host."
|
477
576
|
msgstr ""
|
478
577
|
|
578
|
+
msgid "Also include the latest upgradable package version for each host package"
|
579
|
+
msgstr ""
|
580
|
+
|
479
581
|
msgid "Alter a hosts host collections"
|
480
582
|
msgstr ""
|
481
583
|
|
@@ -499,6 +601,11 @@ msgid ""
|
|
499
601
|
"%{error_message}"
|
500
602
|
msgstr ""
|
501
603
|
|
604
|
+
msgid ""
|
605
|
+
"An error occurred during upload \n"
|
606
|
+
"%{error_message}"
|
607
|
+
msgstr ""
|
608
|
+
|
502
609
|
msgid "Another component already includes content view with ID %s"
|
503
610
|
msgstr ""
|
504
611
|
|
@@ -511,9 +618,42 @@ msgstr ""
|
|
511
618
|
msgid "Ansible Collections"
|
512
619
|
msgstr ""
|
513
620
|
|
621
|
+
msgid "Ansible collection"
|
622
|
+
msgstr ""
|
623
|
+
|
624
|
+
msgid "Ansible collections"
|
625
|
+
msgstr ""
|
626
|
+
|
514
627
|
msgid "Applicability Batch Size"
|
515
628
|
msgstr ""
|
516
629
|
|
630
|
+
msgid "Applicable Content Hosts"
|
631
|
+
msgstr ""
|
632
|
+
|
633
|
+
msgid "Application"
|
634
|
+
msgstr ""
|
635
|
+
|
636
|
+
msgid "Apply"
|
637
|
+
msgstr ""
|
638
|
+
|
639
|
+
msgid "Apply Erratum"
|
640
|
+
msgstr ""
|
641
|
+
|
642
|
+
msgid "Apply to all repositories in the CV"
|
643
|
+
msgstr ""
|
644
|
+
|
645
|
+
msgid "Apply to subset of repositories"
|
646
|
+
msgstr ""
|
647
|
+
|
648
|
+
msgid "Apply via Katello agent"
|
649
|
+
msgstr ""
|
650
|
+
|
651
|
+
msgid "Apply via customized remote execution"
|
652
|
+
msgstr ""
|
653
|
+
|
654
|
+
msgid "Apply via remote execution"
|
655
|
+
msgstr ""
|
656
|
+
|
517
657
|
msgid "Arch"
|
518
658
|
msgstr ""
|
519
659
|
|
@@ -526,6 +666,9 @@ msgstr ""
|
|
526
666
|
msgid "Architecture(s)"
|
527
667
|
msgstr ""
|
528
668
|
|
669
|
+
msgid "Are you sure you want to delete %(entitlementCount)s subscription(s)? This action will remove the subscription(s) and refresh your manifest. All systems using these subscription(s) will lose them and also may lose access to updates and Errata."
|
670
|
+
msgstr ""
|
671
|
+
|
529
672
|
msgid "Are you sure you want to delete the manifest?"
|
530
673
|
msgstr ""
|
531
674
|
|
@@ -603,6 +746,9 @@ msgstr ""
|
|
603
746
|
msgid "At least one organization must exist."
|
604
747
|
msgstr ""
|
605
748
|
|
749
|
+
msgid "Atleast one errata type needs to be selected."
|
750
|
+
msgstr ""
|
751
|
+
|
606
752
|
msgid "Attach a subscription"
|
607
753
|
msgstr ""
|
608
754
|
|
@@ -618,21 +764,18 @@ msgstr ""
|
|
618
764
|
msgid "Auth URL requires Auth token be set."
|
619
765
|
msgstr ""
|
620
766
|
|
621
|
-
msgid "Auth token requires Auth URL be set."
|
622
|
-
msgstr ""
|
623
|
-
|
624
767
|
msgid "Author"
|
625
768
|
msgstr ""
|
626
769
|
|
627
|
-
msgid "Auto Publish"
|
628
|
-
msgstr ""
|
629
|
-
|
630
770
|
msgid "Auto Publish - Triggered by '%s'"
|
631
771
|
msgstr ""
|
632
772
|
|
633
773
|
msgid "Auto attach subscriptions"
|
634
774
|
msgstr ""
|
635
775
|
|
776
|
+
msgid "Auto publish"
|
777
|
+
msgstr ""
|
778
|
+
|
636
779
|
msgid "Autopublish"
|
637
780
|
msgstr ""
|
638
781
|
|
@@ -648,10 +791,10 @@ msgstr ""
|
|
648
791
|
msgid "Available Repositories"
|
649
792
|
msgstr ""
|
650
793
|
|
651
|
-
msgid "
|
794
|
+
msgid "Available Schema Versions"
|
652
795
|
msgstr ""
|
653
796
|
|
654
|
-
msgid "
|
797
|
+
msgid "Backend System Status"
|
655
798
|
msgstr ""
|
656
799
|
|
657
800
|
msgid "Base URL to perform repo discovery on"
|
@@ -666,6 +809,9 @@ msgstr ""
|
|
666
809
|
msgid "Batch size to sync repositories in."
|
667
810
|
msgstr ""
|
668
811
|
|
812
|
+
msgid "Below are the repository sets currently available for this content host. For Red Hat subscriptions, additional content can be made available through the {rhrp}. Changing default settings requires subscription-manager 1.10 or newer to be installed on this host."
|
813
|
+
msgstr ""
|
814
|
+
|
669
815
|
msgid "Beta"
|
670
816
|
msgstr ""
|
671
817
|
|
@@ -675,10 +821,13 @@ msgstr ""
|
|
675
821
|
msgid "Bind entitlements to an allocation"
|
676
822
|
msgstr ""
|
677
823
|
|
678
|
-
msgid "
|
824
|
+
msgid "Bookmark this search"
|
825
|
+
msgstr ""
|
826
|
+
|
827
|
+
msgid "Bookmarks marked as public are available to all users"
|
679
828
|
msgstr ""
|
680
829
|
|
681
|
-
msgid "
|
830
|
+
msgid "Both major and minor parameters have to be used to override a CV version"
|
682
831
|
msgstr ""
|
683
832
|
|
684
833
|
msgid "Bug Fix"
|
@@ -687,9 +836,24 @@ msgstr ""
|
|
687
836
|
msgid "Bugfix"
|
688
837
|
msgstr ""
|
689
838
|
|
839
|
+
msgid "Bugs"
|
840
|
+
msgstr ""
|
841
|
+
|
842
|
+
msgid "Bulk generate applicability for host %s"
|
843
|
+
msgstr ""
|
844
|
+
|
690
845
|
msgid "Bulk generate applicability for hosts"
|
691
846
|
msgstr ""
|
692
847
|
|
848
|
+
msgid "CDN Configuration"
|
849
|
+
msgstr ""
|
850
|
+
|
851
|
+
msgid "CDN Configuration for Red Hat Content"
|
852
|
+
msgstr ""
|
853
|
+
|
854
|
+
msgid "CDN Configuration updated."
|
855
|
+
msgstr ""
|
856
|
+
|
693
857
|
msgid "CDN SSL version"
|
694
858
|
msgstr ""
|
695
859
|
|
@@ -705,6 +869,9 @@ msgstr ""
|
|
705
869
|
msgid "CVE identifier"
|
706
870
|
msgstr ""
|
707
871
|
|
872
|
+
msgid "CVEs"
|
873
|
+
msgstr ""
|
874
|
+
|
708
875
|
msgid "Calculate Applicable Errata based on a particular Content View"
|
709
876
|
msgstr ""
|
710
877
|
|
@@ -741,9 +908,6 @@ msgstr ""
|
|
741
908
|
msgid "Canceled"
|
742
909
|
msgstr ""
|
743
910
|
|
744
|
-
msgid "Cancelled"
|
745
|
-
msgstr ""
|
746
|
-
|
747
911
|
msgid "Cancelled."
|
748
912
|
msgstr ""
|
749
913
|
|
@@ -879,6 +1043,9 @@ msgstr ""
|
|
879
1043
|
msgid "Cannot sync file:// repositories with the On Demand Download Policy"
|
880
1044
|
msgstr ""
|
881
1045
|
|
1046
|
+
msgid "Cannot upload Ansible collections."
|
1047
|
+
msgstr ""
|
1048
|
+
|
882
1049
|
msgid "Cannot upload Container Image content."
|
883
1050
|
msgstr ""
|
884
1051
|
|
@@ -939,6 +1106,15 @@ msgstr ""
|
|
939
1106
|
msgid "Component content view"
|
940
1107
|
msgstr ""
|
941
1108
|
|
1109
|
+
msgid "Component content views"
|
1110
|
+
msgstr ""
|
1111
|
+
|
1112
|
+
msgid "Components"
|
1113
|
+
msgstr ""
|
1114
|
+
|
1115
|
+
msgid "Composite"
|
1116
|
+
msgstr ""
|
1117
|
+
|
942
1118
|
msgid "Composite Content View"
|
943
1119
|
msgstr ""
|
944
1120
|
|
@@ -948,6 +1124,9 @@ msgstr ""
|
|
948
1124
|
msgid "Composite content view"
|
949
1125
|
msgstr ""
|
950
1126
|
|
1127
|
+
msgid "Composite content views"
|
1128
|
+
msgstr ""
|
1129
|
+
|
951
1130
|
msgid "Compute resource IDs"
|
952
1131
|
msgstr ""
|
953
1132
|
|
@@ -963,6 +1142,12 @@ msgstr ""
|
|
963
1142
|
msgid "Consisting of multiple component content views"
|
964
1143
|
msgstr ""
|
965
1144
|
|
1145
|
+
msgid "Consists of content views"
|
1146
|
+
msgstr ""
|
1147
|
+
|
1148
|
+
msgid "Consists of repositories"
|
1149
|
+
msgstr ""
|
1150
|
+
|
966
1151
|
msgid "Consumed"
|
967
1152
|
msgstr ""
|
968
1153
|
|
@@ -987,18 +1172,36 @@ msgstr ""
|
|
987
1172
|
msgid "Container image tag"
|
988
1173
|
msgstr ""
|
989
1174
|
|
1175
|
+
msgid "Container image tags"
|
1176
|
+
msgstr ""
|
1177
|
+
|
1178
|
+
msgid "Container manifest lists"
|
1179
|
+
msgstr ""
|
1180
|
+
|
1181
|
+
msgid "Container manifests"
|
1182
|
+
msgstr ""
|
1183
|
+
|
990
1184
|
msgid "Content"
|
991
1185
|
msgstr ""
|
992
1186
|
|
1187
|
+
msgid "Content Count"
|
1188
|
+
msgstr ""
|
1189
|
+
|
993
1190
|
msgid "Content Credential ID"
|
994
1191
|
msgstr ""
|
995
1192
|
|
996
1193
|
msgid "Content Credential numeric identifier"
|
997
1194
|
msgstr ""
|
998
1195
|
|
1196
|
+
msgid "Content Credential to use for SSL CA"
|
1197
|
+
msgstr ""
|
1198
|
+
|
999
1199
|
msgid "Content Credentials"
|
1000
1200
|
msgstr ""
|
1001
1201
|
|
1202
|
+
msgid "Content Details"
|
1203
|
+
msgstr ""
|
1204
|
+
|
1002
1205
|
msgid "Content Download URL"
|
1003
1206
|
msgstr ""
|
1004
1207
|
|
@@ -1023,9 +1226,6 @@ msgstr ""
|
|
1023
1226
|
msgid "Content View %{view}: Versions: %{versions}"
|
1024
1227
|
msgstr ""
|
1025
1228
|
|
1026
|
-
msgid "Content View Dependency Solving Algorithm"
|
1027
|
-
msgstr ""
|
1028
|
-
|
1029
1229
|
msgid "Content View Dependency Solving Default"
|
1030
1230
|
msgstr ""
|
1031
1231
|
|
@@ -1041,6 +1241,12 @@ msgstr ""
|
|
1041
1241
|
msgid "Content View ID"
|
1042
1242
|
msgstr ""
|
1043
1243
|
|
1244
|
+
msgid "Content View Label"
|
1245
|
+
msgstr ""
|
1246
|
+
|
1247
|
+
msgid "Content View Name"
|
1248
|
+
msgstr ""
|
1249
|
+
|
1044
1250
|
msgid "Content View Version %{id} not in all specified environments %{envs}"
|
1045
1251
|
msgstr ""
|
1046
1252
|
|
@@ -1071,9 +1277,15 @@ msgstr ""
|
|
1071
1277
|
msgid "Content host must be unregistered before performing this action."
|
1072
1278
|
msgstr ""
|
1073
1279
|
|
1280
|
+
msgid "Content hosts"
|
1281
|
+
msgstr ""
|
1282
|
+
|
1074
1283
|
msgid "Content imported from %{path} into content view '%{name}' by %{user}"
|
1075
1284
|
msgstr ""
|
1076
1285
|
|
1286
|
+
msgid "Content not uploaded to pulp"
|
1287
|
+
msgstr ""
|
1288
|
+
|
1077
1289
|
msgid "Content source ID"
|
1078
1290
|
msgstr ""
|
1079
1291
|
|
@@ -1104,6 +1316,9 @@ msgstr ""
|
|
1104
1316
|
msgid "Content view ID"
|
1105
1317
|
msgstr ""
|
1106
1318
|
|
1319
|
+
msgid "Content view details"
|
1320
|
+
msgstr ""
|
1321
|
+
|
1107
1322
|
msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
|
1108
1323
|
msgstr ""
|
1109
1324
|
|
@@ -1113,6 +1328,9 @@ msgstr ""
|
|
1113
1328
|
msgid "Content view label"
|
1114
1329
|
msgstr ""
|
1115
1330
|
|
1331
|
+
msgid "Content view name"
|
1332
|
+
msgstr ""
|
1333
|
+
|
1116
1334
|
msgid "Content view not provided in the metadata"
|
1117
1335
|
msgstr ""
|
1118
1336
|
|
@@ -1128,6 +1346,9 @@ msgstr ""
|
|
1128
1346
|
msgid "Content view version import history identifier"
|
1129
1347
|
msgstr ""
|
1130
1348
|
|
1349
|
+
msgid "Content views"
|
1350
|
+
msgstr ""
|
1351
|
+
|
1131
1352
|
msgid "Content_Host_Status"
|
1132
1353
|
msgstr ""
|
1133
1354
|
|
@@ -1149,6 +1370,9 @@ msgstr ""
|
|
1149
1370
|
msgid "Copy an activation key"
|
1150
1371
|
msgstr ""
|
1151
1372
|
|
1373
|
+
msgid "Copy content view"
|
1374
|
+
msgstr ""
|
1375
|
+
|
1152
1376
|
msgid "Copy version units to library"
|
1153
1377
|
msgstr ""
|
1154
1378
|
|
@@ -1191,6 +1415,9 @@ msgstr ""
|
|
1191
1415
|
msgid "Could not remove the lifecycle environment from the smart proxy"
|
1192
1416
|
msgstr ""
|
1193
1417
|
|
1418
|
+
msgid "Couldn't establish a connection to %s"
|
1419
|
+
msgstr ""
|
1420
|
+
|
1194
1421
|
msgid "Couldn't find %{content_type} with id '%{id}'"
|
1195
1422
|
msgstr ""
|
1196
1423
|
|
@@ -1230,6 +1457,9 @@ msgstr ""
|
|
1230
1457
|
msgid "Couldn't find content view versions '%s'"
|
1231
1458
|
msgstr ""
|
1232
1459
|
|
1460
|
+
msgid "Couldn't find content view with id: '%s'"
|
1461
|
+
msgstr ""
|
1462
|
+
|
1233
1463
|
msgid "Couldn't find environment '%s'"
|
1234
1464
|
msgstr ""
|
1235
1465
|
|
@@ -1323,7 +1553,7 @@ msgstr ""
|
|
1323
1553
|
msgid "Create organization"
|
1324
1554
|
msgstr ""
|
1325
1555
|
|
1326
|
-
msgid "
|
1556
|
+
msgid "Critical"
|
1327
1557
|
msgstr ""
|
1328
1558
|
|
1329
1559
|
msgid "Cron expression is not valid!"
|
@@ -1368,6 +1598,12 @@ msgstr ""
|
|
1368
1598
|
msgid "Deb Packages"
|
1369
1599
|
msgstr ""
|
1370
1600
|
|
1601
|
+
msgid "Deb package identifiers to filter content by"
|
1602
|
+
msgstr ""
|
1603
|
+
|
1604
|
+
msgid "Deb packages"
|
1605
|
+
msgstr ""
|
1606
|
+
|
1371
1607
|
msgid "Debug Certificate"
|
1372
1608
|
msgstr ""
|
1373
1609
|
|
@@ -1410,13 +1646,13 @@ msgstr ""
|
|
1410
1646
|
msgid "Default content view versions cannot be promoted"
|
1411
1647
|
msgstr ""
|
1412
1648
|
|
1413
|
-
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate',
|
1649
|
+
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
1414
1650
|
msgstr ""
|
1415
1651
|
|
1416
|
-
msgid "Default download policy for custom repositories (either 'immediate'
|
1652
|
+
msgid "Default download policy for custom repositories (either 'immediate' or 'on_demand')"
|
1417
1653
|
msgstr ""
|
1418
1654
|
|
1419
|
-
msgid "Default download policy for enabled Red Hat repositories (either 'immediate'
|
1655
|
+
msgid "Default download policy for enabled Red Hat repositories (either 'immediate' or 'on_demand')"
|
1420
1656
|
msgstr ""
|
1421
1657
|
|
1422
1658
|
msgid "Default finish template for new Operating Systems created from synced content"
|
@@ -1494,6 +1730,9 @@ msgstr ""
|
|
1494
1730
|
msgid "Delete Upstream Subscription"
|
1495
1731
|
msgstr ""
|
1496
1732
|
|
1733
|
+
msgid "Delete Version"
|
1734
|
+
msgstr ""
|
1735
|
+
|
1497
1736
|
msgid "Delete a content view"
|
1498
1737
|
msgstr ""
|
1499
1738
|
|
@@ -1515,18 +1754,30 @@ msgstr ""
|
|
1515
1754
|
msgid "Delete an upload request"
|
1516
1755
|
msgstr ""
|
1517
1756
|
|
1757
|
+
msgid "Delete content view"
|
1758
|
+
msgstr ""
|
1759
|
+
|
1518
1760
|
msgid "Delete manifest from Red Hat provider"
|
1519
1761
|
msgstr ""
|
1520
1762
|
|
1521
1763
|
msgid "Delete multiple filters from a content view"
|
1522
1764
|
msgstr ""
|
1523
1765
|
|
1766
|
+
msgid "Delete version"
|
1767
|
+
msgstr ""
|
1768
|
+
|
1524
1769
|
msgid "Deleted consumer '%s'"
|
1525
1770
|
msgstr ""
|
1526
1771
|
|
1772
|
+
msgid "Deleted from "
|
1773
|
+
msgstr ""
|
1774
|
+
|
1527
1775
|
msgid "Deleted from %{environment}"
|
1528
1776
|
msgstr ""
|
1529
1777
|
|
1778
|
+
msgid "Deleting content view : "
|
1779
|
+
msgstr ""
|
1780
|
+
|
1530
1781
|
msgid "Deleting manifest in '%{subject}' failed."
|
1531
1782
|
msgstr ""
|
1532
1783
|
|
@@ -1620,6 +1871,9 @@ msgstr ""
|
|
1620
1871
|
msgid "Disable simple content access for a manifest"
|
1621
1872
|
msgstr ""
|
1622
1873
|
|
1874
|
+
msgid "Disabled"
|
1875
|
+
msgstr ""
|
1876
|
+
|
1623
1877
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
1624
1878
|
msgstr ""
|
1625
1879
|
|
@@ -1641,6 +1895,9 @@ msgstr ""
|
|
1641
1895
|
msgid "Do not wait for the update action to finish. Default: true"
|
1642
1896
|
msgstr ""
|
1643
1897
|
|
1898
|
+
msgid "Docker Tags"
|
1899
|
+
msgstr ""
|
1900
|
+
|
1644
1901
|
msgid "Domain IDs"
|
1645
1902
|
msgstr ""
|
1646
1903
|
|
@@ -1650,7 +1907,7 @@ msgstr ""
|
|
1650
1907
|
msgid "Download a debug certificate"
|
1651
1908
|
msgstr ""
|
1652
1909
|
|
1653
|
-
msgid "Duplicate
|
1910
|
+
msgid "Duplicate artifact detected"
|
1654
1911
|
msgstr ""
|
1655
1912
|
|
1656
1913
|
msgid "Duration"
|
@@ -1662,6 +1919,15 @@ msgstr ""
|
|
1662
1919
|
msgid "Edit"
|
1663
1920
|
msgstr ""
|
1664
1921
|
|
1922
|
+
msgid "Edit RPM rule"
|
1923
|
+
msgstr ""
|
1924
|
+
|
1925
|
+
msgid "Edit filter rule"
|
1926
|
+
msgstr ""
|
1927
|
+
|
1928
|
+
msgid "Edit rule"
|
1929
|
+
msgstr ""
|
1930
|
+
|
1665
1931
|
msgid "Editing Entitlements"
|
1666
1932
|
msgstr ""
|
1667
1933
|
|
@@ -1689,6 +1955,12 @@ msgstr ""
|
|
1689
1955
|
msgid "Enable Simple Content Access"
|
1690
1956
|
msgstr ""
|
1691
1957
|
|
1958
|
+
msgid "Enable Tracer"
|
1959
|
+
msgstr ""
|
1960
|
+
|
1961
|
+
msgid "Enable Traces"
|
1962
|
+
msgstr ""
|
1963
|
+
|
1692
1964
|
msgid "Enable a repository from the set"
|
1693
1965
|
msgstr ""
|
1694
1966
|
|
@@ -1707,6 +1979,9 @@ msgstr ""
|
|
1707
1979
|
msgid "Enabling Simple Content Access failed for '%{subject}'."
|
1708
1980
|
msgstr ""
|
1709
1981
|
|
1982
|
+
msgid "Enabling will install the katello-host-tools-tracer package on the host."
|
1983
|
+
msgstr ""
|
1984
|
+
|
1710
1985
|
msgid "End Date"
|
1711
1986
|
msgstr ""
|
1712
1987
|
|
@@ -1716,6 +1991,9 @@ msgstr ""
|
|
1716
1991
|
msgid "Enhancement"
|
1717
1992
|
msgstr ""
|
1718
1993
|
|
1994
|
+
msgid "Enter a name"
|
1995
|
+
msgstr ""
|
1996
|
+
|
1719
1997
|
msgid "Entitlements"
|
1720
1998
|
msgstr ""
|
1721
1999
|
|
@@ -1734,9 +2012,15 @@ msgstr ""
|
|
1734
2012
|
msgid "Environments"
|
1735
2013
|
msgstr ""
|
1736
2014
|
|
2015
|
+
msgid "Equal to"
|
2016
|
+
msgstr ""
|
2017
|
+
|
1737
2018
|
msgid "Errata"
|
1738
2019
|
msgstr ""
|
1739
2020
|
|
2021
|
+
msgid "Errata - by date range"
|
2022
|
+
msgstr ""
|
2023
|
+
|
1740
2024
|
msgid "Errata ID"
|
1741
2025
|
msgstr ""
|
1742
2026
|
|
@@ -1758,6 +2042,9 @@ msgstr ""
|
|
1758
2042
|
msgid "Errata to explicitly exclude in the action. All other applicable errata will be included in the action, unless an included parameter is passed as well."
|
1759
2043
|
msgstr ""
|
1760
2044
|
|
2045
|
+
msgid "Errata type"
|
2046
|
+
msgstr ""
|
2047
|
+
|
1761
2048
|
msgid "Erratum"
|
1762
2049
|
msgstr ""
|
1763
2050
|
|
@@ -1794,9 +2081,24 @@ msgstr ""
|
|
1794
2081
|
msgid "Exclude"
|
1795
2082
|
msgstr ""
|
1796
2083
|
|
2084
|
+
msgid "Exclude all Module Streams with no errata."
|
2085
|
+
msgstr ""
|
2086
|
+
|
2087
|
+
msgid "Exclude all RPMs with no errata."
|
2088
|
+
msgstr ""
|
2089
|
+
|
2090
|
+
msgid "Exclude filter"
|
2091
|
+
msgstr ""
|
2092
|
+
|
1797
2093
|
msgid "Excluded"
|
1798
2094
|
msgstr ""
|
1799
2095
|
|
2096
|
+
msgid "Excluded errata"
|
2097
|
+
msgstr ""
|
2098
|
+
|
2099
|
+
msgid "Excludes"
|
2100
|
+
msgstr ""
|
2101
|
+
|
1800
2102
|
msgid "Exit"
|
1801
2103
|
msgstr ""
|
1802
2104
|
|
@@ -1824,6 +2126,9 @@ msgstr ""
|
|
1824
2126
|
msgid "Export history identifier used for incremental export. If not provided the most recent export history will be used."
|
1825
2127
|
msgstr ""
|
1826
2128
|
|
2129
|
+
msgid "Exported content view"
|
2130
|
+
msgstr ""
|
2131
|
+
|
1827
2132
|
msgid "Exported version"
|
1828
2133
|
msgstr ""
|
1829
2134
|
|
@@ -1833,9 +2138,6 @@ msgstr ""
|
|
1833
2138
|
msgid "Failed"
|
1834
2139
|
msgstr ""
|
1835
2140
|
|
1836
|
-
msgid "Failed indexing errata, maximum retries encountered"
|
1837
|
-
msgstr ""
|
1838
|
-
|
1839
2141
|
msgid "Failed to delete %{host}: %{errors}"
|
1840
2142
|
msgstr ""
|
1841
2143
|
|
@@ -1877,6 +2179,9 @@ msgstr ""
|
|
1877
2179
|
msgid "File contents"
|
1878
2180
|
msgstr ""
|
1879
2181
|
|
2182
|
+
msgid "Filename"
|
2183
|
+
msgstr ""
|
2184
|
+
|
1880
2185
|
msgid "Files"
|
1881
2186
|
msgstr ""
|
1882
2187
|
|
@@ -1892,6 +2197,12 @@ msgstr ""
|
|
1892
2197
|
msgid "Filter created"
|
1893
2198
|
msgstr ""
|
1894
2199
|
|
2200
|
+
msgid "Filter deleted"
|
2201
|
+
msgstr ""
|
2202
|
+
|
2203
|
+
msgid "Filter edited"
|
2204
|
+
msgstr ""
|
2205
|
+
|
1895
2206
|
msgid "Filter only composite content views"
|
1896
2207
|
msgstr ""
|
1897
2208
|
|
@@ -1916,7 +2227,19 @@ msgstr ""
|
|
1916
2227
|
msgid "Filter products by sync plan id"
|
1917
2228
|
msgstr ""
|
1918
2229
|
|
1919
|
-
msgid "Filter
|
2230
|
+
msgid "Filter rule added"
|
2231
|
+
msgstr ""
|
2232
|
+
|
2233
|
+
msgid "Filter rule edited"
|
2234
|
+
msgstr ""
|
2235
|
+
|
2236
|
+
msgid "Filter rule removed"
|
2237
|
+
msgstr ""
|
2238
|
+
|
2239
|
+
msgid "Filter rules added"
|
2240
|
+
msgstr ""
|
2241
|
+
|
2242
|
+
msgid "Filter rules deleted"
|
1920
2243
|
msgstr ""
|
1921
2244
|
|
1922
2245
|
msgid "Filter versions by environment"
|
@@ -1934,7 +2257,10 @@ msgstr ""
|
|
1934
2257
|
msgid "Filters"
|
1935
2258
|
msgstr ""
|
1936
2259
|
|
1937
|
-
msgid "Filters
|
2260
|
+
msgid "Filters deleted"
|
2261
|
+
msgstr ""
|
2262
|
+
|
2263
|
+
msgid "Finish"
|
1938
2264
|
msgstr ""
|
1939
2265
|
|
1940
2266
|
msgid "Finish action timeout"
|
@@ -1957,6 +2283,18 @@ msgstr ""
|
|
1957
2283
|
msgid "Force a sync and validate the checksums of all content. Only used with yum repositories."
|
1958
2284
|
msgstr ""
|
1959
2285
|
|
2286
|
+
msgid "Force delete the repository by removing it from all content view versions"
|
2287
|
+
msgstr ""
|
2288
|
+
|
2289
|
+
msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy"
|
2290
|
+
msgstr ""
|
2291
|
+
|
2292
|
+
msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy."
|
2293
|
+
msgstr ""
|
2294
|
+
|
2295
|
+
msgid "Force promotion"
|
2296
|
+
msgstr ""
|
2297
|
+
|
1960
2298
|
msgid "Force regenerate applicability."
|
1961
2299
|
msgstr ""
|
1962
2300
|
|
@@ -1972,6 +2310,9 @@ msgstr ""
|
|
1972
2310
|
msgid "Forces a republish of the version's repositories' metadata"
|
1973
2311
|
msgstr ""
|
1974
2312
|
|
2313
|
+
msgid "Full description"
|
2314
|
+
msgstr ""
|
2315
|
+
|
1975
2316
|
msgid "Fully entitled"
|
1976
2317
|
msgstr ""
|
1977
2318
|
|
@@ -1990,7 +2331,7 @@ msgstr ""
|
|
1990
2331
|
msgid "Get all content available, not just that provided by subscriptions"
|
1991
2332
|
msgstr ""
|
1992
2333
|
|
1993
|
-
msgid "Get all content available, not just that provided by subscriptions.
|
2334
|
+
msgid "Get all content available, not just that provided by subscriptions."
|
1994
2335
|
msgstr ""
|
1995
2336
|
|
1996
2337
|
msgid "Get content and overrides for the host"
|
@@ -2014,9 +2355,21 @@ msgstr ""
|
|
2014
2355
|
msgid "Given a set of hosts and errata, lists the content view versions and environments that need updating."
|
2015
2356
|
msgstr ""
|
2016
2357
|
|
2358
|
+
msgid "Given criteria doesn't match any RPMs. Try changing your rule."
|
2359
|
+
msgstr ""
|
2360
|
+
|
2361
|
+
msgid "Given criteria doesn't match any activation keys. Try changing your rule."
|
2362
|
+
msgstr ""
|
2363
|
+
|
2364
|
+
msgid "Given criteria doesn't match any hosts. Try changing your rule."
|
2365
|
+
msgstr ""
|
2366
|
+
|
2017
2367
|
msgid "Go to task page"
|
2018
2368
|
msgstr ""
|
2019
2369
|
|
2370
|
+
msgid "Greater than"
|
2371
|
+
msgstr ""
|
2372
|
+
|
2020
2373
|
msgid "Group %{id} already created."
|
2021
2374
|
msgstr ""
|
2022
2375
|
|
@@ -2032,6 +2385,12 @@ msgstr ""
|
|
2032
2385
|
msgid "Has to be > 0"
|
2033
2386
|
msgstr ""
|
2034
2387
|
|
2388
|
+
msgid "Helper"
|
2389
|
+
msgstr ""
|
2390
|
+
|
2391
|
+
msgid "Hide description"
|
2392
|
+
msgstr ""
|
2393
|
+
|
2035
2394
|
msgid "History"
|
2036
2395
|
msgstr ""
|
2037
2396
|
|
@@ -2110,6 +2469,9 @@ msgstr ""
|
|
2110
2469
|
msgid "Host has not been registered with subscription-manager."
|
2111
2470
|
msgstr ""
|
2112
2471
|
|
2472
|
+
msgid "Host id to list applicable deb packages for"
|
2473
|
+
msgstr ""
|
2474
|
+
|
2113
2475
|
msgid "Host id to list applicable errata for"
|
2114
2476
|
msgstr ""
|
2115
2477
|
|
@@ -2128,6 +2490,9 @@ msgstr ""
|
|
2128
2490
|
msgid "Host with ID %s not found."
|
2129
2491
|
msgstr ""
|
2130
2492
|
|
2493
|
+
msgid "Hosts"
|
2494
|
+
msgstr ""
|
2495
|
+
|
2131
2496
|
msgid "Hosts with Installable Errata"
|
2132
2497
|
msgstr ""
|
2133
2498
|
|
@@ -2137,9 +2502,6 @@ msgstr ""
|
|
2137
2502
|
msgid "How many repositories should be synced concurrently on the capsule. A smaller number may lead to longer sync times. A larger number will increase dynflow load."
|
2138
2503
|
msgstr ""
|
2139
2504
|
|
2140
|
-
msgid "How the logic of solving dependencies in a Content View is managed. Conservative will only add packages to solve the dependencies if the package needed doesn't exist. Greedy will pull in the latest package to solve a dependency even if it already does exist in the repository."
|
2141
|
-
msgstr ""
|
2142
|
-
|
2143
2505
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
2144
2506
|
msgstr ""
|
2145
2507
|
|
@@ -2221,10 +2583,10 @@ msgstr ""
|
|
2221
2583
|
msgid "Id of an erratum to find repositories that contain the erratum"
|
2222
2584
|
msgstr ""
|
2223
2585
|
|
2224
|
-
msgid "Id of
|
2586
|
+
msgid "Id of the content host"
|
2225
2587
|
msgstr ""
|
2226
2588
|
|
2227
|
-
msgid "Id of the content
|
2589
|
+
msgid "Id of the content view to limit the synchronization on"
|
2228
2590
|
msgstr ""
|
2229
2591
|
|
2230
2592
|
msgid "Id of the environment to limit the synchronization on"
|
@@ -2245,6 +2607,9 @@ msgstr ""
|
|
2245
2607
|
msgid "Id of the organization to limit environments on"
|
2246
2608
|
msgstr ""
|
2247
2609
|
|
2610
|
+
msgid "Id of the repository to limit the synchronization on"
|
2611
|
+
msgstr ""
|
2612
|
+
|
2248
2613
|
msgid "Id of the smart proxy"
|
2249
2614
|
msgstr ""
|
2250
2615
|
|
@@ -2281,16 +2646,16 @@ msgstr ""
|
|
2281
2646
|
msgid "If hosts fail to register because of duplicate DMI UUIDs add their comma-separated values here. Subsequent registrations will generate a unique DMI UUID for the affected hosts."
|
2282
2647
|
msgstr ""
|
2283
2648
|
|
2284
|
-
msgid "If
|
2649
|
+
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
2285
2650
|
msgstr ""
|
2286
2651
|
|
2287
|
-
msgid "If
|
2652
|
+
msgid "If this is enabled, a composite content view may not be published or promoted, unless the component content view versions that it includes exist in the target environment."
|
2288
2653
|
msgstr ""
|
2289
2654
|
|
2290
|
-
msgid "If
|
2655
|
+
msgid "If this is enabled, and register_hostname_fact is set and provided, registration will look for a new host by name only using that fact, and will skip all hostname matching"
|
2291
2656
|
msgstr ""
|
2292
2657
|
|
2293
|
-
msgid "If
|
2658
|
+
msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
|
2294
2659
|
msgstr ""
|
2295
2660
|
|
2296
2661
|
msgid "If true, only return repository sets that are associated with an active subscriptions"
|
@@ -2341,9 +2706,6 @@ msgstr ""
|
|
2341
2706
|
msgid "Import New Manifest"
|
2342
2707
|
msgstr ""
|
2343
2708
|
|
2344
|
-
msgid "Import Only"
|
2345
|
-
msgstr ""
|
2346
|
-
|
2347
2709
|
msgid "Import Puppet classes"
|
2348
2710
|
msgstr ""
|
2349
2711
|
|
@@ -2371,6 +2733,9 @@ msgstr ""
|
|
2371
2733
|
msgid "Import facts"
|
2372
2734
|
msgstr ""
|
2373
2735
|
|
2736
|
+
msgid "Import only"
|
2737
|
+
msgstr ""
|
2738
|
+
|
2374
2739
|
msgid "Import uploads into a repository"
|
2375
2740
|
msgstr ""
|
2376
2741
|
|
@@ -2380,6 +2745,9 @@ msgstr ""
|
|
2380
2745
|
msgid "Import-only content views can not be published directly"
|
2381
2746
|
msgstr ""
|
2382
2747
|
|
2748
|
+
msgid "Important"
|
2749
|
+
msgstr ""
|
2750
|
+
|
2383
2751
|
msgid "Importing manifest into '%{subject}' failed."
|
2384
2752
|
msgstr ""
|
2385
2753
|
|
@@ -2392,9 +2760,24 @@ msgstr ""
|
|
2392
2760
|
msgid "Include"
|
2393
2761
|
msgstr ""
|
2394
2762
|
|
2763
|
+
msgid "Include all Module Streams with no errata."
|
2764
|
+
msgstr ""
|
2765
|
+
|
2766
|
+
msgid "Include all RPMs with no errata."
|
2767
|
+
msgstr ""
|
2768
|
+
|
2769
|
+
msgid "Include filter"
|
2770
|
+
msgstr ""
|
2771
|
+
|
2395
2772
|
msgid "Included"
|
2396
2773
|
msgstr ""
|
2397
2774
|
|
2775
|
+
msgid "Included errata"
|
2776
|
+
msgstr ""
|
2777
|
+
|
2778
|
+
msgid "Includes"
|
2779
|
+
msgstr ""
|
2780
|
+
|
2398
2781
|
msgid "Includes associated content view filter ids in response"
|
2399
2782
|
msgstr ""
|
2400
2783
|
|
@@ -2413,6 +2796,9 @@ msgstr ""
|
|
2413
2796
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
2414
2797
|
msgstr ""
|
2415
2798
|
|
2799
|
+
msgid "Incremental update"
|
2800
|
+
msgstr ""
|
2801
|
+
|
2416
2802
|
msgid "Incremental update requires at least one content unit"
|
2417
2803
|
msgstr ""
|
2418
2804
|
|
@@ -2476,9 +2862,18 @@ msgstr ""
|
|
2476
2862
|
msgid "Install packages remotely using katello-agent. %s"
|
2477
2863
|
msgstr ""
|
2478
2864
|
|
2865
|
+
msgid "Installable"
|
2866
|
+
msgstr ""
|
2867
|
+
|
2868
|
+
msgid "Installable Errata"
|
2869
|
+
msgstr ""
|
2870
|
+
|
2479
2871
|
msgid "Installable errata from Content View"
|
2480
2872
|
msgstr ""
|
2481
2873
|
|
2874
|
+
msgid "Installable errata will appear here when available."
|
2875
|
+
msgstr ""
|
2876
|
+
|
2482
2877
|
msgid "Installation of errata requested: %{errata}"
|
2483
2878
|
msgstr ""
|
2484
2879
|
|
@@ -2491,6 +2886,9 @@ msgstr ""
|
|
2491
2886
|
msgid "Installed Packages"
|
2492
2887
|
msgstr ""
|
2493
2888
|
|
2889
|
+
msgid "Installed Version"
|
2890
|
+
msgstr ""
|
2891
|
+
|
2494
2892
|
msgid "Installing Erratum..."
|
2495
2893
|
msgstr ""
|
2496
2894
|
|
@@ -2521,6 +2919,9 @@ msgstr ""
|
|
2521
2919
|
msgid "Invalid"
|
2522
2920
|
msgstr ""
|
2523
2921
|
|
2922
|
+
msgid "Invalid SSL CA certificate given for CDN"
|
2923
|
+
msgstr ""
|
2924
|
+
|
2524
2925
|
msgid "Invalid association of the content view id. Content View must match the content view version being saved"
|
2525
2926
|
msgstr ""
|
2526
2927
|
|
@@ -2551,6 +2952,9 @@ msgstr ""
|
|
2551
2952
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
2552
2953
|
msgstr ""
|
2553
2954
|
|
2955
|
+
msgid "Invalid mirroring policy for repository type %{type}, only %{policies} are valid."
|
2956
|
+
msgstr ""
|
2957
|
+
|
2554
2958
|
msgid "Invalid parameters sent in the request for this operation. Please contact a system administrator."
|
2555
2959
|
msgstr ""
|
2556
2960
|
|
@@ -2572,6 +2976,9 @@ msgstr ""
|
|
2572
2976
|
msgid "Invalid value specified for ignorable content. Permissible values %s"
|
2573
2977
|
msgstr ""
|
2574
2978
|
|
2979
|
+
msgid "Issued"
|
2980
|
+
msgstr ""
|
2981
|
+
|
2575
2982
|
msgid "Katello ID of local pool to update"
|
2576
2983
|
msgstr ""
|
2577
2984
|
|
@@ -2593,6 +3000,9 @@ msgstr ""
|
|
2593
3000
|
msgid "Katello: Remove Package Group"
|
2594
3001
|
msgstr ""
|
2595
3002
|
|
3003
|
+
msgid "Katello: Resolve Traces"
|
3004
|
+
msgstr ""
|
3005
|
+
|
2596
3006
|
msgid "Katello: Service Restart"
|
2597
3007
|
msgstr ""
|
2598
3008
|
|
@@ -2641,6 +3051,15 @@ msgstr ""
|
|
2641
3051
|
msgid "Learn more about adding Subscription Manifests"
|
2642
3052
|
msgstr ""
|
2643
3053
|
|
3054
|
+
msgid "Leave blank if consuming Red Hat Content from the Default Content View or CDN "
|
3055
|
+
msgstr ""
|
3056
|
+
|
3057
|
+
msgid "Leave blank if consuming Red Hat Content from the Library lifecycle environment or CDN "
|
3058
|
+
msgstr ""
|
3059
|
+
|
3060
|
+
msgid "Less than"
|
3061
|
+
msgstr ""
|
3062
|
+
|
2644
3063
|
msgid "Library lifecycle environments may not be deleted."
|
2645
3064
|
msgstr ""
|
2646
3065
|
|
@@ -2662,6 +3081,9 @@ msgstr ""
|
|
2662
3081
|
msgid "Lifecycle Environment ID"
|
2663
3082
|
msgstr ""
|
2664
3083
|
|
3084
|
+
msgid "Lifecycle Environment Label"
|
3085
|
+
msgstr ""
|
3086
|
+
|
2665
3087
|
msgid "Lifecycle Environments"
|
2666
3088
|
msgstr ""
|
2667
3089
|
|
@@ -2686,15 +3108,24 @@ msgstr ""
|
|
2686
3108
|
msgid "Limit content to just that available in the activation key's content view version"
|
2687
3109
|
msgstr ""
|
2688
3110
|
|
2689
|
-
msgid "Limit content to just that available in the
|
3111
|
+
msgid "Limit content to just that available in the host's content view version"
|
2690
3112
|
msgstr ""
|
2691
3113
|
|
2692
|
-
msgid "Limit content to just that available in the host's content view version"
|
3114
|
+
msgid "Limit content to just that available in the host's or activation key's content view version and lifecycle environment."
|
3115
|
+
msgstr ""
|
3116
|
+
|
3117
|
+
msgid "Limit to environment"
|
2693
3118
|
msgstr ""
|
2694
3119
|
|
2695
3120
|
msgid "Limits"
|
2696
3121
|
msgstr ""
|
2697
3122
|
|
3123
|
+
msgid "List %s"
|
3124
|
+
msgstr ""
|
3125
|
+
|
3126
|
+
msgid "List :resource"
|
3127
|
+
msgstr ""
|
3128
|
+
|
2698
3129
|
msgid "List :resource_id"
|
2699
3130
|
msgstr ""
|
2700
3131
|
|
@@ -2731,6 +3162,9 @@ msgstr ""
|
|
2731
3162
|
msgid "List content views"
|
2732
3163
|
msgstr ""
|
2733
3164
|
|
3165
|
+
msgid "List deb packages"
|
3166
|
+
msgstr ""
|
3167
|
+
|
2734
3168
|
msgid "List deb packages installed on the host"
|
2735
3169
|
msgstr ""
|
2736
3170
|
|
@@ -2917,6 +3351,9 @@ msgstr ""
|
|
2917
3351
|
msgid "Loading"
|
2918
3352
|
msgstr ""
|
2919
3353
|
|
3354
|
+
msgid "Loading versions"
|
3355
|
+
msgstr ""
|
3356
|
+
|
2920
3357
|
msgid "Make copy of a content view"
|
2921
3358
|
msgstr ""
|
2922
3359
|
|
@@ -2965,6 +3402,9 @@ msgstr ""
|
|
2965
3402
|
msgid "Matched"
|
2966
3403
|
msgstr ""
|
2967
3404
|
|
3405
|
+
msgid "Matching content"
|
3406
|
+
msgstr ""
|
3407
|
+
|
2968
3408
|
msgid "Max %(maxQuantity)s"
|
2969
3409
|
msgstr ""
|
2970
3410
|
|
@@ -2977,6 +3417,9 @@ msgstr ""
|
|
2977
3417
|
msgid "Maximum number of hosts in the host collection"
|
2978
3418
|
msgstr ""
|
2979
3419
|
|
3420
|
+
msgid "Maximum version"
|
3421
|
+
msgstr ""
|
3422
|
+
|
2980
3423
|
msgid "May not add a type or date range rule to a filter that has existing rules."
|
2981
3424
|
msgstr ""
|
2982
3425
|
|
@@ -2995,9 +3438,15 @@ msgstr ""
|
|
2995
3438
|
msgid "Messaging connection"
|
2996
3439
|
msgstr ""
|
2997
3440
|
|
3441
|
+
msgid "Metadata republishing must be forced because it is a dangerous operation."
|
3442
|
+
msgstr ""
|
3443
|
+
|
2998
3444
|
msgid "Metadata taken from the upstream export history for this Content View Version"
|
2999
3445
|
msgstr ""
|
3000
3446
|
|
3447
|
+
msgid "Minimum version"
|
3448
|
+
msgstr ""
|
3449
|
+
|
3001
3450
|
msgid "Mismatched"
|
3002
3451
|
msgstr ""
|
3003
3452
|
|
@@ -3007,6 +3456,12 @@ msgstr ""
|
|
3007
3456
|
msgid "Missing arguments %{substitutions} for %{content_url}"
|
3008
3457
|
msgstr ""
|
3009
3458
|
|
3459
|
+
msgid "Moderate"
|
3460
|
+
msgstr ""
|
3461
|
+
|
3462
|
+
msgid "Modular"
|
3463
|
+
msgstr ""
|
3464
|
+
|
3010
3465
|
msgid "Module Stream"
|
3011
3466
|
msgstr ""
|
3012
3467
|
|
@@ -3019,6 +3474,9 @@ msgstr ""
|
|
3019
3474
|
msgid "Module stream"
|
3020
3475
|
msgstr ""
|
3021
3476
|
|
3477
|
+
msgid "Module streams"
|
3478
|
+
msgstr ""
|
3479
|
+
|
3022
3480
|
msgid "Multi-entitlement"
|
3023
3481
|
msgstr ""
|
3024
3482
|
|
@@ -3140,12 +3598,21 @@ msgstr ""
|
|
3140
3598
|
msgid "No Version of Content View %{component} already exists as a component of the composite Content View %{composite} version %{version}"
|
3141
3599
|
msgstr ""
|
3142
3600
|
|
3601
|
+
msgid "No applicable errata"
|
3602
|
+
msgstr ""
|
3603
|
+
|
3143
3604
|
msgid "No applicable errata for %s, skipping"
|
3144
3605
|
msgstr ""
|
3145
3606
|
|
3146
3607
|
msgid "No artifacts to show"
|
3147
3608
|
msgstr ""
|
3148
3609
|
|
3610
|
+
msgid "No content"
|
3611
|
+
msgstr ""
|
3612
|
+
|
3613
|
+
msgid "No content added."
|
3614
|
+
msgstr ""
|
3615
|
+
|
3149
3616
|
msgid "No content has been provided."
|
3150
3617
|
msgstr ""
|
3151
3618
|
|
@@ -3155,6 +3622,9 @@ msgstr ""
|
|
3155
3622
|
msgid "No content view history events found."
|
3156
3623
|
msgstr ""
|
3157
3624
|
|
3625
|
+
msgid "No content views available"
|
3626
|
+
msgstr ""
|
3627
|
+
|
3158
3628
|
msgid "No content views belong to ${label}"
|
3159
3629
|
msgstr ""
|
3160
3630
|
|
@@ -3173,7 +3643,10 @@ msgstr ""
|
|
3173
3643
|
msgid "No environments"
|
3174
3644
|
msgstr ""
|
3175
3645
|
|
3176
|
-
msgid "No errata
|
3646
|
+
msgid "No errata available for this content view."
|
3647
|
+
msgstr ""
|
3648
|
+
|
3649
|
+
msgid "No errata available to add to this filter."
|
3177
3650
|
msgstr ""
|
3178
3651
|
|
3179
3652
|
msgid "No errors"
|
@@ -3197,30 +3670,60 @@ msgstr ""
|
|
3197
3670
|
msgid "No installed packages and/or enabled repositories have been reported by %s."
|
3198
3671
|
msgstr ""
|
3199
3672
|
|
3673
|
+
msgid "No items have been specified."
|
3674
|
+
msgstr ""
|
3675
|
+
|
3200
3676
|
msgid "No manifest file uploaded"
|
3201
3677
|
msgstr ""
|
3202
3678
|
|
3203
3679
|
msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
|
3204
3680
|
msgstr ""
|
3205
3681
|
|
3682
|
+
msgid "No matching "
|
3683
|
+
msgstr ""
|
3684
|
+
|
3685
|
+
msgid "No matching ${selectedContentType} found"
|
3686
|
+
msgstr ""
|
3687
|
+
|
3688
|
+
msgid "No matching RPM found."
|
3689
|
+
msgstr ""
|
3690
|
+
|
3691
|
+
msgid "No matching activation keys found."
|
3692
|
+
msgstr ""
|
3693
|
+
|
3206
3694
|
msgid "No matching content views found"
|
3207
3695
|
msgstr ""
|
3208
3696
|
|
3697
|
+
msgid "No matching errata found"
|
3698
|
+
msgstr ""
|
3699
|
+
|
3700
|
+
msgid "No matching filter rules found."
|
3701
|
+
msgstr ""
|
3702
|
+
|
3209
3703
|
msgid "No matching filters found"
|
3210
3704
|
msgstr ""
|
3211
3705
|
|
3212
3706
|
msgid "No matching history record found"
|
3213
3707
|
msgstr ""
|
3214
3708
|
|
3215
|
-
msgid "No matching
|
3709
|
+
msgid "No matching hosts found."
|
3710
|
+
msgstr ""
|
3711
|
+
|
3712
|
+
msgid "No matching packages found"
|
3216
3713
|
msgstr ""
|
3217
3714
|
|
3218
3715
|
msgid "No matching repositories found"
|
3219
3716
|
msgstr ""
|
3220
3717
|
|
3718
|
+
msgid "No matching repository sets found"
|
3719
|
+
msgstr ""
|
3720
|
+
|
3221
3721
|
msgid "No matching rules found."
|
3222
3722
|
msgstr ""
|
3223
3723
|
|
3724
|
+
msgid "No matching traces found"
|
3725
|
+
msgstr ""
|
3726
|
+
|
3224
3727
|
msgid "No matching version found"
|
3225
3728
|
msgstr ""
|
3226
3729
|
|
@@ -3230,7 +3733,7 @@ msgstr ""
|
|
3230
3733
|
msgid "No new packages."
|
3231
3734
|
msgstr ""
|
3232
3735
|
|
3233
|
-
msgid "No
|
3736
|
+
msgid "No packages"
|
3234
3737
|
msgstr ""
|
3235
3738
|
|
3236
3739
|
msgid "No packages removed"
|
@@ -3260,6 +3763,12 @@ msgstr ""
|
|
3260
3763
|
msgid "No pulp workers running."
|
3261
3764
|
msgstr ""
|
3262
3765
|
|
3766
|
+
msgid "No pulpcore content apps are running at %s."
|
3767
|
+
msgstr ""
|
3768
|
+
|
3769
|
+
msgid "No pulpcore workers are running at %s."
|
3770
|
+
msgstr ""
|
3771
|
+
|
3263
3772
|
msgid "No recently synced products"
|
3264
3773
|
msgstr ""
|
3265
3774
|
|
@@ -3272,12 +3781,18 @@ msgstr ""
|
|
3272
3781
|
msgid "No repositories enabled."
|
3273
3782
|
msgstr ""
|
3274
3783
|
|
3784
|
+
msgid "No repositories selected."
|
3785
|
+
msgstr ""
|
3786
|
+
|
3275
3787
|
msgid "No repositories to show"
|
3276
3788
|
msgstr ""
|
3277
3789
|
|
3278
3790
|
msgid "No repository sets match your search criteria."
|
3279
3791
|
msgstr ""
|
3280
3792
|
|
3793
|
+
msgid "No repository sets to show."
|
3794
|
+
msgstr ""
|
3795
|
+
|
3281
3796
|
msgid "No rules have been added to this filter."
|
3282
3797
|
msgstr ""
|
3283
3798
|
|
@@ -3329,6 +3844,9 @@ msgstr ""
|
|
3329
3844
|
msgid "Not yet published"
|
3330
3845
|
msgstr ""
|
3331
3846
|
|
3847
|
+
msgid "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:"
|
3848
|
+
msgstr ""
|
3849
|
+
|
3332
3850
|
msgid "Note: The number in parentheses reflects all applicable errata from the Library environment that are unavailable to the host. You will need to promote this content to the relevant content view in order to make it available."
|
3333
3851
|
msgstr ""
|
3334
3852
|
|
@@ -3347,16 +3865,19 @@ msgstr ""
|
|
3347
3865
|
msgid "Number to Allocate"
|
3348
3866
|
msgstr ""
|
3349
3867
|
|
3350
|
-
msgid "OSTree"
|
3868
|
+
msgid "OSTree Branch"
|
3351
3869
|
msgstr ""
|
3352
3870
|
|
3353
|
-
msgid "OSTree
|
3871
|
+
msgid "OSTree Ref"
|
3872
|
+
msgstr ""
|
3873
|
+
|
3874
|
+
msgid "OSTree Refs"
|
3354
3875
|
msgstr ""
|
3355
3876
|
|
3356
|
-
msgid "OSTree
|
3877
|
+
msgid "OSTree ref"
|
3357
3878
|
msgstr ""
|
3358
3879
|
|
3359
|
-
msgid "OSTree
|
3880
|
+
msgid "OSTree refs"
|
3360
3881
|
msgstr ""
|
3361
3882
|
|
3362
3883
|
msgid "Object to show subscriptions available for, either 'host' or 'activation_key'"
|
@@ -3389,6 +3910,12 @@ msgstr ""
|
|
3389
3910
|
msgid "One or more processes require restarting"
|
3390
3911
|
msgstr ""
|
3391
3912
|
|
3913
|
+
msgid "Only On Demand repositories may have space reclaimed."
|
3914
|
+
msgstr ""
|
3915
|
+
|
3916
|
+
msgid "Only On Demand smart proxies may have space reclaimed."
|
3917
|
+
msgstr ""
|
3918
|
+
|
3392
3919
|
msgid "Only one Red Hat provider permitted for an Organization"
|
3393
3920
|
msgstr ""
|
3394
3921
|
|
@@ -3413,6 +3940,9 @@ msgstr ""
|
|
3413
3940
|
msgid "Organization Information not provided."
|
3414
3941
|
msgstr ""
|
3415
3942
|
|
3943
|
+
msgid "Organization Label"
|
3944
|
+
msgstr ""
|
3945
|
+
|
3416
3946
|
msgid "Organization cannot be blank."
|
3417
3947
|
msgstr ""
|
3418
3948
|
|
@@ -3431,9 +3961,18 @@ msgstr ""
|
|
3431
3961
|
msgid "Organization required"
|
3432
3962
|
msgstr ""
|
3433
3963
|
|
3964
|
+
msgid "Orphaned Content Protection Time"
|
3965
|
+
msgstr ""
|
3966
|
+
|
3434
3967
|
msgid "Other"
|
3435
3968
|
msgstr ""
|
3436
3969
|
|
3970
|
+
msgid "Other Content Types"
|
3971
|
+
msgstr ""
|
3972
|
+
|
3973
|
+
msgid "Overridden"
|
3974
|
+
msgstr ""
|
3975
|
+
|
3437
3976
|
msgid "Override content for activation_key"
|
3438
3977
|
msgstr ""
|
3439
3978
|
|
@@ -3452,6 +3991,12 @@ msgstr ""
|
|
3452
3991
|
msgid "Override to a boolean value or 'default'"
|
3453
3992
|
msgstr ""
|
3454
3993
|
|
3994
|
+
msgid "Override to disabled"
|
3995
|
+
msgstr ""
|
3996
|
+
|
3997
|
+
msgid "Override to enabled"
|
3998
|
+
msgstr ""
|
3999
|
+
|
3455
4000
|
msgid "Override value. Provide a boolean value if name is 'enabled'"
|
3456
4001
|
msgstr ""
|
3457
4002
|
|
@@ -3548,6 +4093,12 @@ msgstr ""
|
|
3548
4093
|
msgid "Package Remove scheduled by %s"
|
3549
4094
|
msgstr ""
|
3550
4095
|
|
4096
|
+
msgid "Package Type"
|
4097
|
+
msgstr ""
|
4098
|
+
|
4099
|
+
msgid "Package Types"
|
4100
|
+
msgstr ""
|
4101
|
+
|
3551
4102
|
msgid "Package Update"
|
3552
4103
|
msgstr ""
|
3553
4104
|
|
@@ -3590,12 +4141,21 @@ msgstr ""
|
|
3590
4141
|
msgid "Package installation: \"%{package}\" "
|
3591
4142
|
msgstr ""
|
3592
4143
|
|
4144
|
+
msgid "Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg, bdist_dumb, bdist_egg, bdist_msi, bdist_rpm, bdist_wheel, bdist_wininst, sdist."
|
4145
|
+
msgstr ""
|
4146
|
+
|
3593
4147
|
msgid "Packages"
|
3594
4148
|
msgstr ""
|
3595
4149
|
|
4150
|
+
msgid "Packages management functionality on this page is incomplete"
|
4151
|
+
msgstr ""
|
4152
|
+
|
3596
4153
|
msgid "Packages must be provided"
|
3597
4154
|
msgstr ""
|
3598
4155
|
|
4156
|
+
msgid "Packages will appear here when available."
|
4157
|
+
msgstr ""
|
4158
|
+
|
3599
4159
|
msgid "Page number, starting at 1"
|
3600
4160
|
msgstr ""
|
3601
4161
|
|
@@ -3608,12 +4168,24 @@ msgstr ""
|
|
3608
4168
|
msgid "Partition template IDs"
|
3609
4169
|
msgstr ""
|
3610
4170
|
|
4171
|
+
msgid "Password"
|
4172
|
+
msgstr ""
|
4173
|
+
|
4174
|
+
msgid "Password for authentication"
|
4175
|
+
msgstr ""
|
4176
|
+
|
4177
|
+
msgid "Password of the upstream authentication token."
|
4178
|
+
msgstr ""
|
4179
|
+
|
3611
4180
|
msgid "Password of the upstream repository user used for authentication"
|
3612
4181
|
msgstr ""
|
3613
4182
|
|
3614
4183
|
msgid "Password to access URL"
|
3615
4184
|
msgstr ""
|
3616
4185
|
|
4186
|
+
msgid "Path"
|
4187
|
+
msgstr ""
|
4188
|
+
|
3617
4189
|
msgid "Path for ssl cert used for pulp server auth"
|
3618
4190
|
msgstr ""
|
3619
4191
|
|
@@ -3686,6 +4258,12 @@ msgstr ""
|
|
3686
4258
|
msgid "Please select one from the list below and you will be redirected."
|
3687
4259
|
msgstr ""
|
3688
4260
|
|
4261
|
+
msgid "Please wait while the task starts.."
|
4262
|
+
msgstr ""
|
4263
|
+
|
4264
|
+
msgid "Policy to set for mirroring content. Must be one of %s."
|
4265
|
+
msgstr ""
|
4266
|
+
|
3689
4267
|
msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
|
3690
4268
|
msgstr ""
|
3691
4269
|
|
@@ -3707,6 +4285,9 @@ msgstr ""
|
|
3707
4285
|
msgid "Product ID"
|
3708
4286
|
msgstr ""
|
3709
4287
|
|
4288
|
+
msgid "Product Name"
|
4289
|
+
msgstr ""
|
4290
|
+
|
3710
4291
|
msgid "Product and Repositories"
|
3711
4292
|
msgstr ""
|
3712
4293
|
|
@@ -3754,6 +4335,12 @@ msgstr ""
|
|
3754
4335
|
msgid "Promote errata"
|
3755
4336
|
msgstr ""
|
3756
4337
|
|
4338
|
+
msgid "Promote version ${versionNameToPromote}"
|
4339
|
+
msgstr ""
|
4340
|
+
|
4341
|
+
msgid "Promoted to "
|
4342
|
+
msgstr ""
|
4343
|
+
|
3757
4344
|
msgid "Promoted to %{environment}"
|
3758
4345
|
msgstr ""
|
3759
4346
|
|
@@ -3778,6 +4365,9 @@ msgstr ""
|
|
3778
4365
|
msgid "Proxies"
|
3779
4366
|
msgstr ""
|
3780
4367
|
|
4368
|
+
msgid "Public"
|
4369
|
+
msgstr ""
|
4370
|
+
|
3781
4371
|
msgid "Public key block in DER encoding or certificate content"
|
3782
4372
|
msgstr ""
|
3783
4373
|
|
@@ -3790,9 +4380,15 @@ msgstr ""
|
|
3790
4380
|
msgid "Publish a content view"
|
3791
4381
|
msgstr ""
|
3792
4382
|
|
4383
|
+
msgid "Publish new version"
|
4384
|
+
msgstr ""
|
4385
|
+
|
3793
4386
|
msgid "Publish new version - "
|
3794
4387
|
msgstr ""
|
3795
4388
|
|
4389
|
+
msgid "Published date"
|
4390
|
+
msgstr ""
|
4391
|
+
|
3796
4392
|
msgid "Published new version"
|
3797
4393
|
msgstr ""
|
3798
4394
|
|
@@ -3802,9 +4398,6 @@ msgstr ""
|
|
3802
4398
|
msgid "Publishing content view"
|
3803
4399
|
msgstr ""
|
3804
4400
|
|
3805
|
-
msgid "Pulling remote branches. Downloaded %s units."
|
3806
|
-
msgstr ""
|
3807
|
-
|
3808
4401
|
msgid "Pulp"
|
3809
4402
|
msgstr ""
|
3810
4403
|
|
@@ -3865,7 +4458,22 @@ msgstr ""
|
|
3865
4458
|
msgid "Pulp task error"
|
3866
4459
|
msgstr ""
|
3867
4460
|
|
3868
|
-
msgid "
|
4461
|
+
msgid "Python Package"
|
4462
|
+
msgstr ""
|
4463
|
+
|
4464
|
+
msgid "Python Packages"
|
4465
|
+
msgstr ""
|
4466
|
+
|
4467
|
+
msgid "Python package"
|
4468
|
+
msgstr ""
|
4469
|
+
|
4470
|
+
msgid "Python packages"
|
4471
|
+
msgstr ""
|
4472
|
+
|
4473
|
+
msgid "Python packages to exclude from the upstream URL, names separated by newline. You may also specify versions, for example: django~=2.0."
|
4474
|
+
msgstr ""
|
4475
|
+
|
4476
|
+
msgid "Python packages to include from the upstream URL, names separated by newline. You may also specify versions, for example: django~=2.0. Leave empty to include every package."
|
3869
4477
|
msgstr ""
|
3870
4478
|
|
3871
4479
|
msgid "Quantity"
|
@@ -3898,31 +4506,61 @@ msgstr ""
|
|
3898
4506
|
msgid "RPM"
|
3899
4507
|
msgstr ""
|
3900
4508
|
|
4509
|
+
msgid "RPM Package Groups"
|
4510
|
+
msgstr ""
|
4511
|
+
|
4512
|
+
msgid "RPM Packages"
|
4513
|
+
msgstr ""
|
4514
|
+
|
3901
4515
|
msgid "RPM name"
|
3902
4516
|
msgstr ""
|
3903
4517
|
|
3904
4518
|
msgid "RPMs"
|
3905
4519
|
msgstr ""
|
3906
4520
|
|
4521
|
+
msgid "Range"
|
4522
|
+
msgstr ""
|
4523
|
+
|
3907
4524
|
msgid "Realm IDs"
|
3908
4525
|
msgstr ""
|
3909
4526
|
|
4527
|
+
msgid "Reassign affected activation keys"
|
4528
|
+
msgstr ""
|
4529
|
+
|
4530
|
+
msgid "Reassign affected hosts"
|
4531
|
+
msgstr ""
|
4532
|
+
|
3910
4533
|
msgid "Reboot required"
|
3911
4534
|
msgstr ""
|
3912
4535
|
|
4536
|
+
msgid "Recalculate"
|
4537
|
+
msgstr ""
|
4538
|
+
|
3913
4539
|
msgid "Recently Expired Subscriptions"
|
3914
4540
|
msgstr ""
|
3915
4541
|
|
4542
|
+
msgid "Reclaim Space"
|
4543
|
+
msgstr ""
|
4544
|
+
|
4545
|
+
msgid "Reclaim space from On Demand repositories"
|
4546
|
+
msgstr ""
|
4547
|
+
|
4548
|
+
msgid "Reclaim space from all On Demand repositories on a smart proxy"
|
4549
|
+
msgstr ""
|
4550
|
+
|
4551
|
+
msgid "Reclaim space from an On Demand repository"
|
4552
|
+
msgstr ""
|
4553
|
+
|
3916
4554
|
msgid "Recommended Repositories"
|
3917
4555
|
msgstr ""
|
3918
4556
|
|
3919
4557
|
msgid "Red Hat CDN URL"
|
3920
4558
|
msgstr ""
|
3921
4559
|
|
3922
|
-
msgid "Red Hat
|
4560
|
+
msgid "Red Hat Repositories"
|
3923
4561
|
msgstr ""
|
3924
4562
|
|
3925
|
-
msgid "Red Hat Repositories"
|
4563
|
+
msgid "Red Hat Repositories page"
|
3926
4564
|
msgstr ""
|
3927
4565
|
|
3928
4566
|
msgid "Red Hat products cannot be manipulated."
|
@@ -3937,12 +4575,18 @@ msgstr ""
|
|
3937
4575
|
msgid "Refresh"
|
3938
4576
|
msgstr ""
|
3939
4577
|
|
4578
|
+
msgid "Refresh Content Host Statuses for %s"
|
4579
|
+
msgstr ""
|
4580
|
+
|
3940
4581
|
msgid "Refresh Manifest"
|
3941
4582
|
msgstr ""
|
3942
4583
|
|
3943
4584
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
3944
4585
|
msgstr ""
|
3945
4586
|
|
4587
|
+
msgid "Refresh_Content_Host_Status"
|
4588
|
+
msgstr ""
|
4589
|
+
|
3946
4590
|
msgid "Register a host with subscription and information"
|
3947
4591
|
msgstr ""
|
3948
4592
|
|
@@ -3961,6 +4605,24 @@ msgstr ""
|
|
3961
4605
|
msgid "Reindex subscriptions"
|
3962
4606
|
msgstr ""
|
3963
4607
|
|
4608
|
+
msgid "Related component content views"
|
4609
|
+
msgstr ""
|
4610
|
+
|
4611
|
+
msgid "Related component cvs: "
|
4612
|
+
msgstr ""
|
4613
|
+
|
4614
|
+
msgid "Related composite content views"
|
4615
|
+
msgstr ""
|
4616
|
+
|
4617
|
+
msgid "Related composite cvs: "
|
4618
|
+
msgstr ""
|
4619
|
+
|
4620
|
+
msgid "Related content views will appear here when created."
|
4621
|
+
msgstr ""
|
4622
|
+
|
4623
|
+
msgid "Release"
|
4624
|
+
msgstr ""
|
4625
|
+
|
3964
4626
|
msgid "Release version for this Host to use (7Server, 7.1, etc)"
|
3965
4627
|
msgstr ""
|
3966
4628
|
|
@@ -4012,10 +4674,13 @@ msgstr ""
|
|
4012
4674
|
msgid "Remove content view version"
|
4013
4675
|
msgstr ""
|
4014
4676
|
|
4015
|
-
msgid "Remove
|
4677
|
+
msgid "Remove from Environment"
|
4016
4678
|
msgstr ""
|
4017
4679
|
|
4018
|
-
msgid "Remove from
|
4680
|
+
msgid "Remove from environment"
|
4681
|
+
msgstr ""
|
4682
|
+
|
4683
|
+
msgid "Remove from environments"
|
4019
4684
|
msgstr ""
|
4020
4685
|
|
4021
4686
|
msgid "Remove hosts from the host collection"
|
@@ -4060,6 +4725,9 @@ msgstr ""
|
|
4060
4725
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
4061
4726
|
msgstr ""
|
4062
4727
|
|
4728
|
+
msgid "Remove versions from environments"
|
4729
|
+
msgstr ""
|
4730
|
+
|
4063
4731
|
msgid "Removed component from content view"
|
4064
4732
|
msgstr ""
|
4065
4733
|
|
@@ -4072,6 +4740,9 @@ msgstr ""
|
|
4072
4740
|
msgid "Removing Package..."
|
4073
4741
|
msgstr ""
|
4074
4742
|
|
4743
|
+
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
4744
|
+
msgstr ""
|
4745
|
+
|
4075
4746
|
msgid "Repo Type"
|
4076
4747
|
msgstr ""
|
4077
4748
|
|
@@ -4120,36 +4791,93 @@ msgstr ""
|
|
4120
4791
|
msgid "Repository not found"
|
4121
4792
|
msgstr ""
|
4122
4793
|
|
4794
|
+
msgid "Repository path"
|
4795
|
+
msgstr ""
|
4796
|
+
|
4797
|
+
msgid "Repository set disabled"
|
4798
|
+
msgstr ""
|
4799
|
+
|
4800
|
+
msgid "Repository set enabled"
|
4801
|
+
msgstr ""
|
4802
|
+
|
4123
4803
|
msgid "Repository set name to search on"
|
4124
4804
|
msgstr ""
|
4125
4805
|
|
4806
|
+
msgid "Repository set reset to default"
|
4807
|
+
msgstr ""
|
4808
|
+
|
4809
|
+
msgid "Repository sets"
|
4810
|
+
msgstr ""
|
4811
|
+
|
4126
4812
|
msgid "Repository sets are not available for custom products."
|
4127
4813
|
msgstr ""
|
4128
4814
|
|
4815
|
+
msgid "Repository sets disabled"
|
4816
|
+
msgstr ""
|
4817
|
+
|
4818
|
+
msgid "Repository sets enabled"
|
4819
|
+
msgstr ""
|
4820
|
+
|
4821
|
+
msgid "Repository sets reset to default"
|
4822
|
+
msgstr ""
|
4823
|
+
|
4824
|
+
msgid "Repository sets will appear here when available."
|
4825
|
+
msgstr ""
|
4826
|
+
|
4827
|
+
msgid "Repository with content label %{content_label} was not found in upstream organization %{org_label}, content view %{cv_label} and lifecycle environment %{env_label} "
|
4828
|
+
msgstr ""
|
4829
|
+
|
4129
4830
|
msgid "Republish Repositories of %{name} %{version}"
|
4130
4831
|
msgstr ""
|
4131
4832
|
|
4132
4833
|
msgid "Republish Version Repositories"
|
4133
4834
|
msgstr ""
|
4134
4835
|
|
4135
|
-
msgid "
|
4836
|
+
msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
|
4837
|
+
msgstr ""
|
4838
|
+
|
4839
|
+
msgid "Requirements is not valid yaml."
|
4840
|
+
msgstr ""
|
4841
|
+
|
4842
|
+
msgid "Requirements yaml should be a key-value pair structure."
|
4843
|
+
msgstr ""
|
4844
|
+
|
4845
|
+
msgid "Requirements yaml should have a 'collections' key"
|
4136
4846
|
msgstr ""
|
4137
4847
|
|
4138
4848
|
msgid "Requires Virt-Who"
|
4139
4849
|
msgstr ""
|
4140
4850
|
|
4141
|
-
msgid "
|
4851
|
+
msgid "Reset filters"
|
4852
|
+
msgstr ""
|
4853
|
+
|
4854
|
+
msgid "Reset to default"
|
4855
|
+
msgstr ""
|
4856
|
+
|
4857
|
+
msgid "Resolve traces"
|
4142
4858
|
msgstr ""
|
4143
4859
|
|
4144
4860
|
msgid "Resolve traces for one or more hosts"
|
4145
4861
|
msgstr ""
|
4146
4862
|
|
4863
|
+
msgid "Resolve traces via Katello interface"
|
4864
|
+
msgstr ""
|
4865
|
+
|
4147
4866
|
msgid "Resource"
|
4148
4867
|
msgstr ""
|
4149
4868
|
|
4150
4869
|
msgid "Restart Services via Katello interface"
|
4151
4870
|
msgstr ""
|
4152
4871
|
|
4872
|
+
msgid "Restart app"
|
4873
|
+
msgstr ""
|
4874
|
+
|
4875
|
+
msgid "Restart via customized remote execution"
|
4876
|
+
msgstr ""
|
4877
|
+
|
4878
|
+
msgid "Restart via remote execution"
|
4879
|
+
msgstr ""
|
4880
|
+
|
4153
4881
|
msgid "Restrict Composite Content View promotion"
|
4154
4882
|
msgstr ""
|
4155
4883
|
|
@@ -4168,12 +4896,24 @@ msgstr ""
|
|
4168
4896
|
msgid "Return custom products only"
|
4169
4897
|
msgstr ""
|
4170
4898
|
|
4899
|
+
msgid "Return deb packages that are applicable to one or more hosts (defaults to true if host_id is specified)"
|
4900
|
+
msgstr ""
|
4901
|
+
|
4902
|
+
msgid "Return deb packages that are upgradable on one or more hosts"
|
4903
|
+
msgstr ""
|
4904
|
+
|
4905
|
+
msgid "Return deb packages that can be added to the specified object. Only the value 'content_view_version' is supported."
|
4906
|
+
msgstr ""
|
4907
|
+
|
4171
4908
|
msgid "Return enabled products only"
|
4172
4909
|
msgstr ""
|
4173
4910
|
|
4174
4911
|
msgid "Return errata that are applicable to one or more hosts (defaults to true if host_id is specified)"
|
4175
4912
|
msgstr ""
|
4176
4913
|
|
4914
|
+
msgid "Return errata that are applicable to this host. Defaults to false)"
|
4915
|
+
msgstr ""
|
4916
|
+
|
4177
4917
|
msgid "Return errata that are upgradable on one or more hosts"
|
4178
4918
|
msgstr ""
|
4179
4919
|
|
@@ -4183,6 +4923,15 @@ msgstr ""
|
|
4183
4923
|
msgid "Return name and stream information only)"
|
4184
4924
|
msgstr ""
|
4185
4925
|
|
4926
|
+
msgid "Return only errata of a particular severity (None, Low, Moderate, Important, Critical)"
|
4927
|
+
msgstr ""
|
4928
|
+
|
4929
|
+
msgid "Return only errata of a particular type (security, bugfix, enhancement)"
|
4930
|
+
msgstr ""
|
4931
|
+
|
4932
|
+
msgid "Return only packages of a particular status (upgradable or up-to-date)"
|
4933
|
+
msgstr ""
|
4934
|
+
|
4186
4935
|
msgid "Return only subscriptions which can be attached to the upstream allocation"
|
4187
4936
|
msgstr ""
|
4188
4937
|
|
@@ -4213,9 +4962,21 @@ msgstr ""
|
|
4213
4962
|
msgid "Return the content of a repo gpg key, used directly by yum"
|
4214
4963
|
msgstr ""
|
4215
4964
|
|
4965
|
+
msgid "Return the enabled content types"
|
4966
|
+
msgstr ""
|
4967
|
+
|
4216
4968
|
msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
|
4217
4969
|
msgstr ""
|
4218
4970
|
|
4971
|
+
msgid "Review Details"
|
4972
|
+
msgstr ""
|
4973
|
+
|
4974
|
+
msgid "Review details"
|
4975
|
+
msgstr ""
|
4976
|
+
|
4977
|
+
msgid "Review your currently selected changes for "
|
4978
|
+
msgstr ""
|
4979
|
+
|
4219
4980
|
msgid "Role"
|
4220
4981
|
msgstr ""
|
4221
4982
|
|
@@ -4225,6 +4986,12 @@ msgstr ""
|
|
4225
4986
|
msgid "Roles"
|
4226
4987
|
msgstr ""
|
4227
4988
|
|
4989
|
+
msgid "Rpm packages"
|
4990
|
+
msgstr ""
|
4991
|
+
|
4992
|
+
msgid "Rules to be added"
|
4993
|
+
msgstr ""
|
4994
|
+
|
4228
4995
|
msgid "Run Sync Plan:"
|
4229
4996
|
msgstr ""
|
4230
4997
|
|
@@ -4237,19 +5004,31 @@ msgstr ""
|
|
4237
5004
|
msgid "SRPM details"
|
4238
5005
|
msgstr ""
|
4239
5006
|
|
5007
|
+
msgid "SSL CA Content Credential"
|
5008
|
+
msgstr ""
|
5009
|
+
|
4240
5010
|
msgid "SSL version used to communicate with the CDN"
|
4241
5011
|
msgstr ""
|
4242
5012
|
|
4243
|
-
msgid "SUBSCRIPTIONS EXPIRING SOON"
|
5013
|
+
msgid "SUBSCRIPTIONS EXPIRING SOON"
|
5014
|
+
msgstr ""
|
5015
|
+
|
5016
|
+
msgid "Save"
|
5017
|
+
msgstr ""
|
5018
|
+
|
5019
|
+
msgid "Schedule errata for installation using katello-agent. %s"
|
5020
|
+
msgstr ""
|
5021
|
+
|
5022
|
+
msgid "Schema Version 1"
|
4244
5023
|
msgstr ""
|
4245
5024
|
|
4246
|
-
msgid "
|
5025
|
+
msgid "Schema Version 2"
|
4247
5026
|
msgstr ""
|
4248
5027
|
|
4249
|
-
msgid "
|
5028
|
+
msgid "Search"
|
4250
5029
|
msgstr ""
|
4251
5030
|
|
4252
|
-
msgid "Search"
|
5031
|
+
msgid "Search Query"
|
4253
5032
|
msgstr ""
|
4254
5033
|
|
4255
5034
|
msgid "Search pattern (defaults to '*')"
|
@@ -4294,9 +5073,18 @@ msgstr ""
|
|
4294
5073
|
msgid "Select Value"
|
4295
5074
|
msgstr ""
|
4296
5075
|
|
5076
|
+
msgid "Select a content view"
|
5077
|
+
msgstr ""
|
5078
|
+
|
4297
5079
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
4298
5080
|
msgstr ""
|
4299
5081
|
|
5082
|
+
msgid "Select a provider to install katello-host-tools-tracer"
|
5083
|
+
msgstr ""
|
5084
|
+
|
5085
|
+
msgid "Select all"
|
5086
|
+
msgstr ""
|
5087
|
+
|
4300
5088
|
msgid "Select all rows"
|
4301
5089
|
msgstr ""
|
4302
5090
|
|
@@ -4309,15 +5097,42 @@ msgstr ""
|
|
4309
5097
|
msgid "Select available version of ${cvName} to use"
|
4310
5098
|
msgstr ""
|
4311
5099
|
|
5100
|
+
msgid "Select available version of components to use"
|
5101
|
+
msgstr ""
|
5102
|
+
|
5103
|
+
msgid "Select content view"
|
5104
|
+
msgstr ""
|
5105
|
+
|
4312
5106
|
msgid "Select hosts to assign to %s"
|
4313
5107
|
msgstr ""
|
4314
5108
|
|
5109
|
+
msgid "Select lifecycle environment"
|
5110
|
+
msgstr ""
|
5111
|
+
|
5112
|
+
msgid "Select none"
|
5113
|
+
msgstr ""
|
5114
|
+
|
5115
|
+
msgid "Select one"
|
5116
|
+
msgstr ""
|
5117
|
+
|
5118
|
+
msgid "Select page"
|
5119
|
+
msgstr ""
|
5120
|
+
|
4315
5121
|
msgid "Select row"
|
4316
5122
|
msgstr ""
|
4317
5123
|
|
4318
5124
|
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."
|
4319
5125
|
msgstr ""
|
4320
5126
|
|
5127
|
+
msgid "Selected environment "
|
5128
|
+
msgstr ""
|
5129
|
+
|
5130
|
+
msgid "Selected environments "
|
5131
|
+
msgstr ""
|
5132
|
+
|
5133
|
+
msgid "Sending a list of included IDs is not allowed when all items are being selected."
|
5134
|
+
msgstr ""
|
5135
|
+
|
4321
5136
|
msgid "Service Level"
|
4322
5137
|
msgstr ""
|
4323
5138
|
|
@@ -4357,6 +5172,12 @@ msgstr ""
|
|
4357
5172
|
msgid "Severity"
|
4358
5173
|
msgstr ""
|
4359
5174
|
|
5175
|
+
msgid "Severity must be one of: %s"
|
5176
|
+
msgstr ""
|
5177
|
+
|
5178
|
+
msgid "Show %s"
|
5179
|
+
msgstr ""
|
5180
|
+
|
4360
5181
|
msgid "Show :a_resource"
|
4361
5182
|
msgstr ""
|
4362
5183
|
|
@@ -4387,6 +5208,9 @@ msgstr ""
|
|
4387
5208
|
msgid "Show a sync plan"
|
4388
5209
|
msgstr ""
|
4389
5210
|
|
5211
|
+
msgid "Show all"
|
5212
|
+
msgstr ""
|
5213
|
+
|
4390
5214
|
msgid "Show an activation key"
|
4391
5215
|
msgstr ""
|
4392
5216
|
|
@@ -4402,6 +5226,9 @@ msgstr ""
|
|
4402
5226
|
msgid "Show filter rule info"
|
4403
5227
|
msgstr ""
|
4404
5228
|
|
5229
|
+
msgid "Show full description"
|
5230
|
+
msgstr ""
|
5231
|
+
|
4405
5232
|
msgid "Show organization"
|
4406
5233
|
msgstr ""
|
4407
5234
|
|
@@ -4432,7 +5259,7 @@ msgstr ""
|
|
4432
5259
|
msgid "Simple Content Access has been enabled for '%{subject}'."
|
4433
5260
|
msgstr ""
|
4434
5261
|
|
4435
|
-
msgid "Single content view consisting of repositories"
|
5262
|
+
msgid "Single content view consisting of e.g. repositories"
|
4436
5263
|
msgstr ""
|
4437
5264
|
|
4438
5265
|
msgid "Size of file to upload"
|
@@ -4453,7 +5280,7 @@ msgstr ""
|
|
4453
5280
|
msgid "Sockets: %s"
|
4454
5281
|
msgstr ""
|
4455
5282
|
|
4456
|
-
msgid "
|
5283
|
+
msgid "Solution"
|
4457
5284
|
msgstr ""
|
4458
5285
|
|
4459
5286
|
msgid "Solve RPM dependencies by default on Content View publish, defaults to false"
|
@@ -4468,21 +5295,78 @@ msgstr ""
|
|
4468
5295
|
msgid "Some services are not properly started. See the About page for more information."
|
4469
5296
|
msgstr ""
|
4470
5297
|
|
5298
|
+
msgid "Something went wrong while adding a bookmark: ${getBookmarkErrorMsgs(error.response)}"
|
5299
|
+
msgstr ""
|
5300
|
+
|
5301
|
+
msgid "Something went wrong while adding a filter rule! ${getResponseErrorMsgs(error.response)}"
|
5302
|
+
msgstr ""
|
5303
|
+
|
4471
5304
|
msgid "Something went wrong while adding component! ${getResponseErrorMsgs(error.response)}"
|
4472
5305
|
msgstr ""
|
4473
5306
|
|
5307
|
+
msgid "Something went wrong while adding filter rules! ${getResponseErrorMsgs(error.response)}"
|
5308
|
+
msgstr ""
|
5309
|
+
|
4474
5310
|
msgid "Something went wrong while creating the filter! ${getResponseErrorMsgs(error.response)}"
|
4475
5311
|
msgstr ""
|
4476
5312
|
|
5313
|
+
msgid "Something went wrong while deleting filter rules! ${getResponseErrorMsgs(error.response)}"
|
5314
|
+
msgstr ""
|
5315
|
+
|
4477
5316
|
msgid "Something went wrong while deleting filters! ${getResponseErrorMsgs(error.response)}"
|
4478
5317
|
msgstr ""
|
4479
5318
|
|
4480
5319
|
msgid "Something went wrong while deleting this filter! ${getResponseErrorMsgs(error.response)}"
|
4481
5320
|
msgstr ""
|
4482
5321
|
|
5322
|
+
msgid "Something went wrong while editing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
5323
|
+
msgstr ""
|
5324
|
+
|
5325
|
+
msgid "Something went wrong while editing the filter! ${getResponseErrorMsgs(error.response)}"
|
5326
|
+
msgstr ""
|
5327
|
+
|
5328
|
+
msgid "Something went wrong while editing version details. ${getResponseErrorMsgs(error.response)}"
|
5329
|
+
msgstr ""
|
5330
|
+
|
5331
|
+
msgid "Something went wrong while fetching ${lowerCase(pluralLabel)}! ${getResponseErrorMsgs(error.response)}"
|
5332
|
+
msgstr ""
|
5333
|
+
|
5334
|
+
msgid "Something went wrong while fetching files! ${getResponseErrorMsgs(error.response)}"
|
5335
|
+
msgstr ""
|
5336
|
+
|
5337
|
+
msgid "Something went wrong while fetching rpm packages! ${getResponseErrorMsgs(error.response)}"
|
5338
|
+
msgstr ""
|
5339
|
+
|
5340
|
+
msgid "Something went wrong while getting deb packages! ${getResponseErrorMsgs(error.response)}"
|
5341
|
+
msgstr ""
|
5342
|
+
|
5343
|
+
msgid "Something went wrong while getting docker tags! ${getResponseErrorMsgs(error.response)}"
|
5344
|
+
msgstr ""
|
5345
|
+
|
5346
|
+
msgid "Something went wrong while getting errata! ${getResponseErrorMsgs(error.response)}"
|
5347
|
+
msgstr ""
|
5348
|
+
|
5349
|
+
msgid "Something went wrong while getting module streams! ${getResponseErrorMsgs(error.response)}"
|
5350
|
+
msgstr ""
|
5351
|
+
|
5352
|
+
msgid "Something went wrong while getting repositories! ${getResponseErrorMsgs(error.response)}"
|
5353
|
+
msgstr ""
|
5354
|
+
|
5355
|
+
msgid "Something went wrong while getting version details. ${getResponseErrorMsgs(error.response)}"
|
5356
|
+
msgstr ""
|
5357
|
+
|
5358
|
+
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
5359
|
+
msgstr ""
|
5360
|
+
|
4483
5361
|
msgid "Something went wrong while removing component! ${getResponseErrorMsgs(error.response)}"
|
4484
5362
|
msgstr ""
|
4485
5363
|
|
5364
|
+
msgid "Something went wrong while retrieving package groups! ${getResponseErrorMsgs(error.response)}"
|
5365
|
+
msgstr ""
|
5366
|
+
|
5367
|
+
msgid "Something went wrong while retrieving the activation keys! ${getResponseErrorMsgs(error.response)}"
|
5368
|
+
msgstr ""
|
5369
|
+
|
4486
5370
|
msgid "Something went wrong while retrieving the content view components! ${getResponseErrorMsgs(error.response)}"
|
4487
5371
|
msgstr ""
|
4488
5372
|
|
@@ -4501,15 +5385,24 @@ msgstr ""
|
|
4501
5385
|
msgid "Something went wrong while retrieving the content view versions! ${getResponseErrorMsgs(error.response)}"
|
4502
5386
|
msgstr ""
|
4503
5387
|
|
5388
|
+
msgid "Something went wrong while retrieving the hosts! ${getResponseErrorMsgs(error.response)}"
|
5389
|
+
msgstr ""
|
5390
|
+
|
4504
5391
|
msgid "Something went wrong while retrieving the repository types! ${getResponseErrorMsgs(error.response)}"
|
4505
5392
|
msgstr ""
|
4506
5393
|
|
5394
|
+
msgid "Something went wrong! Please check server logs!"
|
5395
|
+
msgstr ""
|
5396
|
+
|
4507
5397
|
msgid "Sort field and order, eg. 'id DESC'"
|
4508
5398
|
msgstr ""
|
4509
5399
|
|
4510
5400
|
msgid "Source RPM"
|
4511
5401
|
msgstr ""
|
4512
5402
|
|
5403
|
+
msgid "Source RPMs"
|
5404
|
+
msgstr ""
|
5405
|
+
|
4513
5406
|
msgid "Specify an export chunk size less than 1_000_000 GB"
|
4514
5407
|
msgstr ""
|
4515
5408
|
|
@@ -4537,6 +5430,9 @@ msgstr ""
|
|
4537
5430
|
msgid "Status"
|
4538
5431
|
msgstr ""
|
4539
5432
|
|
5433
|
+
msgid "Status must be one of: %s"
|
5434
|
+
msgstr ""
|
5435
|
+
|
4540
5436
|
msgid "Storage"
|
4541
5437
|
msgstr ""
|
4542
5438
|
|
@@ -4726,6 +5622,9 @@ msgstr ""
|
|
4726
5622
|
msgid "Sync state"
|
4727
5623
|
msgstr ""
|
4728
5624
|
|
5625
|
+
msgid "Synced "
|
5626
|
+
msgstr ""
|
5627
|
+
|
4729
5628
|
msgid "Synced Content"
|
4730
5629
|
msgstr ""
|
4731
5630
|
|
@@ -4759,18 +5658,27 @@ msgstr ""
|
|
4759
5658
|
msgid "Syncing Complete."
|
4760
5659
|
msgstr ""
|
4761
5660
|
|
5661
|
+
msgid "Synopsis"
|
5662
|
+
msgstr ""
|
5663
|
+
|
4762
5664
|
msgid "System Purpose"
|
4763
5665
|
msgstr ""
|
4764
5666
|
|
4765
5667
|
msgid "System Status"
|
4766
5668
|
msgstr ""
|
4767
5669
|
|
5670
|
+
msgid "Tag name"
|
5671
|
+
msgstr ""
|
5672
|
+
|
4768
5673
|
msgid "Tags"
|
4769
5674
|
msgstr ""
|
4770
5675
|
|
4771
5676
|
msgid "Task"
|
4772
5677
|
msgstr ""
|
4773
5678
|
|
5679
|
+
msgid "Task ${task.humanized.action} completed with a result of ${task.result}. ${task.errors ? getErrors(task) : ''}"
|
5680
|
+
msgstr ""
|
5681
|
+
|
4774
5682
|
msgid "Task ${task.humanized.action} has started."
|
4775
5683
|
msgstr ""
|
4776
5684
|
|
@@ -4904,9 +5812,10 @@ msgstr ""
|
|
4904
5812
|
msgid "The requested traces were not found for this host"
|
4905
5813
|
msgstr ""
|
4906
5814
|
|
4907
|
-
msgid ""
|
4908
|
-
|
4909
|
-
|
5815
|
+
msgid "The selected kickstart repository is not part of the assigned content view, lifecycle environment, content source, operating system, and architecture"
|
5816
|
+
msgstr ""
|
5817
|
+
|
5818
|
+
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
4910
5819
|
msgstr ""
|
4911
5820
|
|
4912
5821
|
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
@@ -4957,6 +5866,9 @@ msgstr ""
|
|
4957
5866
|
msgid "There was a problem retrieving Activation Key data from the server."
|
4958
5867
|
msgstr ""
|
4959
5868
|
|
5869
|
+
msgid "There was an error retrieving data from the server. Check your connection and try again."
|
5870
|
+
msgstr ""
|
5871
|
+
|
4960
5872
|
msgid "There was an issue with the backend service %s: "
|
4961
5873
|
msgstr ""
|
4962
5874
|
|
@@ -4975,15 +5887,39 @@ msgstr ""
|
|
4975
5887
|
msgid "This action doesn't support package groups"
|
4976
5888
|
msgstr ""
|
4977
5889
|
|
5890
|
+
msgid "This action should only be taken in extreme circumstances or for debugging purposes."
|
5891
|
+
msgstr ""
|
5892
|
+
|
4978
5893
|
msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
|
4979
5894
|
msgstr ""
|
4980
5895
|
|
4981
5896
|
msgid "This certificate allows a user to view the repositories in any environment from a browser."
|
4982
5897
|
msgstr ""
|
4983
5898
|
|
5899
|
+
msgid "This content view does not have any versions associated."
|
5900
|
+
msgstr ""
|
5901
|
+
|
4984
5902
|
msgid "This content view version doesn't have a history."
|
4985
5903
|
msgstr ""
|
4986
5904
|
|
5905
|
+
msgid "This content view will be automatically updated to the latest version."
|
5906
|
+
msgstr ""
|
5907
|
+
|
5908
|
+
msgid "This content view will be deleted. Changes will be effective after clicking Delete."
|
5909
|
+
msgstr ""
|
5910
|
+
|
5911
|
+
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
5912
|
+
msgstr ""
|
5913
|
+
|
5914
|
+
msgid "This host currently does not have traces."
|
5915
|
+
msgstr ""
|
5916
|
+
|
5917
|
+
msgid "This host does not have any installable errata."
|
5918
|
+
msgstr ""
|
5919
|
+
|
5920
|
+
msgid "This host does not have any packages."
|
5921
|
+
msgstr ""
|
5922
|
+
|
4987
5923
|
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
4988
5924
|
msgstr ""
|
4989
5925
|
|
@@ -5011,10 +5947,13 @@ msgstr ""
|
|
5011
5947
|
msgid "This is not a linked repository"
|
5012
5948
|
msgstr ""
|
5013
5949
|
|
5950
|
+
msgid "This organization has Simple Content Access enabled. Hosts are not required to have subscriptions attached to access repositories. {br} Learn more about your overall subscription usage at {subscriptionWatch}."
|
5951
|
+
msgstr ""
|
5952
|
+
|
5014
5953
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
5015
5954
|
msgstr ""
|
5016
5955
|
|
5017
|
-
msgid "This request may only be performed on a Smart proxy that has the
|
5956
|
+
msgid "This request may only be performed on a Smart proxy that has the Pulpcore feature with mirror=true."
|
5018
5957
|
msgstr ""
|
5019
5958
|
|
5020
5959
|
msgid "This service is available for unauthenticated users"
|
@@ -5029,6 +5968,21 @@ msgstr ""
|
|
5029
5968
|
msgid "This subscription is not relevant to the current organization."
|
5030
5969
|
msgstr ""
|
5031
5970
|
|
5971
|
+
msgid "This version has not been promoted to any environments."
|
5972
|
+
msgstr ""
|
5973
|
+
|
5974
|
+
msgid "This version is not promoted to any environments."
|
5975
|
+
msgstr ""
|
5976
|
+
|
5977
|
+
msgid "This version will be removed from:"
|
5978
|
+
msgstr ""
|
5979
|
+
|
5980
|
+
msgid "This will create a copy of {cv}, including details, repositories, and filters. Generated data such as history, tasks and versions will not be copied."
|
5981
|
+
msgstr ""
|
5982
|
+
|
5983
|
+
msgid "Time in minutes to consider orphan content as orphaned."
|
5984
|
+
msgstr ""
|
5985
|
+
|
5032
5986
|
msgid "Time in seconds to wait for a Host to finish a remote action"
|
5033
5987
|
msgstr ""
|
5034
5988
|
|
@@ -5053,18 +6007,36 @@ msgstr ""
|
|
5053
6007
|
msgid "Total timeout in seconds for connections when syncing"
|
5054
6008
|
msgstr ""
|
5055
6009
|
|
6010
|
+
msgid "Tracer helps administrators identify applications that need to be restarted after a system is patched."
|
6011
|
+
msgstr ""
|
6012
|
+
|
5056
6013
|
msgid "Tracer profile uploaded successfully"
|
5057
6014
|
msgstr ""
|
5058
6015
|
|
5059
6016
|
msgid "Traces"
|
5060
6017
|
msgstr ""
|
5061
6018
|
|
6019
|
+
msgid "Traces are not enabled"
|
6020
|
+
msgstr ""
|
6021
|
+
|
6022
|
+
msgid "Traces help administrators identify applications that need to be restarted after a system is patched."
|
6023
|
+
msgstr ""
|
6024
|
+
|
6025
|
+
msgid "Traces that require logout cannot be restarted remotely"
|
6026
|
+
msgstr ""
|
6027
|
+
|
5062
6028
|
msgid "Trigger an auto-attach of subscriptions"
|
5063
6029
|
msgstr ""
|
5064
6030
|
|
5065
6031
|
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
5066
6032
|
msgstr ""
|
5067
6033
|
|
6034
|
+
msgid "Try changing your search criteria."
|
6035
|
+
msgstr ""
|
6036
|
+
|
6037
|
+
msgid "Try changing your search query."
|
6038
|
+
msgstr ""
|
6039
|
+
|
5068
6040
|
msgid "Try changing your search settings."
|
5069
6041
|
msgstr ""
|
5070
6042
|
|
@@ -5074,15 +6046,27 @@ msgstr ""
|
|
5074
6046
|
msgid "Type"
|
5075
6047
|
msgstr ""
|
5076
6048
|
|
6049
|
+
msgid "Type must be one of: %s"
|
6050
|
+
msgstr ""
|
6051
|
+
|
5077
6052
|
msgid "Type of content"
|
5078
6053
|
msgstr ""
|
5079
6054
|
|
5080
6055
|
msgid "Type of content: \"cert\", \"gpg_key\""
|
5081
6056
|
msgstr ""
|
5082
6057
|
|
6058
|
+
msgid "URL"
|
6059
|
+
msgstr ""
|
6060
|
+
|
5083
6061
|
msgid "URL needs to have a trailing /"
|
5084
6062
|
msgstr ""
|
5085
6063
|
|
6064
|
+
msgid "URL of a PyPI content source such as https://pypi.org."
|
6065
|
+
msgstr ""
|
6066
|
+
|
6067
|
+
msgid "URL of an OSTree repository."
|
6068
|
+
msgstr ""
|
6069
|
+
|
5086
6070
|
msgid "UUID"
|
5087
6071
|
msgstr ""
|
5088
6072
|
|
@@ -5101,6 +6085,9 @@ msgstr ""
|
|
5101
6085
|
msgid "UUIDs of the virtual guests from the host's hypervisor"
|
5102
6086
|
msgstr ""
|
5103
6087
|
|
6088
|
+
msgid "Unable to connect"
|
6089
|
+
msgstr ""
|
6090
|
+
|
5104
6091
|
msgid "Unable to connect. Got: %s"
|
5105
6092
|
msgstr ""
|
5106
6093
|
|
@@ -5200,15 +6187,24 @@ msgstr ""
|
|
5200
6187
|
msgid "Unsubscribed hypervisor"
|
5201
6188
|
msgstr ""
|
5202
6189
|
|
6190
|
+
msgid "Unsupported CDN resource"
|
6191
|
+
msgstr ""
|
6192
|
+
|
5203
6193
|
msgid "Unsupported URL protocol %s."
|
5204
6194
|
msgstr ""
|
5205
6195
|
|
5206
6196
|
msgid "Unsupported event type %{type}. Supported: %{types}"
|
5207
6197
|
msgstr ""
|
5208
6198
|
|
6199
|
+
msgid "Up-to date"
|
6200
|
+
msgstr ""
|
6201
|
+
|
5209
6202
|
msgid "Update"
|
5210
6203
|
msgstr ""
|
5211
6204
|
|
6205
|
+
msgid "Update CDN Configuration"
|
6206
|
+
msgstr ""
|
6207
|
+
|
5212
6208
|
msgid "Update Content Overrides"
|
5213
6209
|
msgstr ""
|
5214
6210
|
|
@@ -5308,6 +6304,9 @@ msgstr ""
|
|
5308
6304
|
msgid "Update services requiring restart"
|
5309
6305
|
msgstr ""
|
5310
6306
|
|
6307
|
+
msgid "Update the CDN configuration"
|
6308
|
+
msgstr ""
|
6309
|
+
|
5311
6310
|
msgid "Update the HTTP proxy configuration on the repositories of one or more products."
|
5312
6311
|
msgstr ""
|
5313
6312
|
|
@@ -5350,7 +6349,19 @@ msgstr ""
|
|
5350
6349
|
msgid "Updating repository authentication configuration"
|
5351
6350
|
msgstr ""
|
5352
6351
|
|
5353
|
-
msgid "
|
6352
|
+
msgid "Upgradable"
|
6353
|
+
msgstr ""
|
6354
|
+
|
6355
|
+
msgid "Upgradable To"
|
6356
|
+
msgstr ""
|
6357
|
+
|
6358
|
+
msgid "Upgrade"
|
6359
|
+
msgstr ""
|
6360
|
+
|
6361
|
+
msgid "Upgrade via customized remote execution"
|
6362
|
+
msgstr ""
|
6363
|
+
|
6364
|
+
msgid "Upgrade via remote execution"
|
5354
6365
|
msgstr ""
|
5355
6366
|
|
5356
6367
|
msgid "Upload Content Credential contents"
|
@@ -5368,6 +6379,9 @@ msgstr ""
|
|
5368
6379
|
msgid "Upload into"
|
5369
6380
|
msgstr ""
|
5370
6381
|
|
6382
|
+
msgid "Upload profiles without Dynflow"
|
6383
|
+
msgstr ""
|
6384
|
+
|
5371
6385
|
msgid "Upload request id"
|
5372
6386
|
msgstr ""
|
5373
6387
|
|
@@ -5377,12 +6391,30 @@ msgstr ""
|
|
5377
6391
|
msgid "Upstream identity certificate not available"
|
5378
6392
|
msgstr ""
|
5379
6393
|
|
6394
|
+
msgid "Upstream organization %s does not provide this content path"
|
6395
|
+
msgstr ""
|
6396
|
+
|
6397
|
+
msgid "Upstream organization %{org_label} does not have a content view with the label %{cv_label}"
|
6398
|
+
msgstr ""
|
6399
|
+
|
6400
|
+
msgid "Upstream organization %{org_label} does not have a lifecycle environment with the label %{lce_label}"
|
6401
|
+
msgstr ""
|
6402
|
+
|
6403
|
+
msgid "Upstream organization to sync CDN content from"
|
6404
|
+
msgstr ""
|
6405
|
+
|
5380
6406
|
msgid "Upstream password requires upstream username be set."
|
5381
6407
|
msgstr ""
|
5382
6408
|
|
6409
|
+
msgid "Upstream server to sync CDN content from"
|
6410
|
+
msgstr ""
|
6411
|
+
|
5383
6412
|
msgid "Upstream username and password may only be set on custom repositories."
|
5384
6413
|
msgstr ""
|
5385
6414
|
|
6415
|
+
msgid "Upstream username and upstream password cannot be blank for ULN repositories"
|
6416
|
+
msgstr ""
|
6417
|
+
|
5386
6418
|
msgid "Upstream username requires upstream password be set."
|
5387
6419
|
msgstr ""
|
5388
6420
|
|
@@ -5416,12 +6448,24 @@ msgstr ""
|
|
5416
6448
|
msgid "User must be logged in."
|
5417
6449
|
msgstr ""
|
5418
6450
|
|
6451
|
+
msgid "Username"
|
6452
|
+
msgstr ""
|
6453
|
+
|
6454
|
+
msgid "Username for authentication"
|
6455
|
+
msgstr ""
|
6456
|
+
|
5419
6457
|
msgid "Username of the upstream repository user used for authentication"
|
5420
6458
|
msgstr ""
|
5421
6459
|
|
5422
6460
|
msgid "Username to access URL"
|
5423
6461
|
msgstr ""
|
5424
6462
|
|
6463
|
+
msgid "Username, Password, Organization Label, and SSL CA Content Credential must be provided together."
|
6464
|
+
msgstr ""
|
6465
|
+
|
6466
|
+
msgid "Username, Password, Upstream Organization Label, and SSL CA Credential are required when using a non-Red Hat CDN."
|
6467
|
+
msgstr ""
|
6468
|
+
|
5425
6469
|
msgid "Valid"
|
5426
6470
|
msgstr ""
|
5427
6471
|
|
@@ -5446,6 +6490,21 @@ msgstr ""
|
|
5446
6490
|
msgid "Version ${item.version}"
|
5447
6491
|
msgstr ""
|
5448
6492
|
|
6493
|
+
msgid "Version ${version.version}"
|
6494
|
+
msgstr ""
|
6495
|
+
|
6496
|
+
msgid "Version ${versionNameToRemove} will be deleted from all environments. It will no longer be available for promotion."
|
6497
|
+
msgstr ""
|
6498
|
+
|
6499
|
+
msgid "Version ${versionNameToRemove} will be deleted from the listed environments. It will no longer be available for promotion."
|
6500
|
+
msgstr ""
|
6501
|
+
|
6502
|
+
msgid "Version details updated."
|
6503
|
+
msgstr ""
|
6504
|
+
|
6505
|
+
msgid "Version in use"
|
6506
|
+
msgstr ""
|
6507
|
+
|
5449
6508
|
msgid "Versions"
|
5450
6509
|
msgstr ""
|
5451
6510
|
|
@@ -5458,9 +6517,27 @@ msgstr ""
|
|
5458
6517
|
msgid "View a report of the affected hosts"
|
5459
6518
|
msgstr ""
|
5460
6519
|
|
6520
|
+
msgid "View matching content"
|
6521
|
+
msgstr ""
|
6522
|
+
|
5461
6523
|
msgid "Virtual"
|
5462
6524
|
msgstr ""
|
5463
6525
|
|
6526
|
+
msgid "Visit the previous Packages page"
|
6527
|
+
msgstr ""
|
6528
|
+
|
6529
|
+
msgid "Waiting to start."
|
6530
|
+
msgstr ""
|
6531
|
+
|
6532
|
+
msgid "Warning"
|
6533
|
+
msgstr ""
|
6534
|
+
|
6535
|
+
msgid "When \"Releases/Distributions\" is set, \"Upstream URL\" must also be set!"
|
6536
|
+
msgstr ""
|
6537
|
+
|
6538
|
+
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
6539
|
+
msgstr ""
|
6540
|
+
|
5464
6541
|
msgid "When Simple Content Access is enabled, hosts are not required to have subscriptions attached to access repositories."
|
5465
6542
|
msgstr ""
|
5466
6543
|
|
@@ -5527,7 +6604,10 @@ msgstr ""
|
|
5527
6604
|
msgid "You cannot set an organization's parent_id. This feature is disabled."
|
5528
6605
|
msgstr ""
|
5529
6606
|
|
5530
|
-
msgid "You currently don't have any
|
6607
|
+
msgid "You currently don't have any ${selectedContentType}."
|
6608
|
+
msgstr ""
|
6609
|
+
|
6610
|
+
msgid "You currently don't have any Content views."
|
5531
6611
|
msgstr ""
|
5532
6612
|
|
5533
6613
|
msgid "You currently don't have any filters for this content view."
|
@@ -5536,12 +6616,21 @@ msgstr ""
|
|
5536
6616
|
msgid "You currently don't have any history for this content view."
|
5537
6617
|
msgstr ""
|
5538
6618
|
|
6619
|
+
msgid "You currently don't have any repositories associated with this content."
|
6620
|
+
msgstr ""
|
6621
|
+
|
5539
6622
|
msgid "You currently don't have any repositories to add to this content view."
|
5540
6623
|
msgstr ""
|
5541
6624
|
|
6625
|
+
msgid "You currently don't have any repositories to add to this filter."
|
6626
|
+
msgstr ""
|
6627
|
+
|
5542
6628
|
msgid "You currently don't have any versions for this content view."
|
5543
6629
|
msgstr ""
|
5544
6630
|
|
6631
|
+
msgid "You currently don\\'t have any related content views."
|
6632
|
+
msgstr ""
|
6633
|
+
|
5545
6634
|
msgid "You do not have permissions to delete %s"
|
5546
6635
|
msgstr ""
|
5547
6636
|
|
@@ -5572,10 +6661,25 @@ msgstr ""
|
|
5572
6661
|
msgid "Your search query was invalid. Please revise it and try again. The full error has been sent to the application logs."
|
5573
6662
|
msgstr ""
|
5574
6663
|
|
6664
|
+
msgid "Your search returned no matching "
|
6665
|
+
msgstr ""
|
6666
|
+
|
6667
|
+
msgid "Your search returned no matching RPMs."
|
6668
|
+
msgstr ""
|
6669
|
+
|
6670
|
+
msgid "Your search returned no matching activation keys."
|
6671
|
+
msgstr ""
|
6672
|
+
|
6673
|
+
msgid "Your search returned no matching hosts."
|
6674
|
+
msgstr ""
|
6675
|
+
|
5575
6676
|
msgid "Yum Metadata: %s"
|
5576
6677
|
msgstr ""
|
5577
6678
|
|
5578
|
-
msgid "a
|
6679
|
+
msgid "a content unit"
|
6680
|
+
msgstr ""
|
6681
|
+
|
6682
|
+
msgid "a deb package"
|
5579
6683
|
msgstr ""
|
5580
6684
|
|
5581
6685
|
msgid "a docker manifest"
|
@@ -5620,6 +6724,9 @@ msgstr ""
|
|
5620
6724
|
msgid "add all packages without errata to the included/excluded list. (package filter only)"
|
5621
6725
|
msgstr ""
|
5622
6726
|
|
6727
|
+
msgid "all environments"
|
6728
|
+
msgstr ""
|
6729
|
+
|
5623
6730
|
msgid "all packages"
|
5624
6731
|
msgstr ""
|
5625
6732
|
|
@@ -5647,9 +6754,6 @@ msgstr ""
|
|
5647
6754
|
msgid "an organization"
|
5648
6755
|
msgstr ""
|
5649
6756
|
|
5650
|
-
msgid "an ostree branch"
|
5651
|
-
msgstr ""
|
5652
|
-
|
5653
6757
|
msgid "are only allowed for Yum repositories."
|
5654
6758
|
msgstr ""
|
5655
6759
|
|
@@ -5662,6 +6766,12 @@ msgstr ""
|
|
5662
6766
|
msgid "base url to perform repo discovery on"
|
5663
6767
|
msgstr ""
|
5664
6768
|
|
6769
|
+
msgid "bulk add filter rules"
|
6770
|
+
msgstr ""
|
6771
|
+
|
6772
|
+
msgid "bulk delete filter rules"
|
6773
|
+
msgstr ""
|
6774
|
+
|
5665
6775
|
msgid "can the activation key have unlimited hosts"
|
5666
6776
|
msgstr ""
|
5667
6777
|
|
@@ -5698,9 +6808,6 @@ msgstr ""
|
|
5698
6808
|
msgid "cannot be set because unlimited hosts is set"
|
5699
6809
|
msgstr ""
|
5700
6810
|
|
5701
|
-
msgid "cannot be set for non-ostree repositories."
|
5702
|
-
msgstr ""
|
5703
|
-
|
5704
6811
|
msgid "cannot be set for non-yum repositories."
|
5705
6812
|
msgstr ""
|
5706
6813
|
|
@@ -5740,6 +6847,9 @@ msgstr ""
|
|
5740
6847
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree', 'rpm', 'srpm')"
|
5741
6848
|
msgstr ""
|
5742
6849
|
|
6850
|
+
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
6851
|
+
msgstr ""
|
6852
|
+
|
5743
6853
|
msgid "content view component ID. Identifier of the component association"
|
5744
6854
|
msgstr ""
|
5745
6855
|
|
@@ -5800,6 +6910,9 @@ msgstr ""
|
|
5800
6910
|
msgid "delete a filter"
|
5801
6911
|
msgstr ""
|
5802
6912
|
|
6913
|
+
msgid "delete the content view with all the versions and environments"
|
6914
|
+
msgstr ""
|
6915
|
+
|
5803
6916
|
msgid "description"
|
5804
6917
|
msgstr ""
|
5805
6918
|
|
@@ -5935,9 +7048,6 @@ msgstr ""
|
|
5935
7048
|
msgid "ids to filter content by"
|
5936
7049
|
msgstr ""
|
5937
7050
|
|
5938
|
-
msgid "if a custom sync policy is chosen for ostree repositories then a 'depth' value must be provided"
|
5939
|
-
msgstr ""
|
5940
|
-
|
5941
7051
|
msgid "if true, Katello will verify the upstream url's SSL certifcates are signed by a trusted CA"
|
5942
7052
|
msgstr ""
|
5943
7053
|
|
@@ -6163,9 +7273,6 @@ msgstr ""
|
|
6163
7273
|
msgid "policies for HTTP proxy for content sync"
|
6164
7274
|
msgstr ""
|
6165
7275
|
|
6166
|
-
msgid "policies for syncing upstream ostree repositories"
|
6167
|
-
msgstr ""
|
6168
|
-
|
6169
7276
|
msgid "policy for HTTP proxy for content sync"
|
6170
7277
|
msgstr ""
|
6171
7278
|
|
@@ -6205,9 +7312,6 @@ msgstr ""
|
|
6205
7312
|
msgid "repository source url"
|
6206
7313
|
msgstr ""
|
6207
7314
|
|
6208
|
-
msgid "repository url"
|
6209
|
-
msgstr ""
|
6210
|
-
|
6211
7315
|
msgid "repository_id"
|
6212
7316
|
msgstr ""
|
6213
7317
|
|
@@ -6232,6 +7336,9 @@ msgstr ""
|
|
6232
7336
|
msgid "set true if you want to see only library environments"
|
6233
7337
|
msgstr ""
|
6234
7338
|
|
7339
|
+
msgid "sha256"
|
7340
|
+
msgstr ""
|
7341
|
+
|
6235
7342
|
msgid "show archived repositories"
|
6236
7343
|
msgstr ""
|
6237
7344
|
|
@@ -6280,10 +7387,10 @@ msgstr ""
|
|
6280
7387
|
msgid "true if this repository can be published via HTTP"
|
6281
7388
|
msgstr ""
|
6282
7389
|
|
6283
|
-
msgid "true if this repository when synced has to be mirrored from the source and stale rpms removed"
|
7390
|
+
msgid "true if this repository when synced has to be mirrored from the source and stale rpms removed (Deprecated)"
|
6284
7391
|
msgstr ""
|
6285
7392
|
|
6286
|
-
msgid "type of filter (e.g. rpm, package_group, erratum, docker, modulemd)"
|
7393
|
+
msgid "type of filter (e.g. rpm, package_group, erratum, erratum_id, erratum_date, docker, modulemd)"
|
6287
7394
|
msgstr ""
|
6288
7395
|
|
6289
7396
|
msgid "type of repo"
|
@@ -6313,15 +7420,30 @@ msgstr ""
|
|
6313
7420
|
msgid "url not defined."
|
6314
7421
|
msgstr ""
|
6315
7422
|
|
7423
|
+
msgid "via customized remote execution"
|
7424
|
+
msgstr ""
|
7425
|
+
|
7426
|
+
msgid "via remote execution"
|
7427
|
+
msgstr ""
|
7428
|
+
|
7429
|
+
msgid "view content view tabs."
|
7430
|
+
msgstr ""
|
7431
|
+
|
6316
7432
|
msgid "waiting for Candlepin to finish the task"
|
6317
7433
|
msgstr ""
|
6318
7434
|
|
6319
7435
|
msgid "waiting for Pulp to finish the task"
|
6320
7436
|
msgstr ""
|
6321
7437
|
|
7438
|
+
msgid "waiting for Pulp to finish the task %s"
|
7439
|
+
msgstr ""
|
7440
|
+
|
6322
7441
|
msgid "waiting for Pulp to start the task"
|
6323
7442
|
msgstr ""
|
6324
7443
|
|
7444
|
+
msgid "waiting for Pulp to start the task %s"
|
7445
|
+
msgstr ""
|
7446
|
+
|
6325
7447
|
msgid "whitespace-separated list of architectures to be synced from deb-archive"
|
6326
7448
|
msgstr ""
|
6327
7449
|
|