katello 4.10.0 → 4.11.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/locale/bn/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ca/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/cs/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/de/katello.js +260 -245
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/el/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/en/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/en_US/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/es/katello.js +257 -233
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/fr/katello.js +268 -268
- data/app/assets/javascripts/katello/locale/gl/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/gu/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/hi/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/id/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/it/katello.js +254 -221
- data/app/assets/javascripts/katello/locale/ja/katello.js +268 -268
- data/app/assets/javascripts/katello/locale/ka/katello.js +261 -231
- data/app/assets/javascripts/katello/locale/kn/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ko/katello.js +255 -222
- data/app/assets/javascripts/katello/locale/locale/katello.js +1049 -1012
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/mr/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/or/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pa/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pl/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pt/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +257 -233
- data/app/assets/javascripts/katello/locale/ro/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ru/katello.js +255 -222
- data/app/assets/javascripts/katello/locale/sl/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ta/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/te/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/tr/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/vi/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/zh/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +268 -268
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -222
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +15 -2
- data/app/controllers/katello/api/v2/capsule_content_controller.rb +21 -4
- data/app/controllers/katello/api/v2/capsules_controller.rb +11 -1
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +1 -1
- data/app/controllers/katello/api/v2/docker_tags_controller.rb +2 -0
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +2 -1
- data/app/controllers/katello/api/v2/organizations_controller.rb +2 -2
- data/app/controllers/katello/api/v2/repositories_controller.rb +1 -0
- data/app/controllers/katello/api/v2/simple_content_access_controller.rb +5 -5
- data/app/controllers/katello/api/v2/sync_plans_controller.rb +11 -3
- data/app/controllers/katello/concerns/api/api_controller.rb +6 -0
- data/app/controllers/katello/concerns/api/v2/hosts_bulk_actions_controller_extensions.rb +23 -0
- data/app/controllers/katello/concerns/filtered_auto_complete_search.rb +1 -1
- data/app/controllers/katello/concerns/organizations_controller_extensions.rb +2 -0
- data/app/controllers/katello/remote_execution_controller.rb +1 -1
- data/app/jobs/create_host_lifecycle_expire_soon_notifications.rb +11 -0
- data/app/lib/actions/katello/applicability/hosts/bulk_generate.rb +10 -0
- data/app/lib/actions/katello/capsule_content/refresh_repos.rb +8 -2
- data/app/lib/actions/katello/capsule_content/sync.rb +30 -10
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +13 -0
- data/app/lib/actions/katello/capsule_content/update_content_counts.rb +24 -0
- data/app/lib/actions/katello/content_view/promote.rb +9 -0
- data/app/lib/actions/katello/content_view/publish.rb +9 -0
- data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +8 -0
- data/app/lib/actions/katello/repository/sync.rb +11 -0
- data/app/lib/actions/pulp3/capsule_content/reclaim_space.rb +5 -0
- data/app/lib/actions/pulp3/content_view_version/create_export_history.rb +6 -1
- data/app/lib/actions/pulp3/content_view_version/export.rb +8 -0
- data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +1 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +14 -1
- data/app/lib/katello/errors.rb +1 -0
- data/app/lib/katello/repo_discovery.rb +2 -2
- data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +22 -0
- data/app/lib/katello/validators/content_view_environment_validator.rb +1 -0
- data/app/mailers/katello/task_mailer.rb +54 -0
- data/app/models/katello/concerns/host_managed_extensions.rb +41 -1
- data/app/models/katello/concerns/organization_extensions.rb +1 -1
- data/app/models/katello/concerns/smart_proxy_extensions.rb +75 -3
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +6 -0
- data/app/models/katello/content_view.rb +21 -0
- data/app/models/katello/content_view_environment.rb +6 -1
- data/app/models/katello/docker_meta_tag.rb +1 -1
- data/app/models/katello/docker_tag.rb +1 -1
- data/app/models/katello/erratum.rb +1 -1
- data/app/models/katello/host/content_facet.rb +10 -7
- data/app/models/katello/product.rb +8 -0
- data/app/models/katello/repository.rb +31 -6
- data/app/models/katello/rhel_lifecycle_status.rb +214 -0
- data/app/models/katello/sync_plan.rb +19 -1
- data/app/models/katello/yum_metadata_file.rb +1 -1
- data/app/services/katello/applicability/applicable_content_helper.rb +1 -1
- data/app/services/katello/event_queue.rb +10 -2
- data/app/services/katello/host_status_manager.rb +1 -0
- data/app/services/katello/product_content_importer.rb +45 -3
- data/app/services/katello/pulp3/ansible_collection.rb +1 -0
- data/app/services/katello/pulp3/api/core.rb +1 -1
- 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 +9 -4
- data/app/services/katello/pulp3/docker_tag.rb +1 -0
- data/app/services/katello/pulp3/erratum.rb +1 -0
- data/app/services/katello/pulp3/file_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/pulp_content_unit.rb +39 -0
- data/app/services/katello/pulp3/repository_mirror.rb +21 -2
- data/app/services/katello/pulp3/rpm.rb +1 -0
- data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +1 -1
- data/app/services/katello/pulp3/srpm.rb +3 -2
- data/app/services/katello/registration_manager.rb +6 -3
- data/app/services/katello/repository_type.rb +2 -1
- data/app/services/katello/ui_notifications/hosts/lifecycle_expire_soon.rb +58 -0
- data/app/views/foreman/job_templates/resolve_traces.erb +1 -1
- data/app/views/foreman/smart_proxies/_content_tab.html.erb +1 -3
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +39 -1
- data/app/views/katello/api/v2/content_facet/show.json.rabl +4 -0
- data/app/views/katello/api/v2/content_views/base.json.rabl +1 -1
- data/app/views/katello/api/v2/docker_tags/_base.json.rabl +28 -6
- data/app/views/katello/hosts/_errata_counts.html.erb +2 -2
- data/app/views/katello/task_mailer/cv_promote_failure.html.erb +31 -0
- data/app/views/katello/task_mailer/cv_promote_failure.text.erb +13 -0
- data/app/views/katello/task_mailer/cv_publish_failure.html.erb +31 -0
- data/app/views/katello/task_mailer/cv_publish_failure.text.erb +13 -0
- data/app/views/katello/task_mailer/proxy_sync_failure.html.erb +45 -0
- data/app/views/katello/task_mailer/proxy_sync_failure.text.erb +25 -0
- data/app/views/katello/task_mailer/repo_sync_failure.html.erb +35 -0
- data/app/views/katello/task_mailer/repo_sync_failure.text.erb +15 -0
- data/app/views/overrides/organizations/_edit_override.html.erb +4 -0
- data/config/routes/api/v2.rb +2 -0
- data/db/migrate/20230825180856_add_content_counts_to_smart_proxy.rb +7 -0
- data/db/migrate/20231020153017_create_indexes_for_nvra_and_epoch.rb +6 -0
- data/db/seeds.d/106-mail_notifications.rb +32 -0
- data/db/seeds.d/109-katello-notification-blueprints.rb +6 -0
- data/engines/bastion/app/assets/javascripts/bastion/components/views/bst-alert.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js +16 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +5 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js +5 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js +4 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js +4 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +4 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +7 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +8 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js +10 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js +5 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js +6 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js +13 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/new-environment.controller.js +8 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.controller.js +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +10 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js +8 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/files.controller.js +9 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host.factory.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +166 -43
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.controller.js +7 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +11 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/product-form.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js +5 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-details.controller.js +6 -2
- data/lib/katello/engine.rb +2 -3
- data/lib/katello/permission_creator.rb +2 -2
- data/lib/katello/plugin.rb +4 -0
- data/lib/katello/repository_types/ostree.rb +1 -0
- data/lib/katello/repository_types/python.rb +1 -0
- data/lib/katello/scheduled_jobs.rb +1 -1
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +1 -3
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +236 -197
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +236 -197
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +236 -197
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +236 -206
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +236 -197
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +241 -202
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +236 -197
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +236 -197
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +236 -197
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +236 -197
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +236 -197
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +236 -197
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +238 -199
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +236 -197
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +247 -208
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +236 -197
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +236 -197
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +236 -197
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +236 -197
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +236 -197
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +236 -197
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +247 -208
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +241 -202
- data/locale/katello.pot +1427 -1296
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +236 -197
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +236 -197
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +236 -197
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +236 -197
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +236 -197
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +236 -197
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +236 -197
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +236 -197
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +236 -197
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +236 -197
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +238 -199
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +236 -197
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +236 -197
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +236 -197
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +236 -197
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +236 -197
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +236 -197
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +236 -197
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +236 -197
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +236 -197
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +236 -197
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +236 -197
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +236 -197
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +247 -208
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +236 -197
- data/webpack/components/Table/EmptyStateMessage.js +7 -4
- data/webpack/components/Table/MainTable.scss +18 -17
- data/webpack/components/Table/TableWrapper.js +4 -1
- data/webpack/components/extensions/HostDetails/ActionsBar/index.js +45 -4
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +9 -7
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeActions.js +29 -7
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +106 -66
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +6 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeConstants.js +2 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +53 -29
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeSelectors.js +7 -6
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +24 -5
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +137 -7
- data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +11 -10
- data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +8 -2
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +27 -10
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +3 -22
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +0 -1
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +3 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +48 -12
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +22 -10
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +71 -5
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +16 -0
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +4 -1
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +6 -2
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +2 -1
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +25 -0
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +36 -0
- data/webpack/components/extensions/Hosts/constants.js +2 -0
- data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageHelpers.js +13 -7
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +9 -1
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +87 -22
- data/webpack/components/extensions/RegistrationCommands/index.js +17 -41
- data/webpack/global_index.js +11 -2
- data/webpack/redux/reducers/RedHatRepositories/enabled.fixtures.js +4 -0
- data/webpack/redux/reducers/RedHatRepositories/enabled.js +1 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +10 -1
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +33 -31
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +3 -1
- data/webpack/scenes/Content/ContentConfig.js +3 -0
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +6 -4
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +8 -6
- data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +1 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +4 -2
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +3 -4
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -2
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +5 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +393 -0
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +30 -4
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +3 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +3 -3
- data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +2 -1
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +1 -1
- data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +24 -1
- data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +1 -0
- data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +42 -0
- data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +13 -11
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
- data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
- data/webpack/scenes/Hosts/ChangeContentSource/index.js +4 -3
- data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js +1 -2
- data/webpack/scenes/ModuleStreams/Details/__tests__/__snapshots__/ModuleStreamDetails.test.js.snap +1 -1
- data/webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js +2 -1
- data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +6 -0
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepository.js +4 -1
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +13 -4
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/EnabledRepositoryContent.test.js +1 -0
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepository.test.js.snap +1 -0
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +3 -2
- data/webpack/scenes/SmartProxy/AdditionalCapsuleContent.js +93 -0
- data/webpack/scenes/SmartProxy/Content.js +12 -4
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +107 -0
- data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +139 -0
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +17 -4
- data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +150 -0
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.fixtures.json +799 -0
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +29 -17
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.js +16 -19
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.scss +12 -8
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +21 -18
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +4 -2
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.scss +38 -19
- data/webpack/scenes/Subscriptions/Manifest/index.js +0 -2
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +38 -12
- data/webpack/scenes/Subscriptions/SubscriptionsPage.scss +38 -36
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +16 -13
- data/webpack/utils/helpers.js +0 -1
- metadata +99 -33
- data/app/controllers/katello/concerns/api/v2/bulk_hosts_extensions.rb +0 -47
- data/webpack/components/Table/TableHooks.js +0 -315
- data/webpack/components/Table/__test__/useBulkSelect.test.js +0 -99
- data/webpack/components/extensions/RegistrationCommands/__tests__/LifeCycleEnvironment.test.js +0 -11
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/LifeCycleEnvironment.test.js.snap +0 -29
- data/webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js +0 -57
- data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +0 -164
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentResult.fixtures.json +0 -140
- data/webpack/scenes/Subscriptions/Manifest/Manifest.scss +0 -16
data/locale/zh_CN/katello.po
CHANGED
@@ -40,6 +40,12 @@ msgstr " %{modulemd_count} 模块流"
|
|
40
40
|
msgid " %{package_count} Package(s)"
|
41
41
|
msgstr " %{package_count} 软件包"
|
42
42
|
|
43
|
+
msgid " (${item.published_at_words} ago)"
|
44
|
+
msgstr ""
|
45
|
+
|
46
|
+
msgid " (${version.published_at_words} ago)"
|
47
|
+
msgstr ""
|
48
|
+
|
43
49
|
msgid " Content view updated"
|
44
50
|
msgstr " 內容視域已更新"
|
45
51
|
|
@@ -260,6 +266,12 @@ msgstr "%{group} 软件包组更新超时"
|
|
260
266
|
msgid "%{group} package group updated"
|
261
267
|
msgstr "%{group} 软件包组已更新"
|
262
268
|
|
269
|
+
msgid "%{label} failed"
|
270
|
+
msgstr ""
|
271
|
+
|
272
|
+
msgid "%{label} failed."
|
273
|
+
msgstr ""
|
274
|
+
|
263
275
|
msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
|
264
276
|
msgstr ""
|
265
277
|
|
@@ -332,6 +344,9 @@ msgstr "%{package} 程序包更新超时"
|
|
332
344
|
msgid "%{package} package updated"
|
333
345
|
msgstr "%{package} 软件包已更新"
|
334
346
|
|
347
|
+
msgid "%{release}: %{number_of_hosts} hosts are approaching end of %{lifecycle} on %{end_date}. Please upgrade them before support expires. Check Report Host - Statuses for detail."
|
348
|
+
msgstr ""
|
349
|
+
|
335
350
|
msgid "%{sla}"
|
336
351
|
msgstr "%{sla}"
|
337
352
|
|
@@ -401,9 +416,6 @@ msgstr ""
|
|
401
416
|
msgid "A backend service [ %s ] is unreachable"
|
402
417
|
msgstr "一个后端服务 [ %s ] 无法被访问"
|
403
418
|
|
404
|
-
msgid "A content_type must be provided."
|
405
|
-
msgstr "必須提供 content_type。"
|
406
|
-
|
407
419
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
408
420
|
msgstr "此内容视图中未应用大量勘误,因此仅显示前 100 个。"
|
409
421
|
|
@@ -416,6 +428,18 @@ msgstr "即将过期的订阅列表"
|
|
416
428
|
msgid "A new version of "
|
417
429
|
msgstr "一个新版本 "
|
418
430
|
|
431
|
+
msgid "A notification about failed content view promotion"
|
432
|
+
msgstr ""
|
433
|
+
|
434
|
+
msgid "A notification about failed content view publish"
|
435
|
+
msgstr ""
|
436
|
+
|
437
|
+
msgid "A notification about failed proxy sync"
|
438
|
+
msgstr ""
|
439
|
+
|
440
|
+
msgid "A notification about failed repository sync"
|
441
|
+
msgstr ""
|
442
|
+
|
419
443
|
msgid "A post-promotion summary of hosts with installable errata"
|
420
444
|
msgstr "具有可安装勘误的主机的提升后的摘要"
|
421
445
|
|
@@ -449,9 +473,6 @@ msgstr "摘要"
|
|
449
473
|
msgid "Abstract async task"
|
450
474
|
msgstr "抽象 async 任务"
|
451
475
|
|
452
|
-
msgid "Accept action timeout"
|
453
|
-
msgstr "接受操作超时"
|
454
|
-
|
455
476
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
456
477
|
msgstr "禁止访问红帽订阅管理。如果要更改这个设置,请更新内容设置\"订阅连接已启用\"。"
|
457
478
|
|
@@ -494,8 +515,8 @@ msgstr ""
|
|
494
515
|
msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
|
495
516
|
msgstr "subscription-manager 客户端的激活码,CentOS 和 Red Hat Enterprise Linux 需要它。如果是多个激活码,使用 `activation_keys` 参数替代。"
|
496
517
|
|
497
|
-
msgid "Activation key(s)
|
498
|
-
msgstr "
|
518
|
+
msgid "Activation key(s) to use during registration"
|
519
|
+
msgstr ""
|
499
520
|
|
500
521
|
msgid "Activation keys"
|
501
522
|
msgstr "激活码"
|
@@ -530,9 +551,6 @@ msgstr "添加 RPM 规则"
|
|
530
551
|
msgid "Add Subscriptions"
|
531
552
|
msgstr "添加订阅"
|
532
553
|
|
533
|
-
msgid "Add Subscriptions using the Add Subscriptions button."
|
534
|
-
msgstr ""
|
535
|
-
|
536
554
|
msgid "Add a subscription to a host"
|
537
555
|
msgstr "为主机添加一个订阅"
|
538
556
|
|
@@ -605,6 +623,9 @@ msgstr "从 Red Hat Subscription Management 添加被清单消耗的订阅"
|
|
605
623
|
msgid "Add subscriptions to one or more hosts"
|
606
624
|
msgstr "将订阅添加到一个或多个主机"
|
607
625
|
|
626
|
+
msgid "Add subscriptions using the Add Subscriptions button."
|
627
|
+
msgstr ""
|
628
|
+
|
608
629
|
msgid "Add to a host collection"
|
609
630
|
msgstr "添加到一个主机集合"
|
610
631
|
|
@@ -641,9 +662,6 @@ msgstr ""
|
|
641
662
|
msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
|
642
663
|
msgstr "生成增量更新后,对特定主机应用改变。当前仅支持勘误。"
|
643
664
|
|
644
|
-
msgid "Agent action"
|
645
|
-
msgstr "代理操作"
|
646
|
-
|
647
665
|
msgid "All"
|
648
666
|
msgstr "全部"
|
649
667
|
|
@@ -787,8 +805,8 @@ msgstr "应用"
|
|
787
805
|
msgid "Apply"
|
788
806
|
msgstr "应用"
|
789
807
|
|
790
|
-
msgid "Apply
|
791
|
-
msgstr "
|
808
|
+
msgid "Apply erratum"
|
809
|
+
msgstr ""
|
792
810
|
|
793
811
|
msgid "Apply to all repositories in the CV"
|
794
812
|
msgstr "应用到 CV 中的所有软件仓库"
|
@@ -796,15 +814,24 @@ msgstr "应用到 CV 中的所有软件仓库"
|
|
796
814
|
msgid "Apply to subset of repositories"
|
797
815
|
msgstr "适用于仓库的子集"
|
798
816
|
|
799
|
-
msgid "Apply via Katello agent"
|
800
|
-
msgstr "通过 Katello 代理应用"
|
801
|
-
|
802
817
|
msgid "Apply via customized remote execution"
|
803
818
|
msgstr "通过自定义远程执行应用"
|
804
819
|
|
805
820
|
msgid "Apply via remote execution"
|
806
821
|
msgstr "通过远程执行应用"
|
807
822
|
|
823
|
+
msgid "Approaching end of maintenance support"
|
824
|
+
msgstr ""
|
825
|
+
|
826
|
+
msgid "Approaching end of maintenance support (%s)"
|
827
|
+
msgstr ""
|
828
|
+
|
829
|
+
msgid "Approaching end of support"
|
830
|
+
msgstr ""
|
831
|
+
|
832
|
+
msgid "Approaching end of support (%s)"
|
833
|
+
msgstr ""
|
834
|
+
|
808
835
|
msgid "Arch"
|
809
836
|
msgstr "架构"
|
810
837
|
|
@@ -980,6 +1007,9 @@ msgstr "基本身份验证用户名"
|
|
980
1007
|
msgid "Batch size to sync repositories in."
|
981
1008
|
msgstr "同步仓库的批量大小。"
|
982
1009
|
|
1010
|
+
msgid "Before continuing, ensure that all of the following prerequisites are met:"
|
1011
|
+
msgstr ""
|
1012
|
+
|
983
1013
|
msgid "Before removing versions you must move activation keys to an environment where the associated version is not in use."
|
984
1014
|
msgstr "在删除版本之前,您必须将激活码移到相关的版本没有使用的环境中。"
|
985
1015
|
|
@@ -1133,6 +1163,12 @@ msgstr "无法将复合版本添加到另外一个复合内容视图中"
|
|
1133
1163
|
msgid "Cannot add default content view to composite content view"
|
1134
1164
|
msgstr "无法将默认内容视图添加到复合内容视图"
|
1135
1165
|
|
1166
|
+
msgid "Cannot add disabled Red Hat product %s to sync plan!"
|
1167
|
+
msgstr ""
|
1168
|
+
|
1169
|
+
msgid "Cannot add disabled products to sync plan!"
|
1170
|
+
msgstr ""
|
1171
|
+
|
1136
1172
|
msgid "Cannot add generated content view versions to composite content view"
|
1137
1173
|
msgstr "无法将默认内容视图添加到复合内容视图"
|
1138
1174
|
|
@@ -1148,6 +1184,9 @@ msgstr ""
|
|
1148
1184
|
msgid "Cannot associate a component to a non composite content view"
|
1149
1185
|
msgstr "无法将一个组件和一个非复合内容视图相关联"
|
1150
1186
|
|
1187
|
+
msgid "Cannot be disabled because it is part of a published content view"
|
1188
|
+
msgstr ""
|
1189
|
+
|
1151
1190
|
msgid "Cannot calculate name for custom repos"
|
1152
1191
|
msgstr "无法计算自定义仓库的名称"
|
1153
1192
|
|
@@ -1283,11 +1322,11 @@ msgstr ""
|
|
1283
1322
|
msgid "Check if a connection can be made to Red Hat Subscription Management."
|
1284
1323
|
msgstr "检查是否可以与 Red Hat Subscription Management 建立连接。"
|
1285
1324
|
|
1286
|
-
msgid "Check if the specified organization has Simple Content Access enabled"
|
1287
|
-
msgstr "
|
1325
|
+
msgid "Check if the specified organization has Simple Content Access enabled. %s"
|
1326
|
+
msgstr ""
|
1288
1327
|
|
1289
|
-
msgid "Check if the specified organization is eligible for Simple Content Access"
|
1290
|
-
msgstr "
|
1328
|
+
msgid "Check if the specified organization is eligible for Simple Content Access. %s"
|
1329
|
+
msgstr ""
|
1291
1330
|
|
1292
1331
|
msgid "Check services before actions"
|
1293
1332
|
msgstr "操作前检查服务"
|
@@ -1349,9 +1388,6 @@ msgstr "以逗号分隔的子路径列表。所有子路径都必须在结尾有
|
|
1349
1388
|
msgid "Comma-separated list of tags to exclude when syncing a container image repository. Default: any tag ending in \"-source\""
|
1350
1389
|
msgstr "同步容器镜像仓库时要排除的标签列表(以逗号分隔)。默认:以 \"-source\" 结尾的任何标签"
|
1351
1390
|
|
1352
|
-
msgid "Comma-separated list of tags to sync for Container Image repository (Deprecated)"
|
1353
|
-
msgstr "逗号分隔的标签列表,以同步容器镜像仓库(已弃用)"
|
1354
|
-
|
1355
1391
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1356
1392
|
msgstr "逗号分隔的标签列表,以同步容器镜像仓库"
|
1357
1393
|
|
@@ -1643,6 +1679,12 @@ msgstr "元数据中未提供的内容视图"
|
|
1643
1679
|
msgid "Content view numeric identifier"
|
1644
1680
|
msgstr "內容視域的數字識別子"
|
1645
1681
|
|
1682
|
+
msgid "Content view promote failure"
|
1683
|
+
msgstr ""
|
1684
|
+
|
1685
|
+
msgid "Content view publish failure"
|
1686
|
+
msgstr ""
|
1687
|
+
|
1646
1688
|
msgid "Content view version export history identifier"
|
1647
1689
|
msgstr "内容视图版本导出的历史标识符"
|
1648
1690
|
|
@@ -1652,6 +1694,9 @@ msgstr "內容视图版本标识符"
|
|
1652
1694
|
msgid "Content view version import history identifier"
|
1653
1695
|
msgstr "内容视图版本导入的历史标识符"
|
1654
1696
|
|
1697
|
+
msgid "Content view version is empty"
|
1698
|
+
msgstr ""
|
1699
|
+
|
1655
1700
|
msgid "Content views"
|
1656
1701
|
msgstr "内容视图"
|
1657
1702
|
|
@@ -2282,8 +2327,8 @@ msgstr "从集合中禁用仓库"
|
|
2282
2327
|
msgid "Disable module stream"
|
2283
2328
|
msgstr "禁用模块流"
|
2284
2329
|
|
2285
|
-
msgid "Disable simple content access for a manifest"
|
2286
|
-
msgstr "
|
2330
|
+
msgid "Disable simple content access for a manifest. %s"
|
2331
|
+
msgstr ""
|
2287
2332
|
|
2288
2333
|
msgid "Disabled"
|
2289
2334
|
msgstr "禁用"
|
@@ -2324,6 +2369,9 @@ msgstr "下载速率限制"
|
|
2324
2369
|
msgid "Duplicate artifact detected"
|
2325
2370
|
msgstr "检测到重复工件"
|
2326
2371
|
|
2372
|
+
msgid "Duplicate repositories in content view versions"
|
2373
|
+
msgstr ""
|
2374
|
+
|
2327
2375
|
msgid "Duration"
|
2328
2376
|
msgstr "持续时间"
|
2329
2377
|
|
@@ -2429,8 +2477,8 @@ msgstr "启用的仓库"
|
|
2429
2477
|
msgid "Enabling Simple Content Access failed for '%{subject}'."
|
2430
2478
|
msgstr "为 '%{subject}' 启用简单内容访问失败。"
|
2431
2479
|
|
2432
|
-
msgid "Enabling
|
2433
|
-
msgstr "
|
2480
|
+
msgid "Enabling Tracer requires installing the katello-host-tools-tracer package on the host."
|
2481
|
+
msgstr ""
|
2434
2482
|
|
2435
2483
|
msgid "End Date"
|
2436
2484
|
msgstr "结束日期"
|
@@ -2465,6 +2513,9 @@ msgstr "权利"
|
|
2465
2513
|
msgid "Environment"
|
2466
2514
|
msgstr "环境"
|
2467
2515
|
|
2516
|
+
msgid "Environment ID"
|
2517
|
+
msgstr ""
|
2518
|
+
|
2468
2519
|
msgid "Environment IDs"
|
2469
2520
|
msgstr "环境 ID"
|
2470
2521
|
|
@@ -2474,6 +2525,9 @@ msgstr "環境不能位於自己的推送路徑上"
|
|
2474
2525
|
msgid "Environment identifier"
|
2475
2526
|
msgstr "环境标识符"
|
2476
2527
|
|
2528
|
+
msgid "Environment name"
|
2529
|
+
msgstr ""
|
2530
|
+
|
2477
2531
|
msgid "Environments"
|
2478
2532
|
msgstr "环境"
|
2479
2533
|
|
@@ -2606,6 +2660,9 @@ msgstr "导出类型"
|
|
2606
2660
|
msgid "Export as CSV"
|
2607
2661
|
msgstr "导出为 CSV"
|
2608
2662
|
|
2663
|
+
msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
|
2664
|
+
msgstr ""
|
2665
|
+
|
2609
2666
|
msgid "Export formats.Choose syncable if the exported content needs to be in a yum format. This option is only available for %{syncable_repos} repositories. Choose importable if the importing server uses the same version and exported content needs to be one of %{importable_repos} repositories."
|
2610
2667
|
msgstr ""
|
2611
2668
|
|
@@ -2618,6 +2675,9 @@ msgstr "导出内容视图"
|
|
2618
2675
|
msgid "Exported version"
|
2619
2676
|
msgstr "导出的版本"
|
2620
2677
|
|
2678
|
+
msgid "Extended support"
|
2679
|
+
msgstr ""
|
2680
|
+
|
2621
2681
|
msgid "Facts successfully updated."
|
2622
2682
|
msgstr "Fact 已成功更新。"
|
2623
2683
|
|
@@ -2765,9 +2825,6 @@ msgstr "查找每个 RHUI 仓库的相对路径,并将它们组合在以逗号
|
|
2765
2825
|
msgid "Finish"
|
2766
2826
|
msgstr "完成"
|
2767
2827
|
|
2768
|
-
msgid "Finish action timeout"
|
2769
|
-
msgstr "完成操纵超时"
|
2770
|
-
|
2771
2828
|
msgid "Finished"
|
2772
2829
|
msgstr "完成"
|
2773
2830
|
|
@@ -2817,6 +2874,9 @@ msgstr "强制重新发布版本仓库的元数据"
|
|
2817
2874
|
msgid "Full description"
|
2818
2875
|
msgstr "完整描述"
|
2819
2876
|
|
2877
|
+
msgid "Full support"
|
2878
|
+
msgstr ""
|
2879
|
+
|
2820
2880
|
msgid "Fully entitled"
|
2821
2881
|
msgstr "有完整权利"
|
2822
2882
|
|
@@ -2874,15 +2934,15 @@ msgstr "给定一组主机和勘误,列出需要更新的内容视图版本和
|
|
2874
2934
|
msgid "Given criteria doesn't match any DEBs. Try changing your rule."
|
2875
2935
|
msgstr "给定条件与任何 DEB 都不匹配。尝试更改您的规则。"
|
2876
2936
|
|
2877
|
-
msgid "Given criteria doesn't match any RPMs. Try changing your rule."
|
2878
|
-
msgstr "给定条件与任何 RPM 都不匹配。尝试更改您的规则。"
|
2879
|
-
|
2880
2937
|
msgid "Given criteria doesn't match any activation keys. Try changing your rule."
|
2881
2938
|
msgstr "给定条件与任何激活码都不匹配。尝试更改您的规则。"
|
2882
2939
|
|
2883
2940
|
msgid "Given criteria doesn't match any hosts. Try changing your rule."
|
2884
2941
|
msgstr "给定条件与任何主机都不匹配。尝试更改您的规则。"
|
2885
2942
|
|
2943
|
+
msgid "Given criteria doesn't match any non-modular RPMs. Try changing your rule."
|
2944
|
+
msgstr ""
|
2945
|
+
|
2886
2946
|
msgid "Go to job details"
|
2887
2947
|
msgstr "进入作业详情"
|
2888
2948
|
|
@@ -2907,6 +2967,9 @@ msgstr "HW 属性"
|
|
2907
2967
|
msgid "Has to be > 0"
|
2908
2968
|
msgstr "必须大于 0"
|
2909
2969
|
|
2970
|
+
msgid "Help"
|
2971
|
+
msgstr ""
|
2972
|
+
|
2910
2973
|
msgid "Helper"
|
2911
2974
|
msgstr "帮助"
|
2912
2975
|
|
@@ -2997,12 +3060,6 @@ msgstr "主机内容视图和环境已更新"
|
|
2997
3060
|
msgid "Host creation was skipped for %s because it shares a BIOS UUID with %s. To report this hypervisor, override its dmi.system.uuid fact or set 'candlepin.use_system_uuid_for_matching' to 'true' in the Candlepin configuration."
|
2998
3061
|
msgstr "主机创建已被跳过%s,因为它与 %s 共享一个 BIOS UUID。要报告此虚拟机管理程序,请覆盖其dmi.system.uuid fact,或在 Candlepin 配置中将 'candlepin.use_system_uuid_for_matching' 设置为'true'。"
|
2999
3062
|
|
3000
|
-
msgid "Host did not finish content action in %s seconds. The task has been cancelled."
|
3001
|
-
msgstr "主机在%s秒内未完成内容操作。任务已取消。"
|
3002
|
-
|
3003
|
-
msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
|
3004
|
-
msgstr "主机在%s秒内没有响应。任务已取消。主机上是否已安装 katello-agent 并且 goferd 正在运行?"
|
3005
|
-
|
3006
3063
|
msgid "Host errata advisory"
|
3007
3064
|
msgstr "主机勘误公告"
|
3008
3065
|
|
@@ -3024,6 +3081,9 @@ msgstr "列出适用勘误的主机 ID"
|
|
3024
3081
|
msgid "Host id to list applicable packages for"
|
3025
3082
|
msgstr "主机 ID 以列出适用的软件包"
|
3026
3083
|
|
3084
|
+
msgid "Host lifecycle support expiration notification"
|
3085
|
+
msgstr ""
|
3086
|
+
|
3027
3087
|
msgid "Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this instance"
|
3028
3088
|
msgstr "无法根据订阅 UUID 找到主机:'%s'。如果已注册主机但并不是这个实例,则可能发生这种情况"
|
3029
3089
|
|
@@ -3224,9 +3284,6 @@ msgstr "如果这个被启用,复合内容视图可能无法发布或升级,
|
|
3224
3284
|
msgid "If this is enabled, and register_hostname_fact is set and provided, registration will look for a new host by name only using that fact, and will skip all hostname matching"
|
3225
3285
|
msgstr "如果这个被启用,并且设置并提供了register_hostname_fact,注册将仅使用该 fact 按名称查找新主机,并且将忽略所有主机名匹配"
|
3226
3286
|
|
3227
|
-
msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
|
3228
|
-
msgstr "如果这个被启用,使用远程执行替代 katello-agent 来进行远程操作"
|
3229
|
-
|
3230
3287
|
msgid "If this is enabled, repositories can be deleted even when they belong to published content views. The deleted repository will be removed from all content view versions."
|
3231
3288
|
msgstr "如果启用此项,可以删除仓库,即使它们属于公布的内容视图。已删除的仓库将从所有内容视图版本中删除。"
|
3232
3289
|
|
@@ -3311,9 +3368,6 @@ msgstr "导入一个清单"
|
|
3311
3368
|
msgid "Import a Manifest to Begin"
|
3312
3369
|
msgstr "导入一个清单来开始"
|
3313
3370
|
|
3314
|
-
msgid "Import a Manifest to manage your Entitlements."
|
3315
|
-
msgstr "导入一个清单来管理您的权利。"
|
3316
|
-
|
3317
3371
|
msgid "Import a Manifest using the manifest tab above."
|
3318
3372
|
msgstr "使用上面的清单标签导入清单。"
|
3319
3373
|
|
@@ -3326,6 +3380,9 @@ msgstr "将一个内容视图版本导入到库"
|
|
3326
3380
|
msgid "Import a repository"
|
3327
3381
|
msgstr "导入软件仓库"
|
3328
3382
|
|
3383
|
+
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3384
|
+
msgstr ""
|
3385
|
+
|
3329
3386
|
msgid "Import facts"
|
3330
3387
|
msgstr "导入事实"
|
3331
3388
|
|
@@ -3434,36 +3491,12 @@ msgstr "启动同步计划中附加产品的同步"
|
|
3434
3491
|
msgid "Install"
|
3435
3492
|
msgstr "安装"
|
3436
3493
|
|
3437
|
-
msgid "Install Applicable Errata"
|
3438
|
-
msgstr "安装适用的勘误"
|
3439
|
-
|
3440
|
-
msgid "Install Applicable Errata on %s"
|
3441
|
-
msgstr "在 %s 上安装适用的勘误"
|
3442
|
-
|
3443
|
-
msgid "Install content on one or more hosts using katello-agent. %s"
|
3444
|
-
msgstr "使用 katello-agent 在一个或多个主机上安装内容。%s"
|
3445
|
-
|
3446
3494
|
msgid "Install errata using scoped search query"
|
3447
3495
|
msgstr "使用范围搜索查询安装勘误"
|
3448
3496
|
|
3449
3497
|
msgid "Install errata via Katello interface"
|
3450
3498
|
msgstr "通过 Katello 界面安装勘误"
|
3451
3499
|
|
3452
|
-
msgid "Install erratum"
|
3453
|
-
msgstr "安装勘误"
|
3454
|
-
|
3455
|
-
msgid "Install erratum for %s"
|
3456
|
-
msgstr "为 %s 安装勘误"
|
3457
|
-
|
3458
|
-
msgid "Install package"
|
3459
|
-
msgstr "安装软件包"
|
3460
|
-
|
3461
|
-
msgid "Install package for %s"
|
3462
|
-
msgstr "为 %s 安装软件包"
|
3463
|
-
|
3464
|
-
msgid "Install package group"
|
3465
|
-
msgstr "安裝软件包组"
|
3466
|
-
|
3467
3500
|
msgid "Install package group via Katello interface"
|
3468
3501
|
msgstr "通过 Katello 界面安装软件包组"
|
3469
3502
|
|
@@ -3473,18 +3506,12 @@ msgstr "通过 Katello 界面安装软件包"
|
|
3473
3506
|
msgid "Install packages"
|
3474
3507
|
msgstr "安装软件包"
|
3475
3508
|
|
3476
|
-
msgid "Install packages remotely using katello-agent. %s"
|
3477
|
-
msgstr "使用 katello-agent 远程安装软件包。 %s"
|
3478
|
-
|
3479
3509
|
msgid "Install packages via Katello interface"
|
3480
3510
|
msgstr "通过 Katello 界面安装软件包"
|
3481
3511
|
|
3482
3512
|
msgid "Install via customized remote execution"
|
3483
3513
|
msgstr "通过自定义远程执行安装"
|
3484
3514
|
|
3485
|
-
msgid "Install via katello-agent"
|
3486
|
-
msgstr "通过 katello-agent 安装"
|
3487
|
-
|
3488
3515
|
msgid "Install via remote execution"
|
3489
3516
|
msgstr "通过远程执行安装"
|
3490
3517
|
|
@@ -3497,15 +3524,6 @@ msgstr ""
|
|
3497
3524
|
msgid "Installable updates"
|
3498
3525
|
msgstr "可安装的更新"
|
3499
3526
|
|
3500
|
-
msgid "Installation of errata requested: %{errata}"
|
3501
|
-
msgstr "要求安装的勘误:%{errata}"
|
3502
|
-
|
3503
|
-
msgid "Installation of package group(s) requested: %{groups}"
|
3504
|
-
msgstr "要求安装的软件包组:%{groups}"
|
3505
|
-
|
3506
|
-
msgid "Installation of package(s) requested: %{packages}"
|
3507
|
-
msgstr "要求安装的软件包:%{packages}"
|
3508
|
-
|
3509
3527
|
msgid "Installation status"
|
3510
3528
|
msgstr "安装状态"
|
3511
3529
|
|
@@ -3563,9 +3581,6 @@ msgstr "内容视图 ID 的关联无效。内容视图必须与要保存的内
|
|
3563
3581
|
msgid "Invalid content label: %s"
|
3564
3582
|
msgstr "无效的内容标签:%s"
|
3565
3583
|
|
3566
|
-
msgid "Invalid content type %s"
|
3567
|
-
msgstr "无效的内容类型 %s"
|
3568
|
-
|
3569
3584
|
msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
|
3570
3585
|
msgstr "提供了无效的内容类型 '%{content_type}'。内容类型可以是 %{content_types} 之一"
|
3571
3586
|
|
@@ -3641,15 +3656,9 @@ msgstr "作为 '${description}' 已完成"
|
|
3641
3656
|
msgid "Job '${description}' has started."
|
3642
3657
|
msgstr "作业 '${description}' 已启动。"
|
3643
3658
|
|
3644
|
-
msgid "Katello 4.10"
|
3645
|
-
msgstr ""
|
3646
|
-
|
3647
3659
|
msgid "Katello ID of local pool to update"
|
3648
3660
|
msgstr "要更新的本地池的 Katello ID"
|
3649
3661
|
|
3650
|
-
msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
|
3651
|
-
msgstr ""
|
3652
|
-
|
3653
3662
|
msgid "Katello: Install Errata"
|
3654
3663
|
msgstr "Katello:安装勘误"
|
3655
3664
|
|
@@ -3731,6 +3740,9 @@ msgstr "最后刷新"
|
|
3731
3740
|
msgid "Last refresh :"
|
3732
3741
|
msgstr "最后刷新:"
|
3733
3742
|
|
3743
|
+
msgid "Last sync"
|
3744
|
+
msgstr ""
|
3745
|
+
|
3734
3746
|
msgid "Last task"
|
3735
3747
|
msgstr "最新任务"
|
3736
3748
|
|
@@ -3791,6 +3803,9 @@ msgstr "生命周期环境"
|
|
3791
3803
|
msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
|
3792
3804
|
msgstr "生命周期环境%{environment}'未连接到此 capsule。"
|
3793
3805
|
|
3806
|
+
msgid "Lifecycle environment '%{env}' cannot be used with content view '%{view}'"
|
3807
|
+
msgstr ""
|
3808
|
+
|
3794
3809
|
msgid "Lifecycle environment ID"
|
3795
3810
|
msgstr "生命周期环境 ID"
|
3796
3811
|
|
@@ -3872,6 +3887,9 @@ msgstr "列出来自 Red Hat Subscription Management 的可用订阅"
|
|
3872
3887
|
msgid "List components attached to this content view"
|
3873
3888
|
msgstr "列出此内容视图附带的组件"
|
3874
3889
|
|
3890
|
+
msgid "List content counts for the smart proxy"
|
3891
|
+
msgstr ""
|
3892
|
+
|
3875
3893
|
msgid "List content view versions"
|
3876
3894
|
msgstr "列出内容视图版本"
|
3877
3895
|
|
@@ -3923,9 +3941,6 @@ msgstr "列出主机可用的模块流"
|
|
3923
3941
|
msgid "List of Errata ids"
|
3924
3942
|
msgstr "勘误 ID 列表"
|
3925
3943
|
|
3926
|
-
msgid "List of Errata ids to install. Will be removed in %s"
|
3927
|
-
msgstr "要安装的勘误 ID 列表。将在 %s 中删除"
|
3928
|
-
|
3929
3944
|
msgid "List of Products for sync plan"
|
3930
3945
|
msgstr "同步计划的产品列表"
|
3931
3946
|
|
@@ -3935,12 +3950,6 @@ msgstr "备用内容源 ID 列表"
|
|
3935
3950
|
msgid "List of component content view version ids for composite views"
|
3936
3951
|
msgstr "复合视图的组件内容视图版本 ID 列表"
|
3937
3952
|
|
3938
|
-
msgid "List of content (e.g. package names, package group names (Deprecated) or errata ids)"
|
3939
|
-
msgstr "内容列表(例如,软件包名称,软件包组名称(已弃用)或勘误 ID)"
|
3940
|
-
|
3941
|
-
msgid "List of content (e.g. package or package group names)"
|
3942
|
-
msgstr "内容列表(例如,软件包或软件包组名称)"
|
3943
|
-
|
3944
3953
|
msgid "List of content units to ignore while syncing a yum repository. Must be subset of %s"
|
3945
3954
|
msgstr "同步 yum 仓库时要忽略的内容单元列表。必须是 %s 的子集"
|
3946
3955
|
|
@@ -4088,6 +4097,9 @@ msgstr "载入中..."
|
|
4088
4097
|
msgid "Low"
|
4089
4098
|
msgstr "低"
|
4090
4099
|
|
4100
|
+
msgid "Maintenance support"
|
4101
|
+
msgstr ""
|
4102
|
+
|
4091
4103
|
msgid "Make copy of a content view"
|
4092
4104
|
msgstr "複製一份內容視域"
|
4093
4105
|
|
@@ -4145,6 +4157,9 @@ msgstr "将%s 的内容主机状态标记为未知"
|
|
4145
4157
|
msgid "Matched"
|
4146
4158
|
msgstr "匹配"
|
4147
4159
|
|
4160
|
+
msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
|
4161
|
+
msgstr ""
|
4162
|
+
|
4148
4163
|
msgid "Matching content"
|
4149
4164
|
msgstr "匹配内容"
|
4150
4165
|
|
@@ -4366,9 +4381,6 @@ msgstr "沒有內容视图"
|
|
4366
4381
|
msgid "No Content found"
|
4367
4382
|
msgstr "没有找到内容"
|
4368
4383
|
|
4369
|
-
msgid "No Lifecycle environment to select"
|
4370
|
-
msgstr "没有选择生命周期环境"
|
4371
|
-
|
4372
4384
|
msgid "No Manifest Uploaded"
|
4373
4385
|
msgstr "没有上传的清单"
|
4374
4386
|
|
@@ -4393,9 +4405,6 @@ msgstr "不需要操作"
|
|
4393
4405
|
msgid "No applicable errata"
|
4394
4406
|
msgstr "没有适用的勘误"
|
4395
4407
|
|
4396
|
-
msgid "No applicable errata for %s, skipping"
|
4397
|
-
msgstr "没有适用于%s 的勘误,跳过"
|
4398
|
-
|
4399
4408
|
msgid "No applications to restart"
|
4400
4409
|
msgstr "没有要重启的应用程序"
|
4401
4410
|
|
@@ -4414,9 +4423,6 @@ msgstr "没有内容"
|
|
4414
4423
|
msgid "No content added."
|
4415
4424
|
msgstr "没有添加内容。"
|
4416
4425
|
|
4417
|
-
msgid "No content has been provided."
|
4418
|
-
msgstr "未提供內容。"
|
4419
|
-
|
4420
4426
|
msgid "No content ids provided"
|
4421
4427
|
msgstr "未提供內容 ID"
|
4422
4428
|
|
@@ -4447,6 +4453,9 @@ msgstr "没有描述"
|
|
4447
4453
|
msgid "No description provided"
|
4448
4454
|
msgstr "没有提供描述"
|
4449
4455
|
|
4456
|
+
msgid "No docker manifests to delete after ignoring manifests with tags or manifest lists"
|
4457
|
+
msgstr ""
|
4458
|
+
|
4450
4459
|
msgid "No enabled repositories match your search criteria."
|
4451
4460
|
msgstr "没有启用的仓库符合您的搜索条件。"
|
4452
4461
|
|
@@ -4528,9 +4537,6 @@ msgstr "没有找到匹配的 {selectedContentType}"
|
|
4528
4537
|
msgid "No matching DEB found."
|
4529
4538
|
msgstr "未找到匹配的 DEB。"
|
4530
4539
|
|
4531
|
-
msgid "No matching RPM found."
|
4532
|
-
msgstr "未找到匹配的 RPM。"
|
4533
|
-
|
4534
4540
|
msgid "No matching activation keys found."
|
4535
4541
|
msgstr "未找到匹配的激活码。"
|
4536
4542
|
|
@@ -4558,6 +4564,9 @@ msgstr "没有找到匹配的主机集合"
|
|
4558
4564
|
msgid "No matching hosts found."
|
4559
4565
|
msgstr "未找到匹配的主机。"
|
4560
4566
|
|
4567
|
+
msgid "No matching non-modular RPM found."
|
4568
|
+
msgstr ""
|
4569
|
+
|
4561
4570
|
msgid "No matching packages found"
|
4562
4571
|
msgstr "没有找到匹配的软件包组"
|
4563
4572
|
|
@@ -4774,6 +4783,9 @@ msgstr "导入仓库的磁盘位置"
|
|
4774
4783
|
msgid "On-disk location for pulp 3 exported repositories"
|
4775
4784
|
msgstr "pulp 3 导入仓库的磁盘中的位置"
|
4776
4785
|
|
4786
|
+
msgid "Once the prerequisites are met, select a provider to install katello-host-tools-tracer"
|
4787
|
+
msgstr ""
|
4788
|
+
|
4777
4789
|
msgid "One of parameters [ %s ] required but not specified."
|
4778
4790
|
msgstr "需要 [ %s ] 中的一个参数但没有指定。"
|
4779
4791
|
|
@@ -4798,6 +4810,9 @@ msgstr "只有 On Demand 智能代理可能才有可以重新声明的空间。"
|
|
4798
4810
|
msgid "Only one Red Hat provider permitted for an Organization"
|
4799
4811
|
msgstr "一个机构仅允许一个 Red Hat 供应商"
|
4800
4812
|
|
4813
|
+
msgid "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page."
|
4814
|
+
msgstr ""
|
4815
|
+
|
4801
4816
|
msgid "Only returns id and quantity fields"
|
4802
4817
|
msgstr "仅返回 id 和 quantity 字段"
|
4803
4818
|
|
@@ -5210,6 +5225,9 @@ msgstr ""
|
|
5210
5225
|
"产品 id,与列出的主机安装的产品一样,\\\n"
|
5211
5226
|
" 而不是 products api 返回的 product id"
|
5212
5227
|
|
5228
|
+
msgid "Product label"
|
5229
|
+
msgstr ""
|
5230
|
+
|
5213
5231
|
msgid "Product name"
|
5214
5232
|
msgstr "产品名称"
|
5215
5233
|
|
@@ -5282,6 +5300,9 @@ msgstr "预配模板 ID"
|
|
5282
5300
|
msgid "Proxies"
|
5283
5301
|
msgstr "代理服务器"
|
5284
5302
|
|
5303
|
+
msgid "Proxy sync failure"
|
5304
|
+
msgstr ""
|
5305
|
+
|
5285
5306
|
msgid "Public"
|
5286
5307
|
msgstr "公共的"
|
5287
5308
|
|
@@ -5414,6 +5435,12 @@ msgstr "RAM: %s GB"
|
|
5414
5435
|
msgid "RH Repos"
|
5415
5436
|
msgstr "RH 仓库"
|
5416
5437
|
|
5438
|
+
msgid "RHEL Lifecycle status"
|
5439
|
+
msgstr ""
|
5440
|
+
|
5441
|
+
msgid "RHEL lifecycle"
|
5442
|
+
msgstr ""
|
5443
|
+
|
5417
5444
|
msgid "RHUI"
|
5418
5445
|
msgstr "RHUI"
|
5419
5446
|
|
@@ -5462,9 +5489,6 @@ msgstr "重新分配受影响的主机"
|
|
5462
5489
|
msgid "Reboot required"
|
5463
5490
|
msgstr "需要重启"
|
5464
5491
|
|
5465
|
-
msgid "Recalculate"
|
5466
|
-
msgstr "重新计算"
|
5467
|
-
|
5468
5492
|
msgid "Recently Expired Subscriptions"
|
5469
5493
|
msgstr "最近过期的订阅"
|
5470
5494
|
|
@@ -5540,6 +5564,18 @@ msgstr "销毁备用内容源"
|
|
5540
5564
|
msgid "Refresh an alternate content source. Refreshing, like repository syncing, is required before using an alternate content source."
|
5541
5565
|
msgstr "刷新备用内容源。在使用备用内容源前,需要进行刷新(如仓库同步)。"
|
5542
5566
|
|
5567
|
+
msgid "Refresh applicability"
|
5568
|
+
msgstr ""
|
5569
|
+
|
5570
|
+
msgid "Refresh counts"
|
5571
|
+
msgstr ""
|
5572
|
+
|
5573
|
+
msgid "Refresh errata applicability"
|
5574
|
+
msgstr ""
|
5575
|
+
|
5576
|
+
msgid "Refresh package applicability"
|
5577
|
+
msgstr ""
|
5578
|
+
|
5543
5579
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5544
5580
|
msgstr "為 Red Hat 供應者更新之前匯入的清單"
|
5545
5581
|
|
@@ -5621,15 +5657,12 @@ msgstr "重新载入数据"
|
|
5621
5657
|
msgid "Remote action:"
|
5622
5658
|
msgstr "远程操作:"
|
5623
5659
|
|
5660
|
+
msgid "Remote execution is enabled."
|
5661
|
+
msgstr ""
|
5662
|
+
|
5624
5663
|
msgid "Remote execution job '${description}' failed."
|
5625
5664
|
msgstr "远程执行作业 '${description}' 失败。"
|
5626
5665
|
|
5627
|
-
msgid "Removal of package group(s) requested: %{groups}"
|
5628
|
-
msgstr "需要删除的软件包组 : %{groups}"
|
5629
|
-
|
5630
|
-
msgid "Removal of package(s) requested: %{packages}"
|
5631
|
-
msgstr "要求删除的软件包:%{packages}"
|
5632
|
-
|
5633
5666
|
msgid "Remove"
|
5634
5667
|
msgstr "移除"
|
5635
5668
|
|
@@ -5651,9 +5684,6 @@ msgstr "注册前删除所有的“ katello-ca-consumer” rpm,并使用 “ -
|
|
5651
5684
|
msgid "Remove components from the content view"
|
5652
5685
|
msgstr "从内容视图中删除组件"
|
5653
5686
|
|
5654
|
-
msgid "Remove content on one or more hosts using katello-agent. %s"
|
5655
|
-
msgstr "使用 katello-agent 在一个或多个主机上删除内容。%s"
|
5656
|
-
|
5657
5687
|
msgid "Remove content view version"
|
5658
5688
|
msgstr "移除內容视图版本"
|
5659
5689
|
|
@@ -5687,15 +5717,6 @@ msgstr "从一个或多个主机中删除一个或多个主机集合"
|
|
5687
5717
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
5688
5718
|
msgstr "从上游清单中删除一个或多个订阅"
|
5689
5719
|
|
5690
|
-
msgid "Remove package"
|
5691
|
-
msgstr "删除软件包"
|
5692
|
-
|
5693
|
-
msgid "Remove package for %s"
|
5694
|
-
msgstr "为 %s 删除软件包"
|
5695
|
-
|
5696
|
-
msgid "Remove package group"
|
5697
|
-
msgstr "删除了软件包组"
|
5698
|
-
|
5699
5720
|
msgid "Remove package group via Katello interface"
|
5700
5721
|
msgstr "通过 Katello 接口删除软件包组"
|
5701
5722
|
|
@@ -5741,10 +5762,13 @@ msgstr "删除来自 ID 为 %{acs_id} 的 ACS %{acs_name} 的 ID 为 %{prod_id}
|
|
5741
5762
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
5742
5763
|
msgstr "从所有环境中移出此版本不会删除此版本。版本仍可用于以后的提升。"
|
5743
5764
|
|
5765
|
+
msgid "Repo ID"
|
5766
|
+
msgstr ""
|
5767
|
+
|
5744
5768
|
msgid "Repo Type"
|
5745
5769
|
msgstr "仓库类型"
|
5746
5770
|
|
5747
|
-
msgid "
|
5771
|
+
msgid "Repo label"
|
5748
5772
|
msgstr ""
|
5749
5773
|
|
5750
5774
|
msgid "Repositories"
|
@@ -5753,6 +5777,9 @@ msgstr "软件仓库"
|
|
5753
5777
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
5754
5778
|
msgstr "当 CDN 配置设置为 Air-gapped(断开连接)时,仓库不可用。"
|
5755
5779
|
|
5780
|
+
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."
|
5781
|
+
msgstr ""
|
5782
|
+
|
5756
5783
|
msgid "Repositories from published Content Views are not allowed."
|
5757
5784
|
msgstr "不允许来自发布的内容视图中的仓库。"
|
5758
5785
|
|
@@ -5765,12 +5792,18 @@ msgstr ""
|
|
5765
5792
|
msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
|
5766
5793
|
msgstr ""
|
5767
5794
|
|
5795
|
+
msgid "Repository %{label} failed to synchronize"
|
5796
|
+
msgstr ""
|
5797
|
+
|
5768
5798
|
msgid "Repository '%(repoName)s' has been disabled."
|
5769
5799
|
msgstr "仓库 '%(repoName)s' 已被禁用。"
|
5770
5800
|
|
5771
5801
|
msgid "Repository '%(repoName)s' has been enabled."
|
5772
5802
|
msgstr "仓库 '%(repoName)s' 已被启用。"
|
5773
5803
|
|
5804
|
+
msgid "Repository ID"
|
5805
|
+
msgstr ""
|
5806
|
+
|
5774
5807
|
msgid "Repository Id associated with the kickstart repo used for provisioning"
|
5775
5808
|
msgstr "与用于配置的 kickstart 仓库关联的仓库 ID"
|
5776
5809
|
|
@@ -5792,6 +5825,9 @@ msgstr "仓库标识符"
|
|
5792
5825
|
msgid "Repository label '%s' is not associated with content view."
|
5793
5826
|
msgstr "仓库标签 '%s' 没有与内容视图关联。"
|
5794
5827
|
|
5828
|
+
msgid "Repository name"
|
5829
|
+
msgstr ""
|
5830
|
+
|
5795
5831
|
msgid "Repository not found"
|
5796
5832
|
msgstr "找不到軟體庫"
|
5797
5833
|
|
@@ -5831,6 +5867,9 @@ msgstr "在启用红帽存储库或创建自定义产品后,存储库集将出
|
|
5831
5867
|
msgid "Repository sets will appear here when the host's content view and environment has available content."
|
5832
5868
|
msgstr ""
|
5833
5869
|
|
5870
|
+
msgid "Repository sync failure"
|
5871
|
+
msgstr ""
|
5872
|
+
|
5834
5873
|
msgid "Repository type"
|
5835
5874
|
msgstr ""
|
5836
5875
|
|
@@ -6059,9 +6098,6 @@ msgstr "保存"
|
|
6059
6098
|
msgid "Saving alternate content source..."
|
6060
6099
|
msgstr "更新备用内容源..."
|
6061
6100
|
|
6062
|
-
msgid "Schedule errata for installation using katello-agent. %s"
|
6063
|
-
msgstr "为使用 katello-agent 的安装调度勘误。%s"
|
6064
|
-
|
6065
6101
|
msgid "Schema Version 1"
|
6066
6102
|
msgstr "模式版本1"
|
6067
6103
|
|
@@ -6239,8 +6275,11 @@ msgstr "选择智能代理服务器"
|
|
6239
6275
|
msgid "Select source type"
|
6240
6276
|
msgstr "选择源类型"
|
6241
6277
|
|
6242
|
-
msgid "Select system purpose attributes for
|
6243
|
-
msgstr "
|
6278
|
+
msgid "Select system purpose attributes for activation key {name}."
|
6279
|
+
msgstr ""
|
6280
|
+
|
6281
|
+
msgid "Select system purpose attributes for host {name}."
|
6282
|
+
msgstr ""
|
6244
6283
|
|
6245
6284
|
msgid "Select the installation media that will be used to provision this host. Choose 'Synced Content' for Synced Kickstart Repositories or 'All Media' for other media."
|
6246
6285
|
msgstr "选择用于置备这个主机的安装媒体。为同步的 Kickstart 仓库选择 'Synced Content',为其他媒体选择 'All Media'。"
|
@@ -6407,6 +6446,9 @@ msgstr "为“%{subject} ' 禁用了简单内容访问。"
|
|
6407
6446
|
msgid "Simple Content Access has been enabled for '%{subject}'."
|
6408
6447
|
msgstr "已为“%{subject} ' 启用了简单内容访问。"
|
6409
6448
|
|
6449
|
+
msgid "Simple Content Access will be required for all organizations in Katello 4.12."
|
6450
|
+
msgstr ""
|
6451
|
+
|
6410
6452
|
msgid "Simplified"
|
6411
6453
|
msgstr "简化的"
|
6412
6454
|
|
@@ -6425,12 +6467,21 @@ msgstr "pulp 检查失败后跳过 pulp_auth"
|
|
6425
6467
|
msgid "Smart proxies"
|
6426
6468
|
msgstr "智慧協定"
|
6427
6469
|
|
6470
|
+
msgid "Smart proxy ID"
|
6471
|
+
msgstr ""
|
6472
|
+
|
6428
6473
|
msgid "Smart proxy IDs"
|
6429
6474
|
msgstr "智慧型代理伺服器的 ID"
|
6430
6475
|
|
6476
|
+
msgid "Smart proxy content count refresh has started in the background"
|
6477
|
+
msgstr ""
|
6478
|
+
|
6431
6479
|
msgid "Smart proxy content source not found!"
|
6432
6480
|
msgstr "未找到智能代理内容源!"
|
6433
6481
|
|
6482
|
+
msgid "Smart proxy name"
|
6483
|
+
msgstr ""
|
6484
|
+
|
6434
6485
|
msgid "Sockets"
|
6435
6486
|
msgstr "插槽"
|
6436
6487
|
|
@@ -6539,6 +6590,9 @@ msgstr "加载内容视图时出现错误。如需更多信息,请参阅日志
|
|
6539
6590
|
msgid "Something went wrong while refreshing alternate content sources: "
|
6540
6591
|
msgstr "在刷新备用内容源时出现错误:"
|
6541
6592
|
|
6593
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
|
6594
|
+
msgstr ""
|
6595
|
+
|
6542
6596
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
6543
6597
|
msgstr "删除过滤规则时出现问题!${getResponseErrorMsgs(error.response)}"
|
6544
6598
|
|
@@ -6800,6 +6854,9 @@ msgstr "摘要"
|
|
6800
6854
|
msgid "Support Type"
|
6801
6855
|
msgstr "支持类型"
|
6802
6856
|
|
6857
|
+
msgid "Support ended"
|
6858
|
+
msgstr ""
|
6859
|
+
|
6803
6860
|
msgid "Supported Content Types"
|
6804
6861
|
msgstr "支持的内容类型"
|
6805
6862
|
|
@@ -6881,15 +6938,15 @@ msgstr "同步状态"
|
|
6881
6938
|
msgid "Syncable export"
|
6882
6939
|
msgstr "可同步导出"
|
6883
6940
|
|
6941
|
+
msgid "Synced"
|
6942
|
+
msgstr ""
|
6943
|
+
|
6884
6944
|
msgid "Synced "
|
6885
6945
|
msgstr "同步的 "
|
6886
6946
|
|
6887
6947
|
msgid "Synced Content"
|
6888
6948
|
msgstr "同步的内容"
|
6889
6949
|
|
6890
|
-
msgid "Synced to smart proxy"
|
6891
|
-
msgstr "同步到智能代理"
|
6892
|
-
|
6893
6950
|
msgid "Synchronize"
|
6894
6951
|
msgstr "同步"
|
6895
6952
|
|
@@ -6947,12 +7004,24 @@ msgstr "任务 ${task.humanized.action} 完成,结果为 ${task.result}。{tas
|
|
6947
7004
|
msgid "Task ${task.humanized.action} has started."
|
6948
7005
|
msgstr "任务${task.humanized.action}已经开始。"
|
6949
7006
|
|
7007
|
+
msgid "Task ID"
|
7008
|
+
msgstr ""
|
7009
|
+
|
6950
7010
|
msgid "Task canceled"
|
6951
7011
|
msgstr "任務已取消"
|
6952
7012
|
|
6953
7013
|
msgid "Task detail"
|
6954
7014
|
msgstr "任务详情"
|
6955
7015
|
|
7016
|
+
msgid "Task details"
|
7017
|
+
msgstr ""
|
7018
|
+
|
7019
|
+
msgid "Task result"
|
7020
|
+
msgstr ""
|
7021
|
+
|
7022
|
+
msgid "Task state"
|
7023
|
+
msgstr ""
|
7024
|
+
|
6956
7025
|
msgid "Temporary"
|
6957
7026
|
msgstr "临时"
|
6958
7027
|
|
@@ -6962,6 +7031,18 @@ msgstr "'%s' 环境不能包括 changeset!"
|
|
6962
7031
|
msgid "The Alternate Content Source type"
|
6963
7032
|
msgstr "备用内容源类型"
|
6964
7033
|
|
7034
|
+
msgid "The Foreman Client repository is available in the host's content view environment(s). "
|
7035
|
+
msgstr ""
|
7036
|
+
|
7037
|
+
msgid "The Foreman Client repository is enabled. "
|
7038
|
+
msgstr ""
|
7039
|
+
|
7040
|
+
msgid "The Foreman Client repository is synced. "
|
7041
|
+
msgstr ""
|
7042
|
+
|
7043
|
+
msgid "The Foreman Client repository set is enabled for the host. "
|
7044
|
+
msgstr ""
|
7045
|
+
|
6965
7046
|
msgid "The URL to receive a session token from, e.g. used with Automation Hub."
|
6966
7047
|
msgstr "从以下网址接收会话令牌的网址:与 Automation Hub 一起使用。"
|
6967
7048
|
|
@@ -6983,9 +7064,6 @@ msgstr "默认内容视图无法编辑,发布或删除。"
|
|
6983
7064
|
msgid "The default content view cannot be promoted"
|
6984
7065
|
msgstr "无法克隆到默认内容视图"
|
6985
7066
|
|
6986
|
-
msgid "The default dependency solving value for new content views."
|
6987
|
-
msgstr "新的内容视图的默认依赖关系解决值。"
|
6988
|
-
|
6989
7067
|
msgid "The description for the content view version"
|
6990
7068
|
msgstr "內容视图版本的描述"
|
6991
7069
|
|
@@ -7131,12 +7209,6 @@ msgstr "要删除的内容类型 (srpm、docker_manifest 等)。选中可删除
|
|
7131
7209
|
msgid "The type of content to upload (srpm, file, etc.). Check uploadable types here: /katello/api/repositories/repository_types"
|
7132
7210
|
msgstr "要上传的内容类型 (srpm、file 等)。检查可上传类型:/katello/api/repositories/repository_types"
|
7133
7211
|
|
7134
|
-
msgid "The type of content. The following types are supported: 'package' and 'package_group."
|
7135
|
-
msgstr "内容类型。支持以下类型:'package' 和 'package_group。"
|
7136
|
-
|
7137
|
-
msgid "The type of content. The following types are supported: 'package', 'package_group' and 'errata'."
|
7138
|
-
msgstr "内容类型。支持以下类型:“ package”,“ package_group”和“ errata”。"
|
7139
|
-
|
7140
7212
|
msgid "There are no Manifests to display"
|
7141
7213
|
msgstr "没有要显示的清单"
|
7142
7214
|
|
@@ -7209,9 +7281,6 @@ msgstr ""
|
|
7209
7281
|
msgid "This action should only be taken in extreme circumstances or for debugging purposes."
|
7210
7282
|
msgstr "只有在极端情况下或进行调试时才应采取此操作。"
|
7211
7283
|
|
7212
|
-
msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
|
7213
|
-
msgstr "此操作使用 katello-agent,当前已禁用。改为使用远程执行。"
|
7214
|
-
|
7215
7284
|
msgid "This activation key is associated to one or more Hosts/Hostgroups. Search and unassociate Hosts/Hostgroups using params.kt_activation_keys ~ \"%{name}\" before deleting."
|
7216
7285
|
msgstr "此激活码与一个或多个 Hosts/Hostgroups 关联。删除前,使用 params.kt_activation_keys ~ \"%{name}\" 搜索和取消关联 Hosts/Hostgroups。"
|
7217
7286
|
|
@@ -7269,11 +7338,11 @@ msgstr "由于未选择任何订阅,因此已禁用。"
|
|
7269
7338
|
msgid "This is not a linked repository"
|
7270
7339
|
msgstr "没有连接的仓库"
|
7271
7340
|
|
7272
|
-
msgid "This organization
|
7273
|
-
msgstr "
|
7341
|
+
msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12."
|
7342
|
+
msgstr ""
|
7274
7343
|
|
7275
|
-
msgid "This
|
7276
|
-
msgstr "
|
7344
|
+
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7345
|
+
msgstr ""
|
7277
7346
|
|
7278
7347
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
7279
7348
|
msgstr "不建议使用此仓库。使用前,请参阅 %(anchorBegin)s文档%(anchorEnd)s"
|
@@ -7308,12 +7377,6 @@ msgstr "这将创建一个 {cv} 的副本,包括详情、仓库和过滤器。
|
|
7308
7377
|
msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
|
7309
7378
|
msgstr ""
|
7310
7379
|
|
7311
|
-
msgid "Time in seconds to wait for a host to finish a katello-agent action"
|
7312
|
-
msgstr "等待主机完成 katello-agent 操作的时间(以秒为单位)"
|
7313
|
-
|
7314
|
-
msgid "Time in seconds to wait for a host to pick up a katello-agent action"
|
7315
|
-
msgstr "等待主机获取 katello-agent 操作的时间(以秒为单位)"
|
7316
|
-
|
7317
7380
|
msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
|
7318
7381
|
msgstr ""
|
7319
7382
|
|
@@ -7539,9 +7602,6 @@ msgstr "未过滤的参数数组:%s"
|
|
7539
7602
|
msgid "Uninstall and reset"
|
7540
7603
|
msgstr "卸载和重置"
|
7541
7604
|
|
7542
|
-
msgid "Uninstall packages remotely using katello-agent. %s"
|
7543
|
-
msgstr "使用 katello-agent 远程卸载软件包。 %s"
|
7544
|
-
|
7545
7605
|
msgid "Unknown"
|
7546
7606
|
msgstr "未知"
|
7547
7607
|
|
@@ -7599,6 +7659,9 @@ msgstr "更新备用内容源"
|
|
7599
7659
|
msgid "Update CDN Configuration"
|
7600
7660
|
msgstr "更新 CDN 配置"
|
7601
7661
|
|
7662
|
+
msgid "Update Content Counts"
|
7663
|
+
msgstr ""
|
7664
|
+
|
7602
7665
|
msgid "Update Content Overrides"
|
7603
7666
|
msgstr "更新内容覆盖"
|
7604
7667
|
|
@@ -7644,8 +7707,8 @@ msgstr "更新环境"
|
|
7644
7707
|
msgid "Update an environment in an organization"
|
7645
7708
|
msgstr "更新組織中的環境"
|
7646
7709
|
|
7647
|
-
msgid "Update content
|
7648
|
-
msgstr "
|
7710
|
+
msgid "Update content counts for the smart proxy"
|
7711
|
+
msgstr ""
|
7649
7712
|
|
7650
7713
|
msgid "Update content urls"
|
7651
7714
|
msgstr "更新内容 url"
|
@@ -7668,30 +7731,15 @@ msgstr "更新 http 代理详情"
|
|
7668
7731
|
msgid "Update installed packages, enabled repos, module inventory"
|
7669
7732
|
msgstr "更新安装的软件包,已启用的仓库,模块清单"
|
7670
7733
|
|
7671
|
-
msgid "Update of all packages requested"
|
7672
|
-
msgstr "更新所有请求的软件包"
|
7673
|
-
|
7674
|
-
msgid "Update of package(s) requested: %{packages}"
|
7675
|
-
msgstr "请求的软件包更新:%{packages}"
|
7676
|
-
|
7677
7734
|
msgid "Update organization"
|
7678
7735
|
msgstr "更新組織"
|
7679
7736
|
|
7680
|
-
msgid "Update package"
|
7681
|
-
msgstr "更新软件包"
|
7682
|
-
|
7683
|
-
msgid "Update package for %s"
|
7684
|
-
msgstr "为 %s 更新软件包"
|
7685
|
-
|
7686
7737
|
msgid "Update package group via Katello interface"
|
7687
7738
|
msgstr "通过 Katello 接口更新软件包组"
|
7688
7739
|
|
7689
7740
|
msgid "Update package via Katello interface"
|
7690
7741
|
msgstr "通过 Katello 接口更新软件包"
|
7691
7742
|
|
7692
|
-
msgid "Update packages remotely using katello-agent. %s"
|
7693
|
-
msgstr "使用 katello-agent 远程更新软件包。 %s"
|
7694
|
-
|
7695
7743
|
msgid "Update packages via Katello interface"
|
7696
7744
|
msgstr "通过 Katello 接口更新软件包"
|
7697
7745
|
|
@@ -7743,9 +7791,6 @@ msgstr "更新"
|
|
7743
7791
|
msgid "Updates a product"
|
7744
7792
|
msgstr "更新產品"
|
7745
7793
|
|
7746
|
-
msgid "Updates all packages on the host(s)"
|
7747
|
-
msgstr "更新主机上的所有软件包"
|
7748
|
-
|
7749
7794
|
msgid "Updates available: Component content view versions have been updated."
|
7750
7795
|
msgstr ""
|
7751
7796
|
|
@@ -7863,9 +7908,6 @@ msgstr "使用 HTTP 代理"
|
|
7863
7908
|
msgid "Use HTTP proxies"
|
7864
7909
|
msgstr "使用 HTTP 代理"
|
7865
7910
|
|
7866
|
-
msgid "Use remote execution by default"
|
7867
|
-
msgstr "默认情况下使用远程执行"
|
7868
|
-
|
7869
7911
|
msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
|
7870
7912
|
msgstr "用于确定在 pulp3 中并性下载存储库的数量。使用小于20 的值。默认为 10"
|
7871
7913
|
|
@@ -7986,12 +8028,18 @@ msgstr ""
|
|
7986
8028
|
msgid "View by"
|
7987
8029
|
msgstr "查看方法"
|
7988
8030
|
|
8031
|
+
msgid "View content views"
|
8032
|
+
msgstr ""
|
8033
|
+
|
7989
8034
|
msgid "View documentation"
|
7990
8035
|
msgstr ""
|
7991
8036
|
|
7992
8037
|
msgid "View matching content"
|
7993
8038
|
msgstr "显示匹配内容"
|
7994
8039
|
|
8040
|
+
msgid "View sync status"
|
8041
|
+
msgstr ""
|
8042
|
+
|
7995
8043
|
msgid "View tasks "
|
7996
8044
|
msgstr "查看任务 "
|
7997
8045
|
|
@@ -8010,7 +8058,7 @@ msgstr "虚拟客户系统"
|
|
8010
8058
|
msgid "Virtual host"
|
8011
8059
|
msgstr "虚拟主机"
|
8012
8060
|
|
8013
|
-
msgid "WARNING:
|
8061
|
+
msgid "WARNING: Simple Content Access will be required for all organizations in Katello 4.12."
|
8014
8062
|
msgstr ""
|
8015
8063
|
|
8016
8064
|
msgid "Waiting to start."
|
@@ -8157,15 +8205,15 @@ msgstr "您的搜索没有返回匹配的 DEB。"
|
|
8157
8205
|
msgid "Your search returned no matching Module streams."
|
8158
8206
|
msgstr "您的搜索返回没有匹配的模块流。"
|
8159
8207
|
|
8160
|
-
msgid "Your search returned no matching RPMs."
|
8161
|
-
msgstr "您的搜索没有返回匹配的 RPM。"
|
8162
|
-
|
8163
8208
|
msgid "Your search returned no matching activation keys."
|
8164
8209
|
msgstr "您的搜索没有返回的匹配激活码。"
|
8165
8210
|
|
8166
8211
|
msgid "Your search returned no matching hosts."
|
8167
8212
|
msgstr "您的搜索没有返回匹配的主机。"
|
8168
8213
|
|
8214
|
+
msgid "Your search returned no matching non-modular RPMs."
|
8215
|
+
msgstr ""
|
8216
|
+
|
8169
8217
|
msgid "Yum"
|
8170
8218
|
msgstr "Yum"
|
8171
8219
|
|
@@ -8352,9 +8400,6 @@ msgstr "内容发行版本"
|
|
8352
8400
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8353
8401
|
msgstr "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8354
8402
|
|
8355
|
-
msgid "content view Dependency Solving Default"
|
8356
|
-
msgstr "内容视图依赖性解决默认值"
|
8357
|
-
|
8358
8403
|
msgid "content view component ID. Identifier of the component association"
|
8359
8404
|
msgstr "内容视图组件 ID。组件关联的标识符"
|
8360
8405
|
|
@@ -8475,9 +8520,6 @@ msgstr "内容视图过滤器规则的 errata_id"
|
|
8475
8520
|
msgid "errata_ids is a required parameter"
|
8476
8521
|
msgstr "errata_ids是一个必需的参数"
|
8477
8522
|
|
8478
|
-
msgid "errata_ids or update_all must be provided"
|
8479
|
-
msgstr "必须提供 errata_ids 或 update_all"
|
8480
|
-
|
8481
8523
|
msgid "erratum: IDs or a select all object"
|
8482
8524
|
msgstr "勘誤:ID 或全選物件"
|
8483
8525
|
|
@@ -8634,9 +8676,6 @@ msgstr "限制为仅具有此下载策略的仓库"
|
|
8634
8676
|
msgid "list filters"
|
8635
8677
|
msgstr "列出篩選器"
|
8636
8678
|
|
8637
|
-
msgid "list of packages names"
|
8638
|
-
msgstr "套件名稱清單"
|
8639
|
-
|
8640
8679
|
msgid "list of repository ids"
|
8641
8680
|
msgstr "軟體庫 ID 的清單"
|
8642
8681
|
|