katello 4.13.0 → 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 -2
- 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/discover.rb +11 -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/create_publication.rb +4 -0
- 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/repo_discovery.rb +4 -190
- 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/container.rb +127 -0
- data/app/lib/katello/resources/discovery/yum.rb +95 -0
- 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 +29 -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/repository_type.rb +1 -1
- 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/initializers/monkeys.rb +0 -1
- 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 +31 -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/repository_types/docker.rb +1 -0
- data/lib/katello/repository_types/yum.rb +1 -0
- 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 -4
- 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 +49 -29
- data/app/assets/javascripts/katello/containers/container.js +0 -304
- data/db/migrate/20240531193030_remove_sha1_repository_checksum_type.rb +0 -10
- data/lib/monkeys/anemone.rb +0 -33
- data/webpack/utils/useKatelloDocUrl.js +0 -18
data/locale/ja/katello.po
CHANGED
@@ -162,6 +162,9 @@ msgstr "%s は必須です"
|
|
162
162
|
msgid "%s is unreachable. %s"
|
163
163
|
msgstr "%s に到達できません。%s"
|
164
164
|
|
165
|
+
msgid "%s was not found!"
|
166
|
+
msgstr ""
|
167
|
+
|
165
168
|
msgid "%{errata} (%{total} other errata)"
|
166
169
|
msgstr "%{errata} (他のエラータ: %{total})"
|
167
170
|
|
@@ -417,6 +420,12 @@ msgstr ""
|
|
417
420
|
msgid "A backend service [ %s ] is unreachable"
|
418
421
|
msgstr "バックエンドサービス [ %s ] に到達できません"
|
419
422
|
|
423
|
+
msgid "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized."
|
424
|
+
msgstr ""
|
425
|
+
|
426
|
+
msgid "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
|
427
|
+
msgstr ""
|
428
|
+
|
420
429
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
421
430
|
msgstr "多数のエラータがこのコンテンツビューに適用されていません。そのため、最初の 100 件のみが表示されています。"
|
422
431
|
|
@@ -525,8 +534,8 @@ msgstr "アクティベーションキー"
|
|
525
534
|
msgid "Activation keys can be managed {here}."
|
526
535
|
msgstr ""
|
527
536
|
|
528
|
-
msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys."
|
529
|
-
msgstr "
|
537
|
+
msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys or if you do not provide a host group."
|
538
|
+
msgstr ""
|
530
539
|
|
531
540
|
msgid "Activation keys may be used during {system_registration}."
|
532
541
|
msgstr ""
|
@@ -651,6 +660,9 @@ msgstr "追加のコンテンツ"
|
|
651
660
|
msgid "Affected Repositories"
|
652
661
|
msgstr "影響のあるリポジトリー"
|
653
662
|
|
663
|
+
msgid "Affected hosts"
|
664
|
+
msgstr ""
|
665
|
+
|
654
666
|
msgid "Affected repositories"
|
655
667
|
msgstr "影響を受けるリポジトリー"
|
656
668
|
|
@@ -690,7 +702,7 @@ msgstr "全バージョン"
|
|
690
702
|
msgid "All versions will be removed from these environments"
|
691
703
|
msgstr "すべてのバージョンがこれらの環境から削除されます"
|
692
704
|
|
693
|
-
msgid "Allow a host to be
|
705
|
+
msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
|
694
706
|
msgstr ""
|
695
707
|
|
696
708
|
msgid "Allow deleting repositories in published content views"
|
@@ -791,15 +803,24 @@ msgstr "適用可能"
|
|
791
803
|
msgid "Applicable Content Hosts"
|
792
804
|
msgstr "適用可能なコンテンツホスト"
|
793
805
|
|
806
|
+
msgid "Applicable bugfix/enhancement errata"
|
807
|
+
msgstr ""
|
808
|
+
|
794
809
|
msgid "Applicable errata apply to at least one package installed on the host."
|
795
810
|
msgstr "適用可能なエラータは、ホストにインストールされている 1 つ以上のパッケージに適用されます。"
|
796
811
|
|
812
|
+
msgid "Applicable security errata"
|
813
|
+
msgstr ""
|
814
|
+
|
797
815
|
msgid "Application"
|
798
816
|
msgstr "アプリケーション"
|
799
817
|
|
800
818
|
msgid "Apply"
|
801
819
|
msgstr "適用"
|
802
820
|
|
821
|
+
msgid "Apply errata"
|
822
|
+
msgstr ""
|
823
|
+
|
803
824
|
msgid "Apply erratum"
|
804
825
|
msgstr ""
|
805
826
|
|
@@ -866,6 +887,9 @@ msgstr "追加するコンポーネントの配列"
|
|
866
887
|
msgid "Array of content view component IDs to remove. Identifier of the component association"
|
867
888
|
msgstr "削除するコンテンツビューコンポーネント ID の配列。コンポーネントの関連付けの ID"
|
868
889
|
|
890
|
+
msgid "Array of content view environment ids to be associated with the host. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
891
|
+
msgstr ""
|
892
|
+
|
869
893
|
msgid "Array of host ids"
|
870
894
|
msgstr "ホスト ID の配列"
|
871
895
|
|
@@ -903,6 +927,9 @@ msgstr "1 台以上のホストに環境およびコンテンツビューを割
|
|
903
927
|
msgid "Assign the release version to one or more hosts"
|
904
928
|
msgstr "1 台以上のホストにリリースバージョンを割り当てます"
|
905
929
|
|
930
|
+
msgid "Assigning a host to multiple content view environments is not enabled."
|
931
|
+
msgstr ""
|
932
|
+
|
906
933
|
msgid "Associated location IDs"
|
907
934
|
msgstr "関連するロケーション ID"
|
908
935
|
|
@@ -1098,6 +1125,9 @@ msgstr "特定のコンテンツビューに基づく適用可能なエラータ
|
|
1098
1125
|
msgid "Calculate Applicable Errata based on a particular Environment"
|
1099
1126
|
msgstr "特定の環境に基づく適用可能なエラータの計算"
|
1100
1127
|
|
1128
|
+
msgid "Calculate content counts on smart proxies automatically"
|
1129
|
+
msgstr ""
|
1130
|
+
|
1101
1131
|
msgid "Can communicate with the Red Hat Portal for subscriptions."
|
1102
1132
|
msgstr "サブスクリプションでは、Red Hat ポータルと通信できます。"
|
1103
1133
|
|
@@ -1239,6 +1269,9 @@ msgstr ""
|
|
1239
1269
|
msgid "Cannot incrementally export from a incrementally exported version and a regular version or vice-versa. The exported Content View Version '%{content_view} %{current}' cannot be incrementally exported from version '%{from}.' Please do a full export."
|
1240
1270
|
msgstr ""
|
1241
1271
|
|
1272
|
+
msgid "Cannot install errata: No installable errata found for search term '%s'"
|
1273
|
+
msgstr ""
|
1274
|
+
|
1242
1275
|
msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
|
1243
1276
|
msgstr "複合コンテンツビューバージョン (%{name} バージョン、バージョン %{version}) で増分更新を実行できません"
|
1244
1277
|
|
@@ -1269,6 +1302,9 @@ msgstr "カスタムリポジトリーではないリポジトリーからコン
|
|
1269
1302
|
msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
|
1270
1303
|
msgstr "環境からコンテンツビューを削除できません。ライフサイクル環境 '%{env}' にはコンテンツビュー '%{view}' がありません。"
|
1271
1304
|
|
1305
|
+
msgid "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'."
|
1306
|
+
msgstr ""
|
1307
|
+
|
1272
1308
|
msgid "Cannot set attribute %{attr} for content type %{type}"
|
1273
1309
|
msgstr "コンテンツタイプ %{type} に属性 %{attr} を設定できません"
|
1274
1310
|
|
@@ -1287,6 +1323,12 @@ msgstr "複合ビューのコンテンツを指定できません"
|
|
1287
1323
|
msgid "Cannot sync file:// repositories with the On Demand Download Policy"
|
1288
1324
|
msgstr "file:// リポジトリーをオンデマンドダウンロードポリシーと同期できません"
|
1289
1325
|
|
1326
|
+
msgid "Cannot update properties of a container push repository"
|
1327
|
+
msgstr ""
|
1328
|
+
|
1329
|
+
msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
|
1330
|
+
msgstr ""
|
1331
|
+
|
1290
1332
|
msgid "Cannot upload Ansible collections."
|
1291
1333
|
msgstr "Ansible コレクションをアップロードできません。"
|
1292
1334
|
|
@@ -1332,12 +1374,12 @@ msgstr "checksum は必須パラメーターです。"
|
|
1332
1374
|
msgid "Checksum of file to upload"
|
1333
1375
|
msgstr "アップロードするファイルのチェックサム"
|
1334
1376
|
|
1335
|
-
msgid "Checksum of the repository, currently 'sha1' & 'sha256' are supported"
|
1336
|
-
msgstr "リポジトリーのチェックサムです。現在、'sha1' と 'sha256' がサポートされています"
|
1337
|
-
|
1338
1377
|
msgid "Checksum type cannot be set for yum repositories with on demand download policy."
|
1339
1378
|
msgstr "オンデマンドのダウンロードポリシーが指定された Yum リポジトリーにはチェックサムタイプを設定できません。"
|
1340
1379
|
|
1380
|
+
msgid "Checksum used for published repository contents. Supported types: %s"
|
1381
|
+
msgstr ""
|
1382
|
+
|
1341
1383
|
msgid "Choose content credentials if required for this RHUI source."
|
1342
1384
|
msgstr "この RHUI ソースに必要な場合は、コンテンツの認証情報を選択します。"
|
1343
1385
|
|
@@ -1368,6 +1410,9 @@ msgstr "閉じる"
|
|
1368
1410
|
msgid "Collapse All"
|
1369
1411
|
msgstr "すべて折りたたむ"
|
1370
1412
|
|
1413
|
+
msgid "Comma-separated list of Candlepin environment names to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
1414
|
+
msgstr ""
|
1415
|
+
|
1371
1416
|
msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
|
1372
1417
|
msgstr "コンマ区切りのサブパスの一覧。すべてのサブパスには、必ず末尾にスラッシュが必要で、先頭には不要です"
|
1373
1418
|
|
@@ -1380,6 +1425,9 @@ msgstr "コンテナーイメージリポジトリーに同期するコンマ区
|
|
1380
1425
|
msgid "Compare"
|
1381
1426
|
msgstr "比較"
|
1382
1427
|
|
1428
|
+
msgid "Completed pulp task protection days"
|
1429
|
+
msgstr ""
|
1430
|
+
|
1383
1431
|
msgid "Component"
|
1384
1432
|
msgstr "コンポーネント"
|
1385
1433
|
|
@@ -1608,6 +1656,9 @@ msgstr "コンテンツタイプ %{content_type_string} は、有効なリポジ
|
|
1608
1656
|
msgid "Content type %{content_type} is incompatible with repositories of type %{repo_type}"
|
1609
1657
|
msgstr "コンテンツタイプ %{content_type} には、タイプ %{repo_type} のリポジトリーとの互換性がありません"
|
1610
1658
|
|
1659
|
+
msgid "Content type does not support repo discovery"
|
1660
|
+
msgstr ""
|
1661
|
+
|
1611
1662
|
msgid "Content view"
|
1612
1663
|
msgstr "コンテンツビュー"
|
1613
1664
|
|
@@ -1638,12 +1689,12 @@ msgstr ""
|
|
1638
1689
|
msgid "Content view and lifecycle environment must be provided together"
|
1639
1690
|
msgstr ""
|
1640
1691
|
|
1641
|
-
msgid "Content view details"
|
1642
|
-
msgstr "コンテンツビューの詳細"
|
1643
|
-
|
1644
1692
|
msgid "Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish."
|
1645
1693
|
msgstr ""
|
1646
1694
|
|
1695
|
+
msgid "Content view environments"
|
1696
|
+
msgstr ""
|
1697
|
+
|
1647
1698
|
msgid "Content view environments and activation key must all belong to the same organization"
|
1648
1699
|
msgstr ""
|
1649
1700
|
|
@@ -1767,6 +1818,15 @@ msgstr "指定した全エラータ ID を見つけることができません
|
|
1767
1818
|
msgid "Could not find environments for promotion"
|
1768
1819
|
msgstr "プロモート環境が見つかりませんでした"
|
1769
1820
|
|
1821
|
+
msgid "Could not locate Pulp distribution."
|
1822
|
+
msgstr ""
|
1823
|
+
|
1824
|
+
msgid "Could not locate local uploaded repository for content indexing."
|
1825
|
+
msgstr ""
|
1826
|
+
|
1827
|
+
msgid "Could not locate repository properties for content indexing."
|
1828
|
+
msgstr ""
|
1829
|
+
|
1770
1830
|
msgid "Could not remove the lifecycle environment from the smart proxy"
|
1771
1831
|
msgstr "Smart Proxy からライフサイクル環境を削除できませんでした"
|
1772
1832
|
|
@@ -2295,8 +2355,8 @@ msgstr "1 つ以上のリポジトリーを破棄します"
|
|
2295
2355
|
msgid "Details"
|
2296
2356
|
msgstr "詳細"
|
2297
2357
|
|
2298
|
-
msgid "Determining settings for ${name}"
|
2299
|
-
msgstr "
|
2358
|
+
msgid "Determining settings for ${truncate(name)}"
|
2359
|
+
msgstr ""
|
2300
2360
|
|
2301
2361
|
msgid "Digest"
|
2302
2362
|
msgstr ""
|
@@ -2358,6 +2418,12 @@ msgstr "デバッグ証明書のダウンロード"
|
|
2358
2418
|
msgid "Download rate limit"
|
2359
2419
|
msgstr "レート制限のダウンロード"
|
2360
2420
|
|
2421
|
+
msgid "Due to a change in your organizations, this container name has become ambiguous (org name '%{org_label}'). If you wish to continue using this container name, destroy the organization in conflict with '%{o_name} (id %{o_id}). If you wish to keep both orgs, destroy '%{o_label}/%{prod_label}/%{root_repo_label}' and retry your push using the id format."
|
2422
|
+
msgstr ""
|
2423
|
+
|
2424
|
+
msgid "Due to a change in your products, this container name has become ambiguous (product name '%{prod_label}'). If you wish to continue using this container name, destroy the product in conflict with '%{prod_name}' (id %{prod_id}). If you wish to keep both products, destroy '%{org_label}/%{prod_dot_label}/%{root_repo_label}' and retry your push using the id format."
|
2425
|
+
msgstr ""
|
2426
|
+
|
2361
2427
|
msgid "Duplicate artifact detected"
|
2362
2428
|
msgstr "重複するアーティファクトが検出されました"
|
2363
2429
|
|
@@ -2556,6 +2622,12 @@ msgstr "エラータのエラータ ID (RHSA-2012:108)"
|
|
2556
2622
|
msgid "Errata mail"
|
2557
2623
|
msgstr "エラータメール"
|
2558
2624
|
|
2625
|
+
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2626
|
+
msgstr ""
|
2627
|
+
|
2628
|
+
msgid "Errata to apply"
|
2629
|
+
msgstr ""
|
2630
|
+
|
2559
2631
|
msgid "Errata to exclusively include in the action"
|
2560
2632
|
msgstr "アクションにだけ含めるエラータ"
|
2561
2633
|
|
@@ -2604,6 +2676,9 @@ msgstr "利用可能な数を超えています"
|
|
2604
2676
|
msgid "Exclude"
|
2605
2677
|
msgstr "除外"
|
2606
2678
|
|
2679
|
+
msgid "Exclude Refs"
|
2680
|
+
msgstr ""
|
2681
|
+
|
2607
2682
|
msgid "Exclude all RPMs not associated to any errata"
|
2608
2683
|
msgstr "エラータに関連付けられていないすべての RPM を除外する"
|
2609
2684
|
|
@@ -3109,6 +3184,9 @@ msgstr "インストール可能なエラータのあるホスト"
|
|
3109
3184
|
msgid "Hosts: "
|
3110
3185
|
msgstr "ホスト: "
|
3111
3186
|
|
3187
|
+
msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
|
3188
|
+
msgstr ""
|
3189
|
+
|
3112
3190
|
msgid "How many repositories should be synced concurrently on the capsule. A smaller number may lead to longer sync times. A larger number will increase dynflow load."
|
3113
3191
|
msgstr "Capsule で同時に同期する必要があるリポジトリ数。数値が小さいほど、同期時間が長くなる可能性があり、数値が大きいほど、dynflow の負荷が増加します。"
|
3114
3192
|
|
@@ -3238,9 +3316,18 @@ msgstr "同期を制限するリポジトリーの ID"
|
|
3238
3316
|
msgid "Id of the repository to limit verifying checksum on"
|
3239
3317
|
msgstr ""
|
3240
3318
|
|
3319
|
+
msgid "Id of the single content view to be associated with the host."
|
3320
|
+
msgstr ""
|
3321
|
+
|
3322
|
+
msgid "Id of the single lifecycle environment to be associated with the host."
|
3323
|
+
msgstr ""
|
3324
|
+
|
3241
3325
|
msgid "Id of the smart proxy"
|
3242
3326
|
msgstr "Smart Proxy の ID"
|
3243
3327
|
|
3328
|
+
msgid "Id of the smart proxy from which the host consumes content."
|
3329
|
+
msgstr ""
|
3330
|
+
|
3244
3331
|
msgid "Idenifier of the SSL CA Cert"
|
3245
3332
|
msgstr "SSL CA 証明書の ID"
|
3246
3333
|
|
@@ -3294,13 +3381,16 @@ msgstr "これが有効な場合は、複合コンテンツビューを公開ま
|
|
3294
3381
|
msgid "If this is enabled, and register_hostname_fact is set and provided, registration will look for a new host by name only using that fact, and will skip all hostname matching"
|
3295
3382
|
msgstr "これが有効で、register_hostname_fact が設定および指定されている場合には、登録時に、そのファクトだけを使用して名前で新規ホストを検索し、ホスト名の照合をすべてスキップします"
|
3296
3383
|
|
3384
|
+
msgid "If this is enabled, content counts on smart proxies will be updated automatically after content sync."
|
3385
|
+
msgstr ""
|
3386
|
+
|
3297
3387
|
msgid "If this is enabled, repositories can be deleted even when they belong to published content views. The deleted repository will be removed from all content view versions."
|
3298
3388
|
msgstr "有効の場合、公開済みコンテンツビューに属する場合でもリポジトリーを削除できます。削除されたリポジトリーは、すべてのコンテンツビューバージョンから削除されます。"
|
3299
3389
|
|
3300
3390
|
msgid "If this is enabled, repositories of content view versions without environments (\"archived\") will be distributed at '/pulp/content/<organization>/content_views/<content view>/X.Y/...'."
|
3301
3391
|
msgstr "これが有効な場合には、環境 (\"archived\") がないコンテンツビューバージョンのリポジトリーが '/pulp/content/<organization>/content_views/<content view>/X.Y/...' で配布されます。"
|
3302
3392
|
|
3303
|
-
msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status."
|
3393
|
+
msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status. Also affects the Host Collections dashboard widget."
|
3304
3394
|
msgstr ""
|
3305
3395
|
|
3306
3396
|
msgid "If true, only return repository sets that are associated with an active subscriptions"
|
@@ -3423,6 +3513,9 @@ msgstr "処理中"
|
|
3423
3513
|
msgid "Include"
|
3424
3514
|
msgstr "追加"
|
3425
3515
|
|
3516
|
+
msgid "Include Refs"
|
3517
|
+
msgstr ""
|
3518
|
+
|
3426
3519
|
msgid "Include all RPMs not associated to any errata"
|
3427
3520
|
msgstr "エラータに関連付けられていないすべての RPM を含める"
|
3428
3521
|
|
@@ -3522,9 +3615,15 @@ msgstr "リモート実行によるインストール"
|
|
3522
3615
|
msgid "Installable"
|
3523
3616
|
msgstr "インストール可能"
|
3524
3617
|
|
3618
|
+
msgid "Installable bugfix/enhancement errata"
|
3619
|
+
msgstr ""
|
3620
|
+
|
3525
3621
|
msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
|
3526
3622
|
msgstr ""
|
3527
3623
|
|
3624
|
+
msgid "Installable security errata"
|
3625
|
+
msgstr ""
|
3626
|
+
|
3528
3627
|
msgid "Installable updates"
|
3529
3628
|
msgstr "インストール可能な更新"
|
3530
3629
|
|
@@ -3606,6 +3705,24 @@ msgstr "無効なエクスポート形式が指定されました。形式は %s
|
|
3606
3705
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
3607
3706
|
msgstr "無効なフィルタールールが指定されました。'version' を 'min_version' または 'max_version' と同じタプルで指定することはできません"
|
3608
3707
|
|
3708
|
+
msgid "Invalid format. Container name cannot be blank."
|
3709
|
+
msgstr ""
|
3710
|
+
|
3711
|
+
msgid "Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema."
|
3712
|
+
msgstr ""
|
3713
|
+
|
3714
|
+
msgid "Invalid format. Organization id must be an integer without leading zeros."
|
3715
|
+
msgstr ""
|
3716
|
+
|
3717
|
+
msgid "Invalid format. Organization label cannot be blank."
|
3718
|
+
msgstr ""
|
3719
|
+
|
3720
|
+
msgid "Invalid format. Product id must be an integer without leading zeros."
|
3721
|
+
msgstr ""
|
3722
|
+
|
3723
|
+
msgid "Invalid format. Product label cannot be blank."
|
3724
|
+
msgstr ""
|
3725
|
+
|
3609
3726
|
msgid "Invalid mirroring policy for repository type %{type}, only %{policies} are valid."
|
3610
3727
|
msgstr "リポジトリータイプ %%{type} には無効なミラーリングポリシーです。%%{policies} だけが有効です。"
|
3611
3728
|
|
@@ -3882,6 +3999,9 @@ msgstr "すべての :resource_id を一覧表示します"
|
|
3882
3999
|
msgid "List all organizations"
|
3883
4000
|
msgstr "すべての組織を一覧表示します"
|
3884
4001
|
|
4002
|
+
msgid "List all packages unique by name"
|
4003
|
+
msgstr ""
|
4004
|
+
|
3885
4005
|
msgid "List alternate content sources."
|
3886
4006
|
msgstr "代替コンテンツソースを一覧表示します。"
|
3887
4007
|
|
@@ -4122,6 +4242,15 @@ msgstr "複合コンテンツビューの公開/プロモート前に、コン
|
|
4122
4242
|
msgid "Manage Manifest"
|
4123
4243
|
msgstr "マニフェストの管理"
|
4124
4244
|
|
4245
|
+
msgid "Manage content"
|
4246
|
+
msgstr ""
|
4247
|
+
|
4248
|
+
msgid "Manage errata"
|
4249
|
+
msgstr ""
|
4250
|
+
|
4251
|
+
msgid "Manage packages"
|
4252
|
+
msgstr ""
|
4253
|
+
|
4125
4254
|
msgid "Manifest"
|
4126
4255
|
msgstr "Manifest (マニフェスト)"
|
4127
4256
|
|
@@ -4427,6 +4556,12 @@ msgstr "表示するアーティファクトはありません"
|
|
4427
4556
|
msgid "No available component content view updates"
|
4428
4557
|
msgstr ""
|
4429
4558
|
|
4559
|
+
msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
|
4560
|
+
msgstr ""
|
4561
|
+
|
4562
|
+
msgid "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages."
|
4563
|
+
msgstr ""
|
4564
|
+
|
4430
4565
|
msgid "No available repository or filter updates"
|
4431
4566
|
msgstr ""
|
4432
4567
|
|
@@ -4481,6 +4616,9 @@ msgstr "環境なし"
|
|
4481
4616
|
msgid "No errata filter rules yet"
|
4482
4617
|
msgstr ""
|
4483
4618
|
|
4619
|
+
msgid "No errata found."
|
4620
|
+
msgstr ""
|
4621
|
+
|
4484
4622
|
msgid "No errata matching given search query"
|
4485
4623
|
msgstr ""
|
4486
4624
|
|
@@ -4520,6 +4658,9 @@ msgstr "subscription-manager に登録されているホストが選択肢に含
|
|
4520
4658
|
msgid "No hosts were specified"
|
4521
4659
|
msgstr ""
|
4522
4660
|
|
4661
|
+
msgid "No installed debs found for search term '%s'"
|
4662
|
+
msgstr ""
|
4663
|
+
|
4523
4664
|
msgid "No installed packages and/or enabled repositories have been reported by %s."
|
4524
4665
|
msgstr "%s でレポートされたインストール済みパッケージや有効なリポジトリーはありません。"
|
4525
4666
|
|
@@ -4691,6 +4832,12 @@ msgstr "検索条件に一致するサブスクリプションはありません
|
|
4691
4832
|
msgid "No syncable repositories found for selected products and options."
|
4692
4833
|
msgstr "選択した製品およびオプションに同期可能なリポジトリーが見つかりません。"
|
4693
4834
|
|
4835
|
+
msgid "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed."
|
4836
|
+
msgstr ""
|
4837
|
+
|
4838
|
+
msgid "No upgradable packages found."
|
4839
|
+
msgstr ""
|
4840
|
+
|
4694
4841
|
msgid "No uploads param specified. An array of uploads to import is required."
|
4695
4842
|
msgstr "アップロードパラメータが指定されていません。インポートするアップロードパラメーターの配列が必要です。"
|
4696
4843
|
|
@@ -4757,6 +4904,9 @@ msgstr "ページごとに返される結果数"
|
|
4757
4904
|
msgid "Number to Allocate"
|
4758
4905
|
msgstr "割り当て数"
|
4759
4906
|
|
4907
|
+
msgid "OS"
|
4908
|
+
msgstr ""
|
4909
|
+
|
4760
4910
|
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
4761
4911
|
msgstr "OS は {osRestricted} に制限されています。ホスト OS が一致しない場合は、このホストでリポジトリーは利用できません。"
|
4762
4912
|
|
@@ -4844,15 +4994,24 @@ msgstr "組織を空白にしないでください。"
|
|
4844
4994
|
msgid "Organization id"
|
4845
4995
|
msgstr "組織 ID"
|
4846
4996
|
|
4997
|
+
msgid "Organization id not found: '%s'"
|
4998
|
+
msgstr ""
|
4999
|
+
|
4847
5000
|
msgid "Organization identifier"
|
4848
5001
|
msgstr "組織 ID"
|
4849
5002
|
|
4850
5003
|
msgid "Organization label"
|
4851
5004
|
msgstr "組織ラベル"
|
4852
5005
|
|
5006
|
+
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
5007
|
+
msgstr ""
|
5008
|
+
|
4853
5009
|
msgid "Organization not found"
|
4854
5010
|
msgstr "組織が見つかりません"
|
4855
5011
|
|
5012
|
+
msgid "Organization not found: '%s'"
|
5013
|
+
msgstr ""
|
5014
|
+
|
4856
5015
|
msgid "Organization required"
|
4857
5016
|
msgstr "必要な組織"
|
4858
5017
|
|
@@ -5042,6 +5201,15 @@ msgstr "パッケージ"
|
|
5042
5201
|
msgid "Packages must be provided"
|
5043
5202
|
msgstr "パッケージを指定してください"
|
5044
5203
|
|
5204
|
+
msgid "Packages to be removed"
|
5205
|
+
msgstr ""
|
5206
|
+
|
5207
|
+
msgid "Packages to be updated"
|
5208
|
+
msgstr ""
|
5209
|
+
|
5210
|
+
msgid "Packages to install"
|
5211
|
+
msgstr ""
|
5212
|
+
|
5045
5213
|
msgid "Packages will appear here when available."
|
5046
5214
|
msgstr "パッケージが利用可能になると、ここに表示されます。"
|
5047
5215
|
|
@@ -5153,11 +5321,11 @@ msgstr "お待ちください..."
|
|
5153
5321
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5154
5322
|
msgstr "コンテンツのミラーリングに設定するポリシー。%s のいずれかでなければなりません。"
|
5155
5323
|
|
5156
|
-
msgid "Prefer registered through
|
5157
|
-
msgstr "
|
5324
|
+
msgid "Prefer registered through Smart Proxy for remote execution"
|
5325
|
+
msgstr ""
|
5158
5326
|
|
5159
|
-
msgid "Prefer using a
|
5160
|
-
msgstr "
|
5327
|
+
msgid "Prefer using a Smart Proxy to which a host is registered when using remote execution"
|
5328
|
+
msgstr ""
|
5161
5329
|
|
5162
5330
|
msgid "Prevent from further updates"
|
5163
5331
|
msgstr "今後の更新を回避"
|
@@ -5214,15 +5382,24 @@ msgstr ""
|
|
5214
5382
|
"ホストのインストール済み製品からリストされた製品 ID。\\\n"
|
5215
5383
|
" 製品 API が返した製品 ID とは異なります。"
|
5216
5384
|
|
5385
|
+
msgid "Product id not found: '%s'"
|
5386
|
+
msgstr ""
|
5387
|
+
|
5217
5388
|
msgid "Product label"
|
5218
5389
|
msgstr ""
|
5219
5390
|
|
5391
|
+
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
5392
|
+
msgstr ""
|
5393
|
+
|
5220
5394
|
msgid "Product name"
|
5221
5395
|
msgstr "製品名"
|
5222
5396
|
|
5223
5397
|
msgid "Product name as listed from a host's installed products"
|
5224
5398
|
msgstr "ホストのインストール済み製品からリストされた製品名"
|
5225
5399
|
|
5400
|
+
msgid "Product not found: '%s'"
|
5401
|
+
msgstr ""
|
5402
|
+
|
5226
5403
|
msgid "Product the repository belongs to"
|
5227
5404
|
msgstr "リポジトリーが属する製品"
|
5228
5405
|
|
@@ -5301,8 +5478,8 @@ msgstr "DER エンコードまたは証明書コンテンツの公開鍵ブロ
|
|
5301
5478
|
msgid "Publish"
|
5302
5479
|
msgstr "公開"
|
5303
5480
|
|
5304
|
-
msgid "Publish Lifecycle Environment Repositories"
|
5305
|
-
msgstr "
|
5481
|
+
msgid "Publish Lifecycle Environment Container Repositories"
|
5482
|
+
msgstr ""
|
5306
5483
|
|
5307
5484
|
msgid "Publish a content view"
|
5308
5485
|
msgstr "コンテンツビューの公開"
|
@@ -5319,8 +5496,8 @@ msgstr "公開日"
|
|
5319
5496
|
msgid "Published new version"
|
5320
5497
|
msgstr "新規バージョンを公開しました"
|
5321
5498
|
|
5322
|
-
msgid "Publishing ${name}"
|
5323
|
-
msgstr "
|
5499
|
+
msgid "Publishing ${truncate(name)}"
|
5500
|
+
msgstr ""
|
5324
5501
|
|
5325
5502
|
msgid "Publishing content view"
|
5326
5503
|
msgstr "コンテンツビューの公開"
|
@@ -5709,6 +5886,9 @@ msgstr "Katello インターフェイスでのパッケージグループの削
|
|
5709
5886
|
msgid "Remove package via Katello interface"
|
5710
5887
|
msgstr "Katello インターフェイスでのパッケージの削除"
|
5711
5888
|
|
5889
|
+
msgid "Remove packages"
|
5890
|
+
msgstr ""
|
5891
|
+
|
5712
5892
|
msgid "Remove packages via Katello interface"
|
5713
5893
|
msgstr "Katello インターフェイスでのパッケージの削除"
|
5714
5894
|
|
@@ -5820,6 +6000,9 @@ msgstr "コンテンツビューには、リポジトリーラベル '%s' が関
|
|
5820
6000
|
msgid "Repository name"
|
5821
6001
|
msgstr ""
|
5822
6002
|
|
6003
|
+
msgid "Repository name '%{container_name}' already exists in this product using a different naming scheme. Please retry your request with the %{root_repo_container_push_name} format or destroy and recreate the repository using your preferred schema."
|
6004
|
+
msgstr ""
|
6005
|
+
|
5823
6006
|
msgid "Repository not found"
|
5824
6007
|
msgstr "リポジトリーが見つかりません"
|
5825
6008
|
|
@@ -5874,6 +6057,9 @@ msgstr "バージョンリポジトリーの再公開"
|
|
5874
6057
|
msgid "Republish repository metadata"
|
5875
6058
|
msgstr ""
|
5876
6059
|
|
6060
|
+
msgid "Requested access to '%s' is denied"
|
6061
|
+
msgstr ""
|
6062
|
+
|
5877
6063
|
msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
|
5878
6064
|
msgstr "subscription-manifest をアップロードし、サブスクリプションをホストおよびアクティベーションキーに再度アタッチする必要があります。"
|
5879
6065
|
|
@@ -6021,15 +6207,27 @@ msgstr "有効なコンテンツタイプを返します"
|
|
6021
6207
|
msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
|
6022
6208
|
msgstr "両方とも追加可能で、現在オブジェクトに追加されているコンテンツを返します。値 'content_view_filter' がサポートされています"
|
6023
6209
|
|
6210
|
+
msgid "Review"
|
6211
|
+
msgstr ""
|
6212
|
+
|
6024
6213
|
msgid "Review affected environment"
|
6025
6214
|
msgstr "影響を受ける環境の確認"
|
6026
6215
|
|
6027
6216
|
msgid "Review affected environments"
|
6028
6217
|
msgstr "影響を受ける環境を確認"
|
6029
6218
|
|
6219
|
+
msgid "Review and optionally exclude hosts from your selection."
|
6220
|
+
msgstr ""
|
6221
|
+
|
6222
|
+
msgid "Review and then click {submitBtnText}."
|
6223
|
+
msgstr ""
|
6224
|
+
|
6030
6225
|
msgid "Review details"
|
6031
6226
|
msgstr "詳細を確認"
|
6032
6227
|
|
6228
|
+
msgid "Review hosts"
|
6229
|
+
msgstr ""
|
6230
|
+
|
6033
6231
|
msgid "Review the information below and click "
|
6034
6232
|
msgstr "以下の情報を確認して、次をクリック: "
|
6035
6233
|
|
@@ -6189,6 +6387,9 @@ msgstr "katello-host-tools-tracer をインストールするプロバイダー
|
|
6189
6387
|
msgid "Select a source"
|
6190
6388
|
msgstr ""
|
6191
6389
|
|
6390
|
+
msgid "Select action"
|
6391
|
+
msgstr ""
|
6392
|
+
|
6192
6393
|
msgid "Select add-ons"
|
6193
6394
|
msgstr "アドオンの選択"
|
6194
6395
|
|
@@ -6210,11 +6411,17 @@ msgstr "オプションの選択"
|
|
6210
6411
|
msgid "Select an organization"
|
6211
6412
|
msgstr "組織の選択"
|
6212
6413
|
|
6414
|
+
msgid "Select at least one erratum."
|
6415
|
+
msgstr ""
|
6416
|
+
|
6417
|
+
msgid "Select at least one package."
|
6418
|
+
msgstr ""
|
6419
|
+
|
6213
6420
|
msgid "Select attributes for ${akDetails.name}"
|
6214
6421
|
msgstr ""
|
6215
6422
|
|
6216
|
-
msgid "Select available version of ${cvName} to use"
|
6217
|
-
msgstr "
|
6423
|
+
msgid "Select available version of ${truncate(cvName)} to use"
|
6424
|
+
msgstr ""
|
6218
6425
|
|
6219
6426
|
msgid "Select available version of content views to use"
|
6220
6427
|
msgstr "使用するコンテンツビューの利用可能なバージョンの選択"
|
@@ -6225,6 +6432,12 @@ msgstr "コンテンツビューの選択"
|
|
6225
6432
|
msgid "Select environment"
|
6226
6433
|
msgstr "環境の選択"
|
6227
6434
|
|
6435
|
+
msgid "Select errata"
|
6436
|
+
msgstr ""
|
6437
|
+
|
6438
|
+
msgid "Select errata to apply on the selected hosts. Some errata may already be applied on some hosts."
|
6439
|
+
msgstr ""
|
6440
|
+
|
6228
6441
|
msgid "Select host collection(s) to associate with host {hostName}."
|
6229
6442
|
msgstr "ホスト {hostName} に関連付けるホストコレクションを選択します。"
|
6230
6443
|
|
@@ -6243,9 +6456,18 @@ msgstr "すべての選択を解除"
|
|
6243
6456
|
msgid "Select one"
|
6244
6457
|
msgstr "1 つを選択"
|
6245
6458
|
|
6459
|
+
msgid "Select packages to install on the selected hosts. Some packages may already be installed on some hosts."
|
6460
|
+
msgstr ""
|
6461
|
+
|
6246
6462
|
msgid "Select packages to install to the host {hostName}."
|
6247
6463
|
msgstr "ホスト {hostName} にインストールするパッケージを選択します。"
|
6248
6464
|
|
6465
|
+
msgid "Select packages to remove on the selected hosts."
|
6466
|
+
msgstr ""
|
6467
|
+
|
6468
|
+
msgid "Select packages to upgrade to the latest version. Packages may have different versions on different hosts."
|
6469
|
+
msgstr ""
|
6470
|
+
|
6249
6471
|
msgid "Select page"
|
6250
6472
|
msgstr "ページの選択"
|
6251
6473
|
|
@@ -6282,6 +6504,12 @@ msgstr "選択済みの環境 "
|
|
6282
6504
|
msgid "Selected environments "
|
6283
6505
|
msgstr "選択済みの環境 "
|
6284
6506
|
|
6507
|
+
msgid "Selected errata will be applied on {hostCount} hosts"
|
6508
|
+
msgstr ""
|
6509
|
+
|
6510
|
+
msgid "Selected packages will be {submitAction} on {hostCount} hosts"
|
6511
|
+
msgstr ""
|
6512
|
+
|
6285
6513
|
msgid "Sending a list of included IDs is not allowed when all items are being selected."
|
6286
6514
|
msgstr "すべての項目が選択されている場合、含まれる ID の一覧を送信することはできません。"
|
6287
6515
|
|
@@ -7289,6 +7517,9 @@ msgstr "このコンテンツビューは削除されます。変更は、削除
|
|
7289
7517
|
msgid "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode."
|
7290
7518
|
msgstr ""
|
7291
7519
|
|
7520
|
+
msgid "This endpoint is primarily designed for UI interactions and uploading content into the repository. For API-based uploads, please use the 'content_uploads' endpoint instead."
|
7521
|
+
msgstr ""
|
7522
|
+
|
7292
7523
|
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
7293
7524
|
msgstr "このホストのコンテンツビューおよびライフサイクル環境に含まれていないため、このエラータはインストール可能ではありません。"
|
7294
7525
|
|
@@ -7301,6 +7532,9 @@ msgstr "このホストにはパッケージがありません。"
|
|
7301
7532
|
msgid "This host has errata that are applicable, but not installable. Adjust your filters and try again."
|
7302
7533
|
msgstr ""
|
7303
7534
|
|
7535
|
+
msgid "This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments."
|
7536
|
+
msgstr ""
|
7537
|
+
|
7304
7538
|
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
7305
7539
|
msgstr "このホストの組織はシンプルコンテンツアクセスモードです。サブスクリプションのアタッチが無効になっています。"
|
7306
7540
|
|
@@ -7382,6 +7616,9 @@ msgstr "タイムスタンプ"
|
|
7382
7616
|
msgid "Title"
|
7383
7617
|
msgstr "タイトル"
|
7384
7618
|
|
7619
|
+
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
7620
|
+
msgstr ""
|
7621
|
+
|
7385
7622
|
msgid "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system."
|
7386
7623
|
msgstr ""
|
7387
7624
|
|
@@ -7403,6 +7640,12 @@ msgstr "まず、このホストをホストコレクションに追加します
|
|
7403
7640
|
msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
|
7404
7641
|
msgstr ""
|
7405
7642
|
|
7643
|
+
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
7644
|
+
msgstr ""
|
7645
|
+
|
7646
|
+
msgid "To manage packages, select an action."
|
7647
|
+
msgstr ""
|
7648
|
+
|
7406
7649
|
msgid "Total steps: "
|
7407
7650
|
msgstr "ステップ合計数: "
|
7408
7651
|
|
@@ -7622,9 +7865,6 @@ msgstr "指定されていません"
|
|
7622
7865
|
msgid "Unsupported CDN resource"
|
7623
7866
|
msgstr "サポートされない CDN リソース"
|
7624
7867
|
|
7625
|
-
msgid "Unsupported URL protocol %s."
|
7626
|
-
msgstr "非対応の URL プロトコル %s です。"
|
7627
|
-
|
7628
7868
|
msgid "Unsupported event type %{type}. Supported: %{types}"
|
7629
7869
|
msgstr "サポートされていないイベントタイプ %{type}。サポート: %{types}"
|
7630
7870
|
|
@@ -7802,6 +8042,12 @@ msgstr "以下にアップグレード可能:"
|
|
7802
8042
|
msgid "Upgrade"
|
7803
8043
|
msgstr "アップグレード"
|
7804
8044
|
|
8045
|
+
msgid "Upgrade all packages"
|
8046
|
+
msgstr ""
|
8047
|
+
|
8048
|
+
msgid "Upgrade packages"
|
8049
|
+
msgstr ""
|
8050
|
+
|
7805
8051
|
msgid "Upgrade via customized remote execution"
|
7806
8052
|
msgstr "カスタマイズされたリモート実行によるアップグレード"
|
7807
8053
|
|
@@ -7817,9 +8063,6 @@ msgstr "ファイルのコンテンツのチャンクをアップロード"
|
|
7817
8063
|
msgid "Upload a subscription manifest"
|
7818
8064
|
msgstr "サブスクリプションマニフェストのアップロード"
|
7819
8065
|
|
7820
|
-
msgid "Upload content into the repository"
|
7821
|
-
msgstr "コンテンツのリポジトリーへのアップロード"
|
7822
|
-
|
7823
8066
|
msgid "Upload into"
|
7824
8067
|
msgstr "アップロード先"
|
7825
8068
|
|
@@ -7988,9 +8231,6 @@ msgstr "バージョン ${versionTwo}"
|
|
7988
8231
|
msgid "Version details updated."
|
7989
8232
|
msgstr "バージョン情報が更新されました。"
|
7990
8233
|
|
7991
|
-
msgid "Version in use"
|
7992
|
-
msgstr "使用中のバージョン"
|
7993
|
-
|
7994
8234
|
msgid "Versions"
|
7995
8235
|
msgstr "バージョン"
|
7996
8236
|
|
@@ -8165,6 +8405,9 @@ msgstr "%s 日以内に期限切れになるサブスクリプションがあり
|
|
8165
8405
|
msgid "You have unsaved changes. Do you want to exit without saving your changes?"
|
8166
8406
|
msgstr "保存されていない変更があります。変更を保存せずに終了しますか?"
|
8167
8407
|
|
8408
|
+
msgid "You must select at least one host."
|
8409
|
+
msgstr ""
|
8410
|
+
|
8168
8411
|
msgid "You were not allowed to add %s"
|
8169
8412
|
msgstr "%s を追加できません"
|
8170
8413
|
|
@@ -8183,6 +8426,9 @@ msgstr "%(entitlementCount)s 件のエンタイトルメントに変更を加え
|
|
8183
8426
|
msgid "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest."
|
8184
8427
|
msgstr ""
|
8185
8428
|
|
8429
|
+
msgid "Your manifest has expired. To continue using Red Hat content, import a new manifest."
|
8430
|
+
msgstr ""
|
8431
|
+
|
8186
8432
|
msgid "Your manifest will expire in {daysMessage}. To extend the expiration date, refresh your manifest. Or, if your Foreman is disconnected, import a new manifest."
|
8187
8433
|
msgstr ""
|
8188
8434
|
|
@@ -8624,6 +8870,9 @@ msgstr "%s タスクの開始"
|
|
8624
8870
|
msgid "initiating Pulp task"
|
8625
8871
|
msgstr "Pulp タスクの開始"
|
8626
8872
|
|
8873
|
+
msgid "installed"
|
8874
|
+
msgstr ""
|
8875
|
+
|
8627
8876
|
msgid "installing errata..."
|
8628
8877
|
msgstr "エラータをインストールしています..."
|
8629
8878
|
|
@@ -8978,6 +9227,9 @@ msgstr "無制限"
|
|
8978
9227
|
msgid "update a filter"
|
8979
9228
|
msgstr "フィルターの更新"
|
8980
9229
|
|
9230
|
+
msgid "updated"
|
9231
|
+
msgstr ""
|
9232
|
+
|
8981
9233
|
msgid "updating package group..."
|
8982
9234
|
msgstr "パッケージグループを更新しています..."
|
8983
9235
|
|