katello 4.15.0 → 4.16.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/common/katello_object.js +2 -2
- data/app/assets/javascripts/katello/locale/bn/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ca/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/cs/katello.js +521 -536
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/de/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/el/katello.js +251 -266
- data/app/assets/javascripts/katello/locale/en/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +263 -278
- data/app/assets/javascripts/katello/locale/en_US/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/es/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/fr/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/gl/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/gu/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/hi/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/id/katello.js +261 -275
- data/app/assets/javascripts/katello/locale/it/katello.js +252 -267
- data/app/assets/javascripts/katello/locale/ja/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/ka/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/kn/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ko/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/mr/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +252 -267
- data/app/assets/javascripts/katello/locale/or/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pa/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pl/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/pt/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ro/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ru/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/sl/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ta/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/te/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/tr/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/vi/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/zh/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -270
- data/app/assets/javascripts/katello/sync_management/sync_management.js +16 -2
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +33 -9
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +4 -9
- data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +3 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +4 -1
- data/app/controllers/katello/api/v2/environments_controller.rb +4 -0
- data/app/controllers/katello/api/v2/errata_controller.rb +12 -1
- data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +81 -0
- data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +86 -0
- data/app/controllers/katello/api/v2/host_bootc_images_controller.rb +71 -0
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +4 -6
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -5
- data/app/controllers/katello/api/v2/repositories_controller.rb +18 -3
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +0 -8
- data/app/controllers/katello/concerns/api/v2/http_proxies_controller_extensions.rb +17 -0
- data/app/controllers/katello/concerns/http_proxies_controller_extensions.rb +20 -0
- data/app/controllers/katello/sync_management_controller.rb +6 -2
- data/app/helpers/katello/content_source_helper.rb +8 -1
- data/app/helpers/katello/content_view_helper.rb +3 -1
- data/app/lib/actions/candlepin/activation_key/create.rb +1 -3
- data/app/lib/actions/candlepin/activation_key/update.rb +1 -3
- data/app/lib/actions/candlepin/environment/set_content.rb +17 -4
- data/app/lib/actions/katello/activation_key/create.rb +1 -2
- data/app/lib/actions/katello/activation_key/update.rb +2 -4
- data/app/lib/actions/katello/capsule_content/refresh_repos.rb +7 -1
- data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +3 -2
- data/app/lib/actions/katello/content_view/publish.rb +7 -2
- data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +11 -2
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +31 -22
- data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +30 -0
- data/app/lib/actions/katello/flatpak/scan_remote.rb +17 -12
- data/app/lib/actions/katello/host/update_system_purpose.rb +1 -6
- data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +18 -2
- data/app/lib/actions/pulp3/repository/multi_copy_units.rb +4 -0
- data/app/lib/katello/api/v2/rendering.rb +2 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +3 -4
- data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +13 -0
- data/app/lib/katello/resources/candlepin/activation_key.rb +3 -5
- data/app/lib/katello/resources/candlepin/product.rb +2 -1
- data/app/lib/katello/util/cveak_migrator.rb +3 -2
- data/app/lib/katello/validators/alternate_content_source_path_validator.rb +2 -2
- data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
- data/app/lib/katello/validators/content_validator.rb +1 -1
- data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +2 -2
- data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -2
- data/app/lib/katello/validators/content_view_environment_validator.rb +3 -3
- data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +12 -12
- data/app/lib/katello/validators/content_view_filter_version_validator.rb +1 -1
- data/app/lib/katello/validators/generated_content_view_validator.rb +1 -1
- data/app/lib/katello/validators/gpg_key_content_type_validator.rb +2 -2
- data/app/lib/katello/validators/gpg_key_content_validator.rb +5 -5
- data/app/lib/katello/validators/katello_label_format_validator.rb +4 -4
- data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
- data/app/lib/katello/validators/katello_url_format_validator.rb +1 -1
- data/app/lib/katello/validators/library_presence_validator.rb +1 -1
- data/app/lib/katello/validators/no_trailing_space_validator.rb +1 -1
- data/app/lib/katello/validators/non_library_environment_validator.rb +1 -1
- data/app/lib/katello/validators/not_in_library_validator.rb +1 -1
- data/app/lib/katello/validators/path_descendents_validator.rb +1 -1
- data/app/lib/katello/validators/prior_validator.rb +1 -1
- data/app/lib/katello/validators/product_unique_attribute_validator.rb +1 -1
- data/app/lib/katello/validators/repo_disablement_validator.rb +2 -2
- data/app/lib/katello/validators/root_repository_unique_attribute_validator.rb +1 -1
- data/app/lib/katello/validators/self_reference_environment_validator.rb +1 -1
- data/app/lib/katello/validators/unique_field_in_org.rb +1 -1
- data/app/models/katello/activation_key.rb +6 -17
- data/app/models/katello/authorization/flatpak_remote.rb +33 -0
- data/app/models/katello/concerns/content_facet_host_extensions.rb +2 -1
- data/app/models/katello/concerns/host_managed_extensions.rb +8 -5
- data/app/models/katello/concerns/http_proxy_extensions.rb +4 -0
- data/app/models/katello/concerns/smart_proxy_extensions.rb +30 -6
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -8
- data/app/models/katello/content_view.rb +4 -2
- data/app/models/katello/content_view_erratum_filter.rb +18 -2
- data/app/models/katello/content_view_version.rb +6 -0
- data/app/models/katello/docker_manifest.rb +8 -0
- data/app/models/katello/docker_manifest_list.rb +8 -0
- data/app/models/katello/erratum.rb +8 -2
- data/app/models/katello/flatpak_remote.rb +16 -0
- data/app/models/katello/flatpak_remote_repository.rb +18 -0
- data/app/models/katello/flatpak_remote_repository_manifest.rb +4 -0
- data/app/models/katello/glue/candlepin/pool.rb +1 -1
- data/app/models/katello/glue/pulp/repos.rb +12 -1
- data/app/models/katello/host/content_facet.rb +42 -3
- data/app/models/katello/host/subscription_facet.rb +4 -12
- data/app/models/katello/repository.rb +21 -8
- data/app/models/katello/rhel_lifecycle_status.rb +6 -0
- data/app/models/katello/root_repository.rb +6 -8
- data/app/models/katello/upstream_pool.rb +1 -0
- data/app/overrides/add_organization_attributes.rb +6 -0
- data/app/services/katello/product_content_finder.rb +2 -1
- data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +1 -1
- data/app/services/katello/pulp3/docker_manifest.rb +3 -2
- data/app/services/katello/pulp3/docker_manifest_list.rb +3 -2
- data/app/services/katello/pulp3/repository/ansible_collection.rb +8 -1
- data/app/services/katello/pulp3/repository/apt.rb +16 -18
- data/app/services/katello/pulp3/repository/file.rb +4 -2
- data/app/services/katello/pulp3/repository.rb +4 -0
- data/app/services/katello/pulp3/task.rb +2 -2
- data/app/views/foreman/job_templates/bootc_action.erb +26 -0
- data/app/views/foreman/job_templates/bootc_rollback.erb +13 -0
- data/app/views/foreman/job_templates/bootc_status.erb +13 -0
- data/app/views/foreman/job_templates/bootc_switch.erb +13 -0
- data/app/views/foreman/job_templates/bootc_upgrade.erb +13 -0
- data/app/views/foreman/job_templates/flatpak_install.erb +23 -0
- data/app/views/foreman/job_templates/flatpak_login_action.erb +30 -0
- data/app/views/foreman/job_templates/flatpak_setup.erb +27 -0
- data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +0 -4
- data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -1
- data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -0
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +5 -1
- data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -1
- data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -1
- data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +4 -0
- data/app/views/katello/api/v2/flatpak_remote_repositories/index.json.rabl +7 -0
- data/app/views/katello/api/v2/flatpak_remote_repositories/show.json.rabl +13 -0
- data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
- data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +8 -0
- data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +11 -0
- data/app/views/katello/api/v2/flatpak_remotes/show.json.rabl +3 -0
- data/app/views/katello/api/v2/hosts/base.json.rabl +0 -8
- data/app/views/katello/api/v2/hosts/os_attributes.json.rabl +13 -0
- data/app/views/katello/api/v2/http_proxies/show.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/show.json.rabl +1 -0
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +0 -4
- data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
- data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +10 -4
- data/app/views/overrides/http_proxies/_update_setting_input.html.erb +18 -0
- data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
- data/config/initializers/monkeys.rb +0 -1
- data/config/initializers/pagelets.rb +6 -0
- data/config/routes/api/registry.rb +1 -0
- data/config/routes/api/v2.rb +21 -0
- data/config/routes/overrides.rb +1 -0
- data/config/routes.rb +2 -0
- data/db/migrate/20190605014649_add_purpose_addons.rb +0 -12
- data/db/migrate/20200213184848_create_evr_type.rb +126 -1
- data/db/migrate/20200818192230_update_system_purpose_status.rb +0 -1
- data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +0 -1
- data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +160 -0
- data/db/migrate/20241022121706_add_sync_dependencies_option.rb +5 -0
- data/db/migrate/20241101144625_remove_system_purpose_addons.rb +9 -0
- data/db/migrate/20241107002541_add_registry_url_to_katello_flatpak_remotes.rb +5 -0
- data/db/migrate/20241112145802_add_manifest_entity_to_content_facets.rb +7 -0
- data/db/migrate/20241120213713_add_allow_other_types_to_content_view_erratum_filter_rules.rb +6 -0
- data/db/migrate/20241206183052_add_content_type_to_container_manifests_and_lists.rb +9 -0
- data/db/seeds.d/75-job_templates.rb +5 -1
- data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +2 -2
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js +3 -3
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +0 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +1 -41
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +0 -12
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-system-purpose-modal.controller.js +1 -41
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +0 -13
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +0 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +1 -35
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -14
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +46 -22
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +85 -29
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +341 -96
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +31 -54
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +341 -96
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +349 -104
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +33 -56
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +80 -68
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +339 -111
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +379 -130
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +342 -103
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +70 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +84 -90
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +130 -138
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +343 -97
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +40 -63
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +343 -102
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +70 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +362 -105
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +29 -29
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +24 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-tasks.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/os-versions.service.js +1 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html +4 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html +1 -1
- data/lib/katello/engine.rb +6 -0
- data/lib/katello/permission_creator.rb +37 -0
- data/lib/katello/permissions/host_permissions.rb +2 -0
- data/lib/katello/permissions/registry_permissions.rb +1 -0
- data/lib/katello/plugin.rb +18 -1
- data/lib/katello/repository_types/docker.rb +0 -1
- data/lib/katello/repository_types/python.rb +1 -1
- data/lib/katello/version.rb +1 -1
- data/lib/katello.rb +2 -0
- data/locale/Makefile +20 -24
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +248 -263
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +247 -262
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +247 -262
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +524 -799
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +254 -269
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +248 -263
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +247 -262
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +250 -265
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +252 -267
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +257 -271
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +264 -279
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +247 -262
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +248 -263
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +247 -262
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +250 -265
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +247 -262
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +250 -265
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +249 -264
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +248 -263
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +264 -275
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +254 -270
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +250 -265
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +247 -262
- data/locale/katello.pot +1216 -1215
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +248 -263
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +248 -263
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +247 -262
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +248 -263
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +254 -268
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +248 -263
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +248 -263
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +249 -264
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +247 -262
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +248 -263
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +248 -263
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +247 -262
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +247 -262
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +255 -270
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +247 -262
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +249 -264
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +248 -263
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +247 -262
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +248 -263
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +247 -262
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +247 -262
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +247 -262
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +247 -262
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +250 -265
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +257 -272
- data/webpack/ForemanColumnExtensions/index.js +73 -3
- data/webpack/ForemanColumnExtensions/index.scss +9 -0
- data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +1 -0
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +1 -20
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +3 -61
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +0 -5
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -5
- data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +87 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +28 -2
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -1
- data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +55 -0
- data/webpack/containers/Application/config.js +5 -0
- data/webpack/global_index.js +3 -1
- data/webpack/redux/actions/RedHatRepositories/helpers.js +9 -0
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesConstants.js +5 -0
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +242 -0
- data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImages.fixtures.js +42 -0
- data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImagesPage.test.js +233 -0
- data/webpack/scenes/BootedContainerImages/index.js +4 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +39 -7
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +13 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +1 -0
- data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +4 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +20 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +20 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +128 -18
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +0 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -4
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +5 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +6 -1
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -1
- data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +5 -1
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +4 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +38 -0
- data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +0 -1
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +0 -10
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -3
- data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +0 -1
- metadata +61 -58
- data/app/models/katello/activation_key_purpose_addon.rb +0 -6
- data/app/models/katello/purpose_addon.rb +0 -11
- data/app/models/katello/subscription_facet_purpose_addon.rb +0 -6
- data/lib/monkeys/fx_sqlite_skip.rb +0 -13
- data/locale/action_names.rb +0 -181
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/bn_IN/katello.po.time_stamp +0 -0
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/cs_CZ/katello.po.time_stamp +0 -0
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/de_AT/katello.po.time_stamp +0 -0
- data/locale/de_DE/katello.po.time_stamp +0 -0
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/en_GB/katello.po.time_stamp +0 -0
- data/locale/en_US/katello.po.time_stamp +0 -0
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/et_EE/katello.po.time_stamp +0 -0
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/he_IL/katello.po.time_stamp +0 -0
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/ml_IN/katello.po.time_stamp +0 -0
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/nl_NL/katello.po.time_stamp +0 -0
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/katello.po.time_stamp +0 -0
- data/locale/pl_PL/katello.po.time_stamp +0 -0
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ro/katello.po.time_stamp +0 -0
- data/locale/ro_RO/katello.po.time_stamp +0 -0
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/katello.po.time_stamp +0 -0
- data/locale/sv_SE/katello.po.time_stamp +0 -0
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/ta_IN/katello.po.time_stamp +0 -0
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/katello.po.time_stamp +0 -0
- data/locale/vi_VN/katello.po.time_stamp +0 -0
- data/locale/zh/katello.po.time_stamp +0 -0
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/katello.po.time_stamp +0 -0
data/locale/en_GB/katello.po
CHANGED
@@ -5,14 +5,14 @@
|
|
5
5
|
#
|
6
6
|
# Translators:
|
7
7
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2022
|
8
|
-
# Andi Chandler <andi@gowling.com>,
|
8
|
+
# Andi Chandler <andi@gowling.com>, 2025
|
9
9
|
#
|
10
10
|
msgid ""
|
11
11
|
msgstr ""
|
12
|
-
"Project-Id-Version: katello
|
12
|
+
"Project-Id-Version: katello 4.16.0.pre.master\n"
|
13
13
|
"Report-Msgid-Bugs-To: \n"
|
14
14
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
15
|
-
"Last-Translator: Andi Chandler <andi@gowling.com>,
|
15
|
+
"Last-Translator: Andi Chandler <andi@gowling.com>, 2025\n"
|
16
16
|
"Language-Team: English (United Kingdom) (https://app.transifex.com/foreman/tea"
|
17
17
|
"ms/114/en_GB/)\n"
|
18
18
|
"MIME-Version: 1.0\n"
|
@@ -472,9 +472,6 @@ msgstr ""
|
|
472
472
|
msgid "About page"
|
473
473
|
msgstr ""
|
474
474
|
|
475
|
-
msgid "Abstract async task"
|
476
|
-
msgstr ""
|
477
|
-
|
478
475
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
479
476
|
msgstr ""
|
480
477
|
|
@@ -482,7 +479,7 @@ msgid "Account Number"
|
|
482
479
|
msgstr ""
|
483
480
|
|
484
481
|
msgid "Action"
|
485
|
-
msgstr ""
|
482
|
+
msgstr "Action"
|
486
483
|
|
487
484
|
msgid "Action not allowed for the default smart proxy."
|
488
485
|
msgstr ""
|
@@ -610,9 +607,6 @@ msgstr ""
|
|
610
607
|
msgid "Add one or more host collections to one or more hosts"
|
611
608
|
msgstr ""
|
612
609
|
|
613
|
-
msgid "Add ons"
|
614
|
-
msgstr ""
|
615
|
-
|
616
610
|
msgid "Add products to sync plan"
|
617
611
|
msgstr ""
|
618
612
|
|
@@ -643,9 +637,6 @@ msgstr ""
|
|
643
637
|
msgid "Add to a host collection"
|
644
638
|
msgstr ""
|
645
639
|
|
646
|
-
msgid "Add-ons"
|
647
|
-
msgstr ""
|
648
|
-
|
649
640
|
msgid "Added"
|
650
641
|
msgstr ""
|
651
642
|
|
@@ -706,15 +697,15 @@ msgstr ""
|
|
706
697
|
msgid "All versions will be removed from these environments"
|
707
698
|
msgstr ""
|
708
699
|
|
709
|
-
msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
|
710
|
-
msgstr ""
|
711
|
-
|
712
700
|
msgid "Allow deleting repositories in published content views"
|
713
701
|
msgstr ""
|
714
702
|
|
715
703
|
msgid "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
|
716
704
|
msgstr ""
|
717
705
|
|
706
|
+
msgid "Allow hosts or activation keys to be associated with multiple content view environments"
|
707
|
+
msgstr ""
|
708
|
+
|
718
709
|
msgid "Allow hosts to re-register themselves only when they are in build mode"
|
719
710
|
msgstr ""
|
720
711
|
|
@@ -819,7 +810,7 @@ msgid "Application"
|
|
819
810
|
msgstr ""
|
820
811
|
|
821
812
|
msgid "Apply"
|
822
|
-
msgstr ""
|
813
|
+
msgstr "Apply"
|
823
814
|
|
824
815
|
msgid "Apply errata"
|
825
816
|
msgstr ""
|
@@ -855,7 +846,7 @@ msgid "Arch"
|
|
855
846
|
msgstr ""
|
856
847
|
|
857
848
|
msgid "Architecture"
|
858
|
-
msgstr ""
|
849
|
+
msgstr "Architecture"
|
859
850
|
|
860
851
|
msgid "Architecture of content in the repository"
|
861
852
|
msgstr ""
|
@@ -937,10 +928,10 @@ msgstr ""
|
|
937
928
|
msgid "Assign the release version to one or more hosts"
|
938
929
|
msgstr ""
|
939
930
|
|
940
|
-
msgid "Assigning a host to multiple content view environments is not enabled."
|
931
|
+
msgid "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
|
941
932
|
msgstr ""
|
942
933
|
|
943
|
-
msgid "Assigning an activation key to multiple content view environments is not enabled."
|
934
|
+
msgid "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
|
944
935
|
msgstr ""
|
945
936
|
|
946
937
|
msgid "Associated location IDs"
|
@@ -961,13 +952,13 @@ msgstr ""
|
|
961
952
|
msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
|
962
953
|
msgstr ""
|
963
954
|
|
964
|
-
msgid "At least one
|
955
|
+
msgid "At least one errata type option needs to be selected."
|
965
956
|
msgstr ""
|
966
957
|
|
967
|
-
msgid "At least one
|
958
|
+
msgid "At least one of the selected items requires the host to reboot"
|
968
959
|
msgstr ""
|
969
960
|
|
970
|
-
msgid "
|
961
|
+
msgid "At least one organization must exist."
|
971
962
|
msgstr ""
|
972
963
|
|
973
964
|
msgid "Attach a subscription"
|
@@ -994,9 +985,6 @@ msgstr ""
|
|
994
985
|
msgid "Auto Publish - Triggered by '%s'"
|
995
986
|
msgstr ""
|
996
987
|
|
997
|
-
msgid "Auto attach subscriptions"
|
998
|
-
msgstr ""
|
999
|
-
|
1000
988
|
msgid "Auto publish"
|
1001
989
|
msgstr ""
|
1002
990
|
|
@@ -1012,6 +1000,12 @@ msgstr ""
|
|
1012
1000
|
msgid "Available Repositories"
|
1013
1001
|
msgstr ""
|
1014
1002
|
|
1003
|
+
msgid "Available image"
|
1004
|
+
msgstr ""
|
1005
|
+
|
1006
|
+
msgid "Available image digest"
|
1007
|
+
msgstr ""
|
1008
|
+
|
1015
1009
|
msgid "Available schema versions"
|
1016
1010
|
msgstr ""
|
1017
1011
|
|
@@ -1022,11 +1016,14 @@ msgid "Backend System Status"
|
|
1022
1016
|
msgstr ""
|
1023
1017
|
|
1024
1018
|
msgid "Base URL"
|
1025
|
-
msgstr ""
|
1019
|
+
msgstr "Base URL"
|
1026
1020
|
|
1027
1021
|
msgid "Base URL for finding alternate content"
|
1028
1022
|
msgstr ""
|
1029
1023
|
|
1024
|
+
msgid "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/."
|
1025
|
+
msgstr ""
|
1026
|
+
|
1030
1027
|
msgid "Base URL to perform repo discovery on"
|
1031
1028
|
msgstr ""
|
1032
1029
|
|
@@ -1072,6 +1069,24 @@ msgstr ""
|
|
1072
1069
|
msgid "Bookmarks marked as public are available to all users"
|
1073
1070
|
msgstr ""
|
1074
1071
|
|
1072
|
+
msgid "Bootc rollback via Bootc interface"
|
1073
|
+
msgstr ""
|
1074
|
+
|
1075
|
+
msgid "Bootc status via Bootc interface"
|
1076
|
+
msgstr ""
|
1077
|
+
|
1078
|
+
msgid "Bootc switch via Bootc interface"
|
1079
|
+
msgstr ""
|
1080
|
+
|
1081
|
+
msgid "Bootc upgrade via Bootc interface"
|
1082
|
+
msgstr ""
|
1083
|
+
|
1084
|
+
msgid "Booted Container Images"
|
1085
|
+
msgstr ""
|
1086
|
+
|
1087
|
+
msgid "Booted container images"
|
1088
|
+
msgstr ""
|
1089
|
+
|
1075
1090
|
msgid "Both"
|
1076
1091
|
msgstr ""
|
1077
1092
|
|
@@ -1351,6 +1366,9 @@ msgstr ""
|
|
1351
1366
|
msgid "Cannot upload Container Image content."
|
1352
1367
|
msgstr ""
|
1353
1368
|
|
1369
|
+
msgid "Cannot upload container content via Hammer/API. Use podman push instead."
|
1370
|
+
msgstr ""
|
1371
|
+
|
1354
1372
|
msgid "Capacity"
|
1355
1373
|
msgstr ""
|
1356
1374
|
|
@@ -1426,13 +1444,13 @@ msgstr ""
|
|
1426
1444
|
msgid "Collapse All"
|
1427
1445
|
msgstr "Collapse All"
|
1428
1446
|
|
1429
|
-
msgid "Comma-separated list of
|
1447
|
+
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."
|
1430
1448
|
msgstr ""
|
1431
1449
|
|
1432
|
-
msgid "Comma-separated list of
|
1450
|
+
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."
|
1433
1451
|
msgstr ""
|
1434
1452
|
|
1435
|
-
msgid "Comma-separated list of
|
1453
|
+
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."
|
1436
1454
|
msgstr ""
|
1437
1455
|
|
1438
1456
|
msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
|
@@ -1444,9 +1462,6 @@ msgstr ""
|
|
1444
1462
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1445
1463
|
msgstr ""
|
1446
1464
|
|
1447
|
-
msgid "Commit upload"
|
1448
|
-
msgstr ""
|
1449
|
-
|
1450
1465
|
msgid "Compare"
|
1451
1466
|
msgstr ""
|
1452
1467
|
|
@@ -1657,6 +1672,9 @@ msgstr ""
|
|
1657
1672
|
msgid "Content imported by %{user} into content view '%{name}'"
|
1658
1673
|
msgstr ""
|
1659
1674
|
|
1675
|
+
msgid "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer."
|
1676
|
+
msgstr ""
|
1677
|
+
|
1660
1678
|
msgid "Content not uploaded to pulp"
|
1661
1679
|
msgstr ""
|
1662
1680
|
|
@@ -1717,6 +1735,9 @@ msgstr ""
|
|
1717
1735
|
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."
|
1718
1736
|
msgstr ""
|
1719
1737
|
|
1738
|
+
msgid "Content view environment"
|
1739
|
+
msgstr ""
|
1740
|
+
|
1720
1741
|
msgid "Content view environments"
|
1721
1742
|
msgstr ""
|
1722
1743
|
|
@@ -1765,6 +1786,9 @@ msgstr ""
|
|
1765
1786
|
msgid "Content view version is empty"
|
1766
1787
|
msgstr ""
|
1767
1788
|
|
1789
|
+
msgid "Content view version is empty or content counts are not up to date"
|
1790
|
+
msgstr ""
|
1791
|
+
|
1768
1792
|
msgid "Content views"
|
1769
1793
|
msgstr ""
|
1770
1794
|
|
@@ -1792,27 +1816,15 @@ msgstr ""
|
|
1792
1816
|
msgid "Copy"
|
1793
1817
|
msgstr ""
|
1794
1818
|
|
1795
|
-
msgid "Copy all units"
|
1796
|
-
msgstr ""
|
1797
|
-
|
1798
1819
|
msgid "Copy an activation key"
|
1799
1820
|
msgstr ""
|
1800
1821
|
|
1801
|
-
msgid "Copy content"
|
1802
|
-
msgstr ""
|
1803
|
-
|
1804
1822
|
msgid "Copy content view"
|
1805
1823
|
msgstr ""
|
1806
1824
|
|
1807
1825
|
msgid "Copy to clipboard"
|
1808
1826
|
msgstr ""
|
1809
1827
|
|
1810
|
-
msgid "Copy version"
|
1811
|
-
msgstr ""
|
1812
|
-
|
1813
|
-
msgid "Copy version units to library"
|
1814
|
-
msgstr ""
|
1815
|
-
|
1816
1828
|
msgid "Cores per socket"
|
1817
1829
|
msgstr ""
|
1818
1830
|
|
@@ -1987,6 +1999,9 @@ msgstr ""
|
|
1987
1999
|
msgid "Create a filter rule. The parameters included should be based upon the filter type."
|
1988
2000
|
msgstr ""
|
1989
2001
|
|
2002
|
+
msgid "Create a flatpak remote"
|
2003
|
+
msgstr ""
|
2004
|
+
|
1990
2005
|
msgid "Create a host collection"
|
1991
2006
|
msgstr ""
|
1992
2007
|
|
@@ -2017,21 +2032,12 @@ msgstr ""
|
|
2017
2032
|
msgid "Create content view"
|
2018
2033
|
msgstr ""
|
2019
2034
|
|
2020
|
-
msgid "Create exporter"
|
2021
|
-
msgstr ""
|
2022
|
-
|
2023
2035
|
msgid "Create filter"
|
2024
2036
|
msgstr ""
|
2025
2037
|
|
2026
2038
|
msgid "Create host collection"
|
2027
2039
|
msgstr ""
|
2028
2040
|
|
2029
|
-
msgid "Create import"
|
2030
|
-
msgstr ""
|
2031
|
-
|
2032
|
-
msgid "Create importer"
|
2033
|
-
msgstr ""
|
2034
|
-
|
2035
2041
|
msgid "Create new activation key"
|
2036
2042
|
msgstr ""
|
2037
2043
|
|
@@ -2041,12 +2047,6 @@ msgstr ""
|
|
2041
2047
|
msgid "Create package filter rule"
|
2042
2048
|
msgstr ""
|
2043
2049
|
|
2044
|
-
msgid "Create publication"
|
2045
|
-
msgstr ""
|
2046
|
-
|
2047
|
-
msgid "Create remote"
|
2048
|
-
msgstr ""
|
2049
|
-
|
2050
2050
|
msgid "Create rule"
|
2051
2051
|
msgstr ""
|
2052
2052
|
|
@@ -2272,6 +2272,9 @@ msgstr ""
|
|
2272
2272
|
msgid "Delete a filter rule"
|
2273
2273
|
msgstr ""
|
2274
2274
|
|
2275
|
+
msgid "Delete a flatpak remote"
|
2276
|
+
msgstr ""
|
2277
|
+
|
2275
2278
|
msgid "Delete activation key?"
|
2276
2279
|
msgstr ""
|
2277
2280
|
|
@@ -2293,36 +2296,12 @@ msgstr ""
|
|
2293
2296
|
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."
|
2294
2297
|
msgstr ""
|
2295
2298
|
|
2296
|
-
msgid "Delete distributions"
|
2297
|
-
msgstr ""
|
2298
|
-
|
2299
2299
|
msgid "Delete manifest from Red Hat provider"
|
2300
2300
|
msgstr ""
|
2301
2301
|
|
2302
2302
|
msgid "Delete multiple filters from a content view"
|
2303
2303
|
msgstr ""
|
2304
2304
|
|
2305
|
-
msgid "Delete orphan alternate content sources"
|
2306
|
-
msgstr ""
|
2307
|
-
|
2308
|
-
msgid "Delete orphan distributions"
|
2309
|
-
msgstr ""
|
2310
|
-
|
2311
|
-
msgid "Delete orphan remotes"
|
2312
|
-
msgstr ""
|
2313
|
-
|
2314
|
-
msgid "Delete orphan repository versions"
|
2315
|
-
msgstr ""
|
2316
|
-
|
2317
|
-
msgid "Delete orphaned migrated repositories"
|
2318
|
-
msgstr ""
|
2319
|
-
|
2320
|
-
msgid "Delete remote"
|
2321
|
-
msgstr ""
|
2322
|
-
|
2323
|
-
msgid "Delete repository references"
|
2324
|
-
msgstr ""
|
2325
|
-
|
2326
2305
|
msgid "Delete version"
|
2327
2306
|
msgstr ""
|
2328
2307
|
|
@@ -2368,6 +2347,9 @@ msgstr ""
|
|
2368
2347
|
msgid "Description for the new published content view version"
|
2369
2348
|
msgstr ""
|
2370
2349
|
|
2350
|
+
msgid "Description of the flatpak remote"
|
2351
|
+
msgstr ""
|
2352
|
+
|
2371
2353
|
msgid "Description of the repository"
|
2372
2354
|
msgstr ""
|
2373
2355
|
|
@@ -2419,12 +2401,6 @@ msgstr ""
|
|
2419
2401
|
msgid "Destroy an environment in an organization"
|
2420
2402
|
msgstr ""
|
2421
2403
|
|
2422
|
-
msgid "Destroy exporter"
|
2423
|
-
msgstr ""
|
2424
|
-
|
2425
|
-
msgid "Destroy importer"
|
2426
|
-
msgstr ""
|
2427
|
-
|
2428
2404
|
msgid "Destroy one or more alternate content sources"
|
2429
2405
|
msgstr ""
|
2430
2406
|
|
@@ -2473,9 +2449,6 @@ msgstr ""
|
|
2473
2449
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
2474
2450
|
msgstr ""
|
2475
2451
|
|
2476
|
-
msgid "Discover"
|
2477
|
-
msgstr ""
|
2478
|
-
|
2479
2452
|
msgid "Discover Repositories"
|
2480
2453
|
msgstr ""
|
2481
2454
|
|
@@ -2516,13 +2489,13 @@ msgid "Duplicate repositories in content view versions"
|
|
2516
2489
|
msgstr ""
|
2517
2490
|
|
2518
2491
|
msgid "Duration"
|
2519
|
-
msgstr ""
|
2492
|
+
msgstr "Duration"
|
2520
2493
|
|
2521
2494
|
msgid "ERRATA ADVISORY"
|
2522
2495
|
msgstr ""
|
2523
2496
|
|
2524
2497
|
msgid "Edit"
|
2525
|
-
msgstr ""
|
2498
|
+
msgstr "Edit"
|
2526
2499
|
|
2527
2500
|
msgid "Edit RPM rule"
|
2528
2501
|
msgstr ""
|
@@ -2657,7 +2630,7 @@ msgid "Entitlements"
|
|
2657
2630
|
msgstr ""
|
2658
2631
|
|
2659
2632
|
msgid "Environment"
|
2660
|
-
msgstr ""
|
2633
|
+
msgstr "Environment"
|
2661
2634
|
|
2662
2635
|
msgid "Environment ID"
|
2663
2636
|
msgstr ""
|
@@ -2671,9 +2644,6 @@ msgstr ""
|
|
2671
2644
|
msgid "Environment cannot be in its own promotion path"
|
2672
2645
|
msgstr ""
|
2673
2646
|
|
2674
|
-
msgid "Environment contents refresh"
|
2675
|
-
msgstr ""
|
2676
|
-
|
2677
2647
|
msgid "Environment identifier"
|
2678
2648
|
msgstr ""
|
2679
2649
|
|
@@ -2713,9 +2683,6 @@ msgstr ""
|
|
2713
2683
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
2714
2684
|
msgstr ""
|
2715
2685
|
|
2716
|
-
msgid "Errata mail"
|
2717
|
-
msgstr ""
|
2718
|
-
|
2719
2686
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2720
2687
|
msgstr ""
|
2721
2688
|
|
@@ -2875,9 +2842,6 @@ msgstr ""
|
|
2875
2842
|
msgid "Fetch installable errata for one or more hosts."
|
2876
2843
|
msgstr ""
|
2877
2844
|
|
2878
|
-
msgid "Fetch pxe files"
|
2879
|
-
msgstr ""
|
2880
|
-
|
2881
2845
|
msgid "Fetch traces for one or more hosts"
|
2882
2846
|
msgstr ""
|
2883
2847
|
|
@@ -2971,9 +2935,6 @@ msgstr ""
|
|
2971
2935
|
msgid "Filter versions that are components in the specified composite version"
|
2972
2936
|
msgstr ""
|
2973
2937
|
|
2974
|
-
msgid "Filtered index content"
|
2975
|
-
msgstr ""
|
2976
|
-
|
2977
2938
|
msgid "Filters"
|
2978
2939
|
msgstr ""
|
2979
2940
|
|
@@ -2995,6 +2956,15 @@ msgstr ""
|
|
2995
2956
|
msgid "Finished"
|
2996
2957
|
msgstr ""
|
2997
2958
|
|
2959
|
+
msgid "Flatpak Remotes"
|
2960
|
+
msgstr ""
|
2961
|
+
|
2962
|
+
msgid "Flatpak remote numeric identifier"
|
2963
|
+
msgstr ""
|
2964
|
+
|
2965
|
+
msgid "Flatpak remote repository numeric identifier"
|
2966
|
+
msgstr ""
|
2967
|
+
|
2998
2968
|
msgid "Force"
|
2999
2969
|
msgstr ""
|
3000
2970
|
|
@@ -3057,9 +3027,6 @@ msgstr ""
|
|
3057
3027
|
msgid "Generate host applicability"
|
3058
3028
|
msgstr ""
|
3059
3029
|
|
3060
|
-
msgid "Generate metadata"
|
3061
|
-
msgstr ""
|
3062
|
-
|
3063
3030
|
msgid "Generate repository applicability"
|
3064
3031
|
msgstr ""
|
3065
3032
|
|
@@ -3297,12 +3264,6 @@ msgstr ""
|
|
3297
3264
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3298
3265
|
msgstr ""
|
3299
3266
|
|
3300
|
-
msgid "Hypervisors"
|
3301
|
-
msgstr ""
|
3302
|
-
|
3303
|
-
msgid "Hypervisors update"
|
3304
|
-
msgstr ""
|
3305
|
-
|
3306
3267
|
msgid "ID of a HTTP Proxy"
|
3307
3268
|
msgstr ""
|
3308
3269
|
|
@@ -3324,6 +3285,9 @@ msgstr ""
|
|
3324
3285
|
msgid "ID of an organization to show repositories in"
|
3325
3286
|
msgstr ""
|
3326
3287
|
|
3288
|
+
msgid "ID of flatpak remote to show repositories of"
|
3289
|
+
msgstr ""
|
3290
|
+
|
3327
3291
|
msgid "ID of the Organization"
|
3328
3292
|
msgstr ""
|
3329
3293
|
|
@@ -3384,12 +3348,18 @@ msgstr ""
|
|
3384
3348
|
msgid "Id of the content host"
|
3385
3349
|
msgstr ""
|
3386
3350
|
|
3351
|
+
msgid "Id of the content view to limit the content counting on"
|
3352
|
+
msgstr ""
|
3353
|
+
|
3387
3354
|
msgid "Id of the content view to limit the synchronization on"
|
3388
3355
|
msgstr ""
|
3389
3356
|
|
3390
3357
|
msgid "Id of the content view to limit verifying checksum on"
|
3391
3358
|
msgstr ""
|
3392
3359
|
|
3360
|
+
msgid "Id of the environment to limit the content counting on"
|
3361
|
+
msgstr ""
|
3362
|
+
|
3393
3363
|
msgid "Id of the environment to limit the synchronization on"
|
3394
3364
|
msgstr ""
|
3395
3365
|
|
@@ -3411,6 +3381,9 @@ msgstr ""
|
|
3411
3381
|
msgid "Id of the organization to limit environments on"
|
3412
3382
|
msgstr ""
|
3413
3383
|
|
3384
|
+
msgid "Id of the repository to limit the content counting on"
|
3385
|
+
msgstr ""
|
3386
|
+
|
3414
3387
|
msgid "Id of the repository to limit the synchronization on"
|
3415
3388
|
msgstr ""
|
3416
3389
|
|
@@ -3546,6 +3519,27 @@ msgid "Ignored hosts"
|
|
3546
3519
|
msgstr ""
|
3547
3520
|
|
3548
3521
|
msgid "Image"
|
3522
|
+
msgstr "Image"
|
3523
|
+
|
3524
|
+
msgid "Image digest"
|
3525
|
+
msgstr ""
|
3526
|
+
|
3527
|
+
msgid "Image digests"
|
3528
|
+
msgstr ""
|
3529
|
+
|
3530
|
+
msgid "Image mode"
|
3531
|
+
msgstr ""
|
3532
|
+
|
3533
|
+
msgid "Image mode / package mode"
|
3534
|
+
msgstr ""
|
3535
|
+
|
3536
|
+
msgid "Image mode details"
|
3537
|
+
msgstr ""
|
3538
|
+
|
3539
|
+
msgid "Image name"
|
3540
|
+
msgstr ""
|
3541
|
+
|
3542
|
+
msgid "Image-mode host"
|
3549
3543
|
msgstr ""
|
3550
3544
|
|
3551
3545
|
msgid "Immediate"
|
@@ -3590,9 +3584,6 @@ msgstr ""
|
|
3590
3584
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3591
3585
|
msgstr ""
|
3592
3586
|
|
3593
|
-
msgid "Import migration"
|
3594
|
-
msgstr ""
|
3595
|
-
|
3596
3587
|
msgid "Import new manifest"
|
3597
3588
|
msgstr ""
|
3598
3589
|
|
@@ -3602,12 +3593,6 @@ msgstr ""
|
|
3602
3593
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3603
3594
|
msgstr ""
|
3604
3595
|
|
3605
|
-
msgid "Import repository upload"
|
3606
|
-
msgstr ""
|
3607
|
-
|
3608
|
-
msgid "Import upload"
|
3609
|
-
msgstr ""
|
3610
|
-
|
3611
3596
|
msgid "Import uploads into a repository"
|
3612
3597
|
msgstr ""
|
3613
3598
|
|
@@ -3650,6 +3635,9 @@ msgstr ""
|
|
3650
3635
|
msgid "Include filter"
|
3651
3636
|
msgstr ""
|
3652
3637
|
|
3638
|
+
msgid "Include manifests"
|
3639
|
+
msgstr ""
|
3640
|
+
|
3653
3641
|
msgid "Included"
|
3654
3642
|
msgstr ""
|
3655
3643
|
|
@@ -3671,9 +3659,6 @@ msgstr ""
|
|
3671
3659
|
msgid "Incremental Update incomplete."
|
3672
3660
|
msgstr ""
|
3673
3661
|
|
3674
|
-
msgid "Incremental Update of Content View Version(s) "
|
3675
|
-
msgstr ""
|
3676
|
-
|
3677
3662
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
3678
3663
|
msgstr ""
|
3679
3664
|
|
@@ -3686,27 +3671,12 @@ msgstr ""
|
|
3686
3671
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
3687
3672
|
msgstr ""
|
3688
3673
|
|
3689
|
-
msgid "Index content"
|
3690
|
-
msgstr ""
|
3691
|
-
|
3692
|
-
msgid "Index errata"
|
3693
|
-
msgstr ""
|
3694
|
-
|
3695
|
-
msgid "Index module streams"
|
3696
|
-
msgstr ""
|
3697
|
-
|
3698
|
-
msgid "Index package groups"
|
3699
|
-
msgstr ""
|
3700
|
-
|
3701
3674
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3702
3675
|
msgstr ""
|
3703
3676
|
|
3704
3677
|
msgid "Inherit from Repository"
|
3705
3678
|
msgstr ""
|
3706
3679
|
|
3707
|
-
msgid "Initialize"
|
3708
|
-
msgstr ""
|
3709
|
-
|
3710
3680
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3711
3681
|
msgstr ""
|
3712
3682
|
|
@@ -3782,9 +3752,6 @@ msgstr ""
|
|
3782
3752
|
msgid "Installing Package..."
|
3783
3753
|
msgstr ""
|
3784
3754
|
|
3785
|
-
msgid "Instance update"
|
3786
|
-
msgstr ""
|
3787
|
-
|
3788
3755
|
msgid "Instance-based"
|
3789
3756
|
msgstr ""
|
3790
3757
|
|
@@ -3815,7 +3782,7 @@ msgstr ""
|
|
3815
3782
|
msgid "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'"
|
3816
3783
|
msgstr ""
|
3817
3784
|
|
3818
|
-
msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or '
|
3785
|
+
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'"
|
3819
3786
|
msgstr ""
|
3820
3787
|
|
3821
3788
|
msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
|
@@ -3899,9 +3866,27 @@ msgstr ""
|
|
3899
3866
|
msgid "Job '${description}' has started."
|
3900
3867
|
msgstr ""
|
3901
3868
|
|
3869
|
+
msgid "Katello Bootc interface"
|
3870
|
+
msgstr ""
|
3871
|
+
|
3902
3872
|
msgid "Katello ID of local pool to update"
|
3903
3873
|
msgstr ""
|
3904
3874
|
|
3875
|
+
msgid "Katello: Bootc Action"
|
3876
|
+
msgstr ""
|
3877
|
+
|
3878
|
+
msgid "Katello: Bootc Rollback"
|
3879
|
+
msgstr ""
|
3880
|
+
|
3881
|
+
msgid "Katello: Bootc Status"
|
3882
|
+
msgstr ""
|
3883
|
+
|
3884
|
+
msgid "Katello: Bootc Switch"
|
3885
|
+
msgstr ""
|
3886
|
+
|
3887
|
+
msgid "Katello: Bootc Upgrade"
|
3888
|
+
msgstr ""
|
3889
|
+
|
3905
3890
|
msgid "Katello: Configure host for new content source"
|
3906
3891
|
msgstr ""
|
3907
3892
|
|
@@ -3950,6 +3935,9 @@ msgstr ""
|
|
3950
3935
|
msgid "Katello: Upload Profile"
|
3951
3936
|
msgstr ""
|
3952
3937
|
|
3938
|
+
msgid "Keep latest packages"
|
3939
|
+
msgstr ""
|
3940
|
+
|
3953
3941
|
msgid "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)"
|
3954
3942
|
msgstr ""
|
3955
3943
|
|
@@ -3974,6 +3962,9 @@ msgstr ""
|
|
3974
3962
|
msgid "Label of the content view"
|
3975
3963
|
msgstr ""
|
3976
3964
|
|
3965
|
+
msgid "Label of the flatpak remote"
|
3966
|
+
msgstr ""
|
3967
|
+
|
3977
3968
|
msgid "Last check-in:"
|
3978
3969
|
msgstr ""
|
3979
3970
|
|
@@ -4139,6 +4130,9 @@ msgstr ""
|
|
4139
4130
|
msgid "List available subscriptions from Red Hat Subscription Management"
|
4140
4131
|
msgstr ""
|
4141
4132
|
|
4133
|
+
msgid "List booted bootc container images for hosts"
|
4134
|
+
msgstr ""
|
4135
|
+
|
4142
4136
|
msgid "List components attached to this content view"
|
4143
4137
|
msgstr ""
|
4144
4138
|
|
@@ -4178,6 +4172,15 @@ msgstr ""
|
|
4178
4172
|
msgid "List filter rules"
|
4179
4173
|
msgstr ""
|
4180
4174
|
|
4175
|
+
msgid "List flatpak remote repositories"
|
4176
|
+
msgstr ""
|
4177
|
+
|
4178
|
+
msgid "List flatpak remote's repositories"
|
4179
|
+
msgstr ""
|
4180
|
+
|
4181
|
+
msgid "List flatpak remotes"
|
4182
|
+
msgstr ""
|
4183
|
+
|
4181
4184
|
msgid "List host collections"
|
4182
4185
|
msgstr ""
|
4183
4186
|
|
@@ -4343,6 +4346,9 @@ msgstr ""
|
|
4343
4346
|
msgid "List the lifecycle environments not attached to the smart proxy"
|
4344
4347
|
msgstr ""
|
4345
4348
|
|
4349
|
+
msgid "Load balancer"
|
4350
|
+
msgstr ""
|
4351
|
+
|
4346
4352
|
msgid "Loading"
|
4347
4353
|
msgstr "Loading"
|
4348
4354
|
|
@@ -4472,9 +4478,6 @@ msgstr "Message"
|
|
4472
4478
|
msgid "Messaging connection"
|
4473
4479
|
msgstr ""
|
4474
4480
|
|
4475
|
-
msgid "Metadata generate"
|
4476
|
-
msgstr ""
|
4477
|
-
|
4478
4481
|
msgid ""
|
4479
4482
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
4480
4483
|
"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."
|
@@ -4486,6 +4489,12 @@ msgstr ""
|
|
4486
4489
|
msgid "Minimum version"
|
4487
4490
|
msgstr ""
|
4488
4491
|
|
4492
|
+
msgid "Mirror Remote Repository"
|
4493
|
+
msgstr ""
|
4494
|
+
|
4495
|
+
msgid "Mirror a flatpak remote repository"
|
4496
|
+
msgstr ""
|
4497
|
+
|
4489
4498
|
msgid "Missing activation key!"
|
4490
4499
|
msgstr ""
|
4491
4500
|
|
@@ -4498,6 +4507,9 @@ msgstr "Model"
|
|
4498
4507
|
msgid "Moderate"
|
4499
4508
|
msgstr ""
|
4500
4509
|
|
4510
|
+
msgid "Modify via remote execution"
|
4511
|
+
msgstr ""
|
4512
|
+
|
4501
4513
|
msgid "Modular"
|
4502
4514
|
msgstr ""
|
4503
4515
|
|
@@ -4519,13 +4531,7 @@ msgstr ""
|
|
4519
4531
|
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
4520
4532
|
msgstr ""
|
4521
4533
|
|
4522
|
-
msgid "Multi
|
4523
|
-
msgstr ""
|
4524
|
-
|
4525
|
-
msgid "Multi copy content"
|
4526
|
-
msgstr ""
|
4527
|
-
|
4528
|
-
msgid "Multi copy units"
|
4534
|
+
msgid "Multi Content View Environment"
|
4529
4535
|
msgstr ""
|
4530
4536
|
|
4531
4537
|
msgid "Multi-entitlement"
|
@@ -4585,6 +4591,12 @@ msgstr ""
|
|
4585
4591
|
msgid "Name of the content view"
|
4586
4592
|
msgstr ""
|
4587
4593
|
|
4594
|
+
msgid "Name of the flatpak remote"
|
4595
|
+
msgstr ""
|
4596
|
+
|
4597
|
+
msgid "Name of the flatpak remote repository"
|
4598
|
+
msgstr ""
|
4599
|
+
|
4588
4600
|
msgid "Name of the host"
|
4589
4601
|
msgstr ""
|
4590
4602
|
|
@@ -4708,6 +4720,9 @@ msgstr ""
|
|
4708
4720
|
msgid "No content in selected versions."
|
4709
4721
|
msgstr ""
|
4710
4722
|
|
4723
|
+
msgid "No content view environments"
|
4724
|
+
msgstr ""
|
4725
|
+
|
4711
4726
|
msgid "No content view environments found with ids: %{ids}"
|
4712
4727
|
msgstr ""
|
4713
4728
|
|
@@ -4744,9 +4759,6 @@ msgstr ""
|
|
4744
4759
|
msgid "No enabled repositories match your search criteria."
|
4745
4760
|
msgstr ""
|
4746
4761
|
|
4747
|
-
msgid "No environment"
|
4748
|
-
msgstr ""
|
4749
|
-
|
4750
4762
|
msgid "No environments"
|
4751
4763
|
msgstr ""
|
4752
4764
|
|
@@ -4994,7 +5006,7 @@ msgid "None"
|
|
4994
5006
|
msgstr ""
|
4995
5007
|
|
4996
5008
|
msgid "None provided"
|
4997
|
-
msgstr ""
|
5009
|
+
msgstr "None provided"
|
4998
5010
|
|
4999
5011
|
msgid "Not a number"
|
5000
5012
|
msgstr ""
|
@@ -5329,7 +5341,10 @@ msgstr ""
|
|
5329
5341
|
msgid "Package installation: \"%{package}\" "
|
5330
5342
|
msgstr ""
|
5331
5343
|
|
5332
|
-
msgid "Package
|
5344
|
+
msgid "Package mode"
|
5345
|
+
msgstr ""
|
5346
|
+
|
5347
|
+
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."
|
5333
5348
|
msgstr ""
|
5334
5349
|
|
5335
5350
|
msgid "Packages"
|
@@ -5458,6 +5473,9 @@ msgstr ""
|
|
5458
5473
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5459
5474
|
msgstr ""
|
5460
5475
|
|
5476
|
+
msgid "Possible values: %s"
|
5477
|
+
msgstr ""
|
5478
|
+
|
5461
5479
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
5462
5480
|
msgstr ""
|
5463
5481
|
|
@@ -5506,6 +5524,9 @@ msgstr ""
|
|
5506
5524
|
msgid "Product ID"
|
5507
5525
|
msgstr ""
|
5508
5526
|
|
5527
|
+
msgid "Product ID to mirror the remote repository to"
|
5528
|
+
msgstr ""
|
5529
|
+
|
5509
5530
|
msgid "Product and Repositories"
|
5510
5531
|
msgstr ""
|
5511
5532
|
|
@@ -5513,7 +5534,7 @@ msgid "Product architecture"
|
|
5513
5534
|
msgstr ""
|
5514
5535
|
|
5515
5536
|
msgid "Product description"
|
5516
|
-
msgstr ""
|
5537
|
+
msgstr "Product description"
|
5517
5538
|
|
5518
5539
|
msgid ""
|
5519
5540
|
"Product id as listed from a host's installed products, \\\n"
|
@@ -5530,7 +5551,7 @@ msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5530
5551
|
msgstr ""
|
5531
5552
|
|
5532
5553
|
msgid "Product name"
|
5533
|
-
msgstr ""
|
5554
|
+
msgstr "Product name"
|
5534
5555
|
|
5535
5556
|
msgid "Product name as listed from a host's installed products"
|
5536
5557
|
msgstr ""
|
@@ -5688,9 +5709,6 @@ msgstr ""
|
|
5688
5709
|
msgid "Pulp task error"
|
5689
5710
|
msgstr ""
|
5690
5711
|
|
5691
|
-
msgid "Purge completed tasks"
|
5692
|
-
msgstr ""
|
5693
|
-
|
5694
5712
|
msgid "Python Package"
|
5695
5713
|
msgstr ""
|
5696
5714
|
|
@@ -5799,9 +5817,6 @@ msgstr ""
|
|
5799
5817
|
msgid "Reclaim Space"
|
5800
5818
|
msgstr ""
|
5801
5819
|
|
5802
|
-
msgid "Reclaim space"
|
5803
|
-
msgstr ""
|
5804
|
-
|
5805
5820
|
msgid "Reclaim space from On Demand repositories"
|
5806
5821
|
msgstr ""
|
5807
5822
|
|
@@ -5865,9 +5880,6 @@ msgstr ""
|
|
5865
5880
|
msgid "Refresh all alternate content sources"
|
5866
5881
|
msgstr ""
|
5867
5882
|
|
5868
|
-
msgid "Refresh all distributions"
|
5869
|
-
msgstr ""
|
5870
|
-
|
5871
5883
|
msgid "Refresh alternate content sources"
|
5872
5884
|
msgstr ""
|
5873
5885
|
|
@@ -5880,27 +5892,15 @@ msgstr ""
|
|
5880
5892
|
msgid "Refresh counts"
|
5881
5893
|
msgstr ""
|
5882
5894
|
|
5883
|
-
msgid "Refresh distribution"
|
5884
|
-
msgstr ""
|
5885
|
-
|
5886
5895
|
msgid "Refresh errata applicability"
|
5887
5896
|
msgstr ""
|
5888
5897
|
|
5889
|
-
msgid "Refresh if needed"
|
5890
|
-
msgstr ""
|
5891
|
-
|
5892
5898
|
msgid "Refresh package applicability"
|
5893
5899
|
msgstr ""
|
5894
5900
|
|
5895
5901
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5896
5902
|
msgstr ""
|
5897
5903
|
|
5898
|
-
msgid "Refresh remote"
|
5899
|
-
msgstr ""
|
5900
|
-
|
5901
|
-
msgid "Refresh repos"
|
5902
|
-
msgstr ""
|
5903
|
-
|
5904
5904
|
msgid "Refresh source"
|
5905
5905
|
msgstr ""
|
5906
5906
|
|
@@ -5925,6 +5925,9 @@ msgstr ""
|
|
5925
5925
|
msgid "Registered on"
|
5926
5926
|
msgstr ""
|
5927
5927
|
|
5928
|
+
msgid "Registered to"
|
5929
|
+
msgstr ""
|
5930
|
+
|
5928
5931
|
msgid "Registering to multiple environments is not enabled."
|
5929
5932
|
msgstr ""
|
5930
5933
|
|
@@ -5940,9 +5943,6 @@ msgstr ""
|
|
5940
5943
|
msgid "Registry name pattern will result in invalid container image name of member repositories"
|
5941
5944
|
msgstr ""
|
5942
5945
|
|
5943
|
-
msgid "Reindex subscriptions"
|
5944
|
-
msgstr ""
|
5945
|
-
|
5946
5946
|
msgid "Related composite content views"
|
5947
5947
|
msgstr ""
|
5948
5948
|
|
@@ -6039,9 +6039,6 @@ msgstr ""
|
|
6039
6039
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
6040
6040
|
msgstr ""
|
6041
6041
|
|
6042
|
-
msgid "Remove orphans"
|
6043
|
-
msgstr ""
|
6044
|
-
|
6045
6042
|
msgid "Remove package group via Katello interface"
|
6046
6043
|
msgstr ""
|
6047
6044
|
|
@@ -6069,12 +6066,6 @@ msgstr ""
|
|
6069
6066
|
msgid "Remove subscriptions from one or more hosts"
|
6070
6067
|
msgstr ""
|
6071
6068
|
|
6072
|
-
msgid "Remove units"
|
6073
|
-
msgstr ""
|
6074
|
-
|
6075
|
-
msgid "Remove unneeded repos"
|
6076
|
-
msgstr ""
|
6077
|
-
|
6078
6069
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
6079
6070
|
msgstr ""
|
6080
6071
|
|
@@ -6099,9 +6090,6 @@ msgstr ""
|
|
6099
6090
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
6100
6091
|
msgstr ""
|
6101
6092
|
|
6102
|
-
msgid "Repair"
|
6103
|
-
msgstr ""
|
6104
|
-
|
6105
6093
|
msgid "Replace content source on the target machine"
|
6106
6094
|
msgstr ""
|
6107
6095
|
|
@@ -6120,18 +6108,12 @@ msgstr ""
|
|
6120
6108
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
6121
6109
|
msgstr ""
|
6122
6110
|
|
6123
|
-
msgid "Repositories certs reset"
|
6124
|
-
msgstr ""
|
6125
|
-
|
6126
6111
|
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."
|
6127
6112
|
msgstr ""
|
6128
6113
|
|
6129
6114
|
msgid "Repositories from published Content Views are not allowed."
|
6130
6115
|
msgstr ""
|
6131
6116
|
|
6132
|
-
msgid "Repositories gpg reset"
|
6133
|
-
msgstr ""
|
6134
|
-
|
6135
6117
|
msgid "Repository"
|
6136
6118
|
msgstr ""
|
6137
6119
|
|
@@ -6423,6 +6405,12 @@ msgstr ""
|
|
6423
6405
|
msgid "Roles"
|
6424
6406
|
msgstr ""
|
6425
6407
|
|
6408
|
+
msgid "Rollback image"
|
6409
|
+
msgstr ""
|
6410
|
+
|
6411
|
+
msgid "Rollback image digest"
|
6412
|
+
msgstr ""
|
6413
|
+
|
6426
6414
|
msgid "Rules to be added"
|
6427
6415
|
msgstr ""
|
6428
6416
|
|
@@ -6435,6 +6423,12 @@ msgstr ""
|
|
6435
6423
|
msgid "Running"
|
6436
6424
|
msgstr "Running"
|
6437
6425
|
|
6426
|
+
msgid "Running image"
|
6427
|
+
msgstr ""
|
6428
|
+
|
6429
|
+
msgid "Running image digest"
|
6430
|
+
msgstr ""
|
6431
|
+
|
6438
6432
|
msgid "SKU"
|
6439
6433
|
msgstr ""
|
6440
6434
|
|
@@ -6462,25 +6456,10 @@ msgstr ""
|
|
6462
6456
|
msgid "Save"
|
6463
6457
|
msgstr ""
|
6464
6458
|
|
6465
|
-
msgid "Save artifact"
|
6466
|
-
msgstr ""
|
6467
|
-
|
6468
|
-
msgid "Save distribution references"
|
6469
|
-
msgstr ""
|
6470
|
-
|
6471
|
-
msgid "Save publication"
|
6472
|
-
msgstr ""
|
6473
|
-
|
6474
|
-
msgid "Save version"
|
6475
|
-
msgstr ""
|
6476
|
-
|
6477
|
-
msgid "Save versions"
|
6478
|
-
msgstr ""
|
6479
|
-
|
6480
6459
|
msgid "Saving alternate content source..."
|
6481
6460
|
msgstr ""
|
6482
6461
|
|
6483
|
-
msgid "Scan
|
6462
|
+
msgid "Scan a flatpak remote"
|
6484
6463
|
msgstr ""
|
6485
6464
|
|
6486
6465
|
msgid "Schema version 1"
|
@@ -6588,9 +6567,6 @@ msgstr ""
|
|
6588
6567
|
msgid "Select action"
|
6589
6568
|
msgstr ""
|
6590
6569
|
|
6591
|
-
msgid "Select add-ons"
|
6592
|
-
msgstr ""
|
6593
|
-
|
6594
6570
|
msgid "Select all"
|
6595
6571
|
msgstr ""
|
6596
6572
|
|
@@ -6729,13 +6705,13 @@ msgstr ""
|
|
6729
6705
|
msgid "Set content overrides to one or more hosts"
|
6730
6706
|
msgstr ""
|
6731
6707
|
|
6732
|
-
msgid "Set
|
6708
|
+
msgid "Set this HTTP proxy as the default content HTTP proxy"
|
6733
6709
|
msgstr ""
|
6734
6710
|
|
6735
|
-
msgid "Set true to
|
6711
|
+
msgid "Set true to override to enabled; Set false to override to disabled.'"
|
6736
6712
|
msgstr ""
|
6737
6713
|
|
6738
|
-
msgid "
|
6714
|
+
msgid "Set true to remove an override and reset it to 'default'"
|
6739
6715
|
msgstr ""
|
6740
6716
|
|
6741
6717
|
msgid "Sets the system purpose usage"
|
@@ -6748,7 +6724,7 @@ msgid "Setting 'default_location_subscribed_hosts' is not set to a valid locatio
|
|
6748
6724
|
msgstr ""
|
6749
6725
|
|
6750
6726
|
msgid "Severity"
|
6751
|
-
msgstr ""
|
6727
|
+
msgstr "Severity"
|
6752
6728
|
|
6753
6729
|
msgid "Severity must be one of: %s"
|
6754
6730
|
msgstr ""
|
@@ -6771,6 +6747,12 @@ msgstr ""
|
|
6771
6747
|
msgid "Show a content view's history"
|
6772
6748
|
msgstr ""
|
6773
6749
|
|
6750
|
+
msgid "Show a flatpak remote"
|
6751
|
+
msgstr ""
|
6752
|
+
|
6753
|
+
msgid "Show a flatpak remote repository"
|
6754
|
+
msgstr ""
|
6755
|
+
|
6774
6756
|
msgid "Show a host collection"
|
6775
6757
|
msgstr ""
|
6776
6758
|
|
@@ -7098,6 +7080,12 @@ msgstr ""
|
|
7098
7080
|
msgid "Stacking ID"
|
7099
7081
|
msgstr ""
|
7100
7082
|
|
7083
|
+
msgid "Staged image"
|
7084
|
+
msgstr ""
|
7085
|
+
|
7086
|
+
msgid "Staged image digest"
|
7087
|
+
msgstr ""
|
7088
|
+
|
7101
7089
|
msgid "Start Date"
|
7102
7090
|
msgstr ""
|
7103
7091
|
|
@@ -7252,7 +7240,7 @@ msgid "Successfully synchronized."
|
|
7252
7240
|
msgstr ""
|
7253
7241
|
|
7254
7242
|
msgid "Summary"
|
7255
|
-
msgstr ""
|
7243
|
+
msgstr "Summary"
|
7256
7244
|
|
7257
7245
|
msgid "Support Type"
|
7258
7246
|
msgstr ""
|
@@ -7263,9 +7251,6 @@ msgstr ""
|
|
7263
7251
|
msgid "Supported Content Types"
|
7264
7252
|
msgstr ""
|
7265
7253
|
|
7266
|
-
msgid "Sync"
|
7267
|
-
msgstr ""
|
7268
|
-
|
7269
7254
|
msgid "Sync Canceled"
|
7270
7255
|
msgstr ""
|
7271
7256
|
|
@@ -7320,9 +7305,6 @@ msgstr ""
|
|
7320
7305
|
msgid "Sync all repositories for a product"
|
7321
7306
|
msgstr ""
|
7322
7307
|
|
7323
|
-
msgid "Sync capsule"
|
7324
|
-
msgstr ""
|
7325
|
-
|
7326
7308
|
msgid "Sync complete."
|
7327
7309
|
msgstr ""
|
7328
7310
|
|
@@ -7341,9 +7323,6 @@ msgstr ""
|
|
7341
7323
|
msgid "Sync state"
|
7342
7324
|
msgstr ""
|
7343
7325
|
|
7344
|
-
msgid "Syncable export"
|
7345
|
-
msgstr ""
|
7346
|
-
|
7347
7326
|
msgid "Synced"
|
7348
7327
|
msgstr ""
|
7349
7328
|
|
@@ -7458,6 +7437,9 @@ msgstr ""
|
|
7458
7437
|
msgid "The actual file contents"
|
7459
7438
|
msgstr ""
|
7460
7439
|
|
7440
|
+
msgid "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions."
|
7441
|
+
msgstr ""
|
7442
|
+
|
7461
7443
|
msgid "The content type for the Alternate Content Source"
|
7462
7444
|
msgstr ""
|
7463
7445
|
|
@@ -7705,6 +7687,9 @@ msgstr ""
|
|
7705
7687
|
msgid "This content view version doesn't have a history."
|
7706
7688
|
msgstr ""
|
7707
7689
|
|
7690
|
+
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."
|
7691
|
+
msgstr ""
|
7692
|
+
|
7708
7693
|
msgid "This content view will be automatically updated to the latest version."
|
7709
7694
|
msgstr ""
|
7710
7695
|
|
@@ -7717,6 +7702,9 @@ msgstr ""
|
|
7717
7702
|
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."
|
7718
7703
|
msgstr ""
|
7719
7704
|
|
7705
|
+
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."
|
7706
|
+
msgstr ""
|
7707
|
+
|
7720
7708
|
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
7721
7709
|
msgstr ""
|
7722
7710
|
|
@@ -7811,7 +7799,7 @@ msgid "Timestamp"
|
|
7811
7799
|
msgstr ""
|
7812
7800
|
|
7813
7801
|
msgid "Title"
|
7814
|
-
msgstr ""
|
7802
|
+
msgstr "Title"
|
7815
7803
|
|
7816
7804
|
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
7817
7805
|
msgstr ""
|
@@ -7843,7 +7831,7 @@ msgstr ""
|
|
7843
7831
|
msgid "To manage packages, select an action."
|
7844
7832
|
msgstr ""
|
7845
7833
|
|
7846
|
-
msgid "
|
7834
|
+
msgid "Token/password for the flatpak remote"
|
7847
7835
|
msgstr ""
|
7848
7836
|
|
7849
7837
|
msgid "Total steps: "
|
@@ -7940,7 +7928,7 @@ msgid "URL of an OSTree repository."
|
|
7940
7928
|
msgstr ""
|
7941
7929
|
|
7942
7930
|
msgid "UUID"
|
7943
|
-
msgstr ""
|
7931
|
+
msgstr "UUID"
|
7944
7932
|
|
7945
7933
|
msgid "UUID of the consumer"
|
7946
7934
|
msgstr ""
|
@@ -8051,7 +8039,7 @@ msgid "Unknown traces status"
|
|
8051
8039
|
msgstr ""
|
8052
8040
|
|
8053
8041
|
msgid "Unlimited"
|
8054
|
-
msgstr ""
|
8042
|
+
msgstr "Unlimited"
|
8055
8043
|
|
8056
8044
|
msgid "Unregister host %s before assigning an organization"
|
8057
8045
|
msgstr ""
|
@@ -8107,6 +8095,9 @@ msgstr ""
|
|
8107
8095
|
msgid "Update a filter rule. The parameters included should be based upon the filter type."
|
8108
8096
|
msgstr ""
|
8109
8097
|
|
8098
|
+
msgid "Update a flatpak remote"
|
8099
|
+
msgstr ""
|
8100
|
+
|
8110
8101
|
msgid "Update a host collection"
|
8111
8102
|
msgstr ""
|
8112
8103
|
|
@@ -8131,27 +8122,15 @@ msgstr ""
|
|
8131
8122
|
msgid "Update content counts for the smart proxy"
|
8132
8123
|
msgstr ""
|
8133
8124
|
|
8134
|
-
msgid "Update content urls"
|
8135
|
-
msgstr ""
|
8136
|
-
|
8137
8125
|
msgid "Update content view environments for host"
|
8138
8126
|
msgstr ""
|
8139
8127
|
|
8140
8128
|
msgid "Update content view environments for host %s"
|
8141
8129
|
msgstr ""
|
8142
8130
|
|
8143
|
-
msgid "Update distributions"
|
8144
|
-
msgstr ""
|
8145
|
-
|
8146
8131
|
msgid "Update hosts manually"
|
8147
8132
|
msgstr ""
|
8148
8133
|
|
8149
|
-
msgid "Update http proxy"
|
8150
|
-
msgstr ""
|
8151
|
-
|
8152
|
-
msgid "Update http proxy details"
|
8153
|
-
msgstr ""
|
8154
|
-
|
8155
8134
|
msgid "Update installed packages, enabled repos, module inventory"
|
8156
8135
|
msgstr ""
|
8157
8136
|
|
@@ -8167,21 +8146,12 @@ msgstr ""
|
|
8167
8146
|
msgid "Update packages via Katello interface"
|
8168
8147
|
msgstr ""
|
8169
8148
|
|
8170
|
-
msgid "Update redhat repository"
|
8171
|
-
msgstr ""
|
8172
|
-
|
8173
8149
|
msgid "Update release version for host"
|
8174
8150
|
msgstr ""
|
8175
8151
|
|
8176
8152
|
msgid "Update release version for host %s"
|
8177
8153
|
msgstr ""
|
8178
8154
|
|
8179
|
-
msgid "Update remote"
|
8180
|
-
msgstr ""
|
8181
|
-
|
8182
|
-
msgid "Update repository"
|
8183
|
-
msgstr ""
|
8184
|
-
|
8185
8155
|
msgid "Update services requiring restart"
|
8186
8156
|
msgstr ""
|
8187
8157
|
|
@@ -8272,12 +8242,6 @@ msgstr ""
|
|
8272
8242
|
msgid "Upload a subscription manifest"
|
8273
8243
|
msgstr ""
|
8274
8244
|
|
8275
|
-
msgid "Upload content"
|
8276
|
-
msgstr ""
|
8277
|
-
|
8278
|
-
msgid "Upload file"
|
8279
|
-
msgstr ""
|
8280
|
-
|
8281
8245
|
msgid "Upload into"
|
8282
8246
|
msgstr ""
|
8283
8247
|
|
@@ -8287,9 +8251,6 @@ msgstr ""
|
|
8287
8251
|
msgid "Upload request id"
|
8288
8252
|
msgstr ""
|
8289
8253
|
|
8290
|
-
msgid "Upload tag"
|
8291
|
-
msgstr ""
|
8292
|
-
|
8293
8254
|
msgid "Upstream Candlepin"
|
8294
8255
|
msgstr ""
|
8295
8256
|
|
@@ -8377,6 +8338,9 @@ msgstr ""
|
|
8377
8338
|
msgid "Username for authentication. Relevant only for 'upstream_server' type."
|
8378
8339
|
msgstr ""
|
8379
8340
|
|
8341
|
+
msgid "Username for the flatpak remote"
|
8342
|
+
msgstr ""
|
8343
|
+
|
8380
8344
|
msgid "Username of the upstream repository user used for authentication"
|
8381
8345
|
msgstr ""
|
8382
8346
|
|
@@ -8401,9 +8365,6 @@ msgstr ""
|
|
8401
8365
|
msgid "Verify SSL"
|
8402
8366
|
msgstr ""
|
8403
8367
|
|
8404
|
-
msgid "Verify checksum"
|
8405
|
-
msgstr ""
|
8406
|
-
|
8407
8368
|
msgid "Verify checksum for content on smart proxy"
|
8408
8369
|
msgstr ""
|
8409
8370
|
|
@@ -8710,6 +8671,9 @@ msgstr ""
|
|
8710
8671
|
msgid "actions not found"
|
8711
8672
|
msgstr ""
|
8712
8673
|
|
8674
|
+
msgid "activation key"
|
8675
|
+
msgstr ""
|
8676
|
+
|
8713
8677
|
msgid "activation key identifier"
|
8714
8678
|
msgstr ""
|
8715
8679
|
|
@@ -8821,7 +8785,7 @@ msgstr ""
|
|
8821
8785
|
msgid "cannot be set because unlimited hosts is set"
|
8822
8786
|
msgstr ""
|
8823
8787
|
|
8824
|
-
msgid "cannot be set for
|
8788
|
+
msgid "cannot be set for repositories without 'Additive' mirroring policy."
|
8825
8789
|
msgstr ""
|
8826
8790
|
|
8827
8791
|
msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
|
@@ -8863,6 +8827,9 @@ msgstr ""
|
|
8863
8827
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8864
8828
|
msgstr ""
|
8865
8829
|
|
8830
|
+
msgid "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8831
|
+
msgstr ""
|
8832
|
+
|
8866
8833
|
msgid "content view component ID. Identifier of the component association"
|
8867
8834
|
msgstr ""
|
8868
8835
|
|
@@ -8947,7 +8914,7 @@ msgstr ""
|
|
8947
8914
|
msgid "disk"
|
8948
8915
|
msgstr ""
|
8949
8916
|
|
8950
|
-
msgid "download policy for
|
8917
|
+
msgid "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')"
|
8951
8918
|
msgstr ""
|
8952
8919
|
|
8953
8920
|
msgid "enables or disables synchronization"
|
@@ -8986,6 +8953,9 @@ msgstr ""
|
|
8986
8953
|
msgid "erratum: IDs or a select all object"
|
8987
8954
|
msgstr ""
|
8988
8955
|
|
8956
|
+
msgid "erratum: allow types not matching a valid errata type"
|
8957
|
+
msgstr ""
|
8958
|
+
|
8989
8959
|
msgid "erratum: end date (YYYY-MM-DD)"
|
8990
8960
|
msgstr ""
|
8991
8961
|
|
@@ -9046,6 +9016,9 @@ msgstr ""
|
|
9046
9016
|
msgid "here"
|
9047
9017
|
msgstr ""
|
9048
9018
|
|
9019
|
+
msgid "host"
|
9020
|
+
msgstr ""
|
9021
|
+
|
9049
9022
|
msgid "host collection name to filter by"
|
9050
9023
|
msgstr ""
|
9051
9024
|
|
@@ -9166,6 +9139,18 @@ msgstr ""
|
|
9166
9139
|
msgid "module streams not found"
|
9167
9140
|
msgstr ""
|
9168
9141
|
|
9142
|
+
msgid "multi-environment activation key"
|
9143
|
+
msgstr ""
|
9144
|
+
|
9145
|
+
msgid "multi-environment activation keys"
|
9146
|
+
msgstr ""
|
9147
|
+
|
9148
|
+
msgid "multi-environment host"
|
9149
|
+
msgstr ""
|
9150
|
+
|
9151
|
+
msgid "multi-environment hosts"
|
9152
|
+
msgstr ""
|
9153
|
+
|
9169
9154
|
msgid "must be %{gpg_key} or %{cert}"
|
9170
9155
|
msgstr ""
|
9171
9156
|
|