katello 4.13.1 → 4.14.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +12 -8
- data/app/assets/javascripts/katello/locale/bn/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ca/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/cs/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +275 -23
- data/app/assets/javascripts/katello/locale/de/katello.js +280 -28
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/el/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/en/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/en_US/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/es/katello.js +276 -24
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/fr/katello.js +283 -31
- data/app/assets/javascripts/katello/locale/gl/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/gu/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/hi/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/id/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/it/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ja/katello.js +283 -31
- data/app/assets/javascripts/katello/locale/ka/katello.js +280 -28
- data/app/assets/javascripts/katello/locale/kn/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ko/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/mr/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/or/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pa/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pl/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pt/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +276 -24
- data/app/assets/javascripts/katello/locale/ro/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ru/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/sl/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ta/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/te/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/tr/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/vi/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/zh/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +283 -31
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +274 -22
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +118 -74
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +15 -10
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +1 -1
- data/app/controllers/katello/api/v2/api_controller.rb +7 -0
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +4 -4
- data/app/controllers/katello/api/v2/debs_controller.rb +3 -2
- data/app/controllers/katello/api/v2/environments_controller.rb +2 -4
- data/app/controllers/katello/api/v2/host_contents_controller.rb +8 -3
- data/app/controllers/katello/api/v2/host_errata_controller.rb +4 -4
- data/app/controllers/katello/api/v2/host_packages_controller.rb +2 -2
- data/app/controllers/katello/api/v2/organizations_controller.rb +1 -1
- data/app/controllers/katello/api/v2/packages_controller.rb +13 -3
- data/app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb +6 -2
- data/app/controllers/katello/api/v2/repositories_controller.rb +3 -4
- data/app/controllers/katello/api/v2/repository_sets_controller.rb +13 -14
- data/app/controllers/katello/api/v2/subscriptions_controller.rb +15 -9
- data/app/controllers/katello/api/v2/sync_controller.rb +2 -2
- data/app/controllers/katello/application_controller.rb +1 -1
- data/app/controllers/katello/concerns/api/v2/authorization.rb +3 -2
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +28 -0
- data/app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb +1 -1
- data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +4 -3
- data/app/controllers/katello/concerns/hosts_controller_extensions.rb +2 -4
- data/app/controllers/katello/remote_execution_controller.rb +53 -58
- data/app/helpers/katello/hosts_and_hostgroups_helper.rb +19 -2
- data/app/helpers/katello/katello_urls_helper.rb +1 -1
- data/app/lib/actions/katello/alternate_content_source/alternate_content_source_common.rb +1 -1
- data/app/lib/actions/katello/alternate_content_source/update.rb +2 -1
- data/app/lib/actions/katello/capsule_content/verify_checksum.rb +1 -2
- data/app/lib/actions/katello/content_view/publish.rb +1 -0
- data/app/lib/actions/katello/content_view_version/create_repos.rb +1 -0
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +3 -2
- data/app/lib/actions/katello/environment/{publish_repositories.rb → publish_container_repositories.rb} +10 -8
- data/app/lib/actions/katello/foreman/content_update.rb +4 -6
- data/app/lib/actions/katello/host/hypervisors_update.rb +6 -4
- data/app/lib/actions/katello/repository/create.rb +4 -4
- data/app/lib/actions/katello/repository/import_upload.rb +4 -6
- data/app/lib/actions/katello/repository/metadata_generate.rb +1 -0
- data/app/lib/actions/katello/repository/update.rb +3 -3
- data/app/lib/actions/katello/repository_set/enable_repository.rb +5 -6
- data/app/lib/actions/middleware/backend_services_check.rb +3 -2
- data/app/lib/actions/pulp3/abstract_async_task.rb +2 -4
- data/app/lib/actions/pulp3/capsule_content/verify_checksum.rb +1 -2
- data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +5 -1
- data/app/lib/actions/pulp3/orchestration/repository/delete.rb +5 -2
- data/app/lib/actions/pulp3/repository/save_version.rb +3 -5
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +5 -9
- data/app/lib/katello/errors.rb +1 -0
- data/app/lib/katello/http_resource.rb +1 -0
- data/app/lib/katello/lazy_accessor.rb +1 -1
- data/app/lib/katello/resources/candlepin/candlepin_ping.rb +0 -5
- data/app/lib/katello/resources/candlepin/owner.rb +1 -1
- data/app/lib/katello/resources/candlepin/pool.rb +1 -2
- data/app/lib/katello/resources/candlepin/upstream_job.rb +1 -1
- data/app/lib/katello/resources/cdn.rb +3 -2
- data/app/lib/katello/resources/discovery/yum.rb +3 -3
- data/app/lib/katello/util/cdn_var_substitutor.rb +5 -3
- data/app/lib/katello/util/data.rb +3 -2
- data/app/lib/katello/util/errata.rb +4 -3
- data/app/lib/katello/util/package.rb +3 -3
- data/app/lib/katello/util/path_with_substitutions.rb +1 -1
- data/app/lib/katello/util/report_table.rb +3 -2
- data/app/lib/katello/util/url_matcher.rb +1 -1
- data/app/lib/katello/validators/alternate_content_source_path_validator.rb +4 -3
- data/app/lib/katello/validators/alternate_content_source_products_validator.rb +5 -7
- data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
- data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
- data/app/lib/katello/validators/no_trailing_space_validator.rb +2 -2
- data/app/lib/katello/validators/prior_validator.rb +2 -2
- data/app/lib/katello/validators/product_unique_attribute_validator.rb +2 -4
- data/app/models/katello/activation_key.rb +4 -6
- data/app/models/katello/alternate_content_source.rb +1 -1
- data/app/models/katello/authorization/host_tracer.rb +1 -2
- data/app/models/katello/candlepin/repository_mapper.rb +2 -2
- data/app/models/katello/concerns/host_managed_extensions.rb +41 -10
- data/app/models/katello/concerns/hostgroup_extensions.rb +2 -4
- data/app/models/katello/concerns/location_extensions.rb +2 -4
- data/app/models/katello/concerns/operatingsystem_extensions.rb +84 -16
- data/app/models/katello/concerns/smart_proxy_extensions.rb +4 -4
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +2 -0
- data/app/models/katello/content_view.rb +5 -1
- data/app/models/katello/content_view_environment.rb +19 -4
- data/app/models/katello/content_view_environment_content_facet.rb +11 -0
- data/app/models/katello/erratum.rb +1 -1
- data/app/models/katello/event.rb +1 -1
- data/app/models/katello/glue/provider.rb +1 -2
- data/app/models/katello/hash_util.rb +1 -1
- data/app/models/katello/host/content_facet.rb +16 -3
- data/app/models/katello/host/subscription_facet.rb +27 -4
- data/app/models/katello/host_collection.rb +12 -8
- data/app/models/katello/pool.rb +5 -1
- data/app/models/katello/product.rb +7 -4
- data/app/models/katello/provider.rb +1 -2
- data/app/models/katello/repository.rb +18 -4
- data/app/models/katello/root_repository.rb +19 -0
- data/app/models/katello/rpm.rb +2 -2
- data/app/models/katello/subscription_facet_pool.rb +1 -1
- data/app/models/katello/sync_plan.rb +5 -4
- data/app/models/katello/task_status.rb +18 -18
- data/app/presenters/katello/product_host_count_presenter.rb +10 -0
- data/app/services/katello/candlepin/consumer.rb +11 -11
- data/app/services/katello/candlepin/message_handler.rb +3 -2
- data/app/services/katello/content_unit_indexer.rb +6 -0
- data/app/services/katello/pulp3/alternate_content_source.rb +1 -3
- data/app/services/katello/pulp3/api/core.rb +1 -1
- data/app/services/katello/pulp3/api/docker.rb +10 -0
- data/app/services/katello/pulp3/content_view_version/export.rb +1 -0
- data/app/services/katello/pulp3/content_view_version/import.rb +6 -4
- data/app/services/katello/pulp3/content_view_version/importable_products.rb +1 -3
- data/app/services/katello/pulp3/repository/apt.rb +4 -16
- data/app/services/katello/pulp3/repository/yum.rb +9 -5
- data/app/services/katello/pulp3/repository.rb +2 -2
- data/app/services/katello/pulp3/repository_mirror.rb +2 -9
- data/app/services/katello/pulp3/task.rb +4 -2
- data/app/services/katello/registration_manager.rb +13 -3
- data/app/services/katello/smart_proxy_helper.rb +1 -0
- data/app/views/dashboard/_host_collection_widget.html.erb +5 -4
- data/app/views/foreman/job_templates/install_errata.erb +2 -0
- data/app/views/foreman/job_templates/install_errata_-_katello_ansible_default.erb +2 -0
- data/app/views/foreman/job_templates/install_errata_by_search_query.erb +2 -0
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +3 -1
- data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +2 -2
- data/app/views/foreman/job_templates/resolve_traces.erb +5 -1
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/upload_profile.erb +2 -0
- data/app/views/foreman/smart_proxies/_reclaim_space.html.erb +7 -5
- data/app/views/katello/api/v2/content_facet/base.json.rabl +18 -2
- data/app/views/katello/api/v2/packages/thindex.json.rabl +6 -0
- data/app/views/katello/api/v2/repositories/show.json.rabl +8 -8
- data/app/views/katello/api/v2/repository_sets/show.json.rabl +1 -1
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
- data/app/views/katello/api/v2/subscriptions/index.json.rabl +1 -0
- data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -0
- data/app/views/overrides/activation_keys/_host_environment_select.html.erb +14 -11
- data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +4 -4
- data/config/routes/api/v2.rb +3 -1
- data/config/routes.rb +1 -3
- data/db/migrate/20160114200145_add_mirror_on_sync_to_repositories.rb +1 -0
- data/db/migrate/20160131182301_add_download_policy_to_katello_repositories.rb +1 -0
- data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +3 -0
- data/db/migrate/20240522165308_add_priority_to_content_view_environment_content_facet.rb +5 -0
- data/db/migrate/20240621121212_katello_repository_debs_id_bigint.rb +6 -0
- data/db/migrate/20240729192228_add_convert2rhel_to_host_facets.rb +9 -0
- data/db/seeds.d/102-organizations.rb +5 -7
- data/db/seeds.d/150-module_job_templates.rb +7 -9
- data/db/seeds.d/75-job_templates.rb +9 -16
- data/engines/bastion_katello/README.md +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html +6 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +6 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +28 -27
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +2 -2
- data/lib/katello/engine.rb +1 -8
- data/lib/katello/permission_creator.rb +3 -2
- data/lib/katello/plugin.rb +31 -27
- data/lib/katello/tasks/clean_old_file_repos.rake +2 -4
- data/lib/katello/tasks/reset.rake +3 -4
- data/lib/katello/version.rb +1 -1
- data/lib/katello.rb +0 -2
- data/lib/monkeys/ar_postgres_evr_t.rb +2 -0
- data/locale/action_names.rb +1 -1
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +274 -22
- data/locale/bn_IN/katello.po +274 -22
- data/locale/ca/katello.po +274 -22
- data/locale/cs/katello.po +274 -22
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +275 -23
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +280 -28
- data/locale/de_AT/katello.po +274 -22
- data/locale/de_DE/katello.po +274 -22
- data/locale/el/katello.po +274 -22
- data/locale/en/katello.po +274 -22
- data/locale/en_GB/katello.po +274 -22
- data/locale/en_US/katello.po +274 -22
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +276 -24
- data/locale/et_EE/katello.po +274 -22
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +283 -31
- data/locale/gl/katello.po +274 -22
- data/locale/gu/katello.po +274 -22
- data/locale/he_IL/katello.po +274 -22
- data/locale/hi/katello.po +274 -22
- data/locale/id/katello.po +274 -22
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +274 -22
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +283 -31
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +280 -28
- data/locale/katello.pot +1001 -527
- data/locale/kn/katello.po +274 -22
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +274 -22
- data/locale/ml_IN/katello.po +274 -22
- data/locale/mr/katello.po +274 -22
- data/locale/nl_NL/katello.po +274 -22
- data/locale/or/katello.po +274 -22
- data/locale/pa/katello.po +274 -22
- data/locale/pl/katello.po +274 -22
- data/locale/pl_PL/katello.po +274 -22
- data/locale/pt/katello.po +274 -22
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +276 -24
- data/locale/ro/katello.po +274 -22
- data/locale/ro_RO/katello.po +274 -22
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +274 -22
- data/locale/sl/katello.po +274 -22
- data/locale/sv_SE/katello.po +274 -22
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +274 -22
- data/locale/ta_IN/katello.po +274 -22
- data/locale/te/katello.po +274 -22
- data/locale/tr/katello.po +274 -22
- data/locale/vi/katello.po +274 -22
- data/locale/vi_VN/katello.po +274 -22
- data/locale/zh/katello.po +274 -22
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +283 -31
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +274 -22
- data/webpack/ForemanColumnExtensions/index.js +44 -1
- data/webpack/components/Table/TableWrapper.js +6 -0
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +24 -3
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +124 -56
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/HostContentViewActions.js +2 -3
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/contentViewDetailsCard.test.js +44 -10
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +75 -31
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionConstants.js +1 -0
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js +22 -7
- data/webpack/components/extensions/Hosts/ActionsBar/ActionsBar.scss +14 -0
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +82 -23
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/index.js +5 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +171 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js +160 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +99 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +157 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/index.js +24 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +157 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js +168 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +141 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +252 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/index.js +24 -0
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +176 -0
- data/webpack/components/extensions/Hosts/TableRowActions/index.js +17 -0
- data/webpack/global_index.js +11 -3
- data/webpack/redux/actions/RedHatRepositories/repositorySetRepositories.js +5 -6
- data/webpack/redux/reducers/RedHatRepositories/__tests__/repositorySetRepositories.test.js +1 -1
- data/webpack/redux/reducers/RedHatRepositories/repositorySetRepositories.js +1 -1
- data/webpack/scenes/ContentViews/Copy/CopyContentViewModal.js +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +2 -1
- data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +2 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +2 -2
- data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +2 -1
- data/webpack/scenes/ContentViews/Publish/CVPublishReview.js +3 -2
- data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +2 -1
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
- data/webpack/scenes/ContentViews/components/CVBreadCrumb.js +2 -1
- data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelectOption.js +2 -2
- data/webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js +1 -0
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +10 -0
- data/webpack/scenes/Subscriptions/SubscriptionConstants.js +6 -0
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +2 -0
- data/webpack/scenes/Subscriptions/__tests__/subscriptions.fixtures.js +14 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableHelpers.js +1 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js +10 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/SubscriptionsTable.fixtures.js +1 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/__snapshots__/SubscriptionsToolbar.test.js.snap +10 -0
- data/webpack/scenes/Tasks/helpers.js +1 -1
- metadata +24 -63
- data/app/assets/javascripts/katello/containers/container.js +0 -304
- data/app/lib/katello/util/http_helper.rb +0 -15
- data/app/models/732bd3db9f64c621c64d2be4f2a838727aac0845.patch +0 -61
- data/app/models/katello/repository.rb.bak +0 -978
- data/app/services/katello/pulp3/content_view_version/import_validator.rb.bak +0 -166
- data/app/services/katello/pulp3/content_view_version/importable_repositories.rb.bak +0 -164
- data/lib/katello/tasks/update_repository_expiry.rake +0 -114
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/bn_IN/katello.po.time_stamp +0 -0
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/cs_CZ/katello.po.time_stamp +0 -0
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/de_AT/katello.po.time_stamp +0 -0
- data/locale/de_DE/katello.po.time_stamp +0 -0
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/en_GB/katello.po.time_stamp +0 -0
- data/locale/en_US/katello.po.time_stamp +0 -0
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/et_EE/katello.po.time_stamp +0 -0
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/he_IL/katello.po.time_stamp +0 -0
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/ml_IN/katello.po.time_stamp +0 -0
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/nl_NL/katello.po.time_stamp +0 -0
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/katello.po.time_stamp +0 -0
- data/locale/pl_PL/katello.po.time_stamp +0 -0
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ro/katello.po.time_stamp +0 -0
- data/locale/ro_RO/katello.po.time_stamp +0 -0
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/katello.po.time_stamp +0 -0
- data/locale/sv_SE/katello.po.time_stamp +0 -0
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/ta_IN/katello.po.time_stamp +0 -0
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/katello.po.time_stamp +0 -0
- data/locale/vi_VN/katello.po.time_stamp +0 -0
- data/locale/zh/katello.po.time_stamp +0 -0
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/katello.po.time_stamp +0 -0
- data/webpack/global_test_setup.js.bak +0 -59
- data/webpack/utils/useKatelloDocUrl.js +0 -18
data/locale/katello.pot
CHANGED
@@ -8,8 +8,8 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: katello 1.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2024-05
|
12
|
-
"PO-Revision-Date: 2024-05
|
11
|
+
"POT-Creation-Date: 2024-08-05 12:21-0400\n"
|
12
|
+
"PO-Revision-Date: 2024-08-05 12:21-0400\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -18,6 +18,102 @@ msgstr ""
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
19
19
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
20
20
|
|
21
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:143
|
22
|
+
msgid ""
|
23
|
+
"Invalid format. Container pushes should follow 'organization_label/product_lab"
|
24
|
+
"el/name' OR 'id/organization_id/product_id/name' schema."
|
25
|
+
msgstr ""
|
26
|
+
|
27
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:156
|
28
|
+
msgid "Invalid format. Organization label cannot be blank."
|
29
|
+
msgstr ""
|
30
|
+
|
31
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:173
|
32
|
+
msgid ""
|
33
|
+
"Due to a change in your organizations, this container name has become ambiguou"
|
34
|
+
"s (org name '%{org_label}'). If you wish to continue using this container name"
|
35
|
+
", destroy the organization in conflict with '%{o_name} (id %{o_id}). If you wi"
|
36
|
+
"sh to keep both orgs, destroy '%{o_label}/%{prod_label}/%{root_repo_label}' an"
|
37
|
+
"d retry your push using the id format."
|
38
|
+
msgstr ""
|
39
|
+
|
40
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:189
|
41
|
+
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
42
|
+
msgstr ""
|
43
|
+
|
44
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:196
|
45
|
+
msgid "Organization not found: '%s'"
|
46
|
+
msgstr ""
|
47
|
+
|
48
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:209
|
49
|
+
msgid "Invalid format. Organization id must be an integer without leading zeros."
|
50
|
+
msgstr ""
|
51
|
+
|
52
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:217
|
53
|
+
msgid "Organization id not found: '%s'"
|
54
|
+
msgstr ""
|
55
|
+
|
56
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:229
|
57
|
+
msgid "Invalid format. Product label cannot be blank."
|
58
|
+
msgstr ""
|
59
|
+
|
60
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:244
|
61
|
+
msgid ""
|
62
|
+
"Due to a change in your products, this container name has become ambiguous (pr"
|
63
|
+
"oduct name '%{prod_label}'). If you wish to continue using this container name"
|
64
|
+
", destroy the product in conflict with '%{prod_name}' (id %{prod_id}). If you "
|
65
|
+
"wish to keep both products, destroy '%{org_label}/%{prod_dot_label}/%{root_rep"
|
66
|
+
"o_label}' and retry your push using the id format."
|
67
|
+
msgstr ""
|
68
|
+
|
69
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:258
|
70
|
+
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
71
|
+
msgstr ""
|
72
|
+
|
73
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:265
|
74
|
+
msgid "Product not found: '%s'"
|
75
|
+
msgstr ""
|
76
|
+
|
77
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:278
|
78
|
+
msgid "Invalid format. Product id must be an integer without leading zeros."
|
79
|
+
msgstr ""
|
80
|
+
|
81
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:286
|
82
|
+
msgid "Product id not found: '%s'"
|
83
|
+
msgstr ""
|
84
|
+
|
85
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:310
|
86
|
+
msgid "Invalid format. Container name cannot be blank."
|
87
|
+
msgstr ""
|
88
|
+
|
89
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:328
|
90
|
+
msgid ""
|
91
|
+
"Repository name '%{container_name}' already exists in this product using a dif"
|
92
|
+
"ferent naming scheme. Please retry your request with the %{root_repo_container"
|
93
|
+
"_push_name} format or destroy and recreate the repository using your preferred"
|
94
|
+
" schema."
|
95
|
+
msgstr ""
|
96
|
+
|
97
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:341
|
98
|
+
msgid "Requested access to '%s' is denied"
|
99
|
+
msgstr ""
|
100
|
+
|
101
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:367
|
102
|
+
msgid "Could not locate local uploaded repository for content indexing."
|
103
|
+
msgstr ""
|
104
|
+
|
105
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:381
|
106
|
+
msgid "Could not locate repository properties for content indexing."
|
107
|
+
msgstr ""
|
108
|
+
|
109
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:406
|
110
|
+
msgid "Could not locate Pulp distribution."
|
111
|
+
msgstr ""
|
112
|
+
|
113
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:807
|
114
|
+
msgid "%s was not found!"
|
115
|
+
msgstr ""
|
116
|
+
|
21
117
|
#: ../app/controllers/katello/api/rhsm/candlepin_dynflow_proxy_controller.rb:28
|
22
118
|
msgid "Update installed packages, enabled repos, module inventory"
|
23
119
|
msgstr ""
|
@@ -58,45 +154,45 @@ msgstr ""
|
|
58
154
|
msgid "Deleted consumer '%s'"
|
59
155
|
msgstr ""
|
60
156
|
|
61
|
-
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:
|
157
|
+
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:265
|
62
158
|
msgid "Facts successfully updated."
|
63
159
|
msgstr ""
|
64
160
|
|
65
|
-
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:
|
161
|
+
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:328
|
66
162
|
msgid "Registering to multiple environments is not enabled."
|
67
163
|
msgstr ""
|
68
164
|
|
69
|
-
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:
|
165
|
+
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:339
|
70
166
|
msgid ""
|
71
167
|
"User '%s' did not specify an organization ID and does not have a default organ"
|
72
168
|
"ization."
|
73
169
|
msgstr ""
|
74
170
|
|
75
|
-
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:
|
171
|
+
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:363
|
76
172
|
msgid "Couldn't find Organization '%s'."
|
77
173
|
msgstr ""
|
78
174
|
|
79
|
-
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:
|
175
|
+
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:368
|
80
176
|
msgid "User '%{user}' does not belong to Organization '%{organization}'."
|
81
177
|
msgstr ""
|
82
178
|
|
83
|
-
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:
|
179
|
+
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:387
|
84
180
|
msgid "Organization not found"
|
85
181
|
msgstr ""
|
86
182
|
|
87
|
-
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:
|
183
|
+
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:391
|
88
184
|
msgid "Couldn't find activation key '%s'"
|
89
185
|
msgstr ""
|
90
186
|
|
91
|
-
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:
|
187
|
+
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:394
|
92
188
|
msgid "Max Hosts (%{limit}) reached for activation key '%{name}'"
|
93
189
|
msgstr ""
|
94
190
|
|
95
|
-
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:
|
191
|
+
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:403
|
96
192
|
msgid "At least one activation key must be provided"
|
97
193
|
msgstr ""
|
98
194
|
|
99
|
-
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:
|
195
|
+
#: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:424
|
100
196
|
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:275
|
101
197
|
msgid "Couldn't find environment '%s'"
|
102
198
|
msgstr ""
|
@@ -112,8 +208,8 @@ msgstr ""
|
|
112
208
|
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:98
|
113
209
|
#: ../app/controllers/katello/api/v2/content_views_controller.rb:50
|
114
210
|
#: ../app/controllers/katello/api/v2/environments_controller.rb:48
|
115
|
-
#: ../app/controllers/katello/api/v2/environments_controller.rb:
|
116
|
-
#: ../app/controllers/katello/api/v2/environments_controller.rb:
|
211
|
+
#: ../app/controllers/katello/api/v2/environments_controller.rb:124
|
212
|
+
#: ../app/controllers/katello/api/v2/environments_controller.rb:133
|
117
213
|
#: ../app/controllers/katello/api/v2/host_collections_controller.rb:29
|
118
214
|
#: ../app/controllers/katello/api/v2/host_collections_controller.rb:38
|
119
215
|
#: ../app/controllers/katello/api/v2/host_collections_controller.rb:73
|
@@ -605,29 +701,29 @@ msgstr ""
|
|
605
701
|
msgid "root-node of collection contained in responses (default: 'results')"
|
606
702
|
msgstr ""
|
607
703
|
|
608
|
-
#: ../app/controllers/katello/api/v2/api_controller.rb:
|
704
|
+
#: ../app/controllers/katello/api/v2/api_controller.rb:123
|
609
705
|
msgid ""
|
610
706
|
"Your search query was invalid. Please revise it and try again. The full error "
|
611
707
|
"has been sent to the application logs."
|
612
708
|
msgstr ""
|
613
709
|
|
614
|
-
#: ../app/controllers/katello/api/v2/api_controller.rb:
|
710
|
+
#: ../app/controllers/katello/api/v2/api_controller.rb:185
|
615
711
|
msgid "One of parameters [ %s ] required but not specified."
|
616
712
|
msgstr ""
|
617
713
|
|
618
|
-
#: ../app/controllers/katello/api/v2/api_controller.rb:
|
714
|
+
#: ../app/controllers/katello/api/v2/api_controller.rb:203
|
619
715
|
msgid "Couldn't find organization '%s'"
|
620
716
|
msgstr ""
|
621
717
|
|
622
|
-
#: ../app/controllers/katello/api/v2/api_controller.rb:
|
718
|
+
#: ../app/controllers/katello/api/v2/api_controller.rb:236
|
623
719
|
msgid "You have not set a default organization on the user %s."
|
624
720
|
msgstr ""
|
625
721
|
|
626
|
-
#: ../app/controllers/katello/api/v2/api_controller.rb:
|
722
|
+
#: ../app/controllers/katello/api/v2/api_controller.rb:248
|
627
723
|
msgid "The requested resource does not belong to the specified Organization"
|
628
724
|
msgstr ""
|
629
725
|
|
630
|
-
#: ../app/controllers/katello/api/v2/api_controller.rb:
|
726
|
+
#: ../app/controllers/katello/api/v2/api_controller.rb:254
|
631
727
|
msgid "Host has not been registered with subscription-manager"
|
632
728
|
msgstr ""
|
633
729
|
|
@@ -770,7 +866,7 @@ msgstr ""
|
|
770
866
|
#: ../app/controllers/katello/api/v2/content_imports_controller.rb:47
|
771
867
|
#: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:22
|
772
868
|
#: ../app/controllers/katello/api/v2/content_views_controller.rb:83
|
773
|
-
#: ../app/controllers/katello/api/v2/debs_controller.rb:
|
869
|
+
#: ../app/controllers/katello/api/v2/debs_controller.rb:39
|
774
870
|
#: ../app/controllers/katello/api/v2/errata_controller.rb:10
|
775
871
|
#: ../app/controllers/katello/api/v2/packages_controller.rb:33
|
776
872
|
#: ../app/controllers/katello/api/v2/srpms_controller.rb:7
|
@@ -821,7 +917,7 @@ msgid "File contents"
|
|
821
917
|
msgstr ""
|
822
918
|
|
823
919
|
#: ../app/controllers/katello/api/v2/content_credentials_controller.rb:99
|
824
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
920
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:462
|
825
921
|
msgid "No file uploaded"
|
826
922
|
msgstr ""
|
827
923
|
|
@@ -864,10 +960,10 @@ msgstr ""
|
|
864
960
|
#:
|
865
961
|
#: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:36
|
866
962
|
#: ../app/controllers/katello/api/v2/content_exports_controller.rb:49
|
867
|
-
#: ../app/controllers/katello/api/v2/debs_controller.rb:
|
963
|
+
#: ../app/controllers/katello/api/v2/debs_controller.rb:42
|
868
964
|
#: ../app/controllers/katello/api/v2/errata_controller.rb:13
|
869
965
|
#: ../app/controllers/katello/api/v2/packages_controller.rb:36
|
870
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
966
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:325
|
871
967
|
#: ../app/controllers/katello/api/v2/srpms_controller.rb:8
|
872
968
|
msgid "Repository identifier"
|
873
969
|
msgstr ""
|
@@ -979,12 +1075,12 @@ msgid "Checksum of file to upload"
|
|
979
1075
|
msgstr ""
|
980
1076
|
|
981
1077
|
#: ../app/controllers/katello/api/v2/content_uploads_controller.rb:15
|
982
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
1078
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:479
|
983
1079
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
984
1080
|
msgstr ""
|
985
1081
|
|
986
1082
|
#: ../app/controllers/katello/api/v2/content_uploads_controller.rb:17
|
987
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
1083
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:447
|
988
1084
|
msgid "Cannot upload Ansible collections."
|
989
1085
|
msgstr ""
|
990
1086
|
|
@@ -994,7 +1090,7 @@ msgstr ""
|
|
994
1090
|
|
995
1091
|
#: ../app/controllers/katello/api/v2/content_uploads_controller.rb:29
|
996
1092
|
#: ../app/controllers/katello/api/v2/content_uploads_controller.rb:41
|
997
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
1093
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:475
|
998
1094
|
msgid "Repository id"
|
999
1095
|
msgstr ""
|
1000
1096
|
|
@@ -1525,8 +1621,8 @@ msgstr ""
|
|
1525
1621
|
|
1526
1622
|
#: ../app/controllers/katello/api/v2/content_views_controller.rb:22
|
1527
1623
|
#: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:6
|
1528
|
-
#: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:
|
1529
|
-
#: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:
|
1624
|
+
#: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:48
|
1625
|
+
#: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:65
|
1530
1626
|
msgid "List of repository ids"
|
1531
1627
|
msgstr ""
|
1532
1628
|
|
@@ -1795,65 +1891,65 @@ msgstr ""
|
|
1795
1891
|
msgid "a deb package"
|
1796
1892
|
msgstr ""
|
1797
1893
|
|
1798
|
-
#: ../app/controllers/katello/api/v2/debs_controller.rb:34
|
1799
1894
|
#: ../app/controllers/katello/api/v2/debs_controller.rb:35
|
1800
1895
|
#: ../app/controllers/katello/api/v2/debs_controller.rb:36
|
1801
1896
|
#: ../app/controllers/katello/api/v2/debs_controller.rb:37
|
1897
|
+
#: ../app/controllers/katello/api/v2/debs_controller.rb:38
|
1802
1898
|
msgid "List deb packages"
|
1803
1899
|
msgstr ""
|
1804
1900
|
|
1805
|
-
#: ../app/controllers/katello/api/v2/debs_controller.rb:
|
1901
|
+
#: ../app/controllers/katello/api/v2/debs_controller.rb:40
|
1806
1902
|
#: ../app/controllers/katello/api/v2/errata_controller.rb:11
|
1807
1903
|
#: ../app/controllers/katello/api/v2/packages_controller.rb:34
|
1808
1904
|
#: ../app/controllers/katello/api/v2/srpms_controller.rb:10
|
1809
1905
|
msgid "Content View Version identifier"
|
1810
1906
|
msgstr ""
|
1811
1907
|
|
1812
|
-
#: ../app/controllers/katello/api/v2/debs_controller.rb:
|
1908
|
+
#: ../app/controllers/katello/api/v2/debs_controller.rb:41
|
1813
1909
|
#: ../app/controllers/katello/api/v2/errata_controller.rb:12
|
1814
1910
|
#: ../app/controllers/katello/api/v2/packages_controller.rb:35
|
1815
1911
|
msgid "Content View Filter identifier. Use to filter by ID"
|
1816
1912
|
msgstr ""
|
1817
1913
|
|
1818
|
-
#: ../app/controllers/katello/api/v2/debs_controller.rb:
|
1914
|
+
#: ../app/controllers/katello/api/v2/debs_controller.rb:43
|
1819
1915
|
#: ../app/controllers/katello/api/v2/errata_controller.rb:14
|
1820
1916
|
#: ../app/controllers/katello/api/v2/packages_controller.rb:37
|
1821
1917
|
#: ../app/controllers/katello/api/v2/srpms_controller.rb:9
|
1822
1918
|
msgid "Environment identifier"
|
1823
1919
|
msgstr ""
|
1824
1920
|
|
1825
|
-
#: ../app/controllers/katello/api/v2/debs_controller.rb:
|
1921
|
+
#: ../app/controllers/katello/api/v2/debs_controller.rb:44
|
1826
1922
|
msgid "Deb package identifiers to filter content by"
|
1827
1923
|
msgstr ""
|
1828
1924
|
|
1829
|
-
#: ../app/controllers/katello/api/v2/debs_controller.rb:
|
1925
|
+
#: ../app/controllers/katello/api/v2/debs_controller.rb:45
|
1830
1926
|
msgid "Host id to list applicable deb packages for"
|
1831
1927
|
msgstr ""
|
1832
1928
|
|
1833
|
-
#: ../app/controllers/katello/api/v2/debs_controller.rb:
|
1929
|
+
#: ../app/controllers/katello/api/v2/debs_controller.rb:46
|
1834
1930
|
msgid ""
|
1835
1931
|
"Return deb packages that are applicable to one or more hosts (defaults to true"
|
1836
1932
|
" if host_id is specified)"
|
1837
1933
|
msgstr ""
|
1838
1934
|
|
1839
|
-
#: ../app/controllers/katello/api/v2/debs_controller.rb:
|
1935
|
+
#: ../app/controllers/katello/api/v2/debs_controller.rb:47
|
1840
1936
|
msgid "Return deb packages that are upgradable on one or more hosts"
|
1841
1937
|
msgstr ""
|
1842
1938
|
|
1843
|
-
#: ../app/controllers/katello/api/v2/debs_controller.rb:
|
1939
|
+
#: ../app/controllers/katello/api/v2/debs_controller.rb:48
|
1844
1940
|
#: ../app/controllers/katello/api/v2/packages_controller.rb:42
|
1845
1941
|
msgid "Return only the latest version of each package"
|
1846
1942
|
msgstr ""
|
1847
1943
|
|
1848
|
-
#: ../app/controllers/katello/api/v2/debs_controller.rb:
|
1944
|
+
#: ../app/controllers/katello/api/v2/debs_controller.rb:49
|
1849
1945
|
msgid ""
|
1850
1946
|
"Return deb packages that can be added to the specified object. Only the value"
|
1851
1947
|
" 'content_view_version' is supported."
|
1852
1948
|
msgstr ""
|
1853
1949
|
|
1854
|
-
#: ../app/controllers/katello/api/v2/debs_controller.rb:
|
1950
|
+
#: ../app/controllers/katello/api/v2/debs_controller.rb:112
|
1855
1951
|
#: ../app/controllers/katello/api/v2/errata_controller.rb:73
|
1856
|
-
#: ../app/controllers/katello/api/v2/packages_controller.rb:
|
1952
|
+
#: ../app/controllers/katello/api/v2/packages_controller.rb:112
|
1857
1953
|
msgid "Could not find a host with id %s"
|
1858
1954
|
msgstr ""
|
1859
1955
|
|
@@ -1897,7 +1993,7 @@ msgstr ""
|
|
1897
1993
|
|
1898
1994
|
#: ../app/controllers/katello/api/v2/environments_controller.rb:69
|
1899
1995
|
#: ../app/controllers/katello/api/v2/environments_controller.rb:97
|
1900
|
-
#: ../app/controllers/katello/api/v2/environments_controller.rb:
|
1996
|
+
#: ../app/controllers/katello/api/v2/environments_controller.rb:123
|
1901
1997
|
msgid "ID of the environment"
|
1902
1998
|
msgstr ""
|
1903
1999
|
|
@@ -1966,25 +2062,25 @@ msgstr ""
|
|
1966
2062
|
msgid "Can't update the '%s' environment"
|
1967
2063
|
msgstr ""
|
1968
2064
|
|
1969
|
-
#: ../app/controllers/katello/api/v2/environments_controller.rb:
|
2065
|
+
#: ../app/controllers/katello/api/v2/environments_controller.rb:121
|
1970
2066
|
msgid "Destroy an environment"
|
1971
2067
|
msgstr ""
|
1972
2068
|
|
1973
|
-
#: ../app/controllers/katello/api/v2/environments_controller.rb:
|
2069
|
+
#: ../app/controllers/katello/api/v2/environments_controller.rb:122
|
1974
2070
|
msgid "Destroy an environment in an organization"
|
1975
2071
|
msgstr ""
|
1976
2072
|
|
1977
|
-
#: ../app/controllers/katello/api/v2/environments_controller.rb:
|
2073
|
+
#: ../app/controllers/katello/api/v2/environments_controller.rb:132
|
1978
2074
|
msgid "List environment paths"
|
1979
2075
|
msgstr ""
|
1980
2076
|
|
1981
|
-
#: ../app/controllers/katello/api/v2/environments_controller.rb:
|
2077
|
+
#: ../app/controllers/katello/api/v2/environments_controller.rb:134
|
1982
2078
|
msgid ""
|
1983
2079
|
"Show whether each lifecycle environment is associated with the given Smart Pro"
|
1984
2080
|
"xy id."
|
1985
2081
|
msgstr ""
|
1986
2082
|
|
1987
|
-
#: ../app/controllers/katello/api/v2/environments_controller.rb:
|
2083
|
+
#: ../app/controllers/katello/api/v2/environments_controller.rb:175
|
1988
2084
|
msgid "Couldn't find prior-environment '%s'"
|
1989
2085
|
msgstr ""
|
1990
2086
|
|
@@ -2200,7 +2296,35 @@ msgstr ""
|
|
2200
2296
|
msgid "New host collection name"
|
2201
2297
|
msgstr ""
|
2202
2298
|
|
2203
|
-
#: ../app/controllers/katello/api/v2/host_contents_controller.rb:
|
2299
|
+
#: ../app/controllers/katello/api/v2/host_contents_controller.rb:4
|
2300
|
+
msgid "Id of the single content view to be associated with the host."
|
2301
|
+
msgstr ""
|
2302
|
+
|
2303
|
+
#: ../app/controllers/katello/api/v2/host_contents_controller.rb:5
|
2304
|
+
msgid "Id of the single lifecycle environment to be associated with the host."
|
2305
|
+
msgstr ""
|
2306
|
+
|
2307
|
+
#: ../app/controllers/katello/api/v2/host_contents_controller.rb:6
|
2308
|
+
msgid ""
|
2309
|
+
"Comma-separated list of Candlepin environment names to be associated with the "
|
2310
|
+
"host, in the format of 'lifecycle_environment_label/content_view_label'. Ignor"
|
2311
|
+
"ed if content_view_environment_ids is specified, or if content_view_id and lif"
|
2312
|
+
"ecycle_environment_id are specified. Requires allow_multiple_content_views set"
|
2313
|
+
"ting to be on."
|
2314
|
+
msgstr ""
|
2315
|
+
|
2316
|
+
#: ../app/controllers/katello/api/v2/host_contents_controller.rb:10
|
2317
|
+
msgid ""
|
2318
|
+
"Array of content view environment ids to be associated with the host. Ignored "
|
2319
|
+
"if content_view_id and lifecycle_environment_id are specified. Requires allow_"
|
2320
|
+
"multiple_content_views setting to be on."
|
2321
|
+
msgstr ""
|
2322
|
+
|
2323
|
+
#: ../app/controllers/katello/api/v2/host_contents_controller.rb:11
|
2324
|
+
msgid "Id of the smart proxy from which the host consumes content."
|
2325
|
+
msgstr ""
|
2326
|
+
|
2327
|
+
#: ../app/controllers/katello/api/v2/host_contents_controller.rb:12
|
2204
2328
|
msgid "Repository Id associated with the kickstart repo used for provisioning"
|
2205
2329
|
msgstr ""
|
2206
2330
|
|
@@ -2854,7 +2978,7 @@ msgstr ""
|
|
2854
2978
|
#: ../app/controllers/katello/api/v2/organizations_controller.rb:90
|
2855
2979
|
#: ../app/controllers/katello/api/v2/organizations_controller.rb:97
|
2856
2980
|
#: ../app/controllers/katello/api/v2/products_controller.rb:90
|
2857
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
2981
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:338
|
2858
2982
|
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:24
|
2859
2983
|
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:127
|
2860
2984
|
#: ../app/controllers/katello/api/v2/sync_plans_controller.rb:24
|
@@ -3026,6 +3150,10 @@ msgid ""
|
|
3026
3150
|
"ntent_view_version' is supported."
|
3027
3151
|
msgstr ""
|
3028
3152
|
|
3153
|
+
#: ../app/controllers/katello/api/v2/packages_controller.rb:49
|
3154
|
+
msgid "List all packages unique by name"
|
3155
|
+
msgstr ""
|
3156
|
+
|
3029
3157
|
#: ../app/controllers/katello/api/v2/products_bulk_actions_controller.rb:6
|
3030
3158
|
msgid "Destroy one or more products"
|
3031
3159
|
msgstr ""
|
@@ -3214,7 +3342,7 @@ msgid "Sync all repositories for a product"
|
|
3214
3342
|
msgstr ""
|
3215
3343
|
|
3216
3344
|
#: ../app/controllers/katello/api/v2/products_controller.rb:119
|
3217
|
-
#: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:
|
3345
|
+
#: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:52
|
3218
3346
|
msgid ""
|
3219
3347
|
"Unable to synchronize any repository. You either do not have the permission to"
|
3220
3348
|
" synchronize or the selected repositories do not have a feed url."
|
@@ -3240,20 +3368,20 @@ msgid ""
|
|
3240
3368
|
"filter. Use repository details page to delete."
|
3241
3369
|
msgstr ""
|
3242
3370
|
|
3243
|
-
#: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:
|
3371
|
+
#: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:47
|
3244
3372
|
msgid "Synchronize repository"
|
3245
3373
|
msgstr ""
|
3246
3374
|
|
3247
|
-
#: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:
|
3375
|
+
#: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:64
|
3248
3376
|
msgid "Reclaim space from On Demand repositories"
|
3249
3377
|
msgstr ""
|
3250
3378
|
|
3251
|
-
#: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:
|
3379
|
+
#: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:68
|
3252
3380
|
msgid "No repositories selected."
|
3253
3381
|
msgstr ""
|
3254
3382
|
|
3255
|
-
#: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:
|
3256
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3383
|
+
#: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:72
|
3384
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:379
|
3257
3385
|
msgid "Only On Demand repositories may have space reclaimed."
|
3258
3386
|
msgstr ""
|
3259
3387
|
|
@@ -3278,7 +3406,7 @@ msgid "true if this repository can be published via HTTP"
|
|
3278
3406
|
msgstr ""
|
3279
3407
|
|
3280
3408
|
#: ../app/controllers/katello/api/v2/repositories_controller.rb:51
|
3281
|
-
msgid "Checksum
|
3409
|
+
msgid "Checksum used for published repository contents. Supported types: %s"
|
3282
3410
|
msgstr ""
|
3283
3411
|
|
3284
3412
|
#: ../app/controllers/katello/api/v2/repositories_controller.rb:52
|
@@ -3480,7 +3608,7 @@ msgid "label of the repository"
|
|
3480
3608
|
msgstr ""
|
3481
3609
|
|
3482
3610
|
#: ../app/controllers/katello/api/v2/repositories_controller.rb:106
|
3483
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3611
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:390
|
3484
3612
|
msgid "description of the repository"
|
3485
3613
|
msgstr ""
|
3486
3614
|
|
@@ -3506,9 +3634,9 @@ msgid "only show the repositories readable by this user with this username"
|
|
3506
3634
|
msgstr ""
|
3507
3635
|
|
3508
3636
|
#: ../app/controllers/katello/api/v2/repositories_controller.rb:116
|
3509
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3510
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3511
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3637
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:287
|
3638
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:432
|
3639
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:449
|
3512
3640
|
msgid "Invalid params provided - content_type must be one of %s"
|
3513
3641
|
msgstr ""
|
3514
3642
|
|
@@ -3516,70 +3644,70 @@ msgstr ""
|
|
3516
3644
|
msgid "Invalid params provided - with_content must be one of %s"
|
3517
3645
|
msgstr ""
|
3518
3646
|
|
3519
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3647
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:234
|
3520
3648
|
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:49
|
3521
3649
|
msgid "List :resource"
|
3522
3650
|
msgstr ""
|
3523
3651
|
|
3524
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3652
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:235
|
3525
3653
|
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:50
|
3526
3654
|
msgid "content view versions to compare"
|
3527
3655
|
msgstr ""
|
3528
3656
|
|
3529
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3657
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:236
|
3530
3658
|
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:51
|
3531
3659
|
msgid "Library repository id to restrict comparisons to"
|
3532
3660
|
msgstr ""
|
3533
3661
|
|
3534
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3662
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:237
|
3535
3663
|
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:52
|
3536
3664
|
msgid "Return same, different or all results"
|
3537
3665
|
msgstr ""
|
3538
3666
|
|
3539
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3667
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:240
|
3540
3668
|
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:55
|
3541
3669
|
msgid "No content_view_version_ids provided"
|
3542
3670
|
msgstr ""
|
3543
3671
|
|
3544
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3672
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:244
|
3545
3673
|
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:59
|
3546
3674
|
msgid "Couldn't find content view versions '%s'"
|
3547
3675
|
msgstr ""
|
3548
3676
|
|
3549
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3677
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:279
|
3550
3678
|
msgid "Create a custom repository"
|
3551
3679
|
msgstr ""
|
3552
3680
|
|
3553
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3681
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:280
|
3554
3682
|
msgid "Name of the repository"
|
3555
3683
|
msgstr ""
|
3556
3684
|
|
3557
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3685
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:281
|
3558
3686
|
msgid "Description of the repository"
|
3559
3687
|
msgstr ""
|
3560
3688
|
|
3561
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3689
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:316
|
3562
3690
|
msgid "Show the available repository types"
|
3563
3691
|
msgstr ""
|
3564
3692
|
|
3565
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3693
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:317
|
3566
3694
|
msgid "When set to 'True' repository types that are creatable will be returned"
|
3567
3695
|
msgstr ""
|
3568
3696
|
|
3569
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3697
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:324
|
3570
3698
|
msgid ""
|
3571
3699
|
"Forces a republish of the specified repository, regenerating metadata and syml"
|
3572
3700
|
"inks on the filesystem. Not allowed for repositories with the 'Complete Mirror"
|
3573
3701
|
"ing' mirroring policy."
|
3574
3702
|
msgstr ""
|
3575
3703
|
|
3576
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3704
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:326
|
3577
3705
|
msgid ""
|
3578
3706
|
"Force metadata regeneration to proceed. Dangerous when repositories use the 'C"
|
3579
3707
|
"omplete Mirroring' mirroring policy"
|
3580
3708
|
msgstr ""
|
3581
3709
|
|
3582
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3710
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:329
|
3583
3711
|
msgid ""
|
3584
3712
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change th"
|
3585
3713
|
"e mirroring policy and try again.\n"
|
@@ -3588,164 +3716,167 @@ msgid ""
|
|
3588
3716
|
"for 'Complete Mirroring' repositories."
|
3589
3717
|
msgstr ""
|
3590
3718
|
|
3591
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3719
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:336
|
3592
3720
|
msgid "Show a repository"
|
3593
3721
|
msgstr ""
|
3594
3722
|
|
3595
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3596
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3597
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3598
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3599
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3600
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3723
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:337
|
3724
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:344
|
3725
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:367
|
3726
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:376
|
3727
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:388
|
3728
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:442
|
3601
3729
|
msgid "repository ID"
|
3602
3730
|
msgstr ""
|
3603
3731
|
|
3604
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3732
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:343
|
3605
3733
|
msgid "Sync a repository"
|
3606
3734
|
msgstr ""
|
3607
3735
|
|
3608
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3736
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:345
|
3609
3737
|
msgid "perform an incremental import"
|
3610
3738
|
msgstr ""
|
3611
3739
|
|
3612
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3740
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:346
|
3613
3741
|
msgid ""
|
3614
3742
|
"Force sync even if no upstream changes are detected. Only used with yum or deb"
|
3615
3743
|
" repositories."
|
3616
3744
|
msgstr ""
|
3617
3745
|
|
3618
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3746
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:347
|
3619
3747
|
msgid ""
|
3620
3748
|
"Force a sync and validate the checksums of all content. Only used with yum rep"
|
3621
3749
|
"ositories."
|
3622
3750
|
msgstr ""
|
3623
3751
|
|
3624
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3752
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:349
|
3625
3753
|
msgid "attempted to sync a non-library repository."
|
3626
3754
|
msgstr ""
|
3627
3755
|
|
3628
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3756
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:357
|
3629
3757
|
msgid "attempted to sync without a feed URL"
|
3630
3758
|
msgstr ""
|
3631
3759
|
|
3632
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3760
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:366
|
3633
3761
|
msgid "Verify checksum of repository contents"
|
3634
3762
|
msgstr ""
|
3635
3763
|
|
3636
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3764
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:375
|
3637
3765
|
msgid "Reclaim space from an On Demand repository"
|
3638
3766
|
msgstr ""
|
3639
3767
|
|
3640
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3768
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:387
|
3641
3769
|
msgid "Update a repository"
|
3642
3770
|
msgstr ""
|
3643
3771
|
|
3644
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3772
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:410
|
3645
3773
|
msgid "Destroy a custom repository"
|
3646
3774
|
msgstr ""
|
3647
3775
|
|
3648
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3776
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:412
|
3649
3777
|
msgid "Force delete the repository by removing it from all content view versions"
|
3650
3778
|
msgstr ""
|
3651
3779
|
|
3652
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3780
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:413
|
3653
3781
|
msgid ""
|
3654
3782
|
"Delete content view filters that have this repository as the last associated r"
|
3655
3783
|
"epository. Defaults to true. If false, such filters will now apply to all repo"
|
3656
3784
|
"sitories in the content view."
|
3657
3785
|
msgstr ""
|
3658
3786
|
|
3659
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3787
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:428
|
3660
3788
|
msgid ""
|
3661
3789
|
"The type of content to remove (srpm, docker_manifest, etc.). Check removable t"
|
3662
3790
|
"ypes here: /katello/api/repositories/repository_types"
|
3663
3791
|
msgstr ""
|
3664
3792
|
|
3665
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3666
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3793
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:429
|
3794
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:478
|
3667
3795
|
msgid "Whether or not to sync an external capsule after upload. Default: true"
|
3668
3796
|
msgstr ""
|
3669
3797
|
|
3670
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3798
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:437
|
3671
3799
|
msgid "No content ids provided"
|
3672
3800
|
msgstr ""
|
3673
3801
|
|
3674
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3675
|
-
msgid "
|
3802
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:441
|
3803
|
+
msgid ""
|
3804
|
+
"This endpoint is primarily designed for UI interactions and uploading content "
|
3805
|
+
"into the repository. For API-based uploads, please use the 'content_uploads' e"
|
3806
|
+
"ndpoint instead."
|
3676
3807
|
msgstr ""
|
3677
3808
|
|
3678
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3809
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:443
|
3679
3810
|
msgid "Content files to upload. Can be a single file or array of files."
|
3680
3811
|
msgstr ""
|
3681
3812
|
|
3682
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3813
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:444
|
3683
3814
|
msgid ""
|
3684
3815
|
"The type of content to upload (srpm, file, etc.). Check uploadable types here:"
|
3685
3816
|
" /katello/api/repositories/repository_types"
|
3686
3817
|
msgstr ""
|
3687
3818
|
|
3688
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3819
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:446
|
3689
3820
|
msgid "Cannot upload Container Image content."
|
3690
3821
|
msgstr ""
|
3691
3822
|
|
3692
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3823
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:474
|
3693
3824
|
msgid "Import uploads into a repository"
|
3694
3825
|
msgstr ""
|
3695
3826
|
|
3696
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3827
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:476
|
3697
3828
|
msgid "Do not wait for the ImportUpload action to finish. Default: false"
|
3698
3829
|
msgstr ""
|
3699
3830
|
|
3700
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3831
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:477
|
3701
3832
|
msgid "Whether or not to regenerate the repository on disk. Default: true"
|
3702
3833
|
msgstr ""
|
3703
3834
|
|
3704
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3835
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:480
|
3705
3836
|
msgid "Array of uploads to import"
|
3706
3837
|
msgstr ""
|
3707
3838
|
|
3708
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3839
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:485
|
3709
3840
|
msgid "Needs to only be set for file repositories or docker tags"
|
3710
3841
|
msgstr ""
|
3711
3842
|
|
3712
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3843
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:486
|
3713
3844
|
msgid "Needs to only be set for docker tags"
|
3714
3845
|
msgstr ""
|
3715
3846
|
|
3716
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3847
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:499
|
3717
3848
|
msgid "No uploads param specified. An array of uploads to import is required."
|
3718
3849
|
msgstr ""
|
3719
3850
|
|
3720
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3851
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:507
|
3721
3852
|
msgid "Checksum is a required parameter."
|
3722
3853
|
msgstr ""
|
3723
3854
|
|
3724
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3855
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:511
|
3725
3856
|
msgid "Name is a required parameter."
|
3726
3857
|
msgstr ""
|
3727
3858
|
|
3728
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3859
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:533
|
3729
3860
|
msgid "Return the content of a repo gpg key, used directly by yum"
|
3730
3861
|
msgstr ""
|
3731
3862
|
|
3732
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3863
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:543
|
3733
3864
|
msgid "Return the enabled content types"
|
3734
3865
|
msgstr ""
|
3735
3866
|
|
3736
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3867
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:572
|
3737
3868
|
msgid "Couldn't find %{content_type} with id '%{id}'"
|
3738
3869
|
msgstr ""
|
3739
3870
|
|
3740
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3871
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:666
|
3741
3872
|
msgid "Red Hat products cannot be manipulated."
|
3742
3873
|
msgstr ""
|
3743
3874
|
|
3744
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3875
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:670
|
3745
3876
|
msgid "Red Hat repositories cannot be manipulated."
|
3746
3877
|
msgstr ""
|
3747
3878
|
|
3748
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
3879
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:739
|
3749
3880
|
msgid "%s is required"
|
3750
3881
|
msgstr ""
|
3751
3882
|
|
@@ -3987,7 +4118,7 @@ msgid "Couldn't find product with id '%s'"
|
|
3987
4118
|
msgstr ""
|
3988
4119
|
|
3989
4120
|
#: ../app/controllers/katello/api/v2/sync_controller.rb:35
|
3990
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:
|
4121
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:192
|
3991
4122
|
msgid "Couldn't find repository '%s'"
|
3992
4123
|
msgstr ""
|
3993
4124
|
|
@@ -4260,15 +4391,15 @@ msgstr ""
|
|
4260
4391
|
msgid "Deleted %{host_count} %{hosts}"
|
4261
4392
|
msgstr ""
|
4262
4393
|
|
4263
|
-
#: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:
|
4394
|
+
#: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:28
|
4264
4395
|
msgid "Alter a host's host collections"
|
4265
4396
|
msgstr ""
|
4266
4397
|
|
4267
|
-
#: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:
|
4398
|
+
#: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:29
|
4268
4399
|
msgid "The id of the host to alter"
|
4269
4400
|
msgstr ""
|
4270
4401
|
|
4271
|
-
#: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:
|
4402
|
+
#: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:30
|
4272
4403
|
msgid "List of host collection ids to update"
|
4273
4404
|
msgstr ""
|
4274
4405
|
|
@@ -4283,7 +4414,8 @@ msgstr ""
|
|
4283
4414
|
#: ../app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb:31
|
4284
4415
|
msgid ""
|
4285
4416
|
"Activation keys for subscription-manager client, required for CentOS and Red H"
|
4286
|
-
"at Enterprise Linux. Required only if host group has no activation keys
|
4417
|
+
"at Enterprise Linux. Required only if host group has no activation keys or if "
|
4418
|
+
"you do not provide a host group."
|
4287
4419
|
msgstr ""
|
4288
4420
|
|
4289
4421
|
#:
|
@@ -4380,101 +4512,103 @@ msgid "Content View Filter id"
|
|
4380
4512
|
msgstr ""
|
4381
4513
|
|
4382
4514
|
#:
|
4383
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:
|
4515
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:171
|
4384
4516
|
msgid "Failed to find %{content} with id '%{id}'."
|
4385
4517
|
msgstr ""
|
4386
4518
|
|
4387
4519
|
#:
|
4388
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:
|
4389
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:
|
4520
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:176
|
4521
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:298
|
4390
4522
|
msgid "Could not find %{content} with id '%{id}' in repository."
|
4391
4523
|
msgstr ""
|
4392
4524
|
|
4393
4525
|
#:
|
4394
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:
|
4526
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:181
|
4395
4527
|
msgid "The requested resource does not belong to the specified organization"
|
4396
4528
|
msgstr ""
|
4397
4529
|
|
4398
4530
|
#:
|
4399
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:
|
4531
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:200
|
4400
4532
|
msgid "Could not find Lifecycle Environment with id '%{id}'."
|
4401
4533
|
msgstr ""
|
4402
4534
|
|
4403
4535
|
#:
|
4404
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:
|
4536
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:209
|
4405
4537
|
msgid "Couldn't find content view version '%s'"
|
4406
4538
|
msgstr ""
|
4407
4539
|
|
4408
4540
|
#:
|
4409
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:
|
4410
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:
|
4541
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:222
|
4542
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:235
|
4411
4543
|
msgid "Couldn't find %{type} Filter with id %{id}"
|
4412
4544
|
msgstr ""
|
4413
4545
|
|
4414
4546
|
#:
|
4415
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:
|
4547
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:243
|
4416
4548
|
msgid "params 'show_all_for' and 'available_for' must be used independently"
|
4417
4549
|
msgstr ""
|
4418
4550
|
|
4419
4551
|
#:
|
4420
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:
|
4552
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:266
|
4553
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js:86
|
4421
4554
|
msgid "Erratum"
|
4422
4555
|
msgstr ""
|
4423
4556
|
|
4424
4557
|
#:
|
4425
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:
|
4558
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:268
|
4426
4559
|
msgid "Deb Package"
|
4427
4560
|
msgstr ""
|
4428
4561
|
|
4429
4562
|
#:
|
4430
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:
|
4563
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:270
|
4431
4564
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js:93
|
4432
4565
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:164
|
4433
4566
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js:93
|
4434
4567
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:171
|
4568
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:94
|
4435
4569
|
msgid "Package"
|
4436
4570
|
msgstr ""
|
4437
4571
|
|
4438
4572
|
#:
|
4439
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:
|
4573
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:272
|
4440
4574
|
#: ../webpack/scenes/RedHatRepositories/components/SearchBar.js:22
|
4441
4575
|
msgid "Source RPM"
|
4442
4576
|
msgstr ""
|
4443
4577
|
|
4444
4578
|
#:
|
4445
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:
|
4579
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:274
|
4446
4580
|
msgid "Package Group"
|
4447
4581
|
msgstr ""
|
4448
4582
|
|
4449
4583
|
#:
|
4450
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:
|
4584
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:276
|
4451
4585
|
msgid "Container Image Manifest"
|
4452
4586
|
msgstr ""
|
4453
4587
|
|
4454
4588
|
#:
|
4455
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:
|
4589
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:278
|
4456
4590
|
msgid "Container Image Tag"
|
4457
4591
|
msgstr ""
|
4458
4592
|
|
4459
4593
|
#:
|
4460
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:
|
4594
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:280
|
4461
4595
|
msgid "OSTree Branch"
|
4462
4596
|
msgstr ""
|
4463
4597
|
|
4464
4598
|
#:
|
4465
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:
|
4599
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:282
|
4466
4600
|
#: ../webpack/scenes/AlternateContentSources/ACSConstants.js:16
|
4467
4601
|
#: ../webpack/scenes/AlternateContentSources/Create/Steps/SelectSource.js:40
|
4468
4602
|
msgid "File"
|
4469
4603
|
msgstr ""
|
4470
4604
|
|
4471
4605
|
#:
|
4472
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:
|
4606
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:284
|
4473
4607
|
msgid "Module Stream"
|
4474
4608
|
msgstr ""
|
4475
4609
|
|
4476
4610
|
#:
|
4477
|
-
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:
|
4611
|
+
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:286
|
4478
4612
|
#: ../webpack/scenes/Content/ContentConfig.js:142
|
4479
4613
|
msgid "Ansible Collection"
|
4480
4614
|
msgstr ""
|
@@ -4595,23 +4729,23 @@ msgstr ""
|
|
4595
4729
|
msgid "Inherit from Repository"
|
4596
4730
|
msgstr ""
|
4597
4731
|
|
4598
|
-
#: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:
|
4732
|
+
#: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:314
|
4599
4733
|
#: ../app/views/smart_proxies/plugins/_pulpcore.html.erb:2
|
4600
4734
|
#: ../lib/katello/plugin.rb:10 ../lib/katello/plugin.rb:253
|
4601
4735
|
#: ../lib/katello/plugin.rb:267 ../lib/katello/plugin.rb:341
|
4602
4736
|
#: ../webpack/containers/Application/config.js:65
|
4603
|
-
#: ../webpack/containers/Application/config.js:69 ../webpack/global_index.js:
|
4737
|
+
#: ../webpack/containers/Application/config.js:69 ../webpack/global_index.js:50
|
4604
4738
|
#: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:62
|
4605
4739
|
#: ../webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js:138
|
4606
4740
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:134
|
4607
4741
|
msgid "Content"
|
4608
4742
|
msgstr ""
|
4609
4743
|
|
4610
|
-
#: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:
|
4744
|
+
#: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:316
|
4611
4745
|
msgid "Host content and subscription details"
|
4612
4746
|
msgstr ""
|
4613
4747
|
|
4614
|
-
#: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:
|
4748
|
+
#: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:323
|
4615
4749
|
msgid "Change Content Source"
|
4616
4750
|
msgstr ""
|
4617
4751
|
|
@@ -4687,8 +4821,8 @@ msgstr ""
|
|
4687
4821
|
|
4688
4822
|
#: ../app/lib/actions/katello/activation_key/create.rb:21
|
4689
4823
|
#: ../app/lib/actions/katello/content_view/create.rb:10
|
4690
|
-
#: ../app/lib/actions/katello/repository/create.rb:
|
4691
|
-
#: ../app/lib/actions/katello/repository/create_root.rb:
|
4824
|
+
#: ../app/lib/actions/katello/repository/create.rb:66
|
4825
|
+
#: ../app/lib/actions/katello/repository/create_root.rb:19 action_names.rb:12
|
4692
4826
|
#: action_names.rb:13 action_names.rb:14
|
4693
4827
|
msgid "Create"
|
4694
4828
|
msgstr ""
|
@@ -4712,7 +4846,7 @@ msgstr ""
|
|
4712
4846
|
msgid "Refresh Alternate Content Source"
|
4713
4847
|
msgstr ""
|
4714
4848
|
|
4715
|
-
#: ../app/lib/actions/katello/alternate_content_source/update.rb:
|
4849
|
+
#: ../app/lib/actions/katello/alternate_content_source/update.rb:83
|
4716
4850
|
#: action_names.rb:69
|
4717
4851
|
msgid "Update Alternate Content Source"
|
4718
4852
|
msgstr ""
|
@@ -4761,11 +4895,11 @@ msgstr ""
|
|
4761
4895
|
msgid "Verify checksum for content on smart proxy"
|
4762
4896
|
msgstr ""
|
4763
4897
|
|
4764
|
-
#: ../app/lib/actions/katello/capsule_content/verify_checksum.rb:
|
4898
|
+
#: ../app/lib/actions/katello/capsule_content/verify_checksum.rb:47
|
4765
4899
|
msgid "Content view '%{content_view}' is not attached to the environment."
|
4766
4900
|
msgstr ""
|
4767
4901
|
|
4768
|
-
#: ../app/lib/actions/katello/capsule_content/verify_checksum.rb:
|
4902
|
+
#: ../app/lib/actions/katello/capsule_content/verify_checksum.rb:50
|
4769
4903
|
msgid "Content view '%{content_view}' is not attached to this capsule."
|
4770
4904
|
msgstr ""
|
4771
4905
|
|
@@ -4787,16 +4921,16 @@ msgstr ""
|
|
4787
4921
|
#: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:376
|
4788
4922
|
#: ../webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js:89
|
4789
4923
|
#: ../webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js:93
|
4790
|
-
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:
|
4924
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:101
|
4791
4925
|
#: ../webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js:78
|
4792
4926
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/bulkDeleteSteps.js:61
|
4793
4927
|
#: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:225
|
4794
4928
|
#: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:322
|
4795
4929
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js:89
|
4796
4930
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:94
|
4797
|
-
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:
|
4798
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
4799
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
4931
|
+
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:113
|
4932
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:251
|
4933
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:266
|
4800
4934
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27
|
4801
4935
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:92
|
4802
4936
|
#: action_names.rb:18 action_names.rb:19 action_names.rb:20
|
@@ -4869,21 +5003,21 @@ msgstr ""
|
|
4869
5003
|
msgid "Promotion to Environment"
|
4870
5004
|
msgstr ""
|
4871
5005
|
|
4872
|
-
#: ../app/lib/actions/katello/content_view/publish.rb:
|
5006
|
+
#: ../app/lib/actions/katello/content_view/publish.rb:27
|
4873
5007
|
msgid "Repository label '%s' is not associated with content view."
|
4874
5008
|
msgstr ""
|
4875
5009
|
|
4876
|
-
#: ../app/lib/actions/katello/content_view/publish.rb:
|
5010
|
+
#: ../app/lib/actions/katello/content_view/publish.rb:31
|
4877
5011
|
msgid ""
|
4878
5012
|
"Content view has repository label '%s' which is not specified in repos_units p"
|
4879
5013
|
"arameter."
|
4880
5014
|
msgstr ""
|
4881
5015
|
|
4882
|
-
#: ../app/lib/actions/katello/content_view/publish.rb:
|
4883
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:
|
4884
|
-
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:
|
4885
|
-
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:
|
4886
|
-
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:
|
5016
|
+
#: ../app/lib/actions/katello/content_view/publish.rb:95
|
5017
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:46
|
5018
|
+
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:39
|
5019
|
+
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:111
|
5020
|
+
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:92
|
4887
5021
|
#: action_names.rb:55
|
4888
5022
|
msgid "Publish"
|
4889
5023
|
msgstr ""
|
@@ -4929,7 +5063,7 @@ msgstr ""
|
|
4929
5063
|
msgid "Remove Version"
|
4930
5064
|
msgstr ""
|
4931
5065
|
|
4932
|
-
#: ../app/lib/actions/katello/content_view_version/create_repos.rb:
|
5066
|
+
#: ../app/lib/actions/katello/content_view_version/create_repos.rb:21
|
4933
5067
|
msgid "Create Repositories"
|
4934
5068
|
msgstr ""
|
4935
5069
|
|
@@ -4958,19 +5092,19 @@ msgstr ""
|
|
4958
5092
|
msgid "Incremental Update"
|
4959
5093
|
msgstr ""
|
4960
5094
|
|
4961
|
-
#: ../app/lib/actions/katello/content_view_version/incremental_update.rb:
|
5095
|
+
#: ../app/lib/actions/katello/content_view_version/incremental_update.rb:307
|
4962
5096
|
msgid "Content View Version %{id} not in all specified environments %{envs}"
|
4963
5097
|
msgstr ""
|
4964
5098
|
|
4965
|
-
#: ../app/lib/actions/katello/content_view_version/incremental_update.rb:
|
5099
|
+
#: ../app/lib/actions/katello/content_view_version/incremental_update.rb:314
|
4966
5100
|
msgid "Cannot specify content for composite views"
|
4967
5101
|
msgstr ""
|
4968
5102
|
|
4969
|
-
#: ../app/lib/actions/katello/content_view_version/incremental_update.rb:
|
5103
|
+
#: ../app/lib/actions/katello/content_view_version/incremental_update.rb:317
|
4970
5104
|
msgid "Cannot specify components for non-composite views"
|
4971
5105
|
msgstr ""
|
4972
5106
|
|
4973
|
-
#: ../app/lib/actions/katello/content_view_version/incremental_update.rb:
|
5107
|
+
#: ../app/lib/actions/katello/content_view_version/incremental_update.rb:325
|
4974
5108
|
msgid ""
|
4975
5109
|
"No Version of Content View %{component} already exists as a component of the c"
|
4976
5110
|
"omposite Content View %{composite} version %{version}"
|
@@ -4998,9 +5132,9 @@ msgstr ""
|
|
4998
5132
|
msgid "Delete Lifecycle Environment"
|
4999
5133
|
msgstr ""
|
5000
5134
|
|
5001
|
-
#: ../app/lib/actions/katello/environment/
|
5135
|
+
#: ../app/lib/actions/katello/environment/publish_container_repositories.rb:36
|
5002
5136
|
#: action_names.rb:54
|
5003
|
-
msgid "Publish Lifecycle Environment Repositories"
|
5137
|
+
msgid "Publish Lifecycle Environment Container Repositories"
|
5004
5138
|
msgstr ""
|
5005
5139
|
|
5006
5140
|
#: ../app/lib/actions/katello/host/attach_subscriptions.rb:13
|
@@ -5033,14 +5167,14 @@ msgstr ""
|
|
5033
5167
|
msgid "Destroy Content Host"
|
5034
5168
|
msgstr ""
|
5035
5169
|
|
5036
|
-
#: ../app/lib/actions/katello/host/hypervisors_update.rb:
|
5170
|
+
#: ../app/lib/actions/katello/host/hypervisors_update.rb:39
|
5037
5171
|
msgid ""
|
5038
5172
|
"Host creation was skipped for %s because it shares a BIOS UUID with %s. To rep"
|
5039
5173
|
"ort this hypervisor, override its dmi.system.uuid fact or set 'candlepin.use_s"
|
5040
5174
|
"ystem_uuid_for_matching' to 'true' in the Candlepin configuration."
|
5041
5175
|
msgstr ""
|
5042
5176
|
|
5043
|
-
#: ../app/lib/actions/katello/host/hypervisors_update.rb:
|
5177
|
+
#: ../app/lib/actions/katello/host/hypervisors_update.rb:126
|
5044
5178
|
msgid "Host '%{name}' does not belong to an organization"
|
5045
5179
|
msgstr ""
|
5046
5180
|
|
@@ -5110,19 +5244,19 @@ msgstr ""
|
|
5110
5244
|
msgid "Destroy"
|
5111
5245
|
msgstr ""
|
5112
5246
|
|
5113
|
-
#: ../app/lib/actions/katello/organization/manifest_delete.rb:
|
5247
|
+
#: ../app/lib/actions/katello/organization/manifest_delete.rb:42
|
5114
5248
|
msgid "Delete Manifest"
|
5115
5249
|
msgstr ""
|
5116
5250
|
|
5117
|
-
#: ../app/lib/actions/katello/organization/manifest_delete.rb:
|
5251
|
+
#: ../app/lib/actions/katello/organization/manifest_delete.rb:46
|
5118
5252
|
msgid "Manifest deleted"
|
5119
5253
|
msgstr ""
|
5120
5254
|
|
5121
|
-
#: ../app/lib/actions/katello/organization/manifest_import.rb:
|
5255
|
+
#: ../app/lib/actions/katello/organization/manifest_import.rb:49
|
5122
5256
|
msgid "Import Manifest"
|
5123
5257
|
msgstr ""
|
5124
5258
|
|
5125
|
-
#: ../app/lib/actions/katello/organization/manifest_import.rb:
|
5259
|
+
#: ../app/lib/actions/katello/organization/manifest_import.rb:60
|
5126
5260
|
msgid "Manifest imported"
|
5127
5261
|
msgstr ""
|
5128
5262
|
|
@@ -5273,7 +5407,7 @@ msgstr ""
|
|
5273
5407
|
msgid "Enable"
|
5274
5408
|
msgstr ""
|
5275
5409
|
|
5276
|
-
#: ../app/lib/actions/katello/repository_set/enable_repository.rb:
|
5410
|
+
#: ../app/lib/actions/katello/repository_set/enable_repository.rb:15
|
5277
5411
|
msgid "The repository is already enabled"
|
5278
5412
|
msgstr ""
|
5279
5413
|
|
@@ -5325,7 +5459,7 @@ msgstr ""
|
|
5325
5459
|
msgid "There was an issue with the backend service %s: "
|
5326
5460
|
msgstr ""
|
5327
5461
|
|
5328
|
-
#: ../app/lib/actions/middleware/backend_services_check.rb:
|
5462
|
+
#: ../app/lib/actions/middleware/backend_services_check.rb:51
|
5329
5463
|
msgid "No services defined, is this class extended?"
|
5330
5464
|
msgstr ""
|
5331
5465
|
|
@@ -5391,13 +5525,13 @@ msgid ""
|
|
5391
5525
|
msgstr ""
|
5392
5526
|
|
5393
5527
|
#:
|
5394
|
-
#: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:
|
5528
|
+
#: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:33
|
5395
5529
|
#: action_names.rb:30
|
5396
5530
|
msgid "Export Repository"
|
5397
5531
|
msgstr ""
|
5398
5532
|
|
5399
5533
|
#:
|
5400
|
-
#: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:
|
5534
|
+
#: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:42
|
5401
5535
|
msgid ""
|
5402
5536
|
"NOTE: Unable to fully export repository '%{repository}' because it does not ha"
|
5403
5537
|
"ve the 'immediate' download policy. Update the download policy and sync the af"
|
@@ -5405,14 +5539,14 @@ msgid ""
|
|
5405
5539
|
msgstr ""
|
5406
5540
|
|
5407
5541
|
#:
|
5408
|
-
#: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:
|
5542
|
+
#: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:52
|
5409
5543
|
msgid ""
|
5410
5544
|
"NOTE: Unable to export repository '%{repository}' because it does not have an "
|
5411
5545
|
"syncably exportable content type."
|
5412
5546
|
msgstr ""
|
5413
5547
|
|
5414
5548
|
#:
|
5415
|
-
#: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:
|
5549
|
+
#: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:57
|
5416
5550
|
msgid ""
|
5417
5551
|
"NOTE: Unable to export repository '%{repository}' because it does not have an "
|
5418
5552
|
"exportable content type."
|
@@ -5495,52 +5629,52 @@ msgstr ""
|
|
5495
5629
|
msgid "No errors"
|
5496
5630
|
msgstr ""
|
5497
5631
|
|
5498
|
-
#: ../app/lib/katello/errors.rb:127 ../app/services/katello/pulp3/task.rb:
|
5632
|
+
#: ../app/lib/katello/errors.rb:127 ../app/services/katello/pulp3/task.rb:111
|
5499
5633
|
msgid "Task canceled"
|
5500
5634
|
msgstr ""
|
5501
5635
|
|
5502
|
-
#: ../app/lib/katello/errors.rb:129 ../app/services/katello/pulp3/task.rb:
|
5636
|
+
#: ../app/lib/katello/errors.rb:129 ../app/services/katello/pulp3/task.rb:114
|
5503
5637
|
msgid "Pulp task error"
|
5504
5638
|
msgstr ""
|
5505
5639
|
|
5506
|
-
#: ../app/lib/katello/errors.rb:
|
5640
|
+
#: ../app/lib/katello/errors.rb:140
|
5507
5641
|
msgid ""
|
5508
5642
|
"The manifest doesn't exist on console.redhat.com. Please create and import a n"
|
5509
5643
|
"ew manifest."
|
5510
5644
|
msgstr ""
|
5511
5645
|
|
5512
|
-
#: ../app/lib/katello/errors.rb:
|
5646
|
+
#: ../app/lib/katello/errors.rb:151
|
5513
5647
|
msgid "No URL found for a container registry. Please check the configuration."
|
5514
5648
|
msgstr ""
|
5515
5649
|
|
5516
|
-
#: ../app/lib/katello/errors.rb:
|
5650
|
+
#: ../app/lib/katello/errors.rb:157
|
5517
5651
|
msgid ""
|
5518
5652
|
"Access to Red Hat Subscription Management is prohibited. If you would like to "
|
5519
5653
|
"change this, please update the content setting 'Subscription connection enable"
|
5520
5654
|
"d'."
|
5521
5655
|
msgstr ""
|
5522
5656
|
|
5523
|
-
#: ../app/lib/katello/errors.rb:
|
5657
|
+
#: ../app/lib/katello/errors.rb:164
|
5524
5658
|
msgid "Current organization does not have a manifest imported."
|
5525
5659
|
msgstr ""
|
5526
5660
|
|
5527
|
-
#: ../app/lib/katello/errors.rb:
|
5661
|
+
#: ../app/lib/katello/errors.rb:170
|
5528
5662
|
msgid ""
|
5529
5663
|
"This Organization's subscription manifest has expired. Please import a new man"
|
5530
5664
|
"ifest."
|
5531
5665
|
msgstr ""
|
5532
5666
|
|
5533
|
-
#: ../app/lib/katello/http_resource.rb:
|
5667
|
+
#: ../app/lib/katello/http_resource.rb:103
|
5534
5668
|
msgid "A backend service [ %s ] is unreachable"
|
5535
5669
|
msgstr ""
|
5536
5670
|
|
5537
|
-
#: ../app/lib/katello/repo_discovery.rb:
|
5538
|
-
msgid "
|
5671
|
+
#: ../app/lib/katello/repo_discovery.rb:9
|
5672
|
+
msgid "Content type does not support repo discovery"
|
5539
5673
|
msgstr ""
|
5540
5674
|
|
5541
5675
|
#: ../app/lib/katello/resources/candlepin.rb:142
|
5542
5676
|
#: ../app/models/katello/glue/provider.rb:66
|
5543
|
-
#: ../app/models/katello/glue/provider.rb:
|
5677
|
+
#: ../app/models/katello/glue/provider.rb:176
|
5544
5678
|
msgid "Upstream identity certificate not available"
|
5545
5679
|
msgstr ""
|
5546
5680
|
|
@@ -5548,19 +5682,19 @@ msgstr ""
|
|
5548
5682
|
msgid "Current organization not set."
|
5549
5683
|
msgstr ""
|
5550
5684
|
|
5551
|
-
#: ../app/lib/katello/resources/cdn.rb:
|
5685
|
+
#: ../app/lib/katello/resources/cdn.rb:153
|
5552
5686
|
msgid "Couldn't establish a connection to %s"
|
5553
5687
|
msgstr ""
|
5554
5688
|
|
5555
|
-
#: ../app/lib/katello/resources/cdn.rb:
|
5689
|
+
#: ../app/lib/katello/resources/cdn.rb:159
|
5556
5690
|
msgid "CDN loading error: %s not found"
|
5557
5691
|
msgstr ""
|
5558
5692
|
|
5559
|
-
#: ../app/lib/katello/resources/cdn.rb:
|
5693
|
+
#: ../app/lib/katello/resources/cdn.rb:161
|
5560
5694
|
msgid "CDN loading error: access denied to %s"
|
5561
5695
|
msgstr ""
|
5562
5696
|
|
5563
|
-
#: ../app/lib/katello/resources/cdn.rb:
|
5697
|
+
#: ../app/lib/katello/resources/cdn.rb:163
|
5564
5698
|
msgid "CDN loading error: access forbidden to %s"
|
5565
5699
|
msgstr ""
|
5566
5700
|
|
@@ -6164,16 +6298,16 @@ msgstr ""
|
|
6164
6298
|
msgid "content view refresh"
|
6165
6299
|
msgstr ""
|
6166
6300
|
|
6167
|
-
#: ../app/lib/katello/validators/alternate_content_source_path_validator.rb:
|
6301
|
+
#: ../app/lib/katello/validators/alternate_content_source_path_validator.rb:9
|
6168
6302
|
msgid "%s is not a valid path"
|
6169
6303
|
msgstr ""
|
6170
6304
|
|
6171
|
-
#: ../app/lib/katello/validators/alternate_content_source_path_validator.rb:
|
6305
|
+
#: ../app/lib/katello/validators/alternate_content_source_path_validator.rb:13
|
6172
6306
|
msgid "All subpaths must have a slash at the end and none at the front"
|
6173
6307
|
msgstr ""
|
6174
6308
|
|
6175
6309
|
#:
|
6176
|
-
#: ../app/lib/katello/validators/alternate_content_source_products_validator.rb:
|
6310
|
+
#: ../app/lib/katello/validators/alternate_content_source_products_validator.rb:9
|
6177
6311
|
msgid ""
|
6178
6312
|
"%{name} has no %{type} repositories with upstream URLs to add to the alternate"
|
6179
6313
|
" content source."
|
@@ -6480,13 +6614,13 @@ msgstr ""
|
|
6480
6614
|
#: ../app/models/katello/activation_key.rb:154
|
6481
6615
|
#: ../app/views/overrides/activation_keys/_host_tab.html.erb:2
|
6482
6616
|
#: ../lib/katello/plugin.rb:96
|
6483
|
-
#: ../webpack/components/ActivationKeysSearch/index.js:
|
6617
|
+
#: ../webpack/components/ActivationKeysSearch/index.js:156
|
6484
6618
|
#: ../webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js:74
|
6485
6619
|
#: ../webpack/scenes/Subscriptions/Details/SubscriptionDetailAssociations.js:30
|
6486
6620
|
msgid "Activation Keys"
|
6487
6621
|
msgstr ""
|
6488
6622
|
|
6489
|
-
#: ../app/models/katello/activation_key.rb:
|
6623
|
+
#: ../app/models/katello/activation_key.rb:186
|
6490
6624
|
msgid ""
|
6491
6625
|
"This activation key is associated to one or more Hosts/Hostgroups. Search and "
|
6492
6626
|
"unassociate Hosts/Hostgroups using params.kt_activation_keys ~ \"%{name}\" befor"
|
@@ -6547,26 +6681,62 @@ msgstr ""
|
|
6547
6681
|
msgid "Mark Content Host Statuses as Unknown for %s"
|
6548
6682
|
msgstr ""
|
6549
6683
|
|
6550
|
-
#: ../app/models/katello/concerns/host_managed_extensions.rb:
|
6684
|
+
#: ../app/models/katello/concerns/host_managed_extensions.rb:514
|
6685
|
+
msgid ""
|
6686
|
+
"No available packages found for search term '%s'. Check the host's content vie"
|
6687
|
+
"w environments and already-installed packages."
|
6688
|
+
msgstr ""
|
6689
|
+
|
6690
|
+
#: ../app/models/katello/concerns/host_managed_extensions.rb:522
|
6691
|
+
msgid ""
|
6692
|
+
"Cannot remove package(s): This host does not have any installed packages match"
|
6693
|
+
"ing the search term '%s'."
|
6694
|
+
msgstr ""
|
6695
|
+
|
6696
|
+
#: ../app/models/katello/concerns/host_managed_extensions.rb:537
|
6697
|
+
msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
|
6698
|
+
msgstr ""
|
6699
|
+
|
6700
|
+
#: ../app/models/katello/concerns/host_managed_extensions.rb:542
|
6701
|
+
msgid ""
|
6702
|
+
"No upgradable packages found for search term '%s'. The host may already have t"
|
6703
|
+
"he latest version(s) installed."
|
6704
|
+
msgstr ""
|
6705
|
+
|
6706
|
+
#: ../app/models/katello/concerns/host_managed_extensions.rb:546
|
6551
6707
|
msgid "package_names_for_job_template: Action must be one of %s"
|
6552
6708
|
msgstr ""
|
6553
6709
|
|
6554
|
-
#: ../app/models/katello/concerns/host_managed_extensions.rb:
|
6710
|
+
#: ../app/models/katello/concerns/host_managed_extensions.rb:557
|
6711
|
+
msgid ""
|
6712
|
+
"No available debs found for search term '%s'. Check the host's content view en"
|
6713
|
+
"vironments and already-installed debs."
|
6714
|
+
msgstr ""
|
6715
|
+
|
6716
|
+
#: ../app/models/katello/concerns/host_managed_extensions.rb:568
|
6717
|
+
msgid "No installed debs found for search term '%s'"
|
6718
|
+
msgstr ""
|
6719
|
+
|
6720
|
+
#: ../app/models/katello/concerns/host_managed_extensions.rb:572
|
6555
6721
|
msgid "deb_names_for_job_template: Action must be one of %s"
|
6556
6722
|
msgstr ""
|
6557
6723
|
|
6558
|
-
#: ../app/models/katello/concerns/
|
6724
|
+
#: ../app/models/katello/concerns/host_managed_extensions.rb:579
|
6725
|
+
msgid "Cannot install errata: No installable errata found for search term '%s'"
|
6726
|
+
msgstr ""
|
6727
|
+
|
6728
|
+
#: ../app/models/katello/concerns/location_extensions.rb:32
|
6559
6729
|
msgid "Cannot delete the last Location."
|
6560
6730
|
msgstr ""
|
6561
6731
|
|
6562
|
-
#: ../app/models/katello/concerns/location_extensions.rb:
|
6732
|
+
#: ../app/models/katello/concerns/location_extensions.rb:37
|
6563
6733
|
msgid ""
|
6564
6734
|
"Cannot delete the default Location for subscribed hosts. If you no longer want"
|
6565
6735
|
" this Location, change the default Location for subscribed hosts under Adminis"
|
6566
6736
|
"ter > Settings, tab Content."
|
6567
6737
|
msgstr ""
|
6568
6738
|
|
6569
|
-
#: ../app/models/katello/concerns/location_extensions.rb:
|
6739
|
+
#: ../app/models/katello/concerns/location_extensions.rb:61
|
6570
6740
|
msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
|
6571
6741
|
msgstr ""
|
6572
6742
|
|
@@ -6596,15 +6766,15 @@ msgstr ""
|
|
6596
6766
|
msgid "You cannot set an organization's parent_id. This feature is disabled."
|
6597
6767
|
msgstr ""
|
6598
6768
|
|
6599
|
-
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:
|
6769
|
+
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:66
|
6600
6770
|
#: ../app/models/katello/content_view_erratum_filter_rule.rb:26
|
6601
6771
|
#: ../app/models/katello/content_view_version_export_history.rb:21
|
6602
|
-
#: ../app/models/katello/root_repository.rb:99
|
6603
6772
|
#: ../app/models/katello/root_repository.rb:103
|
6773
|
+
#: ../app/models/katello/root_repository.rb:107
|
6604
6774
|
msgid "must be one of the following: %s"
|
6605
6775
|
msgstr ""
|
6606
6776
|
|
6607
|
-
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:
|
6777
|
+
#: ../app/models/katello/concerns/smart_proxy_extensions.rb:98
|
6608
6778
|
msgid "Could not find a smart proxy with pulp feature."
|
6609
6779
|
msgstr ""
|
6610
6780
|
|
@@ -6647,64 +6817,68 @@ msgstr ""
|
|
6647
6817
|
msgid "Content Credentials"
|
6648
6818
|
msgstr ""
|
6649
6819
|
|
6650
|
-
#: ../app/models/katello/content_view.rb:
|
6820
|
+
#: ../app/models/katello/content_view.rb:458
|
6821
|
+
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
6822
|
+
msgstr ""
|
6823
|
+
|
6824
|
+
#: ../app/models/katello/content_view.rb:502
|
6651
6825
|
msgid "Cannot delete view while it exists in environments"
|
6652
6826
|
msgstr ""
|
6653
6827
|
|
6654
|
-
#: ../app/models/katello/content_view.rb:
|
6828
|
+
#: ../app/models/katello/content_view.rb:507
|
6655
6829
|
msgid "Cannot delete from %s, view does not exist there."
|
6656
6830
|
msgstr ""
|
6657
6831
|
|
6658
|
-
#: ../app/models/katello/content_view.rb:
|
6832
|
+
#: ../app/models/katello/content_view.rb:537
|
6659
6833
|
#: ../app/models/katello/content_view_version_component.rb:13
|
6660
6834
|
msgid "Cannot add component versions to a non-composite content view"
|
6661
6835
|
msgstr ""
|
6662
6836
|
|
6663
|
-
#: ../app/models/katello/content_view.rb:
|
6837
|
+
#: ../app/models/katello/content_view.rb:543
|
6664
6838
|
msgid "Cannot set auto publish to a non-composite content view"
|
6665
6839
|
msgstr ""
|
6666
6840
|
|
6667
|
-
#: ../app/models/katello/content_view.rb:
|
6841
|
+
#: ../app/models/katello/content_view.rb:549
|
6668
6842
|
msgid "Name and label of default content view should not be changed"
|
6669
6843
|
msgstr ""
|
6670
6844
|
|
6671
|
-
#: ../app/models/katello/content_view.rb:
|
6845
|
+
#: ../app/models/katello/content_view.rb:555
|
6672
6846
|
msgid "Container Image repo '%{repo}' is present in multiple component content views."
|
6673
6847
|
msgstr ""
|
6674
6848
|
|
6675
|
-
#: ../app/models/katello/content_view.rb:
|
6849
|
+
#: ../app/models/katello/content_view.rb:626
|
6676
6850
|
msgid "Cannot import a composite content view"
|
6677
6851
|
msgstr ""
|
6678
6852
|
|
6679
|
-
#: ../app/models/katello/content_view.rb:
|
6853
|
+
#: ../app/models/katello/content_view.rb:627
|
6680
6854
|
msgid "This Content View must be set to Import-only before performing an import"
|
6681
6855
|
msgstr ""
|
6682
6856
|
|
6683
|
-
#: ../app/models/katello/content_view.rb:
|
6857
|
+
#: ../app/models/katello/content_view.rb:632
|
6684
6858
|
msgid "User must be logged in."
|
6685
6859
|
msgstr ""
|
6686
6860
|
|
6687
|
-
#: ../app/models/katello/content_view.rb:
|
6861
|
+
#: ../app/models/katello/content_view.rb:633
|
6688
6862
|
msgid "Cannot publish default content view"
|
6689
6863
|
msgstr ""
|
6690
6864
|
|
6691
|
-
#: ../app/models/katello/content_view.rb:
|
6865
|
+
#: ../app/models/katello/content_view.rb:638
|
6692
6866
|
msgid "Import-only content views can not be published directly"
|
6693
6867
|
msgstr ""
|
6694
6868
|
|
6695
|
-
#: ../app/models/katello/content_view.rb:
|
6869
|
+
#: ../app/models/katello/content_view.rb:653
|
6696
6870
|
msgid ""
|
6697
6871
|
"Pending tasks detected in repositories of this content view. Please wait for t"
|
6698
6872
|
"he tasks: "
|
6699
6873
|
msgstr ""
|
6700
6874
|
|
6701
|
-
#: ../app/models/katello/content_view.rb:
|
6875
|
+
#: ../app/models/katello/content_view.rb:668
|
6702
6876
|
msgid ""
|
6703
6877
|
"Consider changing the Lifecycle Environment's Registry Name Pattern to somethi"
|
6704
6878
|
"ng more specific."
|
6705
6879
|
msgstr ""
|
6706
6880
|
|
6707
|
-
#: ../app/models/katello/content_view.rb:
|
6881
|
+
#: ../app/models/katello/content_view.rb:678
|
6708
6882
|
msgid ""
|
6709
6883
|
"Make sure all the component content views are published before publishing/prom"
|
6710
6884
|
"oting the composite content view. This restriction is optional and can be modi"
|
@@ -6712,7 +6886,7 @@ msgid ""
|
|
6712
6886
|
"site_view flag."
|
6713
6887
|
msgstr ""
|
6714
6888
|
|
6715
|
-
#: ../app/models/katello/content_view.rb:
|
6889
|
+
#: ../app/models/katello/content_view.rb:688
|
6716
6890
|
msgid ""
|
6717
6891
|
"The action requested on this composite view cannot be performed until all of t"
|
6718
6892
|
"he component content view versions have been promoted to the target environmen"
|
@@ -6720,49 +6894,49 @@ msgid ""
|
|
6720
6894
|
"tor -> Settings -> Content page using the restrict_composite_view flag."
|
6721
6895
|
msgstr ""
|
6722
6896
|
|
6723
|
-
#: ../app/models/katello/content_view.rb:
|
6897
|
+
#: ../app/models/katello/content_view.rb:707
|
6724
6898
|
msgid ""
|
6725
6899
|
"Orphaned content facets for deleted hosts exist for the content view and envir"
|
6726
6900
|
"onment. Please run rake task : katello:clean_orphaned_facets and try again!"
|
6727
6901
|
msgstr ""
|
6728
6902
|
|
6729
|
-
#: ../app/models/katello/content_view.rb:
|
6730
|
-
#: ../app/models/katello/content_view.rb:
|
6903
|
+
#: ../app/models/katello/content_view.rb:718
|
6904
|
+
#: ../app/models/katello/content_view.rb:738
|
6731
6905
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:257
|
6732
6906
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js:64
|
6733
6907
|
msgid "hosts"
|
6734
6908
|
msgstr ""
|
6735
6909
|
|
6736
|
-
#: ../app/models/katello/content_view.rb:
|
6737
|
-
#: ../app/models/katello/content_view.rb:
|
6910
|
+
#: ../app/models/katello/content_view.rb:719
|
6911
|
+
#: ../app/models/katello/content_view.rb:739
|
6738
6912
|
msgid "activation keys"
|
6739
6913
|
msgstr ""
|
6740
6914
|
|
6741
|
-
#: ../app/models/katello/content_view.rb:
|
6915
|
+
#: ../app/models/katello/content_view.rb:724
|
6742
6916
|
msgid ""
|
6743
6917
|
"Cannot remove '%{view}' from environment '%{env}' due to associated %{dependen"
|
6744
6918
|
"t}: %{names}."
|
6745
6919
|
msgstr ""
|
6746
6920
|
|
6747
|
-
#: ../app/models/katello/content_view.rb:
|
6921
|
+
#: ../app/models/katello/content_view.rb:737
|
6748
6922
|
msgid "environments"
|
6749
6923
|
msgstr ""
|
6750
6924
|
|
6751
|
-
#: ../app/models/katello/content_view.rb:
|
6925
|
+
#: ../app/models/katello/content_view.rb:744
|
6752
6926
|
msgid "Cannot delete '%{view}' due to associated %{dependent}: %{names}."
|
6753
6927
|
msgstr ""
|
6754
6928
|
|
6755
|
-
#: ../app/models/katello/content_view.rb:
|
6929
|
+
#: ../app/models/katello/content_view.rb:754
|
6756
6930
|
#: ../app/views/dashboard/_content_views_widget.html.erb:2
|
6757
6931
|
#: ../lib/katello/plugin.rb:87
|
6758
6932
|
msgid "Content Views"
|
6759
6933
|
msgstr ""
|
6760
6934
|
|
6761
|
-
#: ../app/models/katello/content_view.rb:
|
6935
|
+
#: ../app/models/katello/content_view.rb:922
|
6762
6936
|
msgid "Import-only can not be changed after creation"
|
6763
6937
|
msgstr ""
|
6764
6938
|
|
6765
|
-
#: ../app/models/katello/content_view.rb:
|
6939
|
+
#: ../app/models/katello/content_view.rb:945
|
6766
6940
|
msgid "cannot be deleted if it has been promoted."
|
6767
6941
|
msgstr ""
|
6768
6942
|
|
@@ -6809,7 +6983,7 @@ msgstr ""
|
|
6809
6983
|
msgid "Content View Version not set"
|
6810
6984
|
msgstr ""
|
6811
6985
|
|
6812
|
-
#: ../app/models/katello/content_view_environment_content_facet.rb:
|
6986
|
+
#: ../app/models/katello/content_view_environment_content_facet.rb:19
|
6813
6987
|
msgid ""
|
6814
6988
|
"Host %{hostname}: Cannot add content view environment to content facet. The ho"
|
6815
6989
|
"st's content source '%{content_source}' does not sync lifecycle environment '%"
|
@@ -6855,6 +7029,8 @@ msgstr ""
|
|
6855
7029
|
#: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:8
|
6856
7030
|
#: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:9
|
6857
7031
|
#: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErratumExpansionContents.js:26
|
7032
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:77
|
7033
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:136
|
6858
7034
|
#: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:101
|
6859
7035
|
#: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:35
|
6860
7036
|
#: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:61
|
@@ -6867,7 +7043,7 @@ msgstr ""
|
|
6867
7043
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:213
|
6868
7044
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:260
|
6869
7045
|
#: ../webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js:52
|
6870
|
-
#: ../webpack/scenes/ModuleStreams/ModuleStreamsPage.js:
|
7046
|
+
#: ../webpack/scenes/ModuleStreams/ModuleStreamsPage.js:37
|
6871
7047
|
msgid "Module Streams"
|
6872
7048
|
msgstr ""
|
6873
7049
|
|
@@ -6882,6 +7058,8 @@ msgstr ""
|
|
6882
7058
|
#: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:120
|
6883
7059
|
#: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:10
|
6884
7060
|
#: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:157
|
7061
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:85
|
7062
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js:151
|
6885
7063
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:257
|
6886
7064
|
#: ../webpack/scenes/ContentViews/Details/Filters/ContentType.js:14
|
6887
7065
|
#: ../webpack/scenes/ContentViews/Details/Filters/ContentType.js:16
|
@@ -7064,31 +7242,35 @@ msgid ""
|
|
7064
7242
|
"e host. See the logs for more information."
|
7065
7243
|
msgstr ""
|
7066
7244
|
|
7067
|
-
#: ../app/models/katello/host/content_facet.rb:
|
7245
|
+
#: ../app/models/katello/host/content_facet.rb:91
|
7068
7246
|
msgid ""
|
7069
7247
|
"Content facet for host %s has more than one content view. Use #content_views i"
|
7070
7248
|
"nstead."
|
7071
7249
|
msgstr ""
|
7072
7250
|
|
7073
|
-
#: ../app/models/katello/host/content_facet.rb:
|
7251
|
+
#: ../app/models/katello/host/content_facet.rb:98
|
7074
7252
|
msgid ""
|
7075
7253
|
"Content facet for host %s has more than one lifecycle environment. Use #lifecy"
|
7076
7254
|
"cle_environments instead."
|
7077
7255
|
msgstr ""
|
7078
7256
|
|
7079
|
-
#: ../app/models/katello/host/content_facet.rb:
|
7257
|
+
#: ../app/models/katello/host/content_facet.rb:106
|
7258
|
+
msgid "Assigning a host to multiple content view environments is not enabled."
|
7259
|
+
msgstr ""
|
7260
|
+
|
7261
|
+
#: ../app/models/katello/host/content_facet.rb:123
|
7080
7262
|
msgid "Lifecycle environment must be specified"
|
7081
7263
|
msgstr ""
|
7082
7264
|
|
7083
|
-
#: ../app/models/katello/host/content_facet.rb:
|
7265
|
+
#: ../app/models/katello/host/content_facet.rb:127
|
7084
7266
|
msgid "Content view must be specified"
|
7085
7267
|
msgstr ""
|
7086
7268
|
|
7087
|
-
#: ../app/models/katello/host/content_facet.rb:
|
7269
|
+
#: ../app/models/katello/host/content_facet.rb:135
|
7088
7270
|
msgid "Unable to create ContentViewEnvironment. Check the logs for more information."
|
7089
7271
|
msgstr ""
|
7090
7272
|
|
7091
|
-
#: ../app/models/katello/host/subscription_facet.rb:
|
7273
|
+
#: ../app/models/katello/host/subscription_facet.rb:235
|
7092
7274
|
msgid "register_hostname_fact set for %s, but no fact found, or was localhost."
|
7093
7275
|
msgstr ""
|
7094
7276
|
|
@@ -7112,7 +7294,7 @@ msgstr ""
|
|
7112
7294
|
msgid "may not be less than the number of hosts associated with the host collection."
|
7113
7295
|
msgstr ""
|
7114
7296
|
|
7115
|
-
#: ../app/models/katello/host_collection.rb:
|
7297
|
+
#: ../app/models/katello/host_collection.rb:115
|
7116
7298
|
#: ../app/views/dashboard/_host_collection_widget.html.erb:2
|
7117
7299
|
#: ../lib/katello/plugin.rb:199
|
7118
7300
|
msgid "Host Collections"
|
@@ -7214,22 +7396,22 @@ msgstr ""
|
|
7214
7396
|
msgid "A Pool and its Subscription cannot belong to different organizations."
|
7215
7397
|
msgstr ""
|
7216
7398
|
|
7217
|
-
#: ../app/models/katello/product.rb:
|
7399
|
+
#: ../app/models/katello/product.rb:122
|
7218
7400
|
#: ../app/views/katello/errata_mailer/promote_errata.html.erb:52
|
7219
7401
|
#: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:179
|
7220
7402
|
#: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:302
|
7221
7403
|
msgid "None"
|
7222
7404
|
msgstr ""
|
7223
7405
|
|
7224
|
-
#: ../app/models/katello/product.rb:
|
7406
|
+
#: ../app/models/katello/product.rb:240
|
7225
7407
|
msgid "Product and Repositories"
|
7226
7408
|
msgstr ""
|
7227
7409
|
|
7228
|
-
#: ../app/models/katello/product.rb:
|
7410
|
+
#: ../app/models/katello/product.rb:267
|
7229
7411
|
msgid "Cannot associate a Red Hat provider with a custom product"
|
7230
7412
|
msgstr ""
|
7231
7413
|
|
7232
|
-
#: ../app/models/katello/product.rb:
|
7414
|
+
#: ../app/models/katello/product.rb:274
|
7233
7415
|
msgid "Cannot add disabled Red Hat product %s to sync plan!"
|
7234
7416
|
msgstr ""
|
7235
7417
|
|
@@ -7245,7 +7427,7 @@ msgstr ""
|
|
7245
7427
|
msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
|
7246
7428
|
msgstr ""
|
7247
7429
|
|
7248
|
-
#: ../app/models/katello/repository.rb:
|
7430
|
+
#: ../app/models/katello/repository.rb:118
|
7249
7431
|
msgid ""
|
7250
7432
|
"for repository '%{name}' is not unique and cannot be created in '%{env}'. Its "
|
7251
7433
|
"Container Repository Name (%{container_name}) conflicts with an existing repos"
|
@@ -7253,29 +7435,29 @@ msgid ""
|
|
7253
7435
|
" something more specific."
|
7254
7436
|
msgstr ""
|
7255
7437
|
|
7256
|
-
#: ../app/models/katello/repository.rb:
|
7438
|
+
#: ../app/models/katello/repository.rb:245
|
7257
7439
|
msgid "Successfully synchronized."
|
7258
7440
|
msgstr ""
|
7259
7441
|
|
7260
|
-
#: ../app/models/katello/repository.rb:
|
7442
|
+
#: ../app/models/katello/repository.rb:585
|
7261
7443
|
msgid "Cannot clone into the Default Content View"
|
7262
7444
|
msgstr ""
|
7263
7445
|
|
7264
|
-
#: ../app/models/katello/repository.rb:
|
7446
|
+
#: ../app/models/katello/repository.rb:592
|
7265
7447
|
msgid "View %{view} has not been promoted to %{env}"
|
7266
7448
|
msgstr ""
|
7267
7449
|
|
7268
|
-
#: ../app/models/katello/repository.rb:
|
7450
|
+
#: ../app/models/katello/repository.rb:597
|
7269
7451
|
msgid "Repository has already been cloned to %{cv_name} in environment %{to_env}"
|
7270
7452
|
msgstr ""
|
7271
7453
|
|
7272
|
-
#: ../app/models/katello/repository.rb:
|
7454
|
+
#: ../app/models/katello/repository.rb:685
|
7273
7455
|
msgid ""
|
7274
7456
|
"This repository has pending tasks in associated content views. Please wait for"
|
7275
7457
|
" the tasks: "
|
7276
7458
|
msgstr ""
|
7277
7459
|
|
7278
|
-
#: ../app/models/katello/repository.rb:
|
7460
|
+
#: ../app/models/katello/repository.rb:802
|
7279
7461
|
msgid ""
|
7280
7462
|
"Repository cannot be deleted since it has already been included in a published"
|
7281
7463
|
" Content View. Please delete all Content View versions containing this reposit"
|
@@ -7283,7 +7465,7 @@ msgid ""
|
|
7283
7465
|
"flag to automatically remove the repository from all published versions."
|
7284
7466
|
msgstr ""
|
7285
7467
|
|
7286
|
-
#: ../app/models/katello/repository.rb:
|
7468
|
+
#: ../app/models/katello/repository.rb:859
|
7287
7469
|
msgid "This is not a linked repository"
|
7288
7470
|
msgstr ""
|
7289
7471
|
|
@@ -7323,143 +7505,147 @@ msgstr ""
|
|
7323
7505
|
msgid "Support ended"
|
7324
7506
|
msgstr ""
|
7325
7507
|
|
7326
|
-
#: ../app/models/katello/root_repository.rb:
|
7508
|
+
#: ../app/models/katello/root_repository.rb:99
|
7327
7509
|
msgid "is not enabled. must be one of the following: %s"
|
7328
7510
|
msgstr ""
|
7329
7511
|
|
7330
|
-
#: ../app/models/katello/root_repository.rb:
|
7512
|
+
#: ../app/models/katello/root_repository.rb:176
|
7331
7513
|
msgid "Cannot set attribute %{attr} for content type %{type}"
|
7332
7514
|
msgstr ""
|
7333
7515
|
|
7334
|
-
#: ../app/models/katello/root_repository.rb:
|
7516
|
+
#: ../app/models/katello/root_repository.rb:184
|
7335
7517
|
msgid "Cannot sync file:// repositories with the On Demand Download Policy"
|
7336
7518
|
msgstr ""
|
7337
7519
|
|
7338
|
-
#: ../app/models/katello/root_repository.rb:
|
7520
|
+
#: ../app/models/katello/root_repository.rb:198
|
7339
7521
|
msgid ""
|
7340
7522
|
"Invalid mirroring policy for repository type %{type}, only %{policies} are val"
|
7341
7523
|
"id."
|
7342
7524
|
msgstr ""
|
7343
7525
|
|
7344
|
-
#: ../app/models/katello/root_repository.rb:
|
7526
|
+
#: ../app/models/katello/root_repository.rb:205
|
7345
7527
|
msgid "cannot be blank when Repository URL is provided."
|
7346
7528
|
msgstr ""
|
7347
7529
|
|
7348
|
-
#: ../app/models/katello/root_repository.rb:
|
7530
|
+
#: ../app/models/katello/root_repository.rb:206
|
7349
7531
|
msgid "Upstream Name cannot be blank when Repository URL is provided."
|
7350
7532
|
msgstr ""
|
7351
7533
|
|
7352
|
-
#: ../app/models/katello/root_repository.rb:
|
7534
|
+
#: ../app/models/katello/root_repository.rb:212
|
7353
7535
|
msgid ""
|
7354
7536
|
"Container Image Repositories are not protected at this time. They need to be p"
|
7355
7537
|
"ublished via http to be available to containers."
|
7356
7538
|
msgstr ""
|
7357
7539
|
|
7358
|
-
#: ../app/models/katello/root_repository.rb:
|
7540
|
+
#: ../app/models/katello/root_repository.rb:223
|
7359
7541
|
msgid "cannot be set for non-yum repositories."
|
7360
7542
|
msgstr ""
|
7361
7543
|
|
7362
|
-
#: ../app/models/katello/root_repository.rb:
|
7544
|
+
#: ../app/models/katello/root_repository.rb:229
|
7363
7545
|
msgid ""
|
7364
7546
|
"Checksum type cannot be set for yum repositories with on demand download polic"
|
7365
7547
|
"y."
|
7366
7548
|
msgstr ""
|
7367
7549
|
|
7368
|
-
#: ../app/models/katello/root_repository.rb:
|
7550
|
+
#: ../app/models/katello/root_repository.rb:234
|
7369
7551
|
msgid "URL needs to have a trailing /"
|
7370
7552
|
msgstr ""
|
7371
7553
|
|
7372
|
-
#: ../app/models/katello/root_repository.rb:
|
7554
|
+
#: ../app/models/katello/root_repository.rb:239
|
7373
7555
|
msgid "Requirements yaml should have a 'collections' key"
|
7374
7556
|
msgstr ""
|
7375
7557
|
|
7376
|
-
#: ../app/models/katello/root_repository.rb:
|
7558
|
+
#: ../app/models/katello/root_repository.rb:241
|
7377
7559
|
msgid "Requirements yaml should be a key-value pair structure."
|
7378
7560
|
msgstr ""
|
7379
7561
|
|
7380
|
-
#: ../app/models/katello/root_repository.rb:
|
7562
|
+
#: ../app/models/katello/root_repository.rb:244
|
7381
7563
|
msgid "Requirements is not valid yaml."
|
7382
7564
|
msgstr ""
|
7383
7565
|
|
7384
|
-
#: ../app/models/katello/root_repository.rb:
|
7566
|
+
#: ../app/models/katello/root_repository.rb:251
|
7385
7567
|
msgid "Ignorable content can be only set for Yum repositories."
|
7386
7568
|
msgstr ""
|
7387
7569
|
|
7388
|
-
#: ../app/models/katello/root_repository.rb:
|
7570
|
+
#: ../app/models/katello/root_repository.rb:253
|
7389
7571
|
msgid "Invalid value specified for ignorable content."
|
7390
7572
|
msgstr ""
|
7391
7573
|
|
7392
|
-
#: ../app/models/katello/root_repository.rb:
|
7574
|
+
#: ../app/models/katello/root_repository.rb:255
|
7393
7575
|
msgid "Invalid value specified for ignorable content. Permissible values %s"
|
7394
7576
|
msgstr ""
|
7395
7577
|
|
7396
|
-
#: ../app/models/katello/root_repository.rb:
|
7578
|
+
#: ../app/models/katello/root_repository.rb:257
|
7397
7579
|
msgid ""
|
7398
7580
|
"Ignore %s cannot be set in combination with the 'Complete Mirroring' mirroring"
|
7399
7581
|
" policy."
|
7400
7582
|
msgstr ""
|
7401
7583
|
|
7402
|
-
#: ../app/models/katello/root_repository.rb:
|
7403
|
-
#: ../app/models/katello/root_repository.rb:
|
7584
|
+
#: ../app/models/katello/root_repository.rb:264
|
7585
|
+
#: ../app/models/katello/root_repository.rb:271
|
7404
7586
|
msgid "Invalid value specified for Container Image repositories."
|
7405
7587
|
msgstr ""
|
7406
7588
|
|
7407
|
-
#: ../app/models/katello/root_repository.rb:
|
7589
|
+
#: ../app/models/katello/root_repository.rb:281
|
7408
7590
|
msgid "are only allowed for Yum repositories."
|
7409
7591
|
msgstr ""
|
7410
7592
|
|
7411
|
-
#: ../app/models/katello/root_repository.rb:
|
7593
|
+
#: ../app/models/katello/root_repository.rb:284
|
7412
7594
|
msgid "invalid: Repositories can only require one OS version."
|
7413
7595
|
msgstr ""
|
7414
7596
|
|
7415
|
-
#: ../app/models/katello/root_repository.rb:
|
7597
|
+
#: ../app/models/katello/root_repository.rb:288
|
7416
7598
|
msgid "must be one of: %s"
|
7417
7599
|
msgstr ""
|
7418
7600
|
|
7419
|
-
#: ../app/models/katello/root_repository.rb:
|
7601
|
+
#: ../app/models/katello/root_repository.rb:300
|
7420
7602
|
msgid "Upstream username and upstream password cannot be blank for ULN repositories"
|
7421
7603
|
msgstr ""
|
7422
7604
|
|
7423
|
-
#: ../app/models/katello/root_repository.rb:
|
7605
|
+
#: ../app/models/katello/root_repository.rb:306
|
7424
7606
|
msgid "Upstream username and password may only be set on custom repositories."
|
7425
7607
|
msgstr ""
|
7426
7608
|
|
7427
|
-
#: ../app/models/katello/root_repository.rb:
|
7609
|
+
#: ../app/models/katello/root_repository.rb:308
|
7428
7610
|
msgid "Upstream password requires upstream username be set."
|
7429
7611
|
msgstr ""
|
7430
7612
|
|
7431
|
-
#: ../app/models/katello/root_repository.rb:
|
7613
|
+
#: ../app/models/katello/root_repository.rb:310
|
7432
7614
|
msgid "Upstream username requires upstream password be set."
|
7433
7615
|
msgstr ""
|
7434
7616
|
|
7435
|
-
#: ../app/models/katello/root_repository.rb:
|
7617
|
+
#: ../app/models/katello/root_repository.rb:322
|
7436
7618
|
msgid "Auth URL requires Auth token be set."
|
7437
7619
|
msgstr ""
|
7438
7620
|
|
7439
|
-
#: ../app/models/katello/root_repository.rb:
|
7621
|
+
#: ../app/models/katello/root_repository.rb:335
|
7440
7622
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
7441
7623
|
msgstr ""
|
7442
7624
|
|
7443
|
-
#: ../app/models/katello/root_repository.rb:
|
7625
|
+
#: ../app/models/katello/root_repository.rb:337
|
7444
7626
|
msgid "When \"Releases/Distributions\" is set, \"Upstream URL\" must also be set!"
|
7445
7627
|
msgstr ""
|
7446
7628
|
|
7447
|
-
#: ../app/models/katello/root_repository.rb:
|
7629
|
+
#: ../app/models/katello/root_repository.rb:344
|
7448
7630
|
msgid "is only allowed for Yum repositories."
|
7449
7631
|
msgstr ""
|
7450
7632
|
|
7451
|
-
#: ../app/models/katello/root_repository.rb:
|
7633
|
+
#: ../app/models/katello/root_repository.rb:347
|
7452
7634
|
msgid "must not be a negative value."
|
7453
7635
|
msgstr ""
|
7454
7636
|
|
7455
|
-
#: ../app/models/katello/root_repository.rb:
|
7637
|
+
#: ../app/models/katello/root_repository.rb:354
|
7456
7638
|
msgid "It is only allowed for Non-Redhat Yum repositories."
|
7457
7639
|
msgstr ""
|
7458
7640
|
|
7459
|
-
#: ../app/models/katello/root_repository.rb:
|
7641
|
+
#: ../app/models/katello/root_repository.rb:432
|
7460
7642
|
msgid "Cannot calculate name for custom repos"
|
7461
7643
|
msgstr ""
|
7462
7644
|
|
7645
|
+
#: ../app/models/katello/root_repository.rb:474
|
7646
|
+
msgid "Cannot update properties of a container push repository"
|
7647
|
+
msgstr ""
|
7648
|
+
|
7463
7649
|
#: ../app/models/katello/subscription.rb:58
|
7464
7650
|
msgid "Subscription"
|
7465
7651
|
msgstr ""
|
@@ -7488,11 +7674,11 @@ msgstr ""
|
|
7488
7674
|
msgid "Interval cannot be nil"
|
7489
7675
|
msgstr ""
|
7490
7676
|
|
7491
|
-
#: ../app/models/katello/sync_plan.rb:
|
7677
|
+
#: ../app/models/katello/sync_plan.rb:161
|
7492
7678
|
msgid "Interval not set correctly"
|
7493
7679
|
msgstr ""
|
7494
7680
|
|
7495
|
-
#: ../app/models/katello/sync_plan.rb:
|
7681
|
+
#: ../app/models/katello/sync_plan.rb:166
|
7496
7682
|
msgid "Cron expression is not valid!"
|
7497
7683
|
msgstr ""
|
7498
7684
|
|
@@ -7520,11 +7706,11 @@ msgstr ""
|
|
7520
7706
|
msgid "Non-system event"
|
7521
7707
|
msgstr ""
|
7522
7708
|
|
7523
|
-
#: ../app/models/katello/task_status.rb:
|
7709
|
+
#: ../app/models/katello/task_status.rb:164
|
7524
7710
|
msgid "all packages update failed"
|
7525
7711
|
msgstr ""
|
7526
7712
|
|
7527
|
-
#: ../app/models/katello/task_status.rb:
|
7713
|
+
#: ../app/models/katello/task_status.rb:166
|
7528
7714
|
msgid "all packages update"
|
7529
7715
|
msgstr ""
|
7530
7716
|
|
@@ -7540,7 +7726,7 @@ msgstr ""
|
|
7540
7726
|
msgid "No new packages installed"
|
7541
7727
|
msgstr ""
|
7542
7728
|
|
7543
|
-
#: ../app/models/katello/trace_status.rb:9 ../webpack/global_index.js:
|
7729
|
+
#: ../app/models/katello/trace_status.rb:9 ../webpack/global_index.js:51
|
7544
7730
|
msgid "Traces"
|
7545
7731
|
msgstr ""
|
7546
7732
|
|
@@ -7622,7 +7808,7 @@ msgstr ""
|
|
7622
7808
|
msgid "Pulp message bus connection issue."
|
7623
7809
|
msgstr ""
|
7624
7810
|
|
7625
|
-
#: ../app/services/katello/pulp3/content_view_version/export.rb:
|
7811
|
+
#: ../app/services/katello/pulp3/content_view_version/export.rb:187
|
7626
7812
|
msgid "Product: '%{product}', Repository: '%{repository}'"
|
7627
7813
|
msgstr ""
|
7628
7814
|
|
@@ -7668,11 +7854,11 @@ msgid ""
|
|
7668
7854
|
"be incrementally updated from version '%{from}.'. Please do a full export."
|
7669
7855
|
msgstr ""
|
7670
7856
|
|
7671
|
-
#: ../app/services/katello/pulp3/content_view_version/import.rb:
|
7857
|
+
#: ../app/services/katello/pulp3/content_view_version/import.rb:158
|
7672
7858
|
msgid "Content View label not provided."
|
7673
7859
|
msgstr ""
|
7674
7860
|
|
7675
|
-
#: ../app/services/katello/pulp3/content_view_version/import.rb:
|
7861
|
+
#: ../app/services/katello/pulp3/content_view_version/import.rb:168
|
7676
7862
|
msgid ""
|
7677
7863
|
"Unable to import in to Content View specified in the metadata - '%{name}'. The"
|
7678
7864
|
" 'import_only' attribute for the content view is set to false. To mark this Co"
|
@@ -7759,33 +7945,33 @@ msgid ""
|
|
7759
7945
|
"ization"
|
7760
7946
|
msgstr ""
|
7761
7947
|
|
7762
|
-
#: ../app/services/katello/registration_manager.rb:
|
7948
|
+
#: ../app/services/katello/registration_manager.rb:173
|
7763
7949
|
msgid "Content view and environment not set for registration."
|
7764
7950
|
msgstr ""
|
7765
7951
|
|
7766
|
-
#: ../app/services/katello/registration_manager.rb:
|
7952
|
+
#: ../app/services/katello/registration_manager.rb:235
|
7767
7953
|
msgid ""
|
7768
7954
|
"Candlepin returned different consumer uuid than requested (%s), updating uuid "
|
7769
7955
|
"in subscription_facet."
|
7770
7956
|
msgstr ""
|
7771
7957
|
|
7772
|
-
#: ../app/services/katello/registration_manager.rb:
|
7958
|
+
#: ../app/services/katello/registration_manager.rb:260
|
7773
7959
|
msgid "Host collection '%{name}' exceeds maximum usage limit of '%{limit}'"
|
7774
7960
|
msgstr ""
|
7775
7961
|
|
7776
|
-
#: ../app/services/katello/registration_manager.rb:
|
7962
|
+
#: ../app/services/katello/registration_manager.rb:274
|
7777
7963
|
msgid ""
|
7778
7964
|
"At least one activation key must have a lifecycle environment and content view"
|
7779
7965
|
" assigned to it"
|
7780
7966
|
msgstr ""
|
7781
7967
|
|
7782
|
-
#: ../app/services/katello/registration_manager.rb:
|
7968
|
+
#: ../app/services/katello/registration_manager.rb:281
|
7783
7969
|
msgid ""
|
7784
7970
|
"Attempted to destroy consumer %s from candlepin, but consumer does not exist i"
|
7785
7971
|
"n candlepin"
|
7786
7972
|
msgstr ""
|
7787
7973
|
|
7788
|
-
#: ../app/services/katello/registration_manager.rb:
|
7974
|
+
#: ../app/services/katello/registration_manager.rb:283
|
7789
7975
|
msgid "Candlepin consumer %s has already been removed"
|
7790
7976
|
msgstr ""
|
7791
7977
|
|
@@ -7795,7 +7981,7 @@ msgid ""
|
|
7795
7981
|
"type}"
|
7796
7982
|
msgstr ""
|
7797
7983
|
|
7798
|
-
#: ../app/services/katello/smart_proxy_helper.rb:
|
7984
|
+
#: ../app/services/katello/smart_proxy_helper.rb:21
|
7799
7985
|
msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
|
7800
7986
|
msgstr ""
|
7801
7987
|
|
@@ -7831,7 +8017,7 @@ msgstr ""
|
|
7831
8017
|
|
7832
8018
|
#: ../app/views/dashboard/_content_views_widget.html.erb:15
|
7833
8019
|
#: ../app/views/katello/errata_mailer/promote_errata.text.erb:8
|
7834
|
-
#: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:
|
8020
|
+
#: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:48
|
7835
8021
|
#: ../db/seeds.d/110-content-view-autopublish.rb:4
|
7836
8022
|
#: ../db/seeds.d/110-content-view-autopublish.rb:16
|
7837
8023
|
msgid "Content View"
|
@@ -7851,9 +8037,9 @@ msgstr ""
|
|
7851
8037
|
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:182
|
7852
8038
|
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:234
|
7853
8039
|
#: ../webpack/components/extensions/about/SystemStatuses.js:24
|
7854
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:
|
7855
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:
|
7856
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:
|
8040
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:70
|
8041
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:277
|
8042
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:280
|
7857
8043
|
#: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:63
|
7858
8044
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:84
|
7859
8045
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:297
|
@@ -7882,12 +8068,13 @@ msgstr ""
|
|
7882
8068
|
#: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:72
|
7883
8069
|
#: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:158
|
7884
8070
|
#: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js:58
|
8071
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js:100
|
7885
8072
|
#: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:153
|
7886
8073
|
#: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:238
|
7887
8074
|
#: ../webpack/scenes/Content/Table/ContentTable.js:51
|
7888
8075
|
#: ../webpack/scenes/Content/Table/ContentTable.js:54
|
7889
8076
|
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:128
|
7890
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:
|
8077
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:65
|
7891
8078
|
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:69
|
7892
8079
|
#: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:58
|
7893
8080
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:250
|
@@ -7902,7 +8089,7 @@ msgstr ""
|
|
7902
8089
|
#: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:280
|
7903
8090
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:123
|
7904
8091
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:226
|
7905
|
-
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:
|
8092
|
+
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:52
|
7906
8093
|
#: ../webpack/scenes/ContentViews/Table/tableDataGenerator.js:14
|
7907
8094
|
#: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:60
|
7908
8095
|
#: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:97
|
@@ -7930,6 +8117,7 @@ msgstr ""
|
|
7930
8117
|
#: ../webpack/components/Bookmark/AddBookmarkModal.js:40
|
7931
8118
|
#: ../webpack/components/Content/Details/ContentDetailRepositoryTableSchema.js:13
|
7932
8119
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:244
|
8120
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:76
|
7933
8121
|
#: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:127
|
7934
8122
|
#: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:31
|
7935
8123
|
#: ../webpack/scenes/AlternateContentSources/Create/Steps/NameACS.js:25
|
@@ -7947,7 +8135,7 @@ msgstr ""
|
|
7947
8135
|
#: ../webpack/scenes/Content/ContentConfig.js:176
|
7948
8136
|
#: ../webpack/scenes/ContentViews/Copy/CopyContentViewForm.js:49
|
7949
8137
|
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:86
|
7950
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:
|
8138
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:66
|
7951
8139
|
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:50
|
7952
8140
|
#: ../webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js:123
|
7953
8141
|
#: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:59
|
@@ -7979,7 +8167,7 @@ msgstr ""
|
|
7979
8167
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:272
|
7980
8168
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:297
|
7981
8169
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:320
|
7982
|
-
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:
|
8170
|
+
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:53
|
7983
8171
|
#: ../webpack/scenes/ContentViews/Table/tableDataGenerator.js:16
|
7984
8172
|
#: ../webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js:81
|
7985
8173
|
#: ../webpack/scenes/ModuleStreams/Details/ModuleDetailsSchema.js:9
|
@@ -7997,6 +8185,22 @@ msgstr ""
|
|
7997
8185
|
msgid "Content Hosts"
|
7998
8186
|
msgstr ""
|
7999
8187
|
|
8188
|
+
#: ../app/views/dashboard/_host_collection_widget.html.erb:26
|
8189
|
+
msgid "Installable security errata"
|
8190
|
+
msgstr ""
|
8191
|
+
|
8192
|
+
#: ../app/views/dashboard/_host_collection_widget.html.erb:26
|
8193
|
+
msgid "Applicable security errata"
|
8194
|
+
msgstr ""
|
8195
|
+
|
8196
|
+
#: ../app/views/dashboard/_host_collection_widget.html.erb:28
|
8197
|
+
msgid "Installable bugfix/enhancement errata"
|
8198
|
+
msgstr ""
|
8199
|
+
|
8200
|
+
#: ../app/views/dashboard/_host_collection_widget.html.erb:28
|
8201
|
+
msgid "Applicable bugfix/enhancement errata"
|
8202
|
+
msgstr ""
|
8203
|
+
|
8000
8204
|
#: ../app/views/dashboard/_sync_widget.html.erb:2
|
8001
8205
|
msgid "Sync Overview"
|
8002
8206
|
msgstr ""
|
@@ -8055,11 +8259,13 @@ msgstr ""
|
|
8055
8259
|
#: ../app/views/katello/errata_mailer/_erratum.html.erb:12
|
8056
8260
|
#: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:73
|
8057
8261
|
#: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:159
|
8262
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js:106
|
8058
8263
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:82
|
8059
8264
|
msgid "Severity"
|
8060
8265
|
msgstr ""
|
8061
8266
|
|
8062
8267
|
#: ../app/views/katello/errata_mailer/_erratum.html.erb:22
|
8268
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js:94
|
8063
8269
|
#: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:239
|
8064
8270
|
#: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:279
|
8065
8271
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:222
|
@@ -8309,7 +8515,7 @@ msgstr ""
|
|
8309
8515
|
#: ../webpack/scenes/Content/ContentConfig.js:29
|
8310
8516
|
#: ../webpack/scenes/Content/ContentConfig.js:94
|
8311
8517
|
#: ../webpack/scenes/Content/ContentConfig.js:158
|
8312
|
-
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:
|
8518
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:112
|
8313
8519
|
#: ../webpack/scenes/ModuleStreams/Details/ModuleDetailsSchema.js:25
|
8314
8520
|
#: ../webpack/scenes/Subscriptions/Details/SubscriptionDetails.js:83
|
8315
8521
|
msgid "Details"
|
@@ -8360,10 +8566,13 @@ msgstr ""
|
|
8360
8566
|
|
8361
8567
|
#: ../app/views/katello/sync_management/index.html.erb:5
|
8362
8568
|
#: ../webpack/components/Bookmark/AddBookmarkModal.js:86
|
8569
|
+
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:146
|
8363
8570
|
#: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js:127
|
8364
8571
|
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:187
|
8365
8572
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:185
|
8366
8573
|
#: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js:152
|
8574
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js:93
|
8575
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js:134
|
8367
8576
|
#: ../webpack/scenes/ActivationKeys/Details/components/DeleteModal.js:42
|
8368
8577
|
#: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:121
|
8369
8578
|
#: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:332
|
@@ -8373,15 +8582,15 @@ msgstr ""
|
|
8373
8582
|
#: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js:116
|
8374
8583
|
#: ../webpack/scenes/ContentViews/Copy/CopyContentViewForm.js:71
|
8375
8584
|
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:194
|
8376
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:
|
8377
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:
|
8585
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:148
|
8586
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:136
|
8378
8587
|
#: ../webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js:201
|
8379
8588
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:309
|
8380
8589
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/ContainerTag/AddEditContainerTagRuleModal.js:88
|
8381
8590
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:109
|
8382
8591
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:242
|
8383
8592
|
#: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:173
|
8384
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
8593
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:263
|
8385
8594
|
#: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:147
|
8386
8595
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:30
|
8387
8596
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/UnsavedChangesDialog.js:15
|
@@ -8423,8 +8632,7 @@ msgstr ""
|
|
8423
8632
|
#: ../app/views/katello/task_mailer/cv_promote_failure.html.erb:8
|
8424
8633
|
#: ../app/views/katello/task_mailer/cv_publish_failure.html.erb:8
|
8425
8634
|
#: ../app/views/katello/task_mailer/proxy_sync_failure.html.erb:15
|
8426
|
-
#: ../lib/katello/plugin.rb:283 ../webpack/ForemanColumnExtensions/index.js:
|
8427
|
-
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js:106
|
8635
|
+
#: ../lib/katello/plugin.rb:283 ../webpack/ForemanColumnExtensions/index.js:93
|
8428
8636
|
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:137
|
8429
8637
|
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:74
|
8430
8638
|
#: ../webpack/scenes/ContentViews/components/ContentViewIcon.js:19
|
@@ -8469,7 +8677,7 @@ msgstr ""
|
|
8469
8677
|
#: ../app/views/katello/task_mailer/cv_promote_failure.text.erb:4
|
8470
8678
|
#: ../app/views/katello/task_mailer/cv_publish_failure.text.erb:4
|
8471
8679
|
#: ../app/views/katello/task_mailer/proxy_sync_failure.text.erb:11
|
8472
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:
|
8680
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:73
|
8473
8681
|
msgid "Content view name"
|
8474
8682
|
msgstr ""
|
8475
8683
|
|
@@ -8527,7 +8735,6 @@ msgstr ""
|
|
8527
8735
|
|
8528
8736
|
#: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:11
|
8529
8737
|
#: ../webpack/components/extensions/HostDetails/ActionsBar/index.js:71
|
8530
|
-
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:41
|
8531
8738
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js:99
|
8532
8739
|
msgid "Change content source"
|
8533
8740
|
msgstr ""
|
@@ -8607,6 +8814,10 @@ msgstr ""
|
|
8607
8814
|
#: ../app/views/overrides/taxonomies/_action_buttons.html.erb:12
|
8608
8815
|
#: ../webpack/components/EditableTextInput/PencilEditButton.js:14
|
8609
8816
|
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js:114
|
8817
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:61
|
8818
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:84
|
8819
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:67
|
8820
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:90
|
8610
8821
|
#: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:107
|
8611
8822
|
#: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:120
|
8612
8823
|
#: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:200
|
@@ -8768,6 +8979,11 @@ msgid "A notification about failed proxy sync"
|
|
8768
8979
|
msgstr ""
|
8769
8980
|
|
8770
8981
|
#: ../db/seeds.d/109-katello-notification-blueprints.rb:3
|
8982
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:72
|
8983
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:117
|
8984
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:78
|
8985
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:123
|
8986
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:125
|
8771
8987
|
#: ../webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js:29
|
8772
8988
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js:88
|
8773
8989
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReviewEnvironments.js:36
|
@@ -8916,15 +9132,15 @@ msgstr ""
|
|
8916
9132
|
msgid "Other Content Types"
|
8917
9133
|
msgstr ""
|
8918
9134
|
|
8919
|
-
#: ../lib/katello/plugin.rb:271 ../webpack/ForemanColumnExtensions/index.js:
|
9135
|
+
#: ../lib/katello/plugin.rb:271 ../webpack/ForemanColumnExtensions/index.js:19
|
8920
9136
|
msgid "RHEL Lifecycle status"
|
8921
9137
|
msgstr ""
|
8922
9138
|
|
8923
|
-
#: ../lib/katello/plugin.rb:274 ../webpack/ForemanColumnExtensions/index.js:
|
9139
|
+
#: ../lib/katello/plugin.rb:274 ../webpack/ForemanColumnExtensions/index.js:29
|
8924
9140
|
msgid "Installable updates"
|
8925
9141
|
msgstr ""
|
8926
9142
|
|
8927
|
-
#: ../lib/katello/plugin.rb:280 ../webpack/ForemanColumnExtensions/index.js:
|
9143
|
+
#: ../lib/katello/plugin.rb:280 ../webpack/ForemanColumnExtensions/index.js:82
|
8928
9144
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:213
|
8929
9145
|
msgid "Lifecycle environment"
|
8930
9146
|
msgstr ""
|
@@ -8952,8 +9168,9 @@ msgstr ""
|
|
8952
9168
|
|
8953
9169
|
#: ../lib/katello/plugin.rb:366
|
8954
9170
|
msgid ""
|
8955
|
-
"Allow a host to be
|
8956
|
-
"
|
9171
|
+
"Allow a host to be assigned to multiple content view environments with 'subscr"
|
9172
|
+
"iption-manager register --environments' or 'subscription-manager environments "
|
9173
|
+
"--set'."
|
8957
9174
|
msgstr ""
|
8958
9175
|
|
8959
9176
|
#: ../lib/katello/plugin.rb:371
|
@@ -9081,7 +9298,8 @@ msgstr ""
|
|
9081
9298
|
#: ../lib/katello/plugin.rb:462
|
9082
9299
|
msgid ""
|
9083
9300
|
"If true, only errata that can be installed without an incremental update will "
|
9084
|
-
"affect the host's errata status."
|
9301
|
+
"affect the host's errata status. Also affects the Host Collections dashboard w"
|
9302
|
+
"idget."
|
9085
9303
|
msgstr ""
|
9086
9304
|
|
9087
9305
|
#: ../lib/katello/plugin.rb:467
|
@@ -9359,164 +9577,204 @@ msgid ""
|
|
9359
9577
|
msgstr ""
|
9360
9578
|
|
9361
9579
|
#: ../lib/katello/plugin.rb:640
|
9362
|
-
msgid "
|
9580
|
+
msgid "Completed pulp task protection days"
|
9363
9581
|
msgstr ""
|
9364
9582
|
|
9365
9583
|
#: ../lib/katello/plugin.rb:641
|
9366
|
-
msgid "
|
9584
|
+
msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
|
9367
9585
|
msgstr ""
|
9368
9586
|
|
9369
9587
|
#: ../lib/katello/plugin.rb:646
|
9370
|
-
msgid "
|
9588
|
+
msgid "Prefer registered through Smart Proxy for remote execution"
|
9371
9589
|
msgstr ""
|
9372
9590
|
|
9373
9591
|
#: ../lib/katello/plugin.rb:647
|
9374
9592
|
msgid ""
|
9593
|
+
"Prefer using a Smart Proxy to which a host is registered when using remote exe"
|
9594
|
+
"cution"
|
9595
|
+
msgstr ""
|
9596
|
+
|
9597
|
+
#: ../lib/katello/plugin.rb:652
|
9598
|
+
msgid "Allow deleting repositories in published content views"
|
9599
|
+
msgstr ""
|
9600
|
+
|
9601
|
+
#: ../lib/katello/plugin.rb:653
|
9602
|
+
msgid ""
|
9375
9603
|
"If this is enabled, repositories can be deleted even when they belong to publi"
|
9376
9604
|
"shed content views. The deleted repository will be removed from all content vi"
|
9377
9605
|
"ew versions."
|
9378
9606
|
msgstr ""
|
9379
9607
|
|
9380
|
-
#: ../lib/katello/plugin.rb:
|
9608
|
+
#: ../lib/katello/plugin.rb:658
|
9381
9609
|
msgid "Distribute archived content view versions"
|
9382
9610
|
msgstr ""
|
9383
9611
|
|
9384
|
-
#: ../lib/katello/plugin.rb:
|
9612
|
+
#: ../lib/katello/plugin.rb:659
|
9385
9613
|
msgid ""
|
9386
9614
|
"If this is enabled, repositories of content view versions without environments"
|
9387
9615
|
" (\"archived\") will be distributed at '/pulp/content/<organization>/content_vie"
|
9388
9616
|
"ws/<content view>/X.Y/...'."
|
9389
9617
|
msgstr ""
|
9390
9618
|
|
9391
|
-
#: ../lib/katello/plugin.rb:
|
9619
|
+
#: ../lib/katello/plugin.rb:664
|
9620
|
+
msgid "Calculate content counts on smart proxies automatically"
|
9621
|
+
msgstr ""
|
9622
|
+
|
9623
|
+
#: ../lib/katello/plugin.rb:665
|
9624
|
+
msgid ""
|
9625
|
+
"If this is enabled, content counts on smart proxies will be updated automatica"
|
9626
|
+
"lly after content sync."
|
9627
|
+
msgstr ""
|
9628
|
+
|
9629
|
+
#: ../lib/katello/plugin.rb:670
|
9392
9630
|
msgid "Katello: Install Package"
|
9393
9631
|
msgstr ""
|
9394
9632
|
|
9395
|
-
#: ../lib/katello/plugin.rb:
|
9633
|
+
#: ../lib/katello/plugin.rb:670
|
9396
9634
|
msgid "Install package via Katello interface"
|
9397
9635
|
msgstr ""
|
9398
9636
|
|
9399
|
-
#: ../lib/katello/plugin.rb:
|
9637
|
+
#: ../lib/katello/plugin.rb:671
|
9400
9638
|
msgid "Katello: Install packages by search query"
|
9401
9639
|
msgstr ""
|
9402
9640
|
|
9403
|
-
#: ../lib/katello/plugin.rb:
|
9641
|
+
#: ../lib/katello/plugin.rb:671
|
9404
9642
|
msgid "Install packages via Katello interface"
|
9405
9643
|
msgstr ""
|
9406
9644
|
|
9407
|
-
#: ../lib/katello/plugin.rb:
|
9645
|
+
#: ../lib/katello/plugin.rb:672
|
9408
9646
|
msgid "Katello: Update Package"
|
9409
9647
|
msgstr ""
|
9410
9648
|
|
9411
|
-
#: ../lib/katello/plugin.rb:
|
9649
|
+
#: ../lib/katello/plugin.rb:672
|
9412
9650
|
msgid "Update package via Katello interface"
|
9413
9651
|
msgstr ""
|
9414
9652
|
|
9415
|
-
#: ../lib/katello/plugin.rb:
|
9653
|
+
#: ../lib/katello/plugin.rb:673
|
9416
9654
|
msgid "Katello: Update Packages by search query"
|
9417
9655
|
msgstr ""
|
9418
9656
|
|
9419
|
-
#: ../lib/katello/plugin.rb:
|
9657
|
+
#: ../lib/katello/plugin.rb:673
|
9420
9658
|
msgid "Update packages via Katello interface"
|
9421
9659
|
msgstr ""
|
9422
9660
|
|
9423
|
-
#: ../lib/katello/plugin.rb:
|
9661
|
+
#: ../lib/katello/plugin.rb:674
|
9424
9662
|
msgid "Katello: Remove Package"
|
9425
9663
|
msgstr ""
|
9426
9664
|
|
9427
|
-
#: ../lib/katello/plugin.rb:
|
9665
|
+
#: ../lib/katello/plugin.rb:674
|
9428
9666
|
msgid "Remove package via Katello interface"
|
9429
9667
|
msgstr ""
|
9430
9668
|
|
9431
|
-
#: ../lib/katello/plugin.rb:
|
9669
|
+
#: ../lib/katello/plugin.rb:675
|
9432
9670
|
msgid "Katello: Remove Packages by search query"
|
9433
9671
|
msgstr ""
|
9434
9672
|
|
9435
|
-
#: ../lib/katello/plugin.rb:
|
9673
|
+
#: ../lib/katello/plugin.rb:675
|
9436
9674
|
msgid "Remove packages via Katello interface"
|
9437
9675
|
msgstr ""
|
9438
9676
|
|
9439
|
-
#: ../lib/katello/plugin.rb:
|
9677
|
+
#: ../lib/katello/plugin.rb:676
|
9440
9678
|
msgid "Katello: Install Package Group"
|
9441
9679
|
msgstr ""
|
9442
9680
|
|
9443
|
-
#: ../lib/katello/plugin.rb:
|
9681
|
+
#: ../lib/katello/plugin.rb:676
|
9444
9682
|
msgid "Install package group via Katello interface"
|
9445
9683
|
msgstr ""
|
9446
9684
|
|
9447
|
-
#: ../lib/katello/plugin.rb:
|
9685
|
+
#: ../lib/katello/plugin.rb:677
|
9448
9686
|
msgid "Katello: Update Package Group"
|
9449
9687
|
msgstr ""
|
9450
9688
|
|
9451
|
-
#: ../lib/katello/plugin.rb:
|
9689
|
+
#: ../lib/katello/plugin.rb:677
|
9452
9690
|
msgid "Update package group via Katello interface"
|
9453
9691
|
msgstr ""
|
9454
9692
|
|
9455
|
-
#: ../lib/katello/plugin.rb:
|
9693
|
+
#: ../lib/katello/plugin.rb:678
|
9456
9694
|
msgid "Katello: Remove Package Group"
|
9457
9695
|
msgstr ""
|
9458
9696
|
|
9459
|
-
#: ../lib/katello/plugin.rb:
|
9697
|
+
#: ../lib/katello/plugin.rb:678
|
9460
9698
|
msgid "Remove package group via Katello interface"
|
9461
9699
|
msgstr ""
|
9462
9700
|
|
9463
|
-
#: ../lib/katello/plugin.rb:
|
9701
|
+
#: ../lib/katello/plugin.rb:679
|
9464
9702
|
msgid "Katello: Install Errata"
|
9465
9703
|
msgstr ""
|
9466
9704
|
|
9467
|
-
#: ../lib/katello/plugin.rb:
|
9705
|
+
#: ../lib/katello/plugin.rb:679
|
9468
9706
|
msgid "Install errata via Katello interface"
|
9469
9707
|
msgstr ""
|
9470
9708
|
|
9471
|
-
#: ../lib/katello/plugin.rb:
|
9709
|
+
#: ../lib/katello/plugin.rb:680
|
9472
9710
|
msgid "Katello: Install errata by search query"
|
9473
9711
|
msgstr ""
|
9474
9712
|
|
9475
|
-
#: ../lib/katello/plugin.rb:
|
9713
|
+
#: ../lib/katello/plugin.rb:680
|
9476
9714
|
msgid "Install errata using scoped search query"
|
9477
9715
|
msgstr ""
|
9478
9716
|
|
9479
|
-
#: ../lib/katello/plugin.rb:
|
9717
|
+
#: ../lib/katello/plugin.rb:681
|
9480
9718
|
msgid "Katello: Service Restart"
|
9481
9719
|
msgstr ""
|
9482
9720
|
|
9483
|
-
#: ../lib/katello/plugin.rb:
|
9721
|
+
#: ../lib/katello/plugin.rb:681
|
9484
9722
|
msgid "Restart Services via Katello interface"
|
9485
9723
|
msgstr ""
|
9486
9724
|
|
9487
|
-
#: ../lib/katello/plugin.rb:
|
9725
|
+
#: ../lib/katello/plugin.rb:682
|
9488
9726
|
msgid "Katello: Resolve Traces"
|
9489
9727
|
msgstr ""
|
9490
9728
|
|
9491
|
-
#: ../lib/katello/plugin.rb:
|
9729
|
+
#: ../lib/katello/plugin.rb:682
|
9492
9730
|
msgid "Resolve traces via Katello interface"
|
9493
9731
|
msgstr ""
|
9494
9732
|
|
9495
|
-
#: ../lib/katello/plugin.rb:
|
9733
|
+
#: ../lib/katello/plugin.rb:683
|
9496
9734
|
msgid "Katello: Configure host for new content source"
|
9497
9735
|
msgstr ""
|
9498
9736
|
|
9499
|
-
#: ../lib/katello/plugin.rb:
|
9737
|
+
#: ../lib/katello/plugin.rb:683
|
9500
9738
|
msgid "Replace content source on the target machine"
|
9501
9739
|
msgstr ""
|
9502
9740
|
|
9503
|
-
#: ../lib/katello/plugin.rb:
|
9741
|
+
#: ../lib/katello/plugin.rb:684
|
9504
9742
|
msgid "Katello: Upload Profile"
|
9505
9743
|
msgstr ""
|
9506
9744
|
|
9507
|
-
#: ../lib/katello/plugin.rb:
|
9745
|
+
#: ../lib/katello/plugin.rb:684
|
9508
9746
|
msgid "Upload package / repos profile"
|
9509
9747
|
msgstr ""
|
9510
9748
|
|
9511
|
-
#: ../lib/katello/plugin.rb:
|
9749
|
+
#: ../lib/katello/plugin.rb:685
|
9512
9750
|
msgid "Katello: Module Stream Actions"
|
9513
9751
|
msgstr ""
|
9514
9752
|
|
9515
|
-
#: ../lib/katello/plugin.rb:
|
9753
|
+
#: ../lib/katello/plugin.rb:686
|
9516
9754
|
msgid "Perform a module stream action via Katello interface"
|
9517
9755
|
msgstr ""
|
9518
9756
|
|
9519
9757
|
#: ../lib/katello/repository_types/ostree.rb:21
|
9758
|
+
msgid "Include Refs"
|
9759
|
+
msgstr ""
|
9760
|
+
|
9761
|
+
#: ../lib/katello/repository_types/ostree.rb:22
|
9762
|
+
msgid ""
|
9763
|
+
"A comma-separated list of refs to include during a sync. The wildcards *, ? ar"
|
9764
|
+
"e recognized."
|
9765
|
+
msgstr ""
|
9766
|
+
|
9767
|
+
#: ../lib/katello/repository_types/ostree.rb:24
|
9768
|
+
msgid "Exclude Refs"
|
9769
|
+
msgstr ""
|
9770
|
+
|
9771
|
+
#: ../lib/katello/repository_types/ostree.rb:25
|
9772
|
+
msgid ""
|
9773
|
+
"A comma-separated list of tags to exclude during a sync. The wildcards *, ? ar"
|
9774
|
+
"e recognized. 'exclude_refs' is evaluated after 'include_refs'."
|
9775
|
+
msgstr ""
|
9776
|
+
|
9777
|
+
#: ../lib/katello/repository_types/ostree.rb:27
|
9520
9778
|
msgid "URL of an OSTree repository."
|
9521
9779
|
msgstr ""
|
9522
9780
|
|
@@ -9576,59 +9834,65 @@ msgstr ""
|
|
9576
9834
|
msgid "Unable to detect puppet path"
|
9577
9835
|
msgstr ""
|
9578
9836
|
|
9579
|
-
#: ../webpack/ForemanColumnExtensions/index.js:
|
9837
|
+
#: ../webpack/ForemanColumnExtensions/index.js:71
|
9580
9838
|
msgid "Last seen"
|
9581
9839
|
msgstr ""
|
9582
9840
|
|
9583
|
-
#: ../webpack/ForemanColumnExtensions/index.js:
|
9841
|
+
#: ../webpack/ForemanColumnExtensions/index.js:104
|
9842
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:102
|
9843
|
+
msgid "Content view environments"
|
9844
|
+
msgstr ""
|
9845
|
+
|
9846
|
+
#: ../webpack/ForemanColumnExtensions/index.js:145
|
9584
9847
|
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js:83
|
9848
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:93
|
9585
9849
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:42
|
9586
9850
|
msgid "Content source"
|
9587
9851
|
msgstr ""
|
9588
9852
|
|
9589
|
-
#: ../webpack/ForemanColumnExtensions/index.js:
|
9853
|
+
#: ../webpack/ForemanColumnExtensions/index.js:156
|
9590
9854
|
msgid "Registered at"
|
9591
9855
|
msgstr ""
|
9592
9856
|
|
9593
|
-
#: ../webpack/components/ActivationKeysSearch/index.js:
|
9857
|
+
#: ../webpack/components/ActivationKeysSearch/index.js:63
|
9594
9858
|
msgid "There was a problem retrieving Activation Key data from the server."
|
9595
9859
|
msgstr ""
|
9596
9860
|
|
9597
|
-
#: ../webpack/components/ActivationKeysSearch/index.js:
|
9861
|
+
#: ../webpack/components/ActivationKeysSearch/index.js:138
|
9598
9862
|
msgid ""
|
9599
9863
|
"Please select a lifecycle environment and content view to view activation keys"
|
9600
9864
|
"."
|
9601
9865
|
msgstr ""
|
9602
9866
|
|
9603
|
-
#: ../webpack/components/ActivationKeysSearch/index.js:
|
9867
|
+
#: ../webpack/components/ActivationKeysSearch/index.js:169
|
9604
9868
|
msgid "The selected lifecycle environment contains no activation keys"
|
9605
9869
|
msgstr ""
|
9606
9870
|
|
9607
|
-
#: ../webpack/components/ActivationKeysSearch/index.js:
|
9871
|
+
#: ../webpack/components/ActivationKeysSearch/index.js:178
|
9608
9872
|
msgid "Activation Key information"
|
9609
9873
|
msgstr ""
|
9610
9874
|
|
9611
|
-
#: ../webpack/components/ActivationKeysSearch/index.js:
|
9875
|
+
#: ../webpack/components/ActivationKeysSearch/index.js:179
|
9612
9876
|
msgid "The value will be available in templates as @host.params['kt_activation_keys']"
|
9613
9877
|
msgstr ""
|
9614
9878
|
|
9615
|
-
#: ../webpack/components/ActivationKeysSearch/index.js:
|
9879
|
+
#: ../webpack/components/ActivationKeysSearch/index.js:183
|
9616
9880
|
msgid "Activation keys can be managed {here}."
|
9617
9881
|
msgstr ""
|
9618
9882
|
|
9619
|
-
#: ../webpack/components/ActivationKeysSearch/index.js:
|
9883
|
+
#: ../webpack/components/ActivationKeysSearch/index.js:188
|
9620
9884
|
msgid "here"
|
9621
9885
|
msgstr ""
|
9622
9886
|
|
9623
|
-
#: ../webpack/components/ActivationKeysSearch/index.js:
|
9887
|
+
#: ../webpack/components/ActivationKeysSearch/index.js:198
|
9624
9888
|
msgid "Activation keys may be used during {system_registration}."
|
9625
9889
|
msgstr ""
|
9626
9890
|
|
9627
|
-
#: ../webpack/components/ActivationKeysSearch/index.js:
|
9891
|
+
#: ../webpack/components/ActivationKeysSearch/index.js:200
|
9628
9892
|
msgid "system registration"
|
9629
9893
|
msgstr ""
|
9630
9894
|
|
9631
|
-
#: ../webpack/components/ActivationKeysSearch/index.js:
|
9895
|
+
#: ../webpack/components/ActivationKeysSearch/index.js:212
|
9632
9896
|
msgid "Reload data"
|
9633
9897
|
msgstr ""
|
9634
9898
|
|
@@ -9659,7 +9923,7 @@ msgid "Bookmarks marked as public are available to all users"
|
|
9659
9923
|
msgstr ""
|
9660
9924
|
|
9661
9925
|
#: ../webpack/components/Bookmark/AddBookmarkModal.js:84
|
9662
|
-
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:
|
9926
|
+
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:143
|
9663
9927
|
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:184
|
9664
9928
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js:111
|
9665
9929
|
#: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:118
|
@@ -9696,7 +9960,7 @@ msgstr ""
|
|
9696
9960
|
#: ../webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js:83
|
9697
9961
|
#: ../webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js:109
|
9698
9962
|
#: ../webpack/scenes/Subscriptions/Details/SubscriptionDetails.js:80
|
9699
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
9963
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:282
|
9700
9964
|
#: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:242
|
9701
9965
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTable.js:185
|
9702
9966
|
msgid "Loading"
|
@@ -9794,7 +10058,7 @@ msgstr ""
|
|
9794
10058
|
msgid "Problem searching"
|
9795
10059
|
msgstr ""
|
9796
10060
|
|
9797
|
-
#: ../webpack/components/Table/TableWrapper.js:
|
10061
|
+
#: ../webpack/components/Table/TableWrapper.js:358
|
9798
10062
|
#: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js:30
|
9799
10063
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js:92
|
9800
10064
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:161
|
@@ -9805,7 +10069,7 @@ msgstr ""
|
|
9805
10069
|
#: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:301
|
9806
10070
|
#: ../webpack/scenes/Content/Details/ContentRepositories.js:30
|
9807
10071
|
#: ../webpack/scenes/Content/Table/ContentTable.js:41
|
9808
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:
|
10072
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:232
|
9809
10073
|
#: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:183
|
9810
10074
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:243
|
9811
10075
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:200
|
@@ -9815,7 +10079,7 @@ msgstr ""
|
|
9815
10079
|
#: ../webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js:68
|
9816
10080
|
#: ../webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js:283
|
9817
10081
|
#: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:237
|
9818
|
-
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:
|
10082
|
+
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:137
|
9819
10083
|
#: ../webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js:77
|
9820
10084
|
#: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:52
|
9821
10085
|
msgid "Try changing your search settings."
|
@@ -9834,62 +10098,72 @@ msgid "Refresh applicability"
|
|
9834
10098
|
msgstr ""
|
9835
10099
|
|
9836
10100
|
#:
|
9837
|
-
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:
|
9838
|
-
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js:61
|
10101
|
+
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:154
|
9839
10102
|
msgid "Edit content view assignment"
|
9840
10103
|
msgstr ""
|
9841
10104
|
|
9842
10105
|
#:
|
9843
|
-
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:
|
10106
|
+
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:168
|
9844
10107
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js:161
|
9845
10108
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:179
|
9846
10109
|
msgid "No content views available for the selected environment"
|
9847
10110
|
msgstr ""
|
9848
10111
|
|
9849
10112
|
#:
|
9850
|
-
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:
|
10113
|
+
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:171
|
9851
10114
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js:164
|
9852
10115
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:182
|
9853
10116
|
msgid "View the Content Views page"
|
9854
10117
|
msgstr ""
|
9855
10118
|
|
9856
10119
|
#:
|
9857
|
-
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:
|
10120
|
+
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:172
|
9858
10121
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js:165
|
9859
10122
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:183
|
9860
10123
|
msgid " to manage and promote content views, or select a different environment."
|
9861
10124
|
msgstr ""
|
9862
10125
|
|
9863
10126
|
#:
|
9864
|
-
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:
|
10127
|
+
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:180
|
9865
10128
|
msgid ""
|
9866
10129
|
"Some environments are disabled because they are not associated with the host's"
|
9867
10130
|
" content source."
|
9868
10131
|
msgstr ""
|
9869
10132
|
|
9870
10133
|
#:
|
9871
|
-
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:
|
10134
|
+
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:183
|
9872
10135
|
msgid "To enable them, add the environment to the host's content source, or "
|
9873
10136
|
msgstr ""
|
9874
10137
|
|
9875
10138
|
#:
|
9876
|
-
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:
|
10139
|
+
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:184
|
9877
10140
|
msgid "change the host's content source."
|
9878
10141
|
msgstr ""
|
9879
10142
|
|
9880
10143
|
#:
|
9881
|
-
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:
|
9882
|
-
|
9883
|
-
|
10144
|
+
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:192
|
10145
|
+
msgid ""
|
10146
|
+
"This host is associated with multiple content view environments. If you assign"
|
10147
|
+
" a lifecycle environment and content view here, the host will be removed from "
|
10148
|
+
"the other environments."
|
10149
|
+
msgstr ""
|
10150
|
+
|
10151
|
+
#:
|
10152
|
+
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:202
|
10153
|
+
#: ../webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignActivationKeysForm.js:102
|
10154
|
+
#: ../webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignHostsForm.js:104
|
10155
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js:111
|
10156
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js:110
|
10157
|
+
msgid "Select lifecycle environment"
|
9884
10158
|
msgstr ""
|
9885
10159
|
|
9886
10160
|
#:
|
9887
|
-
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:
|
10161
|
+
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:227
|
9888
10162
|
msgid "Errata and package information will be updated immediately."
|
9889
10163
|
msgstr ""
|
9890
10164
|
|
9891
10165
|
#:
|
9892
|
-
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:
|
10166
|
+
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:227
|
9893
10167
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js:198
|
9894
10168
|
msgid ""
|
9895
10169
|
"Errata and package information will be updated at the next host check-in or pa"
|
@@ -9897,23 +10171,19 @@ msgid ""
|
|
9897
10171
|
msgstr ""
|
9898
10172
|
|
9899
10173
|
#:
|
9900
|
-
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:
|
10174
|
+
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:233
|
9901
10175
|
msgid "Update the host immediately via remote execution"
|
9902
10176
|
msgstr ""
|
9903
10177
|
|
9904
10178
|
#:
|
9905
|
-
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js:
|
9906
|
-
msgid "Content view details"
|
9907
|
-
msgstr ""
|
9908
|
-
|
9909
|
-
#:
|
9910
|
-
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js:116
|
10179
|
+
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js:55
|
9911
10180
|
msgid "Lifecycle environment: {lce}"
|
9912
10181
|
msgstr ""
|
9913
10182
|
|
9914
10183
|
#:
|
9915
|
-
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js:
|
9916
|
-
|
10184
|
+
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js:123
|
10185
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js:122
|
10186
|
+
msgid "Edit content view environments"
|
9917
10187
|
msgstr ""
|
9918
10188
|
|
9919
10189
|
#:
|
@@ -10067,7 +10337,7 @@ msgstr ""
|
|
10067
10337
|
#: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js:59
|
10068
10338
|
#: ../webpack/scenes/Content/ContentConfig.js:162
|
10069
10339
|
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:117
|
10070
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:
|
10340
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:71
|
10071
10341
|
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:81
|
10072
10342
|
#: ../webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js:177
|
10073
10343
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js:63
|
@@ -10075,7 +10345,7 @@ msgstr ""
|
|
10075
10345
|
#: ../webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js:30
|
10076
10346
|
#: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:128
|
10077
10347
|
#: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:104
|
10078
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:
|
10348
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:100
|
10079
10349
|
#: ../webpack/scenes/ModuleStreams/Details/ModuleDetailsSchema.js:11
|
10080
10350
|
#: ../webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js:5
|
10081
10351
|
msgid "Description"
|
@@ -10085,8 +10355,8 @@ msgstr ""
|
|
10085
10355
|
#: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js:124
|
10086
10356
|
#: ../webpack/scenes/AlternateContentSources/Create/ACSCreateWizard.js:117
|
10087
10357
|
#: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:23
|
10088
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:
|
10089
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:
|
10358
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:135
|
10359
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:203
|
10090
10360
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:169
|
10091
10361
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:180
|
10092
10362
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js:170
|
@@ -10103,8 +10373,9 @@ msgstr ""
|
|
10103
10373
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:609
|
10104
10374
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:389
|
10105
10375
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:539
|
10106
|
-
#: ../webpack/
|
10107
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:
|
10376
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:93
|
10377
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:215
|
10378
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:225
|
10108
10379
|
#: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:198
|
10109
10380
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js:114
|
10110
10381
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js:188
|
@@ -10412,10 +10683,10 @@ msgstr ""
|
|
10412
10683
|
#: ../webpack/scenes/Content/ContentConfig.js:98
|
10413
10684
|
#: ../webpack/scenes/Content/ContentConfig.js:152
|
10414
10685
|
#: ../webpack/scenes/Content/ContentConfig.js:164
|
10415
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:
|
10416
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:
|
10417
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:
|
10418
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:
|
10686
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:99
|
10687
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:68
|
10688
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:95
|
10689
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:67
|
10419
10690
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:65
|
10420
10691
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:180
|
10421
10692
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:196
|
@@ -10434,8 +10705,8 @@ msgstr ""
|
|
10434
10705
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:158
|
10435
10706
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:279
|
10436
10707
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:303
|
10437
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:
|
10438
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:
|
10708
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:74
|
10709
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:85
|
10439
10710
|
#: ../webpack/scenes/ModuleStreams/Details/ModuleDetailsSchema.js:13
|
10440
10711
|
#: ../webpack/scenes/ModuleStreams/ModuleStreamsTableSchema.js:41
|
10441
10712
|
#: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:15
|
@@ -10447,6 +10718,9 @@ msgstr ""
|
|
10447
10718
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:367
|
10448
10719
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js:160
|
10449
10720
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:399
|
10721
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:38
|
10722
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:73
|
10723
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:202
|
10450
10724
|
msgid "Install packages"
|
10451
10725
|
msgstr ""
|
10452
10726
|
|
@@ -10507,6 +10781,7 @@ msgstr ""
|
|
10507
10781
|
|
10508
10782
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:391
|
10509
10783
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:432
|
10784
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:93
|
10510
10785
|
msgid "Upgrade"
|
10511
10786
|
msgstr ""
|
10512
10787
|
|
@@ -10568,6 +10843,7 @@ msgid "Apply via customized remote execution"
|
|
10568
10843
|
msgstr ""
|
10569
10844
|
|
10570
10845
|
#: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:360
|
10846
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js:61
|
10571
10847
|
msgid "Apply"
|
10572
10848
|
msgstr ""
|
10573
10849
|
|
@@ -10748,6 +11024,7 @@ msgstr ""
|
|
10748
11024
|
#:
|
10749
11025
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:478
|
10750
11026
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:562
|
11027
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:93
|
10751
11028
|
msgid "Install"
|
10752
11029
|
msgstr ""
|
10753
11030
|
|
@@ -10970,11 +11247,15 @@ msgstr ""
|
|
10970
11247
|
|
10971
11248
|
#:
|
10972
11249
|
#: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js:34
|
11250
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:10
|
11251
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:10
|
10973
11252
|
msgid "via remote execution"
|
10974
11253
|
msgstr ""
|
10975
11254
|
|
10976
11255
|
#:
|
10977
11256
|
#: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js:35
|
11257
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:11
|
11258
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:11
|
10978
11259
|
msgid "via customized remote execution"
|
10979
11260
|
msgstr ""
|
10980
11261
|
|
@@ -11137,13 +11418,20 @@ msgstr ""
|
|
11137
11418
|
msgid "Traces that require logout cannot be restarted remotely"
|
11138
11419
|
msgstr ""
|
11139
11420
|
|
11140
|
-
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:
|
11141
|
-
msgid "
|
11421
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:75
|
11422
|
+
msgid ""
|
11423
|
+
"To manage host packages, a specific organization must be selected from the org"
|
11424
|
+
"anization context."
|
11142
11425
|
msgstr ""
|
11143
11426
|
|
11144
|
-
#:
|
11145
|
-
|
11146
|
-
|
11427
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:100
|
11428
|
+
msgid ""
|
11429
|
+
"To change content view environments, a specific organization must be selected "
|
11430
|
+
"from the organization context."
|
11431
|
+
msgstr ""
|
11432
|
+
|
11433
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:109
|
11434
|
+
msgid "Manage content"
|
11147
11435
|
msgstr ""
|
11148
11436
|
|
11149
11437
|
#:
|
@@ -11161,11 +11449,203 @@ msgstr ""
|
|
11161
11449
|
msgid "selected hosts"
|
11162
11450
|
msgstr ""
|
11163
11451
|
|
11452
|
+
#:
|
11453
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js:173
|
11454
|
+
msgid "Select environment"
|
11455
|
+
msgstr ""
|
11456
|
+
|
11164
11457
|
#:
|
11165
11458
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/actions.js:13
|
11166
11459
|
msgid "Host content view environments updating."
|
11167
11460
|
msgstr ""
|
11168
11461
|
|
11462
|
+
#:
|
11463
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js:112
|
11464
|
+
msgid "Affected hosts"
|
11465
|
+
msgstr ""
|
11466
|
+
|
11467
|
+
#:
|
11468
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js:122
|
11469
|
+
msgid "Apply errata"
|
11470
|
+
msgstr ""
|
11471
|
+
|
11472
|
+
#:
|
11473
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js:125
|
11474
|
+
msgid ""
|
11475
|
+
"Select errata to apply on the selected hosts. Some errata may already be appli"
|
11476
|
+
"ed on some hosts."
|
11477
|
+
msgstr ""
|
11478
|
+
|
11479
|
+
#:
|
11480
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js:133
|
11481
|
+
msgid "Select at least one erratum."
|
11482
|
+
msgstr ""
|
11483
|
+
|
11484
|
+
#:
|
11485
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js:142
|
11486
|
+
msgid "No errata found."
|
11487
|
+
msgstr ""
|
11488
|
+
|
11489
|
+
#:
|
11490
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:41
|
11491
|
+
msgid "Errata to apply"
|
11492
|
+
msgstr ""
|
11493
|
+
|
11494
|
+
#:
|
11495
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:97
|
11496
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js:145
|
11497
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:103
|
11498
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:240
|
11499
|
+
msgid "Review"
|
11500
|
+
msgstr ""
|
11501
|
+
|
11502
|
+
#:
|
11503
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:102
|
11504
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:108
|
11505
|
+
msgid "Review and then click {submitBtnText}."
|
11506
|
+
msgstr ""
|
11507
|
+
|
11508
|
+
#:
|
11509
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:127
|
11510
|
+
msgid "Selected errata will be applied on {hostCount} hosts"
|
11511
|
+
msgstr ""
|
11512
|
+
|
11513
|
+
#:
|
11514
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js:90
|
11515
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js:131
|
11516
|
+
#: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:24
|
11517
|
+
msgid "Back"
|
11518
|
+
msgstr ""
|
11519
|
+
|
11520
|
+
#:
|
11521
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js:121
|
11522
|
+
msgid "Manage errata"
|
11523
|
+
msgstr ""
|
11524
|
+
|
11525
|
+
#:
|
11526
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js:124
|
11527
|
+
msgid "Select errata"
|
11528
|
+
msgstr ""
|
11529
|
+
|
11530
|
+
#:
|
11531
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js:132
|
11532
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:226
|
11533
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:105
|
11534
|
+
msgid "Review hosts"
|
11535
|
+
msgstr ""
|
11536
|
+
|
11537
|
+
#:
|
11538
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:38
|
11539
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:73
|
11540
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:210
|
11541
|
+
msgid "Remove packages"
|
11542
|
+
msgstr ""
|
11543
|
+
|
11544
|
+
#:
|
11545
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:38
|
11546
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:73
|
11547
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:194
|
11548
|
+
msgid "Upgrade packages"
|
11549
|
+
msgstr ""
|
11550
|
+
|
11551
|
+
#:
|
11552
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:40
|
11553
|
+
msgid ""
|
11554
|
+
"Select packages to install on the selected hosts. Some packages may already be"
|
11555
|
+
" installed on some hosts."
|
11556
|
+
msgstr ""
|
11557
|
+
|
11558
|
+
#:
|
11559
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:41
|
11560
|
+
msgid "Select packages to remove on the selected hosts."
|
11561
|
+
msgstr ""
|
11562
|
+
|
11563
|
+
#:
|
11564
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:42
|
11565
|
+
msgid ""
|
11566
|
+
"Select packages to upgrade to the latest version. Packages may have different "
|
11567
|
+
"versions on different hosts."
|
11568
|
+
msgstr ""
|
11569
|
+
|
11570
|
+
#:
|
11571
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:118
|
11572
|
+
msgid "Select at least one package."
|
11573
|
+
msgstr ""
|
11574
|
+
|
11575
|
+
#:
|
11576
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:127
|
11577
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:176
|
11578
|
+
msgid "No upgradable packages found."
|
11579
|
+
msgstr ""
|
11580
|
+
|
11581
|
+
#:
|
11582
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:42
|
11583
|
+
msgid "Packages to install"
|
11584
|
+
msgstr ""
|
11585
|
+
|
11586
|
+
#:
|
11587
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:43
|
11588
|
+
msgid "Packages to be removed"
|
11589
|
+
msgstr ""
|
11590
|
+
|
11591
|
+
#:
|
11592
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:44
|
11593
|
+
msgid "Packages to be updated"
|
11594
|
+
msgstr ""
|
11595
|
+
|
11596
|
+
#:
|
11597
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:133
|
11598
|
+
msgid "Selected packages will be {submitAction} on {hostCount} hosts"
|
11599
|
+
msgstr ""
|
11600
|
+
|
11601
|
+
#:
|
11602
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:135
|
11603
|
+
msgid "installed"
|
11604
|
+
msgstr ""
|
11605
|
+
|
11606
|
+
#:
|
11607
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:135
|
11608
|
+
msgid "updated"
|
11609
|
+
msgstr ""
|
11610
|
+
|
11611
|
+
#:
|
11612
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js:53
|
11613
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:186
|
11614
|
+
msgid "Upgrade all packages"
|
11615
|
+
msgstr ""
|
11616
|
+
|
11617
|
+
#:
|
11618
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:156
|
11619
|
+
msgid "Manage packages"
|
11620
|
+
msgstr ""
|
11621
|
+
|
11622
|
+
#:
|
11623
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:159
|
11624
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:165
|
11625
|
+
msgid "Select action"
|
11626
|
+
msgstr ""
|
11627
|
+
|
11628
|
+
#:
|
11629
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:168
|
11630
|
+
msgid "To manage packages, select an action."
|
11631
|
+
msgstr ""
|
11632
|
+
|
11633
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:84
|
11634
|
+
msgid "OS"
|
11635
|
+
msgstr ""
|
11636
|
+
|
11637
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:108
|
11638
|
+
msgid "Review and optionally exclude hosts from your selection."
|
11639
|
+
msgstr ""
|
11640
|
+
|
11641
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:116
|
11642
|
+
msgid "You must select at least one host."
|
11643
|
+
msgstr ""
|
11644
|
+
|
11645
|
+
#: ../webpack/components/extensions/Hosts/TableRowActions/index.js:8
|
11646
|
+
msgid "Change content view environments"
|
11647
|
+
msgstr ""
|
11648
|
+
|
11169
11649
|
#:
|
11170
11650
|
#: ../webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js:82
|
11171
11651
|
msgid "Create new activation key"
|
@@ -11275,8 +11755,8 @@ msgstr ""
|
|
11275
11755
|
|
11276
11756
|
#: ../webpack/containers/Application/config.js:56
|
11277
11757
|
#: ../webpack/scenes/ContentViews/ContentViewsPage.js:12
|
11278
|
-
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:
|
11279
|
-
#: ../webpack/scenes/ContentViews/components/CVBreadCrumb.js:
|
11758
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:122
|
11759
|
+
#: ../webpack/scenes/ContentViews/components/CVBreadCrumb.js:38
|
11280
11760
|
#: ../webpack/scenes/ContentViews/components/ContentViewsCounter.js:24
|
11281
11761
|
msgid "Content views"
|
11282
11762
|
msgstr ""
|
@@ -11403,8 +11883,8 @@ msgstr ""
|
|
11403
11883
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js:41
|
11404
11884
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/bulkDeleteSteps.js:59
|
11405
11885
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:24
|
11406
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:
|
11407
|
-
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:
|
11886
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:54
|
11887
|
+
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:53
|
11408
11888
|
msgid "Review details"
|
11409
11889
|
msgstr ""
|
11410
11890
|
|
@@ -11513,10 +11993,6 @@ msgstr ""
|
|
11513
11993
|
msgid "Review the information below and click "
|
11514
11994
|
msgstr ""
|
11515
11995
|
|
11516
|
-
#: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:24
|
11517
|
-
msgid "Back"
|
11518
|
-
msgstr ""
|
11519
|
-
|
11520
11996
|
#: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:24
|
11521
11997
|
msgid " or any step on the left."
|
11522
11998
|
msgstr ""
|
@@ -11718,7 +12194,7 @@ msgstr ""
|
|
11718
12194
|
|
11719
12195
|
#: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:275
|
11720
12196
|
#: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:363
|
11721
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
12197
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:240
|
11722
12198
|
msgid "Refresh"
|
11723
12199
|
msgstr ""
|
11724
12200
|
|
@@ -11777,8 +12253,8 @@ msgstr ""
|
|
11777
12253
|
#: ../webpack/scenes/Content/ContentConfig.js:41
|
11778
12254
|
#: ../webpack/scenes/Content/ContentConfig.js:103
|
11779
12255
|
#: ../webpack/scenes/Content/ContentConfig.js:171
|
11780
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:
|
11781
|
-
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:
|
12256
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:69
|
12257
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:127
|
11782
12258
|
#: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.js:55
|
11783
12259
|
#: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:90
|
11784
12260
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:101
|
@@ -11891,7 +12367,7 @@ msgstr ""
|
|
11891
12367
|
msgid "Copy content view"
|
11892
12368
|
msgstr ""
|
11893
12369
|
|
11894
|
-
#: ../webpack/scenes/ContentViews/Copy/CopyContentViewModal.js:
|
12370
|
+
#: ../webpack/scenes/ContentViews/Copy/CopyContentViewModal.js:16
|
11895
12371
|
msgid ""
|
11896
12372
|
"This will create a copy of {cv}, including details, repositories, and filters."
|
11897
12373
|
" Generated data such as history, tasks and versions will not be copied."
|
@@ -11937,8 +12413,8 @@ msgstr ""
|
|
11937
12413
|
|
11938
12414
|
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:191
|
11939
12415
|
#: ../webpack/scenes/ContentViews/Create/CreateContentViewModal.js:10
|
11940
|
-
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:
|
11941
|
-
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:
|
12416
|
+
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:174
|
12417
|
+
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:180
|
11942
12418
|
msgid "Create content view"
|
11943
12419
|
msgstr ""
|
11944
12420
|
|
@@ -12001,14 +12477,6 @@ msgstr ""
|
|
12001
12477
|
msgid "Please wait while the task starts.."
|
12002
12478
|
msgstr ""
|
12003
12479
|
|
12004
|
-
#:
|
12005
|
-
#: ../webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignActivationKeysForm.js:102
|
12006
|
-
#: ../webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignHostsForm.js:104
|
12007
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js:111
|
12008
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js:110
|
12009
|
-
msgid "Select lifecycle environment"
|
12010
|
-
msgstr ""
|
12011
|
-
|
12012
12480
|
#: ../webpack/scenes/ContentViews/Delete/Steps/CVDeletionReview.js:26
|
12013
12481
|
msgid ""
|
12014
12482
|
"This content view will be deleted. Changes will be effective after clicking De"
|
@@ -12016,11 +12484,11 @@ msgid ""
|
|
12016
12484
|
msgstr ""
|
12017
12485
|
|
12018
12486
|
#: ../webpack/scenes/ContentViews/Delete/Steps/CVDeletionReview.js:32
|
12019
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:
|
12487
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:68
|
12020
12488
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js:58
|
12021
12489
|
#: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:100
|
12022
12490
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:43
|
12023
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:
|
12491
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:75
|
12024
12492
|
msgid "Environments"
|
12025
12493
|
msgstr ""
|
12026
12494
|
|
@@ -12048,69 +12516,69 @@ msgid ""
|
|
12048
12516
|
msgstr ""
|
12049
12517
|
|
12050
12518
|
#:
|
12051
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:
|
12519
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:33
|
12052
12520
|
msgid "Version ${item.version}"
|
12053
12521
|
msgstr ""
|
12054
12522
|
|
12055
12523
|
#:
|
12056
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:
|
12524
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:33
|
12057
12525
|
msgid " (${item.published_at_words} ago)"
|
12058
12526
|
msgstr ""
|
12059
12527
|
|
12060
12528
|
#:
|
12061
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:
|
12529
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:84
|
12062
12530
|
msgid "Update version"
|
12063
12531
|
msgstr ""
|
12064
12532
|
|
12065
12533
|
#:
|
12066
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:
|
12534
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:84
|
12067
12535
|
msgid "Add content view"
|
12068
12536
|
msgstr ""
|
12069
12537
|
|
12070
12538
|
#:
|
12071
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:
|
12072
|
-
msgid "Select available version of ${cvName} to use"
|
12539
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:88
|
12540
|
+
msgid "Select available version of ${truncate(cvName)} to use"
|
12073
12541
|
msgstr ""
|
12074
12542
|
|
12075
12543
|
#:
|
12076
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:
|
12077
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:
|
12544
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:132
|
12545
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:107
|
12078
12546
|
msgid "Always update to latest version"
|
12079
12547
|
msgstr ""
|
12080
12548
|
|
12081
12549
|
#:
|
12082
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:
|
12083
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:
|
12550
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:139
|
12551
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:124
|
12084
12552
|
msgid "This content view will be automatically updated to the latest version."
|
12085
12553
|
msgstr ""
|
12086
12554
|
|
12087
12555
|
#:
|
12088
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:
|
12556
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:147
|
12089
12557
|
#: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:142
|
12090
12558
|
msgid "Submit"
|
12091
12559
|
msgstr ""
|
12092
12560
|
|
12093
12561
|
#:
|
12094
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:
|
12095
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:
|
12562
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:47
|
12563
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:288
|
12096
12564
|
msgid "Add content views"
|
12097
12565
|
msgstr ""
|
12098
12566
|
|
12099
12567
|
#:
|
12100
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:
|
12568
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:51
|
12101
12569
|
msgid "Select available version of content views to use"
|
12102
12570
|
msgstr ""
|
12103
12571
|
|
12104
12572
|
#:
|
12105
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:
|
12573
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:95
|
12106
12574
|
msgid " (${version.published_at_words} ago)"
|
12107
12575
|
msgstr ""
|
12108
12576
|
|
12109
12577
|
#:
|
12110
12578
|
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentVersion.js:20
|
12111
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:
|
12112
|
-
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:
|
12113
|
-
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:
|
12579
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:173
|
12580
|
+
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:270
|
12581
|
+
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:280
|
12114
12582
|
#: ../webpack/scenes/ContentViews/Table/tableDataGenerator.js:35
|
12115
12583
|
#: ../webpack/scenes/ContentViews/Table/tableDataGenerator.js:41
|
12116
12584
|
msgid "Not yet published"
|
@@ -12123,7 +12591,7 @@ msgstr ""
|
|
12123
12591
|
|
12124
12592
|
#:
|
12125
12593
|
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentVersion.js:22
|
12126
|
-
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:
|
12594
|
+
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:56
|
12127
12595
|
#: ../webpack/scenes/ContentViews/Table/tableDataGenerator.js:21
|
12128
12596
|
msgid "Latest version"
|
12129
12597
|
msgstr ""
|
@@ -12134,30 +12602,30 @@ msgid "New version is available: Version ${latestVersion}"
|
|
12134
12602
|
msgstr ""
|
12135
12603
|
|
12136
12604
|
#:
|
12137
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:
|
12605
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:185
|
12138
12606
|
#: ../webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js:113
|
12139
12607
|
#: ../webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js:65
|
12140
12608
|
#: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:144
|
12141
12609
|
#: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:175
|
12142
12610
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:147
|
12143
|
-
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:
|
12611
|
+
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:304
|
12144
12612
|
#: ../webpack/scenes/ContentViews/Table/tableDataGenerator.js:106
|
12145
12613
|
msgid "No description"
|
12146
12614
|
msgstr ""
|
12147
12615
|
|
12148
12616
|
#:
|
12149
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:
|
12617
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:229
|
12150
12618
|
msgid "No content views to add yet"
|
12151
12619
|
msgstr ""
|
12152
12620
|
|
12153
12621
|
#:
|
12154
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:
|
12622
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:230
|
12155
12623
|
msgid "Please create some content views."
|
12156
12624
|
msgstr ""
|
12157
12625
|
|
12158
12626
|
#:
|
12159
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:
|
12160
|
-
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:
|
12627
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:231
|
12628
|
+
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:136
|
12161
12629
|
#: ../webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js:75
|
12162
12630
|
#: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:51
|
12163
12631
|
msgid "No matching content views found"
|
@@ -12463,12 +12931,12 @@ msgid ""
|
|
12463
12931
|
"onse)}"
|
12464
12932
|
msgstr ""
|
12465
12933
|
|
12466
|
-
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:
|
12467
|
-
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:
|
12934
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:92
|
12935
|
+
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:104
|
12468
12936
|
msgid "Copy"
|
12469
12937
|
msgstr ""
|
12470
12938
|
|
12471
|
-
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:
|
12939
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:117
|
12472
12940
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:60
|
12473
12941
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js:61
|
12474
12942
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js:44
|
@@ -12477,21 +12945,21 @@ msgstr ""
|
|
12477
12945
|
msgid "Versions"
|
12478
12946
|
msgstr ""
|
12479
12947
|
|
12480
|
-
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:
|
12481
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:
|
12948
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:132
|
12949
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:76
|
12482
12950
|
msgid "Filters"
|
12483
12951
|
msgstr ""
|
12484
12952
|
|
12485
|
-
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:
|
12953
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:137
|
12486
12954
|
msgid "History"
|
12487
12955
|
msgstr ""
|
12488
12956
|
|
12489
|
-
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:
|
12957
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:182
|
12490
12958
|
#: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:88
|
12491
12959
|
msgid "Publish new version"
|
12492
12960
|
msgstr ""
|
12493
12961
|
|
12494
|
-
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:
|
12962
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:205
|
12495
12963
|
msgid "View tasks "
|
12496
12964
|
msgstr ""
|
12497
12965
|
|
@@ -13034,25 +13502,25 @@ msgstr ""
|
|
13034
13502
|
|
13035
13503
|
#:
|
13036
13504
|
#: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:144
|
13037
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:
|
13505
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:126
|
13038
13506
|
msgid "Force promotion"
|
13039
13507
|
msgstr ""
|
13040
13508
|
|
13041
13509
|
#:
|
13042
13510
|
#: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:148
|
13043
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:
|
13511
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:130
|
13044
13512
|
msgid "Selected environments "
|
13045
13513
|
msgstr ""
|
13046
13514
|
|
13047
13515
|
#:
|
13048
13516
|
#: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:148
|
13049
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:
|
13517
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:130
|
13050
13518
|
msgid "Selected environment "
|
13051
13519
|
msgstr ""
|
13052
13520
|
|
13053
13521
|
#:
|
13054
13522
|
#: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:151
|
13055
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:
|
13523
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:133
|
13056
13524
|
msgid ""
|
13057
13525
|
" are out of the environment path order. The recommended practice is to promote"
|
13058
13526
|
" to the next environment in the path."
|
@@ -13060,7 +13528,7 @@ msgstr ""
|
|
13060
13528
|
|
13061
13529
|
#:
|
13062
13530
|
#: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:152
|
13063
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:
|
13531
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:134
|
13064
13532
|
msgid ""
|
13065
13533
|
" is out of the environment path order. The recommended practice is to promote "
|
13066
13534
|
"to the next environment in the path."
|
@@ -13070,8 +13538,8 @@ msgstr ""
|
|
13070
13538
|
#: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:170
|
13071
13539
|
#: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:204
|
13072
13540
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:126
|
13073
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:
|
13074
|
-
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:
|
13541
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:111
|
13542
|
+
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:98
|
13075
13543
|
#: action_names.rb:52
|
13076
13544
|
msgid "Promote"
|
13077
13545
|
msgstr ""
|
@@ -13349,7 +13817,7 @@ msgstr ""
|
|
13349
13817
|
|
13350
13818
|
#:
|
13351
13819
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/bulkDeleteSteps.js:64
|
13352
|
-
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:
|
13820
|
+
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:57
|
13353
13821
|
msgid "Finish"
|
13354
13822
|
msgstr ""
|
13355
13823
|
|
@@ -13726,7 +14194,7 @@ msgid "In progress"
|
|
13726
14194
|
msgstr ""
|
13727
14195
|
|
13728
14196
|
#: ../webpack/scenes/ContentViews/Publish/CVPublishFinish.js:131
|
13729
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
14197
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:309
|
13730
14198
|
msgid "Close"
|
13731
14199
|
msgstr ""
|
13732
14200
|
|
@@ -13734,78 +14202,78 @@ msgstr ""
|
|
13734
14202
|
msgid " View task details "
|
13735
14203
|
msgstr ""
|
13736
14204
|
|
13737
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:
|
14205
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:57
|
13738
14206
|
msgid "No available component content view updates"
|
13739
14207
|
msgstr ""
|
13740
14208
|
|
13741
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:
|
14209
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:58
|
13742
14210
|
msgid "No available repository or filter updates"
|
13743
14211
|
msgstr ""
|
13744
14212
|
|
13745
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:
|
14213
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:66
|
13746
14214
|
msgid "Newly published version will be the same as the previous version."
|
13747
14215
|
msgstr ""
|
13748
14216
|
|
13749
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:
|
14217
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:76
|
13750
14218
|
msgid "Duplicate repositories in content view versions"
|
13751
14219
|
msgstr ""
|
13752
14220
|
|
13753
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:
|
14221
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:84
|
13754
14222
|
msgid ""
|
13755
14223
|
"Repositories common to the selected content view versions will merge, resultin"
|
13756
14224
|
"g in a composite content view that is a union of all content from each of the "
|
13757
14225
|
"content view versions."
|
13758
14226
|
msgstr ""
|
13759
14227
|
|
13760
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:
|
14228
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:87
|
13761
14229
|
msgid "A new version of "
|
13762
14230
|
msgstr ""
|
13763
14231
|
|
13764
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:
|
14232
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:88
|
13765
14233
|
msgid "Publish new version - "
|
13766
14234
|
msgstr ""
|
13767
14235
|
|
13768
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:
|
14236
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:57
|
13769
14237
|
msgid "Review your currently selected changes for "
|
13770
14238
|
msgstr ""
|
13771
14239
|
|
13772
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:
|
14240
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:64
|
13773
14241
|
msgid "Filters will be applied to this content view version."
|
13774
14242
|
msgstr ""
|
13775
14243
|
|
13776
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:
|
14244
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:82
|
13777
14245
|
msgid "Newly published"
|
13778
14246
|
msgstr ""
|
13779
14247
|
|
13780
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:
|
14248
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:91
|
13781
14249
|
msgid "View Filters"
|
13782
14250
|
msgstr ""
|
13783
14251
|
|
13784
|
-
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:
|
13785
|
-
msgid "Publishing ${name}"
|
14252
|
+
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:112
|
14253
|
+
msgid "Publishing ${truncate(name)}"
|
13786
14254
|
msgstr ""
|
13787
14255
|
|
13788
|
-
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:
|
13789
|
-
msgid "Determining settings for ${name}"
|
14256
|
+
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:112
|
14257
|
+
msgid "Determining settings for ${truncate(name)}"
|
13790
14258
|
msgstr ""
|
13791
14259
|
|
13792
|
-
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:
|
14260
|
+
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:54
|
13793
14261
|
#: ../webpack/scenes/ContentViews/Table/tableDataGenerator.js:19
|
13794
14262
|
#: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:16
|
13795
14263
|
msgid "Last published"
|
13796
14264
|
msgstr ""
|
13797
14265
|
|
13798
|
-
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:
|
14266
|
+
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:55
|
13799
14267
|
#: ../webpack/scenes/ContentViews/Table/tableDataGenerator.js:20
|
13800
14268
|
msgid "Last task"
|
13801
14269
|
msgstr ""
|
13802
14270
|
|
13803
|
-
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:
|
14271
|
+
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:134
|
13804
14272
|
#: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:49
|
13805
14273
|
msgid "No content views yet"
|
13806
14274
|
msgstr ""
|
13807
14275
|
|
13808
|
-
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:
|
14276
|
+
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:135
|
13809
14277
|
#: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:50
|
13810
14278
|
msgid "You currently have no content views to display"
|
13811
14279
|
msgstr ""
|
@@ -14535,74 +15003,80 @@ msgstr ""
|
|
14535
15003
|
msgid "No manifest imported"
|
14536
15004
|
msgstr ""
|
14537
15005
|
|
14538
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15006
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:140
|
15007
|
+
msgid ""
|
15008
|
+
"Your manifest expired on {expirationDate}. To continue using Red Hat content, "
|
15009
|
+
"import a new manifest."
|
15010
|
+
msgstr ""
|
15011
|
+
|
15012
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:140
|
15013
|
+
msgid ""
|
15014
|
+
"Your manifest has expired. To continue using Red Hat content, import a new man"
|
15015
|
+
"ifest."
|
15016
|
+
msgstr ""
|
15017
|
+
|
15018
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:143
|
14539
15019
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:78
|
14540
15020
|
msgid "Manage Manifest"
|
14541
15021
|
msgstr ""
|
14542
15022
|
|
14543
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
14544
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15023
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:148
|
15024
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:197
|
14545
15025
|
msgid "Manifest"
|
14546
15026
|
msgstr ""
|
14547
15027
|
|
14548
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15028
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:153
|
14549
15029
|
msgid "Subscription Manifest"
|
14550
15030
|
msgstr ""
|
14551
15031
|
|
14552
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15032
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:158
|
14553
15033
|
msgid "Manifest expiring soon"
|
14554
15034
|
msgstr ""
|
14555
15035
|
|
14556
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15036
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:161
|
14557
15037
|
msgid ""
|
14558
15038
|
"Your manifest will expire in {daysMessage}. To extend the expiration date, ref"
|
14559
15039
|
"resh your manifest. Or, if your Foreman is disconnected, import a new manifest"
|
14560
15040
|
"."
|
14561
15041
|
msgstr ""
|
14562
15042
|
|
14563
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15043
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:168
|
14564
15044
|
msgid "day"
|
14565
15045
|
msgstr ""
|
14566
15046
|
|
14567
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15047
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:169
|
14568
15048
|
msgid "days"
|
14569
15049
|
msgstr ""
|
14570
15050
|
|
14571
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15051
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:183
|
14572
15052
|
msgid "Manifest expired"
|
14573
15053
|
msgstr ""
|
14574
15054
|
|
14575
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
14576
|
-
msgid ""
|
14577
|
-
"Your manifest expired on {expirationDate}. To continue using Red Hat content, "
|
14578
|
-
"import a new manifest."
|
14579
|
-
msgstr ""
|
14580
|
-
|
14581
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:205
|
15055
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:207
|
14582
15056
|
msgid "Expired "
|
14583
15057
|
msgstr ""
|
14584
15058
|
|
14585
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15059
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:207
|
14586
15060
|
msgid "Expires "
|
14587
15061
|
msgstr ""
|
14588
15062
|
|
14589
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15063
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:218
|
14590
15064
|
msgid "Import new manifest"
|
14591
15065
|
msgstr ""
|
14592
15066
|
|
14593
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15067
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:259
|
14594
15068
|
msgid "Confirm delete manifest"
|
14595
15069
|
msgstr ""
|
14596
15070
|
|
14597
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15071
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:280
|
14598
15072
|
msgid "Manifest History"
|
14599
15073
|
msgstr ""
|
14600
15074
|
|
14601
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15075
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:293
|
14602
15076
|
msgid "CDN Configuration"
|
14603
15077
|
msgstr ""
|
14604
15078
|
|
14605
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:
|
15079
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:296
|
14606
15080
|
msgid "CDN Configuration for Red Hat Content"
|
14607
15081
|
msgstr ""
|
14608
15082
|
|