katello 4.3.0.rc4 → 4.4.0.rc2
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 +4 -1
- 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_bulk_actions_controller.rb +10 -1
- data/app/controllers/katello/api/v2/repositories_controller.rb +42 -14
- 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/graphql/types/host_collection.rb +18 -0
- 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/errata_mail.rb +4 -5
- data/app/lib/actions/katello/repository/filtered_index_content.rb +1 -1
- data/app/lib/actions/katello/repository/sync.rb +2 -2
- data/app/lib/actions/pulp3/abstract.rb +1 -1
- data/app/lib/actions/pulp3/abstract_async_task.rb +1 -1
- data/app/lib/actions/pulp3/content_view/delete_repository_references.rb +14 -4
- data/app/lib/actions/pulp3/content_view_version/create_import_history.rb +1 -2
- 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/reclaim_space.rb +3 -10
- 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/lib/katello/util/pulpcore_content_filters.rb +2 -1
- data/app/models/katello/candlepin/repository_mapper.rb +3 -2
- data/app/models/katello/cdn_configuration.rb +38 -6
- data/app/models/katello/concerns/audit_comment_extensions.rb +17 -0
- data/app/models/katello/concerns/host_managed_extensions.rb +34 -2
- 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 +2 -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 +3 -2
- data/app/models/katello/content_view_version_import_history.rb +4 -4
- 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/provider.rb +1 -1
- data/app/models/katello/glue/pulp/repos.rb +3 -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/host_available_module_stream.rb +10 -0
- data/app/models/katello/hostgroup/content_facet.rb +2 -2
- data/app/models/katello/installed_package.rb +1 -0
- data/app/models/katello/product.rb +1 -1
- data/app/models/katello/product_content.rb +2 -2
- data/app/models/katello/repository.rb +13 -12
- data/app/models/katello/root_repository.rb +65 -16
- data/app/models/katello/rpm.rb +8 -2
- data/app/models/setting/content.rb +15 -5
- data/app/services/cert/rhsm_client.rb +1 -5
- data/app/services/katello/component_view_presenter.rb +1 -1
- data/app/services/katello/content_unit_indexer.rb +166 -0
- data/app/services/katello/organization_creator.rb +23 -8
- 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/api/yum.rb +4 -0
- data/app/services/katello/pulp3/content_view_version/import.rb +11 -2
- data/app/services/katello/pulp3/content_view_version/metadata_generator.rb +1 -1
- 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 +23 -16
- data/app/services/katello/pulp3/repository.rb +31 -10
- data/app/services/katello/pulp3/repository_mirror.rb +18 -4
- data/app/services/katello/pulp3/rpm.rb +13 -13
- data/app/services/katello/pulp3/srpm.rb +10 -9
- data/app/services/katello/registration_manager.rb +1 -1
- 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/foreman/job_templates/remove_packages_by_search_query.erb +19 -0
- data/app/views/foreman/job_templates/update_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/content_views/base.json.rabl +8 -4
- data/app/views/katello/api/v2/environments/show.json.rabl +9 -0
- data/app/views/katello/api/v2/host_module_streams/base.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/show.json.rabl +3 -1
- 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/20210119162528_delete_puppet_and_ostree_repos.rb +2 -0
- data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +11 -2
- data/db/migrate/20211201154845_add_unique_indexes.rb +20 -0
- data/db/migrate/20211202172358_add_repository_mirroring_policy.rb +26 -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/migrate/20220209205137_expand_sync_timeout_settings.rb +23 -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/errata/apply-errata.controller.js +10 -3
- 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 +29 -10
- 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 +49 -35
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/mirroring-policy.service.js +30 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +29 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +48 -23
- 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 +9 -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 -6
- 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/ContentDetails.js +1 -1
- 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/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +1 -1
- 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 +95 -29
- data/webpack/components/ErratumTypeLabel.js +16 -16
- data/webpack/components/MultiSelect/index.js +2 -2
- data/webpack/components/Packages/index.js +1 -1
- data/webpack/components/RoutedTabs/index.js +2 -1
- data/webpack/components/Search/Search.js +5 -2
- data/webpack/components/Search/__tests__/search.test.js +2 -3
- data/webpack/components/Select/Select.js +1 -1
- data/webpack/components/SelectOrg/SelectOrgReducer.js +15 -15
- data/webpack/components/SelectOrg/SetOrganization.js +2 -2
- data/webpack/components/Table/PageControls.js +3 -6
- data/webpack/components/Table/TableHooks.js +47 -7
- data/webpack/components/Table/TableWrapper.js +25 -7
- data/webpack/components/TypeAhead/TypeAhead.js +5 -1
- data/webpack/components/TypeAhead/helpers/commonPropTypes.js +1 -1
- data/webpack/components/TypeAhead/helpers/helpers.js +14 -14
- data/webpack/components/TypeAhead/pf3Search/TypeAheadSearch.js +1 -1
- data/webpack/components/TypeAhead/pf4Search/TypeAheadInput.js +4 -1
- data/webpack/components/TypeAhead/pf4Search/TypeAheadSearch.js +2 -1
- data/webpack/components/WithOrganization/withOrganization.js +3 -3
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +108 -0
- data/webpack/components/extensions/HostDetails/Cards/__tests__/errataOverviewCard.test.js +56 -0
- data/webpack/components/extensions/HostDetails/HostDetailsActions.js +2 -0
- data/webpack/components/extensions/HostDetails/HostPackages/HostPackagesActions.js +49 -2
- data/webpack/components/extensions/HostDetails/HostPackages/HostPackagesConstants.js +14 -1
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/SecondaryTabsRoutes.js +6 -4
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js +1 -0
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/index.js +1 -0
- data/webpack/components/extensions/HostDetails/Tabs/{ErrataTab.js → ErrataTab/ErrataTab.js} +86 -75
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.scss +11 -0
- data/webpack/components/extensions/HostDetails/Tabs/{ErratumExpansionContents.js → ErrataTab/ErratumExpansionContents.js} +3 -3
- 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/ModuleStreamsTab/ModuleStreamsActions.js +16 -0
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsConstants.js +3 -0
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsSelectors.js +19 -0
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +241 -0
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/__tests__/moduleStreamsTab.test.js +108 -0
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/__tests__/modules.fixtures.json +34 -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 +357 -64
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab.scss +3 -7
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +103 -4
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionConstants.js +6 -1
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +45 -42
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.scss +3 -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} +66 -61
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.scss +11 -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 +312 -11
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +26 -30
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/yumInstallablePackages.fixtures.json +72 -0
- data/webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js +25 -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/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +4 -0
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +1 -1
- data/webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js +1 -1
- data/webpack/components/extensions/about/SystemStatuses.js +1 -1
- data/webpack/components/extensions/about/SystemStatusesReducer.js +10 -10
- data/webpack/components/pf3Table/components/Table.js +4 -5
- data/webpack/components/pf3Table/components/Table.test.js +0 -3
- data/webpack/components/pf3Table/components/TableBody.js +2 -2
- data/webpack/components/pf3Table/components/__snapshots__/Table.test.js.snap +9 -8
- data/webpack/containers/Application/config.js +6 -1
- data/webpack/containers/Application/overrides.scss +56 -7
- data/webpack/global_index.js +4 -1
- data/webpack/global_test_setup.js +1 -1
- data/webpack/index.js +7 -0
- data/webpack/redux/OrganizationProducts/OrganizationProductsReducer.js +15 -15
- data/webpack/redux/reducers/RedHatRepositories/enabled.js +43 -43
- data/webpack/redux/reducers/RedHatRepositories/repositorySetRepositories.js +43 -43
- data/webpack/redux/reducers/RedHatRepositories/sets.js +31 -31
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsReducer.js +26 -26
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetailsReducer.js +19 -19
- 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 +5 -5
- data/webpack/scenes/Content/Details/ContentDetails.js +23 -21
- data/webpack/scenes/Content/Details/ContentInfo.js +2 -2
- 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 +2 -2
- data/webpack/scenes/Content/__tests__/contentTable.test.js +3 -3
- data/webpack/scenes/ContentViews/ContentViewsConstants.js +5 -4
- data/webpack/scenes/ContentViews/ContentViewsPage.js +17 -13
- data/webpack/scenes/ContentViews/Copy/CopyContentViewForm.js +1 -1
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +3 -2
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignHostsForm.js +2 -2
- data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +6 -6
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +22 -11
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +31 -18
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +1 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +2 -2
- data/webpack/scenes/ContentViews/Details/ContentViewDetailActions.js +22 -28
- data/webpack/scenes/ContentViews/Details/ContentViewDetailReducer.js +8 -8
- data/webpack/scenes/ContentViews/Details/ContentViewDetailSelectors.js +5 -5
- data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +32 -30
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +9 -4
- data/webpack/scenes/ContentViews/Details/DetailsContainer.js +14 -17
- data/webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js +3 -0
- data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/ArtifactsWithNoErrata.js +8 -8
- data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +4 -4
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +6 -6
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +16 -9
- data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +46 -46
- data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +17 -17
- data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +17 -17
- data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +4 -4
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetails.js +2 -2
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +17 -11
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +2 -2
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +17 -17
- 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 +24 -3
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +11 -5
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionContent.js +28 -28
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js +18 -18
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +3 -3
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +3 -3
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -6
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +31 -35
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.js +9 -8
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.scss +5 -2
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js +39 -40
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +46 -34
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionRepositoryCell.js +66 -49
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +5 -5
- 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/Publish/CVPublishFinish.js +2 -2
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +5 -5
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +3 -3
- data/webpack/scenes/ContentViews/components/CVBreadCrumb.js +1 -1
- data/webpack/scenes/ContentViews/components/ContentViewsCounter.js +1 -1
- data/webpack/scenes/ContentViews/components/EnvironmentLabels.js +18 -18
- data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.js +10 -10
- data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +2 -2
- data/webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js +8 -8
- 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/ModuleStreamDetailsReducer.js +18 -18
- 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/ModuleStreamsReducer.js +26 -26
- 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/Organizations/OrganizationReducer.js +8 -8
- 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/components/EnabledRepository/EnabledRepositoryContent.js +4 -4
- data/webpack/scenes/RedHatRepositories/components/RepositorySetRepositories.js +1 -1
- data/webpack/scenes/RedHatRepositories/helpers.js +5 -5
- data/webpack/scenes/RedHatRepositories/index.js +11 -3
- data/webpack/scenes/Settings/SettingsReducer.js +14 -14
- data/webpack/scenes/Settings/Tables/TableReducer.js +23 -23
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetailInfo.js +2 -2
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetailProductContent.js +15 -15
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetailProducts.js +1 -1
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetailReducer.js +34 -34
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.js +13 -13
- 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 +11 -6
- data/webpack/scenes/Subscriptions/Manifest/ManifestHistoryReducer.js +16 -16
- data/webpack/scenes/Subscriptions/SubscriptionReducer.js +149 -149
- data/webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsReducer.js +41 -41
- 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/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js +6 -6
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Table.js +12 -12
- 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/services/index.js +36 -36
- data/webpack/utils/helpers.js +11 -8
- metadata +98 -60
- 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/components/extensions/HostDetails/Tabs/ErrataTab.scss +0 -16
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab.scss +0 -12
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationForm.js +0 -185
data/locale/pa/katello.po
CHANGED
@@ -1,24 +1,24 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
2
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
-
# This file is distributed under the same license as the
|
3
|
+
# This file is distributed under the same license as the katello package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
4
5
|
#
|
5
6
|
# Translators:
|
6
|
-
#
|
7
|
-
#
|
8
|
-
# jassy <jassy@fedoraproject.org>, 2013. #zanata
|
7
|
+
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
|
8
|
+
#
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version:
|
11
|
+
"Project-Id-Version: katello 2.5.0\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
|
+
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
14
|
+
"Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2021\n"
|
15
|
+
"Language-Team: Panjabi (Punjabi) (https://www.transifex.com/foreman/teams/114/"
|
16
|
+
"pa/)\n"
|
13
17
|
"MIME-Version: 1.0\n"
|
14
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
15
19
|
"Content-Transfer-Encoding: 8bit\n"
|
16
|
-
"PO-Revision-Date: 2013-07-09 04:33-0400\n"
|
17
|
-
"Last-Translator: jassy <jassy@fedoraproject.org>\n"
|
18
|
-
"Language-Team: LANGUAGE <LL@li.org>\n"
|
19
20
|
"Language: pa\n"
|
20
21
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
21
|
-
"X-Generator: Zanata 3.6.2\n"
|
22
22
|
|
23
23
|
msgid ""
|
24
24
|
"\n"
|
@@ -46,9 +46,47 @@ msgstr ""
|
|
46
46
|
msgid " View task details "
|
47
47
|
msgstr ""
|
48
48
|
|
49
|
-
|
49
|
+
msgid " ago"
|
50
|
+
msgstr ""
|
51
|
+
|
52
|
+
msgid " ago."
|
53
|
+
msgstr ""
|
54
|
+
|
55
|
+
msgid " are out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
56
|
+
msgstr ""
|
57
|
+
|
58
|
+
msgid " content view is used in listed component content views. For more information, "
|
59
|
+
msgstr ""
|
60
|
+
|
61
|
+
msgid " content view is used in listed composite content views."
|
62
|
+
msgstr ""
|
63
|
+
|
50
64
|
msgid " environment cannot be set to an environment already on its path"
|
51
|
-
msgstr "
|
65
|
+
msgstr ""
|
66
|
+
|
67
|
+
msgid " found."
|
68
|
+
msgstr ""
|
69
|
+
|
70
|
+
msgid " is out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
71
|
+
msgstr ""
|
72
|
+
|
73
|
+
msgid "${deleteFlow ? 'Deleting' : 'Removing'} version ${versionNameToRemove}"
|
74
|
+
msgstr ""
|
75
|
+
|
76
|
+
msgid "${pluralize(akResponse.length, 'activation key')} will be moved to content view ${selectedCVNameForAK} in "
|
77
|
+
msgstr ""
|
78
|
+
|
79
|
+
msgid "${pluralize(hostResponse.length, 'host')} will be moved to content view ${selectedCVNameForHosts} in "
|
80
|
+
msgstr ""
|
81
|
+
|
82
|
+
msgid "${pluralize(versionCount, 'content view version')} in the environments below will be removed when content view is deleted"
|
83
|
+
msgstr ""
|
84
|
+
|
85
|
+
msgid "${selectedContentType}"
|
86
|
+
msgstr ""
|
87
|
+
|
88
|
+
msgid "${selectedContentType} will appear here when created."
|
89
|
+
msgstr ""
|
52
90
|
|
53
91
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
54
92
|
msgstr ""
|
@@ -56,10 +94,8 @@ msgstr ""
|
|
56
94
|
msgid "%s Available"
|
57
95
|
msgstr ""
|
58
96
|
|
59
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author jassy
|
60
|
-
#, fuzzy
|
61
97
|
msgid "%s Errata"
|
62
|
-
msgstr "
|
98
|
+
msgstr ""
|
63
99
|
|
64
100
|
msgid "%s Host"
|
65
101
|
msgid_plural "%s Hosts"
|
@@ -69,16 +105,17 @@ msgstr[1] ""
|
|
69
105
|
msgid "%s Used"
|
70
106
|
msgstr ""
|
71
107
|
|
72
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author jassy
|
73
108
|
msgid "%s ago"
|
74
109
|
msgstr "%s ਪਹਿਲਾਂ"
|
75
110
|
|
76
111
|
msgid "%s has already been deleted"
|
77
112
|
msgstr ""
|
78
113
|
|
79
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
80
114
|
msgid "%s is not a valid package name"
|
81
|
-
msgstr "
|
115
|
+
msgstr ""
|
116
|
+
|
117
|
+
msgid "%s is required"
|
118
|
+
msgstr ""
|
82
119
|
|
83
120
|
msgid "%s is unreachable. %s"
|
84
121
|
msgstr ""
|
@@ -86,236 +123,179 @@ msgstr ""
|
|
86
123
|
msgid "%s must be an array."
|
87
124
|
msgstr ""
|
88
125
|
|
89
|
-
#, fuzzy
|
90
126
|
msgid "%{errata} (%{total} other errata)"
|
91
|
-
msgstr "
|
127
|
+
msgstr ""
|
92
128
|
|
93
|
-
#, fuzzy
|
94
129
|
msgid "%{errata} (%{total} other errata) install canceled"
|
95
|
-
msgstr "
|
130
|
+
msgstr ""
|
96
131
|
|
97
|
-
#, fuzzy
|
98
132
|
msgid "%{errata} (%{total} other errata) install failed"
|
99
|
-
msgstr "
|
133
|
+
msgstr ""
|
100
134
|
|
101
|
-
#, fuzzy
|
102
135
|
msgid "%{errata} (%{total} other errata) install timed out"
|
103
|
-
msgstr "
|
136
|
+
msgstr ""
|
104
137
|
|
105
|
-
#, fuzzy
|
106
138
|
msgid "%{errata} (%{total} other errata) installed"
|
107
|
-
msgstr "
|
139
|
+
msgstr ""
|
108
140
|
|
109
|
-
#, fuzzy
|
110
141
|
msgid "%{errata} erratum install canceled"
|
111
|
-
msgstr "
|
142
|
+
msgstr ""
|
112
143
|
|
113
|
-
#, fuzzy
|
114
144
|
msgid "%{errata} erratum install failed"
|
115
|
-
msgstr "
|
145
|
+
msgstr ""
|
116
146
|
|
117
|
-
#, fuzzy
|
118
147
|
msgid "%{errata} erratum install timed out"
|
119
|
-
msgstr "
|
148
|
+
msgstr ""
|
120
149
|
|
121
|
-
#, fuzzy
|
122
150
|
msgid "%{errata} erratum installed"
|
123
|
-
msgstr "
|
151
|
+
msgstr ""
|
124
152
|
|
125
153
|
msgid "%{expiring_subs} subscriptions in %{subject} are going to expire in less than %{days} days. Please renew them before they expire to guarantee your hosts will continue receiving content."
|
126
154
|
msgstr ""
|
127
155
|
|
128
|
-
#, fuzzy
|
129
156
|
msgid "%{group} (%{total} other package groups)"
|
130
|
-
msgstr "
|
157
|
+
msgstr ""
|
131
158
|
|
132
|
-
#, fuzzy
|
133
159
|
msgid "%{group} (%{total} other package groups) install canceled"
|
134
|
-
msgstr "
|
160
|
+
msgstr ""
|
135
161
|
|
136
|
-
#, fuzzy
|
137
162
|
msgid "%{group} (%{total} other package groups) install failed"
|
138
|
-
msgstr "
|
163
|
+
msgstr ""
|
139
164
|
|
140
|
-
#, fuzzy
|
141
165
|
msgid "%{group} (%{total} other package groups) install timed out"
|
142
|
-
msgstr "
|
166
|
+
msgstr ""
|
143
167
|
|
144
|
-
#, fuzzy
|
145
168
|
msgid "%{group} (%{total} other package groups) installed"
|
146
|
-
msgstr "
|
169
|
+
msgstr ""
|
147
170
|
|
148
|
-
#, fuzzy
|
149
171
|
msgid "%{group} (%{total} other package groups) remove canceled"
|
150
|
-
msgstr "
|
172
|
+
msgstr ""
|
151
173
|
|
152
|
-
#, fuzzy
|
153
174
|
msgid "%{group} (%{total} other package groups) remove failed"
|
154
|
-
msgstr "
|
175
|
+
msgstr ""
|
155
176
|
|
156
|
-
#, fuzzy
|
157
177
|
msgid "%{group} (%{total} other package groups) remove timed out"
|
158
|
-
msgstr "
|
178
|
+
msgstr ""
|
159
179
|
|
160
|
-
#, fuzzy
|
161
180
|
msgid "%{group} (%{total} other package groups) removed"
|
162
|
-
msgstr "
|
181
|
+
msgstr ""
|
163
182
|
|
164
|
-
#, fuzzy
|
165
183
|
msgid "%{group} (%{total} other package groups) update canceled"
|
166
|
-
msgstr "
|
184
|
+
msgstr ""
|
167
185
|
|
168
|
-
#, fuzzy
|
169
186
|
msgid "%{group} (%{total} other package groups) update failed"
|
170
|
-
msgstr "
|
187
|
+
msgstr ""
|
171
188
|
|
172
|
-
#, fuzzy
|
173
189
|
msgid "%{group} (%{total} other package groups) update timed out"
|
174
|
-
msgstr "
|
190
|
+
msgstr ""
|
175
191
|
|
176
|
-
#, fuzzy
|
177
192
|
msgid "%{group} (%{total} other package groups) updated"
|
178
|
-
msgstr "
|
193
|
+
msgstr ""
|
179
194
|
|
180
|
-
#, fuzzy
|
181
195
|
msgid "%{group} package group install canceled"
|
182
|
-
msgstr "
|
196
|
+
msgstr ""
|
183
197
|
|
184
|
-
#, fuzzy
|
185
198
|
msgid "%{group} package group install failed"
|
186
|
-
msgstr "
|
199
|
+
msgstr ""
|
187
200
|
|
188
|
-
#, fuzzy
|
189
201
|
msgid "%{group} package group install timed out"
|
190
|
-
msgstr "
|
202
|
+
msgstr ""
|
191
203
|
|
192
|
-
#, fuzzy
|
193
204
|
msgid "%{group} package group installed"
|
194
|
-
msgstr "
|
205
|
+
msgstr ""
|
195
206
|
|
196
|
-
#, fuzzy
|
197
207
|
msgid "%{group} package group remove canceled"
|
198
|
-
msgstr "
|
208
|
+
msgstr ""
|
199
209
|
|
200
|
-
#, fuzzy
|
201
210
|
msgid "%{group} package group remove failed"
|
202
|
-
msgstr "
|
211
|
+
msgstr ""
|
203
212
|
|
204
|
-
#, fuzzy
|
205
213
|
msgid "%{group} package group remove timed out"
|
206
|
-
msgstr "
|
214
|
+
msgstr ""
|
207
215
|
|
208
|
-
#, fuzzy
|
209
216
|
msgid "%{group} package group removed"
|
210
|
-
msgstr "
|
217
|
+
msgstr ""
|
211
218
|
|
212
|
-
#, fuzzy
|
213
219
|
msgid "%{group} package group update canceled"
|
214
|
-
msgstr "
|
220
|
+
msgstr ""
|
215
221
|
|
216
|
-
#, fuzzy
|
217
222
|
msgid "%{group} package group update failed"
|
218
|
-
msgstr "
|
223
|
+
msgstr ""
|
219
224
|
|
220
|
-
#, fuzzy
|
221
225
|
msgid "%{group} package group update timed out"
|
222
|
-
msgstr "
|
226
|
+
msgstr ""
|
223
227
|
|
224
|
-
#, fuzzy
|
225
228
|
msgid "%{group} package group updated"
|
226
|
-
msgstr "
|
229
|
+
msgstr ""
|
227
230
|
|
228
|
-
#, fuzzy
|
229
231
|
msgid "%{package} (%{total} other packages)"
|
230
|
-
msgstr "
|
232
|
+
msgstr ""
|
231
233
|
|
232
|
-
#, fuzzy
|
233
234
|
msgid "%{package} (%{total} other packages) install canceled"
|
234
|
-
msgstr "
|
235
|
+
msgstr ""
|
235
236
|
|
236
|
-
#, fuzzy
|
237
237
|
msgid "%{package} (%{total} other packages) install failed"
|
238
|
-
msgstr "
|
238
|
+
msgstr ""
|
239
239
|
|
240
|
-
#, fuzzy
|
241
240
|
msgid "%{package} (%{total} other packages) install timed out"
|
242
|
-
msgstr "
|
241
|
+
msgstr ""
|
243
242
|
|
244
|
-
#, fuzzy
|
245
243
|
msgid "%{package} (%{total} other packages) installed"
|
246
|
-
msgstr "
|
244
|
+
msgstr ""
|
247
245
|
|
248
|
-
#, fuzzy
|
249
246
|
msgid "%{package} (%{total} other packages) remove canceled"
|
250
|
-
msgstr "
|
247
|
+
msgstr ""
|
251
248
|
|
252
|
-
#, fuzzy
|
253
249
|
msgid "%{package} (%{total} other packages) remove failed"
|
254
|
-
msgstr "
|
250
|
+
msgstr ""
|
255
251
|
|
256
|
-
#, fuzzy
|
257
252
|
msgid "%{package} (%{total} other packages) remove timed out"
|
258
|
-
msgstr "
|
253
|
+
msgstr ""
|
259
254
|
|
260
|
-
#, fuzzy
|
261
255
|
msgid "%{package} (%{total} other packages) removed"
|
262
|
-
msgstr "
|
256
|
+
msgstr ""
|
263
257
|
|
264
|
-
#, fuzzy
|
265
258
|
msgid "%{package} (%{total} other packages) update canceled"
|
266
|
-
msgstr "
|
259
|
+
msgstr ""
|
267
260
|
|
268
|
-
#, fuzzy
|
269
261
|
msgid "%{package} (%{total} other packages) update failed"
|
270
|
-
msgstr "
|
262
|
+
msgstr ""
|
271
263
|
|
272
|
-
#, fuzzy
|
273
264
|
msgid "%{package} (%{total} other packages) update timed out"
|
274
|
-
msgstr "
|
265
|
+
msgstr ""
|
275
266
|
|
276
|
-
#, fuzzy
|
277
267
|
msgid "%{package} (%{total} other packages) updated"
|
278
|
-
msgstr "
|
268
|
+
msgstr ""
|
279
269
|
|
280
|
-
#, fuzzy
|
281
270
|
msgid "%{package} package install canceled"
|
282
|
-
msgstr "
|
271
|
+
msgstr ""
|
283
272
|
|
284
|
-
#, fuzzy
|
285
273
|
msgid "%{package} package install timed out"
|
286
|
-
msgstr "
|
274
|
+
msgstr ""
|
287
275
|
|
288
|
-
#, fuzzy
|
289
276
|
msgid "%{package} package remove canceled"
|
290
|
-
msgstr "
|
277
|
+
msgstr ""
|
291
278
|
|
292
|
-
#, fuzzy
|
293
279
|
msgid "%{package} package remove failed"
|
294
|
-
msgstr "
|
280
|
+
msgstr ""
|
295
281
|
|
296
|
-
#, fuzzy
|
297
282
|
msgid "%{package} package remove timed out"
|
298
|
-
msgstr "
|
283
|
+
msgstr ""
|
299
284
|
|
300
|
-
#, fuzzy
|
301
285
|
msgid "%{package} package removed"
|
302
|
-
msgstr "
|
286
|
+
msgstr ""
|
303
287
|
|
304
|
-
#, fuzzy
|
305
288
|
msgid "%{package} package update canceled"
|
306
|
-
msgstr "
|
289
|
+
msgstr ""
|
307
290
|
|
308
|
-
#, fuzzy
|
309
291
|
msgid "%{package} package update failed"
|
310
|
-
msgstr "
|
292
|
+
msgstr ""
|
311
293
|
|
312
|
-
#, fuzzy
|
313
294
|
msgid "%{package} package update timed out"
|
314
|
-
msgstr "
|
295
|
+
msgstr ""
|
315
296
|
|
316
|
-
#, fuzzy
|
317
297
|
msgid "%{package} package updated"
|
318
|
-
msgstr "
|
298
|
+
msgstr ""
|
319
299
|
|
320
300
|
msgid "%{sla}"
|
321
301
|
msgstr ""
|
@@ -341,9 +321,8 @@ msgstr ""
|
|
341
321
|
msgid ", must be unique to major and version id version."
|
342
322
|
msgstr ""
|
343
323
|
|
344
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
345
324
|
msgid ": '%s' is a built-in environment"
|
346
|
-
msgstr "
|
325
|
+
msgstr ""
|
347
326
|
|
348
327
|
msgid ":a_resource identifier"
|
349
328
|
msgstr ""
|
@@ -366,9 +345,8 @@ msgstr ""
|
|
366
345
|
msgid "A content view can be added by using the \"Create content view\" button above."
|
367
346
|
msgstr ""
|
368
347
|
|
369
|
-
#, fuzzy
|
370
348
|
msgid "A content_type must be provided."
|
371
|
-
msgstr "
|
349
|
+
msgstr ""
|
372
350
|
|
373
351
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
374
352
|
msgstr ""
|
@@ -400,6 +378,9 @@ msgstr ""
|
|
400
378
|
msgid "A summary of new errata after a repository is synchronized"
|
401
379
|
msgstr ""
|
402
380
|
|
381
|
+
msgid "ANY"
|
382
|
+
msgstr ""
|
383
|
+
|
403
384
|
msgid "About page"
|
404
385
|
msgstr ""
|
405
386
|
|
@@ -413,7 +394,7 @@ msgid "Account Number"
|
|
413
394
|
msgstr ""
|
414
395
|
|
415
396
|
msgid "Action"
|
416
|
-
msgstr ""
|
397
|
+
msgstr "ਕਾਰਵਾਈ"
|
417
398
|
|
418
399
|
msgid "Action not allowed for the default smart proxy."
|
419
400
|
msgstr ""
|
@@ -427,9 +408,11 @@ msgstr ""
|
|
427
408
|
msgid "Action with sub plans"
|
428
409
|
msgstr ""
|
429
410
|
|
430
|
-
|
411
|
+
msgid "Actions"
|
412
|
+
msgstr ""
|
413
|
+
|
431
414
|
msgid "Activation Keys"
|
432
|
-
msgstr "
|
415
|
+
msgstr ""
|
433
416
|
|
434
417
|
msgid "Activation key ID"
|
435
418
|
msgstr ""
|
@@ -440,9 +423,11 @@ msgstr ""
|
|
440
423
|
msgid "Activation key(s) for Subscription Manager."
|
441
424
|
msgstr ""
|
442
425
|
|
443
|
-
|
426
|
+
msgid "Activation keys"
|
427
|
+
msgstr ""
|
428
|
+
|
444
429
|
msgid "Activation keys and subscriptions can be managed"
|
445
|
-
msgstr "
|
430
|
+
msgstr ""
|
446
431
|
|
447
432
|
msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys."
|
448
433
|
msgstr ""
|
@@ -453,14 +438,18 @@ msgstr ""
|
|
453
438
|
msgid "Active Subscriptions"
|
454
439
|
msgstr ""
|
455
440
|
|
456
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author jassy
|
457
|
-
#, fuzzy
|
458
441
|
msgid "Active only"
|
459
|
-
msgstr "
|
442
|
+
msgstr ""
|
460
443
|
|
461
444
|
msgid "Add"
|
462
445
|
msgstr ""
|
463
446
|
|
447
|
+
msgid "Add Bookmark"
|
448
|
+
msgstr ""
|
449
|
+
|
450
|
+
msgid "Add RPM rule"
|
451
|
+
msgstr ""
|
452
|
+
|
464
453
|
msgid "Add Subscriptions"
|
465
454
|
msgstr ""
|
466
455
|
|
@@ -470,12 +459,24 @@ msgstr ""
|
|
470
459
|
msgid "Add component"
|
471
460
|
msgstr ""
|
472
461
|
|
462
|
+
msgid "Add component content views"
|
463
|
+
msgstr ""
|
464
|
+
|
473
465
|
msgid "Add components to the content view"
|
474
466
|
msgstr ""
|
475
467
|
|
468
|
+
msgid "Add content views"
|
469
|
+
msgstr ""
|
470
|
+
|
476
471
|
msgid "Add custom cron logic for sync plan"
|
477
472
|
msgstr ""
|
478
473
|
|
474
|
+
msgid "Add errata"
|
475
|
+
msgstr ""
|
476
|
+
|
477
|
+
msgid "Add filter rule"
|
478
|
+
msgstr ""
|
479
|
+
|
479
480
|
msgid "Add filters using the 'Add filter' button above."
|
480
481
|
msgstr ""
|
481
482
|
|
@@ -485,6 +486,9 @@ msgstr ""
|
|
485
486
|
msgid "Add lifecycle environments to the smart proxy"
|
486
487
|
msgstr ""
|
487
488
|
|
489
|
+
msgid "Add new bookmark"
|
490
|
+
msgstr ""
|
491
|
+
|
488
492
|
msgid "Add one or more host collections to one or more hosts"
|
489
493
|
msgstr ""
|
490
494
|
|
@@ -494,28 +498,37 @@ msgstr ""
|
|
494
498
|
msgid "Add products to sync plan"
|
495
499
|
msgstr ""
|
496
500
|
|
501
|
+
msgid "Add repositories"
|
502
|
+
msgstr ""
|
503
|
+
|
504
|
+
msgid "Add rule"
|
505
|
+
msgstr ""
|
506
|
+
|
497
507
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
498
508
|
msgstr ""
|
499
509
|
|
500
510
|
msgid "Add subscriptions to one or more hosts"
|
501
511
|
msgstr ""
|
502
512
|
|
503
|
-
msgid "Add to this filter using the 'Add RPM' button."
|
513
|
+
msgid "Add to this filter using the 'Add RPM rule' button."
|
514
|
+
msgstr ""
|
515
|
+
|
516
|
+
msgid "Add to this filter using the 'Add filter rule' button."
|
504
517
|
msgstr ""
|
505
518
|
|
506
|
-
msgid "Add
|
519
|
+
msgid "Add traces by applying updates on this host."
|
507
520
|
msgstr ""
|
508
521
|
|
509
522
|
msgid "Added"
|
510
523
|
msgstr ""
|
511
524
|
|
512
|
-
msgid "Added
|
525
|
+
msgid "Added %s"
|
513
526
|
msgstr ""
|
514
527
|
|
515
|
-
msgid "Added
|
528
|
+
msgid "Added Content:"
|
516
529
|
msgstr ""
|
517
530
|
|
518
|
-
msgid "
|
531
|
+
msgid "Added component to content view"
|
519
532
|
msgstr ""
|
520
533
|
|
521
534
|
msgid "Additional content"
|
@@ -524,30 +537,51 @@ msgstr ""
|
|
524
537
|
msgid "Addons"
|
525
538
|
msgstr ""
|
526
539
|
|
540
|
+
msgid "Affected repositories"
|
541
|
+
msgstr ""
|
542
|
+
|
527
543
|
msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
|
528
544
|
msgstr ""
|
529
545
|
|
530
546
|
msgid "Agent action"
|
531
547
|
msgstr ""
|
532
548
|
|
549
|
+
msgid "All"
|
550
|
+
msgstr ""
|
551
|
+
|
533
552
|
msgid "All Media"
|
534
553
|
msgstr ""
|
535
554
|
|
555
|
+
msgid "All Repositories"
|
556
|
+
msgstr ""
|
557
|
+
|
536
558
|
msgid "All available architectures for this repo are enabled."
|
537
559
|
msgstr ""
|
538
560
|
|
539
561
|
msgid "All errata applied"
|
540
562
|
msgstr ""
|
541
563
|
|
564
|
+
msgid "All versions"
|
565
|
+
msgstr ""
|
566
|
+
|
567
|
+
msgid "All versions will be removed from these environments"
|
568
|
+
msgstr ""
|
569
|
+
|
542
570
|
msgid "Allow Host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
|
543
571
|
msgstr ""
|
544
572
|
|
573
|
+
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)"
|
574
|
+
msgstr ""
|
575
|
+
|
545
576
|
msgid "Allow hosts to re-register themselves only when they are in build mode"
|
546
577
|
msgstr ""
|
547
578
|
|
548
579
|
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."
|
549
580
|
msgstr ""
|
550
581
|
|
582
|
+
msgid "Also include the latest upgradable package version for each host package"
|
583
|
+
msgstr ""
|
584
|
+
|
551
585
|
msgid "Alter a hosts host collections"
|
552
586
|
msgstr ""
|
553
587
|
|
@@ -571,6 +605,11 @@ msgid ""
|
|
571
605
|
"%{error_message}"
|
572
606
|
msgstr ""
|
573
607
|
|
608
|
+
msgid ""
|
609
|
+
"An error occurred during upload \n"
|
610
|
+
"%{error_message}"
|
611
|
+
msgstr ""
|
612
|
+
|
574
613
|
msgid "Another component already includes content view with ID %s"
|
575
614
|
msgstr ""
|
576
615
|
|
@@ -583,14 +622,47 @@ msgstr ""
|
|
583
622
|
msgid "Ansible Collections"
|
584
623
|
msgstr ""
|
585
624
|
|
625
|
+
msgid "Ansible collection"
|
626
|
+
msgstr ""
|
627
|
+
|
628
|
+
msgid "Ansible collections"
|
629
|
+
msgstr ""
|
630
|
+
|
586
631
|
msgid "Applicability Batch Size"
|
587
632
|
msgstr ""
|
588
633
|
|
634
|
+
msgid "Applicable Content Hosts"
|
635
|
+
msgstr ""
|
636
|
+
|
637
|
+
msgid "Application"
|
638
|
+
msgstr ""
|
639
|
+
|
640
|
+
msgid "Apply"
|
641
|
+
msgstr ""
|
642
|
+
|
643
|
+
msgid "Apply Erratum"
|
644
|
+
msgstr ""
|
645
|
+
|
646
|
+
msgid "Apply to all repositories in the CV"
|
647
|
+
msgstr ""
|
648
|
+
|
649
|
+
msgid "Apply to subset of repositories"
|
650
|
+
msgstr ""
|
651
|
+
|
652
|
+
msgid "Apply via Katello agent"
|
653
|
+
msgstr ""
|
654
|
+
|
655
|
+
msgid "Apply via customized remote execution"
|
656
|
+
msgstr ""
|
657
|
+
|
658
|
+
msgid "Apply via remote execution"
|
659
|
+
msgstr ""
|
660
|
+
|
589
661
|
msgid "Arch"
|
590
662
|
msgstr ""
|
591
663
|
|
592
664
|
msgid "Architecture"
|
593
|
-
msgstr ""
|
665
|
+
msgstr "ਢਾਂਚਾ ਕਿਸਮ"
|
594
666
|
|
595
667
|
msgid "Architecture of content in the repository"
|
596
668
|
msgstr ""
|
@@ -598,6 +670,9 @@ msgstr ""
|
|
598
670
|
msgid "Architecture(s)"
|
599
671
|
msgstr ""
|
600
672
|
|
673
|
+
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."
|
674
|
+
msgstr ""
|
675
|
+
|
601
676
|
msgid "Are you sure you want to delete the manifest?"
|
602
677
|
msgstr ""
|
603
678
|
|
@@ -666,21 +741,20 @@ msgstr ""
|
|
666
741
|
msgid "At least one Content View Version must be specified"
|
667
742
|
msgstr ""
|
668
743
|
|
669
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
670
744
|
msgid "At least one activation key must be provided"
|
671
|
-
msgstr "
|
745
|
+
msgstr ""
|
672
746
|
|
673
747
|
msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
|
674
748
|
msgstr ""
|
675
749
|
|
676
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
677
750
|
msgid "At least one organization must exist."
|
678
|
-
msgstr "
|
751
|
+
msgstr ""
|
752
|
+
|
753
|
+
msgid "Atleast one errata type needs to be selected."
|
754
|
+
msgstr ""
|
679
755
|
|
680
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
681
|
-
#, fuzzy
|
682
756
|
msgid "Attach a subscription"
|
683
|
-
msgstr "
|
757
|
+
msgstr ""
|
684
758
|
|
685
759
|
msgid "Attach subscriptions"
|
686
760
|
msgstr ""
|
@@ -694,22 +768,17 @@ msgstr ""
|
|
694
768
|
msgid "Auth URL requires Auth token be set."
|
695
769
|
msgstr ""
|
696
770
|
|
697
|
-
msgid "Auth token requires Auth URL be set."
|
698
|
-
msgstr ""
|
699
|
-
|
700
771
|
msgid "Author"
|
701
|
-
msgstr ""
|
702
|
-
|
703
|
-
msgid "Auto Publish"
|
704
|
-
msgstr ""
|
772
|
+
msgstr "ਲੇਖਕ"
|
705
773
|
|
706
774
|
msgid "Auto Publish - Triggered by '%s'"
|
707
775
|
msgstr ""
|
708
776
|
|
709
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
710
|
-
#, fuzzy
|
711
777
|
msgid "Auto attach subscriptions"
|
712
|
-
msgstr "
|
778
|
+
msgstr ""
|
779
|
+
|
780
|
+
msgid "Auto publish"
|
781
|
+
msgstr ""
|
713
782
|
|
714
783
|
msgid "Autopublish"
|
715
784
|
msgstr ""
|
@@ -726,10 +795,10 @@ msgstr ""
|
|
726
795
|
msgid "Available Repositories"
|
727
796
|
msgstr ""
|
728
797
|
|
729
|
-
msgid "
|
798
|
+
msgid "Available Schema Versions"
|
730
799
|
msgstr ""
|
731
800
|
|
732
|
-
msgid "
|
801
|
+
msgid "Backend System Status"
|
733
802
|
msgstr ""
|
734
803
|
|
735
804
|
msgid "Base URL to perform repo discovery on"
|
@@ -744,6 +813,9 @@ msgstr ""
|
|
744
813
|
msgid "Batch size to sync repositories in."
|
745
814
|
msgstr ""
|
746
815
|
|
816
|
+
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."
|
817
|
+
msgstr ""
|
818
|
+
|
747
819
|
msgid "Beta"
|
748
820
|
msgstr ""
|
749
821
|
|
@@ -753,42 +825,57 @@ msgstr ""
|
|
753
825
|
msgid "Bind entitlements to an allocation"
|
754
826
|
msgstr ""
|
755
827
|
|
756
|
-
msgid "
|
828
|
+
msgid "Bookmark this search"
|
829
|
+
msgstr ""
|
830
|
+
|
831
|
+
msgid "Bookmarks marked as public are available to all users"
|
757
832
|
msgstr ""
|
758
833
|
|
759
|
-
msgid "
|
834
|
+
msgid "Both major and minor parameters have to be used to override a CV version"
|
760
835
|
msgstr ""
|
761
836
|
|
762
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
763
837
|
msgid "Bug Fix"
|
764
|
-
msgstr "
|
838
|
+
msgstr ""
|
765
839
|
|
766
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
767
|
-
#, fuzzy
|
768
840
|
msgid "Bugfix"
|
769
|
-
msgstr "
|
841
|
+
msgstr ""
|
842
|
+
|
843
|
+
msgid "Bugs"
|
844
|
+
msgstr ""
|
845
|
+
|
846
|
+
msgid "Bulk generate applicability for host %s"
|
847
|
+
msgstr ""
|
770
848
|
|
771
849
|
msgid "Bulk generate applicability for hosts"
|
772
850
|
msgstr ""
|
773
851
|
|
852
|
+
msgid "CDN Configuration"
|
853
|
+
msgstr ""
|
854
|
+
|
855
|
+
msgid "CDN Configuration for Red Hat Content"
|
856
|
+
msgstr ""
|
857
|
+
|
858
|
+
msgid "CDN Configuration updated."
|
859
|
+
msgstr ""
|
860
|
+
|
774
861
|
msgid "CDN SSL version"
|
775
862
|
msgstr ""
|
776
863
|
|
777
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
778
864
|
msgid "CDN loading error: %s not found"
|
779
|
-
msgstr "
|
865
|
+
msgstr ""
|
780
866
|
|
781
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
782
867
|
msgid "CDN loading error: access denied to %s"
|
783
|
-
msgstr "
|
868
|
+
msgstr ""
|
784
869
|
|
785
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
786
870
|
msgid "CDN loading error: access forbidden to %s"
|
787
|
-
msgstr "
|
871
|
+
msgstr ""
|
788
872
|
|
789
873
|
msgid "CVE identifier"
|
790
874
|
msgstr ""
|
791
875
|
|
876
|
+
msgid "CVEs"
|
877
|
+
msgstr ""
|
878
|
+
|
792
879
|
msgid "Calculate Applicable Errata based on a particular Content View"
|
793
880
|
msgstr ""
|
794
881
|
|
@@ -810,11 +897,9 @@ msgstr ""
|
|
810
897
|
msgid "Can only upload to Yum Repositories."
|
811
898
|
msgstr ""
|
812
899
|
|
813
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
814
900
|
msgid "Can't update the '%s' environment"
|
815
|
-
msgstr "
|
901
|
+
msgstr ""
|
816
902
|
|
817
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman
|
818
903
|
msgid "Cancel"
|
819
904
|
msgstr "ਰੱਦ ਕਰੋ"
|
820
905
|
|
@@ -824,22 +909,14 @@ msgstr ""
|
|
824
909
|
msgid "Cancel running smart proxy synchronization"
|
825
910
|
msgstr ""
|
826
911
|
|
827
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
828
|
-
#, fuzzy
|
829
912
|
msgid "Canceled"
|
830
|
-
msgstr "ਰੱਦ ਕੀਤਾ"
|
831
|
-
|
832
|
-
msgid "Cancelled"
|
833
913
|
msgstr ""
|
834
914
|
|
835
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
836
|
-
#, fuzzy
|
837
915
|
msgid "Cancelled."
|
838
|
-
msgstr "
|
916
|
+
msgstr ""
|
839
917
|
|
840
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
841
918
|
msgid "Candlepin Event"
|
842
|
-
msgstr "
|
919
|
+
msgstr ""
|
843
920
|
|
844
921
|
msgid "Candlepin ID of pool to add"
|
845
922
|
msgstr ""
|
@@ -880,16 +957,14 @@ msgstr ""
|
|
880
957
|
msgid "Cannot clone into the Default Content View"
|
881
958
|
msgstr ""
|
882
959
|
|
883
|
-
#, fuzzy
|
884
960
|
msgid "Cannot delete '%{view}' due to associated %{dependent}: %{names}."
|
885
|
-
msgstr "
|
961
|
+
msgstr ""
|
886
962
|
|
887
963
|
msgid "Cannot delete Red Hat product: %{product}"
|
888
964
|
msgstr ""
|
889
965
|
|
890
|
-
#, fuzzy
|
891
966
|
msgid "Cannot delete from %s, view does not exist there."
|
892
|
-
msgstr "
|
967
|
+
msgstr ""
|
893
968
|
|
894
969
|
msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
|
895
970
|
msgstr ""
|
@@ -906,20 +981,17 @@ msgstr ""
|
|
906
981
|
msgid "Cannot delete the last Location."
|
907
982
|
msgstr ""
|
908
983
|
|
909
|
-
#, fuzzy
|
910
984
|
msgid "Cannot delete version while it is in environment %s"
|
911
|
-
msgstr "
|
985
|
+
msgstr ""
|
912
986
|
|
913
|
-
#, fuzzy
|
914
987
|
msgid "Cannot delete version while it is in environments: %s"
|
915
|
-
msgstr "
|
988
|
+
msgstr ""
|
916
989
|
|
917
990
|
msgid "Cannot delete version while it is in use by composite content views: %s"
|
918
991
|
msgstr ""
|
919
992
|
|
920
|
-
#, fuzzy
|
921
993
|
msgid "Cannot delete view while it exists in environments"
|
922
|
-
msgstr "
|
994
|
+
msgstr ""
|
923
995
|
|
924
996
|
msgid "Cannot import a composite content view"
|
925
997
|
msgstr ""
|
@@ -945,9 +1017,8 @@ msgstr ""
|
|
945
1017
|
msgid "Cannot publish default content view"
|
946
1018
|
msgstr ""
|
947
1019
|
|
948
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
949
1020
|
msgid "Cannot register a system to the '%s' environment"
|
950
|
-
msgstr "
|
1021
|
+
msgstr ""
|
951
1022
|
|
952
1023
|
msgid "Cannot remove '%{view}' from environment '%{env}' due to associated %{dependent}: %{names}."
|
953
1024
|
msgstr ""
|
@@ -976,6 +1047,9 @@ msgstr ""
|
|
976
1047
|
msgid "Cannot sync file:// repositories with the On Demand Download Policy"
|
977
1048
|
msgstr ""
|
978
1049
|
|
1050
|
+
msgid "Cannot upload Ansible collections."
|
1051
|
+
msgstr ""
|
1052
|
+
|
979
1053
|
msgid "Cannot upload Container Image content."
|
980
1054
|
msgstr ""
|
981
1055
|
|
@@ -1010,14 +1084,13 @@ msgid "Click here to go to the tasks page for the task."
|
|
1010
1084
|
msgstr ""
|
1011
1085
|
|
1012
1086
|
msgid "Clone"
|
1013
|
-
msgstr ""
|
1087
|
+
msgstr "ਕਲੋਨ"
|
1014
1088
|
|
1015
1089
|
msgid "Close"
|
1016
|
-
msgstr ""
|
1090
|
+
msgstr "ਬੰਦ"
|
1017
1091
|
|
1018
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
1019
1092
|
msgid "Collapse All"
|
1020
|
-
msgstr "
|
1093
|
+
msgstr ""
|
1021
1094
|
|
1022
1095
|
msgid "Combined Profile Update"
|
1023
1096
|
msgstr ""
|
@@ -1028,9 +1101,8 @@ msgstr ""
|
|
1028
1101
|
msgid "Comma-separated list of tags to sync for Container Image repository"
|
1029
1102
|
msgstr ""
|
1030
1103
|
|
1031
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
1032
1104
|
msgid "Component"
|
1033
|
-
msgstr "
|
1105
|
+
msgstr ""
|
1034
1106
|
|
1035
1107
|
msgid "Component Content View"
|
1036
1108
|
msgstr ""
|
@@ -1038,6 +1110,15 @@ msgstr ""
|
|
1038
1110
|
msgid "Component content view"
|
1039
1111
|
msgstr ""
|
1040
1112
|
|
1113
|
+
msgid "Component content views"
|
1114
|
+
msgstr ""
|
1115
|
+
|
1116
|
+
msgid "Components"
|
1117
|
+
msgstr ""
|
1118
|
+
|
1119
|
+
msgid "Composite"
|
1120
|
+
msgstr ""
|
1121
|
+
|
1041
1122
|
msgid "Composite Content View"
|
1042
1123
|
msgstr ""
|
1043
1124
|
|
@@ -1047,6 +1128,9 @@ msgstr ""
|
|
1047
1128
|
msgid "Composite content view"
|
1048
1129
|
msgstr ""
|
1049
1130
|
|
1131
|
+
msgid "Composite content views"
|
1132
|
+
msgstr ""
|
1133
|
+
|
1050
1134
|
msgid "Compute resource IDs"
|
1051
1135
|
msgstr ""
|
1052
1136
|
|
@@ -1062,6 +1146,12 @@ msgstr ""
|
|
1062
1146
|
msgid "Consisting of multiple component content views"
|
1063
1147
|
msgstr ""
|
1064
1148
|
|
1149
|
+
msgid "Consists of content views"
|
1150
|
+
msgstr ""
|
1151
|
+
|
1152
|
+
msgid "Consists of repositories"
|
1153
|
+
msgstr ""
|
1154
|
+
|
1065
1155
|
msgid "Consumed"
|
1066
1156
|
msgstr ""
|
1067
1157
|
|
@@ -1086,9 +1176,20 @@ msgstr ""
|
|
1086
1176
|
msgid "Container image tag"
|
1087
1177
|
msgstr ""
|
1088
1178
|
|
1089
|
-
|
1179
|
+
msgid "Container image tags"
|
1180
|
+
msgstr ""
|
1181
|
+
|
1182
|
+
msgid "Container manifest lists"
|
1183
|
+
msgstr ""
|
1184
|
+
|
1185
|
+
msgid "Container manifests"
|
1186
|
+
msgstr ""
|
1187
|
+
|
1090
1188
|
msgid "Content"
|
1091
|
-
msgstr "
|
1189
|
+
msgstr ""
|
1190
|
+
|
1191
|
+
msgid "Content Count"
|
1192
|
+
msgstr ""
|
1092
1193
|
|
1093
1194
|
msgid "Content Credential ID"
|
1094
1195
|
msgstr ""
|
@@ -1096,18 +1197,23 @@ msgstr ""
|
|
1096
1197
|
msgid "Content Credential numeric identifier"
|
1097
1198
|
msgstr ""
|
1098
1199
|
|
1200
|
+
msgid "Content Credential to use for SSL CA"
|
1201
|
+
msgstr ""
|
1202
|
+
|
1099
1203
|
msgid "Content Credentials"
|
1100
1204
|
msgstr ""
|
1101
1205
|
|
1206
|
+
msgid "Content Details"
|
1207
|
+
msgstr ""
|
1208
|
+
|
1102
1209
|
msgid "Content Download URL"
|
1103
1210
|
msgstr ""
|
1104
1211
|
|
1105
1212
|
msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
|
1106
1213
|
msgstr ""
|
1107
1214
|
|
1108
|
-
#, fuzzy
|
1109
1215
|
msgid "Content Hosts"
|
1110
|
-
msgstr "
|
1216
|
+
msgstr ""
|
1111
1217
|
|
1112
1218
|
msgid "Content Source"
|
1113
1219
|
msgstr ""
|
@@ -1118,14 +1224,10 @@ msgstr ""
|
|
1118
1224
|
msgid "Content Types"
|
1119
1225
|
msgstr ""
|
1120
1226
|
|
1121
|
-
#, fuzzy
|
1122
1227
|
msgid "Content View"
|
1123
|
-
msgstr "ਸੰਖੇਪ"
|
1124
|
-
|
1125
|
-
msgid "Content View %{view}: Versions: %{versions}"
|
1126
1228
|
msgstr ""
|
1127
1229
|
|
1128
|
-
msgid "Content View
|
1230
|
+
msgid "Content View %{view}: Versions: %{versions}"
|
1129
1231
|
msgstr ""
|
1130
1232
|
|
1131
1233
|
msgid "Content View Dependency Solving Default"
|
@@ -1134,9 +1236,8 @@ msgstr ""
|
|
1134
1236
|
msgid "Content View Details"
|
1135
1237
|
msgstr ""
|
1136
1238
|
|
1137
|
-
#, fuzzy
|
1138
1239
|
msgid "Content View Filter id"
|
1139
|
-
msgstr "
|
1240
|
+
msgstr ""
|
1140
1241
|
|
1141
1242
|
msgid "Content View Filter identifier"
|
1142
1243
|
msgstr ""
|
@@ -1144,6 +1245,12 @@ msgstr ""
|
|
1144
1245
|
msgid "Content View ID"
|
1145
1246
|
msgstr ""
|
1146
1247
|
|
1248
|
+
msgid "Content View Label"
|
1249
|
+
msgstr ""
|
1250
|
+
|
1251
|
+
msgid "Content View Name"
|
1252
|
+
msgstr ""
|
1253
|
+
|
1147
1254
|
msgid "Content View Version %{id} not in all specified environments %{envs}"
|
1148
1255
|
msgstr ""
|
1149
1256
|
|
@@ -1165,9 +1272,8 @@ msgstr ""
|
|
1165
1272
|
msgid "Content View id"
|
1166
1273
|
msgstr ""
|
1167
1274
|
|
1168
|
-
#, fuzzy
|
1169
1275
|
msgid "Content Views"
|
1170
|
-
msgstr "
|
1276
|
+
msgstr ""
|
1171
1277
|
|
1172
1278
|
msgid "Content files to upload. Can be a single file or array of files."
|
1173
1279
|
msgstr ""
|
@@ -1175,9 +1281,15 @@ msgstr ""
|
|
1175
1281
|
msgid "Content host must be unregistered before performing this action."
|
1176
1282
|
msgstr ""
|
1177
1283
|
|
1284
|
+
msgid "Content hosts"
|
1285
|
+
msgstr ""
|
1286
|
+
|
1178
1287
|
msgid "Content imported from %{path} into content view '%{name}' by %{user}"
|
1179
1288
|
msgstr ""
|
1180
1289
|
|
1290
|
+
msgid "Content not uploaded to pulp"
|
1291
|
+
msgstr ""
|
1292
|
+
|
1181
1293
|
msgid "Content source ID"
|
1182
1294
|
msgstr ""
|
1183
1295
|
|
@@ -1199,9 +1311,8 @@ msgstr ""
|
|
1199
1311
|
msgid "Content view ${name} created"
|
1200
1312
|
msgstr ""
|
1201
1313
|
|
1202
|
-
#, fuzzy
|
1203
1314
|
msgid "Content view '%{view}' is not in environment '%{env}'"
|
1204
|
-
msgstr "
|
1315
|
+
msgstr ""
|
1205
1316
|
|
1206
1317
|
msgid "Content view '%{view}' is not in lifecycle environment '%{env}'."
|
1207
1318
|
msgstr ""
|
@@ -1209,6 +1320,9 @@ msgstr ""
|
|
1209
1320
|
msgid "Content view ID"
|
1210
1321
|
msgstr ""
|
1211
1322
|
|
1323
|
+
msgid "Content view details"
|
1324
|
+
msgstr ""
|
1325
|
+
|
1212
1326
|
msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
|
1213
1327
|
msgstr ""
|
1214
1328
|
|
@@ -1218,6 +1332,9 @@ msgstr ""
|
|
1218
1332
|
msgid "Content view label"
|
1219
1333
|
msgstr ""
|
1220
1334
|
|
1335
|
+
msgid "Content view name"
|
1336
|
+
msgstr ""
|
1337
|
+
|
1221
1338
|
msgid "Content view not provided in the metadata"
|
1222
1339
|
msgstr ""
|
1223
1340
|
|
@@ -1233,6 +1350,9 @@ msgstr ""
|
|
1233
1350
|
msgid "Content view version import history identifier"
|
1234
1351
|
msgstr ""
|
1235
1352
|
|
1353
|
+
msgid "Content views"
|
1354
|
+
msgstr ""
|
1355
|
+
|
1236
1356
|
msgid "Content_Host_Status"
|
1237
1357
|
msgstr ""
|
1238
1358
|
|
@@ -1251,20 +1371,20 @@ msgstr ""
|
|
1251
1371
|
msgid "Copy"
|
1252
1372
|
msgstr ""
|
1253
1373
|
|
1254
|
-
#, fuzzy
|
1255
1374
|
msgid "Copy an activation key"
|
1256
|
-
msgstr "
|
1375
|
+
msgstr ""
|
1376
|
+
|
1377
|
+
msgid "Copy content view"
|
1378
|
+
msgstr ""
|
1257
1379
|
|
1258
1380
|
msgid "Copy version units to library"
|
1259
1381
|
msgstr ""
|
1260
1382
|
|
1261
|
-
#, fuzzy
|
1262
1383
|
msgid "Cores: %s"
|
1263
|
-
msgstr "
|
1384
|
+
msgstr ""
|
1264
1385
|
|
1265
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
1266
1386
|
msgid "Could not delete organization '%s'."
|
1267
|
-
msgstr "
|
1387
|
+
msgstr ""
|
1268
1388
|
|
1269
1389
|
msgid "Could not find %{content} with id '%{id}' in repository."
|
1270
1390
|
msgstr ""
|
@@ -1299,22 +1419,23 @@ msgstr ""
|
|
1299
1419
|
msgid "Could not remove the lifecycle environment from the smart proxy"
|
1300
1420
|
msgstr ""
|
1301
1421
|
|
1422
|
+
msgid "Couldn't establish a connection to %s"
|
1423
|
+
msgstr ""
|
1424
|
+
|
1302
1425
|
msgid "Couldn't find %{content_type} with id '%{id}'"
|
1303
1426
|
msgstr ""
|
1304
1427
|
|
1305
1428
|
msgid "Couldn't find %{type} Filter with id %{id}"
|
1306
1429
|
msgstr ""
|
1307
1430
|
|
1308
|
-
#, fuzzy
|
1309
1431
|
msgid "Couldn't find ContentViewFilter with id=%s"
|
1310
|
-
msgstr "
|
1432
|
+
msgstr ""
|
1311
1433
|
|
1312
1434
|
msgid "Couldn't find Organization '%s'."
|
1313
1435
|
msgstr ""
|
1314
1436
|
|
1315
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
1316
1437
|
msgid "Couldn't find activation key '%s'"
|
1317
|
-
msgstr "
|
1438
|
+
msgstr ""
|
1318
1439
|
|
1319
1440
|
msgid "Couldn't find activation key content view id '%s'"
|
1320
1441
|
msgstr ""
|
@@ -1322,9 +1443,8 @@ msgstr ""
|
|
1322
1443
|
msgid "Couldn't find activation key environment '%s'"
|
1323
1444
|
msgstr ""
|
1324
1445
|
|
1325
|
-
#, fuzzy
|
1326
1446
|
msgid "Couldn't find consumer '%s'"
|
1327
|
-
msgstr "
|
1447
|
+
msgstr ""
|
1328
1448
|
|
1329
1449
|
msgid "Couldn't find content host content view id '%s'"
|
1330
1450
|
msgstr ""
|
@@ -1332,26 +1452,23 @@ msgstr ""
|
|
1332
1452
|
msgid "Couldn't find content host environment '%s'"
|
1333
1453
|
msgstr ""
|
1334
1454
|
|
1335
|
-
#, fuzzy
|
1336
1455
|
msgid "Couldn't find content view '%s'"
|
1337
|
-
msgstr "
|
1456
|
+
msgstr ""
|
1338
1457
|
|
1339
|
-
#, fuzzy
|
1340
1458
|
msgid "Couldn't find content view version '%s'"
|
1341
|
-
msgstr "
|
1459
|
+
msgstr ""
|
1342
1460
|
|
1343
|
-
#, fuzzy
|
1344
1461
|
msgid "Couldn't find content view versions '%s'"
|
1345
|
-
msgstr "
|
1462
|
+
msgstr ""
|
1463
|
+
|
1464
|
+
msgid "Couldn't find content view with id: '%s'"
|
1465
|
+
msgstr ""
|
1346
1466
|
|
1347
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
1348
1467
|
msgid "Couldn't find environment '%s'"
|
1349
|
-
msgstr "
|
1468
|
+
msgstr ""
|
1350
1469
|
|
1351
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
1352
|
-
#, fuzzy
|
1353
1470
|
msgid "Couldn't find errata ids '%s'"
|
1354
|
-
msgstr "
|
1471
|
+
msgstr ""
|
1355
1472
|
|
1356
1473
|
msgid "Couldn't find host collection '%s'"
|
1357
1474
|
msgstr ""
|
@@ -1359,35 +1476,29 @@ msgstr ""
|
|
1359
1476
|
msgid "Couldn't find host with host id '%s'"
|
1360
1477
|
msgstr ""
|
1361
1478
|
|
1362
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
1363
1479
|
msgid "Couldn't find organization '%s'"
|
1364
|
-
msgstr "
|
1480
|
+
msgstr ""
|
1365
1481
|
|
1366
|
-
#, fuzzy
|
1367
1482
|
msgid "Couldn't find prior-environment '%s'"
|
1368
|
-
msgstr "
|
1483
|
+
msgstr ""
|
1369
1484
|
|
1370
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
1371
1485
|
msgid "Couldn't find product with id '%s'"
|
1372
|
-
msgstr "
|
1486
|
+
msgstr ""
|
1373
1487
|
|
1374
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
1375
1488
|
msgid "Couldn't find repository '%s'"
|
1376
|
-
msgstr "
|
1489
|
+
msgstr ""
|
1377
1490
|
|
1378
1491
|
msgid "Couldn't find specified Content View and Lifecycle Environment."
|
1379
1492
|
msgstr ""
|
1380
1493
|
|
1381
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
1382
1494
|
msgid "Couldn't find subject of synchronization"
|
1383
|
-
msgstr "
|
1495
|
+
msgstr ""
|
1384
1496
|
|
1385
1497
|
msgid "Count"
|
1386
1498
|
msgstr ""
|
1387
1499
|
|
1388
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
1389
1500
|
msgid "Create"
|
1390
|
-
msgstr "
|
1501
|
+
msgstr ""
|
1391
1502
|
|
1392
1503
|
msgid "Create Export History"
|
1393
1504
|
msgstr ""
|
@@ -1446,7 +1557,7 @@ msgstr ""
|
|
1446
1557
|
msgid "Create organization"
|
1447
1558
|
msgstr ""
|
1448
1559
|
|
1449
|
-
msgid "
|
1560
|
+
msgid "Critical"
|
1450
1561
|
msgstr ""
|
1451
1562
|
|
1452
1563
|
msgid "Cron expression is not valid!"
|
@@ -1461,16 +1572,14 @@ msgstr ""
|
|
1461
1572
|
msgid "Current organization not set."
|
1462
1573
|
msgstr ""
|
1463
1574
|
|
1464
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
1465
1575
|
msgid "Custom Content Repositories"
|
1466
|
-
msgstr "
|
1576
|
+
msgstr ""
|
1467
1577
|
|
1468
1578
|
msgid "Custom cron expression only needs to be set for interval value of custom cron"
|
1469
1579
|
msgstr ""
|
1470
1580
|
|
1471
|
-
#, fuzzy
|
1472
1581
|
msgid "Custom repositories cannot be disabled."
|
1473
|
-
msgstr "
|
1582
|
+
msgstr ""
|
1474
1583
|
|
1475
1584
|
msgid "Database connection"
|
1476
1585
|
msgstr ""
|
@@ -1478,9 +1587,8 @@ msgstr ""
|
|
1478
1587
|
msgid "Date"
|
1479
1588
|
msgstr ""
|
1480
1589
|
|
1481
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
1482
1590
|
msgid "Date format is incorrect."
|
1483
|
-
msgstr "
|
1591
|
+
msgstr ""
|
1484
1592
|
|
1485
1593
|
msgid "Days Remaining"
|
1486
1594
|
msgstr ""
|
@@ -1494,9 +1602,14 @@ msgstr ""
|
|
1494
1602
|
msgid "Deb Packages"
|
1495
1603
|
msgstr ""
|
1496
1604
|
|
1497
|
-
|
1605
|
+
msgid "Deb package identifiers to filter content by"
|
1606
|
+
msgstr ""
|
1607
|
+
|
1608
|
+
msgid "Deb packages"
|
1609
|
+
msgstr ""
|
1610
|
+
|
1498
1611
|
msgid "Debug Certificate"
|
1499
|
-
msgstr "
|
1612
|
+
msgstr ""
|
1500
1613
|
|
1501
1614
|
msgid "Debug RPM"
|
1502
1615
|
msgstr ""
|
@@ -1531,20 +1644,19 @@ msgstr ""
|
|
1531
1644
|
msgid "Default Smart Proxy download policy"
|
1532
1645
|
msgstr ""
|
1533
1646
|
|
1534
|
-
#, fuzzy
|
1535
1647
|
msgid "Default System SLA"
|
1536
|
-
msgstr "
|
1648
|
+
msgstr ""
|
1537
1649
|
|
1538
1650
|
msgid "Default content view versions cannot be promoted"
|
1539
1651
|
msgstr ""
|
1540
1652
|
|
1541
|
-
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate',
|
1653
|
+
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
1542
1654
|
msgstr ""
|
1543
1655
|
|
1544
|
-
msgid "Default download policy for custom repositories (either 'immediate'
|
1656
|
+
msgid "Default download policy for custom repositories (either 'immediate' or 'on_demand')"
|
1545
1657
|
msgstr ""
|
1546
1658
|
|
1547
|
-
msgid "Default download policy for enabled Red Hat repositories (either 'immediate'
|
1659
|
+
msgid "Default download policy for enabled Red Hat repositories (either 'immediate' or 'on_demand')"
|
1548
1660
|
msgstr ""
|
1549
1661
|
|
1550
1662
|
msgid "Default finish template for new Operating Systems created from synced content"
|
@@ -1598,7 +1710,6 @@ msgstr ""
|
|
1598
1710
|
msgid "Default user data for new Operating Systems created from synced content"
|
1599
1711
|
msgstr ""
|
1600
1712
|
|
1601
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author jassy
|
1602
1713
|
msgid "Delete"
|
1603
1714
|
msgstr "ਹਟਾਓ"
|
1604
1715
|
|
@@ -1608,13 +1719,11 @@ msgstr ""
|
|
1608
1719
|
msgid "Delete Host upon unregister"
|
1609
1720
|
msgstr ""
|
1610
1721
|
|
1611
|
-
#, fuzzy
|
1612
1722
|
msgid "Delete Lifecycle Environment"
|
1613
|
-
msgstr "
|
1723
|
+
msgstr ""
|
1614
1724
|
|
1615
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
1616
1725
|
msgid "Delete Manifest"
|
1617
|
-
msgstr "
|
1726
|
+
msgstr ""
|
1618
1727
|
|
1619
1728
|
msgid "Delete Package Group"
|
1620
1729
|
msgstr ""
|
@@ -1625,6 +1734,9 @@ msgstr ""
|
|
1625
1734
|
msgid "Delete Upstream Subscription"
|
1626
1735
|
msgstr ""
|
1627
1736
|
|
1737
|
+
msgid "Delete Version"
|
1738
|
+
msgstr ""
|
1739
|
+
|
1628
1740
|
msgid "Delete a content view"
|
1629
1741
|
msgstr ""
|
1630
1742
|
|
@@ -1646,24 +1758,35 @@ msgstr ""
|
|
1646
1758
|
msgid "Delete an upload request"
|
1647
1759
|
msgstr ""
|
1648
1760
|
|
1761
|
+
msgid "Delete content view"
|
1762
|
+
msgstr ""
|
1763
|
+
|
1649
1764
|
msgid "Delete manifest from Red Hat provider"
|
1650
1765
|
msgstr ""
|
1651
1766
|
|
1652
1767
|
msgid "Delete multiple filters from a content view"
|
1653
1768
|
msgstr ""
|
1654
1769
|
|
1655
|
-
|
1770
|
+
msgid "Delete version"
|
1771
|
+
msgstr ""
|
1772
|
+
|
1656
1773
|
msgid "Deleted consumer '%s'"
|
1657
|
-
msgstr "
|
1774
|
+
msgstr ""
|
1775
|
+
|
1776
|
+
msgid "Deleted from "
|
1777
|
+
msgstr ""
|
1658
1778
|
|
1659
1779
|
msgid "Deleted from %{environment}"
|
1660
1780
|
msgstr ""
|
1661
1781
|
|
1782
|
+
msgid "Deleting content view : "
|
1783
|
+
msgstr ""
|
1784
|
+
|
1662
1785
|
msgid "Deleting manifest in '%{subject}' failed."
|
1663
1786
|
msgstr ""
|
1664
1787
|
|
1665
1788
|
msgid "Description"
|
1666
|
-
msgstr ""
|
1789
|
+
msgstr "ਵਰਣਨ"
|
1667
1790
|
|
1668
1791
|
msgid "Description for the content view"
|
1669
1792
|
msgstr ""
|
@@ -1684,7 +1807,7 @@ msgid "Destination Server name"
|
|
1684
1807
|
msgstr ""
|
1685
1808
|
|
1686
1809
|
msgid "Destroy"
|
1687
|
-
msgstr ""
|
1810
|
+
msgstr "ਨਸ਼ਟ"
|
1688
1811
|
|
1689
1812
|
msgid "Destroy Content Host"
|
1690
1813
|
msgstr ""
|
@@ -1726,7 +1849,7 @@ msgid "Destroy one or more repositories"
|
|
1726
1849
|
msgstr ""
|
1727
1850
|
|
1728
1851
|
msgid "Details"
|
1729
|
-
msgstr ""
|
1852
|
+
msgstr "ਵੇਰਵਾ"
|
1730
1853
|
|
1731
1854
|
msgid "Determining settings for ${name}"
|
1732
1855
|
msgstr ""
|
@@ -1752,6 +1875,9 @@ msgstr ""
|
|
1752
1875
|
msgid "Disable simple content access for a manifest"
|
1753
1876
|
msgstr ""
|
1754
1877
|
|
1878
|
+
msgid "Disabled"
|
1879
|
+
msgstr ""
|
1880
|
+
|
1755
1881
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
1756
1882
|
msgstr ""
|
1757
1883
|
|
@@ -1773,6 +1899,9 @@ msgstr ""
|
|
1773
1899
|
msgid "Do not wait for the update action to finish. Default: true"
|
1774
1900
|
msgstr ""
|
1775
1901
|
|
1902
|
+
msgid "Docker Tags"
|
1903
|
+
msgstr ""
|
1904
|
+
|
1776
1905
|
msgid "Domain IDs"
|
1777
1906
|
msgstr ""
|
1778
1907
|
|
@@ -1782,17 +1911,25 @@ msgstr ""
|
|
1782
1911
|
msgid "Download a debug certificate"
|
1783
1912
|
msgstr ""
|
1784
1913
|
|
1785
|
-
msgid "Duplicate
|
1914
|
+
msgid "Duplicate artifact detected"
|
1786
1915
|
msgstr ""
|
1787
1916
|
|
1788
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author jassy
|
1789
1917
|
msgid "Duration"
|
1790
|
-
msgstr "
|
1918
|
+
msgstr ""
|
1791
1919
|
|
1792
1920
|
msgid "ERRATA ADVISORY"
|
1793
1921
|
msgstr ""
|
1794
1922
|
|
1795
1923
|
msgid "Edit"
|
1924
|
+
msgstr "ਸੋਧ"
|
1925
|
+
|
1926
|
+
msgid "Edit RPM rule"
|
1927
|
+
msgstr ""
|
1928
|
+
|
1929
|
+
msgid "Edit filter rule"
|
1930
|
+
msgstr ""
|
1931
|
+
|
1932
|
+
msgid "Edit rule"
|
1796
1933
|
msgstr ""
|
1797
1934
|
|
1798
1935
|
msgid "Editing Entitlements"
|
@@ -1801,13 +1938,11 @@ msgstr ""
|
|
1801
1938
|
msgid "Either both parameters 'content_view_id' and 'environment_id' should be specified or neither should be specified"
|
1802
1939
|
msgstr ""
|
1803
1940
|
|
1804
|
-
#, fuzzy
|
1805
1941
|
msgid "Either environments or versions must be specified."
|
1806
|
-
msgstr "
|
1942
|
+
msgstr ""
|
1807
1943
|
|
1808
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
1809
1944
|
msgid "Either organization ID or environment ID needs to be specified"
|
1810
|
-
msgstr "
|
1945
|
+
msgstr ""
|
1811
1946
|
|
1812
1947
|
msgid "Either packages or groups must be provided"
|
1813
1948
|
msgstr ""
|
@@ -1824,6 +1959,12 @@ msgstr ""
|
|
1824
1959
|
msgid "Enable Simple Content Access"
|
1825
1960
|
msgstr ""
|
1826
1961
|
|
1962
|
+
msgid "Enable Tracer"
|
1963
|
+
msgstr ""
|
1964
|
+
|
1965
|
+
msgid "Enable Traces"
|
1966
|
+
msgstr ""
|
1967
|
+
|
1827
1968
|
msgid "Enable a repository from the set"
|
1828
1969
|
msgstr ""
|
1829
1970
|
|
@@ -1834,7 +1975,7 @@ msgid "Enable/Disable auto publish of composite view"
|
|
1834
1975
|
msgstr ""
|
1835
1976
|
|
1836
1977
|
msgid "Enabled"
|
1837
|
-
msgstr ""
|
1978
|
+
msgstr "ਯੋਗ ਕੀਤਾ"
|
1838
1979
|
|
1839
1980
|
msgid "Enabled Repositories"
|
1840
1981
|
msgstr ""
|
@@ -1842,59 +1983,62 @@ msgstr ""
|
|
1842
1983
|
msgid "Enabling Simple Content Access failed for '%{subject}'."
|
1843
1984
|
msgstr ""
|
1844
1985
|
|
1986
|
+
msgid "Enabling will install the katello-host-tools-tracer package on the host."
|
1987
|
+
msgstr ""
|
1988
|
+
|
1845
1989
|
msgid "End Date"
|
1846
1990
|
msgstr ""
|
1847
1991
|
|
1848
1992
|
msgid "Ends"
|
1849
1993
|
msgstr ""
|
1850
1994
|
|
1851
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
1852
1995
|
msgid "Enhancement"
|
1853
|
-
msgstr "
|
1996
|
+
msgstr ""
|
1997
|
+
|
1998
|
+
msgid "Enter a name"
|
1999
|
+
msgstr ""
|
1854
2000
|
|
1855
2001
|
msgid "Entitlements"
|
1856
2002
|
msgstr ""
|
1857
2003
|
|
1858
2004
|
msgid "Environment"
|
1859
|
-
msgstr "
|
2005
|
+
msgstr "ਇਨਵਾਇਰਮੈਂਟ"
|
1860
2006
|
|
1861
2007
|
msgid "Environment IDs"
|
1862
2008
|
msgstr ""
|
1863
2009
|
|
1864
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
1865
2010
|
msgid "Environment cannot be in its own promotion path"
|
1866
|
-
msgstr "
|
2011
|
+
msgstr ""
|
1867
2012
|
|
1868
2013
|
msgid "Environment identifier"
|
1869
2014
|
msgstr ""
|
1870
2015
|
|
1871
2016
|
msgid "Environments"
|
2017
|
+
msgstr "ਇਨਵਾਇਰਮੈਂਟ"
|
2018
|
+
|
2019
|
+
msgid "Equal to"
|
1872
2020
|
msgstr ""
|
1873
2021
|
|
1874
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author jassy
|
1875
2022
|
msgid "Errata"
|
1876
|
-
msgstr "
|
2023
|
+
msgstr ""
|
2024
|
+
|
2025
|
+
msgid "Errata - by date range"
|
2026
|
+
msgstr ""
|
1877
2027
|
|
1878
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author jassy
|
1879
|
-
#, fuzzy
|
1880
2028
|
msgid "Errata ID"
|
1881
|
-
msgstr "
|
2029
|
+
msgstr ""
|
1882
2030
|
|
1883
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
1884
2031
|
msgid "Errata Install"
|
1885
|
-
msgstr "
|
2032
|
+
msgstr ""
|
1886
2033
|
|
1887
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
1888
2034
|
msgid "Errata Install scheduled by %s"
|
1889
|
-
msgstr "
|
2035
|
+
msgstr ""
|
1890
2036
|
|
1891
2037
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
1892
2038
|
msgstr ""
|
1893
2039
|
|
1894
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
1895
|
-
#, fuzzy
|
1896
2040
|
msgid "Errata mail"
|
1897
|
-
msgstr "
|
2041
|
+
msgstr ""
|
1898
2042
|
|
1899
2043
|
msgid "Errata to exclusively include in the action"
|
1900
2044
|
msgstr ""
|
@@ -1902,28 +2046,24 @@ msgstr ""
|
|
1902
2046
|
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."
|
1903
2047
|
msgstr ""
|
1904
2048
|
|
1905
|
-
|
1906
|
-
|
2049
|
+
msgid "Errata type"
|
2050
|
+
msgstr ""
|
2051
|
+
|
1907
2052
|
msgid "Erratum"
|
1908
|
-
msgstr "
|
2053
|
+
msgstr ""
|
1909
2054
|
|
1910
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
1911
2055
|
msgid "Erratum Install Canceled"
|
1912
|
-
msgstr "
|
2056
|
+
msgstr ""
|
1913
2057
|
|
1914
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
1915
2058
|
msgid "Erratum Install Complete"
|
1916
|
-
msgstr "
|
2059
|
+
msgstr ""
|
1917
2060
|
|
1918
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
1919
2061
|
msgid "Erratum Install Failed"
|
1920
|
-
msgstr "
|
2062
|
+
msgstr ""
|
1921
2063
|
|
1922
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
1923
2064
|
msgid "Erratum Install Timed Out"
|
1924
|
-
msgstr "
|
2065
|
+
msgstr ""
|
1925
2066
|
|
1926
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author jassy
|
1927
2067
|
msgid "Error"
|
1928
2068
|
msgstr "ਗਲਤੀ"
|
1929
2069
|
|
@@ -1945,15 +2085,29 @@ msgstr ""
|
|
1945
2085
|
msgid "Exclude"
|
1946
2086
|
msgstr ""
|
1947
2087
|
|
2088
|
+
msgid "Exclude all Module Streams with no errata."
|
2089
|
+
msgstr ""
|
2090
|
+
|
2091
|
+
msgid "Exclude all RPMs with no errata."
|
2092
|
+
msgstr ""
|
2093
|
+
|
2094
|
+
msgid "Exclude filter"
|
2095
|
+
msgstr ""
|
2096
|
+
|
1948
2097
|
msgid "Excluded"
|
1949
2098
|
msgstr ""
|
1950
2099
|
|
2100
|
+
msgid "Excluded errata"
|
2101
|
+
msgstr ""
|
2102
|
+
|
2103
|
+
msgid "Excludes"
|
2104
|
+
msgstr ""
|
2105
|
+
|
1951
2106
|
msgid "Exit"
|
1952
2107
|
msgstr ""
|
1953
2108
|
|
1954
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
1955
2109
|
msgid "Expand All"
|
1956
|
-
msgstr "
|
2110
|
+
msgstr ""
|
1957
2111
|
|
1958
2112
|
msgid "Expire soon days"
|
1959
2113
|
msgstr ""
|
@@ -1976,20 +2130,18 @@ msgstr ""
|
|
1976
2130
|
msgid "Export history identifier used for incremental export. If not provided the most recent export history will be used."
|
1977
2131
|
msgstr ""
|
1978
2132
|
|
2133
|
+
msgid "Exported content view"
|
2134
|
+
msgstr ""
|
2135
|
+
|
1979
2136
|
msgid "Exported version"
|
1980
2137
|
msgstr ""
|
1981
2138
|
|
1982
|
-
#, fuzzy
|
1983
2139
|
msgid "Facts successfully updated."
|
1984
|
-
msgstr "
|
2140
|
+
msgstr ""
|
1985
2141
|
|
1986
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author jassy
|
1987
2142
|
msgid "Failed"
|
1988
2143
|
msgstr "ਫੇਲ ਹੋਇਆ ਹੈ"
|
1989
2144
|
|
1990
|
-
msgid "Failed indexing errata, maximum retries encountered"
|
1991
|
-
msgstr ""
|
1992
|
-
|
1993
2145
|
msgid "Failed to delete %{host}: %{errors}"
|
1994
2146
|
msgstr ""
|
1995
2147
|
|
@@ -2031,6 +2183,9 @@ msgstr ""
|
|
2031
2183
|
msgid "File contents"
|
2032
2184
|
msgstr ""
|
2033
2185
|
|
2186
|
+
msgid "Filename"
|
2187
|
+
msgstr ""
|
2188
|
+
|
2034
2189
|
msgid "Files"
|
2035
2190
|
msgstr ""
|
2036
2191
|
|
@@ -2046,6 +2201,12 @@ msgstr ""
|
|
2046
2201
|
msgid "Filter created"
|
2047
2202
|
msgstr ""
|
2048
2203
|
|
2204
|
+
msgid "Filter deleted"
|
2205
|
+
msgstr ""
|
2206
|
+
|
2207
|
+
msgid "Filter edited"
|
2208
|
+
msgstr ""
|
2209
|
+
|
2049
2210
|
msgid "Filter only composite content views"
|
2050
2211
|
msgstr ""
|
2051
2212
|
|
@@ -2070,7 +2231,19 @@ msgstr ""
|
|
2070
2231
|
msgid "Filter products by sync plan id"
|
2071
2232
|
msgstr ""
|
2072
2233
|
|
2073
|
-
msgid "Filter
|
2234
|
+
msgid "Filter rule added"
|
2235
|
+
msgstr ""
|
2236
|
+
|
2237
|
+
msgid "Filter rule edited"
|
2238
|
+
msgstr ""
|
2239
|
+
|
2240
|
+
msgid "Filter rule removed"
|
2241
|
+
msgstr ""
|
2242
|
+
|
2243
|
+
msgid "Filter rules added"
|
2244
|
+
msgstr ""
|
2245
|
+
|
2246
|
+
msgid "Filter rules deleted"
|
2074
2247
|
msgstr ""
|
2075
2248
|
|
2076
2249
|
msgid "Filter versions by environment"
|
@@ -2086,9 +2259,12 @@ msgid "Filtered index content"
|
|
2086
2259
|
msgstr ""
|
2087
2260
|
|
2088
2261
|
msgid "Filters"
|
2262
|
+
msgstr "ਫਿਲਟਰ"
|
2263
|
+
|
2264
|
+
msgid "Filters deleted"
|
2089
2265
|
msgstr ""
|
2090
2266
|
|
2091
|
-
msgid "
|
2267
|
+
msgid "Finish"
|
2092
2268
|
msgstr ""
|
2093
2269
|
|
2094
2270
|
msgid "Finish action timeout"
|
@@ -2111,6 +2287,18 @@ msgstr ""
|
|
2111
2287
|
msgid "Force a sync and validate the checksums of all content. Only used with yum repositories."
|
2112
2288
|
msgstr ""
|
2113
2289
|
|
2290
|
+
msgid "Force delete the repository by removing it from all content view versions"
|
2291
|
+
msgstr ""
|
2292
|
+
|
2293
|
+
msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy"
|
2294
|
+
msgstr ""
|
2295
|
+
|
2296
|
+
msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy."
|
2297
|
+
msgstr ""
|
2298
|
+
|
2299
|
+
msgid "Force promotion"
|
2300
|
+
msgstr ""
|
2301
|
+
|
2114
2302
|
msgid "Force regenerate applicability."
|
2115
2303
|
msgstr ""
|
2116
2304
|
|
@@ -2126,6 +2314,9 @@ msgstr ""
|
|
2126
2314
|
msgid "Forces a republish of the version's repositories' metadata"
|
2127
2315
|
msgstr ""
|
2128
2316
|
|
2317
|
+
msgid "Full description"
|
2318
|
+
msgstr ""
|
2319
|
+
|
2129
2320
|
msgid "Fully entitled"
|
2130
2321
|
msgstr ""
|
2131
2322
|
|
@@ -2144,7 +2335,7 @@ msgstr ""
|
|
2144
2335
|
msgid "Get all content available, not just that provided by subscriptions"
|
2145
2336
|
msgstr ""
|
2146
2337
|
|
2147
|
-
msgid "Get all content available, not just that provided by subscriptions.
|
2338
|
+
msgid "Get all content available, not just that provided by subscriptions."
|
2148
2339
|
msgstr ""
|
2149
2340
|
|
2150
2341
|
msgid "Get content and overrides for the host"
|
@@ -2168,9 +2359,21 @@ msgstr ""
|
|
2168
2359
|
msgid "Given a set of hosts and errata, lists the content view versions and environments that need updating."
|
2169
2360
|
msgstr ""
|
2170
2361
|
|
2362
|
+
msgid "Given criteria doesn't match any RPMs. Try changing your rule."
|
2363
|
+
msgstr ""
|
2364
|
+
|
2365
|
+
msgid "Given criteria doesn't match any activation keys. Try changing your rule."
|
2366
|
+
msgstr ""
|
2367
|
+
|
2368
|
+
msgid "Given criteria doesn't match any hosts. Try changing your rule."
|
2369
|
+
msgstr ""
|
2370
|
+
|
2171
2371
|
msgid "Go to task page"
|
2172
2372
|
msgstr ""
|
2173
2373
|
|
2374
|
+
msgid "Greater than"
|
2375
|
+
msgstr ""
|
2376
|
+
|
2174
2377
|
msgid "Group %{id} already created."
|
2175
2378
|
msgstr ""
|
2176
2379
|
|
@@ -2186,13 +2389,18 @@ msgstr ""
|
|
2186
2389
|
msgid "Has to be > 0"
|
2187
2390
|
msgstr ""
|
2188
2391
|
|
2189
|
-
msgid "
|
2392
|
+
msgid "Helper"
|
2393
|
+
msgstr ""
|
2394
|
+
|
2395
|
+
msgid "Hide description"
|
2190
2396
|
msgstr ""
|
2191
2397
|
|
2398
|
+
msgid "History"
|
2399
|
+
msgstr "ਅਤੀਤ"
|
2400
|
+
|
2192
2401
|
msgid "History will appear here when the content view is published or promoted."
|
2193
2402
|
msgstr ""
|
2194
2403
|
|
2195
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author jassy
|
2196
2404
|
msgid "Host"
|
2197
2405
|
msgstr "ਹੋਸਟ"
|
2198
2406
|
|
@@ -2265,6 +2473,9 @@ msgstr ""
|
|
2265
2473
|
msgid "Host has not been registered with subscription-manager."
|
2266
2474
|
msgstr ""
|
2267
2475
|
|
2476
|
+
msgid "Host id to list applicable deb packages for"
|
2477
|
+
msgstr ""
|
2478
|
+
|
2268
2479
|
msgid "Host id to list applicable errata for"
|
2269
2480
|
msgstr ""
|
2270
2481
|
|
@@ -2283,6 +2494,9 @@ msgstr ""
|
|
2283
2494
|
msgid "Host with ID %s not found."
|
2284
2495
|
msgstr ""
|
2285
2496
|
|
2497
|
+
msgid "Hosts"
|
2498
|
+
msgstr ""
|
2499
|
+
|
2286
2500
|
msgid "Hosts with Installable Errata"
|
2287
2501
|
msgstr ""
|
2288
2502
|
|
@@ -2292,9 +2506,6 @@ msgstr ""
|
|
2292
2506
|
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."
|
2293
2507
|
msgstr ""
|
2294
2508
|
|
2295
|
-
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."
|
2296
|
-
msgstr ""
|
2297
|
-
|
2298
2509
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
2299
2510
|
msgstr ""
|
2300
2511
|
|
@@ -2358,9 +2569,8 @@ msgstr ""
|
|
2358
2569
|
msgid "ID of the sync plan"
|
2359
2570
|
msgstr ""
|
2360
2571
|
|
2361
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
2362
2572
|
msgid "ID: %s doesn't exist "
|
2363
|
-
msgstr "
|
2573
|
+
msgstr ""
|
2364
2574
|
|
2365
2575
|
msgid "Id of a deb package to find repositories that contain the deb"
|
2366
2576
|
msgstr ""
|
@@ -2377,10 +2587,10 @@ msgstr ""
|
|
2377
2587
|
msgid "Id of an erratum to find repositories that contain the erratum"
|
2378
2588
|
msgstr ""
|
2379
2589
|
|
2380
|
-
msgid "Id of
|
2590
|
+
msgid "Id of the content host"
|
2381
2591
|
msgstr ""
|
2382
2592
|
|
2383
|
-
msgid "Id of the content
|
2593
|
+
msgid "Id of the content view to limit the synchronization on"
|
2384
2594
|
msgstr ""
|
2385
2595
|
|
2386
2596
|
msgid "Id of the environment to limit the synchronization on"
|
@@ -2401,6 +2611,9 @@ msgstr ""
|
|
2401
2611
|
msgid "Id of the organization to limit environments on"
|
2402
2612
|
msgstr ""
|
2403
2613
|
|
2614
|
+
msgid "Id of the repository to limit the synchronization on"
|
2615
|
+
msgstr ""
|
2616
|
+
|
2404
2617
|
msgid "Id of the smart proxy"
|
2405
2618
|
msgstr ""
|
2406
2619
|
|
@@ -2437,16 +2650,16 @@ msgstr ""
|
|
2437
2650
|
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."
|
2438
2651
|
msgstr ""
|
2439
2652
|
|
2440
|
-
msgid "If
|
2653
|
+
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
2441
2654
|
msgstr ""
|
2442
2655
|
|
2443
|
-
msgid "If
|
2656
|
+
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."
|
2444
2657
|
msgstr ""
|
2445
2658
|
|
2446
|
-
msgid "If
|
2659
|
+
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"
|
2447
2660
|
msgstr ""
|
2448
2661
|
|
2449
|
-
msgid "If
|
2662
|
+
msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
|
2450
2663
|
msgstr ""
|
2451
2664
|
|
2452
2665
|
msgid "If true, only return repository sets that are associated with an active subscriptions"
|
@@ -2483,7 +2696,7 @@ msgid "Immediate"
|
|
2483
2696
|
msgstr ""
|
2484
2697
|
|
2485
2698
|
msgid "Import"
|
2486
|
-
msgstr ""
|
2699
|
+
msgstr "ਇੰਪੋਰਟ"
|
2487
2700
|
|
2488
2701
|
msgid "Import Content View Version"
|
2489
2702
|
msgstr ""
|
@@ -2491,14 +2704,10 @@ msgstr ""
|
|
2491
2704
|
msgid "Import Default Content View"
|
2492
2705
|
msgstr ""
|
2493
2706
|
|
2494
|
-
#, fuzzy
|
2495
2707
|
msgid "Import Manifest"
|
2496
|
-
msgstr "ਇੰਪੋਰਟ"
|
2497
|
-
|
2498
|
-
msgid "Import New Manifest"
|
2499
2708
|
msgstr ""
|
2500
2709
|
|
2501
|
-
msgid "Import
|
2710
|
+
msgid "Import New Manifest"
|
2502
2711
|
msgstr ""
|
2503
2712
|
|
2504
2713
|
msgid "Import Puppet classes"
|
@@ -2525,9 +2734,11 @@ msgstr ""
|
|
2525
2734
|
msgid "Import a content view version to the library"
|
2526
2735
|
msgstr ""
|
2527
2736
|
|
2528
|
-
#, fuzzy
|
2529
2737
|
msgid "Import facts"
|
2530
|
-
msgstr "
|
2738
|
+
msgstr ""
|
2739
|
+
|
2740
|
+
msgid "Import only"
|
2741
|
+
msgstr ""
|
2531
2742
|
|
2532
2743
|
msgid "Import uploads into a repository"
|
2533
2744
|
msgstr ""
|
@@ -2538,6 +2749,9 @@ msgstr ""
|
|
2538
2749
|
msgid "Import-only content views can not be published directly"
|
2539
2750
|
msgstr ""
|
2540
2751
|
|
2752
|
+
msgid "Important"
|
2753
|
+
msgstr ""
|
2754
|
+
|
2541
2755
|
msgid "Importing manifest into '%{subject}' failed."
|
2542
2756
|
msgstr ""
|
2543
2757
|
|
@@ -2550,9 +2764,24 @@ msgstr ""
|
|
2550
2764
|
msgid "Include"
|
2551
2765
|
msgstr ""
|
2552
2766
|
|
2767
|
+
msgid "Include all Module Streams with no errata."
|
2768
|
+
msgstr ""
|
2769
|
+
|
2770
|
+
msgid "Include all RPMs with no errata."
|
2771
|
+
msgstr ""
|
2772
|
+
|
2773
|
+
msgid "Include filter"
|
2774
|
+
msgstr ""
|
2775
|
+
|
2553
2776
|
msgid "Included"
|
2554
2777
|
msgstr ""
|
2555
2778
|
|
2779
|
+
msgid "Included errata"
|
2780
|
+
msgstr ""
|
2781
|
+
|
2782
|
+
msgid "Includes"
|
2783
|
+
msgstr ""
|
2784
|
+
|
2556
2785
|
msgid "Includes associated content view filter ids in response"
|
2557
2786
|
msgstr ""
|
2558
2787
|
|
@@ -2571,6 +2800,9 @@ msgstr ""
|
|
2571
2800
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
2572
2801
|
msgstr ""
|
2573
2802
|
|
2803
|
+
msgid "Incremental update"
|
2804
|
+
msgstr ""
|
2805
|
+
|
2574
2806
|
msgid "Incremental update requires at least one content unit"
|
2575
2807
|
msgstr ""
|
2576
2808
|
|
@@ -2580,9 +2812,8 @@ msgstr ""
|
|
2580
2812
|
msgid "Index content"
|
2581
2813
|
msgstr ""
|
2582
2814
|
|
2583
|
-
#, fuzzy
|
2584
2815
|
msgid "Index errata"
|
2585
|
-
msgstr "
|
2816
|
+
msgstr ""
|
2586
2817
|
|
2587
2818
|
msgid "Index module streams"
|
2588
2819
|
msgstr ""
|
@@ -2611,23 +2842,20 @@ msgstr ""
|
|
2611
2842
|
msgid "Install errata via Katello interface"
|
2612
2843
|
msgstr ""
|
2613
2844
|
|
2614
|
-
#, fuzzy
|
2615
2845
|
msgid "Install erratum"
|
2616
|
-
msgstr "
|
2846
|
+
msgstr ""
|
2617
2847
|
|
2618
2848
|
msgid "Install erratum for %s"
|
2619
2849
|
msgstr ""
|
2620
2850
|
|
2621
|
-
#, fuzzy
|
2622
2851
|
msgid "Install package"
|
2623
|
-
msgstr "
|
2852
|
+
msgstr ""
|
2624
2853
|
|
2625
2854
|
msgid "Install package for %s"
|
2626
2855
|
msgstr ""
|
2627
2856
|
|
2628
|
-
#, fuzzy
|
2629
2857
|
msgid "Install package group"
|
2630
|
-
msgstr "
|
2858
|
+
msgstr ""
|
2631
2859
|
|
2632
2860
|
msgid "Install package group via Katello interface"
|
2633
2861
|
msgstr ""
|
@@ -2638,9 +2866,18 @@ msgstr ""
|
|
2638
2866
|
msgid "Install packages remotely using katello-agent. %s"
|
2639
2867
|
msgstr ""
|
2640
2868
|
|
2869
|
+
msgid "Installable"
|
2870
|
+
msgstr ""
|
2871
|
+
|
2872
|
+
msgid "Installable Errata"
|
2873
|
+
msgstr ""
|
2874
|
+
|
2641
2875
|
msgid "Installable errata from Content View"
|
2642
2876
|
msgstr ""
|
2643
2877
|
|
2878
|
+
msgid "Installable errata will appear here when available."
|
2879
|
+
msgstr ""
|
2880
|
+
|
2644
2881
|
msgid "Installation of errata requested: %{errata}"
|
2645
2882
|
msgstr ""
|
2646
2883
|
|
@@ -2650,21 +2887,20 @@ msgstr ""
|
|
2650
2887
|
msgid "Installation of package(s) requested: %{packages}"
|
2651
2888
|
msgstr ""
|
2652
2889
|
|
2653
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
2654
2890
|
msgid "Installed Packages"
|
2655
|
-
msgstr "
|
2891
|
+
msgstr ""
|
2892
|
+
|
2893
|
+
msgid "Installed Version"
|
2894
|
+
msgstr ""
|
2656
2895
|
|
2657
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
2658
2896
|
msgid "Installing Erratum..."
|
2659
|
-
msgstr "
|
2897
|
+
msgstr ""
|
2660
2898
|
|
2661
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
2662
2899
|
msgid "Installing Package Group..."
|
2663
|
-
msgstr "
|
2900
|
+
msgstr ""
|
2664
2901
|
|
2665
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
2666
2902
|
msgid "Installing Package..."
|
2667
|
-
msgstr "
|
2903
|
+
msgstr ""
|
2668
2904
|
|
2669
2905
|
msgid "Instance update"
|
2670
2906
|
msgstr ""
|
@@ -2687,16 +2923,17 @@ msgstr ""
|
|
2687
2923
|
msgid "Invalid"
|
2688
2924
|
msgstr ""
|
2689
2925
|
|
2926
|
+
msgid "Invalid SSL CA certificate given for CDN"
|
2927
|
+
msgstr ""
|
2928
|
+
|
2690
2929
|
msgid "Invalid association of the content view id. Content View must match the content view version being saved"
|
2691
2930
|
msgstr ""
|
2692
2931
|
|
2693
|
-
#, fuzzy
|
2694
2932
|
msgid "Invalid content label: %s"
|
2695
|
-
msgstr "
|
2933
|
+
msgstr ""
|
2696
2934
|
|
2697
|
-
#, fuzzy
|
2698
2935
|
msgid "Invalid content type %s"
|
2699
|
-
msgstr "
|
2936
|
+
msgstr ""
|
2700
2937
|
|
2701
2938
|
msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
|
2702
2939
|
msgstr ""
|
@@ -2710,9 +2947,8 @@ msgstr ""
|
|
2710
2947
|
msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or 'types'"
|
2711
2948
|
msgstr ""
|
2712
2949
|
|
2713
|
-
#, fuzzy
|
2714
2950
|
msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
|
2715
|
-
msgstr "
|
2951
|
+
msgstr ""
|
2716
2952
|
|
2717
2953
|
msgid "Invalid event_type %s"
|
2718
2954
|
msgstr ""
|
@@ -2720,13 +2956,14 @@ msgstr ""
|
|
2720
2956
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
2721
2957
|
msgstr ""
|
2722
2958
|
|
2723
|
-
|
2959
|
+
msgid "Invalid mirroring policy for repository type %{type}, only %{policies} are valid."
|
2960
|
+
msgstr ""
|
2961
|
+
|
2724
2962
|
msgid "Invalid parameters sent in the request for this operation. Please contact a system administrator."
|
2725
|
-
msgstr "
|
2963
|
+
msgstr ""
|
2726
2964
|
|
2727
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
2728
2965
|
msgid "Invalid parameters sent. You may have mistyped the address. If you continue having trouble with this, please contact an Administrator."
|
2729
|
-
msgstr "
|
2966
|
+
msgstr ""
|
2730
2967
|
|
2731
2968
|
msgid "Invalid params provided - content_type must be one of %s"
|
2732
2969
|
msgstr ""
|
@@ -2743,6 +2980,9 @@ msgstr ""
|
|
2743
2980
|
msgid "Invalid value specified for ignorable content. Permissible values %s"
|
2744
2981
|
msgstr ""
|
2745
2982
|
|
2983
|
+
msgid "Issued"
|
2984
|
+
msgstr ""
|
2985
|
+
|
2746
2986
|
msgid "Katello ID of local pool to update"
|
2747
2987
|
msgstr ""
|
2748
2988
|
|
@@ -2764,6 +3004,9 @@ msgstr ""
|
|
2764
3004
|
msgid "Katello: Remove Package Group"
|
2765
3005
|
msgstr ""
|
2766
3006
|
|
3007
|
+
msgid "Katello: Resolve Traces"
|
3008
|
+
msgstr ""
|
3009
|
+
|
2767
3010
|
msgid "Katello: Service Restart"
|
2768
3011
|
msgstr ""
|
2769
3012
|
|
@@ -2812,9 +3055,17 @@ msgstr ""
|
|
2812
3055
|
msgid "Learn more about adding Subscription Manifests"
|
2813
3056
|
msgstr ""
|
2814
3057
|
|
2815
|
-
|
3058
|
+
msgid "Leave blank if consuming Red Hat Content from the Default Content View or CDN "
|
3059
|
+
msgstr ""
|
3060
|
+
|
3061
|
+
msgid "Leave blank if consuming Red Hat Content from the Library lifecycle environment or CDN "
|
3062
|
+
msgstr ""
|
3063
|
+
|
3064
|
+
msgid "Less than"
|
3065
|
+
msgstr ""
|
3066
|
+
|
2816
3067
|
msgid "Library lifecycle environments may not be deleted."
|
2817
|
-
msgstr "
|
3068
|
+
msgstr ""
|
2818
3069
|
|
2819
3070
|
msgid "Library repository id to restrict comparisons to"
|
2820
3071
|
msgstr ""
|
@@ -2834,9 +3085,11 @@ msgstr ""
|
|
2834
3085
|
msgid "Lifecycle Environment ID"
|
2835
3086
|
msgstr ""
|
2836
3087
|
|
2837
|
-
|
3088
|
+
msgid "Lifecycle Environment Label"
|
3089
|
+
msgstr ""
|
3090
|
+
|
2838
3091
|
msgid "Lifecycle Environments"
|
2839
|
-
msgstr "
|
3092
|
+
msgstr ""
|
2840
3093
|
|
2841
3094
|
msgid "Lifecycle environment"
|
2842
3095
|
msgstr ""
|
@@ -2859,15 +3112,24 @@ msgstr ""
|
|
2859
3112
|
msgid "Limit content to just that available in the activation key's content view version"
|
2860
3113
|
msgstr ""
|
2861
3114
|
|
2862
|
-
msgid "Limit content to just that available in the
|
3115
|
+
msgid "Limit content to just that available in the host's content view version"
|
2863
3116
|
msgstr ""
|
2864
3117
|
|
2865
|
-
msgid "Limit content to just that available in the host's content view version"
|
3118
|
+
msgid "Limit content to just that available in the host's or activation key's content view version and lifecycle environment."
|
3119
|
+
msgstr ""
|
3120
|
+
|
3121
|
+
msgid "Limit to environment"
|
2866
3122
|
msgstr ""
|
2867
3123
|
|
2868
3124
|
msgid "Limits"
|
2869
3125
|
msgstr ""
|
2870
3126
|
|
3127
|
+
msgid "List %s"
|
3128
|
+
msgstr ""
|
3129
|
+
|
3130
|
+
msgid "List :resource"
|
3131
|
+
msgstr ""
|
3132
|
+
|
2871
3133
|
msgid "List :resource_id"
|
2872
3134
|
msgstr ""
|
2873
3135
|
|
@@ -2904,6 +3166,9 @@ msgstr ""
|
|
2904
3166
|
msgid "List content views"
|
2905
3167
|
msgstr ""
|
2906
3168
|
|
3169
|
+
msgid "List deb packages"
|
3170
|
+
msgstr ""
|
3171
|
+
|
2907
3172
|
msgid "List deb packages installed on the host"
|
2908
3173
|
msgstr ""
|
2909
3174
|
|
@@ -3088,6 +3353,9 @@ msgid "List the lifecycle environments not attached to the smart proxy"
|
|
3088
3353
|
msgstr ""
|
3089
3354
|
|
3090
3355
|
msgid "Loading"
|
3356
|
+
msgstr "ਲੋਡ ਹੋ ਰਿਹਾ ਹੈ"
|
3357
|
+
|
3358
|
+
msgid "Loading versions"
|
3091
3359
|
msgstr ""
|
3092
3360
|
|
3093
3361
|
msgid "Make copy of a content view"
|
@@ -3138,6 +3406,9 @@ msgstr ""
|
|
3138
3406
|
msgid "Matched"
|
3139
3407
|
msgstr ""
|
3140
3408
|
|
3409
|
+
msgid "Matching content"
|
3410
|
+
msgstr ""
|
3411
|
+
|
3141
3412
|
msgid "Max %(maxQuantity)s"
|
3142
3413
|
msgstr ""
|
3143
3414
|
|
@@ -3150,6 +3421,9 @@ msgstr ""
|
|
3150
3421
|
msgid "Maximum number of hosts in the host collection"
|
3151
3422
|
msgstr ""
|
3152
3423
|
|
3424
|
+
msgid "Maximum version"
|
3425
|
+
msgstr ""
|
3426
|
+
|
3153
3427
|
msgid "May not add a type or date range rule to a filter that has existing rules."
|
3154
3428
|
msgstr ""
|
3155
3429
|
|
@@ -3162,16 +3436,21 @@ msgstr ""
|
|
3162
3436
|
msgid "Medium IDs"
|
3163
3437
|
msgstr ""
|
3164
3438
|
|
3165
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author jassy
|
3166
3439
|
msgid "Message"
|
3167
3440
|
msgstr "ਸੁਨੇਹਾ"
|
3168
3441
|
|
3169
3442
|
msgid "Messaging connection"
|
3170
3443
|
msgstr ""
|
3171
3444
|
|
3445
|
+
msgid "Metadata republishing must be forced because it is a dangerous operation."
|
3446
|
+
msgstr ""
|
3447
|
+
|
3172
3448
|
msgid "Metadata taken from the upstream export history for this Content View Version"
|
3173
3449
|
msgstr ""
|
3174
3450
|
|
3451
|
+
msgid "Minimum version"
|
3452
|
+
msgstr ""
|
3453
|
+
|
3175
3454
|
msgid "Mismatched"
|
3176
3455
|
msgstr ""
|
3177
3456
|
|
@@ -3181,6 +3460,12 @@ msgstr ""
|
|
3181
3460
|
msgid "Missing arguments %{substitutions} for %{content_url}"
|
3182
3461
|
msgstr ""
|
3183
3462
|
|
3463
|
+
msgid "Moderate"
|
3464
|
+
msgstr ""
|
3465
|
+
|
3466
|
+
msgid "Modular"
|
3467
|
+
msgstr ""
|
3468
|
+
|
3184
3469
|
msgid "Module Stream"
|
3185
3470
|
msgstr ""
|
3186
3471
|
|
@@ -3193,6 +3478,9 @@ msgstr ""
|
|
3193
3478
|
msgid "Module stream"
|
3194
3479
|
msgstr ""
|
3195
3480
|
|
3481
|
+
msgid "Module streams"
|
3482
|
+
msgstr ""
|
3483
|
+
|
3196
3484
|
msgid "Multi-entitlement"
|
3197
3485
|
msgstr ""
|
3198
3486
|
|
@@ -3200,7 +3488,7 @@ msgid "Must supply at least one of mandatory_package_names, optional_package_nam
|
|
3200
3488
|
msgstr ""
|
3201
3489
|
|
3202
3490
|
msgid "N/A"
|
3203
|
-
msgstr ""
|
3491
|
+
msgstr "N/A"
|
3204
3492
|
|
3205
3493
|
msgid "NA"
|
3206
3494
|
msgstr ""
|
@@ -3248,15 +3536,11 @@ msgstr ""
|
|
3248
3536
|
msgid "Nest"
|
3249
3537
|
msgstr ""
|
3250
3538
|
|
3251
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
3252
|
-
#, fuzzy
|
3253
3539
|
msgid "Never Synced"
|
3254
|
-
msgstr "
|
3540
|
+
msgstr ""
|
3255
3541
|
|
3256
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3257
|
-
#, fuzzy
|
3258
3542
|
msgid "New Errata"
|
3259
|
-
msgstr "
|
3543
|
+
msgstr ""
|
3260
3544
|
|
3261
3545
|
msgid "New Files: %s"
|
3262
3546
|
msgstr ""
|
@@ -3270,9 +3554,8 @@ msgstr ""
|
|
3270
3554
|
msgid "New host collection name"
|
3271
3555
|
msgstr ""
|
3272
3556
|
|
3273
|
-
#, fuzzy
|
3274
3557
|
msgid "New name cannot be blank"
|
3275
|
-
msgstr "
|
3558
|
+
msgstr ""
|
3276
3559
|
|
3277
3560
|
msgid "New name for the content view"
|
3278
3561
|
msgstr ""
|
@@ -3295,9 +3578,8 @@ msgstr ""
|
|
3295
3578
|
msgid "No Activation keys to select"
|
3296
3579
|
msgstr ""
|
3297
3580
|
|
3298
|
-
#, fuzzy
|
3299
3581
|
msgid "No Content View"
|
3300
|
-
msgstr "
|
3582
|
+
msgstr ""
|
3301
3583
|
|
3302
3584
|
msgid "No Content found"
|
3303
3585
|
msgstr ""
|
@@ -3311,9 +3593,8 @@ msgstr ""
|
|
3311
3593
|
msgid "No Red Hat products currently exist, please import a manifest %(anchorBegin)s here %(anchorEnd)s to receive Red Hat content. No repository sets available."
|
3312
3594
|
msgstr ""
|
3313
3595
|
|
3314
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
3315
3596
|
msgid "No Service Level Preference"
|
3316
|
-
msgstr "
|
3597
|
+
msgstr ""
|
3317
3598
|
|
3318
3599
|
msgid "No URL found for a container registry. Please check the configuration."
|
3319
3600
|
msgstr ""
|
@@ -3321,15 +3602,23 @@ msgstr ""
|
|
3321
3602
|
msgid "No Version of Content View %{component} already exists as a component of the composite Content View %{composite} version %{version}"
|
3322
3603
|
msgstr ""
|
3323
3604
|
|
3605
|
+
msgid "No applicable errata"
|
3606
|
+
msgstr ""
|
3607
|
+
|
3324
3608
|
msgid "No applicable errata for %s, skipping"
|
3325
3609
|
msgstr ""
|
3326
3610
|
|
3327
3611
|
msgid "No artifacts to show"
|
3328
3612
|
msgstr ""
|
3329
3613
|
|
3330
|
-
|
3614
|
+
msgid "No content"
|
3615
|
+
msgstr ""
|
3616
|
+
|
3617
|
+
msgid "No content added."
|
3618
|
+
msgstr ""
|
3619
|
+
|
3331
3620
|
msgid "No content has been provided."
|
3332
|
-
msgstr "
|
3621
|
+
msgstr ""
|
3333
3622
|
|
3334
3623
|
msgid "No content ids provided"
|
3335
3624
|
msgstr ""
|
@@ -3337,6 +3626,9 @@ msgstr ""
|
|
3337
3626
|
msgid "No content view history events found."
|
3338
3627
|
msgstr ""
|
3339
3628
|
|
3629
|
+
msgid "No content views available"
|
3630
|
+
msgstr ""
|
3631
|
+
|
3340
3632
|
msgid "No content views belong to ${label}"
|
3341
3633
|
msgstr ""
|
3342
3634
|
|
@@ -3355,12 +3647,14 @@ msgstr ""
|
|
3355
3647
|
msgid "No environments"
|
3356
3648
|
msgstr ""
|
3357
3649
|
|
3358
|
-
msgid "No errata
|
3650
|
+
msgid "No errata available for this content view."
|
3651
|
+
msgstr ""
|
3652
|
+
|
3653
|
+
msgid "No errata available to add to this filter."
|
3359
3654
|
msgstr ""
|
3360
3655
|
|
3361
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3362
3656
|
msgid "No errors"
|
3363
|
-
msgstr "
|
3657
|
+
msgstr ""
|
3364
3658
|
|
3365
3659
|
msgid "No existing export history was found to perform an incremental export. A full export must be performed"
|
3366
3660
|
msgstr ""
|
@@ -3380,51 +3674,77 @@ msgstr ""
|
|
3380
3674
|
msgid "No installed packages and/or enabled repositories have been reported by %s."
|
3381
3675
|
msgstr ""
|
3382
3676
|
|
3677
|
+
msgid "No items have been specified."
|
3678
|
+
msgstr ""
|
3679
|
+
|
3383
3680
|
msgid "No manifest file uploaded"
|
3384
3681
|
msgstr ""
|
3385
3682
|
|
3386
3683
|
msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
|
3387
3684
|
msgstr ""
|
3388
3685
|
|
3686
|
+
msgid "No matching "
|
3687
|
+
msgstr ""
|
3688
|
+
|
3689
|
+
msgid "No matching ${selectedContentType} found"
|
3690
|
+
msgstr ""
|
3691
|
+
|
3692
|
+
msgid "No matching RPM found."
|
3693
|
+
msgstr ""
|
3694
|
+
|
3695
|
+
msgid "No matching activation keys found."
|
3696
|
+
msgstr ""
|
3697
|
+
|
3389
3698
|
msgid "No matching content views found"
|
3390
3699
|
msgstr ""
|
3391
3700
|
|
3701
|
+
msgid "No matching errata found"
|
3702
|
+
msgstr ""
|
3703
|
+
|
3704
|
+
msgid "No matching filter rules found."
|
3705
|
+
msgstr ""
|
3706
|
+
|
3392
3707
|
msgid "No matching filters found"
|
3393
3708
|
msgstr ""
|
3394
3709
|
|
3395
3710
|
msgid "No matching history record found"
|
3396
3711
|
msgstr ""
|
3397
3712
|
|
3398
|
-
msgid "No matching
|
3713
|
+
msgid "No matching hosts found."
|
3714
|
+
msgstr ""
|
3715
|
+
|
3716
|
+
msgid "No matching packages found"
|
3399
3717
|
msgstr ""
|
3400
3718
|
|
3401
3719
|
msgid "No matching repositories found"
|
3402
3720
|
msgstr ""
|
3403
3721
|
|
3722
|
+
msgid "No matching repository sets found"
|
3723
|
+
msgstr ""
|
3724
|
+
|
3404
3725
|
msgid "No matching rules found."
|
3405
3726
|
msgstr ""
|
3406
3727
|
|
3728
|
+
msgid "No matching traces found"
|
3729
|
+
msgstr ""
|
3730
|
+
|
3407
3731
|
msgid "No matching version found"
|
3408
3732
|
msgstr ""
|
3409
3733
|
|
3410
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3411
3734
|
msgid "No new packages installed"
|
3412
|
-
msgstr "
|
3735
|
+
msgstr ""
|
3413
3736
|
|
3414
|
-
#, fuzzy
|
3415
3737
|
msgid "No new packages."
|
3416
|
-
msgstr "
|
3738
|
+
msgstr ""
|
3417
3739
|
|
3418
|
-
msgid "No
|
3740
|
+
msgid "No packages"
|
3419
3741
|
msgstr ""
|
3420
3742
|
|
3421
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3422
3743
|
msgid "No packages removed"
|
3423
|
-
msgstr "
|
3744
|
+
msgstr ""
|
3424
3745
|
|
3425
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3426
3746
|
msgid "No packages updated"
|
3427
|
-
msgstr "
|
3747
|
+
msgstr ""
|
3428
3748
|
|
3429
3749
|
msgid "No pool IDs were provided."
|
3430
3750
|
msgstr ""
|
@@ -3447,6 +3767,12 @@ msgstr ""
|
|
3447
3767
|
msgid "No pulp workers running."
|
3448
3768
|
msgstr ""
|
3449
3769
|
|
3770
|
+
msgid "No pulpcore content apps are running at %s."
|
3771
|
+
msgstr ""
|
3772
|
+
|
3773
|
+
msgid "No pulpcore workers are running at %s."
|
3774
|
+
msgstr ""
|
3775
|
+
|
3450
3776
|
msgid "No recently synced products"
|
3451
3777
|
msgstr ""
|
3452
3778
|
|
@@ -3459,21 +3785,26 @@ msgstr ""
|
|
3459
3785
|
msgid "No repositories enabled."
|
3460
3786
|
msgstr ""
|
3461
3787
|
|
3788
|
+
msgid "No repositories selected."
|
3789
|
+
msgstr ""
|
3790
|
+
|
3462
3791
|
msgid "No repositories to show"
|
3463
3792
|
msgstr ""
|
3464
3793
|
|
3465
3794
|
msgid "No repository sets match your search criteria."
|
3466
3795
|
msgstr ""
|
3467
3796
|
|
3797
|
+
msgid "No repository sets to show."
|
3798
|
+
msgstr ""
|
3799
|
+
|
3468
3800
|
msgid "No rules have been added to this filter."
|
3469
3801
|
msgstr ""
|
3470
3802
|
|
3471
3803
|
msgid "No services defined, is this class extended?"
|
3472
3804
|
msgstr ""
|
3473
3805
|
|
3474
|
-
#, fuzzy
|
3475
3806
|
msgid "No start time currently available."
|
3476
|
-
msgstr "
|
3807
|
+
msgstr ""
|
3477
3808
|
|
3478
3809
|
msgid "No subscriptions match your search criteria."
|
3479
3810
|
msgstr ""
|
@@ -3490,11 +3821,9 @@ msgstr ""
|
|
3490
3821
|
msgid "Non-security errata installable"
|
3491
3822
|
msgstr ""
|
3492
3823
|
|
3493
|
-
#, fuzzy
|
3494
3824
|
msgid "Non-system event"
|
3495
|
-
msgstr "
|
3825
|
+
msgstr ""
|
3496
3826
|
|
3497
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author aalam
|
3498
3827
|
msgid "None"
|
3499
3828
|
msgstr "ਕੋਈ ਨਹੀਂ"
|
3500
3829
|
|
@@ -3519,6 +3848,9 @@ msgstr ""
|
|
3519
3848
|
msgid "Not yet published"
|
3520
3849
|
msgstr ""
|
3521
3850
|
|
3851
|
+
msgid "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:"
|
3852
|
+
msgstr ""
|
3853
|
+
|
3522
3854
|
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."
|
3523
3855
|
msgstr ""
|
3524
3856
|
|
@@ -3537,16 +3869,19 @@ msgstr ""
|
|
3537
3869
|
msgid "Number to Allocate"
|
3538
3870
|
msgstr ""
|
3539
3871
|
|
3540
|
-
msgid "OSTree"
|
3872
|
+
msgid "OSTree Branch"
|
3541
3873
|
msgstr ""
|
3542
3874
|
|
3543
|
-
msgid "OSTree
|
3875
|
+
msgid "OSTree Ref"
|
3876
|
+
msgstr ""
|
3877
|
+
|
3878
|
+
msgid "OSTree Refs"
|
3544
3879
|
msgstr ""
|
3545
3880
|
|
3546
|
-
msgid "OSTree
|
3881
|
+
msgid "OSTree ref"
|
3547
3882
|
msgstr ""
|
3548
3883
|
|
3549
|
-
msgid "OSTree
|
3884
|
+
msgid "OSTree refs"
|
3550
3885
|
msgstr ""
|
3551
3886
|
|
3552
3887
|
msgid "Object to show subscriptions available for, either 'host' or 'activation_key'"
|
@@ -3561,9 +3896,8 @@ msgstr ""
|
|
3561
3896
|
msgid "On-disk location for pulp 3 exported repositories"
|
3562
3897
|
msgstr ""
|
3563
3898
|
|
3564
|
-
#, fuzzy
|
3565
3899
|
msgid "One of parameters [ %s ] required but not specified."
|
3566
|
-
msgstr "
|
3900
|
+
msgstr ""
|
3567
3901
|
|
3568
3902
|
msgid "One of yum or docker"
|
3569
3903
|
msgstr ""
|
@@ -3574,16 +3908,20 @@ msgstr ""
|
|
3574
3908
|
msgid "One or more ids (%{ids}) were not found for %{assoc}. You may not have permissions to see them."
|
3575
3909
|
msgstr ""
|
3576
3910
|
|
3577
|
-
#, fuzzy
|
3578
3911
|
msgid "One or more packages failed to sync properly."
|
3579
|
-
msgstr "
|
3912
|
+
msgstr ""
|
3580
3913
|
|
3581
3914
|
msgid "One or more processes require restarting"
|
3582
3915
|
msgstr ""
|
3583
3916
|
|
3584
|
-
|
3917
|
+
msgid "Only On Demand repositories may have space reclaimed."
|
3918
|
+
msgstr ""
|
3919
|
+
|
3920
|
+
msgid "Only On Demand smart proxies may have space reclaimed."
|
3921
|
+
msgstr ""
|
3922
|
+
|
3585
3923
|
msgid "Only one Red Hat provider permitted for an Organization"
|
3586
|
-
msgstr "
|
3924
|
+
msgstr ""
|
3587
3925
|
|
3588
3926
|
msgid "Only returns id and quantity fields"
|
3589
3927
|
msgstr ""
|
@@ -3591,7 +3929,6 @@ msgstr ""
|
|
3591
3929
|
msgid "Operators"
|
3592
3930
|
msgstr ""
|
3593
3931
|
|
3594
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author jassy
|
3595
3932
|
msgid "Organization"
|
3596
3933
|
msgstr "ਸੰਗਠਨ"
|
3597
3934
|
|
@@ -3607,9 +3944,11 @@ msgstr ""
|
|
3607
3944
|
msgid "Organization Information not provided."
|
3608
3945
|
msgstr ""
|
3609
3946
|
|
3610
|
-
|
3947
|
+
msgid "Organization Label"
|
3948
|
+
msgstr ""
|
3949
|
+
|
3611
3950
|
msgid "Organization cannot be blank."
|
3612
|
-
msgstr "
|
3951
|
+
msgstr ""
|
3613
3952
|
|
3614
3953
|
msgid "Organization id"
|
3615
3954
|
msgstr ""
|
@@ -3623,13 +3962,21 @@ msgstr ""
|
|
3623
3962
|
msgid "Organization not found"
|
3624
3963
|
msgstr ""
|
3625
3964
|
|
3626
|
-
#, fuzzy
|
3627
3965
|
msgid "Organization required"
|
3628
|
-
msgstr "
|
3966
|
+
msgstr ""
|
3967
|
+
|
3968
|
+
msgid "Orphaned Content Protection Time"
|
3969
|
+
msgstr ""
|
3629
3970
|
|
3630
3971
|
msgid "Other"
|
3631
3972
|
msgstr ""
|
3632
3973
|
|
3974
|
+
msgid "Other Content Types"
|
3975
|
+
msgstr ""
|
3976
|
+
|
3977
|
+
msgid "Overridden"
|
3978
|
+
msgstr ""
|
3979
|
+
|
3633
3980
|
msgid "Override content for activation_key"
|
3634
3981
|
msgstr ""
|
3635
3982
|
|
@@ -3648,102 +3995,83 @@ msgstr ""
|
|
3648
3995
|
msgid "Override to a boolean value or 'default'"
|
3649
3996
|
msgstr ""
|
3650
3997
|
|
3998
|
+
msgid "Override to disabled"
|
3999
|
+
msgstr ""
|
4000
|
+
|
4001
|
+
msgid "Override to enabled"
|
4002
|
+
msgstr ""
|
4003
|
+
|
3651
4004
|
msgid "Override value. Provide a boolean value if name is 'enabled'"
|
3652
4005
|
msgstr ""
|
3653
4006
|
|
3654
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author jassy
|
3655
|
-
#, fuzzy
|
3656
4007
|
msgid "Package"
|
3657
|
-
msgstr "
|
4008
|
+
msgstr ""
|
3658
4009
|
|
3659
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author jassy
|
3660
|
-
#, fuzzy
|
3661
4010
|
msgid "Package Group"
|
3662
|
-
msgstr "
|
4011
|
+
msgstr ""
|
3663
4012
|
|
3664
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3665
4013
|
msgid "Package Group Install"
|
3666
|
-
msgstr "
|
4014
|
+
msgstr ""
|
3667
4015
|
|
3668
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
3669
4016
|
msgid "Package Group Install Canceled"
|
3670
|
-
msgstr "
|
4017
|
+
msgstr ""
|
3671
4018
|
|
3672
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3673
4019
|
msgid "Package Group Install Complete"
|
3674
|
-
msgstr "
|
4020
|
+
msgstr ""
|
3675
4021
|
|
3676
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3677
4022
|
msgid "Package Group Install Failed"
|
3678
|
-
msgstr "
|
4023
|
+
msgstr ""
|
3679
4024
|
|
3680
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3681
4025
|
msgid "Package Group Install Timed Out"
|
3682
|
-
msgstr "
|
4026
|
+
msgstr ""
|
3683
4027
|
|
3684
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3685
4028
|
msgid "Package Group Install scheduled by %s"
|
3686
|
-
msgstr "
|
4029
|
+
msgstr ""
|
3687
4030
|
|
3688
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3689
4031
|
msgid "Package Group Remove"
|
3690
|
-
msgstr "
|
4032
|
+
msgstr ""
|
3691
4033
|
|
3692
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
3693
4034
|
msgid "Package Group Remove Canceled"
|
3694
|
-
msgstr "
|
4035
|
+
msgstr ""
|
3695
4036
|
|
3696
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3697
4037
|
msgid "Package Group Remove Complete"
|
3698
|
-
msgstr "
|
4038
|
+
msgstr ""
|
3699
4039
|
|
3700
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3701
4040
|
msgid "Package Group Remove Failed"
|
3702
|
-
msgstr "
|
4041
|
+
msgstr ""
|
3703
4042
|
|
3704
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3705
4043
|
msgid "Package Group Remove Timed Out"
|
3706
|
-
msgstr "
|
4044
|
+
msgstr ""
|
3707
4045
|
|
3708
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3709
4046
|
msgid "Package Group Remove scheduled by %s"
|
3710
|
-
msgstr "
|
4047
|
+
msgstr ""
|
3711
4048
|
|
3712
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3713
4049
|
msgid "Package Group Update"
|
3714
|
-
msgstr "
|
4050
|
+
msgstr ""
|
3715
4051
|
|
3716
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3717
4052
|
msgid "Package Group Update scheduled by %s"
|
3718
|
-
msgstr "
|
4053
|
+
msgstr ""
|
3719
4054
|
|
3720
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author jassy
|
3721
4055
|
msgid "Package Groups"
|
3722
|
-
msgstr "
|
4056
|
+
msgstr ""
|
3723
4057
|
|
3724
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3725
4058
|
msgid "Package Install"
|
3726
|
-
msgstr "
|
4059
|
+
msgstr ""
|
3727
4060
|
|
3728
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
3729
4061
|
msgid "Package Install Canceled"
|
3730
|
-
msgstr "
|
4062
|
+
msgstr ""
|
3731
4063
|
|
3732
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3733
4064
|
msgid "Package Install Complete"
|
3734
|
-
msgstr "
|
4065
|
+
msgstr ""
|
3735
4066
|
|
3736
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3737
4067
|
msgid "Package Install Failed"
|
3738
|
-
msgstr "
|
4068
|
+
msgstr ""
|
3739
4069
|
|
3740
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3741
4070
|
msgid "Package Install Timed Out"
|
3742
|
-
msgstr "
|
4071
|
+
msgstr ""
|
3743
4072
|
|
3744
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3745
4073
|
msgid "Package Install scheduled by %s"
|
3746
|
-
msgstr "
|
4074
|
+
msgstr ""
|
3747
4075
|
|
3748
4076
|
msgid "Package Profile Update"
|
3749
4077
|
msgstr ""
|
@@ -3751,69 +4079,59 @@ msgstr ""
|
|
3751
4079
|
msgid "Package Profile Update for %s"
|
3752
4080
|
msgstr ""
|
3753
4081
|
|
3754
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3755
4082
|
msgid "Package Remove"
|
3756
|
-
msgstr "
|
4083
|
+
msgstr ""
|
3757
4084
|
|
3758
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
3759
4085
|
msgid "Package Remove Canceled"
|
3760
|
-
msgstr "
|
4086
|
+
msgstr ""
|
3761
4087
|
|
3762
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3763
4088
|
msgid "Package Remove Complete"
|
3764
|
-
msgstr "
|
4089
|
+
msgstr ""
|
3765
4090
|
|
3766
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3767
4091
|
msgid "Package Remove Failed"
|
3768
|
-
msgstr "
|
4092
|
+
msgstr ""
|
3769
4093
|
|
3770
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3771
4094
|
msgid "Package Remove Timed Out"
|
3772
|
-
msgstr "
|
4095
|
+
msgstr ""
|
3773
4096
|
|
3774
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3775
4097
|
msgid "Package Remove scheduled by %s"
|
3776
|
-
msgstr "
|
4098
|
+
msgstr ""
|
4099
|
+
|
4100
|
+
msgid "Package Type"
|
4101
|
+
msgstr ""
|
4102
|
+
|
4103
|
+
msgid "Package Types"
|
4104
|
+
msgstr ""
|
3777
4105
|
|
3778
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3779
4106
|
msgid "Package Update"
|
3780
|
-
msgstr "
|
4107
|
+
msgstr ""
|
3781
4108
|
|
3782
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
3783
4109
|
msgid "Package Update Canceled"
|
3784
|
-
msgstr "
|
4110
|
+
msgstr ""
|
3785
4111
|
|
3786
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3787
4112
|
msgid "Package Update Complete"
|
3788
|
-
msgstr "
|
4113
|
+
msgstr ""
|
3789
4114
|
|
3790
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3791
4115
|
msgid "Package Update Failed"
|
3792
|
-
msgstr "
|
4116
|
+
msgstr ""
|
3793
4117
|
|
3794
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3795
4118
|
msgid "Package Update Timed Out"
|
3796
|
-
msgstr "
|
4119
|
+
msgstr ""
|
3797
4120
|
|
3798
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3799
4121
|
msgid "Package Update scheduled by %s"
|
3800
|
-
msgstr "
|
4122
|
+
msgstr ""
|
3801
4123
|
|
3802
|
-
#, fuzzy
|
3803
4124
|
msgid "Package group update canceled"
|
3804
|
-
msgstr "
|
4125
|
+
msgstr ""
|
3805
4126
|
|
3806
|
-
#, fuzzy
|
3807
4127
|
msgid "Package group update complete"
|
3808
|
-
msgstr "
|
4128
|
+
msgstr ""
|
3809
4129
|
|
3810
|
-
#, fuzzy
|
3811
4130
|
msgid "Package group update failed"
|
3812
|
-
msgstr "
|
4131
|
+
msgstr ""
|
3813
4132
|
|
3814
|
-
#, fuzzy
|
3815
4133
|
msgid "Package group update timed out"
|
3816
|
-
msgstr "
|
4134
|
+
msgstr ""
|
3817
4135
|
|
3818
4136
|
msgid "Package groups"
|
3819
4137
|
msgstr ""
|
@@ -3821,21 +4139,26 @@ msgstr ""
|
|
3821
4139
|
msgid "Package identifiers to filter content by"
|
3822
4140
|
msgstr ""
|
3823
4141
|
|
3824
|
-
#, fuzzy
|
3825
4142
|
msgid "Package install failed: \"%{package}\""
|
3826
|
-
msgstr "
|
4143
|
+
msgstr ""
|
3827
4144
|
|
3828
|
-
#, fuzzy
|
3829
4145
|
msgid "Package installation: \"%{package}\" "
|
3830
|
-
msgstr "
|
4146
|
+
msgstr ""
|
4147
|
+
|
4148
|
+
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."
|
4149
|
+
msgstr ""
|
3831
4150
|
|
3832
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author jassy
|
3833
4151
|
msgid "Packages"
|
3834
|
-
msgstr "
|
4152
|
+
msgstr ""
|
4153
|
+
|
4154
|
+
msgid "Packages management functionality on this page is incomplete"
|
4155
|
+
msgstr ""
|
3835
4156
|
|
3836
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
3837
4157
|
msgid "Packages must be provided"
|
3838
|
-
msgstr "
|
4158
|
+
msgstr ""
|
4159
|
+
|
4160
|
+
msgid "Packages will appear here when available."
|
4161
|
+
msgstr ""
|
3839
4162
|
|
3840
4163
|
msgid "Page number, starting at 1"
|
3841
4164
|
msgstr ""
|
@@ -3849,12 +4172,24 @@ msgstr ""
|
|
3849
4172
|
msgid "Partition template IDs"
|
3850
4173
|
msgstr ""
|
3851
4174
|
|
4175
|
+
msgid "Password"
|
4176
|
+
msgstr ""
|
4177
|
+
|
4178
|
+
msgid "Password for authentication"
|
4179
|
+
msgstr ""
|
4180
|
+
|
4181
|
+
msgid "Password of the upstream authentication token."
|
4182
|
+
msgstr ""
|
4183
|
+
|
3852
4184
|
msgid "Password of the upstream repository user used for authentication"
|
3853
4185
|
msgstr ""
|
3854
4186
|
|
3855
4187
|
msgid "Password to access URL"
|
3856
4188
|
msgstr ""
|
3857
4189
|
|
4190
|
+
msgid "Path"
|
4191
|
+
msgstr ""
|
4192
|
+
|
3858
4193
|
msgid "Path for ssl cert used for pulp server auth"
|
3859
4194
|
msgstr ""
|
3860
4195
|
|
@@ -3864,10 +4199,8 @@ msgstr ""
|
|
3864
4199
|
msgid "Paused"
|
3865
4200
|
msgstr ""
|
3866
4201
|
|
3867
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys
|
3868
|
-
#, fuzzy
|
3869
4202
|
msgid "Pending"
|
3870
|
-
msgstr "
|
4203
|
+
msgstr "ਅਧੂਰੇ"
|
3871
4204
|
|
3872
4205
|
msgid "Perform a module stream action via Katello interface"
|
3873
4206
|
msgstr ""
|
@@ -3887,13 +4220,11 @@ msgstr ""
|
|
3887
4220
|
msgid "Performs an incremental-export of the repositories in library."
|
3888
4221
|
msgstr ""
|
3889
4222
|
|
3890
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
3891
4223
|
msgid "Permission Denied. User '%{user}' does not have permissions to access organization '%{org}'."
|
3892
|
-
msgstr "
|
4224
|
+
msgstr ""
|
3893
4225
|
|
3894
|
-
# translation auto-copied from project Subscription Manager, version 1.8.X, document keys
|
3895
4226
|
msgid "Physical"
|
3896
|
-
msgstr "
|
4227
|
+
msgstr ""
|
3897
4228
|
|
3898
4229
|
msgid "Plan numeric identifier"
|
3899
4230
|
msgstr ""
|
@@ -3931,6 +4262,12 @@ msgstr ""
|
|
3931
4262
|
msgid "Please select one from the list below and you will be redirected."
|
3932
4263
|
msgstr ""
|
3933
4264
|
|
4265
|
+
msgid "Please wait while the task starts.."
|
4266
|
+
msgstr ""
|
4267
|
+
|
4268
|
+
msgid "Policy to set for mirroring content. Must be one of %s."
|
4269
|
+
msgstr ""
|
4270
|
+
|
3934
4271
|
msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
|
3935
4272
|
msgstr ""
|
3936
4273
|
|
@@ -3940,9 +4277,8 @@ msgstr ""
|
|
3940
4277
|
msgid "Processing metadata."
|
3941
4278
|
msgstr ""
|
3942
4279
|
|
3943
|
-
# translation auto-copied from project Subscription Manager, version 1.8.X, document keys
|
3944
4280
|
msgid "Product"
|
3945
|
-
msgstr "
|
4281
|
+
msgstr ""
|
3946
4282
|
|
3947
4283
|
msgid "Product Content"
|
3948
4284
|
msgstr ""
|
@@ -3953,6 +4289,9 @@ msgstr ""
|
|
3953
4289
|
msgid "Product ID"
|
3954
4290
|
msgstr ""
|
3955
4291
|
|
4292
|
+
msgid "Product Name"
|
4293
|
+
msgstr ""
|
4294
|
+
|
3956
4295
|
msgid "Product and Repositories"
|
3957
4296
|
msgstr ""
|
3958
4297
|
|
@@ -3985,9 +4324,8 @@ msgstr ""
|
|
3985
4324
|
msgid "Product: '%{product}', Repository: '%{repository}'"
|
3986
4325
|
msgstr ""
|
3987
4326
|
|
3988
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author jassy
|
3989
4327
|
msgid "Products"
|
3990
|
-
msgstr "
|
4328
|
+
msgstr ""
|
3991
4329
|
|
3992
4330
|
msgid "Profiles"
|
3993
4331
|
msgstr ""
|
@@ -4001,6 +4339,12 @@ msgstr ""
|
|
4001
4339
|
msgid "Promote errata"
|
4002
4340
|
msgstr ""
|
4003
4341
|
|
4342
|
+
msgid "Promote version ${versionNameToPromote}"
|
4343
|
+
msgstr ""
|
4344
|
+
|
4345
|
+
msgid "Promoted to "
|
4346
|
+
msgstr ""
|
4347
|
+
|
4004
4348
|
msgid "Promoted to %{environment}"
|
4005
4349
|
msgstr ""
|
4006
4350
|
|
@@ -4025,6 +4369,9 @@ msgstr ""
|
|
4025
4369
|
msgid "Proxies"
|
4026
4370
|
msgstr ""
|
4027
4371
|
|
4372
|
+
msgid "Public"
|
4373
|
+
msgstr ""
|
4374
|
+
|
4028
4375
|
msgid "Public key block in DER encoding or certificate content"
|
4029
4376
|
msgstr ""
|
4030
4377
|
|
@@ -4037,9 +4384,15 @@ msgstr ""
|
|
4037
4384
|
msgid "Publish a content view"
|
4038
4385
|
msgstr ""
|
4039
4386
|
|
4387
|
+
msgid "Publish new version"
|
4388
|
+
msgstr ""
|
4389
|
+
|
4040
4390
|
msgid "Publish new version - "
|
4041
4391
|
msgstr ""
|
4042
4392
|
|
4393
|
+
msgid "Published date"
|
4394
|
+
msgstr ""
|
4395
|
+
|
4043
4396
|
msgid "Published new version"
|
4044
4397
|
msgstr ""
|
4045
4398
|
|
@@ -4049,9 +4402,6 @@ msgstr ""
|
|
4049
4402
|
msgid "Publishing content view"
|
4050
4403
|
msgstr ""
|
4051
4404
|
|
4052
|
-
msgid "Pulling remote branches. Downloaded %s units."
|
4053
|
-
msgstr ""
|
4054
|
-
|
4055
4405
|
msgid "Pulp"
|
4056
4406
|
msgstr ""
|
4057
4407
|
|
@@ -4112,7 +4462,22 @@ msgstr ""
|
|
4112
4462
|
msgid "Pulp task error"
|
4113
4463
|
msgstr ""
|
4114
4464
|
|
4115
|
-
msgid "
|
4465
|
+
msgid "Python Package"
|
4466
|
+
msgstr ""
|
4467
|
+
|
4468
|
+
msgid "Python Packages"
|
4469
|
+
msgstr ""
|
4470
|
+
|
4471
|
+
msgid "Python package"
|
4472
|
+
msgstr ""
|
4473
|
+
|
4474
|
+
msgid "Python packages"
|
4475
|
+
msgstr ""
|
4476
|
+
|
4477
|
+
msgid "Python packages to exclude from the upstream URL, names separated by newline. You may also specify versions, for example: django~=2.0."
|
4478
|
+
msgstr ""
|
4479
|
+
|
4480
|
+
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."
|
4116
4481
|
msgstr ""
|
4117
4482
|
|
4118
4483
|
msgid "Quantity"
|
@@ -4145,57 +4510,87 @@ msgstr ""
|
|
4145
4510
|
msgid "RPM"
|
4146
4511
|
msgstr ""
|
4147
4512
|
|
4513
|
+
msgid "RPM Package Groups"
|
4514
|
+
msgstr ""
|
4515
|
+
|
4516
|
+
msgid "RPM Packages"
|
4517
|
+
msgstr ""
|
4518
|
+
|
4148
4519
|
msgid "RPM name"
|
4149
4520
|
msgstr ""
|
4150
4521
|
|
4151
4522
|
msgid "RPMs"
|
4152
4523
|
msgstr ""
|
4153
4524
|
|
4525
|
+
msgid "Range"
|
4526
|
+
msgstr ""
|
4527
|
+
|
4154
4528
|
msgid "Realm IDs"
|
4155
4529
|
msgstr ""
|
4156
4530
|
|
4531
|
+
msgid "Reassign affected activation keys"
|
4532
|
+
msgstr ""
|
4533
|
+
|
4534
|
+
msgid "Reassign affected hosts"
|
4535
|
+
msgstr ""
|
4536
|
+
|
4157
4537
|
msgid "Reboot required"
|
4158
4538
|
msgstr ""
|
4159
4539
|
|
4540
|
+
msgid "Recalculate"
|
4541
|
+
msgstr ""
|
4542
|
+
|
4160
4543
|
msgid "Recently Expired Subscriptions"
|
4161
4544
|
msgstr ""
|
4162
4545
|
|
4546
|
+
msgid "Reclaim Space"
|
4547
|
+
msgstr ""
|
4548
|
+
|
4549
|
+
msgid "Reclaim space from On Demand repositories"
|
4550
|
+
msgstr ""
|
4551
|
+
|
4552
|
+
msgid "Reclaim space from all On Demand repositories on a smart proxy"
|
4553
|
+
msgstr ""
|
4554
|
+
|
4555
|
+
msgid "Reclaim space from an On Demand repository"
|
4556
|
+
msgstr ""
|
4557
|
+
|
4163
4558
|
msgid "Recommended Repositories"
|
4164
4559
|
msgstr ""
|
4165
4560
|
|
4166
|
-
#, fuzzy
|
4167
4561
|
msgid "Red Hat CDN URL"
|
4168
|
-
msgstr "ਉਤਪਾਦ"
|
4169
|
-
|
4170
|
-
msgid "Red Hat Provider Details"
|
4171
4562
|
msgstr ""
|
4172
4563
|
|
4173
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
4174
4564
|
msgid "Red Hat Repositories"
|
4175
|
-
msgstr "
|
4565
|
+
msgstr ""
|
4566
|
+
|
4567
|
+
msgid "Red Hat Repositories page"
|
4568
|
+
msgstr ""
|
4176
4569
|
|
4177
|
-
#, fuzzy
|
4178
4570
|
msgid "Red Hat products cannot be manipulated."
|
4179
|
-
msgstr "
|
4571
|
+
msgstr ""
|
4180
4572
|
|
4181
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
4182
4573
|
msgid "Red Hat provider can not be deleted"
|
4183
|
-
msgstr "
|
4574
|
+
msgstr ""
|
4184
4575
|
|
4185
|
-
#, fuzzy
|
4186
4576
|
msgid "Red Hat repositories cannot be manipulated."
|
4187
|
-
msgstr "
|
4577
|
+
msgstr ""
|
4188
4578
|
|
4189
4579
|
msgid "Refresh"
|
4190
4580
|
msgstr ""
|
4191
4581
|
|
4192
|
-
|
4582
|
+
msgid "Refresh Content Host Statuses for %s"
|
4583
|
+
msgstr ""
|
4584
|
+
|
4193
4585
|
msgid "Refresh Manifest"
|
4194
|
-
msgstr "
|
4586
|
+
msgstr ""
|
4195
4587
|
|
4196
4588
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
4197
4589
|
msgstr ""
|
4198
4590
|
|
4591
|
+
msgid "Refresh_Content_Host_Status"
|
4592
|
+
msgstr ""
|
4593
|
+
|
4199
4594
|
msgid "Register a host with subscription and information"
|
4200
4595
|
msgstr ""
|
4201
4596
|
|
@@ -4214,6 +4609,24 @@ msgstr ""
|
|
4214
4609
|
msgid "Reindex subscriptions"
|
4215
4610
|
msgstr ""
|
4216
4611
|
|
4612
|
+
msgid "Related component content views"
|
4613
|
+
msgstr ""
|
4614
|
+
|
4615
|
+
msgid "Related component cvs: "
|
4616
|
+
msgstr ""
|
4617
|
+
|
4618
|
+
msgid "Related composite content views"
|
4619
|
+
msgstr ""
|
4620
|
+
|
4621
|
+
msgid "Related composite cvs: "
|
4622
|
+
msgstr ""
|
4623
|
+
|
4624
|
+
msgid "Related content views will appear here when created."
|
4625
|
+
msgstr ""
|
4626
|
+
|
4627
|
+
msgid "Release"
|
4628
|
+
msgstr ""
|
4629
|
+
|
4217
4630
|
msgid "Release version for this Host to use (7Server, 7.1, etc)"
|
4218
4631
|
msgstr ""
|
4219
4632
|
|
@@ -4244,13 +4657,11 @@ msgstr ""
|
|
4244
4657
|
msgid "Remove Content"
|
4245
4658
|
msgstr ""
|
4246
4659
|
|
4247
|
-
#, fuzzy
|
4248
4660
|
msgid "Remove Version"
|
4249
|
-
msgstr "
|
4661
|
+
msgstr ""
|
4250
4662
|
|
4251
|
-
#, fuzzy
|
4252
4663
|
msgid "Remove Versions and Associations"
|
4253
|
-
msgstr "
|
4664
|
+
msgstr ""
|
4254
4665
|
|
4255
4666
|
msgid "Remove a content view from an environment"
|
4256
4667
|
msgstr ""
|
@@ -4267,12 +4678,14 @@ msgstr ""
|
|
4267
4678
|
msgid "Remove content view version"
|
4268
4679
|
msgstr ""
|
4269
4680
|
|
4270
|
-
msgid "Remove
|
4681
|
+
msgid "Remove from Environment"
|
4682
|
+
msgstr ""
|
4683
|
+
|
4684
|
+
msgid "Remove from environment"
|
4271
4685
|
msgstr ""
|
4272
4686
|
|
4273
|
-
|
4274
|
-
|
4275
|
-
msgstr "ਇਨਵਾਇਰਮੈਂਟ ਪੜ੍ਹੋ"
|
4687
|
+
msgid "Remove from environments"
|
4688
|
+
msgstr ""
|
4276
4689
|
|
4277
4690
|
msgid "Remove hosts from the host collection"
|
4278
4691
|
msgstr ""
|
@@ -4286,16 +4699,14 @@ msgstr ""
|
|
4286
4699
|
msgid "Remove one or more subscriptions from an upstream subscription allocation"
|
4287
4700
|
msgstr ""
|
4288
4701
|
|
4289
|
-
#, fuzzy
|
4290
4702
|
msgid "Remove package"
|
4291
|
-
msgstr "
|
4703
|
+
msgstr ""
|
4292
4704
|
|
4293
4705
|
msgid "Remove package for %s"
|
4294
4706
|
msgstr ""
|
4295
4707
|
|
4296
|
-
#, fuzzy
|
4297
4708
|
msgid "Remove package group"
|
4298
|
-
msgstr "
|
4709
|
+
msgstr ""
|
4299
4710
|
|
4300
4711
|
msgid "Remove package group via Katello interface"
|
4301
4712
|
msgstr ""
|
@@ -4318,33 +4729,35 @@ msgstr ""
|
|
4318
4729
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
4319
4730
|
msgstr ""
|
4320
4731
|
|
4732
|
+
msgid "Remove versions from environments"
|
4733
|
+
msgstr ""
|
4734
|
+
|
4321
4735
|
msgid "Removed component from content view"
|
4322
4736
|
msgstr ""
|
4323
4737
|
|
4324
4738
|
msgid "Removed components from content view"
|
4325
4739
|
msgstr ""
|
4326
4740
|
|
4327
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
4328
4741
|
msgid "Removing Package Group..."
|
4329
|
-
msgstr "
|
4742
|
+
msgstr ""
|
4330
4743
|
|
4331
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
4332
4744
|
msgid "Removing Package..."
|
4333
|
-
msgstr "
|
4745
|
+
msgstr ""
|
4746
|
+
|
4747
|
+
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
4748
|
+
msgstr ""
|
4334
4749
|
|
4335
4750
|
msgid "Repo Type"
|
4336
4751
|
msgstr ""
|
4337
4752
|
|
4338
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author jassy
|
4339
4753
|
msgid "Repositories"
|
4340
|
-
msgstr "
|
4754
|
+
msgstr ""
|
4341
4755
|
|
4342
4756
|
msgid "Repositories from published Content Views are not allowed."
|
4343
4757
|
msgstr ""
|
4344
4758
|
|
4345
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
4346
4759
|
msgid "Repository"
|
4347
|
-
msgstr "
|
4760
|
+
msgstr ""
|
4348
4761
|
|
4349
4762
|
msgid "Repository %s cannot be deleted since it has already been included in a published Content View."
|
4350
4763
|
msgstr ""
|
@@ -4361,13 +4774,11 @@ msgstr ""
|
|
4361
4774
|
msgid "Repository cannot be deleted since it has already been included in a published Content View. Please delete all Content View versions containing this repository before attempting to delete it."
|
4362
4775
|
msgstr ""
|
4363
4776
|
|
4364
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
4365
4777
|
msgid "Repository cannot be disabled since it has already been promoted."
|
4366
|
-
msgstr "
|
4778
|
+
msgstr ""
|
4367
4779
|
|
4368
|
-
#, fuzzy
|
4369
4780
|
msgid "Repository has already been cloned to %{cv_name} in environment %{to_env}"
|
4370
|
-
msgstr "
|
4781
|
+
msgstr ""
|
4371
4782
|
|
4372
4783
|
msgid "Repository id"
|
4373
4784
|
msgstr ""
|
@@ -4381,16 +4792,44 @@ msgstr ""
|
|
4381
4792
|
msgid "Repository metadata publish"
|
4382
4793
|
msgstr ""
|
4383
4794
|
|
4384
|
-
#, fuzzy
|
4385
4795
|
msgid "Repository not found"
|
4386
|
-
msgstr "
|
4796
|
+
msgstr ""
|
4797
|
+
|
4798
|
+
msgid "Repository path"
|
4799
|
+
msgstr ""
|
4800
|
+
|
4801
|
+
msgid "Repository set disabled"
|
4802
|
+
msgstr ""
|
4803
|
+
|
4804
|
+
msgid "Repository set enabled"
|
4805
|
+
msgstr ""
|
4387
4806
|
|
4388
4807
|
msgid "Repository set name to search on"
|
4389
4808
|
msgstr ""
|
4390
4809
|
|
4391
|
-
|
4810
|
+
msgid "Repository set reset to default"
|
4811
|
+
msgstr ""
|
4812
|
+
|
4813
|
+
msgid "Repository sets"
|
4814
|
+
msgstr ""
|
4815
|
+
|
4392
4816
|
msgid "Repository sets are not available for custom products."
|
4393
|
-
msgstr "
|
4817
|
+
msgstr ""
|
4818
|
+
|
4819
|
+
msgid "Repository sets disabled"
|
4820
|
+
msgstr ""
|
4821
|
+
|
4822
|
+
msgid "Repository sets enabled"
|
4823
|
+
msgstr ""
|
4824
|
+
|
4825
|
+
msgid "Repository sets reset to default"
|
4826
|
+
msgstr ""
|
4827
|
+
|
4828
|
+
msgid "Repository sets will appear here when available."
|
4829
|
+
msgstr ""
|
4830
|
+
|
4831
|
+
msgid "Repository with content label %{content_label} was not found in upstream organization %{org_label}, content view %{cv_label} and lifecycle environment %{env_label} "
|
4832
|
+
msgstr ""
|
4394
4833
|
|
4395
4834
|
msgid "Republish Repositories of %{name} %{version}"
|
4396
4835
|
msgstr ""
|
@@ -4398,30 +4837,56 @@ msgstr ""
|
|
4398
4837
|
msgid "Republish Version Repositories"
|
4399
4838
|
msgstr ""
|
4400
4839
|
|
4401
|
-
msgid "
|
4840
|
+
msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
|
4841
|
+
msgstr ""
|
4842
|
+
|
4843
|
+
msgid "Requirements is not valid yaml."
|
4844
|
+
msgstr ""
|
4845
|
+
|
4846
|
+
msgid "Requirements yaml should be a key-value pair structure."
|
4847
|
+
msgstr ""
|
4848
|
+
|
4849
|
+
msgid "Requirements yaml should have a 'collections' key"
|
4402
4850
|
msgstr ""
|
4403
4851
|
|
4404
4852
|
msgid "Requires Virt-Who"
|
4405
4853
|
msgstr ""
|
4406
4854
|
|
4407
|
-
msgid "
|
4855
|
+
msgid "Reset filters"
|
4856
|
+
msgstr ""
|
4857
|
+
|
4858
|
+
msgid "Reset to default"
|
4859
|
+
msgstr ""
|
4860
|
+
|
4861
|
+
msgid "Resolve traces"
|
4408
4862
|
msgstr ""
|
4409
4863
|
|
4410
4864
|
msgid "Resolve traces for one or more hosts"
|
4411
4865
|
msgstr ""
|
4412
4866
|
|
4413
|
-
msgid "
|
4867
|
+
msgid "Resolve traces via Katello interface"
|
4414
4868
|
msgstr ""
|
4415
4869
|
|
4870
|
+
msgid "Resource"
|
4871
|
+
msgstr "ਸਰੋਤ"
|
4872
|
+
|
4416
4873
|
msgid "Restart Services via Katello interface"
|
4417
4874
|
msgstr ""
|
4418
4875
|
|
4876
|
+
msgid "Restart app"
|
4877
|
+
msgstr ""
|
4878
|
+
|
4879
|
+
msgid "Restart via customized remote execution"
|
4880
|
+
msgstr ""
|
4881
|
+
|
4882
|
+
msgid "Restart via remote execution"
|
4883
|
+
msgstr ""
|
4884
|
+
|
4419
4885
|
msgid "Restrict Composite Content View promotion"
|
4420
4886
|
msgstr ""
|
4421
4887
|
|
4422
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author jassy
|
4423
4888
|
msgid "Result"
|
4424
|
-
msgstr "
|
4889
|
+
msgstr ""
|
4425
4890
|
|
4426
4891
|
msgid "Retrieve a single errata for a host"
|
4427
4892
|
msgstr ""
|
@@ -4435,12 +4900,24 @@ msgstr ""
|
|
4435
4900
|
msgid "Return custom products only"
|
4436
4901
|
msgstr ""
|
4437
4902
|
|
4903
|
+
msgid "Return deb packages that are applicable to one or more hosts (defaults to true if host_id is specified)"
|
4904
|
+
msgstr ""
|
4905
|
+
|
4906
|
+
msgid "Return deb packages that are upgradable on one or more hosts"
|
4907
|
+
msgstr ""
|
4908
|
+
|
4909
|
+
msgid "Return deb packages that can be added to the specified object. Only the value 'content_view_version' is supported."
|
4910
|
+
msgstr ""
|
4911
|
+
|
4438
4912
|
msgid "Return enabled products only"
|
4439
4913
|
msgstr ""
|
4440
4914
|
|
4441
4915
|
msgid "Return errata that are applicable to one or more hosts (defaults to true if host_id is specified)"
|
4442
4916
|
msgstr ""
|
4443
4917
|
|
4918
|
+
msgid "Return errata that are applicable to this host. Defaults to false)"
|
4919
|
+
msgstr ""
|
4920
|
+
|
4444
4921
|
msgid "Return errata that are upgradable on one or more hosts"
|
4445
4922
|
msgstr ""
|
4446
4923
|
|
@@ -4450,6 +4927,15 @@ msgstr ""
|
|
4450
4927
|
msgid "Return name and stream information only)"
|
4451
4928
|
msgstr ""
|
4452
4929
|
|
4930
|
+
msgid "Return only errata of a particular severity (None, Low, Moderate, Important, Critical)"
|
4931
|
+
msgstr ""
|
4932
|
+
|
4933
|
+
msgid "Return only errata of a particular type (security, bugfix, enhancement)"
|
4934
|
+
msgstr ""
|
4935
|
+
|
4936
|
+
msgid "Return only packages of a particular status (upgradable or up-to-date)"
|
4937
|
+
msgstr ""
|
4938
|
+
|
4453
4939
|
msgid "Return only subscriptions which can be attached to the upstream allocation"
|
4454
4940
|
msgstr ""
|
4455
4941
|
|
@@ -4480,24 +4966,41 @@ msgstr ""
|
|
4480
4966
|
msgid "Return the content of a repo gpg key, used directly by yum"
|
4481
4967
|
msgstr ""
|
4482
4968
|
|
4969
|
+
msgid "Return the enabled content types"
|
4970
|
+
msgstr ""
|
4971
|
+
|
4483
4972
|
msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
|
4484
4973
|
msgstr ""
|
4485
4974
|
|
4486
|
-
msgid "
|
4975
|
+
msgid "Review Details"
|
4976
|
+
msgstr ""
|
4977
|
+
|
4978
|
+
msgid "Review details"
|
4487
4979
|
msgstr ""
|
4488
4980
|
|
4981
|
+
msgid "Review your currently selected changes for "
|
4982
|
+
msgstr ""
|
4983
|
+
|
4984
|
+
msgid "Role"
|
4985
|
+
msgstr "ਰੋਲ"
|
4986
|
+
|
4489
4987
|
msgid "Role of host"
|
4490
4988
|
msgstr ""
|
4491
4989
|
|
4492
4990
|
msgid "Roles"
|
4991
|
+
msgstr "ਰੋਲ"
|
4992
|
+
|
4993
|
+
msgid "Rpm packages"
|
4994
|
+
msgstr ""
|
4995
|
+
|
4996
|
+
msgid "Rules to be added"
|
4493
4997
|
msgstr ""
|
4494
4998
|
|
4495
4999
|
msgid "Run Sync Plan:"
|
4496
5000
|
msgstr ""
|
4497
5001
|
|
4498
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys
|
4499
5002
|
msgid "Running"
|
4500
|
-
msgstr "
|
5003
|
+
msgstr ""
|
4501
5004
|
|
4502
5005
|
msgid "SKU"
|
4503
5006
|
msgstr ""
|
@@ -4505,6 +5008,9 @@ msgstr ""
|
|
4505
5008
|
msgid "SRPM details"
|
4506
5009
|
msgstr ""
|
4507
5010
|
|
5011
|
+
msgid "SSL CA Content Credential"
|
5012
|
+
msgstr ""
|
5013
|
+
|
4508
5014
|
msgid "SSL version used to communicate with the CDN"
|
4509
5015
|
msgstr ""
|
4510
5016
|
|
@@ -4512,12 +5018,21 @@ msgid "SUBSCRIPTIONS EXPIRING SOON"
|
|
4512
5018
|
msgstr ""
|
4513
5019
|
|
4514
5020
|
msgid "Save"
|
4515
|
-
msgstr ""
|
5021
|
+
msgstr "ਸੰਭਾਲੋ"
|
4516
5022
|
|
4517
5023
|
msgid "Schedule errata for installation using katello-agent. %s"
|
4518
5024
|
msgstr ""
|
4519
5025
|
|
5026
|
+
msgid "Schema Version 1"
|
5027
|
+
msgstr ""
|
5028
|
+
|
5029
|
+
msgid "Schema Version 2"
|
5030
|
+
msgstr ""
|
5031
|
+
|
4520
5032
|
msgid "Search"
|
5033
|
+
msgstr "ਖੋਜ"
|
5034
|
+
|
5035
|
+
msgid "Search Query"
|
4521
5036
|
msgstr ""
|
4522
5037
|
|
4523
5038
|
msgid "Search pattern (defaults to '*')"
|
@@ -4535,9 +5050,8 @@ msgstr ""
|
|
4535
5050
|
msgid "Search string for hosts to perform an action on"
|
4536
5051
|
msgstr ""
|
4537
5052
|
|
4538
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
4539
5053
|
msgid "Security"
|
4540
|
-
msgstr "
|
5054
|
+
msgstr ""
|
4541
5055
|
|
4542
5056
|
msgid "Security errata applicable"
|
4543
5057
|
msgstr ""
|
@@ -4548,34 +5062,38 @@ msgstr ""
|
|
4548
5062
|
msgid "Select"
|
4549
5063
|
msgstr ""
|
4550
5064
|
|
4551
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author jassy
|
4552
5065
|
msgid "Select All"
|
4553
5066
|
msgstr "ਸਭ ਚੁਣੋ"
|
4554
5067
|
|
4555
|
-
#, fuzzy
|
4556
5068
|
msgid "Select Content View"
|
4557
|
-
msgstr "
|
5069
|
+
msgstr ""
|
4558
5070
|
|
4559
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
4560
5071
|
msgid "Select None"
|
4561
|
-
msgstr "
|
5072
|
+
msgstr ""
|
4562
5073
|
|
4563
5074
|
msgid "Select Organization"
|
4564
|
-
msgstr ""
|
5075
|
+
msgstr "ਸੰਗਠਨ ਚੁਣੋ"
|
4565
5076
|
|
4566
5077
|
msgid "Select Value"
|
4567
5078
|
msgstr ""
|
4568
5079
|
|
5080
|
+
msgid "Select a content view"
|
5081
|
+
msgstr ""
|
5082
|
+
|
4569
5083
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
4570
5084
|
msgstr ""
|
4571
5085
|
|
5086
|
+
msgid "Select a provider to install katello-host-tools-tracer"
|
5087
|
+
msgstr ""
|
5088
|
+
|
5089
|
+
msgid "Select all"
|
5090
|
+
msgstr ""
|
5091
|
+
|
4572
5092
|
msgid "Select all rows"
|
4573
5093
|
msgstr ""
|
4574
5094
|
|
4575
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author jassy
|
4576
|
-
#, fuzzy
|
4577
5095
|
msgid "Select an Organization"
|
4578
|
-
msgstr "
|
5096
|
+
msgstr ""
|
4579
5097
|
|
4580
5098
|
msgid "Select an organization"
|
4581
5099
|
msgstr ""
|
@@ -4583,21 +5101,47 @@ msgstr ""
|
|
4583
5101
|
msgid "Select available version of ${cvName} to use"
|
4584
5102
|
msgstr ""
|
4585
5103
|
|
5104
|
+
msgid "Select available version of components to use"
|
5105
|
+
msgstr ""
|
5106
|
+
|
5107
|
+
msgid "Select content view"
|
5108
|
+
msgstr ""
|
5109
|
+
|
4586
5110
|
msgid "Select hosts to assign to %s"
|
4587
5111
|
msgstr ""
|
4588
5112
|
|
5113
|
+
msgid "Select lifecycle environment"
|
5114
|
+
msgstr ""
|
5115
|
+
|
5116
|
+
msgid "Select none"
|
5117
|
+
msgstr ""
|
5118
|
+
|
5119
|
+
msgid "Select one"
|
5120
|
+
msgstr ""
|
5121
|
+
|
5122
|
+
msgid "Select page"
|
5123
|
+
msgstr ""
|
5124
|
+
|
4589
5125
|
msgid "Select row"
|
4590
5126
|
msgstr ""
|
4591
5127
|
|
4592
5128
|
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."
|
4593
5129
|
msgstr ""
|
4594
5130
|
|
5131
|
+
msgid "Selected environment "
|
5132
|
+
msgstr ""
|
5133
|
+
|
5134
|
+
msgid "Selected environments "
|
5135
|
+
msgstr ""
|
5136
|
+
|
5137
|
+
msgid "Sending a list of included IDs is not allowed when all items are being selected."
|
5138
|
+
msgstr ""
|
5139
|
+
|
4595
5140
|
msgid "Service Level"
|
4596
5141
|
msgstr ""
|
4597
5142
|
|
4598
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
4599
5143
|
msgid "Service Level %s"
|
4600
|
-
msgstr "
|
5144
|
+
msgstr ""
|
4601
5145
|
|
4602
5146
|
msgid "Service Level (SLA)"
|
4603
5147
|
msgstr ""
|
@@ -4629,9 +5173,14 @@ msgstr ""
|
|
4629
5173
|
msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
|
4630
5174
|
msgstr ""
|
4631
5175
|
|
4632
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
4633
5176
|
msgid "Severity"
|
4634
|
-
msgstr "
|
5177
|
+
msgstr ""
|
5178
|
+
|
5179
|
+
msgid "Severity must be one of: %s"
|
5180
|
+
msgstr ""
|
5181
|
+
|
5182
|
+
msgid "Show %s"
|
5183
|
+
msgstr ""
|
4635
5184
|
|
4636
5185
|
msgid "Show :a_resource"
|
4637
5186
|
msgstr ""
|
@@ -4663,6 +5212,9 @@ msgstr ""
|
|
4663
5212
|
msgid "Show a sync plan"
|
4664
5213
|
msgstr ""
|
4665
5214
|
|
5215
|
+
msgid "Show all"
|
5216
|
+
msgstr ""
|
5217
|
+
|
4666
5218
|
msgid "Show an activation key"
|
4667
5219
|
msgstr ""
|
4668
5220
|
|
@@ -4678,6 +5230,9 @@ msgstr ""
|
|
4678
5230
|
msgid "Show filter rule info"
|
4679
5231
|
msgstr ""
|
4680
5232
|
|
5233
|
+
msgid "Show full description"
|
5234
|
+
msgstr ""
|
5235
|
+
|
4681
5236
|
msgid "Show organization"
|
4682
5237
|
msgstr ""
|
4683
5238
|
|
@@ -4708,7 +5263,7 @@ msgstr ""
|
|
4708
5263
|
msgid "Simple Content Access has been enabled for '%{subject}'."
|
4709
5264
|
msgstr ""
|
4710
5265
|
|
4711
|
-
msgid "Single content view consisting of repositories"
|
5266
|
+
msgid "Single content view consisting of e.g. repositories"
|
4712
5267
|
msgstr ""
|
4713
5268
|
|
4714
5269
|
msgid "Size of file to upload"
|
@@ -4726,11 +5281,10 @@ msgstr ""
|
|
4726
5281
|
msgid "Smart proxy content source not found!"
|
4727
5282
|
msgstr ""
|
4728
5283
|
|
4729
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
4730
5284
|
msgid "Sockets: %s"
|
4731
|
-
msgstr "
|
5285
|
+
msgstr ""
|
4732
5286
|
|
4733
|
-
msgid "
|
5287
|
+
msgid "Solution"
|
4734
5288
|
msgstr ""
|
4735
5289
|
|
4736
5290
|
msgid "Solve RPM dependencies by default on Content View publish, defaults to false"
|
@@ -4745,21 +5299,78 @@ msgstr ""
|
|
4745
5299
|
msgid "Some services are not properly started. See the About page for more information."
|
4746
5300
|
msgstr ""
|
4747
5301
|
|
5302
|
+
msgid "Something went wrong while adding a bookmark: ${getBookmarkErrorMsgs(error.response)}"
|
5303
|
+
msgstr ""
|
5304
|
+
|
5305
|
+
msgid "Something went wrong while adding a filter rule! ${getResponseErrorMsgs(error.response)}"
|
5306
|
+
msgstr ""
|
5307
|
+
|
4748
5308
|
msgid "Something went wrong while adding component! ${getResponseErrorMsgs(error.response)}"
|
4749
5309
|
msgstr ""
|
4750
5310
|
|
5311
|
+
msgid "Something went wrong while adding filter rules! ${getResponseErrorMsgs(error.response)}"
|
5312
|
+
msgstr ""
|
5313
|
+
|
4751
5314
|
msgid "Something went wrong while creating the filter! ${getResponseErrorMsgs(error.response)}"
|
4752
5315
|
msgstr ""
|
4753
5316
|
|
5317
|
+
msgid "Something went wrong while deleting filter rules! ${getResponseErrorMsgs(error.response)}"
|
5318
|
+
msgstr ""
|
5319
|
+
|
4754
5320
|
msgid "Something went wrong while deleting filters! ${getResponseErrorMsgs(error.response)}"
|
4755
5321
|
msgstr ""
|
4756
5322
|
|
4757
5323
|
msgid "Something went wrong while deleting this filter! ${getResponseErrorMsgs(error.response)}"
|
4758
5324
|
msgstr ""
|
4759
5325
|
|
5326
|
+
msgid "Something went wrong while editing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
5327
|
+
msgstr ""
|
5328
|
+
|
5329
|
+
msgid "Something went wrong while editing the filter! ${getResponseErrorMsgs(error.response)}"
|
5330
|
+
msgstr ""
|
5331
|
+
|
5332
|
+
msgid "Something went wrong while editing version details. ${getResponseErrorMsgs(error.response)}"
|
5333
|
+
msgstr ""
|
5334
|
+
|
5335
|
+
msgid "Something went wrong while fetching ${lowerCase(pluralLabel)}! ${getResponseErrorMsgs(error.response)}"
|
5336
|
+
msgstr ""
|
5337
|
+
|
5338
|
+
msgid "Something went wrong while fetching files! ${getResponseErrorMsgs(error.response)}"
|
5339
|
+
msgstr ""
|
5340
|
+
|
5341
|
+
msgid "Something went wrong while fetching rpm packages! ${getResponseErrorMsgs(error.response)}"
|
5342
|
+
msgstr ""
|
5343
|
+
|
5344
|
+
msgid "Something went wrong while getting deb packages! ${getResponseErrorMsgs(error.response)}"
|
5345
|
+
msgstr ""
|
5346
|
+
|
5347
|
+
msgid "Something went wrong while getting docker tags! ${getResponseErrorMsgs(error.response)}"
|
5348
|
+
msgstr ""
|
5349
|
+
|
5350
|
+
msgid "Something went wrong while getting errata! ${getResponseErrorMsgs(error.response)}"
|
5351
|
+
msgstr ""
|
5352
|
+
|
5353
|
+
msgid "Something went wrong while getting module streams! ${getResponseErrorMsgs(error.response)}"
|
5354
|
+
msgstr ""
|
5355
|
+
|
5356
|
+
msgid "Something went wrong while getting repositories! ${getResponseErrorMsgs(error.response)}"
|
5357
|
+
msgstr ""
|
5358
|
+
|
5359
|
+
msgid "Something went wrong while getting version details. ${getResponseErrorMsgs(error.response)}"
|
5360
|
+
msgstr ""
|
5361
|
+
|
5362
|
+
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
5363
|
+
msgstr ""
|
5364
|
+
|
4760
5365
|
msgid "Something went wrong while removing component! ${getResponseErrorMsgs(error.response)}"
|
4761
5366
|
msgstr ""
|
4762
5367
|
|
5368
|
+
msgid "Something went wrong while retrieving package groups! ${getResponseErrorMsgs(error.response)}"
|
5369
|
+
msgstr ""
|
5370
|
+
|
5371
|
+
msgid "Something went wrong while retrieving the activation keys! ${getResponseErrorMsgs(error.response)}"
|
5372
|
+
msgstr ""
|
5373
|
+
|
4763
5374
|
msgid "Something went wrong while retrieving the content view components! ${getResponseErrorMsgs(error.response)}"
|
4764
5375
|
msgstr ""
|
4765
5376
|
|
@@ -4778,15 +5389,24 @@ msgstr ""
|
|
4778
5389
|
msgid "Something went wrong while retrieving the content view versions! ${getResponseErrorMsgs(error.response)}"
|
4779
5390
|
msgstr ""
|
4780
5391
|
|
5392
|
+
msgid "Something went wrong while retrieving the hosts! ${getResponseErrorMsgs(error.response)}"
|
5393
|
+
msgstr ""
|
5394
|
+
|
4781
5395
|
msgid "Something went wrong while retrieving the repository types! ${getResponseErrorMsgs(error.response)}"
|
4782
5396
|
msgstr ""
|
4783
5397
|
|
5398
|
+
msgid "Something went wrong! Please check server logs!"
|
5399
|
+
msgstr ""
|
5400
|
+
|
4784
5401
|
msgid "Sort field and order, eg. 'id DESC'"
|
4785
5402
|
msgstr ""
|
4786
5403
|
|
4787
5404
|
msgid "Source RPM"
|
4788
5405
|
msgstr ""
|
4789
5406
|
|
5407
|
+
msgid "Source RPMs"
|
5408
|
+
msgstr ""
|
5409
|
+
|
4790
5410
|
msgid "Specify an export chunk size less than 1_000_000 GB"
|
4791
5411
|
msgstr ""
|
4792
5412
|
|
@@ -4799,28 +5419,27 @@ msgstr ""
|
|
4799
5419
|
msgid "Stacking ID"
|
4800
5420
|
msgstr ""
|
4801
5421
|
|
4802
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys
|
4803
5422
|
msgid "Start Date"
|
4804
|
-
msgstr "
|
5423
|
+
msgstr ""
|
4805
5424
|
|
4806
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
4807
5425
|
msgid "Start Date and Time can't be blank"
|
4808
|
-
msgstr "
|
5426
|
+
msgstr ""
|
4809
5427
|
|
4810
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author jassy
|
4811
5428
|
msgid "Start Time"
|
4812
|
-
msgstr "
|
5429
|
+
msgstr ""
|
4813
5430
|
|
4814
5431
|
msgid "Starts"
|
4815
5432
|
msgstr ""
|
4816
5433
|
|
4817
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys
|
4818
5434
|
msgid "Status"
|
4819
5435
|
msgstr "ਹਾਲਤ"
|
4820
5436
|
|
4821
|
-
msgid "
|
5437
|
+
msgid "Status must be one of: %s"
|
4822
5438
|
msgstr ""
|
4823
5439
|
|
5440
|
+
msgid "Storage"
|
5441
|
+
msgstr "ਸਟੋਰੇਜ਼"
|
5442
|
+
|
4824
5443
|
msgid "Stream"
|
4825
5444
|
msgstr ""
|
4826
5445
|
|
@@ -4833,9 +5452,8 @@ msgstr ""
|
|
4833
5452
|
msgid "Subnet IDs"
|
4834
5453
|
msgstr ""
|
4835
5454
|
|
4836
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys
|
4837
5455
|
msgid "Subscription"
|
4838
|
-
msgstr "
|
5456
|
+
msgstr ""
|
4839
5457
|
|
4840
5458
|
msgid "Subscription Allocation"
|
4841
5459
|
msgstr ""
|
@@ -4906,14 +5524,12 @@ msgstr ""
|
|
4906
5524
|
msgid "Subscriptions have been saved and are being updated. "
|
4907
5525
|
msgstr ""
|
4908
5526
|
|
4909
|
-
#, fuzzy
|
4910
5527
|
msgid "Subscriptions information based on selected activation keys:"
|
4911
|
-
msgstr "
|
5528
|
+
msgstr ""
|
4912
5529
|
|
4913
5530
|
msgid "Substitution Mismatch. Unable to update for content: (%{content}). From [%{content_url}] To [%{new_url}]."
|
4914
5531
|
msgstr ""
|
4915
5532
|
|
4916
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author jassy
|
4917
5533
|
msgid "Success"
|
4918
5534
|
msgstr "ਸਫਲਤਾ"
|
4919
5535
|
|
@@ -4938,9 +5554,8 @@ msgstr ""
|
|
4938
5554
|
msgid "Successfully synchronized."
|
4939
5555
|
msgstr ""
|
4940
5556
|
|
4941
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
4942
5557
|
msgid "Summary"
|
4943
|
-
msgstr "
|
5558
|
+
msgstr ""
|
4944
5559
|
|
4945
5560
|
msgid "Support Type"
|
4946
5561
|
msgstr ""
|
@@ -4948,9 +5563,8 @@ msgstr ""
|
|
4948
5563
|
msgid "Supported Content Types"
|
4949
5564
|
msgstr ""
|
4950
5565
|
|
4951
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
4952
5566
|
msgid "Sync Canceled"
|
4953
|
-
msgstr "
|
5567
|
+
msgstr ""
|
4954
5568
|
|
4955
5569
|
msgid "Sync Connection Timeout"
|
4956
5570
|
msgstr ""
|
@@ -4958,14 +5572,11 @@ msgstr ""
|
|
4958
5572
|
msgid "Sync Content View on Smart Proxy(ies)"
|
4959
5573
|
msgstr ""
|
4960
5574
|
|
4961
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
4962
|
-
#, fuzzy
|
4963
5575
|
msgid "Sync Incomplete"
|
4964
|
-
msgstr "
|
5576
|
+
msgstr ""
|
4965
5577
|
|
4966
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
4967
5578
|
msgid "Sync Overview"
|
4968
|
-
msgstr "
|
5579
|
+
msgstr ""
|
4969
5580
|
|
4970
5581
|
msgid "Sync Plan"
|
4971
5582
|
msgstr ""
|
@@ -4973,9 +5584,8 @@ msgstr ""
|
|
4973
5584
|
msgid "Sync Plan: "
|
4974
5585
|
msgstr ""
|
4975
5586
|
|
4976
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
4977
5587
|
msgid "Sync Plans"
|
4978
|
-
msgstr "
|
5588
|
+
msgstr ""
|
4979
5589
|
|
4980
5590
|
msgid "Sync Repository on Smart Proxy(ies)"
|
4981
5591
|
msgstr ""
|
@@ -4983,9 +5593,8 @@ msgstr ""
|
|
4983
5593
|
msgid "Sync Smart Proxies after Content View promotion"
|
4984
5594
|
msgstr ""
|
4985
5595
|
|
4986
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
4987
5596
|
msgid "Sync Status"
|
4988
|
-
msgstr "
|
5597
|
+
msgstr ""
|
4989
5598
|
|
4990
5599
|
msgid "Sync Summary"
|
4991
5600
|
msgstr ""
|
@@ -5002,9 +5611,8 @@ msgstr ""
|
|
5002
5611
|
msgid "Sync capsule"
|
5003
5612
|
msgstr ""
|
5004
5613
|
|
5005
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
5006
5614
|
msgid "Sync complete."
|
5007
|
-
msgstr "
|
5615
|
+
msgstr ""
|
5008
5616
|
|
5009
5617
|
msgid "Sync errata"
|
5010
5618
|
msgstr ""
|
@@ -5018,19 +5626,20 @@ msgstr ""
|
|
5018
5626
|
msgid "Sync state"
|
5019
5627
|
msgstr ""
|
5020
5628
|
|
5629
|
+
msgid "Synced "
|
5630
|
+
msgstr ""
|
5631
|
+
|
5021
5632
|
msgid "Synced Content"
|
5022
5633
|
msgstr ""
|
5023
5634
|
|
5024
5635
|
msgid "Synced to smart proxy"
|
5025
5636
|
msgstr ""
|
5026
5637
|
|
5027
|
-
#, fuzzy
|
5028
5638
|
msgid "Synchronize"
|
5029
|
-
msgstr "
|
5639
|
+
msgstr ""
|
5030
5640
|
|
5031
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
5032
5641
|
msgid "Synchronize Now"
|
5033
|
-
msgstr "
|
5642
|
+
msgstr ""
|
5034
5643
|
|
5035
5644
|
msgid "Synchronize capsule content"
|
5036
5645
|
msgstr ""
|
@@ -5050,15 +5659,19 @@ msgstr ""
|
|
5050
5659
|
msgid "Synchronize: Validate Content"
|
5051
5660
|
msgstr ""
|
5052
5661
|
|
5053
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
5054
|
-
#, fuzzy
|
5055
5662
|
msgid "Syncing Complete."
|
5056
|
-
msgstr "
|
5663
|
+
msgstr ""
|
5664
|
+
|
5665
|
+
msgid "Synopsis"
|
5666
|
+
msgstr ""
|
5057
5667
|
|
5058
5668
|
msgid "System Purpose"
|
5059
5669
|
msgstr ""
|
5060
5670
|
|
5061
5671
|
msgid "System Status"
|
5672
|
+
msgstr "ਸਿਸਟਮ ਸਥਿਤੀ"
|
5673
|
+
|
5674
|
+
msgid "Tag name"
|
5062
5675
|
msgstr ""
|
5063
5676
|
|
5064
5677
|
msgid "Tags"
|
@@ -5067,6 +5680,9 @@ msgstr ""
|
|
5067
5680
|
msgid "Task"
|
5068
5681
|
msgstr ""
|
5069
5682
|
|
5683
|
+
msgid "Task ${task.humanized.action} completed with a result of ${task.result}. ${task.errors ? getErrors(task) : ''}"
|
5684
|
+
msgstr ""
|
5685
|
+
|
5070
5686
|
msgid "Task ${task.humanized.action} has started."
|
5071
5687
|
msgstr ""
|
5072
5688
|
|
@@ -5079,9 +5695,8 @@ msgstr ""
|
|
5079
5695
|
msgid "Temporary"
|
5080
5696
|
msgstr ""
|
5081
5697
|
|
5082
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
5083
5698
|
msgid "The '%s' environment cannot contain a changeset!"
|
5084
|
-
msgstr "
|
5699
|
+
msgstr ""
|
5085
5700
|
|
5086
5701
|
msgid "The Subscription Allocation providing the imported manifest has been removed. Please create a new Subscription Allocation and import the new manifest."
|
5087
5702
|
msgstr ""
|
@@ -5095,16 +5710,14 @@ msgstr ""
|
|
5095
5710
|
msgid "The actual file contents"
|
5096
5711
|
msgstr ""
|
5097
5712
|
|
5098
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
5099
5713
|
msgid "The current organization cannot be deleted. Please switch to a different organization before deleting."
|
5100
|
-
msgstr "
|
5714
|
+
msgstr ""
|
5101
5715
|
|
5102
5716
|
msgid "The default content view cannot be edited, published, or deleted."
|
5103
5717
|
msgstr ""
|
5104
5718
|
|
5105
|
-
#, fuzzy
|
5106
5719
|
msgid "The default content view cannot be promoted"
|
5107
|
-
msgstr "
|
5720
|
+
msgstr ""
|
5108
5721
|
|
5109
5722
|
msgid "The default dependency solving value for new Content Views."
|
5110
5723
|
msgstr ""
|
@@ -5188,9 +5801,8 @@ msgstr ""
|
|
5188
5801
|
msgid "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts."
|
5189
5802
|
msgstr ""
|
5190
5803
|
|
5191
|
-
#, fuzzy
|
5192
5804
|
msgid "The repository is already enabled"
|
5193
|
-
msgstr "
|
5805
|
+
msgstr ""
|
5194
5806
|
|
5195
5807
|
msgid "The request did not contain any repository information."
|
5196
5808
|
msgstr ""
|
@@ -5204,9 +5816,10 @@ msgstr ""
|
|
5204
5816
|
msgid "The requested traces were not found for this host"
|
5205
5817
|
msgstr ""
|
5206
5818
|
|
5207
|
-
msgid ""
|
5208
|
-
|
5209
|
-
|
5819
|
+
msgid "The selected kickstart repository is not part of the assigned content view, lifecycle environment, content source, operating system, and architecture"
|
5820
|
+
msgstr ""
|
5821
|
+
|
5822
|
+
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
5210
5823
|
msgstr ""
|
5211
5824
|
|
5212
5825
|
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
@@ -5257,6 +5870,9 @@ msgstr ""
|
|
5257
5870
|
msgid "There was a problem retrieving Activation Key data from the server."
|
5258
5871
|
msgstr ""
|
5259
5872
|
|
5873
|
+
msgid "There was an error retrieving data from the server. Check your connection and try again."
|
5874
|
+
msgstr ""
|
5875
|
+
|
5260
5876
|
msgid "There was an issue with the backend service %s: "
|
5261
5877
|
msgstr ""
|
5262
5878
|
|
@@ -5275,15 +5891,39 @@ msgstr ""
|
|
5275
5891
|
msgid "This action doesn't support package groups"
|
5276
5892
|
msgstr ""
|
5277
5893
|
|
5894
|
+
msgid "This action should only be taken in extreme circumstances or for debugging purposes."
|
5895
|
+
msgstr ""
|
5896
|
+
|
5278
5897
|
msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
|
5279
5898
|
msgstr ""
|
5280
5899
|
|
5281
5900
|
msgid "This certificate allows a user to view the repositories in any environment from a browser."
|
5282
5901
|
msgstr ""
|
5283
5902
|
|
5903
|
+
msgid "This content view does not have any versions associated."
|
5904
|
+
msgstr ""
|
5905
|
+
|
5284
5906
|
msgid "This content view version doesn't have a history."
|
5285
5907
|
msgstr ""
|
5286
5908
|
|
5909
|
+
msgid "This content view will be automatically updated to the latest version."
|
5910
|
+
msgstr ""
|
5911
|
+
|
5912
|
+
msgid "This content view will be deleted. Changes will be effective after clicking Delete."
|
5913
|
+
msgstr ""
|
5914
|
+
|
5915
|
+
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
5916
|
+
msgstr ""
|
5917
|
+
|
5918
|
+
msgid "This host currently does not have traces."
|
5919
|
+
msgstr ""
|
5920
|
+
|
5921
|
+
msgid "This host does not have any installable errata."
|
5922
|
+
msgstr ""
|
5923
|
+
|
5924
|
+
msgid "This host does not have any packages."
|
5925
|
+
msgstr ""
|
5926
|
+
|
5287
5927
|
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
5288
5928
|
msgstr ""
|
5289
5929
|
|
@@ -5311,10 +5951,13 @@ msgstr ""
|
|
5311
5951
|
msgid "This is not a linked repository"
|
5312
5952
|
msgstr ""
|
5313
5953
|
|
5954
|
+
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}."
|
5955
|
+
msgstr ""
|
5956
|
+
|
5314
5957
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
5315
5958
|
msgstr ""
|
5316
5959
|
|
5317
|
-
msgid "This request may only be performed on a Smart proxy that has the
|
5960
|
+
msgid "This request may only be performed on a Smart proxy that has the Pulpcore feature with mirror=true."
|
5318
5961
|
msgstr ""
|
5319
5962
|
|
5320
5963
|
msgid "This service is available for unauthenticated users"
|
@@ -5329,6 +5972,21 @@ msgstr ""
|
|
5329
5972
|
msgid "This subscription is not relevant to the current organization."
|
5330
5973
|
msgstr ""
|
5331
5974
|
|
5975
|
+
msgid "This version has not been promoted to any environments."
|
5976
|
+
msgstr ""
|
5977
|
+
|
5978
|
+
msgid "This version is not promoted to any environments."
|
5979
|
+
msgstr ""
|
5980
|
+
|
5981
|
+
msgid "This version will be removed from:"
|
5982
|
+
msgstr ""
|
5983
|
+
|
5984
|
+
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."
|
5985
|
+
msgstr ""
|
5986
|
+
|
5987
|
+
msgid "Time in minutes to consider orphan content as orphaned."
|
5988
|
+
msgstr ""
|
5989
|
+
|
5332
5990
|
msgid "Time in seconds to wait for a Host to finish a remote action"
|
5333
5991
|
msgstr ""
|
5334
5992
|
|
@@ -5341,9 +5999,8 @@ msgstr ""
|
|
5341
5999
|
msgid "Timestamp"
|
5342
6000
|
msgstr ""
|
5343
6001
|
|
5344
|
-
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author jassy
|
5345
6002
|
msgid "Title"
|
5346
|
-
msgstr "
|
6003
|
+
msgstr ""
|
5347
6004
|
|
5348
6005
|
msgid "Toggling Simple Content Access will refresh your manifest."
|
5349
6006
|
msgstr ""
|
@@ -5354,18 +6011,36 @@ msgstr ""
|
|
5354
6011
|
msgid "Total timeout in seconds for connections when syncing"
|
5355
6012
|
msgstr ""
|
5356
6013
|
|
6014
|
+
msgid "Tracer helps administrators identify applications that need to be restarted after a system is patched."
|
6015
|
+
msgstr ""
|
6016
|
+
|
5357
6017
|
msgid "Tracer profile uploaded successfully"
|
5358
6018
|
msgstr ""
|
5359
6019
|
|
5360
6020
|
msgid "Traces"
|
5361
6021
|
msgstr ""
|
5362
6022
|
|
6023
|
+
msgid "Traces are not enabled"
|
6024
|
+
msgstr ""
|
6025
|
+
|
6026
|
+
msgid "Traces help administrators identify applications that need to be restarted after a system is patched."
|
6027
|
+
msgstr ""
|
6028
|
+
|
6029
|
+
msgid "Traces that require logout cannot be restarted remotely"
|
6030
|
+
msgstr ""
|
6031
|
+
|
5363
6032
|
msgid "Trigger an auto-attach of subscriptions"
|
5364
6033
|
msgstr ""
|
5365
6034
|
|
5366
6035
|
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
5367
6036
|
msgstr ""
|
5368
6037
|
|
6038
|
+
msgid "Try changing your search criteria."
|
6039
|
+
msgstr ""
|
6040
|
+
|
6041
|
+
msgid "Try changing your search query."
|
6042
|
+
msgstr ""
|
6043
|
+
|
5369
6044
|
msgid "Try changing your search settings."
|
5370
6045
|
msgstr ""
|
5371
6046
|
|
@@ -5375,18 +6050,30 @@ msgstr ""
|
|
5375
6050
|
msgid "Type"
|
5376
6051
|
msgstr ""
|
5377
6052
|
|
6053
|
+
msgid "Type must be one of: %s"
|
6054
|
+
msgstr ""
|
6055
|
+
|
5378
6056
|
msgid "Type of content"
|
5379
6057
|
msgstr ""
|
5380
6058
|
|
5381
6059
|
msgid "Type of content: \"cert\", \"gpg_key\""
|
5382
6060
|
msgstr ""
|
5383
6061
|
|
6062
|
+
msgid "URL"
|
6063
|
+
msgstr ""
|
6064
|
+
|
5384
6065
|
msgid "URL needs to have a trailing /"
|
5385
6066
|
msgstr ""
|
5386
6067
|
|
5387
|
-
msgid "
|
6068
|
+
msgid "URL of a PyPI content source such as https://pypi.org."
|
5388
6069
|
msgstr ""
|
5389
6070
|
|
6071
|
+
msgid "URL of an OSTree repository."
|
6072
|
+
msgstr ""
|
6073
|
+
|
6074
|
+
msgid "UUID"
|
6075
|
+
msgstr "UUID"
|
6076
|
+
|
5390
6077
|
msgid "UUID of the consumer"
|
5391
6078
|
msgstr ""
|
5392
6079
|
|
@@ -5402,6 +6089,9 @@ msgstr ""
|
|
5402
6089
|
msgid "UUIDs of the virtual guests from the host's hypervisor"
|
5403
6090
|
msgstr ""
|
5404
6091
|
|
6092
|
+
msgid "Unable to connect"
|
6093
|
+
msgstr ""
|
6094
|
+
|
5405
6095
|
msgid "Unable to connect. Got: %s"
|
5406
6096
|
msgstr ""
|
5407
6097
|
|
@@ -5465,7 +6155,6 @@ msgstr ""
|
|
5465
6155
|
msgid "Uninstall packages remotely using katello-agent. %s"
|
5466
6156
|
msgstr ""
|
5467
6157
|
|
5468
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author jassy
|
5469
6158
|
msgid "Unknown"
|
5470
6159
|
msgstr "ਅਣਜਾਣ"
|
5471
6160
|
|
@@ -5502,16 +6191,24 @@ msgstr ""
|
|
5502
6191
|
msgid "Unsubscribed hypervisor"
|
5503
6192
|
msgstr ""
|
5504
6193
|
|
6194
|
+
msgid "Unsupported CDN resource"
|
6195
|
+
msgstr ""
|
6196
|
+
|
5505
6197
|
msgid "Unsupported URL protocol %s."
|
5506
6198
|
msgstr ""
|
5507
6199
|
|
5508
6200
|
msgid "Unsupported event type %{type}. Supported: %{types}"
|
5509
6201
|
msgstr ""
|
5510
6202
|
|
5511
|
-
|
6203
|
+
msgid "Up-to date"
|
6204
|
+
msgstr ""
|
6205
|
+
|
5512
6206
|
msgid "Update"
|
5513
6207
|
msgstr "ਅੱਪਡੇਟ"
|
5514
6208
|
|
6209
|
+
msgid "Update CDN Configuration"
|
6210
|
+
msgstr ""
|
6211
|
+
|
5515
6212
|
msgid "Update Content Overrides"
|
5516
6213
|
msgstr ""
|
5517
6214
|
|
@@ -5611,6 +6308,9 @@ msgstr ""
|
|
5611
6308
|
msgid "Update services requiring restart"
|
5612
6309
|
msgstr ""
|
5613
6310
|
|
6311
|
+
msgid "Update the CDN configuration"
|
6312
|
+
msgstr ""
|
6313
|
+
|
5614
6314
|
msgid "Update the HTTP proxy configuration on the repositories of one or more products."
|
5615
6315
|
msgstr ""
|
5616
6316
|
|
@@ -5624,7 +6324,7 @@ msgid "Update version"
|
|
5624
6324
|
msgstr ""
|
5625
6325
|
|
5626
6326
|
msgid "Updated"
|
5627
|
-
msgstr ""
|
6327
|
+
msgstr "ਅੱਪਡੇਟ ਹੋ ਗਏ"
|
5628
6328
|
|
5629
6329
|
msgid "Updated component details"
|
5630
6330
|
msgstr ""
|
@@ -5638,9 +6338,8 @@ msgstr ""
|
|
5638
6338
|
msgid "Updates all packages on the host(s)"
|
5639
6339
|
msgstr ""
|
5640
6340
|
|
5641
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
5642
6341
|
msgid "Updating Package..."
|
5643
|
-
msgstr "
|
6342
|
+
msgstr ""
|
5644
6343
|
|
5645
6344
|
msgid "Updating System Purpose for host"
|
5646
6345
|
msgstr ""
|
@@ -5648,14 +6347,25 @@ msgstr ""
|
|
5648
6347
|
msgid "Updating System Purpose for host %s"
|
5649
6348
|
msgstr ""
|
5650
6349
|
|
5651
|
-
#, fuzzy
|
5652
6350
|
msgid "Updating package group..."
|
5653
|
-
msgstr "
|
6351
|
+
msgstr ""
|
5654
6352
|
|
5655
6353
|
msgid "Updating repository authentication configuration"
|
5656
6354
|
msgstr ""
|
5657
6355
|
|
5658
|
-
msgid "
|
6356
|
+
msgid "Upgradable"
|
6357
|
+
msgstr ""
|
6358
|
+
|
6359
|
+
msgid "Upgradable To"
|
6360
|
+
msgstr ""
|
6361
|
+
|
6362
|
+
msgid "Upgrade"
|
6363
|
+
msgstr ""
|
6364
|
+
|
6365
|
+
msgid "Upgrade via customized remote execution"
|
6366
|
+
msgstr ""
|
6367
|
+
|
6368
|
+
msgid "Upgrade via remote execution"
|
5659
6369
|
msgstr ""
|
5660
6370
|
|
5661
6371
|
msgid "Upload Content Credential contents"
|
@@ -5670,10 +6380,11 @@ msgstr ""
|
|
5670
6380
|
msgid "Upload content into the repository"
|
5671
6381
|
msgstr ""
|
5672
6382
|
|
5673
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
5674
|
-
#, fuzzy
|
5675
6383
|
msgid "Upload into"
|
5676
|
-
msgstr "
|
6384
|
+
msgstr ""
|
6385
|
+
|
6386
|
+
msgid "Upload profiles without Dynflow"
|
6387
|
+
msgstr ""
|
5677
6388
|
|
5678
6389
|
msgid "Upload request id"
|
5679
6390
|
msgstr ""
|
@@ -5684,12 +6395,30 @@ msgstr ""
|
|
5684
6395
|
msgid "Upstream identity certificate not available"
|
5685
6396
|
msgstr ""
|
5686
6397
|
|
6398
|
+
msgid "Upstream organization %s does not provide this content path"
|
6399
|
+
msgstr ""
|
6400
|
+
|
6401
|
+
msgid "Upstream organization %{org_label} does not have a content view with the label %{cv_label}"
|
6402
|
+
msgstr ""
|
6403
|
+
|
6404
|
+
msgid "Upstream organization %{org_label} does not have a lifecycle environment with the label %{lce_label}"
|
6405
|
+
msgstr ""
|
6406
|
+
|
6407
|
+
msgid "Upstream organization to sync CDN content from"
|
6408
|
+
msgstr ""
|
6409
|
+
|
5687
6410
|
msgid "Upstream password requires upstream username be set."
|
5688
6411
|
msgstr ""
|
5689
6412
|
|
6413
|
+
msgid "Upstream server to sync CDN content from"
|
6414
|
+
msgstr ""
|
6415
|
+
|
5690
6416
|
msgid "Upstream username and password may only be set on custom repositories."
|
5691
6417
|
msgstr ""
|
5692
6418
|
|
6419
|
+
msgid "Upstream username and upstream password cannot be blank for ULN repositories"
|
6420
|
+
msgstr ""
|
6421
|
+
|
5693
6422
|
msgid "Upstream username requires upstream password be set."
|
5694
6423
|
msgstr ""
|
5695
6424
|
|
@@ -5709,7 +6438,7 @@ msgid "Used to determine download concurrency of the repository in pulp3. Use va
|
|
5709
6438
|
msgstr ""
|
5710
6439
|
|
5711
6440
|
msgid "User"
|
5712
|
-
msgstr ""
|
6441
|
+
msgstr "ਯੂਜ਼ਰ"
|
5713
6442
|
|
5714
6443
|
msgid "User '%s' did not specify an organization ID and does not have a default organization."
|
5715
6444
|
msgstr ""
|
@@ -5723,12 +6452,24 @@ msgstr ""
|
|
5723
6452
|
msgid "User must be logged in."
|
5724
6453
|
msgstr ""
|
5725
6454
|
|
6455
|
+
msgid "Username"
|
6456
|
+
msgstr ""
|
6457
|
+
|
6458
|
+
msgid "Username for authentication"
|
6459
|
+
msgstr ""
|
6460
|
+
|
5726
6461
|
msgid "Username of the upstream repository user used for authentication"
|
5727
6462
|
msgstr ""
|
5728
6463
|
|
5729
6464
|
msgid "Username to access URL"
|
5730
6465
|
msgstr ""
|
5731
6466
|
|
6467
|
+
msgid "Username, Password, Organization Label, and SSL CA Content Credential must be provided together."
|
6468
|
+
msgstr ""
|
6469
|
+
|
6470
|
+
msgid "Username, Password, Upstream Organization Label, and SSL CA Credential are required when using a non-Red Hat CDN."
|
6471
|
+
msgstr ""
|
6472
|
+
|
5732
6473
|
msgid "Valid"
|
5733
6474
|
msgstr ""
|
5734
6475
|
|
@@ -5745,7 +6486,7 @@ msgid "Verify checksum of repository contents"
|
|
5745
6486
|
msgstr ""
|
5746
6487
|
|
5747
6488
|
msgid "Version"
|
5748
|
-
msgstr ""
|
6489
|
+
msgstr "ਵਰਜਨ"
|
5749
6490
|
|
5750
6491
|
msgid "Version "
|
5751
6492
|
msgstr ""
|
@@ -5753,22 +6494,53 @@ msgstr ""
|
|
5753
6494
|
msgid "Version ${item.version}"
|
5754
6495
|
msgstr ""
|
5755
6496
|
|
6497
|
+
msgid "Version ${version.version}"
|
6498
|
+
msgstr ""
|
6499
|
+
|
6500
|
+
msgid "Version ${versionNameToRemove} will be deleted from all environments. It will no longer be available for promotion."
|
6501
|
+
msgstr ""
|
6502
|
+
|
6503
|
+
msgid "Version ${versionNameToRemove} will be deleted from the listed environments. It will no longer be available for promotion."
|
6504
|
+
msgstr ""
|
6505
|
+
|
6506
|
+
msgid "Version details updated."
|
6507
|
+
msgstr ""
|
6508
|
+
|
6509
|
+
msgid "Version in use"
|
6510
|
+
msgstr ""
|
6511
|
+
|
5756
6512
|
msgid "Versions"
|
5757
6513
|
msgstr ""
|
5758
6514
|
|
5759
6515
|
msgid "Versions will appear here when the content view is published."
|
5760
6516
|
msgstr ""
|
5761
6517
|
|
5762
|
-
#, fuzzy
|
5763
6518
|
msgid "View %{view} has not been promoted to %{env}"
|
5764
|
-
msgstr "
|
6519
|
+
msgstr ""
|
5765
6520
|
|
5766
6521
|
msgid "View a report of the affected hosts"
|
5767
6522
|
msgstr ""
|
5768
6523
|
|
5769
|
-
|
6524
|
+
msgid "View matching content"
|
6525
|
+
msgstr ""
|
6526
|
+
|
5770
6527
|
msgid "Virtual"
|
5771
|
-
msgstr "
|
6528
|
+
msgstr ""
|
6529
|
+
|
6530
|
+
msgid "Visit the previous Packages page"
|
6531
|
+
msgstr ""
|
6532
|
+
|
6533
|
+
msgid "Waiting to start."
|
6534
|
+
msgstr ""
|
6535
|
+
|
6536
|
+
msgid "Warning"
|
6537
|
+
msgstr ""
|
6538
|
+
|
6539
|
+
msgid "When \"Releases/Distributions\" is set, \"Upstream URL\" must also be set!"
|
6540
|
+
msgstr ""
|
6541
|
+
|
6542
|
+
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
6543
|
+
msgstr ""
|
5772
6544
|
|
5773
6545
|
msgid "When Simple Content Access is enabled, hosts are not required to have subscriptions attached to access repositories."
|
5774
6546
|
msgstr ""
|
@@ -5830,15 +6602,16 @@ msgstr ""
|
|
5830
6602
|
msgid "You cannot have more than %{max_hosts} host(s) associated with host collection '%{host_collection}'."
|
5831
6603
|
msgstr ""
|
5832
6604
|
|
5833
|
-
#, fuzzy
|
5834
6605
|
msgid "You cannot set an organization's parent. This feature is disabled."
|
5835
|
-
msgstr "
|
6606
|
+
msgstr ""
|
5836
6607
|
|
5837
|
-
#, fuzzy
|
5838
6608
|
msgid "You cannot set an organization's parent_id. This feature is disabled."
|
5839
|
-
msgstr "
|
6609
|
+
msgstr ""
|
5840
6610
|
|
5841
|
-
msgid "You currently don't have any
|
6611
|
+
msgid "You currently don't have any ${selectedContentType}."
|
6612
|
+
msgstr ""
|
6613
|
+
|
6614
|
+
msgid "You currently don't have any Content views."
|
5842
6615
|
msgstr ""
|
5843
6616
|
|
5844
6617
|
msgid "You currently don't have any filters for this content view."
|
@@ -5847,12 +6620,21 @@ msgstr ""
|
|
5847
6620
|
msgid "You currently don't have any history for this content view."
|
5848
6621
|
msgstr ""
|
5849
6622
|
|
6623
|
+
msgid "You currently don't have any repositories associated with this content."
|
6624
|
+
msgstr ""
|
6625
|
+
|
5850
6626
|
msgid "You currently don't have any repositories to add to this content view."
|
5851
6627
|
msgstr ""
|
5852
6628
|
|
6629
|
+
msgid "You currently don't have any repositories to add to this filter."
|
6630
|
+
msgstr ""
|
6631
|
+
|
5853
6632
|
msgid "You currently don't have any versions for this content view."
|
5854
6633
|
msgstr ""
|
5855
6634
|
|
6635
|
+
msgid "You currently don\\'t have any related content views."
|
6636
|
+
msgstr ""
|
6637
|
+
|
5856
6638
|
msgid "You do not have permissions to delete %s"
|
5857
6639
|
msgstr ""
|
5858
6640
|
|
@@ -5883,10 +6665,25 @@ msgstr ""
|
|
5883
6665
|
msgid "Your search query was invalid. Please revise it and try again. The full error has been sent to the application logs."
|
5884
6666
|
msgstr ""
|
5885
6667
|
|
6668
|
+
msgid "Your search returned no matching "
|
6669
|
+
msgstr ""
|
6670
|
+
|
6671
|
+
msgid "Your search returned no matching RPMs."
|
6672
|
+
msgstr ""
|
6673
|
+
|
6674
|
+
msgid "Your search returned no matching activation keys."
|
6675
|
+
msgstr ""
|
6676
|
+
|
6677
|
+
msgid "Your search returned no matching hosts."
|
6678
|
+
msgstr ""
|
6679
|
+
|
5886
6680
|
msgid "Yum Metadata: %s"
|
5887
6681
|
msgstr ""
|
5888
6682
|
|
5889
|
-
msgid "a
|
6683
|
+
msgid "a content unit"
|
6684
|
+
msgstr ""
|
6685
|
+
|
6686
|
+
msgid "a deb package"
|
5890
6687
|
msgstr ""
|
5891
6688
|
|
5892
6689
|
msgid "a docker manifest"
|
@@ -5907,14 +6704,11 @@ msgstr ""
|
|
5907
6704
|
msgid "a module stream"
|
5908
6705
|
msgstr ""
|
5909
6706
|
|
5910
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
5911
|
-
#, fuzzy
|
5912
6707
|
msgid "a package"
|
5913
|
-
msgstr "
|
6708
|
+
msgstr ""
|
5914
6709
|
|
5915
|
-
#, fuzzy
|
5916
6710
|
msgid "a package group"
|
5917
|
-
msgstr "
|
6711
|
+
msgstr ""
|
5918
6712
|
|
5919
6713
|
msgid "actions not found"
|
5920
6714
|
msgstr ""
|
@@ -5925,9 +6719,8 @@ msgstr ""
|
|
5925
6719
|
msgid "activation key name to filter by"
|
5926
6720
|
msgstr ""
|
5927
6721
|
|
5928
|
-
#, fuzzy
|
5929
6722
|
msgid "activation keys"
|
5930
|
-
msgstr "
|
6723
|
+
msgstr ""
|
5931
6724
|
|
5932
6725
|
msgid "add all module streams without errata to the included/excluded list. (module stream filter only)"
|
5933
6726
|
msgstr ""
|
@@ -5935,17 +6728,17 @@ msgstr ""
|
|
5935
6728
|
msgid "add all packages without errata to the included/excluded list. (package filter only)"
|
5936
6729
|
msgstr ""
|
5937
6730
|
|
5938
|
-
|
6731
|
+
msgid "all environments"
|
6732
|
+
msgstr ""
|
6733
|
+
|
5939
6734
|
msgid "all packages"
|
5940
|
-
msgstr "
|
6735
|
+
msgstr ""
|
5941
6736
|
|
5942
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
5943
6737
|
msgid "all packages update"
|
5944
|
-
msgstr "
|
6738
|
+
msgstr ""
|
5945
6739
|
|
5946
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
5947
6740
|
msgid "all packages update failed"
|
5948
|
-
msgstr "
|
6741
|
+
msgstr ""
|
5949
6742
|
|
5950
6743
|
msgid "allow unauthenticed pull of container images"
|
5951
6744
|
msgstr ""
|
@@ -5953,23 +6746,16 @@ msgstr ""
|
|
5953
6746
|
msgid "already belongs to the content view"
|
5954
6747
|
msgstr ""
|
5955
6748
|
|
5956
|
-
#, fuzzy
|
5957
6749
|
msgid "already taken"
|
5958
|
-
msgstr "
|
6750
|
+
msgstr ""
|
5959
6751
|
|
5960
6752
|
msgid "an ansible collection"
|
5961
6753
|
msgstr ""
|
5962
6754
|
|
5963
|
-
#, fuzzy
|
5964
6755
|
msgid "an erratum"
|
5965
|
-
msgstr "
|
6756
|
+
msgstr ""
|
5966
6757
|
|
5967
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author jassy
|
5968
|
-
#, fuzzy
|
5969
6758
|
msgid "an organization"
|
5970
|
-
msgstr "ਸੰਗਠਨ"
|
5971
|
-
|
5972
|
-
msgid "an ostree branch"
|
5973
6759
|
msgstr ""
|
5974
6760
|
|
5975
6761
|
msgid "are only allowed for Yum repositories."
|
@@ -5984,71 +6770,65 @@ msgstr ""
|
|
5984
6770
|
msgid "base url to perform repo discovery on"
|
5985
6771
|
msgstr ""
|
5986
6772
|
|
6773
|
+
msgid "bulk add filter rules"
|
6774
|
+
msgstr ""
|
6775
|
+
|
6776
|
+
msgid "bulk delete filter rules"
|
6777
|
+
msgstr ""
|
6778
|
+
|
5987
6779
|
msgid "can the activation key have unlimited hosts"
|
5988
6780
|
msgstr ""
|
5989
6781
|
|
5990
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
5991
6782
|
msgid "can't be blank"
|
5992
|
-
msgstr "
|
6783
|
+
msgstr ""
|
5993
6784
|
|
5994
6785
|
msgid "cannot add filter to import-only view"
|
5995
6786
|
msgstr ""
|
5996
6787
|
|
5997
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
5998
6788
|
msgid "cannot be a binary file."
|
5999
|
-
msgstr "
|
6789
|
+
msgstr ""
|
6000
6790
|
|
6001
|
-
#, fuzzy
|
6002
6791
|
msgid "cannot be blank"
|
6003
|
-
msgstr "
|
6792
|
+
msgstr ""
|
6004
6793
|
|
6005
6794
|
msgid "cannot be blank when Repository URL is provided."
|
6006
6795
|
msgstr ""
|
6007
6796
|
|
6008
|
-
#, fuzzy
|
6009
6797
|
msgid "cannot be changed."
|
6010
|
-
msgstr "
|
6798
|
+
msgstr ""
|
6011
6799
|
|
6012
|
-
#, fuzzy
|
6013
6800
|
msgid "cannot be deleted if it has been promoted."
|
6014
|
-
msgstr "
|
6801
|
+
msgstr ""
|
6015
6802
|
|
6016
6803
|
msgid "cannot be less than one"
|
6017
6804
|
msgstr ""
|
6018
6805
|
|
6019
|
-
#, fuzzy
|
6020
6806
|
msgid "cannot be lower than current usage count (%s)"
|
6021
|
-
msgstr "
|
6807
|
+
msgstr ""
|
6022
6808
|
|
6023
|
-
#, fuzzy
|
6024
6809
|
msgid "cannot be nil"
|
6025
|
-
msgstr "ਖਾਲੀ ਨਹੀਂ ਹੋ ਸਕਦਾ"
|
6026
|
-
|
6027
|
-
msgid "cannot be set because unlimited hosts is set"
|
6028
6810
|
msgstr ""
|
6029
6811
|
|
6030
|
-
msgid "cannot be set
|
6812
|
+
msgid "cannot be set because unlimited hosts is set"
|
6031
6813
|
msgstr ""
|
6032
6814
|
|
6033
6815
|
msgid "cannot be set for non-yum repositories."
|
6034
6816
|
msgstr ""
|
6035
6817
|
|
6036
6818
|
msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
|
6037
|
-
msgstr "
|
6819
|
+
msgstr ""
|
6038
6820
|
|
6039
6821
|
msgid "cannot contain commas"
|
6040
6822
|
msgstr ""
|
6041
6823
|
|
6042
|
-
#, fuzzy
|
6043
6824
|
msgid "cannot contain filters if composite view"
|
6044
|
-
msgstr "
|
6825
|
+
msgstr ""
|
6045
6826
|
|
6046
6827
|
msgid "cannot contain filters whose repositories do not belong to this content view"
|
6047
6828
|
msgstr ""
|
6048
6829
|
|
6049
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6050
6830
|
msgid "cannot contain more than %s characters"
|
6051
|
-
msgstr "
|
6831
|
+
msgstr ""
|
6052
6832
|
|
6053
6833
|
msgid "checking Candlepin task status"
|
6054
6834
|
msgstr ""
|
@@ -6071,6 +6851,9 @@ msgstr ""
|
|
6071
6851
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree', 'rpm', 'srpm')"
|
6072
6852
|
msgstr ""
|
6073
6853
|
|
6854
|
+
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
6855
|
+
msgstr ""
|
6856
|
+
|
6074
6857
|
msgid "content view component ID. Identifier of the component association"
|
6075
6858
|
msgstr ""
|
6076
6859
|
|
@@ -6095,13 +6878,11 @@ msgstr ""
|
|
6095
6878
|
msgid "content view numeric identifier"
|
6096
6879
|
msgstr ""
|
6097
6880
|
|
6098
|
-
#, fuzzy
|
6099
6881
|
msgid "content view publish"
|
6100
|
-
msgstr "
|
6882
|
+
msgstr ""
|
6101
6883
|
|
6102
|
-
#, fuzzy
|
6103
6884
|
msgid "content view refresh"
|
6104
|
-
msgstr "
|
6885
|
+
msgstr ""
|
6105
6886
|
|
6106
6887
|
msgid "content view to reassign orphaned activation keys to"
|
6107
6888
|
msgstr ""
|
@@ -6133,6 +6914,9 @@ msgstr ""
|
|
6133
6914
|
msgid "delete a filter"
|
6134
6915
|
msgstr ""
|
6135
6916
|
|
6917
|
+
msgid "delete the content view with all the versions and environments"
|
6918
|
+
msgstr ""
|
6919
|
+
|
6136
6920
|
msgid "description"
|
6137
6921
|
msgstr ""
|
6138
6922
|
|
@@ -6172,9 +6956,8 @@ msgstr ""
|
|
6172
6956
|
msgid "environment to reassign orphaned systems to"
|
6173
6957
|
msgstr ""
|
6174
6958
|
|
6175
|
-
#, fuzzy
|
6176
6959
|
msgid "environments"
|
6177
|
-
msgstr "
|
6960
|
+
msgstr ""
|
6178
6961
|
|
6179
6962
|
msgid "errata_id of the content view filter rule"
|
6180
6963
|
msgstr ""
|
@@ -6233,9 +7016,8 @@ msgstr ""
|
|
6233
7016
|
msgid "foreman-tasks service not running or is not ready yet"
|
6234
7017
|
msgstr ""
|
6235
7018
|
|
6236
|
-
#, fuzzy
|
6237
7019
|
msgid "has already been taken"
|
6238
|
-
msgstr "
|
7020
|
+
msgstr ""
|
6239
7021
|
|
6240
7022
|
msgid "has already been taken for a product in this organization."
|
6241
7023
|
msgstr ""
|
@@ -6270,9 +7052,6 @@ msgstr ""
|
|
6270
7052
|
msgid "ids to filter content by"
|
6271
7053
|
msgstr ""
|
6272
7054
|
|
6273
|
-
msgid "if a custom sync policy is chosen for ostree repositories then a 'depth' value must be provided"
|
6274
|
-
msgstr ""
|
6275
|
-
|
6276
7055
|
msgid "if true, Katello will verify the upstream url's SSL certifcates are signed by a trusted CA"
|
6277
7056
|
msgstr ""
|
6278
7057
|
|
@@ -6282,29 +7061,23 @@ msgstr ""
|
|
6282
7061
|
msgid "initiating Pulp task"
|
6283
7062
|
msgstr ""
|
6284
7063
|
|
6285
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6286
7064
|
msgid "installing errata..."
|
6287
|
-
msgstr "
|
7065
|
+
msgstr ""
|
6288
7066
|
|
6289
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6290
7067
|
msgid "installing erratum..."
|
6291
|
-
msgstr "
|
7068
|
+
msgstr ""
|
6292
7069
|
|
6293
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6294
7070
|
msgid "installing package group..."
|
6295
|
-
msgstr "
|
7071
|
+
msgstr ""
|
6296
7072
|
|
6297
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6298
7073
|
msgid "installing package groups..."
|
6299
|
-
msgstr "
|
7074
|
+
msgstr ""
|
6300
7075
|
|
6301
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6302
7076
|
msgid "installing package..."
|
6303
|
-
msgstr "
|
7077
|
+
msgstr ""
|
6304
7078
|
|
6305
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6306
7079
|
msgid "installing packages..."
|
6307
|
-
msgstr "
|
7080
|
+
msgstr ""
|
6308
7081
|
|
6309
7082
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
6310
7083
|
msgstr ""
|
@@ -6318,7 +7091,6 @@ msgstr ""
|
|
6318
7091
|
msgid "is already attached to the capsule"
|
6319
7092
|
msgstr ""
|
6320
7093
|
|
6321
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author jassy
|
6322
7094
|
msgid "is invalid"
|
6323
7095
|
msgstr "ਯੋਗ ਹੈ"
|
6324
7096
|
|
@@ -6370,9 +7142,8 @@ msgstr ""
|
|
6370
7142
|
msgid "must be %{gpg_key} or %{cert}"
|
6371
7143
|
msgstr ""
|
6372
7144
|
|
6373
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6374
7145
|
msgid "must be a positive integer value."
|
6375
|
-
msgstr "
|
7146
|
+
msgstr ""
|
6376
7147
|
|
6377
7148
|
msgid "must be one of the following: %s"
|
6378
7149
|
msgstr ""
|
@@ -6380,21 +7151,17 @@ msgstr ""
|
|
6380
7151
|
msgid "must be one of: %s"
|
6381
7152
|
msgstr ""
|
6382
7153
|
|
6383
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6384
7154
|
msgid "must be unique within one organization"
|
6385
|
-
msgstr "
|
7155
|
+
msgstr ""
|
6386
7156
|
|
6387
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6388
7157
|
msgid "must contain '%s'"
|
6389
|
-
msgstr "
|
7158
|
+
msgstr ""
|
6390
7159
|
|
6391
|
-
#, fuzzy
|
6392
7160
|
msgid "must contain GPG Key"
|
6393
|
-
msgstr "
|
7161
|
+
msgstr ""
|
6394
7162
|
|
6395
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
6396
7163
|
msgid "must contain at least %s character"
|
6397
|
-
msgstr "
|
7164
|
+
msgstr ""
|
6398
7165
|
|
6399
7166
|
msgid "must contain valid Public GPG Key"
|
6400
7167
|
msgstr ""
|
@@ -6402,9 +7169,8 @@ msgstr ""
|
|
6402
7169
|
msgid "must contain valid Public GPG Key"
|
6403
7170
|
msgstr ""
|
6404
7171
|
|
6405
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6406
7172
|
msgid "must not contain leading or trailing white spaces."
|
6407
|
-
msgstr "
|
7173
|
+
msgstr ""
|
6408
7174
|
|
6409
7175
|
msgid "name"
|
6410
7176
|
msgstr ""
|
@@ -6433,9 +7199,8 @@ msgstr ""
|
|
6433
7199
|
msgid "name of the subscription"
|
6434
7200
|
msgstr ""
|
6435
7201
|
|
6436
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6437
7202
|
msgid "name: %s doesn't exist "
|
6438
|
-
msgstr "
|
7203
|
+
msgstr ""
|
6439
7204
|
|
6440
7205
|
msgid "new name for the filter"
|
6441
7206
|
msgstr ""
|
@@ -6452,9 +7217,8 @@ msgstr ""
|
|
6452
7217
|
msgid "obtain manifest history for subscriptions"
|
6453
7218
|
msgstr ""
|
6454
7219
|
|
6455
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6456
7220
|
msgid "of environment must be unique within one organization"
|
6457
|
-
msgstr "
|
7221
|
+
msgstr ""
|
6458
7222
|
|
6459
7223
|
msgid "only repositories having at least one of the specified content type ex: rpm , erratum"
|
6460
7224
|
msgstr ""
|
@@ -6513,9 +7277,6 @@ msgstr ""
|
|
6513
7277
|
msgid "policies for HTTP proxy for content sync"
|
6514
7278
|
msgstr ""
|
6515
7279
|
|
6516
|
-
msgid "policies for syncing upstream ostree repositories"
|
6517
|
-
msgstr ""
|
6518
|
-
|
6519
7280
|
msgid "policy for HTTP proxy for content sync"
|
6520
7281
|
msgstr ""
|
6521
7282
|
|
@@ -6528,21 +7289,17 @@ msgstr ""
|
|
6528
7289
|
msgid "register_hostname_fact set for %s, but no fact found, or was localhost."
|
6529
7290
|
msgstr ""
|
6530
7291
|
|
6531
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6532
7292
|
msgid "removing package group..."
|
6533
|
-
msgstr "
|
7293
|
+
msgstr ""
|
6534
7294
|
|
6535
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6536
7295
|
msgid "removing package groups..."
|
6537
|
-
msgstr "
|
7296
|
+
msgstr ""
|
6538
7297
|
|
6539
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6540
7298
|
msgid "removing package..."
|
6541
|
-
msgstr "
|
7299
|
+
msgstr ""
|
6542
7300
|
|
6543
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6544
7301
|
msgid "removing packages..."
|
6545
|
-
msgstr "
|
7302
|
+
msgstr ""
|
6546
7303
|
|
6547
7304
|
msgid "repo label"
|
6548
7305
|
msgstr ""
|
@@ -6559,9 +7316,6 @@ msgstr ""
|
|
6559
7316
|
msgid "repository source url"
|
6560
7317
|
msgstr ""
|
6561
7318
|
|
6562
|
-
msgid "repository url"
|
6563
|
-
msgstr ""
|
6564
|
-
|
6565
7319
|
msgid "repository_id"
|
6566
7320
|
msgstr ""
|
6567
7321
|
|
@@ -6586,6 +7340,9 @@ msgstr ""
|
|
6586
7340
|
msgid "set true if you want to see only library environments"
|
6587
7341
|
msgstr ""
|
6588
7342
|
|
7343
|
+
msgid "sha256"
|
7344
|
+
msgstr ""
|
7345
|
+
|
6589
7346
|
msgid "show archived repositories"
|
6590
7347
|
msgstr ""
|
6591
7348
|
|
@@ -6622,9 +7379,8 @@ msgstr ""
|
|
6622
7379
|
msgid "temporarily override feed URL for sync"
|
6623
7380
|
msgstr ""
|
6624
7381
|
|
6625
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6626
7382
|
msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
|
6627
|
-
msgstr "
|
7383
|
+
msgstr ""
|
6628
7384
|
|
6629
7385
|
msgid "true if the latest version of the component's content view is desired"
|
6630
7386
|
msgstr ""
|
@@ -6635,10 +7391,10 @@ msgstr ""
|
|
6635
7391
|
msgid "true if this repository can be published via HTTP"
|
6636
7392
|
msgstr ""
|
6637
7393
|
|
6638
|
-
msgid "true if this repository when synced has to be mirrored from the source and stale rpms removed"
|
7394
|
+
msgid "true if this repository when synced has to be mirrored from the source and stale rpms removed (Deprecated)"
|
6639
7395
|
msgstr ""
|
6640
7396
|
|
6641
|
-
msgid "type of filter (e.g. rpm, package_group, erratum, docker, modulemd)"
|
7397
|
+
msgid "type of filter (e.g. rpm, package_group, erratum, erratum_id, erratum_date, docker, modulemd)"
|
6642
7398
|
msgstr ""
|
6643
7399
|
|
6644
7400
|
msgid "type of repo"
|
@@ -6653,34 +7409,45 @@ msgstr ""
|
|
6653
7409
|
msgid "update a filter"
|
6654
7410
|
msgstr ""
|
6655
7411
|
|
6656
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6657
7412
|
msgid "updating package group..."
|
6658
|
-
msgstr "
|
7413
|
+
msgstr ""
|
6659
7414
|
|
6660
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6661
7415
|
msgid "updating package groups..."
|
6662
|
-
msgstr "
|
7416
|
+
msgstr ""
|
6663
7417
|
|
6664
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6665
7418
|
msgid "updating package..."
|
6666
|
-
msgstr "
|
7419
|
+
msgstr ""
|
6667
7420
|
|
6668
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author jassy
|
6669
7421
|
msgid "updating packages..."
|
6670
|
-
msgstr "
|
7422
|
+
msgstr ""
|
6671
7423
|
|
6672
7424
|
msgid "url not defined."
|
6673
7425
|
msgstr ""
|
6674
7426
|
|
7427
|
+
msgid "via customized remote execution"
|
7428
|
+
msgstr ""
|
7429
|
+
|
7430
|
+
msgid "via remote execution"
|
7431
|
+
msgstr ""
|
7432
|
+
|
7433
|
+
msgid "view content view tabs."
|
7434
|
+
msgstr ""
|
7435
|
+
|
6675
7436
|
msgid "waiting for Candlepin to finish the task"
|
6676
7437
|
msgstr ""
|
6677
7438
|
|
6678
7439
|
msgid "waiting for Pulp to finish the task"
|
6679
7440
|
msgstr ""
|
6680
7441
|
|
7442
|
+
msgid "waiting for Pulp to finish the task %s"
|
7443
|
+
msgstr ""
|
7444
|
+
|
6681
7445
|
msgid "waiting for Pulp to start the task"
|
6682
7446
|
msgstr ""
|
6683
7447
|
|
7448
|
+
msgid "waiting for Pulp to start the task %s"
|
7449
|
+
msgstr ""
|
7450
|
+
|
6684
7451
|
msgid "whitespace-separated list of architectures to be synced from deb-archive"
|
6685
7452
|
msgstr ""
|
6686
7453
|
|