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/zh_CN/katello.po
CHANGED
|
@@ -7,17 +7,17 @@
|
|
|
7
7
|
# Martin Liu <liuzh66@gmail.com>, 2020
|
|
8
8
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2020
|
|
9
9
|
# tim123, 2022
|
|
10
|
-
# Amit Upadhye <aupadhye@redhat.com>, 2024
|
|
11
10
|
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
|
|
12
11
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2025
|
|
13
12
|
# Ondřej Gajdušek, 2025
|
|
13
|
+
# Amit Upadhye <aupadhye@redhat.com>, 2025
|
|
14
14
|
#
|
|
15
15
|
msgid ""
|
|
16
16
|
msgstr ""
|
|
17
|
-
"Project-Id-Version: katello 4.
|
|
17
|
+
"Project-Id-Version: katello 4.19.0.rc1\n"
|
|
18
18
|
"Report-Msgid-Bugs-To: \n"
|
|
19
19
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
20
|
-
"Last-Translator:
|
|
20
|
+
"Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2025\n"
|
|
21
21
|
"Language-Team: Chinese (China) (https://app.transifex.com/foreman/teams/114/zh"
|
|
22
22
|
"_CN/)\n"
|
|
23
23
|
"MIME-Version: 1.0\n"
|
|
@@ -123,6 +123,9 @@ msgstr "${selectedContentType}"
|
|
|
123
123
|
msgid "${selectedContentType} will appear here when created."
|
|
124
124
|
msgstr "${selectedContentType} 在创建后将在此处显示。"
|
|
125
125
|
|
|
126
|
+
msgid "${totalCount} labels and annotations"
|
|
127
|
+
msgstr ""
|
|
128
|
+
|
|
126
129
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
127
130
|
msgstr "%s%s 有 %s 主机和 %s 主机组,它们需要在删除后重新关联。删除 %s?"
|
|
128
131
|
|
|
@@ -460,9 +463,6 @@ msgstr "远程执行作业正在进行"
|
|
|
460
463
|
msgid "A remote execution job is in progress."
|
|
461
464
|
msgstr "远程执行作业正在进行中。"
|
|
462
465
|
|
|
463
|
-
msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
|
|
464
|
-
msgstr "自动修复进程的服务级别,例如 SELF-SUPPORT"
|
|
465
|
-
|
|
466
466
|
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."
|
|
467
467
|
msgstr "智能代理似乎已经刷新,且没有运行 pulpcore。请在确保 pulpcore 服务已运行后刷新智能代理。"
|
|
468
468
|
|
|
@@ -478,6 +478,9 @@ msgstr "任何"
|
|
|
478
478
|
msgid "About page"
|
|
479
479
|
msgstr "About 页面"
|
|
480
480
|
|
|
481
|
+
msgid "Abstract async task"
|
|
482
|
+
msgstr ""
|
|
483
|
+
|
|
481
484
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
482
485
|
msgstr "禁止访问红帽订阅管理。如果要更改这个设置,请更新内容设置\"订阅连接已启用\"。"
|
|
483
486
|
|
|
@@ -565,12 +568,15 @@ msgstr "添加 DEB 规则"
|
|
|
565
568
|
msgid "Add RPM rule"
|
|
566
569
|
msgstr "添加 RPM 规则"
|
|
567
570
|
|
|
571
|
+
msgid "Add Red Hat Flatpak remote"
|
|
572
|
+
msgstr ""
|
|
573
|
+
|
|
574
|
+
msgid "Add Red Hat flatpak remote"
|
|
575
|
+
msgstr ""
|
|
576
|
+
|
|
568
577
|
msgid "Add Subscriptions"
|
|
569
578
|
msgstr "添加订阅"
|
|
570
579
|
|
|
571
|
-
msgid "Add a subscription to a host"
|
|
572
|
-
msgstr "为主机添加一个订阅"
|
|
573
|
-
|
|
574
580
|
msgid "Add an alternate content source"
|
|
575
581
|
msgstr "添加一个备用内容源"
|
|
576
582
|
|
|
@@ -622,6 +628,9 @@ msgstr "添加仓库"
|
|
|
622
628
|
msgid "Add repositories with package groups to content view to select them here."
|
|
623
629
|
msgstr "将含有软件包组的存储库添加到内容视图,以在此处选择它们。"
|
|
624
630
|
|
|
631
|
+
msgid "Add rolling repo clone"
|
|
632
|
+
msgstr ""
|
|
633
|
+
|
|
625
634
|
msgid "Add rule"
|
|
626
635
|
msgstr "添加规则"
|
|
627
636
|
|
|
@@ -634,21 +643,24 @@ msgstr "添加订阅"
|
|
|
634
643
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
|
635
644
|
msgstr "从 Red Hat Subscription Management 添加被清单消耗的订阅"
|
|
636
645
|
|
|
637
|
-
msgid "Add subscriptions to one or more hosts"
|
|
638
|
-
msgstr "将订阅添加到一个或多个主机"
|
|
639
|
-
|
|
640
646
|
msgid "Add subscriptions using the Add Subscriptions button."
|
|
641
647
|
msgstr "使用 Add Subscriptions 按钮添加订阅。"
|
|
642
648
|
|
|
643
649
|
msgid "Add to a host collection"
|
|
644
650
|
msgstr "添加到一个主机集合"
|
|
645
651
|
|
|
652
|
+
msgid "Add to host collections"
|
|
653
|
+
msgstr ""
|
|
654
|
+
|
|
646
655
|
msgid "Added"
|
|
647
656
|
msgstr "添加"
|
|
648
657
|
|
|
649
658
|
msgid "Added %s"
|
|
650
659
|
msgstr "添加的 %s"
|
|
651
660
|
|
|
661
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
662
|
+
msgstr ""
|
|
663
|
+
|
|
652
664
|
msgid "Added Content:"
|
|
653
665
|
msgstr "已新增內容:"
|
|
654
666
|
|
|
@@ -691,6 +703,9 @@ msgstr "所有已应用的勘误"
|
|
|
691
703
|
msgid "All errata up-to-date"
|
|
692
704
|
msgstr "所有勘误已为最新"
|
|
693
705
|
|
|
706
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
707
|
+
msgstr ""
|
|
708
|
+
|
|
694
709
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
695
710
|
msgstr "所有子路径都必须在结尾有一个斜杠,且在开头没有斜杠"
|
|
696
711
|
|
|
@@ -780,6 +795,9 @@ msgstr ""
|
|
|
780
795
|
"同步时发生错误 \n"
|
|
781
796
|
"%{error_message}"
|
|
782
797
|
|
|
798
|
+
msgid "An error occurred while updating host collections"
|
|
799
|
+
msgstr ""
|
|
800
|
+
|
|
783
801
|
msgid "An option to specify how many ostree commits to traverse."
|
|
784
802
|
msgstr "用于指定要遍历的 ostree 提交数量的选项。"
|
|
785
803
|
|
|
@@ -912,12 +930,6 @@ msgstr "本地池 ID 的数组。仅接受来自上游社区的池。"
|
|
|
912
930
|
msgid "Array of pools to add"
|
|
913
931
|
msgstr "要添加的池数组"
|
|
914
932
|
|
|
915
|
-
msgid "Array of subscriptions to add"
|
|
916
|
-
msgstr "添加的订阅数组"
|
|
917
|
-
|
|
918
|
-
msgid "Array of subscriptions to remove"
|
|
919
|
-
msgstr "要删除的订阅数组"
|
|
920
|
-
|
|
921
933
|
msgid "Array of uploads to import"
|
|
922
934
|
msgstr "导入的上传数组"
|
|
923
935
|
|
|
@@ -973,15 +985,6 @@ msgstr "至少一个所选项目需要主机重新引导"
|
|
|
973
985
|
msgid "At least one organization must exist."
|
|
974
986
|
msgstr "至少必须存在一个组织。"
|
|
975
987
|
|
|
976
|
-
msgid "Attach a subscription"
|
|
977
|
-
msgstr "附加订阅"
|
|
978
|
-
|
|
979
|
-
msgid "Attach subscriptions"
|
|
980
|
-
msgstr "附加订阅"
|
|
981
|
-
|
|
982
|
-
msgid "Attach subscriptions to %s"
|
|
983
|
-
msgstr "将订阅附加到 %s"
|
|
984
|
-
|
|
985
988
|
msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
|
|
986
989
|
msgstr "试图从 candlepin 销毁消费者 %s,但消费者不存在于 candlepin 中"
|
|
987
990
|
|
|
@@ -1081,6 +1084,9 @@ msgstr "收藏本搜索"
|
|
|
1081
1084
|
msgid "Bookmarks marked as public are available to all users"
|
|
1082
1085
|
msgstr "标记为公共的书签可供所有用户使用"
|
|
1083
1086
|
|
|
1087
|
+
msgid "Bootable"
|
|
1088
|
+
msgstr ""
|
|
1089
|
+
|
|
1084
1090
|
msgid "Bootc rollback via Bootc interface"
|
|
1085
1091
|
msgstr "通过 Bootc 接口的 Bootc 回滚"
|
|
1086
1092
|
|
|
@@ -1093,6 +1099,9 @@ msgstr "通过 Bootc 接口的 Bootc 交换"
|
|
|
1093
1099
|
msgid "Bootc upgrade via Bootc interface"
|
|
1094
1100
|
msgstr "通过 Bootc 接口的 Bootc 升级"
|
|
1095
1101
|
|
|
1102
|
+
msgid "Booted"
|
|
1103
|
+
msgstr ""
|
|
1104
|
+
|
|
1096
1105
|
msgid "Booted Container Images"
|
|
1097
1106
|
msgstr "引导的容器镜像"
|
|
1098
1107
|
|
|
@@ -1402,6 +1411,9 @@ msgstr "更改内容源"
|
|
|
1402
1411
|
msgid "Change content view environments"
|
|
1403
1412
|
msgstr "改变内容视图环境"
|
|
1404
1413
|
|
|
1414
|
+
msgid "Change host collections"
|
|
1415
|
+
msgstr ""
|
|
1416
|
+
|
|
1405
1417
|
msgid "Change host content source"
|
|
1406
1418
|
msgstr "更改主机内容源"
|
|
1407
1419
|
|
|
@@ -1489,6 +1501,9 @@ msgstr "同步容器镜像仓库时要排除的标签列表(以逗号分隔)
|
|
|
1489
1501
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1490
1502
|
msgstr "逗号分隔的标签列表,以同步容器镜像仓库"
|
|
1491
1503
|
|
|
1504
|
+
msgid "Commit upload"
|
|
1505
|
+
msgstr ""
|
|
1506
|
+
|
|
1492
1507
|
msgid "Compare"
|
|
1493
1508
|
msgstr "比较"
|
|
1494
1509
|
|
|
@@ -1561,6 +1576,9 @@ msgstr "容器镜像标签"
|
|
|
1561
1576
|
msgid "Container image tags"
|
|
1562
1577
|
msgstr "容器镜像标签"
|
|
1563
1578
|
|
|
1579
|
+
msgid "Container images"
|
|
1580
|
+
msgstr ""
|
|
1581
|
+
|
|
1564
1582
|
msgid "Container manifest lists"
|
|
1565
1583
|
msgstr "容器清单列表"
|
|
1566
1584
|
|
|
@@ -1840,15 +1858,27 @@ msgstr "已复制到剪贴板"
|
|
|
1840
1858
|
msgid "Copy"
|
|
1841
1859
|
msgstr "复制"
|
|
1842
1860
|
|
|
1861
|
+
msgid "Copy all units"
|
|
1862
|
+
msgstr ""
|
|
1863
|
+
|
|
1843
1864
|
msgid "Copy an activation key"
|
|
1844
1865
|
msgstr "复制激活码"
|
|
1845
1866
|
|
|
1867
|
+
msgid "Copy content"
|
|
1868
|
+
msgstr ""
|
|
1869
|
+
|
|
1846
1870
|
msgid "Copy content view"
|
|
1847
1871
|
msgstr "复制内容视图"
|
|
1848
1872
|
|
|
1849
1873
|
msgid "Copy to clipboard"
|
|
1850
1874
|
msgstr "复制到剪贴板"
|
|
1851
1875
|
|
|
1876
|
+
msgid "Copy version"
|
|
1877
|
+
msgstr ""
|
|
1878
|
+
|
|
1879
|
+
msgid "Copy version units to library"
|
|
1880
|
+
msgstr ""
|
|
1881
|
+
|
|
1852
1882
|
msgid "Cores per socket"
|
|
1853
1883
|
msgstr "每個插槽的核心數"
|
|
1854
1884
|
|
|
@@ -2062,23 +2092,35 @@ msgstr "使用生成的 SSL 证书和密钥创建内容凭据。"
|
|
|
2062
2092
|
msgid "Create content view"
|
|
2063
2093
|
msgstr "创建內容视图"
|
|
2064
2094
|
|
|
2095
|
+
msgid "Create exporter"
|
|
2096
|
+
msgstr ""
|
|
2097
|
+
|
|
2065
2098
|
msgid "Create filter"
|
|
2066
2099
|
msgstr "创建过滤器"
|
|
2067
2100
|
|
|
2068
2101
|
msgid "Create host collection"
|
|
2069
2102
|
msgstr "创建主机集"
|
|
2070
2103
|
|
|
2104
|
+
msgid "Create import"
|
|
2105
|
+
msgstr ""
|
|
2106
|
+
|
|
2107
|
+
msgid "Create importer"
|
|
2108
|
+
msgstr ""
|
|
2109
|
+
|
|
2071
2110
|
msgid "Create new activation key"
|
|
2072
2111
|
msgstr "创建新的激活码"
|
|
2073
2112
|
|
|
2074
2113
|
msgid "Create organization"
|
|
2075
2114
|
msgstr "创建机构"
|
|
2076
2115
|
|
|
2077
|
-
msgid "Create
|
|
2078
|
-
msgstr "
|
|
2116
|
+
msgid "Create publication"
|
|
2117
|
+
msgstr ""
|
|
2118
|
+
|
|
2119
|
+
msgid "Create remote"
|
|
2120
|
+
msgstr ""
|
|
2079
2121
|
|
|
2080
|
-
msgid "
|
|
2081
|
-
msgstr "
|
|
2122
|
+
msgid "Creation"
|
|
2123
|
+
msgstr ""
|
|
2082
2124
|
|
|
2083
2125
|
msgid "Credentials"
|
|
2084
2126
|
msgstr "凭证"
|
|
@@ -2341,12 +2383,36 @@ msgstr "删除內容视图"
|
|
|
2341
2383
|
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."
|
|
2342
2384
|
msgstr "删除将此存储库作为最后一个关联的存储库的内容视图过滤器。默认为 true。如果为 false,则此类过滤器现在应用到内容视图中的所有存储库。"
|
|
2343
2385
|
|
|
2386
|
+
msgid "Delete distributions"
|
|
2387
|
+
msgstr ""
|
|
2388
|
+
|
|
2344
2389
|
msgid "Delete manifest from Red Hat provider"
|
|
2345
2390
|
msgstr "從 Red Hat 供應者中刪除清單"
|
|
2346
2391
|
|
|
2347
2392
|
msgid "Delete multiple filters from a content view"
|
|
2348
2393
|
msgstr "从内容视图中删除多个过滤器"
|
|
2349
2394
|
|
|
2395
|
+
msgid "Delete orphan alternate content sources"
|
|
2396
|
+
msgstr ""
|
|
2397
|
+
|
|
2398
|
+
msgid "Delete orphan distributions"
|
|
2399
|
+
msgstr ""
|
|
2400
|
+
|
|
2401
|
+
msgid "Delete orphan remotes"
|
|
2402
|
+
msgstr ""
|
|
2403
|
+
|
|
2404
|
+
msgid "Delete orphan repository versions"
|
|
2405
|
+
msgstr ""
|
|
2406
|
+
|
|
2407
|
+
msgid "Delete orphaned migrated repositories"
|
|
2408
|
+
msgstr ""
|
|
2409
|
+
|
|
2410
|
+
msgid "Delete remote"
|
|
2411
|
+
msgstr ""
|
|
2412
|
+
|
|
2413
|
+
msgid "Delete repository references"
|
|
2414
|
+
msgstr ""
|
|
2415
|
+
|
|
2350
2416
|
msgid "Delete version"
|
|
2351
2417
|
msgstr "删除版本"
|
|
2352
2418
|
|
|
@@ -2446,6 +2512,12 @@ msgstr "销毁环境"
|
|
|
2446
2512
|
msgid "Destroy an environment in an organization"
|
|
2447
2513
|
msgstr "銷毀組織中的一個環境"
|
|
2448
2514
|
|
|
2515
|
+
msgid "Destroy exporter"
|
|
2516
|
+
msgstr ""
|
|
2517
|
+
|
|
2518
|
+
msgid "Destroy importer"
|
|
2519
|
+
msgstr ""
|
|
2520
|
+
|
|
2449
2521
|
msgid "Destroy one or more alternate content sources"
|
|
2450
2522
|
msgstr "销毁一个或多个备用内容源"
|
|
2451
2523
|
|
|
@@ -2479,9 +2551,6 @@ msgstr "禁用"
|
|
|
2479
2551
|
msgid "Disable Red Hat Insights."
|
|
2480
2552
|
msgstr "禁用 Red Hat Insights。"
|
|
2481
2553
|
|
|
2482
|
-
msgid "Disable Simple Content Access"
|
|
2483
|
-
msgstr "禁用简单内容访问"
|
|
2484
|
-
|
|
2485
2554
|
msgid "Disable a repository from the set"
|
|
2486
2555
|
msgstr "从集合中禁用仓库"
|
|
2487
2556
|
|
|
@@ -2494,6 +2563,9 @@ msgstr "禁用"
|
|
|
2494
2563
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2495
2564
|
msgstr "为 '%{subject}' 禁用简单内容访问失败。"
|
|
2496
2565
|
|
|
2566
|
+
msgid "Discover"
|
|
2567
|
+
msgstr ""
|
|
2568
|
+
|
|
2497
2569
|
msgid "Discover Repositories"
|
|
2498
2570
|
msgstr "发现软件仓库"
|
|
2499
2571
|
|
|
@@ -2545,6 +2617,9 @@ msgstr "勘误公告"
|
|
|
2545
2617
|
msgid "Edit"
|
|
2546
2618
|
msgstr "编辑"
|
|
2547
2619
|
|
|
2620
|
+
msgid "Edit DEB rule"
|
|
2621
|
+
msgstr ""
|
|
2622
|
+
|
|
2548
2623
|
msgid "Edit Flatpak Remote"
|
|
2549
2624
|
msgstr "编辑 Flatpak Remote"
|
|
2550
2625
|
|
|
@@ -2572,9 +2647,6 @@ msgstr "编辑详情"
|
|
|
2572
2647
|
msgid "Edit filter rule"
|
|
2573
2648
|
msgstr "列表过滤规则"
|
|
2574
2649
|
|
|
2575
|
-
msgid "Edit package filter rule"
|
|
2576
|
-
msgstr "编辑软件包过滤规则"
|
|
2577
|
-
|
|
2578
2650
|
msgid "Edit products"
|
|
2579
2651
|
msgstr "编辑产品"
|
|
2580
2652
|
|
|
@@ -2617,9 +2689,6 @@ msgstr "启用"
|
|
|
2617
2689
|
msgid "Enable Red Hat repositories"
|
|
2618
2690
|
msgstr "启用 Red Hat 仓库"
|
|
2619
2691
|
|
|
2620
|
-
msgid "Enable Simple Content Access"
|
|
2621
|
-
msgstr "启用简单内容访问"
|
|
2622
|
-
|
|
2623
2692
|
msgid "Enable Tracer"
|
|
2624
2693
|
msgstr "启用跟踪"
|
|
2625
2694
|
|
|
@@ -2632,9 +2701,6 @@ msgstr "从集合中启用存储库"
|
|
|
2632
2701
|
msgid "Enable repository sets"
|
|
2633
2702
|
msgstr "启用仓库集"
|
|
2634
2703
|
|
|
2635
|
-
msgid "Enable structured APT for deb content"
|
|
2636
|
-
msgstr "为 deb 内容启用结构化 APT"
|
|
2637
|
-
|
|
2638
2704
|
msgid "Enable/Disable auto publish of composite view"
|
|
2639
2705
|
msgstr "启用/禁用自动发布复合视图"
|
|
2640
2706
|
|
|
@@ -2695,6 +2761,9 @@ msgstr "环境 ID"
|
|
|
2695
2761
|
msgid "Environment cannot be in its own promotion path"
|
|
2696
2762
|
msgstr "環境不能位於自己的推送路徑上"
|
|
2697
2763
|
|
|
2764
|
+
msgid "Environment contents refresh"
|
|
2765
|
+
msgstr ""
|
|
2766
|
+
|
|
2698
2767
|
msgid "Environment identifier"
|
|
2699
2768
|
msgstr "环境标识符"
|
|
2700
2769
|
|
|
@@ -2734,6 +2803,9 @@ msgstr "勘误和软件包信息将立即更新。"
|
|
|
2734
2803
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2735
2804
|
msgstr "勘误的勘误ID(RHSA-2012:108)"
|
|
2736
2805
|
|
|
2806
|
+
msgid "Errata mail"
|
|
2807
|
+
msgstr ""
|
|
2808
|
+
|
|
2737
2809
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2738
2810
|
msgstr "删除的 UUID 为 %s 的内容方面的勘误状态没有被更新"
|
|
2739
2811
|
|
|
@@ -2899,6 +2971,9 @@ msgstr "为主机获取可用的模块流。"
|
|
|
2899
2971
|
msgid "Fetch installable errata for one or more hosts."
|
|
2900
2972
|
msgstr "为一台或多台主机获取可安装的勘误。"
|
|
2901
2973
|
|
|
2974
|
+
msgid "Fetch pxe files"
|
|
2975
|
+
msgstr ""
|
|
2976
|
+
|
|
2902
2977
|
msgid "Fetch traces for one or more hosts"
|
|
2903
2978
|
msgstr "为一个或多个主机获取跟踪"
|
|
2904
2979
|
|
|
@@ -2992,6 +3067,9 @@ msgstr "按版本号过滤版本"
|
|
|
2992
3067
|
msgid "Filter versions that are components in the specified composite version"
|
|
2993
3068
|
msgstr "过滤在指定复合版本中作为组件的版本"
|
|
2994
3069
|
|
|
3070
|
+
msgid "Filtered index content"
|
|
3071
|
+
msgstr ""
|
|
3072
|
+
|
|
2995
3073
|
msgid "Filters"
|
|
2996
3074
|
msgstr "过滤器"
|
|
2997
3075
|
|
|
@@ -3013,6 +3091,9 @@ msgstr "完成"
|
|
|
3013
3091
|
msgid "Finished"
|
|
3014
3092
|
msgstr "完成"
|
|
3015
3093
|
|
|
3094
|
+
msgid "Flatpak"
|
|
3095
|
+
msgstr ""
|
|
3096
|
+
|
|
3016
3097
|
msgid "Flatpak Remote ${name} created"
|
|
3017
3098
|
msgstr "Flatpak Remote ${name} 被创建"
|
|
3018
3099
|
|
|
@@ -3107,9 +3188,15 @@ msgstr "从直接安装的内容生成勘误状态"
|
|
|
3107
3188
|
msgid "Generate host applicability"
|
|
3108
3189
|
msgstr "产生主机适用性"
|
|
3109
3190
|
|
|
3191
|
+
msgid "Generate metadata"
|
|
3192
|
+
msgstr ""
|
|
3193
|
+
|
|
3110
3194
|
msgid "Generate repository applicability"
|
|
3111
3195
|
msgstr "生成仓库适用性"
|
|
3112
3196
|
|
|
3197
|
+
msgid "Generate username and password"
|
|
3198
|
+
msgstr ""
|
|
3199
|
+
|
|
3113
3200
|
msgid "Generated"
|
|
3114
3201
|
msgstr "生成"
|
|
3115
3202
|
|
|
@@ -3344,6 +3431,12 @@ msgstr "capsule 上应同时同步多少个参数。较小的数字可能导致
|
|
|
3344
3431
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3345
3432
|
msgstr "如何排序結果的順序(比方說 ASC 從下到上)"
|
|
3346
3433
|
|
|
3434
|
+
msgid "Hypervisors"
|
|
3435
|
+
msgstr ""
|
|
3436
|
+
|
|
3437
|
+
msgid "Hypervisors update"
|
|
3438
|
+
msgstr ""
|
|
3439
|
+
|
|
3347
3440
|
msgid "ID"
|
|
3348
3441
|
msgstr "ID"
|
|
3349
3442
|
|
|
@@ -3534,12 +3627,6 @@ msgstr "如果主机由于重复的 DMI UUID 而未能注册,请在此处添
|
|
|
3534
3627
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3535
3628
|
msgstr "如果产品证书应该用于向自定义 CDN 进行身份验证。"
|
|
3536
3629
|
|
|
3537
|
-
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'."
|
|
3538
|
-
msgstr "如果设置,在 Katello 中新创建的 APT 仓库将使用它们从其中同步的远程仓库相同的仓库结构。您可以通过运行 'foreman-rake katello:migrate_structure_content_for_deb' 来迁移现有的 APT 存储库来匹配相关的设置。"
|
|
3539
|
-
|
|
3540
|
-
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
|
3541
|
-
msgstr "如果指定,删除具有匹配 id 和数量的订阅的第一个实例"
|
|
3542
|
-
|
|
3543
3630
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3544
3631
|
msgstr "智能代理分配的 HTTP 代理是否应该使用"
|
|
3545
3632
|
|
|
@@ -3669,6 +3756,9 @@ msgstr "导入软件仓库"
|
|
|
3669
3756
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3670
3757
|
msgstr "导入订阅清单,为主机授予红帽内容的访问权限。"
|
|
3671
3758
|
|
|
3759
|
+
msgid "Import migration"
|
|
3760
|
+
msgstr ""
|
|
3761
|
+
|
|
3672
3762
|
msgid "Import new manifest"
|
|
3673
3763
|
msgstr "导入新清单"
|
|
3674
3764
|
|
|
@@ -3678,6 +3768,12 @@ msgstr "仅导入"
|
|
|
3678
3768
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3679
3769
|
msgstr "仅导入不能直接发布的内容视图。内容只能通过导入至视图来更新。"
|
|
3680
3770
|
|
|
3771
|
+
msgid "Import repository upload"
|
|
3772
|
+
msgstr ""
|
|
3773
|
+
|
|
3774
|
+
msgid "Import upload"
|
|
3775
|
+
msgstr ""
|
|
3776
|
+
|
|
3681
3777
|
msgid "Import uploads into a repository"
|
|
3682
3778
|
msgstr "将上传文件导入仓库"
|
|
3683
3779
|
|
|
@@ -3744,6 +3840,9 @@ msgstr "增量更新"
|
|
|
3744
3840
|
msgid "Incremental Update incomplete."
|
|
3745
3841
|
msgstr "增量更新不完整。"
|
|
3746
3842
|
|
|
3843
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3844
|
+
msgstr ""
|
|
3845
|
+
|
|
3747
3846
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3748
3847
|
msgstr "%{content_view_count} 内容视图版本的增量更新 "
|
|
3749
3848
|
|
|
@@ -3756,12 +3855,27 @@ msgstr "增量更新至少需要一个内容单元"
|
|
|
3756
3855
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3757
3856
|
msgstr "为复合 %{name} 版本 %{version} 指定了增量更新,但没有更新的组件。"
|
|
3758
3857
|
|
|
3858
|
+
msgid "Index content"
|
|
3859
|
+
msgstr ""
|
|
3860
|
+
|
|
3861
|
+
msgid "Index errata"
|
|
3862
|
+
msgstr ""
|
|
3863
|
+
|
|
3864
|
+
msgid "Index module streams"
|
|
3865
|
+
msgstr ""
|
|
3866
|
+
|
|
3867
|
+
msgid "Index package groups"
|
|
3868
|
+
msgstr ""
|
|
3869
|
+
|
|
3759
3870
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3760
3871
|
msgstr "信息类型需要是 [ %{list} ] 之一"
|
|
3761
3872
|
|
|
3762
3873
|
msgid "Inherit from Repository"
|
|
3763
3874
|
msgstr "从仓库继承"
|
|
3764
3875
|
|
|
3876
|
+
msgid "Initialize"
|
|
3877
|
+
msgstr ""
|
|
3878
|
+
|
|
3765
3879
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3766
3880
|
msgstr "启动同步计划中附加产品的同步"
|
|
3767
3881
|
|
|
@@ -3837,9 +3951,15 @@ msgstr "正在安装软件包组..."
|
|
|
3837
3951
|
msgid "Installing Package..."
|
|
3838
3952
|
msgstr "正在安裝套件..."
|
|
3839
3953
|
|
|
3954
|
+
msgid "Instance update"
|
|
3955
|
+
msgstr ""
|
|
3956
|
+
|
|
3840
3957
|
msgid "Instance-based"
|
|
3841
3958
|
msgstr "基于实例"
|
|
3842
3959
|
|
|
3960
|
+
msgid "Insufficient space for selected hosts"
|
|
3961
|
+
msgstr ""
|
|
3962
|
+
|
|
3843
3963
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3844
3964
|
msgstr "解释指定对象,以仅返回可与指定对象关联的主机集合。支持值 'host'。"
|
|
3845
3965
|
|
|
@@ -3963,6 +4083,9 @@ msgstr "无法导出一个滚动内容视图。"
|
|
|
3963
4083
|
msgid "It's not possible to promote a rolling content view."
|
|
3964
4084
|
msgstr "无法提升一个滚动内容视图。"
|
|
3965
4085
|
|
|
4086
|
+
msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
|
|
4087
|
+
msgstr ""
|
|
4088
|
+
|
|
3966
4089
|
msgid "It's not possible to publish a rolling content view."
|
|
3967
4090
|
msgstr "无法发布一个滚动内容视图。"
|
|
3968
4091
|
|
|
@@ -4071,6 +4194,15 @@ msgstr "内容视图标签"
|
|
|
4071
4194
|
msgid "Label of the flatpak remote"
|
|
4072
4195
|
msgstr "flatpak 远程的标签"
|
|
4073
4196
|
|
|
4197
|
+
msgid "Labels"
|
|
4198
|
+
msgstr ""
|
|
4199
|
+
|
|
4200
|
+
msgid "Labels and annotations"
|
|
4201
|
+
msgstr ""
|
|
4202
|
+
|
|
4203
|
+
msgid "Labels | Annotations"
|
|
4204
|
+
msgstr ""
|
|
4205
|
+
|
|
4074
4206
|
msgid "Last check-in:"
|
|
4075
4207
|
msgstr "最后签到:"
|
|
4076
4208
|
|
|
@@ -4173,6 +4305,9 @@ msgstr "生命周期环境:{lce}"
|
|
|
4173
4305
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4174
4306
|
msgstr "无法在默认的智能代理上修改生命周期环境。所有生命周期环境中的内容都将存在于此智能代理中。"
|
|
4175
4307
|
|
|
4308
|
+
msgid "Limit"
|
|
4309
|
+
msgstr ""
|
|
4310
|
+
|
|
4176
4311
|
msgid "Limit actions to content in the host's environment."
|
|
4177
4312
|
msgstr "将操作限制为针对主机环境中的内容。"
|
|
4178
4313
|
|
|
@@ -4362,6 +4497,9 @@ msgstr "主机 ID 列表,用于替换主机集合中的主机"
|
|
|
4362
4497
|
msgid "List of hypervisor guest uuids"
|
|
4363
4498
|
msgstr "hypervisor 客户系统 uuid 列表"
|
|
4364
4499
|
|
|
4500
|
+
msgid "List of lifecycle environments for rolling content views"
|
|
4501
|
+
msgstr ""
|
|
4502
|
+
|
|
4365
4503
|
msgid "List of package group names (Deprecated)"
|
|
4366
4504
|
msgstr "软件包组名称列表(已弃用)"
|
|
4367
4505
|
|
|
@@ -4500,12 +4638,18 @@ msgstr "管理仓库集"
|
|
|
4500
4638
|
msgid "Manifest"
|
|
4501
4639
|
msgstr "清单"
|
|
4502
4640
|
|
|
4641
|
+
msgid "Manifest Details"
|
|
4642
|
+
msgstr ""
|
|
4643
|
+
|
|
4503
4644
|
msgid "Manifest History"
|
|
4504
4645
|
msgstr "清单历史"
|
|
4505
4646
|
|
|
4506
4647
|
msgid "Manifest deleted"
|
|
4507
4648
|
msgstr "删除的清单"
|
|
4508
4649
|
|
|
4650
|
+
msgid "Manifest digest"
|
|
4651
|
+
msgstr ""
|
|
4652
|
+
|
|
4509
4653
|
msgid "Manifest does not have a valid subscription"
|
|
4510
4654
|
msgstr "清单没有有效订阅"
|
|
4511
4655
|
|
|
@@ -4590,6 +4734,9 @@ msgstr "信息"
|
|
|
4590
4734
|
msgid "Messaging connection"
|
|
4591
4735
|
msgstr "訊息連線"
|
|
4592
4736
|
|
|
4737
|
+
msgid "Metadata generate"
|
|
4738
|
+
msgstr ""
|
|
4739
|
+
|
|
4593
4740
|
msgid ""
|
|
4594
4741
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4595
4742
|
"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."
|
|
@@ -4630,6 +4777,9 @@ msgstr "模型"
|
|
|
4630
4777
|
msgid "Moderate"
|
|
4631
4778
|
msgstr "中等"
|
|
4632
4779
|
|
|
4780
|
+
msgid "Modified"
|
|
4781
|
+
msgstr ""
|
|
4782
|
+
|
|
4633
4783
|
msgid "Modify via remote execution"
|
|
4634
4784
|
msgstr "通过远程执行修改"
|
|
4635
4785
|
|
|
@@ -4657,6 +4807,15 @@ msgstr "启用红帽存储库或创建自定义产品后,将在此处显示模
|
|
|
4657
4807
|
msgid "Multi Content View Environment"
|
|
4658
4808
|
msgstr "多内容视图环境"
|
|
4659
4809
|
|
|
4810
|
+
msgid "Multi copy all units"
|
|
4811
|
+
msgstr ""
|
|
4812
|
+
|
|
4813
|
+
msgid "Multi copy content"
|
|
4814
|
+
msgstr ""
|
|
4815
|
+
|
|
4816
|
+
msgid "Multi copy units"
|
|
4817
|
+
msgstr ""
|
|
4818
|
+
|
|
4660
4819
|
msgid "Multi-entitlement"
|
|
4661
4820
|
msgstr "多权利"
|
|
4662
4821
|
|
|
@@ -4963,6 +5122,9 @@ msgstr "%s 还没有报告任何安装的软件包和/或启用的仓库。"
|
|
|
4963
5122
|
msgid "No items have been specified."
|
|
4964
5123
|
msgstr "没有指定项。"
|
|
4965
5124
|
|
|
5125
|
+
msgid "No labels"
|
|
5126
|
+
msgstr ""
|
|
5127
|
+
|
|
4966
5128
|
msgid "No manifest file uploaded"
|
|
4967
5129
|
msgstr "未上傳清單檔案"
|
|
4968
5130
|
|
|
@@ -5278,9 +5440,6 @@ msgstr "机构 %s 已被删除。"
|
|
|
5278
5440
|
msgid "Organization ID"
|
|
5279
5441
|
msgstr "机构 ID"
|
|
5280
5442
|
|
|
5281
|
-
msgid "Organization ID is required"
|
|
5282
|
-
msgstr "必须提供机构 ID"
|
|
5283
|
-
|
|
5284
5443
|
msgid "Organization ID or title"
|
|
5285
5444
|
msgstr "机构 id 或名称"
|
|
5286
5445
|
|
|
@@ -5305,6 +5464,9 @@ msgstr "机构标签"
|
|
|
5305
5464
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5306
5465
|
msgstr "机构标签 '%s' 不明确。使用基于 id 的容器名称。"
|
|
5307
5466
|
|
|
5467
|
+
msgid "Organization must be specified when providing product by name."
|
|
5468
|
+
msgstr ""
|
|
5469
|
+
|
|
5308
5470
|
msgid "Organization not found"
|
|
5309
5471
|
msgstr "没有找到机构"
|
|
5310
5472
|
|
|
@@ -5708,6 +5870,9 @@ msgstr "产品标签"
|
|
|
5708
5870
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5709
5871
|
msgstr "产品标签 '%s' 不明确。使用基于 id 的容器名称。"
|
|
5710
5872
|
|
|
5873
|
+
msgid "Product must be specified."
|
|
5874
|
+
msgstr ""
|
|
5875
|
+
|
|
5711
5876
|
msgid "Product name"
|
|
5712
5877
|
msgstr "产品名称"
|
|
5713
5878
|
|
|
@@ -5768,6 +5933,9 @@ msgstr "为 %{content_view} 提升摘要"
|
|
|
5768
5933
|
msgid "Promotion to Environment"
|
|
5769
5934
|
msgstr "升级到环境"
|
|
5770
5935
|
|
|
5936
|
+
msgid "Provide credentials if the registry requires authentication"
|
|
5937
|
+
msgstr ""
|
|
5938
|
+
|
|
5771
5939
|
msgid "Provide the required information and click {update} below to save changes."
|
|
5772
5940
|
msgstr "提供所需信息并点下面的 {update} 保存更改。"
|
|
5773
5941
|
|
|
@@ -5867,6 +6035,9 @@ msgstr "Pulp 存储"
|
|
|
5867
6035
|
msgid "Pulp task error"
|
|
5868
6036
|
msgstr "Pulp 任务错误"
|
|
5869
6037
|
|
|
6038
|
+
msgid "Purge completed tasks"
|
|
6039
|
+
msgstr ""
|
|
6040
|
+
|
|
5870
6041
|
msgid "Python Package"
|
|
5871
6042
|
msgstr "Python 软件包"
|
|
5872
6043
|
|
|
@@ -5894,15 +6065,6 @@ msgstr "数量不得超过 ${pool.available}"
|
|
|
5894
6065
|
msgid "Quantity of entitlements to bind"
|
|
5895
6066
|
msgstr "绑定权利的数量"
|
|
5896
6067
|
|
|
5897
|
-
msgid "Quantity of specified subscription to remove"
|
|
5898
|
-
msgstr "要删除的指定订阅数量"
|
|
5899
|
-
|
|
5900
|
-
msgid "Quantity of this subscription to add"
|
|
5901
|
-
msgstr "添加的这个订阅的数量"
|
|
5902
|
-
|
|
5903
|
-
msgid "Quantity of this subscriptions to add"
|
|
5904
|
-
msgstr "添加的这个订阅的数量"
|
|
5905
|
-
|
|
5906
6068
|
msgid "Quantity to Allocate"
|
|
5907
6069
|
msgstr "分配数量"
|
|
5908
6070
|
|
|
@@ -5975,6 +6137,9 @@ msgstr "需要重启"
|
|
|
5975
6137
|
msgid "Reclaim Space"
|
|
5976
6138
|
msgstr "重新声明空间"
|
|
5977
6139
|
|
|
6140
|
+
msgid "Reclaim space"
|
|
6141
|
+
msgstr ""
|
|
6142
|
+
|
|
5978
6143
|
msgid "Reclaim space from On Demand repositories"
|
|
5979
6144
|
msgstr "重新声明来自 On Demand 软件仓库的空间"
|
|
5980
6145
|
|
|
@@ -6041,6 +6206,9 @@ msgstr "刷新 RollingCV Repo"
|
|
|
6041
6206
|
msgid "Refresh all alternate content sources"
|
|
6042
6207
|
msgstr "刷新所有备用内容源"
|
|
6043
6208
|
|
|
6209
|
+
msgid "Refresh all distributions"
|
|
6210
|
+
msgstr ""
|
|
6211
|
+
|
|
6044
6212
|
msgid "Refresh alternate content sources"
|
|
6045
6213
|
msgstr "销毁备用内容源"
|
|
6046
6214
|
|
|
@@ -6053,15 +6221,27 @@ msgstr "刷新适用性"
|
|
|
6053
6221
|
msgid "Refresh counts"
|
|
6054
6222
|
msgstr "刷新计数"
|
|
6055
6223
|
|
|
6224
|
+
msgid "Refresh distribution"
|
|
6225
|
+
msgstr ""
|
|
6226
|
+
|
|
6056
6227
|
msgid "Refresh errata applicability"
|
|
6057
6228
|
msgstr "刷新勘误适用性"
|
|
6058
6229
|
|
|
6230
|
+
msgid "Refresh if needed"
|
|
6231
|
+
msgstr ""
|
|
6232
|
+
|
|
6059
6233
|
msgid "Refresh package applicability"
|
|
6060
6234
|
msgstr "刷新软件包适用性"
|
|
6061
6235
|
|
|
6062
6236
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6063
6237
|
msgstr "為 Red Hat 供應者更新之前匯入的清單"
|
|
6064
6238
|
|
|
6239
|
+
msgid "Refresh remote"
|
|
6240
|
+
msgstr ""
|
|
6241
|
+
|
|
6242
|
+
msgid "Refresh repos"
|
|
6243
|
+
msgstr ""
|
|
6244
|
+
|
|
6065
6245
|
msgid "Refresh source"
|
|
6066
6246
|
msgstr "刷新源"
|
|
6067
6247
|
|
|
@@ -6071,9 +6251,6 @@ msgstr "Refresh_Content_Host_Status"
|
|
|
6071
6251
|
msgid "Register a host with subscription and information"
|
|
6072
6252
|
msgstr "注册具有订阅和信息的主机"
|
|
6073
6253
|
|
|
6074
|
-
msgid "Register host '%s' before attaching subscriptions"
|
|
6075
|
-
msgstr "在附加订阅之前注册主机 '%s'"
|
|
6076
|
-
|
|
6077
6254
|
msgid "Registered"
|
|
6078
6255
|
msgstr "注册"
|
|
6079
6256
|
|
|
@@ -6107,6 +6284,9 @@ msgstr "Registry 名称特征将导致成员仓库的容器镜像名称无效"
|
|
|
6107
6284
|
msgid "Registry token expiration time"
|
|
6108
6285
|
msgstr ""
|
|
6109
6286
|
|
|
6287
|
+
msgid "Reindex subscriptions"
|
|
6288
|
+
msgstr ""
|
|
6289
|
+
|
|
6110
6290
|
msgid "Related composite content views"
|
|
6111
6291
|
msgstr "相关的复合内容视图"
|
|
6112
6292
|
|
|
@@ -6182,6 +6362,9 @@ msgstr "从环境中移除"
|
|
|
6182
6362
|
msgid "Remove from environments"
|
|
6183
6363
|
msgstr "从环境中移除"
|
|
6184
6364
|
|
|
6365
|
+
msgid "Remove from host collections"
|
|
6366
|
+
msgstr ""
|
|
6367
|
+
|
|
6185
6368
|
msgid "Remove host from collections"
|
|
6186
6369
|
msgstr "从集合中删除主机"
|
|
6187
6370
|
|
|
@@ -6203,6 +6386,9 @@ msgstr "从一个或多个主机中删除一个或多个主机集合"
|
|
|
6203
6386
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6204
6387
|
msgstr "从上游清单中删除一个或多个订阅"
|
|
6205
6388
|
|
|
6389
|
+
msgid "Remove orphans"
|
|
6390
|
+
msgstr ""
|
|
6391
|
+
|
|
6206
6392
|
msgid "Remove package group via Katello interface"
|
|
6207
6393
|
msgstr "通过 Katello 接口删除软件包组"
|
|
6208
6394
|
|
|
@@ -6218,17 +6404,14 @@ msgstr "通过 Katello 界面删除软件包"
|
|
|
6218
6404
|
msgid "Remove products from sync plan"
|
|
6219
6405
|
msgstr "从同步计划中删除产品"
|
|
6220
6406
|
|
|
6221
|
-
msgid "Remove
|
|
6222
|
-
msgstr "
|
|
6223
|
-
|
|
6224
|
-
msgid "Remove subscriptions from %s"
|
|
6225
|
-
msgstr "从 %s 中删除订阅"
|
|
6407
|
+
msgid "Remove rolling repo clone"
|
|
6408
|
+
msgstr ""
|
|
6226
6409
|
|
|
6227
|
-
msgid "Remove
|
|
6228
|
-
msgstr "
|
|
6410
|
+
msgid "Remove units"
|
|
6411
|
+
msgstr ""
|
|
6229
6412
|
|
|
6230
|
-
msgid "Remove
|
|
6231
|
-
msgstr "
|
|
6413
|
+
msgid "Remove unneeded repos"
|
|
6414
|
+
msgstr ""
|
|
6232
6415
|
|
|
6233
6416
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6234
6417
|
msgstr "从内容视图中删除版本和/或环境,并重新分配系统和密钥"
|
|
@@ -6236,6 +6419,9 @@ msgstr "从内容视图中删除版本和/或环境,并重新分配系统和
|
|
|
6236
6419
|
msgid "Remove versions from environments"
|
|
6237
6420
|
msgstr "从环境中删除版本"
|
|
6238
6421
|
|
|
6422
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6423
|
+
msgstr ""
|
|
6424
|
+
|
|
6239
6425
|
msgid "Removed component from content view"
|
|
6240
6426
|
msgstr "从内容视图中删除的组件"
|
|
6241
6427
|
|
|
@@ -6254,6 +6440,9 @@ msgstr "删除来自 ID 为 %{acs_id} 的 ACS %{acs_name} 的 ID 为%{prod_id}
|
|
|
6254
6440
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6255
6441
|
msgstr "从所有环境中移出此版本不会删除此版本。版本仍可用于以后的提升。"
|
|
6256
6442
|
|
|
6443
|
+
msgid "Repair"
|
|
6444
|
+
msgstr ""
|
|
6445
|
+
|
|
6257
6446
|
msgid "Replace content source on the target machine"
|
|
6258
6447
|
msgstr "替换目标机器上的内容源"
|
|
6259
6448
|
|
|
@@ -6272,12 +6461,18 @@ msgstr "软件仓库"
|
|
|
6272
6461
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6273
6462
|
msgstr "当 CDN 配置设置为 Air-gapped(断开连接)时,仓库不可用。"
|
|
6274
6463
|
|
|
6464
|
+
msgid "Repositories certs reset"
|
|
6465
|
+
msgstr ""
|
|
6466
|
+
|
|
6275
6467
|
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."
|
|
6276
6468
|
msgstr "所选内容视图版本常见的存储库将合并,生成复合内容视图,该视图是每个内容视图版本中的所有内容。"
|
|
6277
6469
|
|
|
6278
6470
|
msgid "Repositories from published Content Views are not allowed."
|
|
6279
6471
|
msgstr "不允许来自发布的内容视图中的仓库。"
|
|
6280
6472
|
|
|
6473
|
+
msgid "Repositories gpg reset"
|
|
6474
|
+
msgstr ""
|
|
6475
|
+
|
|
6281
6476
|
msgid "Repository"
|
|
6282
6477
|
msgstr "仓库"
|
|
6283
6478
|
|
|
@@ -6443,12 +6638,18 @@ msgstr "限制复合内容视图升级"
|
|
|
6443
6638
|
msgid "Result"
|
|
6444
6639
|
msgstr "结果"
|
|
6445
6640
|
|
|
6641
|
+
msgid "Retain build profile upon unregistration"
|
|
6642
|
+
msgstr ""
|
|
6643
|
+
|
|
6446
6644
|
msgid "Retrieve a single errata for a host"
|
|
6447
6645
|
msgstr "获取主机的单个勘误"
|
|
6448
6646
|
|
|
6449
6647
|
msgid "Return Red Hat (non-custom) products only"
|
|
6450
6648
|
msgstr "仅返回红帽(非定制)产品"
|
|
6451
6649
|
|
|
6650
|
+
msgid "Return a list of installed debs distinct by name"
|
|
6651
|
+
msgstr ""
|
|
6652
|
+
|
|
6452
6653
|
msgid "Return a list of installed packages distinct by name"
|
|
6453
6654
|
msgstr "返回名称不同的安装的软件包列表"
|
|
6454
6655
|
|
|
@@ -6629,6 +6830,24 @@ msgstr "订阅将很快过期"
|
|
|
6629
6830
|
msgid "Save"
|
|
6630
6831
|
msgstr "保存"
|
|
6631
6832
|
|
|
6833
|
+
msgid "Save Environments"
|
|
6834
|
+
msgstr ""
|
|
6835
|
+
|
|
6836
|
+
msgid "Save artifact"
|
|
6837
|
+
msgstr ""
|
|
6838
|
+
|
|
6839
|
+
msgid "Save distribution references"
|
|
6840
|
+
msgstr ""
|
|
6841
|
+
|
|
6842
|
+
msgid "Save publication"
|
|
6843
|
+
msgstr ""
|
|
6844
|
+
|
|
6845
|
+
msgid "Save version"
|
|
6846
|
+
msgstr ""
|
|
6847
|
+
|
|
6848
|
+
msgid "Save versions"
|
|
6849
|
+
msgstr ""
|
|
6850
|
+
|
|
6632
6851
|
msgid "Saving alternate content source..."
|
|
6633
6852
|
msgstr "更新备用内容源..."
|
|
6634
6853
|
|
|
@@ -6638,6 +6857,12 @@ msgstr "扫描"
|
|
|
6638
6857
|
msgid "Scan a flatpak remote"
|
|
6639
6858
|
msgstr "扫描 flatpak 远程"
|
|
6640
6859
|
|
|
6860
|
+
msgid "Scan cdn"
|
|
6861
|
+
msgstr ""
|
|
6862
|
+
|
|
6863
|
+
msgid "Scan remote"
|
|
6864
|
+
msgstr ""
|
|
6865
|
+
|
|
6641
6866
|
msgid "Schema version 1"
|
|
6642
6867
|
msgstr "Schema 版本 1"
|
|
6643
6868
|
|
|
@@ -6686,6 +6911,9 @@ msgstr "可应用的安全勘误"
|
|
|
6686
6911
|
msgid "Security errata installable"
|
|
6687
6912
|
msgstr "可安装的安全勘误"
|
|
6688
6913
|
|
|
6914
|
+
msgid "See child manifests"
|
|
6915
|
+
msgstr ""
|
|
6916
|
+
|
|
6689
6917
|
msgid "Select"
|
|
6690
6918
|
msgstr "选择"
|
|
6691
6919
|
|
|
@@ -6797,6 +7025,9 @@ msgstr "选择与主机 {hostName} 关联的主机集合。"
|
|
|
6797
7025
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6798
7026
|
msgstr "从主机 {hostName} 中选择要删除的主机集合。"
|
|
6799
7027
|
|
|
7028
|
+
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."
|
|
7029
|
+
msgstr ""
|
|
7030
|
+
|
|
6800
7031
|
msgid "Select hosts to assign to %s"
|
|
6801
7032
|
msgstr "选择要分配给 %s 的主机"
|
|
6802
7033
|
|
|
@@ -6875,11 +7106,14 @@ msgstr "服务等级 %s"
|
|
|
6875
7106
|
msgid "Service Level (SLA)"
|
|
6876
7107
|
msgstr "服务等级 (SLA)"
|
|
6877
7108
|
|
|
7109
|
+
msgid "Service level"
|
|
7110
|
+
msgstr "服务等级"
|
|
7111
|
+
|
|
6878
7112
|
msgid "Service level of host"
|
|
6879
7113
|
msgstr "主机服务等级"
|
|
6880
7114
|
|
|
6881
|
-
msgid "Service level
|
|
6882
|
-
msgstr "
|
|
7115
|
+
msgid "Service level, e.g. SELF-SUPPORT"
|
|
7116
|
+
msgstr ""
|
|
6883
7117
|
|
|
6884
7118
|
msgid "Set content overrides"
|
|
6885
7119
|
msgstr "设置内容覆盖"
|
|
@@ -6905,9 +7139,6 @@ msgstr "设置容器 registry 证书"
|
|
|
6905
7139
|
msgid "Sets the system purpose usage"
|
|
6906
7140
|
msgstr "设置系统用途使用"
|
|
6907
7141
|
|
|
6908
|
-
msgid "Sets whether the Host will autoheal subscriptions upon checkin"
|
|
6909
|
-
msgstr "设置主机是否在签入后自动修复订阅"
|
|
6910
|
-
|
|
6911
7142
|
msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
|
|
6912
7143
|
msgstr "'default_location_subscribed_hosts' 没有设置为一个有效位置。"
|
|
6913
7144
|
|
|
@@ -6917,6 +7148,9 @@ msgstr "严重性"
|
|
|
6917
7148
|
msgid "Severity must be one of: %s"
|
|
6918
7149
|
msgstr "严重级别必须是 %s 中的一个"
|
|
6919
7150
|
|
|
7151
|
+
msgid "Show ${remainingCount} more"
|
|
7152
|
+
msgstr ""
|
|
7153
|
+
|
|
6920
7154
|
msgid "Show %s"
|
|
6921
7155
|
msgstr "显示 %s"
|
|
6922
7156
|
|
|
@@ -7058,6 +7292,9 @@ msgstr "未找到智能代理内容源!"
|
|
|
7058
7292
|
msgid "Smart proxy name"
|
|
7059
7293
|
msgstr "智能代理名称"
|
|
7060
7294
|
|
|
7295
|
+
msgid "Smart proxy verify content checksum has started in the background"
|
|
7296
|
+
msgstr ""
|
|
7297
|
+
|
|
7061
7298
|
msgid "Sockets"
|
|
7062
7299
|
msgstr "插槽"
|
|
7063
7300
|
|
|
@@ -7172,8 +7409,8 @@ msgstr "加载内容视图时出现错误。如需更多信息,请参阅日志
|
|
|
7172
7409
|
msgid "Something went wrong while refreshing alternate content sources: "
|
|
7173
7410
|
msgstr "在刷新备用内容源时出现错误:"
|
|
7174
7411
|
|
|
7175
|
-
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7176
|
-
msgstr "
|
|
7412
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
|
|
7413
|
+
msgstr ""
|
|
7177
7414
|
|
|
7178
7415
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
|
7179
7416
|
msgstr "删除过滤规则时出现问题!${getResponseErrorMsgs(error.response)}"
|
|
@@ -7241,6 +7478,9 @@ msgstr "获取仓库类型时出错!${getResponseErrorMsgs(error.response)}"
|
|
|
7241
7478
|
msgid "Something went wrong while updating the content source. See the logs for more information"
|
|
7242
7479
|
msgstr "更新内容源时出现错误。如需更多信息,请参阅日志"
|
|
7243
7480
|
|
|
7481
|
+
msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
|
|
7482
|
+
msgstr ""
|
|
7483
|
+
|
|
7244
7484
|
msgid "Something went wrong! Please check server logs!"
|
|
7245
7485
|
msgstr "出现错误!请检查服务器日志!"
|
|
7246
7486
|
|
|
@@ -7328,9 +7568,6 @@ msgstr "订阅"
|
|
|
7328
7568
|
msgid "Subscription Details"
|
|
7329
7569
|
msgstr "订阅详情"
|
|
7330
7570
|
|
|
7331
|
-
msgid "Subscription ID"
|
|
7332
|
-
msgstr "订阅 ID"
|
|
7333
|
-
|
|
7334
7571
|
msgid "Subscription Info"
|
|
7335
7572
|
msgstr "订阅信息"
|
|
7336
7573
|
|
|
@@ -7346,12 +7583,6 @@ msgstr "订阅清单有效性检查"
|
|
|
7346
7583
|
msgid "Subscription Name"
|
|
7347
7584
|
msgstr "订阅名称"
|
|
7348
7585
|
|
|
7349
|
-
msgid "Subscription Pool id"
|
|
7350
|
-
msgstr "订阅池 ID"
|
|
7351
|
-
|
|
7352
|
-
msgid "Subscription Pool uuid"
|
|
7353
|
-
msgstr "订阅池 UUID"
|
|
7354
|
-
|
|
7355
7586
|
msgid "Subscription UUID"
|
|
7356
7587
|
msgstr "订阅 UUID"
|
|
7357
7588
|
|
|
@@ -7403,9 +7634,6 @@ msgstr "成功"
|
|
|
7403
7634
|
msgid "Successfully added %s Host(s)."
|
|
7404
7635
|
msgstr "成功添加 %s 主机。"
|
|
7405
7636
|
|
|
7406
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7407
|
-
msgstr "已成功新增 %{count} 个內容主机到主机集 %{host_collection}。"
|
|
7408
|
-
|
|
7409
7637
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7410
7638
|
msgstr "成功修改了 %s 产品的同步计划"
|
|
7411
7639
|
|
|
@@ -7418,9 +7646,6 @@ msgstr "成功刷新。"
|
|
|
7418
7646
|
msgid "Successfully removed %s Host(s)."
|
|
7419
7647
|
msgstr "成功删除 %s 主机。"
|
|
7420
7648
|
|
|
7421
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7422
|
-
msgstr "已从主机集合 %{host_collection} 中成功删除了 %{host_collection} 个内容主机。"
|
|
7423
|
-
|
|
7424
7649
|
msgid "Successfully synced capsule."
|
|
7425
7650
|
msgstr "成功同步的 capsule。"
|
|
7426
7651
|
|
|
@@ -7439,6 +7664,9 @@ msgstr "支持终止"
|
|
|
7439
7664
|
msgid "Supported Content Types"
|
|
7440
7665
|
msgstr "支持的内容类型"
|
|
7441
7666
|
|
|
7667
|
+
msgid "Sync"
|
|
7668
|
+
msgstr ""
|
|
7669
|
+
|
|
7442
7670
|
msgid "Sync Canceled"
|
|
7443
7671
|
msgstr "已取消同步"
|
|
7444
7672
|
|
|
@@ -7493,6 +7721,9 @@ msgstr "同步軟體庫"
|
|
|
7493
7721
|
msgid "Sync all repositories for a product"
|
|
7494
7722
|
msgstr "为一个产品同步所有存储库"
|
|
7495
7723
|
|
|
7724
|
+
msgid "Sync capsule"
|
|
7725
|
+
msgstr ""
|
|
7726
|
+
|
|
7496
7727
|
msgid "Sync complete."
|
|
7497
7728
|
msgstr "完成同步。"
|
|
7498
7729
|
|
|
@@ -7511,6 +7742,9 @@ msgstr "选择所需的产品,直接从上游仓库同步智能代理内容。
|
|
|
7511
7742
|
msgid "Sync state"
|
|
7512
7743
|
msgstr "同步状态"
|
|
7513
7744
|
|
|
7745
|
+
msgid "Syncable export"
|
|
7746
|
+
msgstr ""
|
|
7747
|
+
|
|
7514
7748
|
msgid "Synced"
|
|
7515
7749
|
msgstr "同步的"
|
|
7516
7750
|
|
|
@@ -7562,6 +7796,9 @@ msgstr "更新的系统目的属性"
|
|
|
7562
7796
|
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."
|
|
7563
7797
|
msgstr "系统目的用于设置系统在网络中的使用目的,以便在 Red Hat Hybrid Cloud Console 的订阅服务中提高报告准确性。"
|
|
7564
7798
|
|
|
7799
|
+
msgid "Tag"
|
|
7800
|
+
msgstr ""
|
|
7801
|
+
|
|
7565
7802
|
msgid "Tag name"
|
|
7566
7803
|
msgstr "标签名称"
|
|
7567
7804
|
|
|
@@ -7773,9 +8010,6 @@ msgstr "所选生命周期环境没有激活码"
|
|
|
7773
8010
|
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
|
7774
8011
|
msgstr "此生命周期环境不支持所选/继承的内容视图"
|
|
7775
8012
|
|
|
7776
|
-
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
|
7777
|
-
msgstr "指定的机构处于“简单内容访问”模式。附加订阅已禁用"
|
|
7778
|
-
|
|
7779
8013
|
msgid "The subscription cannot be found upstream"
|
|
7780
8014
|
msgstr "无法在上游找到订阅"
|
|
7781
8015
|
|
|
@@ -7917,12 +8151,6 @@ msgstr "此主机具有适用的勘误,但无法安装。调整您的过滤器
|
|
|
7917
8151
|
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."
|
|
7918
8152
|
msgstr "此主机与多个内容视图环境关联。如果您在此处分配了一个生命周期环境和内容视图,则主机将从其他环境中删除。"
|
|
7919
8153
|
|
|
7920
|
-
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
|
7921
|
-
msgstr "该主机的机构处于“简单内容访问”模式。自动附加被禁用。"
|
|
7922
|
-
|
|
7923
|
-
msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
|
|
7924
|
-
msgstr "该主机的机构处于“简单内容访问”模式。自动附加被禁用"
|
|
7925
|
-
|
|
7926
8154
|
msgid "This is disabled because a manifest task is in progress"
|
|
7927
8155
|
msgstr "由于清单任务正在进行中,因此已禁用"
|
|
7928
8156
|
|
|
@@ -8001,6 +8229,9 @@ msgstr "提示"
|
|
|
8001
8229
|
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
|
8002
8230
|
msgstr "要更改内容视图环境,需要从机构上下文中选择一个特定的机构。"
|
|
8003
8231
|
|
|
8232
|
+
msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
|
|
8233
|
+
msgstr ""
|
|
8234
|
+
|
|
8004
8235
|
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."
|
|
8005
8236
|
msgstr "要启用同步的内容选项,此主机必须使用内容源、内容视图和生命周期环境,其中包含所选架构和操作系统的同步 kickstart 仓库。"
|
|
8006
8237
|
|
|
@@ -8022,6 +8253,9 @@ msgstr "要开始,将此主机添加到主机集合。"
|
|
|
8022
8253
|
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."
|
|
8023
8254
|
msgstr "要从内容视图中包含或排除特定内容,请创建一个过滤器。如果没有过滤器,内容视图包含添加的存储库的所有内容。"
|
|
8024
8255
|
|
|
8256
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8257
|
+
msgstr ""
|
|
8258
|
+
|
|
8025
8259
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
8026
8260
|
msgstr "要管理主机内容覆盖,需要从机构上下文中选择一个特定的机构。"
|
|
8027
8261
|
|
|
@@ -8076,12 +8310,6 @@ msgstr "对于有适当权限的用户,这里将显示 trace。"
|
|
|
8076
8310
|
msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
|
|
8077
8311
|
msgstr "与此智能代理关联的所有备用内容源的流量将通过所选的 HTTP 代理。"
|
|
8078
8312
|
|
|
8079
|
-
msgid "Trigger an auto-attach of subscriptions"
|
|
8080
|
-
msgstr "触发订阅的自动附加"
|
|
8081
|
-
|
|
8082
|
-
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
|
8083
|
-
msgstr "在一个或多个主机上触发一个自动附加订阅"
|
|
8084
|
-
|
|
8085
8313
|
msgid "Try changing your search criteria."
|
|
8086
8314
|
msgstr "尝试更改搜索设置。"
|
|
8087
8315
|
|
|
@@ -8235,9 +8463,6 @@ msgstr "无法更新 user-repository 映射"
|
|
|
8235
8463
|
msgid "Unapplied Errata"
|
|
8236
8464
|
msgstr "未应用的勘误"
|
|
8237
8465
|
|
|
8238
|
-
msgid "Unattach a subscription"
|
|
8239
|
-
msgstr "取消附加的订阅"
|
|
8240
|
-
|
|
8241
8466
|
msgid "Unfiltered params array: %s."
|
|
8242
8467
|
msgstr "未过滤的参数数组:%s"
|
|
8243
8468
|
|
|
@@ -8349,15 +8574,27 @@ msgstr "更新組織中的環境"
|
|
|
8349
8574
|
msgid "Update content counts for the smart proxy"
|
|
8350
8575
|
msgstr "更新智能代理的内容计数"
|
|
8351
8576
|
|
|
8577
|
+
msgid "Update content urls"
|
|
8578
|
+
msgstr ""
|
|
8579
|
+
|
|
8352
8580
|
msgid "Update content view environments for host"
|
|
8353
8581
|
msgstr "为主机更新内容视图环境"
|
|
8354
8582
|
|
|
8355
8583
|
msgid "Update content view environments for host %s"
|
|
8356
8584
|
msgstr "为主机 %s 更新内容视图环境"
|
|
8357
8585
|
|
|
8586
|
+
msgid "Update distributions"
|
|
8587
|
+
msgstr ""
|
|
8588
|
+
|
|
8358
8589
|
msgid "Update hosts manually"
|
|
8359
8590
|
msgstr "手动更新主机"
|
|
8360
8591
|
|
|
8592
|
+
msgid "Update http proxy"
|
|
8593
|
+
msgstr ""
|
|
8594
|
+
|
|
8595
|
+
msgid "Update http proxy details"
|
|
8596
|
+
msgstr ""
|
|
8597
|
+
|
|
8361
8598
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8362
8599
|
msgstr "更新安装的软件包,已启用的仓库,模块清单"
|
|
8363
8600
|
|
|
@@ -8373,12 +8610,21 @@ msgstr "通过 Katello 接口更新软件包"
|
|
|
8373
8610
|
msgid "Update packages via Katello interface"
|
|
8374
8611
|
msgstr "通过 Katello 接口更新软件包"
|
|
8375
8612
|
|
|
8613
|
+
msgid "Update redhat repository"
|
|
8614
|
+
msgstr ""
|
|
8615
|
+
|
|
8376
8616
|
msgid "Update release version for host"
|
|
8377
8617
|
msgstr "为主机更新发行版本"
|
|
8378
8618
|
|
|
8379
8619
|
msgid "Update release version for host %s"
|
|
8380
8620
|
msgstr "为主机 %s 更新发行版本"
|
|
8381
8621
|
|
|
8622
|
+
msgid "Update remote"
|
|
8623
|
+
msgstr ""
|
|
8624
|
+
|
|
8625
|
+
msgid "Update repository"
|
|
8626
|
+
msgstr ""
|
|
8627
|
+
|
|
8382
8628
|
msgid "Update services requiring restart"
|
|
8383
8629
|
msgstr "更新服务需要重启"
|
|
8384
8630
|
|
|
@@ -8469,6 +8715,12 @@ msgstr "上载文件内容的一部分"
|
|
|
8469
8715
|
msgid "Upload a subscription manifest"
|
|
8470
8716
|
msgstr "上载订阅清单"
|
|
8471
8717
|
|
|
8718
|
+
msgid "Upload content"
|
|
8719
|
+
msgstr ""
|
|
8720
|
+
|
|
8721
|
+
msgid "Upload file"
|
|
8722
|
+
msgstr ""
|
|
8723
|
+
|
|
8472
8724
|
msgid "Upload into"
|
|
8473
8725
|
msgstr "上传到"
|
|
8474
8726
|
|
|
@@ -8478,6 +8730,9 @@ msgstr "上传软件包 / 仓库配置集"
|
|
|
8478
8730
|
msgid "Upload request id"
|
|
8479
8731
|
msgstr "上传请求 ID"
|
|
8480
8732
|
|
|
8733
|
+
msgid "Upload tag"
|
|
8734
|
+
msgstr ""
|
|
8735
|
+
|
|
8481
8736
|
msgid "Upstream Candlepin"
|
|
8482
8737
|
msgstr "上游 Candlepin"
|
|
8483
8738
|
|
|
@@ -8592,9 +8847,15 @@ msgstr "验证主机分配的生命周期环境是否已通过主机从其中获
|
|
|
8592
8847
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
|
8593
8848
|
msgstr "值需要是一个布尔值,或 'default' 代表 'enabled'"
|
|
8594
8849
|
|
|
8850
|
+
msgid "Verify Content Checksum"
|
|
8851
|
+
msgstr "验证内容校验和"
|
|
8852
|
+
|
|
8595
8853
|
msgid "Verify SSL"
|
|
8596
8854
|
msgstr "验证 SSL"
|
|
8597
8855
|
|
|
8856
|
+
msgid "Verify checksum"
|
|
8857
|
+
msgstr ""
|
|
8858
|
+
|
|
8598
8859
|
msgid "Verify checksum for content on smart proxy"
|
|
8599
8860
|
msgstr "为智能代理中的内容验证校验和"
|
|
8600
8861
|
|
|
@@ -8676,6 +8937,9 @@ msgstr "查看适用的勘误"
|
|
|
8676
8937
|
msgid "View by"
|
|
8677
8938
|
msgstr "查看方法"
|
|
8678
8939
|
|
|
8940
|
+
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."
|
|
8941
|
+
msgstr ""
|
|
8942
|
+
|
|
8679
8943
|
msgid "View content views"
|
|
8680
8944
|
msgstr "查看内容视图"
|
|
8681
8945
|
|
|
@@ -8685,6 +8949,15 @@ msgstr "查看详情"
|
|
|
8685
8949
|
msgid "View documentation"
|
|
8686
8950
|
msgstr "查看文档"
|
|
8687
8951
|
|
|
8952
|
+
msgid "View here"
|
|
8953
|
+
msgstr ""
|
|
8954
|
+
|
|
8955
|
+
msgid "View labels and annotations"
|
|
8956
|
+
msgstr ""
|
|
8957
|
+
|
|
8958
|
+
msgid "View labels and annotations for image "
|
|
8959
|
+
msgstr ""
|
|
8960
|
+
|
|
8688
8961
|
msgid "View matching content"
|
|
8689
8962
|
msgstr "显示匹配内容"
|
|
8690
8963
|
|
|
@@ -8724,6 +8997,9 @@ msgstr "当设置 \"Releases/Distributions\" 时,还必须设置 \"Upstream UR
|
|
|
8724
8997
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8725
8998
|
msgstr "当设置 \"Upstream URL\" 时,还必须设置 \"Releases/Distributions\""
|
|
8726
8999
|
|
|
9000
|
+
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."
|
|
9001
|
+
msgstr ""
|
|
9002
|
+
|
|
8727
9003
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8728
9004
|
msgstr "当通过 subscription-manager 注册主机时,强制使用特定的 fact(格式是 'fact.fact')"
|
|
8729
9005
|
|
|
@@ -8964,9 +9240,6 @@ msgstr "尝试同步 non-library 仓库。"
|
|
|
8964
9240
|
msgid "attempted to sync without a feed URL"
|
|
8965
9241
|
msgstr "尝试在没有 Feed URL 的情况下进行同步"
|
|
8966
9242
|
|
|
8967
|
-
msgid "auto attach subscriptions upon registration"
|
|
8968
|
-
msgstr "注册时自动附加订阅"
|
|
8969
|
-
|
|
8970
9243
|
msgid "base url to perform repo discovery on"
|
|
8971
9244
|
msgstr "执行仓库发现的基本 url"
|
|
8972
9245
|
|
|
@@ -9603,9 +9876,6 @@ msgstr "指定内容应该被包括还是排除,默认:inclusion=false"
|
|
|
9603
9876
|
msgid "start datetime of synchronization"
|
|
9604
9877
|
msgstr "開始同步的日期與時間"
|
|
9605
9878
|
|
|
9606
|
-
msgid "subscriptions not specified"
|
|
9607
|
-
msgstr "未指定订阅"
|
|
9608
|
-
|
|
9609
9879
|
msgid "sync plan description"
|
|
9610
9880
|
msgstr "同步計畫的描述"
|
|
9611
9881
|
|