katello 4.15.0 → 4.16.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/common/katello_object.js +2 -2
- data/app/assets/javascripts/katello/locale/bn/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ca/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/cs/katello.js +521 -536
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/de/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/el/katello.js +251 -266
- data/app/assets/javascripts/katello/locale/en/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +263 -278
- data/app/assets/javascripts/katello/locale/en_US/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/es/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/fr/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/gl/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/gu/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/hi/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/id/katello.js +261 -275
- data/app/assets/javascripts/katello/locale/it/katello.js +252 -267
- data/app/assets/javascripts/katello/locale/ja/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/ka/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/kn/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ko/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/mr/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +252 -267
- data/app/assets/javascripts/katello/locale/or/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pa/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pl/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/pt/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ro/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ru/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/sl/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ta/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/te/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/tr/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/vi/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/zh/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -270
- data/app/assets/javascripts/katello/sync_management/sync_management.js +16 -2
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +33 -9
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +4 -9
- data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +3 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +4 -1
- data/app/controllers/katello/api/v2/environments_controller.rb +4 -0
- data/app/controllers/katello/api/v2/errata_controller.rb +12 -1
- data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +81 -0
- data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +86 -0
- data/app/controllers/katello/api/v2/host_bootc_images_controller.rb +71 -0
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +4 -6
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -5
- data/app/controllers/katello/api/v2/repositories_controller.rb +18 -3
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +0 -8
- data/app/controllers/katello/concerns/api/v2/http_proxies_controller_extensions.rb +17 -0
- data/app/controllers/katello/concerns/http_proxies_controller_extensions.rb +20 -0
- data/app/controllers/katello/sync_management_controller.rb +6 -2
- data/app/helpers/katello/content_source_helper.rb +8 -1
- data/app/helpers/katello/content_view_helper.rb +3 -1
- data/app/lib/actions/candlepin/activation_key/create.rb +1 -3
- data/app/lib/actions/candlepin/activation_key/update.rb +1 -3
- data/app/lib/actions/candlepin/environment/set_content.rb +17 -4
- data/app/lib/actions/katello/activation_key/create.rb +1 -2
- data/app/lib/actions/katello/activation_key/update.rb +2 -4
- data/app/lib/actions/katello/capsule_content/refresh_repos.rb +7 -1
- data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +3 -2
- data/app/lib/actions/katello/content_view/publish.rb +7 -2
- data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +11 -2
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +31 -22
- data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +30 -0
- data/app/lib/actions/katello/flatpak/scan_remote.rb +17 -12
- data/app/lib/actions/katello/host/update_system_purpose.rb +1 -6
- data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +18 -2
- data/app/lib/actions/pulp3/repository/multi_copy_units.rb +4 -0
- data/app/lib/katello/api/v2/rendering.rb +2 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +3 -4
- data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +13 -0
- data/app/lib/katello/resources/candlepin/activation_key.rb +3 -5
- data/app/lib/katello/resources/candlepin/product.rb +2 -1
- data/app/lib/katello/util/cveak_migrator.rb +3 -2
- data/app/lib/katello/validators/alternate_content_source_path_validator.rb +2 -2
- data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
- data/app/lib/katello/validators/content_validator.rb +1 -1
- data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +2 -2
- data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -2
- data/app/lib/katello/validators/content_view_environment_validator.rb +3 -3
- data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +12 -12
- data/app/lib/katello/validators/content_view_filter_version_validator.rb +1 -1
- data/app/lib/katello/validators/generated_content_view_validator.rb +1 -1
- data/app/lib/katello/validators/gpg_key_content_type_validator.rb +2 -2
- data/app/lib/katello/validators/gpg_key_content_validator.rb +5 -5
- data/app/lib/katello/validators/katello_label_format_validator.rb +4 -4
- data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
- data/app/lib/katello/validators/katello_url_format_validator.rb +1 -1
- data/app/lib/katello/validators/library_presence_validator.rb +1 -1
- data/app/lib/katello/validators/no_trailing_space_validator.rb +1 -1
- data/app/lib/katello/validators/non_library_environment_validator.rb +1 -1
- data/app/lib/katello/validators/not_in_library_validator.rb +1 -1
- data/app/lib/katello/validators/path_descendents_validator.rb +1 -1
- data/app/lib/katello/validators/prior_validator.rb +1 -1
- data/app/lib/katello/validators/product_unique_attribute_validator.rb +1 -1
- data/app/lib/katello/validators/repo_disablement_validator.rb +2 -2
- data/app/lib/katello/validators/root_repository_unique_attribute_validator.rb +1 -1
- data/app/lib/katello/validators/self_reference_environment_validator.rb +1 -1
- data/app/lib/katello/validators/unique_field_in_org.rb +1 -1
- data/app/models/katello/activation_key.rb +6 -17
- data/app/models/katello/authorization/flatpak_remote.rb +33 -0
- data/app/models/katello/concerns/content_facet_host_extensions.rb +2 -1
- data/app/models/katello/concerns/host_managed_extensions.rb +8 -5
- data/app/models/katello/concerns/http_proxy_extensions.rb +4 -0
- data/app/models/katello/concerns/smart_proxy_extensions.rb +30 -6
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -8
- data/app/models/katello/content_view.rb +4 -2
- data/app/models/katello/content_view_erratum_filter.rb +18 -2
- data/app/models/katello/content_view_version.rb +6 -0
- data/app/models/katello/docker_manifest.rb +8 -0
- data/app/models/katello/docker_manifest_list.rb +8 -0
- data/app/models/katello/erratum.rb +8 -2
- data/app/models/katello/flatpak_remote.rb +16 -0
- data/app/models/katello/flatpak_remote_repository.rb +18 -0
- data/app/models/katello/flatpak_remote_repository_manifest.rb +4 -0
- data/app/models/katello/glue/candlepin/pool.rb +1 -1
- data/app/models/katello/glue/pulp/repos.rb +12 -1
- data/app/models/katello/host/content_facet.rb +42 -3
- data/app/models/katello/host/subscription_facet.rb +4 -12
- data/app/models/katello/repository.rb +21 -8
- data/app/models/katello/rhel_lifecycle_status.rb +6 -0
- data/app/models/katello/root_repository.rb +6 -8
- data/app/models/katello/upstream_pool.rb +1 -0
- data/app/overrides/add_organization_attributes.rb +6 -0
- data/app/services/katello/product_content_finder.rb +2 -1
- data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +1 -1
- data/app/services/katello/pulp3/docker_manifest.rb +3 -2
- data/app/services/katello/pulp3/docker_manifest_list.rb +3 -2
- data/app/services/katello/pulp3/repository/ansible_collection.rb +8 -1
- data/app/services/katello/pulp3/repository/apt.rb +16 -18
- data/app/services/katello/pulp3/repository/file.rb +4 -2
- data/app/services/katello/pulp3/repository.rb +4 -0
- data/app/services/katello/pulp3/task.rb +2 -2
- data/app/views/foreman/job_templates/bootc_action.erb +26 -0
- data/app/views/foreman/job_templates/bootc_rollback.erb +13 -0
- data/app/views/foreman/job_templates/bootc_status.erb +13 -0
- data/app/views/foreman/job_templates/bootc_switch.erb +13 -0
- data/app/views/foreman/job_templates/bootc_upgrade.erb +13 -0
- data/app/views/foreman/job_templates/flatpak_install.erb +23 -0
- data/app/views/foreman/job_templates/flatpak_login_action.erb +30 -0
- data/app/views/foreman/job_templates/flatpak_setup.erb +27 -0
- data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +0 -4
- data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -1
- data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -0
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +5 -1
- data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -1
- data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -1
- data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +4 -0
- data/app/views/katello/api/v2/flatpak_remote_repositories/index.json.rabl +7 -0
- data/app/views/katello/api/v2/flatpak_remote_repositories/show.json.rabl +13 -0
- data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
- data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +8 -0
- data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +11 -0
- data/app/views/katello/api/v2/flatpak_remotes/show.json.rabl +3 -0
- data/app/views/katello/api/v2/hosts/base.json.rabl +0 -8
- data/app/views/katello/api/v2/hosts/os_attributes.json.rabl +13 -0
- data/app/views/katello/api/v2/http_proxies/show.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/show.json.rabl +1 -0
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +0 -4
- data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
- data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +10 -4
- data/app/views/overrides/http_proxies/_update_setting_input.html.erb +18 -0
- data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
- data/config/initializers/monkeys.rb +0 -1
- data/config/initializers/pagelets.rb +6 -0
- data/config/routes/api/registry.rb +1 -0
- data/config/routes/api/v2.rb +21 -0
- data/config/routes/overrides.rb +1 -0
- data/config/routes.rb +2 -0
- data/db/migrate/20190605014649_add_purpose_addons.rb +0 -12
- data/db/migrate/20200213184848_create_evr_type.rb +126 -1
- data/db/migrate/20200818192230_update_system_purpose_status.rb +0 -1
- data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +0 -1
- data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +160 -0
- data/db/migrate/20241022121706_add_sync_dependencies_option.rb +5 -0
- data/db/migrate/20241101144625_remove_system_purpose_addons.rb +9 -0
- data/db/migrate/20241107002541_add_registry_url_to_katello_flatpak_remotes.rb +5 -0
- data/db/migrate/20241112145802_add_manifest_entity_to_content_facets.rb +7 -0
- data/db/migrate/20241120213713_add_allow_other_types_to_content_view_erratum_filter_rules.rb +6 -0
- data/db/migrate/20241206183052_add_content_type_to_container_manifests_and_lists.rb +9 -0
- data/db/seeds.d/75-job_templates.rb +5 -1
- data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +2 -2
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js +3 -3
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +0 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +1 -41
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +0 -12
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-system-purpose-modal.controller.js +1 -41
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +0 -13
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +0 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +1 -35
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -14
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +46 -22
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +85 -29
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +341 -96
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +31 -54
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +341 -96
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +349 -104
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +33 -56
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +80 -68
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +339 -111
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +379 -130
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +342 -103
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +70 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +84 -90
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +130 -138
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +343 -97
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +40 -63
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +343 -102
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +70 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +362 -105
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +29 -29
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +24 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-tasks.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/os-versions.service.js +1 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html +4 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html +1 -1
- data/lib/katello/engine.rb +6 -0
- data/lib/katello/permission_creator.rb +37 -0
- data/lib/katello/permissions/host_permissions.rb +2 -0
- data/lib/katello/permissions/registry_permissions.rb +1 -0
- data/lib/katello/plugin.rb +18 -1
- data/lib/katello/repository_types/docker.rb +0 -1
- data/lib/katello/repository_types/python.rb +1 -1
- data/lib/katello/version.rb +1 -1
- data/lib/katello.rb +2 -0
- data/locale/Makefile +20 -24
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +248 -263
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +247 -262
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +247 -262
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +524 -799
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +254 -269
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +248 -263
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +247 -262
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +250 -265
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +252 -267
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +257 -271
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +264 -279
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +247 -262
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +248 -263
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +247 -262
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +250 -265
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +247 -262
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +250 -265
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +249 -264
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +248 -263
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +264 -275
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +254 -270
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +250 -265
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +247 -262
- data/locale/katello.pot +1216 -1215
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +248 -263
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +248 -263
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +247 -262
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +248 -263
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +254 -268
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +248 -263
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +248 -263
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +249 -264
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +247 -262
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +248 -263
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +248 -263
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +247 -262
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +247 -262
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +255 -270
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +247 -262
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +249 -264
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +248 -263
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +247 -262
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +248 -263
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +247 -262
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +247 -262
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +247 -262
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +247 -262
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +250 -265
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +257 -272
- data/webpack/ForemanColumnExtensions/index.js +73 -3
- data/webpack/ForemanColumnExtensions/index.scss +9 -0
- data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +1 -0
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +1 -20
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +3 -61
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +0 -5
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -5
- data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +87 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +28 -2
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -1
- data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +55 -0
- data/webpack/containers/Application/config.js +5 -0
- data/webpack/global_index.js +3 -1
- data/webpack/redux/actions/RedHatRepositories/helpers.js +9 -0
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesConstants.js +5 -0
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +242 -0
- data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImages.fixtures.js +42 -0
- data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImagesPage.test.js +233 -0
- data/webpack/scenes/BootedContainerImages/index.js +4 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +39 -7
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +13 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +1 -0
- data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +4 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +20 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +20 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +128 -18
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +0 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -4
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +5 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +6 -1
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -1
- data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +5 -1
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +4 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +38 -0
- data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +0 -1
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +0 -10
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -3
- data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +0 -1
- metadata +61 -58
- data/app/models/katello/activation_key_purpose_addon.rb +0 -6
- data/app/models/katello/purpose_addon.rb +0 -11
- data/app/models/katello/subscription_facet_purpose_addon.rb +0 -6
- data/lib/monkeys/fx_sqlite_skip.rb +0 -13
- data/locale/action_names.rb +0 -181
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/bn_IN/katello.po.time_stamp +0 -0
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/cs_CZ/katello.po.time_stamp +0 -0
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/de_AT/katello.po.time_stamp +0 -0
- data/locale/de_DE/katello.po.time_stamp +0 -0
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/en_GB/katello.po.time_stamp +0 -0
- data/locale/en_US/katello.po.time_stamp +0 -0
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/et_EE/katello.po.time_stamp +0 -0
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/he_IL/katello.po.time_stamp +0 -0
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/ml_IN/katello.po.time_stamp +0 -0
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/nl_NL/katello.po.time_stamp +0 -0
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/katello.po.time_stamp +0 -0
- data/locale/pl_PL/katello.po.time_stamp +0 -0
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ro/katello.po.time_stamp +0 -0
- data/locale/ro_RO/katello.po.time_stamp +0 -0
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/katello.po.time_stamp +0 -0
- data/locale/sv_SE/katello.po.time_stamp +0 -0
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/ta_IN/katello.po.time_stamp +0 -0
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/katello.po.time_stamp +0 -0
- data/locale/vi_VN/katello.po.time_stamp +0 -0
- data/locale/zh/katello.po.time_stamp +0 -0
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/katello.po.time_stamp +0 -0
@@ -464,9 +464,6 @@
|
|
464
464
|
"About page": [
|
465
465
|
"About 页面"
|
466
466
|
],
|
467
|
-
"Abstract async task": [
|
468
|
-
"抽象 async 任务"
|
469
|
-
],
|
470
467
|
"Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
|
471
468
|
"禁止访问红帽订阅管理。如果要更改这个设置,请更新内容设置\\\"订阅连接已启用\\\"。"
|
472
469
|
],
|
@@ -602,9 +599,6 @@
|
|
602
599
|
"Add one or more host collections to one or more hosts": [
|
603
600
|
"将一个或多个主机集合添加到一个或多个主机"
|
604
601
|
],
|
605
|
-
"Add ons": [
|
606
|
-
"附加组件"
|
607
|
-
],
|
608
602
|
"Add products to sync plan": [
|
609
603
|
"为同步计划添加产品"
|
610
604
|
],
|
@@ -635,9 +629,6 @@
|
|
635
629
|
"Add to a host collection": [
|
636
630
|
"添加到一个主机集合"
|
637
631
|
],
|
638
|
-
"Add-ons": [
|
639
|
-
"附加组件"
|
640
|
-
],
|
641
632
|
"Added": [
|
642
633
|
"添加"
|
643
634
|
],
|
@@ -698,15 +689,15 @@
|
|
698
689
|
"All versions will be removed from these environments": [
|
699
690
|
"所有版本都将从这些环境中删除"
|
700
691
|
],
|
701
|
-
"Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'.": [
|
702
|
-
""
|
703
|
-
],
|
704
692
|
"Allow deleting repositories in published content views": [
|
705
693
|
"允许删除公布的内容视图中的仓库"
|
706
694
|
],
|
707
695
|
"Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode.": [
|
708
696
|
"只要主机处于构建模式,允许主机注册绕过 'Host Profile Assume'。"
|
709
697
|
],
|
698
|
+
"Allow hosts or activation keys to be associated with multiple content view environments": [
|
699
|
+
""
|
700
|
+
],
|
710
701
|
"Allow hosts to re-register themselves only when they are in build mode": [
|
711
702
|
"仅当主机处于构建模式时才允许主机重新注册"
|
712
703
|
],
|
@@ -923,10 +914,10 @@
|
|
923
914
|
"Assign the release version to one or more hosts": [
|
924
915
|
"将发行版本分配给一个或多个主机"
|
925
916
|
],
|
926
|
-
"Assigning a host to multiple content view environments is not enabled.": [
|
917
|
+
"Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
|
927
918
|
""
|
928
919
|
],
|
929
|
-
"Assigning an activation key to multiple content view environments is not enabled.": [
|
920
|
+
"Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
|
930
921
|
""
|
931
922
|
],
|
932
923
|
"Associated location IDs": [
|
@@ -947,15 +938,15 @@
|
|
947
938
|
"At least one activation key must have a lifecycle environment and content view assigned to it": [
|
948
939
|
"至少有一个激活密钥有分配的生命周期环境和内容视图"
|
949
940
|
],
|
941
|
+
"At least one errata type option needs to be selected.": [
|
942
|
+
""
|
943
|
+
],
|
950
944
|
"At least one of the selected items requires the host to reboot": [
|
951
945
|
""
|
952
946
|
],
|
953
947
|
"At least one organization must exist.": [
|
954
948
|
"至少必须存在一个组织。"
|
955
949
|
],
|
956
|
-
"Atleast one errata type needs to be selected.": [
|
957
|
-
"至少需要选择一个勘误。"
|
958
|
-
],
|
959
950
|
"Attach a subscription": [
|
960
951
|
"附加订阅"
|
961
952
|
],
|
@@ -980,9 +971,6 @@
|
|
980
971
|
"Auto Publish - Triggered by '%s'": [
|
981
972
|
"自动发布 - 由 '%s' 触发"
|
982
973
|
],
|
983
|
-
"Auto attach subscriptions": [
|
984
|
-
"自动附加订阅"
|
985
|
-
],
|
986
974
|
"Auto publish": [
|
987
975
|
"自动发布"
|
988
976
|
],
|
@@ -998,6 +986,12 @@
|
|
998
986
|
"Available Repositories": [
|
999
987
|
"可用仓库"
|
1000
988
|
],
|
989
|
+
"Available image": [
|
990
|
+
""
|
991
|
+
],
|
992
|
+
"Available image digest": [
|
993
|
+
""
|
994
|
+
],
|
1001
995
|
"Available schema versions": [
|
1002
996
|
""
|
1003
997
|
],
|
@@ -1013,6 +1007,9 @@
|
|
1013
1007
|
"Base URL for finding alternate content": [
|
1014
1008
|
"查找备用内容的基本 URL"
|
1015
1009
|
],
|
1010
|
+
"Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/.": [
|
1011
|
+
""
|
1012
|
+
],
|
1016
1013
|
"Base URL to perform repo discovery on": [
|
1017
1014
|
"执行仓库发现操纵的基础 URL"
|
1018
1015
|
],
|
@@ -1058,6 +1055,24 @@
|
|
1058
1055
|
"Bookmarks marked as public are available to all users": [
|
1059
1056
|
"标记为公共的书签可供所有用户使用"
|
1060
1057
|
],
|
1058
|
+
"Bootc rollback via Bootc interface": [
|
1059
|
+
""
|
1060
|
+
],
|
1061
|
+
"Bootc status via Bootc interface": [
|
1062
|
+
""
|
1063
|
+
],
|
1064
|
+
"Bootc switch via Bootc interface": [
|
1065
|
+
""
|
1066
|
+
],
|
1067
|
+
"Bootc upgrade via Bootc interface": [
|
1068
|
+
""
|
1069
|
+
],
|
1070
|
+
"Booted Container Images": [
|
1071
|
+
""
|
1072
|
+
],
|
1073
|
+
"Booted container images": [
|
1074
|
+
""
|
1075
|
+
],
|
1061
1076
|
"Both": [
|
1062
1077
|
"两者"
|
1063
1078
|
],
|
@@ -1337,6 +1352,9 @@
|
|
1337
1352
|
"Cannot upload Container Image content.": [
|
1338
1353
|
"无法上传容器镜像内容。"
|
1339
1354
|
],
|
1355
|
+
"Cannot upload container content via Hammer/API. Use podman push instead.": [
|
1356
|
+
""
|
1357
|
+
],
|
1340
1358
|
"Capacity": [
|
1341
1359
|
"容量"
|
1342
1360
|
],
|
@@ -1412,13 +1430,13 @@
|
|
1412
1430
|
"Collapse All": [
|
1413
1431
|
"全部折叠"
|
1414
1432
|
],
|
1415
|
-
"Comma-separated list of
|
1433
|
+
"Comma-separated list of content view environment labels associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
|
1416
1434
|
""
|
1417
1435
|
],
|
1418
|
-
"Comma-separated list of
|
1436
|
+
"Comma-separated list of content view environment labels to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
|
1419
1437
|
""
|
1420
1438
|
],
|
1421
|
-
"Comma-separated list of
|
1439
|
+
"Comma-separated list of content view environment labels to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
|
1422
1440
|
""
|
1423
1441
|
],
|
1424
1442
|
"Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front.": [
|
@@ -1430,9 +1448,6 @@
|
|
1430
1448
|
"Comma-separated list of tags to sync for a container image repository": [
|
1431
1449
|
"逗号分隔的标签列表,以同步容器镜像仓库"
|
1432
1450
|
],
|
1433
|
-
"Commit upload": [
|
1434
|
-
""
|
1435
|
-
],
|
1436
1451
|
"Compare": [
|
1437
1452
|
"比较"
|
1438
1453
|
],
|
@@ -1643,6 +1658,9 @@
|
|
1643
1658
|
"Content imported by %{user} into content view '%{name}'": [
|
1644
1659
|
"由 %{user} 导入到内容视图 '%{name}' 中的内容"
|
1645
1660
|
],
|
1661
|
+
"Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer.": [
|
1662
|
+
""
|
1663
|
+
],
|
1646
1664
|
"Content not uploaded to pulp": [
|
1647
1665
|
"没有上传到 pulp 的内容"
|
1648
1666
|
],
|
@@ -1703,6 +1721,9 @@
|
|
1703
1721
|
"Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish.": [
|
1704
1722
|
""
|
1705
1723
|
],
|
1724
|
+
"Content view environment": [
|
1725
|
+
""
|
1726
|
+
],
|
1706
1727
|
"Content view environments": [
|
1707
1728
|
""
|
1708
1729
|
],
|
@@ -1751,6 +1772,9 @@
|
|
1751
1772
|
"Content view version is empty": [
|
1752
1773
|
""
|
1753
1774
|
],
|
1775
|
+
"Content view version is empty or content counts are not up to date": [
|
1776
|
+
""
|
1777
|
+
],
|
1754
1778
|
"Content views": [
|
1755
1779
|
"内容视图"
|
1756
1780
|
],
|
@@ -1778,27 +1802,15 @@
|
|
1778
1802
|
"Copy": [
|
1779
1803
|
"复制"
|
1780
1804
|
],
|
1781
|
-
"Copy all units": [
|
1782
|
-
""
|
1783
|
-
],
|
1784
1805
|
"Copy an activation key": [
|
1785
1806
|
"复制激活码"
|
1786
1807
|
],
|
1787
|
-
"Copy content": [
|
1788
|
-
""
|
1789
|
-
],
|
1790
1808
|
"Copy content view": [
|
1791
1809
|
"复制内容视图"
|
1792
1810
|
],
|
1793
1811
|
"Copy to clipboard": [
|
1794
1812
|
"复制到剪贴板"
|
1795
1813
|
],
|
1796
|
-
"Copy version": [
|
1797
|
-
""
|
1798
|
-
],
|
1799
|
-
"Copy version units to library": [
|
1800
|
-
"将版本单位复制到库"
|
1801
|
-
],
|
1802
1814
|
"Cores per socket": [
|
1803
1815
|
"每個插槽的核心數"
|
1804
1816
|
],
|
@@ -1973,6 +1985,9 @@
|
|
1973
1985
|
"Create a filter rule. The parameters included should be based upon the filter type.": [
|
1974
1986
|
"创建一个过滤规则。所包含的参数应基于过滤器类型。"
|
1975
1987
|
],
|
1988
|
+
"Create a flatpak remote": [
|
1989
|
+
""
|
1990
|
+
],
|
1976
1991
|
"Create a host collection": [
|
1977
1992
|
"建立主機集"
|
1978
1993
|
],
|
@@ -2003,21 +2018,12 @@
|
|
2003
2018
|
"Create content view": [
|
2004
2019
|
"创建內容视图"
|
2005
2020
|
],
|
2006
|
-
"Create exporter": [
|
2007
|
-
""
|
2008
|
-
],
|
2009
2021
|
"Create filter": [
|
2010
2022
|
"创建过滤器"
|
2011
2023
|
],
|
2012
2024
|
"Create host collection": [
|
2013
2025
|
"创建主机集"
|
2014
2026
|
],
|
2015
|
-
"Create import": [
|
2016
|
-
""
|
2017
|
-
],
|
2018
|
-
"Create importer": [
|
2019
|
-
""
|
2020
|
-
],
|
2021
2027
|
"Create new activation key": [
|
2022
2028
|
""
|
2023
2029
|
],
|
@@ -2027,12 +2033,6 @@
|
|
2027
2033
|
"Create package filter rule": [
|
2028
2034
|
"创建软件包过滤规则"
|
2029
2035
|
],
|
2030
|
-
"Create publication": [
|
2031
|
-
""
|
2032
|
-
],
|
2033
|
-
"Create remote": [
|
2034
|
-
""
|
2035
|
-
],
|
2036
2036
|
"Create rule": [
|
2037
2037
|
"创建规则"
|
2038
2038
|
],
|
@@ -2258,6 +2258,9 @@
|
|
2258
2258
|
"Delete a filter rule": [
|
2259
2259
|
"刪除过滤器规则"
|
2260
2260
|
],
|
2261
|
+
"Delete a flatpak remote": [
|
2262
|
+
""
|
2263
|
+
],
|
2261
2264
|
"Delete activation key?": [
|
2262
2265
|
""
|
2263
2266
|
],
|
@@ -2279,36 +2282,12 @@
|
|
2279
2282
|
"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.": [
|
2280
2283
|
""
|
2281
2284
|
],
|
2282
|
-
"Delete distributions": [
|
2283
|
-
""
|
2284
|
-
],
|
2285
2285
|
"Delete manifest from Red Hat provider": [
|
2286
2286
|
"從 Red Hat 供應者中刪除清單"
|
2287
2287
|
],
|
2288
2288
|
"Delete multiple filters from a content view": [
|
2289
2289
|
"从内容视图中删除多个过滤器"
|
2290
2290
|
],
|
2291
|
-
"Delete orphan alternate content sources": [
|
2292
|
-
""
|
2293
|
-
],
|
2294
|
-
"Delete orphan distributions": [
|
2295
|
-
""
|
2296
|
-
],
|
2297
|
-
"Delete orphan remotes": [
|
2298
|
-
""
|
2299
|
-
],
|
2300
|
-
"Delete orphan repository versions": [
|
2301
|
-
""
|
2302
|
-
],
|
2303
|
-
"Delete orphaned migrated repositories": [
|
2304
|
-
""
|
2305
|
-
],
|
2306
|
-
"Delete remote": [
|
2307
|
-
""
|
2308
|
-
],
|
2309
|
-
"Delete repository references": [
|
2310
|
-
""
|
2311
|
-
],
|
2312
2291
|
"Delete version": [
|
2313
2292
|
"删除版本"
|
2314
2293
|
],
|
@@ -2354,6 +2333,9 @@
|
|
2354
2333
|
"Description for the new published content view version": [
|
2355
2334
|
"新发布的内容视图版本的描述"
|
2356
2335
|
],
|
2336
|
+
"Description of the flatpak remote": [
|
2337
|
+
""
|
2338
|
+
],
|
2357
2339
|
"Description of the repository": [
|
2358
2340
|
"仓库的描述信息"
|
2359
2341
|
],
|
@@ -2405,12 +2387,6 @@
|
|
2405
2387
|
"Destroy an environment in an organization": [
|
2406
2388
|
"銷毀組織中的一個環境"
|
2407
2389
|
],
|
2408
|
-
"Destroy exporter": [
|
2409
|
-
""
|
2410
|
-
],
|
2411
|
-
"Destroy importer": [
|
2412
|
-
""
|
2413
|
-
],
|
2414
2390
|
"Destroy one or more alternate content sources": [
|
2415
2391
|
"销毁一个或多个备用内容源"
|
2416
2392
|
],
|
@@ -2459,9 +2435,6 @@
|
|
2459
2435
|
"Disabling Simple Content Access failed for '%{subject}'.": [
|
2460
2436
|
"为 '%{subject}' 禁用简单内容访问失败。"
|
2461
2437
|
],
|
2462
|
-
"Discover": [
|
2463
|
-
"发现"
|
2464
|
-
],
|
2465
2438
|
"Discover Repositories": [
|
2466
2439
|
"发现软件仓库"
|
2467
2440
|
],
|
@@ -2657,9 +2630,6 @@
|
|
2657
2630
|
"Environment cannot be in its own promotion path": [
|
2658
2631
|
"環境不能位於自己的推送路徑上"
|
2659
2632
|
],
|
2660
|
-
"Environment contents refresh": [
|
2661
|
-
""
|
2662
|
-
],
|
2663
2633
|
"Environment identifier": [
|
2664
2634
|
"环境标识符"
|
2665
2635
|
],
|
@@ -2699,9 +2669,6 @@
|
|
2699
2669
|
"Errata id of the erratum (RHSA-2012:108)": [
|
2700
2670
|
"勘误的勘误ID(RHSA-2012:108)"
|
2701
2671
|
],
|
2702
|
-
"Errata mail": [
|
2703
|
-
"勘误邮件"
|
2704
|
-
],
|
2705
2672
|
"Errata statuses not updated for deleted content facet with UUID %s": [
|
2706
2673
|
""
|
2707
2674
|
],
|
@@ -2861,9 +2828,6 @@
|
|
2861
2828
|
"Fetch installable errata for one or more hosts.": [
|
2862
2829
|
"为一台或多台主机获取可安装的勘误。"
|
2863
2830
|
],
|
2864
|
-
"Fetch pxe files": [
|
2865
|
-
"获取 pxe 文件"
|
2866
|
-
],
|
2867
2831
|
"Fetch traces for one or more hosts": [
|
2868
2832
|
"为一个或多个主机获取跟踪"
|
2869
2833
|
],
|
@@ -2957,9 +2921,6 @@
|
|
2957
2921
|
"Filter versions that are components in the specified composite version": [
|
2958
2922
|
"过滤在指定复合版本中作为组件的版本"
|
2959
2923
|
],
|
2960
|
-
"Filtered index content": [
|
2961
|
-
"已过滤的索引内容"
|
2962
|
-
],
|
2963
2924
|
"Filters": [
|
2964
2925
|
"过滤器"
|
2965
2926
|
],
|
@@ -2981,6 +2942,15 @@
|
|
2981
2942
|
"Finished": [
|
2982
2943
|
"完成"
|
2983
2944
|
],
|
2945
|
+
"Flatpak Remotes": [
|
2946
|
+
""
|
2947
|
+
],
|
2948
|
+
"Flatpak remote numeric identifier": [
|
2949
|
+
""
|
2950
|
+
],
|
2951
|
+
"Flatpak remote repository numeric identifier": [
|
2952
|
+
""
|
2953
|
+
],
|
2984
2954
|
"Force": [
|
2985
2955
|
"强制"
|
2986
2956
|
],
|
@@ -3041,9 +3011,6 @@
|
|
3041
3011
|
"Generate host applicability": [
|
3042
3012
|
"产生主机适用性"
|
3043
3013
|
],
|
3044
|
-
"Generate metadata": [
|
3045
|
-
""
|
3046
|
-
],
|
3047
3014
|
"Generate repository applicability": [
|
3048
3015
|
"生成仓库适用性"
|
3049
3016
|
],
|
@@ -3281,12 +3248,6 @@
|
|
3281
3248
|
"How to order the sorted results (e.g. ASC for ascending)": [
|
3282
3249
|
"如何排序結果的順序(比方說 ASC 從下到上)"
|
3283
3250
|
],
|
3284
|
-
"Hypervisors": [
|
3285
|
-
"Hypervisor"
|
3286
|
-
],
|
3287
|
-
"Hypervisors update": [
|
3288
|
-
"Hypervisor 更新"
|
3289
|
-
],
|
3290
3251
|
"ID of a HTTP Proxy": [
|
3291
3252
|
"HTTP 代理的 ID"
|
3292
3253
|
],
|
@@ -3308,6 +3269,9 @@
|
|
3308
3269
|
"ID of an organization to show repositories in": [
|
3309
3270
|
"在其中显示仓库的机构 ID"
|
3310
3271
|
],
|
3272
|
+
"ID of flatpak remote to show repositories of": [
|
3273
|
+
""
|
3274
|
+
],
|
3311
3275
|
"ID of the Organization": [
|
3312
3276
|
"机构 ID"
|
3313
3277
|
],
|
@@ -3368,12 +3332,18 @@
|
|
3368
3332
|
"Id of the content host": [
|
3369
3333
|
"内容主机 ID"
|
3370
3334
|
],
|
3335
|
+
"Id of the content view to limit the content counting on": [
|
3336
|
+
""
|
3337
|
+
],
|
3371
3338
|
"Id of the content view to limit the synchronization on": [
|
3372
3339
|
"将同步限制于在的内容视图 ID"
|
3373
3340
|
],
|
3374
3341
|
"Id of the content view to limit verifying checksum on": [
|
3375
3342
|
""
|
3376
3343
|
],
|
3344
|
+
"Id of the environment to limit the content counting on": [
|
3345
|
+
""
|
3346
|
+
],
|
3377
3347
|
"Id of the environment to limit the synchronization on": [
|
3378
3348
|
"将同步限制于的环境 ID"
|
3379
3349
|
],
|
@@ -3395,6 +3365,9 @@
|
|
3395
3365
|
"Id of the organization to limit environments on": [
|
3396
3366
|
"把环境限制于的机构 ID"
|
3397
3367
|
],
|
3368
|
+
"Id of the repository to limit the content counting on": [
|
3369
|
+
""
|
3370
|
+
],
|
3398
3371
|
"Id of the repository to limit the synchronization on": [
|
3399
3372
|
"将同步限制于在的仓库 ID"
|
3400
3373
|
],
|
@@ -3530,6 +3503,27 @@
|
|
3530
3503
|
"Image": [
|
3531
3504
|
""
|
3532
3505
|
],
|
3506
|
+
"Image digest": [
|
3507
|
+
""
|
3508
|
+
],
|
3509
|
+
"Image digests": [
|
3510
|
+
""
|
3511
|
+
],
|
3512
|
+
"Image mode": [
|
3513
|
+
""
|
3514
|
+
],
|
3515
|
+
"Image mode / package mode": [
|
3516
|
+
""
|
3517
|
+
],
|
3518
|
+
"Image mode details": [
|
3519
|
+
""
|
3520
|
+
],
|
3521
|
+
"Image name": [
|
3522
|
+
""
|
3523
|
+
],
|
3524
|
+
"Image-mode host": [
|
3525
|
+
""
|
3526
|
+
],
|
3533
3527
|
"Immediate": [
|
3534
3528
|
"立即"
|
3535
3529
|
],
|
@@ -3572,9 +3566,6 @@
|
|
3572
3566
|
"Import a subscription manifest to give hosts access to Red Hat content.": [
|
3573
3567
|
""
|
3574
3568
|
],
|
3575
|
-
"Import migration": [
|
3576
|
-
""
|
3577
|
-
],
|
3578
3569
|
"Import new manifest": [
|
3579
3570
|
""
|
3580
3571
|
],
|
@@ -3584,12 +3575,6 @@
|
|
3584
3575
|
"Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
|
3585
3576
|
"仅导入不能直接发布的内容视图。内容只能通过导入至视图来更新。"
|
3586
3577
|
],
|
3587
|
-
"Import repository upload": [
|
3588
|
-
""
|
3589
|
-
],
|
3590
|
-
"Import upload": [
|
3591
|
-
""
|
3592
|
-
],
|
3593
3578
|
"Import uploads into a repository": [
|
3594
3579
|
"将上传文件导入仓库"
|
3595
3580
|
],
|
@@ -3632,6 +3617,9 @@
|
|
3632
3617
|
"Include filter": [
|
3633
3618
|
"包含的过滤"
|
3634
3619
|
],
|
3620
|
+
"Include manifests": [
|
3621
|
+
""
|
3622
|
+
],
|
3635
3623
|
"Included": [
|
3636
3624
|
"包含"
|
3637
3625
|
],
|
@@ -3653,9 +3641,6 @@
|
|
3653
3641
|
"Incremental Update incomplete.": [
|
3654
3642
|
"增量更新不完整。"
|
3655
3643
|
],
|
3656
|
-
"Incremental Update of Content View Version(s) ": [
|
3657
|
-
"内容视图版本的增量更新"
|
3658
|
-
],
|
3659
3644
|
"Incremental Update of %{content_view_count} Content View Version(s) ": [
|
3660
3645
|
"增量更新 %{content_view_count} 个内容视图版本"
|
3661
3646
|
],
|
@@ -3668,27 +3653,12 @@
|
|
3668
3653
|
"Incremental update specified for composite %{name} version %{version}, but no components updated.": [
|
3669
3654
|
"为复合 %{name} 版本 %{version} 指定了增量更新,但没有更新的组件。"
|
3670
3655
|
],
|
3671
|
-
"Index content": [
|
3672
|
-
"索引內容"
|
3673
|
-
],
|
3674
|
-
"Index errata": [
|
3675
|
-
"索引勘误"
|
3676
|
-
],
|
3677
|
-
"Index module streams": [
|
3678
|
-
"索引模块流"
|
3679
|
-
],
|
3680
|
-
"Index package groups": [
|
3681
|
-
"索引软件包组"
|
3682
|
-
],
|
3683
3656
|
"Informable Type must be one of the following [ %{list} ]": [
|
3684
3657
|
"信息类型需要是 [ %{list} ] 之一"
|
3685
3658
|
],
|
3686
3659
|
"Inherit from Repository": [
|
3687
3660
|
"从仓库继承"
|
3688
3661
|
],
|
3689
|
-
"Initialize": [
|
3690
|
-
""
|
3691
|
-
],
|
3692
3662
|
"Initiate a sync of the products attached to the sync plan": [
|
3693
3663
|
"启动同步计划中附加产品的同步"
|
3694
3664
|
],
|
@@ -3764,9 +3734,6 @@
|
|
3764
3734
|
"Installing Package...": [
|
3765
3735
|
"正在安裝套件..."
|
3766
3736
|
],
|
3767
|
-
"Instance update": [
|
3768
|
-
"实例更新"
|
3769
|
-
],
|
3770
3737
|
"Instance-based": [
|
3771
3738
|
"基于实例"
|
3772
3739
|
],
|
@@ -3797,8 +3764,8 @@
|
|
3797
3764
|
"Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'": [
|
3798
3765
|
"指定了無效的勘誤篩選器規則,「errata_id」不可指定為與 'start_date'、'end_date' 或 'types' 相同的變數值組"
|
3799
3766
|
],
|
3800
|
-
"Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or '
|
3801
|
-
"
|
3767
|
+
"Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date', 'types', or 'allow_other_types'": [
|
3768
|
+
""
|
3802
3769
|
],
|
3803
3770
|
"Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}": [
|
3804
3771
|
"提供了无效的勘误类型 %{invalid_types}。勘误类型可用是 %{valid_types} 中的任何值"
|
@@ -3881,9 +3848,27 @@
|
|
3881
3848
|
"Job '${description}' has started.": [
|
3882
3849
|
"作业 '${description}' 已启动。"
|
3883
3850
|
],
|
3851
|
+
"Katello Bootc interface": [
|
3852
|
+
""
|
3853
|
+
],
|
3884
3854
|
"Katello ID of local pool to update": [
|
3885
3855
|
"要更新的本地池的 Katello ID"
|
3886
3856
|
],
|
3857
|
+
"Katello: Bootc Action": [
|
3858
|
+
""
|
3859
|
+
],
|
3860
|
+
"Katello: Bootc Rollback": [
|
3861
|
+
""
|
3862
|
+
],
|
3863
|
+
"Katello: Bootc Status": [
|
3864
|
+
""
|
3865
|
+
],
|
3866
|
+
"Katello: Bootc Switch": [
|
3867
|
+
""
|
3868
|
+
],
|
3869
|
+
"Katello: Bootc Upgrade": [
|
3870
|
+
""
|
3871
|
+
],
|
3887
3872
|
"Katello: Configure host for new content source": [
|
3888
3873
|
""
|
3889
3874
|
],
|
@@ -3932,6 +3917,9 @@
|
|
3932
3917
|
"Katello: Upload Profile": [
|
3933
3918
|
""
|
3934
3919
|
],
|
3920
|
+
"Keep latest packages": [
|
3921
|
+
""
|
3922
|
+
],
|
3935
3923
|
"Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)": [
|
3936
3924
|
"subscription-manager fact 的键-值哈希,使用句点 (.) 进行嵌套"
|
3937
3925
|
],
|
@@ -3956,6 +3944,9 @@
|
|
3956
3944
|
"Label of the content view": [
|
3957
3945
|
"内容视图标签"
|
3958
3946
|
],
|
3947
|
+
"Label of the flatpak remote": [
|
3948
|
+
""
|
3949
|
+
],
|
3959
3950
|
"Last check-in:": [
|
3960
3951
|
"最后签到:"
|
3961
3952
|
],
|
@@ -4121,6 +4112,9 @@
|
|
4121
4112
|
"List available subscriptions from Red Hat Subscription Management": [
|
4122
4113
|
"列出来自 Red Hat Subscription Management 的可用订阅"
|
4123
4114
|
],
|
4115
|
+
"List booted bootc container images for hosts": [
|
4116
|
+
""
|
4117
|
+
],
|
4124
4118
|
"List components attached to this content view": [
|
4125
4119
|
"列出此内容视图附带的组件"
|
4126
4120
|
],
|
@@ -4160,6 +4154,15 @@
|
|
4160
4154
|
"List filter rules": [
|
4161
4155
|
"列表过滤规则"
|
4162
4156
|
],
|
4157
|
+
"List flatpak remote repositories": [
|
4158
|
+
""
|
4159
|
+
],
|
4160
|
+
"List flatpak remote's repositories": [
|
4161
|
+
""
|
4162
|
+
],
|
4163
|
+
"List flatpak remotes": [
|
4164
|
+
""
|
4165
|
+
],
|
4163
4166
|
"List host collections": [
|
4164
4167
|
"列出主機集"
|
4165
4168
|
],
|
@@ -4325,6 +4328,9 @@
|
|
4325
4328
|
"List the lifecycle environments not attached to the smart proxy": [
|
4326
4329
|
"列出未附加到智能代理的生命周期环境"
|
4327
4330
|
],
|
4331
|
+
"Load balancer": [
|
4332
|
+
""
|
4333
|
+
],
|
4328
4334
|
"Loading": [
|
4329
4335
|
"加载"
|
4330
4336
|
],
|
@@ -4454,9 +4460,6 @@
|
|
4454
4460
|
"Messaging connection": [
|
4455
4461
|
"訊息連線"
|
4456
4462
|
],
|
4457
|
-
"Metadata generate": [
|
4458
|
-
""
|
4459
|
-
],
|
4460
4463
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, 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.": [
|
4461
4464
|
""
|
4462
4465
|
],
|
@@ -4466,6 +4469,12 @@
|
|
4466
4469
|
"Minimum version": [
|
4467
4470
|
"最小版本"
|
4468
4471
|
],
|
4472
|
+
"Mirror Remote Repository": [
|
4473
|
+
""
|
4474
|
+
],
|
4475
|
+
"Mirror a flatpak remote repository": [
|
4476
|
+
""
|
4477
|
+
],
|
4469
4478
|
"Missing activation key!": [
|
4470
4479
|
"缺少激活码!"
|
4471
4480
|
],
|
@@ -4478,6 +4487,9 @@
|
|
4478
4487
|
"Moderate": [
|
4479
4488
|
"中等"
|
4480
4489
|
],
|
4490
|
+
"Modify via remote execution": [
|
4491
|
+
""
|
4492
|
+
],
|
4481
4493
|
"Modular": [
|
4482
4494
|
"模块化"
|
4483
4495
|
],
|
@@ -4499,13 +4511,7 @@
|
|
4499
4511
|
"Module streams will appear here after enabling Red Hat repositories or creating custom products.": [
|
4500
4512
|
"启用红帽存储库或创建自定义产品后,将在此处显示模块流。"
|
4501
4513
|
],
|
4502
|
-
"Multi
|
4503
|
-
""
|
4504
|
-
],
|
4505
|
-
"Multi copy content": [
|
4506
|
-
""
|
4507
|
-
],
|
4508
|
-
"Multi copy units": [
|
4514
|
+
"Multi Content View Environment": [
|
4509
4515
|
""
|
4510
4516
|
],
|
4511
4517
|
"Multi-entitlement": [
|
@@ -4559,6 +4565,12 @@
|
|
4559
4565
|
"Name of the content view": [
|
4560
4566
|
"內容視域的名稱"
|
4561
4567
|
],
|
4568
|
+
"Name of the flatpak remote": [
|
4569
|
+
""
|
4570
|
+
],
|
4571
|
+
"Name of the flatpak remote repository": [
|
4572
|
+
""
|
4573
|
+
],
|
4562
4574
|
"Name of the host": [
|
4563
4575
|
"主机名"
|
4564
4576
|
],
|
@@ -4682,6 +4694,9 @@
|
|
4682
4694
|
"No content in selected versions.": [
|
4683
4695
|
"所选版本中没有内容。"
|
4684
4696
|
],
|
4697
|
+
"No content view environments": [
|
4698
|
+
""
|
4699
|
+
],
|
4685
4700
|
"No content view environments found with ids: %{ids}": [
|
4686
4701
|
""
|
4687
4702
|
],
|
@@ -4718,9 +4733,6 @@
|
|
4718
4733
|
"No enabled repositories match your search criteria.": [
|
4719
4734
|
"没有启用的仓库符合您的搜索条件。"
|
4720
4735
|
],
|
4721
|
-
"No environment": [
|
4722
|
-
"没有环境"
|
4723
|
-
],
|
4724
4736
|
"No environments": [
|
4725
4737
|
"没有环境"
|
4726
4738
|
],
|
@@ -5303,8 +5315,11 @@
|
|
5303
5315
|
"Package installation: \\\"%{package}\\\" ": [
|
5304
5316
|
"软件包安装:\\\"%{package}\\\" "
|
5305
5317
|
],
|
5306
|
-
"Package
|
5307
|
-
"
|
5318
|
+
"Package mode": [
|
5319
|
+
""
|
5320
|
+
],
|
5321
|
+
"Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg,bdist_dumb,bdist_egg,bdist_msi,bdist_rpm,bdist_wheel,bdist_wininst,sdist.": [
|
5322
|
+
""
|
5308
5323
|
],
|
5309
5324
|
"Packages": [
|
5310
5325
|
"软件包"
|
@@ -5432,6 +5447,9 @@
|
|
5432
5447
|
"Policy to set for mirroring content. Must be one of %s.": [
|
5433
5448
|
"为镜像内容设置的策略。必须是 %s 之一。"
|
5434
5449
|
],
|
5450
|
+
"Possible values: %s": [
|
5451
|
+
""
|
5452
|
+
],
|
5435
5453
|
"Prefer registered through Smart Proxy for remote execution": [
|
5436
5454
|
""
|
5437
5455
|
],
|
@@ -5480,6 +5498,9 @@
|
|
5480
5498
|
"Product ID": [
|
5481
5499
|
"产品 ID"
|
5482
5500
|
],
|
5501
|
+
"Product ID to mirror the remote repository to": [
|
5502
|
+
""
|
5503
|
+
],
|
5483
5504
|
"Product and Repositories": [
|
5484
5505
|
"产品和存储库"
|
5485
5506
|
],
|
@@ -5660,9 +5681,6 @@
|
|
5660
5681
|
"Pulp task error": [
|
5661
5682
|
"Pulp 任务错误"
|
5662
5683
|
],
|
5663
|
-
"Purge completed tasks": [
|
5664
|
-
""
|
5665
|
-
],
|
5666
5684
|
"Python Package": [
|
5667
5685
|
"Python 软件包"
|
5668
5686
|
],
|
@@ -5771,9 +5789,6 @@
|
|
5771
5789
|
"Reclaim Space": [
|
5772
5790
|
"重新声明空间"
|
5773
5791
|
],
|
5774
|
-
"Reclaim space": [
|
5775
|
-
""
|
5776
|
-
],
|
5777
5792
|
"Reclaim space from On Demand repositories": [
|
5778
5793
|
"重新声明来自 On Demand 软件仓库的空间"
|
5779
5794
|
],
|
@@ -5837,9 +5852,6 @@
|
|
5837
5852
|
"Refresh all alternate content sources": [
|
5838
5853
|
""
|
5839
5854
|
],
|
5840
|
-
"Refresh all distributions": [
|
5841
|
-
""
|
5842
|
-
],
|
5843
5855
|
"Refresh alternate content sources": [
|
5844
5856
|
"销毁备用内容源"
|
5845
5857
|
],
|
@@ -5852,27 +5864,15 @@
|
|
5852
5864
|
"Refresh counts": [
|
5853
5865
|
""
|
5854
5866
|
],
|
5855
|
-
"Refresh distribution": [
|
5856
|
-
""
|
5857
|
-
],
|
5858
5867
|
"Refresh errata applicability": [
|
5859
5868
|
""
|
5860
5869
|
],
|
5861
|
-
"Refresh if needed": [
|
5862
|
-
""
|
5863
|
-
],
|
5864
5870
|
"Refresh package applicability": [
|
5865
5871
|
""
|
5866
5872
|
],
|
5867
5873
|
"Refresh previously imported manifest for Red Hat provider": [
|
5868
5874
|
"為 Red Hat 供應者更新之前匯入的清單"
|
5869
5875
|
],
|
5870
|
-
"Refresh remote": [
|
5871
|
-
""
|
5872
|
-
],
|
5873
|
-
"Refresh repos": [
|
5874
|
-
""
|
5875
|
-
],
|
5876
5876
|
"Refresh source": [
|
5877
5877
|
"刷新源"
|
5878
5878
|
],
|
@@ -5897,6 +5897,9 @@
|
|
5897
5897
|
"Registered on": [
|
5898
5898
|
"注册于"
|
5899
5899
|
],
|
5900
|
+
"Registered to": [
|
5901
|
+
""
|
5902
|
+
],
|
5900
5903
|
"Registering to multiple environments is not enabled.": [
|
5901
5904
|
""
|
5902
5905
|
],
|
@@ -5912,9 +5915,6 @@
|
|
5912
5915
|
"Registry name pattern will result in invalid container image name of member repositories": [
|
5913
5916
|
"Registry 名称特征将导致成员仓库的容器镜像名称无效"
|
5914
5917
|
],
|
5915
|
-
"Reindex subscriptions": [
|
5916
|
-
"重新索引订阅"
|
5917
|
-
],
|
5918
5918
|
"Related composite content views": [
|
5919
5919
|
"相关的复合内容视图"
|
5920
5920
|
],
|
@@ -6011,9 +6011,6 @@
|
|
6011
6011
|
"Remove one or more subscriptions from an upstream manifest": [
|
6012
6012
|
"从上游清单中删除一个或多个订阅"
|
6013
6013
|
],
|
6014
|
-
"Remove orphans": [
|
6015
|
-
""
|
6016
|
-
],
|
6017
6014
|
"Remove package group via Katello interface": [
|
6018
6015
|
"通过 Katello 接口删除软件包组"
|
6019
6016
|
],
|
@@ -6041,12 +6038,6 @@
|
|
6041
6038
|
"Remove subscriptions from one or more hosts": [
|
6042
6039
|
"从一个或多个主机上删除订阅"
|
6043
6040
|
],
|
6044
|
-
"Remove units": [
|
6045
|
-
""
|
6046
|
-
],
|
6047
|
-
"Remove unneeded repos": [
|
6048
|
-
""
|
6049
|
-
],
|
6050
6041
|
"Remove versions and/or environments from a content view and reassign systems and keys": [
|
6051
6042
|
"从内容视图中删除版本和/或环境,并重新分配系统和密钥"
|
6052
6043
|
],
|
@@ -6071,9 +6062,6 @@
|
|
6071
6062
|
"Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
|
6072
6063
|
"从所有环境中移出此版本不会删除此版本。版本仍可用于以后的提升。"
|
6073
6064
|
],
|
6074
|
-
"Repair": [
|
6075
|
-
""
|
6076
|
-
],
|
6077
6065
|
"Replace content source on the target machine": [
|
6078
6066
|
""
|
6079
6067
|
],
|
@@ -6092,18 +6080,12 @@
|
|
6092
6080
|
"Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
|
6093
6081
|
"当 CDN 配置设置为 Air-gapped(断开连接)时,仓库不可用。"
|
6094
6082
|
],
|
6095
|
-
"Repositories certs reset": [
|
6096
|
-
""
|
6097
|
-
],
|
6098
6083
|
"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.": [
|
6099
6084
|
""
|
6100
6085
|
],
|
6101
6086
|
"Repositories from published Content Views are not allowed.": [
|
6102
6087
|
"不允许来自发布的内容视图中的仓库。"
|
6103
6088
|
],
|
6104
|
-
"Repositories gpg reset": [
|
6105
|
-
""
|
6106
|
-
],
|
6107
6089
|
"Repository": [
|
6108
6090
|
"仓库"
|
6109
6091
|
],
|
@@ -6395,6 +6377,12 @@
|
|
6395
6377
|
"Roles": [
|
6396
6378
|
"角色"
|
6397
6379
|
],
|
6380
|
+
"Rollback image": [
|
6381
|
+
""
|
6382
|
+
],
|
6383
|
+
"Rollback image digest": [
|
6384
|
+
""
|
6385
|
+
],
|
6398
6386
|
"Rules to be added": [
|
6399
6387
|
"要添加的规则"
|
6400
6388
|
],
|
@@ -6407,6 +6395,12 @@
|
|
6407
6395
|
"Running": [
|
6408
6396
|
"執行中"
|
6409
6397
|
],
|
6398
|
+
"Running image": [
|
6399
|
+
""
|
6400
|
+
],
|
6401
|
+
"Running image digest": [
|
6402
|
+
""
|
6403
|
+
],
|
6410
6404
|
"SKU": [
|
6411
6405
|
"SKU"
|
6412
6406
|
],
|
@@ -6434,25 +6428,10 @@
|
|
6434
6428
|
"Save": [
|
6435
6429
|
"保存"
|
6436
6430
|
],
|
6437
|
-
"Save artifact": [
|
6438
|
-
""
|
6439
|
-
],
|
6440
|
-
"Save distribution references": [
|
6441
|
-
""
|
6442
|
-
],
|
6443
|
-
"Save publication": [
|
6444
|
-
""
|
6445
|
-
],
|
6446
|
-
"Save version": [
|
6447
|
-
""
|
6448
|
-
],
|
6449
|
-
"Save versions": [
|
6450
|
-
""
|
6451
|
-
],
|
6452
6431
|
"Saving alternate content source...": [
|
6453
6432
|
"更新备用内容源..."
|
6454
6433
|
],
|
6455
|
-
"Scan
|
6434
|
+
"Scan a flatpak remote": [
|
6456
6435
|
""
|
6457
6436
|
],
|
6458
6437
|
"Schema version 1": [
|
@@ -6560,9 +6539,6 @@
|
|
6560
6539
|
"Select action": [
|
6561
6540
|
""
|
6562
6541
|
],
|
6563
|
-
"Select add-ons": [
|
6564
|
-
"选择附加组件"
|
6565
|
-
],
|
6566
6542
|
"Select all": [
|
6567
6543
|
"选择所有"
|
6568
6544
|
],
|
@@ -6701,15 +6677,15 @@
|
|
6701
6677
|
"Set content overrides to one or more hosts": [
|
6702
6678
|
"为一个或更多主机设置内容覆盖"
|
6703
6679
|
],
|
6680
|
+
"Set this HTTP proxy as the default content HTTP proxy": [
|
6681
|
+
""
|
6682
|
+
],
|
6704
6683
|
"Set true to override to enabled; Set false to override to disabled.'": [
|
6705
6684
|
"设置为 true 进行覆盖以启用;设置为 false 进行覆盖以禁用。'"
|
6706
6685
|
],
|
6707
6686
|
"Set true to remove an override and reset it to 'default'": [
|
6708
6687
|
"设置为 true 以删除覆盖并将它重置为 'default'"
|
6709
6688
|
],
|
6710
|
-
"Sets the system add-ons": [
|
6711
|
-
"设置系统附加组件"
|
6712
|
-
],
|
6713
6689
|
"Sets the system purpose usage": [
|
6714
6690
|
"设置系统用途使用"
|
6715
6691
|
],
|
@@ -6743,6 +6719,12 @@
|
|
6743
6719
|
"Show a content view's history": [
|
6744
6720
|
"显示内容视图的历史记录"
|
6745
6721
|
],
|
6722
|
+
"Show a flatpak remote": [
|
6723
|
+
""
|
6724
|
+
],
|
6725
|
+
"Show a flatpak remote repository": [
|
6726
|
+
""
|
6727
|
+
],
|
6746
6728
|
"Show a host collection": [
|
6747
6729
|
"顯示主機集項目"
|
6748
6730
|
],
|
@@ -7070,6 +7052,12 @@
|
|
7070
7052
|
"Stacking ID": [
|
7071
7053
|
"堆叠 ID"
|
7072
7054
|
],
|
7055
|
+
"Staged image": [
|
7056
|
+
""
|
7057
|
+
],
|
7058
|
+
"Staged image digest": [
|
7059
|
+
""
|
7060
|
+
],
|
7073
7061
|
"Start Date": [
|
7074
7062
|
"开始日期"
|
7075
7063
|
],
|
@@ -7235,9 +7223,6 @@
|
|
7235
7223
|
"Supported Content Types": [
|
7236
7224
|
"支持的内容类型"
|
7237
7225
|
],
|
7238
|
-
"Sync": [
|
7239
|
-
""
|
7240
|
-
],
|
7241
7226
|
"Sync Canceled": [
|
7242
7227
|
"已取消同步"
|
7243
7228
|
],
|
@@ -7292,9 +7277,6 @@
|
|
7292
7277
|
"Sync all repositories for a product": [
|
7293
7278
|
"为一个产品同步所有存储库"
|
7294
7279
|
],
|
7295
|
-
"Sync capsule": [
|
7296
|
-
"同步 capsule"
|
7297
|
-
],
|
7298
7280
|
"Sync complete.": [
|
7299
7281
|
"完成同步。"
|
7300
7282
|
],
|
@@ -7313,9 +7295,6 @@
|
|
7313
7295
|
"Sync state": [
|
7314
7296
|
"同步状态"
|
7315
7297
|
],
|
7316
|
-
"Syncable export": [
|
7317
|
-
"可同步导出"
|
7318
|
-
],
|
7319
7298
|
"Synced": [
|
7320
7299
|
""
|
7321
7300
|
],
|
@@ -7430,6 +7409,9 @@
|
|
7430
7409
|
"The actual file contents": [
|
7431
7410
|
"實際的檔案內容"
|
7432
7411
|
],
|
7412
|
+
"The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions.": [
|
7413
|
+
""
|
7414
|
+
],
|
7433
7415
|
"The content type for the Alternate Content Source": [
|
7434
7416
|
"备用内容源的内容类型"
|
7435
7417
|
],
|
@@ -7673,6 +7655,9 @@
|
|
7673
7655
|
"This content view version doesn't have a history.": [
|
7674
7656
|
"此内容视图版本没有历史记录。"
|
7675
7657
|
],
|
7658
|
+
"This content view version is used in one or more multi-environment hosts. The version will simply be removed from the multi-environment hosts. The content view and lifecycle environment you select here will only apply to single-environment hosts. See hammer activation-key --help for more details.": [
|
7659
|
+
""
|
7660
|
+
],
|
7676
7661
|
"This content view will be automatically updated to the latest version.": [
|
7677
7662
|
"此内容视图将自动更新至最新版本。"
|
7678
7663
|
],
|
@@ -7685,6 +7670,9 @@
|
|
7685
7670
|
"This endpoint is primarily designed for UI interactions and uploading content into the repository. For API-based uploads, please use the 'content_uploads' endpoint instead.": [
|
7686
7671
|
""
|
7687
7672
|
],
|
7673
|
+
"This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
|
7674
|
+
""
|
7675
|
+
],
|
7688
7676
|
"This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
|
7689
7677
|
"此勘误不可安装,因为它不在此主机的内容视图和生命周期环境中。"
|
7690
7678
|
],
|
@@ -7811,7 +7799,7 @@
|
|
7811
7799
|
"To manage packages, select an action.": [
|
7812
7800
|
""
|
7813
7801
|
],
|
7814
|
-
"
|
7802
|
+
"Token/password for the flatpak remote": [
|
7815
7803
|
""
|
7816
7804
|
],
|
7817
7805
|
"Total steps: ": [
|
@@ -8075,6 +8063,9 @@
|
|
8075
8063
|
"Update a filter rule. The parameters included should be based upon the filter type.": [
|
8076
8064
|
"更新过滤器规则。包含的参数应基于过滤器类型。"
|
8077
8065
|
],
|
8066
|
+
"Update a flatpak remote": [
|
8067
|
+
""
|
8068
|
+
],
|
8078
8069
|
"Update a host collection": [
|
8079
8070
|
"更新主機集項目"
|
8080
8071
|
],
|
@@ -8099,27 +8090,15 @@
|
|
8099
8090
|
"Update content counts for the smart proxy": [
|
8100
8091
|
""
|
8101
8092
|
],
|
8102
|
-
"Update content urls": [
|
8103
|
-
"更新内容 url"
|
8104
|
-
],
|
8105
8093
|
"Update content view environments for host": [
|
8106
8094
|
""
|
8107
8095
|
],
|
8108
8096
|
"Update content view environments for host %s": [
|
8109
8097
|
""
|
8110
8098
|
],
|
8111
|
-
"Update distributions": [
|
8112
|
-
""
|
8113
|
-
],
|
8114
8099
|
"Update hosts manually": [
|
8115
8100
|
""
|
8116
8101
|
],
|
8117
|
-
"Update http proxy": [
|
8118
|
-
"更新 HTTP 代理"
|
8119
|
-
],
|
8120
|
-
"Update http proxy details": [
|
8121
|
-
"更新 http 代理详情"
|
8122
|
-
],
|
8123
8102
|
"Update installed packages, enabled repos, module inventory": [
|
8124
8103
|
"更新安装的软件包,已启用的仓库,模块清单"
|
8125
8104
|
],
|
@@ -8135,21 +8114,12 @@
|
|
8135
8114
|
"Update packages via Katello interface": [
|
8136
8115
|
"通过 Katello 接口更新软件包"
|
8137
8116
|
],
|
8138
|
-
"Update redhat repository": [
|
8139
|
-
"更新 redhat 仓库"
|
8140
|
-
],
|
8141
8117
|
"Update release version for host": [
|
8142
8118
|
"为主机更新发行版本"
|
8143
8119
|
],
|
8144
8120
|
"Update release version for host %s": [
|
8145
8121
|
"为主机 %s 更新发行版本"
|
8146
8122
|
],
|
8147
|
-
"Update remote": [
|
8148
|
-
""
|
8149
|
-
],
|
8150
|
-
"Update repository": [
|
8151
|
-
""
|
8152
|
-
],
|
8153
8123
|
"Update services requiring restart": [
|
8154
8124
|
"更新服务需要重启"
|
8155
8125
|
],
|
@@ -8240,12 +8210,6 @@
|
|
8240
8210
|
"Upload a subscription manifest": [
|
8241
8211
|
"上载订阅清单"
|
8242
8212
|
],
|
8243
|
-
"Upload content": [
|
8244
|
-
""
|
8245
|
-
],
|
8246
|
-
"Upload file": [
|
8247
|
-
""
|
8248
|
-
],
|
8249
8213
|
"Upload into": [
|
8250
8214
|
"上传到"
|
8251
8215
|
],
|
@@ -8255,9 +8219,6 @@
|
|
8255
8219
|
"Upload request id": [
|
8256
8220
|
"上传请求 ID"
|
8257
8221
|
],
|
8258
|
-
"Upload tag": [
|
8259
|
-
""
|
8260
|
-
],
|
8261
8222
|
"Upstream Candlepin": [
|
8262
8223
|
"上游 Candlepin"
|
8263
8224
|
],
|
@@ -8345,6 +8306,9 @@
|
|
8345
8306
|
"Username for authentication. Relevant only for 'upstream_server' type.": [
|
8346
8307
|
"用于身份验证的用户名。只适用于 'upstream_server' 类型。"
|
8347
8308
|
],
|
8309
|
+
"Username for the flatpak remote": [
|
8310
|
+
""
|
8311
|
+
],
|
8348
8312
|
"Username of the upstream repository user used for authentication": [
|
8349
8313
|
"用于认证的上游仓库用户的用户名"
|
8350
8314
|
],
|
@@ -8369,9 +8333,6 @@
|
|
8369
8333
|
"Verify SSL": [
|
8370
8334
|
"验证 SSL"
|
8371
8335
|
],
|
8372
|
-
"Verify checksum": [
|
8373
|
-
"验证校验和"
|
8374
|
-
],
|
8375
8336
|
"Verify checksum for content on smart proxy": [
|
8376
8337
|
""
|
8377
8338
|
],
|
@@ -8678,6 +8639,9 @@
|
|
8678
8639
|
"actions not found": [
|
8679
8640
|
"未找到操作"
|
8680
8641
|
],
|
8642
|
+
"activation key": [
|
8643
|
+
""
|
8644
|
+
],
|
8681
8645
|
"activation key identifier": [
|
8682
8646
|
"激活码标识符"
|
8683
8647
|
],
|
@@ -8789,8 +8753,8 @@
|
|
8789
8753
|
"cannot be set because unlimited hosts is set": [
|
8790
8754
|
"无法设置,因为设置了无限的主机"
|
8791
8755
|
],
|
8792
|
-
"cannot be set for
|
8793
|
-
"
|
8756
|
+
"cannot be set for repositories without 'Additive' mirroring policy.": [
|
8757
|
+
""
|
8794
8758
|
],
|
8795
8759
|
"cannot contain characters other than ascii alpha numerals, '_', '-'. ": [
|
8796
8760
|
"不可包含除了 ascii 字母數字、'_'、'-' 以外的字元。"
|
@@ -8831,6 +8795,9 @@
|
|
8831
8795
|
"content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')": [
|
8832
8796
|
"content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8833
8797
|
],
|
8798
|
+
"content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')": [
|
8799
|
+
""
|
8800
|
+
],
|
8834
8801
|
"content view component ID. Identifier of the component association": [
|
8835
8802
|
"内容视图组件 ID。组件关联的标识符"
|
8836
8803
|
],
|
@@ -8915,8 +8882,8 @@
|
|
8915
8882
|
"disk": [
|
8916
8883
|
"磁盘"
|
8917
8884
|
],
|
8918
|
-
"download policy for
|
8919
|
-
"
|
8885
|
+
"download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')": [
|
8886
|
+
""
|
8920
8887
|
],
|
8921
8888
|
"enables or disables synchronization": [
|
8922
8889
|
"启用或禁用同步"
|
@@ -8954,6 +8921,9 @@
|
|
8954
8921
|
"erratum: IDs or a select all object": [
|
8955
8922
|
"勘誤:ID 或全選物件"
|
8956
8923
|
],
|
8924
|
+
"erratum: allow types not matching a valid errata type": [
|
8925
|
+
""
|
8926
|
+
],
|
8957
8927
|
"erratum: end date (YYYY-MM-DD)": [
|
8958
8928
|
"勘誤:截止日期(YYYY-MM-DD)"
|
8959
8929
|
],
|
@@ -9014,6 +8984,9 @@
|
|
9014
8984
|
"here": [
|
9015
8985
|
""
|
9016
8986
|
],
|
8987
|
+
"host": [
|
8988
|
+
""
|
8989
|
+
],
|
9017
8990
|
"host collection name to filter by": [
|
9018
8991
|
"要过滤的主机集合名称"
|
9019
8992
|
],
|
@@ -9134,6 +9107,18 @@
|
|
9134
9107
|
"module streams not found": [
|
9135
9108
|
"找不到模块流"
|
9136
9109
|
],
|
9110
|
+
"multi-environment activation key": [
|
9111
|
+
""
|
9112
|
+
],
|
9113
|
+
"multi-environment activation keys": [
|
9114
|
+
""
|
9115
|
+
],
|
9116
|
+
"multi-environment host": [
|
9117
|
+
""
|
9118
|
+
],
|
9119
|
+
"multi-environment hosts": [
|
9120
|
+
""
|
9121
|
+
],
|
9137
9122
|
"must be %{gpg_key} or %{cert}": [
|
9138
9123
|
"必须是 %{gpg_key} 或 %{cert}"
|
9139
9124
|
],
|