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
@@ -3,11 +3,11 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"katello": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "katello
|
6
|
+
"Project-Id-Version": "katello 4.16.0.pre.master",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2017-12-19 20:14+0000",
|
9
|
-
"Last-Translator": "
|
10
|
-
"Language-Team": "Italian (https://
|
9
|
+
"Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4, 2024",
|
10
|
+
"Language-Team": "Italian (https://app.transifex.com/foreman/teams/114/it/)",
|
11
11
|
"MIME-Version": "1.0",
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
13
13
|
"Content-Transfer-Encoding": "8bit",
|
@@ -465,9 +465,6 @@
|
|
465
465
|
"About page": [
|
466
466
|
""
|
467
467
|
],
|
468
|
-
"Abstract async task": [
|
469
|
-
"Evento asinc astratto"
|
470
|
-
],
|
471
468
|
"Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
|
472
469
|
""
|
473
470
|
],
|
@@ -508,7 +505,7 @@
|
|
508
505
|
"ID chiave di attivazione"
|
509
506
|
],
|
510
507
|
"Activation key deleted": [
|
511
|
-
""
|
508
|
+
"Chiave di attivazione rimossa"
|
512
509
|
],
|
513
510
|
"Activation key details": [
|
514
511
|
""
|
@@ -603,9 +600,6 @@
|
|
603
600
|
"Add one or more host collections to one or more hosts": [
|
604
601
|
""
|
605
602
|
],
|
606
|
-
"Add ons": [
|
607
|
-
""
|
608
|
-
],
|
609
603
|
"Add products to sync plan": [
|
610
604
|
"Aggiungi i prodotti alla programmazione per la sincronizzazione"
|
611
605
|
],
|
@@ -636,9 +630,6 @@
|
|
636
630
|
"Add to a host collection": [
|
637
631
|
""
|
638
632
|
],
|
639
|
-
"Add-ons": [
|
640
|
-
""
|
641
|
-
],
|
642
633
|
"Added": [
|
643
634
|
""
|
644
635
|
],
|
@@ -699,15 +690,15 @@
|
|
699
690
|
"All versions will be removed from these environments": [
|
700
691
|
""
|
701
692
|
],
|
702
|
-
"Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'.": [
|
703
|
-
""
|
704
|
-
],
|
705
693
|
"Allow deleting repositories in published content views": [
|
706
694
|
""
|
707
695
|
],
|
708
696
|
"Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode.": [
|
709
697
|
""
|
710
698
|
],
|
699
|
+
"Allow hosts or activation keys to be associated with multiple content view environments": [
|
700
|
+
""
|
701
|
+
],
|
711
702
|
"Allow hosts to re-register themselves only when they are in build mode": [
|
712
703
|
""
|
713
704
|
],
|
@@ -926,10 +917,10 @@
|
|
926
917
|
"Assign the release version to one or more hosts": [
|
927
918
|
""
|
928
919
|
],
|
929
|
-
"Assigning a host to multiple content view environments is not enabled.": [
|
920
|
+
"Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
|
930
921
|
""
|
931
922
|
],
|
932
|
-
"Assigning an activation key to multiple content view environments is not enabled.": [
|
923
|
+
"Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
|
933
924
|
""
|
934
925
|
],
|
935
926
|
"Associated location IDs": [
|
@@ -950,15 +941,15 @@
|
|
950
941
|
"At least one activation key must have a lifecycle environment and content view assigned to it": [
|
951
942
|
"Almeno una chiave di attivazione deve avere un ambiente ciclo di vita e una visualizzazione del contenuto"
|
952
943
|
],
|
944
|
+
"At least one errata type option needs to be selected.": [
|
945
|
+
""
|
946
|
+
],
|
953
947
|
"At least one of the selected items requires the host to reboot": [
|
954
948
|
""
|
955
949
|
],
|
956
950
|
"At least one organization must exist.": [
|
957
951
|
"Deve essere presente almeno una organizzazione."
|
958
952
|
],
|
959
|
-
"Atleast one errata type needs to be selected.": [
|
960
|
-
""
|
961
|
-
],
|
962
953
|
"Attach a subscription": [
|
963
954
|
"Aggiungi una sottoscrizione "
|
964
955
|
],
|
@@ -983,9 +974,6 @@
|
|
983
974
|
"Auto Publish - Triggered by '%s'": [
|
984
975
|
""
|
985
976
|
],
|
986
|
-
"Auto attach subscriptions": [
|
987
|
-
"esegui l'auto attach delle sottoscrizioni"
|
988
|
-
],
|
989
977
|
"Auto publish": [
|
990
978
|
""
|
991
979
|
],
|
@@ -1001,6 +989,12 @@
|
|
1001
989
|
"Available Repositories": [
|
1002
990
|
""
|
1003
991
|
],
|
992
|
+
"Available image": [
|
993
|
+
""
|
994
|
+
],
|
995
|
+
"Available image digest": [
|
996
|
+
""
|
997
|
+
],
|
1004
998
|
"Available schema versions": [
|
1005
999
|
""
|
1006
1000
|
],
|
@@ -1016,6 +1010,9 @@
|
|
1016
1010
|
"Base URL for finding alternate content": [
|
1017
1011
|
""
|
1018
1012
|
],
|
1013
|
+
"Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/.": [
|
1014
|
+
""
|
1015
|
+
],
|
1019
1016
|
"Base URL to perform repo discovery on": [
|
1020
1017
|
""
|
1021
1018
|
],
|
@@ -1061,6 +1058,24 @@
|
|
1061
1058
|
"Bookmarks marked as public are available to all users": [
|
1062
1059
|
""
|
1063
1060
|
],
|
1061
|
+
"Bootc rollback via Bootc interface": [
|
1062
|
+
""
|
1063
|
+
],
|
1064
|
+
"Bootc status via Bootc interface": [
|
1065
|
+
""
|
1066
|
+
],
|
1067
|
+
"Bootc switch via Bootc interface": [
|
1068
|
+
""
|
1069
|
+
],
|
1070
|
+
"Bootc upgrade via Bootc interface": [
|
1071
|
+
""
|
1072
|
+
],
|
1073
|
+
"Booted Container Images": [
|
1074
|
+
""
|
1075
|
+
],
|
1076
|
+
"Booted container images": [
|
1077
|
+
""
|
1078
|
+
],
|
1064
1079
|
"Both": [
|
1065
1080
|
""
|
1066
1081
|
],
|
@@ -1340,6 +1355,9 @@
|
|
1340
1355
|
"Cannot upload Container Image content.": [
|
1341
1356
|
""
|
1342
1357
|
],
|
1358
|
+
"Cannot upload container content via Hammer/API. Use podman push instead.": [
|
1359
|
+
""
|
1360
|
+
],
|
1343
1361
|
"Capacity": [
|
1344
1362
|
"Capacità"
|
1345
1363
|
],
|
@@ -1415,13 +1433,13 @@
|
|
1415
1433
|
"Collapse All": [
|
1416
1434
|
"Comprimi tutto"
|
1417
1435
|
],
|
1418
|
-
"Comma-separated list of
|
1436
|
+
"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.": [
|
1419
1437
|
""
|
1420
1438
|
],
|
1421
|
-
"Comma-separated list of
|
1439
|
+
"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.": [
|
1422
1440
|
""
|
1423
1441
|
],
|
1424
|
-
"Comma-separated list of
|
1442
|
+
"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.": [
|
1425
1443
|
""
|
1426
1444
|
],
|
1427
1445
|
"Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front.": [
|
@@ -1433,9 +1451,6 @@
|
|
1433
1451
|
"Comma-separated list of tags to sync for a container image repository": [
|
1434
1452
|
""
|
1435
1453
|
],
|
1436
|
-
"Commit upload": [
|
1437
|
-
""
|
1438
|
-
],
|
1439
1454
|
"Compare": [
|
1440
1455
|
""
|
1441
1456
|
],
|
@@ -1646,6 +1661,9 @@
|
|
1646
1661
|
"Content imported by %{user} into content view '%{name}'": [
|
1647
1662
|
""
|
1648
1663
|
],
|
1664
|
+
"Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer.": [
|
1665
|
+
""
|
1666
|
+
],
|
1649
1667
|
"Content not uploaded to pulp": [
|
1650
1668
|
""
|
1651
1669
|
],
|
@@ -1706,6 +1724,9 @@
|
|
1706
1724
|
"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.": [
|
1707
1725
|
""
|
1708
1726
|
],
|
1727
|
+
"Content view environment": [
|
1728
|
+
""
|
1729
|
+
],
|
1709
1730
|
"Content view environments": [
|
1710
1731
|
""
|
1711
1732
|
],
|
@@ -1754,6 +1775,9 @@
|
|
1754
1775
|
"Content view version is empty": [
|
1755
1776
|
""
|
1756
1777
|
],
|
1778
|
+
"Content view version is empty or content counts are not up to date": [
|
1779
|
+
""
|
1780
|
+
],
|
1757
1781
|
"Content views": [
|
1758
1782
|
""
|
1759
1783
|
],
|
@@ -1781,27 +1805,15 @@
|
|
1781
1805
|
"Copy": [
|
1782
1806
|
""
|
1783
1807
|
],
|
1784
|
-
"Copy all units": [
|
1785
|
-
""
|
1786
|
-
],
|
1787
1808
|
"Copy an activation key": [
|
1788
1809
|
"Copia una chiave di attivazione"
|
1789
1810
|
],
|
1790
|
-
"Copy content": [
|
1791
|
-
""
|
1792
|
-
],
|
1793
1811
|
"Copy content view": [
|
1794
1812
|
""
|
1795
1813
|
],
|
1796
1814
|
"Copy to clipboard": [
|
1797
1815
|
""
|
1798
1816
|
],
|
1799
|
-
"Copy version": [
|
1800
|
-
""
|
1801
|
-
],
|
1802
|
-
"Copy version units to library": [
|
1803
|
-
""
|
1804
|
-
],
|
1805
1817
|
"Cores per socket": [
|
1806
1818
|
"Core per socket"
|
1807
1819
|
],
|
@@ -1976,6 +1988,9 @@
|
|
1976
1988
|
"Create a filter rule. The parameters included should be based upon the filter type.": [
|
1977
1989
|
"Crea una regola per il filtro. I parametri inclusi devono basarsi sul tipo di filtro."
|
1978
1990
|
],
|
1991
|
+
"Create a flatpak remote": [
|
1992
|
+
""
|
1993
|
+
],
|
1979
1994
|
"Create a host collection": [
|
1980
1995
|
"Crea un insieme di host"
|
1981
1996
|
],
|
@@ -2006,21 +2021,12 @@
|
|
2006
2021
|
"Create content view": [
|
2007
2022
|
""
|
2008
2023
|
],
|
2009
|
-
"Create exporter": [
|
2010
|
-
""
|
2011
|
-
],
|
2012
2024
|
"Create filter": [
|
2013
2025
|
""
|
2014
2026
|
],
|
2015
2027
|
"Create host collection": [
|
2016
2028
|
""
|
2017
2029
|
],
|
2018
|
-
"Create import": [
|
2019
|
-
""
|
2020
|
-
],
|
2021
|
-
"Create importer": [
|
2022
|
-
""
|
2023
|
-
],
|
2024
2030
|
"Create new activation key": [
|
2025
2031
|
""
|
2026
2032
|
],
|
@@ -2030,12 +2036,6 @@
|
|
2030
2036
|
"Create package filter rule": [
|
2031
2037
|
""
|
2032
2038
|
],
|
2033
|
-
"Create publication": [
|
2034
|
-
""
|
2035
|
-
],
|
2036
|
-
"Create remote": [
|
2037
|
-
""
|
2038
|
-
],
|
2039
2039
|
"Create rule": [
|
2040
2040
|
""
|
2041
2041
|
],
|
@@ -2261,6 +2261,9 @@
|
|
2261
2261
|
"Delete a filter rule": [
|
2262
2262
|
"Cancella regola del filtro"
|
2263
2263
|
],
|
2264
|
+
"Delete a flatpak remote": [
|
2265
|
+
""
|
2266
|
+
],
|
2264
2267
|
"Delete activation key?": [
|
2265
2268
|
""
|
2266
2269
|
],
|
@@ -2282,36 +2285,12 @@
|
|
2282
2285
|
"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.": [
|
2283
2286
|
""
|
2284
2287
|
],
|
2285
|
-
"Delete distributions": [
|
2286
|
-
""
|
2287
|
-
],
|
2288
2288
|
"Delete manifest from Red Hat provider": [
|
2289
2289
|
"Cancella manifesto dal provider Red Hat"
|
2290
2290
|
],
|
2291
2291
|
"Delete multiple filters from a content view": [
|
2292
2292
|
""
|
2293
2293
|
],
|
2294
|
-
"Delete orphan alternate content sources": [
|
2295
|
-
""
|
2296
|
-
],
|
2297
|
-
"Delete orphan distributions": [
|
2298
|
-
""
|
2299
|
-
],
|
2300
|
-
"Delete orphan remotes": [
|
2301
|
-
""
|
2302
|
-
],
|
2303
|
-
"Delete orphan repository versions": [
|
2304
|
-
""
|
2305
|
-
],
|
2306
|
-
"Delete orphaned migrated repositories": [
|
2307
|
-
""
|
2308
|
-
],
|
2309
|
-
"Delete remote": [
|
2310
|
-
""
|
2311
|
-
],
|
2312
|
-
"Delete repository references": [
|
2313
|
-
""
|
2314
|
-
],
|
2315
2294
|
"Delete version": [
|
2316
2295
|
""
|
2317
2296
|
],
|
@@ -2357,6 +2336,9 @@
|
|
2357
2336
|
"Description for the new published content view version": [
|
2358
2337
|
"Descrizione per la nuova versione della visualizzazione del contenuto pubblicato"
|
2359
2338
|
],
|
2339
|
+
"Description of the flatpak remote": [
|
2340
|
+
""
|
2341
|
+
],
|
2360
2342
|
"Description of the repository": [
|
2361
2343
|
""
|
2362
2344
|
],
|
@@ -2408,12 +2390,6 @@
|
|
2408
2390
|
"Destroy an environment in an organization": [
|
2409
2391
|
"Elimina ambiente in una organizzazione"
|
2410
2392
|
],
|
2411
|
-
"Destroy exporter": [
|
2412
|
-
""
|
2413
|
-
],
|
2414
|
-
"Destroy importer": [
|
2415
|
-
""
|
2416
|
-
],
|
2417
2393
|
"Destroy one or more alternate content sources": [
|
2418
2394
|
""
|
2419
2395
|
],
|
@@ -2462,9 +2438,6 @@
|
|
2462
2438
|
"Disabling Simple Content Access failed for '%{subject}'.": [
|
2463
2439
|
""
|
2464
2440
|
],
|
2465
|
-
"Discover": [
|
2466
|
-
"Trova"
|
2467
|
-
],
|
2468
2441
|
"Discover Repositories": [
|
2469
2442
|
"Trova repositori"
|
2470
2443
|
],
|
@@ -2660,9 +2633,6 @@
|
|
2660
2633
|
"Environment cannot be in its own promotion path": [
|
2661
2634
|
"L'ambiente non può trovarsi sul proprio percorso di avanzamento"
|
2662
2635
|
],
|
2663
|
-
"Environment contents refresh": [
|
2664
|
-
""
|
2665
|
-
],
|
2666
2636
|
"Environment identifier": [
|
2667
2637
|
""
|
2668
2638
|
],
|
@@ -2702,9 +2672,6 @@
|
|
2702
2672
|
"Errata id of the erratum (RHSA-2012:108)": [
|
2703
2673
|
"id errata dell'erratum (RHSA-2012:108)"
|
2704
2674
|
],
|
2705
|
-
"Errata mail": [
|
2706
|
-
"Posta per l'Errata"
|
2707
|
-
],
|
2708
2675
|
"Errata statuses not updated for deleted content facet with UUID %s": [
|
2709
2676
|
""
|
2710
2677
|
],
|
@@ -2864,9 +2831,6 @@
|
|
2864
2831
|
"Fetch installable errata for one or more hosts.": [
|
2865
2832
|
""
|
2866
2833
|
],
|
2867
|
-
"Fetch pxe files": [
|
2868
|
-
""
|
2869
|
-
],
|
2870
2834
|
"Fetch traces for one or more hosts": [
|
2871
2835
|
""
|
2872
2836
|
],
|
@@ -2960,9 +2924,6 @@
|
|
2960
2924
|
"Filter versions that are components in the specified composite version": [
|
2961
2925
|
"Filtra versioni componenti nella versione composita specificata"
|
2962
2926
|
],
|
2963
|
-
"Filtered index content": [
|
2964
|
-
""
|
2965
|
-
],
|
2966
2927
|
"Filters": [
|
2967
2928
|
"Filtri"
|
2968
2929
|
],
|
@@ -2984,6 +2945,15 @@
|
|
2984
2945
|
"Finished": [
|
2985
2946
|
"Completato"
|
2986
2947
|
],
|
2948
|
+
"Flatpak Remotes": [
|
2949
|
+
""
|
2950
|
+
],
|
2951
|
+
"Flatpak remote numeric identifier": [
|
2952
|
+
""
|
2953
|
+
],
|
2954
|
+
"Flatpak remote repository numeric identifier": [
|
2955
|
+
""
|
2956
|
+
],
|
2987
2957
|
"Force": [
|
2988
2958
|
""
|
2989
2959
|
],
|
@@ -3044,9 +3014,6 @@
|
|
3044
3014
|
"Generate host applicability": [
|
3045
3015
|
""
|
3046
3016
|
],
|
3047
|
-
"Generate metadata": [
|
3048
|
-
""
|
3049
|
-
],
|
3050
3017
|
"Generate repository applicability": [
|
3051
3018
|
""
|
3052
3019
|
],
|
@@ -3284,12 +3251,6 @@
|
|
3284
3251
|
"How to order the sorted results (e.g. ASC for ascending)": [
|
3285
3252
|
"Come ordinare i risultati (es. ASC per ascendente)"
|
3286
3253
|
],
|
3287
|
-
"Hypervisors": [
|
3288
|
-
""
|
3289
|
-
],
|
3290
|
-
"Hypervisors update": [
|
3291
|
-
""
|
3292
|
-
],
|
3293
3254
|
"ID of a HTTP Proxy": [
|
3294
3255
|
""
|
3295
3256
|
],
|
@@ -3311,6 +3272,9 @@
|
|
3311
3272
|
"ID of an organization to show repositories in": [
|
3312
3273
|
"ID di una organizzazione nella quale visualizzare i repositori"
|
3313
3274
|
],
|
3275
|
+
"ID of flatpak remote to show repositories of": [
|
3276
|
+
""
|
3277
|
+
],
|
3314
3278
|
"ID of the Organization": [
|
3315
3279
|
""
|
3316
3280
|
],
|
@@ -3371,12 +3335,18 @@
|
|
3371
3335
|
"Id of the content host": [
|
3372
3336
|
""
|
3373
3337
|
],
|
3338
|
+
"Id of the content view to limit the content counting on": [
|
3339
|
+
""
|
3340
|
+
],
|
3374
3341
|
"Id of the content view to limit the synchronization on": [
|
3375
3342
|
""
|
3376
3343
|
],
|
3377
3344
|
"Id of the content view to limit verifying checksum on": [
|
3378
3345
|
""
|
3379
3346
|
],
|
3347
|
+
"Id of the environment to limit the content counting on": [
|
3348
|
+
""
|
3349
|
+
],
|
3380
3350
|
"Id of the environment to limit the synchronization on": [
|
3381
3351
|
""
|
3382
3352
|
],
|
@@ -3398,6 +3368,9 @@
|
|
3398
3368
|
"Id of the organization to limit environments on": [
|
3399
3369
|
""
|
3400
3370
|
],
|
3371
|
+
"Id of the repository to limit the content counting on": [
|
3372
|
+
""
|
3373
|
+
],
|
3401
3374
|
"Id of the repository to limit the synchronization on": [
|
3402
3375
|
""
|
3403
3376
|
],
|
@@ -3533,6 +3506,27 @@
|
|
3533
3506
|
"Image": [
|
3534
3507
|
""
|
3535
3508
|
],
|
3509
|
+
"Image digest": [
|
3510
|
+
""
|
3511
|
+
],
|
3512
|
+
"Image digests": [
|
3513
|
+
""
|
3514
|
+
],
|
3515
|
+
"Image mode": [
|
3516
|
+
""
|
3517
|
+
],
|
3518
|
+
"Image mode / package mode": [
|
3519
|
+
""
|
3520
|
+
],
|
3521
|
+
"Image mode details": [
|
3522
|
+
""
|
3523
|
+
],
|
3524
|
+
"Image name": [
|
3525
|
+
""
|
3526
|
+
],
|
3527
|
+
"Image-mode host": [
|
3528
|
+
""
|
3529
|
+
],
|
3536
3530
|
"Immediate": [
|
3537
3531
|
""
|
3538
3532
|
],
|
@@ -3575,9 +3569,6 @@
|
|
3575
3569
|
"Import a subscription manifest to give hosts access to Red Hat content.": [
|
3576
3570
|
""
|
3577
3571
|
],
|
3578
|
-
"Import migration": [
|
3579
|
-
""
|
3580
|
-
],
|
3581
3572
|
"Import new manifest": [
|
3582
3573
|
""
|
3583
3574
|
],
|
@@ -3587,12 +3578,6 @@
|
|
3587
3578
|
"Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
|
3588
3579
|
""
|
3589
3580
|
],
|
3590
|
-
"Import repository upload": [
|
3591
|
-
""
|
3592
|
-
],
|
3593
|
-
"Import upload": [
|
3594
|
-
""
|
3595
|
-
],
|
3596
3581
|
"Import uploads into a repository": [
|
3597
3582
|
"Importa caricamento in un repositorio"
|
3598
3583
|
],
|
@@ -3635,6 +3620,9 @@
|
|
3635
3620
|
"Include filter": [
|
3636
3621
|
""
|
3637
3622
|
],
|
3623
|
+
"Include manifests": [
|
3624
|
+
""
|
3625
|
+
],
|
3638
3626
|
"Included": [
|
3639
3627
|
""
|
3640
3628
|
],
|
@@ -3656,9 +3644,6 @@
|
|
3656
3644
|
"Incremental Update incomplete.": [
|
3657
3645
|
"Aggiornamento incrementale non completato."
|
3658
3646
|
],
|
3659
|
-
"Incremental Update of Content View Version(s) ": [
|
3660
|
-
""
|
3661
|
-
],
|
3662
3647
|
"Incremental Update of %{content_view_count} Content View Version(s) ": [
|
3663
3648
|
""
|
3664
3649
|
],
|
@@ -3671,27 +3656,12 @@
|
|
3671
3656
|
"Incremental update specified for composite %{name} version %{version}, but no components updated.": [
|
3672
3657
|
"Aggiornamento incrementale specificato per versione %{version} composita %{name}, ma nessun componente aggiornato."
|
3673
3658
|
],
|
3674
|
-
"Index content": [
|
3675
|
-
""
|
3676
|
-
],
|
3677
|
-
"Index errata": [
|
3678
|
-
"Indice errata"
|
3679
|
-
],
|
3680
|
-
"Index module streams": [
|
3681
|
-
""
|
3682
|
-
],
|
3683
|
-
"Index package groups": [
|
3684
|
-
""
|
3685
|
-
],
|
3686
3659
|
"Informable Type must be one of the following [ %{list} ]": [
|
3687
3660
|
"Tipo di informazioni deve essere una delle seguenti [ %{list} ]"
|
3688
3661
|
],
|
3689
3662
|
"Inherit from Repository": [
|
3690
3663
|
""
|
3691
3664
|
],
|
3692
|
-
"Initialize": [
|
3693
|
-
""
|
3694
|
-
],
|
3695
3665
|
"Initiate a sync of the products attached to the sync plan": [
|
3696
3666
|
""
|
3697
3667
|
],
|
@@ -3767,9 +3737,6 @@
|
|
3767
3737
|
"Installing Package...": [
|
3768
3738
|
"installazione pacchetto in corso..."
|
3769
3739
|
],
|
3770
|
-
"Instance update": [
|
3771
|
-
""
|
3772
|
-
],
|
3773
3740
|
"Instance-based": [
|
3774
3741
|
"Basato sull'istanza"
|
3775
3742
|
],
|
@@ -3800,8 +3767,8 @@
|
|
3800
3767
|
"Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'": [
|
3801
3768
|
"La regola per il filtro dell'erratum specificata non è valida, 'errata_id' non può essere specificata nella stessa tupla di 'start_date', 'end_date' o 'types'"
|
3802
3769
|
],
|
3803
|
-
"Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or '
|
3804
|
-
"
|
3770
|
+
"Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date', 'types', or 'allow_other_types'": [
|
3771
|
+
""
|
3805
3772
|
],
|
3806
3773
|
"Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}": [
|
3807
3774
|
"Fornito un tipo di erratum non valido %{invalid_types}. I tipi di erratum possono essere %{valid_types}"
|
@@ -3884,9 +3851,27 @@
|
|
3884
3851
|
"Job '${description}' has started.": [
|
3885
3852
|
""
|
3886
3853
|
],
|
3854
|
+
"Katello Bootc interface": [
|
3855
|
+
""
|
3856
|
+
],
|
3887
3857
|
"Katello ID of local pool to update": [
|
3888
3858
|
""
|
3889
3859
|
],
|
3860
|
+
"Katello: Bootc Action": [
|
3861
|
+
""
|
3862
|
+
],
|
3863
|
+
"Katello: Bootc Rollback": [
|
3864
|
+
""
|
3865
|
+
],
|
3866
|
+
"Katello: Bootc Status": [
|
3867
|
+
""
|
3868
|
+
],
|
3869
|
+
"Katello: Bootc Switch": [
|
3870
|
+
""
|
3871
|
+
],
|
3872
|
+
"Katello: Bootc Upgrade": [
|
3873
|
+
""
|
3874
|
+
],
|
3890
3875
|
"Katello: Configure host for new content source": [
|
3891
3876
|
""
|
3892
3877
|
],
|
@@ -3935,6 +3920,9 @@
|
|
3935
3920
|
"Katello: Upload Profile": [
|
3936
3921
|
""
|
3937
3922
|
],
|
3923
|
+
"Keep latest packages": [
|
3924
|
+
""
|
3925
|
+
],
|
3938
3926
|
"Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)": [
|
3939
3927
|
""
|
3940
3928
|
],
|
@@ -3959,6 +3947,9 @@
|
|
3959
3947
|
"Label of the content view": [
|
3960
3948
|
""
|
3961
3949
|
],
|
3950
|
+
"Label of the flatpak remote": [
|
3951
|
+
""
|
3952
|
+
],
|
3962
3953
|
"Last check-in:": [
|
3963
3954
|
""
|
3964
3955
|
],
|
@@ -4124,6 +4115,9 @@
|
|
4124
4115
|
"List available subscriptions from Red Hat Subscription Management": [
|
4125
4116
|
""
|
4126
4117
|
],
|
4118
|
+
"List booted bootc container images for hosts": [
|
4119
|
+
""
|
4120
|
+
],
|
4127
4121
|
"List components attached to this content view": [
|
4128
4122
|
""
|
4129
4123
|
],
|
@@ -4163,6 +4157,15 @@
|
|
4163
4157
|
"List filter rules": [
|
4164
4158
|
"Elenca le regole del filtro"
|
4165
4159
|
],
|
4160
|
+
"List flatpak remote repositories": [
|
4161
|
+
""
|
4162
|
+
],
|
4163
|
+
"List flatpak remote's repositories": [
|
4164
|
+
""
|
4165
|
+
],
|
4166
|
+
"List flatpak remotes": [
|
4167
|
+
""
|
4168
|
+
],
|
4166
4169
|
"List host collections": [
|
4167
4170
|
"Elenca gli insiemi di host"
|
4168
4171
|
],
|
@@ -4328,6 +4331,9 @@
|
|
4328
4331
|
"List the lifecycle environments not attached to the smart proxy": [
|
4329
4332
|
""
|
4330
4333
|
],
|
4334
|
+
"Load balancer": [
|
4335
|
+
""
|
4336
|
+
],
|
4331
4337
|
"Loading": [
|
4332
4338
|
"Caricamento in corso"
|
4333
4339
|
],
|
@@ -4457,9 +4463,6 @@
|
|
4457
4463
|
"Messaging connection": [
|
4458
4464
|
""
|
4459
4465
|
],
|
4460
|
-
"Metadata generate": [
|
4461
|
-
""
|
4462
|
-
],
|
4463
4466
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories.": [
|
4464
4467
|
""
|
4465
4468
|
],
|
@@ -4469,6 +4472,12 @@
|
|
4469
4472
|
"Minimum version": [
|
4470
4473
|
""
|
4471
4474
|
],
|
4475
|
+
"Mirror Remote Repository": [
|
4476
|
+
""
|
4477
|
+
],
|
4478
|
+
"Mirror a flatpak remote repository": [
|
4479
|
+
""
|
4480
|
+
],
|
4472
4481
|
"Missing activation key!": [
|
4473
4482
|
""
|
4474
4483
|
],
|
@@ -4481,6 +4490,9 @@
|
|
4481
4490
|
"Moderate": [
|
4482
4491
|
"Moderato"
|
4483
4492
|
],
|
4493
|
+
"Modify via remote execution": [
|
4494
|
+
""
|
4495
|
+
],
|
4484
4496
|
"Modular": [
|
4485
4497
|
""
|
4486
4498
|
],
|
@@ -4502,13 +4514,7 @@
|
|
4502
4514
|
"Module streams will appear here after enabling Red Hat repositories or creating custom products.": [
|
4503
4515
|
""
|
4504
4516
|
],
|
4505
|
-
"Multi
|
4506
|
-
""
|
4507
|
-
],
|
4508
|
-
"Multi copy content": [
|
4509
|
-
""
|
4510
|
-
],
|
4511
|
-
"Multi copy units": [
|
4517
|
+
"Multi Content View Environment": [
|
4512
4518
|
""
|
4513
4519
|
],
|
4514
4520
|
"Multi-entitlement": [
|
@@ -4562,6 +4568,12 @@
|
|
4562
4568
|
"Name of the content view": [
|
4563
4569
|
"Nome visualizzazione dei contenuti"
|
4564
4570
|
],
|
4571
|
+
"Name of the flatpak remote": [
|
4572
|
+
""
|
4573
|
+
],
|
4574
|
+
"Name of the flatpak remote repository": [
|
4575
|
+
""
|
4576
|
+
],
|
4565
4577
|
"Name of the host": [
|
4566
4578
|
""
|
4567
4579
|
],
|
@@ -4685,6 +4697,9 @@
|
|
4685
4697
|
"No content in selected versions.": [
|
4686
4698
|
""
|
4687
4699
|
],
|
4700
|
+
"No content view environments": [
|
4701
|
+
""
|
4702
|
+
],
|
4688
4703
|
"No content view environments found with ids: %{ids}": [
|
4689
4704
|
""
|
4690
4705
|
],
|
@@ -4721,9 +4736,6 @@
|
|
4721
4736
|
"No enabled repositories match your search criteria.": [
|
4722
4737
|
""
|
4723
4738
|
],
|
4724
|
-
"No environment": [
|
4725
|
-
""
|
4726
|
-
],
|
4727
4739
|
"No environments": [
|
4728
4740
|
""
|
4729
4741
|
],
|
@@ -5019,7 +5031,7 @@
|
|
5019
5031
|
""
|
5020
5032
|
],
|
5021
5033
|
"OS": [
|
5022
|
-
""
|
5034
|
+
"OS"
|
5023
5035
|
],
|
5024
5036
|
"OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host.": [
|
5025
5037
|
""
|
@@ -5306,7 +5318,10 @@
|
|
5306
5318
|
"Package installation: \\\"%{package}\\\" ": [
|
5307
5319
|
"Installazione pacchetto: \\\"%{package}\\\" "
|
5308
5320
|
],
|
5309
|
-
"Package
|
5321
|
+
"Package mode": [
|
5322
|
+
""
|
5323
|
+
],
|
5324
|
+
"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.": [
|
5310
5325
|
""
|
5311
5326
|
],
|
5312
5327
|
"Packages": [
|
@@ -5435,6 +5450,9 @@
|
|
5435
5450
|
"Policy to set for mirroring content. Must be one of %s.": [
|
5436
5451
|
""
|
5437
5452
|
],
|
5453
|
+
"Possible values: %s": [
|
5454
|
+
""
|
5455
|
+
],
|
5438
5456
|
"Prefer registered through Smart Proxy for remote execution": [
|
5439
5457
|
""
|
5440
5458
|
],
|
@@ -5483,6 +5501,9 @@
|
|
5483
5501
|
"Product ID": [
|
5484
5502
|
"ID del prodotto"
|
5485
5503
|
],
|
5504
|
+
"Product ID to mirror the remote repository to": [
|
5505
|
+
""
|
5506
|
+
],
|
5486
5507
|
"Product and Repositories": [
|
5487
5508
|
"Prodotto e repositori"
|
5488
5509
|
],
|
@@ -5663,9 +5684,6 @@
|
|
5663
5684
|
"Pulp task error": [
|
5664
5685
|
"Errore attività di Pulp"
|
5665
5686
|
],
|
5666
|
-
"Purge completed tasks": [
|
5667
|
-
""
|
5668
|
-
],
|
5669
5687
|
"Python Package": [
|
5670
5688
|
""
|
5671
5689
|
],
|
@@ -5774,9 +5792,6 @@
|
|
5774
5792
|
"Reclaim Space": [
|
5775
5793
|
""
|
5776
5794
|
],
|
5777
|
-
"Reclaim space": [
|
5778
|
-
""
|
5779
|
-
],
|
5780
5795
|
"Reclaim space from On Demand repositories": [
|
5781
5796
|
""
|
5782
5797
|
],
|
@@ -5840,9 +5855,6 @@
|
|
5840
5855
|
"Refresh all alternate content sources": [
|
5841
5856
|
""
|
5842
5857
|
],
|
5843
|
-
"Refresh all distributions": [
|
5844
|
-
""
|
5845
|
-
],
|
5846
5858
|
"Refresh alternate content sources": [
|
5847
5859
|
""
|
5848
5860
|
],
|
@@ -5855,27 +5867,15 @@
|
|
5855
5867
|
"Refresh counts": [
|
5856
5868
|
""
|
5857
5869
|
],
|
5858
|
-
"Refresh distribution": [
|
5859
|
-
""
|
5860
|
-
],
|
5861
5870
|
"Refresh errata applicability": [
|
5862
5871
|
""
|
5863
5872
|
],
|
5864
|
-
"Refresh if needed": [
|
5865
|
-
""
|
5866
|
-
],
|
5867
5873
|
"Refresh package applicability": [
|
5868
5874
|
""
|
5869
5875
|
],
|
5870
5876
|
"Refresh previously imported manifest for Red Hat provider": [
|
5871
5877
|
"Aggiorna il manifesto precedentemente importato per il provider di Red Hat"
|
5872
5878
|
],
|
5873
|
-
"Refresh remote": [
|
5874
|
-
""
|
5875
|
-
],
|
5876
|
-
"Refresh repos": [
|
5877
|
-
""
|
5878
|
-
],
|
5879
5879
|
"Refresh source": [
|
5880
5880
|
""
|
5881
5881
|
],
|
@@ -5900,6 +5900,9 @@
|
|
5900
5900
|
"Registered on": [
|
5901
5901
|
""
|
5902
5902
|
],
|
5903
|
+
"Registered to": [
|
5904
|
+
""
|
5905
|
+
],
|
5903
5906
|
"Registering to multiple environments is not enabled.": [
|
5904
5907
|
""
|
5905
5908
|
],
|
@@ -5915,9 +5918,6 @@
|
|
5915
5918
|
"Registry name pattern will result in invalid container image name of member repositories": [
|
5916
5919
|
""
|
5917
5920
|
],
|
5918
|
-
"Reindex subscriptions": [
|
5919
|
-
""
|
5920
|
-
],
|
5921
5921
|
"Related composite content views": [
|
5922
5922
|
""
|
5923
5923
|
],
|
@@ -6014,9 +6014,6 @@
|
|
6014
6014
|
"Remove one or more subscriptions from an upstream manifest": [
|
6015
6015
|
""
|
6016
6016
|
],
|
6017
|
-
"Remove orphans": [
|
6018
|
-
""
|
6019
|
-
],
|
6020
6017
|
"Remove package group via Katello interface": [
|
6021
6018
|
""
|
6022
6019
|
],
|
@@ -6044,12 +6041,6 @@
|
|
6044
6041
|
"Remove subscriptions from one or more hosts": [
|
6045
6042
|
""
|
6046
6043
|
],
|
6047
|
-
"Remove units": [
|
6048
|
-
""
|
6049
|
-
],
|
6050
|
-
"Remove unneeded repos": [
|
6051
|
-
""
|
6052
|
-
],
|
6053
6044
|
"Remove versions and/or environments from a content view and reassign systems and keys": [
|
6054
6045
|
"Rimuovi le versioni e/o gli ambienti da una visualizzazione del contenuto e riassegna sistemi e chiavi"
|
6055
6046
|
],
|
@@ -6074,9 +6065,6 @@
|
|
6074
6065
|
"Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
|
6075
6066
|
""
|
6076
6067
|
],
|
6077
|
-
"Repair": [
|
6078
|
-
""
|
6079
|
-
],
|
6080
6068
|
"Replace content source on the target machine": [
|
6081
6069
|
""
|
6082
6070
|
],
|
@@ -6095,18 +6083,12 @@
|
|
6095
6083
|
"Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
|
6096
6084
|
""
|
6097
6085
|
],
|
6098
|
-
"Repositories certs reset": [
|
6099
|
-
""
|
6100
|
-
],
|
6101
6086
|
"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.": [
|
6102
6087
|
""
|
6103
6088
|
],
|
6104
6089
|
"Repositories from published Content Views are not allowed.": [
|
6105
6090
|
"Non sono permessi i repository delle Visualizzazioni del contenuto pubblicate."
|
6106
6091
|
],
|
6107
|
-
"Repositories gpg reset": [
|
6108
|
-
""
|
6109
|
-
],
|
6110
6092
|
"Repository": [
|
6111
6093
|
"Repository"
|
6112
6094
|
],
|
@@ -6398,6 +6380,12 @@
|
|
6398
6380
|
"Roles": [
|
6399
6381
|
"Ruoli"
|
6400
6382
|
],
|
6383
|
+
"Rollback image": [
|
6384
|
+
""
|
6385
|
+
],
|
6386
|
+
"Rollback image digest": [
|
6387
|
+
""
|
6388
|
+
],
|
6401
6389
|
"Rules to be added": [
|
6402
6390
|
""
|
6403
6391
|
],
|
@@ -6410,6 +6398,12 @@
|
|
6410
6398
|
"Running": [
|
6411
6399
|
"In esecuzione"
|
6412
6400
|
],
|
6401
|
+
"Running image": [
|
6402
|
+
""
|
6403
|
+
],
|
6404
|
+
"Running image digest": [
|
6405
|
+
""
|
6406
|
+
],
|
6413
6407
|
"SKU": [
|
6414
6408
|
""
|
6415
6409
|
],
|
@@ -6437,25 +6431,10 @@
|
|
6437
6431
|
"Save": [
|
6438
6432
|
"Salva"
|
6439
6433
|
],
|
6440
|
-
"Save artifact": [
|
6441
|
-
""
|
6442
|
-
],
|
6443
|
-
"Save distribution references": [
|
6444
|
-
""
|
6445
|
-
],
|
6446
|
-
"Save publication": [
|
6447
|
-
""
|
6448
|
-
],
|
6449
|
-
"Save version": [
|
6450
|
-
""
|
6451
|
-
],
|
6452
|
-
"Save versions": [
|
6453
|
-
""
|
6454
|
-
],
|
6455
6434
|
"Saving alternate content source...": [
|
6456
6435
|
""
|
6457
6436
|
],
|
6458
|
-
"Scan
|
6437
|
+
"Scan a flatpak remote": [
|
6459
6438
|
""
|
6460
6439
|
],
|
6461
6440
|
"Schema version 1": [
|
@@ -6563,9 +6542,6 @@
|
|
6563
6542
|
"Select action": [
|
6564
6543
|
""
|
6565
6544
|
],
|
6566
|
-
"Select add-ons": [
|
6567
|
-
""
|
6568
|
-
],
|
6569
6545
|
"Select all": [
|
6570
6546
|
""
|
6571
6547
|
],
|
@@ -6704,13 +6680,13 @@
|
|
6704
6680
|
"Set content overrides to one or more hosts": [
|
6705
6681
|
""
|
6706
6682
|
],
|
6707
|
-
"Set
|
6683
|
+
"Set this HTTP proxy as the default content HTTP proxy": [
|
6708
6684
|
""
|
6709
6685
|
],
|
6710
|
-
"Set true to
|
6686
|
+
"Set true to override to enabled; Set false to override to disabled.'": [
|
6711
6687
|
""
|
6712
6688
|
],
|
6713
|
-
"
|
6689
|
+
"Set true to remove an override and reset it to 'default'": [
|
6714
6690
|
""
|
6715
6691
|
],
|
6716
6692
|
"Sets the system purpose usage": [
|
@@ -6746,6 +6722,12 @@
|
|
6746
6722
|
"Show a content view's history": [
|
6747
6723
|
"Mostra la cronologia di una visualizzazione del contenuto"
|
6748
6724
|
],
|
6725
|
+
"Show a flatpak remote": [
|
6726
|
+
""
|
6727
|
+
],
|
6728
|
+
"Show a flatpak remote repository": [
|
6729
|
+
""
|
6730
|
+
],
|
6749
6731
|
"Show a host collection": [
|
6750
6732
|
"Mostra un insieme di host"
|
6751
6733
|
],
|
@@ -7073,6 +7055,12 @@
|
|
7073
7055
|
"Stacking ID": [
|
7074
7056
|
"ID dello stack"
|
7075
7057
|
],
|
7058
|
+
"Staged image": [
|
7059
|
+
""
|
7060
|
+
],
|
7061
|
+
"Staged image digest": [
|
7062
|
+
""
|
7063
|
+
],
|
7076
7064
|
"Start Date": [
|
7077
7065
|
"Data d'inizio"
|
7078
7066
|
],
|
@@ -7238,9 +7226,6 @@
|
|
7238
7226
|
"Supported Content Types": [
|
7239
7227
|
""
|
7240
7228
|
],
|
7241
|
-
"Sync": [
|
7242
|
-
""
|
7243
|
-
],
|
7244
7229
|
"Sync Canceled": [
|
7245
7230
|
"Sincronizzazione cancellata"
|
7246
7231
|
],
|
@@ -7295,9 +7280,6 @@
|
|
7295
7280
|
"Sync all repositories for a product": [
|
7296
7281
|
""
|
7297
7282
|
],
|
7298
|
-
"Sync capsule": [
|
7299
|
-
""
|
7300
|
-
],
|
7301
7283
|
"Sync complete.": [
|
7302
7284
|
"Sincronizzazione completa."
|
7303
7285
|
],
|
@@ -7316,9 +7298,6 @@
|
|
7316
7298
|
"Sync state": [
|
7317
7299
|
""
|
7318
7300
|
],
|
7319
|
-
"Syncable export": [
|
7320
|
-
""
|
7321
|
-
],
|
7322
7301
|
"Synced": [
|
7323
7302
|
""
|
7324
7303
|
],
|
@@ -7433,6 +7412,9 @@
|
|
7433
7412
|
"The actual file contents": [
|
7434
7413
|
"I contenuti del file"
|
7435
7414
|
],
|
7415
|
+
"The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions.": [
|
7416
|
+
""
|
7417
|
+
],
|
7436
7418
|
"The content type for the Alternate Content Source": [
|
7437
7419
|
""
|
7438
7420
|
],
|
@@ -7676,6 +7658,9 @@
|
|
7676
7658
|
"This content view version doesn't have a history.": [
|
7677
7659
|
""
|
7678
7660
|
],
|
7661
|
+
"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.": [
|
7662
|
+
""
|
7663
|
+
],
|
7679
7664
|
"This content view will be automatically updated to the latest version.": [
|
7680
7665
|
""
|
7681
7666
|
],
|
@@ -7688,6 +7673,9 @@
|
|
7688
7673
|
"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.": [
|
7689
7674
|
""
|
7690
7675
|
],
|
7676
|
+
"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.": [
|
7677
|
+
""
|
7678
|
+
],
|
7691
7679
|
"This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
|
7692
7680
|
""
|
7693
7681
|
],
|
@@ -7814,7 +7802,7 @@
|
|
7814
7802
|
"To manage packages, select an action.": [
|
7815
7803
|
""
|
7816
7804
|
],
|
7817
|
-
"
|
7805
|
+
"Token/password for the flatpak remote": [
|
7818
7806
|
""
|
7819
7807
|
],
|
7820
7808
|
"Total steps: ": [
|
@@ -8078,6 +8066,9 @@
|
|
8078
8066
|
"Update a filter rule. The parameters included should be based upon the filter type.": [
|
8079
8067
|
"Aggiorna regola per il filtro. I parametri inclusi devono basarsi sul tipo di filtro."
|
8080
8068
|
],
|
8069
|
+
"Update a flatpak remote": [
|
8070
|
+
""
|
8071
|
+
],
|
8081
8072
|
"Update a host collection": [
|
8082
8073
|
"Aggiorna un insieme di host"
|
8083
8074
|
],
|
@@ -8102,27 +8093,15 @@
|
|
8102
8093
|
"Update content counts for the smart proxy": [
|
8103
8094
|
""
|
8104
8095
|
],
|
8105
|
-
"Update content urls": [
|
8106
|
-
""
|
8107
|
-
],
|
8108
8096
|
"Update content view environments for host": [
|
8109
8097
|
""
|
8110
8098
|
],
|
8111
8099
|
"Update content view environments for host %s": [
|
8112
8100
|
""
|
8113
8101
|
],
|
8114
|
-
"Update distributions": [
|
8115
|
-
""
|
8116
|
-
],
|
8117
8102
|
"Update hosts manually": [
|
8118
8103
|
""
|
8119
8104
|
],
|
8120
|
-
"Update http proxy": [
|
8121
|
-
""
|
8122
|
-
],
|
8123
|
-
"Update http proxy details": [
|
8124
|
-
""
|
8125
|
-
],
|
8126
8105
|
"Update installed packages, enabled repos, module inventory": [
|
8127
8106
|
""
|
8128
8107
|
],
|
@@ -8138,21 +8117,12 @@
|
|
8138
8117
|
"Update packages via Katello interface": [
|
8139
8118
|
""
|
8140
8119
|
],
|
8141
|
-
"Update redhat repository": [
|
8142
|
-
""
|
8143
|
-
],
|
8144
8120
|
"Update release version for host": [
|
8145
8121
|
""
|
8146
8122
|
],
|
8147
8123
|
"Update release version for host %s": [
|
8148
8124
|
""
|
8149
8125
|
],
|
8150
|
-
"Update remote": [
|
8151
|
-
""
|
8152
|
-
],
|
8153
|
-
"Update repository": [
|
8154
|
-
""
|
8155
|
-
],
|
8156
8126
|
"Update services requiring restart": [
|
8157
8127
|
""
|
8158
8128
|
],
|
@@ -8243,12 +8213,6 @@
|
|
8243
8213
|
"Upload a subscription manifest": [
|
8244
8214
|
"Carica un manifesto della sottoscrizione"
|
8245
8215
|
],
|
8246
|
-
"Upload content": [
|
8247
|
-
""
|
8248
|
-
],
|
8249
|
-
"Upload file": [
|
8250
|
-
""
|
8251
|
-
],
|
8252
8216
|
"Upload into": [
|
8253
8217
|
"Carica in"
|
8254
8218
|
],
|
@@ -8258,9 +8222,6 @@
|
|
8258
8222
|
"Upload request id": [
|
8259
8223
|
"Carica l'id delle richieste"
|
8260
8224
|
],
|
8261
|
-
"Upload tag": [
|
8262
|
-
""
|
8263
|
-
],
|
8264
8225
|
"Upstream Candlepin": [
|
8265
8226
|
""
|
8266
8227
|
],
|
@@ -8348,6 +8309,9 @@
|
|
8348
8309
|
"Username for authentication. Relevant only for 'upstream_server' type.": [
|
8349
8310
|
""
|
8350
8311
|
],
|
8312
|
+
"Username for the flatpak remote": [
|
8313
|
+
""
|
8314
|
+
],
|
8351
8315
|
"Username of the upstream repository user used for authentication": [
|
8352
8316
|
""
|
8353
8317
|
],
|
@@ -8372,9 +8336,6 @@
|
|
8372
8336
|
"Verify SSL": [
|
8373
8337
|
"Verifica SSL"
|
8374
8338
|
],
|
8375
|
-
"Verify checksum": [
|
8376
|
-
""
|
8377
|
-
],
|
8378
8339
|
"Verify checksum for content on smart proxy": [
|
8379
8340
|
""
|
8380
8341
|
],
|
@@ -8681,6 +8642,9 @@
|
|
8681
8642
|
"actions not found": [
|
8682
8643
|
""
|
8683
8644
|
],
|
8645
|
+
"activation key": [
|
8646
|
+
""
|
8647
|
+
],
|
8684
8648
|
"activation key identifier": [
|
8685
8649
|
"identificatore chiave di attivazione"
|
8686
8650
|
],
|
@@ -8792,7 +8756,7 @@
|
|
8792
8756
|
"cannot be set because unlimited hosts is set": [
|
8793
8757
|
""
|
8794
8758
|
],
|
8795
|
-
"cannot be set for
|
8759
|
+
"cannot be set for repositories without 'Additive' mirroring policy.": [
|
8796
8760
|
""
|
8797
8761
|
],
|
8798
8762
|
"cannot contain characters other than ascii alpha numerals, '_', '-'. ": [
|
@@ -8834,6 +8798,9 @@
|
|
8834
8798
|
"content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')": [
|
8835
8799
|
""
|
8836
8800
|
],
|
8801
|
+
"content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')": [
|
8802
|
+
""
|
8803
|
+
],
|
8837
8804
|
"content view component ID. Identifier of the component association": [
|
8838
8805
|
""
|
8839
8806
|
],
|
@@ -8918,7 +8885,7 @@
|
|
8918
8885
|
"disk": [
|
8919
8886
|
""
|
8920
8887
|
],
|
8921
|
-
"download policy for
|
8888
|
+
"download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')": [
|
8922
8889
|
""
|
8923
8890
|
],
|
8924
8891
|
"enables or disables synchronization": [
|
@@ -8957,6 +8924,9 @@
|
|
8957
8924
|
"erratum: IDs or a select all object": [
|
8958
8925
|
"erratum: ID oppure selezione di tutti gli oggetti"
|
8959
8926
|
],
|
8927
|
+
"erratum: allow types not matching a valid errata type": [
|
8928
|
+
""
|
8929
|
+
],
|
8960
8930
|
"erratum: end date (YYYY-MM-DD)": [
|
8961
8931
|
"erratum: data di fine (ANNO-MESE-GIORNO)"
|
8962
8932
|
],
|
@@ -9017,6 +8987,9 @@
|
|
9017
8987
|
"here": [
|
9018
8988
|
""
|
9019
8989
|
],
|
8990
|
+
"host": [
|
8991
|
+
""
|
8992
|
+
],
|
9020
8993
|
"host collection name to filter by": [
|
9021
8994
|
"nome insieme di host da usare per filtrare"
|
9022
8995
|
],
|
@@ -9137,6 +9110,18 @@
|
|
9137
9110
|
"module streams not found": [
|
9138
9111
|
""
|
9139
9112
|
],
|
9113
|
+
"multi-environment activation key": [
|
9114
|
+
""
|
9115
|
+
],
|
9116
|
+
"multi-environment activation keys": [
|
9117
|
+
""
|
9118
|
+
],
|
9119
|
+
"multi-environment host": [
|
9120
|
+
""
|
9121
|
+
],
|
9122
|
+
"multi-environment hosts": [
|
9123
|
+
""
|
9124
|
+
],
|
9140
9125
|
"must be %{gpg_key} or %{cert}": [
|
9141
9126
|
""
|
9142
9127
|
],
|