katello 4.15.0 → 4.16.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/common/katello_object.js +2 -2
- data/app/assets/javascripts/katello/locale/bn/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ca/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/cs/katello.js +521 -536
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/de/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/el/katello.js +251 -266
- data/app/assets/javascripts/katello/locale/en/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +263 -278
- data/app/assets/javascripts/katello/locale/en_US/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/es/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/fr/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/gl/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/gu/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/hi/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/id/katello.js +261 -275
- data/app/assets/javascripts/katello/locale/it/katello.js +252 -267
- data/app/assets/javascripts/katello/locale/ja/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/ka/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/kn/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ko/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/mr/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +252 -267
- data/app/assets/javascripts/katello/locale/or/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pa/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pl/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/pt/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ro/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ru/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/sl/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ta/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/te/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/tr/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/vi/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/zh/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -270
- data/app/assets/javascripts/katello/sync_management/sync_management.js +16 -2
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +33 -9
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +4 -9
- data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +3 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +4 -1
- data/app/controllers/katello/api/v2/environments_controller.rb +4 -0
- data/app/controllers/katello/api/v2/errata_controller.rb +12 -1
- data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +81 -0
- data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +86 -0
- data/app/controllers/katello/api/v2/host_bootc_images_controller.rb +71 -0
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +4 -6
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -5
- data/app/controllers/katello/api/v2/repositories_controller.rb +18 -3
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +0 -8
- data/app/controllers/katello/concerns/api/v2/http_proxies_controller_extensions.rb +17 -0
- data/app/controllers/katello/concerns/http_proxies_controller_extensions.rb +20 -0
- data/app/controllers/katello/sync_management_controller.rb +6 -2
- data/app/helpers/katello/content_source_helper.rb +8 -1
- data/app/helpers/katello/content_view_helper.rb +3 -1
- data/app/lib/actions/candlepin/activation_key/create.rb +1 -3
- data/app/lib/actions/candlepin/activation_key/update.rb +1 -3
- data/app/lib/actions/candlepin/environment/set_content.rb +17 -4
- data/app/lib/actions/katello/activation_key/create.rb +1 -2
- data/app/lib/actions/katello/activation_key/update.rb +2 -4
- data/app/lib/actions/katello/capsule_content/refresh_repos.rb +7 -1
- data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +3 -2
- data/app/lib/actions/katello/content_view/publish.rb +7 -2
- data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +11 -2
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +31 -22
- data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +30 -0
- data/app/lib/actions/katello/flatpak/scan_remote.rb +17 -12
- data/app/lib/actions/katello/host/update_system_purpose.rb +1 -6
- data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +18 -2
- data/app/lib/actions/pulp3/repository/multi_copy_units.rb +4 -0
- data/app/lib/katello/api/v2/rendering.rb +2 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +3 -4
- data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +13 -0
- data/app/lib/katello/resources/candlepin/activation_key.rb +3 -5
- data/app/lib/katello/resources/candlepin/product.rb +2 -1
- data/app/lib/katello/util/cveak_migrator.rb +3 -2
- data/app/lib/katello/validators/alternate_content_source_path_validator.rb +2 -2
- data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
- data/app/lib/katello/validators/content_validator.rb +1 -1
- data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +2 -2
- data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -2
- data/app/lib/katello/validators/content_view_environment_validator.rb +3 -3
- data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +12 -12
- data/app/lib/katello/validators/content_view_filter_version_validator.rb +1 -1
- data/app/lib/katello/validators/generated_content_view_validator.rb +1 -1
- data/app/lib/katello/validators/gpg_key_content_type_validator.rb +2 -2
- data/app/lib/katello/validators/gpg_key_content_validator.rb +5 -5
- data/app/lib/katello/validators/katello_label_format_validator.rb +4 -4
- data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
- data/app/lib/katello/validators/katello_url_format_validator.rb +1 -1
- data/app/lib/katello/validators/library_presence_validator.rb +1 -1
- data/app/lib/katello/validators/no_trailing_space_validator.rb +1 -1
- data/app/lib/katello/validators/non_library_environment_validator.rb +1 -1
- data/app/lib/katello/validators/not_in_library_validator.rb +1 -1
- data/app/lib/katello/validators/path_descendents_validator.rb +1 -1
- data/app/lib/katello/validators/prior_validator.rb +1 -1
- data/app/lib/katello/validators/product_unique_attribute_validator.rb +1 -1
- data/app/lib/katello/validators/repo_disablement_validator.rb +2 -2
- data/app/lib/katello/validators/root_repository_unique_attribute_validator.rb +1 -1
- data/app/lib/katello/validators/self_reference_environment_validator.rb +1 -1
- data/app/lib/katello/validators/unique_field_in_org.rb +1 -1
- data/app/models/katello/activation_key.rb +6 -17
- data/app/models/katello/authorization/flatpak_remote.rb +33 -0
- data/app/models/katello/concerns/content_facet_host_extensions.rb +2 -1
- data/app/models/katello/concerns/host_managed_extensions.rb +8 -5
- data/app/models/katello/concerns/http_proxy_extensions.rb +4 -0
- data/app/models/katello/concerns/smart_proxy_extensions.rb +30 -6
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -8
- data/app/models/katello/content_view.rb +4 -2
- data/app/models/katello/content_view_erratum_filter.rb +18 -2
- data/app/models/katello/content_view_version.rb +6 -0
- data/app/models/katello/docker_manifest.rb +8 -0
- data/app/models/katello/docker_manifest_list.rb +8 -0
- data/app/models/katello/erratum.rb +8 -2
- data/app/models/katello/flatpak_remote.rb +16 -0
- data/app/models/katello/flatpak_remote_repository.rb +18 -0
- data/app/models/katello/flatpak_remote_repository_manifest.rb +4 -0
- data/app/models/katello/glue/candlepin/pool.rb +1 -1
- data/app/models/katello/glue/pulp/repos.rb +12 -1
- data/app/models/katello/host/content_facet.rb +42 -3
- data/app/models/katello/host/subscription_facet.rb +4 -12
- data/app/models/katello/repository.rb +21 -8
- data/app/models/katello/rhel_lifecycle_status.rb +6 -0
- data/app/models/katello/root_repository.rb +6 -8
- data/app/models/katello/upstream_pool.rb +1 -0
- data/app/overrides/add_organization_attributes.rb +6 -0
- data/app/services/katello/product_content_finder.rb +2 -1
- data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +1 -1
- data/app/services/katello/pulp3/docker_manifest.rb +3 -2
- data/app/services/katello/pulp3/docker_manifest_list.rb +3 -2
- data/app/services/katello/pulp3/repository/ansible_collection.rb +8 -1
- data/app/services/katello/pulp3/repository/apt.rb +16 -18
- data/app/services/katello/pulp3/repository/file.rb +4 -2
- data/app/services/katello/pulp3/repository.rb +4 -0
- data/app/services/katello/pulp3/task.rb +2 -2
- data/app/views/foreman/job_templates/bootc_action.erb +26 -0
- data/app/views/foreman/job_templates/bootc_rollback.erb +13 -0
- data/app/views/foreman/job_templates/bootc_status.erb +13 -0
- data/app/views/foreman/job_templates/bootc_switch.erb +13 -0
- data/app/views/foreman/job_templates/bootc_upgrade.erb +13 -0
- data/app/views/foreman/job_templates/flatpak_install.erb +23 -0
- data/app/views/foreman/job_templates/flatpak_login_action.erb +30 -0
- data/app/views/foreman/job_templates/flatpak_setup.erb +27 -0
- data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +0 -4
- data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -1
- data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -0
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +5 -1
- data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -1
- data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -1
- data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +4 -0
- data/app/views/katello/api/v2/flatpak_remote_repositories/index.json.rabl +7 -0
- data/app/views/katello/api/v2/flatpak_remote_repositories/show.json.rabl +13 -0
- data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
- data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +8 -0
- data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +11 -0
- data/app/views/katello/api/v2/flatpak_remotes/show.json.rabl +3 -0
- data/app/views/katello/api/v2/hosts/base.json.rabl +0 -8
- data/app/views/katello/api/v2/hosts/os_attributes.json.rabl +13 -0
- data/app/views/katello/api/v2/http_proxies/show.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/show.json.rabl +1 -0
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +0 -4
- data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
- data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +10 -4
- data/app/views/overrides/http_proxies/_update_setting_input.html.erb +18 -0
- data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
- data/config/initializers/monkeys.rb +0 -1
- data/config/initializers/pagelets.rb +6 -0
- data/config/routes/api/registry.rb +1 -0
- data/config/routes/api/v2.rb +21 -0
- data/config/routes/overrides.rb +1 -0
- data/config/routes.rb +2 -0
- data/db/migrate/20190605014649_add_purpose_addons.rb +0 -12
- data/db/migrate/20200213184848_create_evr_type.rb +126 -1
- data/db/migrate/20200818192230_update_system_purpose_status.rb +0 -1
- data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +0 -1
- data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +160 -0
- data/db/migrate/20241022121706_add_sync_dependencies_option.rb +5 -0
- data/db/migrate/20241101144625_remove_system_purpose_addons.rb +9 -0
- data/db/migrate/20241107002541_add_registry_url_to_katello_flatpak_remotes.rb +5 -0
- data/db/migrate/20241112145802_add_manifest_entity_to_content_facets.rb +7 -0
- data/db/migrate/20241120213713_add_allow_other_types_to_content_view_erratum_filter_rules.rb +6 -0
- data/db/migrate/20241206183052_add_content_type_to_container_manifests_and_lists.rb +9 -0
- data/db/seeds.d/75-job_templates.rb +5 -1
- data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +2 -2
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js +3 -3
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +0 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +1 -41
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +0 -12
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-system-purpose-modal.controller.js +1 -41
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +0 -13
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +0 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +1 -35
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -14
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +46 -22
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +85 -29
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +341 -96
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +31 -54
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +341 -96
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +349 -104
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +33 -56
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +80 -68
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +339 -111
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +379 -130
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +342 -103
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +70 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +84 -90
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +130 -138
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +343 -97
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +40 -63
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +343 -102
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +70 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +362 -105
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +29 -29
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +24 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-tasks.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/os-versions.service.js +1 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html +4 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html +1 -1
- data/lib/katello/engine.rb +6 -0
- data/lib/katello/permission_creator.rb +37 -0
- data/lib/katello/permissions/host_permissions.rb +2 -0
- data/lib/katello/permissions/registry_permissions.rb +1 -0
- data/lib/katello/plugin.rb +18 -1
- data/lib/katello/repository_types/docker.rb +0 -1
- data/lib/katello/repository_types/python.rb +1 -1
- data/lib/katello/version.rb +1 -1
- data/lib/katello.rb +2 -0
- data/locale/Makefile +20 -24
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +248 -263
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +247 -262
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +247 -262
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +524 -799
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +254 -269
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +248 -263
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +247 -262
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +250 -265
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +252 -267
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +257 -271
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +264 -279
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +247 -262
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +248 -263
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +247 -262
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +250 -265
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +247 -262
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +250 -265
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +249 -264
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +248 -263
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +264 -275
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +254 -270
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +250 -265
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +247 -262
- data/locale/katello.pot +1216 -1215
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +248 -263
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +248 -263
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +247 -262
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +248 -263
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +254 -268
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +248 -263
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +248 -263
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +249 -264
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +247 -262
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +248 -263
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +248 -263
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +247 -262
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +247 -262
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +255 -270
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +247 -262
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +249 -264
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +248 -263
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +247 -262
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +248 -263
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +247 -262
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +247 -262
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +247 -262
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +247 -262
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +250 -265
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +257 -272
- data/webpack/ForemanColumnExtensions/index.js +73 -3
- data/webpack/ForemanColumnExtensions/index.scss +9 -0
- data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +1 -0
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +1 -20
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +3 -61
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +0 -5
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -5
- data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +87 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +28 -2
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -1
- data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +55 -0
- data/webpack/containers/Application/config.js +5 -0
- data/webpack/global_index.js +3 -1
- data/webpack/redux/actions/RedHatRepositories/helpers.js +9 -0
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesConstants.js +5 -0
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +242 -0
- data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImages.fixtures.js +42 -0
- data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImagesPage.test.js +233 -0
- data/webpack/scenes/BootedContainerImages/index.js +4 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +39 -7
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +13 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +1 -0
- data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +4 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +20 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +20 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +128 -18
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +0 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -4
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +5 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +6 -1
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -1
- data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +5 -1
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +4 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +38 -0
- data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +0 -1
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +0 -10
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -3
- data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +0 -1
- metadata +61 -58
- data/app/models/katello/activation_key_purpose_addon.rb +0 -6
- data/app/models/katello/purpose_addon.rb +0 -11
- data/app/models/katello/subscription_facet_purpose_addon.rb +0 -6
- data/lib/monkeys/fx_sqlite_skip.rb +0 -13
- data/locale/action_names.rb +0 -181
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/bn_IN/katello.po.time_stamp +0 -0
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/cs_CZ/katello.po.time_stamp +0 -0
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/de_AT/katello.po.time_stamp +0 -0
- data/locale/de_DE/katello.po.time_stamp +0 -0
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/en_GB/katello.po.time_stamp +0 -0
- data/locale/en_US/katello.po.time_stamp +0 -0
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/et_EE/katello.po.time_stamp +0 -0
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/he_IL/katello.po.time_stamp +0 -0
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/ml_IN/katello.po.time_stamp +0 -0
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/nl_NL/katello.po.time_stamp +0 -0
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/katello.po.time_stamp +0 -0
- data/locale/pl_PL/katello.po.time_stamp +0 -0
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ro/katello.po.time_stamp +0 -0
- data/locale/ro_RO/katello.po.time_stamp +0 -0
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/katello.po.time_stamp +0 -0
- data/locale/sv_SE/katello.po.time_stamp +0 -0
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/ta_IN/katello.po.time_stamp +0 -0
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/katello.po.time_stamp +0 -0
- data/locale/vi_VN/katello.po.time_stamp +0 -0
- data/locale/zh/katello.po.time_stamp +0 -0
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/katello.po.time_stamp +0 -0
@@ -3,10 +3,10 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"katello": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "katello
|
6
|
+
"Project-Id-Version": "katello 4.16.0.pre.master",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2017-12-19 20:14+0000",
|
9
|
-
"Last-Translator": "Pavel Borecki <pavel.borecki@gmail.com>,
|
9
|
+
"Last-Translator": "Pavel Borecki <pavel.borecki@gmail.com>, 2024",
|
10
10
|
"Language-Team": "Czech (Czech Republic) (https://app.transifex.com/foreman/teams/114/cs_CZ/)",
|
11
11
|
"MIME-Version": "1.0",
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
@@ -467,9 +467,6 @@
|
|
467
467
|
"About page": [
|
468
468
|
""
|
469
469
|
],
|
470
|
-
"Abstract async task": [
|
471
|
-
""
|
472
|
-
],
|
473
470
|
"Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
|
474
471
|
""
|
475
472
|
],
|
@@ -510,7 +507,7 @@
|
|
510
507
|
"Identif. aktivačního klíče"
|
511
508
|
],
|
512
509
|
"Activation key deleted": [
|
513
|
-
""
|
510
|
+
"Aktivační klíč smazán"
|
514
511
|
],
|
515
512
|
"Activation key details": [
|
516
513
|
""
|
@@ -605,9 +602,6 @@
|
|
605
602
|
"Add one or more host collections to one or more hosts": [
|
606
603
|
""
|
607
604
|
],
|
608
|
-
"Add ons": [
|
609
|
-
"Doplňky"
|
610
|
-
],
|
611
605
|
"Add products to sync plan": [
|
612
606
|
""
|
613
607
|
],
|
@@ -638,9 +632,6 @@
|
|
638
632
|
"Add to a host collection": [
|
639
633
|
""
|
640
634
|
],
|
641
|
-
"Add-ons": [
|
642
|
-
""
|
643
|
-
],
|
644
635
|
"Added": [
|
645
636
|
""
|
646
637
|
],
|
@@ -701,15 +692,15 @@
|
|
701
692
|
"All versions will be removed from these environments": [
|
702
693
|
""
|
703
694
|
],
|
704
|
-
"Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'.": [
|
705
|
-
""
|
706
|
-
],
|
707
695
|
"Allow deleting repositories in published content views": [
|
708
696
|
""
|
709
697
|
],
|
710
698
|
"Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode.": [
|
711
699
|
""
|
712
700
|
],
|
701
|
+
"Allow hosts or activation keys to be associated with multiple content view environments": [
|
702
|
+
""
|
703
|
+
],
|
713
704
|
"Allow hosts to re-register themselves only when they are in build mode": [
|
714
705
|
""
|
715
706
|
],
|
@@ -927,10 +918,10 @@
|
|
927
918
|
"Assign the release version to one or more hosts": [
|
928
919
|
""
|
929
920
|
],
|
930
|
-
"Assigning a host to multiple content view environments is not enabled.": [
|
921
|
+
"Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
|
931
922
|
""
|
932
923
|
],
|
933
|
-
"Assigning an activation key to multiple content view environments is not enabled.": [
|
924
|
+
"Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
|
934
925
|
""
|
935
926
|
],
|
936
927
|
"Associated location IDs": [
|
@@ -951,13 +942,13 @@
|
|
951
942
|
"At least one activation key must have a lifecycle environment and content view assigned to it": [
|
952
943
|
"Je třeba, aby alespoň jeden aktivační klíč měl přiřazeno prostředí životního cyklu a ohled na obsah"
|
953
944
|
],
|
954
|
-
"At least one
|
945
|
+
"At least one errata type option needs to be selected.": [
|
955
946
|
""
|
956
947
|
],
|
957
|
-
"At least one
|
948
|
+
"At least one of the selected items requires the host to reboot": [
|
958
949
|
""
|
959
950
|
],
|
960
|
-
"
|
951
|
+
"At least one organization must exist.": [
|
961
952
|
""
|
962
953
|
],
|
963
954
|
"Attach a subscription": [
|
@@ -984,9 +975,6 @@
|
|
984
975
|
"Auto Publish - Triggered by '%s'": [
|
985
976
|
""
|
986
977
|
],
|
987
|
-
"Auto attach subscriptions": [
|
988
|
-
"Automaticky připojovat předplatné"
|
989
|
-
],
|
990
978
|
"Auto publish": [
|
991
979
|
""
|
992
980
|
],
|
@@ -1002,6 +990,12 @@
|
|
1002
990
|
"Available Repositories": [
|
1003
991
|
""
|
1004
992
|
],
|
993
|
+
"Available image": [
|
994
|
+
""
|
995
|
+
],
|
996
|
+
"Available image digest": [
|
997
|
+
""
|
998
|
+
],
|
1005
999
|
"Available schema versions": [
|
1006
1000
|
""
|
1007
1001
|
],
|
@@ -1017,6 +1011,9 @@
|
|
1017
1011
|
"Base URL for finding alternate content": [
|
1018
1012
|
""
|
1019
1013
|
],
|
1014
|
+
"Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/.": [
|
1015
|
+
""
|
1016
|
+
],
|
1020
1017
|
"Base URL to perform repo discovery on": [
|
1021
1018
|
""
|
1022
1019
|
],
|
@@ -1062,6 +1059,24 @@
|
|
1062
1059
|
"Bookmarks marked as public are available to all users": [
|
1063
1060
|
""
|
1064
1061
|
],
|
1062
|
+
"Bootc rollback via Bootc interface": [
|
1063
|
+
""
|
1064
|
+
],
|
1065
|
+
"Bootc status via Bootc interface": [
|
1066
|
+
""
|
1067
|
+
],
|
1068
|
+
"Bootc switch via Bootc interface": [
|
1069
|
+
""
|
1070
|
+
],
|
1071
|
+
"Bootc upgrade via Bootc interface": [
|
1072
|
+
""
|
1073
|
+
],
|
1074
|
+
"Booted Container Images": [
|
1075
|
+
""
|
1076
|
+
],
|
1077
|
+
"Booted container images": [
|
1078
|
+
""
|
1079
|
+
],
|
1065
1080
|
"Both": [
|
1066
1081
|
""
|
1067
1082
|
],
|
@@ -1341,6 +1356,9 @@
|
|
1341
1356
|
"Cannot upload Container Image content.": [
|
1342
1357
|
""
|
1343
1358
|
],
|
1359
|
+
"Cannot upload container content via Hammer/API. Use podman push instead.": [
|
1360
|
+
""
|
1361
|
+
],
|
1344
1362
|
"Capacity": [
|
1345
1363
|
"Kapacita"
|
1346
1364
|
],
|
@@ -1416,13 +1434,13 @@
|
|
1416
1434
|
"Collapse All": [
|
1417
1435
|
"Sbalit vše"
|
1418
1436
|
],
|
1419
|
-
"Comma-separated list of
|
1437
|
+
"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.": [
|
1420
1438
|
""
|
1421
1439
|
],
|
1422
|
-
"Comma-separated list of
|
1440
|
+
"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.": [
|
1423
1441
|
""
|
1424
1442
|
],
|
1425
|
-
"Comma-separated list of
|
1443
|
+
"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.": [
|
1426
1444
|
""
|
1427
1445
|
],
|
1428
1446
|
"Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front.": [
|
@@ -1434,9 +1452,6 @@
|
|
1434
1452
|
"Comma-separated list of tags to sync for a container image repository": [
|
1435
1453
|
""
|
1436
1454
|
],
|
1437
|
-
"Commit upload": [
|
1438
|
-
""
|
1439
|
-
],
|
1440
1455
|
"Compare": [
|
1441
1456
|
""
|
1442
1457
|
],
|
@@ -1647,6 +1662,9 @@
|
|
1647
1662
|
"Content imported by %{user} into content view '%{name}'": [
|
1648
1663
|
""
|
1649
1664
|
],
|
1665
|
+
"Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer.": [
|
1666
|
+
""
|
1667
|
+
],
|
1650
1668
|
"Content not uploaded to pulp": [
|
1651
1669
|
""
|
1652
1670
|
],
|
@@ -1707,6 +1725,9 @@
|
|
1707
1725
|
"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.": [
|
1708
1726
|
""
|
1709
1727
|
],
|
1728
|
+
"Content view environment": [
|
1729
|
+
""
|
1730
|
+
],
|
1710
1731
|
"Content view environments": [
|
1711
1732
|
""
|
1712
1733
|
],
|
@@ -1755,6 +1776,9 @@
|
|
1755
1776
|
"Content view version is empty": [
|
1756
1777
|
""
|
1757
1778
|
],
|
1779
|
+
"Content view version is empty or content counts are not up to date": [
|
1780
|
+
""
|
1781
|
+
],
|
1758
1782
|
"Content views": [
|
1759
1783
|
""
|
1760
1784
|
],
|
@@ -1782,27 +1806,15 @@
|
|
1782
1806
|
"Copy": [
|
1783
1807
|
""
|
1784
1808
|
],
|
1785
|
-
"Copy all units": [
|
1786
|
-
""
|
1787
|
-
],
|
1788
1809
|
"Copy an activation key": [
|
1789
1810
|
"Zkopírovat aktivační klíč"
|
1790
1811
|
],
|
1791
|
-
"Copy content": [
|
1792
|
-
""
|
1793
|
-
],
|
1794
1812
|
"Copy content view": [
|
1795
1813
|
""
|
1796
1814
|
],
|
1797
1815
|
"Copy to clipboard": [
|
1798
1816
|
"Zkopírovat do schránky"
|
1799
1817
|
],
|
1800
|
-
"Copy version": [
|
1801
|
-
""
|
1802
|
-
],
|
1803
|
-
"Copy version units to library": [
|
1804
|
-
""
|
1805
|
-
],
|
1806
1818
|
"Cores per socket": [
|
1807
1819
|
"Jader na patici"
|
1808
1820
|
],
|
@@ -1977,6 +1989,9 @@
|
|
1977
1989
|
"Create a filter rule. The parameters included should be based upon the filter type.": [
|
1978
1990
|
""
|
1979
1991
|
],
|
1992
|
+
"Create a flatpak remote": [
|
1993
|
+
""
|
1994
|
+
],
|
1980
1995
|
"Create a host collection": [
|
1981
1996
|
"Vytvořit sadu strojů"
|
1982
1997
|
],
|
@@ -2007,21 +2022,12 @@
|
|
2007
2022
|
"Create content view": [
|
2008
2023
|
""
|
2009
2024
|
],
|
2010
|
-
"Create exporter": [
|
2011
|
-
""
|
2012
|
-
],
|
2013
2025
|
"Create filter": [
|
2014
2026
|
""
|
2015
2027
|
],
|
2016
2028
|
"Create host collection": [
|
2017
2029
|
""
|
2018
2030
|
],
|
2019
|
-
"Create import": [
|
2020
|
-
""
|
2021
|
-
],
|
2022
|
-
"Create importer": [
|
2023
|
-
""
|
2024
|
-
],
|
2025
2031
|
"Create new activation key": [
|
2026
2032
|
""
|
2027
2033
|
],
|
@@ -2031,12 +2037,6 @@
|
|
2031
2037
|
"Create package filter rule": [
|
2032
2038
|
""
|
2033
2039
|
],
|
2034
|
-
"Create publication": [
|
2035
|
-
""
|
2036
|
-
],
|
2037
|
-
"Create remote": [
|
2038
|
-
""
|
2039
|
-
],
|
2040
2040
|
"Create rule": [
|
2041
2041
|
""
|
2042
2042
|
],
|
@@ -2262,6 +2262,9 @@
|
|
2262
2262
|
"Delete a filter rule": [
|
2263
2263
|
"Smazat pravidlo filtru"
|
2264
2264
|
],
|
2265
|
+
"Delete a flatpak remote": [
|
2266
|
+
""
|
2267
|
+
],
|
2265
2268
|
"Delete activation key?": [
|
2266
2269
|
""
|
2267
2270
|
],
|
@@ -2283,36 +2286,12 @@
|
|
2283
2286
|
"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.": [
|
2284
2287
|
""
|
2285
2288
|
],
|
2286
|
-
"Delete distributions": [
|
2287
|
-
""
|
2288
|
-
],
|
2289
2289
|
"Delete manifest from Red Hat provider": [
|
2290
2290
|
""
|
2291
2291
|
],
|
2292
2292
|
"Delete multiple filters from a content view": [
|
2293
2293
|
""
|
2294
2294
|
],
|
2295
|
-
"Delete orphan alternate content sources": [
|
2296
|
-
""
|
2297
|
-
],
|
2298
|
-
"Delete orphan distributions": [
|
2299
|
-
""
|
2300
|
-
],
|
2301
|
-
"Delete orphan remotes": [
|
2302
|
-
""
|
2303
|
-
],
|
2304
|
-
"Delete orphan repository versions": [
|
2305
|
-
""
|
2306
|
-
],
|
2307
|
-
"Delete orphaned migrated repositories": [
|
2308
|
-
""
|
2309
|
-
],
|
2310
|
-
"Delete remote": [
|
2311
|
-
""
|
2312
|
-
],
|
2313
|
-
"Delete repository references": [
|
2314
|
-
""
|
2315
|
-
],
|
2316
2295
|
"Delete version": [
|
2317
2296
|
""
|
2318
2297
|
],
|
@@ -2358,6 +2337,9 @@
|
|
2358
2337
|
"Description for the new published content view version": [
|
2359
2338
|
""
|
2360
2339
|
],
|
2340
|
+
"Description of the flatpak remote": [
|
2341
|
+
""
|
2342
|
+
],
|
2361
2343
|
"Description of the repository": [
|
2362
2344
|
""
|
2363
2345
|
],
|
@@ -2409,12 +2391,6 @@
|
|
2409
2391
|
"Destroy an environment in an organization": [
|
2410
2392
|
"Zlikvidovat prostředí v organizaci"
|
2411
2393
|
],
|
2412
|
-
"Destroy exporter": [
|
2413
|
-
""
|
2414
|
-
],
|
2415
|
-
"Destroy importer": [
|
2416
|
-
""
|
2417
|
-
],
|
2418
2394
|
"Destroy one or more alternate content sources": [
|
2419
2395
|
""
|
2420
2396
|
],
|
@@ -2463,9 +2439,6 @@
|
|
2463
2439
|
"Disabling Simple Content Access failed for '%{subject}'.": [
|
2464
2440
|
""
|
2465
2441
|
],
|
2466
|
-
"Discover": [
|
2467
|
-
"Objevit"
|
2468
|
-
],
|
2469
2442
|
"Discover Repositories": [
|
2470
2443
|
"Objevit repozitáře"
|
2471
2444
|
],
|
@@ -2661,9 +2634,6 @@
|
|
2661
2634
|
"Environment cannot be in its own promotion path": [
|
2662
2635
|
""
|
2663
2636
|
],
|
2664
|
-
"Environment contents refresh": [
|
2665
|
-
""
|
2666
|
-
],
|
2667
2637
|
"Environment identifier": [
|
2668
2638
|
"Identifikátor prostředí"
|
2669
2639
|
],
|
@@ -2703,9 +2673,6 @@
|
|
2703
2673
|
"Errata id of the erratum (RHSA-2012:108)": [
|
2704
2674
|
""
|
2705
2675
|
],
|
2706
|
-
"Errata mail": [
|
2707
|
-
""
|
2708
|
-
],
|
2709
2676
|
"Errata statuses not updated for deleted content facet with UUID %s": [
|
2710
2677
|
""
|
2711
2678
|
],
|
@@ -2865,9 +2832,6 @@
|
|
2865
2832
|
"Fetch installable errata for one or more hosts.": [
|
2866
2833
|
""
|
2867
2834
|
],
|
2868
|
-
"Fetch pxe files": [
|
2869
|
-
"Stáhnout pxe soubory"
|
2870
|
-
],
|
2871
2835
|
"Fetch traces for one or more hosts": [
|
2872
2836
|
""
|
2873
2837
|
],
|
@@ -2961,9 +2925,6 @@
|
|
2961
2925
|
"Filter versions that are components in the specified composite version": [
|
2962
2926
|
""
|
2963
2927
|
],
|
2964
|
-
"Filtered index content": [
|
2965
|
-
""
|
2966
|
-
],
|
2967
2928
|
"Filters": [
|
2968
2929
|
"Filtry"
|
2969
2930
|
],
|
@@ -2985,6 +2946,15 @@
|
|
2985
2946
|
"Finished": [
|
2986
2947
|
"Dokončeno"
|
2987
2948
|
],
|
2949
|
+
"Flatpak Remotes": [
|
2950
|
+
""
|
2951
|
+
],
|
2952
|
+
"Flatpak remote numeric identifier": [
|
2953
|
+
""
|
2954
|
+
],
|
2955
|
+
"Flatpak remote repository numeric identifier": [
|
2956
|
+
""
|
2957
|
+
],
|
2988
2958
|
"Force": [
|
2989
2959
|
""
|
2990
2960
|
],
|
@@ -3045,9 +3015,6 @@
|
|
3045
3015
|
"Generate host applicability": [
|
3046
3016
|
""
|
3047
3017
|
],
|
3048
|
-
"Generate metadata": [
|
3049
|
-
""
|
3050
|
-
],
|
3051
3018
|
"Generate repository applicability": [
|
3052
3019
|
""
|
3053
3020
|
],
|
@@ -3181,7 +3148,7 @@
|
|
3181
3148
|
"Identifikátor stroje"
|
3182
3149
|
],
|
3183
3150
|
"Host Limit": [
|
3184
|
-
""
|
3151
|
+
"Limit strojů"
|
3185
3152
|
],
|
3186
3153
|
"Host Profile Assume": [
|
3187
3154
|
""
|
@@ -3285,12 +3252,6 @@
|
|
3285
3252
|
"How to order the sorted results (e.g. ASC for ascending)": [
|
3286
3253
|
""
|
3287
3254
|
],
|
3288
|
-
"Hypervisors": [
|
3289
|
-
"Hypervizory"
|
3290
|
-
],
|
3291
|
-
"Hypervisors update": [
|
3292
|
-
"Aktualizace hypervizoru"
|
3293
|
-
],
|
3294
3255
|
"ID of a HTTP Proxy": [
|
3295
3256
|
""
|
3296
3257
|
],
|
@@ -3312,6 +3273,9 @@
|
|
3312
3273
|
"ID of an organization to show repositories in": [
|
3313
3274
|
""
|
3314
3275
|
],
|
3276
|
+
"ID of flatpak remote to show repositories of": [
|
3277
|
+
""
|
3278
|
+
],
|
3315
3279
|
"ID of the Organization": [
|
3316
3280
|
"Identifikátor organizace"
|
3317
3281
|
],
|
@@ -3372,12 +3336,18 @@
|
|
3372
3336
|
"Id of the content host": [
|
3373
3337
|
"Identifikátor stroje s obsahem"
|
3374
3338
|
],
|
3339
|
+
"Id of the content view to limit the content counting on": [
|
3340
|
+
""
|
3341
|
+
],
|
3375
3342
|
"Id of the content view to limit the synchronization on": [
|
3376
3343
|
""
|
3377
3344
|
],
|
3378
3345
|
"Id of the content view to limit verifying checksum on": [
|
3379
3346
|
""
|
3380
3347
|
],
|
3348
|
+
"Id of the environment to limit the content counting on": [
|
3349
|
+
""
|
3350
|
+
],
|
3381
3351
|
"Id of the environment to limit the synchronization on": [
|
3382
3352
|
""
|
3383
3353
|
],
|
@@ -3399,6 +3369,9 @@
|
|
3399
3369
|
"Id of the organization to limit environments on": [
|
3400
3370
|
""
|
3401
3371
|
],
|
3372
|
+
"Id of the repository to limit the content counting on": [
|
3373
|
+
""
|
3374
|
+
],
|
3402
3375
|
"Id of the repository to limit the synchronization on": [
|
3403
3376
|
""
|
3404
3377
|
],
|
@@ -3532,6 +3505,27 @@
|
|
3532
3505
|
""
|
3533
3506
|
],
|
3534
3507
|
"Image": [
|
3508
|
+
"Obraz"
|
3509
|
+
],
|
3510
|
+
"Image digest": [
|
3511
|
+
""
|
3512
|
+
],
|
3513
|
+
"Image digests": [
|
3514
|
+
""
|
3515
|
+
],
|
3516
|
+
"Image mode": [
|
3517
|
+
""
|
3518
|
+
],
|
3519
|
+
"Image mode / package mode": [
|
3520
|
+
""
|
3521
|
+
],
|
3522
|
+
"Image mode details": [
|
3523
|
+
""
|
3524
|
+
],
|
3525
|
+
"Image name": [
|
3526
|
+
""
|
3527
|
+
],
|
3528
|
+
"Image-mode host": [
|
3535
3529
|
""
|
3536
3530
|
],
|
3537
3531
|
"Immediate": [
|
@@ -3576,9 +3570,6 @@
|
|
3576
3570
|
"Import a subscription manifest to give hosts access to Red Hat content.": [
|
3577
3571
|
""
|
3578
3572
|
],
|
3579
|
-
"Import migration": [
|
3580
|
-
""
|
3581
|
-
],
|
3582
3573
|
"Import new manifest": [
|
3583
3574
|
""
|
3584
3575
|
],
|
@@ -3588,12 +3579,6 @@
|
|
3588
3579
|
"Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
|
3589
3580
|
""
|
3590
3581
|
],
|
3591
|
-
"Import repository upload": [
|
3592
|
-
""
|
3593
|
-
],
|
3594
|
-
"Import upload": [
|
3595
|
-
""
|
3596
|
-
],
|
3597
3582
|
"Import uploads into a repository": [
|
3598
3583
|
"Importovat nahrané do repozitáře"
|
3599
3584
|
],
|
@@ -3636,6 +3621,9 @@
|
|
3636
3621
|
"Include filter": [
|
3637
3622
|
""
|
3638
3623
|
],
|
3624
|
+
"Include manifests": [
|
3625
|
+
""
|
3626
|
+
],
|
3639
3627
|
"Included": [
|
3640
3628
|
""
|
3641
3629
|
],
|
@@ -3657,9 +3645,6 @@
|
|
3657
3645
|
"Incremental Update incomplete.": [
|
3658
3646
|
"Postupná aktualizace neúplná."
|
3659
3647
|
],
|
3660
|
-
"Incremental Update of Content View Version(s) ": [
|
3661
|
-
""
|
3662
|
-
],
|
3663
3648
|
"Incremental Update of %{content_view_count} Content View Version(s) ": [
|
3664
3649
|
""
|
3665
3650
|
],
|
@@ -3672,27 +3657,12 @@
|
|
3672
3657
|
"Incremental update specified for composite %{name} version %{version}, but no components updated.": [
|
3673
3658
|
""
|
3674
3659
|
],
|
3675
|
-
"Index content": [
|
3676
|
-
"Obsah rejstříku"
|
3677
|
-
],
|
3678
|
-
"Index errata": [
|
3679
|
-
""
|
3680
|
-
],
|
3681
|
-
"Index module streams": [
|
3682
|
-
""
|
3683
|
-
],
|
3684
|
-
"Index package groups": [
|
3685
|
-
""
|
3686
|
-
],
|
3687
3660
|
"Informable Type must be one of the following [ %{list} ]": [
|
3688
3661
|
""
|
3689
3662
|
],
|
3690
3663
|
"Inherit from Repository": [
|
3691
3664
|
"Převzít z repozitáře"
|
3692
3665
|
],
|
3693
|
-
"Initialize": [
|
3694
|
-
""
|
3695
|
-
],
|
3696
3666
|
"Initiate a sync of the products attached to the sync plan": [
|
3697
3667
|
""
|
3698
3668
|
],
|
@@ -3768,9 +3738,6 @@
|
|
3768
3738
|
"Installing Package...": [
|
3769
3739
|
"Instalace balíčku…"
|
3770
3740
|
],
|
3771
|
-
"Instance update": [
|
3772
|
-
"Aktualizace instance"
|
3773
|
-
],
|
3774
3741
|
"Instance-based": [
|
3775
3742
|
""
|
3776
3743
|
],
|
@@ -3801,7 +3768,7 @@
|
|
3801
3768
|
"Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'": [
|
3802
3769
|
""
|
3803
3770
|
],
|
3804
|
-
"Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or '
|
3771
|
+
"Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date', 'types', or 'allow_other_types'": [
|
3805
3772
|
""
|
3806
3773
|
],
|
3807
3774
|
"Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}": [
|
@@ -3885,9 +3852,27 @@
|
|
3885
3852
|
"Job '${description}' has started.": [
|
3886
3853
|
""
|
3887
3854
|
],
|
3855
|
+
"Katello Bootc interface": [
|
3856
|
+
""
|
3857
|
+
],
|
3888
3858
|
"Katello ID of local pool to update": [
|
3889
3859
|
"Katello identif. místního fondu, který aktualizovat"
|
3890
3860
|
],
|
3861
|
+
"Katello: Bootc Action": [
|
3862
|
+
""
|
3863
|
+
],
|
3864
|
+
"Katello: Bootc Rollback": [
|
3865
|
+
""
|
3866
|
+
],
|
3867
|
+
"Katello: Bootc Status": [
|
3868
|
+
""
|
3869
|
+
],
|
3870
|
+
"Katello: Bootc Switch": [
|
3871
|
+
""
|
3872
|
+
],
|
3873
|
+
"Katello: Bootc Upgrade": [
|
3874
|
+
""
|
3875
|
+
],
|
3891
3876
|
"Katello: Configure host for new content source": [
|
3892
3877
|
""
|
3893
3878
|
],
|
@@ -3936,6 +3921,9 @@
|
|
3936
3921
|
"Katello: Upload Profile": [
|
3937
3922
|
""
|
3938
3923
|
],
|
3924
|
+
"Keep latest packages": [
|
3925
|
+
""
|
3926
|
+
],
|
3939
3927
|
"Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)": [
|
3940
3928
|
""
|
3941
3929
|
],
|
@@ -3960,6 +3948,9 @@
|
|
3960
3948
|
"Label of the content view": [
|
3961
3949
|
""
|
3962
3950
|
],
|
3951
|
+
"Label of the flatpak remote": [
|
3952
|
+
""
|
3953
|
+
],
|
3963
3954
|
"Last check-in:": [
|
3964
3955
|
""
|
3965
3956
|
],
|
@@ -3979,7 +3970,7 @@
|
|
3979
3970
|
""
|
3980
3971
|
],
|
3981
3972
|
"Last sync": [
|
3982
|
-
""
|
3973
|
+
"Poslední synchronizace"
|
3983
3974
|
],
|
3984
3975
|
"Last task": [
|
3985
3976
|
""
|
@@ -4125,6 +4116,9 @@
|
|
4125
4116
|
"List available subscriptions from Red Hat Subscription Management": [
|
4126
4117
|
"Vypsat předplatné, která jsou k dispozici ze správy Red Hat předplatných"
|
4127
4118
|
],
|
4119
|
+
"List booted bootc container images for hosts": [
|
4120
|
+
""
|
4121
|
+
],
|
4128
4122
|
"List components attached to this content view": [
|
4129
4123
|
""
|
4130
4124
|
],
|
@@ -4164,6 +4158,15 @@
|
|
4164
4158
|
"List filter rules": [
|
4165
4159
|
""
|
4166
4160
|
],
|
4161
|
+
"List flatpak remote repositories": [
|
4162
|
+
""
|
4163
|
+
],
|
4164
|
+
"List flatpak remote's repositories": [
|
4165
|
+
""
|
4166
|
+
],
|
4167
|
+
"List flatpak remotes": [
|
4168
|
+
""
|
4169
|
+
],
|
4167
4170
|
"List host collections": [
|
4168
4171
|
""
|
4169
4172
|
],
|
@@ -4329,6 +4332,9 @@
|
|
4329
4332
|
"List the lifecycle environments not attached to the smart proxy": [
|
4330
4333
|
""
|
4331
4334
|
],
|
4335
|
+
"Load balancer": [
|
4336
|
+
""
|
4337
|
+
],
|
4332
4338
|
"Loading": [
|
4333
4339
|
""
|
4334
4340
|
],
|
@@ -4458,9 +4464,6 @@
|
|
4458
4464
|
"Messaging connection": [
|
4459
4465
|
""
|
4460
4466
|
],
|
4461
|
-
"Metadata generate": [
|
4462
|
-
""
|
4463
|
-
],
|
4464
4467
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories.": [
|
4465
4468
|
""
|
4466
4469
|
],
|
@@ -4470,6 +4473,12 @@
|
|
4470
4473
|
"Minimum version": [
|
4471
4474
|
""
|
4472
4475
|
],
|
4476
|
+
"Mirror Remote Repository": [
|
4477
|
+
""
|
4478
|
+
],
|
4479
|
+
"Mirror a flatpak remote repository": [
|
4480
|
+
""
|
4481
|
+
],
|
4473
4482
|
"Missing activation key!": [
|
4474
4483
|
""
|
4475
4484
|
],
|
@@ -4482,6 +4491,9 @@
|
|
4482
4491
|
"Moderate": [
|
4483
4492
|
"Střední"
|
4484
4493
|
],
|
4494
|
+
"Modify via remote execution": [
|
4495
|
+
""
|
4496
|
+
],
|
4485
4497
|
"Modular": [
|
4486
4498
|
""
|
4487
4499
|
],
|
@@ -4503,13 +4515,7 @@
|
|
4503
4515
|
"Module streams will appear here after enabling Red Hat repositories or creating custom products.": [
|
4504
4516
|
""
|
4505
4517
|
],
|
4506
|
-
"Multi
|
4507
|
-
""
|
4508
|
-
],
|
4509
|
-
"Multi copy content": [
|
4510
|
-
""
|
4511
|
-
],
|
4512
|
-
"Multi copy units": [
|
4518
|
+
"Multi Content View Environment": [
|
4513
4519
|
""
|
4514
4520
|
],
|
4515
4521
|
"Multi-entitlement": [
|
@@ -4563,6 +4569,12 @@
|
|
4563
4569
|
"Name of the content view": [
|
4564
4570
|
""
|
4565
4571
|
],
|
4572
|
+
"Name of the flatpak remote": [
|
4573
|
+
""
|
4574
|
+
],
|
4575
|
+
"Name of the flatpak remote repository": [
|
4576
|
+
""
|
4577
|
+
],
|
4566
4578
|
"Name of the host": [
|
4567
4579
|
"Název stroje"
|
4568
4580
|
],
|
@@ -4686,6 +4698,9 @@
|
|
4686
4698
|
"No content in selected versions.": [
|
4687
4699
|
""
|
4688
4700
|
],
|
4701
|
+
"No content view environments": [
|
4702
|
+
""
|
4703
|
+
],
|
4689
4704
|
"No content view environments found with ids: %{ids}": [
|
4690
4705
|
""
|
4691
4706
|
],
|
@@ -4722,9 +4737,6 @@
|
|
4722
4737
|
"No enabled repositories match your search criteria.": [
|
4723
4738
|
""
|
4724
4739
|
],
|
4725
|
-
"No environment": [
|
4726
|
-
""
|
4727
|
-
],
|
4728
4740
|
"No environments": [
|
4729
4741
|
""
|
4730
4742
|
],
|
@@ -5020,7 +5032,7 @@
|
|
5020
5032
|
""
|
5021
5033
|
],
|
5022
5034
|
"OS": [
|
5023
|
-
""
|
5035
|
+
"Oper. systém"
|
5024
5036
|
],
|
5025
5037
|
"OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host.": [
|
5026
5038
|
""
|
@@ -5307,7 +5319,10 @@
|
|
5307
5319
|
"Package installation: \\\"%{package}\\\" ": [
|
5308
5320
|
"Instalace balíčku: „%{package}“ "
|
5309
5321
|
],
|
5310
|
-
"Package
|
5322
|
+
"Package mode": [
|
5323
|
+
""
|
5324
|
+
],
|
5325
|
+
"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.": [
|
5311
5326
|
""
|
5312
5327
|
],
|
5313
5328
|
"Packages": [
|
@@ -5436,6 +5451,9 @@
|
|
5436
5451
|
"Policy to set for mirroring content. Must be one of %s.": [
|
5437
5452
|
""
|
5438
5453
|
],
|
5454
|
+
"Possible values: %s": [
|
5455
|
+
""
|
5456
|
+
],
|
5439
5457
|
"Prefer registered through Smart Proxy for remote execution": [
|
5440
5458
|
""
|
5441
5459
|
],
|
@@ -5484,6 +5502,9 @@
|
|
5484
5502
|
"Product ID": [
|
5485
5503
|
"Identifikátor produktu"
|
5486
5504
|
],
|
5505
|
+
"Product ID to mirror the remote repository to": [
|
5506
|
+
""
|
5507
|
+
],
|
5487
5508
|
"Product and Repositories": [
|
5488
5509
|
"Produkt a repozitáře"
|
5489
5510
|
],
|
@@ -5664,9 +5685,6 @@
|
|
5664
5685
|
"Pulp task error": [
|
5665
5686
|
""
|
5666
5687
|
],
|
5667
|
-
"Purge completed tasks": [
|
5668
|
-
""
|
5669
|
-
],
|
5670
5688
|
"Python Package": [
|
5671
5689
|
""
|
5672
5690
|
],
|
@@ -5775,9 +5793,6 @@
|
|
5775
5793
|
"Reclaim Space": [
|
5776
5794
|
""
|
5777
5795
|
],
|
5778
|
-
"Reclaim space": [
|
5779
|
-
""
|
5780
|
-
],
|
5781
5796
|
"Reclaim space from On Demand repositories": [
|
5782
5797
|
""
|
5783
5798
|
],
|
@@ -5841,9 +5856,6 @@
|
|
5841
5856
|
"Refresh all alternate content sources": [
|
5842
5857
|
""
|
5843
5858
|
],
|
5844
|
-
"Refresh all distributions": [
|
5845
|
-
""
|
5846
|
-
],
|
5847
5859
|
"Refresh alternate content sources": [
|
5848
5860
|
""
|
5849
5861
|
],
|
@@ -5856,27 +5868,15 @@
|
|
5856
5868
|
"Refresh counts": [
|
5857
5869
|
""
|
5858
5870
|
],
|
5859
|
-
"Refresh distribution": [
|
5860
|
-
""
|
5861
|
-
],
|
5862
5871
|
"Refresh errata applicability": [
|
5863
5872
|
""
|
5864
5873
|
],
|
5865
|
-
"Refresh if needed": [
|
5866
|
-
""
|
5867
|
-
],
|
5868
5874
|
"Refresh package applicability": [
|
5869
5875
|
""
|
5870
5876
|
],
|
5871
5877
|
"Refresh previously imported manifest for Red Hat provider": [
|
5872
5878
|
""
|
5873
5879
|
],
|
5874
|
-
"Refresh remote": [
|
5875
|
-
""
|
5876
|
-
],
|
5877
|
-
"Refresh repos": [
|
5878
|
-
""
|
5879
|
-
],
|
5880
5880
|
"Refresh source": [
|
5881
5881
|
""
|
5882
5882
|
],
|
@@ -5901,6 +5901,9 @@
|
|
5901
5901
|
"Registered on": [
|
5902
5902
|
""
|
5903
5903
|
],
|
5904
|
+
"Registered to": [
|
5905
|
+
""
|
5906
|
+
],
|
5904
5907
|
"Registering to multiple environments is not enabled.": [
|
5905
5908
|
""
|
5906
5909
|
],
|
@@ -5916,9 +5919,6 @@
|
|
5916
5919
|
"Registry name pattern will result in invalid container image name of member repositories": [
|
5917
5920
|
""
|
5918
5921
|
],
|
5919
|
-
"Reindex subscriptions": [
|
5920
|
-
""
|
5921
|
-
],
|
5922
5922
|
"Related composite content views": [
|
5923
5923
|
""
|
5924
5924
|
],
|
@@ -6015,9 +6015,6 @@
|
|
6015
6015
|
"Remove one or more subscriptions from an upstream manifest": [
|
6016
6016
|
""
|
6017
6017
|
],
|
6018
|
-
"Remove orphans": [
|
6019
|
-
""
|
6020
|
-
],
|
6021
6018
|
"Remove package group via Katello interface": [
|
6022
6019
|
"Odebrat skupinu balíčků prostřednictvím rozhraní Katello"
|
6023
6020
|
],
|
@@ -6045,12 +6042,6 @@
|
|
6045
6042
|
"Remove subscriptions from one or more hosts": [
|
6046
6043
|
"Odebrat předplatné jednomu čí více strojům"
|
6047
6044
|
],
|
6048
|
-
"Remove units": [
|
6049
|
-
""
|
6050
|
-
],
|
6051
|
-
"Remove unneeded repos": [
|
6052
|
-
""
|
6053
|
-
],
|
6054
6045
|
"Remove versions and/or environments from a content view and reassign systems and keys": [
|
6055
6046
|
"Odebrat verze a/nebo prostředí z pohledu na obsah a znovu přiřadit systémy a klíče"
|
6056
6047
|
],
|
@@ -6075,9 +6066,6 @@
|
|
6075
6066
|
"Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
|
6076
6067
|
""
|
6077
6068
|
],
|
6078
|
-
"Repair": [
|
6079
|
-
""
|
6080
|
-
],
|
6081
6069
|
"Replace content source on the target machine": [
|
6082
6070
|
""
|
6083
6071
|
],
|
@@ -6096,18 +6084,12 @@
|
|
6096
6084
|
"Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
|
6097
6085
|
""
|
6098
6086
|
],
|
6099
|
-
"Repositories certs reset": [
|
6100
|
-
""
|
6101
|
-
],
|
6102
6087
|
"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.": [
|
6103
6088
|
""
|
6104
6089
|
],
|
6105
6090
|
"Repositories from published Content Views are not allowed.": [
|
6106
6091
|
""
|
6107
6092
|
],
|
6108
|
-
"Repositories gpg reset": [
|
6109
|
-
""
|
6110
|
-
],
|
6111
6093
|
"Repository": [
|
6112
6094
|
"Repozitář"
|
6113
6095
|
],
|
@@ -6127,7 +6109,7 @@
|
|
6127
6109
|
""
|
6128
6110
|
],
|
6129
6111
|
"Repository ID": [
|
6130
|
-
""
|
6112
|
+
"Identifikátor repozitáře"
|
6131
6113
|
],
|
6132
6114
|
"Repository Id associated with the kickstart repo used for provisioning": [
|
6133
6115
|
""
|
@@ -6399,6 +6381,12 @@
|
|
6399
6381
|
"Roles": [
|
6400
6382
|
"Role"
|
6401
6383
|
],
|
6384
|
+
"Rollback image": [
|
6385
|
+
""
|
6386
|
+
],
|
6387
|
+
"Rollback image digest": [
|
6388
|
+
""
|
6389
|
+
],
|
6402
6390
|
"Rules to be added": [
|
6403
6391
|
""
|
6404
6392
|
],
|
@@ -6411,6 +6399,12 @@
|
|
6411
6399
|
"Running": [
|
6412
6400
|
"Spuštěné"
|
6413
6401
|
],
|
6402
|
+
"Running image": [
|
6403
|
+
""
|
6404
|
+
],
|
6405
|
+
"Running image digest": [
|
6406
|
+
""
|
6407
|
+
],
|
6414
6408
|
"SKU": [
|
6415
6409
|
""
|
6416
6410
|
],
|
@@ -6438,25 +6432,10 @@
|
|
6438
6432
|
"Save": [
|
6439
6433
|
"Uložit"
|
6440
6434
|
],
|
6441
|
-
"Save artifact": [
|
6442
|
-
""
|
6443
|
-
],
|
6444
|
-
"Save distribution references": [
|
6445
|
-
""
|
6446
|
-
],
|
6447
|
-
"Save publication": [
|
6448
|
-
""
|
6449
|
-
],
|
6450
|
-
"Save version": [
|
6451
|
-
""
|
6452
|
-
],
|
6453
|
-
"Save versions": [
|
6454
|
-
""
|
6455
|
-
],
|
6456
6435
|
"Saving alternate content source...": [
|
6457
6436
|
""
|
6458
6437
|
],
|
6459
|
-
"Scan
|
6438
|
+
"Scan a flatpak remote": [
|
6460
6439
|
""
|
6461
6440
|
],
|
6462
6441
|
"Schema version 1": [
|
@@ -6564,9 +6543,6 @@
|
|
6564
6543
|
"Select action": [
|
6565
6544
|
""
|
6566
6545
|
],
|
6567
|
-
"Select add-ons": [
|
6568
|
-
""
|
6569
|
-
],
|
6570
6546
|
"Select all": [
|
6571
6547
|
""
|
6572
6548
|
],
|
@@ -6705,15 +6681,15 @@
|
|
6705
6681
|
"Set content overrides to one or more hosts": [
|
6706
6682
|
""
|
6707
6683
|
],
|
6684
|
+
"Set this HTTP proxy as the default content HTTP proxy": [
|
6685
|
+
""
|
6686
|
+
],
|
6708
6687
|
"Set true to override to enabled; Set false to override to disabled.'": [
|
6709
6688
|
""
|
6710
6689
|
],
|
6711
6690
|
"Set true to remove an override and reset it to 'default'": [
|
6712
6691
|
""
|
6713
6692
|
],
|
6714
|
-
"Sets the system add-ons": [
|
6715
|
-
"Nastaví doplňky systému"
|
6716
|
-
],
|
6717
6693
|
"Sets the system purpose usage": [
|
6718
6694
|
"Nastaví využití účelu systému"
|
6719
6695
|
],
|
@@ -6747,6 +6723,12 @@
|
|
6747
6723
|
"Show a content view's history": [
|
6748
6724
|
""
|
6749
6725
|
],
|
6726
|
+
"Show a flatpak remote": [
|
6727
|
+
""
|
6728
|
+
],
|
6729
|
+
"Show a flatpak remote repository": [
|
6730
|
+
""
|
6731
|
+
],
|
6750
6732
|
"Show a host collection": [
|
6751
6733
|
""
|
6752
6734
|
],
|
@@ -7074,6 +7056,12 @@
|
|
7074
7056
|
"Stacking ID": [
|
7075
7057
|
""
|
7076
7058
|
],
|
7059
|
+
"Staged image": [
|
7060
|
+
""
|
7061
|
+
],
|
7062
|
+
"Staged image digest": [
|
7063
|
+
""
|
7064
|
+
],
|
7077
7065
|
"Start Date": [
|
7078
7066
|
"Datum zahájení"
|
7079
7067
|
],
|
@@ -7239,9 +7227,6 @@
|
|
7239
7227
|
"Supported Content Types": [
|
7240
7228
|
""
|
7241
7229
|
],
|
7242
|
-
"Sync": [
|
7243
|
-
""
|
7244
|
-
],
|
7245
7230
|
"Sync Canceled": [
|
7246
7231
|
"Synchronizace zrušena"
|
7247
7232
|
],
|
@@ -7296,9 +7281,6 @@
|
|
7296
7281
|
"Sync all repositories for a product": [
|
7297
7282
|
"Synchronizovat všechny repozitáře pro produkt"
|
7298
7283
|
],
|
7299
|
-
"Sync capsule": [
|
7300
|
-
""
|
7301
|
-
],
|
7302
7284
|
"Sync complete.": [
|
7303
7285
|
"Synchronizace dokončena."
|
7304
7286
|
],
|
@@ -7317,9 +7299,6 @@
|
|
7317
7299
|
"Sync state": [
|
7318
7300
|
""
|
7319
7301
|
],
|
7320
|
-
"Syncable export": [
|
7321
|
-
""
|
7322
|
-
],
|
7323
7302
|
"Synced": [
|
7324
7303
|
""
|
7325
7304
|
],
|
@@ -7434,6 +7413,9 @@
|
|
7434
7413
|
"The actual file contents": [
|
7435
7414
|
"Skutečný obsah souboru"
|
7436
7415
|
],
|
7416
|
+
"The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions.": [
|
7417
|
+
""
|
7418
|
+
],
|
7437
7419
|
"The content type for the Alternate Content Source": [
|
7438
7420
|
""
|
7439
7421
|
],
|
@@ -7677,6 +7659,9 @@
|
|
7677
7659
|
"This content view version doesn't have a history.": [
|
7678
7660
|
"Tento pohled na obsah nemá historii."
|
7679
7661
|
],
|
7662
|
+
"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.": [
|
7663
|
+
""
|
7664
|
+
],
|
7680
7665
|
"This content view will be automatically updated to the latest version.": [
|
7681
7666
|
""
|
7682
7667
|
],
|
@@ -7689,6 +7674,9 @@
|
|
7689
7674
|
"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.": [
|
7690
7675
|
""
|
7691
7676
|
],
|
7677
|
+
"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.": [
|
7678
|
+
""
|
7679
|
+
],
|
7692
7680
|
"This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
|
7693
7681
|
""
|
7694
7682
|
],
|
@@ -7815,7 +7803,7 @@
|
|
7815
7803
|
"To manage packages, select an action.": [
|
7816
7804
|
""
|
7817
7805
|
],
|
7818
|
-
"
|
7806
|
+
"Token/password for the flatpak remote": [
|
7819
7807
|
""
|
7820
7808
|
],
|
7821
7809
|
"Total steps: ": [
|
@@ -8079,6 +8067,9 @@
|
|
8079
8067
|
"Update a filter rule. The parameters included should be based upon the filter type.": [
|
8080
8068
|
""
|
8081
8069
|
],
|
8070
|
+
"Update a flatpak remote": [
|
8071
|
+
""
|
8072
|
+
],
|
8082
8073
|
"Update a host collection": [
|
8083
8074
|
"Aktualizovat sadu strojů"
|
8084
8075
|
],
|
@@ -8103,27 +8094,15 @@
|
|
8103
8094
|
"Update content counts for the smart proxy": [
|
8104
8095
|
""
|
8105
8096
|
],
|
8106
|
-
"Update content urls": [
|
8107
|
-
"Aktualizovat url adresy obsahu"
|
8108
|
-
],
|
8109
8097
|
"Update content view environments for host": [
|
8110
8098
|
""
|
8111
8099
|
],
|
8112
8100
|
"Update content view environments for host %s": [
|
8113
8101
|
""
|
8114
8102
|
],
|
8115
|
-
"Update distributions": [
|
8116
|
-
""
|
8117
|
-
],
|
8118
8103
|
"Update hosts manually": [
|
8119
8104
|
""
|
8120
8105
|
],
|
8121
|
-
"Update http proxy": [
|
8122
|
-
""
|
8123
|
-
],
|
8124
|
-
"Update http proxy details": [
|
8125
|
-
""
|
8126
|
-
],
|
8127
8106
|
"Update installed packages, enabled repos, module inventory": [
|
8128
8107
|
""
|
8129
8108
|
],
|
@@ -8139,21 +8118,12 @@
|
|
8139
8118
|
"Update packages via Katello interface": [
|
8140
8119
|
""
|
8141
8120
|
],
|
8142
|
-
"Update redhat repository": [
|
8143
|
-
"Aktualizovat redhat repozitář"
|
8144
|
-
],
|
8145
8121
|
"Update release version for host": [
|
8146
8122
|
"Aktualizovat verzi vydání pro stroj"
|
8147
8123
|
],
|
8148
8124
|
"Update release version for host %s": [
|
8149
8125
|
"Aktualizovat verzi vydání pro stroj %s"
|
8150
8126
|
],
|
8151
|
-
"Update remote": [
|
8152
|
-
""
|
8153
|
-
],
|
8154
|
-
"Update repository": [
|
8155
|
-
""
|
8156
|
-
],
|
8157
8127
|
"Update services requiring restart": [
|
8158
8128
|
""
|
8159
8129
|
],
|
@@ -8244,12 +8214,6 @@
|
|
8244
8214
|
"Upload a subscription manifest": [
|
8245
8215
|
""
|
8246
8216
|
],
|
8247
|
-
"Upload content": [
|
8248
|
-
""
|
8249
|
-
],
|
8250
|
-
"Upload file": [
|
8251
|
-
""
|
8252
|
-
],
|
8253
8217
|
"Upload into": [
|
8254
8218
|
"Nahrát do"
|
8255
8219
|
],
|
@@ -8259,9 +8223,6 @@
|
|
8259
8223
|
"Upload request id": [
|
8260
8224
|
""
|
8261
8225
|
],
|
8262
|
-
"Upload tag": [
|
8263
|
-
""
|
8264
|
-
],
|
8265
8226
|
"Upstream Candlepin": [
|
8266
8227
|
""
|
8267
8228
|
],
|
@@ -8349,6 +8310,9 @@
|
|
8349
8310
|
"Username for authentication. Relevant only for 'upstream_server' type.": [
|
8350
8311
|
""
|
8351
8312
|
],
|
8313
|
+
"Username for the flatpak remote": [
|
8314
|
+
""
|
8315
|
+
],
|
8352
8316
|
"Username of the upstream repository user used for authentication": [
|
8353
8317
|
""
|
8354
8318
|
],
|
@@ -8373,9 +8337,6 @@
|
|
8373
8337
|
"Verify SSL": [
|
8374
8338
|
"Ověřit SSL"
|
8375
8339
|
],
|
8376
|
-
"Verify checksum": [
|
8377
|
-
""
|
8378
|
-
],
|
8379
8340
|
"Verify checksum for content on smart proxy": [
|
8380
8341
|
""
|
8381
8342
|
],
|
@@ -8682,6 +8643,9 @@
|
|
8682
8643
|
"actions not found": [
|
8683
8644
|
"akce nenalezena"
|
8684
8645
|
],
|
8646
|
+
"activation key": [
|
8647
|
+
""
|
8648
|
+
],
|
8685
8649
|
"activation key identifier": [
|
8686
8650
|
"identifikátor aktivačního klíče"
|
8687
8651
|
],
|
@@ -8793,7 +8757,7 @@
|
|
8793
8757
|
"cannot be set because unlimited hosts is set": [
|
8794
8758
|
""
|
8795
8759
|
],
|
8796
|
-
"cannot be set for
|
8760
|
+
"cannot be set for repositories without 'Additive' mirroring policy.": [
|
8797
8761
|
""
|
8798
8762
|
],
|
8799
8763
|
"cannot contain characters other than ascii alpha numerals, '_', '-'. ": [
|
@@ -8835,6 +8799,9 @@
|
|
8835
8799
|
"content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')": [
|
8836
8800
|
""
|
8837
8801
|
],
|
8802
|
+
"content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')": [
|
8803
|
+
""
|
8804
|
+
],
|
8838
8805
|
"content view component ID. Identifier of the component association": [
|
8839
8806
|
""
|
8840
8807
|
],
|
@@ -8919,7 +8886,7 @@
|
|
8919
8886
|
"disk": [
|
8920
8887
|
""
|
8921
8888
|
],
|
8922
|
-
"download policy for
|
8889
|
+
"download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')": [
|
8923
8890
|
""
|
8924
8891
|
],
|
8925
8892
|
"enables or disables synchronization": [
|
@@ -8958,6 +8925,9 @@
|
|
8958
8925
|
"erratum: IDs or a select all object": [
|
8959
8926
|
""
|
8960
8927
|
],
|
8928
|
+
"erratum: allow types not matching a valid errata type": [
|
8929
|
+
""
|
8930
|
+
],
|
8961
8931
|
"erratum: end date (YYYY-MM-DD)": [
|
8962
8932
|
""
|
8963
8933
|
],
|
@@ -9016,6 +8986,9 @@
|
|
9016
8986
|
""
|
9017
8987
|
],
|
9018
8988
|
"here": [
|
8989
|
+
"zde"
|
8990
|
+
],
|
8991
|
+
"host": [
|
9019
8992
|
""
|
9020
8993
|
],
|
9021
8994
|
"host collection name to filter by": [
|
@@ -9138,6 +9111,18 @@
|
|
9138
9111
|
"module streams not found": [
|
9139
9112
|
""
|
9140
9113
|
],
|
9114
|
+
"multi-environment activation key": [
|
9115
|
+
""
|
9116
|
+
],
|
9117
|
+
"multi-environment activation keys": [
|
9118
|
+
""
|
9119
|
+
],
|
9120
|
+
"multi-environment host": [
|
9121
|
+
""
|
9122
|
+
],
|
9123
|
+
"multi-environment hosts": [
|
9124
|
+
""
|
9125
|
+
],
|
9141
9126
|
"must be %{gpg_key} or %{cert}": [
|
9142
9127
|
"je třeba, aby bylo %{gpg_key} nebo %{cert}"
|
9143
9128
|
],
|