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/bn/katello.po
CHANGED
@@ -1,24 +1,23 @@
|
|
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
|
-
# bnin <sray@redhat.com>, 2014. #zanata
|
7
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2020
|
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: Bryan Kearney <bryan.kearney@gmail.com>, 2020\n"
|
15
|
+
"Language-Team: Bengali (https://www.transifex.com/foreman/teams/114/bn/)\n"
|
13
16
|
"MIME-Version: 1.0\n"
|
14
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
15
18
|
"Content-Transfer-Encoding: 8bit\n"
|
16
|
-
"
|
17
|
-
"Last-Translator: bnin <sray@redhat.com>\n"
|
18
|
-
"Language-Team: LANGUAGE <LL@li.org>\n"
|
19
|
-
"Language: bn-IN\n"
|
19
|
+
"Language: bn\n"
|
20
20
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
21
|
-
"X-Generator: Zanata 3.6.2\n"
|
22
21
|
|
23
22
|
msgid ""
|
24
23
|
"\n"
|
@@ -46,20 +45,56 @@ msgstr ""
|
|
46
45
|
msgid " View task details "
|
47
46
|
msgstr ""
|
48
47
|
|
49
|
-
|
48
|
+
msgid " ago"
|
49
|
+
msgstr ""
|
50
|
+
|
51
|
+
msgid " ago."
|
52
|
+
msgstr ""
|
53
|
+
|
54
|
+
msgid " are out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
55
|
+
msgstr ""
|
56
|
+
|
57
|
+
msgid " content view is used in listed component content views. For more information, "
|
58
|
+
msgstr ""
|
59
|
+
|
60
|
+
msgid " content view is used in listed composite content views."
|
61
|
+
msgstr ""
|
62
|
+
|
50
63
|
msgid " environment cannot be set to an environment already on its path"
|
51
64
|
msgstr "পাথের মধ্যে উপস্থিত এনভায়রনমেন্টের জন্য এনভায়রনমেন্ট নির্ধারণ করা যায়নি"
|
52
65
|
|
66
|
+
msgid " found."
|
67
|
+
msgstr ""
|
68
|
+
|
69
|
+
msgid " is out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
70
|
+
msgstr ""
|
71
|
+
|
72
|
+
msgid "${deleteFlow ? 'Deleting' : 'Removing'} version ${versionNameToRemove}"
|
73
|
+
msgstr ""
|
74
|
+
|
75
|
+
msgid "${pluralize(akResponse.length, 'activation key')} will be moved to content view ${selectedCVNameForAK} in "
|
76
|
+
msgstr ""
|
77
|
+
|
78
|
+
msgid "${pluralize(hostResponse.length, 'host')} will be moved to content view ${selectedCVNameForHosts} in "
|
79
|
+
msgstr ""
|
80
|
+
|
81
|
+
msgid "${pluralize(versionCount, 'content view version')} in the environments below will be removed when content view is deleted"
|
82
|
+
msgstr ""
|
83
|
+
|
84
|
+
msgid "${selectedContentType}"
|
85
|
+
msgstr ""
|
86
|
+
|
87
|
+
msgid "${selectedContentType} will appear here when created."
|
88
|
+
msgstr ""
|
89
|
+
|
53
90
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
54
91
|
msgstr ""
|
55
92
|
|
56
93
|
msgid "%s Available"
|
57
94
|
msgstr ""
|
58
95
|
|
59
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
60
|
-
#, fuzzy
|
61
96
|
msgid "%s Errata"
|
62
|
-
msgstr "
|
97
|
+
msgstr ""
|
63
98
|
|
64
99
|
msgid "%s Host"
|
65
100
|
msgid_plural "%s Hosts"
|
@@ -69,253 +104,197 @@ msgstr[1] ""
|
|
69
104
|
msgid "%s Used"
|
70
105
|
msgstr ""
|
71
106
|
|
72
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author Runa Bhattacharjee
|
73
107
|
msgid "%s ago"
|
74
108
|
msgstr "%s পূর্বে"
|
75
109
|
|
76
110
|
msgid "%s has already been deleted"
|
77
111
|
msgstr ""
|
78
112
|
|
79
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
80
113
|
msgid "%s is not a valid package name"
|
81
114
|
msgstr "%s-টি বৈধ প্যাকেজের নাম নয়"
|
82
115
|
|
116
|
+
msgid "%s is required"
|
117
|
+
msgstr ""
|
118
|
+
|
83
119
|
msgid "%s is unreachable. %s"
|
84
120
|
msgstr ""
|
85
121
|
|
86
122
|
msgid "%s must be an array."
|
87
123
|
msgstr ""
|
88
124
|
|
89
|
-
#, fuzzy
|
90
125
|
msgid "%{errata} (%{total} other errata)"
|
91
|
-
msgstr "
|
126
|
+
msgstr ""
|
92
127
|
|
93
|
-
#, fuzzy
|
94
128
|
msgid "%{errata} (%{total} other errata) install canceled"
|
95
|
-
msgstr "
|
129
|
+
msgstr ""
|
96
130
|
|
97
|
-
#, fuzzy
|
98
131
|
msgid "%{errata} (%{total} other errata) install failed"
|
99
|
-
msgstr "
|
132
|
+
msgstr ""
|
100
133
|
|
101
|
-
#, fuzzy
|
102
134
|
msgid "%{errata} (%{total} other errata) install timed out"
|
103
|
-
msgstr "
|
135
|
+
msgstr ""
|
104
136
|
|
105
|
-
#, fuzzy
|
106
137
|
msgid "%{errata} (%{total} other errata) installed"
|
107
|
-
msgstr "
|
138
|
+
msgstr ""
|
108
139
|
|
109
|
-
#, fuzzy
|
110
140
|
msgid "%{errata} erratum install canceled"
|
111
|
-
msgstr "
|
141
|
+
msgstr ""
|
112
142
|
|
113
|
-
#, fuzzy
|
114
143
|
msgid "%{errata} erratum install failed"
|
115
|
-
msgstr "
|
144
|
+
msgstr ""
|
116
145
|
|
117
|
-
#, fuzzy
|
118
146
|
msgid "%{errata} erratum install timed out"
|
119
|
-
msgstr "
|
147
|
+
msgstr ""
|
120
148
|
|
121
|
-
#, fuzzy
|
122
149
|
msgid "%{errata} erratum installed"
|
123
|
-
msgstr "
|
150
|
+
msgstr ""
|
124
151
|
|
125
152
|
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
153
|
msgstr ""
|
127
154
|
|
128
|
-
#, fuzzy
|
129
155
|
msgid "%{group} (%{total} other package groups)"
|
130
|
-
msgstr "
|
156
|
+
msgstr ""
|
131
157
|
|
132
|
-
#, fuzzy
|
133
158
|
msgid "%{group} (%{total} other package groups) install canceled"
|
134
|
-
msgstr "
|
159
|
+
msgstr ""
|
135
160
|
|
136
|
-
#, fuzzy
|
137
161
|
msgid "%{group} (%{total} other package groups) install failed"
|
138
|
-
msgstr "
|
162
|
+
msgstr ""
|
139
163
|
|
140
|
-
#, fuzzy
|
141
164
|
msgid "%{group} (%{total} other package groups) install timed out"
|
142
|
-
msgstr "
|
165
|
+
msgstr ""
|
143
166
|
|
144
|
-
#, fuzzy
|
145
167
|
msgid "%{group} (%{total} other package groups) installed"
|
146
|
-
msgstr "
|
168
|
+
msgstr ""
|
147
169
|
|
148
|
-
#, fuzzy
|
149
170
|
msgid "%{group} (%{total} other package groups) remove canceled"
|
150
|
-
msgstr "
|
171
|
+
msgstr ""
|
151
172
|
|
152
|
-
#, fuzzy
|
153
173
|
msgid "%{group} (%{total} other package groups) remove failed"
|
154
|
-
msgstr "
|
174
|
+
msgstr ""
|
155
175
|
|
156
|
-
#, fuzzy
|
157
176
|
msgid "%{group} (%{total} other package groups) remove timed out"
|
158
|
-
msgstr "
|
177
|
+
msgstr ""
|
159
178
|
|
160
|
-
#, fuzzy
|
161
179
|
msgid "%{group} (%{total} other package groups) removed"
|
162
|
-
msgstr "
|
180
|
+
msgstr ""
|
163
181
|
|
164
|
-
#, fuzzy
|
165
182
|
msgid "%{group} (%{total} other package groups) update canceled"
|
166
|
-
msgstr "
|
183
|
+
msgstr ""
|
167
184
|
|
168
|
-
#, fuzzy
|
169
185
|
msgid "%{group} (%{total} other package groups) update failed"
|
170
|
-
msgstr "
|
186
|
+
msgstr ""
|
171
187
|
|
172
|
-
#, fuzzy
|
173
188
|
msgid "%{group} (%{total} other package groups) update timed out"
|
174
|
-
msgstr "
|
189
|
+
msgstr ""
|
175
190
|
|
176
|
-
#, fuzzy
|
177
191
|
msgid "%{group} (%{total} other package groups) updated"
|
178
|
-
msgstr "
|
192
|
+
msgstr ""
|
179
193
|
|
180
|
-
#, fuzzy
|
181
194
|
msgid "%{group} package group install canceled"
|
182
|
-
msgstr "
|
195
|
+
msgstr ""
|
183
196
|
|
184
|
-
#, fuzzy
|
185
197
|
msgid "%{group} package group install failed"
|
186
|
-
msgstr "
|
198
|
+
msgstr ""
|
187
199
|
|
188
|
-
#, fuzzy
|
189
200
|
msgid "%{group} package group install timed out"
|
190
|
-
msgstr "
|
201
|
+
msgstr ""
|
191
202
|
|
192
|
-
#, fuzzy
|
193
203
|
msgid "%{group} package group installed"
|
194
|
-
msgstr "
|
204
|
+
msgstr ""
|
195
205
|
|
196
|
-
#, fuzzy
|
197
206
|
msgid "%{group} package group remove canceled"
|
198
|
-
msgstr "
|
207
|
+
msgstr ""
|
199
208
|
|
200
|
-
#, fuzzy
|
201
209
|
msgid "%{group} package group remove failed"
|
202
|
-
msgstr "
|
210
|
+
msgstr ""
|
203
211
|
|
204
|
-
#, fuzzy
|
205
212
|
msgid "%{group} package group remove timed out"
|
206
|
-
msgstr "
|
213
|
+
msgstr ""
|
207
214
|
|
208
|
-
#, fuzzy
|
209
215
|
msgid "%{group} package group removed"
|
210
|
-
msgstr "
|
216
|
+
msgstr ""
|
211
217
|
|
212
|
-
#, fuzzy
|
213
218
|
msgid "%{group} package group update canceled"
|
214
|
-
msgstr "
|
219
|
+
msgstr ""
|
215
220
|
|
216
|
-
#, fuzzy
|
217
221
|
msgid "%{group} package group update failed"
|
218
|
-
msgstr "
|
222
|
+
msgstr ""
|
219
223
|
|
220
|
-
#, fuzzy
|
221
224
|
msgid "%{group} package group update timed out"
|
222
|
-
msgstr "
|
225
|
+
msgstr ""
|
223
226
|
|
224
|
-
#, fuzzy
|
225
227
|
msgid "%{group} package group updated"
|
226
|
-
msgstr "
|
228
|
+
msgstr ""
|
227
229
|
|
228
|
-
#, fuzzy
|
229
230
|
msgid "%{package} (%{total} other packages)"
|
230
|
-
msgstr "
|
231
|
+
msgstr ""
|
231
232
|
|
232
|
-
#, fuzzy
|
233
233
|
msgid "%{package} (%{total} other packages) install canceled"
|
234
|
-
msgstr "
|
234
|
+
msgstr ""
|
235
235
|
|
236
|
-
#, fuzzy
|
237
236
|
msgid "%{package} (%{total} other packages) install failed"
|
238
|
-
msgstr "
|
237
|
+
msgstr ""
|
239
238
|
|
240
|
-
#, fuzzy
|
241
239
|
msgid "%{package} (%{total} other packages) install timed out"
|
242
|
-
msgstr "
|
240
|
+
msgstr ""
|
243
241
|
|
244
|
-
#, fuzzy
|
245
242
|
msgid "%{package} (%{total} other packages) installed"
|
246
|
-
msgstr "
|
243
|
+
msgstr ""
|
247
244
|
|
248
|
-
#, fuzzy
|
249
245
|
msgid "%{package} (%{total} other packages) remove canceled"
|
250
|
-
msgstr "
|
246
|
+
msgstr ""
|
251
247
|
|
252
|
-
#, fuzzy
|
253
248
|
msgid "%{package} (%{total} other packages) remove failed"
|
254
|
-
msgstr "
|
249
|
+
msgstr ""
|
255
250
|
|
256
|
-
#, fuzzy
|
257
251
|
msgid "%{package} (%{total} other packages) remove timed out"
|
258
|
-
msgstr "
|
252
|
+
msgstr ""
|
259
253
|
|
260
|
-
#, fuzzy
|
261
254
|
msgid "%{package} (%{total} other packages) removed"
|
262
|
-
msgstr "
|
255
|
+
msgstr ""
|
263
256
|
|
264
|
-
#, fuzzy
|
265
257
|
msgid "%{package} (%{total} other packages) update canceled"
|
266
|
-
msgstr "
|
258
|
+
msgstr ""
|
267
259
|
|
268
|
-
#, fuzzy
|
269
260
|
msgid "%{package} (%{total} other packages) update failed"
|
270
|
-
msgstr "
|
261
|
+
msgstr ""
|
271
262
|
|
272
|
-
#, fuzzy
|
273
263
|
msgid "%{package} (%{total} other packages) update timed out"
|
274
|
-
msgstr "
|
264
|
+
msgstr ""
|
275
265
|
|
276
|
-
#, fuzzy
|
277
266
|
msgid "%{package} (%{total} other packages) updated"
|
278
|
-
msgstr "
|
267
|
+
msgstr ""
|
279
268
|
|
280
|
-
#, fuzzy
|
281
269
|
msgid "%{package} package install canceled"
|
282
|
-
msgstr "
|
270
|
+
msgstr ""
|
283
271
|
|
284
|
-
#, fuzzy
|
285
272
|
msgid "%{package} package install timed out"
|
286
|
-
msgstr "
|
273
|
+
msgstr ""
|
287
274
|
|
288
|
-
#, fuzzy
|
289
275
|
msgid "%{package} package remove canceled"
|
290
|
-
msgstr "
|
276
|
+
msgstr ""
|
291
277
|
|
292
|
-
#, fuzzy
|
293
278
|
msgid "%{package} package remove failed"
|
294
|
-
msgstr "
|
279
|
+
msgstr ""
|
295
280
|
|
296
|
-
#, fuzzy
|
297
281
|
msgid "%{package} package remove timed out"
|
298
|
-
msgstr "
|
282
|
+
msgstr ""
|
299
283
|
|
300
|
-
#, fuzzy
|
301
284
|
msgid "%{package} package removed"
|
302
|
-
msgstr "
|
285
|
+
msgstr ""
|
303
286
|
|
304
|
-
#, fuzzy
|
305
287
|
msgid "%{package} package update canceled"
|
306
|
-
msgstr "
|
288
|
+
msgstr ""
|
307
289
|
|
308
|
-
#, fuzzy
|
309
290
|
msgid "%{package} package update failed"
|
310
|
-
msgstr "
|
291
|
+
msgstr ""
|
311
292
|
|
312
|
-
#, fuzzy
|
313
293
|
msgid "%{package} package update timed out"
|
314
|
-
msgstr "
|
294
|
+
msgstr ""
|
315
295
|
|
316
|
-
#, fuzzy
|
317
296
|
msgid "%{package} package updated"
|
318
|
-
msgstr "
|
297
|
+
msgstr ""
|
319
298
|
|
320
299
|
msgid "%{sla}"
|
321
300
|
msgstr ""
|
@@ -341,7 +320,6 @@ msgstr ""
|
|
341
320
|
msgid ", must be unique to major and version id version."
|
342
321
|
msgstr ""
|
343
322
|
|
344
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
345
323
|
msgid ": '%s' is a built-in environment"
|
346
324
|
msgstr ": '%s' একটি বিল্ট-ইন পরিবেশ"
|
347
325
|
|
@@ -366,9 +344,8 @@ msgstr ""
|
|
366
344
|
msgid "A content view can be added by using the \"Create content view\" button above."
|
367
345
|
msgstr ""
|
368
346
|
|
369
|
-
#, fuzzy
|
370
347
|
msgid "A content_type must be provided."
|
371
|
-
msgstr "
|
348
|
+
msgstr ""
|
372
349
|
|
373
350
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
374
351
|
msgstr ""
|
@@ -400,6 +377,9 @@ msgstr ""
|
|
400
377
|
msgid "A summary of new errata after a repository is synchronized"
|
401
378
|
msgstr ""
|
402
379
|
|
380
|
+
msgid "ANY"
|
381
|
+
msgstr ""
|
382
|
+
|
403
383
|
msgid "About page"
|
404
384
|
msgstr ""
|
405
385
|
|
@@ -427,7 +407,9 @@ msgstr ""
|
|
427
407
|
msgid "Action with sub plans"
|
428
408
|
msgstr ""
|
429
409
|
|
430
|
-
|
410
|
+
msgid "Actions"
|
411
|
+
msgstr ""
|
412
|
+
|
431
413
|
msgid "Activation Keys"
|
432
414
|
msgstr "অ্যাক্টিভেশন-কি"
|
433
415
|
|
@@ -440,9 +422,11 @@ msgstr ""
|
|
440
422
|
msgid "Activation key(s) for Subscription Manager."
|
441
423
|
msgstr ""
|
442
424
|
|
443
|
-
|
425
|
+
msgid "Activation keys"
|
426
|
+
msgstr ""
|
427
|
+
|
444
428
|
msgid "Activation keys and subscriptions can be managed"
|
445
|
-
msgstr "
|
429
|
+
msgstr ""
|
446
430
|
|
447
431
|
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
432
|
msgstr ""
|
@@ -453,14 +437,18 @@ msgstr ""
|
|
453
437
|
msgid "Active Subscriptions"
|
454
438
|
msgstr ""
|
455
439
|
|
456
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
457
|
-
#, fuzzy
|
458
440
|
msgid "Active only"
|
459
|
-
msgstr "
|
441
|
+
msgstr ""
|
460
442
|
|
461
443
|
msgid "Add"
|
462
444
|
msgstr ""
|
463
445
|
|
446
|
+
msgid "Add Bookmark"
|
447
|
+
msgstr ""
|
448
|
+
|
449
|
+
msgid "Add RPM rule"
|
450
|
+
msgstr ""
|
451
|
+
|
464
452
|
msgid "Add Subscriptions"
|
465
453
|
msgstr ""
|
466
454
|
|
@@ -470,12 +458,24 @@ msgstr ""
|
|
470
458
|
msgid "Add component"
|
471
459
|
msgstr ""
|
472
460
|
|
461
|
+
msgid "Add component content views"
|
462
|
+
msgstr ""
|
463
|
+
|
473
464
|
msgid "Add components to the content view"
|
474
465
|
msgstr ""
|
475
466
|
|
467
|
+
msgid "Add content views"
|
468
|
+
msgstr ""
|
469
|
+
|
476
470
|
msgid "Add custom cron logic for sync plan"
|
477
471
|
msgstr ""
|
478
472
|
|
473
|
+
msgid "Add errata"
|
474
|
+
msgstr ""
|
475
|
+
|
476
|
+
msgid "Add filter rule"
|
477
|
+
msgstr ""
|
478
|
+
|
479
479
|
msgid "Add filters using the 'Add filter' button above."
|
480
480
|
msgstr ""
|
481
481
|
|
@@ -485,6 +485,9 @@ msgstr ""
|
|
485
485
|
msgid "Add lifecycle environments to the smart proxy"
|
486
486
|
msgstr ""
|
487
487
|
|
488
|
+
msgid "Add new bookmark"
|
489
|
+
msgstr ""
|
490
|
+
|
488
491
|
msgid "Add one or more host collections to one or more hosts"
|
489
492
|
msgstr ""
|
490
493
|
|
@@ -494,28 +497,37 @@ msgstr ""
|
|
494
497
|
msgid "Add products to sync plan"
|
495
498
|
msgstr ""
|
496
499
|
|
500
|
+
msgid "Add repositories"
|
501
|
+
msgstr ""
|
502
|
+
|
503
|
+
msgid "Add rule"
|
504
|
+
msgstr ""
|
505
|
+
|
497
506
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
498
507
|
msgstr ""
|
499
508
|
|
500
509
|
msgid "Add subscriptions to one or more hosts"
|
501
510
|
msgstr ""
|
502
511
|
|
503
|
-
msgid "Add to this filter using the 'Add RPM' button."
|
512
|
+
msgid "Add to this filter using the 'Add RPM rule' button."
|
504
513
|
msgstr ""
|
505
514
|
|
506
|
-
msgid "Add to this filter using the 'Add
|
515
|
+
msgid "Add to this filter using the 'Add filter rule' button."
|
516
|
+
msgstr ""
|
517
|
+
|
518
|
+
msgid "Add traces by applying updates on this host."
|
507
519
|
msgstr ""
|
508
520
|
|
509
521
|
msgid "Added"
|
510
522
|
msgstr ""
|
511
523
|
|
512
|
-
msgid "Added
|
524
|
+
msgid "Added %s"
|
513
525
|
msgstr ""
|
514
526
|
|
515
|
-
msgid "Added
|
527
|
+
msgid "Added Content:"
|
516
528
|
msgstr ""
|
517
529
|
|
518
|
-
msgid "
|
530
|
+
msgid "Added component to content view"
|
519
531
|
msgstr ""
|
520
532
|
|
521
533
|
msgid "Additional content"
|
@@ -524,30 +536,51 @@ msgstr ""
|
|
524
536
|
msgid "Addons"
|
525
537
|
msgstr ""
|
526
538
|
|
539
|
+
msgid "Affected repositories"
|
540
|
+
msgstr ""
|
541
|
+
|
527
542
|
msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
|
528
543
|
msgstr ""
|
529
544
|
|
530
545
|
msgid "Agent action"
|
531
546
|
msgstr ""
|
532
547
|
|
548
|
+
msgid "All"
|
549
|
+
msgstr ""
|
550
|
+
|
533
551
|
msgid "All Media"
|
534
552
|
msgstr ""
|
535
553
|
|
554
|
+
msgid "All Repositories"
|
555
|
+
msgstr ""
|
556
|
+
|
536
557
|
msgid "All available architectures for this repo are enabled."
|
537
558
|
msgstr ""
|
538
559
|
|
539
560
|
msgid "All errata applied"
|
540
561
|
msgstr ""
|
541
562
|
|
563
|
+
msgid "All versions"
|
564
|
+
msgstr ""
|
565
|
+
|
566
|
+
msgid "All versions will be removed from these environments"
|
567
|
+
msgstr ""
|
568
|
+
|
542
569
|
msgid "Allow Host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
|
543
570
|
msgstr ""
|
544
571
|
|
572
|
+
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)"
|
573
|
+
msgstr ""
|
574
|
+
|
545
575
|
msgid "Allow hosts to re-register themselves only when they are in build mode"
|
546
576
|
msgstr ""
|
547
577
|
|
548
578
|
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
579
|
msgstr ""
|
550
580
|
|
581
|
+
msgid "Also include the latest upgradable package version for each host package"
|
582
|
+
msgstr ""
|
583
|
+
|
551
584
|
msgid "Alter a hosts host collections"
|
552
585
|
msgstr ""
|
553
586
|
|
@@ -571,6 +604,11 @@ msgid ""
|
|
571
604
|
"%{error_message}"
|
572
605
|
msgstr ""
|
573
606
|
|
607
|
+
msgid ""
|
608
|
+
"An error occurred during upload \n"
|
609
|
+
"%{error_message}"
|
610
|
+
msgstr ""
|
611
|
+
|
574
612
|
msgid "Another component already includes content view with ID %s"
|
575
613
|
msgstr ""
|
576
614
|
|
@@ -583,9 +621,42 @@ msgstr ""
|
|
583
621
|
msgid "Ansible Collections"
|
584
622
|
msgstr ""
|
585
623
|
|
624
|
+
msgid "Ansible collection"
|
625
|
+
msgstr ""
|
626
|
+
|
627
|
+
msgid "Ansible collections"
|
628
|
+
msgstr ""
|
629
|
+
|
586
630
|
msgid "Applicability Batch Size"
|
587
631
|
msgstr ""
|
588
632
|
|
633
|
+
msgid "Applicable Content Hosts"
|
634
|
+
msgstr ""
|
635
|
+
|
636
|
+
msgid "Application"
|
637
|
+
msgstr ""
|
638
|
+
|
639
|
+
msgid "Apply"
|
640
|
+
msgstr ""
|
641
|
+
|
642
|
+
msgid "Apply Erratum"
|
643
|
+
msgstr ""
|
644
|
+
|
645
|
+
msgid "Apply to all repositories in the CV"
|
646
|
+
msgstr ""
|
647
|
+
|
648
|
+
msgid "Apply to subset of repositories"
|
649
|
+
msgstr ""
|
650
|
+
|
651
|
+
msgid "Apply via Katello agent"
|
652
|
+
msgstr ""
|
653
|
+
|
654
|
+
msgid "Apply via customized remote execution"
|
655
|
+
msgstr ""
|
656
|
+
|
657
|
+
msgid "Apply via remote execution"
|
658
|
+
msgstr ""
|
659
|
+
|
589
660
|
msgid "Arch"
|
590
661
|
msgstr ""
|
591
662
|
|
@@ -598,6 +669,9 @@ msgstr ""
|
|
598
669
|
msgid "Architecture(s)"
|
599
670
|
msgstr ""
|
600
671
|
|
672
|
+
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."
|
673
|
+
msgstr ""
|
674
|
+
|
601
675
|
msgid "Are you sure you want to delete the manifest?"
|
602
676
|
msgstr ""
|
603
677
|
|
@@ -666,21 +740,20 @@ msgstr ""
|
|
666
740
|
msgid "At least one Content View Version must be specified"
|
667
741
|
msgstr ""
|
668
742
|
|
669
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
670
743
|
msgid "At least one activation key must be provided"
|
671
744
|
msgstr "অন্তত একটি অ্যাক্টিভেশন-কি উপলব্ধ করা আবশ্যক"
|
672
745
|
|
673
746
|
msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
|
674
747
|
msgstr ""
|
675
748
|
|
676
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
677
749
|
msgid "At least one organization must exist."
|
678
750
|
msgstr "অন্তত একটি প্রতিষ্ঠান উপস্থিত থাকা আবশ্যক।"
|
679
751
|
|
680
|
-
|
681
|
-
|
752
|
+
msgid "Atleast one errata type needs to be selected."
|
753
|
+
msgstr ""
|
754
|
+
|
682
755
|
msgid "Attach a subscription"
|
683
|
-
msgstr "
|
756
|
+
msgstr ""
|
684
757
|
|
685
758
|
msgid "Attach subscriptions"
|
686
759
|
msgstr ""
|
@@ -694,22 +767,17 @@ msgstr ""
|
|
694
767
|
msgid "Auth URL requires Auth token be set."
|
695
768
|
msgstr ""
|
696
769
|
|
697
|
-
msgid "Auth token requires Auth URL be set."
|
698
|
-
msgstr ""
|
699
|
-
|
700
770
|
msgid "Author"
|
701
771
|
msgstr ""
|
702
772
|
|
703
|
-
msgid "Auto Publish"
|
704
|
-
msgstr ""
|
705
|
-
|
706
773
|
msgid "Auto Publish - Triggered by '%s'"
|
707
774
|
msgstr ""
|
708
775
|
|
709
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
710
|
-
#, fuzzy
|
711
776
|
msgid "Auto attach subscriptions"
|
712
|
-
msgstr "
|
777
|
+
msgstr ""
|
778
|
+
|
779
|
+
msgid "Auto publish"
|
780
|
+
msgstr ""
|
713
781
|
|
714
782
|
msgid "Autopublish"
|
715
783
|
msgstr ""
|
@@ -726,10 +794,10 @@ msgstr ""
|
|
726
794
|
msgid "Available Repositories"
|
727
795
|
msgstr ""
|
728
796
|
|
729
|
-
msgid "
|
797
|
+
msgid "Available Schema Versions"
|
730
798
|
msgstr ""
|
731
799
|
|
732
|
-
msgid "
|
800
|
+
msgid "Backend System Status"
|
733
801
|
msgstr ""
|
734
802
|
|
735
803
|
msgid "Base URL to perform repo discovery on"
|
@@ -744,7 +812,9 @@ msgstr ""
|
|
744
812
|
msgid "Batch size to sync repositories in."
|
745
813
|
msgstr ""
|
746
814
|
|
747
|
-
|
815
|
+
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."
|
816
|
+
msgstr ""
|
817
|
+
|
748
818
|
msgid "Beta"
|
749
819
|
msgstr "বিটা"
|
750
820
|
|
@@ -754,42 +824,57 @@ msgstr ""
|
|
754
824
|
msgid "Bind entitlements to an allocation"
|
755
825
|
msgstr ""
|
756
826
|
|
757
|
-
msgid "
|
827
|
+
msgid "Bookmark this search"
|
828
|
+
msgstr ""
|
829
|
+
|
830
|
+
msgid "Bookmarks marked as public are available to all users"
|
758
831
|
msgstr ""
|
759
832
|
|
760
|
-
msgid "
|
833
|
+
msgid "Both major and minor parameters have to be used to override a CV version"
|
761
834
|
msgstr ""
|
762
835
|
|
763
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
764
836
|
msgid "Bug Fix"
|
765
837
|
msgstr "বাগ সংশোধন"
|
766
838
|
|
767
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
768
|
-
#, fuzzy
|
769
839
|
msgid "Bugfix"
|
770
|
-
msgstr "
|
840
|
+
msgstr ""
|
841
|
+
|
842
|
+
msgid "Bugs"
|
843
|
+
msgstr ""
|
844
|
+
|
845
|
+
msgid "Bulk generate applicability for host %s"
|
846
|
+
msgstr ""
|
771
847
|
|
772
848
|
msgid "Bulk generate applicability for hosts"
|
773
849
|
msgstr ""
|
774
850
|
|
851
|
+
msgid "CDN Configuration"
|
852
|
+
msgstr ""
|
853
|
+
|
854
|
+
msgid "CDN Configuration for Red Hat Content"
|
855
|
+
msgstr ""
|
856
|
+
|
857
|
+
msgid "CDN Configuration updated."
|
858
|
+
msgstr ""
|
859
|
+
|
775
860
|
msgid "CDN SSL version"
|
776
861
|
msgstr ""
|
777
862
|
|
778
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
779
863
|
msgid "CDN loading error: %s not found"
|
780
864
|
msgstr "CDN লোড করতে ত্রুটি: %s পাওয়া যায়নি"
|
781
865
|
|
782
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
783
866
|
msgid "CDN loading error: access denied to %s"
|
784
867
|
msgstr "CDN লোড করতে ত্রুটি: %s ব্যবহারের অনুমতি প্রত্যাখ্যান করা হয়েছে"
|
785
868
|
|
786
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
787
869
|
msgid "CDN loading error: access forbidden to %s"
|
788
870
|
msgstr "CDN লোড করতে ত্রুটি: %s-র ব্যবহার নিষেধ"
|
789
871
|
|
790
872
|
msgid "CVE identifier"
|
791
873
|
msgstr ""
|
792
874
|
|
875
|
+
msgid "CVEs"
|
876
|
+
msgstr ""
|
877
|
+
|
793
878
|
msgid "Calculate Applicable Errata based on a particular Content View"
|
794
879
|
msgstr ""
|
795
880
|
|
@@ -811,11 +896,9 @@ msgstr ""
|
|
811
896
|
msgid "Can only upload to Yum Repositories."
|
812
897
|
msgstr ""
|
813
898
|
|
814
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
815
899
|
msgid "Can't update the '%s' environment"
|
816
900
|
msgstr "'%s' পরিবেশ আপডেট করা সম্ভব নয়"
|
817
901
|
|
818
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman
|
819
902
|
msgid "Cancel"
|
820
903
|
msgstr "বাতিল"
|
821
904
|
|
@@ -825,20 +908,12 @@ msgstr ""
|
|
825
908
|
msgid "Cancel running smart proxy synchronization"
|
826
909
|
msgstr ""
|
827
910
|
|
828
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
829
|
-
#, fuzzy
|
830
911
|
msgid "Canceled"
|
831
|
-
msgstr "বাতিল করা হয়েছে।"
|
832
|
-
|
833
|
-
msgid "Cancelled"
|
834
912
|
msgstr ""
|
835
913
|
|
836
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
837
|
-
#, fuzzy
|
838
914
|
msgid "Cancelled."
|
839
|
-
msgstr "
|
915
|
+
msgstr ""
|
840
916
|
|
841
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
842
917
|
msgid "Candlepin Event"
|
843
918
|
msgstr "Candlepin-র ইভেন্ট"
|
844
919
|
|
@@ -881,14 +956,12 @@ msgstr ""
|
|
881
956
|
msgid "Cannot clone into the Default Content View"
|
882
957
|
msgstr ""
|
883
958
|
|
884
|
-
#, fuzzy
|
885
959
|
msgid "Cannot delete '%{view}' due to associated %{dependent}: %{names}."
|
886
|
-
msgstr "
|
960
|
+
msgstr ""
|
887
961
|
|
888
962
|
msgid "Cannot delete Red Hat product: %{product}"
|
889
963
|
msgstr ""
|
890
964
|
|
891
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
892
965
|
msgid "Cannot delete from %s, view does not exist there."
|
893
966
|
msgstr "%s থেকে মোছা যাবে না, সেখানে রূপের অস্তিত্ব নেই।"
|
894
967
|
|
@@ -907,20 +980,17 @@ msgstr ""
|
|
907
980
|
msgid "Cannot delete the last Location."
|
908
981
|
msgstr ""
|
909
982
|
|
910
|
-
#, fuzzy
|
911
983
|
msgid "Cannot delete version while it is in environment %s"
|
912
|
-
msgstr "
|
984
|
+
msgstr ""
|
913
985
|
|
914
|
-
#, fuzzy
|
915
986
|
msgid "Cannot delete version while it is in environments: %s"
|
916
|
-
msgstr "
|
987
|
+
msgstr ""
|
917
988
|
|
918
989
|
msgid "Cannot delete version while it is in use by composite content views: %s"
|
919
990
|
msgstr ""
|
920
991
|
|
921
|
-
#, fuzzy
|
922
992
|
msgid "Cannot delete view while it exists in environments"
|
923
|
-
msgstr "
|
993
|
+
msgstr ""
|
924
994
|
|
925
995
|
msgid "Cannot import a composite content view"
|
926
996
|
msgstr ""
|
@@ -946,7 +1016,6 @@ msgstr ""
|
|
946
1016
|
msgid "Cannot publish default content view"
|
947
1017
|
msgstr ""
|
948
1018
|
|
949
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
950
1019
|
msgid "Cannot register a system to the '%s' environment"
|
951
1020
|
msgstr "'%s' পরিবেশে সিস্টেম নিবন্ধন করা যাবে না"
|
952
1021
|
|
@@ -977,6 +1046,9 @@ msgstr ""
|
|
977
1046
|
msgid "Cannot sync file:// repositories with the On Demand Download Policy"
|
978
1047
|
msgstr ""
|
979
1048
|
|
1049
|
+
msgid "Cannot upload Ansible collections."
|
1050
|
+
msgstr ""
|
1051
|
+
|
980
1052
|
msgid "Cannot upload Container Image content."
|
981
1053
|
msgstr ""
|
982
1054
|
|
@@ -1010,14 +1082,12 @@ msgstr ""
|
|
1010
1082
|
msgid "Click here to go to the tasks page for the task."
|
1011
1083
|
msgstr ""
|
1012
1084
|
|
1013
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
1014
1085
|
msgid "Clone"
|
1015
1086
|
msgstr "ক্লোন করুন"
|
1016
1087
|
|
1017
1088
|
msgid "Close"
|
1018
1089
|
msgstr ""
|
1019
1090
|
|
1020
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
1021
1091
|
msgid "Collapse All"
|
1022
1092
|
msgstr "সকল সংকুচন করুন"
|
1023
1093
|
|
@@ -1030,7 +1100,6 @@ msgstr ""
|
|
1030
1100
|
msgid "Comma-separated list of tags to sync for Container Image repository"
|
1031
1101
|
msgstr ""
|
1032
1102
|
|
1033
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
1034
1103
|
msgid "Component"
|
1035
1104
|
msgstr "অংশ"
|
1036
1105
|
|
@@ -1040,6 +1109,15 @@ msgstr ""
|
|
1040
1109
|
msgid "Component content view"
|
1041
1110
|
msgstr ""
|
1042
1111
|
|
1112
|
+
msgid "Component content views"
|
1113
|
+
msgstr ""
|
1114
|
+
|
1115
|
+
msgid "Components"
|
1116
|
+
msgstr ""
|
1117
|
+
|
1118
|
+
msgid "Composite"
|
1119
|
+
msgstr ""
|
1120
|
+
|
1043
1121
|
msgid "Composite Content View"
|
1044
1122
|
msgstr ""
|
1045
1123
|
|
@@ -1049,6 +1127,9 @@ msgstr ""
|
|
1049
1127
|
msgid "Composite content view"
|
1050
1128
|
msgstr ""
|
1051
1129
|
|
1130
|
+
msgid "Composite content views"
|
1131
|
+
msgstr ""
|
1132
|
+
|
1052
1133
|
msgid "Compute resource IDs"
|
1053
1134
|
msgstr ""
|
1054
1135
|
|
@@ -1064,6 +1145,12 @@ msgstr ""
|
|
1064
1145
|
msgid "Consisting of multiple component content views"
|
1065
1146
|
msgstr ""
|
1066
1147
|
|
1148
|
+
msgid "Consists of content views"
|
1149
|
+
msgstr ""
|
1150
|
+
|
1151
|
+
msgid "Consists of repositories"
|
1152
|
+
msgstr ""
|
1153
|
+
|
1067
1154
|
msgid "Consumed"
|
1068
1155
|
msgstr ""
|
1069
1156
|
|
@@ -1088,28 +1175,44 @@ msgstr ""
|
|
1088
1175
|
msgid "Container image tag"
|
1089
1176
|
msgstr ""
|
1090
1177
|
|
1091
|
-
|
1178
|
+
msgid "Container image tags"
|
1179
|
+
msgstr ""
|
1180
|
+
|
1181
|
+
msgid "Container manifest lists"
|
1182
|
+
msgstr ""
|
1183
|
+
|
1184
|
+
msgid "Container manifests"
|
1185
|
+
msgstr ""
|
1186
|
+
|
1092
1187
|
msgid "Content"
|
1093
1188
|
msgstr "তথ্য"
|
1094
1189
|
|
1190
|
+
msgid "Content Count"
|
1191
|
+
msgstr ""
|
1192
|
+
|
1095
1193
|
msgid "Content Credential ID"
|
1096
1194
|
msgstr ""
|
1097
1195
|
|
1098
1196
|
msgid "Content Credential numeric identifier"
|
1099
1197
|
msgstr ""
|
1100
1198
|
|
1199
|
+
msgid "Content Credential to use for SSL CA"
|
1200
|
+
msgstr ""
|
1201
|
+
|
1101
1202
|
msgid "Content Credentials"
|
1102
1203
|
msgstr ""
|
1103
1204
|
|
1205
|
+
msgid "Content Details"
|
1206
|
+
msgstr ""
|
1207
|
+
|
1104
1208
|
msgid "Content Download URL"
|
1105
1209
|
msgstr ""
|
1106
1210
|
|
1107
1211
|
msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
|
1108
1212
|
msgstr ""
|
1109
1213
|
|
1110
|
-
#, fuzzy
|
1111
1214
|
msgid "Content Hosts"
|
1112
|
-
msgstr "
|
1215
|
+
msgstr ""
|
1113
1216
|
|
1114
1217
|
msgid "Content Source"
|
1115
1218
|
msgstr ""
|
@@ -1120,26 +1223,20 @@ msgstr ""
|
|
1120
1223
|
msgid "Content Types"
|
1121
1224
|
msgstr ""
|
1122
1225
|
|
1123
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
1124
1226
|
msgid "Content View"
|
1125
1227
|
msgstr "তথ্য রূপ"
|
1126
1228
|
|
1127
1229
|
msgid "Content View %{view}: Versions: %{versions}"
|
1128
1230
|
msgstr ""
|
1129
1231
|
|
1130
|
-
msgid "Content View Dependency Solving Algorithm"
|
1131
|
-
msgstr ""
|
1132
|
-
|
1133
1232
|
msgid "Content View Dependency Solving Default"
|
1134
1233
|
msgstr ""
|
1135
1234
|
|
1136
1235
|
msgid "Content View Details"
|
1137
1236
|
msgstr ""
|
1138
1237
|
|
1139
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
1140
|
-
#, fuzzy
|
1141
1238
|
msgid "Content View Filter id"
|
1142
|
-
msgstr "
|
1239
|
+
msgstr ""
|
1143
1240
|
|
1144
1241
|
msgid "Content View Filter identifier"
|
1145
1242
|
msgstr ""
|
@@ -1147,6 +1244,12 @@ msgstr ""
|
|
1147
1244
|
msgid "Content View ID"
|
1148
1245
|
msgstr ""
|
1149
1246
|
|
1247
|
+
msgid "Content View Label"
|
1248
|
+
msgstr ""
|
1249
|
+
|
1250
|
+
msgid "Content View Name"
|
1251
|
+
msgstr ""
|
1252
|
+
|
1150
1253
|
msgid "Content View Version %{id} not in all specified environments %{envs}"
|
1151
1254
|
msgstr ""
|
1152
1255
|
|
@@ -1168,7 +1271,6 @@ msgstr ""
|
|
1168
1271
|
msgid "Content View id"
|
1169
1272
|
msgstr ""
|
1170
1273
|
|
1171
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
1172
1274
|
msgid "Content Views"
|
1173
1275
|
msgstr "বিষয়বস্তুর রূপ"
|
1174
1276
|
|
@@ -1178,9 +1280,15 @@ msgstr ""
|
|
1178
1280
|
msgid "Content host must be unregistered before performing this action."
|
1179
1281
|
msgstr ""
|
1180
1282
|
|
1283
|
+
msgid "Content hosts"
|
1284
|
+
msgstr ""
|
1285
|
+
|
1181
1286
|
msgid "Content imported from %{path} into content view '%{name}' by %{user}"
|
1182
1287
|
msgstr ""
|
1183
1288
|
|
1289
|
+
msgid "Content not uploaded to pulp"
|
1290
|
+
msgstr ""
|
1291
|
+
|
1184
1292
|
msgid "Content source ID"
|
1185
1293
|
msgstr ""
|
1186
1294
|
|
@@ -1202,7 +1310,6 @@ msgstr ""
|
|
1202
1310
|
msgid "Content view ${name} created"
|
1203
1311
|
msgstr ""
|
1204
1312
|
|
1205
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
1206
1313
|
msgid "Content view '%{view}' is not in environment '%{env}'"
|
1207
1314
|
msgstr "বিষয়বস্তুর রূপ '%{view}' '%{env}' এনভায়রনমেন্টে নেই"
|
1208
1315
|
|
@@ -1212,6 +1319,9 @@ msgstr ""
|
|
1212
1319
|
msgid "Content view ID"
|
1213
1320
|
msgstr ""
|
1214
1321
|
|
1322
|
+
msgid "Content view details"
|
1323
|
+
msgstr ""
|
1324
|
+
|
1215
1325
|
msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
|
1216
1326
|
msgstr ""
|
1217
1327
|
|
@@ -1221,6 +1331,9 @@ msgstr ""
|
|
1221
1331
|
msgid "Content view label"
|
1222
1332
|
msgstr ""
|
1223
1333
|
|
1334
|
+
msgid "Content view name"
|
1335
|
+
msgstr ""
|
1336
|
+
|
1224
1337
|
msgid "Content view not provided in the metadata"
|
1225
1338
|
msgstr ""
|
1226
1339
|
|
@@ -1236,6 +1349,9 @@ msgstr ""
|
|
1236
1349
|
msgid "Content view version import history identifier"
|
1237
1350
|
msgstr ""
|
1238
1351
|
|
1352
|
+
msgid "Content views"
|
1353
|
+
msgstr ""
|
1354
|
+
|
1239
1355
|
msgid "Content_Host_Status"
|
1240
1356
|
msgstr ""
|
1241
1357
|
|
@@ -1254,18 +1370,18 @@ msgstr ""
|
|
1254
1370
|
msgid "Copy"
|
1255
1371
|
msgstr ""
|
1256
1372
|
|
1257
|
-
#, fuzzy
|
1258
1373
|
msgid "Copy an activation key"
|
1259
|
-
msgstr "
|
1374
|
+
msgstr ""
|
1375
|
+
|
1376
|
+
msgid "Copy content view"
|
1377
|
+
msgstr ""
|
1260
1378
|
|
1261
1379
|
msgid "Copy version units to library"
|
1262
1380
|
msgstr ""
|
1263
1381
|
|
1264
|
-
#, fuzzy
|
1265
1382
|
msgid "Cores: %s"
|
1266
|
-
msgstr "
|
1383
|
+
msgstr ""
|
1267
1384
|
|
1268
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
1269
1385
|
msgid "Could not delete organization '%s'."
|
1270
1386
|
msgstr "'%s' প্রতিষ্ঠান মুছে ফেলা যায়নি।"
|
1271
1387
|
|
@@ -1302,20 +1418,21 @@ msgstr ""
|
|
1302
1418
|
msgid "Could not remove the lifecycle environment from the smart proxy"
|
1303
1419
|
msgstr ""
|
1304
1420
|
|
1421
|
+
msgid "Couldn't establish a connection to %s"
|
1422
|
+
msgstr ""
|
1423
|
+
|
1305
1424
|
msgid "Couldn't find %{content_type} with id '%{id}'"
|
1306
1425
|
msgstr ""
|
1307
1426
|
|
1308
1427
|
msgid "Couldn't find %{type} Filter with id %{id}"
|
1309
1428
|
msgstr ""
|
1310
1429
|
|
1311
|
-
#, fuzzy
|
1312
1430
|
msgid "Couldn't find ContentViewFilter with id=%s"
|
1313
|
-
msgstr "
|
1431
|
+
msgstr ""
|
1314
1432
|
|
1315
1433
|
msgid "Couldn't find Organization '%s'."
|
1316
1434
|
msgstr ""
|
1317
1435
|
|
1318
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
1319
1436
|
msgid "Couldn't find activation key '%s'"
|
1320
1437
|
msgstr "'%s' অ্যাক্টিভেশন-কি পাওয়া যায়নি"
|
1321
1438
|
|
@@ -1325,9 +1442,8 @@ msgstr ""
|
|
1325
1442
|
msgid "Couldn't find activation key environment '%s'"
|
1326
1443
|
msgstr ""
|
1327
1444
|
|
1328
|
-
#, fuzzy
|
1329
1445
|
msgid "Couldn't find consumer '%s'"
|
1330
|
-
msgstr "
|
1446
|
+
msgstr ""
|
1331
1447
|
|
1332
1448
|
msgid "Couldn't find content host content view id '%s'"
|
1333
1449
|
msgstr ""
|
@@ -1335,28 +1451,23 @@ msgstr ""
|
|
1335
1451
|
msgid "Couldn't find content host environment '%s'"
|
1336
1452
|
msgstr ""
|
1337
1453
|
|
1338
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
1339
1454
|
msgid "Couldn't find content view '%s'"
|
1340
1455
|
msgstr "বিষয়বস্তুর রূপ '%s' খুঁজে পাওয়া গেল না"
|
1341
1456
|
|
1342
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
1343
|
-
#, fuzzy
|
1344
1457
|
msgid "Couldn't find content view version '%s'"
|
1345
|
-
msgstr "
|
1458
|
+
msgstr ""
|
1346
1459
|
|
1347
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
1348
|
-
#, fuzzy
|
1349
1460
|
msgid "Couldn't find content view versions '%s'"
|
1350
|
-
msgstr "
|
1461
|
+
msgstr ""
|
1462
|
+
|
1463
|
+
msgid "Couldn't find content view with id: '%s'"
|
1464
|
+
msgstr ""
|
1351
1465
|
|
1352
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
1353
1466
|
msgid "Couldn't find environment '%s'"
|
1354
1467
|
msgstr "'%s' এনভায়রনমেন্ট পাওয়া যায়নি"
|
1355
1468
|
|
1356
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
1357
|
-
#, fuzzy
|
1358
1469
|
msgid "Couldn't find errata ids '%s'"
|
1359
|
-
msgstr "
|
1470
|
+
msgstr ""
|
1360
1471
|
|
1361
1472
|
msgid "Couldn't find host collection '%s'"
|
1362
1473
|
msgstr ""
|
@@ -1364,33 +1475,27 @@ msgstr ""
|
|
1364
1475
|
msgid "Couldn't find host with host id '%s'"
|
1365
1476
|
msgstr ""
|
1366
1477
|
|
1367
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
1368
1478
|
msgid "Couldn't find organization '%s'"
|
1369
1479
|
msgstr "'%s' প্রতিষ্ঠান পাওয়া যায়নি"
|
1370
1480
|
|
1371
|
-
#, fuzzy
|
1372
1481
|
msgid "Couldn't find prior-environment '%s'"
|
1373
|
-
msgstr "
|
1482
|
+
msgstr ""
|
1374
1483
|
|
1375
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
1376
1484
|
msgid "Couldn't find product with id '%s'"
|
1377
1485
|
msgstr "'%s' id বিশিষ্ট উৎপাদন পাওয়া যায়নি"
|
1378
1486
|
|
1379
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
1380
1487
|
msgid "Couldn't find repository '%s'"
|
1381
1488
|
msgstr "'%s' সংগ্রহস্থল পাওয়া যায়নি"
|
1382
1489
|
|
1383
1490
|
msgid "Couldn't find specified Content View and Lifecycle Environment."
|
1384
1491
|
msgstr ""
|
1385
1492
|
|
1386
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
1387
1493
|
msgid "Couldn't find subject of synchronization"
|
1388
1494
|
msgstr "সুসংগতির জন্য প্রয়োজনীয় সামগ্রী পাওয়া যায়নি"
|
1389
1495
|
|
1390
1496
|
msgid "Count"
|
1391
1497
|
msgstr ""
|
1392
1498
|
|
1393
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
1394
1499
|
msgid "Create"
|
1395
1500
|
msgstr "নির্মাণ করুন"
|
1396
1501
|
|
@@ -1451,7 +1556,7 @@ msgstr ""
|
|
1451
1556
|
msgid "Create organization"
|
1452
1557
|
msgstr ""
|
1453
1558
|
|
1454
|
-
msgid "
|
1559
|
+
msgid "Critical"
|
1455
1560
|
msgstr ""
|
1456
1561
|
|
1457
1562
|
msgid "Cron expression is not valid!"
|
@@ -1466,16 +1571,14 @@ msgstr ""
|
|
1466
1571
|
msgid "Current organization not set."
|
1467
1572
|
msgstr ""
|
1468
1573
|
|
1469
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
1470
1574
|
msgid "Custom Content Repositories"
|
1471
1575
|
msgstr "স্বনির্ধারিত তথ্য সংগ্রহস্থল"
|
1472
1576
|
|
1473
1577
|
msgid "Custom cron expression only needs to be set for interval value of custom cron"
|
1474
1578
|
msgstr ""
|
1475
1579
|
|
1476
|
-
#, fuzzy
|
1477
1580
|
msgid "Custom repositories cannot be disabled."
|
1478
|
-
msgstr "
|
1581
|
+
msgstr ""
|
1479
1582
|
|
1480
1583
|
msgid "Database connection"
|
1481
1584
|
msgstr ""
|
@@ -1483,7 +1586,6 @@ msgstr ""
|
|
1483
1586
|
msgid "Date"
|
1484
1587
|
msgstr ""
|
1485
1588
|
|
1486
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
1487
1589
|
msgid "Date format is incorrect."
|
1488
1590
|
msgstr "তারিখের বিন্যাস সঠিক নয়।"
|
1489
1591
|
|
@@ -1499,7 +1601,12 @@ msgstr ""
|
|
1499
1601
|
msgid "Deb Packages"
|
1500
1602
|
msgstr ""
|
1501
1603
|
|
1502
|
-
|
1604
|
+
msgid "Deb package identifiers to filter content by"
|
1605
|
+
msgstr ""
|
1606
|
+
|
1607
|
+
msgid "Deb packages"
|
1608
|
+
msgstr ""
|
1609
|
+
|
1503
1610
|
msgid "Debug Certificate"
|
1504
1611
|
msgstr "সার্টিফিকেট ডিবাগ করুন"
|
1505
1612
|
|
@@ -1536,20 +1643,19 @@ msgstr ""
|
|
1536
1643
|
msgid "Default Smart Proxy download policy"
|
1537
1644
|
msgstr ""
|
1538
1645
|
|
1539
|
-
#, fuzzy
|
1540
1646
|
msgid "Default System SLA"
|
1541
|
-
msgstr "
|
1647
|
+
msgstr ""
|
1542
1648
|
|
1543
1649
|
msgid "Default content view versions cannot be promoted"
|
1544
1650
|
msgstr ""
|
1545
1651
|
|
1546
|
-
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate',
|
1652
|
+
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
1547
1653
|
msgstr ""
|
1548
1654
|
|
1549
|
-
msgid "Default download policy for custom repositories (either 'immediate'
|
1655
|
+
msgid "Default download policy for custom repositories (either 'immediate' or 'on_demand')"
|
1550
1656
|
msgstr ""
|
1551
1657
|
|
1552
|
-
msgid "Default download policy for enabled Red Hat repositories (either 'immediate'
|
1658
|
+
msgid "Default download policy for enabled Red Hat repositories (either 'immediate' or 'on_demand')"
|
1553
1659
|
msgstr ""
|
1554
1660
|
|
1555
1661
|
msgid "Default finish template for new Operating Systems created from synced content"
|
@@ -1603,7 +1709,6 @@ msgstr ""
|
|
1603
1709
|
msgid "Default user data for new Operating Systems created from synced content"
|
1604
1710
|
msgstr ""
|
1605
1711
|
|
1606
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author Runa Bhattacharjee
|
1607
1712
|
msgid "Delete"
|
1608
1713
|
msgstr "মুছে ফেলুন"
|
1609
1714
|
|
@@ -1613,11 +1718,9 @@ msgstr ""
|
|
1613
1718
|
msgid "Delete Host upon unregister"
|
1614
1719
|
msgstr ""
|
1615
1720
|
|
1616
|
-
#, fuzzy
|
1617
1721
|
msgid "Delete Lifecycle Environment"
|
1618
|
-
msgstr "
|
1722
|
+
msgstr ""
|
1619
1723
|
|
1620
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
1621
1724
|
msgid "Delete Manifest"
|
1622
1725
|
msgstr "ম্যানিফেস্ট মুছে ফেলুন"
|
1623
1726
|
|
@@ -1630,6 +1733,9 @@ msgstr ""
|
|
1630
1733
|
msgid "Delete Upstream Subscription"
|
1631
1734
|
msgstr ""
|
1632
1735
|
|
1736
|
+
msgid "Delete Version"
|
1737
|
+
msgstr ""
|
1738
|
+
|
1633
1739
|
msgid "Delete a content view"
|
1634
1740
|
msgstr ""
|
1635
1741
|
|
@@ -1651,19 +1757,30 @@ msgstr ""
|
|
1651
1757
|
msgid "Delete an upload request"
|
1652
1758
|
msgstr ""
|
1653
1759
|
|
1760
|
+
msgid "Delete content view"
|
1761
|
+
msgstr ""
|
1762
|
+
|
1654
1763
|
msgid "Delete manifest from Red Hat provider"
|
1655
1764
|
msgstr ""
|
1656
1765
|
|
1657
1766
|
msgid "Delete multiple filters from a content view"
|
1658
1767
|
msgstr ""
|
1659
1768
|
|
1660
|
-
|
1769
|
+
msgid "Delete version"
|
1770
|
+
msgstr ""
|
1771
|
+
|
1661
1772
|
msgid "Deleted consumer '%s'"
|
1662
|
-
msgstr "
|
1773
|
+
msgstr ""
|
1774
|
+
|
1775
|
+
msgid "Deleted from "
|
1776
|
+
msgstr ""
|
1663
1777
|
|
1664
1778
|
msgid "Deleted from %{environment}"
|
1665
1779
|
msgstr ""
|
1666
1780
|
|
1781
|
+
msgid "Deleting content view : "
|
1782
|
+
msgstr ""
|
1783
|
+
|
1667
1784
|
msgid "Deleting manifest in '%{subject}' failed."
|
1668
1785
|
msgstr ""
|
1669
1786
|
|
@@ -1757,6 +1874,9 @@ msgstr ""
|
|
1757
1874
|
msgid "Disable simple content access for a manifest"
|
1758
1875
|
msgstr ""
|
1759
1876
|
|
1877
|
+
msgid "Disabled"
|
1878
|
+
msgstr ""
|
1879
|
+
|
1760
1880
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
1761
1881
|
msgstr ""
|
1762
1882
|
|
@@ -1778,6 +1898,9 @@ msgstr ""
|
|
1778
1898
|
msgid "Do not wait for the update action to finish. Default: true"
|
1779
1899
|
msgstr ""
|
1780
1900
|
|
1901
|
+
msgid "Docker Tags"
|
1902
|
+
msgstr ""
|
1903
|
+
|
1781
1904
|
msgid "Domain IDs"
|
1782
1905
|
msgstr ""
|
1783
1906
|
|
@@ -1787,10 +1910,9 @@ msgstr ""
|
|
1787
1910
|
msgid "Download a debug certificate"
|
1788
1911
|
msgstr ""
|
1789
1912
|
|
1790
|
-
msgid "Duplicate
|
1913
|
+
msgid "Duplicate artifact detected"
|
1791
1914
|
msgstr ""
|
1792
1915
|
|
1793
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
1794
1916
|
msgid "Duration"
|
1795
1917
|
msgstr "অবকাল"
|
1796
1918
|
|
@@ -1800,17 +1922,24 @@ msgstr ""
|
|
1800
1922
|
msgid "Edit"
|
1801
1923
|
msgstr ""
|
1802
1924
|
|
1925
|
+
msgid "Edit RPM rule"
|
1926
|
+
msgstr ""
|
1927
|
+
|
1928
|
+
msgid "Edit filter rule"
|
1929
|
+
msgstr ""
|
1930
|
+
|
1931
|
+
msgid "Edit rule"
|
1932
|
+
msgstr ""
|
1933
|
+
|
1803
1934
|
msgid "Editing Entitlements"
|
1804
1935
|
msgstr ""
|
1805
1936
|
|
1806
1937
|
msgid "Either both parameters 'content_view_id' and 'environment_id' should be specified or neither should be specified"
|
1807
1938
|
msgstr ""
|
1808
1939
|
|
1809
|
-
#, fuzzy
|
1810
1940
|
msgid "Either environments or versions must be specified."
|
1811
|
-
msgstr "
|
1941
|
+
msgstr ""
|
1812
1942
|
|
1813
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
1814
1943
|
msgid "Either organization ID or environment ID needs to be specified"
|
1815
1944
|
msgstr "প্রতিষ্ঠানের ID অথবা এনভায়রনমেন্টের ID উল্লেখ করা আবশ্যক"
|
1816
1945
|
|
@@ -1829,6 +1958,12 @@ msgstr ""
|
|
1829
1958
|
msgid "Enable Simple Content Access"
|
1830
1959
|
msgstr ""
|
1831
1960
|
|
1961
|
+
msgid "Enable Tracer"
|
1962
|
+
msgstr ""
|
1963
|
+
|
1964
|
+
msgid "Enable Traces"
|
1965
|
+
msgstr ""
|
1966
|
+
|
1832
1967
|
msgid "Enable a repository from the set"
|
1833
1968
|
msgstr ""
|
1834
1969
|
|
@@ -1847,16 +1982,21 @@ msgstr ""
|
|
1847
1982
|
msgid "Enabling Simple Content Access failed for '%{subject}'."
|
1848
1983
|
msgstr ""
|
1849
1984
|
|
1985
|
+
msgid "Enabling will install the katello-host-tools-tracer package on the host."
|
1986
|
+
msgstr ""
|
1987
|
+
|
1850
1988
|
msgid "End Date"
|
1851
1989
|
msgstr ""
|
1852
1990
|
|
1853
1991
|
msgid "Ends"
|
1854
1992
|
msgstr ""
|
1855
1993
|
|
1856
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
1857
1994
|
msgid "Enhancement"
|
1858
1995
|
msgstr "উন্নত বৈশিষ্ট্য"
|
1859
1996
|
|
1997
|
+
msgid "Enter a name"
|
1998
|
+
msgstr ""
|
1999
|
+
|
1860
2000
|
msgid "Entitlements"
|
1861
2001
|
msgstr ""
|
1862
2002
|
|
@@ -1866,7 +2006,6 @@ msgstr "এনভায়রনমেন্ট"
|
|
1866
2006
|
msgid "Environment IDs"
|
1867
2007
|
msgstr ""
|
1868
2008
|
|
1869
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
1870
2009
|
msgid "Environment cannot be in its own promotion path"
|
1871
2010
|
msgstr "এনভায়রনমেন্টের প্রোমোশনের পাথের মধ্যে এনভায়রনমেন্ট স্থাপন করা সম্ভব নয়"
|
1872
2011
|
|
@@ -1876,30 +2015,29 @@ msgstr ""
|
|
1876
2015
|
msgid "Environments"
|
1877
2016
|
msgstr ""
|
1878
2017
|
|
1879
|
-
|
2018
|
+
msgid "Equal to"
|
2019
|
+
msgstr ""
|
2020
|
+
|
1880
2021
|
msgid "Errata"
|
1881
2022
|
msgstr "ত্রুটি-বিচ্যুতি"
|
1882
2023
|
|
1883
|
-
|
1884
|
-
|
2024
|
+
msgid "Errata - by date range"
|
2025
|
+
msgstr ""
|
2026
|
+
|
1885
2027
|
msgid "Errata ID"
|
1886
|
-
msgstr "
|
2028
|
+
msgstr ""
|
1887
2029
|
|
1888
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
1889
2030
|
msgid "Errata Install"
|
1890
2031
|
msgstr "ত্রুটি-বিচ্যুতি ইনস্টলেশন"
|
1891
2032
|
|
1892
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
1893
2033
|
msgid "Errata Install scheduled by %s"
|
1894
2034
|
msgstr "%s দ্বারা নির্ধারিত ত্রুটি-বিচ্যুতির ইনস্টলেশন"
|
1895
2035
|
|
1896
2036
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
1897
2037
|
msgstr ""
|
1898
2038
|
|
1899
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
1900
|
-
#, fuzzy
|
1901
2039
|
msgid "Errata mail"
|
1902
|
-
msgstr "
|
2040
|
+
msgstr ""
|
1903
2041
|
|
1904
2042
|
msgid "Errata to exclusively include in the action"
|
1905
2043
|
msgstr ""
|
@@ -1907,28 +2045,24 @@ msgstr ""
|
|
1907
2045
|
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."
|
1908
2046
|
msgstr ""
|
1909
2047
|
|
1910
|
-
|
1911
|
-
|
2048
|
+
msgid "Errata type"
|
2049
|
+
msgstr ""
|
2050
|
+
|
1912
2051
|
msgid "Erratum"
|
1913
|
-
msgstr "
|
2052
|
+
msgstr ""
|
1914
2053
|
|
1915
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
1916
2054
|
msgid "Erratum Install Canceled"
|
1917
2055
|
msgstr "ত্রুটি-বিচ্যুতির ইনস্টলেশন বাতিল করা হয়েছে"
|
1918
2056
|
|
1919
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
1920
2057
|
msgid "Erratum Install Complete"
|
1921
2058
|
msgstr "ত্রুটি-বিচ্যুতি ইনস্টলেশন সমাপ্ত হয়েছে"
|
1922
2059
|
|
1923
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
1924
2060
|
msgid "Erratum Install Failed"
|
1925
2061
|
msgstr "ত্রুটি-বিচ্যুতি ইনস্টলেশন বিফল হয়েছে"
|
1926
2062
|
|
1927
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
1928
2063
|
msgid "Erratum Install Timed Out"
|
1929
2064
|
msgstr "ত্রুটি-বিচ্যুতি ইনস্টলেশনের সময়সীমা উত্তীর্ণ হয়েছে"
|
1930
2065
|
|
1931
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author Runa Bhattacharjee
|
1932
2066
|
msgid "Error"
|
1933
2067
|
msgstr "ত্রুটি"
|
1934
2068
|
|
@@ -1950,13 +2084,27 @@ msgstr ""
|
|
1950
2084
|
msgid "Exclude"
|
1951
2085
|
msgstr ""
|
1952
2086
|
|
2087
|
+
msgid "Exclude all Module Streams with no errata."
|
2088
|
+
msgstr ""
|
2089
|
+
|
2090
|
+
msgid "Exclude all RPMs with no errata."
|
2091
|
+
msgstr ""
|
2092
|
+
|
2093
|
+
msgid "Exclude filter"
|
2094
|
+
msgstr ""
|
2095
|
+
|
1953
2096
|
msgid "Excluded"
|
1954
2097
|
msgstr ""
|
1955
2098
|
|
2099
|
+
msgid "Excluded errata"
|
2100
|
+
msgstr ""
|
2101
|
+
|
2102
|
+
msgid "Excludes"
|
2103
|
+
msgstr ""
|
2104
|
+
|
1956
2105
|
msgid "Exit"
|
1957
2106
|
msgstr ""
|
1958
2107
|
|
1959
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
1960
2108
|
msgid "Expand All"
|
1961
2109
|
msgstr "সকল প্রসারিত করুন"
|
1962
2110
|
|
@@ -1981,20 +2129,18 @@ msgstr ""
|
|
1981
2129
|
msgid "Export history identifier used for incremental export. If not provided the most recent export history will be used."
|
1982
2130
|
msgstr ""
|
1983
2131
|
|
2132
|
+
msgid "Exported content view"
|
2133
|
+
msgstr ""
|
2134
|
+
|
1984
2135
|
msgid "Exported version"
|
1985
2136
|
msgstr ""
|
1986
2137
|
|
1987
|
-
#, fuzzy
|
1988
2138
|
msgid "Facts successfully updated."
|
1989
|
-
msgstr "
|
2139
|
+
msgstr ""
|
1990
2140
|
|
1991
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author Runa Bhattacharjee
|
1992
2141
|
msgid "Failed"
|
1993
2142
|
msgstr "বিফল"
|
1994
2143
|
|
1995
|
-
msgid "Failed indexing errata, maximum retries encountered"
|
1996
|
-
msgstr ""
|
1997
|
-
|
1998
2144
|
msgid "Failed to delete %{host}: %{errors}"
|
1999
2145
|
msgstr ""
|
2000
2146
|
|
@@ -2036,6 +2182,9 @@ msgstr ""
|
|
2036
2182
|
msgid "File contents"
|
2037
2183
|
msgstr ""
|
2038
2184
|
|
2185
|
+
msgid "Filename"
|
2186
|
+
msgstr ""
|
2187
|
+
|
2039
2188
|
msgid "Files"
|
2040
2189
|
msgstr ""
|
2041
2190
|
|
@@ -2051,6 +2200,12 @@ msgstr ""
|
|
2051
2200
|
msgid "Filter created"
|
2052
2201
|
msgstr ""
|
2053
2202
|
|
2203
|
+
msgid "Filter deleted"
|
2204
|
+
msgstr ""
|
2205
|
+
|
2206
|
+
msgid "Filter edited"
|
2207
|
+
msgstr ""
|
2208
|
+
|
2054
2209
|
msgid "Filter only composite content views"
|
2055
2210
|
msgstr ""
|
2056
2211
|
|
@@ -2075,7 +2230,19 @@ msgstr ""
|
|
2075
2230
|
msgid "Filter products by sync plan id"
|
2076
2231
|
msgstr ""
|
2077
2232
|
|
2078
|
-
msgid "Filter
|
2233
|
+
msgid "Filter rule added"
|
2234
|
+
msgstr ""
|
2235
|
+
|
2236
|
+
msgid "Filter rule edited"
|
2237
|
+
msgstr ""
|
2238
|
+
|
2239
|
+
msgid "Filter rule removed"
|
2240
|
+
msgstr ""
|
2241
|
+
|
2242
|
+
msgid "Filter rules added"
|
2243
|
+
msgstr ""
|
2244
|
+
|
2245
|
+
msgid "Filter rules deleted"
|
2079
2246
|
msgstr ""
|
2080
2247
|
|
2081
2248
|
msgid "Filter versions by environment"
|
@@ -2093,7 +2260,10 @@ msgstr ""
|
|
2093
2260
|
msgid "Filters"
|
2094
2261
|
msgstr ""
|
2095
2262
|
|
2096
|
-
msgid "Filters
|
2263
|
+
msgid "Filters deleted"
|
2264
|
+
msgstr ""
|
2265
|
+
|
2266
|
+
msgid "Finish"
|
2097
2267
|
msgstr ""
|
2098
2268
|
|
2099
2269
|
msgid "Finish action timeout"
|
@@ -2116,6 +2286,18 @@ msgstr ""
|
|
2116
2286
|
msgid "Force a sync and validate the checksums of all content. Only used with yum repositories."
|
2117
2287
|
msgstr ""
|
2118
2288
|
|
2289
|
+
msgid "Force delete the repository by removing it from all content view versions"
|
2290
|
+
msgstr ""
|
2291
|
+
|
2292
|
+
msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy"
|
2293
|
+
msgstr ""
|
2294
|
+
|
2295
|
+
msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy."
|
2296
|
+
msgstr ""
|
2297
|
+
|
2298
|
+
msgid "Force promotion"
|
2299
|
+
msgstr ""
|
2300
|
+
|
2119
2301
|
msgid "Force regenerate applicability."
|
2120
2302
|
msgstr ""
|
2121
2303
|
|
@@ -2131,13 +2313,15 @@ msgstr ""
|
|
2131
2313
|
msgid "Forces a republish of the version's repositories' metadata"
|
2132
2314
|
msgstr ""
|
2133
2315
|
|
2316
|
+
msgid "Full description"
|
2317
|
+
msgstr ""
|
2318
|
+
|
2134
2319
|
msgid "Fully entitled"
|
2135
2320
|
msgstr ""
|
2136
2321
|
|
2137
2322
|
msgid "GPG Key URL"
|
2138
2323
|
msgstr ""
|
2139
2324
|
|
2140
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
2141
2325
|
msgid "Generate and Download"
|
2142
2326
|
msgstr "প্রস্তুত করুন এবং ডাউনলোড করুন"
|
2143
2327
|
|
@@ -2150,7 +2334,7 @@ msgstr ""
|
|
2150
2334
|
msgid "Get all content available, not just that provided by subscriptions"
|
2151
2335
|
msgstr ""
|
2152
2336
|
|
2153
|
-
msgid "Get all content available, not just that provided by subscriptions.
|
2337
|
+
msgid "Get all content available, not just that provided by subscriptions."
|
2154
2338
|
msgstr ""
|
2155
2339
|
|
2156
2340
|
msgid "Get content and overrides for the host"
|
@@ -2174,9 +2358,21 @@ msgstr ""
|
|
2174
2358
|
msgid "Given a set of hosts and errata, lists the content view versions and environments that need updating."
|
2175
2359
|
msgstr ""
|
2176
2360
|
|
2361
|
+
msgid "Given criteria doesn't match any RPMs. Try changing your rule."
|
2362
|
+
msgstr ""
|
2363
|
+
|
2364
|
+
msgid "Given criteria doesn't match any activation keys. Try changing your rule."
|
2365
|
+
msgstr ""
|
2366
|
+
|
2367
|
+
msgid "Given criteria doesn't match any hosts. Try changing your rule."
|
2368
|
+
msgstr ""
|
2369
|
+
|
2177
2370
|
msgid "Go to task page"
|
2178
2371
|
msgstr ""
|
2179
2372
|
|
2373
|
+
msgid "Greater than"
|
2374
|
+
msgstr ""
|
2375
|
+
|
2180
2376
|
msgid "Group %{id} already created."
|
2181
2377
|
msgstr ""
|
2182
2378
|
|
@@ -2192,13 +2388,18 @@ msgstr ""
|
|
2192
2388
|
msgid "Has to be > 0"
|
2193
2389
|
msgstr ""
|
2194
2390
|
|
2391
|
+
msgid "Helper"
|
2392
|
+
msgstr ""
|
2393
|
+
|
2394
|
+
msgid "Hide description"
|
2395
|
+
msgstr ""
|
2396
|
+
|
2195
2397
|
msgid "History"
|
2196
2398
|
msgstr ""
|
2197
2399
|
|
2198
2400
|
msgid "History will appear here when the content view is published or promoted."
|
2199
2401
|
msgstr ""
|
2200
2402
|
|
2201
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author Runa Bhattacharjee
|
2202
2403
|
msgid "Host"
|
2203
2404
|
msgstr "হোস্ট"
|
2204
2405
|
|
@@ -2271,6 +2472,9 @@ msgstr ""
|
|
2271
2472
|
msgid "Host has not been registered with subscription-manager."
|
2272
2473
|
msgstr ""
|
2273
2474
|
|
2475
|
+
msgid "Host id to list applicable deb packages for"
|
2476
|
+
msgstr ""
|
2477
|
+
|
2274
2478
|
msgid "Host id to list applicable errata for"
|
2275
2479
|
msgstr ""
|
2276
2480
|
|
@@ -2289,6 +2493,9 @@ msgstr ""
|
|
2289
2493
|
msgid "Host with ID %s not found."
|
2290
2494
|
msgstr ""
|
2291
2495
|
|
2496
|
+
msgid "Hosts"
|
2497
|
+
msgstr ""
|
2498
|
+
|
2292
2499
|
msgid "Hosts with Installable Errata"
|
2293
2500
|
msgstr ""
|
2294
2501
|
|
@@ -2298,9 +2505,6 @@ msgstr ""
|
|
2298
2505
|
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."
|
2299
2506
|
msgstr ""
|
2300
2507
|
|
2301
|
-
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."
|
2302
|
-
msgstr ""
|
2303
|
-
|
2304
2508
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
2305
2509
|
msgstr ""
|
2306
2510
|
|
@@ -2364,7 +2568,6 @@ msgstr ""
|
|
2364
2568
|
msgid "ID of the sync plan"
|
2365
2569
|
msgstr ""
|
2366
2570
|
|
2367
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
2368
2571
|
msgid "ID: %s doesn't exist "
|
2369
2572
|
msgstr "ID: %s উপস্থিত নেই"
|
2370
2573
|
|
@@ -2383,10 +2586,10 @@ msgstr ""
|
|
2383
2586
|
msgid "Id of an erratum to find repositories that contain the erratum"
|
2384
2587
|
msgstr ""
|
2385
2588
|
|
2386
|
-
msgid "Id of
|
2589
|
+
msgid "Id of the content host"
|
2387
2590
|
msgstr ""
|
2388
2591
|
|
2389
|
-
msgid "Id of the content
|
2592
|
+
msgid "Id of the content view to limit the synchronization on"
|
2390
2593
|
msgstr ""
|
2391
2594
|
|
2392
2595
|
msgid "Id of the environment to limit the synchronization on"
|
@@ -2407,6 +2610,9 @@ msgstr ""
|
|
2407
2610
|
msgid "Id of the organization to limit environments on"
|
2408
2611
|
msgstr ""
|
2409
2612
|
|
2613
|
+
msgid "Id of the repository to limit the synchronization on"
|
2614
|
+
msgstr ""
|
2615
|
+
|
2410
2616
|
msgid "Id of the smart proxy"
|
2411
2617
|
msgstr ""
|
2412
2618
|
|
@@ -2443,16 +2649,16 @@ msgstr ""
|
|
2443
2649
|
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."
|
2444
2650
|
msgstr ""
|
2445
2651
|
|
2446
|
-
msgid "If
|
2652
|
+
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
2447
2653
|
msgstr ""
|
2448
2654
|
|
2449
|
-
msgid "If
|
2655
|
+
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."
|
2450
2656
|
msgstr ""
|
2451
2657
|
|
2452
|
-
msgid "If
|
2658
|
+
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"
|
2453
2659
|
msgstr ""
|
2454
2660
|
|
2455
|
-
msgid "If
|
2661
|
+
msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
|
2456
2662
|
msgstr ""
|
2457
2663
|
|
2458
2664
|
msgid "If true, only return repository sets that are associated with an active subscriptions"
|
@@ -2497,14 +2703,10 @@ msgstr ""
|
|
2497
2703
|
msgid "Import Default Content View"
|
2498
2704
|
msgstr ""
|
2499
2705
|
|
2500
|
-
#, fuzzy
|
2501
2706
|
msgid "Import Manifest"
|
2502
|
-
msgstr "ইম্পোর্ট করুন"
|
2503
|
-
|
2504
|
-
msgid "Import New Manifest"
|
2505
2707
|
msgstr ""
|
2506
2708
|
|
2507
|
-
msgid "Import
|
2709
|
+
msgid "Import New Manifest"
|
2508
2710
|
msgstr ""
|
2509
2711
|
|
2510
2712
|
msgid "Import Puppet classes"
|
@@ -2531,9 +2733,11 @@ msgstr ""
|
|
2531
2733
|
msgid "Import a content view version to the library"
|
2532
2734
|
msgstr ""
|
2533
2735
|
|
2534
|
-
#, fuzzy
|
2535
2736
|
msgid "Import facts"
|
2536
|
-
msgstr "
|
2737
|
+
msgstr ""
|
2738
|
+
|
2739
|
+
msgid "Import only"
|
2740
|
+
msgstr ""
|
2537
2741
|
|
2538
2742
|
msgid "Import uploads into a repository"
|
2539
2743
|
msgstr ""
|
@@ -2544,6 +2748,9 @@ msgstr ""
|
|
2544
2748
|
msgid "Import-only content views can not be published directly"
|
2545
2749
|
msgstr ""
|
2546
2750
|
|
2751
|
+
msgid "Important"
|
2752
|
+
msgstr ""
|
2753
|
+
|
2547
2754
|
msgid "Importing manifest into '%{subject}' failed."
|
2548
2755
|
msgstr ""
|
2549
2756
|
|
@@ -2556,9 +2763,24 @@ msgstr ""
|
|
2556
2763
|
msgid "Include"
|
2557
2764
|
msgstr ""
|
2558
2765
|
|
2766
|
+
msgid "Include all Module Streams with no errata."
|
2767
|
+
msgstr ""
|
2768
|
+
|
2769
|
+
msgid "Include all RPMs with no errata."
|
2770
|
+
msgstr ""
|
2771
|
+
|
2772
|
+
msgid "Include filter"
|
2773
|
+
msgstr ""
|
2774
|
+
|
2559
2775
|
msgid "Included"
|
2560
2776
|
msgstr ""
|
2561
2777
|
|
2778
|
+
msgid "Included errata"
|
2779
|
+
msgstr ""
|
2780
|
+
|
2781
|
+
msgid "Includes"
|
2782
|
+
msgstr ""
|
2783
|
+
|
2562
2784
|
msgid "Includes associated content view filter ids in response"
|
2563
2785
|
msgstr ""
|
2564
2786
|
|
@@ -2577,6 +2799,9 @@ msgstr ""
|
|
2577
2799
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
2578
2800
|
msgstr ""
|
2579
2801
|
|
2802
|
+
msgid "Incremental update"
|
2803
|
+
msgstr ""
|
2804
|
+
|
2580
2805
|
msgid "Incremental update requires at least one content unit"
|
2581
2806
|
msgstr ""
|
2582
2807
|
|
@@ -2586,9 +2811,8 @@ msgstr ""
|
|
2586
2811
|
msgid "Index content"
|
2587
2812
|
msgstr ""
|
2588
2813
|
|
2589
|
-
#, fuzzy
|
2590
2814
|
msgid "Index errata"
|
2591
|
-
msgstr "
|
2815
|
+
msgstr ""
|
2592
2816
|
|
2593
2817
|
msgid "Index module streams"
|
2594
2818
|
msgstr ""
|
@@ -2617,23 +2841,20 @@ msgstr ""
|
|
2617
2841
|
msgid "Install errata via Katello interface"
|
2618
2842
|
msgstr ""
|
2619
2843
|
|
2620
|
-
#, fuzzy
|
2621
2844
|
msgid "Install erratum"
|
2622
|
-
msgstr "
|
2845
|
+
msgstr ""
|
2623
2846
|
|
2624
2847
|
msgid "Install erratum for %s"
|
2625
2848
|
msgstr ""
|
2626
2849
|
|
2627
|
-
#, fuzzy
|
2628
2850
|
msgid "Install package"
|
2629
|
-
msgstr "
|
2851
|
+
msgstr ""
|
2630
2852
|
|
2631
2853
|
msgid "Install package for %s"
|
2632
2854
|
msgstr ""
|
2633
2855
|
|
2634
|
-
#, fuzzy
|
2635
2856
|
msgid "Install package group"
|
2636
|
-
msgstr "
|
2857
|
+
msgstr ""
|
2637
2858
|
|
2638
2859
|
msgid "Install package group via Katello interface"
|
2639
2860
|
msgstr ""
|
@@ -2644,9 +2865,18 @@ msgstr ""
|
|
2644
2865
|
msgid "Install packages remotely using katello-agent. %s"
|
2645
2866
|
msgstr ""
|
2646
2867
|
|
2868
|
+
msgid "Installable"
|
2869
|
+
msgstr ""
|
2870
|
+
|
2871
|
+
msgid "Installable Errata"
|
2872
|
+
msgstr ""
|
2873
|
+
|
2647
2874
|
msgid "Installable errata from Content View"
|
2648
2875
|
msgstr ""
|
2649
2876
|
|
2877
|
+
msgid "Installable errata will appear here when available."
|
2878
|
+
msgstr ""
|
2879
|
+
|
2650
2880
|
msgid "Installation of errata requested: %{errata}"
|
2651
2881
|
msgstr ""
|
2652
2882
|
|
@@ -2656,19 +2886,18 @@ msgstr ""
|
|
2656
2886
|
msgid "Installation of package(s) requested: %{packages}"
|
2657
2887
|
msgstr ""
|
2658
2888
|
|
2659
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
2660
2889
|
msgid "Installed Packages"
|
2661
2890
|
msgstr "ইনস্টল করা প্যাকেজ"
|
2662
2891
|
|
2663
|
-
|
2892
|
+
msgid "Installed Version"
|
2893
|
+
msgstr ""
|
2894
|
+
|
2664
2895
|
msgid "Installing Erratum..."
|
2665
2896
|
msgstr "ত্রুটি-বিচ্যুতি ইনস্টল করা হচ্ছে..."
|
2666
2897
|
|
2667
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
2668
2898
|
msgid "Installing Package Group..."
|
2669
2899
|
msgstr "প্যাকেজ সংকলন ইনস্টল করা হচ্ছে..."
|
2670
2900
|
|
2671
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
2672
2901
|
msgid "Installing Package..."
|
2673
2902
|
msgstr "প্যাকেজ ইনস্টল করা হচ্ছে..."
|
2674
2903
|
|
@@ -2693,16 +2922,17 @@ msgstr ""
|
|
2693
2922
|
msgid "Invalid"
|
2694
2923
|
msgstr ""
|
2695
2924
|
|
2925
|
+
msgid "Invalid SSL CA certificate given for CDN"
|
2926
|
+
msgstr ""
|
2927
|
+
|
2696
2928
|
msgid "Invalid association of the content view id. Content View must match the content view version being saved"
|
2697
2929
|
msgstr ""
|
2698
2930
|
|
2699
|
-
#, fuzzy
|
2700
2931
|
msgid "Invalid content label: %s"
|
2701
|
-
msgstr "
|
2932
|
+
msgstr ""
|
2702
2933
|
|
2703
|
-
#, fuzzy
|
2704
2934
|
msgid "Invalid content type %s"
|
2705
|
-
msgstr "
|
2935
|
+
msgstr ""
|
2706
2936
|
|
2707
2937
|
msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
|
2708
2938
|
msgstr ""
|
@@ -2716,9 +2946,8 @@ msgstr ""
|
|
2716
2946
|
msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or 'types'"
|
2717
2947
|
msgstr ""
|
2718
2948
|
|
2719
|
-
#, fuzzy
|
2720
2949
|
msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
|
2721
|
-
msgstr "
|
2950
|
+
msgstr ""
|
2722
2951
|
|
2723
2952
|
msgid "Invalid event_type %s"
|
2724
2953
|
msgstr ""
|
@@ -2726,11 +2955,12 @@ msgstr ""
|
|
2726
2955
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
2727
2956
|
msgstr ""
|
2728
2957
|
|
2729
|
-
|
2958
|
+
msgid "Invalid mirroring policy for repository type %{type}, only %{policies} are valid."
|
2959
|
+
msgstr ""
|
2960
|
+
|
2730
2961
|
msgid "Invalid parameters sent in the request for this operation. Please contact a system administrator."
|
2731
2962
|
msgstr "এই কাজের অনুরোধের সাথে প্রেরিত পরামিতি বৈধ নয়। অনুগ্রহ করে সিস্টেম অ্যাডমিনিস্ট্রেটরের সাথে যোগাযোগ করুন।"
|
2732
2963
|
|
2733
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
2734
2964
|
msgid "Invalid parameters sent. You may have mistyped the address. If you continue having trouble with this, please contact an Administrator."
|
2735
2965
|
msgstr "অবৈধ পরামিতি পাঠানো হয়েছে। ঠিকানাটি সম্ভবত ভুল লেখা হয়েছে। এই বিষয়ে সমস্যা পুনরায় দেখা দিলে, অনুগ্রহ করে অ্যাডমিনিস্ট্রেটরের সাথে যোগাযোগ করুন।"
|
2736
2966
|
|
@@ -2749,6 +2979,9 @@ msgstr ""
|
|
2749
2979
|
msgid "Invalid value specified for ignorable content. Permissible values %s"
|
2750
2980
|
msgstr ""
|
2751
2981
|
|
2982
|
+
msgid "Issued"
|
2983
|
+
msgstr ""
|
2984
|
+
|
2752
2985
|
msgid "Katello ID of local pool to update"
|
2753
2986
|
msgstr ""
|
2754
2987
|
|
@@ -2770,6 +3003,9 @@ msgstr ""
|
|
2770
3003
|
msgid "Katello: Remove Package Group"
|
2771
3004
|
msgstr ""
|
2772
3005
|
|
3006
|
+
msgid "Katello: Resolve Traces"
|
3007
|
+
msgstr ""
|
3008
|
+
|
2773
3009
|
msgid "Katello: Service Restart"
|
2774
3010
|
msgstr ""
|
2775
3011
|
|
@@ -2818,9 +3054,17 @@ msgstr ""
|
|
2818
3054
|
msgid "Learn more about adding Subscription Manifests"
|
2819
3055
|
msgstr ""
|
2820
3056
|
|
2821
|
-
|
3057
|
+
msgid "Leave blank if consuming Red Hat Content from the Default Content View or CDN "
|
3058
|
+
msgstr ""
|
3059
|
+
|
3060
|
+
msgid "Leave blank if consuming Red Hat Content from the Library lifecycle environment or CDN "
|
3061
|
+
msgstr ""
|
3062
|
+
|
3063
|
+
msgid "Less than"
|
3064
|
+
msgstr ""
|
3065
|
+
|
2822
3066
|
msgid "Library lifecycle environments may not be deleted."
|
2823
|
-
msgstr "
|
3067
|
+
msgstr ""
|
2824
3068
|
|
2825
3069
|
msgid "Library repository id to restrict comparisons to"
|
2826
3070
|
msgstr ""
|
@@ -2840,9 +3084,11 @@ msgstr ""
|
|
2840
3084
|
msgid "Lifecycle Environment ID"
|
2841
3085
|
msgstr ""
|
2842
3086
|
|
2843
|
-
|
3087
|
+
msgid "Lifecycle Environment Label"
|
3088
|
+
msgstr ""
|
3089
|
+
|
2844
3090
|
msgid "Lifecycle Environments"
|
2845
|
-
msgstr "
|
3091
|
+
msgstr ""
|
2846
3092
|
|
2847
3093
|
msgid "Lifecycle environment"
|
2848
3094
|
msgstr ""
|
@@ -2865,15 +3111,24 @@ msgstr ""
|
|
2865
3111
|
msgid "Limit content to just that available in the activation key's content view version"
|
2866
3112
|
msgstr ""
|
2867
3113
|
|
2868
|
-
msgid "Limit content to just that available in the
|
3114
|
+
msgid "Limit content to just that available in the host's content view version"
|
3115
|
+
msgstr ""
|
3116
|
+
|
3117
|
+
msgid "Limit content to just that available in the host's or activation key's content view version and lifecycle environment."
|
2869
3118
|
msgstr ""
|
2870
3119
|
|
2871
|
-
msgid "Limit
|
3120
|
+
msgid "Limit to environment"
|
2872
3121
|
msgstr ""
|
2873
3122
|
|
2874
3123
|
msgid "Limits"
|
2875
3124
|
msgstr ""
|
2876
3125
|
|
3126
|
+
msgid "List %s"
|
3127
|
+
msgstr ""
|
3128
|
+
|
3129
|
+
msgid "List :resource"
|
3130
|
+
msgstr ""
|
3131
|
+
|
2877
3132
|
msgid "List :resource_id"
|
2878
3133
|
msgstr ""
|
2879
3134
|
|
@@ -2910,6 +3165,9 @@ msgstr ""
|
|
2910
3165
|
msgid "List content views"
|
2911
3166
|
msgstr ""
|
2912
3167
|
|
3168
|
+
msgid "List deb packages"
|
3169
|
+
msgstr ""
|
3170
|
+
|
2913
3171
|
msgid "List deb packages installed on the host"
|
2914
3172
|
msgstr ""
|
2915
3173
|
|
@@ -3096,6 +3354,9 @@ msgstr ""
|
|
3096
3354
|
msgid "Loading"
|
3097
3355
|
msgstr ""
|
3098
3356
|
|
3357
|
+
msgid "Loading versions"
|
3358
|
+
msgstr ""
|
3359
|
+
|
3099
3360
|
msgid "Make copy of a content view"
|
3100
3361
|
msgstr ""
|
3101
3362
|
|
@@ -3144,6 +3405,9 @@ msgstr ""
|
|
3144
3405
|
msgid "Matched"
|
3145
3406
|
msgstr ""
|
3146
3407
|
|
3408
|
+
msgid "Matching content"
|
3409
|
+
msgstr ""
|
3410
|
+
|
3147
3411
|
msgid "Max %(maxQuantity)s"
|
3148
3412
|
msgstr ""
|
3149
3413
|
|
@@ -3156,6 +3420,9 @@ msgstr ""
|
|
3156
3420
|
msgid "Maximum number of hosts in the host collection"
|
3157
3421
|
msgstr ""
|
3158
3422
|
|
3423
|
+
msgid "Maximum version"
|
3424
|
+
msgstr ""
|
3425
|
+
|
3159
3426
|
msgid "May not add a type or date range rule to a filter that has existing rules."
|
3160
3427
|
msgstr ""
|
3161
3428
|
|
@@ -3168,16 +3435,21 @@ msgstr ""
|
|
3168
3435
|
msgid "Medium IDs"
|
3169
3436
|
msgstr ""
|
3170
3437
|
|
3171
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author Runa Bhattacharjee
|
3172
3438
|
msgid "Message"
|
3173
3439
|
msgstr "বার্তা"
|
3174
3440
|
|
3175
3441
|
msgid "Messaging connection"
|
3176
3442
|
msgstr ""
|
3177
3443
|
|
3444
|
+
msgid "Metadata republishing must be forced because it is a dangerous operation."
|
3445
|
+
msgstr ""
|
3446
|
+
|
3178
3447
|
msgid "Metadata taken from the upstream export history for this Content View Version"
|
3179
3448
|
msgstr ""
|
3180
3449
|
|
3450
|
+
msgid "Minimum version"
|
3451
|
+
msgstr ""
|
3452
|
+
|
3181
3453
|
msgid "Mismatched"
|
3182
3454
|
msgstr ""
|
3183
3455
|
|
@@ -3187,6 +3459,12 @@ msgstr ""
|
|
3187
3459
|
msgid "Missing arguments %{substitutions} for %{content_url}"
|
3188
3460
|
msgstr ""
|
3189
3461
|
|
3462
|
+
msgid "Moderate"
|
3463
|
+
msgstr ""
|
3464
|
+
|
3465
|
+
msgid "Modular"
|
3466
|
+
msgstr ""
|
3467
|
+
|
3190
3468
|
msgid "Module Stream"
|
3191
3469
|
msgstr ""
|
3192
3470
|
|
@@ -3199,6 +3477,9 @@ msgstr ""
|
|
3199
3477
|
msgid "Module stream"
|
3200
3478
|
msgstr ""
|
3201
3479
|
|
3480
|
+
msgid "Module streams"
|
3481
|
+
msgstr ""
|
3482
|
+
|
3202
3483
|
msgid "Multi-entitlement"
|
3203
3484
|
msgstr ""
|
3204
3485
|
|
@@ -3254,15 +3535,11 @@ msgstr ""
|
|
3254
3535
|
msgid "Nest"
|
3255
3536
|
msgstr ""
|
3256
3537
|
|
3257
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3258
|
-
#, fuzzy
|
3259
3538
|
msgid "Never Synced"
|
3260
|
-
msgstr "
|
3539
|
+
msgstr ""
|
3261
3540
|
|
3262
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3263
|
-
#, fuzzy
|
3264
3541
|
msgid "New Errata"
|
3265
|
-
msgstr "
|
3542
|
+
msgstr ""
|
3266
3543
|
|
3267
3544
|
msgid "New Files: %s"
|
3268
3545
|
msgstr ""
|
@@ -3276,10 +3553,8 @@ msgstr ""
|
|
3276
3553
|
msgid "New host collection name"
|
3277
3554
|
msgstr ""
|
3278
3555
|
|
3279
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
3280
|
-
#, fuzzy
|
3281
3556
|
msgid "New name cannot be blank"
|
3282
|
-
msgstr "
|
3557
|
+
msgstr ""
|
3283
3558
|
|
3284
3559
|
msgid "New name for the content view"
|
3285
3560
|
msgstr ""
|
@@ -3302,7 +3577,6 @@ msgstr ""
|
|
3302
3577
|
msgid "No Activation keys to select"
|
3303
3578
|
msgstr ""
|
3304
3579
|
|
3305
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
3306
3580
|
msgid "No Content View"
|
3307
3581
|
msgstr "কোনো বিষয়বস্তু রূপ নেই"
|
3308
3582
|
|
@@ -3318,7 +3592,6 @@ msgstr ""
|
|
3318
3592
|
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."
|
3319
3593
|
msgstr ""
|
3320
3594
|
|
3321
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
3322
3595
|
msgid "No Service Level Preference"
|
3323
3596
|
msgstr "সিস্টেমের পরিসেবা স্তরের চুক্তি সংক্রান্ত পছন্দ অনুপস্থিত"
|
3324
3597
|
|
@@ -3328,15 +3601,23 @@ msgstr ""
|
|
3328
3601
|
msgid "No Version of Content View %{component} already exists as a component of the composite Content View %{composite} version %{version}"
|
3329
3602
|
msgstr ""
|
3330
3603
|
|
3604
|
+
msgid "No applicable errata"
|
3605
|
+
msgstr ""
|
3606
|
+
|
3331
3607
|
msgid "No applicable errata for %s, skipping"
|
3332
3608
|
msgstr ""
|
3333
3609
|
|
3334
3610
|
msgid "No artifacts to show"
|
3335
3611
|
msgstr ""
|
3336
3612
|
|
3337
|
-
|
3613
|
+
msgid "No content"
|
3614
|
+
msgstr ""
|
3615
|
+
|
3616
|
+
msgid "No content added."
|
3617
|
+
msgstr ""
|
3618
|
+
|
3338
3619
|
msgid "No content has been provided."
|
3339
|
-
msgstr "
|
3620
|
+
msgstr ""
|
3340
3621
|
|
3341
3622
|
msgid "No content ids provided"
|
3342
3623
|
msgstr ""
|
@@ -3344,6 +3625,9 @@ msgstr ""
|
|
3344
3625
|
msgid "No content view history events found."
|
3345
3626
|
msgstr ""
|
3346
3627
|
|
3628
|
+
msgid "No content views available"
|
3629
|
+
msgstr ""
|
3630
|
+
|
3347
3631
|
msgid "No content views belong to ${label}"
|
3348
3632
|
msgstr ""
|
3349
3633
|
|
@@ -3362,10 +3646,12 @@ msgstr ""
|
|
3362
3646
|
msgid "No environments"
|
3363
3647
|
msgstr ""
|
3364
3648
|
|
3365
|
-
msgid "No errata
|
3649
|
+
msgid "No errata available for this content view."
|
3650
|
+
msgstr ""
|
3651
|
+
|
3652
|
+
msgid "No errata available to add to this filter."
|
3366
3653
|
msgstr ""
|
3367
3654
|
|
3368
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3369
3655
|
msgid "No errors"
|
3370
3656
|
msgstr "কোনো ত্রুটি নেই"
|
3371
3657
|
|
@@ -3387,49 +3673,75 @@ msgstr ""
|
|
3387
3673
|
msgid "No installed packages and/or enabled repositories have been reported by %s."
|
3388
3674
|
msgstr ""
|
3389
3675
|
|
3676
|
+
msgid "No items have been specified."
|
3677
|
+
msgstr ""
|
3678
|
+
|
3390
3679
|
msgid "No manifest file uploaded"
|
3391
3680
|
msgstr ""
|
3392
3681
|
|
3393
3682
|
msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
|
3394
3683
|
msgstr ""
|
3395
3684
|
|
3685
|
+
msgid "No matching "
|
3686
|
+
msgstr ""
|
3687
|
+
|
3688
|
+
msgid "No matching ${selectedContentType} found"
|
3689
|
+
msgstr ""
|
3690
|
+
|
3691
|
+
msgid "No matching RPM found."
|
3692
|
+
msgstr ""
|
3693
|
+
|
3694
|
+
msgid "No matching activation keys found."
|
3695
|
+
msgstr ""
|
3696
|
+
|
3396
3697
|
msgid "No matching content views found"
|
3397
3698
|
msgstr ""
|
3398
3699
|
|
3700
|
+
msgid "No matching errata found"
|
3701
|
+
msgstr ""
|
3702
|
+
|
3703
|
+
msgid "No matching filter rules found."
|
3704
|
+
msgstr ""
|
3705
|
+
|
3399
3706
|
msgid "No matching filters found"
|
3400
3707
|
msgstr ""
|
3401
3708
|
|
3402
3709
|
msgid "No matching history record found"
|
3403
3710
|
msgstr ""
|
3404
3711
|
|
3405
|
-
msgid "No matching
|
3712
|
+
msgid "No matching hosts found."
|
3713
|
+
msgstr ""
|
3714
|
+
|
3715
|
+
msgid "No matching packages found"
|
3406
3716
|
msgstr ""
|
3407
3717
|
|
3408
3718
|
msgid "No matching repositories found"
|
3409
3719
|
msgstr ""
|
3410
3720
|
|
3721
|
+
msgid "No matching repository sets found"
|
3722
|
+
msgstr ""
|
3723
|
+
|
3411
3724
|
msgid "No matching rules found."
|
3412
3725
|
msgstr ""
|
3413
3726
|
|
3727
|
+
msgid "No matching traces found"
|
3728
|
+
msgstr ""
|
3729
|
+
|
3414
3730
|
msgid "No matching version found"
|
3415
3731
|
msgstr ""
|
3416
3732
|
|
3417
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3418
3733
|
msgid "No new packages installed"
|
3419
3734
|
msgstr "কোনো নতুন প্যাকেজ ইনস্টল করা হয়নি"
|
3420
3735
|
|
3421
|
-
#, fuzzy
|
3422
3736
|
msgid "No new packages."
|
3423
|
-
msgstr "
|
3737
|
+
msgstr ""
|
3424
3738
|
|
3425
|
-
msgid "No
|
3739
|
+
msgid "No packages"
|
3426
3740
|
msgstr ""
|
3427
3741
|
|
3428
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3429
3742
|
msgid "No packages removed"
|
3430
3743
|
msgstr "কোনো প্যাকেজ মুছে ফেলা হয়নি"
|
3431
3744
|
|
3432
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3433
3745
|
msgid "No packages updated"
|
3434
3746
|
msgstr "কোনো প্যাকেজ আপডেট করা হয়নি"
|
3435
3747
|
|
@@ -3454,6 +3766,12 @@ msgstr ""
|
|
3454
3766
|
msgid "No pulp workers running."
|
3455
3767
|
msgstr ""
|
3456
3768
|
|
3769
|
+
msgid "No pulpcore content apps are running at %s."
|
3770
|
+
msgstr ""
|
3771
|
+
|
3772
|
+
msgid "No pulpcore workers are running at %s."
|
3773
|
+
msgstr ""
|
3774
|
+
|
3457
3775
|
msgid "No recently synced products"
|
3458
3776
|
msgstr ""
|
3459
3777
|
|
@@ -3466,21 +3784,26 @@ msgstr ""
|
|
3466
3784
|
msgid "No repositories enabled."
|
3467
3785
|
msgstr ""
|
3468
3786
|
|
3787
|
+
msgid "No repositories selected."
|
3788
|
+
msgstr ""
|
3789
|
+
|
3469
3790
|
msgid "No repositories to show"
|
3470
3791
|
msgstr ""
|
3471
3792
|
|
3472
3793
|
msgid "No repository sets match your search criteria."
|
3473
3794
|
msgstr ""
|
3474
3795
|
|
3796
|
+
msgid "No repository sets to show."
|
3797
|
+
msgstr ""
|
3798
|
+
|
3475
3799
|
msgid "No rules have been added to this filter."
|
3476
3800
|
msgstr ""
|
3477
3801
|
|
3478
3802
|
msgid "No services defined, is this class extended?"
|
3479
3803
|
msgstr ""
|
3480
3804
|
|
3481
|
-
#, fuzzy
|
3482
3805
|
msgid "No start time currently available."
|
3483
|
-
msgstr "
|
3806
|
+
msgstr ""
|
3484
3807
|
|
3485
3808
|
msgid "No subscriptions match your search criteria."
|
3486
3809
|
msgstr ""
|
@@ -3497,11 +3820,9 @@ msgstr ""
|
|
3497
3820
|
msgid "Non-security errata installable"
|
3498
3821
|
msgstr ""
|
3499
3822
|
|
3500
|
-
#, fuzzy
|
3501
3823
|
msgid "Non-system event"
|
3502
|
-
msgstr "
|
3824
|
+
msgstr ""
|
3503
3825
|
|
3504
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author Runa Bhattacharjee
|
3505
3826
|
msgid "None"
|
3506
3827
|
msgstr "শূণ্য"
|
3507
3828
|
|
@@ -3526,6 +3847,9 @@ msgstr ""
|
|
3526
3847
|
msgid "Not yet published"
|
3527
3848
|
msgstr ""
|
3528
3849
|
|
3850
|
+
msgid "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:"
|
3851
|
+
msgstr ""
|
3852
|
+
|
3529
3853
|
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."
|
3530
3854
|
msgstr ""
|
3531
3855
|
|
@@ -3544,16 +3868,19 @@ msgstr ""
|
|
3544
3868
|
msgid "Number to Allocate"
|
3545
3869
|
msgstr ""
|
3546
3870
|
|
3547
|
-
msgid "OSTree"
|
3871
|
+
msgid "OSTree Branch"
|
3548
3872
|
msgstr ""
|
3549
3873
|
|
3550
|
-
msgid "OSTree
|
3874
|
+
msgid "OSTree Ref"
|
3551
3875
|
msgstr ""
|
3552
3876
|
|
3553
|
-
msgid "OSTree
|
3877
|
+
msgid "OSTree Refs"
|
3554
3878
|
msgstr ""
|
3555
3879
|
|
3556
|
-
msgid "OSTree
|
3880
|
+
msgid "OSTree ref"
|
3881
|
+
msgstr ""
|
3882
|
+
|
3883
|
+
msgid "OSTree refs"
|
3557
3884
|
msgstr ""
|
3558
3885
|
|
3559
3886
|
msgid "Object to show subscriptions available for, either 'host' or 'activation_key'"
|
@@ -3568,9 +3895,8 @@ msgstr ""
|
|
3568
3895
|
msgid "On-disk location for pulp 3 exported repositories"
|
3569
3896
|
msgstr ""
|
3570
3897
|
|
3571
|
-
#, fuzzy
|
3572
3898
|
msgid "One of parameters [ %s ] required but not specified."
|
3573
|
-
msgstr "
|
3899
|
+
msgstr ""
|
3574
3900
|
|
3575
3901
|
msgid "One of yum or docker"
|
3576
3902
|
msgstr ""
|
@@ -3581,14 +3907,18 @@ msgstr ""
|
|
3581
3907
|
msgid "One or more ids (%{ids}) were not found for %{assoc}. You may not have permissions to see them."
|
3582
3908
|
msgstr ""
|
3583
3909
|
|
3584
|
-
#, fuzzy
|
3585
3910
|
msgid "One or more packages failed to sync properly."
|
3586
|
-
msgstr "
|
3911
|
+
msgstr ""
|
3587
3912
|
|
3588
3913
|
msgid "One or more processes require restarting"
|
3589
3914
|
msgstr ""
|
3590
3915
|
|
3591
|
-
|
3916
|
+
msgid "Only On Demand repositories may have space reclaimed."
|
3917
|
+
msgstr ""
|
3918
|
+
|
3919
|
+
msgid "Only On Demand smart proxies may have space reclaimed."
|
3920
|
+
msgstr ""
|
3921
|
+
|
3592
3922
|
msgid "Only one Red Hat provider permitted for an Organization"
|
3593
3923
|
msgstr "একটি প্রতিষ্ঠানের জন্য শুধুমাত্র একটি Red Hat উপলব্ধকারী ব্যবহার করা যাবে"
|
3594
3924
|
|
@@ -3598,7 +3928,6 @@ msgstr ""
|
|
3598
3928
|
msgid "Operators"
|
3599
3929
|
msgstr ""
|
3600
3930
|
|
3601
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author Runa Bhattacharjee
|
3602
3931
|
msgid "Organization"
|
3603
3932
|
msgstr "প্রতিষ্ঠান"
|
3604
3933
|
|
@@ -3614,7 +3943,9 @@ msgstr ""
|
|
3614
3943
|
msgid "Organization Information not provided."
|
3615
3944
|
msgstr ""
|
3616
3945
|
|
3617
|
-
|
3946
|
+
msgid "Organization Label"
|
3947
|
+
msgstr ""
|
3948
|
+
|
3618
3949
|
msgid "Organization cannot be blank."
|
3619
3950
|
msgstr "প্রতিষ্ঠানের নাম ফাঁকা রাখা চলবে না।"
|
3620
3951
|
|
@@ -3630,14 +3961,21 @@ msgstr ""
|
|
3630
3961
|
msgid "Organization not found"
|
3631
3962
|
msgstr ""
|
3632
3963
|
|
3633
|
-
#, fuzzy
|
3634
3964
|
msgid "Organization required"
|
3635
|
-
msgstr "
|
3965
|
+
msgstr ""
|
3966
|
+
|
3967
|
+
msgid "Orphaned Content Protection Time"
|
3968
|
+
msgstr ""
|
3636
3969
|
|
3637
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
3638
3970
|
msgid "Other"
|
3639
3971
|
msgstr "অন্যান্য"
|
3640
3972
|
|
3973
|
+
msgid "Other Content Types"
|
3974
|
+
msgstr ""
|
3975
|
+
|
3976
|
+
msgid "Overridden"
|
3977
|
+
msgstr ""
|
3978
|
+
|
3641
3979
|
msgid "Override content for activation_key"
|
3642
3980
|
msgstr ""
|
3643
3981
|
|
@@ -3656,100 +3994,81 @@ msgstr ""
|
|
3656
3994
|
msgid "Override to a boolean value or 'default'"
|
3657
3995
|
msgstr ""
|
3658
3996
|
|
3997
|
+
msgid "Override to disabled"
|
3998
|
+
msgstr ""
|
3999
|
+
|
4000
|
+
msgid "Override to enabled"
|
4001
|
+
msgstr ""
|
4002
|
+
|
3659
4003
|
msgid "Override value. Provide a boolean value if name is 'enabled'"
|
3660
4004
|
msgstr ""
|
3661
4005
|
|
3662
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3663
|
-
#, fuzzy
|
3664
4006
|
msgid "Package"
|
3665
|
-
msgstr "
|
4007
|
+
msgstr ""
|
3666
4008
|
|
3667
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3668
|
-
#, fuzzy
|
3669
4009
|
msgid "Package Group"
|
3670
|
-
msgstr "
|
4010
|
+
msgstr ""
|
3671
4011
|
|
3672
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3673
4012
|
msgid "Package Group Install"
|
3674
4013
|
msgstr "প্যাকেজ সংকলন ইনস্টলেশন"
|
3675
4014
|
|
3676
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3677
4015
|
msgid "Package Group Install Canceled"
|
3678
4016
|
msgstr "প্যাকেজ সংকলন ইনস্টলেশন বাতিল করা হয়েছে"
|
3679
4017
|
|
3680
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3681
4018
|
msgid "Package Group Install Complete"
|
3682
4019
|
msgstr "প্যাকেজ সংকলন ইনস্টলেশন সমাপ্ত"
|
3683
4020
|
|
3684
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3685
4021
|
msgid "Package Group Install Failed"
|
3686
4022
|
msgstr "প্যাকেজ সংকলন ইনস্টলেশন বিফল"
|
3687
4023
|
|
3688
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3689
4024
|
msgid "Package Group Install Timed Out"
|
3690
4025
|
msgstr "প্যাকেজ সংকলন ইনস্টলেশনের সময়সীমা অতিক্রান্ত হয়েছে"
|
3691
4026
|
|
3692
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3693
4027
|
msgid "Package Group Install scheduled by %s"
|
3694
4028
|
msgstr "%s দ্বারা নির্ধারিত প্যাকেজ সংকলন ইনস্টলেশন"
|
3695
4029
|
|
3696
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3697
4030
|
msgid "Package Group Remove"
|
3698
4031
|
msgstr "প্যকােজ সংকলন অপসারণ"
|
3699
4032
|
|
3700
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3701
4033
|
msgid "Package Group Remove Canceled"
|
3702
4034
|
msgstr "প্যাকেজ সংকলন মুছে ফেলার কাজ বাতিল করা হয়েছে"
|
3703
4035
|
|
3704
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3705
4036
|
msgid "Package Group Remove Complete"
|
3706
4037
|
msgstr "প্যাকেজ সংকলন মুছে ফেলার কাজ সমাপ্ত হয়েছে"
|
3707
4038
|
|
3708
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3709
4039
|
msgid "Package Group Remove Failed"
|
3710
4040
|
msgstr "প্যাকেজ সংকলন মুছে ফেলতে ব্যর্থ"
|
3711
4041
|
|
3712
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3713
4042
|
msgid "Package Group Remove Timed Out"
|
3714
4043
|
msgstr "প্যাকেজ সংকলন অপসারণের সময়সীমা উত্তীর্ণ হয়েছে"
|
3715
4044
|
|
3716
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3717
4045
|
msgid "Package Group Remove scheduled by %s"
|
3718
4046
|
msgstr "%s দ্বারা নির্ধারিত প্যাকেজ সংকলন অপসারণ"
|
3719
4047
|
|
3720
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3721
4048
|
msgid "Package Group Update"
|
3722
4049
|
msgstr "প্যাকেজ সংকলন আপডেট"
|
3723
4050
|
|
3724
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3725
4051
|
msgid "Package Group Update scheduled by %s"
|
3726
4052
|
msgstr "%s দ্বারা নির্ধারিত প্যাকেজ সংকলন আপডেট"
|
3727
4053
|
|
3728
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3729
4054
|
msgid "Package Groups"
|
3730
4055
|
msgstr "প্যাকেজ সংকলন"
|
3731
4056
|
|
3732
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3733
4057
|
msgid "Package Install"
|
3734
4058
|
msgstr "প্যাকেজ ইনস্টলেশন"
|
3735
4059
|
|
3736
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3737
4060
|
msgid "Package Install Canceled"
|
3738
4061
|
msgstr "প্যাকেজ ইনস্টলেশন বাতিল করা হয়েছে"
|
3739
4062
|
|
3740
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3741
4063
|
msgid "Package Install Complete"
|
3742
4064
|
msgstr "প্যাকেজ ইনস্টলেশন সমাপ্ত"
|
3743
4065
|
|
3744
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3745
4066
|
msgid "Package Install Failed"
|
3746
4067
|
msgstr "প্যাকেজ ইনস্টলেশন বিফল"
|
3747
4068
|
|
3748
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3749
4069
|
msgid "Package Install Timed Out"
|
3750
4070
|
msgstr "প্যাকেজ ইনস্টলেশনের সময়সীমা অতিক্রান্ত হয়েছে"
|
3751
4071
|
|
3752
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3753
4072
|
msgid "Package Install scheduled by %s"
|
3754
4073
|
msgstr "%s দ্বারা নির্ধারিত প্যাকেজ ইনস্টলেশন"
|
3755
4074
|
|
@@ -3759,67 +4078,57 @@ msgstr ""
|
|
3759
4078
|
msgid "Package Profile Update for %s"
|
3760
4079
|
msgstr ""
|
3761
4080
|
|
3762
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3763
4081
|
msgid "Package Remove"
|
3764
4082
|
msgstr "প্যাকেজ অপসারণ"
|
3765
4083
|
|
3766
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3767
4084
|
msgid "Package Remove Canceled"
|
3768
4085
|
msgstr "প্যাকেজ মুছে ফেলার কাজ বাতিল করা হয়েছে"
|
3769
4086
|
|
3770
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3771
4087
|
msgid "Package Remove Complete"
|
3772
4088
|
msgstr "প্যাকেজ মুছে ফেলার কাজ সমাপ্ত হয়েছে"
|
3773
4089
|
|
3774
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3775
4090
|
msgid "Package Remove Failed"
|
3776
4091
|
msgstr "প্যাকেজ মুছে ফেলতে ব্যর্থ"
|
3777
4092
|
|
3778
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3779
4093
|
msgid "Package Remove Timed Out"
|
3780
4094
|
msgstr "প্যাকেজ অপসারণের সময়সীমা উত্তীর্ণ হয়েছে"
|
3781
4095
|
|
3782
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3783
4096
|
msgid "Package Remove scheduled by %s"
|
3784
4097
|
msgstr "%s দ্বারা নির্ধারিত প্যাকেজ অপসারণ"
|
3785
4098
|
|
3786
|
-
|
4099
|
+
msgid "Package Type"
|
4100
|
+
msgstr ""
|
4101
|
+
|
4102
|
+
msgid "Package Types"
|
4103
|
+
msgstr ""
|
4104
|
+
|
3787
4105
|
msgid "Package Update"
|
3788
4106
|
msgstr "প্যাকেজ আপডেট"
|
3789
4107
|
|
3790
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3791
4108
|
msgid "Package Update Canceled"
|
3792
4109
|
msgstr "প্যাকেজ আপডেটের কাজ বাতিল"
|
3793
4110
|
|
3794
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3795
4111
|
msgid "Package Update Complete"
|
3796
4112
|
msgstr "প্যাকেজ আপডেট সমাপ্ত"
|
3797
4113
|
|
3798
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3799
4114
|
msgid "Package Update Failed"
|
3800
4115
|
msgstr "প্যাকেজ আপডেট বিফল"
|
3801
4116
|
|
3802
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3803
4117
|
msgid "Package Update Timed Out"
|
3804
4118
|
msgstr "প্যাকেজ আপডেটের সময়সীমা উত্তীর্ণ হয়েছে"
|
3805
4119
|
|
3806
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3807
4120
|
msgid "Package Update scheduled by %s"
|
3808
4121
|
msgstr "%s দ্বারা নির্ধারিত প্যাকেজ আপডেট"
|
3809
4122
|
|
3810
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
3811
4123
|
msgid "Package group update canceled"
|
3812
4124
|
msgstr "প্যাকেজ সংকলন আপডেট বাতিল করা হয়েছে"
|
3813
4125
|
|
3814
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
3815
4126
|
msgid "Package group update complete"
|
3816
4127
|
msgstr "প্যাকেজ সংকলন আপডেট সম্পন্ন হয়েছে"
|
3817
4128
|
|
3818
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
3819
4129
|
msgid "Package group update failed"
|
3820
4130
|
msgstr "প্যাকেজ সংকলন আপডেট বিফল হয়েছে"
|
3821
4131
|
|
3822
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
3823
4132
|
msgid "Package group update timed out"
|
3824
4133
|
msgstr "প্যাকেজ সংকলন আপডেটের সময়সীমা উত্তীর্ণ হয়েছে"
|
3825
4134
|
|
@@ -3829,22 +4138,27 @@ msgstr ""
|
|
3829
4138
|
msgid "Package identifiers to filter content by"
|
3830
4139
|
msgstr ""
|
3831
4140
|
|
3832
|
-
#, fuzzy
|
3833
4141
|
msgid "Package install failed: \"%{package}\""
|
3834
|
-
msgstr "
|
4142
|
+
msgstr ""
|
3835
4143
|
|
3836
|
-
#, fuzzy
|
3837
4144
|
msgid "Package installation: \"%{package}\" "
|
3838
|
-
msgstr "
|
4145
|
+
msgstr ""
|
4146
|
+
|
4147
|
+
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."
|
4148
|
+
msgstr ""
|
3839
4149
|
|
3840
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3841
4150
|
msgid "Packages"
|
3842
4151
|
msgstr "প্যাকেজ"
|
3843
4152
|
|
3844
|
-
|
4153
|
+
msgid "Packages management functionality on this page is incomplete"
|
4154
|
+
msgstr ""
|
4155
|
+
|
3845
4156
|
msgid "Packages must be provided"
|
3846
4157
|
msgstr "প্যাকেজগুলি উপলব্ধ করা আবশ্যক"
|
3847
4158
|
|
4159
|
+
msgid "Packages will appear here when available."
|
4160
|
+
msgstr ""
|
4161
|
+
|
3848
4162
|
msgid "Page number, starting at 1"
|
3849
4163
|
msgstr ""
|
3850
4164
|
|
@@ -3857,12 +4171,24 @@ msgstr ""
|
|
3857
4171
|
msgid "Partition template IDs"
|
3858
4172
|
msgstr ""
|
3859
4173
|
|
4174
|
+
msgid "Password"
|
4175
|
+
msgstr ""
|
4176
|
+
|
4177
|
+
msgid "Password for authentication"
|
4178
|
+
msgstr ""
|
4179
|
+
|
4180
|
+
msgid "Password of the upstream authentication token."
|
4181
|
+
msgstr ""
|
4182
|
+
|
3860
4183
|
msgid "Password of the upstream repository user used for authentication"
|
3861
4184
|
msgstr ""
|
3862
4185
|
|
3863
4186
|
msgid "Password to access URL"
|
3864
4187
|
msgstr ""
|
3865
4188
|
|
4189
|
+
msgid "Path"
|
4190
|
+
msgstr ""
|
4191
|
+
|
3866
4192
|
msgid "Path for ssl cert used for pulp server auth"
|
3867
4193
|
msgstr ""
|
3868
4194
|
|
@@ -3872,10 +4198,8 @@ msgstr ""
|
|
3872
4198
|
msgid "Paused"
|
3873
4199
|
msgstr ""
|
3874
4200
|
|
3875
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
3876
|
-
#, fuzzy
|
3877
4201
|
msgid "Pending"
|
3878
|
-
msgstr "
|
4202
|
+
msgstr ""
|
3879
4203
|
|
3880
4204
|
msgid "Perform a module stream action via Katello interface"
|
3881
4205
|
msgstr ""
|
@@ -3895,13 +4219,11 @@ msgstr ""
|
|
3895
4219
|
msgid "Performs an incremental-export of the repositories in library."
|
3896
4220
|
msgstr ""
|
3897
4221
|
|
3898
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3899
4222
|
msgid "Permission Denied. User '%{user}' does not have permissions to access organization '%{org}'."
|
3900
4223
|
msgstr "অনুমতি প্রত্যাখ্যান করা হয়েছে। '%{org}' প্রতিষ্ঠানে প্রবেশ করার অধিকার '%{user}' ব্যবহারকারীর নেই।"
|
3901
4224
|
|
3902
|
-
# translation auto-copied from project Subscription Manager, version 1.8.X, document keys
|
3903
4225
|
msgid "Physical"
|
3904
|
-
msgstr "
|
4226
|
+
msgstr ""
|
3905
4227
|
|
3906
4228
|
msgid "Plan numeric identifier"
|
3907
4229
|
msgstr ""
|
@@ -3939,6 +4261,12 @@ msgstr ""
|
|
3939
4261
|
msgid "Please select one from the list below and you will be redirected."
|
3940
4262
|
msgstr ""
|
3941
4263
|
|
4264
|
+
msgid "Please wait while the task starts.."
|
4265
|
+
msgstr ""
|
4266
|
+
|
4267
|
+
msgid "Policy to set for mirroring content. Must be one of %s."
|
4268
|
+
msgstr ""
|
4269
|
+
|
3942
4270
|
msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
|
3943
4271
|
msgstr ""
|
3944
4272
|
|
@@ -3948,7 +4276,6 @@ msgstr ""
|
|
3948
4276
|
msgid "Processing metadata."
|
3949
4277
|
msgstr ""
|
3950
4278
|
|
3951
|
-
# translation auto-copied from project Subscription Manager, version 1.8.X, document keys
|
3952
4279
|
msgid "Product"
|
3953
4280
|
msgstr "উৎপাদন"
|
3954
4281
|
|
@@ -3961,6 +4288,9 @@ msgstr ""
|
|
3961
4288
|
msgid "Product ID"
|
3962
4289
|
msgstr ""
|
3963
4290
|
|
4291
|
+
msgid "Product Name"
|
4292
|
+
msgstr ""
|
4293
|
+
|
3964
4294
|
msgid "Product and Repositories"
|
3965
4295
|
msgstr ""
|
3966
4296
|
|
@@ -3993,7 +4323,6 @@ msgstr ""
|
|
3993
4323
|
msgid "Product: '%{product}', Repository: '%{repository}'"
|
3994
4324
|
msgstr ""
|
3995
4325
|
|
3996
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
3997
4326
|
msgid "Products"
|
3998
4327
|
msgstr "উৎপাদন"
|
3999
4328
|
|
@@ -4009,6 +4338,12 @@ msgstr ""
|
|
4009
4338
|
msgid "Promote errata"
|
4010
4339
|
msgstr ""
|
4011
4340
|
|
4341
|
+
msgid "Promote version ${versionNameToPromote}"
|
4342
|
+
msgstr ""
|
4343
|
+
|
4344
|
+
msgid "Promoted to "
|
4345
|
+
msgstr ""
|
4346
|
+
|
4012
4347
|
msgid "Promoted to %{environment}"
|
4013
4348
|
msgstr ""
|
4014
4349
|
|
@@ -4033,10 +4368,12 @@ msgstr ""
|
|
4033
4368
|
msgid "Proxies"
|
4034
4369
|
msgstr ""
|
4035
4370
|
|
4371
|
+
msgid "Public"
|
4372
|
+
msgstr ""
|
4373
|
+
|
4036
4374
|
msgid "Public key block in DER encoding or certificate content"
|
4037
4375
|
msgstr ""
|
4038
4376
|
|
4039
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
4040
4377
|
msgid "Publish"
|
4041
4378
|
msgstr "প্রকাশ করুন"
|
4042
4379
|
|
@@ -4046,9 +4383,15 @@ msgstr ""
|
|
4046
4383
|
msgid "Publish a content view"
|
4047
4384
|
msgstr ""
|
4048
4385
|
|
4386
|
+
msgid "Publish new version"
|
4387
|
+
msgstr ""
|
4388
|
+
|
4049
4389
|
msgid "Publish new version - "
|
4050
4390
|
msgstr ""
|
4051
4391
|
|
4392
|
+
msgid "Published date"
|
4393
|
+
msgstr ""
|
4394
|
+
|
4052
4395
|
msgid "Published new version"
|
4053
4396
|
msgstr ""
|
4054
4397
|
|
@@ -4058,9 +4401,6 @@ msgstr ""
|
|
4058
4401
|
msgid "Publishing content view"
|
4059
4402
|
msgstr ""
|
4060
4403
|
|
4061
|
-
msgid "Pulling remote branches. Downloaded %s units."
|
4062
|
-
msgstr ""
|
4063
|
-
|
4064
4404
|
msgid "Pulp"
|
4065
4405
|
msgstr ""
|
4066
4406
|
|
@@ -4121,7 +4461,22 @@ msgstr ""
|
|
4121
4461
|
msgid "Pulp task error"
|
4122
4462
|
msgstr ""
|
4123
4463
|
|
4124
|
-
msgid "
|
4464
|
+
msgid "Python Package"
|
4465
|
+
msgstr ""
|
4466
|
+
|
4467
|
+
msgid "Python Packages"
|
4468
|
+
msgstr ""
|
4469
|
+
|
4470
|
+
msgid "Python package"
|
4471
|
+
msgstr ""
|
4472
|
+
|
4473
|
+
msgid "Python packages"
|
4474
|
+
msgstr ""
|
4475
|
+
|
4476
|
+
msgid "Python packages to exclude from the upstream URL, names separated by newline. You may also specify versions, for example: django~=2.0."
|
4477
|
+
msgstr ""
|
4478
|
+
|
4479
|
+
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."
|
4125
4480
|
msgstr ""
|
4126
4481
|
|
4127
4482
|
msgid "Quantity"
|
@@ -4154,58 +4509,87 @@ msgstr ""
|
|
4154
4509
|
msgid "RPM"
|
4155
4510
|
msgstr ""
|
4156
4511
|
|
4512
|
+
msgid "RPM Package Groups"
|
4513
|
+
msgstr ""
|
4514
|
+
|
4515
|
+
msgid "RPM Packages"
|
4516
|
+
msgstr ""
|
4517
|
+
|
4157
4518
|
msgid "RPM name"
|
4158
4519
|
msgstr ""
|
4159
4520
|
|
4160
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
4161
4521
|
msgid "RPMs"
|
4162
4522
|
msgstr "RPMs"
|
4163
4523
|
|
4524
|
+
msgid "Range"
|
4525
|
+
msgstr ""
|
4526
|
+
|
4164
4527
|
msgid "Realm IDs"
|
4165
4528
|
msgstr ""
|
4166
4529
|
|
4530
|
+
msgid "Reassign affected activation keys"
|
4531
|
+
msgstr ""
|
4532
|
+
|
4533
|
+
msgid "Reassign affected hosts"
|
4534
|
+
msgstr ""
|
4535
|
+
|
4167
4536
|
msgid "Reboot required"
|
4168
4537
|
msgstr ""
|
4169
4538
|
|
4539
|
+
msgid "Recalculate"
|
4540
|
+
msgstr ""
|
4541
|
+
|
4170
4542
|
msgid "Recently Expired Subscriptions"
|
4171
4543
|
msgstr ""
|
4172
4544
|
|
4545
|
+
msgid "Reclaim Space"
|
4546
|
+
msgstr ""
|
4547
|
+
|
4548
|
+
msgid "Reclaim space from On Demand repositories"
|
4549
|
+
msgstr ""
|
4550
|
+
|
4551
|
+
msgid "Reclaim space from all On Demand repositories on a smart proxy"
|
4552
|
+
msgstr ""
|
4553
|
+
|
4554
|
+
msgid "Reclaim space from an On Demand repository"
|
4555
|
+
msgstr ""
|
4556
|
+
|
4173
4557
|
msgid "Recommended Repositories"
|
4174
4558
|
msgstr ""
|
4175
4559
|
|
4176
|
-
#, fuzzy
|
4177
4560
|
msgid "Red Hat CDN URL"
|
4178
|
-
msgstr "উৎপাদন"
|
4179
|
-
|
4180
|
-
msgid "Red Hat Provider Details"
|
4181
4561
|
msgstr ""
|
4182
4562
|
|
4183
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
4184
4563
|
msgid "Red Hat Repositories"
|
4185
4564
|
msgstr "Red Hat সংগ্রহস্থল"
|
4186
4565
|
|
4187
|
-
|
4566
|
+
msgid "Red Hat Repositories page"
|
4567
|
+
msgstr ""
|
4568
|
+
|
4188
4569
|
msgid "Red Hat products cannot be manipulated."
|
4189
|
-
msgstr "
|
4570
|
+
msgstr ""
|
4190
4571
|
|
4191
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
4192
4572
|
msgid "Red Hat provider can not be deleted"
|
4193
4573
|
msgstr "Red Hat-র উপলব্ধকারী মুছে ফেলা যাবে না"
|
4194
4574
|
|
4195
|
-
#, fuzzy
|
4196
4575
|
msgid "Red Hat repositories cannot be manipulated."
|
4197
|
-
msgstr "
|
4576
|
+
msgstr ""
|
4198
4577
|
|
4199
4578
|
msgid "Refresh"
|
4200
4579
|
msgstr ""
|
4201
4580
|
|
4202
|
-
|
4581
|
+
msgid "Refresh Content Host Statuses for %s"
|
4582
|
+
msgstr ""
|
4583
|
+
|
4203
4584
|
msgid "Refresh Manifest"
|
4204
|
-
msgstr "
|
4585
|
+
msgstr ""
|
4205
4586
|
|
4206
4587
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
4207
4588
|
msgstr ""
|
4208
4589
|
|
4590
|
+
msgid "Refresh_Content_Host_Status"
|
4591
|
+
msgstr ""
|
4592
|
+
|
4209
4593
|
msgid "Register a host with subscription and information"
|
4210
4594
|
msgstr ""
|
4211
4595
|
|
@@ -4224,6 +4608,24 @@ msgstr ""
|
|
4224
4608
|
msgid "Reindex subscriptions"
|
4225
4609
|
msgstr ""
|
4226
4610
|
|
4611
|
+
msgid "Related component content views"
|
4612
|
+
msgstr ""
|
4613
|
+
|
4614
|
+
msgid "Related component cvs: "
|
4615
|
+
msgstr ""
|
4616
|
+
|
4617
|
+
msgid "Related composite content views"
|
4618
|
+
msgstr ""
|
4619
|
+
|
4620
|
+
msgid "Related composite cvs: "
|
4621
|
+
msgstr ""
|
4622
|
+
|
4623
|
+
msgid "Related content views will appear here when created."
|
4624
|
+
msgstr ""
|
4625
|
+
|
4626
|
+
msgid "Release"
|
4627
|
+
msgstr ""
|
4628
|
+
|
4227
4629
|
msgid "Release version for this Host to use (7Server, 7.1, etc)"
|
4228
4630
|
msgstr ""
|
4229
4631
|
|
@@ -4254,13 +4656,11 @@ msgstr ""
|
|
4254
4656
|
msgid "Remove Content"
|
4255
4657
|
msgstr ""
|
4256
4658
|
|
4257
|
-
#, fuzzy
|
4258
4659
|
msgid "Remove Version"
|
4259
|
-
msgstr "
|
4660
|
+
msgstr ""
|
4260
4661
|
|
4261
|
-
#, fuzzy
|
4262
4662
|
msgid "Remove Versions and Associations"
|
4263
|
-
msgstr "
|
4663
|
+
msgstr ""
|
4264
4664
|
|
4265
4665
|
msgid "Remove a content view from an environment"
|
4266
4666
|
msgstr ""
|
@@ -4277,12 +4677,14 @@ msgstr ""
|
|
4277
4677
|
msgid "Remove content view version"
|
4278
4678
|
msgstr ""
|
4279
4679
|
|
4280
|
-
msgid "Remove
|
4680
|
+
msgid "Remove from Environment"
|
4281
4681
|
msgstr ""
|
4282
4682
|
|
4283
|
-
|
4284
|
-
|
4285
|
-
|
4683
|
+
msgid "Remove from environment"
|
4684
|
+
msgstr ""
|
4685
|
+
|
4686
|
+
msgid "Remove from environments"
|
4687
|
+
msgstr ""
|
4286
4688
|
|
4287
4689
|
msgid "Remove hosts from the host collection"
|
4288
4690
|
msgstr ""
|
@@ -4296,16 +4698,14 @@ msgstr ""
|
|
4296
4698
|
msgid "Remove one or more subscriptions from an upstream subscription allocation"
|
4297
4699
|
msgstr ""
|
4298
4700
|
|
4299
|
-
#, fuzzy
|
4300
4701
|
msgid "Remove package"
|
4301
|
-
msgstr "
|
4702
|
+
msgstr ""
|
4302
4703
|
|
4303
4704
|
msgid "Remove package for %s"
|
4304
4705
|
msgstr ""
|
4305
4706
|
|
4306
|
-
#, fuzzy
|
4307
4707
|
msgid "Remove package group"
|
4308
|
-
msgstr "
|
4708
|
+
msgstr ""
|
4309
4709
|
|
4310
4710
|
msgid "Remove package group via Katello interface"
|
4311
4711
|
msgstr ""
|
@@ -4328,31 +4728,33 @@ msgstr ""
|
|
4328
4728
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
4329
4729
|
msgstr ""
|
4330
4730
|
|
4731
|
+
msgid "Remove versions from environments"
|
4732
|
+
msgstr ""
|
4733
|
+
|
4331
4734
|
msgid "Removed component from content view"
|
4332
4735
|
msgstr ""
|
4333
4736
|
|
4334
4737
|
msgid "Removed components from content view"
|
4335
4738
|
msgstr ""
|
4336
4739
|
|
4337
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
4338
4740
|
msgid "Removing Package Group..."
|
4339
4741
|
msgstr "প্যাকেজ সংকলন অপসারণ..."
|
4340
4742
|
|
4341
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
4342
4743
|
msgid "Removing Package..."
|
4343
4744
|
msgstr "প্যাকেজ মুছে ফেলুন..."
|
4344
4745
|
|
4746
|
+
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
4747
|
+
msgstr ""
|
4748
|
+
|
4345
4749
|
msgid "Repo Type"
|
4346
4750
|
msgstr ""
|
4347
4751
|
|
4348
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
4349
4752
|
msgid "Repositories"
|
4350
4753
|
msgstr "সংগ্রহস্থল"
|
4351
4754
|
|
4352
4755
|
msgid "Repositories from published Content Views are not allowed."
|
4353
4756
|
msgstr ""
|
4354
4757
|
|
4355
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
4356
4758
|
msgid "Repository"
|
4357
4759
|
msgstr "সংগ্রহস্থল"
|
4358
4760
|
|
@@ -4371,11 +4773,9 @@ msgstr ""
|
|
4371
4773
|
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."
|
4372
4774
|
msgstr ""
|
4373
4775
|
|
4374
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
4375
4776
|
msgid "Repository cannot be disabled since it has already been promoted."
|
4376
4777
|
msgstr "সংগ্রহস্থলটি প্রোমোট করা হয়েছে এবং এর ফলে এটি নিষ্ক্রিয় করা যাবে না।"
|
4377
4778
|
|
4378
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
4379
4779
|
msgid "Repository has already been cloned to %{cv_name} in environment %{to_env}"
|
4380
4780
|
msgstr "সংগ্রহস্থল ইতিমধ্যেই %{to_env} এনভায়রনমেন্টে %{cv_name} এ ক্লোন করা হয়েছে"
|
4381
4781
|
|
@@ -4391,45 +4791,99 @@ msgstr ""
|
|
4391
4791
|
msgid "Repository metadata publish"
|
4392
4792
|
msgstr ""
|
4393
4793
|
|
4394
|
-
#, fuzzy
|
4395
4794
|
msgid "Repository not found"
|
4396
|
-
msgstr "
|
4795
|
+
msgstr ""
|
4796
|
+
|
4797
|
+
msgid "Repository path"
|
4798
|
+
msgstr ""
|
4799
|
+
|
4800
|
+
msgid "Repository set disabled"
|
4801
|
+
msgstr ""
|
4802
|
+
|
4803
|
+
msgid "Repository set enabled"
|
4804
|
+
msgstr ""
|
4397
4805
|
|
4398
4806
|
msgid "Repository set name to search on"
|
4399
4807
|
msgstr ""
|
4400
4808
|
|
4401
|
-
|
4809
|
+
msgid "Repository set reset to default"
|
4810
|
+
msgstr ""
|
4811
|
+
|
4812
|
+
msgid "Repository sets"
|
4813
|
+
msgstr ""
|
4814
|
+
|
4402
4815
|
msgid "Repository sets are not available for custom products."
|
4403
4816
|
msgstr "সংগ্রহস্থলের সেট কাস্টম প্রোডাক্টের ক্ষেত্রে উপলব্ধ নয়।"
|
4404
4817
|
|
4818
|
+
msgid "Repository sets disabled"
|
4819
|
+
msgstr ""
|
4820
|
+
|
4821
|
+
msgid "Repository sets enabled"
|
4822
|
+
msgstr ""
|
4823
|
+
|
4824
|
+
msgid "Repository sets reset to default"
|
4825
|
+
msgstr ""
|
4826
|
+
|
4827
|
+
msgid "Repository sets will appear here when available."
|
4828
|
+
msgstr ""
|
4829
|
+
|
4830
|
+
msgid "Repository with content label %{content_label} was not found in upstream organization %{org_label}, content view %{cv_label} and lifecycle environment %{env_label} "
|
4831
|
+
msgstr ""
|
4832
|
+
|
4405
4833
|
msgid "Republish Repositories of %{name} %{version}"
|
4406
4834
|
msgstr ""
|
4407
4835
|
|
4408
4836
|
msgid "Republish Version Repositories"
|
4409
4837
|
msgstr ""
|
4410
4838
|
|
4411
|
-
msgid "
|
4839
|
+
msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
|
4840
|
+
msgstr ""
|
4841
|
+
|
4842
|
+
msgid "Requirements is not valid yaml."
|
4843
|
+
msgstr ""
|
4844
|
+
|
4845
|
+
msgid "Requirements yaml should be a key-value pair structure."
|
4846
|
+
msgstr ""
|
4847
|
+
|
4848
|
+
msgid "Requirements yaml should have a 'collections' key"
|
4412
4849
|
msgstr ""
|
4413
4850
|
|
4414
4851
|
msgid "Requires Virt-Who"
|
4415
4852
|
msgstr ""
|
4416
4853
|
|
4417
|
-
msgid "
|
4854
|
+
msgid "Reset filters"
|
4855
|
+
msgstr ""
|
4856
|
+
|
4857
|
+
msgid "Reset to default"
|
4858
|
+
msgstr ""
|
4859
|
+
|
4860
|
+
msgid "Resolve traces"
|
4418
4861
|
msgstr ""
|
4419
4862
|
|
4420
4863
|
msgid "Resolve traces for one or more hosts"
|
4421
4864
|
msgstr ""
|
4422
4865
|
|
4866
|
+
msgid "Resolve traces via Katello interface"
|
4867
|
+
msgstr ""
|
4868
|
+
|
4423
4869
|
msgid "Resource"
|
4424
4870
|
msgstr ""
|
4425
4871
|
|
4426
4872
|
msgid "Restart Services via Katello interface"
|
4427
4873
|
msgstr ""
|
4428
4874
|
|
4875
|
+
msgid "Restart app"
|
4876
|
+
msgstr ""
|
4877
|
+
|
4878
|
+
msgid "Restart via customized remote execution"
|
4879
|
+
msgstr ""
|
4880
|
+
|
4881
|
+
msgid "Restart via remote execution"
|
4882
|
+
msgstr ""
|
4883
|
+
|
4429
4884
|
msgid "Restrict Composite Content View promotion"
|
4430
4885
|
msgstr ""
|
4431
4886
|
|
4432
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
4433
4887
|
msgid "Result"
|
4434
4888
|
msgstr "ফলাফল"
|
4435
4889
|
|
@@ -4445,12 +4899,24 @@ msgstr ""
|
|
4445
4899
|
msgid "Return custom products only"
|
4446
4900
|
msgstr ""
|
4447
4901
|
|
4902
|
+
msgid "Return deb packages that are applicable to one or more hosts (defaults to true if host_id is specified)"
|
4903
|
+
msgstr ""
|
4904
|
+
|
4905
|
+
msgid "Return deb packages that are upgradable on one or more hosts"
|
4906
|
+
msgstr ""
|
4907
|
+
|
4908
|
+
msgid "Return deb packages that can be added to the specified object. Only the value 'content_view_version' is supported."
|
4909
|
+
msgstr ""
|
4910
|
+
|
4448
4911
|
msgid "Return enabled products only"
|
4449
4912
|
msgstr ""
|
4450
4913
|
|
4451
4914
|
msgid "Return errata that are applicable to one or more hosts (defaults to true if host_id is specified)"
|
4452
4915
|
msgstr ""
|
4453
4916
|
|
4917
|
+
msgid "Return errata that are applicable to this host. Defaults to false)"
|
4918
|
+
msgstr ""
|
4919
|
+
|
4454
4920
|
msgid "Return errata that are upgradable on one or more hosts"
|
4455
4921
|
msgstr ""
|
4456
4922
|
|
@@ -4460,6 +4926,15 @@ msgstr ""
|
|
4460
4926
|
msgid "Return name and stream information only)"
|
4461
4927
|
msgstr ""
|
4462
4928
|
|
4929
|
+
msgid "Return only errata of a particular severity (None, Low, Moderate, Important, Critical)"
|
4930
|
+
msgstr ""
|
4931
|
+
|
4932
|
+
msgid "Return only errata of a particular type (security, bugfix, enhancement)"
|
4933
|
+
msgstr ""
|
4934
|
+
|
4935
|
+
msgid "Return only packages of a particular status (upgradable or up-to-date)"
|
4936
|
+
msgstr ""
|
4937
|
+
|
4463
4938
|
msgid "Return only subscriptions which can be attached to the upstream allocation"
|
4464
4939
|
msgstr ""
|
4465
4940
|
|
@@ -4490,9 +4965,21 @@ msgstr ""
|
|
4490
4965
|
msgid "Return the content of a repo gpg key, used directly by yum"
|
4491
4966
|
msgstr ""
|
4492
4967
|
|
4968
|
+
msgid "Return the enabled content types"
|
4969
|
+
msgstr ""
|
4970
|
+
|
4493
4971
|
msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
|
4494
4972
|
msgstr ""
|
4495
4973
|
|
4974
|
+
msgid "Review Details"
|
4975
|
+
msgstr ""
|
4976
|
+
|
4977
|
+
msgid "Review details"
|
4978
|
+
msgstr ""
|
4979
|
+
|
4980
|
+
msgid "Review your currently selected changes for "
|
4981
|
+
msgstr ""
|
4982
|
+
|
4496
4983
|
msgid "Role"
|
4497
4984
|
msgstr ""
|
4498
4985
|
|
@@ -4502,10 +4989,15 @@ msgstr ""
|
|
4502
4989
|
msgid "Roles"
|
4503
4990
|
msgstr ""
|
4504
4991
|
|
4992
|
+
msgid "Rpm packages"
|
4993
|
+
msgstr ""
|
4994
|
+
|
4995
|
+
msgid "Rules to be added"
|
4996
|
+
msgstr ""
|
4997
|
+
|
4505
4998
|
msgid "Run Sync Plan:"
|
4506
4999
|
msgstr ""
|
4507
5000
|
|
4508
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
4509
5001
|
msgid "Running"
|
4510
5002
|
msgstr "চলমান"
|
4511
5003
|
|
@@ -4515,6 +5007,9 @@ msgstr ""
|
|
4515
5007
|
msgid "SRPM details"
|
4516
5008
|
msgstr ""
|
4517
5009
|
|
5010
|
+
msgid "SSL CA Content Credential"
|
5011
|
+
msgstr ""
|
5012
|
+
|
4518
5013
|
msgid "SSL version used to communicate with the CDN"
|
4519
5014
|
msgstr ""
|
4520
5015
|
|
@@ -4527,9 +5022,18 @@ msgstr ""
|
|
4527
5022
|
msgid "Schedule errata for installation using katello-agent. %s"
|
4528
5023
|
msgstr ""
|
4529
5024
|
|
5025
|
+
msgid "Schema Version 1"
|
5026
|
+
msgstr ""
|
5027
|
+
|
5028
|
+
msgid "Schema Version 2"
|
5029
|
+
msgstr ""
|
5030
|
+
|
4530
5031
|
msgid "Search"
|
4531
5032
|
msgstr ""
|
4532
5033
|
|
5034
|
+
msgid "Search Query"
|
5035
|
+
msgstr ""
|
5036
|
+
|
4533
5037
|
msgid "Search pattern (defaults to '*')"
|
4534
5038
|
msgstr ""
|
4535
5039
|
|
@@ -4545,7 +5049,6 @@ msgstr ""
|
|
4545
5049
|
msgid "Search string for hosts to perform an action on"
|
4546
5050
|
msgstr ""
|
4547
5051
|
|
4548
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
4549
5052
|
msgid "Security"
|
4550
5053
|
msgstr "নিরাপত্তা"
|
4551
5054
|
|
@@ -4558,15 +5061,12 @@ msgstr ""
|
|
4558
5061
|
msgid "Select"
|
4559
5062
|
msgstr ""
|
4560
5063
|
|
4561
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author Runa Bhattacharjee
|
4562
5064
|
msgid "Select All"
|
4563
5065
|
msgstr "সকল নির্বাচন করুন"
|
4564
5066
|
|
4565
|
-
#, fuzzy
|
4566
5067
|
msgid "Select Content View"
|
4567
|
-
msgstr "
|
5068
|
+
msgstr ""
|
4568
5069
|
|
4569
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
4570
5070
|
msgid "Select None"
|
4571
5071
|
msgstr "কিছুই নির্বাচন করা হবে না"
|
4572
5072
|
|
@@ -4576,16 +5076,23 @@ msgstr ""
|
|
4576
5076
|
msgid "Select Value"
|
4577
5077
|
msgstr ""
|
4578
5078
|
|
5079
|
+
msgid "Select a content view"
|
5080
|
+
msgstr ""
|
5081
|
+
|
4579
5082
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
4580
5083
|
msgstr ""
|
4581
5084
|
|
5085
|
+
msgid "Select a provider to install katello-host-tools-tracer"
|
5086
|
+
msgstr ""
|
5087
|
+
|
5088
|
+
msgid "Select all"
|
5089
|
+
msgstr ""
|
5090
|
+
|
4582
5091
|
msgid "Select all rows"
|
4583
5092
|
msgstr ""
|
4584
5093
|
|
4585
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author Runa Bhattacharjee
|
4586
|
-
#, fuzzy
|
4587
5094
|
msgid "Select an Organization"
|
4588
|
-
msgstr "
|
5095
|
+
msgstr ""
|
4589
5096
|
|
4590
5097
|
msgid "Select an organization"
|
4591
5098
|
msgstr ""
|
@@ -4593,19 +5100,45 @@ msgstr ""
|
|
4593
5100
|
msgid "Select available version of ${cvName} to use"
|
4594
5101
|
msgstr ""
|
4595
5102
|
|
5103
|
+
msgid "Select available version of components to use"
|
5104
|
+
msgstr ""
|
5105
|
+
|
5106
|
+
msgid "Select content view"
|
5107
|
+
msgstr ""
|
5108
|
+
|
4596
5109
|
msgid "Select hosts to assign to %s"
|
4597
5110
|
msgstr ""
|
4598
5111
|
|
5112
|
+
msgid "Select lifecycle environment"
|
5113
|
+
msgstr ""
|
5114
|
+
|
5115
|
+
msgid "Select none"
|
5116
|
+
msgstr ""
|
5117
|
+
|
5118
|
+
msgid "Select one"
|
5119
|
+
msgstr ""
|
5120
|
+
|
5121
|
+
msgid "Select page"
|
5122
|
+
msgstr ""
|
5123
|
+
|
4599
5124
|
msgid "Select row"
|
4600
5125
|
msgstr ""
|
4601
5126
|
|
4602
5127
|
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."
|
4603
5128
|
msgstr ""
|
4604
5129
|
|
5130
|
+
msgid "Selected environment "
|
5131
|
+
msgstr ""
|
5132
|
+
|
5133
|
+
msgid "Selected environments "
|
5134
|
+
msgstr ""
|
5135
|
+
|
5136
|
+
msgid "Sending a list of included IDs is not allowed when all items are being selected."
|
5137
|
+
msgstr ""
|
5138
|
+
|
4605
5139
|
msgid "Service Level"
|
4606
5140
|
msgstr ""
|
4607
5141
|
|
4608
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
4609
5142
|
msgid "Service Level %s"
|
4610
5143
|
msgstr "পরিসেবার স্তর %s"
|
4611
5144
|
|
@@ -4639,10 +5172,15 @@ msgstr ""
|
|
4639
5172
|
msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
|
4640
5173
|
msgstr ""
|
4641
5174
|
|
4642
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
4643
5175
|
msgid "Severity"
|
4644
5176
|
msgstr "গুরুত্বের মাত্রা"
|
4645
5177
|
|
5178
|
+
msgid "Severity must be one of: %s"
|
5179
|
+
msgstr ""
|
5180
|
+
|
5181
|
+
msgid "Show %s"
|
5182
|
+
msgstr ""
|
5183
|
+
|
4646
5184
|
msgid "Show :a_resource"
|
4647
5185
|
msgstr ""
|
4648
5186
|
|
@@ -4673,101 +5211,163 @@ msgstr ""
|
|
4673
5211
|
msgid "Show a sync plan"
|
4674
5212
|
msgstr ""
|
4675
5213
|
|
5214
|
+
msgid "Show all"
|
5215
|
+
msgstr ""
|
5216
|
+
|
4676
5217
|
msgid "Show an activation key"
|
4677
5218
|
msgstr ""
|
4678
5219
|
|
4679
5220
|
msgid "Show an environment"
|
4680
5221
|
msgstr ""
|
4681
5222
|
|
4682
|
-
msgid "Show content available for an activation key"
|
5223
|
+
msgid "Show content available for an activation key"
|
5224
|
+
msgstr ""
|
5225
|
+
|
5226
|
+
msgid "Show content view version"
|
5227
|
+
msgstr ""
|
5228
|
+
|
5229
|
+
msgid "Show filter rule info"
|
5230
|
+
msgstr ""
|
5231
|
+
|
5232
|
+
msgid "Show full description"
|
5233
|
+
msgstr ""
|
5234
|
+
|
5235
|
+
msgid "Show organization"
|
5236
|
+
msgstr ""
|
5237
|
+
|
5238
|
+
msgid "Show release versions available for an activation key"
|
5239
|
+
msgstr ""
|
5240
|
+
|
5241
|
+
msgid "Show releases available for the content host"
|
5242
|
+
msgstr ""
|
5243
|
+
|
5244
|
+
msgid "Show the available repository types"
|
5245
|
+
msgstr ""
|
5246
|
+
|
5247
|
+
msgid "Shows status of Katello system and it's subcomponents"
|
5248
|
+
msgstr ""
|
5249
|
+
|
5250
|
+
msgid "Shows version information"
|
5251
|
+
msgstr ""
|
5252
|
+
|
5253
|
+
msgid "Simple Content Access"
|
5254
|
+
msgstr ""
|
5255
|
+
|
5256
|
+
msgid "Simple Content Access has been disabled by the upstream organization administrator."
|
5257
|
+
msgstr ""
|
5258
|
+
|
5259
|
+
msgid "Simple Content Access has been disabled for '%{subject}'."
|
5260
|
+
msgstr ""
|
5261
|
+
|
5262
|
+
msgid "Simple Content Access has been enabled for '%{subject}'."
|
5263
|
+
msgstr ""
|
5264
|
+
|
5265
|
+
msgid "Single content view consisting of e.g. repositories"
|
5266
|
+
msgstr ""
|
5267
|
+
|
5268
|
+
msgid "Size of file to upload"
|
5269
|
+
msgstr ""
|
5270
|
+
|
5271
|
+
msgid "Skip metadata check on each repository on the smart proxy"
|
5272
|
+
msgstr ""
|
5273
|
+
|
5274
|
+
msgid "Skipped pulp_auth check after failed pulp check"
|
5275
|
+
msgstr ""
|
5276
|
+
|
5277
|
+
msgid "Smart proxy IDs"
|
5278
|
+
msgstr ""
|
5279
|
+
|
5280
|
+
msgid "Smart proxy content source not found!"
|
5281
|
+
msgstr ""
|
5282
|
+
|
5283
|
+
msgid "Sockets: %s"
|
5284
|
+
msgstr ""
|
5285
|
+
|
5286
|
+
msgid "Solution"
|
4683
5287
|
msgstr ""
|
4684
5288
|
|
4685
|
-
msgid "
|
5289
|
+
msgid "Solve RPM dependencies by default on Content View publish, defaults to false"
|
4686
5290
|
msgstr ""
|
4687
5291
|
|
4688
|
-
msgid "
|
5292
|
+
msgid "Solve dependencies"
|
4689
5293
|
msgstr ""
|
4690
5294
|
|
4691
|
-
msgid "
|
5295
|
+
msgid "Some of your inputs contain errors. Please update them and save your changes again."
|
4692
5296
|
msgstr ""
|
4693
5297
|
|
4694
|
-
msgid "
|
5298
|
+
msgid "Some services are not properly started. See the About page for more information."
|
4695
5299
|
msgstr ""
|
4696
5300
|
|
4697
|
-
msgid "
|
5301
|
+
msgid "Something went wrong while adding a bookmark: ${getBookmarkErrorMsgs(error.response)}"
|
4698
5302
|
msgstr ""
|
4699
5303
|
|
4700
|
-
msgid "
|
5304
|
+
msgid "Something went wrong while adding a filter rule! ${getResponseErrorMsgs(error.response)}"
|
4701
5305
|
msgstr ""
|
4702
5306
|
|
4703
|
-
msgid "
|
5307
|
+
msgid "Something went wrong while adding component! ${getResponseErrorMsgs(error.response)}"
|
4704
5308
|
msgstr ""
|
4705
5309
|
|
4706
|
-
msgid "
|
5310
|
+
msgid "Something went wrong while adding filter rules! ${getResponseErrorMsgs(error.response)}"
|
4707
5311
|
msgstr ""
|
4708
5312
|
|
4709
|
-
msgid "
|
5313
|
+
msgid "Something went wrong while creating the filter! ${getResponseErrorMsgs(error.response)}"
|
4710
5314
|
msgstr ""
|
4711
5315
|
|
4712
|
-
msgid "
|
5316
|
+
msgid "Something went wrong while deleting filter rules! ${getResponseErrorMsgs(error.response)}"
|
4713
5317
|
msgstr ""
|
4714
5318
|
|
4715
|
-
msgid "
|
5319
|
+
msgid "Something went wrong while deleting filters! ${getResponseErrorMsgs(error.response)}"
|
4716
5320
|
msgstr ""
|
4717
5321
|
|
4718
|
-
msgid "
|
5322
|
+
msgid "Something went wrong while deleting this filter! ${getResponseErrorMsgs(error.response)}"
|
4719
5323
|
msgstr ""
|
4720
5324
|
|
4721
|
-
msgid "
|
5325
|
+
msgid "Something went wrong while editing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
4722
5326
|
msgstr ""
|
4723
5327
|
|
4724
|
-
msgid "
|
5328
|
+
msgid "Something went wrong while editing the filter! ${getResponseErrorMsgs(error.response)}"
|
4725
5329
|
msgstr ""
|
4726
5330
|
|
4727
|
-
msgid "
|
5331
|
+
msgid "Something went wrong while editing version details. ${getResponseErrorMsgs(error.response)}"
|
4728
5332
|
msgstr ""
|
4729
5333
|
|
4730
|
-
msgid "
|
5334
|
+
msgid "Something went wrong while fetching ${lowerCase(pluralLabel)}! ${getResponseErrorMsgs(error.response)}"
|
4731
5335
|
msgstr ""
|
4732
5336
|
|
4733
|
-
msgid "
|
5337
|
+
msgid "Something went wrong while fetching files! ${getResponseErrorMsgs(error.response)}"
|
4734
5338
|
msgstr ""
|
4735
5339
|
|
4736
|
-
msgid "
|
5340
|
+
msgid "Something went wrong while fetching rpm packages! ${getResponseErrorMsgs(error.response)}"
|
4737
5341
|
msgstr ""
|
4738
5342
|
|
4739
|
-
|
4740
|
-
msgid "Sockets: %s"
|
4741
|
-
msgstr "সকেট: %s"
|
4742
|
-
|
4743
|
-
msgid "Solve Dependencies"
|
5343
|
+
msgid "Something went wrong while getting deb packages! ${getResponseErrorMsgs(error.response)}"
|
4744
5344
|
msgstr ""
|
4745
5345
|
|
4746
|
-
msgid "
|
5346
|
+
msgid "Something went wrong while getting docker tags! ${getResponseErrorMsgs(error.response)}"
|
4747
5347
|
msgstr ""
|
4748
5348
|
|
4749
|
-
msgid "
|
5349
|
+
msgid "Something went wrong while getting errata! ${getResponseErrorMsgs(error.response)}"
|
4750
5350
|
msgstr ""
|
4751
5351
|
|
4752
|
-
msgid "
|
5352
|
+
msgid "Something went wrong while getting module streams! ${getResponseErrorMsgs(error.response)}"
|
4753
5353
|
msgstr ""
|
4754
5354
|
|
4755
|
-
msgid "
|
5355
|
+
msgid "Something went wrong while getting repositories! ${getResponseErrorMsgs(error.response)}"
|
4756
5356
|
msgstr ""
|
4757
5357
|
|
4758
|
-
msgid "Something went wrong while
|
5358
|
+
msgid "Something went wrong while getting version details. ${getResponseErrorMsgs(error.response)}"
|
4759
5359
|
msgstr ""
|
4760
5360
|
|
4761
|
-
msgid "Something went wrong while
|
5361
|
+
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
4762
5362
|
msgstr ""
|
4763
5363
|
|
4764
|
-
msgid "Something went wrong while
|
5364
|
+
msgid "Something went wrong while removing component! ${getResponseErrorMsgs(error.response)}"
|
4765
5365
|
msgstr ""
|
4766
5366
|
|
4767
|
-
msgid "Something went wrong while
|
5367
|
+
msgid "Something went wrong while retrieving package groups! ${getResponseErrorMsgs(error.response)}"
|
4768
5368
|
msgstr ""
|
4769
5369
|
|
4770
|
-
msgid "Something went wrong while
|
5370
|
+
msgid "Something went wrong while retrieving the activation keys! ${getResponseErrorMsgs(error.response)}"
|
4771
5371
|
msgstr ""
|
4772
5372
|
|
4773
5373
|
msgid "Something went wrong while retrieving the content view components! ${getResponseErrorMsgs(error.response)}"
|
@@ -4788,15 +5388,24 @@ msgstr ""
|
|
4788
5388
|
msgid "Something went wrong while retrieving the content view versions! ${getResponseErrorMsgs(error.response)}"
|
4789
5389
|
msgstr ""
|
4790
5390
|
|
5391
|
+
msgid "Something went wrong while retrieving the hosts! ${getResponseErrorMsgs(error.response)}"
|
5392
|
+
msgstr ""
|
5393
|
+
|
4791
5394
|
msgid "Something went wrong while retrieving the repository types! ${getResponseErrorMsgs(error.response)}"
|
4792
5395
|
msgstr ""
|
4793
5396
|
|
5397
|
+
msgid "Something went wrong! Please check server logs!"
|
5398
|
+
msgstr ""
|
5399
|
+
|
4794
5400
|
msgid "Sort field and order, eg. 'id DESC'"
|
4795
5401
|
msgstr ""
|
4796
5402
|
|
4797
5403
|
msgid "Source RPM"
|
4798
5404
|
msgstr ""
|
4799
5405
|
|
5406
|
+
msgid "Source RPMs"
|
5407
|
+
msgstr ""
|
5408
|
+
|
4800
5409
|
msgid "Specify an export chunk size less than 1_000_000 GB"
|
4801
5410
|
msgstr ""
|
4802
5411
|
|
@@ -4809,25 +5418,24 @@ msgstr ""
|
|
4809
5418
|
msgid "Stacking ID"
|
4810
5419
|
msgstr ""
|
4811
5420
|
|
4812
|
-
# translation auto-copied from project Subscription Manager, version 1.8.X, document keys
|
4813
5421
|
msgid "Start Date"
|
4814
5422
|
msgstr "আরম্ভের তারিখ"
|
4815
5423
|
|
4816
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
4817
5424
|
msgid "Start Date and Time can't be blank"
|
4818
5425
|
msgstr "আরম্ভের তারিখ ও সময় ফাঁকা রাখা চলবে না"
|
4819
5426
|
|
4820
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
4821
5427
|
msgid "Start Time"
|
4822
5428
|
msgstr "আরম্ভের সময়"
|
4823
5429
|
|
4824
5430
|
msgid "Starts"
|
4825
5431
|
msgstr ""
|
4826
5432
|
|
4827
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman
|
4828
5433
|
msgid "Status"
|
4829
5434
|
msgstr "অবস্থা"
|
4830
5435
|
|
5436
|
+
msgid "Status must be one of: %s"
|
5437
|
+
msgstr ""
|
5438
|
+
|
4831
5439
|
msgid "Storage"
|
4832
5440
|
msgstr ""
|
4833
5441
|
|
@@ -4843,7 +5451,6 @@ msgstr ""
|
|
4843
5451
|
msgid "Subnet IDs"
|
4844
5452
|
msgstr ""
|
4845
5453
|
|
4846
|
-
# translation auto-copied from project Subscription Manager, version 1.8.X, document keys
|
4847
5454
|
msgid "Subscription"
|
4848
5455
|
msgstr "সাবস্ক্রিপশন"
|
4849
5456
|
|
@@ -4916,14 +5523,12 @@ msgstr ""
|
|
4916
5523
|
msgid "Subscriptions have been saved and are being updated. "
|
4917
5524
|
msgstr ""
|
4918
5525
|
|
4919
|
-
#, fuzzy
|
4920
5526
|
msgid "Subscriptions information based on selected activation keys:"
|
4921
|
-
msgstr "
|
5527
|
+
msgstr ""
|
4922
5528
|
|
4923
5529
|
msgid "Substitution Mismatch. Unable to update for content: (%{content}). From [%{content_url}] To [%{new_url}]."
|
4924
5530
|
msgstr ""
|
4925
5531
|
|
4926
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author Runa Bhattacharjee
|
4927
5532
|
msgid "Success"
|
4928
5533
|
msgstr "সাফল্য"
|
4929
5534
|
|
@@ -4948,7 +5553,6 @@ msgstr ""
|
|
4948
5553
|
msgid "Successfully synchronized."
|
4949
5554
|
msgstr ""
|
4950
5555
|
|
4951
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
4952
5556
|
msgid "Summary"
|
4953
5557
|
msgstr "সংক্ষিপ্ত তথ্য"
|
4954
5558
|
|
@@ -4958,7 +5562,6 @@ msgstr ""
|
|
4958
5562
|
msgid "Supported Content Types"
|
4959
5563
|
msgstr ""
|
4960
5564
|
|
4961
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
4962
5565
|
msgid "Sync Canceled"
|
4963
5566
|
msgstr "সুসংগতির কাজ বাতিল করা হয়েছে"
|
4964
5567
|
|
@@ -4968,12 +5571,9 @@ msgstr ""
|
|
4968
5571
|
msgid "Sync Content View on Smart Proxy(ies)"
|
4969
5572
|
msgstr ""
|
4970
5573
|
|
4971
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
4972
|
-
#, fuzzy
|
4973
5574
|
msgid "Sync Incomplete"
|
4974
|
-
msgstr "
|
5575
|
+
msgstr ""
|
4975
5576
|
|
4976
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
4977
5577
|
msgid "Sync Overview"
|
4978
5578
|
msgstr "সুসংগতি ব্যবস্থার সংক্ষিপ্ত বর্ণনা"
|
4979
5579
|
|
@@ -4983,7 +5583,6 @@ msgstr ""
|
|
4983
5583
|
msgid "Sync Plan: "
|
4984
5584
|
msgstr ""
|
4985
5585
|
|
4986
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
4987
5586
|
msgid "Sync Plans"
|
4988
5587
|
msgstr "সুসংগতির পরিকল্পনা"
|
4989
5588
|
|
@@ -4993,7 +5592,6 @@ msgstr ""
|
|
4993
5592
|
msgid "Sync Smart Proxies after Content View promotion"
|
4994
5593
|
msgstr ""
|
4995
5594
|
|
4996
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
4997
5595
|
msgid "Sync Status"
|
4998
5596
|
msgstr "সুসংগতির অবস্থা"
|
4999
5597
|
|
@@ -5012,7 +5610,6 @@ msgstr ""
|
|
5012
5610
|
msgid "Sync capsule"
|
5013
5611
|
msgstr ""
|
5014
5612
|
|
5015
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
5016
5613
|
msgid "Sync complete."
|
5017
5614
|
msgstr "সুসংগতির কাজ সমাপ্ত হয়েছে।"
|
5018
5615
|
|
@@ -5028,17 +5625,18 @@ msgstr ""
|
|
5028
5625
|
msgid "Sync state"
|
5029
5626
|
msgstr ""
|
5030
5627
|
|
5628
|
+
msgid "Synced "
|
5629
|
+
msgstr ""
|
5630
|
+
|
5031
5631
|
msgid "Synced Content"
|
5032
5632
|
msgstr ""
|
5033
5633
|
|
5034
5634
|
msgid "Synced to smart proxy"
|
5035
5635
|
msgstr ""
|
5036
5636
|
|
5037
|
-
#, fuzzy
|
5038
5637
|
msgid "Synchronize"
|
5039
|
-
msgstr "
|
5638
|
+
msgstr ""
|
5040
5639
|
|
5041
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
5042
5640
|
msgid "Synchronize Now"
|
5043
5641
|
msgstr "অবলিম্বে সুসংগত করা হবে"
|
5044
5642
|
|
@@ -5060,10 +5658,11 @@ msgstr ""
|
|
5060
5658
|
msgid "Synchronize: Validate Content"
|
5061
5659
|
msgstr ""
|
5062
5660
|
|
5063
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
5064
|
-
#, fuzzy
|
5065
5661
|
msgid "Syncing Complete."
|
5066
|
-
msgstr "
|
5662
|
+
msgstr ""
|
5663
|
+
|
5664
|
+
msgid "Synopsis"
|
5665
|
+
msgstr ""
|
5067
5666
|
|
5068
5667
|
msgid "System Purpose"
|
5069
5668
|
msgstr ""
|
@@ -5071,12 +5670,18 @@ msgstr ""
|
|
5071
5670
|
msgid "System Status"
|
5072
5671
|
msgstr ""
|
5073
5672
|
|
5673
|
+
msgid "Tag name"
|
5674
|
+
msgstr ""
|
5675
|
+
|
5074
5676
|
msgid "Tags"
|
5075
5677
|
msgstr ""
|
5076
5678
|
|
5077
5679
|
msgid "Task"
|
5078
5680
|
msgstr ""
|
5079
5681
|
|
5682
|
+
msgid "Task ${task.humanized.action} completed with a result of ${task.result}. ${task.errors ? getErrors(task) : ''}"
|
5683
|
+
msgstr ""
|
5684
|
+
|
5080
5685
|
msgid "Task ${task.humanized.action} has started."
|
5081
5686
|
msgstr ""
|
5082
5687
|
|
@@ -5089,7 +5694,6 @@ msgstr ""
|
|
5089
5694
|
msgid "Temporary"
|
5090
5695
|
msgstr ""
|
5091
5696
|
|
5092
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
5093
5697
|
msgid "The '%s' environment cannot contain a changeset!"
|
5094
5698
|
msgstr "'%s' পরিবেশের মধ্যে changeset উপস্থিত থাকা চলবে না!"
|
5095
5699
|
|
@@ -5105,16 +5709,14 @@ msgstr ""
|
|
5105
5709
|
msgid "The actual file contents"
|
5106
5710
|
msgstr ""
|
5107
5711
|
|
5108
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
5109
5712
|
msgid "The current organization cannot be deleted. Please switch to a different organization before deleting."
|
5110
5713
|
msgstr "বর্তমান প্রতিষ্ঠানের তথ্য মুছে ফেলা যাবে না। মুছে ফেলার পূর্বে অন্য প্রতিষ্ঠানে পরিবর্তন করুন।"
|
5111
5714
|
|
5112
5715
|
msgid "The default content view cannot be edited, published, or deleted."
|
5113
5716
|
msgstr ""
|
5114
5717
|
|
5115
|
-
#, fuzzy
|
5116
5718
|
msgid "The default content view cannot be promoted"
|
5117
|
-
msgstr "
|
5719
|
+
msgstr ""
|
5118
5720
|
|
5119
5721
|
msgid "The default dependency solving value for new Content Views."
|
5120
5722
|
msgstr ""
|
@@ -5198,9 +5800,8 @@ msgstr ""
|
|
5198
5800
|
msgid "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts."
|
5199
5801
|
msgstr ""
|
5200
5802
|
|
5201
|
-
#, fuzzy
|
5202
5803
|
msgid "The repository is already enabled"
|
5203
|
-
msgstr "
|
5804
|
+
msgstr ""
|
5204
5805
|
|
5205
5806
|
msgid "The request did not contain any repository information."
|
5206
5807
|
msgstr ""
|
@@ -5214,9 +5815,10 @@ msgstr ""
|
|
5214
5815
|
msgid "The requested traces were not found for this host"
|
5215
5816
|
msgstr ""
|
5216
5817
|
|
5217
|
-
msgid ""
|
5218
|
-
|
5219
|
-
|
5818
|
+
msgid "The selected kickstart repository is not part of the assigned content view, lifecycle environment, content source, operating system, and architecture"
|
5819
|
+
msgstr ""
|
5820
|
+
|
5821
|
+
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
5220
5822
|
msgstr ""
|
5221
5823
|
|
5222
5824
|
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
@@ -5249,7 +5851,6 @@ msgstr ""
|
|
5249
5851
|
msgid "There are no errata that need to be applied to registered content hosts."
|
5250
5852
|
msgstr ""
|
5251
5853
|
|
5252
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
5253
5854
|
msgid "There are no products or repositories enabled. Try enabling via %{custom} or %{redhat}."
|
5254
5855
|
msgstr "কোনো প্রোডাক্ট বা সংগ্রহস্থল সক্ষম করা নেই। %{custom} বা %{redhat} মারফত সক্ষম করার চেষ্টা করুন।"
|
5255
5856
|
|
@@ -5268,6 +5869,9 @@ msgstr ""
|
|
5268
5869
|
msgid "There was a problem retrieving Activation Key data from the server."
|
5269
5870
|
msgstr ""
|
5270
5871
|
|
5872
|
+
msgid "There was an error retrieving data from the server. Check your connection and try again."
|
5873
|
+
msgstr ""
|
5874
|
+
|
5271
5875
|
msgid "There was an issue with the backend service %s: "
|
5272
5876
|
msgstr ""
|
5273
5877
|
|
@@ -5286,15 +5890,39 @@ msgstr ""
|
|
5286
5890
|
msgid "This action doesn't support package groups"
|
5287
5891
|
msgstr ""
|
5288
5892
|
|
5893
|
+
msgid "This action should only be taken in extreme circumstances or for debugging purposes."
|
5894
|
+
msgstr ""
|
5895
|
+
|
5289
5896
|
msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
|
5290
5897
|
msgstr ""
|
5291
5898
|
|
5292
5899
|
msgid "This certificate allows a user to view the repositories in any environment from a browser."
|
5293
5900
|
msgstr ""
|
5294
5901
|
|
5902
|
+
msgid "This content view does not have any versions associated."
|
5903
|
+
msgstr ""
|
5904
|
+
|
5295
5905
|
msgid "This content view version doesn't have a history."
|
5296
5906
|
msgstr ""
|
5297
5907
|
|
5908
|
+
msgid "This content view will be automatically updated to the latest version."
|
5909
|
+
msgstr ""
|
5910
|
+
|
5911
|
+
msgid "This content view will be deleted. Changes will be effective after clicking Delete."
|
5912
|
+
msgstr ""
|
5913
|
+
|
5914
|
+
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
5915
|
+
msgstr ""
|
5916
|
+
|
5917
|
+
msgid "This host currently does not have traces."
|
5918
|
+
msgstr ""
|
5919
|
+
|
5920
|
+
msgid "This host does not have any installable errata."
|
5921
|
+
msgstr ""
|
5922
|
+
|
5923
|
+
msgid "This host does not have any packages."
|
5924
|
+
msgstr ""
|
5925
|
+
|
5298
5926
|
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
5299
5927
|
msgstr ""
|
5300
5928
|
|
@@ -5322,10 +5950,13 @@ msgstr ""
|
|
5322
5950
|
msgid "This is not a linked repository"
|
5323
5951
|
msgstr ""
|
5324
5952
|
|
5953
|
+
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}."
|
5954
|
+
msgstr ""
|
5955
|
+
|
5325
5956
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
5326
5957
|
msgstr ""
|
5327
5958
|
|
5328
|
-
msgid "This request may only be performed on a Smart proxy that has the
|
5959
|
+
msgid "This request may only be performed on a Smart proxy that has the Pulpcore feature with mirror=true."
|
5329
5960
|
msgstr ""
|
5330
5961
|
|
5331
5962
|
msgid "This service is available for unauthenticated users"
|
@@ -5340,6 +5971,21 @@ msgstr ""
|
|
5340
5971
|
msgid "This subscription is not relevant to the current organization."
|
5341
5972
|
msgstr ""
|
5342
5973
|
|
5974
|
+
msgid "This version has not been promoted to any environments."
|
5975
|
+
msgstr ""
|
5976
|
+
|
5977
|
+
msgid "This version is not promoted to any environments."
|
5978
|
+
msgstr ""
|
5979
|
+
|
5980
|
+
msgid "This version will be removed from:"
|
5981
|
+
msgstr ""
|
5982
|
+
|
5983
|
+
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."
|
5984
|
+
msgstr ""
|
5985
|
+
|
5986
|
+
msgid "Time in minutes to consider orphan content as orphaned."
|
5987
|
+
msgstr ""
|
5988
|
+
|
5343
5989
|
msgid "Time in seconds to wait for a Host to finish a remote action"
|
5344
5990
|
msgstr ""
|
5345
5991
|
|
@@ -5352,7 +5998,6 @@ msgstr ""
|
|
5352
5998
|
msgid "Timestamp"
|
5353
5999
|
msgstr ""
|
5354
6000
|
|
5355
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
5356
6001
|
msgid "Title"
|
5357
6002
|
msgstr "শিরোনাম"
|
5358
6003
|
|
@@ -5365,18 +6010,36 @@ msgstr ""
|
|
5365
6010
|
msgid "Total timeout in seconds for connections when syncing"
|
5366
6011
|
msgstr ""
|
5367
6012
|
|
6013
|
+
msgid "Tracer helps administrators identify applications that need to be restarted after a system is patched."
|
6014
|
+
msgstr ""
|
6015
|
+
|
5368
6016
|
msgid "Tracer profile uploaded successfully"
|
5369
6017
|
msgstr ""
|
5370
6018
|
|
5371
6019
|
msgid "Traces"
|
5372
6020
|
msgstr ""
|
5373
6021
|
|
6022
|
+
msgid "Traces are not enabled"
|
6023
|
+
msgstr ""
|
6024
|
+
|
6025
|
+
msgid "Traces help administrators identify applications that need to be restarted after a system is patched."
|
6026
|
+
msgstr ""
|
6027
|
+
|
6028
|
+
msgid "Traces that require logout cannot be restarted remotely"
|
6029
|
+
msgstr ""
|
6030
|
+
|
5374
6031
|
msgid "Trigger an auto-attach of subscriptions"
|
5375
6032
|
msgstr ""
|
5376
6033
|
|
5377
6034
|
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
5378
6035
|
msgstr ""
|
5379
6036
|
|
6037
|
+
msgid "Try changing your search criteria."
|
6038
|
+
msgstr ""
|
6039
|
+
|
6040
|
+
msgid "Try changing your search query."
|
6041
|
+
msgstr ""
|
6042
|
+
|
5380
6043
|
msgid "Try changing your search settings."
|
5381
6044
|
msgstr ""
|
5382
6045
|
|
@@ -5386,15 +6049,27 @@ msgstr ""
|
|
5386
6049
|
msgid "Type"
|
5387
6050
|
msgstr ""
|
5388
6051
|
|
6052
|
+
msgid "Type must be one of: %s"
|
6053
|
+
msgstr ""
|
6054
|
+
|
5389
6055
|
msgid "Type of content"
|
5390
6056
|
msgstr ""
|
5391
6057
|
|
5392
6058
|
msgid "Type of content: \"cert\", \"gpg_key\""
|
5393
6059
|
msgstr ""
|
5394
6060
|
|
6061
|
+
msgid "URL"
|
6062
|
+
msgstr ""
|
6063
|
+
|
5395
6064
|
msgid "URL needs to have a trailing /"
|
5396
6065
|
msgstr ""
|
5397
6066
|
|
6067
|
+
msgid "URL of a PyPI content source such as https://pypi.org."
|
6068
|
+
msgstr ""
|
6069
|
+
|
6070
|
+
msgid "URL of an OSTree repository."
|
6071
|
+
msgstr ""
|
6072
|
+
|
5398
6073
|
msgid "UUID"
|
5399
6074
|
msgstr ""
|
5400
6075
|
|
@@ -5413,6 +6088,9 @@ msgstr ""
|
|
5413
6088
|
msgid "UUIDs of the virtual guests from the host's hypervisor"
|
5414
6089
|
msgstr ""
|
5415
6090
|
|
6091
|
+
msgid "Unable to connect"
|
6092
|
+
msgstr ""
|
6093
|
+
|
5416
6094
|
msgid "Unable to connect. Got: %s"
|
5417
6095
|
msgstr ""
|
5418
6096
|
|
@@ -5476,7 +6154,6 @@ msgstr ""
|
|
5476
6154
|
msgid "Uninstall packages remotely using katello-agent. %s"
|
5477
6155
|
msgstr ""
|
5478
6156
|
|
5479
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author Runa Bhattacharjee
|
5480
6157
|
msgid "Unknown"
|
5481
6158
|
msgstr "অজানা"
|
5482
6159
|
|
@@ -5513,17 +6190,24 @@ msgstr ""
|
|
5513
6190
|
msgid "Unsubscribed hypervisor"
|
5514
6191
|
msgstr ""
|
5515
6192
|
|
5516
|
-
|
6193
|
+
msgid "Unsupported CDN resource"
|
6194
|
+
msgstr ""
|
6195
|
+
|
5517
6196
|
msgid "Unsupported URL protocol %s."
|
5518
6197
|
msgstr "অসমর্থিত URL প্রোটোকল %s।"
|
5519
6198
|
|
5520
6199
|
msgid "Unsupported event type %{type}. Supported: %{types}"
|
5521
6200
|
msgstr ""
|
5522
6201
|
|
5523
|
-
|
6202
|
+
msgid "Up-to date"
|
6203
|
+
msgstr ""
|
6204
|
+
|
5524
6205
|
msgid "Update"
|
5525
6206
|
msgstr "আপডেট করুন"
|
5526
6207
|
|
6208
|
+
msgid "Update CDN Configuration"
|
6209
|
+
msgstr ""
|
6210
|
+
|
5527
6211
|
msgid "Update Content Overrides"
|
5528
6212
|
msgstr ""
|
5529
6213
|
|
@@ -5623,6 +6307,9 @@ msgstr ""
|
|
5623
6307
|
msgid "Update services requiring restart"
|
5624
6308
|
msgstr ""
|
5625
6309
|
|
6310
|
+
msgid "Update the CDN configuration"
|
6311
|
+
msgstr ""
|
6312
|
+
|
5626
6313
|
msgid "Update the HTTP proxy configuration on the repositories of one or more products."
|
5627
6314
|
msgstr ""
|
5628
6315
|
|
@@ -5650,7 +6337,6 @@ msgstr ""
|
|
5650
6337
|
msgid "Updates all packages on the host(s)"
|
5651
6338
|
msgstr ""
|
5652
6339
|
|
5653
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
5654
6340
|
msgid "Updating Package..."
|
5655
6341
|
msgstr "প্যাকেজ আপডেট করা হচ্ছে..."
|
5656
6342
|
|
@@ -5660,14 +6346,25 @@ msgstr ""
|
|
5660
6346
|
msgid "Updating System Purpose for host %s"
|
5661
6347
|
msgstr ""
|
5662
6348
|
|
5663
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
5664
6349
|
msgid "Updating package group..."
|
5665
6350
|
msgstr "প্যাকেজ গ্রুপ আপডেট করা হচ্ছে..."
|
5666
6351
|
|
5667
6352
|
msgid "Updating repository authentication configuration"
|
5668
6353
|
msgstr ""
|
5669
6354
|
|
5670
|
-
msgid "
|
6355
|
+
msgid "Upgradable"
|
6356
|
+
msgstr ""
|
6357
|
+
|
6358
|
+
msgid "Upgradable To"
|
6359
|
+
msgstr ""
|
6360
|
+
|
6361
|
+
msgid "Upgrade"
|
6362
|
+
msgstr ""
|
6363
|
+
|
6364
|
+
msgid "Upgrade via customized remote execution"
|
6365
|
+
msgstr ""
|
6366
|
+
|
6367
|
+
msgid "Upgrade via remote execution"
|
5671
6368
|
msgstr ""
|
5672
6369
|
|
5673
6370
|
msgid "Upload Content Credential contents"
|
@@ -5682,10 +6379,11 @@ msgstr ""
|
|
5682
6379
|
msgid "Upload content into the repository"
|
5683
6380
|
msgstr ""
|
5684
6381
|
|
5685
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
5686
|
-
#, fuzzy
|
5687
6382
|
msgid "Upload into"
|
5688
|
-
msgstr "
|
6383
|
+
msgstr ""
|
6384
|
+
|
6385
|
+
msgid "Upload profiles without Dynflow"
|
6386
|
+
msgstr ""
|
5689
6387
|
|
5690
6388
|
msgid "Upload request id"
|
5691
6389
|
msgstr ""
|
@@ -5696,12 +6394,30 @@ msgstr ""
|
|
5696
6394
|
msgid "Upstream identity certificate not available"
|
5697
6395
|
msgstr ""
|
5698
6396
|
|
6397
|
+
msgid "Upstream organization %s does not provide this content path"
|
6398
|
+
msgstr ""
|
6399
|
+
|
6400
|
+
msgid "Upstream organization %{org_label} does not have a content view with the label %{cv_label}"
|
6401
|
+
msgstr ""
|
6402
|
+
|
6403
|
+
msgid "Upstream organization %{org_label} does not have a lifecycle environment with the label %{lce_label}"
|
6404
|
+
msgstr ""
|
6405
|
+
|
6406
|
+
msgid "Upstream organization to sync CDN content from"
|
6407
|
+
msgstr ""
|
6408
|
+
|
5699
6409
|
msgid "Upstream password requires upstream username be set."
|
5700
6410
|
msgstr ""
|
5701
6411
|
|
6412
|
+
msgid "Upstream server to sync CDN content from"
|
6413
|
+
msgstr ""
|
6414
|
+
|
5702
6415
|
msgid "Upstream username and password may only be set on custom repositories."
|
5703
6416
|
msgstr ""
|
5704
6417
|
|
6418
|
+
msgid "Upstream username and upstream password cannot be blank for ULN repositories"
|
6419
|
+
msgstr ""
|
6420
|
+
|
5705
6421
|
msgid "Upstream username requires upstream password be set."
|
5706
6422
|
msgstr ""
|
5707
6423
|
|
@@ -5735,12 +6451,24 @@ msgstr ""
|
|
5735
6451
|
msgid "User must be logged in."
|
5736
6452
|
msgstr ""
|
5737
6453
|
|
6454
|
+
msgid "Username"
|
6455
|
+
msgstr ""
|
6456
|
+
|
6457
|
+
msgid "Username for authentication"
|
6458
|
+
msgstr ""
|
6459
|
+
|
5738
6460
|
msgid "Username of the upstream repository user used for authentication"
|
5739
6461
|
msgstr ""
|
5740
6462
|
|
5741
6463
|
msgid "Username to access URL"
|
5742
6464
|
msgstr ""
|
5743
6465
|
|
6466
|
+
msgid "Username, Password, Organization Label, and SSL CA Content Credential must be provided together."
|
6467
|
+
msgstr ""
|
6468
|
+
|
6469
|
+
msgid "Username, Password, Upstream Organization Label, and SSL CA Credential are required when using a non-Red Hat CDN."
|
6470
|
+
msgstr ""
|
6471
|
+
|
5744
6472
|
msgid "Valid"
|
5745
6473
|
msgstr ""
|
5746
6474
|
|
@@ -5765,22 +6493,53 @@ msgstr ""
|
|
5765
6493
|
msgid "Version ${item.version}"
|
5766
6494
|
msgstr ""
|
5767
6495
|
|
6496
|
+
msgid "Version ${version.version}"
|
6497
|
+
msgstr ""
|
6498
|
+
|
6499
|
+
msgid "Version ${versionNameToRemove} will be deleted from all environments. It will no longer be available for promotion."
|
6500
|
+
msgstr ""
|
6501
|
+
|
6502
|
+
msgid "Version ${versionNameToRemove} will be deleted from the listed environments. It will no longer be available for promotion."
|
6503
|
+
msgstr ""
|
6504
|
+
|
6505
|
+
msgid "Version details updated."
|
6506
|
+
msgstr ""
|
6507
|
+
|
6508
|
+
msgid "Version in use"
|
6509
|
+
msgstr ""
|
6510
|
+
|
5768
6511
|
msgid "Versions"
|
5769
6512
|
msgstr ""
|
5770
6513
|
|
5771
6514
|
msgid "Versions will appear here when the content view is published."
|
5772
6515
|
msgstr ""
|
5773
6516
|
|
5774
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
5775
6517
|
msgid "View %{view} has not been promoted to %{env}"
|
5776
6518
|
msgstr "%{view} রূপ %{env} প্রোমোট হয়নি"
|
5777
6519
|
|
5778
6520
|
msgid "View a report of the affected hosts"
|
5779
6521
|
msgstr ""
|
5780
6522
|
|
5781
|
-
|
6523
|
+
msgid "View matching content"
|
6524
|
+
msgstr ""
|
6525
|
+
|
5782
6526
|
msgid "Virtual"
|
5783
|
-
msgstr "
|
6527
|
+
msgstr ""
|
6528
|
+
|
6529
|
+
msgid "Visit the previous Packages page"
|
6530
|
+
msgstr ""
|
6531
|
+
|
6532
|
+
msgid "Waiting to start."
|
6533
|
+
msgstr ""
|
6534
|
+
|
6535
|
+
msgid "Warning"
|
6536
|
+
msgstr ""
|
6537
|
+
|
6538
|
+
msgid "When \"Releases/Distributions\" is set, \"Upstream URL\" must also be set!"
|
6539
|
+
msgstr ""
|
6540
|
+
|
6541
|
+
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
6542
|
+
msgstr ""
|
5784
6543
|
|
5785
6544
|
msgid "When Simple Content Access is enabled, hosts are not required to have subscriptions attached to access repositories."
|
5786
6545
|
msgstr ""
|
@@ -5842,15 +6601,16 @@ msgstr ""
|
|
5842
6601
|
msgid "You cannot have more than %{max_hosts} host(s) associated with host collection '%{host_collection}'."
|
5843
6602
|
msgstr ""
|
5844
6603
|
|
5845
|
-
#, fuzzy
|
5846
6604
|
msgid "You cannot set an organization's parent. This feature is disabled."
|
5847
|
-
msgstr "
|
6605
|
+
msgstr ""
|
5848
6606
|
|
5849
|
-
#, fuzzy
|
5850
6607
|
msgid "You cannot set an organization's parent_id. This feature is disabled."
|
5851
|
-
msgstr "
|
6608
|
+
msgstr ""
|
6609
|
+
|
6610
|
+
msgid "You currently don't have any ${selectedContentType}."
|
6611
|
+
msgstr ""
|
5852
6612
|
|
5853
|
-
msgid "You currently don't have any Content
|
6613
|
+
msgid "You currently don't have any Content views."
|
5854
6614
|
msgstr ""
|
5855
6615
|
|
5856
6616
|
msgid "You currently don't have any filters for this content view."
|
@@ -5859,12 +6619,21 @@ msgstr ""
|
|
5859
6619
|
msgid "You currently don't have any history for this content view."
|
5860
6620
|
msgstr ""
|
5861
6621
|
|
6622
|
+
msgid "You currently don't have any repositories associated with this content."
|
6623
|
+
msgstr ""
|
6624
|
+
|
5862
6625
|
msgid "You currently don't have any repositories to add to this content view."
|
5863
6626
|
msgstr ""
|
5864
6627
|
|
6628
|
+
msgid "You currently don't have any repositories to add to this filter."
|
6629
|
+
msgstr ""
|
6630
|
+
|
5865
6631
|
msgid "You currently don't have any versions for this content view."
|
5866
6632
|
msgstr ""
|
5867
6633
|
|
6634
|
+
msgid "You currently don\\'t have any related content views."
|
6635
|
+
msgstr ""
|
6636
|
+
|
5868
6637
|
msgid "You do not have permissions to delete %s"
|
5869
6638
|
msgstr ""
|
5870
6639
|
|
@@ -5895,10 +6664,25 @@ msgstr ""
|
|
5895
6664
|
msgid "Your search query was invalid. Please revise it and try again. The full error has been sent to the application logs."
|
5896
6665
|
msgstr ""
|
5897
6666
|
|
6667
|
+
msgid "Your search returned no matching "
|
6668
|
+
msgstr ""
|
6669
|
+
|
6670
|
+
msgid "Your search returned no matching RPMs."
|
6671
|
+
msgstr ""
|
6672
|
+
|
6673
|
+
msgid "Your search returned no matching activation keys."
|
6674
|
+
msgstr ""
|
6675
|
+
|
6676
|
+
msgid "Your search returned no matching hosts."
|
6677
|
+
msgstr ""
|
6678
|
+
|
5898
6679
|
msgid "Yum Metadata: %s"
|
5899
6680
|
msgstr ""
|
5900
6681
|
|
5901
|
-
msgid "a
|
6682
|
+
msgid "a content unit"
|
6683
|
+
msgstr ""
|
6684
|
+
|
6685
|
+
msgid "a deb package"
|
5902
6686
|
msgstr ""
|
5903
6687
|
|
5904
6688
|
msgid "a docker manifest"
|
@@ -5919,14 +6703,11 @@ msgstr ""
|
|
5919
6703
|
msgid "a module stream"
|
5920
6704
|
msgstr ""
|
5921
6705
|
|
5922
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
5923
|
-
#, fuzzy
|
5924
6706
|
msgid "a package"
|
5925
|
-
msgstr "
|
6707
|
+
msgstr ""
|
5926
6708
|
|
5927
|
-
#, fuzzy
|
5928
6709
|
msgid "a package group"
|
5929
|
-
msgstr "
|
6710
|
+
msgstr ""
|
5930
6711
|
|
5931
6712
|
msgid "actions not found"
|
5932
6713
|
msgstr ""
|
@@ -5937,9 +6718,8 @@ msgstr ""
|
|
5937
6718
|
msgid "activation key name to filter by"
|
5938
6719
|
msgstr ""
|
5939
6720
|
|
5940
|
-
#, fuzzy
|
5941
6721
|
msgid "activation keys"
|
5942
|
-
msgstr "
|
6722
|
+
msgstr ""
|
5943
6723
|
|
5944
6724
|
msgid "add all module streams without errata to the included/excluded list. (module stream filter only)"
|
5945
6725
|
msgstr ""
|
@@ -5947,15 +6727,15 @@ msgstr ""
|
|
5947
6727
|
msgid "add all packages without errata to the included/excluded list. (package filter only)"
|
5948
6728
|
msgstr ""
|
5949
6729
|
|
5950
|
-
|
6730
|
+
msgid "all environments"
|
6731
|
+
msgstr ""
|
6732
|
+
|
5951
6733
|
msgid "all packages"
|
5952
6734
|
msgstr "সকল প্যাকেজ"
|
5953
6735
|
|
5954
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
5955
6736
|
msgid "all packages update"
|
5956
6737
|
msgstr "সকল প্যাকেজ আপডেট"
|
5957
6738
|
|
5958
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
5959
6739
|
msgid "all packages update failed"
|
5960
6740
|
msgstr "সকল প্যাকেজ আপডেট বিফল হয়েছে"
|
5961
6741
|
|
@@ -5965,23 +6745,16 @@ msgstr ""
|
|
5965
6745
|
msgid "already belongs to the content view"
|
5966
6746
|
msgstr ""
|
5967
6747
|
|
5968
|
-
#, fuzzy
|
5969
6748
|
msgid "already taken"
|
5970
|
-
msgstr "
|
6749
|
+
msgstr ""
|
5971
6750
|
|
5972
6751
|
msgid "an ansible collection"
|
5973
6752
|
msgstr ""
|
5974
6753
|
|
5975
|
-
#, fuzzy
|
5976
6754
|
msgid "an erratum"
|
5977
|
-
msgstr "
|
6755
|
+
msgstr ""
|
5978
6756
|
|
5979
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author Runa Bhattacharjee
|
5980
|
-
#, fuzzy
|
5981
6757
|
msgid "an organization"
|
5982
|
-
msgstr "প্রতিষ্ঠান"
|
5983
|
-
|
5984
|
-
msgid "an ostree branch"
|
5985
6758
|
msgstr ""
|
5986
6759
|
|
5987
6760
|
msgid "are only allowed for Yum repositories."
|
@@ -5996,71 +6769,63 @@ msgstr ""
|
|
5996
6769
|
msgid "base url to perform repo discovery on"
|
5997
6770
|
msgstr ""
|
5998
6771
|
|
6772
|
+
msgid "bulk add filter rules"
|
6773
|
+
msgstr ""
|
6774
|
+
|
6775
|
+
msgid "bulk delete filter rules"
|
6776
|
+
msgstr ""
|
6777
|
+
|
5999
6778
|
msgid "can the activation key have unlimited hosts"
|
6000
6779
|
msgstr ""
|
6001
6780
|
|
6002
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6003
6781
|
msgid "can't be blank"
|
6004
6782
|
msgstr "ফাঁকা রাখা চলবে না"
|
6005
6783
|
|
6006
6784
|
msgid "cannot add filter to import-only view"
|
6007
6785
|
msgstr ""
|
6008
6786
|
|
6009
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6010
6787
|
msgid "cannot be a binary file."
|
6011
6788
|
msgstr "বাইনারি ফাইল হওয়া চলবে না"
|
6012
6789
|
|
6013
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
6014
6790
|
msgid "cannot be blank"
|
6015
6791
|
msgstr "খালি রাখলে চলবে না"
|
6016
6792
|
|
6017
6793
|
msgid "cannot be blank when Repository URL is provided."
|
6018
6794
|
msgstr ""
|
6019
6795
|
|
6020
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author bnin
|
6021
|
-
#, fuzzy
|
6022
6796
|
msgid "cannot be changed."
|
6023
|
-
msgstr "
|
6797
|
+
msgstr ""
|
6024
6798
|
|
6025
|
-
#, fuzzy
|
6026
6799
|
msgid "cannot be deleted if it has been promoted."
|
6027
|
-
msgstr "
|
6800
|
+
msgstr ""
|
6028
6801
|
|
6029
6802
|
msgid "cannot be less than one"
|
6030
6803
|
msgstr ""
|
6031
6804
|
|
6032
|
-
#, fuzzy
|
6033
6805
|
msgid "cannot be lower than current usage count (%s)"
|
6034
|
-
msgstr "
|
6806
|
+
msgstr ""
|
6035
6807
|
|
6036
|
-
#, fuzzy
|
6037
6808
|
msgid "cannot be nil"
|
6038
|
-
msgstr "ফাঁকা রাখা চলবে না"
|
6039
|
-
|
6040
|
-
msgid "cannot be set because unlimited hosts is set"
|
6041
6809
|
msgstr ""
|
6042
6810
|
|
6043
|
-
msgid "cannot be set
|
6811
|
+
msgid "cannot be set because unlimited hosts is set"
|
6044
6812
|
msgstr ""
|
6045
6813
|
|
6046
6814
|
msgid "cannot be set for non-yum repositories."
|
6047
6815
|
msgstr ""
|
6048
6816
|
|
6049
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
6050
6817
|
msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
|
6051
6818
|
msgstr "ascii আল্ফা নিউমারেল, '_', '-' ভিন্ন অন্য কোনো অক্ষর প্রয়োগ করা যাবে না। "
|
6052
6819
|
|
6053
6820
|
msgid "cannot contain commas"
|
6054
6821
|
msgstr ""
|
6055
6822
|
|
6056
|
-
#, fuzzy
|
6057
6823
|
msgid "cannot contain filters if composite view"
|
6058
|
-
msgstr "
|
6824
|
+
msgstr ""
|
6059
6825
|
|
6060
6826
|
msgid "cannot contain filters whose repositories do not belong to this content view"
|
6061
6827
|
msgstr ""
|
6062
6828
|
|
6063
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6064
6829
|
msgid "cannot contain more than %s characters"
|
6065
6830
|
msgstr "%s থেকে বেশি অক্ষর উপস্থিত থাকা চলবে না"
|
6066
6831
|
|
@@ -6085,6 +6850,9 @@ msgstr ""
|
|
6085
6850
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree', 'rpm', 'srpm')"
|
6086
6851
|
msgstr ""
|
6087
6852
|
|
6853
|
+
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
6854
|
+
msgstr ""
|
6855
|
+
|
6088
6856
|
msgid "content view component ID. Identifier of the component association"
|
6089
6857
|
msgstr ""
|
6090
6858
|
|
@@ -6109,13 +6877,11 @@ msgstr ""
|
|
6109
6877
|
msgid "content view numeric identifier"
|
6110
6878
|
msgstr ""
|
6111
6879
|
|
6112
|
-
#, fuzzy
|
6113
6880
|
msgid "content view publish"
|
6114
|
-
msgstr "
|
6881
|
+
msgstr ""
|
6115
6882
|
|
6116
|
-
#, fuzzy
|
6117
6883
|
msgid "content view refresh"
|
6118
|
-
msgstr "
|
6884
|
+
msgstr ""
|
6119
6885
|
|
6120
6886
|
msgid "content view to reassign orphaned activation keys to"
|
6121
6887
|
msgstr ""
|
@@ -6147,6 +6913,9 @@ msgstr ""
|
|
6147
6913
|
msgid "delete a filter"
|
6148
6914
|
msgstr ""
|
6149
6915
|
|
6916
|
+
msgid "delete the content view with all the versions and environments"
|
6917
|
+
msgstr ""
|
6918
|
+
|
6150
6919
|
msgid "description"
|
6151
6920
|
msgstr ""
|
6152
6921
|
|
@@ -6186,9 +6955,8 @@ msgstr ""
|
|
6186
6955
|
msgid "environment to reassign orphaned systems to"
|
6187
6956
|
msgstr ""
|
6188
6957
|
|
6189
|
-
#, fuzzy
|
6190
6958
|
msgid "environments"
|
6191
|
-
msgstr "
|
6959
|
+
msgstr ""
|
6192
6960
|
|
6193
6961
|
msgid "errata_id of the content view filter rule"
|
6194
6962
|
msgstr ""
|
@@ -6247,9 +7015,8 @@ msgstr ""
|
|
6247
7015
|
msgid "foreman-tasks service not running or is not ready yet"
|
6248
7016
|
msgstr ""
|
6249
7017
|
|
6250
|
-
#, fuzzy
|
6251
7018
|
msgid "has already been taken"
|
6252
|
-
msgstr "
|
7019
|
+
msgstr ""
|
6253
7020
|
|
6254
7021
|
msgid "has already been taken for a product in this organization."
|
6255
7022
|
msgstr ""
|
@@ -6284,9 +7051,6 @@ msgstr ""
|
|
6284
7051
|
msgid "ids to filter content by"
|
6285
7052
|
msgstr ""
|
6286
7053
|
|
6287
|
-
msgid "if a custom sync policy is chosen for ostree repositories then a 'depth' value must be provided"
|
6288
|
-
msgstr ""
|
6289
|
-
|
6290
7054
|
msgid "if true, Katello will verify the upstream url's SSL certifcates are signed by a trusted CA"
|
6291
7055
|
msgstr ""
|
6292
7056
|
|
@@ -6296,27 +7060,21 @@ msgstr ""
|
|
6296
7060
|
msgid "initiating Pulp task"
|
6297
7061
|
msgstr ""
|
6298
7062
|
|
6299
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6300
7063
|
msgid "installing errata..."
|
6301
7064
|
msgstr "ত্রুটি-বিচ্যুতি ইনস্টল করা হচ্ছে..."
|
6302
7065
|
|
6303
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6304
7066
|
msgid "installing erratum..."
|
6305
7067
|
msgstr "ত্রুটি-বিচ্যুতি ইনস্টল করা হচ্ছে..."
|
6306
7068
|
|
6307
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6308
7069
|
msgid "installing package group..."
|
6309
7070
|
msgstr "প্যাকেজ সংকলন ইনস্টল করা হচ্ছে..."
|
6310
7071
|
|
6311
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6312
7072
|
msgid "installing package groups..."
|
6313
7073
|
msgstr "প্যাকেজ সংকলন ইনস্টল করা হচ্ছে..."
|
6314
7074
|
|
6315
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6316
7075
|
msgid "installing package..."
|
6317
7076
|
msgstr "প্যাকেজ ইনস্টল করা হচ্ছে..."
|
6318
7077
|
|
6319
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6320
7078
|
msgid "installing packages..."
|
6321
7079
|
msgstr "প্যাকেজ ইনস্টল করা হচ্ছে..."
|
6322
7080
|
|
@@ -6332,7 +7090,6 @@ msgstr ""
|
|
6332
7090
|
msgid "is already attached to the capsule"
|
6333
7091
|
msgstr ""
|
6334
7092
|
|
6335
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author Runa Bhattacharjee
|
6336
7093
|
msgid "is invalid"
|
6337
7094
|
msgstr "বৈধ নয়"
|
6338
7095
|
|
@@ -6384,7 +7141,6 @@ msgstr ""
|
|
6384
7141
|
msgid "must be %{gpg_key} or %{cert}"
|
6385
7142
|
msgstr ""
|
6386
7143
|
|
6387
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6388
7144
|
msgid "must be a positive integer value."
|
6389
7145
|
msgstr "শূণ্য থেকে অধিক পূর্ণসংখ্যা মান হওয়া আবশ্যক।"
|
6390
7146
|
|
@@ -6394,19 +7150,15 @@ msgstr ""
|
|
6394
7150
|
msgid "must be one of: %s"
|
6395
7151
|
msgstr ""
|
6396
7152
|
|
6397
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6398
7153
|
msgid "must be unique within one organization"
|
6399
7154
|
msgstr "একটি প্রতিষ্ঠানের মধ্যে স্বতন্ত্র মান হওয়া আবশ্যক"
|
6400
7155
|
|
6401
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6402
7156
|
msgid "must contain '%s'"
|
6403
7157
|
msgstr "'%s' উপস্থিত থাকা আবশ্যক"
|
6404
7158
|
|
6405
|
-
#, fuzzy
|
6406
7159
|
msgid "must contain GPG Key"
|
6407
|
-
msgstr "
|
7160
|
+
msgstr ""
|
6408
7161
|
|
6409
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6410
7162
|
msgid "must contain at least %s character"
|
6411
7163
|
msgstr "অন্তত %s অক্ষর উপস্থিত থাকা আবশ্যক"
|
6412
7164
|
|
@@ -6416,7 +7168,6 @@ msgstr ""
|
|
6416
7168
|
msgid "must contain valid Public GPG Key"
|
6417
7169
|
msgstr ""
|
6418
7170
|
|
6419
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6420
7171
|
msgid "must not contain leading or trailing white spaces."
|
6421
7172
|
msgstr "প্রারম্ভে অথবা শেষে শূণ্যস্থান থাকা চলবে না।"
|
6422
7173
|
|
@@ -6447,7 +7198,6 @@ msgstr ""
|
|
6447
7198
|
msgid "name of the subscription"
|
6448
7199
|
msgstr ""
|
6449
7200
|
|
6450
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6451
7201
|
msgid "name: %s doesn't exist "
|
6452
7202
|
msgstr "নাম: %s উপস্থিত নেই"
|
6453
7203
|
|
@@ -6466,7 +7216,6 @@ msgstr ""
|
|
6466
7216
|
msgid "obtain manifest history for subscriptions"
|
6467
7217
|
msgstr ""
|
6468
7218
|
|
6469
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6470
7219
|
msgid "of environment must be unique within one organization"
|
6471
7220
|
msgstr "পরিবেশের ক্ষেত্রে, প্রতিষ্ঠানের মধ্যে অদ্বিতীয় মান ব্যবহার করা আবশ্যক"
|
6472
7221
|
|
@@ -6527,9 +7276,6 @@ msgstr ""
|
|
6527
7276
|
msgid "policies for HTTP proxy for content sync"
|
6528
7277
|
msgstr ""
|
6529
7278
|
|
6530
|
-
msgid "policies for syncing upstream ostree repositories"
|
6531
|
-
msgstr ""
|
6532
|
-
|
6533
7279
|
msgid "policy for HTTP proxy for content sync"
|
6534
7280
|
msgstr ""
|
6535
7281
|
|
@@ -6542,19 +7288,15 @@ msgstr ""
|
|
6542
7288
|
msgid "register_hostname_fact set for %s, but no fact found, or was localhost."
|
6543
7289
|
msgstr ""
|
6544
7290
|
|
6545
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6546
7291
|
msgid "removing package group..."
|
6547
7292
|
msgstr "প্যাকেজ সংকলন অপসারণ..."
|
6548
7293
|
|
6549
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6550
7294
|
msgid "removing package groups..."
|
6551
7295
|
msgstr "প্যাকেজ সংকলন অপসারণ..."
|
6552
7296
|
|
6553
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6554
7297
|
msgid "removing package..."
|
6555
7298
|
msgstr "প্যাকেজ অপসারণ..."
|
6556
7299
|
|
6557
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6558
7300
|
msgid "removing packages..."
|
6559
7301
|
msgstr "প্যাকেজ অপসারণ..."
|
6560
7302
|
|
@@ -6573,9 +7315,6 @@ msgstr ""
|
|
6573
7315
|
msgid "repository source url"
|
6574
7316
|
msgstr ""
|
6575
7317
|
|
6576
|
-
msgid "repository url"
|
6577
|
-
msgstr ""
|
6578
|
-
|
6579
7318
|
msgid "repository_id"
|
6580
7319
|
msgstr ""
|
6581
7320
|
|
@@ -6600,6 +7339,9 @@ msgstr ""
|
|
6600
7339
|
msgid "set true if you want to see only library environments"
|
6601
7340
|
msgstr ""
|
6602
7341
|
|
7342
|
+
msgid "sha256"
|
7343
|
+
msgstr ""
|
7344
|
+
|
6603
7345
|
msgid "show archived repositories"
|
6604
7346
|
msgstr ""
|
6605
7347
|
|
@@ -6636,7 +7378,6 @@ msgstr ""
|
|
6636
7378
|
msgid "temporarily override feed URL for sync"
|
6637
7379
|
msgstr ""
|
6638
7380
|
|
6639
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6640
7381
|
msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
|
6641
7382
|
msgstr "Red Hat উপলব্ধকারী: [ %s ]-র জন্য নিম্নলিখিত বৈশিষ্ট্যগুলি আপডেট করা সম্ভব নয়"
|
6642
7383
|
|
@@ -6649,10 +7390,10 @@ msgstr ""
|
|
6649
7390
|
msgid "true if this repository can be published via HTTP"
|
6650
7391
|
msgstr ""
|
6651
7392
|
|
6652
|
-
msgid "true if this repository when synced has to be mirrored from the source and stale rpms removed"
|
7393
|
+
msgid "true if this repository when synced has to be mirrored from the source and stale rpms removed (Deprecated)"
|
6653
7394
|
msgstr ""
|
6654
7395
|
|
6655
|
-
msgid "type of filter (e.g. rpm, package_group, erratum, docker, modulemd)"
|
7396
|
+
msgid "type of filter (e.g. rpm, package_group, erratum, erratum_id, erratum_date, docker, modulemd)"
|
6656
7397
|
msgstr ""
|
6657
7398
|
|
6658
7399
|
msgid "type of repo"
|
@@ -6667,34 +7408,45 @@ msgstr ""
|
|
6667
7408
|
msgid "update a filter"
|
6668
7409
|
msgstr ""
|
6669
7410
|
|
6670
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6671
7411
|
msgid "updating package group..."
|
6672
7412
|
msgstr "প্যাকেজ সংকলন আপডেট..."
|
6673
7413
|
|
6674
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6675
7414
|
msgid "updating package groups..."
|
6676
7415
|
msgstr "প্যাকেজ সংকলন আপডেট..."
|
6677
7416
|
|
6678
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6679
7417
|
msgid "updating package..."
|
6680
7418
|
msgstr "প্যাকেজ আপডেট..."
|
6681
7419
|
|
6682
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author Runa Bhattacharjee
|
6683
7420
|
msgid "updating packages..."
|
6684
7421
|
msgstr "প্যাকেজ আপডেট..."
|
6685
7422
|
|
6686
7423
|
msgid "url not defined."
|
6687
7424
|
msgstr ""
|
6688
7425
|
|
7426
|
+
msgid "via customized remote execution"
|
7427
|
+
msgstr ""
|
7428
|
+
|
7429
|
+
msgid "via remote execution"
|
7430
|
+
msgstr ""
|
7431
|
+
|
7432
|
+
msgid "view content view tabs."
|
7433
|
+
msgstr ""
|
7434
|
+
|
6689
7435
|
msgid "waiting for Candlepin to finish the task"
|
6690
7436
|
msgstr ""
|
6691
7437
|
|
6692
7438
|
msgid "waiting for Pulp to finish the task"
|
6693
7439
|
msgstr ""
|
6694
7440
|
|
7441
|
+
msgid "waiting for Pulp to finish the task %s"
|
7442
|
+
msgstr ""
|
7443
|
+
|
6695
7444
|
msgid "waiting for Pulp to start the task"
|
6696
7445
|
msgstr ""
|
6697
7446
|
|
7447
|
+
msgid "waiting for Pulp to start the task %s"
|
7448
|
+
msgstr ""
|
7449
|
+
|
6698
7450
|
msgid "whitespace-separated list of architectures to be synced from deb-archive"
|
6699
7451
|
msgstr ""
|
6700
7452
|
|