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
data/locale/zh/katello.po
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
#
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: katello
|
8
|
+
"Project-Id-Version: katello 4.16.0.pre.master\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
10
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
11
11
|
"Language-Team: Chinese (https://app.transifex.com/foreman/teams/114/zh/)\n"
|
@@ -466,9 +466,6 @@ msgstr ""
|
|
466
466
|
msgid "About page"
|
467
467
|
msgstr ""
|
468
468
|
|
469
|
-
msgid "Abstract async task"
|
470
|
-
msgstr ""
|
471
|
-
|
472
469
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
473
470
|
msgstr ""
|
474
471
|
|
@@ -604,9 +601,6 @@ msgstr ""
|
|
604
601
|
msgid "Add one or more host collections to one or more hosts"
|
605
602
|
msgstr ""
|
606
603
|
|
607
|
-
msgid "Add ons"
|
608
|
-
msgstr ""
|
609
|
-
|
610
604
|
msgid "Add products to sync plan"
|
611
605
|
msgstr ""
|
612
606
|
|
@@ -637,9 +631,6 @@ msgstr ""
|
|
637
631
|
msgid "Add to a host collection"
|
638
632
|
msgstr ""
|
639
633
|
|
640
|
-
msgid "Add-ons"
|
641
|
-
msgstr ""
|
642
|
-
|
643
634
|
msgid "Added"
|
644
635
|
msgstr ""
|
645
636
|
|
@@ -700,15 +691,15 @@ msgstr ""
|
|
700
691
|
msgid "All versions will be removed from these environments"
|
701
692
|
msgstr ""
|
702
693
|
|
703
|
-
msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
|
704
|
-
msgstr ""
|
705
|
-
|
706
694
|
msgid "Allow deleting repositories in published content views"
|
707
695
|
msgstr ""
|
708
696
|
|
709
697
|
msgid "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
|
710
698
|
msgstr ""
|
711
699
|
|
700
|
+
msgid "Allow hosts or activation keys to be associated with multiple content view environments"
|
701
|
+
msgstr ""
|
702
|
+
|
712
703
|
msgid "Allow hosts to re-register themselves only when they are in build mode"
|
713
704
|
msgstr ""
|
714
705
|
|
@@ -931,10 +922,10 @@ msgstr ""
|
|
931
922
|
msgid "Assign the release version to one or more hosts"
|
932
923
|
msgstr ""
|
933
924
|
|
934
|
-
msgid "Assigning a host to multiple content view environments is not enabled."
|
925
|
+
msgid "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
|
935
926
|
msgstr ""
|
936
927
|
|
937
|
-
msgid "Assigning an activation key to multiple content view environments is not enabled."
|
928
|
+
msgid "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
|
938
929
|
msgstr ""
|
939
930
|
|
940
931
|
msgid "Associated location IDs"
|
@@ -955,13 +946,13 @@ msgstr ""
|
|
955
946
|
msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
|
956
947
|
msgstr ""
|
957
948
|
|
958
|
-
msgid "At least one
|
949
|
+
msgid "At least one errata type option needs to be selected."
|
959
950
|
msgstr ""
|
960
951
|
|
961
|
-
msgid "At least one
|
952
|
+
msgid "At least one of the selected items requires the host to reboot"
|
962
953
|
msgstr ""
|
963
954
|
|
964
|
-
msgid "
|
955
|
+
msgid "At least one organization must exist."
|
965
956
|
msgstr ""
|
966
957
|
|
967
958
|
msgid "Attach a subscription"
|
@@ -988,9 +979,6 @@ msgstr ""
|
|
988
979
|
msgid "Auto Publish - Triggered by '%s'"
|
989
980
|
msgstr ""
|
990
981
|
|
991
|
-
msgid "Auto attach subscriptions"
|
992
|
-
msgstr ""
|
993
|
-
|
994
982
|
msgid "Auto publish"
|
995
983
|
msgstr ""
|
996
984
|
|
@@ -1006,6 +994,12 @@ msgstr ""
|
|
1006
994
|
msgid "Available Repositories"
|
1007
995
|
msgstr ""
|
1008
996
|
|
997
|
+
msgid "Available image"
|
998
|
+
msgstr ""
|
999
|
+
|
1000
|
+
msgid "Available image digest"
|
1001
|
+
msgstr ""
|
1002
|
+
|
1009
1003
|
msgid "Available schema versions"
|
1010
1004
|
msgstr ""
|
1011
1005
|
|
@@ -1021,6 +1015,9 @@ msgstr ""
|
|
1021
1015
|
msgid "Base URL for finding alternate content"
|
1022
1016
|
msgstr ""
|
1023
1017
|
|
1018
|
+
msgid "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/."
|
1019
|
+
msgstr ""
|
1020
|
+
|
1024
1021
|
msgid "Base URL to perform repo discovery on"
|
1025
1022
|
msgstr ""
|
1026
1023
|
|
@@ -1066,6 +1063,24 @@ msgstr ""
|
|
1066
1063
|
msgid "Bookmarks marked as public are available to all users"
|
1067
1064
|
msgstr ""
|
1068
1065
|
|
1066
|
+
msgid "Bootc rollback via Bootc interface"
|
1067
|
+
msgstr ""
|
1068
|
+
|
1069
|
+
msgid "Bootc status via Bootc interface"
|
1070
|
+
msgstr ""
|
1071
|
+
|
1072
|
+
msgid "Bootc switch via Bootc interface"
|
1073
|
+
msgstr ""
|
1074
|
+
|
1075
|
+
msgid "Bootc upgrade via Bootc interface"
|
1076
|
+
msgstr ""
|
1077
|
+
|
1078
|
+
msgid "Booted Container Images"
|
1079
|
+
msgstr ""
|
1080
|
+
|
1081
|
+
msgid "Booted container images"
|
1082
|
+
msgstr ""
|
1083
|
+
|
1069
1084
|
msgid "Both"
|
1070
1085
|
msgstr ""
|
1071
1086
|
|
@@ -1345,6 +1360,9 @@ msgstr ""
|
|
1345
1360
|
msgid "Cannot upload Container Image content."
|
1346
1361
|
msgstr ""
|
1347
1362
|
|
1363
|
+
msgid "Cannot upload container content via Hammer/API. Use podman push instead."
|
1364
|
+
msgstr ""
|
1365
|
+
|
1348
1366
|
msgid "Capacity"
|
1349
1367
|
msgstr ""
|
1350
1368
|
|
@@ -1420,13 +1438,13 @@ msgstr ""
|
|
1420
1438
|
msgid "Collapse All"
|
1421
1439
|
msgstr ""
|
1422
1440
|
|
1423
|
-
msgid "Comma-separated list of
|
1441
|
+
msgid "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."
|
1424
1442
|
msgstr ""
|
1425
1443
|
|
1426
|
-
msgid "Comma-separated list of
|
1444
|
+
msgid "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."
|
1427
1445
|
msgstr ""
|
1428
1446
|
|
1429
|
-
msgid "Comma-separated list of
|
1447
|
+
msgid "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."
|
1430
1448
|
msgstr ""
|
1431
1449
|
|
1432
1450
|
msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
|
@@ -1438,9 +1456,6 @@ msgstr ""
|
|
1438
1456
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1439
1457
|
msgstr ""
|
1440
1458
|
|
1441
|
-
msgid "Commit upload"
|
1442
|
-
msgstr ""
|
1443
|
-
|
1444
1459
|
msgid "Compare"
|
1445
1460
|
msgstr ""
|
1446
1461
|
|
@@ -1651,6 +1666,9 @@ msgstr ""
|
|
1651
1666
|
msgid "Content imported by %{user} into content view '%{name}'"
|
1652
1667
|
msgstr ""
|
1653
1668
|
|
1669
|
+
msgid "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer."
|
1670
|
+
msgstr ""
|
1671
|
+
|
1654
1672
|
msgid "Content not uploaded to pulp"
|
1655
1673
|
msgstr ""
|
1656
1674
|
|
@@ -1711,6 +1729,9 @@ msgstr ""
|
|
1711
1729
|
msgid "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."
|
1712
1730
|
msgstr ""
|
1713
1731
|
|
1732
|
+
msgid "Content view environment"
|
1733
|
+
msgstr ""
|
1734
|
+
|
1714
1735
|
msgid "Content view environments"
|
1715
1736
|
msgstr ""
|
1716
1737
|
|
@@ -1759,6 +1780,9 @@ msgstr ""
|
|
1759
1780
|
msgid "Content view version is empty"
|
1760
1781
|
msgstr ""
|
1761
1782
|
|
1783
|
+
msgid "Content view version is empty or content counts are not up to date"
|
1784
|
+
msgstr ""
|
1785
|
+
|
1762
1786
|
msgid "Content views"
|
1763
1787
|
msgstr ""
|
1764
1788
|
|
@@ -1786,27 +1810,15 @@ msgstr ""
|
|
1786
1810
|
msgid "Copy"
|
1787
1811
|
msgstr ""
|
1788
1812
|
|
1789
|
-
msgid "Copy all units"
|
1790
|
-
msgstr ""
|
1791
|
-
|
1792
1813
|
msgid "Copy an activation key"
|
1793
1814
|
msgstr ""
|
1794
1815
|
|
1795
|
-
msgid "Copy content"
|
1796
|
-
msgstr ""
|
1797
|
-
|
1798
1816
|
msgid "Copy content view"
|
1799
1817
|
msgstr ""
|
1800
1818
|
|
1801
1819
|
msgid "Copy to clipboard"
|
1802
1820
|
msgstr ""
|
1803
1821
|
|
1804
|
-
msgid "Copy version"
|
1805
|
-
msgstr ""
|
1806
|
-
|
1807
|
-
msgid "Copy version units to library"
|
1808
|
-
msgstr ""
|
1809
|
-
|
1810
1822
|
msgid "Cores per socket"
|
1811
1823
|
msgstr ""
|
1812
1824
|
|
@@ -1981,6 +1993,9 @@ msgstr ""
|
|
1981
1993
|
msgid "Create a filter rule. The parameters included should be based upon the filter type."
|
1982
1994
|
msgstr ""
|
1983
1995
|
|
1996
|
+
msgid "Create a flatpak remote"
|
1997
|
+
msgstr ""
|
1998
|
+
|
1984
1999
|
msgid "Create a host collection"
|
1985
2000
|
msgstr ""
|
1986
2001
|
|
@@ -2011,21 +2026,12 @@ msgstr ""
|
|
2011
2026
|
msgid "Create content view"
|
2012
2027
|
msgstr ""
|
2013
2028
|
|
2014
|
-
msgid "Create exporter"
|
2015
|
-
msgstr ""
|
2016
|
-
|
2017
2029
|
msgid "Create filter"
|
2018
2030
|
msgstr ""
|
2019
2031
|
|
2020
2032
|
msgid "Create host collection"
|
2021
2033
|
msgstr ""
|
2022
2034
|
|
2023
|
-
msgid "Create import"
|
2024
|
-
msgstr ""
|
2025
|
-
|
2026
|
-
msgid "Create importer"
|
2027
|
-
msgstr ""
|
2028
|
-
|
2029
2035
|
msgid "Create new activation key"
|
2030
2036
|
msgstr ""
|
2031
2037
|
|
@@ -2035,12 +2041,6 @@ msgstr ""
|
|
2035
2041
|
msgid "Create package filter rule"
|
2036
2042
|
msgstr ""
|
2037
2043
|
|
2038
|
-
msgid "Create publication"
|
2039
|
-
msgstr ""
|
2040
|
-
|
2041
|
-
msgid "Create remote"
|
2042
|
-
msgstr ""
|
2043
|
-
|
2044
2044
|
msgid "Create rule"
|
2045
2045
|
msgstr ""
|
2046
2046
|
|
@@ -2266,6 +2266,9 @@ msgstr ""
|
|
2266
2266
|
msgid "Delete a filter rule"
|
2267
2267
|
msgstr ""
|
2268
2268
|
|
2269
|
+
msgid "Delete a flatpak remote"
|
2270
|
+
msgstr ""
|
2271
|
+
|
2269
2272
|
msgid "Delete activation key?"
|
2270
2273
|
msgstr ""
|
2271
2274
|
|
@@ -2287,36 +2290,12 @@ msgstr ""
|
|
2287
2290
|
msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
|
2288
2291
|
msgstr ""
|
2289
2292
|
|
2290
|
-
msgid "Delete distributions"
|
2291
|
-
msgstr ""
|
2292
|
-
|
2293
2293
|
msgid "Delete manifest from Red Hat provider"
|
2294
2294
|
msgstr ""
|
2295
2295
|
|
2296
2296
|
msgid "Delete multiple filters from a content view"
|
2297
2297
|
msgstr ""
|
2298
2298
|
|
2299
|
-
msgid "Delete orphan alternate content sources"
|
2300
|
-
msgstr ""
|
2301
|
-
|
2302
|
-
msgid "Delete orphan distributions"
|
2303
|
-
msgstr ""
|
2304
|
-
|
2305
|
-
msgid "Delete orphan remotes"
|
2306
|
-
msgstr ""
|
2307
|
-
|
2308
|
-
msgid "Delete orphan repository versions"
|
2309
|
-
msgstr ""
|
2310
|
-
|
2311
|
-
msgid "Delete orphaned migrated repositories"
|
2312
|
-
msgstr ""
|
2313
|
-
|
2314
|
-
msgid "Delete remote"
|
2315
|
-
msgstr ""
|
2316
|
-
|
2317
|
-
msgid "Delete repository references"
|
2318
|
-
msgstr ""
|
2319
|
-
|
2320
2299
|
msgid "Delete version"
|
2321
2300
|
msgstr ""
|
2322
2301
|
|
@@ -2362,6 +2341,9 @@ msgstr ""
|
|
2362
2341
|
msgid "Description for the new published content view version"
|
2363
2342
|
msgstr ""
|
2364
2343
|
|
2344
|
+
msgid "Description of the flatpak remote"
|
2345
|
+
msgstr ""
|
2346
|
+
|
2365
2347
|
msgid "Description of the repository"
|
2366
2348
|
msgstr ""
|
2367
2349
|
|
@@ -2413,12 +2395,6 @@ msgstr ""
|
|
2413
2395
|
msgid "Destroy an environment in an organization"
|
2414
2396
|
msgstr ""
|
2415
2397
|
|
2416
|
-
msgid "Destroy exporter"
|
2417
|
-
msgstr ""
|
2418
|
-
|
2419
|
-
msgid "Destroy importer"
|
2420
|
-
msgstr ""
|
2421
|
-
|
2422
2398
|
msgid "Destroy one or more alternate content sources"
|
2423
2399
|
msgstr ""
|
2424
2400
|
|
@@ -2467,9 +2443,6 @@ msgstr ""
|
|
2467
2443
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
2468
2444
|
msgstr ""
|
2469
2445
|
|
2470
|
-
msgid "Discover"
|
2471
|
-
msgstr ""
|
2472
|
-
|
2473
2446
|
msgid "Discover Repositories"
|
2474
2447
|
msgstr ""
|
2475
2448
|
|
@@ -2665,9 +2638,6 @@ msgstr ""
|
|
2665
2638
|
msgid "Environment cannot be in its own promotion path"
|
2666
2639
|
msgstr ""
|
2667
2640
|
|
2668
|
-
msgid "Environment contents refresh"
|
2669
|
-
msgstr ""
|
2670
|
-
|
2671
2641
|
msgid "Environment identifier"
|
2672
2642
|
msgstr ""
|
2673
2643
|
|
@@ -2707,9 +2677,6 @@ msgstr ""
|
|
2707
2677
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
2708
2678
|
msgstr ""
|
2709
2679
|
|
2710
|
-
msgid "Errata mail"
|
2711
|
-
msgstr ""
|
2712
|
-
|
2713
2680
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2714
2681
|
msgstr ""
|
2715
2682
|
|
@@ -2869,9 +2836,6 @@ msgstr ""
|
|
2869
2836
|
msgid "Fetch installable errata for one or more hosts."
|
2870
2837
|
msgstr ""
|
2871
2838
|
|
2872
|
-
msgid "Fetch pxe files"
|
2873
|
-
msgstr ""
|
2874
|
-
|
2875
2839
|
msgid "Fetch traces for one or more hosts"
|
2876
2840
|
msgstr ""
|
2877
2841
|
|
@@ -2965,9 +2929,6 @@ msgstr ""
|
|
2965
2929
|
msgid "Filter versions that are components in the specified composite version"
|
2966
2930
|
msgstr ""
|
2967
2931
|
|
2968
|
-
msgid "Filtered index content"
|
2969
|
-
msgstr ""
|
2970
|
-
|
2971
2932
|
msgid "Filters"
|
2972
2933
|
msgstr ""
|
2973
2934
|
|
@@ -2989,6 +2950,15 @@ msgstr ""
|
|
2989
2950
|
msgid "Finished"
|
2990
2951
|
msgstr ""
|
2991
2952
|
|
2953
|
+
msgid "Flatpak Remotes"
|
2954
|
+
msgstr ""
|
2955
|
+
|
2956
|
+
msgid "Flatpak remote numeric identifier"
|
2957
|
+
msgstr ""
|
2958
|
+
|
2959
|
+
msgid "Flatpak remote repository numeric identifier"
|
2960
|
+
msgstr ""
|
2961
|
+
|
2992
2962
|
msgid "Force"
|
2993
2963
|
msgstr ""
|
2994
2964
|
|
@@ -3051,9 +3021,6 @@ msgstr ""
|
|
3051
3021
|
msgid "Generate host applicability"
|
3052
3022
|
msgstr ""
|
3053
3023
|
|
3054
|
-
msgid "Generate metadata"
|
3055
|
-
msgstr ""
|
3056
|
-
|
3057
3024
|
msgid "Generate repository applicability"
|
3058
3025
|
msgstr ""
|
3059
3026
|
|
@@ -3291,12 +3258,6 @@ msgstr ""
|
|
3291
3258
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3292
3259
|
msgstr ""
|
3293
3260
|
|
3294
|
-
msgid "Hypervisors"
|
3295
|
-
msgstr ""
|
3296
|
-
|
3297
|
-
msgid "Hypervisors update"
|
3298
|
-
msgstr ""
|
3299
|
-
|
3300
3261
|
msgid "ID of a HTTP Proxy"
|
3301
3262
|
msgstr ""
|
3302
3263
|
|
@@ -3318,6 +3279,9 @@ msgstr ""
|
|
3318
3279
|
msgid "ID of an organization to show repositories in"
|
3319
3280
|
msgstr ""
|
3320
3281
|
|
3282
|
+
msgid "ID of flatpak remote to show repositories of"
|
3283
|
+
msgstr ""
|
3284
|
+
|
3321
3285
|
msgid "ID of the Organization"
|
3322
3286
|
msgstr ""
|
3323
3287
|
|
@@ -3378,12 +3342,18 @@ msgstr ""
|
|
3378
3342
|
msgid "Id of the content host"
|
3379
3343
|
msgstr ""
|
3380
3344
|
|
3345
|
+
msgid "Id of the content view to limit the content counting on"
|
3346
|
+
msgstr ""
|
3347
|
+
|
3381
3348
|
msgid "Id of the content view to limit the synchronization on"
|
3382
3349
|
msgstr ""
|
3383
3350
|
|
3384
3351
|
msgid "Id of the content view to limit verifying checksum on"
|
3385
3352
|
msgstr ""
|
3386
3353
|
|
3354
|
+
msgid "Id of the environment to limit the content counting on"
|
3355
|
+
msgstr ""
|
3356
|
+
|
3387
3357
|
msgid "Id of the environment to limit the synchronization on"
|
3388
3358
|
msgstr ""
|
3389
3359
|
|
@@ -3405,6 +3375,9 @@ msgstr ""
|
|
3405
3375
|
msgid "Id of the organization to limit environments on"
|
3406
3376
|
msgstr ""
|
3407
3377
|
|
3378
|
+
msgid "Id of the repository to limit the content counting on"
|
3379
|
+
msgstr ""
|
3380
|
+
|
3408
3381
|
msgid "Id of the repository to limit the synchronization on"
|
3409
3382
|
msgstr ""
|
3410
3383
|
|
@@ -3542,6 +3515,27 @@ msgstr ""
|
|
3542
3515
|
msgid "Image"
|
3543
3516
|
msgstr ""
|
3544
3517
|
|
3518
|
+
msgid "Image digest"
|
3519
|
+
msgstr ""
|
3520
|
+
|
3521
|
+
msgid "Image digests"
|
3522
|
+
msgstr ""
|
3523
|
+
|
3524
|
+
msgid "Image mode"
|
3525
|
+
msgstr ""
|
3526
|
+
|
3527
|
+
msgid "Image mode / package mode"
|
3528
|
+
msgstr ""
|
3529
|
+
|
3530
|
+
msgid "Image mode details"
|
3531
|
+
msgstr ""
|
3532
|
+
|
3533
|
+
msgid "Image name"
|
3534
|
+
msgstr ""
|
3535
|
+
|
3536
|
+
msgid "Image-mode host"
|
3537
|
+
msgstr ""
|
3538
|
+
|
3545
3539
|
msgid "Immediate"
|
3546
3540
|
msgstr ""
|
3547
3541
|
|
@@ -3584,9 +3578,6 @@ msgstr ""
|
|
3584
3578
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3585
3579
|
msgstr ""
|
3586
3580
|
|
3587
|
-
msgid "Import migration"
|
3588
|
-
msgstr ""
|
3589
|
-
|
3590
3581
|
msgid "Import new manifest"
|
3591
3582
|
msgstr ""
|
3592
3583
|
|
@@ -3596,12 +3587,6 @@ msgstr ""
|
|
3596
3587
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3597
3588
|
msgstr ""
|
3598
3589
|
|
3599
|
-
msgid "Import repository upload"
|
3600
|
-
msgstr ""
|
3601
|
-
|
3602
|
-
msgid "Import upload"
|
3603
|
-
msgstr ""
|
3604
|
-
|
3605
3590
|
msgid "Import uploads into a repository"
|
3606
3591
|
msgstr ""
|
3607
3592
|
|
@@ -3644,6 +3629,9 @@ msgstr ""
|
|
3644
3629
|
msgid "Include filter"
|
3645
3630
|
msgstr ""
|
3646
3631
|
|
3632
|
+
msgid "Include manifests"
|
3633
|
+
msgstr ""
|
3634
|
+
|
3647
3635
|
msgid "Included"
|
3648
3636
|
msgstr ""
|
3649
3637
|
|
@@ -3665,9 +3653,6 @@ msgstr ""
|
|
3665
3653
|
msgid "Incremental Update incomplete."
|
3666
3654
|
msgstr ""
|
3667
3655
|
|
3668
|
-
msgid "Incremental Update of Content View Version(s) "
|
3669
|
-
msgstr ""
|
3670
|
-
|
3671
3656
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
3672
3657
|
msgstr ""
|
3673
3658
|
|
@@ -3680,27 +3665,12 @@ msgstr ""
|
|
3680
3665
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
3681
3666
|
msgstr ""
|
3682
3667
|
|
3683
|
-
msgid "Index content"
|
3684
|
-
msgstr ""
|
3685
|
-
|
3686
|
-
msgid "Index errata"
|
3687
|
-
msgstr ""
|
3688
|
-
|
3689
|
-
msgid "Index module streams"
|
3690
|
-
msgstr ""
|
3691
|
-
|
3692
|
-
msgid "Index package groups"
|
3693
|
-
msgstr ""
|
3694
|
-
|
3695
3668
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3696
3669
|
msgstr ""
|
3697
3670
|
|
3698
3671
|
msgid "Inherit from Repository"
|
3699
3672
|
msgstr ""
|
3700
3673
|
|
3701
|
-
msgid "Initialize"
|
3702
|
-
msgstr ""
|
3703
|
-
|
3704
3674
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3705
3675
|
msgstr ""
|
3706
3676
|
|
@@ -3776,9 +3746,6 @@ msgstr ""
|
|
3776
3746
|
msgid "Installing Package..."
|
3777
3747
|
msgstr ""
|
3778
3748
|
|
3779
|
-
msgid "Instance update"
|
3780
|
-
msgstr ""
|
3781
|
-
|
3782
3749
|
msgid "Instance-based"
|
3783
3750
|
msgstr ""
|
3784
3751
|
|
@@ -3809,7 +3776,7 @@ msgstr ""
|
|
3809
3776
|
msgid "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'"
|
3810
3777
|
msgstr ""
|
3811
3778
|
|
3812
|
-
msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or '
|
3779
|
+
msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date', 'types', or 'allow_other_types'"
|
3813
3780
|
msgstr ""
|
3814
3781
|
|
3815
3782
|
msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
|
@@ -3893,9 +3860,27 @@ msgstr ""
|
|
3893
3860
|
msgid "Job '${description}' has started."
|
3894
3861
|
msgstr ""
|
3895
3862
|
|
3863
|
+
msgid "Katello Bootc interface"
|
3864
|
+
msgstr ""
|
3865
|
+
|
3896
3866
|
msgid "Katello ID of local pool to update"
|
3897
3867
|
msgstr ""
|
3898
3868
|
|
3869
|
+
msgid "Katello: Bootc Action"
|
3870
|
+
msgstr ""
|
3871
|
+
|
3872
|
+
msgid "Katello: Bootc Rollback"
|
3873
|
+
msgstr ""
|
3874
|
+
|
3875
|
+
msgid "Katello: Bootc Status"
|
3876
|
+
msgstr ""
|
3877
|
+
|
3878
|
+
msgid "Katello: Bootc Switch"
|
3879
|
+
msgstr ""
|
3880
|
+
|
3881
|
+
msgid "Katello: Bootc Upgrade"
|
3882
|
+
msgstr ""
|
3883
|
+
|
3899
3884
|
msgid "Katello: Configure host for new content source"
|
3900
3885
|
msgstr ""
|
3901
3886
|
|
@@ -3944,6 +3929,9 @@ msgstr ""
|
|
3944
3929
|
msgid "Katello: Upload Profile"
|
3945
3930
|
msgstr ""
|
3946
3931
|
|
3932
|
+
msgid "Keep latest packages"
|
3933
|
+
msgstr ""
|
3934
|
+
|
3947
3935
|
msgid "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)"
|
3948
3936
|
msgstr ""
|
3949
3937
|
|
@@ -3968,6 +3956,9 @@ msgstr ""
|
|
3968
3956
|
msgid "Label of the content view"
|
3969
3957
|
msgstr ""
|
3970
3958
|
|
3959
|
+
msgid "Label of the flatpak remote"
|
3960
|
+
msgstr ""
|
3961
|
+
|
3971
3962
|
msgid "Last check-in:"
|
3972
3963
|
msgstr ""
|
3973
3964
|
|
@@ -4133,6 +4124,9 @@ msgstr ""
|
|
4133
4124
|
msgid "List available subscriptions from Red Hat Subscription Management"
|
4134
4125
|
msgstr ""
|
4135
4126
|
|
4127
|
+
msgid "List booted bootc container images for hosts"
|
4128
|
+
msgstr ""
|
4129
|
+
|
4136
4130
|
msgid "List components attached to this content view"
|
4137
4131
|
msgstr ""
|
4138
4132
|
|
@@ -4172,6 +4166,15 @@ msgstr ""
|
|
4172
4166
|
msgid "List filter rules"
|
4173
4167
|
msgstr ""
|
4174
4168
|
|
4169
|
+
msgid "List flatpak remote repositories"
|
4170
|
+
msgstr ""
|
4171
|
+
|
4172
|
+
msgid "List flatpak remote's repositories"
|
4173
|
+
msgstr ""
|
4174
|
+
|
4175
|
+
msgid "List flatpak remotes"
|
4176
|
+
msgstr ""
|
4177
|
+
|
4175
4178
|
msgid "List host collections"
|
4176
4179
|
msgstr ""
|
4177
4180
|
|
@@ -4337,6 +4340,9 @@ msgstr ""
|
|
4337
4340
|
msgid "List the lifecycle environments not attached to the smart proxy"
|
4338
4341
|
msgstr ""
|
4339
4342
|
|
4343
|
+
msgid "Load balancer"
|
4344
|
+
msgstr ""
|
4345
|
+
|
4340
4346
|
msgid "Loading"
|
4341
4347
|
msgstr ""
|
4342
4348
|
|
@@ -4466,9 +4472,6 @@ msgstr ""
|
|
4466
4472
|
msgid "Messaging connection"
|
4467
4473
|
msgstr ""
|
4468
4474
|
|
4469
|
-
msgid "Metadata generate"
|
4470
|
-
msgstr ""
|
4471
|
-
|
4472
4475
|
msgid ""
|
4473
4476
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
4474
4477
|
"Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
|
@@ -4480,6 +4483,12 @@ msgstr ""
|
|
4480
4483
|
msgid "Minimum version"
|
4481
4484
|
msgstr ""
|
4482
4485
|
|
4486
|
+
msgid "Mirror Remote Repository"
|
4487
|
+
msgstr ""
|
4488
|
+
|
4489
|
+
msgid "Mirror a flatpak remote repository"
|
4490
|
+
msgstr ""
|
4491
|
+
|
4483
4492
|
msgid "Missing activation key!"
|
4484
4493
|
msgstr ""
|
4485
4494
|
|
@@ -4492,6 +4501,9 @@ msgstr ""
|
|
4492
4501
|
msgid "Moderate"
|
4493
4502
|
msgstr ""
|
4494
4503
|
|
4504
|
+
msgid "Modify via remote execution"
|
4505
|
+
msgstr ""
|
4506
|
+
|
4495
4507
|
msgid "Modular"
|
4496
4508
|
msgstr ""
|
4497
4509
|
|
@@ -4513,13 +4525,7 @@ msgstr ""
|
|
4513
4525
|
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
4514
4526
|
msgstr ""
|
4515
4527
|
|
4516
|
-
msgid "Multi
|
4517
|
-
msgstr ""
|
4518
|
-
|
4519
|
-
msgid "Multi copy content"
|
4520
|
-
msgstr ""
|
4521
|
-
|
4522
|
-
msgid "Multi copy units"
|
4528
|
+
msgid "Multi Content View Environment"
|
4523
4529
|
msgstr ""
|
4524
4530
|
|
4525
4531
|
msgid "Multi-entitlement"
|
@@ -4579,6 +4585,12 @@ msgstr ""
|
|
4579
4585
|
msgid "Name of the content view"
|
4580
4586
|
msgstr ""
|
4581
4587
|
|
4588
|
+
msgid "Name of the flatpak remote"
|
4589
|
+
msgstr ""
|
4590
|
+
|
4591
|
+
msgid "Name of the flatpak remote repository"
|
4592
|
+
msgstr ""
|
4593
|
+
|
4582
4594
|
msgid "Name of the host"
|
4583
4595
|
msgstr ""
|
4584
4596
|
|
@@ -4702,6 +4714,9 @@ msgstr ""
|
|
4702
4714
|
msgid "No content in selected versions."
|
4703
4715
|
msgstr ""
|
4704
4716
|
|
4717
|
+
msgid "No content view environments"
|
4718
|
+
msgstr ""
|
4719
|
+
|
4705
4720
|
msgid "No content view environments found with ids: %{ids}"
|
4706
4721
|
msgstr ""
|
4707
4722
|
|
@@ -4738,9 +4753,6 @@ msgstr ""
|
|
4738
4753
|
msgid "No enabled repositories match your search criteria."
|
4739
4754
|
msgstr ""
|
4740
4755
|
|
4741
|
-
msgid "No environment"
|
4742
|
-
msgstr ""
|
4743
|
-
|
4744
4756
|
msgid "No environments"
|
4745
4757
|
msgstr ""
|
4746
4758
|
|
@@ -5323,7 +5335,10 @@ msgstr ""
|
|
5323
5335
|
msgid "Package installation: \"%{package}\" "
|
5324
5336
|
msgstr ""
|
5325
5337
|
|
5326
|
-
msgid "Package
|
5338
|
+
msgid "Package mode"
|
5339
|
+
msgstr ""
|
5340
|
+
|
5341
|
+
msgid "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."
|
5327
5342
|
msgstr ""
|
5328
5343
|
|
5329
5344
|
msgid "Packages"
|
@@ -5452,6 +5467,9 @@ msgstr ""
|
|
5452
5467
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5453
5468
|
msgstr ""
|
5454
5469
|
|
5470
|
+
msgid "Possible values: %s"
|
5471
|
+
msgstr ""
|
5472
|
+
|
5455
5473
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
5456
5474
|
msgstr ""
|
5457
5475
|
|
@@ -5500,6 +5518,9 @@ msgstr ""
|
|
5500
5518
|
msgid "Product ID"
|
5501
5519
|
msgstr ""
|
5502
5520
|
|
5521
|
+
msgid "Product ID to mirror the remote repository to"
|
5522
|
+
msgstr ""
|
5523
|
+
|
5503
5524
|
msgid "Product and Repositories"
|
5504
5525
|
msgstr ""
|
5505
5526
|
|
@@ -5682,9 +5703,6 @@ msgstr ""
|
|
5682
5703
|
msgid "Pulp task error"
|
5683
5704
|
msgstr ""
|
5684
5705
|
|
5685
|
-
msgid "Purge completed tasks"
|
5686
|
-
msgstr ""
|
5687
|
-
|
5688
5706
|
msgid "Python Package"
|
5689
5707
|
msgstr ""
|
5690
5708
|
|
@@ -5793,9 +5811,6 @@ msgstr ""
|
|
5793
5811
|
msgid "Reclaim Space"
|
5794
5812
|
msgstr ""
|
5795
5813
|
|
5796
|
-
msgid "Reclaim space"
|
5797
|
-
msgstr ""
|
5798
|
-
|
5799
5814
|
msgid "Reclaim space from On Demand repositories"
|
5800
5815
|
msgstr ""
|
5801
5816
|
|
@@ -5859,9 +5874,6 @@ msgstr ""
|
|
5859
5874
|
msgid "Refresh all alternate content sources"
|
5860
5875
|
msgstr ""
|
5861
5876
|
|
5862
|
-
msgid "Refresh all distributions"
|
5863
|
-
msgstr ""
|
5864
|
-
|
5865
5877
|
msgid "Refresh alternate content sources"
|
5866
5878
|
msgstr ""
|
5867
5879
|
|
@@ -5874,27 +5886,15 @@ msgstr ""
|
|
5874
5886
|
msgid "Refresh counts"
|
5875
5887
|
msgstr ""
|
5876
5888
|
|
5877
|
-
msgid "Refresh distribution"
|
5878
|
-
msgstr ""
|
5879
|
-
|
5880
5889
|
msgid "Refresh errata applicability"
|
5881
5890
|
msgstr ""
|
5882
5891
|
|
5883
|
-
msgid "Refresh if needed"
|
5884
|
-
msgstr ""
|
5885
|
-
|
5886
5892
|
msgid "Refresh package applicability"
|
5887
5893
|
msgstr ""
|
5888
5894
|
|
5889
5895
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5890
5896
|
msgstr ""
|
5891
5897
|
|
5892
|
-
msgid "Refresh remote"
|
5893
|
-
msgstr ""
|
5894
|
-
|
5895
|
-
msgid "Refresh repos"
|
5896
|
-
msgstr ""
|
5897
|
-
|
5898
5898
|
msgid "Refresh source"
|
5899
5899
|
msgstr ""
|
5900
5900
|
|
@@ -5919,6 +5919,9 @@ msgstr ""
|
|
5919
5919
|
msgid "Registered on"
|
5920
5920
|
msgstr ""
|
5921
5921
|
|
5922
|
+
msgid "Registered to"
|
5923
|
+
msgstr ""
|
5924
|
+
|
5922
5925
|
msgid "Registering to multiple environments is not enabled."
|
5923
5926
|
msgstr ""
|
5924
5927
|
|
@@ -5934,9 +5937,6 @@ msgstr ""
|
|
5934
5937
|
msgid "Registry name pattern will result in invalid container image name of member repositories"
|
5935
5938
|
msgstr ""
|
5936
5939
|
|
5937
|
-
msgid "Reindex subscriptions"
|
5938
|
-
msgstr ""
|
5939
|
-
|
5940
5940
|
msgid "Related composite content views"
|
5941
5941
|
msgstr ""
|
5942
5942
|
|
@@ -6033,9 +6033,6 @@ msgstr ""
|
|
6033
6033
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
6034
6034
|
msgstr ""
|
6035
6035
|
|
6036
|
-
msgid "Remove orphans"
|
6037
|
-
msgstr ""
|
6038
|
-
|
6039
6036
|
msgid "Remove package group via Katello interface"
|
6040
6037
|
msgstr ""
|
6041
6038
|
|
@@ -6063,12 +6060,6 @@ msgstr ""
|
|
6063
6060
|
msgid "Remove subscriptions from one or more hosts"
|
6064
6061
|
msgstr ""
|
6065
6062
|
|
6066
|
-
msgid "Remove units"
|
6067
|
-
msgstr ""
|
6068
|
-
|
6069
|
-
msgid "Remove unneeded repos"
|
6070
|
-
msgstr ""
|
6071
|
-
|
6072
6063
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
6073
6064
|
msgstr ""
|
6074
6065
|
|
@@ -6093,9 +6084,6 @@ msgstr ""
|
|
6093
6084
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
6094
6085
|
msgstr ""
|
6095
6086
|
|
6096
|
-
msgid "Repair"
|
6097
|
-
msgstr ""
|
6098
|
-
|
6099
6087
|
msgid "Replace content source on the target machine"
|
6100
6088
|
msgstr ""
|
6101
6089
|
|
@@ -6114,18 +6102,12 @@ msgstr ""
|
|
6114
6102
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
6115
6103
|
msgstr ""
|
6116
6104
|
|
6117
|
-
msgid "Repositories certs reset"
|
6118
|
-
msgstr ""
|
6119
|
-
|
6120
6105
|
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."
|
6121
6106
|
msgstr ""
|
6122
6107
|
|
6123
6108
|
msgid "Repositories from published Content Views are not allowed."
|
6124
6109
|
msgstr ""
|
6125
6110
|
|
6126
|
-
msgid "Repositories gpg reset"
|
6127
|
-
msgstr ""
|
6128
|
-
|
6129
6111
|
msgid "Repository"
|
6130
6112
|
msgstr ""
|
6131
6113
|
|
@@ -6417,6 +6399,12 @@ msgstr ""
|
|
6417
6399
|
msgid "Roles"
|
6418
6400
|
msgstr ""
|
6419
6401
|
|
6402
|
+
msgid "Rollback image"
|
6403
|
+
msgstr ""
|
6404
|
+
|
6405
|
+
msgid "Rollback image digest"
|
6406
|
+
msgstr ""
|
6407
|
+
|
6420
6408
|
msgid "Rules to be added"
|
6421
6409
|
msgstr ""
|
6422
6410
|
|
@@ -6429,6 +6417,12 @@ msgstr ""
|
|
6429
6417
|
msgid "Running"
|
6430
6418
|
msgstr ""
|
6431
6419
|
|
6420
|
+
msgid "Running image"
|
6421
|
+
msgstr ""
|
6422
|
+
|
6423
|
+
msgid "Running image digest"
|
6424
|
+
msgstr ""
|
6425
|
+
|
6432
6426
|
msgid "SKU"
|
6433
6427
|
msgstr ""
|
6434
6428
|
|
@@ -6456,25 +6450,10 @@ msgstr ""
|
|
6456
6450
|
msgid "Save"
|
6457
6451
|
msgstr ""
|
6458
6452
|
|
6459
|
-
msgid "Save artifact"
|
6460
|
-
msgstr ""
|
6461
|
-
|
6462
|
-
msgid "Save distribution references"
|
6463
|
-
msgstr ""
|
6464
|
-
|
6465
|
-
msgid "Save publication"
|
6466
|
-
msgstr ""
|
6467
|
-
|
6468
|
-
msgid "Save version"
|
6469
|
-
msgstr ""
|
6470
|
-
|
6471
|
-
msgid "Save versions"
|
6472
|
-
msgstr ""
|
6473
|
-
|
6474
6453
|
msgid "Saving alternate content source..."
|
6475
6454
|
msgstr ""
|
6476
6455
|
|
6477
|
-
msgid "Scan
|
6456
|
+
msgid "Scan a flatpak remote"
|
6478
6457
|
msgstr ""
|
6479
6458
|
|
6480
6459
|
msgid "Schema version 1"
|
@@ -6582,9 +6561,6 @@ msgstr ""
|
|
6582
6561
|
msgid "Select action"
|
6583
6562
|
msgstr ""
|
6584
6563
|
|
6585
|
-
msgid "Select add-ons"
|
6586
|
-
msgstr ""
|
6587
|
-
|
6588
6564
|
msgid "Select all"
|
6589
6565
|
msgstr ""
|
6590
6566
|
|
@@ -6723,13 +6699,13 @@ msgstr ""
|
|
6723
6699
|
msgid "Set content overrides to one or more hosts"
|
6724
6700
|
msgstr ""
|
6725
6701
|
|
6726
|
-
msgid "Set
|
6702
|
+
msgid "Set this HTTP proxy as the default content HTTP proxy"
|
6727
6703
|
msgstr ""
|
6728
6704
|
|
6729
|
-
msgid "Set true to
|
6705
|
+
msgid "Set true to override to enabled; Set false to override to disabled.'"
|
6730
6706
|
msgstr ""
|
6731
6707
|
|
6732
|
-
msgid "
|
6708
|
+
msgid "Set true to remove an override and reset it to 'default'"
|
6733
6709
|
msgstr ""
|
6734
6710
|
|
6735
6711
|
msgid "Sets the system purpose usage"
|
@@ -6765,6 +6741,12 @@ msgstr ""
|
|
6765
6741
|
msgid "Show a content view's history"
|
6766
6742
|
msgstr ""
|
6767
6743
|
|
6744
|
+
msgid "Show a flatpak remote"
|
6745
|
+
msgstr ""
|
6746
|
+
|
6747
|
+
msgid "Show a flatpak remote repository"
|
6748
|
+
msgstr ""
|
6749
|
+
|
6768
6750
|
msgid "Show a host collection"
|
6769
6751
|
msgstr ""
|
6770
6752
|
|
@@ -7092,6 +7074,12 @@ msgstr ""
|
|
7092
7074
|
msgid "Stacking ID"
|
7093
7075
|
msgstr ""
|
7094
7076
|
|
7077
|
+
msgid "Staged image"
|
7078
|
+
msgstr ""
|
7079
|
+
|
7080
|
+
msgid "Staged image digest"
|
7081
|
+
msgstr ""
|
7082
|
+
|
7095
7083
|
msgid "Start Date"
|
7096
7084
|
msgstr ""
|
7097
7085
|
|
@@ -7257,9 +7245,6 @@ msgstr ""
|
|
7257
7245
|
msgid "Supported Content Types"
|
7258
7246
|
msgstr ""
|
7259
7247
|
|
7260
|
-
msgid "Sync"
|
7261
|
-
msgstr ""
|
7262
|
-
|
7263
7248
|
msgid "Sync Canceled"
|
7264
7249
|
msgstr ""
|
7265
7250
|
|
@@ -7314,9 +7299,6 @@ msgstr ""
|
|
7314
7299
|
msgid "Sync all repositories for a product"
|
7315
7300
|
msgstr ""
|
7316
7301
|
|
7317
|
-
msgid "Sync capsule"
|
7318
|
-
msgstr ""
|
7319
|
-
|
7320
7302
|
msgid "Sync complete."
|
7321
7303
|
msgstr ""
|
7322
7304
|
|
@@ -7335,9 +7317,6 @@ msgstr ""
|
|
7335
7317
|
msgid "Sync state"
|
7336
7318
|
msgstr ""
|
7337
7319
|
|
7338
|
-
msgid "Syncable export"
|
7339
|
-
msgstr ""
|
7340
|
-
|
7341
7320
|
msgid "Synced"
|
7342
7321
|
msgstr ""
|
7343
7322
|
|
@@ -7452,6 +7431,9 @@ msgstr ""
|
|
7452
7431
|
msgid "The actual file contents"
|
7453
7432
|
msgstr ""
|
7454
7433
|
|
7434
|
+
msgid "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions."
|
7435
|
+
msgstr ""
|
7436
|
+
|
7455
7437
|
msgid "The content type for the Alternate Content Source"
|
7456
7438
|
msgstr ""
|
7457
7439
|
|
@@ -7699,6 +7681,9 @@ msgstr ""
|
|
7699
7681
|
msgid "This content view version doesn't have a history."
|
7700
7682
|
msgstr ""
|
7701
7683
|
|
7684
|
+
msgid "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."
|
7685
|
+
msgstr ""
|
7686
|
+
|
7702
7687
|
msgid "This content view will be automatically updated to the latest version."
|
7703
7688
|
msgstr ""
|
7704
7689
|
|
@@ -7711,6 +7696,9 @@ msgstr ""
|
|
7711
7696
|
msgid "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."
|
7712
7697
|
msgstr ""
|
7713
7698
|
|
7699
|
+
msgid "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."
|
7700
|
+
msgstr ""
|
7701
|
+
|
7714
7702
|
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
7715
7703
|
msgstr ""
|
7716
7704
|
|
@@ -7837,7 +7825,7 @@ msgstr ""
|
|
7837
7825
|
msgid "To manage packages, select an action."
|
7838
7826
|
msgstr ""
|
7839
7827
|
|
7840
|
-
msgid "
|
7828
|
+
msgid "Token/password for the flatpak remote"
|
7841
7829
|
msgstr ""
|
7842
7830
|
|
7843
7831
|
msgid "Total steps: "
|
@@ -8101,6 +8089,9 @@ msgstr ""
|
|
8101
8089
|
msgid "Update a filter rule. The parameters included should be based upon the filter type."
|
8102
8090
|
msgstr ""
|
8103
8091
|
|
8092
|
+
msgid "Update a flatpak remote"
|
8093
|
+
msgstr ""
|
8094
|
+
|
8104
8095
|
msgid "Update a host collection"
|
8105
8096
|
msgstr ""
|
8106
8097
|
|
@@ -8125,27 +8116,15 @@ msgstr ""
|
|
8125
8116
|
msgid "Update content counts for the smart proxy"
|
8126
8117
|
msgstr ""
|
8127
8118
|
|
8128
|
-
msgid "Update content urls"
|
8129
|
-
msgstr ""
|
8130
|
-
|
8131
8119
|
msgid "Update content view environments for host"
|
8132
8120
|
msgstr ""
|
8133
8121
|
|
8134
8122
|
msgid "Update content view environments for host %s"
|
8135
8123
|
msgstr ""
|
8136
8124
|
|
8137
|
-
msgid "Update distributions"
|
8138
|
-
msgstr ""
|
8139
|
-
|
8140
8125
|
msgid "Update hosts manually"
|
8141
8126
|
msgstr ""
|
8142
8127
|
|
8143
|
-
msgid "Update http proxy"
|
8144
|
-
msgstr ""
|
8145
|
-
|
8146
|
-
msgid "Update http proxy details"
|
8147
|
-
msgstr ""
|
8148
|
-
|
8149
8128
|
msgid "Update installed packages, enabled repos, module inventory"
|
8150
8129
|
msgstr ""
|
8151
8130
|
|
@@ -8161,21 +8140,12 @@ msgstr ""
|
|
8161
8140
|
msgid "Update packages via Katello interface"
|
8162
8141
|
msgstr ""
|
8163
8142
|
|
8164
|
-
msgid "Update redhat repository"
|
8165
|
-
msgstr ""
|
8166
|
-
|
8167
8143
|
msgid "Update release version for host"
|
8168
8144
|
msgstr ""
|
8169
8145
|
|
8170
8146
|
msgid "Update release version for host %s"
|
8171
8147
|
msgstr ""
|
8172
8148
|
|
8173
|
-
msgid "Update remote"
|
8174
|
-
msgstr ""
|
8175
|
-
|
8176
|
-
msgid "Update repository"
|
8177
|
-
msgstr ""
|
8178
|
-
|
8179
8149
|
msgid "Update services requiring restart"
|
8180
8150
|
msgstr ""
|
8181
8151
|
|
@@ -8266,12 +8236,6 @@ msgstr ""
|
|
8266
8236
|
msgid "Upload a subscription manifest"
|
8267
8237
|
msgstr ""
|
8268
8238
|
|
8269
|
-
msgid "Upload content"
|
8270
|
-
msgstr ""
|
8271
|
-
|
8272
|
-
msgid "Upload file"
|
8273
|
-
msgstr ""
|
8274
|
-
|
8275
8239
|
msgid "Upload into"
|
8276
8240
|
msgstr ""
|
8277
8241
|
|
@@ -8281,9 +8245,6 @@ msgstr ""
|
|
8281
8245
|
msgid "Upload request id"
|
8282
8246
|
msgstr ""
|
8283
8247
|
|
8284
|
-
msgid "Upload tag"
|
8285
|
-
msgstr ""
|
8286
|
-
|
8287
8248
|
msgid "Upstream Candlepin"
|
8288
8249
|
msgstr ""
|
8289
8250
|
|
@@ -8371,6 +8332,9 @@ msgstr ""
|
|
8371
8332
|
msgid "Username for authentication. Relevant only for 'upstream_server' type."
|
8372
8333
|
msgstr ""
|
8373
8334
|
|
8335
|
+
msgid "Username for the flatpak remote"
|
8336
|
+
msgstr ""
|
8337
|
+
|
8374
8338
|
msgid "Username of the upstream repository user used for authentication"
|
8375
8339
|
msgstr ""
|
8376
8340
|
|
@@ -8395,9 +8359,6 @@ msgstr ""
|
|
8395
8359
|
msgid "Verify SSL"
|
8396
8360
|
msgstr ""
|
8397
8361
|
|
8398
|
-
msgid "Verify checksum"
|
8399
|
-
msgstr ""
|
8400
|
-
|
8401
8362
|
msgid "Verify checksum for content on smart proxy"
|
8402
8363
|
msgstr ""
|
8403
8364
|
|
@@ -8704,6 +8665,9 @@ msgstr ""
|
|
8704
8665
|
msgid "actions not found"
|
8705
8666
|
msgstr ""
|
8706
8667
|
|
8668
|
+
msgid "activation key"
|
8669
|
+
msgstr ""
|
8670
|
+
|
8707
8671
|
msgid "activation key identifier"
|
8708
8672
|
msgstr ""
|
8709
8673
|
|
@@ -8815,7 +8779,7 @@ msgstr ""
|
|
8815
8779
|
msgid "cannot be set because unlimited hosts is set"
|
8816
8780
|
msgstr ""
|
8817
8781
|
|
8818
|
-
msgid "cannot be set for
|
8782
|
+
msgid "cannot be set for repositories without 'Additive' mirroring policy."
|
8819
8783
|
msgstr ""
|
8820
8784
|
|
8821
8785
|
msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
|
@@ -8857,6 +8821,9 @@ msgstr ""
|
|
8857
8821
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8858
8822
|
msgstr ""
|
8859
8823
|
|
8824
|
+
msgid "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8825
|
+
msgstr ""
|
8826
|
+
|
8860
8827
|
msgid "content view component ID. Identifier of the component association"
|
8861
8828
|
msgstr ""
|
8862
8829
|
|
@@ -8941,7 +8908,7 @@ msgstr ""
|
|
8941
8908
|
msgid "disk"
|
8942
8909
|
msgstr ""
|
8943
8910
|
|
8944
|
-
msgid "download policy for
|
8911
|
+
msgid "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')"
|
8945
8912
|
msgstr ""
|
8946
8913
|
|
8947
8914
|
msgid "enables or disables synchronization"
|
@@ -8980,6 +8947,9 @@ msgstr ""
|
|
8980
8947
|
msgid "erratum: IDs or a select all object"
|
8981
8948
|
msgstr ""
|
8982
8949
|
|
8950
|
+
msgid "erratum: allow types not matching a valid errata type"
|
8951
|
+
msgstr ""
|
8952
|
+
|
8983
8953
|
msgid "erratum: end date (YYYY-MM-DD)"
|
8984
8954
|
msgstr ""
|
8985
8955
|
|
@@ -9040,6 +9010,9 @@ msgstr ""
|
|
9040
9010
|
msgid "here"
|
9041
9011
|
msgstr ""
|
9042
9012
|
|
9013
|
+
msgid "host"
|
9014
|
+
msgstr ""
|
9015
|
+
|
9043
9016
|
msgid "host collection name to filter by"
|
9044
9017
|
msgstr ""
|
9045
9018
|
|
@@ -9160,6 +9133,18 @@ msgstr ""
|
|
9160
9133
|
msgid "module streams not found"
|
9161
9134
|
msgstr ""
|
9162
9135
|
|
9136
|
+
msgid "multi-environment activation key"
|
9137
|
+
msgstr ""
|
9138
|
+
|
9139
|
+
msgid "multi-environment activation keys"
|
9140
|
+
msgstr ""
|
9141
|
+
|
9142
|
+
msgid "multi-environment host"
|
9143
|
+
msgstr ""
|
9144
|
+
|
9145
|
+
msgid "multi-environment hosts"
|
9146
|
+
msgstr ""
|
9147
|
+
|
9163
9148
|
msgid "must be %{gpg_key} or %{cert}"
|
9164
9149
|
msgstr ""
|
9165
9150
|
|