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/cs_CZ/katello.po
CHANGED
@@ -6,14 +6,14 @@
|
|
6
6
|
# Translators:
|
7
7
|
# mhulan <mhulan@redhat.com>, 2020
|
8
8
|
# Lukáš Zapletal, 2022
|
9
|
-
# Pavel Borecki <pavel.borecki@gmail.com>,
|
9
|
+
# Pavel Borecki <pavel.borecki@gmail.com>, 2024
|
10
10
|
#
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: katello
|
13
|
+
"Project-Id-Version: katello 4.16.0.pre.master\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
15
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
16
|
-
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>,
|
16
|
+
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2024\n"
|
17
17
|
"Language-Team: Czech (Czech Republic) (https://app.transifex.com/foreman/teams"
|
18
18
|
"/114/cs_CZ/)\n"
|
19
19
|
"MIME-Version: 1.0\n"
|
@@ -476,9 +476,6 @@ msgstr ""
|
|
476
476
|
msgid "About page"
|
477
477
|
msgstr ""
|
478
478
|
|
479
|
-
msgid "Abstract async task"
|
480
|
-
msgstr ""
|
481
|
-
|
482
479
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
483
480
|
msgstr ""
|
484
481
|
|
@@ -519,7 +516,7 @@ msgid "Activation key ID"
|
|
519
516
|
msgstr "Identif. aktivačního klíče"
|
520
517
|
|
521
518
|
msgid "Activation key deleted"
|
522
|
-
msgstr ""
|
519
|
+
msgstr "Aktivační klíč smazán"
|
523
520
|
|
524
521
|
msgid "Activation key details"
|
525
522
|
msgstr ""
|
@@ -614,9 +611,6 @@ msgstr ""
|
|
614
611
|
msgid "Add one or more host collections to one or more hosts"
|
615
612
|
msgstr ""
|
616
613
|
|
617
|
-
msgid "Add ons"
|
618
|
-
msgstr "Doplňky"
|
619
|
-
|
620
614
|
msgid "Add products to sync plan"
|
621
615
|
msgstr ""
|
622
616
|
|
@@ -647,9 +641,6 @@ msgstr ""
|
|
647
641
|
msgid "Add to a host collection"
|
648
642
|
msgstr ""
|
649
643
|
|
650
|
-
msgid "Add-ons"
|
651
|
-
msgstr ""
|
652
|
-
|
653
644
|
msgid "Added"
|
654
645
|
msgstr ""
|
655
646
|
|
@@ -710,15 +701,15 @@ msgstr ""
|
|
710
701
|
msgid "All versions will be removed from these environments"
|
711
702
|
msgstr ""
|
712
703
|
|
713
|
-
msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
|
714
|
-
msgstr ""
|
715
|
-
|
716
704
|
msgid "Allow deleting repositories in published content views"
|
717
705
|
msgstr ""
|
718
706
|
|
719
707
|
msgid "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
|
720
708
|
msgstr ""
|
721
709
|
|
710
|
+
msgid "Allow hosts or activation keys to be associated with multiple content view environments"
|
711
|
+
msgstr ""
|
712
|
+
|
722
713
|
msgid "Allow hosts to re-register themselves only when they are in build mode"
|
723
714
|
msgstr ""
|
724
715
|
|
@@ -941,10 +932,10 @@ msgstr ""
|
|
941
932
|
msgid "Assign the release version to one or more hosts"
|
942
933
|
msgstr ""
|
943
934
|
|
944
|
-
msgid "Assigning a host to multiple content view environments is not enabled."
|
935
|
+
msgid "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
|
945
936
|
msgstr ""
|
946
937
|
|
947
|
-
msgid "Assigning an activation key to multiple content view environments is not enabled."
|
938
|
+
msgid "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
|
948
939
|
msgstr ""
|
949
940
|
|
950
941
|
msgid "Associated location IDs"
|
@@ -965,13 +956,13 @@ msgstr "Je třeba zadat alespoň jeden aktivační klíč"
|
|
965
956
|
msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
|
966
957
|
msgstr "Je třeba, aby alespoň jeden aktivační klíč měl přiřazeno prostředí životního cyklu a ohled na obsah"
|
967
958
|
|
968
|
-
msgid "At least one
|
959
|
+
msgid "At least one errata type option needs to be selected."
|
969
960
|
msgstr ""
|
970
961
|
|
971
|
-
msgid "At least one
|
962
|
+
msgid "At least one of the selected items requires the host to reboot"
|
972
963
|
msgstr ""
|
973
964
|
|
974
|
-
msgid "
|
965
|
+
msgid "At least one organization must exist."
|
975
966
|
msgstr ""
|
976
967
|
|
977
968
|
msgid "Attach a subscription"
|
@@ -998,9 +989,6 @@ msgstr "Autor"
|
|
998
989
|
msgid "Auto Publish - Triggered by '%s'"
|
999
990
|
msgstr ""
|
1000
991
|
|
1001
|
-
msgid "Auto attach subscriptions"
|
1002
|
-
msgstr "Automaticky připojovat předplatné"
|
1003
|
-
|
1004
992
|
msgid "Auto publish"
|
1005
993
|
msgstr ""
|
1006
994
|
|
@@ -1016,6 +1004,12 @@ msgstr ""
|
|
1016
1004
|
msgid "Available Repositories"
|
1017
1005
|
msgstr ""
|
1018
1006
|
|
1007
|
+
msgid "Available image"
|
1008
|
+
msgstr ""
|
1009
|
+
|
1010
|
+
msgid "Available image digest"
|
1011
|
+
msgstr ""
|
1012
|
+
|
1019
1013
|
msgid "Available schema versions"
|
1020
1014
|
msgstr ""
|
1021
1015
|
|
@@ -1031,6 +1025,9 @@ msgstr "Základ URL"
|
|
1031
1025
|
msgid "Base URL for finding alternate content"
|
1032
1026
|
msgstr ""
|
1033
1027
|
|
1028
|
+
msgid "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/."
|
1029
|
+
msgstr ""
|
1030
|
+
|
1034
1031
|
msgid "Base URL to perform repo discovery on"
|
1035
1032
|
msgstr ""
|
1036
1033
|
|
@@ -1076,6 +1073,24 @@ msgstr "Přidej hledaní jako záložku"
|
|
1076
1073
|
msgid "Bookmarks marked as public are available to all users"
|
1077
1074
|
msgstr ""
|
1078
1075
|
|
1076
|
+
msgid "Bootc rollback via Bootc interface"
|
1077
|
+
msgstr ""
|
1078
|
+
|
1079
|
+
msgid "Bootc status via Bootc interface"
|
1080
|
+
msgstr ""
|
1081
|
+
|
1082
|
+
msgid "Bootc switch via Bootc interface"
|
1083
|
+
msgstr ""
|
1084
|
+
|
1085
|
+
msgid "Bootc upgrade via Bootc interface"
|
1086
|
+
msgstr ""
|
1087
|
+
|
1088
|
+
msgid "Booted Container Images"
|
1089
|
+
msgstr ""
|
1090
|
+
|
1091
|
+
msgid "Booted container images"
|
1092
|
+
msgstr ""
|
1093
|
+
|
1079
1094
|
msgid "Both"
|
1080
1095
|
msgstr ""
|
1081
1096
|
|
@@ -1355,6 +1370,9 @@ msgstr ""
|
|
1355
1370
|
msgid "Cannot upload Container Image content."
|
1356
1371
|
msgstr ""
|
1357
1372
|
|
1373
|
+
msgid "Cannot upload container content via Hammer/API. Use podman push instead."
|
1374
|
+
msgstr ""
|
1375
|
+
|
1358
1376
|
msgid "Capacity"
|
1359
1377
|
msgstr "Kapacita"
|
1360
1378
|
|
@@ -1430,13 +1448,13 @@ msgstr "Zavřít"
|
|
1430
1448
|
msgid "Collapse All"
|
1431
1449
|
msgstr "Sbalit vše"
|
1432
1450
|
|
1433
|
-
msgid "Comma-separated list of
|
1451
|
+
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."
|
1434
1452
|
msgstr ""
|
1435
1453
|
|
1436
|
-
msgid "Comma-separated list of
|
1454
|
+
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."
|
1437
1455
|
msgstr ""
|
1438
1456
|
|
1439
|
-
msgid "Comma-separated list of
|
1457
|
+
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."
|
1440
1458
|
msgstr ""
|
1441
1459
|
|
1442
1460
|
msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
|
@@ -1448,9 +1466,6 @@ msgstr ""
|
|
1448
1466
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1449
1467
|
msgstr ""
|
1450
1468
|
|
1451
|
-
msgid "Commit upload"
|
1452
|
-
msgstr ""
|
1453
|
-
|
1454
1469
|
msgid "Compare"
|
1455
1470
|
msgstr ""
|
1456
1471
|
|
@@ -1661,6 +1676,9 @@ msgstr ""
|
|
1661
1676
|
msgid "Content imported by %{user} into content view '%{name}'"
|
1662
1677
|
msgstr ""
|
1663
1678
|
|
1679
|
+
msgid "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer."
|
1680
|
+
msgstr ""
|
1681
|
+
|
1664
1682
|
msgid "Content not uploaded to pulp"
|
1665
1683
|
msgstr ""
|
1666
1684
|
|
@@ -1721,6 +1739,9 @@ msgstr ""
|
|
1721
1739
|
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."
|
1722
1740
|
msgstr ""
|
1723
1741
|
|
1742
|
+
msgid "Content view environment"
|
1743
|
+
msgstr ""
|
1744
|
+
|
1724
1745
|
msgid "Content view environments"
|
1725
1746
|
msgstr ""
|
1726
1747
|
|
@@ -1769,6 +1790,9 @@ msgstr ""
|
|
1769
1790
|
msgid "Content view version is empty"
|
1770
1791
|
msgstr ""
|
1771
1792
|
|
1793
|
+
msgid "Content view version is empty or content counts are not up to date"
|
1794
|
+
msgstr ""
|
1795
|
+
|
1772
1796
|
msgid "Content views"
|
1773
1797
|
msgstr ""
|
1774
1798
|
|
@@ -1796,27 +1820,15 @@ msgstr ""
|
|
1796
1820
|
msgid "Copy"
|
1797
1821
|
msgstr ""
|
1798
1822
|
|
1799
|
-
msgid "Copy all units"
|
1800
|
-
msgstr ""
|
1801
|
-
|
1802
1823
|
msgid "Copy an activation key"
|
1803
1824
|
msgstr "Zkopírovat aktivační klíč"
|
1804
1825
|
|
1805
|
-
msgid "Copy content"
|
1806
|
-
msgstr ""
|
1807
|
-
|
1808
1826
|
msgid "Copy content view"
|
1809
1827
|
msgstr ""
|
1810
1828
|
|
1811
1829
|
msgid "Copy to clipboard"
|
1812
1830
|
msgstr "Zkopírovat do schránky"
|
1813
1831
|
|
1814
|
-
msgid "Copy version"
|
1815
|
-
msgstr ""
|
1816
|
-
|
1817
|
-
msgid "Copy version units to library"
|
1818
|
-
msgstr ""
|
1819
|
-
|
1820
1832
|
msgid "Cores per socket"
|
1821
1833
|
msgstr "Jader na patici"
|
1822
1834
|
|
@@ -1991,6 +2003,9 @@ msgstr "Vytvořit uživatelsky určený repozitář"
|
|
1991
2003
|
msgid "Create a filter rule. The parameters included should be based upon the filter type."
|
1992
2004
|
msgstr ""
|
1993
2005
|
|
2006
|
+
msgid "Create a flatpak remote"
|
2007
|
+
msgstr ""
|
2008
|
+
|
1994
2009
|
msgid "Create a host collection"
|
1995
2010
|
msgstr "Vytvořit sadu strojů"
|
1996
2011
|
|
@@ -2021,21 +2036,12 @@ msgstr ""
|
|
2021
2036
|
msgid "Create content view"
|
2022
2037
|
msgstr ""
|
2023
2038
|
|
2024
|
-
msgid "Create exporter"
|
2025
|
-
msgstr ""
|
2026
|
-
|
2027
2039
|
msgid "Create filter"
|
2028
2040
|
msgstr ""
|
2029
2041
|
|
2030
2042
|
msgid "Create host collection"
|
2031
2043
|
msgstr ""
|
2032
2044
|
|
2033
|
-
msgid "Create import"
|
2034
|
-
msgstr ""
|
2035
|
-
|
2036
|
-
msgid "Create importer"
|
2037
|
-
msgstr ""
|
2038
|
-
|
2039
2045
|
msgid "Create new activation key"
|
2040
2046
|
msgstr ""
|
2041
2047
|
|
@@ -2045,12 +2051,6 @@ msgstr "Vytvořit organizaci"
|
|
2045
2051
|
msgid "Create package filter rule"
|
2046
2052
|
msgstr ""
|
2047
2053
|
|
2048
|
-
msgid "Create publication"
|
2049
|
-
msgstr ""
|
2050
|
-
|
2051
|
-
msgid "Create remote"
|
2052
|
-
msgstr ""
|
2053
|
-
|
2054
2054
|
msgid "Create rule"
|
2055
2055
|
msgstr ""
|
2056
2056
|
|
@@ -2276,6 +2276,9 @@ msgstr "Smazat pohled na obsah"
|
|
2276
2276
|
msgid "Delete a filter rule"
|
2277
2277
|
msgstr "Smazat pravidlo filtru"
|
2278
2278
|
|
2279
|
+
msgid "Delete a flatpak remote"
|
2280
|
+
msgstr ""
|
2281
|
+
|
2279
2282
|
msgid "Delete activation key?"
|
2280
2283
|
msgstr ""
|
2281
2284
|
|
@@ -2297,36 +2300,12 @@ msgstr ""
|
|
2297
2300
|
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."
|
2298
2301
|
msgstr ""
|
2299
2302
|
|
2300
|
-
msgid "Delete distributions"
|
2301
|
-
msgstr ""
|
2302
|
-
|
2303
2303
|
msgid "Delete manifest from Red Hat provider"
|
2304
2304
|
msgstr ""
|
2305
2305
|
|
2306
2306
|
msgid "Delete multiple filters from a content view"
|
2307
2307
|
msgstr ""
|
2308
2308
|
|
2309
|
-
msgid "Delete orphan alternate content sources"
|
2310
|
-
msgstr ""
|
2311
|
-
|
2312
|
-
msgid "Delete orphan distributions"
|
2313
|
-
msgstr ""
|
2314
|
-
|
2315
|
-
msgid "Delete orphan remotes"
|
2316
|
-
msgstr ""
|
2317
|
-
|
2318
|
-
msgid "Delete orphan repository versions"
|
2319
|
-
msgstr ""
|
2320
|
-
|
2321
|
-
msgid "Delete orphaned migrated repositories"
|
2322
|
-
msgstr ""
|
2323
|
-
|
2324
|
-
msgid "Delete remote"
|
2325
|
-
msgstr ""
|
2326
|
-
|
2327
|
-
msgid "Delete repository references"
|
2328
|
-
msgstr ""
|
2329
|
-
|
2330
2309
|
msgid "Delete version"
|
2331
2310
|
msgstr ""
|
2332
2311
|
|
@@ -2372,6 +2351,9 @@ msgstr "Popis pohledu na obsah"
|
|
2372
2351
|
msgid "Description for the new published content view version"
|
2373
2352
|
msgstr ""
|
2374
2353
|
|
2354
|
+
msgid "Description of the flatpak remote"
|
2355
|
+
msgstr ""
|
2356
|
+
|
2375
2357
|
msgid "Description of the repository"
|
2376
2358
|
msgstr ""
|
2377
2359
|
|
@@ -2423,12 +2405,6 @@ msgstr "Zlikvidovat prostředí"
|
|
2423
2405
|
msgid "Destroy an environment in an organization"
|
2424
2406
|
msgstr "Zlikvidovat prostředí v organizaci"
|
2425
2407
|
|
2426
|
-
msgid "Destroy exporter"
|
2427
|
-
msgstr ""
|
2428
|
-
|
2429
|
-
msgid "Destroy importer"
|
2430
|
-
msgstr ""
|
2431
|
-
|
2432
2408
|
msgid "Destroy one or more alternate content sources"
|
2433
2409
|
msgstr ""
|
2434
2410
|
|
@@ -2477,9 +2453,6 @@ msgstr "Vypnuto"
|
|
2477
2453
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
2478
2454
|
msgstr ""
|
2479
2455
|
|
2480
|
-
msgid "Discover"
|
2481
|
-
msgstr "Objevit"
|
2482
|
-
|
2483
2456
|
msgid "Discover Repositories"
|
2484
2457
|
msgstr "Objevit repozitáře"
|
2485
2458
|
|
@@ -2675,9 +2648,6 @@ msgstr "Identifikátory prostředí"
|
|
2675
2648
|
msgid "Environment cannot be in its own promotion path"
|
2676
2649
|
msgstr ""
|
2677
2650
|
|
2678
|
-
msgid "Environment contents refresh"
|
2679
|
-
msgstr ""
|
2680
|
-
|
2681
2651
|
msgid "Environment identifier"
|
2682
2652
|
msgstr "Identifikátor prostředí"
|
2683
2653
|
|
@@ -2717,9 +2687,6 @@ msgstr ""
|
|
2717
2687
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
2718
2688
|
msgstr ""
|
2719
2689
|
|
2720
|
-
msgid "Errata mail"
|
2721
|
-
msgstr ""
|
2722
|
-
|
2723
2690
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2724
2691
|
msgstr ""
|
2725
2692
|
|
@@ -2879,9 +2846,6 @@ msgstr ""
|
|
2879
2846
|
msgid "Fetch installable errata for one or more hosts."
|
2880
2847
|
msgstr ""
|
2881
2848
|
|
2882
|
-
msgid "Fetch pxe files"
|
2883
|
-
msgstr "Stáhnout pxe soubory"
|
2884
|
-
|
2885
2849
|
msgid "Fetch traces for one or more hosts"
|
2886
2850
|
msgstr ""
|
2887
2851
|
|
@@ -2975,9 +2939,6 @@ msgstr "Filtrovat verze podle jejich čísla"
|
|
2975
2939
|
msgid "Filter versions that are components in the specified composite version"
|
2976
2940
|
msgstr ""
|
2977
2941
|
|
2978
|
-
msgid "Filtered index content"
|
2979
|
-
msgstr ""
|
2980
|
-
|
2981
2942
|
msgid "Filters"
|
2982
2943
|
msgstr "Filtry"
|
2983
2944
|
|
@@ -2999,6 +2960,15 @@ msgstr ""
|
|
2999
2960
|
msgid "Finished"
|
3000
2961
|
msgstr "Dokončeno"
|
3001
2962
|
|
2963
|
+
msgid "Flatpak Remotes"
|
2964
|
+
msgstr ""
|
2965
|
+
|
2966
|
+
msgid "Flatpak remote numeric identifier"
|
2967
|
+
msgstr ""
|
2968
|
+
|
2969
|
+
msgid "Flatpak remote repository numeric identifier"
|
2970
|
+
msgstr ""
|
2971
|
+
|
3002
2972
|
msgid "Force"
|
3003
2973
|
msgstr ""
|
3004
2974
|
|
@@ -3061,9 +3031,6 @@ msgstr ""
|
|
3061
3031
|
msgid "Generate host applicability"
|
3062
3032
|
msgstr ""
|
3063
3033
|
|
3064
|
-
msgid "Generate metadata"
|
3065
|
-
msgstr ""
|
3066
|
-
|
3067
3034
|
msgid "Generate repository applicability"
|
3068
3035
|
msgstr ""
|
3069
3036
|
|
@@ -3197,7 +3164,7 @@ msgid "Host ID"
|
|
3197
3164
|
msgstr "Identifikátor stroje"
|
3198
3165
|
|
3199
3166
|
msgid "Host Limit"
|
3200
|
-
msgstr ""
|
3167
|
+
msgstr "Limit strojů"
|
3201
3168
|
|
3202
3169
|
msgid "Host Profile Assume"
|
3203
3170
|
msgstr ""
|
@@ -3301,12 +3268,6 @@ msgstr ""
|
|
3301
3268
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3302
3269
|
msgstr ""
|
3303
3270
|
|
3304
|
-
msgid "Hypervisors"
|
3305
|
-
msgstr "Hypervizory"
|
3306
|
-
|
3307
|
-
msgid "Hypervisors update"
|
3308
|
-
msgstr "Aktualizace hypervizoru"
|
3309
|
-
|
3310
3271
|
msgid "ID of a HTTP Proxy"
|
3311
3272
|
msgstr ""
|
3312
3273
|
|
@@ -3328,6 +3289,9 @@ msgstr "Identifikátor prostředí ve kterém zobrazit repozitáře"
|
|
3328
3289
|
msgid "ID of an organization to show repositories in"
|
3329
3290
|
msgstr ""
|
3330
3291
|
|
3292
|
+
msgid "ID of flatpak remote to show repositories of"
|
3293
|
+
msgstr ""
|
3294
|
+
|
3331
3295
|
msgid "ID of the Organization"
|
3332
3296
|
msgstr "Identifikátor organizace"
|
3333
3297
|
|
@@ -3388,12 +3352,18 @@ msgstr ""
|
|
3388
3352
|
msgid "Id of the content host"
|
3389
3353
|
msgstr "Identifikátor stroje s obsahem"
|
3390
3354
|
|
3355
|
+
msgid "Id of the content view to limit the content counting on"
|
3356
|
+
msgstr ""
|
3357
|
+
|
3391
3358
|
msgid "Id of the content view to limit the synchronization on"
|
3392
3359
|
msgstr ""
|
3393
3360
|
|
3394
3361
|
msgid "Id of the content view to limit verifying checksum on"
|
3395
3362
|
msgstr ""
|
3396
3363
|
|
3364
|
+
msgid "Id of the environment to limit the content counting on"
|
3365
|
+
msgstr ""
|
3366
|
+
|
3397
3367
|
msgid "Id of the environment to limit the synchronization on"
|
3398
3368
|
msgstr ""
|
3399
3369
|
|
@@ -3415,6 +3385,9 @@ msgstr ""
|
|
3415
3385
|
msgid "Id of the organization to limit environments on"
|
3416
3386
|
msgstr ""
|
3417
3387
|
|
3388
|
+
msgid "Id of the repository to limit the content counting on"
|
3389
|
+
msgstr ""
|
3390
|
+
|
3418
3391
|
msgid "Id of the repository to limit the synchronization on"
|
3419
3392
|
msgstr ""
|
3420
3393
|
|
@@ -3550,6 +3523,27 @@ msgid "Ignored hosts"
|
|
3550
3523
|
msgstr ""
|
3551
3524
|
|
3552
3525
|
msgid "Image"
|
3526
|
+
msgstr "Obraz"
|
3527
|
+
|
3528
|
+
msgid "Image digest"
|
3529
|
+
msgstr ""
|
3530
|
+
|
3531
|
+
msgid "Image digests"
|
3532
|
+
msgstr ""
|
3533
|
+
|
3534
|
+
msgid "Image mode"
|
3535
|
+
msgstr ""
|
3536
|
+
|
3537
|
+
msgid "Image mode / package mode"
|
3538
|
+
msgstr ""
|
3539
|
+
|
3540
|
+
msgid "Image mode details"
|
3541
|
+
msgstr ""
|
3542
|
+
|
3543
|
+
msgid "Image name"
|
3544
|
+
msgstr ""
|
3545
|
+
|
3546
|
+
msgid "Image-mode host"
|
3553
3547
|
msgstr ""
|
3554
3548
|
|
3555
3549
|
msgid "Immediate"
|
@@ -3594,9 +3588,6 @@ msgstr ""
|
|
3594
3588
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3595
3589
|
msgstr ""
|
3596
3590
|
|
3597
|
-
msgid "Import migration"
|
3598
|
-
msgstr ""
|
3599
|
-
|
3600
3591
|
msgid "Import new manifest"
|
3601
3592
|
msgstr ""
|
3602
3593
|
|
@@ -3606,12 +3597,6 @@ msgstr ""
|
|
3606
3597
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3607
3598
|
msgstr ""
|
3608
3599
|
|
3609
|
-
msgid "Import repository upload"
|
3610
|
-
msgstr ""
|
3611
|
-
|
3612
|
-
msgid "Import upload"
|
3613
|
-
msgstr ""
|
3614
|
-
|
3615
3600
|
msgid "Import uploads into a repository"
|
3616
3601
|
msgstr "Importovat nahrané do repozitáře"
|
3617
3602
|
|
@@ -3654,6 +3639,9 @@ msgstr ""
|
|
3654
3639
|
msgid "Include filter"
|
3655
3640
|
msgstr ""
|
3656
3641
|
|
3642
|
+
msgid "Include manifests"
|
3643
|
+
msgstr ""
|
3644
|
+
|
3657
3645
|
msgid "Included"
|
3658
3646
|
msgstr ""
|
3659
3647
|
|
@@ -3675,9 +3663,6 @@ msgstr "Postupná aktualizace"
|
|
3675
3663
|
msgid "Incremental Update incomplete."
|
3676
3664
|
msgstr "Postupná aktualizace neúplná."
|
3677
3665
|
|
3678
|
-
msgid "Incremental Update of Content View Version(s) "
|
3679
|
-
msgstr ""
|
3680
|
-
|
3681
3666
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
3682
3667
|
msgstr ""
|
3683
3668
|
|
@@ -3690,27 +3675,12 @@ msgstr ""
|
|
3690
3675
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
3691
3676
|
msgstr ""
|
3692
3677
|
|
3693
|
-
msgid "Index content"
|
3694
|
-
msgstr "Obsah rejstříku"
|
3695
|
-
|
3696
|
-
msgid "Index errata"
|
3697
|
-
msgstr ""
|
3698
|
-
|
3699
|
-
msgid "Index module streams"
|
3700
|
-
msgstr ""
|
3701
|
-
|
3702
|
-
msgid "Index package groups"
|
3703
|
-
msgstr ""
|
3704
|
-
|
3705
3678
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3706
3679
|
msgstr ""
|
3707
3680
|
|
3708
3681
|
msgid "Inherit from Repository"
|
3709
3682
|
msgstr "Převzít z repozitáře"
|
3710
3683
|
|
3711
|
-
msgid "Initialize"
|
3712
|
-
msgstr ""
|
3713
|
-
|
3714
3684
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3715
3685
|
msgstr ""
|
3716
3686
|
|
@@ -3786,9 +3756,6 @@ msgstr "Instalace skupiny balíčků…"
|
|
3786
3756
|
msgid "Installing Package..."
|
3787
3757
|
msgstr "Instalace balíčku…"
|
3788
3758
|
|
3789
|
-
msgid "Instance update"
|
3790
|
-
msgstr "Aktualizace instance"
|
3791
|
-
|
3792
3759
|
msgid "Instance-based"
|
3793
3760
|
msgstr ""
|
3794
3761
|
|
@@ -3819,7 +3786,7 @@ msgstr ""
|
|
3819
3786
|
msgid "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'"
|
3820
3787
|
msgstr ""
|
3821
3788
|
|
3822
|
-
msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or '
|
3789
|
+
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'"
|
3823
3790
|
msgstr ""
|
3824
3791
|
|
3825
3792
|
msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
|
@@ -3903,9 +3870,27 @@ msgstr ""
|
|
3903
3870
|
msgid "Job '${description}' has started."
|
3904
3871
|
msgstr ""
|
3905
3872
|
|
3873
|
+
msgid "Katello Bootc interface"
|
3874
|
+
msgstr ""
|
3875
|
+
|
3906
3876
|
msgid "Katello ID of local pool to update"
|
3907
3877
|
msgstr "Katello identif. místního fondu, který aktualizovat"
|
3908
3878
|
|
3879
|
+
msgid "Katello: Bootc Action"
|
3880
|
+
msgstr ""
|
3881
|
+
|
3882
|
+
msgid "Katello: Bootc Rollback"
|
3883
|
+
msgstr ""
|
3884
|
+
|
3885
|
+
msgid "Katello: Bootc Status"
|
3886
|
+
msgstr ""
|
3887
|
+
|
3888
|
+
msgid "Katello: Bootc Switch"
|
3889
|
+
msgstr ""
|
3890
|
+
|
3891
|
+
msgid "Katello: Bootc Upgrade"
|
3892
|
+
msgstr ""
|
3893
|
+
|
3909
3894
|
msgid "Katello: Configure host for new content source"
|
3910
3895
|
msgstr ""
|
3911
3896
|
|
@@ -3954,6 +3939,9 @@ msgstr ""
|
|
3954
3939
|
msgid "Katello: Upload Profile"
|
3955
3940
|
msgstr ""
|
3956
3941
|
|
3942
|
+
msgid "Keep latest packages"
|
3943
|
+
msgstr ""
|
3944
|
+
|
3957
3945
|
msgid "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)"
|
3958
3946
|
msgstr ""
|
3959
3947
|
|
@@ -3978,6 +3966,9 @@ msgstr "Štítek obsahu"
|
|
3978
3966
|
msgid "Label of the content view"
|
3979
3967
|
msgstr ""
|
3980
3968
|
|
3969
|
+
msgid "Label of the flatpak remote"
|
3970
|
+
msgstr ""
|
3971
|
+
|
3981
3972
|
msgid "Last check-in:"
|
3982
3973
|
msgstr ""
|
3983
3974
|
|
@@ -3997,7 +3988,7 @@ msgid "Last seen"
|
|
3997
3988
|
msgstr ""
|
3998
3989
|
|
3999
3990
|
msgid "Last sync"
|
4000
|
-
msgstr ""
|
3991
|
+
msgstr "Poslední synchronizace"
|
4001
3992
|
|
4002
3993
|
msgid "Last task"
|
4003
3994
|
msgstr ""
|
@@ -4143,6 +4134,9 @@ msgstr "Vypsat vydání dostupná v organizaci"
|
|
4143
4134
|
msgid "List available subscriptions from Red Hat Subscription Management"
|
4144
4135
|
msgstr "Vypsat předplatné, která jsou k dispozici ze správy Red Hat předplatných"
|
4145
4136
|
|
4137
|
+
msgid "List booted bootc container images for hosts"
|
4138
|
+
msgstr ""
|
4139
|
+
|
4146
4140
|
msgid "List components attached to this content view"
|
4147
4141
|
msgstr ""
|
4148
4142
|
|
@@ -4182,6 +4176,15 @@ msgstr ""
|
|
4182
4176
|
msgid "List filter rules"
|
4183
4177
|
msgstr ""
|
4184
4178
|
|
4179
|
+
msgid "List flatpak remote repositories"
|
4180
|
+
msgstr ""
|
4181
|
+
|
4182
|
+
msgid "List flatpak remote's repositories"
|
4183
|
+
msgstr ""
|
4184
|
+
|
4185
|
+
msgid "List flatpak remotes"
|
4186
|
+
msgstr ""
|
4187
|
+
|
4185
4188
|
msgid "List host collections"
|
4186
4189
|
msgstr ""
|
4187
4190
|
|
@@ -4347,6 +4350,9 @@ msgstr ""
|
|
4347
4350
|
msgid "List the lifecycle environments not attached to the smart proxy"
|
4348
4351
|
msgstr ""
|
4349
4352
|
|
4353
|
+
msgid "Load balancer"
|
4354
|
+
msgstr ""
|
4355
|
+
|
4350
4356
|
msgid "Loading"
|
4351
4357
|
msgstr ""
|
4352
4358
|
|
@@ -4476,9 +4482,6 @@ msgstr "Zpráva"
|
|
4476
4482
|
msgid "Messaging connection"
|
4477
4483
|
msgstr ""
|
4478
4484
|
|
4479
|
-
msgid "Metadata generate"
|
4480
|
-
msgstr ""
|
4481
|
-
|
4482
4485
|
msgid ""
|
4483
4486
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
4484
4487
|
"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."
|
@@ -4490,6 +4493,12 @@ msgstr ""
|
|
4490
4493
|
msgid "Minimum version"
|
4491
4494
|
msgstr ""
|
4492
4495
|
|
4496
|
+
msgid "Mirror Remote Repository"
|
4497
|
+
msgstr ""
|
4498
|
+
|
4499
|
+
msgid "Mirror a flatpak remote repository"
|
4500
|
+
msgstr ""
|
4501
|
+
|
4493
4502
|
msgid "Missing activation key!"
|
4494
4503
|
msgstr ""
|
4495
4504
|
|
@@ -4502,6 +4511,9 @@ msgstr "Model"
|
|
4502
4511
|
msgid "Moderate"
|
4503
4512
|
msgstr "Střední"
|
4504
4513
|
|
4514
|
+
msgid "Modify via remote execution"
|
4515
|
+
msgstr ""
|
4516
|
+
|
4505
4517
|
msgid "Modular"
|
4506
4518
|
msgstr ""
|
4507
4519
|
|
@@ -4523,13 +4535,7 @@ msgstr ""
|
|
4523
4535
|
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
4524
4536
|
msgstr ""
|
4525
4537
|
|
4526
|
-
msgid "Multi
|
4527
|
-
msgstr ""
|
4528
|
-
|
4529
|
-
msgid "Multi copy content"
|
4530
|
-
msgstr ""
|
4531
|
-
|
4532
|
-
msgid "Multi copy units"
|
4538
|
+
msgid "Multi Content View Environment"
|
4533
4539
|
msgstr ""
|
4534
4540
|
|
4535
4541
|
msgid "Multi-entitlement"
|
@@ -4589,6 +4595,12 @@ msgstr ""
|
|
4589
4595
|
msgid "Name of the content view"
|
4590
4596
|
msgstr ""
|
4591
4597
|
|
4598
|
+
msgid "Name of the flatpak remote"
|
4599
|
+
msgstr ""
|
4600
|
+
|
4601
|
+
msgid "Name of the flatpak remote repository"
|
4602
|
+
msgstr ""
|
4603
|
+
|
4592
4604
|
msgid "Name of the host"
|
4593
4605
|
msgstr "Název stroje"
|
4594
4606
|
|
@@ -4712,6 +4724,9 @@ msgstr ""
|
|
4712
4724
|
msgid "No content in selected versions."
|
4713
4725
|
msgstr ""
|
4714
4726
|
|
4727
|
+
msgid "No content view environments"
|
4728
|
+
msgstr ""
|
4729
|
+
|
4715
4730
|
msgid "No content view environments found with ids: %{ids}"
|
4716
4731
|
msgstr ""
|
4717
4732
|
|
@@ -4748,9 +4763,6 @@ msgstr ""
|
|
4748
4763
|
msgid "No enabled repositories match your search criteria."
|
4749
4764
|
msgstr ""
|
4750
4765
|
|
4751
|
-
msgid "No environment"
|
4752
|
-
msgstr ""
|
4753
|
-
|
4754
4766
|
msgid "No environments"
|
4755
4767
|
msgstr ""
|
4756
4768
|
|
@@ -5046,7 +5058,7 @@ msgid "Number to Allocate"
|
|
5046
5058
|
msgstr ""
|
5047
5059
|
|
5048
5060
|
msgid "OS"
|
5049
|
-
msgstr ""
|
5061
|
+
msgstr "Oper. systém"
|
5050
5062
|
|
5051
5063
|
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
5052
5064
|
msgstr ""
|
@@ -5333,7 +5345,10 @@ msgstr "Instalace balíčku se nezdařila: „%{package}“"
|
|
5333
5345
|
msgid "Package installation: \"%{package}\" "
|
5334
5346
|
msgstr "Instalace balíčku: „%{package}“ "
|
5335
5347
|
|
5336
|
-
msgid "Package
|
5348
|
+
msgid "Package mode"
|
5349
|
+
msgstr ""
|
5350
|
+
|
5351
|
+
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."
|
5337
5352
|
msgstr ""
|
5338
5353
|
|
5339
5354
|
msgid "Packages"
|
@@ -5462,6 +5477,9 @@ msgstr ""
|
|
5462
5477
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5463
5478
|
msgstr ""
|
5464
5479
|
|
5480
|
+
msgid "Possible values: %s"
|
5481
|
+
msgstr ""
|
5482
|
+
|
5465
5483
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
5466
5484
|
msgstr ""
|
5467
5485
|
|
@@ -5510,6 +5528,9 @@ msgstr ""
|
|
5510
5528
|
msgid "Product ID"
|
5511
5529
|
msgstr "Identifikátor produktu"
|
5512
5530
|
|
5531
|
+
msgid "Product ID to mirror the remote repository to"
|
5532
|
+
msgstr ""
|
5533
|
+
|
5513
5534
|
msgid "Product and Repositories"
|
5514
5535
|
msgstr "Produkt a repozitáře"
|
5515
5536
|
|
@@ -5692,9 +5713,6 @@ msgstr ""
|
|
5692
5713
|
msgid "Pulp task error"
|
5693
5714
|
msgstr ""
|
5694
5715
|
|
5695
|
-
msgid "Purge completed tasks"
|
5696
|
-
msgstr ""
|
5697
|
-
|
5698
5716
|
msgid "Python Package"
|
5699
5717
|
msgstr ""
|
5700
5718
|
|
@@ -5803,9 +5821,6 @@ msgstr "Vyžadován restart"
|
|
5803
5821
|
msgid "Reclaim Space"
|
5804
5822
|
msgstr ""
|
5805
5823
|
|
5806
|
-
msgid "Reclaim space"
|
5807
|
-
msgstr ""
|
5808
|
-
|
5809
5824
|
msgid "Reclaim space from On Demand repositories"
|
5810
5825
|
msgstr ""
|
5811
5826
|
|
@@ -5869,9 +5884,6 @@ msgstr "Znovu načíst manifest"
|
|
5869
5884
|
msgid "Refresh all alternate content sources"
|
5870
5885
|
msgstr ""
|
5871
5886
|
|
5872
|
-
msgid "Refresh all distributions"
|
5873
|
-
msgstr ""
|
5874
|
-
|
5875
5887
|
msgid "Refresh alternate content sources"
|
5876
5888
|
msgstr ""
|
5877
5889
|
|
@@ -5884,27 +5896,15 @@ msgstr ""
|
|
5884
5896
|
msgid "Refresh counts"
|
5885
5897
|
msgstr ""
|
5886
5898
|
|
5887
|
-
msgid "Refresh distribution"
|
5888
|
-
msgstr ""
|
5889
|
-
|
5890
5899
|
msgid "Refresh errata applicability"
|
5891
5900
|
msgstr ""
|
5892
5901
|
|
5893
|
-
msgid "Refresh if needed"
|
5894
|
-
msgstr ""
|
5895
|
-
|
5896
5902
|
msgid "Refresh package applicability"
|
5897
5903
|
msgstr ""
|
5898
5904
|
|
5899
5905
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5900
5906
|
msgstr ""
|
5901
5907
|
|
5902
|
-
msgid "Refresh remote"
|
5903
|
-
msgstr ""
|
5904
|
-
|
5905
|
-
msgid "Refresh repos"
|
5906
|
-
msgstr ""
|
5907
|
-
|
5908
5908
|
msgid "Refresh source"
|
5909
5909
|
msgstr ""
|
5910
5910
|
|
@@ -5929,6 +5929,9 @@ msgstr ""
|
|
5929
5929
|
msgid "Registered on"
|
5930
5930
|
msgstr ""
|
5931
5931
|
|
5932
|
+
msgid "Registered to"
|
5933
|
+
msgstr ""
|
5934
|
+
|
5932
5935
|
msgid "Registering to multiple environments is not enabled."
|
5933
5936
|
msgstr ""
|
5934
5937
|
|
@@ -5944,9 +5947,6 @@ msgstr ""
|
|
5944
5947
|
msgid "Registry name pattern will result in invalid container image name of member repositories"
|
5945
5948
|
msgstr ""
|
5946
5949
|
|
5947
|
-
msgid "Reindex subscriptions"
|
5948
|
-
msgstr ""
|
5949
|
-
|
5950
5950
|
msgid "Related composite content views"
|
5951
5951
|
msgstr ""
|
5952
5952
|
|
@@ -6043,9 +6043,6 @@ msgstr ""
|
|
6043
6043
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
6044
6044
|
msgstr ""
|
6045
6045
|
|
6046
|
-
msgid "Remove orphans"
|
6047
|
-
msgstr ""
|
6048
|
-
|
6049
6046
|
msgid "Remove package group via Katello interface"
|
6050
6047
|
msgstr "Odebrat skupinu balíčků prostřednictvím rozhraní Katello"
|
6051
6048
|
|
@@ -6073,12 +6070,6 @@ msgstr ""
|
|
6073
6070
|
msgid "Remove subscriptions from one or more hosts"
|
6074
6071
|
msgstr "Odebrat předplatné jednomu čí více strojům"
|
6075
6072
|
|
6076
|
-
msgid "Remove units"
|
6077
|
-
msgstr ""
|
6078
|
-
|
6079
|
-
msgid "Remove unneeded repos"
|
6080
|
-
msgstr ""
|
6081
|
-
|
6082
6073
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
6083
6074
|
msgstr "Odebrat verze a/nebo prostředí z pohledu na obsah a znovu přiřadit systémy a klíče"
|
6084
6075
|
|
@@ -6103,9 +6094,6 @@ msgstr ""
|
|
6103
6094
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
6104
6095
|
msgstr ""
|
6105
6096
|
|
6106
|
-
msgid "Repair"
|
6107
|
-
msgstr ""
|
6108
|
-
|
6109
6097
|
msgid "Replace content source on the target machine"
|
6110
6098
|
msgstr ""
|
6111
6099
|
|
@@ -6124,18 +6112,12 @@ msgstr "Repozitáře"
|
|
6124
6112
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
6125
6113
|
msgstr ""
|
6126
6114
|
|
6127
|
-
msgid "Repositories certs reset"
|
6128
|
-
msgstr ""
|
6129
|
-
|
6130
6115
|
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."
|
6131
6116
|
msgstr ""
|
6132
6117
|
|
6133
6118
|
msgid "Repositories from published Content Views are not allowed."
|
6134
6119
|
msgstr ""
|
6135
6120
|
|
6136
|
-
msgid "Repositories gpg reset"
|
6137
|
-
msgstr ""
|
6138
|
-
|
6139
6121
|
msgid "Repository"
|
6140
6122
|
msgstr "Repozitář"
|
6141
6123
|
|
@@ -6155,7 +6137,7 @@ msgid "Repository '%(repoName)s' has been enabled."
|
|
6155
6137
|
msgstr ""
|
6156
6138
|
|
6157
6139
|
msgid "Repository ID"
|
6158
|
-
msgstr ""
|
6140
|
+
msgstr "Identifikátor repozitáře"
|
6159
6141
|
|
6160
6142
|
msgid "Repository Id associated with the kickstart repo used for provisioning"
|
6161
6143
|
msgstr ""
|
@@ -6427,6 +6409,12 @@ msgstr ""
|
|
6427
6409
|
msgid "Roles"
|
6428
6410
|
msgstr "Role"
|
6429
6411
|
|
6412
|
+
msgid "Rollback image"
|
6413
|
+
msgstr ""
|
6414
|
+
|
6415
|
+
msgid "Rollback image digest"
|
6416
|
+
msgstr ""
|
6417
|
+
|
6430
6418
|
msgid "Rules to be added"
|
6431
6419
|
msgstr ""
|
6432
6420
|
|
@@ -6439,6 +6427,12 @@ msgstr ""
|
|
6439
6427
|
msgid "Running"
|
6440
6428
|
msgstr "Spuštěné"
|
6441
6429
|
|
6430
|
+
msgid "Running image"
|
6431
|
+
msgstr ""
|
6432
|
+
|
6433
|
+
msgid "Running image digest"
|
6434
|
+
msgstr ""
|
6435
|
+
|
6442
6436
|
msgid "SKU"
|
6443
6437
|
msgstr ""
|
6444
6438
|
|
@@ -6466,25 +6460,10 @@ msgstr ""
|
|
6466
6460
|
msgid "Save"
|
6467
6461
|
msgstr "Uložit"
|
6468
6462
|
|
6469
|
-
msgid "Save artifact"
|
6470
|
-
msgstr ""
|
6471
|
-
|
6472
|
-
msgid "Save distribution references"
|
6473
|
-
msgstr ""
|
6474
|
-
|
6475
|
-
msgid "Save publication"
|
6476
|
-
msgstr ""
|
6477
|
-
|
6478
|
-
msgid "Save version"
|
6479
|
-
msgstr ""
|
6480
|
-
|
6481
|
-
msgid "Save versions"
|
6482
|
-
msgstr ""
|
6483
|
-
|
6484
6463
|
msgid "Saving alternate content source..."
|
6485
6464
|
msgstr ""
|
6486
6465
|
|
6487
|
-
msgid "Scan
|
6466
|
+
msgid "Scan a flatpak remote"
|
6488
6467
|
msgstr ""
|
6489
6468
|
|
6490
6469
|
msgid "Schema version 1"
|
@@ -6592,9 +6571,6 @@ msgstr ""
|
|
6592
6571
|
msgid "Select action"
|
6593
6572
|
msgstr ""
|
6594
6573
|
|
6595
|
-
msgid "Select add-ons"
|
6596
|
-
msgstr ""
|
6597
|
-
|
6598
6574
|
msgid "Select all"
|
6599
6575
|
msgstr ""
|
6600
6576
|
|
@@ -6733,15 +6709,15 @@ msgstr ""
|
|
6733
6709
|
msgid "Set content overrides to one or more hosts"
|
6734
6710
|
msgstr ""
|
6735
6711
|
|
6712
|
+
msgid "Set this HTTP proxy as the default content HTTP proxy"
|
6713
|
+
msgstr ""
|
6714
|
+
|
6736
6715
|
msgid "Set true to override to enabled; Set false to override to disabled.'"
|
6737
6716
|
msgstr ""
|
6738
6717
|
|
6739
6718
|
msgid "Set true to remove an override and reset it to 'default'"
|
6740
6719
|
msgstr ""
|
6741
6720
|
|
6742
|
-
msgid "Sets the system add-ons"
|
6743
|
-
msgstr "Nastaví doplňky systému"
|
6744
|
-
|
6745
6721
|
msgid "Sets the system purpose usage"
|
6746
6722
|
msgstr "Nastaví využití účelu systému"
|
6747
6723
|
|
@@ -6775,6 +6751,12 @@ msgstr ""
|
|
6775
6751
|
msgid "Show a content view's history"
|
6776
6752
|
msgstr ""
|
6777
6753
|
|
6754
|
+
msgid "Show a flatpak remote"
|
6755
|
+
msgstr ""
|
6756
|
+
|
6757
|
+
msgid "Show a flatpak remote repository"
|
6758
|
+
msgstr ""
|
6759
|
+
|
6778
6760
|
msgid "Show a host collection"
|
6779
6761
|
msgstr ""
|
6780
6762
|
|
@@ -7102,6 +7084,12 @@ msgstr ""
|
|
7102
7084
|
msgid "Stacking ID"
|
7103
7085
|
msgstr ""
|
7104
7086
|
|
7087
|
+
msgid "Staged image"
|
7088
|
+
msgstr ""
|
7089
|
+
|
7090
|
+
msgid "Staged image digest"
|
7091
|
+
msgstr ""
|
7092
|
+
|
7105
7093
|
msgid "Start Date"
|
7106
7094
|
msgstr "Datum zahájení"
|
7107
7095
|
|
@@ -7267,9 +7255,6 @@ msgstr ""
|
|
7267
7255
|
msgid "Supported Content Types"
|
7268
7256
|
msgstr ""
|
7269
7257
|
|
7270
|
-
msgid "Sync"
|
7271
|
-
msgstr ""
|
7272
|
-
|
7273
7258
|
msgid "Sync Canceled"
|
7274
7259
|
msgstr "Synchronizace zrušena"
|
7275
7260
|
|
@@ -7324,9 +7309,6 @@ msgstr "Synchronizovat repozitář"
|
|
7324
7309
|
msgid "Sync all repositories for a product"
|
7325
7310
|
msgstr "Synchronizovat všechny repozitáře pro produkt"
|
7326
7311
|
|
7327
|
-
msgid "Sync capsule"
|
7328
|
-
msgstr ""
|
7329
|
-
|
7330
7312
|
msgid "Sync complete."
|
7331
7313
|
msgstr "Synchronizace dokončena."
|
7332
7314
|
|
@@ -7345,9 +7327,6 @@ msgstr ""
|
|
7345
7327
|
msgid "Sync state"
|
7346
7328
|
msgstr ""
|
7347
7329
|
|
7348
|
-
msgid "Syncable export"
|
7349
|
-
msgstr ""
|
7350
|
-
|
7351
7330
|
msgid "Synced"
|
7352
7331
|
msgstr ""
|
7353
7332
|
|
@@ -7462,6 +7441,9 @@ msgstr ""
|
|
7462
7441
|
msgid "The actual file contents"
|
7463
7442
|
msgstr "Skutečný obsah souboru"
|
7464
7443
|
|
7444
|
+
msgid "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions."
|
7445
|
+
msgstr ""
|
7446
|
+
|
7465
7447
|
msgid "The content type for the Alternate Content Source"
|
7466
7448
|
msgstr ""
|
7467
7449
|
|
@@ -7709,6 +7691,9 @@ msgstr ""
|
|
7709
7691
|
msgid "This content view version doesn't have a history."
|
7710
7692
|
msgstr "Tento pohled na obsah nemá historii."
|
7711
7693
|
|
7694
|
+
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."
|
7695
|
+
msgstr ""
|
7696
|
+
|
7712
7697
|
msgid "This content view will be automatically updated to the latest version."
|
7713
7698
|
msgstr ""
|
7714
7699
|
|
@@ -7721,6 +7706,9 @@ msgstr ""
|
|
7721
7706
|
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."
|
7722
7707
|
msgstr ""
|
7723
7708
|
|
7709
|
+
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."
|
7710
|
+
msgstr ""
|
7711
|
+
|
7724
7712
|
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
7725
7713
|
msgstr ""
|
7726
7714
|
|
@@ -7847,7 +7835,7 @@ msgstr ""
|
|
7847
7835
|
msgid "To manage packages, select an action."
|
7848
7836
|
msgstr ""
|
7849
7837
|
|
7850
|
-
msgid "
|
7838
|
+
msgid "Token/password for the flatpak remote"
|
7851
7839
|
msgstr ""
|
7852
7840
|
|
7853
7841
|
msgid "Total steps: "
|
@@ -8111,6 +8099,9 @@ msgstr "Aktualizovat verzi pohledu na obsah"
|
|
8111
8099
|
msgid "Update a filter rule. The parameters included should be based upon the filter type."
|
8112
8100
|
msgstr ""
|
8113
8101
|
|
8102
|
+
msgid "Update a flatpak remote"
|
8103
|
+
msgstr ""
|
8104
|
+
|
8114
8105
|
msgid "Update a host collection"
|
8115
8106
|
msgstr "Aktualizovat sadu strojů"
|
8116
8107
|
|
@@ -8135,27 +8126,15 @@ msgstr "Aktualizovat prostředí v organizaci"
|
|
8135
8126
|
msgid "Update content counts for the smart proxy"
|
8136
8127
|
msgstr ""
|
8137
8128
|
|
8138
|
-
msgid "Update content urls"
|
8139
|
-
msgstr "Aktualizovat url adresy obsahu"
|
8140
|
-
|
8141
8129
|
msgid "Update content view environments for host"
|
8142
8130
|
msgstr ""
|
8143
8131
|
|
8144
8132
|
msgid "Update content view environments for host %s"
|
8145
8133
|
msgstr ""
|
8146
8134
|
|
8147
|
-
msgid "Update distributions"
|
8148
|
-
msgstr ""
|
8149
|
-
|
8150
8135
|
msgid "Update hosts manually"
|
8151
8136
|
msgstr ""
|
8152
8137
|
|
8153
|
-
msgid "Update http proxy"
|
8154
|
-
msgstr ""
|
8155
|
-
|
8156
|
-
msgid "Update http proxy details"
|
8157
|
-
msgstr ""
|
8158
|
-
|
8159
8138
|
msgid "Update installed packages, enabled repos, module inventory"
|
8160
8139
|
msgstr ""
|
8161
8140
|
|
@@ -8171,21 +8150,12 @@ msgstr "Aktualizovat balíček prostřednictvím rozhraní Katello"
|
|
8171
8150
|
msgid "Update packages via Katello interface"
|
8172
8151
|
msgstr ""
|
8173
8152
|
|
8174
|
-
msgid "Update redhat repository"
|
8175
|
-
msgstr "Aktualizovat redhat repozitář"
|
8176
|
-
|
8177
8153
|
msgid "Update release version for host"
|
8178
8154
|
msgstr "Aktualizovat verzi vydání pro stroj"
|
8179
8155
|
|
8180
8156
|
msgid "Update release version for host %s"
|
8181
8157
|
msgstr "Aktualizovat verzi vydání pro stroj %s"
|
8182
8158
|
|
8183
|
-
msgid "Update remote"
|
8184
|
-
msgstr ""
|
8185
|
-
|
8186
|
-
msgid "Update repository"
|
8187
|
-
msgstr ""
|
8188
|
-
|
8189
8159
|
msgid "Update services requiring restart"
|
8190
8160
|
msgstr ""
|
8191
8161
|
|
@@ -8276,12 +8246,6 @@ msgstr "Nahrát shluk obsahu souboru"
|
|
8276
8246
|
msgid "Upload a subscription manifest"
|
8277
8247
|
msgstr ""
|
8278
8248
|
|
8279
|
-
msgid "Upload content"
|
8280
|
-
msgstr ""
|
8281
|
-
|
8282
|
-
msgid "Upload file"
|
8283
|
-
msgstr ""
|
8284
|
-
|
8285
8249
|
msgid "Upload into"
|
8286
8250
|
msgstr "Nahrát do"
|
8287
8251
|
|
@@ -8291,9 +8255,6 @@ msgstr ""
|
|
8291
8255
|
msgid "Upload request id"
|
8292
8256
|
msgstr ""
|
8293
8257
|
|
8294
|
-
msgid "Upload tag"
|
8295
|
-
msgstr ""
|
8296
|
-
|
8297
8258
|
msgid "Upstream Candlepin"
|
8298
8259
|
msgstr ""
|
8299
8260
|
|
@@ -8381,6 +8342,9 @@ msgstr "Uživatelské jméno"
|
|
8381
8342
|
msgid "Username for authentication. Relevant only for 'upstream_server' type."
|
8382
8343
|
msgstr ""
|
8383
8344
|
|
8345
|
+
msgid "Username for the flatpak remote"
|
8346
|
+
msgstr ""
|
8347
|
+
|
8384
8348
|
msgid "Username of the upstream repository user used for authentication"
|
8385
8349
|
msgstr ""
|
8386
8350
|
|
@@ -8405,9 +8369,6 @@ msgstr ""
|
|
8405
8369
|
msgid "Verify SSL"
|
8406
8370
|
msgstr "Ověřit SSL"
|
8407
8371
|
|
8408
|
-
msgid "Verify checksum"
|
8409
|
-
msgstr ""
|
8410
|
-
|
8411
8372
|
msgid "Verify checksum for content on smart proxy"
|
8412
8373
|
msgstr ""
|
8413
8374
|
|
@@ -8714,6 +8675,9 @@ msgstr "skupina balíčků"
|
|
8714
8675
|
msgid "actions not found"
|
8715
8676
|
msgstr "akce nenalezena"
|
8716
8677
|
|
8678
|
+
msgid "activation key"
|
8679
|
+
msgstr ""
|
8680
|
+
|
8717
8681
|
msgid "activation key identifier"
|
8718
8682
|
msgstr "identifikátor aktivačního klíče"
|
8719
8683
|
|
@@ -8825,7 +8789,7 @@ msgstr "nemůže být nula"
|
|
8825
8789
|
msgid "cannot be set because unlimited hosts is set"
|
8826
8790
|
msgstr ""
|
8827
8791
|
|
8828
|
-
msgid "cannot be set for
|
8792
|
+
msgid "cannot be set for repositories without 'Additive' mirroring policy."
|
8829
8793
|
msgstr ""
|
8830
8794
|
|
8831
8795
|
msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
|
@@ -8867,6 +8831,9 @@ msgstr "verze vydání obsahu"
|
|
8867
8831
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8868
8832
|
msgstr ""
|
8869
8833
|
|
8834
|
+
msgid "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8835
|
+
msgstr ""
|
8836
|
+
|
8870
8837
|
msgid "content view component ID. Identifier of the component association"
|
8871
8838
|
msgstr ""
|
8872
8839
|
|
@@ -8951,7 +8918,7 @@ msgstr "popis repozitáře"
|
|
8951
8918
|
msgid "disk"
|
8952
8919
|
msgstr ""
|
8953
8920
|
|
8954
|
-
msgid "download policy for
|
8921
|
+
msgid "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')"
|
8955
8922
|
msgstr ""
|
8956
8923
|
|
8957
8924
|
msgid "enables or disables synchronization"
|
@@ -8990,6 +8957,9 @@ msgstr ""
|
|
8990
8957
|
msgid "erratum: IDs or a select all object"
|
8991
8958
|
msgstr ""
|
8992
8959
|
|
8960
|
+
msgid "erratum: allow types not matching a valid errata type"
|
8961
|
+
msgstr ""
|
8962
|
+
|
8993
8963
|
msgid "erratum: end date (YYYY-MM-DD)"
|
8994
8964
|
msgstr ""
|
8995
8965
|
|
@@ -9048,6 +9018,9 @@ msgid "has already been taken for this product."
|
|
9048
9018
|
msgstr ""
|
9049
9019
|
|
9050
9020
|
msgid "here"
|
9021
|
+
msgstr "zde"
|
9022
|
+
|
9023
|
+
msgid "host"
|
9051
9024
|
msgstr ""
|
9052
9025
|
|
9053
9026
|
msgid "host collection name to filter by"
|
@@ -9170,6 +9143,18 @@ msgstr ""
|
|
9170
9143
|
msgid "module streams not found"
|
9171
9144
|
msgstr ""
|
9172
9145
|
|
9146
|
+
msgid "multi-environment activation key"
|
9147
|
+
msgstr ""
|
9148
|
+
|
9149
|
+
msgid "multi-environment activation keys"
|
9150
|
+
msgstr ""
|
9151
|
+
|
9152
|
+
msgid "multi-environment host"
|
9153
|
+
msgstr ""
|
9154
|
+
|
9155
|
+
msgid "multi-environment hosts"
|
9156
|
+
msgstr ""
|
9157
|
+
|
9173
9158
|
msgid "must be %{gpg_key} or %{cert}"
|
9174
9159
|
msgstr "je třeba, aby bylo %{gpg_key} nebo %{cert}"
|
9175
9160
|
|