katello 4.14.1 → 4.15.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/common/chosen.jquery.js +3 -3
- data/app/assets/javascripts/katello/common/env_select_scroll.js +3 -3
- data/app/assets/javascripts/katello/common/katello.js +8 -7
- data/app/assets/javascripts/katello/common/katello_object.js +3 -3
- data/app/assets/javascripts/katello/common/menu.js +7 -7
- data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +6 -6
- data/app/assets/javascripts/katello/locale/bn/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ca/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/cs/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/de/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/el/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/en/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/en_US/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/es/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/fr/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/gl/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/gu/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/hi/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/id/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/it/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ja/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ka/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/kn/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ko/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/mr/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/or/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pa/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pl/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pt/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ro/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ru/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/sl/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ta/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/te/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/tr/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/vi/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/zh/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +259 -28
- data/app/assets/javascripts/katello/organizations/download_certificate.js +1 -1
- data/app/assets/javascripts/katello/sync_management/sync_management.js +9 -9
- data/app/assets/javascripts/katello/widgets/env_content_view_selector.js +5 -5
- data/app/assets/javascripts/katello/widgets/path_selector.js +6 -6
- data/app/assets/javascripts/katello/widgets/subpanel_new.js +1 -1
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +7 -7
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +6 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +131 -59
- data/app/controllers/katello/api/v2/api_controller.rb +1 -1
- data/app/controllers/katello/api/v2/capsule_content_controller.rb +21 -10
- data/app/controllers/katello/api/v2/content_view_components_controller.rb +1 -1
- data/app/controllers/katello/api/v2/content_view_environments_controller.rb +54 -0
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +3 -3
- data/app/controllers/katello/api/v2/content_views_controller.rb +1 -1
- data/app/controllers/katello/api/v2/environments_controller.rb +1 -1
- data/app/controllers/katello/api/v2/exports_controller.rb +1 -1
- data/app/controllers/katello/api/v2/host_collections_controller.rb +2 -2
- data/app/controllers/katello/api/v2/host_contents_controller.rb +1 -1
- data/app/controllers/katello/api/v2/host_errata_controller.rb +1 -1
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +1 -1
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +1 -4
- data/app/controllers/katello/api/v2/organizations_controller.rb +1 -1
- data/app/controllers/katello/api/v2/repositories_controller.rb +3 -2
- data/app/controllers/katello/api/v2/repository_sets_controller.rb +1 -1
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -16
- data/app/controllers/katello/concerns/api/v2/multi_cv_params_handling.rb +24 -0
- data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +2 -5
- data/app/controllers/katello/concerns/hosts_controller_extensions.rb +1 -1
- data/app/controllers/katello/concerns/registration_commands_controller_extensions.rb +1 -1
- data/app/helpers/katello/concerns/smart_proxy_helper_extensions.rb +5 -5
- data/app/helpers/katello/hosts_and_hostgroups_helper.rb +2 -2
- data/app/helpers/katello/katello_url_helper.rb +1 -1
- data/app/lib/actions/candlepin/product/content_create.rb +12 -1
- data/app/lib/actions/candlepin/product/content_update.rb +21 -4
- data/app/lib/actions/katello/activation_key/reassign.rb +4 -3
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +8 -3
- data/app/lib/actions/katello/capsule_content/update_content_counts.rb +21 -3
- data/app/lib/actions/katello/cdn_configuration/update.rb +1 -1
- data/app/lib/actions/katello/content_view/capsule_sync.rb +17 -1
- data/app/lib/actions/katello/content_view/incremental_updates.rb +1 -1
- data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +1 -1
- data/app/lib/actions/katello/content_view/remove.rb +8 -12
- data/app/lib/actions/katello/content_view_version/import.rb +1 -1
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +2 -2
- data/app/lib/actions/katello/flatpak/scan_remote.rb +62 -0
- data/app/lib/actions/katello/host/hypervisors.rb +1 -1
- data/app/lib/actions/katello/product/content_create.rb +28 -19
- data/app/lib/actions/katello/product/content_destroy.rb +6 -5
- data/app/lib/actions/katello/product/destroy.rb +1 -1
- data/app/lib/actions/katello/repository/clone_contents.rb +14 -0
- data/app/lib/actions/katello/repository/create.rb +24 -17
- data/app/lib/actions/katello/repository/create_container_push_root.rb +44 -0
- data/app/lib/actions/katello/repository/create_root.rb +5 -15
- data/app/lib/actions/katello/repository/destroy.rb +3 -3
- data/app/lib/actions/katello/repository/discover.rb +1 -1
- data/app/lib/actions/katello/repository/finish_upload.rb +13 -0
- data/app/lib/actions/katello/repository/import_upload.rb +1 -1
- data/app/lib/actions/katello/repository/sync.rb +16 -0
- data/app/lib/actions/katello/repository/update.rb +11 -20
- data/app/lib/actions/katello/repository/upload_files.rb +1 -1
- data/app/lib/actions/katello/repository_set/enable_repository.rb +1 -1
- data/app/lib/actions/katello/repository_set/scan_cdn.rb +1 -1
- data/app/lib/actions/katello/upstream_subscriptions/bind_entitlement.rb +1 -1
- data/app/lib/actions/pulp3/capsule_content/sync.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/create.rb +6 -1
- data/app/lib/actions/pulp3/orchestration/repository/trigger_update_repo_cert_guard.rb +1 -1
- data/app/lib/actions/pulp3/repository/initialize.rb +17 -0
- data/app/lib/actions/pulp3/repository/refresh_distribution.rb +1 -1
- data/app/lib/katello/api/constraints/register_with_activation_key_constraint.rb +11 -0
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +1 -1
- data/app/lib/katello/http_resource.rb +6 -6
- data/app/lib/katello/messaging/stomp_connection.rb +4 -4
- data/app/lib/katello/resources/candlepin/activation_key.rb +1 -1
- data/app/lib/katello/resources/candlepin/owner.rb +1 -1
- data/app/lib/katello/resources/candlepin/product.rb +1 -1
- data/app/lib/katello/resources/candlepin.rb +1 -1
- data/app/lib/katello/resources/cdn/katello_cdn.rb +3 -3
- data/app/lib/katello/resources/cdn.rb +1 -1
- data/app/lib/katello/resources/discovery/container.rb +5 -3
- data/app/lib/katello/resources/discovery/yum.rb +3 -1
- data/app/lib/katello/resources/registry.rb +0 -3
- data/app/lib/katello/util/candlepin_repository_checker.rb +2 -2
- data/app/lib/katello/util/cveak_migrator.rb +38 -0
- data/app/lib/katello/util/deb.rb +9 -0
- data/app/lib/katello/util/deduplication_migrator.rb +8 -8
- data/app/lib/katello/util/model.rb +2 -2
- data/app/lib/katello/util/search.rb +5 -5
- data/app/lib/katello/util/task_status.rb +19 -19
- data/app/lib/katello/util/url_matcher.rb +3 -3
- data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -1
- data/app/lib/katello/validators/katello_url_format_validator.rb +2 -2
- data/app/mailers/katello/errata_mailer.rb +1 -4
- data/app/models/katello/activation_key.rb +123 -27
- data/app/models/katello/alternate_content_source.rb +5 -5
- data/app/models/katello/authorization/activation_key.rb +1 -1
- data/app/models/katello/authorization/content_view_environment.rb +7 -0
- data/app/models/katello/cdn_configuration.rb +1 -1
- data/app/models/katello/concerns/content_facet_host_extensions.rb +24 -2
- data/app/models/katello/concerns/host_managed_extensions.rb +11 -6
- data/app/models/katello/concerns/organization_extensions.rb +4 -4
- data/app/models/katello/concerns/redhat_extensions.rb +1 -1
- data/app/models/katello/concerns/smart_proxy_extensions.rb +84 -39
- data/app/models/katello/content.rb +3 -3
- data/app/models/katello/content_view.rb +15 -18
- data/app/models/katello/content_view_environment.rb +56 -15
- data/app/models/katello/content_view_environment_activation_key.rb +20 -0
- data/app/models/katello/content_view_erratum_filter_rule.rb +1 -1
- data/app/models/katello/content_view_filter.rb +2 -2
- data/app/models/katello/content_view_history.rb +1 -1
- data/app/models/katello/content_view_repository.rb +1 -1
- data/app/models/katello/content_view_version.rb +3 -3
- data/app/models/katello/content_view_version_export_history.rb +2 -2
- data/app/models/katello/content_view_version_import_history.rb +1 -1
- data/app/models/katello/events/delete_latest_content_view_version.rb +1 -1
- data/app/models/katello/flatpak_remote.rb +11 -0
- data/app/models/katello/flatpak_remote_repository.rb +12 -0
- data/app/models/katello/flatpak_remote_repository_manifest.rb +10 -0
- data/app/models/katello/glue/candlepin/activation_key.rb +1 -1
- data/app/models/katello/glue/candlepin/candlepin_object.rb +1 -1
- data/app/models/katello/glue/candlepin/pool.rb +1 -1
- data/app/models/katello/glue/pulp/repos.rb +1 -1
- data/app/models/katello/host/content_facet.rb +33 -17
- data/app/models/katello/host/info_provider.rb +2 -4
- data/app/models/katello/host/subscription_facet.rb +2 -2
- data/app/models/katello/host_available_module_stream.rb +1 -1
- data/app/models/katello/installed_product.rb +2 -2
- data/app/models/katello/kt_environment.rb +11 -6
- data/app/models/katello/ping.rb +2 -3
- data/app/models/katello/repository.rb +40 -6
- data/app/models/katello/rhel_lifecycle_status.rb +10 -10
- data/app/models/katello/root_repository.rb +14 -18
- data/app/models/katello/task_status.rb +1 -1
- data/app/models/katello/upstream_pool.rb +2 -2
- data/app/presenters/katello/product_content_presenter.rb +2 -2
- data/app/presenters/katello/repository_presenter.rb +3 -3
- data/app/presenters/katello/sync_status_presenter.rb +3 -3
- data/app/services/cert/certs.rb +6 -2
- data/app/services/katello/candlepin_event_listener.rb +1 -1
- data/app/services/katello/event_monitor/poller_thread.rb +1 -1
- data/app/services/katello/event_queue.rb +1 -1
- data/app/services/katello/product_content_finder.rb +10 -10
- data/app/services/katello/product_content_importer.rb +1 -1
- data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
- data/app/services/katello/pulp3/ansible_collection.rb +1 -1
- data/app/services/katello/pulp3/api/apt.rb +4 -0
- data/app/services/katello/pulp3/content.rb +1 -0
- data/app/services/katello/pulp3/content_view_version/export.rb +3 -10
- data/app/services/katello/pulp3/content_view_version/export_validator.rb +1 -1
- data/app/services/katello/pulp3/content_view_version/import.rb +2 -2
- data/app/services/katello/pulp3/content_view_version/import_gpg_keys.rb +1 -1
- data/app/services/katello/pulp3/content_view_version/importable_products.rb +2 -2
- data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +4 -4
- data/app/services/katello/pulp3/content_view_version/metadata_generator.rb +2 -2
- data/app/services/katello/pulp3/deb.rb +35 -1
- data/app/services/katello/pulp3/docker_manifest.rb +1 -1
- data/app/services/katello/pulp3/docker_manifest_list.rb +6 -2
- data/app/services/katello/pulp3/docker_tag.rb +1 -1
- data/app/services/katello/pulp3/erratum.rb +2 -2
- data/app/services/katello/pulp3/file_unit.rb +1 -1
- data/app/services/katello/pulp3/generic_content_unit.rb +1 -1
- data/app/services/katello/pulp3/module_stream.rb +2 -2
- data/app/services/katello/pulp3/repository/ansible_collection.rb +1 -1
- data/app/services/katello/pulp3/repository/apt.rb +22 -16
- data/app/services/katello/pulp3/repository/docker.rb +2 -2
- data/app/services/katello/pulp3/repository/file.rb +1 -1
- data/app/services/katello/pulp3/repository/generic.rb +1 -1
- data/app/services/katello/pulp3/repository/yum.rb +7 -7
- data/app/services/katello/pulp3/repository.rb +15 -9
- data/app/services/katello/pulp3/repository_mirror.rb +3 -3
- data/app/services/katello/registration_manager.rb +23 -6
- data/app/services/katello/repository_type.rb +3 -3
- data/app/services/katello/smart_proxy_helper.rb +3 -3
- data/app/services/katello/ui_notifications/content_view/delete_latest_version_failure.rb +1 -1
- data/app/services/katello/ui_notifications/subscriptions/expire_soon.rb +3 -3
- data/app/services/katello/ui_notifications/subscriptions/manifest_expire_soon_warning.rb +3 -3
- data/app/services/katello/ui_notifications/task_notification.rb +2 -2
- data/app/services/katello/upstream_connection_checker.rb +1 -1
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +43 -8
- data/app/views/katello/api/v2/alternate_content_sources/base.json.rabl +1 -1
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +5 -5
- data/app/views/katello/api/v2/common/_metadata.json.rabl +1 -1
- data/app/views/katello/api/v2/content_credentials/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_facet/base.json.rabl +15 -6
- data/app/views/katello/api/v2/content_facet/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_view_environments/index.json.rabl +7 -0
- data/app/views/katello/api/v2/content_view_environments/show.json.rabl +33 -0
- data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_view_filters/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +3 -3
- data/app/views/katello/api/v2/content_views/base.json.rabl +3 -3
- data/app/views/katello/api/v2/content_views/show.json.rabl +1 -1
- data/app/views/katello/api/v2/debs/backend.json.rabl +7 -0
- data/app/views/katello/api/v2/debs/base.json.rabl +4 -0
- data/app/views/katello/api/v2/debs/show.json.rabl +2 -0
- data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -0
- data/app/views/katello/api/v2/docker_tags/_base.json.rabl +2 -2
- data/app/views/katello/api/v2/environments/show.json.rabl +4 -4
- data/app/views/katello/api/v2/gpg_keys/show.json.rabl +1 -1
- data/app/views/katello/api/v2/host_collections/base.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts/base.json.rabl +2 -2
- data/app/views/katello/api/v2/package_groups/base.json.rabl +2 -2
- data/app/views/katello/api/v2/products/show.json.rabl +2 -2
- data/app/views/katello/api/v2/repositories/show.json.rabl +1 -1
- data/app/views/katello/api/v2/repository_sets/show.json.rabl +1 -1
- data/app/views/katello/api/v2/subscriptions/base.json.rabl +1 -1
- data/app/views/katello/api/v2/subscriptions/show.json.rabl +3 -3
- data/app/views/katello/api/v2/sync_plans/show.json.rabl +1 -1
- data/config/initializers/inflections.rb +11 -0
- data/config/katello.yaml.example +4 -10
- data/config/routes/api/registry.rb +0 -2
- data/config/routes/api/rhsm.rb +1 -4
- data/config/routes/api/v2.rb +2 -3
- data/db/migrate/20140716211853_repo_rename_feed_to_url.rb +1 -1
- data/db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb +1 -1
- data/db/migrate/20150224083608_remove_docker_registry_url.rb +1 -1
- data/db/migrate/20160808002834_add_files.rb +1 -1
- data/db/migrate/20161014133811_move_content_view_version_description_to_histories.rb +1 -1
- data/db/migrate/20200818192230_update_system_purpose_status.rb +1 -1
- data/db/migrate/20201012172713_remove_gpg_key_perms.rb +1 -1
- data/db/migrate/20210322142311_add_auth_url_token_to_root_repositories.rb +1 -1
- data/db/migrate/20211220185935_clean_duplicate_content_units.rb +2 -2
- data/db/migrate/20230717150442_change_change_content_source_job_template_name.rb +1 -1
- data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +1 -1
- data/db/migrate/20240508100434_add_content_id_to_katello_repository.rb +5 -0
- data/db/migrate/20240730163043_add_content_view_environment_activation_key.rb +87 -0
- data/db/migrate/20240806130902_add_more_deb_fields.rb +15 -0
- data/db/migrate/20240903194428_add_priority_to_content_view_environment_activation_key.rb +5 -0
- data/db/migrate/20241007200316_add_fields_to_katello_docker_manifest_list.rb +8 -0
- data/db/migrate/20241007212705_add_bootc_facts_to_content_facet.rb +27 -0
- data/db/migrate/20241025151105_remove_pulp3_migrated_hrefs_from_content_tables.rb +10 -0
- data/db/migrate/20241030181402_create_katello_flatpak_tables.rb +41 -0
- data/db/seeds.d/106-mail_notifications.rb +9 -9
- data/db/seeds.d/108-subcription-bookmarks.rb +1 -1
- data/db/seeds.d/109-katello-notification-blueprints.rb +21 -21
- data/db/seeds.d/110-content-view-autopublish.rb +5 -5
- data/db/seeds.d/111-container-image-bookmarks.rb +1 -1
- data/db/seeds.d/111-upgrade_tasks.rb +1 -1
- data/engines/bastion/lib/bastion/engine.rb +1 -1
- data/engines/bastion/lib/bastion.rb +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +16 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +29 -15
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html +13 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-host-collections-modal.controller.js +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html +4 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.routes.js +9 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-dependencies.html +54 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html +13 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb.html +8 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +11 -0
- data/engines/bastion_katello/app/assets/stylesheets/bastion_katello/activation_keys.scss +1 -1
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -1
- data/lib/katello/engine.rb +17 -15
- data/lib/katello/permission_creator.rb +51 -49
- data/lib/katello/permissions/host_permissions.rb +4 -4
- data/lib/katello/permissions/organization_permissions.rb +4 -4
- data/lib/katello/permissions/registry_permissions.rb +1 -1
- data/lib/katello/permissions/roles_permissions.rb +1 -1
- data/lib/katello/permissions/user_permissions.rb +1 -1
- data/lib/katello/plugin.rb +14 -8
- data/lib/katello/repository_types/docker.rb +4 -2
- data/lib/katello/repository_types/ostree.rb +5 -3
- data/lib/katello/repository_types/python.rb +1 -1
- data/lib/katello/repository_types/yum.rb +2 -1
- data/lib/katello/scheduled_jobs.rb +1 -1
- data/lib/katello/tasks/migrate_structure_content_for_deb.rake +105 -0
- data/lib/katello/tasks/receptor/extract_orgs.rake +1 -1
- data/lib/katello/tasks/reimport.rake +1 -1
- data/lib/katello/tasks/repository.rake +19 -9
- data/lib/katello/tasks/upgrades/4.1/reupdate_content_import_export_perms.rake +1 -1
- data/lib/katello/tasks/upgrades/4.3/fix_url_auth.rake +1 -1
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +92 -1
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +259 -28
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +258 -27
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +258 -27
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +258 -30
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +258 -27
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +259 -28
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +258 -27
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +258 -27
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +258 -27
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +258 -27
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +258 -27
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +258 -27
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +259 -28
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +258 -27
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +259 -28
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +258 -27
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +258 -27
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +258 -27
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +258 -27
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +258 -27
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +259 -28
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +259 -28
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +259 -28
- data/locale/katello.pot +1041 -696
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +258 -27
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +259 -28
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +258 -27
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +258 -27
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +258 -27
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +258 -27
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +258 -27
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +258 -27
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +258 -27
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +258 -27
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +259 -28
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +258 -27
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +258 -27
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +259 -28
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +258 -27
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +258 -27
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +259 -28
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +258 -27
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +258 -27
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +258 -27
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +258 -27
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +258 -27
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +258 -27
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +259 -28
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +259 -28
- data/vendor/assets/javascripts/katello/chosen.jquery.js +2 -2
- data/vendor/assets/javascripts/katello/jquery.ba-bbq.js +1 -1
- data/vendor/assets/javascripts/katello/jquery.hoverIntent.js +2 -2
- data/webpack/ForemanColumnExtensions/index.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +113 -86
- data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +7 -2
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js +31 -4
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +1 -1
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +1 -7
- data/webpack/components/extensions/RegistrationCommands/helpers.js +15 -0
- data/webpack/components/extensions/RegistrationCommands/index.js +3 -9
- data/webpack/global_index.js +11 -4
- data/webpack/redux/actions/RedHatRepositories/helpers.js +2 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +4 -0
- data/webpack/scenes/ActivationKeys/Details/components/CVEDetailsCard.js +37 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +1 -2
- data/webpack/scenes/Hosts/ChangeContentSource/helpers.js +2 -8
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +22 -2
- data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +39 -20
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +2 -1
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +6 -4
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +62 -0
- metadata +134 -76
- data/app/lib/katello/api/constraints/activation_key_constraint.rb +0 -7
- /data/app/lib/katello/{api → routing}/mapper_extensions.rb +0 -0
data/locale/ja/katello.po
CHANGED
@@ -420,10 +420,10 @@ msgstr ""
|
|
420
420
|
msgid "A backend service [ %s ] is unreachable"
|
421
421
|
msgstr "バックエンドサービス [ %s ] に到達できません"
|
422
422
|
|
423
|
-
msgid "A comma-separated list of refs to include during
|
423
|
+
msgid "A comma-separated list of refs to include during an ostree sync. The wildcards *, ? are recognized."
|
424
424
|
msgstr ""
|
425
425
|
|
426
|
-
msgid "A comma-separated list of tags to exclude during
|
426
|
+
msgid "A comma-separated list of tags to exclude during an ostree sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
|
427
427
|
msgstr ""
|
428
428
|
|
429
429
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
@@ -477,9 +477,6 @@ msgstr "任意"
|
|
477
477
|
msgid "About page"
|
478
478
|
msgstr "About ページ"
|
479
479
|
|
480
|
-
msgid "Abstract"
|
481
|
-
msgstr "概要"
|
482
|
-
|
483
480
|
msgid "Abstract async task"
|
484
481
|
msgstr "非同期タスクの抽象化"
|
485
482
|
|
@@ -510,6 +507,15 @@ msgstr "アクティベーションキー"
|
|
510
507
|
msgid "Activation key"
|
511
508
|
msgstr "アクティベーションキー"
|
512
509
|
|
510
|
+
msgid "Activation key %s has more than one content view. Use #content_views instead."
|
511
|
+
msgstr ""
|
512
|
+
|
513
|
+
msgid "Activation key %s has more than one lifecycle environment. Use #lifecycle_environments instead."
|
514
|
+
msgstr ""
|
515
|
+
|
516
|
+
msgid "Activation key '%s' is associated to multiple environments and registering to multiple environments is not enabled."
|
517
|
+
msgstr ""
|
518
|
+
|
513
519
|
msgid "Activation key ID"
|
514
520
|
msgstr "アクティベーションキー ID"
|
515
521
|
|
@@ -525,6 +531,9 @@ msgstr ""
|
|
525
531
|
msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
|
526
532
|
msgstr "CentOS および Red Hat Enterprise Linux に必要な subscription-manager クライアントのアクティベーションキー。複数のキーの場合は、代わりに `activation_keys` パラメーターを使用してください。"
|
527
533
|
|
534
|
+
msgid "Activation key identifier"
|
535
|
+
msgstr ""
|
536
|
+
|
528
537
|
msgid "Activation key(s) to use during registration"
|
529
538
|
msgstr ""
|
530
539
|
|
@@ -779,6 +788,9 @@ msgstr ""
|
|
779
788
|
"アップロード中にエラーが発生しました \n"
|
780
789
|
"%{error_message}"
|
781
790
|
|
791
|
+
msgid "An option to specify how many ostree commits to traverse."
|
792
|
+
msgstr ""
|
793
|
+
|
782
794
|
msgid "Another component already includes content view with ID %s"
|
783
795
|
msgstr "別のコンポーネントに ID %s のコンテンツがすでに含まれています"
|
784
796
|
|
@@ -887,6 +899,12 @@ msgstr "追加するコンポーネントの配列"
|
|
887
899
|
msgid "Array of content view component IDs to remove. Identifier of the component association"
|
888
900
|
msgstr "削除するコンテンツビューコンポーネント ID の配列。コンポーネントの関連付けの ID"
|
889
901
|
|
902
|
+
msgid "Array of content view environment ids associated with the activation key. Ignored if content_view_id and lifecycle_environment_id are specified.Requires allow_multiple_content_views setting to be on."
|
903
|
+
msgstr ""
|
904
|
+
|
905
|
+
msgid "Array of content view environment ids to be associated with the activation key. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
906
|
+
msgstr ""
|
907
|
+
|
890
908
|
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
909
|
msgstr ""
|
892
910
|
|
@@ -930,6 +948,9 @@ msgstr "1 台以上のホストにリリースバージョンを割り当てま
|
|
930
948
|
msgid "Assigning a host to multiple content view environments is not enabled."
|
931
949
|
msgstr ""
|
932
950
|
|
951
|
+
msgid "Assigning an activation key to multiple content view environments is not enabled."
|
952
|
+
msgstr ""
|
953
|
+
|
933
954
|
msgid "Associated location IDs"
|
934
955
|
msgstr "関連するロケーション ID"
|
935
956
|
|
@@ -1185,6 +1206,9 @@ msgstr "複合バージョンを複合コンテンツビューに追加できま
|
|
1185
1206
|
msgid "Cannot add composite versions to another composite content view"
|
1186
1207
|
msgstr "複合バージョンを別の複合コンテンツビューに追加できません"
|
1187
1208
|
|
1209
|
+
msgid "Cannot add content view environments from a different organization"
|
1210
|
+
msgstr ""
|
1211
|
+
|
1188
1212
|
msgid "Cannot add default content view to composite content view"
|
1189
1213
|
msgstr "デフォルトのコンテンツビューを複合コンテンツビューに追加できません"
|
1190
1214
|
|
@@ -1269,7 +1293,7 @@ msgstr ""
|
|
1269
1293
|
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."
|
1270
1294
|
msgstr ""
|
1271
1295
|
|
1272
|
-
msgid "Cannot install errata: No
|
1296
|
+
msgid "Cannot install errata: No errata found for search term '%s'"
|
1273
1297
|
msgstr ""
|
1274
1298
|
|
1275
1299
|
msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
|
@@ -1302,7 +1326,7 @@ msgstr "カスタムリポジトリーではないリポジトリーからコン
|
|
1302
1326
|
msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
|
1303
1327
|
msgstr "環境からコンテンツビューを削除できません。ライフサイクル環境 '%{env}' にはコンテンツビュー '%{view}' がありません。"
|
1304
1328
|
|
1305
|
-
msgid "Cannot remove package(s):
|
1329
|
+
msgid "Cannot remove package(s): No installed packages found for search term '%s'."
|
1306
1330
|
msgstr ""
|
1307
1331
|
|
1308
1332
|
msgid "Cannot set attribute %{attr} for content type %{type}"
|
@@ -1326,7 +1350,7 @@ msgstr "file:// リポジトリーをオンデマンドダウンロードポリ
|
|
1326
1350
|
msgid "Cannot update properties of a container push repository"
|
1327
1351
|
msgstr ""
|
1328
1352
|
|
1329
|
-
msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
|
1353
|
+
msgid "Cannot upgrade packages: No installed packages found for search term '%s'."
|
1330
1354
|
msgstr ""
|
1331
1355
|
|
1332
1356
|
msgid "Cannot upload Ansible collections."
|
@@ -1410,6 +1434,12 @@ msgstr "閉じる"
|
|
1410
1434
|
msgid "Collapse All"
|
1411
1435
|
msgstr "すべて折りたたむ"
|
1412
1436
|
|
1437
|
+
msgid "Comma-separated list of Candlepin environment names associated with the activation key, 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."
|
1438
|
+
msgstr ""
|
1439
|
+
|
1440
|
+
msgid "Comma-separated list of Candlepin environment names to be associated with the activation key, 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."
|
1441
|
+
msgstr ""
|
1442
|
+
|
1413
1443
|
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
1444
|
msgstr ""
|
1415
1445
|
|
@@ -1422,6 +1452,9 @@ msgstr "コンテナーイメージリポジトリーの同期時に除外する
|
|
1422
1452
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1423
1453
|
msgstr "コンテナーイメージリポジトリーに同期するコンマ区切りのタグ一覧"
|
1424
1454
|
|
1455
|
+
msgid "Commit upload"
|
1456
|
+
msgstr ""
|
1457
|
+
|
1425
1458
|
msgid "Compare"
|
1426
1459
|
msgstr "比較"
|
1427
1460
|
|
@@ -1767,15 +1800,24 @@ msgstr "クリップボードにコピーしました"
|
|
1767
1800
|
msgid "Copy"
|
1768
1801
|
msgstr "コピー"
|
1769
1802
|
|
1803
|
+
msgid "Copy all units"
|
1804
|
+
msgstr ""
|
1805
|
+
|
1770
1806
|
msgid "Copy an activation key"
|
1771
1807
|
msgstr "アクティベーションキーをコピーします"
|
1772
1808
|
|
1809
|
+
msgid "Copy content"
|
1810
|
+
msgstr ""
|
1811
|
+
|
1773
1812
|
msgid "Copy content view"
|
1774
1813
|
msgstr "コンテンツビューのコピー"
|
1775
1814
|
|
1776
1815
|
msgid "Copy to clipboard"
|
1777
1816
|
msgstr "クリップボードへのコピー"
|
1778
1817
|
|
1818
|
+
msgid "Copy version"
|
1819
|
+
msgstr ""
|
1820
|
+
|
1779
1821
|
msgid "Copy version units to library"
|
1780
1822
|
msgstr "バージョンユニットのライブラリーへのコピー"
|
1781
1823
|
|
@@ -1863,8 +1905,8 @@ msgstr "コンテンツホストのコンテンツビュー ID「%s」が見つ
|
|
1863
1905
|
msgid "Couldn't find content host environment '%s'"
|
1864
1906
|
msgstr "コンテンツホストの環境 '%s' が見つかりませんでした"
|
1865
1907
|
|
1866
|
-
msgid "Couldn't find content view '%
|
1867
|
-
msgstr "
|
1908
|
+
msgid "Couldn't find content view environment with content view ID '%{cv}' and environment ID '%{env}'"
|
1909
|
+
msgstr ""
|
1868
1910
|
|
1869
1911
|
msgid "Couldn't find content view version '%s'"
|
1870
1912
|
msgstr "コンテンツビューのバージョン '%s' が見つかりませんでした"
|
@@ -1923,6 +1965,9 @@ msgstr "ACS の作成"
|
|
1923
1965
|
msgid "Create Alternate Content Source"
|
1924
1966
|
msgstr "代替コンテンツソースの作成"
|
1925
1967
|
|
1968
|
+
msgid "Create Container Push Repository Root"
|
1969
|
+
msgstr ""
|
1970
|
+
|
1926
1971
|
msgid "Create Export History"
|
1927
1972
|
msgstr "エクスポート履歴の作成"
|
1928
1973
|
|
@@ -1980,12 +2025,21 @@ msgstr "生成された SSL 証明書およびキーでコンテンツの認証
|
|
1980
2025
|
msgid "Create content view"
|
1981
2026
|
msgstr "コンテンツビューの作成"
|
1982
2027
|
|
2028
|
+
msgid "Create exporter"
|
2029
|
+
msgstr ""
|
2030
|
+
|
1983
2031
|
msgid "Create filter"
|
1984
2032
|
msgstr "フィルターの作成"
|
1985
2033
|
|
1986
2034
|
msgid "Create host collection"
|
1987
2035
|
msgstr "ホストコレクションの作成"
|
1988
2036
|
|
2037
|
+
msgid "Create import"
|
2038
|
+
msgstr ""
|
2039
|
+
|
2040
|
+
msgid "Create importer"
|
2041
|
+
msgstr ""
|
2042
|
+
|
1989
2043
|
msgid "Create new activation key"
|
1990
2044
|
msgstr ""
|
1991
2045
|
|
@@ -1995,6 +2049,12 @@ msgstr "組織の作成"
|
|
1995
2049
|
msgid "Create package filter rule"
|
1996
2050
|
msgstr "パッケージフィルタールールの作成"
|
1997
2051
|
|
2052
|
+
msgid "Create publication"
|
2053
|
+
msgstr ""
|
2054
|
+
|
2055
|
+
msgid "Create remote"
|
2056
|
+
msgstr ""
|
2057
|
+
|
1998
2058
|
msgid "Create rule"
|
1999
2059
|
msgstr "ルールの作成"
|
2000
2060
|
|
@@ -2241,12 +2301,36 @@ msgstr "コンテンツビューの削除"
|
|
2241
2301
|
msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
|
2242
2302
|
msgstr ""
|
2243
2303
|
|
2304
|
+
msgid "Delete distributions"
|
2305
|
+
msgstr ""
|
2306
|
+
|
2244
2307
|
msgid "Delete manifest from Red Hat provider"
|
2245
2308
|
msgstr "Red Hat プロバイダーからマニフェストを削除"
|
2246
2309
|
|
2247
2310
|
msgid "Delete multiple filters from a content view"
|
2248
2311
|
msgstr "コンテンツビューから複数のフィルターを削除します"
|
2249
2312
|
|
2313
|
+
msgid "Delete orphan alternate content sources"
|
2314
|
+
msgstr ""
|
2315
|
+
|
2316
|
+
msgid "Delete orphan distributions"
|
2317
|
+
msgstr ""
|
2318
|
+
|
2319
|
+
msgid "Delete orphan remotes"
|
2320
|
+
msgstr ""
|
2321
|
+
|
2322
|
+
msgid "Delete orphan repository versions"
|
2323
|
+
msgstr ""
|
2324
|
+
|
2325
|
+
msgid "Delete orphaned migrated repositories"
|
2326
|
+
msgstr ""
|
2327
|
+
|
2328
|
+
msgid "Delete remote"
|
2329
|
+
msgstr ""
|
2330
|
+
|
2331
|
+
msgid "Delete repository references"
|
2332
|
+
msgstr ""
|
2333
|
+
|
2250
2334
|
msgid "Delete version"
|
2251
2335
|
msgstr "バージョンの削除"
|
2252
2336
|
|
@@ -2277,6 +2361,9 @@ msgstr "バージョン {versionList} を削除しています"
|
|
2277
2361
|
msgid "Deleting versions: {versionList}"
|
2278
2362
|
msgstr "バージョンを削除しています: {versionList}"
|
2279
2363
|
|
2364
|
+
msgid "Depth"
|
2365
|
+
msgstr ""
|
2366
|
+
|
2280
2367
|
msgid "Description"
|
2281
2368
|
msgstr "説明"
|
2282
2369
|
|
@@ -2340,6 +2427,12 @@ msgstr "環境の破棄"
|
|
2340
2427
|
msgid "Destroy an environment in an organization"
|
2341
2428
|
msgstr "組織の環境を破棄"
|
2342
2429
|
|
2430
|
+
msgid "Destroy exporter"
|
2431
|
+
msgstr ""
|
2432
|
+
|
2433
|
+
msgid "Destroy importer"
|
2434
|
+
msgstr ""
|
2435
|
+
|
2343
2436
|
msgid "Destroy one or more alternate content sources"
|
2344
2437
|
msgstr "1 つ以上の代替コンテンツソースの破棄"
|
2345
2438
|
|
@@ -2523,6 +2616,9 @@ msgstr "セットのリポジトリーを有効化します"
|
|
2523
2616
|
msgid "Enable repository sets"
|
2524
2617
|
msgstr "リポジトリーセットの有効化"
|
2525
2618
|
|
2619
|
+
msgid "Enable structured APT for deb content"
|
2620
|
+
msgstr ""
|
2621
|
+
|
2526
2622
|
msgid "Enable/Disable auto publish of composite view"
|
2527
2623
|
msgstr "複合ビューの自動公開を有効/無効にします"
|
2528
2624
|
|
@@ -2574,12 +2670,18 @@ msgstr "環境"
|
|
2574
2670
|
msgid "Environment ID"
|
2575
2671
|
msgstr ""
|
2576
2672
|
|
2673
|
+
msgid "Environment ID and content view ID must be provided together"
|
2674
|
+
msgstr ""
|
2675
|
+
|
2577
2676
|
msgid "Environment IDs"
|
2578
2677
|
msgstr "環境 ID"
|
2579
2678
|
|
2580
2679
|
msgid "Environment cannot be in its own promotion path"
|
2581
2680
|
msgstr "同じ環境内のプロモートパスに環境を存在させることはできません。"
|
2582
2681
|
|
2682
|
+
msgid "Environment contents refresh"
|
2683
|
+
msgstr ""
|
2684
|
+
|
2583
2685
|
msgid "Environment identifier"
|
2584
2686
|
msgstr "環境 ID"
|
2585
2687
|
|
@@ -2965,6 +3067,9 @@ msgstr ""
|
|
2965
3067
|
msgid "Generate host applicability"
|
2966
3068
|
msgstr "ホストに適用可能なエラータを生成します"
|
2967
3069
|
|
3070
|
+
msgid "Generate metadata"
|
3071
|
+
msgstr ""
|
3072
|
+
|
2968
3073
|
msgid "Generate repository applicability"
|
2969
3074
|
msgstr "リポジトリーに適用可能なエラータを生成します"
|
2970
3075
|
|
@@ -3037,12 +3142,18 @@ msgstr "HW プロパティー"
|
|
3037
3142
|
msgid "Has to be > 0"
|
3038
3143
|
msgstr "0 より大きい必要があります"
|
3039
3144
|
|
3145
|
+
msgid "Hash containing the Id of the single lifecycle environment to be associated with the activation key."
|
3146
|
+
msgstr ""
|
3147
|
+
|
3040
3148
|
msgid "Help"
|
3041
3149
|
msgstr ""
|
3042
3150
|
|
3043
3151
|
msgid "Helper"
|
3044
3152
|
msgstr "ヘルパー"
|
3045
3153
|
|
3154
|
+
msgid "Hide Reclaim Space Warning"
|
3155
|
+
msgstr ""
|
3156
|
+
|
3046
3157
|
msgid "Hide affected activation keys"
|
3047
3158
|
msgstr "影響のあるアクティベーションキーを非表示"
|
3048
3159
|
|
@@ -3157,6 +3268,9 @@ msgstr "該当するエラータをリストするホスト ID"
|
|
3157
3268
|
msgid "Host id to list applicable packages for"
|
3158
3269
|
msgstr "該当するパッケージをリストするホスト ID"
|
3159
3270
|
|
3271
|
+
msgid "Host identifier"
|
3272
|
+
msgstr ""
|
3273
|
+
|
3160
3274
|
msgid "Host lifecycle support expiration notification"
|
3161
3275
|
msgstr ""
|
3162
3276
|
|
@@ -3256,9 +3370,6 @@ msgstr "無効にするセットに含まれるリポジトリーの ID"
|
|
3256
3370
|
msgid "ID of the sync plan"
|
3257
3371
|
msgstr "同期プランの ID"
|
3258
3372
|
|
3259
|
-
msgid "ID: %s doesn't exist "
|
3260
|
-
msgstr "ID: %s が存在しません "
|
3261
|
-
|
3262
3373
|
msgid "IDs of products to copy repository information from into a Simplified Alternate Content Source. Products must include at least one repository of the chosen content type."
|
3263
3374
|
msgstr "リポジトリー情報を Simplified Alternate Content Source にコピーする製品の ID。製品には、選択したコンテンツタイプのリポジトリーが少なくとも 1 つ含まれている必要があります。"
|
3264
3375
|
|
@@ -3316,9 +3427,15 @@ msgstr "同期を制限するリポジトリーの ID"
|
|
3316
3427
|
msgid "Id of the repository to limit verifying checksum on"
|
3317
3428
|
msgstr ""
|
3318
3429
|
|
3430
|
+
msgid "Id of the single content view to be associated with the activation key."
|
3431
|
+
msgstr ""
|
3432
|
+
|
3319
3433
|
msgid "Id of the single content view to be associated with the host."
|
3320
3434
|
msgstr ""
|
3321
3435
|
|
3436
|
+
msgid "Id of the single lifecycle environment to be associated with the activation key."
|
3437
|
+
msgstr ""
|
3438
|
+
|
3322
3439
|
msgid "Id of the single lifecycle environment to be associated with the host."
|
3323
3440
|
msgstr ""
|
3324
3441
|
|
@@ -3369,6 +3486,9 @@ msgstr "DMI UUID が重複しているためにホストの登録に失敗した
|
|
3369
3486
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
3370
3487
|
msgstr ""
|
3371
3488
|
|
3489
|
+
msgid "If set, newly created APT repos in Katello will use the same repo structure as the remote repos they are synchronized from. You may migrate existing APT repos to match the setting, by running 'foreman-rake katello:migrate_structure_content_for_deb'."
|
3490
|
+
msgstr ""
|
3491
|
+
|
3372
3492
|
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
3373
3493
|
msgstr "指定された場合、ID と数量が一致するサブスクリプションの最初のインスタンスを削除します"
|
3374
3494
|
|
@@ -3390,6 +3510,9 @@ msgstr "有効の場合、公開済みコンテンツビューに属する場合
|
|
3390
3510
|
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/...'."
|
3391
3511
|
msgstr "これが有効な場合には、環境 (\"archived\") がないコンテンツビューバージョンのリポジトリーが '/pulp/content/<organization>/content_views/<content view>/X.Y/...' で配布されます。"
|
3392
3512
|
|
3513
|
+
msgid "If this is enabled, the Smart Proxy page will suppress the warning message about reclaiming space."
|
3514
|
+
msgstr ""
|
3515
|
+
|
3393
3516
|
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."
|
3394
3517
|
msgstr ""
|
3395
3518
|
|
@@ -3477,6 +3600,9 @@ msgstr "リポジトリーのインポート"
|
|
3477
3600
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3478
3601
|
msgstr ""
|
3479
3602
|
|
3603
|
+
msgid "Import migration"
|
3604
|
+
msgstr ""
|
3605
|
+
|
3480
3606
|
msgid "Import new manifest"
|
3481
3607
|
msgstr ""
|
3482
3608
|
|
@@ -3486,6 +3612,12 @@ msgstr "インポートのみ"
|
|
3486
3612
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3487
3613
|
msgstr "インポートのみのコンテンツビューは直接公開できません。コンテンツは、ビューにインポートしなければ更新されません。"
|
3488
3614
|
|
3615
|
+
msgid "Import repository upload"
|
3616
|
+
msgstr ""
|
3617
|
+
|
3618
|
+
msgid "Import upload"
|
3619
|
+
msgstr ""
|
3620
|
+
|
3489
3621
|
msgid "Import uploads into a repository"
|
3490
3622
|
msgstr "アップロードのリポジトリーへのインポート"
|
3491
3623
|
|
@@ -3582,6 +3714,9 @@ msgstr "情報タイプは以下のいずれかでなければなりません [
|
|
3582
3714
|
msgid "Inherit from Repository"
|
3583
3715
|
msgstr "リポジトリーから継承"
|
3584
3716
|
|
3717
|
+
msgid "Initialize"
|
3718
|
+
msgstr ""
|
3719
|
+
|
3585
3720
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3586
3721
|
msgstr "同期プランに割り当てられた製品の同期を開始します"
|
3587
3722
|
|
@@ -3882,7 +4017,7 @@ msgstr "最新のエラータ"
|
|
3882
4017
|
msgid "Latest version"
|
3883
4018
|
msgstr "最新バージョン"
|
3884
4019
|
|
3885
|
-
msgid "Learn more about adding subscription manifests "
|
4020
|
+
msgid "Learn more about adding subscription manifests in "
|
3886
4021
|
msgstr ""
|
3887
4022
|
|
3888
4023
|
msgid "Legacy UI"
|
@@ -4020,6 +4155,9 @@ msgstr "このコンテンツビューに割り当てられたコンポーネン
|
|
4020
4155
|
msgid "List content counts for the smart proxy"
|
4021
4156
|
msgstr ""
|
4022
4157
|
|
4158
|
+
msgid "List content view environments"
|
4159
|
+
msgstr ""
|
4160
|
+
|
4023
4161
|
msgid "List content view versions"
|
4024
4162
|
msgstr "コンテンツビューのバージョンを一覧表示"
|
4025
4163
|
|
@@ -4391,6 +4529,15 @@ msgstr "モジュールストリーム"
|
|
4391
4529
|
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
4392
4530
|
msgstr "Red Hat リポジトリーを有効にしたり、カスタム製品を作成したりすると、モジュールストリームがここに表示されます。"
|
4393
4531
|
|
4532
|
+
msgid "Multi copy all units"
|
4533
|
+
msgstr ""
|
4534
|
+
|
4535
|
+
msgid "Multi copy content"
|
4536
|
+
msgstr ""
|
4537
|
+
|
4538
|
+
msgid "Multi copy units"
|
4539
|
+
msgstr ""
|
4540
|
+
|
4394
4541
|
msgid "Multi-entitlement"
|
4395
4542
|
msgstr "マルチエンタイトルメント"
|
4396
4543
|
|
@@ -4559,7 +4706,7 @@ msgstr ""
|
|
4559
4706
|
msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
|
4560
4707
|
msgstr ""
|
4561
4708
|
|
4562
|
-
msgid "No available packages found for search term '%s'.
|
4709
|
+
msgid "No available packages found for search term '%s'."
|
4563
4710
|
msgstr ""
|
4564
4711
|
|
4565
4712
|
msgid "No available repository or filter updates"
|
@@ -4577,6 +4724,12 @@ msgstr "コンテンツ ID が提供されていません"
|
|
4577
4724
|
msgid "No content in selected versions."
|
4578
4725
|
msgstr "選択したバージョンにコンテンツがありません。"
|
4579
4726
|
|
4727
|
+
msgid "No content view environments found with ids: %{ids}"
|
4728
|
+
msgstr ""
|
4729
|
+
|
4730
|
+
msgid "No content view environments found with names: %{names}"
|
4731
|
+
msgstr ""
|
4732
|
+
|
4580
4733
|
msgid "No content view history events found."
|
4581
4734
|
msgstr "コンテンビューの履歴イベントが見つかりません。"
|
4582
4735
|
|
@@ -4832,7 +4985,7 @@ msgstr "検索条件に一致するサブスクリプションはありません
|
|
4832
4985
|
msgid "No syncable repositories found for selected products and options."
|
4833
4986
|
msgstr "選択した製品およびオプションに同期可能なリポジトリーが見つかりません。"
|
4834
4987
|
|
4835
|
-
msgid "No upgradable packages found for search term '%s'.
|
4988
|
+
msgid "No upgradable packages found for search term '%s'."
|
4836
4989
|
msgstr ""
|
4837
4990
|
|
4838
4991
|
msgid "No upgradable packages found."
|
@@ -5363,6 +5516,9 @@ msgstr "製品コンテンツ"
|
|
5363
5516
|
msgid "Product Create"
|
5364
5517
|
msgstr "製品の作成"
|
5365
5518
|
|
5519
|
+
msgid "Product Host Count"
|
5520
|
+
msgstr ""
|
5521
|
+
|
5366
5522
|
msgid "Product ID"
|
5367
5523
|
msgstr "製品 ID"
|
5368
5524
|
|
@@ -5550,6 +5706,9 @@ msgstr "Pulp ストレージ"
|
|
5550
5706
|
msgid "Pulp task error"
|
5551
5707
|
msgstr "Pulp タスクのエラー"
|
5552
5708
|
|
5709
|
+
msgid "Purge completed tasks"
|
5710
|
+
msgstr ""
|
5711
|
+
|
5553
5712
|
msgid "Python Package"
|
5554
5713
|
msgstr "Python パッケージ"
|
5555
5714
|
|
@@ -5658,6 +5817,9 @@ msgstr "再起動が必要です"
|
|
5658
5817
|
msgid "Reclaim Space"
|
5659
5818
|
msgstr "領域の再利用"
|
5660
5819
|
|
5820
|
+
msgid "Reclaim space"
|
5821
|
+
msgstr ""
|
5822
|
+
|
5661
5823
|
msgid "Reclaim space from On Demand repositories"
|
5662
5824
|
msgstr "オンデマンドリポジトリーからの領域の再利用"
|
5663
5825
|
|
@@ -5721,6 +5883,9 @@ msgstr "マニフェストの更新"
|
|
5721
5883
|
msgid "Refresh all alternate content sources"
|
5722
5884
|
msgstr ""
|
5723
5885
|
|
5886
|
+
msgid "Refresh all distributions"
|
5887
|
+
msgstr ""
|
5888
|
+
|
5724
5889
|
msgid "Refresh alternate content sources"
|
5725
5890
|
msgstr "代替コンテンツソースの更新"
|
5726
5891
|
|
@@ -5733,15 +5898,27 @@ msgstr ""
|
|
5733
5898
|
msgid "Refresh counts"
|
5734
5899
|
msgstr ""
|
5735
5900
|
|
5901
|
+
msgid "Refresh distribution"
|
5902
|
+
msgstr ""
|
5903
|
+
|
5736
5904
|
msgid "Refresh errata applicability"
|
5737
5905
|
msgstr ""
|
5738
5906
|
|
5907
|
+
msgid "Refresh if needed"
|
5908
|
+
msgstr ""
|
5909
|
+
|
5739
5910
|
msgid "Refresh package applicability"
|
5740
5911
|
msgstr ""
|
5741
5912
|
|
5742
5913
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5743
5914
|
msgstr "Red Hat プロバイダーの以前にインポートされたマニフェストを更新"
|
5744
5915
|
|
5916
|
+
msgid "Refresh remote"
|
5917
|
+
msgstr ""
|
5918
|
+
|
5919
|
+
msgid "Refresh repos"
|
5920
|
+
msgstr ""
|
5921
|
+
|
5745
5922
|
msgid "Refresh source"
|
5746
5923
|
msgstr "ソースの更新"
|
5747
5924
|
|
@@ -5880,6 +6057,9 @@ msgstr "1 つ以上のホストから 1 つ以上のコンテンツコレクシ
|
|
5880
6057
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
5881
6058
|
msgstr "アップストリームマニフェストから 1 つ以上のサブスクリプションを削除します"
|
5882
6059
|
|
6060
|
+
msgid "Remove orphans"
|
6061
|
+
msgstr ""
|
6062
|
+
|
5883
6063
|
msgid "Remove package group via Katello interface"
|
5884
6064
|
msgstr "Katello インターフェイスでのパッケージグループの削除"
|
5885
6065
|
|
@@ -5907,6 +6087,12 @@ msgstr ""
|
|
5907
6087
|
msgid "Remove subscriptions from one or more hosts"
|
5908
6088
|
msgstr "1 つ以上のホストからサブスクリプションを削除します"
|
5909
6089
|
|
6090
|
+
msgid "Remove units"
|
6091
|
+
msgstr ""
|
6092
|
+
|
6093
|
+
msgid "Remove unneeded repos"
|
6094
|
+
msgstr ""
|
6095
|
+
|
5910
6096
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
5911
6097
|
msgstr "コンテンツビューからバージョンおよび/または環境を削除し、システムおよびキーを再度割り当てます"
|
5912
6098
|
|
@@ -5931,6 +6117,9 @@ msgstr "ID が %{acs_id} の ACS %{acs_name} から ID が %{prod_id} の製品
|
|
5931
6117
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
5932
6118
|
msgstr "すべての環境からこのバージョンを削除しても、バージョンは削除されません。バージョンは引き続き以降のプロモーションの対象になります。"
|
5933
6119
|
|
6120
|
+
msgid "Repair"
|
6121
|
+
msgstr ""
|
6122
|
+
|
5934
6123
|
msgid "Replace content source on the target machine"
|
5935
6124
|
msgstr ""
|
5936
6125
|
|
@@ -5949,12 +6138,18 @@ msgstr "リポジトリー"
|
|
5949
6138
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
5950
6139
|
msgstr "CDN 設定がエアギャップ (切断) に設定されている間、リポジトリーは有効にできません。"
|
5951
6140
|
|
6141
|
+
msgid "Repositories certs reset"
|
6142
|
+
msgstr ""
|
6143
|
+
|
5952
6144
|
msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
|
5953
6145
|
msgstr ""
|
5954
6146
|
|
5955
6147
|
msgid "Repositories from published Content Views are not allowed."
|
5956
6148
|
msgstr "公開されたコンテンツビューからのリポジトリーは許可されません。"
|
5957
6149
|
|
6150
|
+
msgid "Repositories gpg reset"
|
6151
|
+
msgstr ""
|
6152
|
+
|
5958
6153
|
msgid "Repository"
|
5959
6154
|
msgstr "リポジトリー"
|
5960
6155
|
|
@@ -6126,6 +6321,9 @@ msgstr "ホストに関するエラータを 1 つ取得する"
|
|
6126
6321
|
msgid "Return Red Hat (non-custom) products only"
|
6127
6322
|
msgstr "Red Hat (カスタム以外) 製品のみを返します"
|
6128
6323
|
|
6324
|
+
msgid "Return a list of installed packages distinct by name"
|
6325
|
+
msgstr ""
|
6326
|
+
|
6129
6327
|
msgid "Return content that can be added to the specified object. The values 'content_view_version' and 'content_view_filter are supported."
|
6130
6328
|
msgstr "指定のオブジェクトに追加可能なコンテンツを返します。'content_view_version' と 'content_view_filter' の値がサポートされます。"
|
6131
6329
|
|
@@ -6282,9 +6480,27 @@ msgstr "まもなく期限切れになるサブスクリプション"
|
|
6282
6480
|
msgid "Save"
|
6283
6481
|
msgstr "保存"
|
6284
6482
|
|
6483
|
+
msgid "Save artifact"
|
6484
|
+
msgstr ""
|
6485
|
+
|
6486
|
+
msgid "Save distribution references"
|
6487
|
+
msgstr ""
|
6488
|
+
|
6489
|
+
msgid "Save publication"
|
6490
|
+
msgstr ""
|
6491
|
+
|
6492
|
+
msgid "Save version"
|
6493
|
+
msgstr ""
|
6494
|
+
|
6495
|
+
msgid "Save versions"
|
6496
|
+
msgstr ""
|
6497
|
+
|
6285
6498
|
msgid "Saving alternate content source..."
|
6286
6499
|
msgstr "代替コンテンツソースの保存"
|
6287
6500
|
|
6501
|
+
msgid "Scan cdn"
|
6502
|
+
msgstr ""
|
6503
|
+
|
6288
6504
|
msgid "Schema version 1"
|
6289
6505
|
msgstr ""
|
6290
6506
|
|
@@ -7065,6 +7281,9 @@ msgstr ""
|
|
7065
7281
|
msgid "Supported Content Types"
|
7066
7282
|
msgstr "サポート対象のコンテンツタイプ"
|
7067
7283
|
|
7284
|
+
msgid "Sync"
|
7285
|
+
msgstr ""
|
7286
|
+
|
7068
7287
|
msgid "Sync Canceled"
|
7069
7288
|
msgstr "同期が取り消されました"
|
7070
7289
|
|
@@ -7646,6 +7865,9 @@ msgstr ""
|
|
7646
7865
|
msgid "To manage packages, select an action."
|
7647
7866
|
msgstr ""
|
7648
7867
|
|
7868
|
+
msgid "Toggle"
|
7869
|
+
msgstr ""
|
7870
|
+
|
7649
7871
|
msgid "Total steps: "
|
7650
7872
|
msgstr "ステップ合計数: "
|
7651
7873
|
|
@@ -7940,6 +8162,9 @@ msgstr ""
|
|
7940
8162
|
msgid "Update content view environments for host %s"
|
7941
8163
|
msgstr ""
|
7942
8164
|
|
8165
|
+
msgid "Update distributions"
|
8166
|
+
msgstr ""
|
8167
|
+
|
7943
8168
|
msgid "Update hosts manually"
|
7944
8169
|
msgstr ""
|
7945
8170
|
|
@@ -7973,6 +8198,12 @@ msgstr "ホストのリリースバージョンの更新"
|
|
7973
8198
|
msgid "Update release version for host %s"
|
7974
8199
|
msgstr "ホスト %s のリリースバージョンの更新"
|
7975
8200
|
|
8201
|
+
msgid "Update remote"
|
8202
|
+
msgstr ""
|
8203
|
+
|
8204
|
+
msgid "Update repository"
|
8205
|
+
msgstr ""
|
8206
|
+
|
7976
8207
|
msgid "Update services requiring restart"
|
7977
8208
|
msgstr "再起動が必要なサービスの更新"
|
7978
8209
|
|
@@ -8063,6 +8294,12 @@ msgstr "ファイルのコンテンツのチャンクをアップロード"
|
|
8063
8294
|
msgid "Upload a subscription manifest"
|
8064
8295
|
msgstr "サブスクリプションマニフェストのアップロード"
|
8065
8296
|
|
8297
|
+
msgid "Upload content"
|
8298
|
+
msgstr ""
|
8299
|
+
|
8300
|
+
msgid "Upload file"
|
8301
|
+
msgstr ""
|
8302
|
+
|
8066
8303
|
msgid "Upload into"
|
8067
8304
|
msgstr "アップロード先"
|
8068
8305
|
|
@@ -8072,6 +8309,9 @@ msgstr ""
|
|
8072
8309
|
msgid "Upload request id"
|
8073
8310
|
msgstr "要求 ID のアップロード"
|
8074
8311
|
|
8312
|
+
msgid "Upload tag"
|
8313
|
+
msgstr ""
|
8314
|
+
|
8075
8315
|
msgid "Upstream Candlepin"
|
8076
8316
|
msgstr "アップストリーム Candlepin"
|
8077
8317
|
|
@@ -8654,9 +8894,6 @@ msgstr "コンテンツビューフィルター ID"
|
|
8654
8894
|
msgid "content view filter rule identifier"
|
8655
8895
|
msgstr "コンテンツビューフィルタールール ID"
|
8656
8896
|
|
8657
|
-
msgid "content view id"
|
8658
|
-
msgstr "コンテンツビュー ID"
|
8659
|
-
|
8660
8897
|
msgid "content view identifier"
|
8661
8898
|
msgstr "コンテンツビュー ID"
|
8662
8899
|
|
@@ -8744,12 +8981,6 @@ msgstr ""
|
|
8744
8981
|
msgid "enhancements"
|
8745
8982
|
msgstr ""
|
8746
8983
|
|
8747
|
-
msgid "environment"
|
8748
|
-
msgstr "環境"
|
8749
|
-
|
8750
|
-
msgid "environment id"
|
8751
|
-
msgstr "環境 ID"
|
8752
|
-
|
8753
8984
|
msgid "environment identifier"
|
8754
8985
|
msgstr "環境 ID"
|
8755
8986
|
|
@@ -9020,9 +9251,6 @@ msgstr "リポジトリーの名前"
|
|
9020
9251
|
msgid "name of the subscription"
|
9021
9252
|
msgstr "サブスクリプションの名前"
|
9022
9253
|
|
9023
|
-
msgid "name: %s doesn't exist "
|
9024
|
-
msgstr "名前: %s が存在しません "
|
9025
|
-
|
9026
9254
|
msgid "new name for the filter"
|
9027
9255
|
msgstr "フィルターの新規の名前"
|
9028
9256
|
|
@@ -9191,6 +9419,9 @@ msgstr "同期プランの数値 ID"
|
|
9191
9419
|
msgid "system registration"
|
9192
9420
|
msgstr ""
|
9193
9421
|
|
9422
|
+
msgid "the documentation."
|
9423
|
+
msgstr ""
|
9424
|
+
|
9194
9425
|
msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
|
9195
9426
|
msgstr "Red Hat プロバイダーの次の属性は更新できません: [ %s ]"
|
9196
9427
|
|