katello 4.18.1 → 4.19.0.rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/locale/bn/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ca/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/cs/katello.js +380 -110
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +382 -112
- data/app/assets/javascripts/katello/locale/de/katello.js +385 -115
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/el/katello.js +380 -110
- data/app/assets/javascripts/katello/locale/en/katello.js +380 -110
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/en_US/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/es/katello.js +383 -113
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/fr/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/gl/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/gu/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/hi/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/id/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/it/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ja/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/ka/katello.js +385 -115
- data/app/assets/javascripts/katello/locale/kn/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ko/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/mr/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/or/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pa/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pl/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pt/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +383 -113
- data/app/assets/javascripts/katello/locale/ro/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ru/katello.js +381 -111
- data/app/assets/javascripts/katello/locale/sl/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ta/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/te/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/tr/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/vi/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/zh/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +381 -111
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +41 -12
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +3 -65
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +18 -3
- data/app/controllers/katello/api/v2/debs_controller.rb +21 -11
- data/app/controllers/katello/api/v2/docker_tags_controller.rb +7 -0
- data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +21 -19
- data/app/controllers/katello/api/v2/host_debs_controller.rb +16 -1
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +3 -60
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +10 -53
- data/app/controllers/katello/api/v2/repositories_controller.rb +0 -1
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -0
- data/app/controllers/katello/concerns/organizations_controller_extensions.rb +3 -0
- data/app/lib/actions/candlepin/activation_key/create.rb +0 -2
- data/app/lib/actions/candlepin/activation_key/update.rb +0 -2
- data/app/lib/actions/candlepin/product/content_create.rb +3 -5
- data/app/lib/actions/candlepin/product/content_update.rb +2 -3
- data/app/lib/actions/helpers/rolling_cv_repos.rb +1 -1
- data/app/lib/actions/katello/activation_key/create.rb +0 -1
- data/app/lib/actions/katello/activation_key/update.rb +0 -2
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -6
- data/app/lib/actions/katello/content_credential/update.rb +1 -1
- data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +18 -24
- data/app/lib/actions/katello/content_view/create.rb +9 -4
- data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +6 -1
- data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +16 -11
- data/app/lib/actions/katello/content_view/update.rb +34 -7
- data/app/lib/actions/katello/product/content_create.rb +2 -2
- data/app/lib/actions/katello/product/content_destroy.rb +1 -1
- data/app/lib/actions/katello/repository/check_matching_content.rb +1 -1
- data/app/lib/actions/katello/repository/clone_contents.rb +1 -1
- data/app/lib/actions/katello/repository/create.rb +1 -1
- data/app/lib/actions/katello/repository/destroy.rb +4 -4
- data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
- data/app/lib/actions/katello/repository/sync.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +2 -2
- data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +1 -1
- data/app/lib/actions/pulp3/repository/save_publication.rb +3 -1
- data/app/lib/actions/pulp3/repository/save_version.rb +45 -24
- data/app/lib/actions/pulp3/repository/save_versions.rb +2 -1
- data/app/lib/katello/resources/candlepin/activation_key.rb +3 -4
- data/app/lib/katello/resources/candlepin/upstream_job.rb +9 -1
- data/app/lib/katello/resources/candlepin.rb +4 -0
- data/app/models/katello/authorization/repository.rb +17 -4
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -7
- data/app/models/katello/content_view_deb_filter.rb +10 -0
- data/app/models/katello/content_view_deb_filter_rule.rb +7 -0
- data/app/models/katello/deb.rb +10 -10
- data/app/models/katello/erratum.rb +1 -1
- data/app/models/katello/glue/provider.rb +14 -3
- data/app/models/katello/host/content_facet.rb +1 -1
- data/app/models/katello/host/subscription_facet.rb +1 -7
- data/app/models/katello/product_content.rb +2 -2
- data/app/models/katello/repository.rb +4 -23
- data/app/models/katello/root_repository.rb +2 -5
- data/app/services/katello/candlepin/event_handler.rb +0 -33
- data/app/services/katello/candlepin/message_handler.rb +0 -41
- data/app/services/katello/content_unit_indexer.rb +59 -13
- data/app/services/katello/product_content_finder.rb +5 -4
- data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
- data/app/services/katello/pulp3/ansible_collection.rb +1 -0
- data/app/services/katello/pulp3/api/content_guard.rb +5 -5
- data/app/services/katello/pulp3/api/core.rb +10 -0
- data/app/services/katello/pulp3/deb.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest_list.rb +1 -0
- data/app/services/katello/pulp3/docker_tag.rb +1 -0
- data/app/services/katello/pulp3/file_unit.rb +1 -0
- data/app/services/katello/pulp3/generic_content_unit.rb +1 -0
- data/app/services/katello/pulp3/module_stream.rb +1 -0
- data/app/services/katello/pulp3/package_group.rb +1 -0
- data/app/services/katello/pulp3/repository/apt.rb +41 -16
- data/app/services/katello/pulp3/repository.rb +59 -10
- data/app/services/katello/pulp3/rpm.rb +3 -2
- data/app/services/katello/pulp3/srpm.rb +3 -2
- data/app/services/katello/pulp3/task_group.rb +1 -1
- data/app/services/katello/registration_manager.rb +19 -17
- data/app/services/katello/repository_type_manager.rb +7 -5
- data/app/services/katello/smart_proxy_helper.rb +1 -6
- data/app/views/foreman/job_templates/upload_profile.erb +5 -0
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -1
- data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
- data/app/views/katello/api/v2/debs/thindex.json.rabl +6 -0
- data/app/views/katello/api/v2/docker_tags/_base.json.rabl +32 -0
- data/app/views/katello/api/v2/docker_tags/show.json.rabl +0 -5
- data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +6 -0
- data/app/views/katello/api/v2/host_debs/installed_debs.json.rabl +6 -0
- data/app/views/katello/api/v2/hosts_bulk_actions/applicable_errata.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts_bulk_actions/applicable_erratum.json.rabl +9 -0
- data/app/views/katello/api/v2/hosts_bulk_actions/installable_errata.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts_bulk_actions/{erratum.json.rabl → installable_erratum.json.rabl} +3 -3
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
- data/config/initializers/monkeys.rb +1 -0
- data/config/routes/api/v2.rb +2 -2
- data/config/routes/overrides.rb +2 -7
- data/config/routes.rb +2 -0
- data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +1 -1
- data/db/migrate/20250912000000_add_pulp_prn_fields.rb +73 -0
- data/db/migrate/20250912000001_populate_pulp_prn_fields.rb +403 -0
- data/db/migrate/20251009142516_remove_auto_attach_from_activation_keys.rb +5 -0
- data/db/migrate/20251009142517_remove_autoheal_from_subscription_facets.rb +5 -0
- data/db/seeds.d/111-upgrade_tasks.rb +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +12 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +10 -0
- data/lib/katello/permission_creator.rb +2 -2
- data/lib/katello/permissions/host_permissions.rb +0 -6
- data/lib/katello/plugin.rb +17 -8
- data/lib/katello/tasks/jenkins.rake +1 -1
- data/lib/katello/tasks/upgrades/4.19/enable_structured_apt_for_deb.rake +87 -0
- data/lib/katello/tasks/upgrades/4.19/populate_repository_version_prns.rake +32 -0
- data/lib/katello/version.rb +1 -1
- data/lib/monkeys/fix_rpm_repository_gpgcheck.rb +38 -0
- data/locale/action_names.rb +0 -6
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +379 -109
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +379 -109
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +379 -109
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +380 -111
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +382 -112
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +386 -116
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +379 -109
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +379 -109
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +381 -111
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +380 -111
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +379 -109
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +379 -109
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +383 -113
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +379 -109
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +389 -119
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +379 -109
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +379 -109
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +379 -109
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +379 -109
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +379 -109
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +379 -109
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +390 -119
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +385 -115
- data/locale/katello.pot +1273 -831
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +379 -109
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +389 -119
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +379 -109
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +379 -109
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +379 -109
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +379 -109
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +379 -109
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +379 -109
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +379 -109
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +379 -109
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +383 -113
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +379 -109
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +379 -109
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +381 -111
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +379 -109
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +379 -109
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +379 -109
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +379 -109
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +379 -109
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +379 -109
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +379 -109
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +379 -109
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +379 -109
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +389 -119
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +381 -111
- data/webpack/ForemanColumnExtensions/index.js +46 -2
- data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +0 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -2
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +1 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkActionsConstants.js +7 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js +388 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/__tests__/BulkChangeHostCollectionsModal.test.js +640 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/actions.js +28 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +71 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +11 -4
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +8 -1
- data/webpack/containers/Application/config.js +11 -1
- data/webpack/global_index.js +3 -0
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesConstants.js +1 -1
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesPage.js +7 -43
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImagesPage.test.js +1 -1
- data/webpack/scenes/ContainerImages/ContainerImagesPage.js +86 -0
- data/webpack/scenes/ContainerImages/LabelsAnnotationsModal.js +105 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js +218 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsActions.js +15 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsSelectors.js +16 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/ManifestDetails.test.js +395 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestDetails.fixtures.json +43 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestList.fixtures.json +58 -0
- data/webpack/scenes/ContainerImages/Synced/Details/index.js +4 -0
- data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js +359 -0
- data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.scss +21 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/LabelsAnnotationsModal.test.js +69 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/SyncedContainerImagesPage.test.js +335 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/syncedContainerImages.fixtures.json +105 -0
- data/webpack/scenes/ContainerImages/TableEmptyState.js +67 -0
- data/webpack/scenes/ContainerImages/containerImagesHelpers.js +48 -0
- data/webpack/scenes/ContainerImages/index.js +4 -0
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +29 -3
- data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +45 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -1
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +59 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +164 -24
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVDebFilterContent.test.js +268 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterDetail.fixtures.json +95 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterRules.fixtures.json +31 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVDebFilterRules.fixtures.json +10 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -1
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +15 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +9 -0
- data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +5 -3
- data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +1 -1
- data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +35 -3
- data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +1 -1
- data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.css +3 -0
- data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +63 -132
- data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +67 -143
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +10 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +13 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +8 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +67 -1
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
- data/webpack/scenes/Subscriptions/SubscriptionConstants.js +0 -2
- data/webpack/scenes/Subscriptions/SubscriptionReducer.js +15 -5
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +22 -5
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +141 -0
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
- metadata +82 -56
- data/app/lib/actions/katello/host/attach_subscriptions.rb +0 -59
- data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -22
- data/app/lib/actions/katello/host/remove_subscriptions.rb +0 -50
- data/app/lib/actions/katello/organization/simple_content_access/disable.rb +0 -25
- data/app/lib/actions/katello/organization/simple_content_access/enable.rb +0 -25
- data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +0 -42
- data/lib/katello/tasks/migrate_structure_content_for_deb.rake +0 -105
- data/lib/katello/tasks/upgrades/4.2/remove_checksum_values.rake +0 -17
- /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImages.fixtures.js +0 -0
- /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/index.js +0 -0
data/locale/ja/katello.po
CHANGED
|
@@ -6,16 +6,17 @@
|
|
|
6
6
|
# Translators:
|
|
7
7
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2020
|
|
8
8
|
# Amit Upadhye <aupadhye@redhat.com>, 2023
|
|
9
|
-
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
|
|
10
9
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2025
|
|
11
10
|
# Ondřej Gajdušek, 2025
|
|
11
|
+
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Project-Id-Version: katello 4.
|
|
15
|
+
"Project-Id-Version: katello 4.19.0.rc1\n"
|
|
16
16
|
"Report-Msgid-Bugs-To: \n"
|
|
17
17
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
18
|
-
"Last-Translator:
|
|
18
|
+
"Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarde"
|
|
19
|
+
"n.nl>, 2025\n"
|
|
19
20
|
"Language-Team: Japanese (https://app.transifex.com/foreman/teams/114/ja/)\n"
|
|
20
21
|
"MIME-Version: 1.0\n"
|
|
21
22
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -120,6 +121,9 @@ msgstr "${selectedContentType}"
|
|
|
120
121
|
msgid "${selectedContentType} will appear here when created."
|
|
121
122
|
msgstr "${selectedContentType} が作成されると、ここに表示されます。"
|
|
122
123
|
|
|
124
|
+
msgid "${totalCount} labels and annotations"
|
|
125
|
+
msgstr ""
|
|
126
|
+
|
|
123
127
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
124
128
|
msgstr "%s%s には、削除後にもう一度関連付けする必要があるホスト %s 台とホストグループ %s 個があります。%s を削除しますか?"
|
|
125
129
|
|
|
@@ -457,9 +461,6 @@ msgstr "リモート実行ジョブが進行中です"
|
|
|
457
461
|
msgid "A remote execution job is in progress."
|
|
458
462
|
msgstr "リモート実行ジョブが進行中です。"
|
|
459
463
|
|
|
460
|
-
msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
|
|
461
|
-
msgstr "自動修復プロセスのサービスレベル。例: SELF-SUPPORT"
|
|
462
|
-
|
|
463
464
|
msgid "A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running."
|
|
464
465
|
msgstr "Smart Proxy は、pulpcore を実行せずに更新されたようです。Pulpcore サービスが実行されていることを確認してから、Smart Proxy を更新してください。"
|
|
465
466
|
|
|
@@ -475,6 +476,9 @@ msgstr "任意"
|
|
|
475
476
|
msgid "About page"
|
|
476
477
|
msgstr "About ページ"
|
|
477
478
|
|
|
479
|
+
msgid "Abstract async task"
|
|
480
|
+
msgstr ""
|
|
481
|
+
|
|
478
482
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
479
483
|
msgstr "Red Hat Subscription Management へのアクセスは禁止されています。これを変更するには、コンテンツ設定の 'サブスクリプション接続の有効化' を更新してください。"
|
|
480
484
|
|
|
@@ -562,12 +566,15 @@ msgstr "DEB ルールの追加"
|
|
|
562
566
|
msgid "Add RPM rule"
|
|
563
567
|
msgstr "RPM ルールの追加"
|
|
564
568
|
|
|
569
|
+
msgid "Add Red Hat Flatpak remote"
|
|
570
|
+
msgstr ""
|
|
571
|
+
|
|
572
|
+
msgid "Add Red Hat flatpak remote"
|
|
573
|
+
msgstr ""
|
|
574
|
+
|
|
565
575
|
msgid "Add Subscriptions"
|
|
566
576
|
msgstr "サブスクリプションの追加"
|
|
567
577
|
|
|
568
|
-
msgid "Add a subscription to a host"
|
|
569
|
-
msgstr "ホストにサブスクリプションを追加します"
|
|
570
|
-
|
|
571
578
|
msgid "Add an alternate content source"
|
|
572
579
|
msgstr "代替コンテンツソースの追加"
|
|
573
580
|
|
|
@@ -619,6 +626,9 @@ msgstr "リポジトリーの追加"
|
|
|
619
626
|
msgid "Add repositories with package groups to content view to select them here."
|
|
620
627
|
msgstr "パッケージグループのあるリポジトリーをコンテンツビューに追加して、ここで選択します。"
|
|
621
628
|
|
|
629
|
+
msgid "Add rolling repo clone"
|
|
630
|
+
msgstr ""
|
|
631
|
+
|
|
622
632
|
msgid "Add rule"
|
|
623
633
|
msgstr "ルールの追加"
|
|
624
634
|
|
|
@@ -631,21 +641,24 @@ msgstr "サブスクリプションの追加"
|
|
|
631
641
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
|
632
642
|
msgstr "Red Hat Subscription Management からマニフェストが使用するサブスクリプションを追加します"
|
|
633
643
|
|
|
634
|
-
msgid "Add subscriptions to one or more hosts"
|
|
635
|
-
msgstr "1 つ以上のホストにサブスクリプションを追加します"
|
|
636
|
-
|
|
637
644
|
msgid "Add subscriptions using the Add Subscriptions button."
|
|
638
645
|
msgstr "サブスクリプションの追加ボタンを使用してサブスクリプションを追加します。"
|
|
639
646
|
|
|
640
647
|
msgid "Add to a host collection"
|
|
641
648
|
msgstr "ホストコレクションへの追加"
|
|
642
649
|
|
|
650
|
+
msgid "Add to host collections"
|
|
651
|
+
msgstr ""
|
|
652
|
+
|
|
643
653
|
msgid "Added"
|
|
644
654
|
msgstr "追加されました"
|
|
645
655
|
|
|
646
656
|
msgid "Added %s"
|
|
647
657
|
msgstr "%s を追加しました"
|
|
648
658
|
|
|
659
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
660
|
+
msgstr ""
|
|
661
|
+
|
|
649
662
|
msgid "Added Content:"
|
|
650
663
|
msgstr "追加されたコンテンツ:"
|
|
651
664
|
|
|
@@ -688,6 +701,9 @@ msgstr "適用されたすべてのエラータ"
|
|
|
688
701
|
msgid "All errata up-to-date"
|
|
689
702
|
msgstr "すべてのエラータは最新の状態です"
|
|
690
703
|
|
|
704
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
705
|
+
msgstr ""
|
|
706
|
+
|
|
691
707
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
692
708
|
msgstr "すべてのサブパスには、必ず末尾にスラッシュが必要で、先頭には不要です"
|
|
693
709
|
|
|
@@ -777,6 +793,9 @@ msgstr ""
|
|
|
777
793
|
"アップロード中にエラーが発生しました \n"
|
|
778
794
|
"%{error_message}"
|
|
779
795
|
|
|
796
|
+
msgid "An error occurred while updating host collections"
|
|
797
|
+
msgstr ""
|
|
798
|
+
|
|
780
799
|
msgid "An option to specify how many ostree commits to traverse."
|
|
781
800
|
msgstr "走査する ostree コミットの数を指定するオプション。"
|
|
782
801
|
|
|
@@ -909,12 +928,6 @@ msgstr "ローカルプール ID の配列。アップストリームからの
|
|
|
909
928
|
msgid "Array of pools to add"
|
|
910
929
|
msgstr "追加するプールの配列"
|
|
911
930
|
|
|
912
|
-
msgid "Array of subscriptions to add"
|
|
913
|
-
msgstr "追加するサブスクリプションの配列"
|
|
914
|
-
|
|
915
|
-
msgid "Array of subscriptions to remove"
|
|
916
|
-
msgstr "削除するサブスクリプションの配列"
|
|
917
|
-
|
|
918
931
|
msgid "Array of uploads to import"
|
|
919
932
|
msgstr "インポートするアップロードの配列"
|
|
920
933
|
|
|
@@ -970,15 +983,6 @@ msgstr "選択した項目の少なくとも 1 つでホストの再起動が必
|
|
|
970
983
|
msgid "At least one organization must exist."
|
|
971
984
|
msgstr "1 つ以上の組織が存在している必要があります。"
|
|
972
985
|
|
|
973
|
-
msgid "Attach a subscription"
|
|
974
|
-
msgstr "サブスクリプションを割り当てる"
|
|
975
|
-
|
|
976
|
-
msgid "Attach subscriptions"
|
|
977
|
-
msgstr "サブスクリプションの割り当て"
|
|
978
|
-
|
|
979
|
-
msgid "Attach subscriptions to %s"
|
|
980
|
-
msgstr "%s へのサブスクリプションの割り当て"
|
|
981
|
-
|
|
982
986
|
msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
|
|
983
987
|
msgstr "Candlepin からコンシューマー %s を破棄しようとしましたが、コンシューマーが candlepin に存在しません"
|
|
984
988
|
|
|
@@ -1078,6 +1082,9 @@ msgstr "この検索をブックマーク"
|
|
|
1078
1082
|
msgid "Bookmarks marked as public are available to all users"
|
|
1079
1083
|
msgstr "パブリックと識別されたブックマークは、すべてのユーザーが利用できます"
|
|
1080
1084
|
|
|
1085
|
+
msgid "Bootable"
|
|
1086
|
+
msgstr ""
|
|
1087
|
+
|
|
1081
1088
|
msgid "Bootc rollback via Bootc interface"
|
|
1082
1089
|
msgstr "Bootc インターフェイスを使用した Bootc ロールバック"
|
|
1083
1090
|
|
|
@@ -1090,6 +1097,9 @@ msgstr "Bootc インターフェイスを使用した Bootc スイッチ"
|
|
|
1090
1097
|
msgid "Bootc upgrade via Bootc interface"
|
|
1091
1098
|
msgstr "Bootc インターフェイスを使用した Bootc アップグレード"
|
|
1092
1099
|
|
|
1100
|
+
msgid "Booted"
|
|
1101
|
+
msgstr ""
|
|
1102
|
+
|
|
1093
1103
|
msgid "Booted Container Images"
|
|
1094
1104
|
msgstr "起動済みのコンテナーイメージ"
|
|
1095
1105
|
|
|
@@ -1399,6 +1409,9 @@ msgstr "コンテンツソースの変更"
|
|
|
1399
1409
|
msgid "Change content view environments"
|
|
1400
1410
|
msgstr "コンテンツビュー環境の変更"
|
|
1401
1411
|
|
|
1412
|
+
msgid "Change host collections"
|
|
1413
|
+
msgstr ""
|
|
1414
|
+
|
|
1402
1415
|
msgid "Change host content source"
|
|
1403
1416
|
msgstr "ホストコンテンツソースの変更"
|
|
1404
1417
|
|
|
@@ -1486,6 +1499,9 @@ msgstr "コンテナーイメージリポジトリーの同期時に除外する
|
|
|
1486
1499
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1487
1500
|
msgstr "コンテナーイメージリポジトリーに同期するコンマ区切りのタグ一覧"
|
|
1488
1501
|
|
|
1502
|
+
msgid "Commit upload"
|
|
1503
|
+
msgstr ""
|
|
1504
|
+
|
|
1489
1505
|
msgid "Compare"
|
|
1490
1506
|
msgstr "比較"
|
|
1491
1507
|
|
|
@@ -1558,6 +1574,9 @@ msgstr "コンテナーイメージタグ"
|
|
|
1558
1574
|
msgid "Container image tags"
|
|
1559
1575
|
msgstr "コンテナーイメージタグ"
|
|
1560
1576
|
|
|
1577
|
+
msgid "Container images"
|
|
1578
|
+
msgstr ""
|
|
1579
|
+
|
|
1561
1580
|
msgid "Container manifest lists"
|
|
1562
1581
|
msgstr "コンテナーマニフェストのリスト"
|
|
1563
1582
|
|
|
@@ -1837,15 +1856,27 @@ msgstr "クリップボードにコピーしました"
|
|
|
1837
1856
|
msgid "Copy"
|
|
1838
1857
|
msgstr "コピー"
|
|
1839
1858
|
|
|
1859
|
+
msgid "Copy all units"
|
|
1860
|
+
msgstr ""
|
|
1861
|
+
|
|
1840
1862
|
msgid "Copy an activation key"
|
|
1841
1863
|
msgstr "アクティベーションキーをコピーします"
|
|
1842
1864
|
|
|
1865
|
+
msgid "Copy content"
|
|
1866
|
+
msgstr ""
|
|
1867
|
+
|
|
1843
1868
|
msgid "Copy content view"
|
|
1844
1869
|
msgstr "コンテンツビューのコピー"
|
|
1845
1870
|
|
|
1846
1871
|
msgid "Copy to clipboard"
|
|
1847
1872
|
msgstr "クリップボードにコピー"
|
|
1848
1873
|
|
|
1874
|
+
msgid "Copy version"
|
|
1875
|
+
msgstr ""
|
|
1876
|
+
|
|
1877
|
+
msgid "Copy version units to library"
|
|
1878
|
+
msgstr ""
|
|
1879
|
+
|
|
1849
1880
|
msgid "Cores per socket"
|
|
1850
1881
|
msgstr "1 ソケットあたりのコア数"
|
|
1851
1882
|
|
|
@@ -2059,23 +2090,35 @@ msgstr "生成された SSL 証明書およびキーでコンテンツの認証
|
|
|
2059
2090
|
msgid "Create content view"
|
|
2060
2091
|
msgstr "コンテンツビューの作成"
|
|
2061
2092
|
|
|
2093
|
+
msgid "Create exporter"
|
|
2094
|
+
msgstr ""
|
|
2095
|
+
|
|
2062
2096
|
msgid "Create filter"
|
|
2063
2097
|
msgstr "フィルターの作成"
|
|
2064
2098
|
|
|
2065
2099
|
msgid "Create host collection"
|
|
2066
2100
|
msgstr "ホストコレクションの作成"
|
|
2067
2101
|
|
|
2102
|
+
msgid "Create import"
|
|
2103
|
+
msgstr ""
|
|
2104
|
+
|
|
2105
|
+
msgid "Create importer"
|
|
2106
|
+
msgstr ""
|
|
2107
|
+
|
|
2068
2108
|
msgid "Create new activation key"
|
|
2069
2109
|
msgstr "新規アクティベーションキーの作成"
|
|
2070
2110
|
|
|
2071
2111
|
msgid "Create organization"
|
|
2072
2112
|
msgstr "組織の作成"
|
|
2073
2113
|
|
|
2074
|
-
msgid "Create
|
|
2075
|
-
msgstr "
|
|
2114
|
+
msgid "Create publication"
|
|
2115
|
+
msgstr ""
|
|
2116
|
+
|
|
2117
|
+
msgid "Create remote"
|
|
2118
|
+
msgstr ""
|
|
2076
2119
|
|
|
2077
|
-
msgid "
|
|
2078
|
-
msgstr "
|
|
2120
|
+
msgid "Creation"
|
|
2121
|
+
msgstr ""
|
|
2079
2122
|
|
|
2080
2123
|
msgid "Credentials"
|
|
2081
2124
|
msgstr "認証情報"
|
|
@@ -2338,12 +2381,36 @@ msgstr "コンテンツビューの削除"
|
|
|
2338
2381
|
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."
|
|
2339
2382
|
msgstr "このリポジトリーが関連付けられた最後のリポジトリーであるコンテンツビューフィルターを削除します。デフォルトは true です。false の場合、そのようなフィルターがコンテンツビュー内のすべてのリポジトリーに適用されます。"
|
|
2340
2383
|
|
|
2384
|
+
msgid "Delete distributions"
|
|
2385
|
+
msgstr ""
|
|
2386
|
+
|
|
2341
2387
|
msgid "Delete manifest from Red Hat provider"
|
|
2342
2388
|
msgstr "Red Hat プロバイダーからマニフェストを削除"
|
|
2343
2389
|
|
|
2344
2390
|
msgid "Delete multiple filters from a content view"
|
|
2345
2391
|
msgstr "コンテンツビューから複数のフィルターを削除します"
|
|
2346
2392
|
|
|
2393
|
+
msgid "Delete orphan alternate content sources"
|
|
2394
|
+
msgstr ""
|
|
2395
|
+
|
|
2396
|
+
msgid "Delete orphan distributions"
|
|
2397
|
+
msgstr ""
|
|
2398
|
+
|
|
2399
|
+
msgid "Delete orphan remotes"
|
|
2400
|
+
msgstr ""
|
|
2401
|
+
|
|
2402
|
+
msgid "Delete orphan repository versions"
|
|
2403
|
+
msgstr ""
|
|
2404
|
+
|
|
2405
|
+
msgid "Delete orphaned migrated repositories"
|
|
2406
|
+
msgstr ""
|
|
2407
|
+
|
|
2408
|
+
msgid "Delete remote"
|
|
2409
|
+
msgstr ""
|
|
2410
|
+
|
|
2411
|
+
msgid "Delete repository references"
|
|
2412
|
+
msgstr ""
|
|
2413
|
+
|
|
2347
2414
|
msgid "Delete version"
|
|
2348
2415
|
msgstr "バージョンの削除"
|
|
2349
2416
|
|
|
@@ -2443,6 +2510,12 @@ msgstr "環境の破棄"
|
|
|
2443
2510
|
msgid "Destroy an environment in an organization"
|
|
2444
2511
|
msgstr "組織の環境を破棄"
|
|
2445
2512
|
|
|
2513
|
+
msgid "Destroy exporter"
|
|
2514
|
+
msgstr ""
|
|
2515
|
+
|
|
2516
|
+
msgid "Destroy importer"
|
|
2517
|
+
msgstr ""
|
|
2518
|
+
|
|
2446
2519
|
msgid "Destroy one or more alternate content sources"
|
|
2447
2520
|
msgstr "1 つ以上の代替コンテンツソースの破棄"
|
|
2448
2521
|
|
|
@@ -2476,9 +2549,6 @@ msgstr "無効化"
|
|
|
2476
2549
|
msgid "Disable Red Hat Insights."
|
|
2477
2550
|
msgstr "Red Hat Insights を無効にします。"
|
|
2478
2551
|
|
|
2479
|
-
msgid "Disable Simple Content Access"
|
|
2480
|
-
msgstr "シンプルコンテンツアクセスの無効化"
|
|
2481
|
-
|
|
2482
2552
|
msgid "Disable a repository from the set"
|
|
2483
2553
|
msgstr "セットのリポジトリーの無効化"
|
|
2484
2554
|
|
|
@@ -2491,6 +2561,9 @@ msgstr "無効化済み"
|
|
|
2491
2561
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2492
2562
|
msgstr "'%{subject}' のシンプルコンテンツアクセスの有効化に失敗しました。"
|
|
2493
2563
|
|
|
2564
|
+
msgid "Discover"
|
|
2565
|
+
msgstr ""
|
|
2566
|
+
|
|
2494
2567
|
msgid "Discover Repositories"
|
|
2495
2568
|
msgstr "リポジトリーの検出"
|
|
2496
2569
|
|
|
@@ -2542,6 +2615,9 @@ msgstr "エラータアドバイザリー"
|
|
|
2542
2615
|
msgid "Edit"
|
|
2543
2616
|
msgstr "編集"
|
|
2544
2617
|
|
|
2618
|
+
msgid "Edit DEB rule"
|
|
2619
|
+
msgstr ""
|
|
2620
|
+
|
|
2545
2621
|
msgid "Edit Flatpak Remote"
|
|
2546
2622
|
msgstr "Flatpak リモートの編集"
|
|
2547
2623
|
|
|
@@ -2569,9 +2645,6 @@ msgstr "詳細の編集"
|
|
|
2569
2645
|
msgid "Edit filter rule"
|
|
2570
2646
|
msgstr "フィルタールールの編集"
|
|
2571
2647
|
|
|
2572
|
-
msgid "Edit package filter rule"
|
|
2573
|
-
msgstr "パッケージフィルタールールの編集"
|
|
2574
|
-
|
|
2575
2648
|
msgid "Edit products"
|
|
2576
2649
|
msgstr "製品の編集"
|
|
2577
2650
|
|
|
@@ -2614,9 +2687,6 @@ msgstr "有効化"
|
|
|
2614
2687
|
msgid "Enable Red Hat repositories"
|
|
2615
2688
|
msgstr "Red Hat リポジトリーの有効化"
|
|
2616
2689
|
|
|
2617
|
-
msgid "Enable Simple Content Access"
|
|
2618
|
-
msgstr "シンプルコンテンツアクセスの有効化"
|
|
2619
|
-
|
|
2620
2690
|
msgid "Enable Tracer"
|
|
2621
2691
|
msgstr "トレーサーの有効化"
|
|
2622
2692
|
|
|
@@ -2629,9 +2699,6 @@ msgstr "セットのリポジトリーを有効化します"
|
|
|
2629
2699
|
msgid "Enable repository sets"
|
|
2630
2700
|
msgstr "リポジトリーセットの有効化"
|
|
2631
2701
|
|
|
2632
|
-
msgid "Enable structured APT for deb content"
|
|
2633
|
-
msgstr "deb コンテンツに対して構造化 APT を有効にする"
|
|
2634
|
-
|
|
2635
2702
|
msgid "Enable/Disable auto publish of composite view"
|
|
2636
2703
|
msgstr "複合ビューの自動公開を有効/無効にします"
|
|
2637
2704
|
|
|
@@ -2692,6 +2759,9 @@ msgstr "環境 ID"
|
|
|
2692
2759
|
msgid "Environment cannot be in its own promotion path"
|
|
2693
2760
|
msgstr "同じ環境内のプロモートパスに環境を存在させることはできません。"
|
|
2694
2761
|
|
|
2762
|
+
msgid "Environment contents refresh"
|
|
2763
|
+
msgstr ""
|
|
2764
|
+
|
|
2695
2765
|
msgid "Environment identifier"
|
|
2696
2766
|
msgstr "環境 ID"
|
|
2697
2767
|
|
|
@@ -2731,6 +2801,9 @@ msgstr "エラータおよびパッケージ情報はすぐに更新されます
|
|
|
2731
2801
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2732
2802
|
msgstr "エラータのエラータ ID (RHSA-2012:108)"
|
|
2733
2803
|
|
|
2804
|
+
msgid "Errata mail"
|
|
2805
|
+
msgstr ""
|
|
2806
|
+
|
|
2734
2807
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2735
2808
|
msgstr "UUID %s を持つ削除済みコンテンツファセットのエラータステータスが更新されませんでした"
|
|
2736
2809
|
|
|
@@ -2896,6 +2969,9 @@ msgstr "ホストで利用可能なモジュールストリームを取得しま
|
|
|
2896
2969
|
msgid "Fetch installable errata for one or more hosts."
|
|
2897
2970
|
msgstr "1 つまたは複数のホストにインストール可能なエラータを取得します。"
|
|
2898
2971
|
|
|
2972
|
+
msgid "Fetch pxe files"
|
|
2973
|
+
msgstr ""
|
|
2974
|
+
|
|
2899
2975
|
msgid "Fetch traces for one or more hosts"
|
|
2900
2976
|
msgstr "1 台以上のホストのトレースを取得します"
|
|
2901
2977
|
|
|
@@ -2989,6 +3065,9 @@ msgstr "バージョン番号別にバージョンを絞り込む"
|
|
|
2989
3065
|
msgid "Filter versions that are components in the specified composite version"
|
|
2990
3066
|
msgstr "指定した複合バージョンに含まれるコンポーネントのバージョンを絞り込む"
|
|
2991
3067
|
|
|
3068
|
+
msgid "Filtered index content"
|
|
3069
|
+
msgstr ""
|
|
3070
|
+
|
|
2992
3071
|
msgid "Filters"
|
|
2993
3072
|
msgstr "フィルター"
|
|
2994
3073
|
|
|
@@ -3010,6 +3089,9 @@ msgstr "終了"
|
|
|
3010
3089
|
msgid "Finished"
|
|
3011
3090
|
msgstr "終了"
|
|
3012
3091
|
|
|
3092
|
+
msgid "Flatpak"
|
|
3093
|
+
msgstr ""
|
|
3094
|
+
|
|
3013
3095
|
msgid "Flatpak Remote ${name} created"
|
|
3014
3096
|
msgstr "Flatpak リモート ${name} が作成されました"
|
|
3015
3097
|
|
|
@@ -3104,9 +3186,15 @@ msgstr "直接インストール可能なコンテンツからエラータステ
|
|
|
3104
3186
|
msgid "Generate host applicability"
|
|
3105
3187
|
msgstr "ホストに適用可能なエラータを生成します"
|
|
3106
3188
|
|
|
3189
|
+
msgid "Generate metadata"
|
|
3190
|
+
msgstr ""
|
|
3191
|
+
|
|
3107
3192
|
msgid "Generate repository applicability"
|
|
3108
3193
|
msgstr "リポジトリーに適用可能なエラータを生成します"
|
|
3109
3194
|
|
|
3195
|
+
msgid "Generate username and password"
|
|
3196
|
+
msgstr ""
|
|
3197
|
+
|
|
3110
3198
|
msgid "Generated"
|
|
3111
3199
|
msgstr "生成済み"
|
|
3112
3200
|
|
|
@@ -3341,6 +3429,12 @@ msgstr "Capsule で同時に同期する必要があるリポジトリ数。数
|
|
|
3341
3429
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3342
3430
|
msgstr "結果のソート順 (例: ascending (昇順) の ASC)"
|
|
3343
3431
|
|
|
3432
|
+
msgid "Hypervisors"
|
|
3433
|
+
msgstr ""
|
|
3434
|
+
|
|
3435
|
+
msgid "Hypervisors update"
|
|
3436
|
+
msgstr ""
|
|
3437
|
+
|
|
3344
3438
|
msgid "ID"
|
|
3345
3439
|
msgstr "ID"
|
|
3346
3440
|
|
|
@@ -3531,12 +3625,6 @@ msgstr "DMI UUID が重複しているためにホストの登録に失敗した
|
|
|
3531
3625
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3532
3626
|
msgstr "カスタム CDN に対する認証に製品証明書を使用する必要があるかどうか。"
|
|
3533
3627
|
|
|
3534
|
-
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'."
|
|
3535
|
-
msgstr "これが設定されている場合、Katello で新しく作成された APT リポジトリーは、同期元のリモートリポジトリーと同じリポジトリー構造を使用します。'foreman-rake katello:migrate_structure_content_for_deb' を実行して、既存の APT リポジトリーを設定に合わせて移行できます。"
|
|
3536
|
-
|
|
3537
|
-
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
|
3538
|
-
msgstr "指定された場合、ID と数量が一致するサブスクリプションの最初のインスタンスを削除します"
|
|
3539
|
-
|
|
3540
3628
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3541
3629
|
msgstr "Smart Proxy に割り当てられた HTTP プロキシーを使用する場合"
|
|
3542
3630
|
|
|
@@ -3666,6 +3754,9 @@ msgstr "リポジトリーのインポート"
|
|
|
3666
3754
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3667
3755
|
msgstr "サブスクリプションマニフェストをインポートして、ホストが Red Hat コンテンツにアクセスできるようにします。"
|
|
3668
3756
|
|
|
3757
|
+
msgid "Import migration"
|
|
3758
|
+
msgstr ""
|
|
3759
|
+
|
|
3669
3760
|
msgid "Import new manifest"
|
|
3670
3761
|
msgstr "新しいマニフェストのインポート"
|
|
3671
3762
|
|
|
@@ -3675,6 +3766,12 @@ msgstr "インポートのみ"
|
|
|
3675
3766
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3676
3767
|
msgstr "インポートのみのコンテンツビューは直接公開できません。コンテンツは、ビューにインポートしなければ更新されません。"
|
|
3677
3768
|
|
|
3769
|
+
msgid "Import repository upload"
|
|
3770
|
+
msgstr ""
|
|
3771
|
+
|
|
3772
|
+
msgid "Import upload"
|
|
3773
|
+
msgstr ""
|
|
3774
|
+
|
|
3678
3775
|
msgid "Import uploads into a repository"
|
|
3679
3776
|
msgstr "アップロードのリポジトリーへのインポート"
|
|
3680
3777
|
|
|
@@ -3741,6 +3838,9 @@ msgstr "増分更新"
|
|
|
3741
3838
|
msgid "Incremental Update incomplete."
|
|
3742
3839
|
msgstr "増分更新が完了していません。"
|
|
3743
3840
|
|
|
3841
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3842
|
+
msgstr ""
|
|
3843
|
+
|
|
3744
3844
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3745
3845
|
msgstr "%{content_view_count} 件のコンテンツビューバージョンの増分更新 "
|
|
3746
3846
|
|
|
@@ -3753,12 +3853,27 @@ msgstr "増分更新には少なくとも 1 つのコンテンツユニットが
|
|
|
3753
3853
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3754
3854
|
msgstr "複合コンテンツ %{name} のバージョン %{version} に増分更新が指定されましたが、コンポーネントは更新されていません。"
|
|
3755
3855
|
|
|
3856
|
+
msgid "Index content"
|
|
3857
|
+
msgstr ""
|
|
3858
|
+
|
|
3859
|
+
msgid "Index errata"
|
|
3860
|
+
msgstr ""
|
|
3861
|
+
|
|
3862
|
+
msgid "Index module streams"
|
|
3863
|
+
msgstr ""
|
|
3864
|
+
|
|
3865
|
+
msgid "Index package groups"
|
|
3866
|
+
msgstr ""
|
|
3867
|
+
|
|
3756
3868
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3757
3869
|
msgstr "情報タイプは以下のいずれかでなければなりません [ %{list} ]"
|
|
3758
3870
|
|
|
3759
3871
|
msgid "Inherit from Repository"
|
|
3760
3872
|
msgstr "リポジトリーから継承"
|
|
3761
3873
|
|
|
3874
|
+
msgid "Initialize"
|
|
3875
|
+
msgstr ""
|
|
3876
|
+
|
|
3762
3877
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3763
3878
|
msgstr "同期プランに割り当てられた製品の同期を開始します"
|
|
3764
3879
|
|
|
@@ -3834,9 +3949,15 @@ msgstr "パッケージグループをインストールしています..."
|
|
|
3834
3949
|
msgid "Installing Package..."
|
|
3835
3950
|
msgstr "パッケージのインストール中..."
|
|
3836
3951
|
|
|
3952
|
+
msgid "Instance update"
|
|
3953
|
+
msgstr ""
|
|
3954
|
+
|
|
3837
3955
|
msgid "Instance-based"
|
|
3838
3956
|
msgstr "インスタンスベース"
|
|
3839
3957
|
|
|
3958
|
+
msgid "Insufficient space for selected hosts"
|
|
3959
|
+
msgstr ""
|
|
3960
|
+
|
|
3840
3961
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3841
3962
|
msgstr "指定済みオブジェクトに関連付けることができるホストコレクションのみを返す指定済みオブジェクトを解釈します。値 'host' がサポートされます。"
|
|
3842
3963
|
|
|
@@ -3960,6 +4081,9 @@ msgstr "ローリングコンテンツビューをエクスポートすること
|
|
|
3960
4081
|
msgid "It's not possible to promote a rolling content view."
|
|
3961
4082
|
msgstr "ローリングコンテンツビューをプロモートすることはできません。"
|
|
3962
4083
|
|
|
4084
|
+
msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
|
|
4085
|
+
msgstr ""
|
|
4086
|
+
|
|
3963
4087
|
msgid "It's not possible to publish a rolling content view."
|
|
3964
4088
|
msgstr "ローリングコンテンツビューを公開することはできません。"
|
|
3965
4089
|
|
|
@@ -4068,6 +4192,15 @@ msgstr "コンテンツビューのラベル"
|
|
|
4068
4192
|
msgid "Label of the flatpak remote"
|
|
4069
4193
|
msgstr "flatpak リモートのラベル"
|
|
4070
4194
|
|
|
4195
|
+
msgid "Labels"
|
|
4196
|
+
msgstr ""
|
|
4197
|
+
|
|
4198
|
+
msgid "Labels and annotations"
|
|
4199
|
+
msgstr ""
|
|
4200
|
+
|
|
4201
|
+
msgid "Labels | Annotations"
|
|
4202
|
+
msgstr ""
|
|
4203
|
+
|
|
4071
4204
|
msgid "Last check-in:"
|
|
4072
4205
|
msgstr "最終チェックイン"
|
|
4073
4206
|
|
|
@@ -4170,6 +4303,9 @@ msgstr "ライフサイクル環境: {lce}"
|
|
|
4170
4303
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4171
4304
|
msgstr "ライフサイクル環境をデフォルトの Smart Proxy で変更できません。すべてのライフサイクル環境のコンテンツはこの Smart Proxy 上に存在します。"
|
|
4172
4305
|
|
|
4306
|
+
msgid "Limit"
|
|
4307
|
+
msgstr ""
|
|
4308
|
+
|
|
4173
4309
|
msgid "Limit actions to content in the host's environment."
|
|
4174
4310
|
msgstr "アクションをホストの環境内のコンテンツに制限します。"
|
|
4175
4311
|
|
|
@@ -4359,6 +4495,9 @@ msgstr "ホストコレクションのホストを置き換えるホスト ID
|
|
|
4359
4495
|
msgid "List of hypervisor guest uuids"
|
|
4360
4496
|
msgstr "ハイパーバイザーゲストの UUID 一覧"
|
|
4361
4497
|
|
|
4498
|
+
msgid "List of lifecycle environments for rolling content views"
|
|
4499
|
+
msgstr ""
|
|
4500
|
+
|
|
4362
4501
|
msgid "List of package group names (Deprecated)"
|
|
4363
4502
|
msgstr "パッケージグループ名の一覧 (非推奨)"
|
|
4364
4503
|
|
|
@@ -4497,12 +4636,18 @@ msgstr "リポジトリーセットの管理"
|
|
|
4497
4636
|
msgid "Manifest"
|
|
4498
4637
|
msgstr "Manifest (マニフェスト)"
|
|
4499
4638
|
|
|
4639
|
+
msgid "Manifest Details"
|
|
4640
|
+
msgstr ""
|
|
4641
|
+
|
|
4500
4642
|
msgid "Manifest History"
|
|
4501
4643
|
msgstr "マニフェストの履歴"
|
|
4502
4644
|
|
|
4503
4645
|
msgid "Manifest deleted"
|
|
4504
4646
|
msgstr "マニフェストを削除しました"
|
|
4505
4647
|
|
|
4648
|
+
msgid "Manifest digest"
|
|
4649
|
+
msgstr ""
|
|
4650
|
+
|
|
4506
4651
|
msgid "Manifest does not have a valid subscription"
|
|
4507
4652
|
msgstr "マニフェストに有効なサブスクリプションがありません"
|
|
4508
4653
|
|
|
@@ -4587,6 +4732,9 @@ msgstr "メッセージ"
|
|
|
4587
4732
|
msgid "Messaging connection"
|
|
4588
4733
|
msgstr "メッセージング接続"
|
|
4589
4734
|
|
|
4735
|
+
msgid "Metadata generate"
|
|
4736
|
+
msgstr ""
|
|
4737
|
+
|
|
4590
4738
|
msgid ""
|
|
4591
4739
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4592
4740
|
"Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
|
|
@@ -4627,6 +4775,9 @@ msgstr "モデル"
|
|
|
4627
4775
|
msgid "Moderate"
|
|
4628
4776
|
msgstr "中"
|
|
4629
4777
|
|
|
4778
|
+
msgid "Modified"
|
|
4779
|
+
msgstr ""
|
|
4780
|
+
|
|
4630
4781
|
msgid "Modify via remote execution"
|
|
4631
4782
|
msgstr "リモート実行による変更"
|
|
4632
4783
|
|
|
@@ -4654,6 +4805,15 @@ msgstr "Red Hat リポジトリーを有効にしたり、カスタム製品を
|
|
|
4654
4805
|
msgid "Multi Content View Environment"
|
|
4655
4806
|
msgstr "マルチコンテンツビュー環境"
|
|
4656
4807
|
|
|
4808
|
+
msgid "Multi copy all units"
|
|
4809
|
+
msgstr ""
|
|
4810
|
+
|
|
4811
|
+
msgid "Multi copy content"
|
|
4812
|
+
msgstr ""
|
|
4813
|
+
|
|
4814
|
+
msgid "Multi copy units"
|
|
4815
|
+
msgstr ""
|
|
4816
|
+
|
|
4657
4817
|
msgid "Multi-entitlement"
|
|
4658
4818
|
msgstr "マルチエンタイトルメント"
|
|
4659
4819
|
|
|
@@ -4960,6 +5120,9 @@ msgstr "%s でレポートされたインストール済みパッケージや有
|
|
|
4960
5120
|
msgid "No items have been specified."
|
|
4961
5121
|
msgstr "項目が指定されていません。"
|
|
4962
5122
|
|
|
5123
|
+
msgid "No labels"
|
|
5124
|
+
msgstr ""
|
|
5125
|
+
|
|
4963
5126
|
msgid "No manifest file uploaded"
|
|
4964
5127
|
msgstr "マニフェストファイルがアップロードされていません"
|
|
4965
5128
|
|
|
@@ -5275,9 +5438,6 @@ msgstr "組織 %s を削除しています。"
|
|
|
5275
5438
|
msgid "Organization ID"
|
|
5276
5439
|
msgstr "組織 ID"
|
|
5277
5440
|
|
|
5278
|
-
msgid "Organization ID is required"
|
|
5279
|
-
msgstr "組織 ID は必須です"
|
|
5280
|
-
|
|
5281
5441
|
msgid "Organization ID or title"
|
|
5282
5442
|
msgstr "組織 ID またはタイトル"
|
|
5283
5443
|
|
|
@@ -5302,6 +5462,9 @@ msgstr "組織ラベル"
|
|
|
5302
5462
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5303
5463
|
msgstr "組織ラベル '%s' はあいまいです。ID ベースのコンテナー名の使用を試してください。"
|
|
5304
5464
|
|
|
5465
|
+
msgid "Organization must be specified when providing product by name."
|
|
5466
|
+
msgstr ""
|
|
5467
|
+
|
|
5305
5468
|
msgid "Organization not found"
|
|
5306
5469
|
msgstr "組織が見つかりません"
|
|
5307
5470
|
|
|
@@ -5705,6 +5868,9 @@ msgstr "製品ラベル"
|
|
|
5705
5868
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5706
5869
|
msgstr "製品ラベル '%s' はあいまいです。ID ベースのコンテナー名の使用を試してください。"
|
|
5707
5870
|
|
|
5871
|
+
msgid "Product must be specified."
|
|
5872
|
+
msgstr ""
|
|
5873
|
+
|
|
5708
5874
|
msgid "Product name"
|
|
5709
5875
|
msgstr "製品名"
|
|
5710
5876
|
|
|
@@ -5765,6 +5931,9 @@ msgstr "%{content_view} のプロモートの概要"
|
|
|
5765
5931
|
msgid "Promotion to Environment"
|
|
5766
5932
|
msgstr "環境へのプロモート"
|
|
5767
5933
|
|
|
5934
|
+
msgid "Provide credentials if the registry requires authentication"
|
|
5935
|
+
msgstr ""
|
|
5936
|
+
|
|
5768
5937
|
msgid "Provide the required information and click {update} below to save changes."
|
|
5769
5938
|
msgstr "必要な情報を指定し、{update} をクリックして変更を保存します。"
|
|
5770
5939
|
|
|
@@ -5864,6 +6033,9 @@ msgstr "Pulp ストレージ"
|
|
|
5864
6033
|
msgid "Pulp task error"
|
|
5865
6034
|
msgstr "Pulp タスクのエラー"
|
|
5866
6035
|
|
|
6036
|
+
msgid "Purge completed tasks"
|
|
6037
|
+
msgstr ""
|
|
6038
|
+
|
|
5867
6039
|
msgid "Python Package"
|
|
5868
6040
|
msgstr "Python パッケージ"
|
|
5869
6041
|
|
|
@@ -5891,15 +6063,6 @@ msgstr "数量は ${pool.available} を超えてはいけません"
|
|
|
5891
6063
|
msgid "Quantity of entitlements to bind"
|
|
5892
6064
|
msgstr "バインドするエンタイトルメント数"
|
|
5893
6065
|
|
|
5894
|
-
msgid "Quantity of specified subscription to remove"
|
|
5895
|
-
msgstr "削除する指定のサブスクリプションの数"
|
|
5896
|
-
|
|
5897
|
-
msgid "Quantity of this subscription to add"
|
|
5898
|
-
msgstr "追加するこのサブスクリプションの数量"
|
|
5899
|
-
|
|
5900
|
-
msgid "Quantity of this subscriptions to add"
|
|
5901
|
-
msgstr "追加するこのサブスクリプションの数量"
|
|
5902
|
-
|
|
5903
6066
|
msgid "Quantity to Allocate"
|
|
5904
6067
|
msgstr "割り当て数"
|
|
5905
6068
|
|
|
@@ -5972,6 +6135,9 @@ msgstr "再起動が必要です"
|
|
|
5972
6135
|
msgid "Reclaim Space"
|
|
5973
6136
|
msgstr "領域の再利用"
|
|
5974
6137
|
|
|
6138
|
+
msgid "Reclaim space"
|
|
6139
|
+
msgstr ""
|
|
6140
|
+
|
|
5975
6141
|
msgid "Reclaim space from On Demand repositories"
|
|
5976
6142
|
msgstr "オンデマンドリポジトリーからの領域の再利用"
|
|
5977
6143
|
|
|
@@ -6038,6 +6204,9 @@ msgstr "RollingCV リポジトリーの更新"
|
|
|
6038
6204
|
msgid "Refresh all alternate content sources"
|
|
6039
6205
|
msgstr "すべての代替コンテンツソースの更新"
|
|
6040
6206
|
|
|
6207
|
+
msgid "Refresh all distributions"
|
|
6208
|
+
msgstr ""
|
|
6209
|
+
|
|
6041
6210
|
msgid "Refresh alternate content sources"
|
|
6042
6211
|
msgstr "代替コンテンツソースの更新"
|
|
6043
6212
|
|
|
@@ -6050,15 +6219,27 @@ msgstr "適用可能性の更新"
|
|
|
6050
6219
|
msgid "Refresh counts"
|
|
6051
6220
|
msgstr "更新回数"
|
|
6052
6221
|
|
|
6222
|
+
msgid "Refresh distribution"
|
|
6223
|
+
msgstr ""
|
|
6224
|
+
|
|
6053
6225
|
msgid "Refresh errata applicability"
|
|
6054
6226
|
msgstr "エラータの適用可能性の更新"
|
|
6055
6227
|
|
|
6228
|
+
msgid "Refresh if needed"
|
|
6229
|
+
msgstr ""
|
|
6230
|
+
|
|
6056
6231
|
msgid "Refresh package applicability"
|
|
6057
6232
|
msgstr "パッケージの適用可能性の更新"
|
|
6058
6233
|
|
|
6059
6234
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6060
6235
|
msgstr "Red Hat プロバイダーの以前にインポートされたマニフェストを更新"
|
|
6061
6236
|
|
|
6237
|
+
msgid "Refresh remote"
|
|
6238
|
+
msgstr ""
|
|
6239
|
+
|
|
6240
|
+
msgid "Refresh repos"
|
|
6241
|
+
msgstr ""
|
|
6242
|
+
|
|
6062
6243
|
msgid "Refresh source"
|
|
6063
6244
|
msgstr "ソースの更新"
|
|
6064
6245
|
|
|
@@ -6068,9 +6249,6 @@ msgstr "コンテンツホストステータスのリフレッシュ"
|
|
|
6068
6249
|
msgid "Register a host with subscription and information"
|
|
6069
6250
|
msgstr "サブスクリプションと情報を使用したホスト登録"
|
|
6070
6251
|
|
|
6071
|
-
msgid "Register host '%s' before attaching subscriptions"
|
|
6072
|
-
msgstr "サブスクリプションをアタッチする前にホスト '%s' を登録してください"
|
|
6073
|
-
|
|
6074
6252
|
msgid "Registered"
|
|
6075
6253
|
msgstr "登録済み"
|
|
6076
6254
|
|
|
@@ -6104,6 +6282,9 @@ msgstr "レジストリー名のパターンが原因で、メンバーリポジ
|
|
|
6104
6282
|
msgid "Registry token expiration time"
|
|
6105
6283
|
msgstr ""
|
|
6106
6284
|
|
|
6285
|
+
msgid "Reindex subscriptions"
|
|
6286
|
+
msgstr ""
|
|
6287
|
+
|
|
6107
6288
|
msgid "Related composite content views"
|
|
6108
6289
|
msgstr "関連する複合コンテンツビュー"
|
|
6109
6290
|
|
|
@@ -6179,6 +6360,9 @@ msgstr "環境からの削除"
|
|
|
6179
6360
|
msgid "Remove from environments"
|
|
6180
6361
|
msgstr "環境からの削除"
|
|
6181
6362
|
|
|
6363
|
+
msgid "Remove from host collections"
|
|
6364
|
+
msgstr ""
|
|
6365
|
+
|
|
6182
6366
|
msgid "Remove host from collections"
|
|
6183
6367
|
msgstr "コレクションからホストを削除"
|
|
6184
6368
|
|
|
@@ -6200,6 +6384,9 @@ msgstr "1 つ以上のホストから 1 つ以上のコンテンツコレクシ
|
|
|
6200
6384
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6201
6385
|
msgstr "アップストリームマニフェストから 1 つ以上のサブスクリプションを削除します"
|
|
6202
6386
|
|
|
6387
|
+
msgid "Remove orphans"
|
|
6388
|
+
msgstr ""
|
|
6389
|
+
|
|
6203
6390
|
msgid "Remove package group via Katello interface"
|
|
6204
6391
|
msgstr "Katello インターフェイスでのパッケージグループの削除"
|
|
6205
6392
|
|
|
@@ -6215,17 +6402,14 @@ msgstr "Katello インターフェイスでのパッケージの削除"
|
|
|
6215
6402
|
msgid "Remove products from sync plan"
|
|
6216
6403
|
msgstr "同期プランから製品を削除"
|
|
6217
6404
|
|
|
6218
|
-
msgid "Remove
|
|
6219
|
-
msgstr "
|
|
6220
|
-
|
|
6221
|
-
msgid "Remove subscriptions from %s"
|
|
6222
|
-
msgstr "%s からのサブスクリプション削除"
|
|
6405
|
+
msgid "Remove rolling repo clone"
|
|
6406
|
+
msgstr ""
|
|
6223
6407
|
|
|
6224
|
-
msgid "Remove
|
|
6225
|
-
msgstr "
|
|
6408
|
+
msgid "Remove units"
|
|
6409
|
+
msgstr ""
|
|
6226
6410
|
|
|
6227
|
-
msgid "Remove
|
|
6228
|
-
msgstr "
|
|
6411
|
+
msgid "Remove unneeded repos"
|
|
6412
|
+
msgstr ""
|
|
6229
6413
|
|
|
6230
6414
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6231
6415
|
msgstr "コンテンツビューからバージョンおよび/または環境を削除し、システムおよびキーを再度割り当てます"
|
|
@@ -6233,6 +6417,9 @@ msgstr "コンテンツビューからバージョンおよび/または環境
|
|
|
6233
6417
|
msgid "Remove versions from environments"
|
|
6234
6418
|
msgstr "環境からのバージョンの削除"
|
|
6235
6419
|
|
|
6420
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6421
|
+
msgstr ""
|
|
6422
|
+
|
|
6236
6423
|
msgid "Removed component from content view"
|
|
6237
6424
|
msgstr "コンテンツビューからコンポーネントを削除しました"
|
|
6238
6425
|
|
|
@@ -6251,6 +6438,9 @@ msgstr "ID が %{acs_id} の ACS %{acs_name} から ID が %{prod_id} の製品
|
|
|
6251
6438
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6252
6439
|
msgstr "すべての環境からこのバージョンを削除しても、バージョンは削除されません。バージョンは引き続き以降のプロモーションの対象になります。"
|
|
6253
6440
|
|
|
6441
|
+
msgid "Repair"
|
|
6442
|
+
msgstr ""
|
|
6443
|
+
|
|
6254
6444
|
msgid "Replace content source on the target machine"
|
|
6255
6445
|
msgstr "ターゲットマシン上のコンテンツソースの置き換え"
|
|
6256
6446
|
|
|
@@ -6269,12 +6459,18 @@ msgstr "リポジトリー"
|
|
|
6269
6459
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6270
6460
|
msgstr "CDN 設定がエアギャップ (切断) に設定されている間、リポジトリーは有効にできません。"
|
|
6271
6461
|
|
|
6462
|
+
msgid "Repositories certs reset"
|
|
6463
|
+
msgstr ""
|
|
6464
|
+
|
|
6272
6465
|
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."
|
|
6273
6466
|
msgstr "選択したコンテンツビューバージョンに共通のリポジトリーがマージされます。その結果、各コンテンツビューバージョンのすべてのコンテンツが結合された複合コンテンツビューが作成されます。"
|
|
6274
6467
|
|
|
6275
6468
|
msgid "Repositories from published Content Views are not allowed."
|
|
6276
6469
|
msgstr "公開されたコンテンツビューからのリポジトリーは許可されません。"
|
|
6277
6470
|
|
|
6471
|
+
msgid "Repositories gpg reset"
|
|
6472
|
+
msgstr ""
|
|
6473
|
+
|
|
6278
6474
|
msgid "Repository"
|
|
6279
6475
|
msgstr "リポジトリー"
|
|
6280
6476
|
|
|
@@ -6440,12 +6636,18 @@ msgstr "複合コンテンツビューのプロモートの制限"
|
|
|
6440
6636
|
msgid "Result"
|
|
6441
6637
|
msgstr "結果"
|
|
6442
6638
|
|
|
6639
|
+
msgid "Retain build profile upon unregistration"
|
|
6640
|
+
msgstr ""
|
|
6641
|
+
|
|
6443
6642
|
msgid "Retrieve a single errata for a host"
|
|
6444
6643
|
msgstr "ホストに関するエラータを 1 つ取得する"
|
|
6445
6644
|
|
|
6446
6645
|
msgid "Return Red Hat (non-custom) products only"
|
|
6447
6646
|
msgstr "Red Hat (カスタム以外) 製品のみを返します"
|
|
6448
6647
|
|
|
6648
|
+
msgid "Return a list of installed debs distinct by name"
|
|
6649
|
+
msgstr ""
|
|
6650
|
+
|
|
6449
6651
|
msgid "Return a list of installed packages distinct by name"
|
|
6450
6652
|
msgstr "名前別にインストール済みパッケージのリストを返す"
|
|
6451
6653
|
|
|
@@ -6626,6 +6828,24 @@ msgstr "まもなく期限切れになるサブスクリプション"
|
|
|
6626
6828
|
msgid "Save"
|
|
6627
6829
|
msgstr "保存"
|
|
6628
6830
|
|
|
6831
|
+
msgid "Save Environments"
|
|
6832
|
+
msgstr ""
|
|
6833
|
+
|
|
6834
|
+
msgid "Save artifact"
|
|
6835
|
+
msgstr ""
|
|
6836
|
+
|
|
6837
|
+
msgid "Save distribution references"
|
|
6838
|
+
msgstr ""
|
|
6839
|
+
|
|
6840
|
+
msgid "Save publication"
|
|
6841
|
+
msgstr ""
|
|
6842
|
+
|
|
6843
|
+
msgid "Save version"
|
|
6844
|
+
msgstr ""
|
|
6845
|
+
|
|
6846
|
+
msgid "Save versions"
|
|
6847
|
+
msgstr ""
|
|
6848
|
+
|
|
6629
6849
|
msgid "Saving alternate content source..."
|
|
6630
6850
|
msgstr "代替コンテンツソースの保存"
|
|
6631
6851
|
|
|
@@ -6635,6 +6855,12 @@ msgstr "スキャン"
|
|
|
6635
6855
|
msgid "Scan a flatpak remote"
|
|
6636
6856
|
msgstr "flatpak リモートをスキャンする"
|
|
6637
6857
|
|
|
6858
|
+
msgid "Scan cdn"
|
|
6859
|
+
msgstr ""
|
|
6860
|
+
|
|
6861
|
+
msgid "Scan remote"
|
|
6862
|
+
msgstr ""
|
|
6863
|
+
|
|
6638
6864
|
msgid "Schema version 1"
|
|
6639
6865
|
msgstr "スキーマバージョン 1"
|
|
6640
6866
|
|
|
@@ -6683,6 +6909,9 @@ msgstr "適用可能なセキュリティーエラータ"
|
|
|
6683
6909
|
msgid "Security errata installable"
|
|
6684
6910
|
msgstr "インストール可能なセキュリティーエラータ"
|
|
6685
6911
|
|
|
6912
|
+
msgid "See child manifests"
|
|
6913
|
+
msgstr ""
|
|
6914
|
+
|
|
6686
6915
|
msgid "Select"
|
|
6687
6916
|
msgstr "選択"
|
|
6688
6917
|
|
|
@@ -6794,6 +7023,9 @@ msgstr "ホスト {hostName} に関連付けるホストコレクションを選
|
|
|
6794
7023
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6795
7024
|
msgstr "ホスト {hostName} から削除するホストコレクションを選択します。"
|
|
6796
7025
|
|
|
7026
|
+
msgid "Select host collections to change their associations with {selectedHosts}. Changing host collection will affect all your selected hosts. Some hosts may already be in your chosen collections."
|
|
7027
|
+
msgstr ""
|
|
7028
|
+
|
|
6797
7029
|
msgid "Select hosts to assign to %s"
|
|
6798
7030
|
msgstr "ホストを選択して %s に割り当てます"
|
|
6799
7031
|
|
|
@@ -6872,11 +7104,14 @@ msgstr "サービスレベル %s"
|
|
|
6872
7104
|
msgid "Service Level (SLA)"
|
|
6873
7105
|
msgstr "サービスレベル (SLA)"
|
|
6874
7106
|
|
|
7107
|
+
msgid "Service level"
|
|
7108
|
+
msgstr "サービスレベル"
|
|
7109
|
+
|
|
6875
7110
|
msgid "Service level of host"
|
|
6876
7111
|
msgstr "ホストのサービスレベル"
|
|
6877
7112
|
|
|
6878
|
-
msgid "Service level
|
|
6879
|
-
msgstr "
|
|
7113
|
+
msgid "Service level, e.g. SELF-SUPPORT"
|
|
7114
|
+
msgstr ""
|
|
6880
7115
|
|
|
6881
7116
|
msgid "Set content overrides"
|
|
6882
7117
|
msgstr "コンテンツオーバーライドの設定"
|
|
@@ -6902,9 +7137,6 @@ msgstr "コンテナーレジストリー証明書のセットアップ"
|
|
|
6902
7137
|
msgid "Sets the system purpose usage"
|
|
6903
7138
|
msgstr "システム目的の使用率を設定します"
|
|
6904
7139
|
|
|
6905
|
-
msgid "Sets whether the Host will autoheal subscriptions upon checkin"
|
|
6906
|
-
msgstr "ホストがチェックイン時にサブスクリプションを自動修復するかどうかを設定します"
|
|
6907
|
-
|
|
6908
7140
|
msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
|
|
6909
7141
|
msgstr "'default_location_subscribed_hosts' 設定は、有効なロケーションに設定されていません。"
|
|
6910
7142
|
|
|
@@ -6914,6 +7146,9 @@ msgstr "重要度"
|
|
|
6914
7146
|
msgid "Severity must be one of: %s"
|
|
6915
7147
|
msgstr "重大度は %s のいずれかに指定する必要があります"
|
|
6916
7148
|
|
|
7149
|
+
msgid "Show ${remainingCount} more"
|
|
7150
|
+
msgstr ""
|
|
7151
|
+
|
|
6917
7152
|
msgid "Show %s"
|
|
6918
7153
|
msgstr "%s の表示"
|
|
6919
7154
|
|
|
@@ -7055,6 +7290,9 @@ msgstr "Smart Proxy コンテンツソースが見つかりません!"
|
|
|
7055
7290
|
msgid "Smart proxy name"
|
|
7056
7291
|
msgstr "Smart Proxy 名"
|
|
7057
7292
|
|
|
7293
|
+
msgid "Smart proxy verify content checksum has started in the background"
|
|
7294
|
+
msgstr ""
|
|
7295
|
+
|
|
7058
7296
|
msgid "Sockets"
|
|
7059
7297
|
msgstr "ソケット"
|
|
7060
7298
|
|
|
@@ -7169,8 +7407,8 @@ msgstr "コンテンツビューのロード中に問題が発生しました。
|
|
|
7169
7407
|
msgid "Something went wrong while refreshing alternate content sources: "
|
|
7170
7408
|
msgstr "代替コンテンツソースの更新中に問題が発生しました:"
|
|
7171
7409
|
|
|
7172
|
-
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7173
|
-
msgstr "
|
|
7410
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
|
|
7411
|
+
msgstr ""
|
|
7174
7412
|
|
|
7175
7413
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
|
7176
7414
|
msgstr "フィルタールールの削除中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
|
|
@@ -7238,6 +7476,9 @@ msgstr "リポジトリータイプの取得時にエラーが発生しました
|
|
|
7238
7476
|
msgid "Something went wrong while updating the content source. See the logs for more information"
|
|
7239
7477
|
msgstr "コンテンツソースの更新中に問題が発生しました。詳細についてはログを参照してください。"
|
|
7240
7478
|
|
|
7479
|
+
msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
|
|
7480
|
+
msgstr ""
|
|
7481
|
+
|
|
7241
7482
|
msgid "Something went wrong! Please check server logs!"
|
|
7242
7483
|
msgstr "問題が発生しました! サーバーログを確認してください!"
|
|
7243
7484
|
|
|
@@ -7325,9 +7566,6 @@ msgstr "サブスクリプション"
|
|
|
7325
7566
|
msgid "Subscription Details"
|
|
7326
7567
|
msgstr "サブスクリプションの詳細"
|
|
7327
7568
|
|
|
7328
|
-
msgid "Subscription ID"
|
|
7329
|
-
msgstr "サブスクリプション ID"
|
|
7330
|
-
|
|
7331
7569
|
msgid "Subscription Info"
|
|
7332
7570
|
msgstr "サブスクリプションの情報"
|
|
7333
7571
|
|
|
@@ -7343,12 +7581,6 @@ msgstr "サブスクリプションマニフェストの有効性チェック"
|
|
|
7343
7581
|
msgid "Subscription Name"
|
|
7344
7582
|
msgstr "サブスクリプション名"
|
|
7345
7583
|
|
|
7346
|
-
msgid "Subscription Pool id"
|
|
7347
|
-
msgstr "サブスクリプションプール ID"
|
|
7348
|
-
|
|
7349
|
-
msgid "Subscription Pool uuid"
|
|
7350
|
-
msgstr "サブスクリプションプール UUID"
|
|
7351
|
-
|
|
7352
7584
|
msgid "Subscription UUID"
|
|
7353
7585
|
msgstr "サブスクリプション UUID"
|
|
7354
7586
|
|
|
@@ -7400,9 +7632,6 @@ msgstr "成功"
|
|
|
7400
7632
|
msgid "Successfully added %s Host(s)."
|
|
7401
7633
|
msgstr "%s 台のホストが正常に追加されました。"
|
|
7402
7634
|
|
|
7403
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7404
|
-
msgstr "コンテンツホスト %{count} 台がホストコレクション %{host_collection} に正常に追加されました。"
|
|
7405
|
-
|
|
7406
7635
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7407
7636
|
msgstr "%s 製品の同期プランが正常に変更されました"
|
|
7408
7637
|
|
|
@@ -7415,9 +7644,6 @@ msgstr "正常に更新されました。"
|
|
|
7415
7644
|
msgid "Successfully removed %s Host(s)."
|
|
7416
7645
|
msgstr "%s 台のホストが正常に削除されました。"
|
|
7417
7646
|
|
|
7418
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7419
|
-
msgstr "ホストコレクション %{host_collection} から %{count} 台のコンテンツホストが正常に削除されました。"
|
|
7420
|
-
|
|
7421
7647
|
msgid "Successfully synced capsule."
|
|
7422
7648
|
msgstr "Capsule が正常に同期されました。"
|
|
7423
7649
|
|
|
@@ -7436,6 +7662,9 @@ msgstr "サポート終了"
|
|
|
7436
7662
|
msgid "Supported Content Types"
|
|
7437
7663
|
msgstr "サポート対象のコンテンツタイプ"
|
|
7438
7664
|
|
|
7665
|
+
msgid "Sync"
|
|
7666
|
+
msgstr ""
|
|
7667
|
+
|
|
7439
7668
|
msgid "Sync Canceled"
|
|
7440
7669
|
msgstr "同期が取り消されました"
|
|
7441
7670
|
|
|
@@ -7490,6 +7719,9 @@ msgstr "リポジトリーの同期"
|
|
|
7490
7719
|
msgid "Sync all repositories for a product"
|
|
7491
7720
|
msgstr "製品のすべてのリポジトリーを同期します"
|
|
7492
7721
|
|
|
7722
|
+
msgid "Sync capsule"
|
|
7723
|
+
msgstr ""
|
|
7724
|
+
|
|
7493
7725
|
msgid "Sync complete."
|
|
7494
7726
|
msgstr "同期が完了しました。"
|
|
7495
7727
|
|
|
@@ -7508,6 +7740,9 @@ msgstr "目的の製品を選択して、アップストリームリポジトリ
|
|
|
7508
7740
|
msgid "Sync state"
|
|
7509
7741
|
msgstr "同期の状態"
|
|
7510
7742
|
|
|
7743
|
+
msgid "Syncable export"
|
|
7744
|
+
msgstr ""
|
|
7745
|
+
|
|
7511
7746
|
msgid "Synced"
|
|
7512
7747
|
msgstr "同期されています"
|
|
7513
7748
|
|
|
@@ -7559,6 +7794,9 @@ msgstr "システム目的の属性の更新"
|
|
|
7559
7794
|
msgid "System purpose enables you to set the system's intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console."
|
|
7560
7795
|
msgstr "システム目的では、ネットワーク上でシステムの使用目的を設定して、Red Hat Hybrid Cloud Console のサブスクリプションサービスでレポートの精度を向上させることができます。"
|
|
7561
7796
|
|
|
7797
|
+
msgid "Tag"
|
|
7798
|
+
msgstr ""
|
|
7799
|
+
|
|
7562
7800
|
msgid "Tag name"
|
|
7563
7801
|
msgstr "タグ名"
|
|
7564
7802
|
|
|
@@ -7774,9 +8012,6 @@ msgstr "選択したライフサイクル環境にアクティベーションキ
|
|
|
7774
8012
|
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
|
7775
8013
|
msgstr "このライフサイクル環境では、選択したコンテンツビュー/継承したコンテンツビューは利用できません"
|
|
7776
8014
|
|
|
7777
|
-
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
|
7778
|
-
msgstr "指定の組織はシンプルコンテンツアクセスモードです。サブスクリプションのアタッチが無効になっています"
|
|
7779
|
-
|
|
7780
8015
|
msgid "The subscription cannot be found upstream"
|
|
7781
8016
|
msgstr "サブスクリプションがアップストリームにありません"
|
|
7782
8017
|
|
|
@@ -7918,12 +8153,6 @@ msgstr "このホストには適用可能なエラータがありますが、イ
|
|
|
7918
8153
|
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."
|
|
7919
8154
|
msgstr "このホストは複数のコンテンツビュー環境に関連付けられています。ここでライフサイクル環境とコンテンツビューを割り当てると、このホストは他の環境から削除されます。"
|
|
7920
8155
|
|
|
7921
|
-
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
|
7922
|
-
msgstr "このホストの組織はシンプルコンテンツアクセスモードです。サブスクリプションのアタッチが無効になっています。"
|
|
7923
|
-
|
|
7924
|
-
msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
|
|
7925
|
-
msgstr "このホストの組織はシンプルコンテンツアクセスモードです。自動アタッチが無効になっています"
|
|
7926
|
-
|
|
7927
8156
|
msgid "This is disabled because a manifest task is in progress"
|
|
7928
8157
|
msgstr "マニフェストのタスクが実行中であるため、これは無効になっています"
|
|
7929
8158
|
|
|
@@ -8002,6 +8231,9 @@ msgstr "タイトル"
|
|
|
8002
8231
|
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
|
8003
8232
|
msgstr "コンテンツビュー環境を変更するには、組織コンテキストから特定の組織を選択する必要があります。"
|
|
8004
8233
|
|
|
8234
|
+
msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
|
|
8235
|
+
msgstr ""
|
|
8236
|
+
|
|
8005
8237
|
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."
|
|
8006
8238
|
msgstr "同期コンテンツオプションを有効にするには、このホストが、選択したアーキテクチャーおよびオペレーティングシステム用の同期済みキックスタートリポジトリーを含むコンテンツソース、コンテンツビュー、およびライフサイクル環境を使用している必要があります。"
|
|
8007
8239
|
|
|
@@ -8023,6 +8255,9 @@ msgstr "まず、このホストをホストコレクションに追加します
|
|
|
8023
8255
|
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."
|
|
8024
8256
|
msgstr "コンテンツビューから特定のコンテンツを追加または除外するには、フィルターを作成します。フィルターを使用しない場合は、コンテンツビューには追加したリポジトリーにあるものがすべて含まれます。"
|
|
8025
8257
|
|
|
8258
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8259
|
+
msgstr ""
|
|
8260
|
+
|
|
8026
8261
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
8027
8262
|
msgstr "ホストのコンテンツオーバーライドを管理するには、組織コンテキストから特定の組織を選択する必要があります。"
|
|
8028
8263
|
|
|
@@ -8077,12 +8312,6 @@ msgstr "トレースは、適切なパーミッションを持つユーザーに
|
|
|
8077
8312
|
msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
|
|
8078
8313
|
msgstr "このSmart Proxy に関連付けられた代替コンテンツソースのトラフィックは、選択した HTTP プロキシーを通過します。"
|
|
8079
8314
|
|
|
8080
|
-
msgid "Trigger an auto-attach of subscriptions"
|
|
8081
|
-
msgstr "サブスクリプションの自動割り当てのトリガー"
|
|
8082
|
-
|
|
8083
|
-
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
|
8084
|
-
msgstr "1 つ以上のホストに、サブスクリプションの自動割り当てをトリガーします"
|
|
8085
|
-
|
|
8086
8315
|
msgid "Try changing your search criteria."
|
|
8087
8316
|
msgstr "検索条件を変更してみてください。"
|
|
8088
8317
|
|
|
@@ -8236,9 +8465,6 @@ msgstr "user-repository マッピングを更新できません"
|
|
|
8236
8465
|
msgid "Unapplied Errata"
|
|
8237
8466
|
msgstr "適用されないエラータ"
|
|
8238
8467
|
|
|
8239
|
-
msgid "Unattach a subscription"
|
|
8240
|
-
msgstr "サブスクリプションの割り当て解除"
|
|
8241
|
-
|
|
8242
8468
|
msgid "Unfiltered params array: %s."
|
|
8243
8469
|
msgstr "フィルタリングされていないパラメーター配列: %s。"
|
|
8244
8470
|
|
|
@@ -8350,15 +8576,27 @@ msgstr "組織内の環境を更新"
|
|
|
8350
8576
|
msgid "Update content counts for the smart proxy"
|
|
8351
8577
|
msgstr "Smart Proxy のコンテンツ数を更新します"
|
|
8352
8578
|
|
|
8579
|
+
msgid "Update content urls"
|
|
8580
|
+
msgstr ""
|
|
8581
|
+
|
|
8353
8582
|
msgid "Update content view environments for host"
|
|
8354
8583
|
msgstr "ホストのコンテンツビュー環境の更新"
|
|
8355
8584
|
|
|
8356
8585
|
msgid "Update content view environments for host %s"
|
|
8357
8586
|
msgstr "ホスト %s のコンテンツビュー環境の更新"
|
|
8358
8587
|
|
|
8588
|
+
msgid "Update distributions"
|
|
8589
|
+
msgstr ""
|
|
8590
|
+
|
|
8359
8591
|
msgid "Update hosts manually"
|
|
8360
8592
|
msgstr "ホストの手動更新"
|
|
8361
8593
|
|
|
8594
|
+
msgid "Update http proxy"
|
|
8595
|
+
msgstr ""
|
|
8596
|
+
|
|
8597
|
+
msgid "Update http proxy details"
|
|
8598
|
+
msgstr ""
|
|
8599
|
+
|
|
8362
8600
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8363
8601
|
msgstr "インストール済みパッケージ、有効なリポジトリー、モジュールインベントリーの更新"
|
|
8364
8602
|
|
|
@@ -8374,12 +8612,21 @@ msgstr "Katello インターフェイスでのパッケージの更新"
|
|
|
8374
8612
|
msgid "Update packages via Katello interface"
|
|
8375
8613
|
msgstr "Katello インターフェイスでのパッケージの更新"
|
|
8376
8614
|
|
|
8615
|
+
msgid "Update redhat repository"
|
|
8616
|
+
msgstr ""
|
|
8617
|
+
|
|
8377
8618
|
msgid "Update release version for host"
|
|
8378
8619
|
msgstr "ホストのリリースバージョンの更新"
|
|
8379
8620
|
|
|
8380
8621
|
msgid "Update release version for host %s"
|
|
8381
8622
|
msgstr "ホスト %s のリリースバージョンの更新"
|
|
8382
8623
|
|
|
8624
|
+
msgid "Update remote"
|
|
8625
|
+
msgstr ""
|
|
8626
|
+
|
|
8627
|
+
msgid "Update repository"
|
|
8628
|
+
msgstr ""
|
|
8629
|
+
|
|
8383
8630
|
msgid "Update services requiring restart"
|
|
8384
8631
|
msgstr "再起動が必要なサービスの更新"
|
|
8385
8632
|
|
|
@@ -8470,6 +8717,12 @@ msgstr "ファイルのコンテンツのチャンクをアップロード"
|
|
|
8470
8717
|
msgid "Upload a subscription manifest"
|
|
8471
8718
|
msgstr "サブスクリプションマニフェストのアップロード"
|
|
8472
8719
|
|
|
8720
|
+
msgid "Upload content"
|
|
8721
|
+
msgstr ""
|
|
8722
|
+
|
|
8723
|
+
msgid "Upload file"
|
|
8724
|
+
msgstr ""
|
|
8725
|
+
|
|
8473
8726
|
msgid "Upload into"
|
|
8474
8727
|
msgstr "アップロード先"
|
|
8475
8728
|
|
|
@@ -8479,6 +8732,9 @@ msgstr "パッケージ/リポジトリープロファイルのアップロー
|
|
|
8479
8732
|
msgid "Upload request id"
|
|
8480
8733
|
msgstr "要求 ID のアップロード"
|
|
8481
8734
|
|
|
8735
|
+
msgid "Upload tag"
|
|
8736
|
+
msgstr ""
|
|
8737
|
+
|
|
8482
8738
|
msgid "Upstream Candlepin"
|
|
8483
8739
|
msgstr "アップストリーム Candlepin"
|
|
8484
8740
|
|
|
@@ -8593,9 +8849,15 @@ msgstr "ホストの割り当てられたライフサイクル環境が、ホス
|
|
|
8593
8849
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
|
8594
8850
|
msgstr "値は、ブール値またはデフォルト (「有効」) のいずれかである必要があります"
|
|
8595
8851
|
|
|
8852
|
+
msgid "Verify Content Checksum"
|
|
8853
|
+
msgstr "コンテンツチェックサムの確認"
|
|
8854
|
+
|
|
8596
8855
|
msgid "Verify SSL"
|
|
8597
8856
|
msgstr "SSL の確認"
|
|
8598
8857
|
|
|
8858
|
+
msgid "Verify checksum"
|
|
8859
|
+
msgstr ""
|
|
8860
|
+
|
|
8599
8861
|
msgid "Verify checksum for content on smart proxy"
|
|
8600
8862
|
msgstr "Smart Proxy 上のコンテンツのチェックサムを確認する"
|
|
8601
8863
|
|
|
@@ -8677,6 +8939,9 @@ msgstr "適用可能なエラータの表示"
|
|
|
8677
8939
|
msgid "View by"
|
|
8678
8940
|
msgstr "表示"
|
|
8679
8941
|
|
|
8942
|
+
msgid "View container images in the local registry using the Synced tab. View container images booted by image mode hosts using the Booted tab. The Booted tab also shows images outside of the local container registry."
|
|
8943
|
+
msgstr ""
|
|
8944
|
+
|
|
8680
8945
|
msgid "View content views"
|
|
8681
8946
|
msgstr "コンテンツビューの表示"
|
|
8682
8947
|
|
|
@@ -8686,6 +8951,15 @@ msgstr "詳細の表示"
|
|
|
8686
8951
|
msgid "View documentation"
|
|
8687
8952
|
msgstr "ドキュメントの表示"
|
|
8688
8953
|
|
|
8954
|
+
msgid "View here"
|
|
8955
|
+
msgstr ""
|
|
8956
|
+
|
|
8957
|
+
msgid "View labels and annotations"
|
|
8958
|
+
msgstr ""
|
|
8959
|
+
|
|
8960
|
+
msgid "View labels and annotations for image "
|
|
8961
|
+
msgstr ""
|
|
8962
|
+
|
|
8689
8963
|
msgid "View matching content"
|
|
8690
8964
|
msgstr "マッチするコンテンツの表示"
|
|
8691
8965
|
|
|
@@ -8725,6 +8999,9 @@ msgstr "「リリース/ディストリビューション」を設定した場
|
|
|
8725
8999
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8726
9000
|
msgstr "「アップストリームの URL」を設定した場合は、「リリース/ディストリビューション」も設定する必要があります!"
|
|
8727
9001
|
|
|
9002
|
+
msgid "When enabled, provisioning information like content view environments, kickstart repository, and content source will be retained when a host is unregistered. When disabled, this information will be cleared during unregistration."
|
|
9003
|
+
msgstr ""
|
|
9004
|
+
|
|
8728
9005
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8729
9006
|
msgstr "subscription-manager でホストを登録すると、指定のファクトを強制的に使用します ('fact.fact' の形式)"
|
|
8730
9007
|
|
|
@@ -8965,9 +9242,6 @@ msgstr "非ライブラリーリポジトリーの同期が試行されました
|
|
|
8965
9242
|
msgid "attempted to sync without a feed URL"
|
|
8966
9243
|
msgstr "フィード URL なしで同期が試行されました"
|
|
8967
9244
|
|
|
8968
|
-
msgid "auto attach subscriptions upon registration"
|
|
8969
|
-
msgstr "登録時のサブスクリプションの自動割り当て"
|
|
8970
|
-
|
|
8971
9245
|
msgid "base url to perform repo discovery on"
|
|
8972
9246
|
msgstr "リポジトリー検出を実行するベース URL"
|
|
8973
9247
|
|
|
@@ -9604,9 +9878,6 @@ msgstr "コンテンツの組み込みまたは除外の指定。デフォルト
|
|
|
9604
9878
|
msgid "start datetime of synchronization"
|
|
9605
9879
|
msgstr "同期の開始日時"
|
|
9606
9880
|
|
|
9607
|
-
msgid "subscriptions not specified"
|
|
9608
|
-
msgstr "サブスクリプションが指定されていません"
|
|
9609
|
-
|
|
9610
9881
|
msgid "sync plan description"
|
|
9611
9882
|
msgstr "同期プランの説明"
|
|
9612
9883
|
|