katello 4.18.1 → 4.19.0.rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/locale/bn/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ca/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/cs/katello.js +380 -110
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +382 -112
- data/app/assets/javascripts/katello/locale/de/katello.js +385 -115
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/el/katello.js +380 -110
- data/app/assets/javascripts/katello/locale/en/katello.js +380 -110
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/en_US/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/es/katello.js +383 -113
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/fr/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/gl/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/gu/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/hi/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/id/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/it/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ja/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/ka/katello.js +385 -115
- data/app/assets/javascripts/katello/locale/kn/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ko/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/mr/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/or/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pa/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pl/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pt/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +383 -113
- data/app/assets/javascripts/katello/locale/ro/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ru/katello.js +381 -111
- data/app/assets/javascripts/katello/locale/sl/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ta/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/te/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/tr/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/vi/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/zh/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +381 -111
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +41 -12
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +3 -65
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +18 -3
- data/app/controllers/katello/api/v2/debs_controller.rb +21 -11
- data/app/controllers/katello/api/v2/docker_tags_controller.rb +7 -0
- data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +21 -19
- data/app/controllers/katello/api/v2/host_debs_controller.rb +16 -1
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +3 -60
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +10 -53
- data/app/controllers/katello/api/v2/repositories_controller.rb +0 -1
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -0
- data/app/controllers/katello/concerns/organizations_controller_extensions.rb +3 -0
- data/app/lib/actions/candlepin/activation_key/create.rb +0 -2
- data/app/lib/actions/candlepin/activation_key/update.rb +0 -2
- data/app/lib/actions/candlepin/product/content_create.rb +3 -5
- data/app/lib/actions/candlepin/product/content_update.rb +2 -3
- data/app/lib/actions/helpers/rolling_cv_repos.rb +1 -1
- data/app/lib/actions/katello/activation_key/create.rb +0 -1
- data/app/lib/actions/katello/activation_key/update.rb +0 -2
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -6
- data/app/lib/actions/katello/content_credential/update.rb +1 -1
- data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +18 -24
- data/app/lib/actions/katello/content_view/create.rb +9 -4
- data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +6 -1
- data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +16 -11
- data/app/lib/actions/katello/content_view/update.rb +34 -7
- data/app/lib/actions/katello/product/content_create.rb +2 -2
- data/app/lib/actions/katello/product/content_destroy.rb +1 -1
- data/app/lib/actions/katello/repository/check_matching_content.rb +1 -1
- data/app/lib/actions/katello/repository/clone_contents.rb +1 -1
- data/app/lib/actions/katello/repository/create.rb +1 -1
- data/app/lib/actions/katello/repository/destroy.rb +4 -4
- data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
- data/app/lib/actions/katello/repository/sync.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +2 -2
- data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +1 -1
- data/app/lib/actions/pulp3/repository/save_publication.rb +3 -1
- data/app/lib/actions/pulp3/repository/save_version.rb +45 -24
- data/app/lib/actions/pulp3/repository/save_versions.rb +2 -1
- data/app/lib/katello/resources/candlepin/activation_key.rb +3 -4
- data/app/lib/katello/resources/candlepin/upstream_job.rb +9 -1
- data/app/lib/katello/resources/candlepin.rb +4 -0
- data/app/models/katello/authorization/repository.rb +17 -4
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -7
- data/app/models/katello/content_view_deb_filter.rb +10 -0
- data/app/models/katello/content_view_deb_filter_rule.rb +7 -0
- data/app/models/katello/deb.rb +10 -10
- data/app/models/katello/erratum.rb +1 -1
- data/app/models/katello/glue/provider.rb +14 -3
- data/app/models/katello/host/content_facet.rb +1 -1
- data/app/models/katello/host/subscription_facet.rb +1 -7
- data/app/models/katello/product_content.rb +2 -2
- data/app/models/katello/repository.rb +4 -23
- data/app/models/katello/root_repository.rb +2 -5
- data/app/services/katello/candlepin/event_handler.rb +0 -33
- data/app/services/katello/candlepin/message_handler.rb +0 -41
- data/app/services/katello/content_unit_indexer.rb +59 -13
- data/app/services/katello/product_content_finder.rb +5 -4
- data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
- data/app/services/katello/pulp3/ansible_collection.rb +1 -0
- data/app/services/katello/pulp3/api/content_guard.rb +5 -5
- data/app/services/katello/pulp3/api/core.rb +10 -0
- data/app/services/katello/pulp3/deb.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest_list.rb +1 -0
- data/app/services/katello/pulp3/docker_tag.rb +1 -0
- data/app/services/katello/pulp3/file_unit.rb +1 -0
- data/app/services/katello/pulp3/generic_content_unit.rb +1 -0
- data/app/services/katello/pulp3/module_stream.rb +1 -0
- data/app/services/katello/pulp3/package_group.rb +1 -0
- data/app/services/katello/pulp3/repository/apt.rb +41 -16
- data/app/services/katello/pulp3/repository.rb +59 -10
- data/app/services/katello/pulp3/rpm.rb +3 -2
- data/app/services/katello/pulp3/srpm.rb +3 -2
- data/app/services/katello/pulp3/task_group.rb +1 -1
- data/app/services/katello/registration_manager.rb +19 -17
- data/app/services/katello/repository_type_manager.rb +7 -5
- data/app/services/katello/smart_proxy_helper.rb +1 -6
- data/app/views/foreman/job_templates/upload_profile.erb +5 -0
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -1
- data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
- data/app/views/katello/api/v2/debs/thindex.json.rabl +6 -0
- data/app/views/katello/api/v2/docker_tags/_base.json.rabl +32 -0
- data/app/views/katello/api/v2/docker_tags/show.json.rabl +0 -5
- data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +6 -0
- data/app/views/katello/api/v2/host_debs/installed_debs.json.rabl +6 -0
- data/app/views/katello/api/v2/hosts_bulk_actions/applicable_errata.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts_bulk_actions/applicable_erratum.json.rabl +9 -0
- data/app/views/katello/api/v2/hosts_bulk_actions/installable_errata.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts_bulk_actions/{erratum.json.rabl → installable_erratum.json.rabl} +3 -3
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
- data/config/initializers/monkeys.rb +1 -0
- data/config/routes/api/v2.rb +2 -2
- data/config/routes/overrides.rb +2 -7
- data/config/routes.rb +2 -0
- data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +1 -1
- data/db/migrate/20250912000000_add_pulp_prn_fields.rb +73 -0
- data/db/migrate/20250912000001_populate_pulp_prn_fields.rb +403 -0
- data/db/migrate/20251009142516_remove_auto_attach_from_activation_keys.rb +5 -0
- data/db/migrate/20251009142517_remove_autoheal_from_subscription_facets.rb +5 -0
- data/db/seeds.d/111-upgrade_tasks.rb +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +12 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +10 -0
- data/lib/katello/permission_creator.rb +2 -2
- data/lib/katello/permissions/host_permissions.rb +0 -6
- data/lib/katello/plugin.rb +17 -8
- data/lib/katello/tasks/jenkins.rake +1 -1
- data/lib/katello/tasks/upgrades/4.19/enable_structured_apt_for_deb.rake +87 -0
- data/lib/katello/tasks/upgrades/4.19/populate_repository_version_prns.rake +32 -0
- data/lib/katello/version.rb +1 -1
- data/lib/monkeys/fix_rpm_repository_gpgcheck.rb +38 -0
- data/locale/action_names.rb +0 -6
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +379 -109
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +379 -109
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +379 -109
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +380 -111
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +382 -112
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +386 -116
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +379 -109
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +379 -109
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +381 -111
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +380 -111
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +379 -109
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +379 -109
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +383 -113
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +379 -109
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +389 -119
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +379 -109
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +379 -109
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +379 -109
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +379 -109
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +379 -109
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +379 -109
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +390 -119
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +385 -115
- data/locale/katello.pot +1273 -831
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +379 -109
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +389 -119
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +379 -109
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +379 -109
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +379 -109
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +379 -109
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +379 -109
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +379 -109
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +379 -109
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +379 -109
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +383 -113
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +379 -109
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +379 -109
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +381 -111
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +379 -109
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +379 -109
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +379 -109
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +379 -109
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +379 -109
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +379 -109
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +379 -109
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +379 -109
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +379 -109
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +389 -119
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +381 -111
- data/webpack/ForemanColumnExtensions/index.js +46 -2
- data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +0 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -2
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +1 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkActionsConstants.js +7 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js +388 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/__tests__/BulkChangeHostCollectionsModal.test.js +640 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/actions.js +28 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +71 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +11 -4
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +8 -1
- data/webpack/containers/Application/config.js +11 -1
- data/webpack/global_index.js +3 -0
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesConstants.js +1 -1
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesPage.js +7 -43
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImagesPage.test.js +1 -1
- data/webpack/scenes/ContainerImages/ContainerImagesPage.js +86 -0
- data/webpack/scenes/ContainerImages/LabelsAnnotationsModal.js +105 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js +218 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsActions.js +15 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsSelectors.js +16 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/ManifestDetails.test.js +395 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestDetails.fixtures.json +43 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestList.fixtures.json +58 -0
- data/webpack/scenes/ContainerImages/Synced/Details/index.js +4 -0
- data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js +359 -0
- data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.scss +21 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/LabelsAnnotationsModal.test.js +69 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/SyncedContainerImagesPage.test.js +335 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/syncedContainerImages.fixtures.json +105 -0
- data/webpack/scenes/ContainerImages/TableEmptyState.js +67 -0
- data/webpack/scenes/ContainerImages/containerImagesHelpers.js +48 -0
- data/webpack/scenes/ContainerImages/index.js +4 -0
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +29 -3
- data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +45 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -1
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +59 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +164 -24
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVDebFilterContent.test.js +268 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterDetail.fixtures.json +95 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterRules.fixtures.json +31 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVDebFilterRules.fixtures.json +10 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -1
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +15 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +9 -0
- data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +5 -3
- data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +1 -1
- data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +35 -3
- data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +1 -1
- data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.css +3 -0
- data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +63 -132
- data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +67 -143
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +10 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +13 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +8 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +67 -1
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
- data/webpack/scenes/Subscriptions/SubscriptionConstants.js +0 -2
- data/webpack/scenes/Subscriptions/SubscriptionReducer.js +15 -5
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +22 -5
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +141 -0
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
- metadata +82 -56
- data/app/lib/actions/katello/host/attach_subscriptions.rb +0 -59
- data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -22
- data/app/lib/actions/katello/host/remove_subscriptions.rb +0 -50
- data/app/lib/actions/katello/organization/simple_content_access/disable.rb +0 -25
- data/app/lib/actions/katello/organization/simple_content_access/enable.rb +0 -25
- data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +0 -42
- data/lib/katello/tasks/migrate_structure_content_for_deb.rake +0 -105
- data/lib/katello/tasks/upgrades/4.2/remove_checksum_values.rake +0 -17
- /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImages.fixtures.js +0 -0
- /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/index.js +0 -0
data/locale/ka/katello.po
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
#
|
|
9
9
|
msgid ""
|
|
10
10
|
msgstr ""
|
|
11
|
-
"Project-Id-Version: katello 4.
|
|
11
|
+
"Project-Id-Version: katello 4.19.0.rc1\n"
|
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
|
13
13
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
14
14
|
"Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2025\n"
|
|
@@ -116,6 +116,9 @@ msgstr "${selectedContentType}"
|
|
|
116
116
|
msgid "${selectedContentType} will appear here when created."
|
|
117
117
|
msgstr "როცა შეიქმება, ${selectedContentType} აქ გამოჩნდება."
|
|
118
118
|
|
|
119
|
+
msgid "${totalCount} labels and annotations"
|
|
120
|
+
msgstr ""
|
|
121
|
+
|
|
119
122
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
120
123
|
msgstr ""
|
|
121
124
|
|
|
@@ -454,9 +457,6 @@ msgstr "დაშორებულად გაშვებული დავ
|
|
|
454
457
|
msgid "A remote execution job is in progress."
|
|
455
458
|
msgstr "დაშორებულად გაშვებული დავალება ჯერ კიდევ მიმდინარეობს."
|
|
456
459
|
|
|
457
|
-
msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
|
|
458
|
-
msgstr "სერვისის დონე თვით-წამლობის პროცესისთვის. მაგ; SELF-SUPPORT"
|
|
459
|
-
|
|
460
460
|
msgid "A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running."
|
|
461
461
|
msgstr ""
|
|
462
462
|
|
|
@@ -472,6 +472,9 @@ msgstr "ნებისმიერი"
|
|
|
472
472
|
msgid "About page"
|
|
473
473
|
msgstr "გვერდის შესახებ"
|
|
474
474
|
|
|
475
|
+
msgid "Abstract async task"
|
|
476
|
+
msgstr ""
|
|
477
|
+
|
|
475
478
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
476
479
|
msgstr ""
|
|
477
480
|
|
|
@@ -559,12 +562,15 @@ msgstr "DEB-ის წესის დამატება"
|
|
|
559
562
|
msgid "Add RPM rule"
|
|
560
563
|
msgstr "RPM-ის წესის დამატება"
|
|
561
564
|
|
|
565
|
+
msgid "Add Red Hat Flatpak remote"
|
|
566
|
+
msgstr ""
|
|
567
|
+
|
|
568
|
+
msgid "Add Red Hat flatpak remote"
|
|
569
|
+
msgstr ""
|
|
570
|
+
|
|
562
571
|
msgid "Add Subscriptions"
|
|
563
572
|
msgstr "გამოწერების დამატება"
|
|
564
573
|
|
|
565
|
-
msgid "Add a subscription to a host"
|
|
566
|
-
msgstr "ჰოსტზე გამოწერის დამატება"
|
|
567
|
-
|
|
568
574
|
msgid "Add an alternate content source"
|
|
569
575
|
msgstr "შემცველობის ალტერნატიული წყაროს დამატება"
|
|
570
576
|
|
|
@@ -616,6 +622,9 @@ msgstr "რეპოზიტორიების დამატება"
|
|
|
616
622
|
msgid "Add repositories with package groups to content view to select them here."
|
|
617
623
|
msgstr ""
|
|
618
624
|
|
|
625
|
+
msgid "Add rolling repo clone"
|
|
626
|
+
msgstr ""
|
|
627
|
+
|
|
619
628
|
msgid "Add rule"
|
|
620
629
|
msgstr "წესის დამატება"
|
|
621
630
|
|
|
@@ -628,21 +637,24 @@ msgstr "გამოწერების დამატება"
|
|
|
628
637
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
|
629
638
|
msgstr ""
|
|
630
639
|
|
|
631
|
-
msgid "Add subscriptions to one or more hosts"
|
|
632
|
-
msgstr "გამოწერის დამატება ერთ ან მეტ ჰოსტზე"
|
|
633
|
-
|
|
634
640
|
msgid "Add subscriptions using the Add Subscriptions button."
|
|
635
641
|
msgstr "დაამატეთ გამოწერები გამოწერის დამატების ღილაკით."
|
|
636
642
|
|
|
637
643
|
msgid "Add to a host collection"
|
|
638
644
|
msgstr "ჰოსტის კოლექციაში ჩამატება"
|
|
639
645
|
|
|
646
|
+
msgid "Add to host collections"
|
|
647
|
+
msgstr ""
|
|
648
|
+
|
|
640
649
|
msgid "Added"
|
|
641
650
|
msgstr "დამატებულია"
|
|
642
651
|
|
|
643
652
|
msgid "Added %s"
|
|
644
653
|
msgstr "%s დაემატა"
|
|
645
654
|
|
|
655
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
656
|
+
msgstr ""
|
|
657
|
+
|
|
646
658
|
msgid "Added Content:"
|
|
647
659
|
msgstr "დამატებული შემცველობა:"
|
|
648
660
|
|
|
@@ -685,6 +697,9 @@ msgstr "ყველა მორჩენილი პაჩი გადატ
|
|
|
685
697
|
msgid "All errata up-to-date"
|
|
686
698
|
msgstr "ყველა მორჩენილი პაჩი განახლებულია"
|
|
687
699
|
|
|
700
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
701
|
+
msgstr ""
|
|
702
|
+
|
|
688
703
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
689
704
|
msgstr "ყველა ქვებილიკს / ბოლოში უნდა ჰქონდეს, დასაწყისში კი არა"
|
|
690
705
|
|
|
@@ -774,6 +789,9 @@ msgstr ""
|
|
|
774
789
|
"შეცდომა ატვირთვისას \n"
|
|
775
790
|
"%{error_message}"
|
|
776
791
|
|
|
792
|
+
msgid "An error occurred while updating host collections"
|
|
793
|
+
msgstr ""
|
|
794
|
+
|
|
777
795
|
msgid "An option to specify how many ostree commits to traverse."
|
|
778
796
|
msgstr ""
|
|
779
797
|
|
|
@@ -906,12 +924,6 @@ msgstr ""
|
|
|
906
924
|
msgid "Array of pools to add"
|
|
907
925
|
msgstr "დასამატებელი პულების მასივი"
|
|
908
926
|
|
|
909
|
-
msgid "Array of subscriptions to add"
|
|
910
|
-
msgstr "დასამატებელი გამოწერების მასივი"
|
|
911
|
-
|
|
912
|
-
msgid "Array of subscriptions to remove"
|
|
913
|
-
msgstr "წასაშლელი გამოწერების მასივი"
|
|
914
|
-
|
|
915
927
|
msgid "Array of uploads to import"
|
|
916
928
|
msgstr "შემოსატანი ატვირთვების მასივი"
|
|
917
929
|
|
|
@@ -968,15 +980,6 @@ msgstr "სულ ცოტა ერთ მონიშნულ ელემ
|
|
|
968
980
|
msgid "At least one organization must exist."
|
|
969
981
|
msgstr "საჭიროა არსებობდეს ერთი ორგანიზაცია მაინც."
|
|
970
982
|
|
|
971
|
-
msgid "Attach a subscription"
|
|
972
|
-
msgstr "გამოწერის მიბმა"
|
|
973
|
-
|
|
974
|
-
msgid "Attach subscriptions"
|
|
975
|
-
msgstr "გამოწერების მიმაგრება"
|
|
976
|
-
|
|
977
|
-
msgid "Attach subscriptions to %s"
|
|
978
|
-
msgstr "%s-ზე გამოწერების მიმაგრება"
|
|
979
|
-
|
|
980
983
|
msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
|
|
981
984
|
msgstr ""
|
|
982
985
|
|
|
@@ -1076,6 +1079,9 @@ msgstr "ამ ძებნის სანიშნეებში ჩამა
|
|
|
1076
1079
|
msgid "Bookmarks marked as public are available to all users"
|
|
1077
1080
|
msgstr ""
|
|
1078
1081
|
|
|
1082
|
+
msgid "Bootable"
|
|
1083
|
+
msgstr ""
|
|
1084
|
+
|
|
1079
1085
|
msgid "Bootc rollback via Bootc interface"
|
|
1080
1086
|
msgstr ""
|
|
1081
1087
|
|
|
@@ -1088,6 +1094,9 @@ msgstr ""
|
|
|
1088
1094
|
msgid "Bootc upgrade via Bootc interface"
|
|
1089
1095
|
msgstr ""
|
|
1090
1096
|
|
|
1097
|
+
msgid "Booted"
|
|
1098
|
+
msgstr ""
|
|
1099
|
+
|
|
1091
1100
|
msgid "Booted Container Images"
|
|
1092
1101
|
msgstr ""
|
|
1093
1102
|
|
|
@@ -1397,6 +1406,9 @@ msgstr "შემცველობის წყაროს შეცვლა"
|
|
|
1397
1406
|
msgid "Change content view environments"
|
|
1398
1407
|
msgstr ""
|
|
1399
1408
|
|
|
1409
|
+
msgid "Change host collections"
|
|
1410
|
+
msgstr ""
|
|
1411
|
+
|
|
1400
1412
|
msgid "Change host content source"
|
|
1401
1413
|
msgstr "ჰოსტის შემცველობის წყაროს შეცვლა"
|
|
1402
1414
|
|
|
@@ -1484,6 +1496,9 @@ msgstr ""
|
|
|
1484
1496
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1485
1497
|
msgstr ""
|
|
1486
1498
|
|
|
1499
|
+
msgid "Commit upload"
|
|
1500
|
+
msgstr ""
|
|
1501
|
+
|
|
1487
1502
|
msgid "Compare"
|
|
1488
1503
|
msgstr "შედარება"
|
|
1489
1504
|
|
|
@@ -1556,6 +1571,9 @@ msgstr "კონტეინერის ასლის ჭდე"
|
|
|
1556
1571
|
msgid "Container image tags"
|
|
1557
1572
|
msgstr "კონტეინერის ასლის ჭდეები"
|
|
1558
1573
|
|
|
1574
|
+
msgid "Container images"
|
|
1575
|
+
msgstr ""
|
|
1576
|
+
|
|
1559
1577
|
msgid "Container manifest lists"
|
|
1560
1578
|
msgstr "კონტეინერის მანიფესტების სიები"
|
|
1561
1579
|
|
|
@@ -1835,15 +1853,27 @@ msgstr "დაკოპირდა გაცვლის ბაფერში"
|
|
|
1835
1853
|
msgid "Copy"
|
|
1836
1854
|
msgstr "კოპირება"
|
|
1837
1855
|
|
|
1856
|
+
msgid "Copy all units"
|
|
1857
|
+
msgstr ""
|
|
1858
|
+
|
|
1838
1859
|
msgid "Copy an activation key"
|
|
1839
1860
|
msgstr "აქტივაციის გასაღების კოპირება"
|
|
1840
1861
|
|
|
1862
|
+
msgid "Copy content"
|
|
1863
|
+
msgstr ""
|
|
1864
|
+
|
|
1841
1865
|
msgid "Copy content view"
|
|
1842
1866
|
msgstr "შემცველობის ხედის კოპირება"
|
|
1843
1867
|
|
|
1844
1868
|
msgid "Copy to clipboard"
|
|
1845
1869
|
msgstr "ბუფერში კოპირება"
|
|
1846
1870
|
|
|
1871
|
+
msgid "Copy version"
|
|
1872
|
+
msgstr ""
|
|
1873
|
+
|
|
1874
|
+
msgid "Copy version units to library"
|
|
1875
|
+
msgstr ""
|
|
1876
|
+
|
|
1847
1877
|
msgid "Cores per socket"
|
|
1848
1878
|
msgstr "ბირთვი თითო სოკეტზე"
|
|
1849
1879
|
|
|
@@ -2057,23 +2087,35 @@ msgstr ""
|
|
|
2057
2087
|
msgid "Create content view"
|
|
2058
2088
|
msgstr "შემცველობის ხედის შექმნა"
|
|
2059
2089
|
|
|
2090
|
+
msgid "Create exporter"
|
|
2091
|
+
msgstr ""
|
|
2092
|
+
|
|
2060
2093
|
msgid "Create filter"
|
|
2061
2094
|
msgstr "ფილტრის შექმნა"
|
|
2062
2095
|
|
|
2063
2096
|
msgid "Create host collection"
|
|
2064
2097
|
msgstr "ჰოსტების კოლექციის შექმნა"
|
|
2065
2098
|
|
|
2099
|
+
msgid "Create import"
|
|
2100
|
+
msgstr ""
|
|
2101
|
+
|
|
2102
|
+
msgid "Create importer"
|
|
2103
|
+
msgstr ""
|
|
2104
|
+
|
|
2066
2105
|
msgid "Create new activation key"
|
|
2067
2106
|
msgstr "ახალი აქტივაციის გასაღების შექმნა"
|
|
2068
2107
|
|
|
2069
2108
|
msgid "Create organization"
|
|
2070
2109
|
msgstr "ორგანიზაციის შექმნა"
|
|
2071
2110
|
|
|
2072
|
-
msgid "Create
|
|
2073
|
-
msgstr "
|
|
2111
|
+
msgid "Create publication"
|
|
2112
|
+
msgstr ""
|
|
2074
2113
|
|
|
2075
|
-
msgid "Create
|
|
2076
|
-
msgstr "
|
|
2114
|
+
msgid "Create remote"
|
|
2115
|
+
msgstr ""
|
|
2116
|
+
|
|
2117
|
+
msgid "Creation"
|
|
2118
|
+
msgstr ""
|
|
2077
2119
|
|
|
2078
2120
|
msgid "Credentials"
|
|
2079
2121
|
msgstr "მომხმ/პაროლი"
|
|
@@ -2336,12 +2378,36 @@ msgstr "შემცველობის ხედის წაშლა"
|
|
|
2336
2378
|
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."
|
|
2337
2379
|
msgstr ""
|
|
2338
2380
|
|
|
2381
|
+
msgid "Delete distributions"
|
|
2382
|
+
msgstr ""
|
|
2383
|
+
|
|
2339
2384
|
msgid "Delete manifest from Red Hat provider"
|
|
2340
2385
|
msgstr "მანიფესტის წაშლა Red Hat-ის მომწოდებლიდან"
|
|
2341
2386
|
|
|
2342
2387
|
msgid "Delete multiple filters from a content view"
|
|
2343
2388
|
msgstr "შემცველობის ხედიდან ერთე მეტი ფილტრის წაშლა"
|
|
2344
2389
|
|
|
2390
|
+
msgid "Delete orphan alternate content sources"
|
|
2391
|
+
msgstr ""
|
|
2392
|
+
|
|
2393
|
+
msgid "Delete orphan distributions"
|
|
2394
|
+
msgstr ""
|
|
2395
|
+
|
|
2396
|
+
msgid "Delete orphan remotes"
|
|
2397
|
+
msgstr ""
|
|
2398
|
+
|
|
2399
|
+
msgid "Delete orphan repository versions"
|
|
2400
|
+
msgstr ""
|
|
2401
|
+
|
|
2402
|
+
msgid "Delete orphaned migrated repositories"
|
|
2403
|
+
msgstr ""
|
|
2404
|
+
|
|
2405
|
+
msgid "Delete remote"
|
|
2406
|
+
msgstr ""
|
|
2407
|
+
|
|
2408
|
+
msgid "Delete repository references"
|
|
2409
|
+
msgstr ""
|
|
2410
|
+
|
|
2345
2411
|
msgid "Delete version"
|
|
2346
2412
|
msgstr "ვერსიის წაშლა"
|
|
2347
2413
|
|
|
@@ -2441,6 +2507,12 @@ msgstr "გარემოს განადგურება"
|
|
|
2441
2507
|
msgid "Destroy an environment in an organization"
|
|
2442
2508
|
msgstr "ორგანიზაციაში გარემოს განადგურება"
|
|
2443
2509
|
|
|
2510
|
+
msgid "Destroy exporter"
|
|
2511
|
+
msgstr ""
|
|
2512
|
+
|
|
2513
|
+
msgid "Destroy importer"
|
|
2514
|
+
msgstr ""
|
|
2515
|
+
|
|
2444
2516
|
msgid "Destroy one or more alternate content sources"
|
|
2445
2517
|
msgstr "ერთი ან მეტი ალტერნატიული შემცველობის განადგურება"
|
|
2446
2518
|
|
|
@@ -2474,9 +2546,6 @@ msgstr "გამორთვა"
|
|
|
2474
2546
|
msgid "Disable Red Hat Insights."
|
|
2475
2547
|
msgstr "Red Hat Insights-ის გამორთვა."
|
|
2476
2548
|
|
|
2477
|
-
msgid "Disable Simple Content Access"
|
|
2478
|
-
msgstr "შემცველობასთან იოლი წვდომის გამორთვა"
|
|
2479
|
-
|
|
2480
2549
|
msgid "Disable a repository from the set"
|
|
2481
2550
|
msgstr "სეტიდან რეპოზიტორიის გამორთვა"
|
|
2482
2551
|
|
|
@@ -2489,6 +2558,9 @@ msgstr "გამორთულია"
|
|
|
2489
2558
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2490
2559
|
msgstr "'%{subject}'-სთვის მარტივი შემცველობის წვდომის გამორთვის შეცდომა."
|
|
2491
2560
|
|
|
2561
|
+
msgid "Discover"
|
|
2562
|
+
msgstr ""
|
|
2563
|
+
|
|
2492
2564
|
msgid "Discover Repositories"
|
|
2493
2565
|
msgstr "რეპოზიტორიების აღმოჩენა"
|
|
2494
2566
|
|
|
@@ -2540,6 +2612,9 @@ msgstr "რჩევები ჰოსტის მორჩენილი პ
|
|
|
2540
2612
|
msgid "Edit"
|
|
2541
2613
|
msgstr "ჩასწორება"
|
|
2542
2614
|
|
|
2615
|
+
msgid "Edit DEB rule"
|
|
2616
|
+
msgstr ""
|
|
2617
|
+
|
|
2543
2618
|
msgid "Edit Flatpak Remote"
|
|
2544
2619
|
msgstr ""
|
|
2545
2620
|
|
|
@@ -2567,9 +2642,6 @@ msgstr "დეტალების ჩასწორება"
|
|
|
2567
2642
|
msgid "Edit filter rule"
|
|
2568
2643
|
msgstr "ფილტრის წესის ჩასწორება"
|
|
2569
2644
|
|
|
2570
|
-
msgid "Edit package filter rule"
|
|
2571
|
-
msgstr "პაკეტის ფილტრის წესის ჩასწორება"
|
|
2572
|
-
|
|
2573
2645
|
msgid "Edit products"
|
|
2574
2646
|
msgstr "პროდუქტების ჩასწორება"
|
|
2575
2647
|
|
|
@@ -2612,9 +2684,6 @@ msgstr "ჩართვა"
|
|
|
2612
2684
|
msgid "Enable Red Hat repositories"
|
|
2613
2685
|
msgstr "Red Hat-ის რეპოზიტორიების ჩართვა"
|
|
2614
2686
|
|
|
2615
|
-
msgid "Enable Simple Content Access"
|
|
2616
|
-
msgstr "შემცველობასთან იოლი წვდომის ჩართვა"
|
|
2617
|
-
|
|
2618
2687
|
msgid "Enable Tracer"
|
|
2619
2688
|
msgstr "ტრეისერის ჩართვა"
|
|
2620
2689
|
|
|
@@ -2627,9 +2696,6 @@ msgstr "სეტიდან რეპოზიტორიის ჩართ
|
|
|
2627
2696
|
msgid "Enable repository sets"
|
|
2628
2697
|
msgstr "რეპოზიტორიის სეტების ჩართვა"
|
|
2629
2698
|
|
|
2630
|
-
msgid "Enable structured APT for deb content"
|
|
2631
|
-
msgstr ""
|
|
2632
|
-
|
|
2633
2699
|
msgid "Enable/Disable auto publish of composite view"
|
|
2634
2700
|
msgstr "კომპოზიტური ხედის ავტომატური გამოცემის ჩართ/გამორთ"
|
|
2635
2701
|
|
|
@@ -2690,6 +2756,9 @@ msgstr "გარემოების ID-ები"
|
|
|
2690
2756
|
msgid "Environment cannot be in its own promotion path"
|
|
2691
2757
|
msgstr "გარემო თავისი თავის წახალისების ბილიკს არ შეუძლება წარმოადგენდეს"
|
|
2692
2758
|
|
|
2759
|
+
msgid "Environment contents refresh"
|
|
2760
|
+
msgstr ""
|
|
2761
|
+
|
|
2693
2762
|
msgid "Environment identifier"
|
|
2694
2763
|
msgstr "გარემოს იდენტიფიკატორი"
|
|
2695
2764
|
|
|
@@ -2729,6 +2798,9 @@ msgstr ""
|
|
|
2729
2798
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2730
2799
|
msgstr "მორჩენილი პაჩის ID (RHSA-2012:108)"
|
|
2731
2800
|
|
|
2801
|
+
msgid "Errata mail"
|
|
2802
|
+
msgstr ""
|
|
2803
|
+
|
|
2732
2804
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2733
2805
|
msgstr ""
|
|
2734
2806
|
|
|
@@ -2894,6 +2966,9 @@ msgstr "ჰოსტისთვის ხელმისაწვდომი
|
|
|
2894
2966
|
msgid "Fetch installable errata for one or more hosts."
|
|
2895
2967
|
msgstr "დაყენებადი მორჩენილი პაჩების გამოთხოვა ერთი ან მეტი ჰოსტისთვის."
|
|
2896
2968
|
|
|
2969
|
+
msgid "Fetch pxe files"
|
|
2970
|
+
msgstr ""
|
|
2971
|
+
|
|
2897
2972
|
msgid "Fetch traces for one or more hosts"
|
|
2898
2973
|
msgstr "ერთი ან მეტი ჰოსტისთვის ტრეისის გამოთხოვა"
|
|
2899
2974
|
|
|
@@ -2987,6 +3062,9 @@ msgstr "ვერსიების ვერსიის ნომრის გ
|
|
|
2987
3062
|
msgid "Filter versions that are components in the specified composite version"
|
|
2988
3063
|
msgstr "ფილტრის ვერსიები, რომლებიც მითითებულ კომპოზიტის ვერსიაში კომპონენტები არიან"
|
|
2989
3064
|
|
|
3065
|
+
msgid "Filtered index content"
|
|
3066
|
+
msgstr ""
|
|
3067
|
+
|
|
2990
3068
|
msgid "Filters"
|
|
2991
3069
|
msgstr "ფილტრები"
|
|
2992
3070
|
|
|
@@ -3008,6 +3086,9 @@ msgstr "დასრულება"
|
|
|
3008
3086
|
msgid "Finished"
|
|
3009
3087
|
msgstr "დასრულებულია"
|
|
3010
3088
|
|
|
3089
|
+
msgid "Flatpak"
|
|
3090
|
+
msgstr ""
|
|
3091
|
+
|
|
3011
3092
|
msgid "Flatpak Remote ${name} created"
|
|
3012
3093
|
msgstr ""
|
|
3013
3094
|
|
|
@@ -3100,9 +3181,15 @@ msgstr ""
|
|
|
3100
3181
|
msgid "Generate host applicability"
|
|
3101
3182
|
msgstr "ჰოსტის გამოყენებადობის გენერაცია"
|
|
3102
3183
|
|
|
3184
|
+
msgid "Generate metadata"
|
|
3185
|
+
msgstr ""
|
|
3186
|
+
|
|
3103
3187
|
msgid "Generate repository applicability"
|
|
3104
3188
|
msgstr "ჰოსტის გამოყენებადობის გენერაცია"
|
|
3105
3189
|
|
|
3190
|
+
msgid "Generate username and password"
|
|
3191
|
+
msgstr ""
|
|
3192
|
+
|
|
3106
3193
|
msgid "Generated"
|
|
3107
3194
|
msgstr "გენერირებული"
|
|
3108
3195
|
|
|
@@ -3337,6 +3424,12 @@ msgstr ""
|
|
|
3337
3424
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3338
3425
|
msgstr "დახარისხებული შედეგების დალაგების წესი (მაგ: ASC აღმავლისთვის)"
|
|
3339
3426
|
|
|
3427
|
+
msgid "Hypervisors"
|
|
3428
|
+
msgstr ""
|
|
3429
|
+
|
|
3430
|
+
msgid "Hypervisors update"
|
|
3431
|
+
msgstr ""
|
|
3432
|
+
|
|
3340
3433
|
msgid "ID"
|
|
3341
3434
|
msgstr ""
|
|
3342
3435
|
|
|
@@ -3525,12 +3618,6 @@ msgstr ""
|
|
|
3525
3618
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3526
3619
|
msgstr ""
|
|
3527
3620
|
|
|
3528
|
-
msgid "If set, newly created APT repos in Katello will use the same repo structure as the remote repos they are synchronized from. You may migrate existing APT repos to match the setting, by running 'foreman-rake katello:migrate_structure_content_for_deb'."
|
|
3529
|
-
msgstr ""
|
|
3530
|
-
|
|
3531
|
-
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
|
3532
|
-
msgstr "თუ მითითებულია, წაიშლება გამოწერის პირველი გაშვებული ასლი შესაბამისი ID და რაოდენობით"
|
|
3533
|
-
|
|
3534
3621
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3535
3622
|
msgstr "უნდა იქნას თუ არა გამოყენებული ჭკვიან პროქსიებზე მინიჭებული HTTP პროქსიები"
|
|
3536
3623
|
|
|
@@ -3660,6 +3747,9 @@ msgstr "რეპოზიტორიის შემოტანა"
|
|
|
3660
3747
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3661
3748
|
msgstr "შემოიტანეთ გამოწერის მანიფესტი, რომ ჰოსტებს Red Hat-ის შემცველობასთან წვდომა მისცეთ."
|
|
3662
3749
|
|
|
3750
|
+
msgid "Import migration"
|
|
3751
|
+
msgstr ""
|
|
3752
|
+
|
|
3663
3753
|
msgid "Import new manifest"
|
|
3664
3754
|
msgstr ""
|
|
3665
3755
|
|
|
@@ -3669,6 +3759,12 @@ msgstr "მხოლოდ შემოტანა"
|
|
|
3669
3759
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3670
3760
|
msgstr "მხოლოდ შემოტანადი შემცველობის ხედები არ შეიძლება პირდაპირ გამოქვეყნდეს. შემცველობის განახლება მხოლოდ ხედში შემოტანითაა შესაძლებელი."
|
|
3671
3761
|
|
|
3762
|
+
msgid "Import repository upload"
|
|
3763
|
+
msgstr ""
|
|
3764
|
+
|
|
3765
|
+
msgid "Import upload"
|
|
3766
|
+
msgstr ""
|
|
3767
|
+
|
|
3672
3768
|
msgid "Import uploads into a repository"
|
|
3673
3769
|
msgstr "ატვირთულების შეტანა რეპოზიტორიაში"
|
|
3674
3770
|
|
|
@@ -3735,6 +3831,9 @@ msgstr "ინკრემენტული განახლება"
|
|
|
3735
3831
|
msgid "Incremental Update incomplete."
|
|
3736
3832
|
msgstr "ინკრემენტული განახლება მიუწვდომელია."
|
|
3737
3833
|
|
|
3834
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3835
|
+
msgstr ""
|
|
3836
|
+
|
|
3738
3837
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3739
3838
|
msgstr "%{content_view_count} შემცველობის ხედის ვერსიის ინკრემენტული განახლება "
|
|
3740
3839
|
|
|
@@ -3747,12 +3846,27 @@ msgstr "ინკრემენტული განახლებისთ
|
|
|
3747
3846
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3748
3847
|
msgstr ""
|
|
3749
3848
|
|
|
3849
|
+
msgid "Index content"
|
|
3850
|
+
msgstr ""
|
|
3851
|
+
|
|
3852
|
+
msgid "Index errata"
|
|
3853
|
+
msgstr ""
|
|
3854
|
+
|
|
3855
|
+
msgid "Index module streams"
|
|
3856
|
+
msgstr ""
|
|
3857
|
+
|
|
3858
|
+
msgid "Index package groups"
|
|
3859
|
+
msgstr ""
|
|
3860
|
+
|
|
3750
3861
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3751
3862
|
msgstr ""
|
|
3752
3863
|
|
|
3753
3864
|
msgid "Inherit from Repository"
|
|
3754
3865
|
msgstr "მემკვიდრეობით რეპოზიტორიიდან"
|
|
3755
3866
|
|
|
3867
|
+
msgid "Initialize"
|
|
3868
|
+
msgstr ""
|
|
3869
|
+
|
|
3756
3870
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3757
3871
|
msgstr ""
|
|
3758
3872
|
|
|
@@ -3828,9 +3942,15 @@ msgstr "პაკეტების ჯგუფის დაყენება.
|
|
|
3828
3942
|
msgid "Installing Package..."
|
|
3829
3943
|
msgstr "პაკეტის დაყენება..."
|
|
3830
3944
|
|
|
3945
|
+
msgid "Instance update"
|
|
3946
|
+
msgstr ""
|
|
3947
|
+
|
|
3831
3948
|
msgid "Instance-based"
|
|
3832
3949
|
msgstr "გაშვებულ ასლზე-ბაზირებული"
|
|
3833
3950
|
|
|
3951
|
+
msgid "Insufficient space for selected hosts"
|
|
3952
|
+
msgstr ""
|
|
3953
|
+
|
|
3834
3954
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3835
3955
|
msgstr ""
|
|
3836
3956
|
|
|
@@ -3954,6 +4074,9 @@ msgstr ""
|
|
|
3954
4074
|
msgid "It's not possible to promote a rolling content view."
|
|
3955
4075
|
msgstr ""
|
|
3956
4076
|
|
|
4077
|
+
msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
|
|
4078
|
+
msgstr ""
|
|
4079
|
+
|
|
3957
4080
|
msgid "It's not possible to publish a rolling content view."
|
|
3958
4081
|
msgstr ""
|
|
3959
4082
|
|
|
@@ -4062,6 +4185,15 @@ msgstr "შემცველობის ხედის ჭდე"
|
|
|
4062
4185
|
msgid "Label of the flatpak remote"
|
|
4063
4186
|
msgstr ""
|
|
4064
4187
|
|
|
4188
|
+
msgid "Labels"
|
|
4189
|
+
msgstr ""
|
|
4190
|
+
|
|
4191
|
+
msgid "Labels and annotations"
|
|
4192
|
+
msgstr ""
|
|
4193
|
+
|
|
4194
|
+
msgid "Labels | Annotations"
|
|
4195
|
+
msgstr ""
|
|
4196
|
+
|
|
4065
4197
|
msgid "Last check-in:"
|
|
4066
4198
|
msgstr "ბოლო მომართვა:"
|
|
4067
4199
|
|
|
@@ -4164,6 +4296,9 @@ msgstr "ცხოვრების ციკლის გარემო: {lce}
|
|
|
4164
4296
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4165
4297
|
msgstr ""
|
|
4166
4298
|
|
|
4299
|
+
msgid "Limit"
|
|
4300
|
+
msgstr ""
|
|
4301
|
+
|
|
4167
4302
|
msgid "Limit actions to content in the host's environment."
|
|
4168
4303
|
msgstr ""
|
|
4169
4304
|
|
|
@@ -4353,6 +4488,9 @@ msgstr "ჰოსტის კოლექციაში ჰოსტები
|
|
|
4353
4488
|
msgid "List of hypervisor guest uuids"
|
|
4354
4489
|
msgstr "ჰაიპერვიზორის სტუმრების UUID-ების სია"
|
|
4355
4490
|
|
|
4491
|
+
msgid "List of lifecycle environments for rolling content views"
|
|
4492
|
+
msgstr ""
|
|
4493
|
+
|
|
4356
4494
|
msgid "List of package group names (Deprecated)"
|
|
4357
4495
|
msgstr "პაკეტის ჯგუფების სია (მოძველებული)"
|
|
4358
4496
|
|
|
@@ -4491,12 +4629,18 @@ msgstr ""
|
|
|
4491
4629
|
msgid "Manifest"
|
|
4492
4630
|
msgstr "მანიფესტი"
|
|
4493
4631
|
|
|
4632
|
+
msgid "Manifest Details"
|
|
4633
|
+
msgstr ""
|
|
4634
|
+
|
|
4494
4635
|
msgid "Manifest History"
|
|
4495
4636
|
msgstr "მანიფესტის ისტორია"
|
|
4496
4637
|
|
|
4497
4638
|
msgid "Manifest deleted"
|
|
4498
4639
|
msgstr "მანიფესტი წაიშალა"
|
|
4499
4640
|
|
|
4641
|
+
msgid "Manifest digest"
|
|
4642
|
+
msgstr ""
|
|
4643
|
+
|
|
4500
4644
|
msgid "Manifest does not have a valid subscription"
|
|
4501
4645
|
msgstr "მანიფესტს სწორი გამოწერა არ გააჩნია"
|
|
4502
4646
|
|
|
@@ -4581,6 +4725,9 @@ msgstr "შეტყობინება"
|
|
|
4581
4725
|
msgid "Messaging connection"
|
|
4582
4726
|
msgstr "შეერთება შეტყობინებების სერვერთან"
|
|
4583
4727
|
|
|
4728
|
+
msgid "Metadata generate"
|
|
4729
|
+
msgstr ""
|
|
4730
|
+
|
|
4584
4731
|
msgid ""
|
|
4585
4732
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4586
4733
|
"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."
|
|
@@ -4619,6 +4766,9 @@ msgstr "მოდელი"
|
|
|
4619
4766
|
msgid "Moderate"
|
|
4620
4767
|
msgstr "საშუალო"
|
|
4621
4768
|
|
|
4769
|
+
msgid "Modified"
|
|
4770
|
+
msgstr ""
|
|
4771
|
+
|
|
4622
4772
|
msgid "Modify via remote execution"
|
|
4623
4773
|
msgstr ""
|
|
4624
4774
|
|
|
@@ -4646,6 +4796,15 @@ msgstr ""
|
|
|
4646
4796
|
msgid "Multi Content View Environment"
|
|
4647
4797
|
msgstr ""
|
|
4648
4798
|
|
|
4799
|
+
msgid "Multi copy all units"
|
|
4800
|
+
msgstr ""
|
|
4801
|
+
|
|
4802
|
+
msgid "Multi copy content"
|
|
4803
|
+
msgstr ""
|
|
4804
|
+
|
|
4805
|
+
msgid "Multi copy units"
|
|
4806
|
+
msgstr ""
|
|
4807
|
+
|
|
4649
4808
|
msgid "Multi-entitlement"
|
|
4650
4809
|
msgstr "მრავალ-უფლებიანი"
|
|
4651
4810
|
|
|
@@ -4946,6 +5105,9 @@ msgstr ""
|
|
|
4946
5105
|
msgid "No items have been specified."
|
|
4947
5106
|
msgstr "ელემენტები მითითებული არაა."
|
|
4948
5107
|
|
|
5108
|
+
msgid "No labels"
|
|
5109
|
+
msgstr ""
|
|
5110
|
+
|
|
4949
5111
|
msgid "No manifest file uploaded"
|
|
4950
5112
|
msgstr "მანიფესტი ფაილი არ ატვირთულა"
|
|
4951
5113
|
|
|
@@ -5261,9 +5423,6 @@ msgstr "მიმდინარეობს ორგანიზაციი
|
|
|
5261
5423
|
msgid "Organization ID"
|
|
5262
5424
|
msgstr "ორგანზაციის ID"
|
|
5263
5425
|
|
|
5264
|
-
msgid "Organization ID is required"
|
|
5265
|
-
msgstr "ორგანიზაციის ID აუცილებელია"
|
|
5266
|
-
|
|
5267
5426
|
msgid "Organization ID or title"
|
|
5268
5427
|
msgstr ""
|
|
5269
5428
|
|
|
@@ -5288,6 +5447,9 @@ msgstr "ორგანიზაციის ჭდე"
|
|
|
5288
5447
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5289
5448
|
msgstr ""
|
|
5290
5449
|
|
|
5450
|
+
msgid "Organization must be specified when providing product by name."
|
|
5451
|
+
msgstr ""
|
|
5452
|
+
|
|
5291
5453
|
msgid "Organization not found"
|
|
5292
5454
|
msgstr "ორგანიზაცია არ არსებობს"
|
|
5293
5455
|
|
|
@@ -5689,6 +5851,9 @@ msgstr "პროდუქტის ჭდე"
|
|
|
5689
5851
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5690
5852
|
msgstr ""
|
|
5691
5853
|
|
|
5854
|
+
msgid "Product must be specified."
|
|
5855
|
+
msgstr ""
|
|
5856
|
+
|
|
5692
5857
|
msgid "Product name"
|
|
5693
5858
|
msgstr "პროდუქტის სახელი"
|
|
5694
5859
|
|
|
@@ -5749,6 +5914,9 @@ msgstr "აქციის შეჯამება %{content_view}"
|
|
|
5749
5914
|
msgid "Promotion to Environment"
|
|
5750
5915
|
msgstr "გარემოს წინ წაწევა"
|
|
5751
5916
|
|
|
5917
|
+
msgid "Provide credentials if the registry requires authentication"
|
|
5918
|
+
msgstr ""
|
|
5919
|
+
|
|
5752
5920
|
msgid "Provide the required information and click {update} below to save changes."
|
|
5753
5921
|
msgstr ""
|
|
5754
5922
|
|
|
@@ -5848,6 +6016,9 @@ msgstr "Pulp-ის საცავი"
|
|
|
5848
6016
|
msgid "Pulp task error"
|
|
5849
6017
|
msgstr "Pulp-ის ამოცანის შეცდომა"
|
|
5850
6018
|
|
|
6019
|
+
msgid "Purge completed tasks"
|
|
6020
|
+
msgstr ""
|
|
6021
|
+
|
|
5851
6022
|
msgid "Python Package"
|
|
5852
6023
|
msgstr "Python-ის პაკეტი"
|
|
5853
6024
|
|
|
@@ -5875,15 +6046,6 @@ msgstr "რაოდენობა ${pool.available}-ზე მაღლა უ
|
|
|
5875
6046
|
msgid "Quantity of entitlements to bind"
|
|
5876
6047
|
msgstr ""
|
|
5877
6048
|
|
|
5878
|
-
msgid "Quantity of specified subscription to remove"
|
|
5879
|
-
msgstr "მითითებული წასაშლელი გამოწერების რაოდენობა"
|
|
5880
|
-
|
|
5881
|
-
msgid "Quantity of this subscription to add"
|
|
5882
|
-
msgstr "დასამატებელი გამოწერების რაოდენობა"
|
|
5883
|
-
|
|
5884
|
-
msgid "Quantity of this subscriptions to add"
|
|
5885
|
-
msgstr "დასამატებელი გამოწერების რაოდენობა"
|
|
5886
|
-
|
|
5887
6049
|
msgid "Quantity to Allocate"
|
|
5888
6050
|
msgstr "გამოსაყოფი რაოდენობა"
|
|
5889
6051
|
|
|
@@ -5956,6 +6118,9 @@ msgstr "საჭიროა გადატვირთვა"
|
|
|
5956
6118
|
msgid "Reclaim Space"
|
|
5957
6119
|
msgstr "ადგილის თავიდან გამოთხოვა"
|
|
5958
6120
|
|
|
6121
|
+
msgid "Reclaim space"
|
|
6122
|
+
msgstr ""
|
|
6123
|
+
|
|
5959
6124
|
msgid "Reclaim space from On Demand repositories"
|
|
5960
6125
|
msgstr "სივრცის მოთხოვნა ყველა მოთხოვნით საცავიდან"
|
|
5961
6126
|
|
|
@@ -6022,6 +6187,9 @@ msgstr ""
|
|
|
6022
6187
|
msgid "Refresh all alternate content sources"
|
|
6023
6188
|
msgstr "ყველა შემცველობის ალტერნატიული წყაროს განახლება"
|
|
6024
6189
|
|
|
6190
|
+
msgid "Refresh all distributions"
|
|
6191
|
+
msgstr ""
|
|
6192
|
+
|
|
6025
6193
|
msgid "Refresh alternate content sources"
|
|
6026
6194
|
msgstr "შემცველობის ალტერნატიული წყაროების განახლება"
|
|
6027
6195
|
|
|
@@ -6034,15 +6202,27 @@ msgstr "შესატყვისობის განახლება"
|
|
|
6034
6202
|
msgid "Refresh counts"
|
|
6035
6203
|
msgstr "განახლების რაოდენობები"
|
|
6036
6204
|
|
|
6205
|
+
msgid "Refresh distribution"
|
|
6206
|
+
msgstr ""
|
|
6207
|
+
|
|
6037
6208
|
msgid "Refresh errata applicability"
|
|
6038
6209
|
msgstr "მორჩენილი პაჩების შესატყვისობის განახლება"
|
|
6039
6210
|
|
|
6211
|
+
msgid "Refresh if needed"
|
|
6212
|
+
msgstr ""
|
|
6213
|
+
|
|
6040
6214
|
msgid "Refresh package applicability"
|
|
6041
6215
|
msgstr "პაკეტების შესატყვისობის განახლება"
|
|
6042
6216
|
|
|
6043
6217
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6044
6218
|
msgstr ""
|
|
6045
6219
|
|
|
6220
|
+
msgid "Refresh remote"
|
|
6221
|
+
msgstr ""
|
|
6222
|
+
|
|
6223
|
+
msgid "Refresh repos"
|
|
6224
|
+
msgstr ""
|
|
6225
|
+
|
|
6046
6226
|
msgid "Refresh source"
|
|
6047
6227
|
msgstr "წყაროს განახლება"
|
|
6048
6228
|
|
|
@@ -6052,9 +6232,6 @@ msgstr "Refresh_Content_Host_Status"
|
|
|
6052
6232
|
msgid "Register a host with subscription and information"
|
|
6053
6233
|
msgstr "დაარეგისტრირეთ ჰოსტი გამოწერით და ინფორმაციით"
|
|
6054
6234
|
|
|
6055
|
-
msgid "Register host '%s' before attaching subscriptions"
|
|
6056
|
-
msgstr "ჰოსტის (%s) რეგისტრაცია გამოწერების მინიჭებამდე"
|
|
6057
|
-
|
|
6058
6235
|
msgid "Registered"
|
|
6059
6236
|
msgstr "რეგისტრირებულია"
|
|
6060
6237
|
|
|
@@ -6088,6 +6265,9 @@ msgstr ""
|
|
|
6088
6265
|
msgid "Registry token expiration time"
|
|
6089
6266
|
msgstr ""
|
|
6090
6267
|
|
|
6268
|
+
msgid "Reindex subscriptions"
|
|
6269
|
+
msgstr ""
|
|
6270
|
+
|
|
6091
6271
|
msgid "Related composite content views"
|
|
6092
6272
|
msgstr "შესაბამისი კომპოზიტური შემცველობის ხედები"
|
|
6093
6273
|
|
|
@@ -6163,6 +6343,9 @@ msgstr "გარემოდან წაშლა"
|
|
|
6163
6343
|
msgid "Remove from environments"
|
|
6164
6344
|
msgstr "გარემოებიდან წაშლა"
|
|
6165
6345
|
|
|
6346
|
+
msgid "Remove from host collections"
|
|
6347
|
+
msgstr ""
|
|
6348
|
+
|
|
6166
6349
|
msgid "Remove host from collections"
|
|
6167
6350
|
msgstr "ჰოსტის კოლექციიდან წაშლა"
|
|
6168
6351
|
|
|
@@ -6184,6 +6367,9 @@ msgstr "ერთი ან მეტი ჰოსტიდან ერთი
|
|
|
6184
6367
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6185
6368
|
msgstr ""
|
|
6186
6369
|
|
|
6370
|
+
msgid "Remove orphans"
|
|
6371
|
+
msgstr ""
|
|
6372
|
+
|
|
6187
6373
|
msgid "Remove package group via Katello interface"
|
|
6188
6374
|
msgstr "პაკეტების ჯგუფის წაშლა Katello-ის ინტერფეისიდან"
|
|
6189
6375
|
|
|
@@ -6199,17 +6385,14 @@ msgstr "პაკეტების წაშლა Katello-ის ინტე
|
|
|
6199
6385
|
msgid "Remove products from sync plan"
|
|
6200
6386
|
msgstr "სინქრის გეგმიდან პროდუქტების წაშლა"
|
|
6201
6387
|
|
|
6202
|
-
msgid "Remove
|
|
6203
|
-
msgstr "
|
|
6204
|
-
|
|
6205
|
-
msgid "Remove subscriptions from %s"
|
|
6206
|
-
msgstr "გამოწერების წაშლა %s-დან"
|
|
6388
|
+
msgid "Remove rolling repo clone"
|
|
6389
|
+
msgstr ""
|
|
6207
6390
|
|
|
6208
|
-
msgid "Remove
|
|
6391
|
+
msgid "Remove units"
|
|
6209
6392
|
msgstr ""
|
|
6210
6393
|
|
|
6211
|
-
msgid "Remove
|
|
6212
|
-
msgstr "
|
|
6394
|
+
msgid "Remove unneeded repos"
|
|
6395
|
+
msgstr ""
|
|
6213
6396
|
|
|
6214
6397
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6215
6398
|
msgstr "წაშალეთ ვერსიები შემცველობის ხედიდან და ხელახლა მინიჭეთ სისტემები და გასაღებები"
|
|
@@ -6217,6 +6400,9 @@ msgstr "წაშალეთ ვერსიები შემცველო
|
|
|
6217
6400
|
msgid "Remove versions from environments"
|
|
6218
6401
|
msgstr "გარემოებიდან ვერსიების წაშლა"
|
|
6219
6402
|
|
|
6403
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6404
|
+
msgstr ""
|
|
6405
|
+
|
|
6220
6406
|
msgid "Removed component from content view"
|
|
6221
6407
|
msgstr "კომპონენტი შემცველობის ხედიდან წაიშალა"
|
|
6222
6408
|
|
|
@@ -6235,6 +6421,9 @@ msgstr ""
|
|
|
6235
6421
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6236
6422
|
msgstr ""
|
|
6237
6423
|
|
|
6424
|
+
msgid "Repair"
|
|
6425
|
+
msgstr ""
|
|
6426
|
+
|
|
6238
6427
|
msgid "Replace content source on the target machine"
|
|
6239
6428
|
msgstr ""
|
|
6240
6429
|
|
|
@@ -6253,12 +6442,18 @@ msgstr "საცავები"
|
|
|
6253
6442
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6254
6443
|
msgstr ""
|
|
6255
6444
|
|
|
6445
|
+
msgid "Repositories certs reset"
|
|
6446
|
+
msgstr ""
|
|
6447
|
+
|
|
6256
6448
|
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."
|
|
6257
6449
|
msgstr ""
|
|
6258
6450
|
|
|
6259
6451
|
msgid "Repositories from published Content Views are not allowed."
|
|
6260
6452
|
msgstr ""
|
|
6261
6453
|
|
|
6454
|
+
msgid "Repositories gpg reset"
|
|
6455
|
+
msgstr ""
|
|
6456
|
+
|
|
6262
6457
|
msgid "Repository"
|
|
6263
6458
|
msgstr "საცავი"
|
|
6264
6459
|
|
|
@@ -6424,12 +6619,18 @@ msgstr ""
|
|
|
6424
6619
|
msgid "Result"
|
|
6425
6620
|
msgstr "შედეგი"
|
|
6426
6621
|
|
|
6622
|
+
msgid "Retain build profile upon unregistration"
|
|
6623
|
+
msgstr ""
|
|
6624
|
+
|
|
6427
6625
|
msgid "Retrieve a single errata for a host"
|
|
6428
6626
|
msgstr "ჰოსტის ერთი მორჩენილი პაჩის მიღება"
|
|
6429
6627
|
|
|
6430
6628
|
msgid "Return Red Hat (non-custom) products only"
|
|
6431
6629
|
msgstr "მხოლოდ Red Hat-ის (არა-ხელით მითითებული) პროდუქტების დაბრუნება"
|
|
6432
6630
|
|
|
6631
|
+
msgid "Return a list of installed debs distinct by name"
|
|
6632
|
+
msgstr ""
|
|
6633
|
+
|
|
6433
6634
|
msgid "Return a list of installed packages distinct by name"
|
|
6434
6635
|
msgstr ""
|
|
6435
6636
|
|
|
@@ -6610,6 +6811,24 @@ msgstr "მოკლევადიანი გამოწერები"
|
|
|
6610
6811
|
msgid "Save"
|
|
6611
6812
|
msgstr "შენახვა"
|
|
6612
6813
|
|
|
6814
|
+
msgid "Save Environments"
|
|
6815
|
+
msgstr ""
|
|
6816
|
+
|
|
6817
|
+
msgid "Save artifact"
|
|
6818
|
+
msgstr ""
|
|
6819
|
+
|
|
6820
|
+
msgid "Save distribution references"
|
|
6821
|
+
msgstr ""
|
|
6822
|
+
|
|
6823
|
+
msgid "Save publication"
|
|
6824
|
+
msgstr ""
|
|
6825
|
+
|
|
6826
|
+
msgid "Save version"
|
|
6827
|
+
msgstr ""
|
|
6828
|
+
|
|
6829
|
+
msgid "Save versions"
|
|
6830
|
+
msgstr ""
|
|
6831
|
+
|
|
6613
6832
|
msgid "Saving alternate content source..."
|
|
6614
6833
|
msgstr "შემცველობის ალტერნატიული წყაროს შენახვა..."
|
|
6615
6834
|
|
|
@@ -6619,6 +6838,12 @@ msgstr ""
|
|
|
6619
6838
|
msgid "Scan a flatpak remote"
|
|
6620
6839
|
msgstr ""
|
|
6621
6840
|
|
|
6841
|
+
msgid "Scan cdn"
|
|
6842
|
+
msgstr ""
|
|
6843
|
+
|
|
6844
|
+
msgid "Scan remote"
|
|
6845
|
+
msgstr ""
|
|
6846
|
+
|
|
6622
6847
|
msgid "Schema version 1"
|
|
6623
6848
|
msgstr "სქემის ვერსია 1"
|
|
6624
6849
|
|
|
@@ -6667,6 +6892,9 @@ msgstr "შესატყვისი უსაფრთხოების მ
|
|
|
6667
6892
|
msgid "Security errata installable"
|
|
6668
6893
|
msgstr "დაყენებადი უსაფრთხოების მორჩენილი პაჩები"
|
|
6669
6894
|
|
|
6895
|
+
msgid "See child manifests"
|
|
6896
|
+
msgstr ""
|
|
6897
|
+
|
|
6670
6898
|
msgid "Select"
|
|
6671
6899
|
msgstr "_არჩევა"
|
|
6672
6900
|
|
|
@@ -6778,6 +7006,9 @@ msgstr ""
|
|
|
6778
7006
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6779
7007
|
msgstr ""
|
|
6780
7008
|
|
|
7009
|
+
msgid "Select host collections to change their associations with {selectedHosts}. Changing host collection will affect all your selected hosts. Some hosts may already be in your chosen collections."
|
|
7010
|
+
msgstr ""
|
|
7011
|
+
|
|
6781
7012
|
msgid "Select hosts to assign to %s"
|
|
6782
7013
|
msgstr "აირჩიეთ %s-ზე მისანიჭებელი ჰოსტები"
|
|
6783
7014
|
|
|
@@ -6856,11 +7087,14 @@ msgstr "სერვისის დონე: %s"
|
|
|
6856
7087
|
msgid "Service Level (SLA)"
|
|
6857
7088
|
msgstr "სერვისის დონე (SLA)"
|
|
6858
7089
|
|
|
7090
|
+
msgid "Service level"
|
|
7091
|
+
msgstr "სერვისის დონე"
|
|
7092
|
+
|
|
6859
7093
|
msgid "Service level of host"
|
|
6860
7094
|
msgstr "ჰოსტის სერვისის დონე"
|
|
6861
7095
|
|
|
6862
|
-
msgid "Service level
|
|
6863
|
-
msgstr "
|
|
7096
|
+
msgid "Service level, e.g. SELF-SUPPORT"
|
|
7097
|
+
msgstr ""
|
|
6864
7098
|
|
|
6865
7099
|
msgid "Set content overrides"
|
|
6866
7100
|
msgstr ""
|
|
@@ -6886,9 +7120,6 @@ msgstr ""
|
|
|
6886
7120
|
msgid "Sets the system purpose usage"
|
|
6887
7121
|
msgstr "სისტემის დანიშნულების გამოყენების დაყენება"
|
|
6888
7122
|
|
|
6889
|
-
msgid "Sets whether the Host will autoheal subscriptions upon checkin"
|
|
6890
|
-
msgstr ""
|
|
6891
|
-
|
|
6892
7123
|
msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
|
|
6893
7124
|
msgstr ""
|
|
6894
7125
|
|
|
@@ -6898,6 +7129,9 @@ msgstr "სიმძიმე"
|
|
|
6898
7129
|
msgid "Severity must be one of: %s"
|
|
6899
7130
|
msgstr "სიმწვავე უნდა იყოს ერთ ერთი სიიდან: %s"
|
|
6900
7131
|
|
|
7132
|
+
msgid "Show ${remainingCount} more"
|
|
7133
|
+
msgstr ""
|
|
7134
|
+
|
|
6901
7135
|
msgid "Show %s"
|
|
6902
7136
|
msgstr "%s-ის ჩვენება"
|
|
6903
7137
|
|
|
@@ -7039,6 +7273,9 @@ msgstr "ჭკვიანი პროქსის შემცველობ
|
|
|
7039
7273
|
msgid "Smart proxy name"
|
|
7040
7274
|
msgstr "ჭკვიანი პროქსის სახელი"
|
|
7041
7275
|
|
|
7276
|
+
msgid "Smart proxy verify content checksum has started in the background"
|
|
7277
|
+
msgstr ""
|
|
7278
|
+
|
|
7042
7279
|
msgid "Sockets"
|
|
7043
7280
|
msgstr "სოკეტები"
|
|
7044
7281
|
|
|
@@ -7153,7 +7390,7 @@ msgstr ""
|
|
|
7153
7390
|
msgid "Something went wrong while refreshing alternate content sources: "
|
|
7154
7391
|
msgstr ""
|
|
7155
7392
|
|
|
7156
|
-
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7393
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
|
|
7157
7394
|
msgstr ""
|
|
7158
7395
|
|
|
7159
7396
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
|
@@ -7222,6 +7459,9 @@ msgstr "შეცდომა რეპოზიტორიის ტიპე
|
|
|
7222
7459
|
msgid "Something went wrong while updating the content source. See the logs for more information"
|
|
7223
7460
|
msgstr ""
|
|
7224
7461
|
|
|
7462
|
+
msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
|
|
7463
|
+
msgstr ""
|
|
7464
|
+
|
|
7225
7465
|
msgid "Something went wrong! Please check server logs!"
|
|
7226
7466
|
msgstr "რაღაც არასწორია ! გადაამოწმეთ სერვერის ჟურნალი!"
|
|
7227
7467
|
|
|
@@ -7309,9 +7549,6 @@ msgstr "გამოწერა"
|
|
|
7309
7549
|
msgid "Subscription Details"
|
|
7310
7550
|
msgstr "გამოწერის დეტალები"
|
|
7311
7551
|
|
|
7312
|
-
msgid "Subscription ID"
|
|
7313
|
-
msgstr "გამოწერის ID"
|
|
7314
|
-
|
|
7315
7552
|
msgid "Subscription Info"
|
|
7316
7553
|
msgstr "გამოწერის ინფორმაცია"
|
|
7317
7554
|
|
|
@@ -7327,12 +7564,6 @@ msgstr "გამოწერის მანიფესტის ნამდ
|
|
|
7327
7564
|
msgid "Subscription Name"
|
|
7328
7565
|
msgstr "გამოწერის სახელი"
|
|
7329
7566
|
|
|
7330
|
-
msgid "Subscription Pool id"
|
|
7331
|
-
msgstr "გამოწერების პულის ID"
|
|
7332
|
-
|
|
7333
|
-
msgid "Subscription Pool uuid"
|
|
7334
|
-
msgstr "გამოწერების პულის UUID"
|
|
7335
|
-
|
|
7336
7567
|
msgid "Subscription UUID"
|
|
7337
7568
|
msgstr "გამოწერის UUID"
|
|
7338
7569
|
|
|
@@ -7384,9 +7615,6 @@ msgstr "წარმატება"
|
|
|
7384
7615
|
msgid "Successfully added %s Host(s)."
|
|
7385
7616
|
msgstr "%s ჰოსტი წარმატებით ჩაემატა."
|
|
7386
7617
|
|
|
7387
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7388
|
-
msgstr "%{count} შემცველობის ჰოსტი ჰოსტი კოლექციაში %{host_collection} წარმატებით ჩაემატა."
|
|
7389
|
-
|
|
7390
7618
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7391
7619
|
msgstr "%s პროდუქტის სინქის გეგმა წარმატებით შეიცვალა"
|
|
7392
7620
|
|
|
@@ -7399,9 +7627,6 @@ msgstr "წარმატებით განახლდა."
|
|
|
7399
7627
|
msgid "Successfully removed %s Host(s)."
|
|
7400
7628
|
msgstr "%s ჰოსტი წარმატებით წაიშალა."
|
|
7401
7629
|
|
|
7402
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7403
|
-
msgstr "%{count} შემცველობის ჰოსტი ჰოსტის კოლექციიდან %{host_collection} წარმატებით წაიშალა."
|
|
7404
|
-
|
|
7405
7630
|
msgid "Successfully synced capsule."
|
|
7406
7631
|
msgstr "კაფსულის სინქრონიზაცია წარმატებულია."
|
|
7407
7632
|
|
|
@@ -7420,6 +7645,9 @@ msgstr "მხარდაჭერა დასრულდა"
|
|
|
7420
7645
|
msgid "Supported Content Types"
|
|
7421
7646
|
msgstr "შემცველობის მხარდაჭერილი ტიპები"
|
|
7422
7647
|
|
|
7648
|
+
msgid "Sync"
|
|
7649
|
+
msgstr ""
|
|
7650
|
+
|
|
7423
7651
|
msgid "Sync Canceled"
|
|
7424
7652
|
msgstr "სინქი გაუქმებულია"
|
|
7425
7653
|
|
|
@@ -7474,6 +7702,9 @@ msgstr "რეპოზიტორიის სინქრონიზაც
|
|
|
7474
7702
|
msgid "Sync all repositories for a product"
|
|
7475
7703
|
msgstr "პროდუქტის ყველა რეპოზიტორიის სინქრონიზაცია"
|
|
7476
7704
|
|
|
7705
|
+
msgid "Sync capsule"
|
|
7706
|
+
msgstr ""
|
|
7707
|
+
|
|
7477
7708
|
msgid "Sync complete."
|
|
7478
7709
|
msgstr "სინქრონიზაცია დასრულდა."
|
|
7479
7710
|
|
|
@@ -7492,6 +7723,9 @@ msgstr ""
|
|
|
7492
7723
|
msgid "Sync state"
|
|
7493
7724
|
msgstr "სინქის მდგომარეობა"
|
|
7494
7725
|
|
|
7726
|
+
msgid "Syncable export"
|
|
7727
|
+
msgstr ""
|
|
7728
|
+
|
|
7495
7729
|
msgid "Synced"
|
|
7496
7730
|
msgstr "სინქრონიზებულია"
|
|
7497
7731
|
|
|
@@ -7543,6 +7777,9 @@ msgstr "სისტემის დანიშნულების ატრ
|
|
|
7543
7777
|
msgid "System purpose enables you to set the system's intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console."
|
|
7544
7778
|
msgstr ""
|
|
7545
7779
|
|
|
7780
|
+
msgid "Tag"
|
|
7781
|
+
msgstr ""
|
|
7782
|
+
|
|
7546
7783
|
msgid "Tag name"
|
|
7547
7784
|
msgstr "ჭდის სახელი"
|
|
7548
7785
|
|
|
@@ -7754,9 +7991,6 @@ msgstr ""
|
|
|
7754
7991
|
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
|
7755
7992
|
msgstr ""
|
|
7756
7993
|
|
|
7757
|
-
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
|
7758
|
-
msgstr "მითითებული ორგანიზაცია შემცველობის მარტივი წვდომის რეჟიმშია. გამოწერების მიმაგრება გამორთულია"
|
|
7759
|
-
|
|
7760
7994
|
msgid "The subscription cannot be found upstream"
|
|
7761
7995
|
msgstr "გამოწერა აღმავალზე ნაპოვნი არაა"
|
|
7762
7996
|
|
|
@@ -7898,12 +8132,6 @@ msgstr ""
|
|
|
7898
8132
|
msgid "This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments."
|
|
7899
8133
|
msgstr ""
|
|
7900
8134
|
|
|
7901
|
-
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
|
7902
|
-
msgstr "ამ მასპინძლის ორგანიზაცია არის შემცველობის მარტივი წვდომის რეჟიმში. გამოწერების მიმაგრება გამორთულია."
|
|
7903
|
-
|
|
7904
|
-
msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
|
|
7905
|
-
msgstr "ამ მასპინძლის ორგანიზაცია არის მარტივი შემცველობის წვდომის რეჟიმში. გამოწერების ავტომატური მიმაგრება გამორთულია"
|
|
7906
|
-
|
|
7907
8135
|
msgid "This is disabled because a manifest task is in progress"
|
|
7908
8136
|
msgstr "გამორთულია იმიტომ, რომ გაშვებულია მანიფესტთან დაკავშირებული ამოცანა"
|
|
7909
8137
|
|
|
@@ -7982,6 +8210,9 @@ msgstr "სათაური"
|
|
|
7982
8210
|
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
|
7983
8211
|
msgstr ""
|
|
7984
8212
|
|
|
8213
|
+
msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
|
|
8214
|
+
msgstr ""
|
|
8215
|
+
|
|
7985
8216
|
msgid "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system."
|
|
7986
8217
|
msgstr ""
|
|
7987
8218
|
|
|
@@ -8003,6 +8234,9 @@ msgstr "დასაწყებად ეს ჰოსტი ჰოსტებ
|
|
|
8003
8234
|
msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
|
|
8004
8235
|
msgstr ""
|
|
8005
8236
|
|
|
8237
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8238
|
+
msgstr ""
|
|
8239
|
+
|
|
8006
8240
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
8007
8241
|
msgstr ""
|
|
8008
8242
|
|
|
@@ -8057,12 +8291,6 @@ msgstr ""
|
|
|
8057
8291
|
msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
|
|
8058
8292
|
msgstr ""
|
|
8059
8293
|
|
|
8060
|
-
msgid "Trigger an auto-attach of subscriptions"
|
|
8061
|
-
msgstr "ჩართეთ გამოწერების ავტომატური მიმაგრება"
|
|
8062
|
-
|
|
8063
|
-
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
|
8064
|
-
msgstr "ერთ ან მეტ ჰოსტზე გამოწერების ავტომატური მიმაგრების ტრიგერი"
|
|
8065
|
-
|
|
8066
8294
|
msgid "Try changing your search criteria."
|
|
8067
8295
|
msgstr "სცადეთ შეცვალოთ ძებნის მოთხოვნები."
|
|
8068
8296
|
|
|
@@ -8216,9 +8444,6 @@ msgstr ""
|
|
|
8216
8444
|
msgid "Unapplied Errata"
|
|
8217
8445
|
msgstr "გადაუტარებელი მორჩენილი პაჩი"
|
|
8218
8446
|
|
|
8219
|
-
msgid "Unattach a subscription"
|
|
8220
|
-
msgstr "გამოწერის მოხსნა"
|
|
8221
|
-
|
|
8222
8447
|
msgid "Unfiltered params array: %s."
|
|
8223
8448
|
msgstr "პარამეტრების გაუფილტრავი მასივი: %s."
|
|
8224
8449
|
|
|
@@ -8330,15 +8555,27 @@ msgstr "ორგანიზაციაში გარემოს გან
|
|
|
8330
8555
|
msgid "Update content counts for the smart proxy"
|
|
8331
8556
|
msgstr "შემცველობის რაოდენობების განახლება ჭკვიანი პროქსისთვის"
|
|
8332
8557
|
|
|
8558
|
+
msgid "Update content urls"
|
|
8559
|
+
msgstr ""
|
|
8560
|
+
|
|
8333
8561
|
msgid "Update content view environments for host"
|
|
8334
8562
|
msgstr ""
|
|
8335
8563
|
|
|
8336
8564
|
msgid "Update content view environments for host %s"
|
|
8337
8565
|
msgstr ""
|
|
8338
8566
|
|
|
8567
|
+
msgid "Update distributions"
|
|
8568
|
+
msgstr ""
|
|
8569
|
+
|
|
8339
8570
|
msgid "Update hosts manually"
|
|
8340
8571
|
msgstr "ჰოსტების ხელით განახლება"
|
|
8341
8572
|
|
|
8573
|
+
msgid "Update http proxy"
|
|
8574
|
+
msgstr ""
|
|
8575
|
+
|
|
8576
|
+
msgid "Update http proxy details"
|
|
8577
|
+
msgstr ""
|
|
8578
|
+
|
|
8342
8579
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8343
8580
|
msgstr "განაახლეთ დაყენებული პაკეტები, ჩართული რეპოები და მოდულები"
|
|
8344
8581
|
|
|
@@ -8354,12 +8591,21 @@ msgstr "პაკეტის განახლება Katello-ის ინ
|
|
|
8354
8591
|
msgid "Update packages via Katello interface"
|
|
8355
8592
|
msgstr "პაკეტების განახლება Katello-ის ინტერფეისიდან"
|
|
8356
8593
|
|
|
8594
|
+
msgid "Update redhat repository"
|
|
8595
|
+
msgstr ""
|
|
8596
|
+
|
|
8357
8597
|
msgid "Update release version for host"
|
|
8358
8598
|
msgstr "ჰოსტის რელიზის ვერსიის განახლება"
|
|
8359
8599
|
|
|
8360
8600
|
msgid "Update release version for host %s"
|
|
8361
8601
|
msgstr "რელიზის ვერსიის განახლება ჰოსტისთვის: %s"
|
|
8362
8602
|
|
|
8603
|
+
msgid "Update remote"
|
|
8604
|
+
msgstr ""
|
|
8605
|
+
|
|
8606
|
+
msgid "Update repository"
|
|
8607
|
+
msgstr ""
|
|
8608
|
+
|
|
8363
8609
|
msgid "Update services requiring restart"
|
|
8364
8610
|
msgstr "იმ სერვისების განახლება, რომელსაც თავიდან გაშვება სჭირდებათ"
|
|
8365
8611
|
|
|
@@ -8450,6 +8696,12 @@ msgstr "ფაილის შემცველობის ნაწილი
|
|
|
8450
8696
|
msgid "Upload a subscription manifest"
|
|
8451
8697
|
msgstr "გამოწერის მანიფესტის ატვირთვა"
|
|
8452
8698
|
|
|
8699
|
+
msgid "Upload content"
|
|
8700
|
+
msgstr ""
|
|
8701
|
+
|
|
8702
|
+
msgid "Upload file"
|
|
8703
|
+
msgstr ""
|
|
8704
|
+
|
|
8453
8705
|
msgid "Upload into"
|
|
8454
8706
|
msgstr "ატვირთვის სამიზნე"
|
|
8455
8707
|
|
|
@@ -8459,6 +8711,9 @@ msgstr "პაკეტის / რეპოზიტორიის პრო
|
|
|
8459
8711
|
msgid "Upload request id"
|
|
8460
8712
|
msgstr "ატვირთვის მოთხოვნის ID"
|
|
8461
8713
|
|
|
8714
|
+
msgid "Upload tag"
|
|
8715
|
+
msgstr ""
|
|
8716
|
+
|
|
8462
8717
|
msgid "Upstream Candlepin"
|
|
8463
8718
|
msgstr "აღმავალი Candlepin"
|
|
8464
8719
|
|
|
@@ -8573,9 +8828,15 @@ msgstr ""
|
|
|
8573
8828
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
|
8574
8829
|
msgstr ""
|
|
8575
8830
|
|
|
8831
|
+
msgid "Verify Content Checksum"
|
|
8832
|
+
msgstr "შემცველობის საკონტროლო ჯამის შემოწმება"
|
|
8833
|
+
|
|
8576
8834
|
msgid "Verify SSL"
|
|
8577
8835
|
msgstr "SSL-ის შემოწმება"
|
|
8578
8836
|
|
|
8837
|
+
msgid "Verify checksum"
|
|
8838
|
+
msgstr ""
|
|
8839
|
+
|
|
8579
8840
|
msgid "Verify checksum for content on smart proxy"
|
|
8580
8841
|
msgstr ""
|
|
8581
8842
|
|
|
@@ -8657,6 +8918,9 @@ msgstr "განკუთვნილი მორჩენილი პაჩ
|
|
|
8657
8918
|
msgid "View by"
|
|
8658
8919
|
msgstr "დალაგება"
|
|
8659
8920
|
|
|
8921
|
+
msgid "View container images in the local registry using the Synced tab. View container images booted by image mode hosts using the Booted tab. The Booted tab also shows images outside of the local container registry."
|
|
8922
|
+
msgstr ""
|
|
8923
|
+
|
|
8660
8924
|
msgid "View content views"
|
|
8661
8925
|
msgstr "შემცველობის ხედების ნახვა"
|
|
8662
8926
|
|
|
@@ -8666,6 +8930,15 @@ msgstr ""
|
|
|
8666
8930
|
msgid "View documentation"
|
|
8667
8931
|
msgstr "იხილეთ დოკუმენტაცია"
|
|
8668
8932
|
|
|
8933
|
+
msgid "View here"
|
|
8934
|
+
msgstr ""
|
|
8935
|
+
|
|
8936
|
+
msgid "View labels and annotations"
|
|
8937
|
+
msgstr ""
|
|
8938
|
+
|
|
8939
|
+
msgid "View labels and annotations for image "
|
|
8940
|
+
msgstr ""
|
|
8941
|
+
|
|
8669
8942
|
msgid "View matching content"
|
|
8670
8943
|
msgstr "შესატყვისი შემცველობის ნახვა"
|
|
8671
8944
|
|
|
@@ -8705,6 +8978,9 @@ msgstr ""
|
|
|
8705
8978
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8706
8979
|
msgstr ""
|
|
8707
8980
|
|
|
8981
|
+
msgid "When enabled, provisioning information like content view environments, kickstart repository, and content source will be retained when a host is unregistered. When disabled, this information will be cleared during unregistration."
|
|
8982
|
+
msgstr ""
|
|
8983
|
+
|
|
8708
8984
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8709
8985
|
msgstr ""
|
|
8710
8986
|
|
|
@@ -8945,9 +9221,6 @@ msgstr ""
|
|
|
8945
9221
|
msgid "attempted to sync without a feed URL"
|
|
8946
9222
|
msgstr "სინქრონიზაციის მცდელობა წყაროს URL-ის გარეშე"
|
|
8947
9223
|
|
|
8948
|
-
msgid "auto attach subscriptions upon registration"
|
|
8949
|
-
msgstr "რეგისტრაციისას გამოწერის ავტომატური მიბმა"
|
|
8950
|
-
|
|
8951
9224
|
msgid "base url to perform repo discovery on"
|
|
8952
9225
|
msgstr "რეპოზიტორიის აღმოჩენის საცდელი საბაზისო URL"
|
|
8953
9226
|
|
|
@@ -9584,9 +9857,6 @@ msgstr ""
|
|
|
9584
9857
|
msgid "start datetime of synchronization"
|
|
9585
9858
|
msgstr "სინქრონიზაციის დასაწყისის თარითი და დრო"
|
|
9586
9859
|
|
|
9587
|
-
msgid "subscriptions not specified"
|
|
9588
|
-
msgstr "გამოწერები მითითებული არაა"
|
|
9589
|
-
|
|
9590
9860
|
msgid "sync plan description"
|
|
9591
9861
|
msgstr "სინქის გეგმის აღწერა"
|
|
9592
9862
|
|