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/cs/katello.po
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
# <lzap@seznam.cz>, 2013.
|
8
8
|
msgid ""
|
9
9
|
msgstr ""
|
10
|
-
"Project-Id-Version:
|
10
|
+
"Project-Id-Version: katello 2.5.0\n"
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
12
12
|
"PO-Revision-Date: 2013-01-22 13:28+0000\n"
|
13
13
|
"Last-Translator: lzap <lzap@seznam.cz>\n"
|
@@ -44,9 +44,48 @@ msgstr ""
|
|
44
44
|
msgid " View task details "
|
45
45
|
msgstr ""
|
46
46
|
|
47
|
+
msgid " ago"
|
48
|
+
msgstr ""
|
49
|
+
|
50
|
+
msgid " ago."
|
51
|
+
msgstr ""
|
52
|
+
|
53
|
+
msgid " are out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
54
|
+
msgstr ""
|
55
|
+
|
56
|
+
msgid " content view is used in listed component content views. For more information, "
|
57
|
+
msgstr ""
|
58
|
+
|
59
|
+
msgid " content view is used in listed composite content views."
|
60
|
+
msgstr ""
|
61
|
+
|
47
62
|
msgid " environment cannot be set to an environment already on its path"
|
48
63
|
msgstr ""
|
49
64
|
|
65
|
+
msgid " found."
|
66
|
+
msgstr ""
|
67
|
+
|
68
|
+
msgid " is out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
69
|
+
msgstr ""
|
70
|
+
|
71
|
+
msgid "${deleteFlow ? 'Deleting' : 'Removing'} version ${versionNameToRemove}"
|
72
|
+
msgstr ""
|
73
|
+
|
74
|
+
msgid "${pluralize(akResponse.length, 'activation key')} will be moved to content view ${selectedCVNameForAK} in "
|
75
|
+
msgstr ""
|
76
|
+
|
77
|
+
msgid "${pluralize(hostResponse.length, 'host')} will be moved to content view ${selectedCVNameForHosts} in "
|
78
|
+
msgstr ""
|
79
|
+
|
80
|
+
msgid "${pluralize(versionCount, 'content view version')} in the environments below will be removed when content view is deleted"
|
81
|
+
msgstr ""
|
82
|
+
|
83
|
+
msgid "${selectedContentType}"
|
84
|
+
msgstr ""
|
85
|
+
|
86
|
+
msgid "${selectedContentType} will appear here when created."
|
87
|
+
msgstr ""
|
88
|
+
|
50
89
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
51
90
|
msgstr ""
|
52
91
|
|
@@ -74,6 +113,9 @@ msgstr ""
|
|
74
113
|
msgid "%s is not a valid package name"
|
75
114
|
msgstr ""
|
76
115
|
|
116
|
+
msgid "%s is required"
|
117
|
+
msgstr ""
|
118
|
+
|
77
119
|
msgid "%s is unreachable. %s"
|
78
120
|
msgstr ""
|
79
121
|
|
@@ -357,6 +399,9 @@ msgstr ""
|
|
357
399
|
msgid "A summary of new errata after a repository is synchronized"
|
358
400
|
msgstr ""
|
359
401
|
|
402
|
+
msgid "ANY"
|
403
|
+
msgstr ""
|
404
|
+
|
360
405
|
msgid "About page"
|
361
406
|
msgstr ""
|
362
407
|
|
@@ -384,6 +429,9 @@ msgstr ""
|
|
384
429
|
msgid "Action with sub plans"
|
385
430
|
msgstr ""
|
386
431
|
|
432
|
+
msgid "Actions"
|
433
|
+
msgstr ""
|
434
|
+
|
387
435
|
msgid "Activation Keys"
|
388
436
|
msgstr "Aktivační klíče"
|
389
437
|
|
@@ -397,6 +445,9 @@ msgstr ""
|
|
397
445
|
msgid "Activation key(s) for Subscription Manager."
|
398
446
|
msgstr ""
|
399
447
|
|
448
|
+
msgid "Activation keys"
|
449
|
+
msgstr ""
|
450
|
+
|
400
451
|
msgid "Activation keys and subscriptions can be managed"
|
401
452
|
msgstr ""
|
402
453
|
|
@@ -416,6 +467,12 @@ msgstr "Aktivační klíče"
|
|
416
467
|
msgid "Add"
|
417
468
|
msgstr ""
|
418
469
|
|
470
|
+
msgid "Add Bookmark"
|
471
|
+
msgstr ""
|
472
|
+
|
473
|
+
msgid "Add RPM rule"
|
474
|
+
msgstr ""
|
475
|
+
|
419
476
|
msgid "Add Subscriptions"
|
420
477
|
msgstr ""
|
421
478
|
|
@@ -425,12 +482,24 @@ msgstr ""
|
|
425
482
|
msgid "Add component"
|
426
483
|
msgstr ""
|
427
484
|
|
485
|
+
msgid "Add component content views"
|
486
|
+
msgstr ""
|
487
|
+
|
428
488
|
msgid "Add components to the content view"
|
429
489
|
msgstr ""
|
430
490
|
|
491
|
+
msgid "Add content views"
|
492
|
+
msgstr ""
|
493
|
+
|
431
494
|
msgid "Add custom cron logic for sync plan"
|
432
495
|
msgstr ""
|
433
496
|
|
497
|
+
msgid "Add errata"
|
498
|
+
msgstr ""
|
499
|
+
|
500
|
+
msgid "Add filter rule"
|
501
|
+
msgstr ""
|
502
|
+
|
434
503
|
msgid "Add filters using the 'Add filter' button above."
|
435
504
|
msgstr ""
|
436
505
|
|
@@ -440,6 +509,9 @@ msgstr ""
|
|
440
509
|
msgid "Add lifecycle environments to the smart proxy"
|
441
510
|
msgstr ""
|
442
511
|
|
512
|
+
msgid "Add new bookmark"
|
513
|
+
msgstr ""
|
514
|
+
|
443
515
|
msgid "Add one or more host collections to one or more hosts"
|
444
516
|
msgstr ""
|
445
517
|
|
@@ -449,28 +521,37 @@ msgstr ""
|
|
449
521
|
msgid "Add products to sync plan"
|
450
522
|
msgstr ""
|
451
523
|
|
524
|
+
msgid "Add repositories"
|
525
|
+
msgstr ""
|
526
|
+
|
527
|
+
msgid "Add rule"
|
528
|
+
msgstr ""
|
529
|
+
|
452
530
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
453
531
|
msgstr ""
|
454
532
|
|
455
533
|
msgid "Add subscriptions to one or more hosts"
|
456
534
|
msgstr ""
|
457
535
|
|
458
|
-
msgid "Add to this filter using the 'Add RPM' button."
|
536
|
+
msgid "Add to this filter using the 'Add RPM rule' button."
|
459
537
|
msgstr ""
|
460
538
|
|
461
|
-
msgid "Add to this filter using the 'Add
|
539
|
+
msgid "Add to this filter using the 'Add filter rule' button."
|
540
|
+
msgstr ""
|
541
|
+
|
542
|
+
msgid "Add traces by applying updates on this host."
|
462
543
|
msgstr ""
|
463
544
|
|
464
545
|
msgid "Added"
|
465
546
|
msgstr ""
|
466
547
|
|
467
|
-
msgid "Added
|
548
|
+
msgid "Added %s"
|
468
549
|
msgstr ""
|
469
550
|
|
470
|
-
msgid "Added
|
551
|
+
msgid "Added Content:"
|
471
552
|
msgstr ""
|
472
553
|
|
473
|
-
msgid "
|
554
|
+
msgid "Added component to content view"
|
474
555
|
msgstr ""
|
475
556
|
|
476
557
|
msgid "Additional content"
|
@@ -479,30 +560,51 @@ msgstr ""
|
|
479
560
|
msgid "Addons"
|
480
561
|
msgstr ""
|
481
562
|
|
563
|
+
msgid "Affected repositories"
|
564
|
+
msgstr ""
|
565
|
+
|
482
566
|
msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
|
483
567
|
msgstr ""
|
484
568
|
|
485
569
|
msgid "Agent action"
|
486
570
|
msgstr ""
|
487
571
|
|
572
|
+
msgid "All"
|
573
|
+
msgstr ""
|
574
|
+
|
488
575
|
msgid "All Media"
|
489
576
|
msgstr ""
|
490
577
|
|
578
|
+
msgid "All Repositories"
|
579
|
+
msgstr ""
|
580
|
+
|
491
581
|
msgid "All available architectures for this repo are enabled."
|
492
582
|
msgstr ""
|
493
583
|
|
494
584
|
msgid "All errata applied"
|
495
585
|
msgstr ""
|
496
586
|
|
587
|
+
msgid "All versions"
|
588
|
+
msgstr ""
|
589
|
+
|
590
|
+
msgid "All versions will be removed from these environments"
|
591
|
+
msgstr ""
|
592
|
+
|
497
593
|
msgid "Allow Host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
|
498
594
|
msgstr ""
|
499
595
|
|
596
|
+
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)"
|
597
|
+
msgstr ""
|
598
|
+
|
500
599
|
msgid "Allow hosts to re-register themselves only when they are in build mode"
|
501
600
|
msgstr ""
|
502
601
|
|
503
602
|
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."
|
504
603
|
msgstr ""
|
505
604
|
|
605
|
+
msgid "Also include the latest upgradable package version for each host package"
|
606
|
+
msgstr ""
|
607
|
+
|
506
608
|
msgid "Alter a hosts host collections"
|
507
609
|
msgstr ""
|
508
610
|
|
@@ -526,6 +628,11 @@ msgid ""
|
|
526
628
|
"%{error_message}"
|
527
629
|
msgstr ""
|
528
630
|
|
631
|
+
msgid ""
|
632
|
+
"An error occurred during upload \n"
|
633
|
+
"%{error_message}"
|
634
|
+
msgstr ""
|
635
|
+
|
529
636
|
msgid "Another component already includes content view with ID %s"
|
530
637
|
msgstr ""
|
531
638
|
|
@@ -538,9 +645,42 @@ msgstr ""
|
|
538
645
|
msgid "Ansible Collections"
|
539
646
|
msgstr ""
|
540
647
|
|
648
|
+
msgid "Ansible collection"
|
649
|
+
msgstr ""
|
650
|
+
|
651
|
+
msgid "Ansible collections"
|
652
|
+
msgstr ""
|
653
|
+
|
541
654
|
msgid "Applicability Batch Size"
|
542
655
|
msgstr ""
|
543
656
|
|
657
|
+
msgid "Applicable Content Hosts"
|
658
|
+
msgstr ""
|
659
|
+
|
660
|
+
msgid "Application"
|
661
|
+
msgstr ""
|
662
|
+
|
663
|
+
msgid "Apply"
|
664
|
+
msgstr ""
|
665
|
+
|
666
|
+
msgid "Apply Erratum"
|
667
|
+
msgstr ""
|
668
|
+
|
669
|
+
msgid "Apply to all repositories in the CV"
|
670
|
+
msgstr ""
|
671
|
+
|
672
|
+
msgid "Apply to subset of repositories"
|
673
|
+
msgstr ""
|
674
|
+
|
675
|
+
msgid "Apply via Katello agent"
|
676
|
+
msgstr ""
|
677
|
+
|
678
|
+
msgid "Apply via customized remote execution"
|
679
|
+
msgstr ""
|
680
|
+
|
681
|
+
msgid "Apply via remote execution"
|
682
|
+
msgstr ""
|
683
|
+
|
544
684
|
msgid "Arch"
|
545
685
|
msgstr ""
|
546
686
|
|
@@ -553,6 +693,9 @@ msgstr ""
|
|
553
693
|
msgid "Architecture(s)"
|
554
694
|
msgstr ""
|
555
695
|
|
696
|
+
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."
|
697
|
+
msgstr ""
|
698
|
+
|
556
699
|
msgid "Are you sure you want to delete the manifest?"
|
557
700
|
msgstr ""
|
558
701
|
|
@@ -631,6 +774,9 @@ msgstr ""
|
|
631
774
|
msgid "At least one organization must exist."
|
632
775
|
msgstr "Musí existovat alespoň jedna organizace."
|
633
776
|
|
777
|
+
msgid "Atleast one errata type needs to be selected."
|
778
|
+
msgstr ""
|
779
|
+
|
634
780
|
#, fuzzy
|
635
781
|
msgid "Attach a subscription"
|
636
782
|
msgstr "Neplatný stav"
|
@@ -647,15 +793,9 @@ msgstr ""
|
|
647
793
|
msgid "Auth URL requires Auth token be set."
|
648
794
|
msgstr ""
|
649
795
|
|
650
|
-
msgid "Auth token requires Auth URL be set."
|
651
|
-
msgstr ""
|
652
|
-
|
653
796
|
msgid "Author"
|
654
797
|
msgstr ""
|
655
798
|
|
656
|
-
msgid "Auto Publish"
|
657
|
-
msgstr ""
|
658
|
-
|
659
799
|
msgid "Auto Publish - Triggered by '%s'"
|
660
800
|
msgstr ""
|
661
801
|
|
@@ -663,6 +803,9 @@ msgstr ""
|
|
663
803
|
msgid "Auto attach subscriptions"
|
664
804
|
msgstr "Smazat poskytovatele"
|
665
805
|
|
806
|
+
msgid "Auto publish"
|
807
|
+
msgstr ""
|
808
|
+
|
666
809
|
msgid "Autopublish"
|
667
810
|
msgstr ""
|
668
811
|
|
@@ -678,13 +821,13 @@ msgstr ""
|
|
678
821
|
msgid "Available Repositories"
|
679
822
|
msgstr ""
|
680
823
|
|
824
|
+
msgid "Available Schema Versions"
|
825
|
+
msgstr ""
|
826
|
+
|
681
827
|
#, fuzzy
|
682
828
|
msgid "Backend System Status"
|
683
829
|
msgstr "Systém"
|
684
830
|
|
685
|
-
msgid "Background"
|
686
|
-
msgstr ""
|
687
|
-
|
688
831
|
msgid "Base URL to perform repo discovery on"
|
689
832
|
msgstr ""
|
690
833
|
|
@@ -697,6 +840,9 @@ msgstr ""
|
|
697
840
|
msgid "Batch size to sync repositories in."
|
698
841
|
msgstr ""
|
699
842
|
|
843
|
+
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."
|
844
|
+
msgstr ""
|
845
|
+
|
700
846
|
msgid "Beta"
|
701
847
|
msgstr ""
|
702
848
|
|
@@ -706,10 +852,13 @@ msgstr ""
|
|
706
852
|
msgid "Bind entitlements to an allocation"
|
707
853
|
msgstr ""
|
708
854
|
|
709
|
-
msgid "
|
855
|
+
msgid "Bookmark this search"
|
856
|
+
msgstr ""
|
857
|
+
|
858
|
+
msgid "Bookmarks marked as public are available to all users"
|
710
859
|
msgstr ""
|
711
860
|
|
712
|
-
msgid "
|
861
|
+
msgid "Both major and minor parameters have to be used to override a CV version"
|
713
862
|
msgstr ""
|
714
863
|
|
715
864
|
msgid "Bug Fix"
|
@@ -718,9 +867,24 @@ msgstr ""
|
|
718
867
|
msgid "Bugfix"
|
719
868
|
msgstr ""
|
720
869
|
|
870
|
+
msgid "Bugs"
|
871
|
+
msgstr ""
|
872
|
+
|
873
|
+
msgid "Bulk generate applicability for host %s"
|
874
|
+
msgstr ""
|
875
|
+
|
721
876
|
msgid "Bulk generate applicability for hosts"
|
722
877
|
msgstr ""
|
723
878
|
|
879
|
+
msgid "CDN Configuration"
|
880
|
+
msgstr ""
|
881
|
+
|
882
|
+
msgid "CDN Configuration for Red Hat Content"
|
883
|
+
msgstr ""
|
884
|
+
|
885
|
+
msgid "CDN Configuration updated."
|
886
|
+
msgstr ""
|
887
|
+
|
724
888
|
msgid "CDN SSL version"
|
725
889
|
msgstr ""
|
726
890
|
|
@@ -736,6 +900,9 @@ msgstr ""
|
|
736
900
|
msgid "CVE identifier"
|
737
901
|
msgstr ""
|
738
902
|
|
903
|
+
msgid "CVEs"
|
904
|
+
msgstr ""
|
905
|
+
|
739
906
|
msgid "Calculate Applicable Errata based on a particular Content View"
|
740
907
|
msgstr ""
|
741
908
|
|
@@ -776,9 +943,6 @@ msgstr ""
|
|
776
943
|
msgid "Canceled"
|
777
944
|
msgstr "Stornováno."
|
778
945
|
|
779
|
-
msgid "Cancelled"
|
780
|
-
msgstr ""
|
781
|
-
|
782
946
|
#, fuzzy
|
783
947
|
msgid "Cancelled."
|
784
948
|
msgstr "Stornováno."
|
@@ -915,6 +1079,9 @@ msgstr ""
|
|
915
1079
|
msgid "Cannot sync file:// repositories with the On Demand Download Policy"
|
916
1080
|
msgstr ""
|
917
1081
|
|
1082
|
+
msgid "Cannot upload Ansible collections."
|
1083
|
+
msgstr ""
|
1084
|
+
|
918
1085
|
msgid "Cannot upload Container Image content."
|
919
1086
|
msgstr ""
|
920
1087
|
|
@@ -975,6 +1142,15 @@ msgstr ""
|
|
975
1142
|
msgid "Component content view"
|
976
1143
|
msgstr ""
|
977
1144
|
|
1145
|
+
msgid "Component content views"
|
1146
|
+
msgstr ""
|
1147
|
+
|
1148
|
+
msgid "Components"
|
1149
|
+
msgstr ""
|
1150
|
+
|
1151
|
+
msgid "Composite"
|
1152
|
+
msgstr ""
|
1153
|
+
|
978
1154
|
msgid "Composite Content View"
|
979
1155
|
msgstr ""
|
980
1156
|
|
@@ -985,6 +1161,9 @@ msgstr ""
|
|
985
1161
|
msgid "Composite content view"
|
986
1162
|
msgstr "Vyhledat obsah"
|
987
1163
|
|
1164
|
+
msgid "Composite content views"
|
1165
|
+
msgstr ""
|
1166
|
+
|
988
1167
|
msgid "Compute resource IDs"
|
989
1168
|
msgstr ""
|
990
1169
|
|
@@ -1000,6 +1179,12 @@ msgstr ""
|
|
1000
1179
|
msgid "Consisting of multiple component content views"
|
1001
1180
|
msgstr ""
|
1002
1181
|
|
1182
|
+
msgid "Consists of content views"
|
1183
|
+
msgstr ""
|
1184
|
+
|
1185
|
+
msgid "Consists of repositories"
|
1186
|
+
msgstr ""
|
1187
|
+
|
1003
1188
|
msgid "Consumed"
|
1004
1189
|
msgstr ""
|
1005
1190
|
|
@@ -1024,19 +1209,37 @@ msgstr ""
|
|
1024
1209
|
msgid "Container image tag"
|
1025
1210
|
msgstr ""
|
1026
1211
|
|
1212
|
+
msgid "Container image tags"
|
1213
|
+
msgstr ""
|
1214
|
+
|
1215
|
+
msgid "Container manifest lists"
|
1216
|
+
msgstr ""
|
1217
|
+
|
1218
|
+
msgid "Container manifests"
|
1219
|
+
msgstr ""
|
1220
|
+
|
1027
1221
|
#, fuzzy
|
1028
1222
|
msgid "Content"
|
1029
1223
|
msgstr "Vyhledat obsah"
|
1030
1224
|
|
1225
|
+
msgid "Content Count"
|
1226
|
+
msgstr ""
|
1227
|
+
|
1031
1228
|
msgid "Content Credential ID"
|
1032
1229
|
msgstr ""
|
1033
1230
|
|
1034
1231
|
msgid "Content Credential numeric identifier"
|
1035
1232
|
msgstr ""
|
1036
1233
|
|
1234
|
+
msgid "Content Credential to use for SSL CA"
|
1235
|
+
msgstr ""
|
1236
|
+
|
1037
1237
|
msgid "Content Credentials"
|
1038
1238
|
msgstr ""
|
1039
1239
|
|
1240
|
+
msgid "Content Details"
|
1241
|
+
msgstr ""
|
1242
|
+
|
1040
1243
|
msgid "Content Download URL"
|
1041
1244
|
msgstr ""
|
1042
1245
|
|
@@ -1064,9 +1267,6 @@ msgstr "Vyhledat obsah"
|
|
1064
1267
|
msgid "Content View %{view}: Versions: %{versions}"
|
1065
1268
|
msgstr ""
|
1066
1269
|
|
1067
|
-
msgid "Content View Dependency Solving Algorithm"
|
1068
|
-
msgstr ""
|
1069
|
-
|
1070
1270
|
msgid "Content View Dependency Solving Default"
|
1071
1271
|
msgstr ""
|
1072
1272
|
|
@@ -1083,6 +1283,12 @@ msgstr ""
|
|
1083
1283
|
msgid "Content View ID"
|
1084
1284
|
msgstr ""
|
1085
1285
|
|
1286
|
+
msgid "Content View Label"
|
1287
|
+
msgstr ""
|
1288
|
+
|
1289
|
+
msgid "Content View Name"
|
1290
|
+
msgstr ""
|
1291
|
+
|
1086
1292
|
msgid "Content View Version %{id} not in all specified environments %{envs}"
|
1087
1293
|
msgstr ""
|
1088
1294
|
|
@@ -1114,9 +1320,15 @@ msgstr ""
|
|
1114
1320
|
msgid "Content host must be unregistered before performing this action."
|
1115
1321
|
msgstr ""
|
1116
1322
|
|
1323
|
+
msgid "Content hosts"
|
1324
|
+
msgstr ""
|
1325
|
+
|
1117
1326
|
msgid "Content imported from %{path} into content view '%{name}' by %{user}"
|
1118
1327
|
msgstr ""
|
1119
1328
|
|
1329
|
+
msgid "Content not uploaded to pulp"
|
1330
|
+
msgstr ""
|
1331
|
+
|
1120
1332
|
msgid "Content source ID"
|
1121
1333
|
msgstr ""
|
1122
1334
|
|
@@ -1147,6 +1359,9 @@ msgstr ""
|
|
1147
1359
|
msgid "Content view ID"
|
1148
1360
|
msgstr ""
|
1149
1361
|
|
1362
|
+
msgid "Content view details"
|
1363
|
+
msgstr ""
|
1364
|
+
|
1150
1365
|
msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
|
1151
1366
|
msgstr ""
|
1152
1367
|
|
@@ -1158,6 +1373,9 @@ msgstr "Vyhledat obsah"
|
|
1158
1373
|
msgid "Content view label"
|
1159
1374
|
msgstr "Vyhledat obsah"
|
1160
1375
|
|
1376
|
+
msgid "Content view name"
|
1377
|
+
msgstr ""
|
1378
|
+
|
1161
1379
|
msgid "Content view not provided in the metadata"
|
1162
1380
|
msgstr ""
|
1163
1381
|
|
@@ -1173,6 +1391,9 @@ msgstr ""
|
|
1173
1391
|
msgid "Content view version import history identifier"
|
1174
1392
|
msgstr ""
|
1175
1393
|
|
1394
|
+
msgid "Content views"
|
1395
|
+
msgstr ""
|
1396
|
+
|
1176
1397
|
msgid "Content_Host_Status"
|
1177
1398
|
msgstr ""
|
1178
1399
|
|
@@ -1195,6 +1416,9 @@ msgstr ""
|
|
1195
1416
|
msgid "Copy an activation key"
|
1196
1417
|
msgstr "Číst aktivační klíče"
|
1197
1418
|
|
1419
|
+
msgid "Copy content view"
|
1420
|
+
msgstr ""
|
1421
|
+
|
1198
1422
|
msgid "Copy version units to library"
|
1199
1423
|
msgstr ""
|
1200
1424
|
|
@@ -1238,6 +1462,9 @@ msgstr ""
|
|
1238
1462
|
msgid "Could not remove the lifecycle environment from the smart proxy"
|
1239
1463
|
msgstr ""
|
1240
1464
|
|
1465
|
+
msgid "Couldn't establish a connection to %s"
|
1466
|
+
msgstr ""
|
1467
|
+
|
1241
1468
|
msgid "Couldn't find %{content_type} with id '%{id}'"
|
1242
1469
|
msgstr ""
|
1243
1470
|
|
@@ -1278,6 +1505,9 @@ msgstr ""
|
|
1278
1505
|
msgid "Couldn't find content view versions '%s'"
|
1279
1506
|
msgstr ""
|
1280
1507
|
|
1508
|
+
msgid "Couldn't find content view with id: '%s'"
|
1509
|
+
msgstr ""
|
1510
|
+
|
1281
1511
|
#, fuzzy
|
1282
1512
|
msgid "Couldn't find environment '%s'"
|
1283
1513
|
msgstr "prostředí"
|
@@ -1380,7 +1610,7 @@ msgstr ""
|
|
1380
1610
|
msgid "Create organization"
|
1381
1611
|
msgstr "Vybrat organizaci"
|
1382
1612
|
|
1383
|
-
msgid "
|
1613
|
+
msgid "Critical"
|
1384
1614
|
msgstr ""
|
1385
1615
|
|
1386
1616
|
msgid "Cron expression is not valid!"
|
@@ -1427,6 +1657,12 @@ msgstr ""
|
|
1427
1657
|
msgid "Deb Packages"
|
1428
1658
|
msgstr ""
|
1429
1659
|
|
1660
|
+
msgid "Deb package identifiers to filter content by"
|
1661
|
+
msgstr ""
|
1662
|
+
|
1663
|
+
msgid "Deb packages"
|
1664
|
+
msgstr ""
|
1665
|
+
|
1430
1666
|
msgid "Debug Certificate"
|
1431
1667
|
msgstr ""
|
1432
1668
|
|
@@ -1469,13 +1705,13 @@ msgstr ""
|
|
1469
1705
|
msgid "Default content view versions cannot be promoted"
|
1470
1706
|
msgstr ""
|
1471
1707
|
|
1472
|
-
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate',
|
1708
|
+
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
1473
1709
|
msgstr ""
|
1474
1710
|
|
1475
|
-
msgid "Default download policy for custom repositories (either 'immediate'
|
1711
|
+
msgid "Default download policy for custom repositories (either 'immediate' or 'on_demand')"
|
1476
1712
|
msgstr ""
|
1477
1713
|
|
1478
|
-
msgid "Default download policy for enabled Red Hat repositories (either 'immediate'
|
1714
|
+
msgid "Default download policy for enabled Red Hat repositories (either 'immediate' or 'on_demand')"
|
1479
1715
|
msgstr ""
|
1480
1716
|
|
1481
1717
|
msgid "Default finish template for new Operating Systems created from synced content"
|
@@ -1558,6 +1794,9 @@ msgstr "Smazán poskytovatel [%s]"
|
|
1558
1794
|
msgid "Delete Upstream Subscription"
|
1559
1795
|
msgstr ""
|
1560
1796
|
|
1797
|
+
msgid "Delete Version"
|
1798
|
+
msgstr ""
|
1799
|
+
|
1561
1800
|
#, fuzzy
|
1562
1801
|
msgid "Delete a content view"
|
1563
1802
|
msgstr "Vyhledat obsah"
|
@@ -1582,20 +1821,32 @@ msgstr "Vybrat organizaci"
|
|
1582
1821
|
msgid "Delete an upload request"
|
1583
1822
|
msgstr ""
|
1584
1823
|
|
1824
|
+
msgid "Delete content view"
|
1825
|
+
msgstr ""
|
1826
|
+
|
1585
1827
|
msgid "Delete manifest from Red Hat provider"
|
1586
1828
|
msgstr ""
|
1587
1829
|
|
1588
1830
|
msgid "Delete multiple filters from a content view"
|
1589
1831
|
msgstr ""
|
1590
1832
|
|
1833
|
+
msgid "Delete version"
|
1834
|
+
msgstr ""
|
1835
|
+
|
1591
1836
|
#, fuzzy
|
1592
1837
|
msgid "Deleted consumer '%s'"
|
1593
1838
|
msgstr "Vybrat distribuci"
|
1594
1839
|
|
1840
|
+
msgid "Deleted from "
|
1841
|
+
msgstr ""
|
1842
|
+
|
1595
1843
|
#, fuzzy
|
1596
1844
|
msgid "Deleted from %{environment}"
|
1597
1845
|
msgstr "prostředí"
|
1598
1846
|
|
1847
|
+
msgid "Deleting content view : "
|
1848
|
+
msgstr ""
|
1849
|
+
|
1599
1850
|
msgid "Deleting manifest in '%{subject}' failed."
|
1600
1851
|
msgstr ""
|
1601
1852
|
|
@@ -1691,6 +1942,9 @@ msgstr ""
|
|
1691
1942
|
msgid "Disable simple content access for a manifest"
|
1692
1943
|
msgstr ""
|
1693
1944
|
|
1945
|
+
msgid "Disabled"
|
1946
|
+
msgstr ""
|
1947
|
+
|
1694
1948
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
1695
1949
|
msgstr ""
|
1696
1950
|
|
@@ -1713,6 +1967,9 @@ msgstr ""
|
|
1713
1967
|
msgid "Do not wait for the update action to finish. Default: true"
|
1714
1968
|
msgstr ""
|
1715
1969
|
|
1970
|
+
msgid "Docker Tags"
|
1971
|
+
msgstr ""
|
1972
|
+
|
1716
1973
|
msgid "Domain IDs"
|
1717
1974
|
msgstr ""
|
1718
1975
|
|
@@ -1722,7 +1979,7 @@ msgstr ""
|
|
1722
1979
|
msgid "Download a debug certificate"
|
1723
1980
|
msgstr ""
|
1724
1981
|
|
1725
|
-
msgid "Duplicate
|
1982
|
+
msgid "Duplicate artifact detected"
|
1726
1983
|
msgstr ""
|
1727
1984
|
|
1728
1985
|
#, fuzzy
|
@@ -1735,6 +1992,15 @@ msgstr ""
|
|
1735
1992
|
msgid "Edit"
|
1736
1993
|
msgstr ""
|
1737
1994
|
|
1995
|
+
msgid "Edit RPM rule"
|
1996
|
+
msgstr ""
|
1997
|
+
|
1998
|
+
msgid "Edit filter rule"
|
1999
|
+
msgstr ""
|
2000
|
+
|
2001
|
+
msgid "Edit rule"
|
2002
|
+
msgstr ""
|
2003
|
+
|
1738
2004
|
msgid "Editing Entitlements"
|
1739
2005
|
msgstr ""
|
1740
2006
|
|
@@ -1762,6 +2028,12 @@ msgstr ""
|
|
1762
2028
|
msgid "Enable Simple Content Access"
|
1763
2029
|
msgstr ""
|
1764
2030
|
|
2031
|
+
msgid "Enable Tracer"
|
2032
|
+
msgstr ""
|
2033
|
+
|
2034
|
+
msgid "Enable Traces"
|
2035
|
+
msgstr ""
|
2036
|
+
|
1765
2037
|
msgid "Enable a repository from the set"
|
1766
2038
|
msgstr ""
|
1767
2039
|
|
@@ -1780,6 +2052,9 @@ msgstr ""
|
|
1780
2052
|
msgid "Enabling Simple Content Access failed for '%{subject}'."
|
1781
2053
|
msgstr ""
|
1782
2054
|
|
2055
|
+
msgid "Enabling will install the katello-host-tools-tracer package on the host."
|
2056
|
+
msgstr ""
|
2057
|
+
|
1783
2058
|
msgid "End Date"
|
1784
2059
|
msgstr ""
|
1785
2060
|
|
@@ -1789,6 +2064,9 @@ msgstr ""
|
|
1789
2064
|
msgid "Enhancement"
|
1790
2065
|
msgstr ""
|
1791
2066
|
|
2067
|
+
msgid "Enter a name"
|
2068
|
+
msgstr ""
|
2069
|
+
|
1792
2070
|
msgid "Entitlements"
|
1793
2071
|
msgstr ""
|
1794
2072
|
|
@@ -1807,9 +2085,15 @@ msgstr ""
|
|
1807
2085
|
msgid "Environments"
|
1808
2086
|
msgstr ""
|
1809
2087
|
|
2088
|
+
msgid "Equal to"
|
2089
|
+
msgstr ""
|
2090
|
+
|
1810
2091
|
msgid "Errata"
|
1811
2092
|
msgstr ""
|
1812
2093
|
|
2094
|
+
msgid "Errata - by date range"
|
2095
|
+
msgstr ""
|
2096
|
+
|
1813
2097
|
#, fuzzy
|
1814
2098
|
msgid "Errata ID"
|
1815
2099
|
msgstr "Instalační balíčky"
|
@@ -1834,6 +2118,9 @@ msgstr ""
|
|
1834
2118
|
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."
|
1835
2119
|
msgstr ""
|
1836
2120
|
|
2121
|
+
msgid "Errata type"
|
2122
|
+
msgstr ""
|
2123
|
+
|
1837
2124
|
msgid "Erratum"
|
1838
2125
|
msgstr ""
|
1839
2126
|
|
@@ -1871,9 +2158,24 @@ msgstr ""
|
|
1871
2158
|
msgid "Exclude"
|
1872
2159
|
msgstr ""
|
1873
2160
|
|
2161
|
+
msgid "Exclude all Module Streams with no errata."
|
2162
|
+
msgstr ""
|
2163
|
+
|
2164
|
+
msgid "Exclude all RPMs with no errata."
|
2165
|
+
msgstr ""
|
2166
|
+
|
2167
|
+
msgid "Exclude filter"
|
2168
|
+
msgstr ""
|
2169
|
+
|
1874
2170
|
msgid "Excluded"
|
1875
2171
|
msgstr ""
|
1876
2172
|
|
2173
|
+
msgid "Excluded errata"
|
2174
|
+
msgstr ""
|
2175
|
+
|
2176
|
+
msgid "Excludes"
|
2177
|
+
msgstr ""
|
2178
|
+
|
1877
2179
|
msgid "Exit"
|
1878
2180
|
msgstr ""
|
1879
2181
|
|
@@ -1901,6 +2203,9 @@ msgstr ""
|
|
1901
2203
|
msgid "Export history identifier used for incremental export. If not provided the most recent export history will be used."
|
1902
2204
|
msgstr ""
|
1903
2205
|
|
2206
|
+
msgid "Exported content view"
|
2207
|
+
msgstr ""
|
2208
|
+
|
1904
2209
|
msgid "Exported version"
|
1905
2210
|
msgstr ""
|
1906
2211
|
|
@@ -1911,9 +2216,6 @@ msgstr "úspěšně vytvořen."
|
|
1911
2216
|
msgid "Failed"
|
1912
2217
|
msgstr ""
|
1913
2218
|
|
1914
|
-
msgid "Failed indexing errata, maximum retries encountered"
|
1915
|
-
msgstr ""
|
1916
|
-
|
1917
2219
|
msgid "Failed to delete %{host}: %{errors}"
|
1918
2220
|
msgstr ""
|
1919
2221
|
|
@@ -1955,6 +2257,9 @@ msgstr ""
|
|
1955
2257
|
msgid "File contents"
|
1956
2258
|
msgstr ""
|
1957
2259
|
|
2260
|
+
msgid "Filename"
|
2261
|
+
msgstr ""
|
2262
|
+
|
1958
2263
|
msgid "Files"
|
1959
2264
|
msgstr ""
|
1960
2265
|
|
@@ -1970,6 +2275,12 @@ msgstr ""
|
|
1970
2275
|
msgid "Filter created"
|
1971
2276
|
msgstr ""
|
1972
2277
|
|
2278
|
+
msgid "Filter deleted"
|
2279
|
+
msgstr ""
|
2280
|
+
|
2281
|
+
msgid "Filter edited"
|
2282
|
+
msgstr ""
|
2283
|
+
|
1973
2284
|
msgid "Filter only composite content views"
|
1974
2285
|
msgstr ""
|
1975
2286
|
|
@@ -1994,7 +2305,19 @@ msgstr ""
|
|
1994
2305
|
msgid "Filter products by sync plan id"
|
1995
2306
|
msgstr ""
|
1996
2307
|
|
1997
|
-
msgid "Filter
|
2308
|
+
msgid "Filter rule added"
|
2309
|
+
msgstr ""
|
2310
|
+
|
2311
|
+
msgid "Filter rule edited"
|
2312
|
+
msgstr ""
|
2313
|
+
|
2314
|
+
msgid "Filter rule removed"
|
2315
|
+
msgstr ""
|
2316
|
+
|
2317
|
+
msgid "Filter rules added"
|
2318
|
+
msgstr ""
|
2319
|
+
|
2320
|
+
msgid "Filter rules deleted"
|
1998
2321
|
msgstr ""
|
1999
2322
|
|
2000
2323
|
msgid "Filter versions by environment"
|
@@ -2012,7 +2335,10 @@ msgstr ""
|
|
2012
2335
|
msgid "Filters"
|
2013
2336
|
msgstr ""
|
2014
2337
|
|
2015
|
-
msgid "Filters
|
2338
|
+
msgid "Filters deleted"
|
2339
|
+
msgstr ""
|
2340
|
+
|
2341
|
+
msgid "Finish"
|
2016
2342
|
msgstr ""
|
2017
2343
|
|
2018
2344
|
msgid "Finish action timeout"
|
@@ -2035,6 +2361,18 @@ msgstr ""
|
|
2035
2361
|
msgid "Force a sync and validate the checksums of all content. Only used with yum repositories."
|
2036
2362
|
msgstr ""
|
2037
2363
|
|
2364
|
+
msgid "Force delete the repository by removing it from all content view versions"
|
2365
|
+
msgstr ""
|
2366
|
+
|
2367
|
+
msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy"
|
2368
|
+
msgstr ""
|
2369
|
+
|
2370
|
+
msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy."
|
2371
|
+
msgstr ""
|
2372
|
+
|
2373
|
+
msgid "Force promotion"
|
2374
|
+
msgstr ""
|
2375
|
+
|
2038
2376
|
msgid "Force regenerate applicability."
|
2039
2377
|
msgstr ""
|
2040
2378
|
|
@@ -2050,6 +2388,9 @@ msgstr ""
|
|
2050
2388
|
msgid "Forces a republish of the version's repositories' metadata"
|
2051
2389
|
msgstr ""
|
2052
2390
|
|
2391
|
+
msgid "Full description"
|
2392
|
+
msgstr ""
|
2393
|
+
|
2053
2394
|
msgid "Fully entitled"
|
2054
2395
|
msgstr ""
|
2055
2396
|
|
@@ -2068,7 +2409,7 @@ msgstr ""
|
|
2068
2409
|
msgid "Get all content available, not just that provided by subscriptions"
|
2069
2410
|
msgstr ""
|
2070
2411
|
|
2071
|
-
msgid "Get all content available, not just that provided by subscriptions.
|
2412
|
+
msgid "Get all content available, not just that provided by subscriptions."
|
2072
2413
|
msgstr ""
|
2073
2414
|
|
2074
2415
|
msgid "Get content and overrides for the host"
|
@@ -2092,9 +2433,21 @@ msgstr ""
|
|
2092
2433
|
msgid "Given a set of hosts and errata, lists the content view versions and environments that need updating."
|
2093
2434
|
msgstr ""
|
2094
2435
|
|
2436
|
+
msgid "Given criteria doesn't match any RPMs. Try changing your rule."
|
2437
|
+
msgstr ""
|
2438
|
+
|
2439
|
+
msgid "Given criteria doesn't match any activation keys. Try changing your rule."
|
2440
|
+
msgstr ""
|
2441
|
+
|
2442
|
+
msgid "Given criteria doesn't match any hosts. Try changing your rule."
|
2443
|
+
msgstr ""
|
2444
|
+
|
2095
2445
|
msgid "Go to task page"
|
2096
2446
|
msgstr ""
|
2097
2447
|
|
2448
|
+
msgid "Greater than"
|
2449
|
+
msgstr ""
|
2450
|
+
|
2098
2451
|
msgid "Group %{id} already created."
|
2099
2452
|
msgstr ""
|
2100
2453
|
|
@@ -2110,6 +2463,12 @@ msgstr ""
|
|
2110
2463
|
msgid "Has to be > 0"
|
2111
2464
|
msgstr ""
|
2112
2465
|
|
2466
|
+
msgid "Helper"
|
2467
|
+
msgstr ""
|
2468
|
+
|
2469
|
+
msgid "Hide description"
|
2470
|
+
msgstr ""
|
2471
|
+
|
2113
2472
|
msgid "History"
|
2114
2473
|
msgstr ""
|
2115
2474
|
|
@@ -2190,6 +2549,9 @@ msgstr ""
|
|
2190
2549
|
msgid "Host has not been registered with subscription-manager."
|
2191
2550
|
msgstr ""
|
2192
2551
|
|
2552
|
+
msgid "Host id to list applicable deb packages for"
|
2553
|
+
msgstr ""
|
2554
|
+
|
2193
2555
|
msgid "Host id to list applicable errata for"
|
2194
2556
|
msgstr ""
|
2195
2557
|
|
@@ -2208,6 +2570,9 @@ msgstr ""
|
|
2208
2570
|
msgid "Host with ID %s not found."
|
2209
2571
|
msgstr ""
|
2210
2572
|
|
2573
|
+
msgid "Hosts"
|
2574
|
+
msgstr ""
|
2575
|
+
|
2211
2576
|
msgid "Hosts with Installable Errata"
|
2212
2577
|
msgstr ""
|
2213
2578
|
|
@@ -2217,9 +2582,6 @@ msgstr ""
|
|
2217
2582
|
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."
|
2218
2583
|
msgstr ""
|
2219
2584
|
|
2220
|
-
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."
|
2221
|
-
msgstr ""
|
2222
|
-
|
2223
2585
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
2224
2586
|
msgstr ""
|
2225
2587
|
|
@@ -2303,10 +2665,10 @@ msgstr ""
|
|
2303
2665
|
msgid "Id of an erratum to find repositories that contain the erratum"
|
2304
2666
|
msgstr ""
|
2305
2667
|
|
2306
|
-
msgid "Id of
|
2668
|
+
msgid "Id of the content host"
|
2307
2669
|
msgstr ""
|
2308
2670
|
|
2309
|
-
msgid "Id of the content
|
2671
|
+
msgid "Id of the content view to limit the synchronization on"
|
2310
2672
|
msgstr ""
|
2311
2673
|
|
2312
2674
|
msgid "Id of the environment to limit the synchronization on"
|
@@ -2327,6 +2689,9 @@ msgstr ""
|
|
2327
2689
|
msgid "Id of the organization to limit environments on"
|
2328
2690
|
msgstr ""
|
2329
2691
|
|
2692
|
+
msgid "Id of the repository to limit the synchronization on"
|
2693
|
+
msgstr ""
|
2694
|
+
|
2330
2695
|
msgid "Id of the smart proxy"
|
2331
2696
|
msgstr ""
|
2332
2697
|
|
@@ -2363,16 +2728,16 @@ msgstr ""
|
|
2363
2728
|
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."
|
2364
2729
|
msgstr ""
|
2365
2730
|
|
2366
|
-
msgid "If
|
2731
|
+
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
2367
2732
|
msgstr ""
|
2368
2733
|
|
2369
|
-
msgid "If
|
2734
|
+
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."
|
2370
2735
|
msgstr ""
|
2371
2736
|
|
2372
|
-
msgid "If
|
2737
|
+
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"
|
2373
2738
|
msgstr ""
|
2374
2739
|
|
2375
|
-
msgid "If
|
2740
|
+
msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
|
2376
2741
|
msgstr ""
|
2377
2742
|
|
2378
2743
|
msgid "If true, only return repository sets that are associated with an active subscriptions"
|
@@ -2424,9 +2789,6 @@ msgstr "Závažnost: Důležitá"
|
|
2424
2789
|
msgid "Import New Manifest"
|
2425
2790
|
msgstr ""
|
2426
2791
|
|
2427
|
-
msgid "Import Only"
|
2428
|
-
msgstr ""
|
2429
|
-
|
2430
2792
|
msgid "Import Puppet classes"
|
2431
2793
|
msgstr ""
|
2432
2794
|
|
@@ -2455,6 +2817,9 @@ msgstr ""
|
|
2455
2817
|
msgid "Import facts"
|
2456
2818
|
msgstr "Import historie"
|
2457
2819
|
|
2820
|
+
msgid "Import only"
|
2821
|
+
msgstr ""
|
2822
|
+
|
2458
2823
|
msgid "Import uploads into a repository"
|
2459
2824
|
msgstr ""
|
2460
2825
|
|
@@ -2464,6 +2829,9 @@ msgstr ""
|
|
2464
2829
|
msgid "Import-only content views can not be published directly"
|
2465
2830
|
msgstr ""
|
2466
2831
|
|
2832
|
+
msgid "Important"
|
2833
|
+
msgstr ""
|
2834
|
+
|
2467
2835
|
msgid "Importing manifest into '%{subject}' failed."
|
2468
2836
|
msgstr ""
|
2469
2837
|
|
@@ -2476,9 +2844,24 @@ msgstr ""
|
|
2476
2844
|
msgid "Include"
|
2477
2845
|
msgstr ""
|
2478
2846
|
|
2847
|
+
msgid "Include all Module Streams with no errata."
|
2848
|
+
msgstr ""
|
2849
|
+
|
2850
|
+
msgid "Include all RPMs with no errata."
|
2851
|
+
msgstr ""
|
2852
|
+
|
2853
|
+
msgid "Include filter"
|
2854
|
+
msgstr ""
|
2855
|
+
|
2479
2856
|
msgid "Included"
|
2480
2857
|
msgstr ""
|
2481
2858
|
|
2859
|
+
msgid "Included errata"
|
2860
|
+
msgstr ""
|
2861
|
+
|
2862
|
+
msgid "Includes"
|
2863
|
+
msgstr ""
|
2864
|
+
|
2482
2865
|
msgid "Includes associated content view filter ids in response"
|
2483
2866
|
msgstr ""
|
2484
2867
|
|
@@ -2497,6 +2880,9 @@ msgstr ""
|
|
2497
2880
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
2498
2881
|
msgstr ""
|
2499
2882
|
|
2883
|
+
msgid "Incremental update"
|
2884
|
+
msgstr ""
|
2885
|
+
|
2500
2886
|
msgid "Incremental update requires at least one content unit"
|
2501
2887
|
msgstr ""
|
2502
2888
|
|
@@ -2564,9 +2950,18 @@ msgstr ""
|
|
2564
2950
|
msgid "Install packages remotely using katello-agent. %s"
|
2565
2951
|
msgstr ""
|
2566
2952
|
|
2953
|
+
msgid "Installable"
|
2954
|
+
msgstr ""
|
2955
|
+
|
2956
|
+
msgid "Installable Errata"
|
2957
|
+
msgstr ""
|
2958
|
+
|
2567
2959
|
msgid "Installable errata from Content View"
|
2568
2960
|
msgstr ""
|
2569
2961
|
|
2962
|
+
msgid "Installable errata will appear here when available."
|
2963
|
+
msgstr ""
|
2964
|
+
|
2570
2965
|
msgid "Installation of errata requested: %{errata}"
|
2571
2966
|
msgstr ""
|
2572
2967
|
|
@@ -2580,6 +2975,9 @@ msgstr ""
|
|
2580
2975
|
msgid "Installed Packages"
|
2581
2976
|
msgstr "všechny balíčky"
|
2582
2977
|
|
2978
|
+
msgid "Installed Version"
|
2979
|
+
msgstr ""
|
2980
|
+
|
2583
2981
|
msgid "Installing Erratum..."
|
2584
2982
|
msgstr ""
|
2585
2983
|
|
@@ -2612,6 +3010,9 @@ msgstr ""
|
|
2612
3010
|
msgid "Invalid"
|
2613
3011
|
msgstr ""
|
2614
3012
|
|
3013
|
+
msgid "Invalid SSL CA certificate given for CDN"
|
3014
|
+
msgstr ""
|
3015
|
+
|
2615
3016
|
msgid "Invalid association of the content view id. Content View must match the content view version being saved"
|
2616
3017
|
msgstr ""
|
2617
3018
|
|
@@ -2644,6 +3045,9 @@ msgstr ""
|
|
2644
3045
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
2645
3046
|
msgstr ""
|
2646
3047
|
|
3048
|
+
msgid "Invalid mirroring policy for repository type %{type}, only %{policies} are valid."
|
3049
|
+
msgstr ""
|
3050
|
+
|
2647
3051
|
msgid "Invalid parameters sent in the request for this operation. Please contact a system administrator."
|
2648
3052
|
msgstr ""
|
2649
3053
|
|
@@ -2665,6 +3069,9 @@ msgstr ""
|
|
2665
3069
|
msgid "Invalid value specified for ignorable content. Permissible values %s"
|
2666
3070
|
msgstr ""
|
2667
3071
|
|
3072
|
+
msgid "Issued"
|
3073
|
+
msgstr ""
|
3074
|
+
|
2668
3075
|
msgid "Katello ID of local pool to update"
|
2669
3076
|
msgstr ""
|
2670
3077
|
|
@@ -2686,6 +3093,9 @@ msgstr ""
|
|
2686
3093
|
msgid "Katello: Remove Package Group"
|
2687
3094
|
msgstr ""
|
2688
3095
|
|
3096
|
+
msgid "Katello: Resolve Traces"
|
3097
|
+
msgstr ""
|
3098
|
+
|
2689
3099
|
msgid "Katello: Service Restart"
|
2690
3100
|
msgstr ""
|
2691
3101
|
|
@@ -2734,6 +3144,15 @@ msgstr ""
|
|
2734
3144
|
msgid "Learn more about adding Subscription Manifests"
|
2735
3145
|
msgstr ""
|
2736
3146
|
|
3147
|
+
msgid "Leave blank if consuming Red Hat Content from the Default Content View or CDN "
|
3148
|
+
msgstr ""
|
3149
|
+
|
3150
|
+
msgid "Leave blank if consuming Red Hat Content from the Library lifecycle environment or CDN "
|
3151
|
+
msgstr ""
|
3152
|
+
|
3153
|
+
msgid "Less than"
|
3154
|
+
msgstr ""
|
3155
|
+
|
2737
3156
|
msgid "Library lifecycle environments may not be deleted."
|
2738
3157
|
msgstr ""
|
2739
3158
|
|
@@ -2756,6 +3175,9 @@ msgstr ""
|
|
2756
3175
|
msgid "Lifecycle Environment ID"
|
2757
3176
|
msgstr ""
|
2758
3177
|
|
3178
|
+
msgid "Lifecycle Environment Label"
|
3179
|
+
msgstr ""
|
3180
|
+
|
2759
3181
|
#, fuzzy
|
2760
3182
|
msgid "Lifecycle Environments"
|
2761
3183
|
msgstr "prostředí"
|
@@ -2781,15 +3203,24 @@ msgstr ""
|
|
2781
3203
|
msgid "Limit content to just that available in the activation key's content view version"
|
2782
3204
|
msgstr ""
|
2783
3205
|
|
2784
|
-
msgid "Limit content to just that available in the
|
3206
|
+
msgid "Limit content to just that available in the host's content view version"
|
2785
3207
|
msgstr ""
|
2786
3208
|
|
2787
|
-
msgid "Limit content to just that available in the host's content view version"
|
3209
|
+
msgid "Limit content to just that available in the host's or activation key's content view version and lifecycle environment."
|
3210
|
+
msgstr ""
|
3211
|
+
|
3212
|
+
msgid "Limit to environment"
|
2788
3213
|
msgstr ""
|
2789
3214
|
|
2790
3215
|
msgid "Limits"
|
2791
3216
|
msgstr ""
|
2792
3217
|
|
3218
|
+
msgid "List %s"
|
3219
|
+
msgstr ""
|
3220
|
+
|
3221
|
+
msgid "List :resource"
|
3222
|
+
msgstr ""
|
3223
|
+
|
2793
3224
|
msgid "List :resource_id"
|
2794
3225
|
msgstr ""
|
2795
3226
|
|
@@ -2829,6 +3260,9 @@ msgstr ""
|
|
2829
3260
|
msgid "List content views"
|
2830
3261
|
msgstr "Vyhledat obsah"
|
2831
3262
|
|
3263
|
+
msgid "List deb packages"
|
3264
|
+
msgstr ""
|
3265
|
+
|
2832
3266
|
msgid "List deb packages installed on the host"
|
2833
3267
|
msgstr ""
|
2834
3268
|
|
@@ -3023,6 +3457,9 @@ msgstr ""
|
|
3023
3457
|
msgid "Loading"
|
3024
3458
|
msgstr ""
|
3025
3459
|
|
3460
|
+
msgid "Loading versions"
|
3461
|
+
msgstr ""
|
3462
|
+
|
3026
3463
|
msgid "Make copy of a content view"
|
3027
3464
|
msgstr ""
|
3028
3465
|
|
@@ -3071,6 +3508,9 @@ msgstr ""
|
|
3071
3508
|
msgid "Matched"
|
3072
3509
|
msgstr ""
|
3073
3510
|
|
3511
|
+
msgid "Matching content"
|
3512
|
+
msgstr ""
|
3513
|
+
|
3074
3514
|
msgid "Max %(maxQuantity)s"
|
3075
3515
|
msgstr ""
|
3076
3516
|
|
@@ -3083,6 +3523,9 @@ msgstr ""
|
|
3083
3523
|
msgid "Maximum number of hosts in the host collection"
|
3084
3524
|
msgstr ""
|
3085
3525
|
|
3526
|
+
msgid "Maximum version"
|
3527
|
+
msgstr ""
|
3528
|
+
|
3086
3529
|
msgid "May not add a type or date range rule to a filter that has existing rules."
|
3087
3530
|
msgstr ""
|
3088
3531
|
|
@@ -3101,9 +3544,15 @@ msgstr ""
|
|
3101
3544
|
msgid "Messaging connection"
|
3102
3545
|
msgstr ""
|
3103
3546
|
|
3547
|
+
msgid "Metadata republishing must be forced because it is a dangerous operation."
|
3548
|
+
msgstr ""
|
3549
|
+
|
3104
3550
|
msgid "Metadata taken from the upstream export history for this Content View Version"
|
3105
3551
|
msgstr ""
|
3106
3552
|
|
3553
|
+
msgid "Minimum version"
|
3554
|
+
msgstr ""
|
3555
|
+
|
3107
3556
|
msgid "Mismatched"
|
3108
3557
|
msgstr ""
|
3109
3558
|
|
@@ -3113,6 +3562,12 @@ msgstr ""
|
|
3113
3562
|
msgid "Missing arguments %{substitutions} for %{content_url}"
|
3114
3563
|
msgstr ""
|
3115
3564
|
|
3565
|
+
msgid "Moderate"
|
3566
|
+
msgstr ""
|
3567
|
+
|
3568
|
+
msgid "Modular"
|
3569
|
+
msgstr ""
|
3570
|
+
|
3116
3571
|
msgid "Module Stream"
|
3117
3572
|
msgstr ""
|
3118
3573
|
|
@@ -3125,6 +3580,9 @@ msgstr ""
|
|
3125
3580
|
msgid "Module stream"
|
3126
3581
|
msgstr ""
|
3127
3582
|
|
3583
|
+
msgid "Module streams"
|
3584
|
+
msgstr ""
|
3585
|
+
|
3128
3586
|
msgid "Multi-entitlement"
|
3129
3587
|
msgstr ""
|
3130
3588
|
|
@@ -3252,12 +3710,21 @@ msgstr ""
|
|
3252
3710
|
msgid "No Version of Content View %{component} already exists as a component of the composite Content View %{composite} version %{version}"
|
3253
3711
|
msgstr ""
|
3254
3712
|
|
3713
|
+
msgid "No applicable errata"
|
3714
|
+
msgstr ""
|
3715
|
+
|
3255
3716
|
msgid "No applicable errata for %s, skipping"
|
3256
3717
|
msgstr ""
|
3257
3718
|
|
3258
3719
|
msgid "No artifacts to show"
|
3259
3720
|
msgstr ""
|
3260
3721
|
|
3722
|
+
msgid "No content"
|
3723
|
+
msgstr ""
|
3724
|
+
|
3725
|
+
msgid "No content added."
|
3726
|
+
msgstr ""
|
3727
|
+
|
3261
3728
|
#, fuzzy
|
3262
3729
|
msgid "No content has been provided."
|
3263
3730
|
msgstr "Musí existovat alespoň jedna organizace."
|
@@ -3269,6 +3736,9 @@ msgstr ""
|
|
3269
3736
|
msgid "No content view history events found."
|
3270
3737
|
msgstr "Vyhledat obsah"
|
3271
3738
|
|
3739
|
+
msgid "No content views available"
|
3740
|
+
msgstr ""
|
3741
|
+
|
3272
3742
|
msgid "No content views belong to ${label}"
|
3273
3743
|
msgstr ""
|
3274
3744
|
|
@@ -3287,7 +3757,10 @@ msgstr ""
|
|
3287
3757
|
msgid "No environments"
|
3288
3758
|
msgstr ""
|
3289
3759
|
|
3290
|
-
msgid "No errata
|
3760
|
+
msgid "No errata available for this content view."
|
3761
|
+
msgstr ""
|
3762
|
+
|
3763
|
+
msgid "No errata available to add to this filter."
|
3291
3764
|
msgstr ""
|
3292
3765
|
|
3293
3766
|
#, fuzzy
|
@@ -3313,30 +3786,60 @@ msgstr ""
|
|
3313
3786
|
msgid "No installed packages and/or enabled repositories have been reported by %s."
|
3314
3787
|
msgstr ""
|
3315
3788
|
|
3789
|
+
msgid "No items have been specified."
|
3790
|
+
msgstr ""
|
3791
|
+
|
3316
3792
|
msgid "No manifest file uploaded"
|
3317
3793
|
msgstr ""
|
3318
3794
|
|
3319
3795
|
msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
|
3320
3796
|
msgstr ""
|
3321
3797
|
|
3798
|
+
msgid "No matching "
|
3799
|
+
msgstr ""
|
3800
|
+
|
3801
|
+
msgid "No matching ${selectedContentType} found"
|
3802
|
+
msgstr ""
|
3803
|
+
|
3804
|
+
msgid "No matching RPM found."
|
3805
|
+
msgstr ""
|
3806
|
+
|
3807
|
+
msgid "No matching activation keys found."
|
3808
|
+
msgstr ""
|
3809
|
+
|
3322
3810
|
msgid "No matching content views found"
|
3323
3811
|
msgstr ""
|
3324
3812
|
|
3813
|
+
msgid "No matching errata found"
|
3814
|
+
msgstr ""
|
3815
|
+
|
3816
|
+
msgid "No matching filter rules found."
|
3817
|
+
msgstr ""
|
3818
|
+
|
3325
3819
|
msgid "No matching filters found"
|
3326
3820
|
msgstr ""
|
3327
3821
|
|
3328
3822
|
msgid "No matching history record found"
|
3329
3823
|
msgstr ""
|
3330
3824
|
|
3331
|
-
msgid "No matching
|
3825
|
+
msgid "No matching hosts found."
|
3826
|
+
msgstr ""
|
3827
|
+
|
3828
|
+
msgid "No matching packages found"
|
3332
3829
|
msgstr ""
|
3333
3830
|
|
3334
3831
|
msgid "No matching repositories found"
|
3335
3832
|
msgstr ""
|
3336
3833
|
|
3834
|
+
msgid "No matching repository sets found"
|
3835
|
+
msgstr ""
|
3836
|
+
|
3337
3837
|
msgid "No matching rules found."
|
3338
3838
|
msgstr ""
|
3339
3839
|
|
3840
|
+
msgid "No matching traces found"
|
3841
|
+
msgstr ""
|
3842
|
+
|
3340
3843
|
msgid "No matching version found"
|
3341
3844
|
msgstr ""
|
3342
3845
|
|
@@ -3347,7 +3850,7 @@ msgstr "Žádné nové instalační balíčky"
|
|
3347
3850
|
msgid "No new packages."
|
3348
3851
|
msgstr "Žádné nové instalační balíčky"
|
3349
3852
|
|
3350
|
-
msgid "No
|
3853
|
+
msgid "No packages"
|
3351
3854
|
msgstr ""
|
3352
3855
|
|
3353
3856
|
#, fuzzy
|
@@ -3379,6 +3882,12 @@ msgstr ""
|
|
3379
3882
|
msgid "No pulp workers running."
|
3380
3883
|
msgstr ""
|
3381
3884
|
|
3885
|
+
msgid "No pulpcore content apps are running at %s."
|
3886
|
+
msgstr ""
|
3887
|
+
|
3888
|
+
msgid "No pulpcore workers are running at %s."
|
3889
|
+
msgstr ""
|
3890
|
+
|
3382
3891
|
msgid "No recently synced products"
|
3383
3892
|
msgstr ""
|
3384
3893
|
|
@@ -3391,12 +3900,18 @@ msgstr ""
|
|
3391
3900
|
msgid "No repositories enabled."
|
3392
3901
|
msgstr ""
|
3393
3902
|
|
3903
|
+
msgid "No repositories selected."
|
3904
|
+
msgstr ""
|
3905
|
+
|
3394
3906
|
msgid "No repositories to show"
|
3395
3907
|
msgstr ""
|
3396
3908
|
|
3397
3909
|
msgid "No repository sets match your search criteria."
|
3398
3910
|
msgstr ""
|
3399
3911
|
|
3912
|
+
msgid "No repository sets to show."
|
3913
|
+
msgstr ""
|
3914
|
+
|
3400
3915
|
msgid "No rules have been added to this filter."
|
3401
3916
|
msgstr ""
|
3402
3917
|
|
@@ -3449,6 +3964,9 @@ msgstr ""
|
|
3449
3964
|
msgid "Not yet published"
|
3450
3965
|
msgstr ""
|
3451
3966
|
|
3967
|
+
msgid "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:"
|
3968
|
+
msgstr ""
|
3969
|
+
|
3452
3970
|
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."
|
3453
3971
|
msgstr ""
|
3454
3972
|
|
@@ -3467,16 +3985,19 @@ msgstr ""
|
|
3467
3985
|
msgid "Number to Allocate"
|
3468
3986
|
msgstr ""
|
3469
3987
|
|
3470
|
-
msgid "OSTree"
|
3988
|
+
msgid "OSTree Branch"
|
3471
3989
|
msgstr ""
|
3472
3990
|
|
3473
|
-
msgid "OSTree
|
3991
|
+
msgid "OSTree Ref"
|
3474
3992
|
msgstr ""
|
3475
3993
|
|
3476
|
-
msgid "OSTree
|
3994
|
+
msgid "OSTree Refs"
|
3477
3995
|
msgstr ""
|
3478
3996
|
|
3479
|
-
msgid "OSTree
|
3997
|
+
msgid "OSTree ref"
|
3998
|
+
msgstr ""
|
3999
|
+
|
4000
|
+
msgid "OSTree refs"
|
3480
4001
|
msgstr ""
|
3481
4002
|
|
3482
4003
|
msgid "Object to show subscriptions available for, either 'host' or 'activation_key'"
|
@@ -3509,6 +4030,12 @@ msgstr ""
|
|
3509
4030
|
msgid "One or more processes require restarting"
|
3510
4031
|
msgstr ""
|
3511
4032
|
|
4033
|
+
msgid "Only On Demand repositories may have space reclaimed."
|
4034
|
+
msgstr ""
|
4035
|
+
|
4036
|
+
msgid "Only On Demand smart proxies may have space reclaimed."
|
4037
|
+
msgstr ""
|
4038
|
+
|
3512
4039
|
#, fuzzy
|
3513
4040
|
msgid "Only one Red Hat provider permitted for an Organization"
|
3514
4041
|
msgstr "Spravovat organizace"
|
@@ -3535,6 +4062,9 @@ msgstr ""
|
|
3535
4062
|
msgid "Organization Information not provided."
|
3536
4063
|
msgstr ""
|
3537
4064
|
|
4065
|
+
msgid "Organization Label"
|
4066
|
+
msgstr ""
|
4067
|
+
|
3538
4068
|
#, fuzzy
|
3539
4069
|
msgid "Organization cannot be blank."
|
3540
4070
|
msgstr "Název nesmí být prázdný."
|
@@ -3558,9 +4088,18 @@ msgstr ""
|
|
3558
4088
|
msgid "Organization required"
|
3559
4089
|
msgstr "Organizace"
|
3560
4090
|
|
4091
|
+
msgid "Orphaned Content Protection Time"
|
4092
|
+
msgstr ""
|
4093
|
+
|
3561
4094
|
msgid "Other"
|
3562
4095
|
msgstr ""
|
3563
4096
|
|
4097
|
+
msgid "Other Content Types"
|
4098
|
+
msgstr ""
|
4099
|
+
|
4100
|
+
msgid "Overridden"
|
4101
|
+
msgstr ""
|
4102
|
+
|
3564
4103
|
msgid "Override content for activation_key"
|
3565
4104
|
msgstr ""
|
3566
4105
|
|
@@ -3579,6 +4118,12 @@ msgstr ""
|
|
3579
4118
|
msgid "Override to a boolean value or 'default'"
|
3580
4119
|
msgstr ""
|
3581
4120
|
|
4121
|
+
msgid "Override to disabled"
|
4122
|
+
msgstr ""
|
4123
|
+
|
4124
|
+
msgid "Override to enabled"
|
4125
|
+
msgstr ""
|
4126
|
+
|
3582
4127
|
msgid "Override value. Provide a boolean value if name is 'enabled'"
|
3583
4128
|
msgstr ""
|
3584
4129
|
|
@@ -3702,6 +4247,12 @@ msgstr "Balíček přesunut"
|
|
3702
4247
|
msgid "Package Remove scheduled by %s"
|
3703
4248
|
msgstr "Balíček přesunut"
|
3704
4249
|
|
4250
|
+
msgid "Package Type"
|
4251
|
+
msgstr ""
|
4252
|
+
|
4253
|
+
msgid "Package Types"
|
4254
|
+
msgstr ""
|
4255
|
+
|
3705
4256
|
msgid "Package Update"
|
3706
4257
|
msgstr "Balíček aktualizován"
|
3707
4258
|
|
@@ -3753,14 +4304,23 @@ msgstr ""
|
|
3753
4304
|
msgid "Package installation: \"%{package}\" "
|
3754
4305
|
msgstr ""
|
3755
4306
|
|
4307
|
+
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."
|
4308
|
+
msgstr ""
|
4309
|
+
|
3756
4310
|
#, fuzzy
|
3757
4311
|
msgid "Packages"
|
3758
4312
|
msgstr "Skupiny balíčků"
|
3759
4313
|
|
4314
|
+
msgid "Packages management functionality on this page is incomplete"
|
4315
|
+
msgstr ""
|
4316
|
+
|
3760
4317
|
#, fuzzy
|
3761
4318
|
msgid "Packages must be provided"
|
3762
4319
|
msgstr "Musí existovat alespoň jedna organizace."
|
3763
4320
|
|
4321
|
+
msgid "Packages will appear here when available."
|
4322
|
+
msgstr ""
|
4323
|
+
|
3764
4324
|
msgid "Page number, starting at 1"
|
3765
4325
|
msgstr ""
|
3766
4326
|
|
@@ -3773,12 +4333,24 @@ msgstr ""
|
|
3773
4333
|
msgid "Partition template IDs"
|
3774
4334
|
msgstr ""
|
3775
4335
|
|
4336
|
+
msgid "Password"
|
4337
|
+
msgstr ""
|
4338
|
+
|
4339
|
+
msgid "Password for authentication"
|
4340
|
+
msgstr ""
|
4341
|
+
|
4342
|
+
msgid "Password of the upstream authentication token."
|
4343
|
+
msgstr ""
|
4344
|
+
|
3776
4345
|
msgid "Password of the upstream repository user used for authentication"
|
3777
4346
|
msgstr ""
|
3778
4347
|
|
3779
4348
|
msgid "Password to access URL"
|
3780
4349
|
msgstr ""
|
3781
4350
|
|
4351
|
+
msgid "Path"
|
4352
|
+
msgstr ""
|
4353
|
+
|
3782
4354
|
msgid "Path for ssl cert used for pulp server auth"
|
3783
4355
|
msgstr ""
|
3784
4356
|
|
@@ -3851,6 +4423,12 @@ msgstr ""
|
|
3851
4423
|
msgid "Please select one from the list below and you will be redirected."
|
3852
4424
|
msgstr ""
|
3853
4425
|
|
4426
|
+
msgid "Please wait while the task starts.."
|
4427
|
+
msgstr ""
|
4428
|
+
|
4429
|
+
msgid "Policy to set for mirroring content. Must be one of %s."
|
4430
|
+
msgstr ""
|
4431
|
+
|
3854
4432
|
msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
|
3855
4433
|
msgstr ""
|
3856
4434
|
|
@@ -3873,6 +4451,9 @@ msgstr ""
|
|
3873
4451
|
msgid "Product ID"
|
3874
4452
|
msgstr ""
|
3875
4453
|
|
4454
|
+
msgid "Product Name"
|
4455
|
+
msgstr ""
|
4456
|
+
|
3876
4457
|
#, fuzzy
|
3877
4458
|
msgid "Product and Repositories"
|
3878
4459
|
msgstr "Produkty a Repozitáře"
|
@@ -3923,6 +4504,12 @@ msgstr ""
|
|
3923
4504
|
msgid "Promote errata"
|
3924
4505
|
msgstr ""
|
3925
4506
|
|
4507
|
+
msgid "Promote version ${versionNameToPromote}"
|
4508
|
+
msgstr ""
|
4509
|
+
|
4510
|
+
msgid "Promoted to "
|
4511
|
+
msgstr ""
|
4512
|
+
|
3926
4513
|
msgid "Promoted to %{environment}"
|
3927
4514
|
msgstr ""
|
3928
4515
|
|
@@ -3947,6 +4534,9 @@ msgstr ""
|
|
3947
4534
|
msgid "Proxies"
|
3948
4535
|
msgstr ""
|
3949
4536
|
|
4537
|
+
msgid "Public"
|
4538
|
+
msgstr ""
|
4539
|
+
|
3950
4540
|
msgid "Public key block in DER encoding or certificate content"
|
3951
4541
|
msgstr ""
|
3952
4542
|
|
@@ -3960,9 +4550,15 @@ msgstr ""
|
|
3960
4550
|
msgid "Publish a content view"
|
3961
4551
|
msgstr "Vyhledat obsah"
|
3962
4552
|
|
4553
|
+
msgid "Publish new version"
|
4554
|
+
msgstr ""
|
4555
|
+
|
3963
4556
|
msgid "Publish new version - "
|
3964
4557
|
msgstr ""
|
3965
4558
|
|
4559
|
+
msgid "Published date"
|
4560
|
+
msgstr ""
|
4561
|
+
|
3966
4562
|
msgid "Published new version"
|
3967
4563
|
msgstr ""
|
3968
4564
|
|
@@ -3972,9 +4568,6 @@ msgstr ""
|
|
3972
4568
|
msgid "Publishing content view"
|
3973
4569
|
msgstr ""
|
3974
4570
|
|
3975
|
-
msgid "Pulling remote branches. Downloaded %s units."
|
3976
|
-
msgstr ""
|
3977
|
-
|
3978
4571
|
msgid "Pulp"
|
3979
4572
|
msgstr ""
|
3980
4573
|
|
@@ -4035,7 +4628,22 @@ msgstr ""
|
|
4035
4628
|
msgid "Pulp task error"
|
4036
4629
|
msgstr ""
|
4037
4630
|
|
4038
|
-
msgid "
|
4631
|
+
msgid "Python Package"
|
4632
|
+
msgstr ""
|
4633
|
+
|
4634
|
+
msgid "Python Packages"
|
4635
|
+
msgstr ""
|
4636
|
+
|
4637
|
+
msgid "Python package"
|
4638
|
+
msgstr ""
|
4639
|
+
|
4640
|
+
msgid "Python packages"
|
4641
|
+
msgstr ""
|
4642
|
+
|
4643
|
+
msgid "Python packages to exclude from the upstream URL, names separated by newline. You may also specify versions, for example: django~=2.0."
|
4644
|
+
msgstr ""
|
4645
|
+
|
4646
|
+
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."
|
4039
4647
|
msgstr ""
|
4040
4648
|
|
4041
4649
|
msgid "Quantity"
|
@@ -4068,21 +4676,51 @@ msgstr ""
|
|
4068
4676
|
msgid "RPM"
|
4069
4677
|
msgstr ""
|
4070
4678
|
|
4679
|
+
msgid "RPM Package Groups"
|
4680
|
+
msgstr ""
|
4681
|
+
|
4682
|
+
msgid "RPM Packages"
|
4683
|
+
msgstr ""
|
4684
|
+
|
4071
4685
|
msgid "RPM name"
|
4072
4686
|
msgstr ""
|
4073
4687
|
|
4074
4688
|
msgid "RPMs"
|
4075
4689
|
msgstr ""
|
4076
4690
|
|
4691
|
+
msgid "Range"
|
4692
|
+
msgstr ""
|
4693
|
+
|
4077
4694
|
msgid "Realm IDs"
|
4078
4695
|
msgstr ""
|
4079
4696
|
|
4697
|
+
msgid "Reassign affected activation keys"
|
4698
|
+
msgstr ""
|
4699
|
+
|
4700
|
+
msgid "Reassign affected hosts"
|
4701
|
+
msgstr ""
|
4702
|
+
|
4080
4703
|
msgid "Reboot required"
|
4081
4704
|
msgstr ""
|
4082
4705
|
|
4706
|
+
msgid "Recalculate"
|
4707
|
+
msgstr ""
|
4708
|
+
|
4083
4709
|
msgid "Recently Expired Subscriptions"
|
4084
4710
|
msgstr ""
|
4085
4711
|
|
4712
|
+
msgid "Reclaim Space"
|
4713
|
+
msgstr ""
|
4714
|
+
|
4715
|
+
msgid "Reclaim space from On Demand repositories"
|
4716
|
+
msgstr ""
|
4717
|
+
|
4718
|
+
msgid "Reclaim space from all On Demand repositories on a smart proxy"
|
4719
|
+
msgstr ""
|
4720
|
+
|
4721
|
+
msgid "Reclaim space from an On Demand repository"
|
4722
|
+
msgstr ""
|
4723
|
+
|
4086
4724
|
msgid "Recommended Repositories"
|
4087
4725
|
msgstr ""
|
4088
4726
|
|
@@ -4090,13 +4728,13 @@ msgstr ""
|
|
4090
4728
|
msgid "Red Hat CDN URL"
|
4091
4729
|
msgstr "Produkty"
|
4092
4730
|
|
4093
|
-
msgid "Red Hat Provider Details"
|
4094
|
-
msgstr ""
|
4095
|
-
|
4096
4731
|
#, fuzzy
|
4097
4732
|
msgid "Red Hat Repositories"
|
4098
4733
|
msgstr "Repozitáře"
|
4099
4734
|
|
4735
|
+
msgid "Red Hat Repositories page"
|
4736
|
+
msgstr ""
|
4737
|
+
|
4100
4738
|
msgid "Red Hat products cannot be manipulated."
|
4101
4739
|
msgstr ""
|
4102
4740
|
|
@@ -4109,6 +4747,9 @@ msgstr ""
|
|
4109
4747
|
msgid "Refresh"
|
4110
4748
|
msgstr ""
|
4111
4749
|
|
4750
|
+
msgid "Refresh Content Host Statuses for %s"
|
4751
|
+
msgstr ""
|
4752
|
+
|
4112
4753
|
#, fuzzy
|
4113
4754
|
msgid "Refresh Manifest"
|
4114
4755
|
msgstr "Smazat role"
|
@@ -4116,6 +4757,9 @@ msgstr "Smazat role"
|
|
4116
4757
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
4117
4758
|
msgstr ""
|
4118
4759
|
|
4760
|
+
msgid "Refresh_Content_Host_Status"
|
4761
|
+
msgstr ""
|
4762
|
+
|
4119
4763
|
msgid "Register a host with subscription and information"
|
4120
4764
|
msgstr ""
|
4121
4765
|
|
@@ -4134,6 +4778,24 @@ msgstr ""
|
|
4134
4778
|
msgid "Reindex subscriptions"
|
4135
4779
|
msgstr ""
|
4136
4780
|
|
4781
|
+
msgid "Related component content views"
|
4782
|
+
msgstr ""
|
4783
|
+
|
4784
|
+
msgid "Related component cvs: "
|
4785
|
+
msgstr ""
|
4786
|
+
|
4787
|
+
msgid "Related composite content views"
|
4788
|
+
msgstr ""
|
4789
|
+
|
4790
|
+
msgid "Related composite cvs: "
|
4791
|
+
msgstr ""
|
4792
|
+
|
4793
|
+
msgid "Related content views will appear here when created."
|
4794
|
+
msgstr ""
|
4795
|
+
|
4796
|
+
msgid "Release"
|
4797
|
+
msgstr ""
|
4798
|
+
|
4137
4799
|
msgid "Release version for this Host to use (7Server, 7.1, etc)"
|
4138
4800
|
msgstr ""
|
4139
4801
|
|
@@ -4188,13 +4850,16 @@ msgstr ""
|
|
4188
4850
|
msgid "Remove content view version"
|
4189
4851
|
msgstr ""
|
4190
4852
|
|
4191
|
-
msgid "Remove content views"
|
4192
|
-
msgstr ""
|
4193
|
-
|
4194
4853
|
#, fuzzy
|
4195
4854
|
msgid "Remove from Environment"
|
4196
4855
|
msgstr "prostředí"
|
4197
4856
|
|
4857
|
+
msgid "Remove from environment"
|
4858
|
+
msgstr ""
|
4859
|
+
|
4860
|
+
msgid "Remove from environments"
|
4861
|
+
msgstr ""
|
4862
|
+
|
4198
4863
|
msgid "Remove hosts from the host collection"
|
4199
4864
|
msgstr ""
|
4200
4865
|
|
@@ -4239,6 +4904,9 @@ msgstr ""
|
|
4239
4904
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
4240
4905
|
msgstr ""
|
4241
4906
|
|
4907
|
+
msgid "Remove versions from environments"
|
4908
|
+
msgstr ""
|
4909
|
+
|
4242
4910
|
msgid "Removed component from content view"
|
4243
4911
|
msgstr ""
|
4244
4912
|
|
@@ -4253,6 +4921,9 @@ msgstr "Skupiny balíčků"
|
|
4253
4921
|
msgid "Removing Package..."
|
4254
4922
|
msgstr "Smazat balíček filtrů"
|
4255
4923
|
|
4924
|
+
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
4925
|
+
msgstr ""
|
4926
|
+
|
4256
4927
|
msgid "Repo Type"
|
4257
4928
|
msgstr ""
|
4258
4929
|
|
@@ -4305,36 +4976,93 @@ msgstr ""
|
|
4305
4976
|
msgid "Repository not found"
|
4306
4977
|
msgstr "Repozitáře"
|
4307
4978
|
|
4979
|
+
msgid "Repository path"
|
4980
|
+
msgstr ""
|
4981
|
+
|
4982
|
+
msgid "Repository set disabled"
|
4983
|
+
msgstr ""
|
4984
|
+
|
4985
|
+
msgid "Repository set enabled"
|
4986
|
+
msgstr ""
|
4987
|
+
|
4308
4988
|
msgid "Repository set name to search on"
|
4309
4989
|
msgstr ""
|
4310
4990
|
|
4991
|
+
msgid "Repository set reset to default"
|
4992
|
+
msgstr ""
|
4993
|
+
|
4994
|
+
msgid "Repository sets"
|
4995
|
+
msgstr ""
|
4996
|
+
|
4311
4997
|
msgid "Repository sets are not available for custom products."
|
4312
4998
|
msgstr ""
|
4313
4999
|
|
5000
|
+
msgid "Repository sets disabled"
|
5001
|
+
msgstr ""
|
5002
|
+
|
5003
|
+
msgid "Repository sets enabled"
|
5004
|
+
msgstr ""
|
5005
|
+
|
5006
|
+
msgid "Repository sets reset to default"
|
5007
|
+
msgstr ""
|
5008
|
+
|
5009
|
+
msgid "Repository sets will appear here when available."
|
5010
|
+
msgstr ""
|
5011
|
+
|
5012
|
+
msgid "Repository with content label %{content_label} was not found in upstream organization %{org_label}, content view %{cv_label} and lifecycle environment %{env_label} "
|
5013
|
+
msgstr ""
|
5014
|
+
|
4314
5015
|
msgid "Republish Repositories of %{name} %{version}"
|
4315
5016
|
msgstr ""
|
4316
5017
|
|
4317
5018
|
msgid "Republish Version Repositories"
|
4318
5019
|
msgstr ""
|
4319
5020
|
|
4320
|
-
msgid "
|
5021
|
+
msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
|
5022
|
+
msgstr ""
|
5023
|
+
|
5024
|
+
msgid "Requirements is not valid yaml."
|
5025
|
+
msgstr ""
|
5026
|
+
|
5027
|
+
msgid "Requirements yaml should be a key-value pair structure."
|
5028
|
+
msgstr ""
|
5029
|
+
|
5030
|
+
msgid "Requirements yaml should have a 'collections' key"
|
4321
5031
|
msgstr ""
|
4322
5032
|
|
4323
5033
|
msgid "Requires Virt-Who"
|
4324
5034
|
msgstr ""
|
4325
5035
|
|
4326
|
-
msgid "
|
5036
|
+
msgid "Reset filters"
|
5037
|
+
msgstr ""
|
5038
|
+
|
5039
|
+
msgid "Reset to default"
|
5040
|
+
msgstr ""
|
5041
|
+
|
5042
|
+
msgid "Resolve traces"
|
4327
5043
|
msgstr ""
|
4328
5044
|
|
4329
5045
|
msgid "Resolve traces for one or more hosts"
|
4330
5046
|
msgstr ""
|
4331
5047
|
|
5048
|
+
msgid "Resolve traces via Katello interface"
|
5049
|
+
msgstr ""
|
5050
|
+
|
4332
5051
|
msgid "Resource"
|
4333
5052
|
msgstr ""
|
4334
5053
|
|
4335
5054
|
msgid "Restart Services via Katello interface"
|
4336
5055
|
msgstr ""
|
4337
5056
|
|
5057
|
+
msgid "Restart app"
|
5058
|
+
msgstr ""
|
5059
|
+
|
5060
|
+
msgid "Restart via customized remote execution"
|
5061
|
+
msgstr ""
|
5062
|
+
|
5063
|
+
msgid "Restart via remote execution"
|
5064
|
+
msgstr ""
|
5065
|
+
|
4338
5066
|
msgid "Restrict Composite Content View promotion"
|
4339
5067
|
msgstr ""
|
4340
5068
|
|
@@ -4353,12 +5081,24 @@ msgstr ""
|
|
4353
5081
|
msgid "Return custom products only"
|
4354
5082
|
msgstr ""
|
4355
5083
|
|
5084
|
+
msgid "Return deb packages that are applicable to one or more hosts (defaults to true if host_id is specified)"
|
5085
|
+
msgstr ""
|
5086
|
+
|
5087
|
+
msgid "Return deb packages that are upgradable on one or more hosts"
|
5088
|
+
msgstr ""
|
5089
|
+
|
5090
|
+
msgid "Return deb packages that can be added to the specified object. Only the value 'content_view_version' is supported."
|
5091
|
+
msgstr ""
|
5092
|
+
|
4356
5093
|
msgid "Return enabled products only"
|
4357
5094
|
msgstr ""
|
4358
5095
|
|
4359
5096
|
msgid "Return errata that are applicable to one or more hosts (defaults to true if host_id is specified)"
|
4360
5097
|
msgstr ""
|
4361
5098
|
|
5099
|
+
msgid "Return errata that are applicable to this host. Defaults to false)"
|
5100
|
+
msgstr ""
|
5101
|
+
|
4362
5102
|
msgid "Return errata that are upgradable on one or more hosts"
|
4363
5103
|
msgstr ""
|
4364
5104
|
|
@@ -4368,6 +5108,15 @@ msgstr ""
|
|
4368
5108
|
msgid "Return name and stream information only)"
|
4369
5109
|
msgstr ""
|
4370
5110
|
|
5111
|
+
msgid "Return only errata of a particular severity (None, Low, Moderate, Important, Critical)"
|
5112
|
+
msgstr ""
|
5113
|
+
|
5114
|
+
msgid "Return only errata of a particular type (security, bugfix, enhancement)"
|
5115
|
+
msgstr ""
|
5116
|
+
|
5117
|
+
msgid "Return only packages of a particular status (upgradable or up-to-date)"
|
5118
|
+
msgstr ""
|
5119
|
+
|
4371
5120
|
msgid "Return only subscriptions which can be attached to the upstream allocation"
|
4372
5121
|
msgstr ""
|
4373
5122
|
|
@@ -4398,9 +5147,21 @@ msgstr ""
|
|
4398
5147
|
msgid "Return the content of a repo gpg key, used directly by yum"
|
4399
5148
|
msgstr ""
|
4400
5149
|
|
5150
|
+
msgid "Return the enabled content types"
|
5151
|
+
msgstr ""
|
5152
|
+
|
4401
5153
|
msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
|
4402
5154
|
msgstr ""
|
4403
5155
|
|
5156
|
+
msgid "Review Details"
|
5157
|
+
msgstr ""
|
5158
|
+
|
5159
|
+
msgid "Review details"
|
5160
|
+
msgstr ""
|
5161
|
+
|
5162
|
+
msgid "Review your currently selected changes for "
|
5163
|
+
msgstr ""
|
5164
|
+
|
4404
5165
|
msgid "Role"
|
4405
5166
|
msgstr ""
|
4406
5167
|
|
@@ -4410,6 +5171,12 @@ msgstr ""
|
|
4410
5171
|
msgid "Roles"
|
4411
5172
|
msgstr ""
|
4412
5173
|
|
5174
|
+
msgid "Rpm packages"
|
5175
|
+
msgstr ""
|
5176
|
+
|
5177
|
+
msgid "Rules to be added"
|
5178
|
+
msgstr ""
|
5179
|
+
|
4413
5180
|
msgid "Run Sync Plan:"
|
4414
5181
|
msgstr ""
|
4415
5182
|
|
@@ -4422,21 +5189,33 @@ msgstr ""
|
|
4422
5189
|
msgid "SRPM details"
|
4423
5190
|
msgstr ""
|
4424
5191
|
|
5192
|
+
msgid "SSL CA Content Credential"
|
5193
|
+
msgstr ""
|
5194
|
+
|
4425
5195
|
msgid "SSL version used to communicate with the CDN"
|
4426
5196
|
msgstr ""
|
4427
5197
|
|
4428
5198
|
msgid "SUBSCRIPTIONS EXPIRING SOON"
|
4429
5199
|
msgstr ""
|
4430
5200
|
|
4431
|
-
msgid "Save"
|
5201
|
+
msgid "Save"
|
5202
|
+
msgstr ""
|
5203
|
+
|
5204
|
+
msgid "Schedule errata for installation using katello-agent. %s"
|
5205
|
+
msgstr ""
|
5206
|
+
|
5207
|
+
msgid "Schema Version 1"
|
4432
5208
|
msgstr ""
|
4433
5209
|
|
4434
|
-
msgid "
|
5210
|
+
msgid "Schema Version 2"
|
4435
5211
|
msgstr ""
|
4436
5212
|
|
4437
5213
|
msgid "Search"
|
4438
5214
|
msgstr ""
|
4439
5215
|
|
5216
|
+
msgid "Search Query"
|
5217
|
+
msgstr ""
|
5218
|
+
|
4440
5219
|
msgid "Search pattern (defaults to '*')"
|
4441
5220
|
msgstr ""
|
4442
5221
|
|
@@ -4483,9 +5262,18 @@ msgstr ""
|
|
4483
5262
|
msgid "Select Value"
|
4484
5263
|
msgstr ""
|
4485
5264
|
|
5265
|
+
msgid "Select a content view"
|
5266
|
+
msgstr ""
|
5267
|
+
|
4486
5268
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
4487
5269
|
msgstr ""
|
4488
5270
|
|
5271
|
+
msgid "Select a provider to install katello-host-tools-tracer"
|
5272
|
+
msgstr ""
|
5273
|
+
|
5274
|
+
msgid "Select all"
|
5275
|
+
msgstr ""
|
5276
|
+
|
4489
5277
|
msgid "Select all rows"
|
4490
5278
|
msgstr ""
|
4491
5279
|
|
@@ -4499,15 +5287,42 @@ msgstr ""
|
|
4499
5287
|
msgid "Select available version of ${cvName} to use"
|
4500
5288
|
msgstr ""
|
4501
5289
|
|
5290
|
+
msgid "Select available version of components to use"
|
5291
|
+
msgstr ""
|
5292
|
+
|
5293
|
+
msgid "Select content view"
|
5294
|
+
msgstr ""
|
5295
|
+
|
4502
5296
|
msgid "Select hosts to assign to %s"
|
4503
5297
|
msgstr ""
|
4504
5298
|
|
5299
|
+
msgid "Select lifecycle environment"
|
5300
|
+
msgstr ""
|
5301
|
+
|
5302
|
+
msgid "Select none"
|
5303
|
+
msgstr ""
|
5304
|
+
|
5305
|
+
msgid "Select one"
|
5306
|
+
msgstr ""
|
5307
|
+
|
5308
|
+
msgid "Select page"
|
5309
|
+
msgstr ""
|
5310
|
+
|
4505
5311
|
msgid "Select row"
|
4506
5312
|
msgstr ""
|
4507
5313
|
|
4508
5314
|
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."
|
4509
5315
|
msgstr ""
|
4510
5316
|
|
5317
|
+
msgid "Selected environment "
|
5318
|
+
msgstr ""
|
5319
|
+
|
5320
|
+
msgid "Selected environments "
|
5321
|
+
msgstr ""
|
5322
|
+
|
5323
|
+
msgid "Sending a list of included IDs is not allowed when all items are being selected."
|
5324
|
+
msgstr ""
|
5325
|
+
|
4511
5326
|
msgid "Service Level"
|
4512
5327
|
msgstr ""
|
4513
5328
|
|
@@ -4548,6 +5363,12 @@ msgstr ""
|
|
4548
5363
|
msgid "Severity"
|
4549
5364
|
msgstr "Závažnost: Nízká"
|
4550
5365
|
|
5366
|
+
msgid "Severity must be one of: %s"
|
5367
|
+
msgstr ""
|
5368
|
+
|
5369
|
+
msgid "Show %s"
|
5370
|
+
msgstr ""
|
5371
|
+
|
4551
5372
|
msgid "Show :a_resource"
|
4552
5373
|
msgstr ""
|
4553
5374
|
|
@@ -4583,6 +5404,9 @@ msgstr "organizace"
|
|
4583
5404
|
msgid "Show a sync plan"
|
4584
5405
|
msgstr "+ Nový plán"
|
4585
5406
|
|
5407
|
+
msgid "Show all"
|
5408
|
+
msgstr ""
|
5409
|
+
|
4586
5410
|
#, fuzzy
|
4587
5411
|
msgid "Show an activation key"
|
4588
5412
|
msgstr "Číst aktivační klíče"
|
@@ -4600,6 +5424,9 @@ msgstr ""
|
|
4600
5424
|
msgid "Show filter rule info"
|
4601
5425
|
msgstr ""
|
4602
5426
|
|
5427
|
+
msgid "Show full description"
|
5428
|
+
msgstr ""
|
5429
|
+
|
4603
5430
|
#, fuzzy
|
4604
5431
|
msgid "Show organization"
|
4605
5432
|
msgstr "+ Nová organizace"
|
@@ -4631,7 +5458,7 @@ msgstr ""
|
|
4631
5458
|
msgid "Simple Content Access has been enabled for '%{subject}'."
|
4632
5459
|
msgstr ""
|
4633
5460
|
|
4634
|
-
msgid "Single content view consisting of repositories"
|
5461
|
+
msgid "Single content view consisting of e.g. repositories"
|
4635
5462
|
msgstr ""
|
4636
5463
|
|
4637
5464
|
msgid "Size of file to upload"
|
@@ -4652,7 +5479,7 @@ msgstr ""
|
|
4652
5479
|
msgid "Sockets: %s"
|
4653
5480
|
msgstr ""
|
4654
5481
|
|
4655
|
-
msgid "
|
5482
|
+
msgid "Solution"
|
4656
5483
|
msgstr ""
|
4657
5484
|
|
4658
5485
|
msgid "Solve RPM dependencies by default on Content View publish, defaults to false"
|
@@ -4667,21 +5494,78 @@ msgstr ""
|
|
4667
5494
|
msgid "Some services are not properly started. See the About page for more information."
|
4668
5495
|
msgstr ""
|
4669
5496
|
|
5497
|
+
msgid "Something went wrong while adding a bookmark: ${getBookmarkErrorMsgs(error.response)}"
|
5498
|
+
msgstr ""
|
5499
|
+
|
5500
|
+
msgid "Something went wrong while adding a filter rule! ${getResponseErrorMsgs(error.response)}"
|
5501
|
+
msgstr ""
|
5502
|
+
|
4670
5503
|
msgid "Something went wrong while adding component! ${getResponseErrorMsgs(error.response)}"
|
4671
5504
|
msgstr ""
|
4672
5505
|
|
5506
|
+
msgid "Something went wrong while adding filter rules! ${getResponseErrorMsgs(error.response)}"
|
5507
|
+
msgstr ""
|
5508
|
+
|
4673
5509
|
msgid "Something went wrong while creating the filter! ${getResponseErrorMsgs(error.response)}"
|
4674
5510
|
msgstr ""
|
4675
5511
|
|
5512
|
+
msgid "Something went wrong while deleting filter rules! ${getResponseErrorMsgs(error.response)}"
|
5513
|
+
msgstr ""
|
5514
|
+
|
4676
5515
|
msgid "Something went wrong while deleting filters! ${getResponseErrorMsgs(error.response)}"
|
4677
5516
|
msgstr ""
|
4678
5517
|
|
4679
5518
|
msgid "Something went wrong while deleting this filter! ${getResponseErrorMsgs(error.response)}"
|
4680
5519
|
msgstr ""
|
4681
5520
|
|
5521
|
+
msgid "Something went wrong while editing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
5522
|
+
msgstr ""
|
5523
|
+
|
5524
|
+
msgid "Something went wrong while editing the filter! ${getResponseErrorMsgs(error.response)}"
|
5525
|
+
msgstr ""
|
5526
|
+
|
5527
|
+
msgid "Something went wrong while editing version details. ${getResponseErrorMsgs(error.response)}"
|
5528
|
+
msgstr ""
|
5529
|
+
|
5530
|
+
msgid "Something went wrong while fetching ${lowerCase(pluralLabel)}! ${getResponseErrorMsgs(error.response)}"
|
5531
|
+
msgstr ""
|
5532
|
+
|
5533
|
+
msgid "Something went wrong while fetching files! ${getResponseErrorMsgs(error.response)}"
|
5534
|
+
msgstr ""
|
5535
|
+
|
5536
|
+
msgid "Something went wrong while fetching rpm packages! ${getResponseErrorMsgs(error.response)}"
|
5537
|
+
msgstr ""
|
5538
|
+
|
5539
|
+
msgid "Something went wrong while getting deb packages! ${getResponseErrorMsgs(error.response)}"
|
5540
|
+
msgstr ""
|
5541
|
+
|
5542
|
+
msgid "Something went wrong while getting docker tags! ${getResponseErrorMsgs(error.response)}"
|
5543
|
+
msgstr ""
|
5544
|
+
|
5545
|
+
msgid "Something went wrong while getting errata! ${getResponseErrorMsgs(error.response)}"
|
5546
|
+
msgstr ""
|
5547
|
+
|
5548
|
+
msgid "Something went wrong while getting module streams! ${getResponseErrorMsgs(error.response)}"
|
5549
|
+
msgstr ""
|
5550
|
+
|
5551
|
+
msgid "Something went wrong while getting repositories! ${getResponseErrorMsgs(error.response)}"
|
5552
|
+
msgstr ""
|
5553
|
+
|
5554
|
+
msgid "Something went wrong while getting version details. ${getResponseErrorMsgs(error.response)}"
|
5555
|
+
msgstr ""
|
5556
|
+
|
5557
|
+
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
5558
|
+
msgstr ""
|
5559
|
+
|
4682
5560
|
msgid "Something went wrong while removing component! ${getResponseErrorMsgs(error.response)}"
|
4683
5561
|
msgstr ""
|
4684
5562
|
|
5563
|
+
msgid "Something went wrong while retrieving package groups! ${getResponseErrorMsgs(error.response)}"
|
5564
|
+
msgstr ""
|
5565
|
+
|
5566
|
+
msgid "Something went wrong while retrieving the activation keys! ${getResponseErrorMsgs(error.response)}"
|
5567
|
+
msgstr ""
|
5568
|
+
|
4685
5569
|
msgid "Something went wrong while retrieving the content view components! ${getResponseErrorMsgs(error.response)}"
|
4686
5570
|
msgstr ""
|
4687
5571
|
|
@@ -4700,15 +5584,24 @@ msgstr ""
|
|
4700
5584
|
msgid "Something went wrong while retrieving the content view versions! ${getResponseErrorMsgs(error.response)}"
|
4701
5585
|
msgstr ""
|
4702
5586
|
|
5587
|
+
msgid "Something went wrong while retrieving the hosts! ${getResponseErrorMsgs(error.response)}"
|
5588
|
+
msgstr ""
|
5589
|
+
|
4703
5590
|
msgid "Something went wrong while retrieving the repository types! ${getResponseErrorMsgs(error.response)}"
|
4704
5591
|
msgstr ""
|
4705
5592
|
|
5593
|
+
msgid "Something went wrong! Please check server logs!"
|
5594
|
+
msgstr ""
|
5595
|
+
|
4706
5596
|
msgid "Sort field and order, eg. 'id DESC'"
|
4707
5597
|
msgstr ""
|
4708
5598
|
|
4709
5599
|
msgid "Source RPM"
|
4710
5600
|
msgstr ""
|
4711
5601
|
|
5602
|
+
msgid "Source RPMs"
|
5603
|
+
msgstr ""
|
5604
|
+
|
4712
5605
|
msgid "Specify an export chunk size less than 1_000_000 GB"
|
4713
5606
|
msgstr ""
|
4714
5607
|
|
@@ -4737,6 +5630,9 @@ msgstr ""
|
|
4737
5630
|
msgid "Status"
|
4738
5631
|
msgstr ""
|
4739
5632
|
|
5633
|
+
msgid "Status must be one of: %s"
|
5634
|
+
msgstr ""
|
5635
|
+
|
4740
5636
|
msgid "Storage"
|
4741
5637
|
msgstr ""
|
4742
5638
|
|
@@ -4936,6 +5832,9 @@ msgstr ""
|
|
4936
5832
|
msgid "Sync state"
|
4937
5833
|
msgstr ""
|
4938
5834
|
|
5835
|
+
msgid "Synced "
|
5836
|
+
msgstr ""
|
5837
|
+
|
4939
5838
|
msgid "Synced Content"
|
4940
5839
|
msgstr ""
|
4941
5840
|
|
@@ -4971,18 +5870,27 @@ msgstr ""
|
|
4971
5870
|
msgid "Syncing Complete."
|
4972
5871
|
msgstr "Žádné šablony"
|
4973
5872
|
|
5873
|
+
msgid "Synopsis"
|
5874
|
+
msgstr ""
|
5875
|
+
|
4974
5876
|
msgid "System Purpose"
|
4975
5877
|
msgstr ""
|
4976
5878
|
|
4977
5879
|
msgid "System Status"
|
4978
5880
|
msgstr ""
|
4979
5881
|
|
5882
|
+
msgid "Tag name"
|
5883
|
+
msgstr ""
|
5884
|
+
|
4980
5885
|
msgid "Tags"
|
4981
5886
|
msgstr ""
|
4982
5887
|
|
4983
5888
|
msgid "Task"
|
4984
5889
|
msgstr ""
|
4985
5890
|
|
5891
|
+
msgid "Task ${task.humanized.action} completed with a result of ${task.result}. ${task.errors ? getErrors(task) : ''}"
|
5892
|
+
msgstr ""
|
5893
|
+
|
4986
5894
|
msgid "Task ${task.humanized.action} has started."
|
4987
5895
|
msgstr ""
|
4988
5896
|
|
@@ -5118,9 +6026,10 @@ msgstr ""
|
|
5118
6026
|
msgid "The requested traces were not found for this host"
|
5119
6027
|
msgstr ""
|
5120
6028
|
|
5121
|
-
msgid ""
|
5122
|
-
|
5123
|
-
|
6029
|
+
msgid "The selected kickstart repository is not part of the assigned content view, lifecycle environment, content source, operating system, and architecture"
|
6030
|
+
msgstr ""
|
6031
|
+
|
6032
|
+
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
5124
6033
|
msgstr ""
|
5125
6034
|
|
5126
6035
|
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
@@ -5171,6 +6080,9 @@ msgstr ""
|
|
5171
6080
|
msgid "There was a problem retrieving Activation Key data from the server."
|
5172
6081
|
msgstr ""
|
5173
6082
|
|
6083
|
+
msgid "There was an error retrieving data from the server. Check your connection and try again."
|
6084
|
+
msgstr ""
|
6085
|
+
|
5174
6086
|
msgid "There was an issue with the backend service %s: "
|
5175
6087
|
msgstr ""
|
5176
6088
|
|
@@ -5189,15 +6101,39 @@ msgstr ""
|
|
5189
6101
|
msgid "This action doesn't support package groups"
|
5190
6102
|
msgstr ""
|
5191
6103
|
|
6104
|
+
msgid "This action should only be taken in extreme circumstances or for debugging purposes."
|
6105
|
+
msgstr ""
|
6106
|
+
|
5192
6107
|
msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
|
5193
6108
|
msgstr ""
|
5194
6109
|
|
5195
6110
|
msgid "This certificate allows a user to view the repositories in any environment from a browser."
|
5196
6111
|
msgstr ""
|
5197
6112
|
|
6113
|
+
msgid "This content view does not have any versions associated."
|
6114
|
+
msgstr ""
|
6115
|
+
|
5198
6116
|
msgid "This content view version doesn't have a history."
|
5199
6117
|
msgstr ""
|
5200
6118
|
|
6119
|
+
msgid "This content view will be automatically updated to the latest version."
|
6120
|
+
msgstr ""
|
6121
|
+
|
6122
|
+
msgid "This content view will be deleted. Changes will be effective after clicking Delete."
|
6123
|
+
msgstr ""
|
6124
|
+
|
6125
|
+
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
6126
|
+
msgstr ""
|
6127
|
+
|
6128
|
+
msgid "This host currently does not have traces."
|
6129
|
+
msgstr ""
|
6130
|
+
|
6131
|
+
msgid "This host does not have any installable errata."
|
6132
|
+
msgstr ""
|
6133
|
+
|
6134
|
+
msgid "This host does not have any packages."
|
6135
|
+
msgstr ""
|
6136
|
+
|
5201
6137
|
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
5202
6138
|
msgstr ""
|
5203
6139
|
|
@@ -5225,10 +6161,13 @@ msgstr ""
|
|
5225
6161
|
msgid "This is not a linked repository"
|
5226
6162
|
msgstr ""
|
5227
6163
|
|
6164
|
+
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}."
|
6165
|
+
msgstr ""
|
6166
|
+
|
5228
6167
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
5229
6168
|
msgstr ""
|
5230
6169
|
|
5231
|
-
msgid "This request may only be performed on a Smart proxy that has the
|
6170
|
+
msgid "This request may only be performed on a Smart proxy that has the Pulpcore feature with mirror=true."
|
5232
6171
|
msgstr ""
|
5233
6172
|
|
5234
6173
|
msgid "This service is available for unauthenticated users"
|
@@ -5243,6 +6182,21 @@ msgstr ""
|
|
5243
6182
|
msgid "This subscription is not relevant to the current organization."
|
5244
6183
|
msgstr ""
|
5245
6184
|
|
6185
|
+
msgid "This version has not been promoted to any environments."
|
6186
|
+
msgstr ""
|
6187
|
+
|
6188
|
+
msgid "This version is not promoted to any environments."
|
6189
|
+
msgstr ""
|
6190
|
+
|
6191
|
+
msgid "This version will be removed from:"
|
6192
|
+
msgstr ""
|
6193
|
+
|
6194
|
+
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."
|
6195
|
+
msgstr ""
|
6196
|
+
|
6197
|
+
msgid "Time in minutes to consider orphan content as orphaned."
|
6198
|
+
msgstr ""
|
6199
|
+
|
5246
6200
|
msgid "Time in seconds to wait for a Host to finish a remote action"
|
5247
6201
|
msgstr ""
|
5248
6202
|
|
@@ -5267,18 +6221,36 @@ msgstr ""
|
|
5267
6221
|
msgid "Total timeout in seconds for connections when syncing"
|
5268
6222
|
msgstr ""
|
5269
6223
|
|
6224
|
+
msgid "Tracer helps administrators identify applications that need to be restarted after a system is patched."
|
6225
|
+
msgstr ""
|
6226
|
+
|
5270
6227
|
msgid "Tracer profile uploaded successfully"
|
5271
6228
|
msgstr ""
|
5272
6229
|
|
5273
6230
|
msgid "Traces"
|
5274
6231
|
msgstr ""
|
5275
6232
|
|
6233
|
+
msgid "Traces are not enabled"
|
6234
|
+
msgstr ""
|
6235
|
+
|
6236
|
+
msgid "Traces help administrators identify applications that need to be restarted after a system is patched."
|
6237
|
+
msgstr ""
|
6238
|
+
|
6239
|
+
msgid "Traces that require logout cannot be restarted remotely"
|
6240
|
+
msgstr ""
|
6241
|
+
|
5276
6242
|
msgid "Trigger an auto-attach of subscriptions"
|
5277
6243
|
msgstr ""
|
5278
6244
|
|
5279
6245
|
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
5280
6246
|
msgstr ""
|
5281
6247
|
|
6248
|
+
msgid "Try changing your search criteria."
|
6249
|
+
msgstr ""
|
6250
|
+
|
6251
|
+
msgid "Try changing your search query."
|
6252
|
+
msgstr ""
|
6253
|
+
|
5282
6254
|
msgid "Try changing your search settings."
|
5283
6255
|
msgstr ""
|
5284
6256
|
|
@@ -5288,15 +6260,27 @@ msgstr ""
|
|
5288
6260
|
msgid "Type"
|
5289
6261
|
msgstr ""
|
5290
6262
|
|
6263
|
+
msgid "Type must be one of: %s"
|
6264
|
+
msgstr ""
|
6265
|
+
|
5291
6266
|
msgid "Type of content"
|
5292
6267
|
msgstr ""
|
5293
6268
|
|
5294
6269
|
msgid "Type of content: \"cert\", \"gpg_key\""
|
5295
6270
|
msgstr ""
|
5296
6271
|
|
6272
|
+
msgid "URL"
|
6273
|
+
msgstr ""
|
6274
|
+
|
5297
6275
|
msgid "URL needs to have a trailing /"
|
5298
6276
|
msgstr ""
|
5299
6277
|
|
6278
|
+
msgid "URL of a PyPI content source such as https://pypi.org."
|
6279
|
+
msgstr ""
|
6280
|
+
|
6281
|
+
msgid "URL of an OSTree repository."
|
6282
|
+
msgstr ""
|
6283
|
+
|
5300
6284
|
msgid "UUID"
|
5301
6285
|
msgstr ""
|
5302
6286
|
|
@@ -5315,6 +6299,9 @@ msgstr ""
|
|
5315
6299
|
msgid "UUIDs of the virtual guests from the host's hypervisor"
|
5316
6300
|
msgstr ""
|
5317
6301
|
|
6302
|
+
msgid "Unable to connect"
|
6303
|
+
msgstr ""
|
6304
|
+
|
5318
6305
|
msgid "Unable to connect. Got: %s"
|
5319
6306
|
msgstr ""
|
5320
6307
|
|
@@ -5415,16 +6402,25 @@ msgstr ""
|
|
5415
6402
|
msgid "Unsubscribed hypervisor"
|
5416
6403
|
msgstr ""
|
5417
6404
|
|
6405
|
+
msgid "Unsupported CDN resource"
|
6406
|
+
msgstr ""
|
6407
|
+
|
5418
6408
|
msgid "Unsupported URL protocol %s."
|
5419
6409
|
msgstr ""
|
5420
6410
|
|
5421
6411
|
msgid "Unsupported event type %{type}. Supported: %{types}"
|
5422
6412
|
msgstr ""
|
5423
6413
|
|
6414
|
+
msgid "Up-to date"
|
6415
|
+
msgstr ""
|
6416
|
+
|
5424
6417
|
#, fuzzy
|
5425
6418
|
msgid "Update"
|
5426
6419
|
msgstr "Balíček aktualizován"
|
5427
6420
|
|
6421
|
+
msgid "Update CDN Configuration"
|
6422
|
+
msgstr ""
|
6423
|
+
|
5428
6424
|
msgid "Update Content Overrides"
|
5429
6425
|
msgstr ""
|
5430
6426
|
|
@@ -5530,6 +6526,9 @@ msgstr ""
|
|
5530
6526
|
msgid "Update services requiring restart"
|
5531
6527
|
msgstr ""
|
5532
6528
|
|
6529
|
+
msgid "Update the CDN configuration"
|
6530
|
+
msgstr ""
|
6531
|
+
|
5533
6532
|
msgid "Update the HTTP proxy configuration on the repositories of one or more products."
|
5534
6533
|
msgstr ""
|
5535
6534
|
|
@@ -5575,7 +6574,19 @@ msgstr "Smazat balíček filtrů"
|
|
5575
6574
|
msgid "Updating repository authentication configuration"
|
5576
6575
|
msgstr ""
|
5577
6576
|
|
5578
|
-
msgid "
|
6577
|
+
msgid "Upgradable"
|
6578
|
+
msgstr ""
|
6579
|
+
|
6580
|
+
msgid "Upgradable To"
|
6581
|
+
msgstr ""
|
6582
|
+
|
6583
|
+
msgid "Upgrade"
|
6584
|
+
msgstr ""
|
6585
|
+
|
6586
|
+
msgid "Upgrade via customized remote execution"
|
6587
|
+
msgstr ""
|
6588
|
+
|
6589
|
+
msgid "Upgrade via remote execution"
|
5579
6590
|
msgstr ""
|
5580
6591
|
|
5581
6592
|
msgid "Upload Content Credential contents"
|
@@ -5593,6 +6604,9 @@ msgstr ""
|
|
5593
6604
|
msgid "Upload into"
|
5594
6605
|
msgstr ""
|
5595
6606
|
|
6607
|
+
msgid "Upload profiles without Dynflow"
|
6608
|
+
msgstr ""
|
6609
|
+
|
5596
6610
|
msgid "Upload request id"
|
5597
6611
|
msgstr ""
|
5598
6612
|
|
@@ -5602,12 +6616,30 @@ msgstr ""
|
|
5602
6616
|
msgid "Upstream identity certificate not available"
|
5603
6617
|
msgstr ""
|
5604
6618
|
|
6619
|
+
msgid "Upstream organization %s does not provide this content path"
|
6620
|
+
msgstr ""
|
6621
|
+
|
6622
|
+
msgid "Upstream organization %{org_label} does not have a content view with the label %{cv_label}"
|
6623
|
+
msgstr ""
|
6624
|
+
|
6625
|
+
msgid "Upstream organization %{org_label} does not have a lifecycle environment with the label %{lce_label}"
|
6626
|
+
msgstr ""
|
6627
|
+
|
6628
|
+
msgid "Upstream organization to sync CDN content from"
|
6629
|
+
msgstr ""
|
6630
|
+
|
5605
6631
|
msgid "Upstream password requires upstream username be set."
|
5606
6632
|
msgstr ""
|
5607
6633
|
|
6634
|
+
msgid "Upstream server to sync CDN content from"
|
6635
|
+
msgstr ""
|
6636
|
+
|
5608
6637
|
msgid "Upstream username and password may only be set on custom repositories."
|
5609
6638
|
msgstr ""
|
5610
6639
|
|
6640
|
+
msgid "Upstream username and upstream password cannot be blank for ULN repositories"
|
6641
|
+
msgstr ""
|
6642
|
+
|
5611
6643
|
msgid "Upstream username requires upstream password be set."
|
5612
6644
|
msgstr ""
|
5613
6645
|
|
@@ -5641,12 +6673,24 @@ msgstr ""
|
|
5641
6673
|
msgid "User must be logged in."
|
5642
6674
|
msgstr ""
|
5643
6675
|
|
6676
|
+
msgid "Username"
|
6677
|
+
msgstr ""
|
6678
|
+
|
6679
|
+
msgid "Username for authentication"
|
6680
|
+
msgstr ""
|
6681
|
+
|
5644
6682
|
msgid "Username of the upstream repository user used for authentication"
|
5645
6683
|
msgstr ""
|
5646
6684
|
|
5647
6685
|
msgid "Username to access URL"
|
5648
6686
|
msgstr ""
|
5649
6687
|
|
6688
|
+
msgid "Username, Password, Organization Label, and SSL CA Content Credential must be provided together."
|
6689
|
+
msgstr ""
|
6690
|
+
|
6691
|
+
msgid "Username, Password, Upstream Organization Label, and SSL CA Credential are required when using a non-Red Hat CDN."
|
6692
|
+
msgstr ""
|
6693
|
+
|
5650
6694
|
msgid "Valid"
|
5651
6695
|
msgstr ""
|
5652
6696
|
|
@@ -5671,6 +6715,21 @@ msgstr ""
|
|
5671
6715
|
msgid "Version ${item.version}"
|
5672
6716
|
msgstr ""
|
5673
6717
|
|
6718
|
+
msgid "Version ${version.version}"
|
6719
|
+
msgstr ""
|
6720
|
+
|
6721
|
+
msgid "Version ${versionNameToRemove} will be deleted from all environments. It will no longer be available for promotion."
|
6722
|
+
msgstr ""
|
6723
|
+
|
6724
|
+
msgid "Version ${versionNameToRemove} will be deleted from the listed environments. It will no longer be available for promotion."
|
6725
|
+
msgstr ""
|
6726
|
+
|
6727
|
+
msgid "Version details updated."
|
6728
|
+
msgstr ""
|
6729
|
+
|
6730
|
+
msgid "Version in use"
|
6731
|
+
msgstr ""
|
6732
|
+
|
5674
6733
|
msgid "Versions"
|
5675
6734
|
msgstr ""
|
5676
6735
|
|
@@ -5683,10 +6742,28 @@ msgstr ""
|
|
5683
6742
|
msgid "View a report of the affected hosts"
|
5684
6743
|
msgstr ""
|
5685
6744
|
|
6745
|
+
msgid "View matching content"
|
6746
|
+
msgstr ""
|
6747
|
+
|
5686
6748
|
#, fuzzy
|
5687
6749
|
msgid "Virtual"
|
5688
6750
|
msgstr "Virtuální"
|
5689
6751
|
|
6752
|
+
msgid "Visit the previous Packages page"
|
6753
|
+
msgstr ""
|
6754
|
+
|
6755
|
+
msgid "Waiting to start."
|
6756
|
+
msgstr ""
|
6757
|
+
|
6758
|
+
msgid "Warning"
|
6759
|
+
msgstr ""
|
6760
|
+
|
6761
|
+
msgid "When \"Releases/Distributions\" is set, \"Upstream URL\" must also be set!"
|
6762
|
+
msgstr ""
|
6763
|
+
|
6764
|
+
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
6765
|
+
msgstr ""
|
6766
|
+
|
5690
6767
|
msgid "When Simple Content Access is enabled, hosts are not required to have subscriptions attached to access repositories."
|
5691
6768
|
msgstr ""
|
5692
6769
|
|
@@ -5753,7 +6830,10 @@ msgstr ""
|
|
5753
6830
|
msgid "You cannot set an organization's parent_id. This feature is disabled."
|
5754
6831
|
msgstr ""
|
5755
6832
|
|
5756
|
-
msgid "You currently don't have any
|
6833
|
+
msgid "You currently don't have any ${selectedContentType}."
|
6834
|
+
msgstr ""
|
6835
|
+
|
6836
|
+
msgid "You currently don't have any Content views."
|
5757
6837
|
msgstr ""
|
5758
6838
|
|
5759
6839
|
msgid "You currently don't have any filters for this content view."
|
@@ -5762,12 +6842,21 @@ msgstr ""
|
|
5762
6842
|
msgid "You currently don't have any history for this content view."
|
5763
6843
|
msgstr ""
|
5764
6844
|
|
6845
|
+
msgid "You currently don't have any repositories associated with this content."
|
6846
|
+
msgstr ""
|
6847
|
+
|
5765
6848
|
msgid "You currently don't have any repositories to add to this content view."
|
5766
6849
|
msgstr ""
|
5767
6850
|
|
6851
|
+
msgid "You currently don't have any repositories to add to this filter."
|
6852
|
+
msgstr ""
|
6853
|
+
|
5768
6854
|
msgid "You currently don't have any versions for this content view."
|
5769
6855
|
msgstr ""
|
5770
6856
|
|
6857
|
+
msgid "You currently don\\'t have any related content views."
|
6858
|
+
msgstr ""
|
6859
|
+
|
5771
6860
|
msgid "You do not have permissions to delete %s"
|
5772
6861
|
msgstr ""
|
5773
6862
|
|
@@ -5798,10 +6887,25 @@ msgstr ""
|
|
5798
6887
|
msgid "Your search query was invalid. Please revise it and try again. The full error has been sent to the application logs."
|
5799
6888
|
msgstr ""
|
5800
6889
|
|
6890
|
+
msgid "Your search returned no matching "
|
6891
|
+
msgstr ""
|
6892
|
+
|
6893
|
+
msgid "Your search returned no matching RPMs."
|
6894
|
+
msgstr ""
|
6895
|
+
|
6896
|
+
msgid "Your search returned no matching activation keys."
|
6897
|
+
msgstr ""
|
6898
|
+
|
6899
|
+
msgid "Your search returned no matching hosts."
|
6900
|
+
msgstr ""
|
6901
|
+
|
5801
6902
|
msgid "Yum Metadata: %s"
|
5802
6903
|
msgstr ""
|
5803
6904
|
|
5804
|
-
msgid "a
|
6905
|
+
msgid "a content unit"
|
6906
|
+
msgstr ""
|
6907
|
+
|
6908
|
+
msgid "a deb package"
|
5805
6909
|
msgstr ""
|
5806
6910
|
|
5807
6911
|
msgid "a docker manifest"
|
@@ -5849,6 +6953,9 @@ msgstr ""
|
|
5849
6953
|
msgid "add all packages without errata to the included/excluded list. (package filter only)"
|
5850
6954
|
msgstr ""
|
5851
6955
|
|
6956
|
+
msgid "all environments"
|
6957
|
+
msgstr ""
|
6958
|
+
|
5852
6959
|
msgid "all packages"
|
5853
6960
|
msgstr "všechny balíčky"
|
5854
6961
|
|
@@ -5878,9 +6985,6 @@ msgstr "Instalační balíčky"
|
|
5878
6985
|
msgid "an organization"
|
5879
6986
|
msgstr "+ Nová organizace"
|
5880
6987
|
|
5881
|
-
msgid "an ostree branch"
|
5882
|
-
msgstr ""
|
5883
|
-
|
5884
6988
|
msgid "are only allowed for Yum repositories."
|
5885
6989
|
msgstr ""
|
5886
6990
|
|
@@ -5893,6 +6997,12 @@ msgstr ""
|
|
5893
6997
|
msgid "base url to perform repo discovery on"
|
5894
6998
|
msgstr ""
|
5895
6999
|
|
7000
|
+
msgid "bulk add filter rules"
|
7001
|
+
msgstr ""
|
7002
|
+
|
7003
|
+
msgid "bulk delete filter rules"
|
7004
|
+
msgstr ""
|
7005
|
+
|
5896
7006
|
msgid "can the activation key have unlimited hosts"
|
5897
7007
|
msgstr ""
|
5898
7008
|
|
@@ -5933,9 +7043,6 @@ msgstr "nemůže být prázdné"
|
|
5933
7043
|
msgid "cannot be set because unlimited hosts is set"
|
5934
7044
|
msgstr ""
|
5935
7045
|
|
5936
|
-
msgid "cannot be set for non-ostree repositories."
|
5937
|
-
msgstr ""
|
5938
|
-
|
5939
7046
|
msgid "cannot be set for non-yum repositories."
|
5940
7047
|
msgstr ""
|
5941
7048
|
|
@@ -5979,6 +7086,9 @@ msgstr "Vyhledat obsah"
|
|
5979
7086
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree', 'rpm', 'srpm')"
|
5980
7087
|
msgstr ""
|
5981
7088
|
|
7089
|
+
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
7090
|
+
msgstr ""
|
7091
|
+
|
5982
7092
|
msgid "content view component ID. Identifier of the component association"
|
5983
7093
|
msgstr ""
|
5984
7094
|
|
@@ -6043,6 +7153,9 @@ msgstr ""
|
|
6043
7153
|
msgid "delete a filter"
|
6044
7154
|
msgstr ""
|
6045
7155
|
|
7156
|
+
msgid "delete the content view with all the versions and environments"
|
7157
|
+
msgstr ""
|
7158
|
+
|
6046
7159
|
#, fuzzy
|
6047
7160
|
msgid "description"
|
6048
7161
|
msgstr "organizace"
|
@@ -6184,9 +7297,6 @@ msgstr ""
|
|
6184
7297
|
msgid "ids to filter content by"
|
6185
7298
|
msgstr ""
|
6186
7299
|
|
6187
|
-
msgid "if a custom sync policy is chosen for ostree repositories then a 'depth' value must be provided"
|
6188
|
-
msgstr ""
|
6189
|
-
|
6190
7300
|
msgid "if true, Katello will verify the upstream url's SSL certifcates are signed by a trusted CA"
|
6191
7301
|
msgstr ""
|
6192
7302
|
|
@@ -6428,9 +7538,6 @@ msgstr ""
|
|
6428
7538
|
msgid "policies for HTTP proxy for content sync"
|
6429
7539
|
msgstr ""
|
6430
7540
|
|
6431
|
-
msgid "policies for syncing upstream ostree repositories"
|
6432
|
-
msgstr ""
|
6433
|
-
|
6434
7541
|
msgid "policy for HTTP proxy for content sync"
|
6435
7542
|
msgstr ""
|
6436
7543
|
|
@@ -6478,10 +7585,6 @@ msgstr "Repozitáře"
|
|
6478
7585
|
msgid "repository source url"
|
6479
7586
|
msgstr "Repozitáře"
|
6480
7587
|
|
6481
|
-
#, fuzzy
|
6482
|
-
msgid "repository url"
|
6483
|
-
msgstr "Repozitáře"
|
6484
|
-
|
6485
7588
|
msgid "repository_id"
|
6486
7589
|
msgstr ""
|
6487
7590
|
|
@@ -6506,6 +7609,9 @@ msgstr ""
|
|
6506
7609
|
msgid "set true if you want to see only library environments"
|
6507
7610
|
msgstr ""
|
6508
7611
|
|
7612
|
+
msgid "sha256"
|
7613
|
+
msgstr ""
|
7614
|
+
|
6509
7615
|
msgid "show archived repositories"
|
6510
7616
|
msgstr ""
|
6511
7617
|
|
@@ -6555,10 +7661,10 @@ msgstr ""
|
|
6555
7661
|
msgid "true if this repository can be published via HTTP"
|
6556
7662
|
msgstr ""
|
6557
7663
|
|
6558
|
-
msgid "true if this repository when synced has to be mirrored from the source and stale rpms removed"
|
7664
|
+
msgid "true if this repository when synced has to be mirrored from the source and stale rpms removed (Deprecated)"
|
6559
7665
|
msgstr ""
|
6560
7666
|
|
6561
|
-
msgid "type of filter (e.g. rpm, package_group, erratum, docker, modulemd)"
|
7667
|
+
msgid "type of filter (e.g. rpm, package_group, erratum, erratum_id, erratum_date, docker, modulemd)"
|
6562
7668
|
msgstr ""
|
6563
7669
|
|
6564
7670
|
msgid "type of repo"
|
@@ -6589,15 +7695,30 @@ msgstr "všechny balíčky"
|
|
6589
7695
|
msgid "url not defined."
|
6590
7696
|
msgstr ""
|
6591
7697
|
|
7698
|
+
msgid "via customized remote execution"
|
7699
|
+
msgstr ""
|
7700
|
+
|
7701
|
+
msgid "via remote execution"
|
7702
|
+
msgstr ""
|
7703
|
+
|
7704
|
+
msgid "view content view tabs."
|
7705
|
+
msgstr ""
|
7706
|
+
|
6592
7707
|
msgid "waiting for Candlepin to finish the task"
|
6593
7708
|
msgstr ""
|
6594
7709
|
|
6595
7710
|
msgid "waiting for Pulp to finish the task"
|
6596
7711
|
msgstr ""
|
6597
7712
|
|
7713
|
+
msgid "waiting for Pulp to finish the task %s"
|
7714
|
+
msgstr ""
|
7715
|
+
|
6598
7716
|
msgid "waiting for Pulp to start the task"
|
6599
7717
|
msgstr ""
|
6600
7718
|
|
7719
|
+
msgid "waiting for Pulp to start the task %s"
|
7720
|
+
msgstr ""
|
7721
|
+
|
6601
7722
|
msgid "whitespace-separated list of architectures to be synced from deb-archive"
|
6602
7723
|
msgstr ""
|
6603
7724
|
|