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/ru/katello.po
CHANGED
@@ -10,16 +10,16 @@
|
|
10
10
|
# KotUchoniy <yosho1@yandex.ru>, 2022
|
11
11
|
# Yulia <yulia.poyarkova@redhat.com>, 2022
|
12
12
|
# Denis Denis <stereodenis@gmail.com>, 2022
|
13
|
-
#
|
14
|
-
#
|
13
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2024
|
14
|
+
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2024
|
15
15
|
#
|
16
16
|
msgid ""
|
17
17
|
msgstr ""
|
18
|
-
"Project-Id-Version: katello
|
18
|
+
"Project-Id-Version: katello 4.16.0.pre.master\n"
|
19
19
|
"Report-Msgid-Bugs-To: \n"
|
20
20
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
21
|
-
"Last-Translator:
|
22
|
-
"Language-Team: Russian (https://
|
21
|
+
"Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2024\n"
|
22
|
+
"Language-Team: Russian (https://app.transifex.com/foreman/teams/114/ru/)\n"
|
23
23
|
"MIME-Version: 1.0\n"
|
24
24
|
"Content-Type: text/plain; charset=UTF-8\n"
|
25
25
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -479,9 +479,6 @@ msgstr ""
|
|
479
479
|
msgid "About page"
|
480
480
|
msgstr ""
|
481
481
|
|
482
|
-
msgid "Abstract async task"
|
483
|
-
msgstr "Абстрактная асинхронная задача"
|
484
|
-
|
485
482
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
486
483
|
msgstr ""
|
487
484
|
|
@@ -522,7 +519,7 @@ msgid "Activation key ID"
|
|
522
519
|
msgstr "Идентификатор ключа активации"
|
523
520
|
|
524
521
|
msgid "Activation key deleted"
|
525
|
-
msgstr ""
|
522
|
+
msgstr "Ключ активации удален"
|
526
523
|
|
527
524
|
msgid "Activation key details"
|
528
525
|
msgstr ""
|
@@ -617,9 +614,6 @@ msgstr ""
|
|
617
614
|
msgid "Add one or more host collections to one or more hosts"
|
618
615
|
msgstr "Добавить узлы в коллекции"
|
619
616
|
|
620
|
-
msgid "Add ons"
|
621
|
-
msgstr ""
|
622
|
-
|
623
617
|
msgid "Add products to sync plan"
|
624
618
|
msgstr "Включить продукты в план синхронизации"
|
625
619
|
|
@@ -650,9 +644,6 @@ msgstr ""
|
|
650
644
|
msgid "Add to a host collection"
|
651
645
|
msgstr ""
|
652
646
|
|
653
|
-
msgid "Add-ons"
|
654
|
-
msgstr ""
|
655
|
-
|
656
647
|
msgid "Added"
|
657
648
|
msgstr ""
|
658
649
|
|
@@ -713,15 +704,15 @@ msgstr ""
|
|
713
704
|
msgid "All versions will be removed from these environments"
|
714
705
|
msgstr ""
|
715
706
|
|
716
|
-
msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
|
717
|
-
msgstr ""
|
718
|
-
|
719
707
|
msgid "Allow deleting repositories in published content views"
|
720
708
|
msgstr ""
|
721
709
|
|
722
710
|
msgid "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
|
723
711
|
msgstr ""
|
724
712
|
|
713
|
+
msgid "Allow hosts or activation keys to be associated with multiple content view environments"
|
714
|
+
msgstr ""
|
715
|
+
|
725
716
|
msgid "Allow hosts to re-register themselves only when they are in build mode"
|
726
717
|
msgstr ""
|
727
718
|
|
@@ -946,10 +937,10 @@ msgstr ""
|
|
946
937
|
msgid "Assign the release version to one or more hosts"
|
947
938
|
msgstr ""
|
948
939
|
|
949
|
-
msgid "Assigning a host to multiple content view environments is not enabled."
|
940
|
+
msgid "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
|
950
941
|
msgstr ""
|
951
942
|
|
952
|
-
msgid "Assigning an activation key to multiple content view environments is not enabled."
|
943
|
+
msgid "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
|
953
944
|
msgstr ""
|
954
945
|
|
955
946
|
msgid "Associated location IDs"
|
@@ -970,15 +961,15 @@ msgstr "Требуется ключ активации."
|
|
970
961
|
msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
|
971
962
|
msgstr "По крайней мере одному ключу активации должно быть сопоставлено представление и окружение жизненного цикла"
|
972
963
|
|
964
|
+
msgid "At least one errata type option needs to be selected."
|
965
|
+
msgstr ""
|
966
|
+
|
973
967
|
msgid "At least one of the selected items requires the host to reboot"
|
974
968
|
msgstr ""
|
975
969
|
|
976
970
|
msgid "At least one organization must exist."
|
977
971
|
msgstr "Должна существовать как минимум одна организация."
|
978
972
|
|
979
|
-
msgid "Atleast one errata type needs to be selected."
|
980
|
-
msgstr ""
|
981
|
-
|
982
973
|
msgid "Attach a subscription"
|
983
974
|
msgstr "Назначить подписку"
|
984
975
|
|
@@ -1003,9 +994,6 @@ msgstr "Автор"
|
|
1003
994
|
msgid "Auto Publish - Triggered by '%s'"
|
1004
995
|
msgstr ""
|
1005
996
|
|
1006
|
-
msgid "Auto attach subscriptions"
|
1007
|
-
msgstr "Выбрать подписки автоматически"
|
1008
|
-
|
1009
997
|
msgid "Auto publish"
|
1010
998
|
msgstr ""
|
1011
999
|
|
@@ -1021,6 +1009,12 @@ msgstr ""
|
|
1021
1009
|
msgid "Available Repositories"
|
1022
1010
|
msgstr ""
|
1023
1011
|
|
1012
|
+
msgid "Available image"
|
1013
|
+
msgstr ""
|
1014
|
+
|
1015
|
+
msgid "Available image digest"
|
1016
|
+
msgstr ""
|
1017
|
+
|
1024
1018
|
msgid "Available schema versions"
|
1025
1019
|
msgstr ""
|
1026
1020
|
|
@@ -1036,6 +1030,9 @@ msgstr ""
|
|
1036
1030
|
msgid "Base URL for finding alternate content"
|
1037
1031
|
msgstr ""
|
1038
1032
|
|
1033
|
+
msgid "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/."
|
1034
|
+
msgstr ""
|
1035
|
+
|
1039
1036
|
msgid "Base URL to perform repo discovery on"
|
1040
1037
|
msgstr ""
|
1041
1038
|
|
@@ -1081,6 +1078,24 @@ msgstr "Добавить в закладки"
|
|
1081
1078
|
msgid "Bookmarks marked as public are available to all users"
|
1082
1079
|
msgstr ""
|
1083
1080
|
|
1081
|
+
msgid "Bootc rollback via Bootc interface"
|
1082
|
+
msgstr ""
|
1083
|
+
|
1084
|
+
msgid "Bootc status via Bootc interface"
|
1085
|
+
msgstr ""
|
1086
|
+
|
1087
|
+
msgid "Bootc switch via Bootc interface"
|
1088
|
+
msgstr ""
|
1089
|
+
|
1090
|
+
msgid "Bootc upgrade via Bootc interface"
|
1091
|
+
msgstr ""
|
1092
|
+
|
1093
|
+
msgid "Booted Container Images"
|
1094
|
+
msgstr ""
|
1095
|
+
|
1096
|
+
msgid "Booted container images"
|
1097
|
+
msgstr ""
|
1098
|
+
|
1084
1099
|
msgid "Both"
|
1085
1100
|
msgstr ""
|
1086
1101
|
|
@@ -1360,6 +1375,9 @@ msgstr ""
|
|
1360
1375
|
msgid "Cannot upload Container Image content."
|
1361
1376
|
msgstr ""
|
1362
1377
|
|
1378
|
+
msgid "Cannot upload container content via Hammer/API. Use podman push instead."
|
1379
|
+
msgstr ""
|
1380
|
+
|
1363
1381
|
msgid "Capacity"
|
1364
1382
|
msgstr "Вместимость"
|
1365
1383
|
|
@@ -1435,13 +1453,13 @@ msgstr "Закрыть"
|
|
1435
1453
|
msgid "Collapse All"
|
1436
1454
|
msgstr "Свернуть все"
|
1437
1455
|
|
1438
|
-
msgid "Comma-separated list of
|
1456
|
+
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."
|
1439
1457
|
msgstr ""
|
1440
1458
|
|
1441
|
-
msgid "Comma-separated list of
|
1459
|
+
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."
|
1442
1460
|
msgstr ""
|
1443
1461
|
|
1444
|
-
msgid "Comma-separated list of
|
1462
|
+
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."
|
1445
1463
|
msgstr ""
|
1446
1464
|
|
1447
1465
|
msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
|
@@ -1453,9 +1471,6 @@ msgstr ""
|
|
1453
1471
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1454
1472
|
msgstr ""
|
1455
1473
|
|
1456
|
-
msgid "Commit upload"
|
1457
|
-
msgstr ""
|
1458
|
-
|
1459
1474
|
msgid "Compare"
|
1460
1475
|
msgstr ""
|
1461
1476
|
|
@@ -1666,6 +1681,9 @@ msgstr ""
|
|
1666
1681
|
msgid "Content imported by %{user} into content view '%{name}'"
|
1667
1682
|
msgstr ""
|
1668
1683
|
|
1684
|
+
msgid "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer."
|
1685
|
+
msgstr ""
|
1686
|
+
|
1669
1687
|
msgid "Content not uploaded to pulp"
|
1670
1688
|
msgstr ""
|
1671
1689
|
|
@@ -1726,6 +1744,9 @@ msgstr ""
|
|
1726
1744
|
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."
|
1727
1745
|
msgstr ""
|
1728
1746
|
|
1747
|
+
msgid "Content view environment"
|
1748
|
+
msgstr ""
|
1749
|
+
|
1729
1750
|
msgid "Content view environments"
|
1730
1751
|
msgstr ""
|
1731
1752
|
|
@@ -1774,6 +1795,9 @@ msgstr ""
|
|
1774
1795
|
msgid "Content view version is empty"
|
1775
1796
|
msgstr ""
|
1776
1797
|
|
1798
|
+
msgid "Content view version is empty or content counts are not up to date"
|
1799
|
+
msgstr ""
|
1800
|
+
|
1777
1801
|
msgid "Content views"
|
1778
1802
|
msgstr ""
|
1779
1803
|
|
@@ -1801,27 +1825,15 @@ msgstr ""
|
|
1801
1825
|
msgid "Copy"
|
1802
1826
|
msgstr ""
|
1803
1827
|
|
1804
|
-
msgid "Copy all units"
|
1805
|
-
msgstr ""
|
1806
|
-
|
1807
1828
|
msgid "Copy an activation key"
|
1808
1829
|
msgstr "Копировать ключ активации"
|
1809
1830
|
|
1810
|
-
msgid "Copy content"
|
1811
|
-
msgstr ""
|
1812
|
-
|
1813
1831
|
msgid "Copy content view"
|
1814
1832
|
msgstr ""
|
1815
1833
|
|
1816
1834
|
msgid "Copy to clipboard"
|
1817
1835
|
msgstr "Скопировано в буфер обмена"
|
1818
1836
|
|
1819
|
-
msgid "Copy version"
|
1820
|
-
msgstr ""
|
1821
|
-
|
1822
|
-
msgid "Copy version units to library"
|
1823
|
-
msgstr ""
|
1824
|
-
|
1825
1837
|
msgid "Cores per socket"
|
1826
1838
|
msgstr "Ядер на сокет"
|
1827
1839
|
|
@@ -1996,6 +2008,9 @@ msgstr "Создать дополнительный репозиторий"
|
|
1996
2008
|
msgid "Create a filter rule. The parameters included should be based upon the filter type."
|
1997
2009
|
msgstr "Создать правило фильтрации. Список параметров определяется типом фильтра."
|
1998
2010
|
|
2011
|
+
msgid "Create a flatpak remote"
|
2012
|
+
msgstr ""
|
2013
|
+
|
1999
2014
|
msgid "Create a host collection"
|
2000
2015
|
msgstr "Создать коллекцию"
|
2001
2016
|
|
@@ -2026,21 +2041,12 @@ msgstr ""
|
|
2026
2041
|
msgid "Create content view"
|
2027
2042
|
msgstr ""
|
2028
2043
|
|
2029
|
-
msgid "Create exporter"
|
2030
|
-
msgstr ""
|
2031
|
-
|
2032
2044
|
msgid "Create filter"
|
2033
2045
|
msgstr ""
|
2034
2046
|
|
2035
2047
|
msgid "Create host collection"
|
2036
2048
|
msgstr ""
|
2037
2049
|
|
2038
|
-
msgid "Create import"
|
2039
|
-
msgstr ""
|
2040
|
-
|
2041
|
-
msgid "Create importer"
|
2042
|
-
msgstr ""
|
2043
|
-
|
2044
2050
|
msgid "Create new activation key"
|
2045
2051
|
msgstr ""
|
2046
2052
|
|
@@ -2050,12 +2056,6 @@ msgstr "Создать организацию"
|
|
2050
2056
|
msgid "Create package filter rule"
|
2051
2057
|
msgstr ""
|
2052
2058
|
|
2053
|
-
msgid "Create publication"
|
2054
|
-
msgstr ""
|
2055
|
-
|
2056
|
-
msgid "Create remote"
|
2057
|
-
msgstr ""
|
2058
|
-
|
2059
2059
|
msgid "Create rule"
|
2060
2060
|
msgstr ""
|
2061
2061
|
|
@@ -2281,6 +2281,9 @@ msgstr "Удалить представление"
|
|
2281
2281
|
msgid "Delete a filter rule"
|
2282
2282
|
msgstr "Удалить правило фильтрации"
|
2283
2283
|
|
2284
|
+
msgid "Delete a flatpak remote"
|
2285
|
+
msgstr ""
|
2286
|
+
|
2284
2287
|
msgid "Delete activation key?"
|
2285
2288
|
msgstr ""
|
2286
2289
|
|
@@ -2302,36 +2305,12 @@ msgstr ""
|
|
2302
2305
|
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."
|
2303
2306
|
msgstr ""
|
2304
2307
|
|
2305
|
-
msgid "Delete distributions"
|
2306
|
-
msgstr ""
|
2307
|
-
|
2308
2308
|
msgid "Delete manifest from Red Hat provider"
|
2309
2309
|
msgstr "Удалить манифест провайдера Red Hat"
|
2310
2310
|
|
2311
2311
|
msgid "Delete multiple filters from a content view"
|
2312
2312
|
msgstr ""
|
2313
2313
|
|
2314
|
-
msgid "Delete orphan alternate content sources"
|
2315
|
-
msgstr ""
|
2316
|
-
|
2317
|
-
msgid "Delete orphan distributions"
|
2318
|
-
msgstr ""
|
2319
|
-
|
2320
|
-
msgid "Delete orphan remotes"
|
2321
|
-
msgstr ""
|
2322
|
-
|
2323
|
-
msgid "Delete orphan repository versions"
|
2324
|
-
msgstr ""
|
2325
|
-
|
2326
|
-
msgid "Delete orphaned migrated repositories"
|
2327
|
-
msgstr ""
|
2328
|
-
|
2329
|
-
msgid "Delete remote"
|
2330
|
-
msgstr ""
|
2331
|
-
|
2332
|
-
msgid "Delete repository references"
|
2333
|
-
msgstr ""
|
2334
|
-
|
2335
2314
|
msgid "Delete version"
|
2336
2315
|
msgstr ""
|
2337
2316
|
|
@@ -2377,6 +2356,9 @@ msgstr "Описание представления"
|
|
2377
2356
|
msgid "Description for the new published content view version"
|
2378
2357
|
msgstr "Описание новой версии опубликованного представления"
|
2379
2358
|
|
2359
|
+
msgid "Description of the flatpak remote"
|
2360
|
+
msgstr ""
|
2361
|
+
|
2380
2362
|
msgid "Description of the repository"
|
2381
2363
|
msgstr ""
|
2382
2364
|
|
@@ -2428,12 +2410,6 @@ msgstr "Удалить окружение"
|
|
2428
2410
|
msgid "Destroy an environment in an organization"
|
2429
2411
|
msgstr "Удалить окружение из организации"
|
2430
2412
|
|
2431
|
-
msgid "Destroy exporter"
|
2432
|
-
msgstr ""
|
2433
|
-
|
2434
|
-
msgid "Destroy importer"
|
2435
|
-
msgstr ""
|
2436
|
-
|
2437
2413
|
msgid "Destroy one or more alternate content sources"
|
2438
2414
|
msgstr ""
|
2439
2415
|
|
@@ -2482,9 +2458,6 @@ msgstr "Отключено"
|
|
2482
2458
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
2483
2459
|
msgstr ""
|
2484
2460
|
|
2485
|
-
msgid "Discover"
|
2486
|
-
msgstr "Поиск"
|
2487
|
-
|
2488
2461
|
msgid "Discover Repositories"
|
2489
2462
|
msgstr "Поиск репозиториев"
|
2490
2463
|
|
@@ -2680,9 +2653,6 @@ msgstr "Идентификаторы окружений"
|
|
2680
2653
|
msgid "Environment cannot be in its own promotion path"
|
2681
2654
|
msgstr "Путь переноса не может быть таким же как исходный путь"
|
2682
2655
|
|
2683
|
-
msgid "Environment contents refresh"
|
2684
|
-
msgstr ""
|
2685
|
-
|
2686
2656
|
msgid "Environment identifier"
|
2687
2657
|
msgstr ""
|
2688
2658
|
|
@@ -2722,9 +2692,6 @@ msgstr ""
|
|
2722
2692
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
2723
2693
|
msgstr ""
|
2724
2694
|
|
2725
|
-
msgid "Errata mail"
|
2726
|
-
msgstr "Почта"
|
2727
|
-
|
2728
2695
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2729
2696
|
msgstr ""
|
2730
2697
|
|
@@ -2884,9 +2851,6 @@ msgstr ""
|
|
2884
2851
|
msgid "Fetch installable errata for one or more hosts."
|
2885
2852
|
msgstr ""
|
2886
2853
|
|
2887
|
-
msgid "Fetch pxe files"
|
2888
|
-
msgstr ""
|
2889
|
-
|
2890
2854
|
msgid "Fetch traces for one or more hosts"
|
2891
2855
|
msgstr ""
|
2892
2856
|
|
@@ -2980,9 +2944,6 @@ msgstr "Выбор по номеру версии"
|
|
2980
2944
|
msgid "Filter versions that are components in the specified composite version"
|
2981
2945
|
msgstr "Отфильтровать составляющие сложной версии"
|
2982
2946
|
|
2983
|
-
msgid "Filtered index content"
|
2984
|
-
msgstr "Содержимое фильтруемого индекса"
|
2985
|
-
|
2986
2947
|
msgid "Filters"
|
2987
2948
|
msgstr "Фильтры"
|
2988
2949
|
|
@@ -3004,6 +2965,15 @@ msgstr ""
|
|
3004
2965
|
msgid "Finished"
|
3005
2966
|
msgstr "Готово"
|
3006
2967
|
|
2968
|
+
msgid "Flatpak Remotes"
|
2969
|
+
msgstr ""
|
2970
|
+
|
2971
|
+
msgid "Flatpak remote numeric identifier"
|
2972
|
+
msgstr ""
|
2973
|
+
|
2974
|
+
msgid "Flatpak remote repository numeric identifier"
|
2975
|
+
msgstr ""
|
2976
|
+
|
3007
2977
|
msgid "Force"
|
3008
2978
|
msgstr ""
|
3009
2979
|
|
@@ -3066,9 +3036,6 @@ msgstr ""
|
|
3066
3036
|
msgid "Generate host applicability"
|
3067
3037
|
msgstr ""
|
3068
3038
|
|
3069
|
-
msgid "Generate metadata"
|
3070
|
-
msgstr ""
|
3071
|
-
|
3072
3039
|
msgid "Generate repository applicability"
|
3073
3040
|
msgstr ""
|
3074
3041
|
|
@@ -3202,7 +3169,7 @@ msgid "Host ID"
|
|
3202
3169
|
msgstr "Идентификатор узла"
|
3203
3170
|
|
3204
3171
|
msgid "Host Limit"
|
3205
|
-
msgstr ""
|
3172
|
+
msgstr "Число узлов"
|
3206
3173
|
|
3207
3174
|
msgid "Host Profile Assume"
|
3208
3175
|
msgstr ""
|
@@ -3306,12 +3273,6 @@ msgstr ""
|
|
3306
3273
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3307
3274
|
msgstr "Порядок сортировки (например, ASC — по возрастанию)"
|
3308
3275
|
|
3309
|
-
msgid "Hypervisors"
|
3310
|
-
msgstr "Гипервизоры"
|
3311
|
-
|
3312
|
-
msgid "Hypervisors update"
|
3313
|
-
msgstr "Обновление гипервизоров"
|
3314
|
-
|
3315
3276
|
msgid "ID of a HTTP Proxy"
|
3316
3277
|
msgstr ""
|
3317
3278
|
|
@@ -3333,6 +3294,9 @@ msgstr "Идентификатор окружения для получения
|
|
3333
3294
|
msgid "ID of an organization to show repositories in"
|
3334
3295
|
msgstr "Идентификатор организации для получения списка репозиториев"
|
3335
3296
|
|
3297
|
+
msgid "ID of flatpak remote to show repositories of"
|
3298
|
+
msgstr ""
|
3299
|
+
|
3336
3300
|
msgid "ID of the Organization"
|
3337
3301
|
msgstr ""
|
3338
3302
|
|
@@ -3393,12 +3357,18 @@ msgstr ""
|
|
3393
3357
|
msgid "Id of the content host"
|
3394
3358
|
msgstr "Идентификатор узла содержимого"
|
3395
3359
|
|
3360
|
+
msgid "Id of the content view to limit the content counting on"
|
3361
|
+
msgstr ""
|
3362
|
+
|
3396
3363
|
msgid "Id of the content view to limit the synchronization on"
|
3397
3364
|
msgstr ""
|
3398
3365
|
|
3399
3366
|
msgid "Id of the content view to limit verifying checksum on"
|
3400
3367
|
msgstr ""
|
3401
3368
|
|
3369
|
+
msgid "Id of the environment to limit the content counting on"
|
3370
|
+
msgstr ""
|
3371
|
+
|
3402
3372
|
msgid "Id of the environment to limit the synchronization on"
|
3403
3373
|
msgstr "Идентификатор синхронизируемого окружения"
|
3404
3374
|
|
@@ -3420,6 +3390,9 @@ msgstr "Идентификатор организации"
|
|
3420
3390
|
msgid "Id of the organization to limit environments on"
|
3421
3391
|
msgstr "Идентификатор организации для выборки окружений"
|
3422
3392
|
|
3393
|
+
msgid "Id of the repository to limit the content counting on"
|
3394
|
+
msgstr ""
|
3395
|
+
|
3423
3396
|
msgid "Id of the repository to limit the synchronization on"
|
3424
3397
|
msgstr ""
|
3425
3398
|
|
@@ -3557,6 +3530,27 @@ msgstr ""
|
|
3557
3530
|
msgid "Image"
|
3558
3531
|
msgstr ""
|
3559
3532
|
|
3533
|
+
msgid "Image digest"
|
3534
|
+
msgstr ""
|
3535
|
+
|
3536
|
+
msgid "Image digests"
|
3537
|
+
msgstr ""
|
3538
|
+
|
3539
|
+
msgid "Image mode"
|
3540
|
+
msgstr ""
|
3541
|
+
|
3542
|
+
msgid "Image mode / package mode"
|
3543
|
+
msgstr ""
|
3544
|
+
|
3545
|
+
msgid "Image mode details"
|
3546
|
+
msgstr ""
|
3547
|
+
|
3548
|
+
msgid "Image name"
|
3549
|
+
msgstr ""
|
3550
|
+
|
3551
|
+
msgid "Image-mode host"
|
3552
|
+
msgstr ""
|
3553
|
+
|
3560
3554
|
msgid "Immediate"
|
3561
3555
|
msgstr "Немедленный"
|
3562
3556
|
|
@@ -3599,9 +3593,6 @@ msgstr ""
|
|
3599
3593
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3600
3594
|
msgstr ""
|
3601
3595
|
|
3602
|
-
msgid "Import migration"
|
3603
|
-
msgstr ""
|
3604
|
-
|
3605
3596
|
msgid "Import new manifest"
|
3606
3597
|
msgstr ""
|
3607
3598
|
|
@@ -3611,12 +3602,6 @@ msgstr ""
|
|
3611
3602
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3612
3603
|
msgstr ""
|
3613
3604
|
|
3614
|
-
msgid "Import repository upload"
|
3615
|
-
msgstr ""
|
3616
|
-
|
3617
|
-
msgid "Import upload"
|
3618
|
-
msgstr ""
|
3619
|
-
|
3620
3605
|
msgid "Import uploads into a repository"
|
3621
3606
|
msgstr "Импорт новых компонентов из репозитория"
|
3622
3607
|
|
@@ -3659,6 +3644,9 @@ msgstr ""
|
|
3659
3644
|
msgid "Include filter"
|
3660
3645
|
msgstr ""
|
3661
3646
|
|
3647
|
+
msgid "Include manifests"
|
3648
|
+
msgstr ""
|
3649
|
+
|
3662
3650
|
msgid "Included"
|
3663
3651
|
msgstr ""
|
3664
3652
|
|
@@ -3680,9 +3668,6 @@ msgstr "Инкрементное обновление"
|
|
3680
3668
|
msgid "Incremental Update incomplete."
|
3681
3669
|
msgstr "Инкрементное обновление не завершено."
|
3682
3670
|
|
3683
|
-
msgid "Incremental Update of Content View Version(s) "
|
3684
|
-
msgstr ""
|
3685
|
-
|
3686
3671
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
3687
3672
|
msgstr ""
|
3688
3673
|
|
@@ -3695,27 +3680,12 @@ msgstr ""
|
|
3695
3680
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
3696
3681
|
msgstr "Для %{name} %{version} было выбрано инкрементное обновление, но изменений компонентов не зарегистрировано."
|
3697
3682
|
|
3698
|
-
msgid "Index content"
|
3699
|
-
msgstr "Индексировать содержимое"
|
3700
|
-
|
3701
|
-
msgid "Index errata"
|
3702
|
-
msgstr "Индексировать исправления"
|
3703
|
-
|
3704
|
-
msgid "Index module streams"
|
3705
|
-
msgstr ""
|
3706
|
-
|
3707
|
-
msgid "Index package groups"
|
3708
|
-
msgstr "Индексировать группы пакетов"
|
3709
|
-
|
3710
3683
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3711
3684
|
msgstr "Тип может принимать значения: [ %{list} ]"
|
3712
3685
|
|
3713
3686
|
msgid "Inherit from Repository"
|
3714
3687
|
msgstr ""
|
3715
3688
|
|
3716
|
-
msgid "Initialize"
|
3717
|
-
msgstr ""
|
3718
|
-
|
3719
3689
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3720
3690
|
msgstr "Инициировать синхронизацию продуктов в соответствии с планом синхронизации"
|
3721
3691
|
|
@@ -3791,9 +3761,6 @@ msgstr "Установка группы пакетов..."
|
|
3791
3761
|
msgid "Installing Package..."
|
3792
3762
|
msgstr "Установка пакета..."
|
3793
3763
|
|
3794
|
-
msgid "Instance update"
|
3795
|
-
msgstr ""
|
3796
|
-
|
3797
3764
|
msgid "Instance-based"
|
3798
3765
|
msgstr "Экземпляр"
|
3799
3766
|
|
@@ -3824,7 +3791,7 @@ msgstr "Недопустимый диапазон. Дата начала не м
|
|
3824
3791
|
msgid "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'"
|
3825
3792
|
msgstr "Недопустимое правило: «errata_id» не может использоваться вместе со «start_date», «end_date», «types»"
|
3826
3793
|
|
3827
|
-
msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or '
|
3794
|
+
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'"
|
3828
3795
|
msgstr ""
|
3829
3796
|
|
3830
3797
|
msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
|
@@ -3908,9 +3875,27 @@ msgstr ""
|
|
3908
3875
|
msgid "Job '${description}' has started."
|
3909
3876
|
msgstr ""
|
3910
3877
|
|
3878
|
+
msgid "Katello Bootc interface"
|
3879
|
+
msgstr ""
|
3880
|
+
|
3911
3881
|
msgid "Katello ID of local pool to update"
|
3912
3882
|
msgstr ""
|
3913
3883
|
|
3884
|
+
msgid "Katello: Bootc Action"
|
3885
|
+
msgstr ""
|
3886
|
+
|
3887
|
+
msgid "Katello: Bootc Rollback"
|
3888
|
+
msgstr ""
|
3889
|
+
|
3890
|
+
msgid "Katello: Bootc Status"
|
3891
|
+
msgstr ""
|
3892
|
+
|
3893
|
+
msgid "Katello: Bootc Switch"
|
3894
|
+
msgstr ""
|
3895
|
+
|
3896
|
+
msgid "Katello: Bootc Upgrade"
|
3897
|
+
msgstr ""
|
3898
|
+
|
3914
3899
|
msgid "Katello: Configure host for new content source"
|
3915
3900
|
msgstr ""
|
3916
3901
|
|
@@ -3959,6 +3944,9 @@ msgstr ""
|
|
3959
3944
|
msgid "Katello: Upload Profile"
|
3960
3945
|
msgstr ""
|
3961
3946
|
|
3947
|
+
msgid "Keep latest packages"
|
3948
|
+
msgstr ""
|
3949
|
+
|
3962
3950
|
msgid "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)"
|
3963
3951
|
msgstr "Пары ключей и их значений, содержащих факты для subscription-manager. В качестве разделителя для вложенных фактов используется точка."
|
3964
3952
|
|
@@ -3983,6 +3971,9 @@ msgstr "Метка содержимого"
|
|
3983
3971
|
msgid "Label of the content view"
|
3984
3972
|
msgstr ""
|
3985
3973
|
|
3974
|
+
msgid "Label of the flatpak remote"
|
3975
|
+
msgstr ""
|
3976
|
+
|
3986
3977
|
msgid "Last check-in:"
|
3987
3978
|
msgstr ""
|
3988
3979
|
|
@@ -4148,6 +4139,9 @@ msgstr ""
|
|
4148
4139
|
msgid "List available subscriptions from Red Hat Subscription Management"
|
4149
4140
|
msgstr ""
|
4150
4141
|
|
4142
|
+
msgid "List booted bootc container images for hosts"
|
4143
|
+
msgstr ""
|
4144
|
+
|
4151
4145
|
msgid "List components attached to this content view"
|
4152
4146
|
msgstr ""
|
4153
4147
|
|
@@ -4187,6 +4181,15 @@ msgstr ""
|
|
4187
4181
|
msgid "List filter rules"
|
4188
4182
|
msgstr "Показать правила фильтрации"
|
4189
4183
|
|
4184
|
+
msgid "List flatpak remote repositories"
|
4185
|
+
msgstr ""
|
4186
|
+
|
4187
|
+
msgid "List flatpak remote's repositories"
|
4188
|
+
msgstr ""
|
4189
|
+
|
4190
|
+
msgid "List flatpak remotes"
|
4191
|
+
msgstr ""
|
4192
|
+
|
4190
4193
|
msgid "List host collections"
|
4191
4194
|
msgstr "Возвращает коллекции узлов"
|
4192
4195
|
|
@@ -4352,6 +4355,9 @@ msgstr ""
|
|
4352
4355
|
msgid "List the lifecycle environments not attached to the smart proxy"
|
4353
4356
|
msgstr ""
|
4354
4357
|
|
4358
|
+
msgid "Load balancer"
|
4359
|
+
msgstr ""
|
4360
|
+
|
4355
4361
|
msgid "Loading"
|
4356
4362
|
msgstr "Загружается"
|
4357
4363
|
|
@@ -4481,9 +4487,6 @@ msgstr "Сообщение"
|
|
4481
4487
|
msgid "Messaging connection"
|
4482
4488
|
msgstr "Система обмена сообщениями"
|
4483
4489
|
|
4484
|
-
msgid "Metadata generate"
|
4485
|
-
msgstr ""
|
4486
|
-
|
4487
4490
|
msgid ""
|
4488
4491
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
4489
4492
|
"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."
|
@@ -4495,6 +4498,12 @@ msgstr ""
|
|
4495
4498
|
msgid "Minimum version"
|
4496
4499
|
msgstr ""
|
4497
4500
|
|
4501
|
+
msgid "Mirror Remote Repository"
|
4502
|
+
msgstr ""
|
4503
|
+
|
4504
|
+
msgid "Mirror a flatpak remote repository"
|
4505
|
+
msgstr ""
|
4506
|
+
|
4498
4507
|
msgid "Missing activation key!"
|
4499
4508
|
msgstr ""
|
4500
4509
|
|
@@ -4507,6 +4516,9 @@ msgstr "Модель"
|
|
4507
4516
|
msgid "Moderate"
|
4508
4517
|
msgstr "Средний"
|
4509
4518
|
|
4519
|
+
msgid "Modify via remote execution"
|
4520
|
+
msgstr ""
|
4521
|
+
|
4510
4522
|
msgid "Modular"
|
4511
4523
|
msgstr ""
|
4512
4524
|
|
@@ -4528,13 +4540,7 @@ msgstr ""
|
|
4528
4540
|
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
4529
4541
|
msgstr ""
|
4530
4542
|
|
4531
|
-
msgid "Multi
|
4532
|
-
msgstr ""
|
4533
|
-
|
4534
|
-
msgid "Multi copy content"
|
4535
|
-
msgstr ""
|
4536
|
-
|
4537
|
-
msgid "Multi copy units"
|
4543
|
+
msgid "Multi Content View Environment"
|
4538
4544
|
msgstr ""
|
4539
4545
|
|
4540
4546
|
msgid "Multi-entitlement"
|
@@ -4594,6 +4600,12 @@ msgstr ""
|
|
4594
4600
|
msgid "Name of the content view"
|
4595
4601
|
msgstr "Имя представления"
|
4596
4602
|
|
4603
|
+
msgid "Name of the flatpak remote"
|
4604
|
+
msgstr ""
|
4605
|
+
|
4606
|
+
msgid "Name of the flatpak remote repository"
|
4607
|
+
msgstr ""
|
4608
|
+
|
4597
4609
|
msgid "Name of the host"
|
4598
4610
|
msgstr "Имя узла"
|
4599
4611
|
|
@@ -4717,6 +4729,9 @@ msgstr "Не заданы идентификаторы содержимого"
|
|
4717
4729
|
msgid "No content in selected versions."
|
4718
4730
|
msgstr ""
|
4719
4731
|
|
4732
|
+
msgid "No content view environments"
|
4733
|
+
msgstr ""
|
4734
|
+
|
4720
4735
|
msgid "No content view environments found with ids: %{ids}"
|
4721
4736
|
msgstr ""
|
4722
4737
|
|
@@ -4753,9 +4768,6 @@ msgstr ""
|
|
4753
4768
|
msgid "No enabled repositories match your search criteria."
|
4754
4769
|
msgstr ""
|
4755
4770
|
|
4756
|
-
msgid "No environment"
|
4757
|
-
msgstr ""
|
4758
|
-
|
4759
4771
|
msgid "No environments"
|
4760
4772
|
msgstr ""
|
4761
4773
|
|
@@ -5051,7 +5063,7 @@ msgid "Number to Allocate"
|
|
5051
5063
|
msgstr ""
|
5052
5064
|
|
5053
5065
|
msgid "OS"
|
5054
|
-
msgstr ""
|
5066
|
+
msgstr "ОС"
|
5055
5067
|
|
5056
5068
|
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
5057
5069
|
msgstr ""
|
@@ -5338,7 +5350,10 @@ msgstr ""
|
|
5338
5350
|
msgid "Package installation: \"%{package}\" "
|
5339
5351
|
msgstr ""
|
5340
5352
|
|
5341
|
-
msgid "Package
|
5353
|
+
msgid "Package mode"
|
5354
|
+
msgstr ""
|
5355
|
+
|
5356
|
+
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."
|
5342
5357
|
msgstr ""
|
5343
5358
|
|
5344
5359
|
msgid "Packages"
|
@@ -5467,6 +5482,9 @@ msgstr "Подождите..."
|
|
5467
5482
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5468
5483
|
msgstr ""
|
5469
5484
|
|
5485
|
+
msgid "Possible values: %s"
|
5486
|
+
msgstr ""
|
5487
|
+
|
5470
5488
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
5471
5489
|
msgstr ""
|
5472
5490
|
|
@@ -5515,6 +5533,9 @@ msgstr ""
|
|
5515
5533
|
msgid "Product ID"
|
5516
5534
|
msgstr "Идентификатор продукта"
|
5517
5535
|
|
5536
|
+
msgid "Product ID to mirror the remote repository to"
|
5537
|
+
msgstr ""
|
5538
|
+
|
5518
5539
|
msgid "Product and Repositories"
|
5519
5540
|
msgstr "Продукты и репозитории"
|
5520
5541
|
|
@@ -5697,9 +5718,6 @@ msgstr "Хранилище Pulp"
|
|
5697
5718
|
msgid "Pulp task error"
|
5698
5719
|
msgstr "Ошибка задачи Pulp"
|
5699
5720
|
|
5700
|
-
msgid "Purge completed tasks"
|
5701
|
-
msgstr ""
|
5702
|
-
|
5703
5721
|
msgid "Python Package"
|
5704
5722
|
msgstr ""
|
5705
5723
|
|
@@ -5808,9 +5826,6 @@ msgstr ""
|
|
5808
5826
|
msgid "Reclaim Space"
|
5809
5827
|
msgstr ""
|
5810
5828
|
|
5811
|
-
msgid "Reclaim space"
|
5812
|
-
msgstr ""
|
5813
|
-
|
5814
5829
|
msgid "Reclaim space from On Demand repositories"
|
5815
5830
|
msgstr ""
|
5816
5831
|
|
@@ -5874,9 +5889,6 @@ msgstr "Обновить манифест"
|
|
5874
5889
|
msgid "Refresh all alternate content sources"
|
5875
5890
|
msgstr ""
|
5876
5891
|
|
5877
|
-
msgid "Refresh all distributions"
|
5878
|
-
msgstr ""
|
5879
|
-
|
5880
5892
|
msgid "Refresh alternate content sources"
|
5881
5893
|
msgstr ""
|
5882
5894
|
|
@@ -5889,27 +5901,15 @@ msgstr ""
|
|
5889
5901
|
msgid "Refresh counts"
|
5890
5902
|
msgstr ""
|
5891
5903
|
|
5892
|
-
msgid "Refresh distribution"
|
5893
|
-
msgstr ""
|
5894
|
-
|
5895
5904
|
msgid "Refresh errata applicability"
|
5896
5905
|
msgstr ""
|
5897
5906
|
|
5898
|
-
msgid "Refresh if needed"
|
5899
|
-
msgstr ""
|
5900
|
-
|
5901
5907
|
msgid "Refresh package applicability"
|
5902
5908
|
msgstr ""
|
5903
5909
|
|
5904
5910
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5905
5911
|
msgstr "Обновить ранее импортированный манифест провайдера Red Hat"
|
5906
5912
|
|
5907
|
-
msgid "Refresh remote"
|
5908
|
-
msgstr ""
|
5909
|
-
|
5910
|
-
msgid "Refresh repos"
|
5911
|
-
msgstr ""
|
5912
|
-
|
5913
5913
|
msgid "Refresh source"
|
5914
5914
|
msgstr ""
|
5915
5915
|
|
@@ -5934,6 +5934,9 @@ msgstr ""
|
|
5934
5934
|
msgid "Registered on"
|
5935
5935
|
msgstr ""
|
5936
5936
|
|
5937
|
+
msgid "Registered to"
|
5938
|
+
msgstr ""
|
5939
|
+
|
5937
5940
|
msgid "Registering to multiple environments is not enabled."
|
5938
5941
|
msgstr ""
|
5939
5942
|
|
@@ -5949,9 +5952,6 @@ msgstr ""
|
|
5949
5952
|
msgid "Registry name pattern will result in invalid container image name of member repositories"
|
5950
5953
|
msgstr ""
|
5951
5954
|
|
5952
|
-
msgid "Reindex subscriptions"
|
5953
|
-
msgstr "Повторно индексировать подписки"
|
5954
|
-
|
5955
5955
|
msgid "Related composite content views"
|
5956
5956
|
msgstr ""
|
5957
5957
|
|
@@ -6048,9 +6048,6 @@ msgstr "Удалить узлы из коллекций"
|
|
6048
6048
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
6049
6049
|
msgstr ""
|
6050
6050
|
|
6051
|
-
msgid "Remove orphans"
|
6052
|
-
msgstr ""
|
6053
|
-
|
6054
6051
|
msgid "Remove package group via Katello interface"
|
6055
6052
|
msgstr "Удалить группу пакетов с помощью Katello"
|
6056
6053
|
|
@@ -6078,12 +6075,6 @@ msgstr ""
|
|
6078
6075
|
msgid "Remove subscriptions from one or more hosts"
|
6079
6076
|
msgstr ""
|
6080
6077
|
|
6081
|
-
msgid "Remove units"
|
6082
|
-
msgstr ""
|
6083
|
-
|
6084
|
-
msgid "Remove unneeded repos"
|
6085
|
-
msgstr ""
|
6086
|
-
|
6087
6078
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
6088
6079
|
msgstr "Удалить версии и окружения из представления и переназначить системы и ключи"
|
6089
6080
|
|
@@ -6108,9 +6099,6 @@ msgstr ""
|
|
6108
6099
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
6109
6100
|
msgstr ""
|
6110
6101
|
|
6111
|
-
msgid "Repair"
|
6112
|
-
msgstr ""
|
6113
|
-
|
6114
6102
|
msgid "Replace content source on the target machine"
|
6115
6103
|
msgstr ""
|
6116
6104
|
|
@@ -6129,18 +6117,12 @@ msgstr "Репозитории"
|
|
6129
6117
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
6130
6118
|
msgstr ""
|
6131
6119
|
|
6132
|
-
msgid "Repositories certs reset"
|
6133
|
-
msgstr ""
|
6134
|
-
|
6135
6120
|
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."
|
6136
6121
|
msgstr ""
|
6137
6122
|
|
6138
6123
|
msgid "Repositories from published Content Views are not allowed."
|
6139
6124
|
msgstr "Нельзя использовать репозитории из опубликованных представлений."
|
6140
6125
|
|
6141
|
-
msgid "Repositories gpg reset"
|
6142
|
-
msgstr ""
|
6143
|
-
|
6144
6126
|
msgid "Repository"
|
6145
6127
|
msgstr "Репозиторий"
|
6146
6128
|
|
@@ -6432,6 +6414,12 @@ msgstr ""
|
|
6432
6414
|
msgid "Roles"
|
6433
6415
|
msgstr "Роли"
|
6434
6416
|
|
6417
|
+
msgid "Rollback image"
|
6418
|
+
msgstr ""
|
6419
|
+
|
6420
|
+
msgid "Rollback image digest"
|
6421
|
+
msgstr ""
|
6422
|
+
|
6435
6423
|
msgid "Rules to be added"
|
6436
6424
|
msgstr ""
|
6437
6425
|
|
@@ -6444,6 +6432,12 @@ msgstr ""
|
|
6444
6432
|
msgid "Running"
|
6445
6433
|
msgstr "Работает"
|
6446
6434
|
|
6435
|
+
msgid "Running image"
|
6436
|
+
msgstr ""
|
6437
|
+
|
6438
|
+
msgid "Running image digest"
|
6439
|
+
msgstr ""
|
6440
|
+
|
6447
6441
|
msgid "SKU"
|
6448
6442
|
msgstr ""
|
6449
6443
|
|
@@ -6471,25 +6465,10 @@ msgstr ""
|
|
6471
6465
|
msgid "Save"
|
6472
6466
|
msgstr "Сохранить"
|
6473
6467
|
|
6474
|
-
msgid "Save artifact"
|
6475
|
-
msgstr ""
|
6476
|
-
|
6477
|
-
msgid "Save distribution references"
|
6478
|
-
msgstr ""
|
6479
|
-
|
6480
|
-
msgid "Save publication"
|
6481
|
-
msgstr ""
|
6482
|
-
|
6483
|
-
msgid "Save version"
|
6484
|
-
msgstr ""
|
6485
|
-
|
6486
|
-
msgid "Save versions"
|
6487
|
-
msgstr ""
|
6488
|
-
|
6489
6468
|
msgid "Saving alternate content source..."
|
6490
6469
|
msgstr ""
|
6491
6470
|
|
6492
|
-
msgid "Scan
|
6471
|
+
msgid "Scan a flatpak remote"
|
6493
6472
|
msgstr ""
|
6494
6473
|
|
6495
6474
|
msgid "Schema version 1"
|
@@ -6597,9 +6576,6 @@ msgstr ""
|
|
6597
6576
|
msgid "Select action"
|
6598
6577
|
msgstr ""
|
6599
6578
|
|
6600
|
-
msgid "Select add-ons"
|
6601
|
-
msgstr ""
|
6602
|
-
|
6603
6579
|
msgid "Select all"
|
6604
6580
|
msgstr ""
|
6605
6581
|
|
@@ -6738,13 +6714,13 @@ msgstr "Настроить переопределения для содержи
|
|
6738
6714
|
msgid "Set content overrides to one or more hosts"
|
6739
6715
|
msgstr ""
|
6740
6716
|
|
6741
|
-
msgid "Set
|
6717
|
+
msgid "Set this HTTP proxy as the default content HTTP proxy"
|
6742
6718
|
msgstr ""
|
6743
6719
|
|
6744
|
-
msgid "Set true to
|
6720
|
+
msgid "Set true to override to enabled; Set false to override to disabled.'"
|
6745
6721
|
msgstr ""
|
6746
6722
|
|
6747
|
-
msgid "
|
6723
|
+
msgid "Set true to remove an override and reset it to 'default'"
|
6748
6724
|
msgstr ""
|
6749
6725
|
|
6750
6726
|
msgid "Sets the system purpose usage"
|
@@ -6780,6 +6756,12 @@ msgstr ""
|
|
6780
6756
|
msgid "Show a content view's history"
|
6781
6757
|
msgstr "Показать журнал представления"
|
6782
6758
|
|
6759
|
+
msgid "Show a flatpak remote"
|
6760
|
+
msgstr ""
|
6761
|
+
|
6762
|
+
msgid "Show a flatpak remote repository"
|
6763
|
+
msgstr ""
|
6764
|
+
|
6783
6765
|
msgid "Show a host collection"
|
6784
6766
|
msgstr "Показать коллекцию узлов"
|
6785
6767
|
|
@@ -7107,6 +7089,12 @@ msgstr ""
|
|
7107
7089
|
msgid "Stacking ID"
|
7108
7090
|
msgstr "Объединенный идентификатор"
|
7109
7091
|
|
7092
|
+
msgid "Staged image"
|
7093
|
+
msgstr ""
|
7094
|
+
|
7095
|
+
msgid "Staged image digest"
|
7096
|
+
msgstr ""
|
7097
|
+
|
7110
7098
|
msgid "Start Date"
|
7111
7099
|
msgstr "Дата начала"
|
7112
7100
|
|
@@ -7272,9 +7260,6 @@ msgstr ""
|
|
7272
7260
|
msgid "Supported Content Types"
|
7273
7261
|
msgstr ""
|
7274
7262
|
|
7275
|
-
msgid "Sync"
|
7276
|
-
msgstr ""
|
7277
|
-
|
7278
7263
|
msgid "Sync Canceled"
|
7279
7264
|
msgstr "Синхронизация отменена"
|
7280
7265
|
|
@@ -7329,9 +7314,6 @@ msgstr "Синхронизация репозитория"
|
|
7329
7314
|
msgid "Sync all repositories for a product"
|
7330
7315
|
msgstr "Синхронизировать все репозитории для указанного продукта"
|
7331
7316
|
|
7332
|
-
msgid "Sync capsule"
|
7333
|
-
msgstr ""
|
7334
|
-
|
7335
7317
|
msgid "Sync complete."
|
7336
7318
|
msgstr "Успешно."
|
7337
7319
|
|
@@ -7350,9 +7332,6 @@ msgstr ""
|
|
7350
7332
|
msgid "Sync state"
|
7351
7333
|
msgstr ""
|
7352
7334
|
|
7353
|
-
msgid "Syncable export"
|
7354
|
-
msgstr ""
|
7355
|
-
|
7356
7335
|
msgid "Synced"
|
7357
7336
|
msgstr ""
|
7358
7337
|
|
@@ -7467,6 +7446,9 @@ msgstr ""
|
|
7467
7446
|
msgid "The actual file contents"
|
7468
7447
|
msgstr "Содержимое файла"
|
7469
7448
|
|
7449
|
+
msgid "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions."
|
7450
|
+
msgstr ""
|
7451
|
+
|
7470
7452
|
msgid "The content type for the Alternate Content Source"
|
7471
7453
|
msgstr ""
|
7472
7454
|
|
@@ -7714,6 +7696,9 @@ msgstr ""
|
|
7714
7696
|
msgid "This content view version doesn't have a history."
|
7715
7697
|
msgstr ""
|
7716
7698
|
|
7699
|
+
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."
|
7700
|
+
msgstr ""
|
7701
|
+
|
7717
7702
|
msgid "This content view will be automatically updated to the latest version."
|
7718
7703
|
msgstr ""
|
7719
7704
|
|
@@ -7726,6 +7711,9 @@ msgstr ""
|
|
7726
7711
|
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."
|
7727
7712
|
msgstr ""
|
7728
7713
|
|
7714
|
+
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."
|
7715
|
+
msgstr ""
|
7716
|
+
|
7729
7717
|
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
7730
7718
|
msgstr ""
|
7731
7719
|
|
@@ -7852,7 +7840,7 @@ msgstr ""
|
|
7852
7840
|
msgid "To manage packages, select an action."
|
7853
7841
|
msgstr ""
|
7854
7842
|
|
7855
|
-
msgid "
|
7843
|
+
msgid "Token/password for the flatpak remote"
|
7856
7844
|
msgstr ""
|
7857
7845
|
|
7858
7846
|
msgid "Total steps: "
|
@@ -8116,6 +8104,9 @@ msgstr ""
|
|
8116
8104
|
msgid "Update a filter rule. The parameters included should be based upon the filter type."
|
8117
8105
|
msgstr "Обновить правило фильтрации. Список параметров зависит от типа фильтра."
|
8118
8106
|
|
8107
|
+
msgid "Update a flatpak remote"
|
8108
|
+
msgstr ""
|
8109
|
+
|
8119
8110
|
msgid "Update a host collection"
|
8120
8111
|
msgstr "Обновить коллекцию узлов"
|
8121
8112
|
|
@@ -8140,27 +8131,15 @@ msgstr "Обновить окружение в организации"
|
|
8140
8131
|
msgid "Update content counts for the smart proxy"
|
8141
8132
|
msgstr ""
|
8142
8133
|
|
8143
|
-
msgid "Update content urls"
|
8144
|
-
msgstr ""
|
8145
|
-
|
8146
8134
|
msgid "Update content view environments for host"
|
8147
8135
|
msgstr ""
|
8148
8136
|
|
8149
8137
|
msgid "Update content view environments for host %s"
|
8150
8138
|
msgstr ""
|
8151
8139
|
|
8152
|
-
msgid "Update distributions"
|
8153
|
-
msgstr ""
|
8154
|
-
|
8155
8140
|
msgid "Update hosts manually"
|
8156
8141
|
msgstr ""
|
8157
8142
|
|
8158
|
-
msgid "Update http proxy"
|
8159
|
-
msgstr ""
|
8160
|
-
|
8161
|
-
msgid "Update http proxy details"
|
8162
|
-
msgstr ""
|
8163
|
-
|
8164
8143
|
msgid "Update installed packages, enabled repos, module inventory"
|
8165
8144
|
msgstr ""
|
8166
8145
|
|
@@ -8176,21 +8155,12 @@ msgstr "Обновить пакеты с помощью Katello"
|
|
8176
8155
|
msgid "Update packages via Katello interface"
|
8177
8156
|
msgstr ""
|
8178
8157
|
|
8179
|
-
msgid "Update redhat repository"
|
8180
|
-
msgstr ""
|
8181
|
-
|
8182
8158
|
msgid "Update release version for host"
|
8183
8159
|
msgstr ""
|
8184
8160
|
|
8185
8161
|
msgid "Update release version for host %s"
|
8186
8162
|
msgstr ""
|
8187
8163
|
|
8188
|
-
msgid "Update remote"
|
8189
|
-
msgstr ""
|
8190
|
-
|
8191
|
-
msgid "Update repository"
|
8192
|
-
msgstr ""
|
8193
|
-
|
8194
8164
|
msgid "Update services requiring restart"
|
8195
8165
|
msgstr ""
|
8196
8166
|
|
@@ -8281,12 +8251,6 @@ msgstr "Обновить содержимое файла частично"
|
|
8281
8251
|
msgid "Upload a subscription manifest"
|
8282
8252
|
msgstr "Отправить манифест подписки"
|
8283
8253
|
|
8284
|
-
msgid "Upload content"
|
8285
|
-
msgstr ""
|
8286
|
-
|
8287
|
-
msgid "Upload file"
|
8288
|
-
msgstr ""
|
8289
|
-
|
8290
8254
|
msgid "Upload into"
|
8291
8255
|
msgstr "Добавить в"
|
8292
8256
|
|
@@ -8296,9 +8260,6 @@ msgstr ""
|
|
8296
8260
|
msgid "Upload request id"
|
8297
8261
|
msgstr "Отправить ID запроса"
|
8298
8262
|
|
8299
|
-
msgid "Upload tag"
|
8300
|
-
msgstr ""
|
8301
|
-
|
8302
8263
|
msgid "Upstream Candlepin"
|
8303
8264
|
msgstr ""
|
8304
8265
|
|
@@ -8386,6 +8347,9 @@ msgstr "Имя"
|
|
8386
8347
|
msgid "Username for authentication. Relevant only for 'upstream_server' type."
|
8387
8348
|
msgstr ""
|
8388
8349
|
|
8350
|
+
msgid "Username for the flatpak remote"
|
8351
|
+
msgstr ""
|
8352
|
+
|
8389
8353
|
msgid "Username of the upstream repository user used for authentication"
|
8390
8354
|
msgstr ""
|
8391
8355
|
|
@@ -8410,9 +8374,6 @@ msgstr ""
|
|
8410
8374
|
msgid "Verify SSL"
|
8411
8375
|
msgstr "Проверить SSL"
|
8412
8376
|
|
8413
|
-
msgid "Verify checksum"
|
8414
|
-
msgstr ""
|
8415
|
-
|
8416
8377
|
msgid "Verify checksum for content on smart proxy"
|
8417
8378
|
msgstr ""
|
8418
8379
|
|
@@ -8719,6 +8680,9 @@ msgstr "группа пакетов"
|
|
8719
8680
|
msgid "actions not found"
|
8720
8681
|
msgstr ""
|
8721
8682
|
|
8683
|
+
msgid "activation key"
|
8684
|
+
msgstr ""
|
8685
|
+
|
8722
8686
|
msgid "activation key identifier"
|
8723
8687
|
msgstr "идентификатор ключа активации"
|
8724
8688
|
|
@@ -8830,8 +8794,8 @@ msgstr "не может быть пустым"
|
|
8830
8794
|
msgid "cannot be set because unlimited hosts is set"
|
8831
8795
|
msgstr "не настраивается, если не установлено ограничение на число узлов"
|
8832
8796
|
|
8833
|
-
msgid "cannot be set for
|
8834
|
-
msgstr "
|
8797
|
+
msgid "cannot be set for repositories without 'Additive' mirroring policy."
|
8798
|
+
msgstr ""
|
8835
8799
|
|
8836
8800
|
msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
|
8837
8801
|
msgstr "может содержать символы ASCII, цифры, пробелы, '_' и '-'. "
|
@@ -8872,6 +8836,9 @@ msgstr "версия содержимого"
|
|
8872
8836
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8873
8837
|
msgstr ""
|
8874
8838
|
|
8839
|
+
msgid "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8840
|
+
msgstr ""
|
8841
|
+
|
8875
8842
|
msgid "content view component ID. Identifier of the component association"
|
8876
8843
|
msgstr ""
|
8877
8844
|
|
@@ -8956,7 +8923,7 @@ msgstr ""
|
|
8956
8923
|
msgid "disk"
|
8957
8924
|
msgstr ""
|
8958
8925
|
|
8959
|
-
msgid "download policy for
|
8926
|
+
msgid "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')"
|
8960
8927
|
msgstr ""
|
8961
8928
|
|
8962
8929
|
msgid "enables or disables synchronization"
|
@@ -8995,6 +8962,9 @@ msgstr ""
|
|
8995
8962
|
msgid "erratum: IDs or a select all object"
|
8996
8963
|
msgstr ""
|
8997
8964
|
|
8965
|
+
msgid "erratum: allow types not matching a valid errata type"
|
8966
|
+
msgstr ""
|
8967
|
+
|
8998
8968
|
msgid "erratum: end date (YYYY-MM-DD)"
|
8999
8969
|
msgstr ""
|
9000
8970
|
|
@@ -9055,6 +9025,9 @@ msgstr "уже используется для этого продукта."
|
|
9055
9025
|
msgid "here"
|
9056
9026
|
msgstr ""
|
9057
9027
|
|
9028
|
+
msgid "host"
|
9029
|
+
msgstr ""
|
9030
|
+
|
9058
9031
|
msgid "host collection name to filter by"
|
9059
9032
|
msgstr "фильтр по имени коллекции"
|
9060
9033
|
|
@@ -9175,6 +9148,18 @@ msgstr ""
|
|
9175
9148
|
msgid "module streams not found"
|
9176
9149
|
msgstr ""
|
9177
9150
|
|
9151
|
+
msgid "multi-environment activation key"
|
9152
|
+
msgstr ""
|
9153
|
+
|
9154
|
+
msgid "multi-environment activation keys"
|
9155
|
+
msgstr ""
|
9156
|
+
|
9157
|
+
msgid "multi-environment host"
|
9158
|
+
msgstr ""
|
9159
|
+
|
9160
|
+
msgid "multi-environment hosts"
|
9161
|
+
msgstr ""
|
9162
|
+
|
9178
9163
|
msgid "must be %{gpg_key} or %{cert}"
|
9179
9164
|
msgstr ""
|
9180
9165
|
|