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