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/pt/katello.po
CHANGED
@@ -8,11 +8,11 @@
|
|
8
8
|
#
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: katello
|
11
|
+
"Project-Id-Version: katello 4.16.0.pre.master\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
13
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
14
14
|
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2017\n"
|
15
|
-
"Language-Team: Portuguese (https://
|
15
|
+
"Language-Team: Portuguese (https://app.transifex.com/foreman/teams/114/pt/)\n"
|
16
16
|
"MIME-Version: 1.0\n"
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -471,9 +471,6 @@ msgstr ""
|
|
471
471
|
msgid "About page"
|
472
472
|
msgstr ""
|
473
473
|
|
474
|
-
msgid "Abstract async task"
|
475
|
-
msgstr ""
|
476
|
-
|
477
474
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
478
475
|
msgstr ""
|
479
476
|
|
@@ -609,9 +606,6 @@ msgstr ""
|
|
609
606
|
msgid "Add one or more host collections to one or more hosts"
|
610
607
|
msgstr ""
|
611
608
|
|
612
|
-
msgid "Add ons"
|
613
|
-
msgstr ""
|
614
|
-
|
615
609
|
msgid "Add products to sync plan"
|
616
610
|
msgstr ""
|
617
611
|
|
@@ -642,9 +636,6 @@ msgstr ""
|
|
642
636
|
msgid "Add to a host collection"
|
643
637
|
msgstr ""
|
644
638
|
|
645
|
-
msgid "Add-ons"
|
646
|
-
msgstr ""
|
647
|
-
|
648
639
|
msgid "Added"
|
649
640
|
msgstr ""
|
650
641
|
|
@@ -705,15 +696,15 @@ msgstr ""
|
|
705
696
|
msgid "All versions will be removed from these environments"
|
706
697
|
msgstr ""
|
707
698
|
|
708
|
-
msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
|
709
|
-
msgstr ""
|
710
|
-
|
711
699
|
msgid "Allow deleting repositories in published content views"
|
712
700
|
msgstr ""
|
713
701
|
|
714
702
|
msgid "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
|
715
703
|
msgstr ""
|
716
704
|
|
705
|
+
msgid "Allow hosts or activation keys to be associated with multiple content view environments"
|
706
|
+
msgstr ""
|
707
|
+
|
717
708
|
msgid "Allow hosts to re-register themselves only when they are in build mode"
|
718
709
|
msgstr ""
|
719
710
|
|
@@ -936,10 +927,10 @@ msgstr ""
|
|
936
927
|
msgid "Assign the release version to one or more hosts"
|
937
928
|
msgstr ""
|
938
929
|
|
939
|
-
msgid "Assigning a host to multiple content view environments is not enabled."
|
930
|
+
msgid "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
|
940
931
|
msgstr ""
|
941
932
|
|
942
|
-
msgid "Assigning an activation key to multiple content view environments is not enabled."
|
933
|
+
msgid "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
|
943
934
|
msgstr ""
|
944
935
|
|
945
936
|
msgid "Associated location IDs"
|
@@ -960,13 +951,13 @@ msgstr ""
|
|
960
951
|
msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
|
961
952
|
msgstr ""
|
962
953
|
|
963
|
-
msgid "At least one
|
954
|
+
msgid "At least one errata type option needs to be selected."
|
964
955
|
msgstr ""
|
965
956
|
|
966
|
-
msgid "At least one
|
957
|
+
msgid "At least one of the selected items requires the host to reboot"
|
967
958
|
msgstr ""
|
968
959
|
|
969
|
-
msgid "
|
960
|
+
msgid "At least one organization must exist."
|
970
961
|
msgstr ""
|
971
962
|
|
972
963
|
msgid "Attach a subscription"
|
@@ -993,9 +984,6 @@ msgstr ""
|
|
993
984
|
msgid "Auto Publish - Triggered by '%s'"
|
994
985
|
msgstr ""
|
995
986
|
|
996
|
-
msgid "Auto attach subscriptions"
|
997
|
-
msgstr ""
|
998
|
-
|
999
987
|
msgid "Auto publish"
|
1000
988
|
msgstr ""
|
1001
989
|
|
@@ -1011,6 +999,12 @@ msgstr ""
|
|
1011
999
|
msgid "Available Repositories"
|
1012
1000
|
msgstr ""
|
1013
1001
|
|
1002
|
+
msgid "Available image"
|
1003
|
+
msgstr ""
|
1004
|
+
|
1005
|
+
msgid "Available image digest"
|
1006
|
+
msgstr ""
|
1007
|
+
|
1014
1008
|
msgid "Available schema versions"
|
1015
1009
|
msgstr ""
|
1016
1010
|
|
@@ -1026,6 +1020,9 @@ msgstr ""
|
|
1026
1020
|
msgid "Base URL for finding alternate content"
|
1027
1021
|
msgstr ""
|
1028
1022
|
|
1023
|
+
msgid "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/."
|
1024
|
+
msgstr ""
|
1025
|
+
|
1029
1026
|
msgid "Base URL to perform repo discovery on"
|
1030
1027
|
msgstr ""
|
1031
1028
|
|
@@ -1071,6 +1068,24 @@ msgstr ""
|
|
1071
1068
|
msgid "Bookmarks marked as public are available to all users"
|
1072
1069
|
msgstr ""
|
1073
1070
|
|
1071
|
+
msgid "Bootc rollback via Bootc interface"
|
1072
|
+
msgstr ""
|
1073
|
+
|
1074
|
+
msgid "Bootc status via Bootc interface"
|
1075
|
+
msgstr ""
|
1076
|
+
|
1077
|
+
msgid "Bootc switch via Bootc interface"
|
1078
|
+
msgstr ""
|
1079
|
+
|
1080
|
+
msgid "Bootc upgrade via Bootc interface"
|
1081
|
+
msgstr ""
|
1082
|
+
|
1083
|
+
msgid "Booted Container Images"
|
1084
|
+
msgstr ""
|
1085
|
+
|
1086
|
+
msgid "Booted container images"
|
1087
|
+
msgstr ""
|
1088
|
+
|
1074
1089
|
msgid "Both"
|
1075
1090
|
msgstr ""
|
1076
1091
|
|
@@ -1350,6 +1365,9 @@ msgstr ""
|
|
1350
1365
|
msgid "Cannot upload Container Image content."
|
1351
1366
|
msgstr ""
|
1352
1367
|
|
1368
|
+
msgid "Cannot upload container content via Hammer/API. Use podman push instead."
|
1369
|
+
msgstr ""
|
1370
|
+
|
1353
1371
|
msgid "Capacity"
|
1354
1372
|
msgstr ""
|
1355
1373
|
|
@@ -1425,13 +1443,13 @@ msgstr ""
|
|
1425
1443
|
msgid "Collapse All"
|
1426
1444
|
msgstr ""
|
1427
1445
|
|
1428
|
-
msgid "Comma-separated list of
|
1446
|
+
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."
|
1429
1447
|
msgstr ""
|
1430
1448
|
|
1431
|
-
msgid "Comma-separated list of
|
1449
|
+
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."
|
1432
1450
|
msgstr ""
|
1433
1451
|
|
1434
|
-
msgid "Comma-separated list of
|
1452
|
+
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."
|
1435
1453
|
msgstr ""
|
1436
1454
|
|
1437
1455
|
msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
|
@@ -1443,9 +1461,6 @@ msgstr ""
|
|
1443
1461
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1444
1462
|
msgstr ""
|
1445
1463
|
|
1446
|
-
msgid "Commit upload"
|
1447
|
-
msgstr ""
|
1448
|
-
|
1449
1464
|
msgid "Compare"
|
1450
1465
|
msgstr ""
|
1451
1466
|
|
@@ -1656,6 +1671,9 @@ msgstr ""
|
|
1656
1671
|
msgid "Content imported by %{user} into content view '%{name}'"
|
1657
1672
|
msgstr ""
|
1658
1673
|
|
1674
|
+
msgid "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer."
|
1675
|
+
msgstr ""
|
1676
|
+
|
1659
1677
|
msgid "Content not uploaded to pulp"
|
1660
1678
|
msgstr ""
|
1661
1679
|
|
@@ -1716,6 +1734,9 @@ msgstr ""
|
|
1716
1734
|
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."
|
1717
1735
|
msgstr ""
|
1718
1736
|
|
1737
|
+
msgid "Content view environment"
|
1738
|
+
msgstr ""
|
1739
|
+
|
1719
1740
|
msgid "Content view environments"
|
1720
1741
|
msgstr ""
|
1721
1742
|
|
@@ -1764,6 +1785,9 @@ msgstr ""
|
|
1764
1785
|
msgid "Content view version is empty"
|
1765
1786
|
msgstr ""
|
1766
1787
|
|
1788
|
+
msgid "Content view version is empty or content counts are not up to date"
|
1789
|
+
msgstr ""
|
1790
|
+
|
1767
1791
|
msgid "Content views"
|
1768
1792
|
msgstr ""
|
1769
1793
|
|
@@ -1791,27 +1815,15 @@ msgstr ""
|
|
1791
1815
|
msgid "Copy"
|
1792
1816
|
msgstr ""
|
1793
1817
|
|
1794
|
-
msgid "Copy all units"
|
1795
|
-
msgstr ""
|
1796
|
-
|
1797
1818
|
msgid "Copy an activation key"
|
1798
1819
|
msgstr ""
|
1799
1820
|
|
1800
|
-
msgid "Copy content"
|
1801
|
-
msgstr ""
|
1802
|
-
|
1803
1821
|
msgid "Copy content view"
|
1804
1822
|
msgstr ""
|
1805
1823
|
|
1806
1824
|
msgid "Copy to clipboard"
|
1807
1825
|
msgstr ""
|
1808
1826
|
|
1809
|
-
msgid "Copy version"
|
1810
|
-
msgstr ""
|
1811
|
-
|
1812
|
-
msgid "Copy version units to library"
|
1813
|
-
msgstr ""
|
1814
|
-
|
1815
1827
|
msgid "Cores per socket"
|
1816
1828
|
msgstr ""
|
1817
1829
|
|
@@ -1986,6 +1998,9 @@ msgstr ""
|
|
1986
1998
|
msgid "Create a filter rule. The parameters included should be based upon the filter type."
|
1987
1999
|
msgstr ""
|
1988
2000
|
|
2001
|
+
msgid "Create a flatpak remote"
|
2002
|
+
msgstr ""
|
2003
|
+
|
1989
2004
|
msgid "Create a host collection"
|
1990
2005
|
msgstr ""
|
1991
2006
|
|
@@ -2016,21 +2031,12 @@ msgstr ""
|
|
2016
2031
|
msgid "Create content view"
|
2017
2032
|
msgstr ""
|
2018
2033
|
|
2019
|
-
msgid "Create exporter"
|
2020
|
-
msgstr ""
|
2021
|
-
|
2022
2034
|
msgid "Create filter"
|
2023
2035
|
msgstr ""
|
2024
2036
|
|
2025
2037
|
msgid "Create host collection"
|
2026
2038
|
msgstr ""
|
2027
2039
|
|
2028
|
-
msgid "Create import"
|
2029
|
-
msgstr ""
|
2030
|
-
|
2031
|
-
msgid "Create importer"
|
2032
|
-
msgstr ""
|
2033
|
-
|
2034
2040
|
msgid "Create new activation key"
|
2035
2041
|
msgstr ""
|
2036
2042
|
|
@@ -2040,12 +2046,6 @@ msgstr ""
|
|
2040
2046
|
msgid "Create package filter rule"
|
2041
2047
|
msgstr ""
|
2042
2048
|
|
2043
|
-
msgid "Create publication"
|
2044
|
-
msgstr ""
|
2045
|
-
|
2046
|
-
msgid "Create remote"
|
2047
|
-
msgstr ""
|
2048
|
-
|
2049
2049
|
msgid "Create rule"
|
2050
2050
|
msgstr ""
|
2051
2051
|
|
@@ -2271,6 +2271,9 @@ msgstr ""
|
|
2271
2271
|
msgid "Delete a filter rule"
|
2272
2272
|
msgstr ""
|
2273
2273
|
|
2274
|
+
msgid "Delete a flatpak remote"
|
2275
|
+
msgstr ""
|
2276
|
+
|
2274
2277
|
msgid "Delete activation key?"
|
2275
2278
|
msgstr ""
|
2276
2279
|
|
@@ -2292,36 +2295,12 @@ msgstr ""
|
|
2292
2295
|
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."
|
2293
2296
|
msgstr ""
|
2294
2297
|
|
2295
|
-
msgid "Delete distributions"
|
2296
|
-
msgstr ""
|
2297
|
-
|
2298
2298
|
msgid "Delete manifest from Red Hat provider"
|
2299
2299
|
msgstr ""
|
2300
2300
|
|
2301
2301
|
msgid "Delete multiple filters from a content view"
|
2302
2302
|
msgstr ""
|
2303
2303
|
|
2304
|
-
msgid "Delete orphan alternate content sources"
|
2305
|
-
msgstr ""
|
2306
|
-
|
2307
|
-
msgid "Delete orphan distributions"
|
2308
|
-
msgstr ""
|
2309
|
-
|
2310
|
-
msgid "Delete orphan remotes"
|
2311
|
-
msgstr ""
|
2312
|
-
|
2313
|
-
msgid "Delete orphan repository versions"
|
2314
|
-
msgstr ""
|
2315
|
-
|
2316
|
-
msgid "Delete orphaned migrated repositories"
|
2317
|
-
msgstr ""
|
2318
|
-
|
2319
|
-
msgid "Delete remote"
|
2320
|
-
msgstr ""
|
2321
|
-
|
2322
|
-
msgid "Delete repository references"
|
2323
|
-
msgstr ""
|
2324
|
-
|
2325
2304
|
msgid "Delete version"
|
2326
2305
|
msgstr ""
|
2327
2306
|
|
@@ -2367,6 +2346,9 @@ msgstr ""
|
|
2367
2346
|
msgid "Description for the new published content view version"
|
2368
2347
|
msgstr ""
|
2369
2348
|
|
2349
|
+
msgid "Description of the flatpak remote"
|
2350
|
+
msgstr ""
|
2351
|
+
|
2370
2352
|
msgid "Description of the repository"
|
2371
2353
|
msgstr ""
|
2372
2354
|
|
@@ -2418,12 +2400,6 @@ msgstr ""
|
|
2418
2400
|
msgid "Destroy an environment in an organization"
|
2419
2401
|
msgstr ""
|
2420
2402
|
|
2421
|
-
msgid "Destroy exporter"
|
2422
|
-
msgstr ""
|
2423
|
-
|
2424
|
-
msgid "Destroy importer"
|
2425
|
-
msgstr ""
|
2426
|
-
|
2427
2403
|
msgid "Destroy one or more alternate content sources"
|
2428
2404
|
msgstr ""
|
2429
2405
|
|
@@ -2472,9 +2448,6 @@ msgstr ""
|
|
2472
2448
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
2473
2449
|
msgstr ""
|
2474
2450
|
|
2475
|
-
msgid "Discover"
|
2476
|
-
msgstr ""
|
2477
|
-
|
2478
2451
|
msgid "Discover Repositories"
|
2479
2452
|
msgstr ""
|
2480
2453
|
|
@@ -2670,9 +2643,6 @@ msgstr ""
|
|
2670
2643
|
msgid "Environment cannot be in its own promotion path"
|
2671
2644
|
msgstr ""
|
2672
2645
|
|
2673
|
-
msgid "Environment contents refresh"
|
2674
|
-
msgstr ""
|
2675
|
-
|
2676
2646
|
msgid "Environment identifier"
|
2677
2647
|
msgstr ""
|
2678
2648
|
|
@@ -2712,9 +2682,6 @@ msgstr ""
|
|
2712
2682
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
2713
2683
|
msgstr ""
|
2714
2684
|
|
2715
|
-
msgid "Errata mail"
|
2716
|
-
msgstr ""
|
2717
|
-
|
2718
2685
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2719
2686
|
msgstr ""
|
2720
2687
|
|
@@ -2874,9 +2841,6 @@ msgstr ""
|
|
2874
2841
|
msgid "Fetch installable errata for one or more hosts."
|
2875
2842
|
msgstr ""
|
2876
2843
|
|
2877
|
-
msgid "Fetch pxe files"
|
2878
|
-
msgstr ""
|
2879
|
-
|
2880
2844
|
msgid "Fetch traces for one or more hosts"
|
2881
2845
|
msgstr ""
|
2882
2846
|
|
@@ -2970,9 +2934,6 @@ msgstr ""
|
|
2970
2934
|
msgid "Filter versions that are components in the specified composite version"
|
2971
2935
|
msgstr ""
|
2972
2936
|
|
2973
|
-
msgid "Filtered index content"
|
2974
|
-
msgstr ""
|
2975
|
-
|
2976
2937
|
msgid "Filters"
|
2977
2938
|
msgstr ""
|
2978
2939
|
|
@@ -2994,6 +2955,15 @@ msgstr ""
|
|
2994
2955
|
msgid "Finished"
|
2995
2956
|
msgstr ""
|
2996
2957
|
|
2958
|
+
msgid "Flatpak Remotes"
|
2959
|
+
msgstr ""
|
2960
|
+
|
2961
|
+
msgid "Flatpak remote numeric identifier"
|
2962
|
+
msgstr ""
|
2963
|
+
|
2964
|
+
msgid "Flatpak remote repository numeric identifier"
|
2965
|
+
msgstr ""
|
2966
|
+
|
2997
2967
|
msgid "Force"
|
2998
2968
|
msgstr ""
|
2999
2969
|
|
@@ -3056,9 +3026,6 @@ msgstr ""
|
|
3056
3026
|
msgid "Generate host applicability"
|
3057
3027
|
msgstr ""
|
3058
3028
|
|
3059
|
-
msgid "Generate metadata"
|
3060
|
-
msgstr ""
|
3061
|
-
|
3062
3029
|
msgid "Generate repository applicability"
|
3063
3030
|
msgstr ""
|
3064
3031
|
|
@@ -3296,12 +3263,6 @@ msgstr ""
|
|
3296
3263
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3297
3264
|
msgstr ""
|
3298
3265
|
|
3299
|
-
msgid "Hypervisors"
|
3300
|
-
msgstr ""
|
3301
|
-
|
3302
|
-
msgid "Hypervisors update"
|
3303
|
-
msgstr ""
|
3304
|
-
|
3305
3266
|
msgid "ID of a HTTP Proxy"
|
3306
3267
|
msgstr ""
|
3307
3268
|
|
@@ -3323,6 +3284,9 @@ msgstr ""
|
|
3323
3284
|
msgid "ID of an organization to show repositories in"
|
3324
3285
|
msgstr ""
|
3325
3286
|
|
3287
|
+
msgid "ID of flatpak remote to show repositories of"
|
3288
|
+
msgstr ""
|
3289
|
+
|
3326
3290
|
msgid "ID of the Organization"
|
3327
3291
|
msgstr ""
|
3328
3292
|
|
@@ -3383,12 +3347,18 @@ msgstr ""
|
|
3383
3347
|
msgid "Id of the content host"
|
3384
3348
|
msgstr ""
|
3385
3349
|
|
3350
|
+
msgid "Id of the content view to limit the content counting on"
|
3351
|
+
msgstr ""
|
3352
|
+
|
3386
3353
|
msgid "Id of the content view to limit the synchronization on"
|
3387
3354
|
msgstr ""
|
3388
3355
|
|
3389
3356
|
msgid "Id of the content view to limit verifying checksum on"
|
3390
3357
|
msgstr ""
|
3391
3358
|
|
3359
|
+
msgid "Id of the environment to limit the content counting on"
|
3360
|
+
msgstr ""
|
3361
|
+
|
3392
3362
|
msgid "Id of the environment to limit the synchronization on"
|
3393
3363
|
msgstr ""
|
3394
3364
|
|
@@ -3410,6 +3380,9 @@ msgstr ""
|
|
3410
3380
|
msgid "Id of the organization to limit environments on"
|
3411
3381
|
msgstr ""
|
3412
3382
|
|
3383
|
+
msgid "Id of the repository to limit the content counting on"
|
3384
|
+
msgstr ""
|
3385
|
+
|
3413
3386
|
msgid "Id of the repository to limit the synchronization on"
|
3414
3387
|
msgstr ""
|
3415
3388
|
|
@@ -3547,6 +3520,27 @@ msgstr ""
|
|
3547
3520
|
msgid "Image"
|
3548
3521
|
msgstr ""
|
3549
3522
|
|
3523
|
+
msgid "Image digest"
|
3524
|
+
msgstr ""
|
3525
|
+
|
3526
|
+
msgid "Image digests"
|
3527
|
+
msgstr ""
|
3528
|
+
|
3529
|
+
msgid "Image mode"
|
3530
|
+
msgstr ""
|
3531
|
+
|
3532
|
+
msgid "Image mode / package mode"
|
3533
|
+
msgstr ""
|
3534
|
+
|
3535
|
+
msgid "Image mode details"
|
3536
|
+
msgstr ""
|
3537
|
+
|
3538
|
+
msgid "Image name"
|
3539
|
+
msgstr ""
|
3540
|
+
|
3541
|
+
msgid "Image-mode host"
|
3542
|
+
msgstr ""
|
3543
|
+
|
3550
3544
|
msgid "Immediate"
|
3551
3545
|
msgstr ""
|
3552
3546
|
|
@@ -3589,9 +3583,6 @@ msgstr ""
|
|
3589
3583
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3590
3584
|
msgstr ""
|
3591
3585
|
|
3592
|
-
msgid "Import migration"
|
3593
|
-
msgstr ""
|
3594
|
-
|
3595
3586
|
msgid "Import new manifest"
|
3596
3587
|
msgstr ""
|
3597
3588
|
|
@@ -3601,12 +3592,6 @@ msgstr ""
|
|
3601
3592
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3602
3593
|
msgstr ""
|
3603
3594
|
|
3604
|
-
msgid "Import repository upload"
|
3605
|
-
msgstr ""
|
3606
|
-
|
3607
|
-
msgid "Import upload"
|
3608
|
-
msgstr ""
|
3609
|
-
|
3610
3595
|
msgid "Import uploads into a repository"
|
3611
3596
|
msgstr ""
|
3612
3597
|
|
@@ -3649,6 +3634,9 @@ msgstr ""
|
|
3649
3634
|
msgid "Include filter"
|
3650
3635
|
msgstr ""
|
3651
3636
|
|
3637
|
+
msgid "Include manifests"
|
3638
|
+
msgstr ""
|
3639
|
+
|
3652
3640
|
msgid "Included"
|
3653
3641
|
msgstr ""
|
3654
3642
|
|
@@ -3670,9 +3658,6 @@ msgstr ""
|
|
3670
3658
|
msgid "Incremental Update incomplete."
|
3671
3659
|
msgstr ""
|
3672
3660
|
|
3673
|
-
msgid "Incremental Update of Content View Version(s) "
|
3674
|
-
msgstr ""
|
3675
|
-
|
3676
3661
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
3677
3662
|
msgstr ""
|
3678
3663
|
|
@@ -3685,27 +3670,12 @@ msgstr ""
|
|
3685
3670
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
3686
3671
|
msgstr ""
|
3687
3672
|
|
3688
|
-
msgid "Index content"
|
3689
|
-
msgstr ""
|
3690
|
-
|
3691
|
-
msgid "Index errata"
|
3692
|
-
msgstr ""
|
3693
|
-
|
3694
|
-
msgid "Index module streams"
|
3695
|
-
msgstr ""
|
3696
|
-
|
3697
|
-
msgid "Index package groups"
|
3698
|
-
msgstr ""
|
3699
|
-
|
3700
3673
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3701
3674
|
msgstr ""
|
3702
3675
|
|
3703
3676
|
msgid "Inherit from Repository"
|
3704
3677
|
msgstr ""
|
3705
3678
|
|
3706
|
-
msgid "Initialize"
|
3707
|
-
msgstr ""
|
3708
|
-
|
3709
3679
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3710
3680
|
msgstr ""
|
3711
3681
|
|
@@ -3781,9 +3751,6 @@ msgstr ""
|
|
3781
3751
|
msgid "Installing Package..."
|
3782
3752
|
msgstr ""
|
3783
3753
|
|
3784
|
-
msgid "Instance update"
|
3785
|
-
msgstr ""
|
3786
|
-
|
3787
3754
|
msgid "Instance-based"
|
3788
3755
|
msgstr ""
|
3789
3756
|
|
@@ -3814,7 +3781,7 @@ msgstr ""
|
|
3814
3781
|
msgid "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'"
|
3815
3782
|
msgstr ""
|
3816
3783
|
|
3817
|
-
msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or '
|
3784
|
+
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'"
|
3818
3785
|
msgstr ""
|
3819
3786
|
|
3820
3787
|
msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
|
@@ -3898,9 +3865,27 @@ msgstr ""
|
|
3898
3865
|
msgid "Job '${description}' has started."
|
3899
3866
|
msgstr ""
|
3900
3867
|
|
3868
|
+
msgid "Katello Bootc interface"
|
3869
|
+
msgstr ""
|
3870
|
+
|
3901
3871
|
msgid "Katello ID of local pool to update"
|
3902
3872
|
msgstr ""
|
3903
3873
|
|
3874
|
+
msgid "Katello: Bootc Action"
|
3875
|
+
msgstr ""
|
3876
|
+
|
3877
|
+
msgid "Katello: Bootc Rollback"
|
3878
|
+
msgstr ""
|
3879
|
+
|
3880
|
+
msgid "Katello: Bootc Status"
|
3881
|
+
msgstr ""
|
3882
|
+
|
3883
|
+
msgid "Katello: Bootc Switch"
|
3884
|
+
msgstr ""
|
3885
|
+
|
3886
|
+
msgid "Katello: Bootc Upgrade"
|
3887
|
+
msgstr ""
|
3888
|
+
|
3904
3889
|
msgid "Katello: Configure host for new content source"
|
3905
3890
|
msgstr ""
|
3906
3891
|
|
@@ -3949,6 +3934,9 @@ msgstr ""
|
|
3949
3934
|
msgid "Katello: Upload Profile"
|
3950
3935
|
msgstr ""
|
3951
3936
|
|
3937
|
+
msgid "Keep latest packages"
|
3938
|
+
msgstr ""
|
3939
|
+
|
3952
3940
|
msgid "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)"
|
3953
3941
|
msgstr ""
|
3954
3942
|
|
@@ -3973,6 +3961,9 @@ msgstr ""
|
|
3973
3961
|
msgid "Label of the content view"
|
3974
3962
|
msgstr ""
|
3975
3963
|
|
3964
|
+
msgid "Label of the flatpak remote"
|
3965
|
+
msgstr ""
|
3966
|
+
|
3976
3967
|
msgid "Last check-in:"
|
3977
3968
|
msgstr ""
|
3978
3969
|
|
@@ -4138,6 +4129,9 @@ msgstr ""
|
|
4138
4129
|
msgid "List available subscriptions from Red Hat Subscription Management"
|
4139
4130
|
msgstr ""
|
4140
4131
|
|
4132
|
+
msgid "List booted bootc container images for hosts"
|
4133
|
+
msgstr ""
|
4134
|
+
|
4141
4135
|
msgid "List components attached to this content view"
|
4142
4136
|
msgstr ""
|
4143
4137
|
|
@@ -4177,6 +4171,15 @@ msgstr ""
|
|
4177
4171
|
msgid "List filter rules"
|
4178
4172
|
msgstr ""
|
4179
4173
|
|
4174
|
+
msgid "List flatpak remote repositories"
|
4175
|
+
msgstr ""
|
4176
|
+
|
4177
|
+
msgid "List flatpak remote's repositories"
|
4178
|
+
msgstr ""
|
4179
|
+
|
4180
|
+
msgid "List flatpak remotes"
|
4181
|
+
msgstr ""
|
4182
|
+
|
4180
4183
|
msgid "List host collections"
|
4181
4184
|
msgstr ""
|
4182
4185
|
|
@@ -4342,6 +4345,9 @@ msgstr ""
|
|
4342
4345
|
msgid "List the lifecycle environments not attached to the smart proxy"
|
4343
4346
|
msgstr ""
|
4344
4347
|
|
4348
|
+
msgid "Load balancer"
|
4349
|
+
msgstr ""
|
4350
|
+
|
4345
4351
|
msgid "Loading"
|
4346
4352
|
msgstr ""
|
4347
4353
|
|
@@ -4471,9 +4477,6 @@ msgstr ""
|
|
4471
4477
|
msgid "Messaging connection"
|
4472
4478
|
msgstr ""
|
4473
4479
|
|
4474
|
-
msgid "Metadata generate"
|
4475
|
-
msgstr ""
|
4476
|
-
|
4477
4480
|
msgid ""
|
4478
4481
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
4479
4482
|
"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."
|
@@ -4485,6 +4488,12 @@ msgstr ""
|
|
4485
4488
|
msgid "Minimum version"
|
4486
4489
|
msgstr ""
|
4487
4490
|
|
4491
|
+
msgid "Mirror Remote Repository"
|
4492
|
+
msgstr ""
|
4493
|
+
|
4494
|
+
msgid "Mirror a flatpak remote repository"
|
4495
|
+
msgstr ""
|
4496
|
+
|
4488
4497
|
msgid "Missing activation key!"
|
4489
4498
|
msgstr ""
|
4490
4499
|
|
@@ -4497,6 +4506,9 @@ msgstr ""
|
|
4497
4506
|
msgid "Moderate"
|
4498
4507
|
msgstr ""
|
4499
4508
|
|
4509
|
+
msgid "Modify via remote execution"
|
4510
|
+
msgstr ""
|
4511
|
+
|
4500
4512
|
msgid "Modular"
|
4501
4513
|
msgstr ""
|
4502
4514
|
|
@@ -4518,13 +4530,7 @@ msgstr ""
|
|
4518
4530
|
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
4519
4531
|
msgstr ""
|
4520
4532
|
|
4521
|
-
msgid "Multi
|
4522
|
-
msgstr ""
|
4523
|
-
|
4524
|
-
msgid "Multi copy content"
|
4525
|
-
msgstr ""
|
4526
|
-
|
4527
|
-
msgid "Multi copy units"
|
4533
|
+
msgid "Multi Content View Environment"
|
4528
4534
|
msgstr ""
|
4529
4535
|
|
4530
4536
|
msgid "Multi-entitlement"
|
@@ -4584,6 +4590,12 @@ msgstr ""
|
|
4584
4590
|
msgid "Name of the content view"
|
4585
4591
|
msgstr ""
|
4586
4592
|
|
4593
|
+
msgid "Name of the flatpak remote"
|
4594
|
+
msgstr ""
|
4595
|
+
|
4596
|
+
msgid "Name of the flatpak remote repository"
|
4597
|
+
msgstr ""
|
4598
|
+
|
4587
4599
|
msgid "Name of the host"
|
4588
4600
|
msgstr ""
|
4589
4601
|
|
@@ -4707,6 +4719,9 @@ msgstr ""
|
|
4707
4719
|
msgid "No content in selected versions."
|
4708
4720
|
msgstr ""
|
4709
4721
|
|
4722
|
+
msgid "No content view environments"
|
4723
|
+
msgstr ""
|
4724
|
+
|
4710
4725
|
msgid "No content view environments found with ids: %{ids}"
|
4711
4726
|
msgstr ""
|
4712
4727
|
|
@@ -4743,9 +4758,6 @@ msgstr ""
|
|
4743
4758
|
msgid "No enabled repositories match your search criteria."
|
4744
4759
|
msgstr ""
|
4745
4760
|
|
4746
|
-
msgid "No environment"
|
4747
|
-
msgstr ""
|
4748
|
-
|
4749
4761
|
msgid "No environments"
|
4750
4762
|
msgstr ""
|
4751
4763
|
|
@@ -5328,7 +5340,10 @@ msgstr ""
|
|
5328
5340
|
msgid "Package installation: \"%{package}\" "
|
5329
5341
|
msgstr ""
|
5330
5342
|
|
5331
|
-
msgid "Package
|
5343
|
+
msgid "Package mode"
|
5344
|
+
msgstr ""
|
5345
|
+
|
5346
|
+
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."
|
5332
5347
|
msgstr ""
|
5333
5348
|
|
5334
5349
|
msgid "Packages"
|
@@ -5457,6 +5472,9 @@ msgstr ""
|
|
5457
5472
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5458
5473
|
msgstr ""
|
5459
5474
|
|
5475
|
+
msgid "Possible values: %s"
|
5476
|
+
msgstr ""
|
5477
|
+
|
5460
5478
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
5461
5479
|
msgstr ""
|
5462
5480
|
|
@@ -5505,6 +5523,9 @@ msgstr ""
|
|
5505
5523
|
msgid "Product ID"
|
5506
5524
|
msgstr ""
|
5507
5525
|
|
5526
|
+
msgid "Product ID to mirror the remote repository to"
|
5527
|
+
msgstr ""
|
5528
|
+
|
5508
5529
|
msgid "Product and Repositories"
|
5509
5530
|
msgstr ""
|
5510
5531
|
|
@@ -5687,9 +5708,6 @@ msgstr ""
|
|
5687
5708
|
msgid "Pulp task error"
|
5688
5709
|
msgstr ""
|
5689
5710
|
|
5690
|
-
msgid "Purge completed tasks"
|
5691
|
-
msgstr ""
|
5692
|
-
|
5693
5711
|
msgid "Python Package"
|
5694
5712
|
msgstr ""
|
5695
5713
|
|
@@ -5798,9 +5816,6 @@ msgstr ""
|
|
5798
5816
|
msgid "Reclaim Space"
|
5799
5817
|
msgstr ""
|
5800
5818
|
|
5801
|
-
msgid "Reclaim space"
|
5802
|
-
msgstr ""
|
5803
|
-
|
5804
5819
|
msgid "Reclaim space from On Demand repositories"
|
5805
5820
|
msgstr ""
|
5806
5821
|
|
@@ -5864,9 +5879,6 @@ msgstr ""
|
|
5864
5879
|
msgid "Refresh all alternate content sources"
|
5865
5880
|
msgstr ""
|
5866
5881
|
|
5867
|
-
msgid "Refresh all distributions"
|
5868
|
-
msgstr ""
|
5869
|
-
|
5870
5882
|
msgid "Refresh alternate content sources"
|
5871
5883
|
msgstr ""
|
5872
5884
|
|
@@ -5879,27 +5891,15 @@ msgstr ""
|
|
5879
5891
|
msgid "Refresh counts"
|
5880
5892
|
msgstr ""
|
5881
5893
|
|
5882
|
-
msgid "Refresh distribution"
|
5883
|
-
msgstr ""
|
5884
|
-
|
5885
5894
|
msgid "Refresh errata applicability"
|
5886
5895
|
msgstr ""
|
5887
5896
|
|
5888
|
-
msgid "Refresh if needed"
|
5889
|
-
msgstr ""
|
5890
|
-
|
5891
5897
|
msgid "Refresh package applicability"
|
5892
5898
|
msgstr ""
|
5893
5899
|
|
5894
5900
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5895
5901
|
msgstr ""
|
5896
5902
|
|
5897
|
-
msgid "Refresh remote"
|
5898
|
-
msgstr ""
|
5899
|
-
|
5900
|
-
msgid "Refresh repos"
|
5901
|
-
msgstr ""
|
5902
|
-
|
5903
5903
|
msgid "Refresh source"
|
5904
5904
|
msgstr ""
|
5905
5905
|
|
@@ -5924,6 +5924,9 @@ msgstr ""
|
|
5924
5924
|
msgid "Registered on"
|
5925
5925
|
msgstr ""
|
5926
5926
|
|
5927
|
+
msgid "Registered to"
|
5928
|
+
msgstr ""
|
5929
|
+
|
5927
5930
|
msgid "Registering to multiple environments is not enabled."
|
5928
5931
|
msgstr ""
|
5929
5932
|
|
@@ -5939,9 +5942,6 @@ msgstr ""
|
|
5939
5942
|
msgid "Registry name pattern will result in invalid container image name of member repositories"
|
5940
5943
|
msgstr ""
|
5941
5944
|
|
5942
|
-
msgid "Reindex subscriptions"
|
5943
|
-
msgstr ""
|
5944
|
-
|
5945
5945
|
msgid "Related composite content views"
|
5946
5946
|
msgstr ""
|
5947
5947
|
|
@@ -6038,9 +6038,6 @@ msgstr ""
|
|
6038
6038
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
6039
6039
|
msgstr ""
|
6040
6040
|
|
6041
|
-
msgid "Remove orphans"
|
6042
|
-
msgstr ""
|
6043
|
-
|
6044
6041
|
msgid "Remove package group via Katello interface"
|
6045
6042
|
msgstr ""
|
6046
6043
|
|
@@ -6068,12 +6065,6 @@ msgstr ""
|
|
6068
6065
|
msgid "Remove subscriptions from one or more hosts"
|
6069
6066
|
msgstr ""
|
6070
6067
|
|
6071
|
-
msgid "Remove units"
|
6072
|
-
msgstr ""
|
6073
|
-
|
6074
|
-
msgid "Remove unneeded repos"
|
6075
|
-
msgstr ""
|
6076
|
-
|
6077
6068
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
6078
6069
|
msgstr ""
|
6079
6070
|
|
@@ -6098,9 +6089,6 @@ msgstr ""
|
|
6098
6089
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
6099
6090
|
msgstr ""
|
6100
6091
|
|
6101
|
-
msgid "Repair"
|
6102
|
-
msgstr ""
|
6103
|
-
|
6104
6092
|
msgid "Replace content source on the target machine"
|
6105
6093
|
msgstr ""
|
6106
6094
|
|
@@ -6119,18 +6107,12 @@ msgstr ""
|
|
6119
6107
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
6120
6108
|
msgstr ""
|
6121
6109
|
|
6122
|
-
msgid "Repositories certs reset"
|
6123
|
-
msgstr ""
|
6124
|
-
|
6125
6110
|
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."
|
6126
6111
|
msgstr ""
|
6127
6112
|
|
6128
6113
|
msgid "Repositories from published Content Views are not allowed."
|
6129
6114
|
msgstr ""
|
6130
6115
|
|
6131
|
-
msgid "Repositories gpg reset"
|
6132
|
-
msgstr ""
|
6133
|
-
|
6134
6116
|
msgid "Repository"
|
6135
6117
|
msgstr ""
|
6136
6118
|
|
@@ -6422,6 +6404,12 @@ msgstr ""
|
|
6422
6404
|
msgid "Roles"
|
6423
6405
|
msgstr ""
|
6424
6406
|
|
6407
|
+
msgid "Rollback image"
|
6408
|
+
msgstr ""
|
6409
|
+
|
6410
|
+
msgid "Rollback image digest"
|
6411
|
+
msgstr ""
|
6412
|
+
|
6425
6413
|
msgid "Rules to be added"
|
6426
6414
|
msgstr ""
|
6427
6415
|
|
@@ -6434,6 +6422,12 @@ msgstr ""
|
|
6434
6422
|
msgid "Running"
|
6435
6423
|
msgstr ""
|
6436
6424
|
|
6425
|
+
msgid "Running image"
|
6426
|
+
msgstr ""
|
6427
|
+
|
6428
|
+
msgid "Running image digest"
|
6429
|
+
msgstr ""
|
6430
|
+
|
6437
6431
|
msgid "SKU"
|
6438
6432
|
msgstr ""
|
6439
6433
|
|
@@ -6461,25 +6455,10 @@ msgstr ""
|
|
6461
6455
|
msgid "Save"
|
6462
6456
|
msgstr ""
|
6463
6457
|
|
6464
|
-
msgid "Save artifact"
|
6465
|
-
msgstr ""
|
6466
|
-
|
6467
|
-
msgid "Save distribution references"
|
6468
|
-
msgstr ""
|
6469
|
-
|
6470
|
-
msgid "Save publication"
|
6471
|
-
msgstr ""
|
6472
|
-
|
6473
|
-
msgid "Save version"
|
6474
|
-
msgstr ""
|
6475
|
-
|
6476
|
-
msgid "Save versions"
|
6477
|
-
msgstr ""
|
6478
|
-
|
6479
6458
|
msgid "Saving alternate content source..."
|
6480
6459
|
msgstr ""
|
6481
6460
|
|
6482
|
-
msgid "Scan
|
6461
|
+
msgid "Scan a flatpak remote"
|
6483
6462
|
msgstr ""
|
6484
6463
|
|
6485
6464
|
msgid "Schema version 1"
|
@@ -6587,9 +6566,6 @@ msgstr ""
|
|
6587
6566
|
msgid "Select action"
|
6588
6567
|
msgstr ""
|
6589
6568
|
|
6590
|
-
msgid "Select add-ons"
|
6591
|
-
msgstr ""
|
6592
|
-
|
6593
6569
|
msgid "Select all"
|
6594
6570
|
msgstr ""
|
6595
6571
|
|
@@ -6728,13 +6704,13 @@ msgstr ""
|
|
6728
6704
|
msgid "Set content overrides to one or more hosts"
|
6729
6705
|
msgstr ""
|
6730
6706
|
|
6731
|
-
msgid "Set
|
6707
|
+
msgid "Set this HTTP proxy as the default content HTTP proxy"
|
6732
6708
|
msgstr ""
|
6733
6709
|
|
6734
|
-
msgid "Set true to
|
6710
|
+
msgid "Set true to override to enabled; Set false to override to disabled.'"
|
6735
6711
|
msgstr ""
|
6736
6712
|
|
6737
|
-
msgid "
|
6713
|
+
msgid "Set true to remove an override and reset it to 'default'"
|
6738
6714
|
msgstr ""
|
6739
6715
|
|
6740
6716
|
msgid "Sets the system purpose usage"
|
@@ -6770,6 +6746,12 @@ msgstr ""
|
|
6770
6746
|
msgid "Show a content view's history"
|
6771
6747
|
msgstr ""
|
6772
6748
|
|
6749
|
+
msgid "Show a flatpak remote"
|
6750
|
+
msgstr ""
|
6751
|
+
|
6752
|
+
msgid "Show a flatpak remote repository"
|
6753
|
+
msgstr ""
|
6754
|
+
|
6773
6755
|
msgid "Show a host collection"
|
6774
6756
|
msgstr ""
|
6775
6757
|
|
@@ -7097,6 +7079,12 @@ msgstr ""
|
|
7097
7079
|
msgid "Stacking ID"
|
7098
7080
|
msgstr ""
|
7099
7081
|
|
7082
|
+
msgid "Staged image"
|
7083
|
+
msgstr ""
|
7084
|
+
|
7085
|
+
msgid "Staged image digest"
|
7086
|
+
msgstr ""
|
7087
|
+
|
7100
7088
|
msgid "Start Date"
|
7101
7089
|
msgstr ""
|
7102
7090
|
|
@@ -7262,9 +7250,6 @@ msgstr ""
|
|
7262
7250
|
msgid "Supported Content Types"
|
7263
7251
|
msgstr ""
|
7264
7252
|
|
7265
|
-
msgid "Sync"
|
7266
|
-
msgstr ""
|
7267
|
-
|
7268
7253
|
msgid "Sync Canceled"
|
7269
7254
|
msgstr ""
|
7270
7255
|
|
@@ -7319,9 +7304,6 @@ msgstr ""
|
|
7319
7304
|
msgid "Sync all repositories for a product"
|
7320
7305
|
msgstr ""
|
7321
7306
|
|
7322
|
-
msgid "Sync capsule"
|
7323
|
-
msgstr ""
|
7324
|
-
|
7325
7307
|
msgid "Sync complete."
|
7326
7308
|
msgstr ""
|
7327
7309
|
|
@@ -7340,9 +7322,6 @@ msgstr ""
|
|
7340
7322
|
msgid "Sync state"
|
7341
7323
|
msgstr ""
|
7342
7324
|
|
7343
|
-
msgid "Syncable export"
|
7344
|
-
msgstr ""
|
7345
|
-
|
7346
7325
|
msgid "Synced"
|
7347
7326
|
msgstr ""
|
7348
7327
|
|
@@ -7457,6 +7436,9 @@ msgstr ""
|
|
7457
7436
|
msgid "The actual file contents"
|
7458
7437
|
msgstr ""
|
7459
7438
|
|
7439
|
+
msgid "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions."
|
7440
|
+
msgstr ""
|
7441
|
+
|
7460
7442
|
msgid "The content type for the Alternate Content Source"
|
7461
7443
|
msgstr ""
|
7462
7444
|
|
@@ -7704,6 +7686,9 @@ msgstr ""
|
|
7704
7686
|
msgid "This content view version doesn't have a history."
|
7705
7687
|
msgstr ""
|
7706
7688
|
|
7689
|
+
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."
|
7690
|
+
msgstr ""
|
7691
|
+
|
7707
7692
|
msgid "This content view will be automatically updated to the latest version."
|
7708
7693
|
msgstr ""
|
7709
7694
|
|
@@ -7716,6 +7701,9 @@ msgstr ""
|
|
7716
7701
|
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."
|
7717
7702
|
msgstr ""
|
7718
7703
|
|
7704
|
+
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."
|
7705
|
+
msgstr ""
|
7706
|
+
|
7719
7707
|
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
7720
7708
|
msgstr ""
|
7721
7709
|
|
@@ -7842,7 +7830,7 @@ msgstr ""
|
|
7842
7830
|
msgid "To manage packages, select an action."
|
7843
7831
|
msgstr ""
|
7844
7832
|
|
7845
|
-
msgid "
|
7833
|
+
msgid "Token/password for the flatpak remote"
|
7846
7834
|
msgstr ""
|
7847
7835
|
|
7848
7836
|
msgid "Total steps: "
|
@@ -8106,6 +8094,9 @@ msgstr ""
|
|
8106
8094
|
msgid "Update a filter rule. The parameters included should be based upon the filter type."
|
8107
8095
|
msgstr ""
|
8108
8096
|
|
8097
|
+
msgid "Update a flatpak remote"
|
8098
|
+
msgstr ""
|
8099
|
+
|
8109
8100
|
msgid "Update a host collection"
|
8110
8101
|
msgstr ""
|
8111
8102
|
|
@@ -8130,27 +8121,15 @@ msgstr ""
|
|
8130
8121
|
msgid "Update content counts for the smart proxy"
|
8131
8122
|
msgstr ""
|
8132
8123
|
|
8133
|
-
msgid "Update content urls"
|
8134
|
-
msgstr ""
|
8135
|
-
|
8136
8124
|
msgid "Update content view environments for host"
|
8137
8125
|
msgstr ""
|
8138
8126
|
|
8139
8127
|
msgid "Update content view environments for host %s"
|
8140
8128
|
msgstr ""
|
8141
8129
|
|
8142
|
-
msgid "Update distributions"
|
8143
|
-
msgstr ""
|
8144
|
-
|
8145
8130
|
msgid "Update hosts manually"
|
8146
8131
|
msgstr ""
|
8147
8132
|
|
8148
|
-
msgid "Update http proxy"
|
8149
|
-
msgstr ""
|
8150
|
-
|
8151
|
-
msgid "Update http proxy details"
|
8152
|
-
msgstr ""
|
8153
|
-
|
8154
8133
|
msgid "Update installed packages, enabled repos, module inventory"
|
8155
8134
|
msgstr ""
|
8156
8135
|
|
@@ -8166,21 +8145,12 @@ msgstr ""
|
|
8166
8145
|
msgid "Update packages via Katello interface"
|
8167
8146
|
msgstr ""
|
8168
8147
|
|
8169
|
-
msgid "Update redhat repository"
|
8170
|
-
msgstr ""
|
8171
|
-
|
8172
8148
|
msgid "Update release version for host"
|
8173
8149
|
msgstr ""
|
8174
8150
|
|
8175
8151
|
msgid "Update release version for host %s"
|
8176
8152
|
msgstr ""
|
8177
8153
|
|
8178
|
-
msgid "Update remote"
|
8179
|
-
msgstr ""
|
8180
|
-
|
8181
|
-
msgid "Update repository"
|
8182
|
-
msgstr ""
|
8183
|
-
|
8184
8154
|
msgid "Update services requiring restart"
|
8185
8155
|
msgstr ""
|
8186
8156
|
|
@@ -8271,12 +8241,6 @@ msgstr ""
|
|
8271
8241
|
msgid "Upload a subscription manifest"
|
8272
8242
|
msgstr ""
|
8273
8243
|
|
8274
|
-
msgid "Upload content"
|
8275
|
-
msgstr ""
|
8276
|
-
|
8277
|
-
msgid "Upload file"
|
8278
|
-
msgstr ""
|
8279
|
-
|
8280
8244
|
msgid "Upload into"
|
8281
8245
|
msgstr ""
|
8282
8246
|
|
@@ -8286,9 +8250,6 @@ msgstr ""
|
|
8286
8250
|
msgid "Upload request id"
|
8287
8251
|
msgstr ""
|
8288
8252
|
|
8289
|
-
msgid "Upload tag"
|
8290
|
-
msgstr ""
|
8291
|
-
|
8292
8253
|
msgid "Upstream Candlepin"
|
8293
8254
|
msgstr ""
|
8294
8255
|
|
@@ -8376,6 +8337,9 @@ msgstr ""
|
|
8376
8337
|
msgid "Username for authentication. Relevant only for 'upstream_server' type."
|
8377
8338
|
msgstr ""
|
8378
8339
|
|
8340
|
+
msgid "Username for the flatpak remote"
|
8341
|
+
msgstr ""
|
8342
|
+
|
8379
8343
|
msgid "Username of the upstream repository user used for authentication"
|
8380
8344
|
msgstr ""
|
8381
8345
|
|
@@ -8400,9 +8364,6 @@ msgstr ""
|
|
8400
8364
|
msgid "Verify SSL"
|
8401
8365
|
msgstr ""
|
8402
8366
|
|
8403
|
-
msgid "Verify checksum"
|
8404
|
-
msgstr ""
|
8405
|
-
|
8406
8367
|
msgid "Verify checksum for content on smart proxy"
|
8407
8368
|
msgstr ""
|
8408
8369
|
|
@@ -8709,6 +8670,9 @@ msgstr ""
|
|
8709
8670
|
msgid "actions not found"
|
8710
8671
|
msgstr ""
|
8711
8672
|
|
8673
|
+
msgid "activation key"
|
8674
|
+
msgstr ""
|
8675
|
+
|
8712
8676
|
msgid "activation key identifier"
|
8713
8677
|
msgstr ""
|
8714
8678
|
|
@@ -8820,7 +8784,7 @@ msgstr ""
|
|
8820
8784
|
msgid "cannot be set because unlimited hosts is set"
|
8821
8785
|
msgstr ""
|
8822
8786
|
|
8823
|
-
msgid "cannot be set for
|
8787
|
+
msgid "cannot be set for repositories without 'Additive' mirroring policy."
|
8824
8788
|
msgstr ""
|
8825
8789
|
|
8826
8790
|
msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
|
@@ -8862,6 +8826,9 @@ msgstr ""
|
|
8862
8826
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8863
8827
|
msgstr ""
|
8864
8828
|
|
8829
|
+
msgid "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8830
|
+
msgstr ""
|
8831
|
+
|
8865
8832
|
msgid "content view component ID. Identifier of the component association"
|
8866
8833
|
msgstr ""
|
8867
8834
|
|
@@ -8946,7 +8913,7 @@ msgstr ""
|
|
8946
8913
|
msgid "disk"
|
8947
8914
|
msgstr ""
|
8948
8915
|
|
8949
|
-
msgid "download policy for
|
8916
|
+
msgid "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')"
|
8950
8917
|
msgstr ""
|
8951
8918
|
|
8952
8919
|
msgid "enables or disables synchronization"
|
@@ -8985,6 +8952,9 @@ msgstr ""
|
|
8985
8952
|
msgid "erratum: IDs or a select all object"
|
8986
8953
|
msgstr ""
|
8987
8954
|
|
8955
|
+
msgid "erratum: allow types not matching a valid errata type"
|
8956
|
+
msgstr ""
|
8957
|
+
|
8988
8958
|
msgid "erratum: end date (YYYY-MM-DD)"
|
8989
8959
|
msgstr ""
|
8990
8960
|
|
@@ -9045,6 +9015,9 @@ msgstr ""
|
|
9045
9015
|
msgid "here"
|
9046
9016
|
msgstr ""
|
9047
9017
|
|
9018
|
+
msgid "host"
|
9019
|
+
msgstr ""
|
9020
|
+
|
9048
9021
|
msgid "host collection name to filter by"
|
9049
9022
|
msgstr ""
|
9050
9023
|
|
@@ -9165,6 +9138,18 @@ msgstr ""
|
|
9165
9138
|
msgid "module streams not found"
|
9166
9139
|
msgstr ""
|
9167
9140
|
|
9141
|
+
msgid "multi-environment activation key"
|
9142
|
+
msgstr ""
|
9143
|
+
|
9144
|
+
msgid "multi-environment activation keys"
|
9145
|
+
msgstr ""
|
9146
|
+
|
9147
|
+
msgid "multi-environment host"
|
9148
|
+
msgstr ""
|
9149
|
+
|
9150
|
+
msgid "multi-environment hosts"
|
9151
|
+
msgstr ""
|
9152
|
+
|
9168
9153
|
msgid "must be %{gpg_key} or %{cert}"
|
9169
9154
|
msgstr ""
|
9170
9155
|
|