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