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/it/katello.po
CHANGED
@@ -5,17 +5,16 @@
|
|
5
5
|
#
|
6
6
|
# Translators:
|
7
7
|
# Marco Calamaro <ottopodo@gmail.com>, 2020
|
8
|
-
#
|
9
|
-
# 0868a4d1af5275b3f70b0a6dac4c99a4,
|
10
|
-
# Bryan Kearney <bryan.kearney@gmail.com>, 2022
|
8
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2024
|
9
|
+
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2024
|
11
10
|
#
|
12
11
|
msgid ""
|
13
12
|
msgstr ""
|
14
|
-
"Project-Id-Version: katello
|
13
|
+
"Project-Id-Version: katello 4.16.0.pre.master\n"
|
15
14
|
"Report-Msgid-Bugs-To: \n"
|
16
15
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
17
|
-
"Last-Translator:
|
18
|
-
"Language-Team: Italian (https://
|
16
|
+
"Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2024\n"
|
17
|
+
"Language-Team: Italian (https://app.transifex.com/foreman/teams/114/it/)\n"
|
19
18
|
"MIME-Version: 1.0\n"
|
20
19
|
"Content-Type: text/plain; charset=UTF-8\n"
|
21
20
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -474,9 +473,6 @@ msgstr ""
|
|
474
473
|
msgid "About page"
|
475
474
|
msgstr ""
|
476
475
|
|
477
|
-
msgid "Abstract async task"
|
478
|
-
msgstr "Evento asinc astratto"
|
479
|
-
|
480
476
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
481
477
|
msgstr ""
|
482
478
|
|
@@ -517,7 +513,7 @@ msgid "Activation key ID"
|
|
517
513
|
msgstr "ID chiave di attivazione"
|
518
514
|
|
519
515
|
msgid "Activation key deleted"
|
520
|
-
msgstr ""
|
516
|
+
msgstr "Chiave di attivazione rimossa"
|
521
517
|
|
522
518
|
msgid "Activation key details"
|
523
519
|
msgstr ""
|
@@ -612,9 +608,6 @@ msgstr ""
|
|
612
608
|
msgid "Add one or more host collections to one or more hosts"
|
613
609
|
msgstr ""
|
614
610
|
|
615
|
-
msgid "Add ons"
|
616
|
-
msgstr ""
|
617
|
-
|
618
611
|
msgid "Add products to sync plan"
|
619
612
|
msgstr "Aggiungi i prodotti alla programmazione per la sincronizzazione"
|
620
613
|
|
@@ -645,9 +638,6 @@ msgstr ""
|
|
645
638
|
msgid "Add to a host collection"
|
646
639
|
msgstr ""
|
647
640
|
|
648
|
-
msgid "Add-ons"
|
649
|
-
msgstr ""
|
650
|
-
|
651
641
|
msgid "Added"
|
652
642
|
msgstr ""
|
653
643
|
|
@@ -708,15 +698,15 @@ msgstr ""
|
|
708
698
|
msgid "All versions will be removed from these environments"
|
709
699
|
msgstr ""
|
710
700
|
|
711
|
-
msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
|
712
|
-
msgstr ""
|
713
|
-
|
714
701
|
msgid "Allow deleting repositories in published content views"
|
715
702
|
msgstr ""
|
716
703
|
|
717
704
|
msgid "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
|
718
705
|
msgstr ""
|
719
706
|
|
707
|
+
msgid "Allow hosts or activation keys to be associated with multiple content view environments"
|
708
|
+
msgstr ""
|
709
|
+
|
720
710
|
msgid "Allow hosts to re-register themselves only when they are in build mode"
|
721
711
|
msgstr ""
|
722
712
|
|
@@ -940,10 +930,10 @@ msgstr ""
|
|
940
930
|
msgid "Assign the release version to one or more hosts"
|
941
931
|
msgstr ""
|
942
932
|
|
943
|
-
msgid "Assigning a host to multiple content view environments is not enabled."
|
933
|
+
msgid "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
|
944
934
|
msgstr ""
|
945
935
|
|
946
|
-
msgid "Assigning an activation key to multiple content view environments is not enabled."
|
936
|
+
msgid "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
|
947
937
|
msgstr ""
|
948
938
|
|
949
939
|
msgid "Associated location IDs"
|
@@ -964,15 +954,15 @@ msgstr "È necessario fornire almeno una chiave di attivazione"
|
|
964
954
|
msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
|
965
955
|
msgstr "Almeno una chiave di attivazione deve avere un ambiente ciclo di vita e una visualizzazione del contenuto"
|
966
956
|
|
957
|
+
msgid "At least one errata type option needs to be selected."
|
958
|
+
msgstr ""
|
959
|
+
|
967
960
|
msgid "At least one of the selected items requires the host to reboot"
|
968
961
|
msgstr ""
|
969
962
|
|
970
963
|
msgid "At least one organization must exist."
|
971
964
|
msgstr "Deve essere presente almeno una organizzazione."
|
972
965
|
|
973
|
-
msgid "Atleast one errata type needs to be selected."
|
974
|
-
msgstr ""
|
975
|
-
|
976
966
|
msgid "Attach a subscription"
|
977
967
|
msgstr "Aggiungi una sottoscrizione "
|
978
968
|
|
@@ -997,9 +987,6 @@ msgstr "Autore"
|
|
997
987
|
msgid "Auto Publish - Triggered by '%s'"
|
998
988
|
msgstr ""
|
999
989
|
|
1000
|
-
msgid "Auto attach subscriptions"
|
1001
|
-
msgstr "esegui l'auto attach delle sottoscrizioni"
|
1002
|
-
|
1003
990
|
msgid "Auto publish"
|
1004
991
|
msgstr ""
|
1005
992
|
|
@@ -1015,6 +1002,12 @@ msgstr ""
|
|
1015
1002
|
msgid "Available Repositories"
|
1016
1003
|
msgstr ""
|
1017
1004
|
|
1005
|
+
msgid "Available image"
|
1006
|
+
msgstr ""
|
1007
|
+
|
1008
|
+
msgid "Available image digest"
|
1009
|
+
msgstr ""
|
1010
|
+
|
1018
1011
|
msgid "Available schema versions"
|
1019
1012
|
msgstr ""
|
1020
1013
|
|
@@ -1030,6 +1023,9 @@ msgstr ""
|
|
1030
1023
|
msgid "Base URL for finding alternate content"
|
1031
1024
|
msgstr ""
|
1032
1025
|
|
1026
|
+
msgid "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/."
|
1027
|
+
msgstr ""
|
1028
|
+
|
1033
1029
|
msgid "Base URL to perform repo discovery on"
|
1034
1030
|
msgstr ""
|
1035
1031
|
|
@@ -1075,6 +1071,24 @@ msgstr "Inserire nel segnalibro questa ricerca"
|
|
1075
1071
|
msgid "Bookmarks marked as public are available to all users"
|
1076
1072
|
msgstr ""
|
1077
1073
|
|
1074
|
+
msgid "Bootc rollback via Bootc interface"
|
1075
|
+
msgstr ""
|
1076
|
+
|
1077
|
+
msgid "Bootc status via Bootc interface"
|
1078
|
+
msgstr ""
|
1079
|
+
|
1080
|
+
msgid "Bootc switch via Bootc interface"
|
1081
|
+
msgstr ""
|
1082
|
+
|
1083
|
+
msgid "Bootc upgrade via Bootc interface"
|
1084
|
+
msgstr ""
|
1085
|
+
|
1086
|
+
msgid "Booted Container Images"
|
1087
|
+
msgstr ""
|
1088
|
+
|
1089
|
+
msgid "Booted container images"
|
1090
|
+
msgstr ""
|
1091
|
+
|
1078
1092
|
msgid "Both"
|
1079
1093
|
msgstr ""
|
1080
1094
|
|
@@ -1354,6 +1368,9 @@ msgstr ""
|
|
1354
1368
|
msgid "Cannot upload Container Image content."
|
1355
1369
|
msgstr ""
|
1356
1370
|
|
1371
|
+
msgid "Cannot upload container content via Hammer/API. Use podman push instead."
|
1372
|
+
msgstr ""
|
1373
|
+
|
1357
1374
|
msgid "Capacity"
|
1358
1375
|
msgstr "Capacità"
|
1359
1376
|
|
@@ -1429,13 +1446,13 @@ msgstr "Chiudi"
|
|
1429
1446
|
msgid "Collapse All"
|
1430
1447
|
msgstr "Comprimi tutto"
|
1431
1448
|
|
1432
|
-
msgid "Comma-separated list of
|
1449
|
+
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."
|
1433
1450
|
msgstr ""
|
1434
1451
|
|
1435
|
-
msgid "Comma-separated list of
|
1452
|
+
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."
|
1436
1453
|
msgstr ""
|
1437
1454
|
|
1438
|
-
msgid "Comma-separated list of
|
1455
|
+
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."
|
1439
1456
|
msgstr ""
|
1440
1457
|
|
1441
1458
|
msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
|
@@ -1447,9 +1464,6 @@ msgstr ""
|
|
1447
1464
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1448
1465
|
msgstr ""
|
1449
1466
|
|
1450
|
-
msgid "Commit upload"
|
1451
|
-
msgstr ""
|
1452
|
-
|
1453
1467
|
msgid "Compare"
|
1454
1468
|
msgstr ""
|
1455
1469
|
|
@@ -1660,6 +1674,9 @@ msgstr ""
|
|
1660
1674
|
msgid "Content imported by %{user} into content view '%{name}'"
|
1661
1675
|
msgstr ""
|
1662
1676
|
|
1677
|
+
msgid "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer."
|
1678
|
+
msgstr ""
|
1679
|
+
|
1663
1680
|
msgid "Content not uploaded to pulp"
|
1664
1681
|
msgstr ""
|
1665
1682
|
|
@@ -1720,6 +1737,9 @@ msgstr ""
|
|
1720
1737
|
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."
|
1721
1738
|
msgstr ""
|
1722
1739
|
|
1740
|
+
msgid "Content view environment"
|
1741
|
+
msgstr ""
|
1742
|
+
|
1723
1743
|
msgid "Content view environments"
|
1724
1744
|
msgstr ""
|
1725
1745
|
|
@@ -1768,6 +1788,9 @@ msgstr ""
|
|
1768
1788
|
msgid "Content view version is empty"
|
1769
1789
|
msgstr ""
|
1770
1790
|
|
1791
|
+
msgid "Content view version is empty or content counts are not up to date"
|
1792
|
+
msgstr ""
|
1793
|
+
|
1771
1794
|
msgid "Content views"
|
1772
1795
|
msgstr ""
|
1773
1796
|
|
@@ -1795,27 +1818,15 @@ msgstr ""
|
|
1795
1818
|
msgid "Copy"
|
1796
1819
|
msgstr ""
|
1797
1820
|
|
1798
|
-
msgid "Copy all units"
|
1799
|
-
msgstr ""
|
1800
|
-
|
1801
1821
|
msgid "Copy an activation key"
|
1802
1822
|
msgstr "Copia una chiave di attivazione"
|
1803
1823
|
|
1804
|
-
msgid "Copy content"
|
1805
|
-
msgstr ""
|
1806
|
-
|
1807
1824
|
msgid "Copy content view"
|
1808
1825
|
msgstr ""
|
1809
1826
|
|
1810
1827
|
msgid "Copy to clipboard"
|
1811
1828
|
msgstr ""
|
1812
1829
|
|
1813
|
-
msgid "Copy version"
|
1814
|
-
msgstr ""
|
1815
|
-
|
1816
|
-
msgid "Copy version units to library"
|
1817
|
-
msgstr ""
|
1818
|
-
|
1819
1830
|
msgid "Cores per socket"
|
1820
1831
|
msgstr "Core per socket"
|
1821
1832
|
|
@@ -1990,6 +2001,9 @@ msgstr "Crea un repositorio personalizzato"
|
|
1990
2001
|
msgid "Create a filter rule. The parameters included should be based upon the filter type."
|
1991
2002
|
msgstr "Crea una regola per il filtro. I parametri inclusi devono basarsi sul tipo di filtro."
|
1992
2003
|
|
2004
|
+
msgid "Create a flatpak remote"
|
2005
|
+
msgstr ""
|
2006
|
+
|
1993
2007
|
msgid "Create a host collection"
|
1994
2008
|
msgstr "Crea un insieme di host"
|
1995
2009
|
|
@@ -2020,21 +2034,12 @@ msgstr ""
|
|
2020
2034
|
msgid "Create content view"
|
2021
2035
|
msgstr ""
|
2022
2036
|
|
2023
|
-
msgid "Create exporter"
|
2024
|
-
msgstr ""
|
2025
|
-
|
2026
2037
|
msgid "Create filter"
|
2027
2038
|
msgstr ""
|
2028
2039
|
|
2029
2040
|
msgid "Create host collection"
|
2030
2041
|
msgstr ""
|
2031
2042
|
|
2032
|
-
msgid "Create import"
|
2033
|
-
msgstr ""
|
2034
|
-
|
2035
|
-
msgid "Create importer"
|
2036
|
-
msgstr ""
|
2037
|
-
|
2038
2043
|
msgid "Create new activation key"
|
2039
2044
|
msgstr ""
|
2040
2045
|
|
@@ -2044,12 +2049,6 @@ msgstr "Crea organizzazione"
|
|
2044
2049
|
msgid "Create package filter rule"
|
2045
2050
|
msgstr ""
|
2046
2051
|
|
2047
|
-
msgid "Create publication"
|
2048
|
-
msgstr ""
|
2049
|
-
|
2050
|
-
msgid "Create remote"
|
2051
|
-
msgstr ""
|
2052
|
-
|
2053
2052
|
msgid "Create rule"
|
2054
2053
|
msgstr ""
|
2055
2054
|
|
@@ -2275,6 +2274,9 @@ msgstr "Cancella una visualizzazione del contenuto"
|
|
2275
2274
|
msgid "Delete a filter rule"
|
2276
2275
|
msgstr "Cancella regola del filtro"
|
2277
2276
|
|
2277
|
+
msgid "Delete a flatpak remote"
|
2278
|
+
msgstr ""
|
2279
|
+
|
2278
2280
|
msgid "Delete activation key?"
|
2279
2281
|
msgstr ""
|
2280
2282
|
|
@@ -2296,36 +2298,12 @@ msgstr ""
|
|
2296
2298
|
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."
|
2297
2299
|
msgstr ""
|
2298
2300
|
|
2299
|
-
msgid "Delete distributions"
|
2300
|
-
msgstr ""
|
2301
|
-
|
2302
2301
|
msgid "Delete manifest from Red Hat provider"
|
2303
2302
|
msgstr "Cancella manifesto dal provider Red Hat"
|
2304
2303
|
|
2305
2304
|
msgid "Delete multiple filters from a content view"
|
2306
2305
|
msgstr ""
|
2307
2306
|
|
2308
|
-
msgid "Delete orphan alternate content sources"
|
2309
|
-
msgstr ""
|
2310
|
-
|
2311
|
-
msgid "Delete orphan distributions"
|
2312
|
-
msgstr ""
|
2313
|
-
|
2314
|
-
msgid "Delete orphan remotes"
|
2315
|
-
msgstr ""
|
2316
|
-
|
2317
|
-
msgid "Delete orphan repository versions"
|
2318
|
-
msgstr ""
|
2319
|
-
|
2320
|
-
msgid "Delete orphaned migrated repositories"
|
2321
|
-
msgstr ""
|
2322
|
-
|
2323
|
-
msgid "Delete remote"
|
2324
|
-
msgstr ""
|
2325
|
-
|
2326
|
-
msgid "Delete repository references"
|
2327
|
-
msgstr ""
|
2328
|
-
|
2329
2307
|
msgid "Delete version"
|
2330
2308
|
msgstr ""
|
2331
2309
|
|
@@ -2371,6 +2349,9 @@ msgstr "Descrizione visualizzazione del contenuto"
|
|
2371
2349
|
msgid "Description for the new published content view version"
|
2372
2350
|
msgstr "Descrizione per la nuova versione della visualizzazione del contenuto pubblicato"
|
2373
2351
|
|
2352
|
+
msgid "Description of the flatpak remote"
|
2353
|
+
msgstr ""
|
2354
|
+
|
2374
2355
|
msgid "Description of the repository"
|
2375
2356
|
msgstr ""
|
2376
2357
|
|
@@ -2422,12 +2403,6 @@ msgstr "Elimina un ambiente"
|
|
2422
2403
|
msgid "Destroy an environment in an organization"
|
2423
2404
|
msgstr "Elimina ambiente in una organizzazione"
|
2424
2405
|
|
2425
|
-
msgid "Destroy exporter"
|
2426
|
-
msgstr ""
|
2427
|
-
|
2428
|
-
msgid "Destroy importer"
|
2429
|
-
msgstr ""
|
2430
|
-
|
2431
2406
|
msgid "Destroy one or more alternate content sources"
|
2432
2407
|
msgstr ""
|
2433
2408
|
|
@@ -2476,9 +2451,6 @@ msgstr "Disabilitato"
|
|
2476
2451
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
2477
2452
|
msgstr ""
|
2478
2453
|
|
2479
|
-
msgid "Discover"
|
2480
|
-
msgstr "Trova"
|
2481
|
-
|
2482
2454
|
msgid "Discover Repositories"
|
2483
2455
|
msgstr "Trova repositori"
|
2484
2456
|
|
@@ -2674,9 +2646,6 @@ msgstr "ID ambiente"
|
|
2674
2646
|
msgid "Environment cannot be in its own promotion path"
|
2675
2647
|
msgstr "L'ambiente non può trovarsi sul proprio percorso di avanzamento"
|
2676
2648
|
|
2677
|
-
msgid "Environment contents refresh"
|
2678
|
-
msgstr ""
|
2679
|
-
|
2680
2649
|
msgid "Environment identifier"
|
2681
2650
|
msgstr ""
|
2682
2651
|
|
@@ -2716,9 +2685,6 @@ msgstr ""
|
|
2716
2685
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
2717
2686
|
msgstr "id errata dell'erratum (RHSA-2012:108)"
|
2718
2687
|
|
2719
|
-
msgid "Errata mail"
|
2720
|
-
msgstr "Posta per l'Errata"
|
2721
|
-
|
2722
2688
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2723
2689
|
msgstr ""
|
2724
2690
|
|
@@ -2878,9 +2844,6 @@ msgstr ""
|
|
2878
2844
|
msgid "Fetch installable errata for one or more hosts."
|
2879
2845
|
msgstr ""
|
2880
2846
|
|
2881
|
-
msgid "Fetch pxe files"
|
2882
|
-
msgstr ""
|
2883
|
-
|
2884
2847
|
msgid "Fetch traces for one or more hosts"
|
2885
2848
|
msgstr ""
|
2886
2849
|
|
@@ -2974,9 +2937,6 @@ msgstr "Filtra versioni per numero della versione"
|
|
2974
2937
|
msgid "Filter versions that are components in the specified composite version"
|
2975
2938
|
msgstr "Filtra versioni componenti nella versione composita specificata"
|
2976
2939
|
|
2977
|
-
msgid "Filtered index content"
|
2978
|
-
msgstr ""
|
2979
|
-
|
2980
2940
|
msgid "Filters"
|
2981
2941
|
msgstr "Filtri"
|
2982
2942
|
|
@@ -2998,6 +2958,15 @@ msgstr ""
|
|
2998
2958
|
msgid "Finished"
|
2999
2959
|
msgstr "Completato"
|
3000
2960
|
|
2961
|
+
msgid "Flatpak Remotes"
|
2962
|
+
msgstr ""
|
2963
|
+
|
2964
|
+
msgid "Flatpak remote numeric identifier"
|
2965
|
+
msgstr ""
|
2966
|
+
|
2967
|
+
msgid "Flatpak remote repository numeric identifier"
|
2968
|
+
msgstr ""
|
2969
|
+
|
3001
2970
|
msgid "Force"
|
3002
2971
|
msgstr ""
|
3003
2972
|
|
@@ -3060,9 +3029,6 @@ msgstr ""
|
|
3060
3029
|
msgid "Generate host applicability"
|
3061
3030
|
msgstr ""
|
3062
3031
|
|
3063
|
-
msgid "Generate metadata"
|
3064
|
-
msgstr ""
|
3065
|
-
|
3066
3032
|
msgid "Generate repository applicability"
|
3067
3033
|
msgstr ""
|
3068
3034
|
|
@@ -3300,12 +3266,6 @@ msgstr ""
|
|
3300
3266
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3301
3267
|
msgstr "Come ordinare i risultati (es. ASC per ascendente)"
|
3302
3268
|
|
3303
|
-
msgid "Hypervisors"
|
3304
|
-
msgstr ""
|
3305
|
-
|
3306
|
-
msgid "Hypervisors update"
|
3307
|
-
msgstr ""
|
3308
|
-
|
3309
3269
|
msgid "ID of a HTTP Proxy"
|
3310
3270
|
msgstr ""
|
3311
3271
|
|
@@ -3327,6 +3287,9 @@ msgstr "ID di un ambiente nel quale visualizzare i repositori"
|
|
3327
3287
|
msgid "ID of an organization to show repositories in"
|
3328
3288
|
msgstr "ID di una organizzazione nella quale visualizzare i repositori"
|
3329
3289
|
|
3290
|
+
msgid "ID of flatpak remote to show repositories of"
|
3291
|
+
msgstr ""
|
3292
|
+
|
3330
3293
|
msgid "ID of the Organization"
|
3331
3294
|
msgstr ""
|
3332
3295
|
|
@@ -3387,12 +3350,18 @@ msgstr ""
|
|
3387
3350
|
msgid "Id of the content host"
|
3388
3351
|
msgstr ""
|
3389
3352
|
|
3353
|
+
msgid "Id of the content view to limit the content counting on"
|
3354
|
+
msgstr ""
|
3355
|
+
|
3390
3356
|
msgid "Id of the content view to limit the synchronization on"
|
3391
3357
|
msgstr ""
|
3392
3358
|
|
3393
3359
|
msgid "Id of the content view to limit verifying checksum on"
|
3394
3360
|
msgstr ""
|
3395
3361
|
|
3362
|
+
msgid "Id of the environment to limit the content counting on"
|
3363
|
+
msgstr ""
|
3364
|
+
|
3396
3365
|
msgid "Id of the environment to limit the synchronization on"
|
3397
3366
|
msgstr ""
|
3398
3367
|
|
@@ -3414,6 +3383,9 @@ msgstr ""
|
|
3414
3383
|
msgid "Id of the organization to limit environments on"
|
3415
3384
|
msgstr ""
|
3416
3385
|
|
3386
|
+
msgid "Id of the repository to limit the content counting on"
|
3387
|
+
msgstr ""
|
3388
|
+
|
3417
3389
|
msgid "Id of the repository to limit the synchronization on"
|
3418
3390
|
msgstr ""
|
3419
3391
|
|
@@ -3551,6 +3523,27 @@ msgstr ""
|
|
3551
3523
|
msgid "Image"
|
3552
3524
|
msgstr ""
|
3553
3525
|
|
3526
|
+
msgid "Image digest"
|
3527
|
+
msgstr ""
|
3528
|
+
|
3529
|
+
msgid "Image digests"
|
3530
|
+
msgstr ""
|
3531
|
+
|
3532
|
+
msgid "Image mode"
|
3533
|
+
msgstr ""
|
3534
|
+
|
3535
|
+
msgid "Image mode / package mode"
|
3536
|
+
msgstr ""
|
3537
|
+
|
3538
|
+
msgid "Image mode details"
|
3539
|
+
msgstr ""
|
3540
|
+
|
3541
|
+
msgid "Image name"
|
3542
|
+
msgstr ""
|
3543
|
+
|
3544
|
+
msgid "Image-mode host"
|
3545
|
+
msgstr ""
|
3546
|
+
|
3554
3547
|
msgid "Immediate"
|
3555
3548
|
msgstr ""
|
3556
3549
|
|
@@ -3593,9 +3586,6 @@ msgstr ""
|
|
3593
3586
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3594
3587
|
msgstr ""
|
3595
3588
|
|
3596
|
-
msgid "Import migration"
|
3597
|
-
msgstr ""
|
3598
|
-
|
3599
3589
|
msgid "Import new manifest"
|
3600
3590
|
msgstr ""
|
3601
3591
|
|
@@ -3605,12 +3595,6 @@ msgstr ""
|
|
3605
3595
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3606
3596
|
msgstr ""
|
3607
3597
|
|
3608
|
-
msgid "Import repository upload"
|
3609
|
-
msgstr ""
|
3610
|
-
|
3611
|
-
msgid "Import upload"
|
3612
|
-
msgstr ""
|
3613
|
-
|
3614
3598
|
msgid "Import uploads into a repository"
|
3615
3599
|
msgstr "Importa caricamento in un repositorio"
|
3616
3600
|
|
@@ -3653,6 +3637,9 @@ msgstr ""
|
|
3653
3637
|
msgid "Include filter"
|
3654
3638
|
msgstr ""
|
3655
3639
|
|
3640
|
+
msgid "Include manifests"
|
3641
|
+
msgstr ""
|
3642
|
+
|
3656
3643
|
msgid "Included"
|
3657
3644
|
msgstr ""
|
3658
3645
|
|
@@ -3674,9 +3661,6 @@ msgstr "Aggiornamento incrementale"
|
|
3674
3661
|
msgid "Incremental Update incomplete."
|
3675
3662
|
msgstr "Aggiornamento incrementale non completato."
|
3676
3663
|
|
3677
|
-
msgid "Incremental Update of Content View Version(s) "
|
3678
|
-
msgstr ""
|
3679
|
-
|
3680
3664
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
3681
3665
|
msgstr ""
|
3682
3666
|
|
@@ -3689,27 +3673,12 @@ msgstr ""
|
|
3689
3673
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
3690
3674
|
msgstr "Aggiornamento incrementale specificato per versione %{version} composita %{name}, ma nessun componente aggiornato."
|
3691
3675
|
|
3692
|
-
msgid "Index content"
|
3693
|
-
msgstr ""
|
3694
|
-
|
3695
|
-
msgid "Index errata"
|
3696
|
-
msgstr "Indice errata"
|
3697
|
-
|
3698
|
-
msgid "Index module streams"
|
3699
|
-
msgstr ""
|
3700
|
-
|
3701
|
-
msgid "Index package groups"
|
3702
|
-
msgstr ""
|
3703
|
-
|
3704
3676
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3705
3677
|
msgstr "Tipo di informazioni deve essere una delle seguenti [ %{list} ]"
|
3706
3678
|
|
3707
3679
|
msgid "Inherit from Repository"
|
3708
3680
|
msgstr ""
|
3709
3681
|
|
3710
|
-
msgid "Initialize"
|
3711
|
-
msgstr ""
|
3712
|
-
|
3713
3682
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3714
3683
|
msgstr ""
|
3715
3684
|
|
@@ -3785,9 +3754,6 @@ msgstr "installazione gruppo di pacchetti in corso..."
|
|
3785
3754
|
msgid "Installing Package..."
|
3786
3755
|
msgstr "installazione pacchetto in corso..."
|
3787
3756
|
|
3788
|
-
msgid "Instance update"
|
3789
|
-
msgstr ""
|
3790
|
-
|
3791
3757
|
msgid "Instance-based"
|
3792
3758
|
msgstr "Basato sull'istanza"
|
3793
3759
|
|
@@ -3818,8 +3784,8 @@ msgstr "Intervallo data non valido. La data d'inizio per la regola del filtro de
|
|
3818
3784
|
msgid "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'"
|
3819
3785
|
msgstr "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'"
|
3820
3786
|
|
3821
|
-
msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or '
|
3822
|
-
msgstr "
|
3787
|
+
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'"
|
3788
|
+
msgstr ""
|
3823
3789
|
|
3824
3790
|
msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
|
3825
3791
|
msgstr "Fornito un tipo di erratum non valido %{invalid_types}. I tipi di erratum possono essere %{valid_types}"
|
@@ -3902,9 +3868,27 @@ msgstr ""
|
|
3902
3868
|
msgid "Job '${description}' has started."
|
3903
3869
|
msgstr ""
|
3904
3870
|
|
3871
|
+
msgid "Katello Bootc interface"
|
3872
|
+
msgstr ""
|
3873
|
+
|
3905
3874
|
msgid "Katello ID of local pool to update"
|
3906
3875
|
msgstr ""
|
3907
3876
|
|
3877
|
+
msgid "Katello: Bootc Action"
|
3878
|
+
msgstr ""
|
3879
|
+
|
3880
|
+
msgid "Katello: Bootc Rollback"
|
3881
|
+
msgstr ""
|
3882
|
+
|
3883
|
+
msgid "Katello: Bootc Status"
|
3884
|
+
msgstr ""
|
3885
|
+
|
3886
|
+
msgid "Katello: Bootc Switch"
|
3887
|
+
msgstr ""
|
3888
|
+
|
3889
|
+
msgid "Katello: Bootc Upgrade"
|
3890
|
+
msgstr ""
|
3891
|
+
|
3908
3892
|
msgid "Katello: Configure host for new content source"
|
3909
3893
|
msgstr ""
|
3910
3894
|
|
@@ -3953,6 +3937,9 @@ msgstr ""
|
|
3953
3937
|
msgid "Katello: Upload Profile"
|
3954
3938
|
msgstr ""
|
3955
3939
|
|
3940
|
+
msgid "Keep latest packages"
|
3941
|
+
msgstr ""
|
3942
|
+
|
3956
3943
|
msgid "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)"
|
3957
3944
|
msgstr ""
|
3958
3945
|
|
@@ -3977,6 +3964,9 @@ msgstr "Etichetta del contenuto"
|
|
3977
3964
|
msgid "Label of the content view"
|
3978
3965
|
msgstr ""
|
3979
3966
|
|
3967
|
+
msgid "Label of the flatpak remote"
|
3968
|
+
msgstr ""
|
3969
|
+
|
3980
3970
|
msgid "Last check-in:"
|
3981
3971
|
msgstr ""
|
3982
3972
|
|
@@ -4142,6 +4132,9 @@ msgstr ""
|
|
4142
4132
|
msgid "List available subscriptions from Red Hat Subscription Management"
|
4143
4133
|
msgstr ""
|
4144
4134
|
|
4135
|
+
msgid "List booted bootc container images for hosts"
|
4136
|
+
msgstr ""
|
4137
|
+
|
4145
4138
|
msgid "List components attached to this content view"
|
4146
4139
|
msgstr ""
|
4147
4140
|
|
@@ -4181,6 +4174,15 @@ msgstr ""
|
|
4181
4174
|
msgid "List filter rules"
|
4182
4175
|
msgstr "Elenca le regole del filtro"
|
4183
4176
|
|
4177
|
+
msgid "List flatpak remote repositories"
|
4178
|
+
msgstr ""
|
4179
|
+
|
4180
|
+
msgid "List flatpak remote's repositories"
|
4181
|
+
msgstr ""
|
4182
|
+
|
4183
|
+
msgid "List flatpak remotes"
|
4184
|
+
msgstr ""
|
4185
|
+
|
4184
4186
|
msgid "List host collections"
|
4185
4187
|
msgstr "Elenca gli insiemi di host"
|
4186
4188
|
|
@@ -4346,6 +4348,9 @@ msgstr ""
|
|
4346
4348
|
msgid "List the lifecycle environments not attached to the smart proxy"
|
4347
4349
|
msgstr ""
|
4348
4350
|
|
4351
|
+
msgid "Load balancer"
|
4352
|
+
msgstr ""
|
4353
|
+
|
4349
4354
|
msgid "Loading"
|
4350
4355
|
msgstr "Caricamento in corso"
|
4351
4356
|
|
@@ -4475,9 +4480,6 @@ msgstr "Messaggio"
|
|
4475
4480
|
msgid "Messaging connection"
|
4476
4481
|
msgstr ""
|
4477
4482
|
|
4478
|
-
msgid "Metadata generate"
|
4479
|
-
msgstr ""
|
4480
|
-
|
4481
4483
|
msgid ""
|
4482
4484
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
4483
4485
|
"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."
|
@@ -4489,6 +4491,12 @@ msgstr ""
|
|
4489
4491
|
msgid "Minimum version"
|
4490
4492
|
msgstr ""
|
4491
4493
|
|
4494
|
+
msgid "Mirror Remote Repository"
|
4495
|
+
msgstr ""
|
4496
|
+
|
4497
|
+
msgid "Mirror a flatpak remote repository"
|
4498
|
+
msgstr ""
|
4499
|
+
|
4492
4500
|
msgid "Missing activation key!"
|
4493
4501
|
msgstr ""
|
4494
4502
|
|
@@ -4501,6 +4509,9 @@ msgstr "Modello"
|
|
4501
4509
|
msgid "Moderate"
|
4502
4510
|
msgstr "Moderato"
|
4503
4511
|
|
4512
|
+
msgid "Modify via remote execution"
|
4513
|
+
msgstr ""
|
4514
|
+
|
4504
4515
|
msgid "Modular"
|
4505
4516
|
msgstr ""
|
4506
4517
|
|
@@ -4522,13 +4533,7 @@ msgstr ""
|
|
4522
4533
|
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
4523
4534
|
msgstr ""
|
4524
4535
|
|
4525
|
-
msgid "Multi
|
4526
|
-
msgstr ""
|
4527
|
-
|
4528
|
-
msgid "Multi copy content"
|
4529
|
-
msgstr ""
|
4530
|
-
|
4531
|
-
msgid "Multi copy units"
|
4536
|
+
msgid "Multi Content View Environment"
|
4532
4537
|
msgstr ""
|
4533
4538
|
|
4534
4539
|
msgid "Multi-entitlement"
|
@@ -4588,6 +4593,12 @@ msgstr ""
|
|
4588
4593
|
msgid "Name of the content view"
|
4589
4594
|
msgstr "Nome visualizzazione dei contenuti"
|
4590
4595
|
|
4596
|
+
msgid "Name of the flatpak remote"
|
4597
|
+
msgstr ""
|
4598
|
+
|
4599
|
+
msgid "Name of the flatpak remote repository"
|
4600
|
+
msgstr ""
|
4601
|
+
|
4591
4602
|
msgid "Name of the host"
|
4592
4603
|
msgstr ""
|
4593
4604
|
|
@@ -4711,6 +4722,9 @@ msgstr ""
|
|
4711
4722
|
msgid "No content in selected versions."
|
4712
4723
|
msgstr ""
|
4713
4724
|
|
4725
|
+
msgid "No content view environments"
|
4726
|
+
msgstr ""
|
4727
|
+
|
4714
4728
|
msgid "No content view environments found with ids: %{ids}"
|
4715
4729
|
msgstr ""
|
4716
4730
|
|
@@ -4747,9 +4761,6 @@ msgstr ""
|
|
4747
4761
|
msgid "No enabled repositories match your search criteria."
|
4748
4762
|
msgstr ""
|
4749
4763
|
|
4750
|
-
msgid "No environment"
|
4751
|
-
msgstr ""
|
4752
|
-
|
4753
4764
|
msgid "No environments"
|
4754
4765
|
msgstr ""
|
4755
4766
|
|
@@ -5045,7 +5056,7 @@ msgid "Number to Allocate"
|
|
5045
5056
|
msgstr ""
|
5046
5057
|
|
5047
5058
|
msgid "OS"
|
5048
|
-
msgstr ""
|
5059
|
+
msgstr "OS"
|
5049
5060
|
|
5050
5061
|
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
5051
5062
|
msgstr ""
|
@@ -5332,7 +5343,10 @@ msgstr "Installazione pacchetto fallita: \"%{package}\""
|
|
5332
5343
|
msgid "Package installation: \"%{package}\" "
|
5333
5344
|
msgstr "Installazione pacchetto: \"%{package}\" "
|
5334
5345
|
|
5335
|
-
msgid "Package
|
5346
|
+
msgid "Package mode"
|
5347
|
+
msgstr ""
|
5348
|
+
|
5349
|
+
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."
|
5336
5350
|
msgstr ""
|
5337
5351
|
|
5338
5352
|
msgid "Packages"
|
@@ -5461,6 +5475,9 @@ msgstr "Attendere prego..."
|
|
5461
5475
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5462
5476
|
msgstr ""
|
5463
5477
|
|
5478
|
+
msgid "Possible values: %s"
|
5479
|
+
msgstr ""
|
5480
|
+
|
5464
5481
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
5465
5482
|
msgstr ""
|
5466
5483
|
|
@@ -5509,6 +5526,9 @@ msgstr ""
|
|
5509
5526
|
msgid "Product ID"
|
5510
5527
|
msgstr "ID del prodotto"
|
5511
5528
|
|
5529
|
+
msgid "Product ID to mirror the remote repository to"
|
5530
|
+
msgstr ""
|
5531
|
+
|
5512
5532
|
msgid "Product and Repositories"
|
5513
5533
|
msgstr "Prodotto e repositori"
|
5514
5534
|
|
@@ -5691,9 +5711,6 @@ msgstr ""
|
|
5691
5711
|
msgid "Pulp task error"
|
5692
5712
|
msgstr "Errore attività di Pulp"
|
5693
5713
|
|
5694
|
-
msgid "Purge completed tasks"
|
5695
|
-
msgstr ""
|
5696
|
-
|
5697
5714
|
msgid "Python Package"
|
5698
5715
|
msgstr ""
|
5699
5716
|
|
@@ -5802,9 +5819,6 @@ msgstr ""
|
|
5802
5819
|
msgid "Reclaim Space"
|
5803
5820
|
msgstr ""
|
5804
5821
|
|
5805
|
-
msgid "Reclaim space"
|
5806
|
-
msgstr ""
|
5807
|
-
|
5808
5822
|
msgid "Reclaim space from On Demand repositories"
|
5809
5823
|
msgstr ""
|
5810
5824
|
|
@@ -5868,9 +5882,6 @@ msgstr "Aggiorna il manifesto"
|
|
5868
5882
|
msgid "Refresh all alternate content sources"
|
5869
5883
|
msgstr ""
|
5870
5884
|
|
5871
|
-
msgid "Refresh all distributions"
|
5872
|
-
msgstr ""
|
5873
|
-
|
5874
5885
|
msgid "Refresh alternate content sources"
|
5875
5886
|
msgstr ""
|
5876
5887
|
|
@@ -5883,27 +5894,15 @@ msgstr ""
|
|
5883
5894
|
msgid "Refresh counts"
|
5884
5895
|
msgstr ""
|
5885
5896
|
|
5886
|
-
msgid "Refresh distribution"
|
5887
|
-
msgstr ""
|
5888
|
-
|
5889
5897
|
msgid "Refresh errata applicability"
|
5890
5898
|
msgstr ""
|
5891
5899
|
|
5892
|
-
msgid "Refresh if needed"
|
5893
|
-
msgstr ""
|
5894
|
-
|
5895
5900
|
msgid "Refresh package applicability"
|
5896
5901
|
msgstr ""
|
5897
5902
|
|
5898
5903
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5899
5904
|
msgstr "Aggiorna il manifesto precedentemente importato per il provider di Red Hat"
|
5900
5905
|
|
5901
|
-
msgid "Refresh remote"
|
5902
|
-
msgstr ""
|
5903
|
-
|
5904
|
-
msgid "Refresh repos"
|
5905
|
-
msgstr ""
|
5906
|
-
|
5907
5906
|
msgid "Refresh source"
|
5908
5907
|
msgstr ""
|
5909
5908
|
|
@@ -5928,6 +5927,9 @@ msgstr ""
|
|
5928
5927
|
msgid "Registered on"
|
5929
5928
|
msgstr ""
|
5930
5929
|
|
5930
|
+
msgid "Registered to"
|
5931
|
+
msgstr ""
|
5932
|
+
|
5931
5933
|
msgid "Registering to multiple environments is not enabled."
|
5932
5934
|
msgstr ""
|
5933
5935
|
|
@@ -5943,9 +5945,6 @@ msgstr ""
|
|
5943
5945
|
msgid "Registry name pattern will result in invalid container image name of member repositories"
|
5944
5946
|
msgstr ""
|
5945
5947
|
|
5946
|
-
msgid "Reindex subscriptions"
|
5947
|
-
msgstr ""
|
5948
|
-
|
5949
5948
|
msgid "Related composite content views"
|
5950
5949
|
msgstr ""
|
5951
5950
|
|
@@ -6042,9 +6041,6 @@ msgstr ""
|
|
6042
6041
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
6043
6042
|
msgstr ""
|
6044
6043
|
|
6045
|
-
msgid "Remove orphans"
|
6046
|
-
msgstr ""
|
6047
|
-
|
6048
6044
|
msgid "Remove package group via Katello interface"
|
6049
6045
|
msgstr ""
|
6050
6046
|
|
@@ -6072,12 +6068,6 @@ msgstr ""
|
|
6072
6068
|
msgid "Remove subscriptions from one or more hosts"
|
6073
6069
|
msgstr ""
|
6074
6070
|
|
6075
|
-
msgid "Remove units"
|
6076
|
-
msgstr ""
|
6077
|
-
|
6078
|
-
msgid "Remove unneeded repos"
|
6079
|
-
msgstr ""
|
6080
|
-
|
6081
6071
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
6082
6072
|
msgstr "Rimuovi le versioni e/o gli ambienti da una visualizzazione del contenuto e riassegna sistemi e chiavi"
|
6083
6073
|
|
@@ -6102,9 +6092,6 @@ msgstr ""
|
|
6102
6092
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
6103
6093
|
msgstr ""
|
6104
6094
|
|
6105
|
-
msgid "Repair"
|
6106
|
-
msgstr ""
|
6107
|
-
|
6108
6095
|
msgid "Replace content source on the target machine"
|
6109
6096
|
msgstr ""
|
6110
6097
|
|
@@ -6123,18 +6110,12 @@ msgstr "Repository"
|
|
6123
6110
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
6124
6111
|
msgstr ""
|
6125
6112
|
|
6126
|
-
msgid "Repositories certs reset"
|
6127
|
-
msgstr ""
|
6128
|
-
|
6129
6113
|
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."
|
6130
6114
|
msgstr ""
|
6131
6115
|
|
6132
6116
|
msgid "Repositories from published Content Views are not allowed."
|
6133
6117
|
msgstr "Non sono permessi i repository delle Visualizzazioni del contenuto pubblicate."
|
6134
6118
|
|
6135
|
-
msgid "Repositories gpg reset"
|
6136
|
-
msgstr ""
|
6137
|
-
|
6138
6119
|
msgid "Repository"
|
6139
6120
|
msgstr "Repository"
|
6140
6121
|
|
@@ -6426,6 +6407,12 @@ msgstr ""
|
|
6426
6407
|
msgid "Roles"
|
6427
6408
|
msgstr "Ruoli"
|
6428
6409
|
|
6410
|
+
msgid "Rollback image"
|
6411
|
+
msgstr ""
|
6412
|
+
|
6413
|
+
msgid "Rollback image digest"
|
6414
|
+
msgstr ""
|
6415
|
+
|
6429
6416
|
msgid "Rules to be added"
|
6430
6417
|
msgstr ""
|
6431
6418
|
|
@@ -6438,6 +6425,12 @@ msgstr ""
|
|
6438
6425
|
msgid "Running"
|
6439
6426
|
msgstr "In esecuzione"
|
6440
6427
|
|
6428
|
+
msgid "Running image"
|
6429
|
+
msgstr ""
|
6430
|
+
|
6431
|
+
msgid "Running image digest"
|
6432
|
+
msgstr ""
|
6433
|
+
|
6441
6434
|
msgid "SKU"
|
6442
6435
|
msgstr ""
|
6443
6436
|
|
@@ -6465,25 +6458,10 @@ msgstr ""
|
|
6465
6458
|
msgid "Save"
|
6466
6459
|
msgstr "Salva"
|
6467
6460
|
|
6468
|
-
msgid "Save artifact"
|
6469
|
-
msgstr ""
|
6470
|
-
|
6471
|
-
msgid "Save distribution references"
|
6472
|
-
msgstr ""
|
6473
|
-
|
6474
|
-
msgid "Save publication"
|
6475
|
-
msgstr ""
|
6476
|
-
|
6477
|
-
msgid "Save version"
|
6478
|
-
msgstr ""
|
6479
|
-
|
6480
|
-
msgid "Save versions"
|
6481
|
-
msgstr ""
|
6482
|
-
|
6483
6461
|
msgid "Saving alternate content source..."
|
6484
6462
|
msgstr ""
|
6485
6463
|
|
6486
|
-
msgid "Scan
|
6464
|
+
msgid "Scan a flatpak remote"
|
6487
6465
|
msgstr ""
|
6488
6466
|
|
6489
6467
|
msgid "Schema version 1"
|
@@ -6591,9 +6569,6 @@ msgstr ""
|
|
6591
6569
|
msgid "Select action"
|
6592
6570
|
msgstr ""
|
6593
6571
|
|
6594
|
-
msgid "Select add-ons"
|
6595
|
-
msgstr ""
|
6596
|
-
|
6597
6572
|
msgid "Select all"
|
6598
6573
|
msgstr ""
|
6599
6574
|
|
@@ -6732,13 +6707,13 @@ msgstr ""
|
|
6732
6707
|
msgid "Set content overrides to one or more hosts"
|
6733
6708
|
msgstr ""
|
6734
6709
|
|
6735
|
-
msgid "Set
|
6710
|
+
msgid "Set this HTTP proxy as the default content HTTP proxy"
|
6736
6711
|
msgstr ""
|
6737
6712
|
|
6738
|
-
msgid "Set true to
|
6713
|
+
msgid "Set true to override to enabled; Set false to override to disabled.'"
|
6739
6714
|
msgstr ""
|
6740
6715
|
|
6741
|
-
msgid "
|
6716
|
+
msgid "Set true to remove an override and reset it to 'default'"
|
6742
6717
|
msgstr ""
|
6743
6718
|
|
6744
6719
|
msgid "Sets the system purpose usage"
|
@@ -6774,6 +6749,12 @@ msgstr ""
|
|
6774
6749
|
msgid "Show a content view's history"
|
6775
6750
|
msgstr "Mostra la cronologia di una visualizzazione del contenuto"
|
6776
6751
|
|
6752
|
+
msgid "Show a flatpak remote"
|
6753
|
+
msgstr ""
|
6754
|
+
|
6755
|
+
msgid "Show a flatpak remote repository"
|
6756
|
+
msgstr ""
|
6757
|
+
|
6777
6758
|
msgid "Show a host collection"
|
6778
6759
|
msgstr "Mostra un insieme di host"
|
6779
6760
|
|
@@ -7101,6 +7082,12 @@ msgstr ""
|
|
7101
7082
|
msgid "Stacking ID"
|
7102
7083
|
msgstr "ID dello stack"
|
7103
7084
|
|
7085
|
+
msgid "Staged image"
|
7086
|
+
msgstr ""
|
7087
|
+
|
7088
|
+
msgid "Staged image digest"
|
7089
|
+
msgstr ""
|
7090
|
+
|
7104
7091
|
msgid "Start Date"
|
7105
7092
|
msgstr "Data d'inizio"
|
7106
7093
|
|
@@ -7266,9 +7253,6 @@ msgstr ""
|
|
7266
7253
|
msgid "Supported Content Types"
|
7267
7254
|
msgstr ""
|
7268
7255
|
|
7269
|
-
msgid "Sync"
|
7270
|
-
msgstr ""
|
7271
|
-
|
7272
7256
|
msgid "Sync Canceled"
|
7273
7257
|
msgstr "Sincronizzazione cancellata"
|
7274
7258
|
|
@@ -7323,9 +7307,6 @@ msgstr "Sincronizza un repositorio"
|
|
7323
7307
|
msgid "Sync all repositories for a product"
|
7324
7308
|
msgstr ""
|
7325
7309
|
|
7326
|
-
msgid "Sync capsule"
|
7327
|
-
msgstr ""
|
7328
|
-
|
7329
7310
|
msgid "Sync complete."
|
7330
7311
|
msgstr "Sincronizzazione completa."
|
7331
7312
|
|
@@ -7344,9 +7325,6 @@ msgstr ""
|
|
7344
7325
|
msgid "Sync state"
|
7345
7326
|
msgstr ""
|
7346
7327
|
|
7347
|
-
msgid "Syncable export"
|
7348
|
-
msgstr ""
|
7349
|
-
|
7350
7328
|
msgid "Synced"
|
7351
7329
|
msgstr ""
|
7352
7330
|
|
@@ -7461,6 +7439,9 @@ msgstr ""
|
|
7461
7439
|
msgid "The actual file contents"
|
7462
7440
|
msgstr "I contenuti del file"
|
7463
7441
|
|
7442
|
+
msgid "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions."
|
7443
|
+
msgstr ""
|
7444
|
+
|
7464
7445
|
msgid "The content type for the Alternate Content Source"
|
7465
7446
|
msgstr ""
|
7466
7447
|
|
@@ -7708,6 +7689,9 @@ msgstr ""
|
|
7708
7689
|
msgid "This content view version doesn't have a history."
|
7709
7690
|
msgstr ""
|
7710
7691
|
|
7692
|
+
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."
|
7693
|
+
msgstr ""
|
7694
|
+
|
7711
7695
|
msgid "This content view will be automatically updated to the latest version."
|
7712
7696
|
msgstr ""
|
7713
7697
|
|
@@ -7720,6 +7704,9 @@ msgstr ""
|
|
7720
7704
|
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."
|
7721
7705
|
msgstr ""
|
7722
7706
|
|
7707
|
+
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."
|
7708
|
+
msgstr ""
|
7709
|
+
|
7723
7710
|
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
7724
7711
|
msgstr ""
|
7725
7712
|
|
@@ -7846,7 +7833,7 @@ msgstr ""
|
|
7846
7833
|
msgid "To manage packages, select an action."
|
7847
7834
|
msgstr ""
|
7848
7835
|
|
7849
|
-
msgid "
|
7836
|
+
msgid "Token/password for the flatpak remote"
|
7850
7837
|
msgstr ""
|
7851
7838
|
|
7852
7839
|
msgid "Total steps: "
|
@@ -8110,6 +8097,9 @@ msgstr ""
|
|
8110
8097
|
msgid "Update a filter rule. The parameters included should be based upon the filter type."
|
8111
8098
|
msgstr "Aggiorna regola per il filtro. I parametri inclusi devono basarsi sul tipo di filtro."
|
8112
8099
|
|
8100
|
+
msgid "Update a flatpak remote"
|
8101
|
+
msgstr ""
|
8102
|
+
|
8113
8103
|
msgid "Update a host collection"
|
8114
8104
|
msgstr "Aggiorna un insieme di host"
|
8115
8105
|
|
@@ -8134,27 +8124,15 @@ msgstr "Aggiorna ambiente in una organizzazione"
|
|
8134
8124
|
msgid "Update content counts for the smart proxy"
|
8135
8125
|
msgstr ""
|
8136
8126
|
|
8137
|
-
msgid "Update content urls"
|
8138
|
-
msgstr ""
|
8139
|
-
|
8140
8127
|
msgid "Update content view environments for host"
|
8141
8128
|
msgstr ""
|
8142
8129
|
|
8143
8130
|
msgid "Update content view environments for host %s"
|
8144
8131
|
msgstr ""
|
8145
8132
|
|
8146
|
-
msgid "Update distributions"
|
8147
|
-
msgstr ""
|
8148
|
-
|
8149
8133
|
msgid "Update hosts manually"
|
8150
8134
|
msgstr ""
|
8151
8135
|
|
8152
|
-
msgid "Update http proxy"
|
8153
|
-
msgstr ""
|
8154
|
-
|
8155
|
-
msgid "Update http proxy details"
|
8156
|
-
msgstr ""
|
8157
|
-
|
8158
8136
|
msgid "Update installed packages, enabled repos, module inventory"
|
8159
8137
|
msgstr ""
|
8160
8138
|
|
@@ -8170,21 +8148,12 @@ msgstr ""
|
|
8170
8148
|
msgid "Update packages via Katello interface"
|
8171
8149
|
msgstr ""
|
8172
8150
|
|
8173
|
-
msgid "Update redhat repository"
|
8174
|
-
msgstr ""
|
8175
|
-
|
8176
8151
|
msgid "Update release version for host"
|
8177
8152
|
msgstr ""
|
8178
8153
|
|
8179
8154
|
msgid "Update release version for host %s"
|
8180
8155
|
msgstr ""
|
8181
8156
|
|
8182
|
-
msgid "Update remote"
|
8183
|
-
msgstr ""
|
8184
|
-
|
8185
|
-
msgid "Update repository"
|
8186
|
-
msgstr ""
|
8187
|
-
|
8188
8157
|
msgid "Update services requiring restart"
|
8189
8158
|
msgstr ""
|
8190
8159
|
|
@@ -8275,12 +8244,6 @@ msgstr "Carica una sezione del contenuto del file"
|
|
8275
8244
|
msgid "Upload a subscription manifest"
|
8276
8245
|
msgstr "Carica un manifesto della sottoscrizione"
|
8277
8246
|
|
8278
|
-
msgid "Upload content"
|
8279
|
-
msgstr ""
|
8280
|
-
|
8281
|
-
msgid "Upload file"
|
8282
|
-
msgstr ""
|
8283
|
-
|
8284
8247
|
msgid "Upload into"
|
8285
8248
|
msgstr "Carica in"
|
8286
8249
|
|
@@ -8290,9 +8253,6 @@ msgstr ""
|
|
8290
8253
|
msgid "Upload request id"
|
8291
8254
|
msgstr "Carica l'id delle richieste"
|
8292
8255
|
|
8293
|
-
msgid "Upload tag"
|
8294
|
-
msgstr ""
|
8295
|
-
|
8296
8256
|
msgid "Upstream Candlepin"
|
8297
8257
|
msgstr ""
|
8298
8258
|
|
@@ -8380,6 +8340,9 @@ msgstr "Nome utente"
|
|
8380
8340
|
msgid "Username for authentication. Relevant only for 'upstream_server' type."
|
8381
8341
|
msgstr ""
|
8382
8342
|
|
8343
|
+
msgid "Username for the flatpak remote"
|
8344
|
+
msgstr ""
|
8345
|
+
|
8383
8346
|
msgid "Username of the upstream repository user used for authentication"
|
8384
8347
|
msgstr ""
|
8385
8348
|
|
@@ -8404,9 +8367,6 @@ msgstr ""
|
|
8404
8367
|
msgid "Verify SSL"
|
8405
8368
|
msgstr "Verifica SSL"
|
8406
8369
|
|
8407
|
-
msgid "Verify checksum"
|
8408
|
-
msgstr ""
|
8409
|
-
|
8410
8370
|
msgid "Verify checksum for content on smart proxy"
|
8411
8371
|
msgstr ""
|
8412
8372
|
|
@@ -8713,6 +8673,9 @@ msgstr "Un gruppo di pacchetti"
|
|
8713
8673
|
msgid "actions not found"
|
8714
8674
|
msgstr ""
|
8715
8675
|
|
8676
|
+
msgid "activation key"
|
8677
|
+
msgstr ""
|
8678
|
+
|
8716
8679
|
msgid "activation key identifier"
|
8717
8680
|
msgstr "identificatore chiave di attivazione"
|
8718
8681
|
|
@@ -8824,7 +8787,7 @@ msgstr "non può essere zero"
|
|
8824
8787
|
msgid "cannot be set because unlimited hosts is set"
|
8825
8788
|
msgstr ""
|
8826
8789
|
|
8827
|
-
msgid "cannot be set for
|
8790
|
+
msgid "cannot be set for repositories without 'Additive' mirroring policy."
|
8828
8791
|
msgstr ""
|
8829
8792
|
|
8830
8793
|
msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
|
@@ -8866,6 +8829,9 @@ msgstr "Versione release del contenuto"
|
|
8866
8829
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8867
8830
|
msgstr ""
|
8868
8831
|
|
8832
|
+
msgid "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8833
|
+
msgstr ""
|
8834
|
+
|
8869
8835
|
msgid "content view component ID. Identifier of the component association"
|
8870
8836
|
msgstr ""
|
8871
8837
|
|
@@ -8950,7 +8916,7 @@ msgstr ""
|
|
8950
8916
|
msgid "disk"
|
8951
8917
|
msgstr ""
|
8952
8918
|
|
8953
|
-
msgid "download policy for
|
8919
|
+
msgid "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')"
|
8954
8920
|
msgstr ""
|
8955
8921
|
|
8956
8922
|
msgid "enables or disables synchronization"
|
@@ -8989,6 +8955,9 @@ msgstr ""
|
|
8989
8955
|
msgid "erratum: IDs or a select all object"
|
8990
8956
|
msgstr "erratum: ID oppure selezione di tutti gli oggetti"
|
8991
8957
|
|
8958
|
+
msgid "erratum: allow types not matching a valid errata type"
|
8959
|
+
msgstr ""
|
8960
|
+
|
8992
8961
|
msgid "erratum: end date (YYYY-MM-DD)"
|
8993
8962
|
msgstr "erratum: data di fine (ANNO-MESE-GIORNO)"
|
8994
8963
|
|
@@ -9049,6 +9018,9 @@ msgstr "è già stato selezionato per questo prodotto."
|
|
9049
9018
|
msgid "here"
|
9050
9019
|
msgstr ""
|
9051
9020
|
|
9021
|
+
msgid "host"
|
9022
|
+
msgstr ""
|
9023
|
+
|
9052
9024
|
msgid "host collection name to filter by"
|
9053
9025
|
msgstr "nome insieme di host da usare per filtrare"
|
9054
9026
|
|
@@ -9169,6 +9141,18 @@ msgstr ""
|
|
9169
9141
|
msgid "module streams not found"
|
9170
9142
|
msgstr ""
|
9171
9143
|
|
9144
|
+
msgid "multi-environment activation key"
|
9145
|
+
msgstr ""
|
9146
|
+
|
9147
|
+
msgid "multi-environment activation keys"
|
9148
|
+
msgstr ""
|
9149
|
+
|
9150
|
+
msgid "multi-environment host"
|
9151
|
+
msgstr ""
|
9152
|
+
|
9153
|
+
msgid "multi-environment hosts"
|
9154
|
+
msgstr ""
|
9155
|
+
|
9172
9156
|
msgid "must be %{gpg_key} or %{cert}"
|
9173
9157
|
msgstr ""
|
9174
9158
|
|