katello 4.16.3 → 4.17.0.rc1
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/hosts/host_and_hostgroup_edit.js +5 -3
- data/app/assets/javascripts/katello/locale/bn/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ca/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/cs/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/de/katello.js +87 -273
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/el/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/en/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/en_US/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/es/katello.js +242 -428
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/fr/katello.js +900 -1086
- data/app/assets/javascripts/katello/locale/gl/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/gu/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/hi/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/id/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/it/katello.js +78 -264
- data/app/assets/javascripts/katello/locale/ja/katello.js +628 -814
- data/app/assets/javascripts/katello/locale/ka/katello.js +474 -660
- data/app/assets/javascripts/katello/locale/kn/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ko/katello.js +2129 -2314
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/mr/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/or/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pa/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pl/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pt/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +255 -441
- data/app/assets/javascripts/katello/locale/ro/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ru/katello.js +78 -264
- data/app/assets/javascripts/katello/locale/sl/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ta/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/te/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/tr/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/vi/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/zh/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +632 -818
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +78 -264
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +19 -5
- data/app/controllers/katello/api/v2/content_view_components_controller.rb +6 -6
- data/app/controllers/katello/api/v2/content_view_filters_controller.rb +3 -0
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +6 -0
- data/app/controllers/katello/api/v2/content_views_controller.rb +12 -1
- data/app/controllers/katello/api/v2/exports_controller.rb +3 -0
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +12 -14
- data/app/controllers/katello/api/v2/organizations_controller.rb +10 -10
- data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +8 -2
- data/app/lib/actions/helpers/rolling_cv_repos.rb +25 -0
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +6 -1
- data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +39 -0
- data/app/lib/actions/katello/content_view/create.rb +3 -0
- data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +40 -0
- data/app/lib/actions/katello/content_view/remove.rb +8 -4
- data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +28 -0
- data/app/lib/actions/katello/content_view/update.rb +8 -0
- data/app/lib/actions/katello/repository/check_matching_content.rb +1 -8
- data/app/lib/actions/katello/repository/import_upload.rb +5 -0
- data/app/lib/actions/katello/repository/sync.rb +8 -4
- data/app/lib/actions/katello/repository/upload_files.rb +7 -1
- data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +3 -2
- data/app/lib/actions/pulp3/orphan_cleanup/delete_orphan_repository_versions.rb +8 -1
- data/app/lib/katello/errors.rb +8 -0
- data/app/lib/katello/validators/container_image_name_validator.rb +3 -2
- data/app/models/katello/authorization/repository.rb +11 -1
- data/app/models/katello/concerns/host_managed_extensions.rb +2 -2
- data/app/models/katello/concerns/pulp_database_unit.rb +12 -42
- data/app/models/katello/concerns/smart_proxy_extensions.rb +8 -0
- data/app/models/katello/content_view.rb +14 -1
- data/app/models/katello/content_view_component.rb +4 -0
- data/app/models/katello/content_view_environment.rb +1 -0
- data/app/models/katello/content_view_version.rb +3 -2
- data/app/models/katello/host/content_facet.rb +18 -5
- data/app/models/katello/product_content.rb +3 -1
- data/app/models/katello/repository.rb +3 -3
- data/app/services/katello/content_unit_indexer.rb +1 -1
- data/app/services/katello/pulp3/api/content_guard.rb +1 -1
- data/app/services/katello/pulp3/api/core.rb +6 -0
- data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +58 -1
- data/app/services/katello/pulp3/smart_proxy_repository.rb +67 -3
- data/app/services/katello/smart_proxy_helper.rb +6 -1
- data/app/views/foreman/job_templates/install_errata_-_katello_ansible_default.erb +15 -1
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +15 -1
- data/app/views/foreman/job_templates/install_group_-_katello_ansible_default.erb +15 -2
- data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +21 -2
- data/app/views/foreman/job_templates/remove_group_-_katello_ansible_default.erb +15 -1
- data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +20 -1
- data/app/views/foreman/job_templates/update_group_-_katello_ansible_default.erb +15 -2
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +17 -1
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -0
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +2 -1
- data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -0
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +12 -0
- data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
- data/app/views/katello/api/v2/environments/show.json.rabl +14 -0
- data/app/views/katello/api/v2/hosts/base.json.rabl +1 -0
- data/app/views/katello/api/v2/organizations/show.json.rabl +2 -0
- data/app/views/katello/api/v2/repositories/base.json.rabl +2 -1
- data/db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb +1 -1
- data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +0 -20
- data/db/migrate/20241022122325_add_rolling_to_katello_content_views.rb +5 -0
- data/db/migrate/20241025151105_remove_pulp3_migrated_hrefs_from_content_tables.rb +1 -1
- data/db/migrate/20250215143303_drop_katello_yum_metadata_file.rb +5 -0
- data/db/migrate/20250409120843_fix_file_download_policy.rb +11 -0
- data/db/migrate/20250410155300_change_ansible_templates_category.rb +22 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repository-types.service.js +3 -0
- data/lib/katello/engine.rb +9 -1
- data/lib/katello/repository_types/python.rb +1 -1
- data/lib/katello/tasks/repository.rake +1 -1
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +3 -0
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +77 -263
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +77 -263
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +77 -263
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +77 -263
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +77 -263
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +91 -277
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +77 -263
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +77 -263
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +77 -263
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +77 -263
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +77 -263
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +77 -263
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +245 -432
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +77 -263
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +906 -1092
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +77 -263
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +77 -263
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +77 -263
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +77 -263
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +77 -263
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +78 -264
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +634 -822
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +474 -662
- data/locale/katello.pot +1194 -1472
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +77 -263
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +2125 -2324
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +77 -263
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +77 -263
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +77 -263
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +77 -263
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +77 -263
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +77 -263
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +77 -263
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +77 -263
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +258 -445
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +77 -263
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +77 -263
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +78 -264
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +77 -263
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +77 -263
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +77 -263
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +77 -263
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +77 -263
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +77 -263
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +77 -263
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +77 -263
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +77 -263
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +632 -824
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +78 -264
- data/webpack/ForemanColumnExtensions/index.js +12 -4
- data/webpack/components/ActivationKeysSearch/index.js +6 -7
- data/webpack/components/Bookmark/AddBookmarkModal.js +3 -3
- data/webpack/components/Bookmark/Bookmark.scss +3 -3
- data/webpack/components/Bookmark/index.js +7 -2
- data/webpack/components/EditableSwitch.js +1 -1
- data/webpack/components/EditableTextInput/EditableTextInput.js +1 -1
- data/webpack/components/EditableTextInput/editableTextInput.scss +1 -1
- data/webpack/components/Errata/index.js +1 -24
- data/webpack/components/Loading.js +10 -6
- data/webpack/components/Packages/index.js +2 -1
- data/webpack/components/SelectAllCheckbox/index.js +7 -3
- data/webpack/components/SelectableDropdown/SelectableDropdown.js +21 -3
- data/webpack/components/Table/EmptyStateMessage.js +12 -14
- data/webpack/components/Table/MainTable.js +8 -7
- data/webpack/components/Table/MainTable.scss +4 -4
- data/webpack/components/extensions/HostDetails/ActionsBar/index.js +4 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +9 -6
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/changeHostCVModal.test.js +2 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/contentViews.fixtures.json +4 -1
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +23 -6
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +1 -1
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +5 -3
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.scss +3 -3
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/__tests__/hostCollectionsModal.test.js +25 -10
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +5 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +2 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +5 -4
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +6 -3
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +19 -12
- data/webpack/components/extensions/HostDetails/Cards/__tests__/errataOverviewCard.test.js +1 -1
- data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +1 -4
- data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +1 -4
- data/webpack/components/extensions/HostDetails/DetailsTabCards/InstalledProductsCard.js +1 -4
- data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/HwPropertiesCard.test.js +63 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/ImageModeCard.test.js +73 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/InstalledProductsCard.test.js +45 -0
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +12 -2
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js +10 -13
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +46 -21
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +15 -7
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +13 -3
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +34 -20
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +8 -6
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +5 -3
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +12 -13
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +16 -6
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsInstallModal.test.js +10 -5
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsTab.test.js +48 -22
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +123 -47
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/moduleStreamsTab.test.js +14 -7
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +10 -5
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +41 -24
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +50 -25
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +50 -25
- data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +3 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js +16 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +6 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +5 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js +16 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +6 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +15 -2
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/__tests__/bulkChangeHostCVModal.test.js +2 -1
- data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +1 -1
- data/webpack/components/extensions/Hosts/ImageModeHostAlert.js +14 -0
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +14 -17
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/Force.test.js.snap +1 -1
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/IgnoreSubmanErrors.test.js.snap +1 -1
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +38 -49
- data/webpack/containers/Application/overrides.scss +7 -7
- data/webpack/ouia_id_check.js +15 -11
- data/webpack/redux/actions/RedHatRepositories/helpers.js +0 -2
- data/webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js +12 -6
- data/webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js +12 -2
- data/webpack/scenes/ActivationKeys/Details/components/EditModal.js +3 -3
- data/webpack/scenes/AlternateContentSources/Create/ACSCreateWizard.js +3 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCreateFinish.js +3 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js +12 -6
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSSmartProxies.js +1 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +22 -7
- data/webpack/scenes/AlternateContentSources/Create/Steps/NameACS.js +2 -2
- data/webpack/scenes/AlternateContentSources/Create/Steps/SelectSource.js +1 -1
- data/webpack/scenes/AlternateContentSources/Create/__tests__/acsCreate.test.js +6 -3
- data/webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js +25 -15
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +9 -6
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js +2 -2
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +1 -1
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +33 -7
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +10 -5
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSExpandableDetails.test.js +4 -2
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +10 -8
- data/webpack/scenes/AlternateContentSources/MainTable/__tests__/acsTable.test.js +4 -2
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +5 -5
- data/webpack/scenes/Content/Details/__tests__/contentDetail.test.js +8 -4
- data/webpack/scenes/Content/__tests__/contentTable.test.js +4 -2
- data/webpack/scenes/ContentViews/Copy/CopyContentViewForm.js +1 -1
- data/webpack/scenes/ContentViews/Copy/__tests__/contentViewCopyResult.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Copy/__tests__/copyContentView.test.js +2 -1
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +86 -31
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +10 -2
- data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +10 -4
- data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +3 -1
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js +6 -6
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignActivationKeysForm.js +7 -2
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignHostsForm.js +7 -2
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReview.js +3 -3
- data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +1 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/CvData.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +3 -2
- data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +10 -8
- data/webpack/scenes/ContentViews/Delete/__tests__/cvDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +16 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +19 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentEnvironments.js +1 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +11 -2
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +69 -27
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +22 -29
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +6 -2
- data/webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js +20 -7
- data/webpack/scenes/ContentViews/Details/Filters/Add/__tests__/cvFilterAdd.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositorySelection.js +5 -2
- data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js +3 -1
- data/webpack/scenes/ContentViews/Details/Filters/ArtifactsWithNoErrata.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +13 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +23 -7
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +23 -5
- data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +15 -3
- data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +15 -3
- data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +13 -1
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +6 -4
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +11 -1
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/matchContentModal.scss +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +2 -2
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +4 -4
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +18 -12
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +7 -11
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +81 -70
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewErrataByDateDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +52 -38
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +9 -4
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +18 -12
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErratumFilterDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailModuleAffectedRepos.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailWithAffectedRepos.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterFixutre.fixture.json +2 -1
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +77 -67
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilterDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvPackageFilterDetail.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js +2 -2
- data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +1 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +7 -5
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +6 -3
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewRepoAdd.fixture.json +1 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/ActionSummary.js +3 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/BulkDeleteModal.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js +2 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignActivationKeys.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignHosts.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReviewEnvironments.js +4 -4
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.scss +11 -11
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareHeader.js +15 -5
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionEnvironments.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +13 -3
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js +17 -13
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +12 -7
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +64 -7
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +52 -21
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +30 -16
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.scss +7 -7
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js +5 -3
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +4 -2
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +6 -3
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsEmpty.test.js +2 -1
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +6 -6
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetail.test.js +35 -4
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +197 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +82 -0
- data/webpack/scenes/ContentViews/Publish/CVPublishFinish.js +3 -7
- data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +2 -2
- data/webpack/scenes/ContentViews/Publish/CVPublishReview.js +6 -5
- data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +3 -1
- data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +15 -7
- data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +4 -4
- data/webpack/scenes/ContentViews/Table/ContentViewVersionCell.js +6 -4
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +14 -3
- data/webpack/scenes/ContentViews/Table/tableDataGenerator.js +3 -0
- data/webpack/scenes/ContentViews/__tests__/basicContentViews.fixtures.js +1 -0
- data/webpack/scenes/ContentViews/__tests__/contentViewList.fixtures.json +89 -2
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +85 -14
- data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/components/ContentViewIcon.js +20 -6
- data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelect.js +4 -1
- data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelectOption.js +11 -2
- data/webpack/scenes/ContentViews/components/ContentViewsCounter.js +27 -7
- data/webpack/scenes/ContentViews/components/EnvironmentLabels.js +2 -2
- data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.js +6 -2
- data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.scss +4 -1
- data/webpack/scenes/ContentViews/components/FiltersAppliedIcon.js +4 -2
- data/webpack/scenes/ContentViews/components/NeedsPublishIcon.js +7 -6
- data/webpack/scenes/ContentViews/components/NeedsPublishIcon.scss +2 -2
- data/webpack/scenes/ContentViews/components/contentViewIcon.scss +16 -3
- data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +6 -1
- data/webpack/scenes/ContentViews/expansions/RelatedCompositeContentViewsModal.js +3 -3
- data/webpack/scenes/ContentViews/expansions/__tests__/contentViewComponentsModal.test.js +2 -1
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +5 -3
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +3 -2
- data/webpack/scenes/Hosts/ChangeContentSource/components/FormField.js +1 -1
- data/webpack/scenes/Hosts/ChangeContentSource/components/HostsModal.js +1 -1
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +1 -1
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +1 -1
- data/webpack/scenes/RedHatRepositories/index.scss +1 -1
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +27 -7
- data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +51 -2
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +2 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +14 -9
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +1 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js +2 -2
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js +6 -6
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/CdnTypeForm.test.js +2 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/CustomCdnTypeForm.test.js +2 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/ExportSyncForm.test.js +2 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/NetworkSyncForm.test.js +2 -1
- metadata +72 -53
- data/app/models/katello/yum_metadata_file.rb +0 -22
- data/app/services/katello/pulp3/yum_metadata_file.rb +0 -20
- data/db/migrate/20250714190050_add_missing_rpms_evr_index.rb +0 -14
data/locale/ka/katello.po
CHANGED
@@ -4,15 +4,15 @@
|
|
4
4
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
5
|
#
|
6
6
|
# Translators:
|
7
|
-
# Temuri Doghonadze <temuri.doghonadze@gmail.com>,
|
7
|
+
# Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2023
|
8
8
|
#
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: katello 4.
|
11
|
+
"Project-Id-Version: katello 2.4.0-RC1\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
13
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
14
|
-
"Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>,
|
15
|
-
"Language-Team: Georgian (https://
|
14
|
+
"Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2023\n"
|
15
|
+
"Language-Team: Georgian (https://www.transifex.com/foreman/teams/114/ka/)\n"
|
16
16
|
"MIME-Version: 1.0\n"
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -36,10 +36,10 @@ msgid " %{package_count} Package(s)"
|
|
36
36
|
msgstr " %{package_count} პაკეტი"
|
37
37
|
|
38
38
|
msgid " (${item.published_at_words} ago)"
|
39
|
-
msgstr "
|
39
|
+
msgstr ""
|
40
40
|
|
41
41
|
msgid " (${version.published_at_words} ago)"
|
42
|
-
msgstr "
|
42
|
+
msgstr ""
|
43
43
|
|
44
44
|
msgid " Content view updated"
|
45
45
|
msgstr " შემცველობის ხედი განახლდა"
|
@@ -48,7 +48,7 @@ msgid " DEBs"
|
|
48
48
|
msgstr " DEB-ები"
|
49
49
|
|
50
50
|
msgid " Either select the latest content view or the content view version. Cannot set both."
|
51
|
-
msgstr "
|
51
|
+
msgstr ""
|
52
52
|
|
53
53
|
msgid " RPMs"
|
54
54
|
msgstr " RPM-ები"
|
@@ -75,10 +75,10 @@ msgid " are out of the environment path order. The recommended practice is to pr
|
|
75
75
|
msgstr ""
|
76
76
|
|
77
77
|
msgid " content view is used in listed composite content views."
|
78
|
-
msgstr "
|
78
|
+
msgstr ""
|
79
79
|
|
80
80
|
msgid " content view is used in listed content views. For more information, "
|
81
|
-
msgstr "
|
81
|
+
msgstr ""
|
82
82
|
|
83
83
|
msgid " environment cannot be set to an environment already on its path"
|
84
84
|
msgstr ""
|
@@ -90,7 +90,7 @@ msgid " is out of the environment path order. The recommended practice is to pro
|
|
90
90
|
msgstr ""
|
91
91
|
|
92
92
|
msgid " or any step on the left."
|
93
|
-
msgstr "
|
93
|
+
msgstr ""
|
94
94
|
|
95
95
|
msgid " to manage and promote content views, or select a different environment."
|
96
96
|
msgstr ""
|
@@ -137,7 +137,7 @@ msgid "%s ago"
|
|
137
137
|
msgstr "%s-ის წინ"
|
138
138
|
|
139
139
|
msgid "%s content type is not enabled."
|
140
|
-
msgstr "
|
140
|
+
msgstr ""
|
141
141
|
|
142
142
|
msgid "%s guests"
|
143
143
|
msgstr "%s სტუმარი"
|
@@ -266,10 +266,10 @@ msgid "%{group} package group updated"
|
|
266
266
|
msgstr "%{group} პაკეტის ჯგუფი განახლდა"
|
267
267
|
|
268
268
|
msgid "%{label} failed"
|
269
|
-
msgstr "
|
269
|
+
msgstr ""
|
270
270
|
|
271
271
|
msgid "%{label} failed."
|
272
|
-
msgstr "
|
272
|
+
msgstr ""
|
273
273
|
|
274
274
|
msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
|
275
275
|
msgstr ""
|
@@ -401,7 +401,7 @@ msgid ":a_resource identifier"
|
|
401
401
|
msgstr ":a_resource -ის იდენტიფიკატორი"
|
402
402
|
|
403
403
|
msgid "<b>PROMOTION</b> SUMMARY"
|
404
|
-
msgstr "
|
404
|
+
msgstr ""
|
405
405
|
|
406
406
|
msgid "<b>SYNC</b> SUMMARY"
|
407
407
|
msgstr "<b>სინქრონიზაციის</b> მიმოხილვა"
|
@@ -425,7 +425,7 @@ msgid "A large number of errata are unapplied in this content view, so only the
|
|
425
425
|
msgstr ""
|
426
426
|
|
427
427
|
msgid "A large number of errata were synced for this repository, so only the first 100 are shown."
|
428
|
-
msgstr "
|
428
|
+
msgstr ""
|
429
429
|
|
430
430
|
msgid "A list of subscriptions expiring soon"
|
431
431
|
msgstr "გამოწერები, რომლებსაც ვადა მალე გასდით"
|
@@ -434,16 +434,16 @@ msgid "A new version of "
|
|
434
434
|
msgstr "ახალი ვერსია პაკეტისთვის "
|
435
435
|
|
436
436
|
msgid "A notification about failed content view promotion"
|
437
|
-
msgstr "
|
437
|
+
msgstr ""
|
438
438
|
|
439
439
|
msgid "A notification about failed content view publish"
|
440
|
-
msgstr "
|
440
|
+
msgstr ""
|
441
441
|
|
442
442
|
msgid "A notification about failed proxy sync"
|
443
|
-
msgstr "
|
443
|
+
msgstr ""
|
444
444
|
|
445
445
|
msgid "A notification about failed repository sync"
|
446
|
-
msgstr "
|
446
|
+
msgstr ""
|
447
447
|
|
448
448
|
msgid "A post-promotion summary of hosts with installable errata"
|
449
449
|
msgstr ""
|
@@ -461,10 +461,10 @@ msgid "A smart proxy seems to have been refreshed without pulpcore being running
|
|
461
461
|
msgstr ""
|
462
462
|
|
463
463
|
msgid "A summary of available and applicable errata for your hosts"
|
464
|
-
msgstr "
|
464
|
+
msgstr ""
|
465
465
|
|
466
466
|
msgid "A summary of new errata after a repository is synchronized"
|
467
|
-
msgstr "
|
467
|
+
msgstr ""
|
468
468
|
|
469
469
|
msgid "ANY"
|
470
470
|
msgstr "ნებისმიერი"
|
@@ -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
|
|
@@ -485,7 +482,7 @@ msgid "Action"
|
|
485
482
|
msgstr "მოქმედება"
|
486
483
|
|
487
484
|
msgid "Action not allowed for the default smart proxy."
|
488
|
-
msgstr "
|
485
|
+
msgstr "ნაგულისხმებ ჭკვიან პროქსიზე ეს ქმედება დაუშვებელია."
|
489
486
|
|
490
487
|
msgid "Action unauthorized to be performed in this organization."
|
491
488
|
msgstr "ამ ორგანიზაციაში ქმედების განხორციელების ავტორიზაცია არ გაგაჩნიათ."
|
@@ -515,13 +512,13 @@ msgid "Activation key ID"
|
|
515
512
|
msgstr "აქტივაციის გასაღების ID"
|
516
513
|
|
517
514
|
msgid "Activation key deleted"
|
518
|
-
msgstr "
|
515
|
+
msgstr ""
|
519
516
|
|
520
517
|
msgid "Activation key details"
|
521
|
-
msgstr "
|
518
|
+
msgstr ""
|
522
519
|
|
523
520
|
msgid "Activation key details updated"
|
524
|
-
msgstr "
|
521
|
+
msgstr ""
|
525
522
|
|
526
523
|
msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
|
527
524
|
msgstr ""
|
@@ -530,7 +527,7 @@ msgid "Activation key identifier"
|
|
530
527
|
msgstr ""
|
531
528
|
|
532
529
|
msgid "Activation key(s) to use during registration"
|
533
|
-
msgstr "
|
530
|
+
msgstr ""
|
534
531
|
|
535
532
|
msgid "Activation keys"
|
536
533
|
msgstr "აქტივაცის გასაღებები"
|
@@ -575,7 +572,7 @@ msgid "Add components to the content view"
|
|
575
572
|
msgstr "შემცველობის ხედში კომპონენტების ჩამატება"
|
576
573
|
|
577
574
|
msgid "Add content"
|
578
|
-
msgstr "
|
575
|
+
msgstr ""
|
579
576
|
|
580
577
|
msgid "Add content view"
|
581
578
|
msgstr "შემცველობის ხედის დამატება"
|
@@ -608,7 +605,7 @@ msgid "Add new bookmark"
|
|
608
605
|
msgstr "ახალი სანიშნის დამატება"
|
609
606
|
|
610
607
|
msgid "Add one or more host collections to one or more hosts"
|
611
|
-
msgstr "
|
608
|
+
msgstr ""
|
612
609
|
|
613
610
|
msgid "Add products to sync plan"
|
614
611
|
msgstr "სინქრის გეგმაში პროდუქტების ჩამატება"
|
@@ -626,7 +623,7 @@ msgid "Add source"
|
|
626
623
|
msgstr "წყაროს დამტება"
|
627
624
|
|
628
625
|
msgid "Add subscriptions"
|
629
|
-
msgstr "
|
626
|
+
msgstr ""
|
630
627
|
|
631
628
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
632
629
|
msgstr ""
|
@@ -635,7 +632,7 @@ msgid "Add subscriptions to one or more hosts"
|
|
635
632
|
msgstr "გამოწერის დამატება ერთ ან მეტ ჰოსტზე"
|
636
633
|
|
637
634
|
msgid "Add subscriptions using the Add Subscriptions button."
|
638
|
-
msgstr "
|
635
|
+
msgstr ""
|
639
636
|
|
640
637
|
msgid "Add to a host collection"
|
641
638
|
msgstr "ჰოსტის კოლექციაში ჩამატება"
|
@@ -713,7 +710,7 @@ msgid "Allow hosts to re-register themselves only when they are in build mode"
|
|
713
710
|
msgstr ""
|
714
711
|
|
715
712
|
msgid "Allow multiple content views"
|
716
|
-
msgstr "
|
713
|
+
msgstr ""
|
717
714
|
|
718
715
|
msgid "Allow new host registrations to assume registered profiles with matching hostname as long as the registering DMI UUID is not used by another host."
|
719
716
|
msgstr ""
|
@@ -725,7 +722,7 @@ msgid "Alter a host's host collections"
|
|
725
722
|
msgstr "ჰოსტისთვის კოლექციის შეცვლა"
|
726
723
|
|
727
724
|
msgid "Alternate Content Source HTTP Proxy"
|
728
|
-
msgstr "
|
725
|
+
msgstr ""
|
729
726
|
|
730
727
|
msgid "Alternate Content Sources"
|
731
728
|
msgstr "შემცველობის ალტერნატიული წყაროები"
|
@@ -761,14 +758,12 @@ msgid "An alternate content source can be added by using the \\\"Add source\\\"
|
|
761
758
|
msgstr ""
|
762
759
|
|
763
760
|
msgid "An environment is missing a prior"
|
764
|
-
msgstr "
|
761
|
+
msgstr ""
|
765
762
|
|
766
763
|
msgid ""
|
767
764
|
"An error occurred during the sync \n"
|
768
765
|
"%{error_message}"
|
769
766
|
msgstr ""
|
770
|
-
"შეცდომა სინქრონიზაციისას \n"
|
771
|
-
"%{error_message}"
|
772
767
|
|
773
768
|
msgid ""
|
774
769
|
"An error occurred during upload \n"
|
@@ -795,6 +790,9 @@ msgstr "Ansible-ის კოლექცია"
|
|
795
790
|
msgid "Ansible collections"
|
796
791
|
msgstr "Ansible-ის კოლექციები"
|
797
792
|
|
793
|
+
msgid "Any updates to image mode host(s) will be lost on the next reboot."
|
794
|
+
msgstr ""
|
795
|
+
|
798
796
|
msgid "Applicability Batch Size"
|
799
797
|
msgstr ""
|
800
798
|
|
@@ -822,9 +820,6 @@ msgstr "გამოყენება"
|
|
822
820
|
msgid "Apply errata"
|
823
821
|
msgstr ""
|
824
822
|
|
825
|
-
msgid "Apply erratum"
|
826
|
-
msgstr ""
|
827
|
-
|
828
823
|
msgid "Apply to all repositories in the CV"
|
829
824
|
msgstr "CV-ში ჩამოთვლილ ყველა რეპოზიტორიაზე გადატარება"
|
830
825
|
|
@@ -838,16 +833,16 @@ msgid "Apply via remote execution"
|
|
838
833
|
msgstr "დაშორებული გაშვებით გადატარება"
|
839
834
|
|
840
835
|
msgid "Approaching end of maintenance support"
|
841
|
-
msgstr "
|
836
|
+
msgstr ""
|
842
837
|
|
843
838
|
msgid "Approaching end of maintenance support (%s)"
|
844
|
-
msgstr "
|
839
|
+
msgstr ""
|
845
840
|
|
846
841
|
msgid "Approaching end of support"
|
847
|
-
msgstr "
|
842
|
+
msgstr ""
|
848
843
|
|
849
844
|
msgid "Approaching end of support (%s)"
|
850
|
-
msgstr "
|
845
|
+
msgstr ""
|
851
846
|
|
852
847
|
msgid "Arch"
|
853
848
|
msgstr "არქიტექტურა"
|
@@ -880,7 +875,7 @@ msgid "Array of Pools to be updated. Only pools originating upstream are accepte
|
|
880
875
|
msgstr ""
|
881
876
|
|
882
877
|
msgid "Array of Trace IDs"
|
883
|
-
msgstr "
|
878
|
+
msgstr ""
|
884
879
|
|
885
880
|
msgid "Array of components to add"
|
886
881
|
msgstr "დასამატებელი კომპონენტების მასივი"
|
@@ -930,10 +925,10 @@ msgstr[0] ""
|
|
930
925
|
msgstr[1] ""
|
931
926
|
|
932
927
|
msgid "Assign the environment and content view to one or more hosts"
|
933
|
-
msgstr "
|
928
|
+
msgstr ""
|
934
929
|
|
935
930
|
msgid "Assign the release version to one or more hosts"
|
936
|
-
msgstr "
|
931
|
+
msgstr ""
|
937
932
|
|
938
933
|
msgid "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
|
939
934
|
msgstr ""
|
@@ -963,7 +958,7 @@ msgid "At least one errata type option needs to be selected."
|
|
963
958
|
msgstr ""
|
964
959
|
|
965
960
|
msgid "At least one of the selected items requires the host to reboot"
|
966
|
-
msgstr "
|
961
|
+
msgstr ""
|
967
962
|
|
968
963
|
msgid "At least one organization must exist."
|
969
964
|
msgstr "საჭიროა არსებობდეს ერთი ორგანიზაცია მაინც."
|
@@ -981,7 +976,7 @@ msgid "Attempted to destroy consumer %s from candlepin, but consumer does not ex
|
|
981
976
|
msgstr ""
|
982
977
|
|
983
978
|
msgid "Auth URL requires Auth token be set."
|
984
|
-
msgstr "
|
979
|
+
msgstr ""
|
985
980
|
|
986
981
|
msgid "Authentication type"
|
987
982
|
msgstr "ავთენტიფიკაციის ტიპი"
|
@@ -992,9 +987,6 @@ msgstr "ავტორი"
|
|
992
987
|
msgid "Auto Publish - Triggered by '%s'"
|
993
988
|
msgstr "ავტომატური გამოცემა - ტრიგერი: \"%s\""
|
994
989
|
|
995
|
-
msgid "Auto attach subscriptions"
|
996
|
-
msgstr ""
|
997
|
-
|
998
990
|
msgid "Auto publish"
|
999
991
|
msgstr "ავტომატური გამოქვეყნება"
|
1000
992
|
|
@@ -1005,7 +997,7 @@ msgid "Available"
|
|
1005
997
|
msgstr "ხელმისაწვდომია"
|
1006
998
|
|
1007
999
|
msgid "Available Entitlements"
|
1008
|
-
msgstr "
|
1000
|
+
msgstr ""
|
1009
1001
|
|
1010
1002
|
msgid "Available Repositories"
|
1011
1003
|
msgstr "ხელმისაწვდომი რეპოზიტორიები"
|
@@ -1017,7 +1009,7 @@ msgid "Available image digest"
|
|
1017
1009
|
msgstr ""
|
1018
1010
|
|
1019
1011
|
msgid "Available schema versions"
|
1020
|
-
msgstr "
|
1012
|
+
msgstr ""
|
1021
1013
|
|
1022
1014
|
msgid "Back"
|
1023
1015
|
msgstr "უკან"
|
@@ -1050,7 +1042,7 @@ msgid "Basic authentication username"
|
|
1050
1042
|
msgstr "საბაზისო ავთენტიკაციის მომხმარებლის სახელი"
|
1051
1043
|
|
1052
1044
|
msgid "Batch size to sync repositories in."
|
1053
|
-
msgstr "
|
1045
|
+
msgstr ""
|
1054
1046
|
|
1055
1047
|
msgid "Before continuing, ensure that all of the following prerequisites are met:"
|
1056
1048
|
msgstr ""
|
@@ -1068,10 +1060,10 @@ msgid "Beta"
|
|
1068
1060
|
msgstr "ბეტა"
|
1069
1061
|
|
1070
1062
|
msgid "Bind an entitlement to an allocation"
|
1071
|
-
msgstr "
|
1063
|
+
msgstr ""
|
1072
1064
|
|
1073
1065
|
msgid "Bind entitlements to an allocation"
|
1074
|
-
msgstr "
|
1066
|
+
msgstr ""
|
1075
1067
|
|
1076
1068
|
msgid "Bookmark this search"
|
1077
1069
|
msgstr "ამ ძებნის სანიშნეებში ჩამატება"
|
@@ -1215,49 +1207,55 @@ msgid "Cannot add a repository from an Organization other than %s."
|
|
1215
1207
|
msgstr ""
|
1216
1208
|
|
1217
1209
|
msgid "Cannot add component versions to a non-composite content view"
|
1218
|
-
msgstr "
|
1210
|
+
msgstr ""
|
1219
1211
|
|
1220
1212
|
msgid "Cannot add composite versions to a composite content view"
|
1221
1213
|
msgstr "კომპოზიტურ შემცველობის ხედში კომპოზიტური ვერსიების დამატება შეუძლებელია"
|
1222
1214
|
|
1223
1215
|
msgid "Cannot add composite versions to another composite content view"
|
1224
|
-
msgstr "
|
1216
|
+
msgstr ""
|
1225
1217
|
|
1226
1218
|
msgid "Cannot add content view environments from a different organization"
|
1227
1219
|
msgstr ""
|
1228
1220
|
|
1229
1221
|
msgid "Cannot add default content view to composite content view"
|
1230
|
-
msgstr "კომპოზიტურ შემცველობის ხედში
|
1222
|
+
msgstr "კომპოზიტურ შემცველობის ხედში ნაგულისხმები შემცველობის ხედის დამატება შეუძლებელია"
|
1231
1223
|
|
1232
1224
|
msgid "Cannot add disabled Red Hat product %s to sync plan!"
|
1233
1225
|
msgstr ""
|
1234
1226
|
|
1235
1227
|
msgid "Cannot add disabled products to sync plan!"
|
1236
|
-
msgstr "
|
1228
|
+
msgstr ""
|
1237
1229
|
|
1238
1230
|
msgid "Cannot add generated content view versions to composite content view"
|
1239
1231
|
msgstr "კომპოზიტურ შემცველობის ხედში გენერირებული შემცველობიხ ედის ვერსიის დამატება შეუძლებელია"
|
1240
1232
|
|
1241
1233
|
msgid "Cannot add product %s because it is disabled."
|
1242
|
-
msgstr "
|
1234
|
+
msgstr ""
|
1243
1235
|
|
1244
1236
|
msgid "Cannot add repositories to a composite content view"
|
1245
1237
|
msgstr "რეპოზიტორიების კომპოზიტურ შემცველობის ხედში ჩამატება შეუძლებელია"
|
1246
1238
|
|
1239
|
+
msgid "Cannot add rolling content view to composite content view"
|
1240
|
+
msgstr ""
|
1241
|
+
|
1242
|
+
msgid "Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment."
|
1243
|
+
msgstr ""
|
1244
|
+
|
1247
1245
|
msgid "Cannot associate a Red Hat provider with a custom product"
|
1248
1246
|
msgstr ""
|
1249
1247
|
|
1250
1248
|
msgid "Cannot associate a component to a non composite content view"
|
1251
|
-
msgstr "
|
1249
|
+
msgstr ""
|
1252
1250
|
|
1253
|
-
msgid "Cannot be disabled because it is part of a
|
1251
|
+
msgid "Cannot be disabled because it is part of a content view"
|
1254
1252
|
msgstr ""
|
1255
1253
|
|
1256
1254
|
msgid "Cannot calculate name for custom repos"
|
1257
1255
|
msgstr "ხელით მითითებული რეპოზიტორიების სახელის გამოთვლა შეუძლებელია"
|
1258
1256
|
|
1259
1257
|
msgid "Cannot clone into the Default Content View"
|
1260
|
-
msgstr "
|
1258
|
+
msgstr "ნაგულისხმებ შემცველობის ხედში კლონირება შეუძლებელია"
|
1261
1259
|
|
1262
1260
|
msgid "Cannot delete '%{view}' due to associated %{dependent}: %{names}."
|
1263
1261
|
msgstr ""
|
@@ -1266,10 +1264,10 @@ msgid "Cannot delete Red Hat product: %{product}"
|
|
1266
1264
|
msgstr "RedHat-ის პროდუქტის შემცველობის წაშლის შეცდომა: %{product}"
|
1267
1265
|
|
1268
1266
|
msgid "Cannot delete from %s, view does not exist there."
|
1269
|
-
msgstr "
|
1267
|
+
msgstr ""
|
1270
1268
|
|
1271
1269
|
msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
|
1272
|
-
msgstr "
|
1270
|
+
msgstr ""
|
1273
1271
|
|
1274
1272
|
msgid "Cannot delete product: %{product} with repositories that are the last affected repository in content view filters. Delete these repositories before deleting product."
|
1275
1273
|
msgstr ""
|
@@ -1290,13 +1288,13 @@ msgid "Cannot delete version while it is in environment %s"
|
|
1290
1288
|
msgstr "გარემოში (%s) ყოფნისას ვერსიას ვერ წაშლით"
|
1291
1289
|
|
1292
1290
|
msgid "Cannot delete version while it is in environments: %s"
|
1293
|
-
msgstr "
|
1291
|
+
msgstr ""
|
1294
1292
|
|
1295
1293
|
msgid "Cannot delete version while it is in use by composite content views: %s"
|
1296
|
-
msgstr "
|
1294
|
+
msgstr ""
|
1297
1295
|
|
1298
1296
|
msgid "Cannot delete view while it exists in environments"
|
1299
|
-
msgstr "
|
1297
|
+
msgstr ""
|
1300
1298
|
|
1301
1299
|
msgid "Cannot import a composite content view"
|
1302
1300
|
msgstr "კომპოზიტური შემცველობის ხედის შემოტანა შეუძლებელია"
|
@@ -1329,7 +1327,7 @@ msgid "Cannot publish a link repository if multiple component clones are specifi
|
|
1329
1327
|
msgstr ""
|
1330
1328
|
|
1331
1329
|
msgid "Cannot publish default content view"
|
1332
|
-
msgstr "შემცველობის
|
1330
|
+
msgstr "შემცველობის ნაგულისხმები ხედის გამოქვეყნების შეცდომა"
|
1333
1331
|
|
1334
1332
|
msgid "Cannot register a system to the '%s' environment"
|
1335
1333
|
msgstr "სისტემის '%s' გარემოში რეგისტრაცია შეუძლებელია"
|
@@ -1347,13 +1345,13 @@ msgid "Cannot remove package(s): No installed packages found for search term '%s
|
|
1347
1345
|
msgstr ""
|
1348
1346
|
|
1349
1347
|
msgid "Cannot set attribute %{attr} for content type %{type}"
|
1350
|
-
msgstr "
|
1348
|
+
msgstr ""
|
1351
1349
|
|
1352
1350
|
msgid "Cannot set auto publish to a non-composite content view"
|
1353
1351
|
msgstr ""
|
1354
1352
|
|
1355
1353
|
msgid "Cannot skip metadata check on non-yum/deb repositories."
|
1356
|
-
msgstr "
|
1354
|
+
msgstr ""
|
1357
1355
|
|
1358
1356
|
msgid "Cannot specify components for non-composite views"
|
1359
1357
|
msgstr "არაკომპოზიტური ხედის შემცველობის მითითება შეუძლებელია"
|
@@ -1437,10 +1435,10 @@ msgid "Clear search"
|
|
1437
1435
|
msgstr "ძიების გასუფთავება"
|
1438
1436
|
|
1439
1437
|
msgid "Click here to go to the tasks page for the task."
|
1440
|
-
msgstr "
|
1438
|
+
msgstr ""
|
1441
1439
|
|
1442
1440
|
msgid "Click to see repositories available to add."
|
1443
|
-
msgstr "
|
1441
|
+
msgstr ""
|
1444
1442
|
|
1445
1443
|
msgid "Click {update} below to save changes."
|
1446
1444
|
msgstr "ცვლილებების შესანახად დაწკაპუნეთ: {update}."
|
@@ -1472,9 +1470,6 @@ msgstr ""
|
|
1472
1470
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1473
1471
|
msgstr ""
|
1474
1472
|
|
1475
|
-
msgid "Commit upload"
|
1476
|
-
msgstr ""
|
1477
|
-
|
1478
1473
|
msgid "Compare"
|
1479
1474
|
msgstr "შედარება"
|
1480
1475
|
|
@@ -1493,9 +1488,6 @@ msgstr "კომპონენტის ვერსია: '%{cvv}', პრ
|
|
1493
1488
|
msgid "Components"
|
1494
1489
|
msgstr "კომპონენტები"
|
1495
1490
|
|
1496
|
-
msgid "Composite"
|
1497
|
-
msgstr ""
|
1498
|
-
|
1499
1491
|
msgid "Composite Content View"
|
1500
1492
|
msgstr "კომპოზიტური შემცველობის ხედი"
|
1501
1493
|
|
@@ -1512,10 +1504,10 @@ msgid "Compute resource IDs"
|
|
1512
1504
|
msgstr "გამოთვლითი რესურსის ID-ები"
|
1513
1505
|
|
1514
1506
|
msgid "Configuration still must be updated on {hosts}"
|
1515
|
-
msgstr "
|
1507
|
+
msgstr ""
|
1516
1508
|
|
1517
1509
|
msgid "Configuration updated on Foreman"
|
1518
|
-
msgstr "
|
1510
|
+
msgstr ""
|
1519
1511
|
|
1520
1512
|
msgid "Confirm Deletion"
|
1521
1513
|
msgstr "წაშლის დადასტურება"
|
@@ -1526,15 +1518,6 @@ msgstr "დაადასტურეთ მანიფესტის წა
|
|
1526
1518
|
msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
|
1527
1519
|
msgstr ""
|
1528
1520
|
|
1529
|
-
msgid "Consisting of multiple content views"
|
1530
|
-
msgstr ""
|
1531
|
-
|
1532
|
-
msgid "Consists of content views"
|
1533
|
-
msgstr ""
|
1534
|
-
|
1535
|
-
msgid "Consists of repositories"
|
1536
|
-
msgstr ""
|
1537
|
-
|
1538
1521
|
msgid "Consumed"
|
1539
1522
|
msgstr "მოხმარებულია"
|
1540
1523
|
|
@@ -1571,6 +1554,15 @@ msgstr "კონტეინერის მანიფესტები"
|
|
1571
1554
|
msgid "Container tags"
|
1572
1555
|
msgstr "კონტეინერის ჭდეები"
|
1573
1556
|
|
1557
|
+
msgid "Contains content views. You must choose the version to use for each content view."
|
1558
|
+
msgstr ""
|
1559
|
+
|
1560
|
+
msgid "Contains repositories. Always serves the latest synced content, without the need to publish versions."
|
1561
|
+
msgstr ""
|
1562
|
+
|
1563
|
+
msgid "Contains repositories. Versions are published and optionally filtered."
|
1564
|
+
msgstr ""
|
1565
|
+
|
1574
1566
|
msgid "Content"
|
1575
1567
|
msgstr "შემცველობა"
|
1576
1568
|
|
@@ -1647,7 +1639,7 @@ msgid "Content View Version specified in the metadata - '%{name}' already exists
|
|
1647
1639
|
msgstr ""
|
1648
1640
|
|
1649
1641
|
msgid "Content View Version: '%{cvv}', Product: '%{product}', Repository: '%{repo}' "
|
1650
|
-
msgstr "
|
1642
|
+
msgstr ""
|
1651
1643
|
|
1652
1644
|
msgid "Content View id"
|
1653
1645
|
msgstr "შემცველობის ხედის id"
|
@@ -1677,7 +1669,7 @@ msgid "Content files to upload. Can be a single file or array of files."
|
|
1677
1669
|
msgstr "შემცველობის ასატვირთი ფაილები. შეიძლება იყოს ერთი ფაილი ან ფაილების მასივი."
|
1678
1670
|
|
1679
1671
|
msgid "Content host must be unregistered before performing this action."
|
1680
|
-
msgstr "
|
1672
|
+
msgstr ""
|
1681
1673
|
|
1682
1674
|
msgid "Content hosts"
|
1683
1675
|
msgstr "შემცველობის ჰოსტები"
|
@@ -1701,7 +1693,7 @@ msgid "Content source ID"
|
|
1701
1693
|
msgstr "შემცველობის წყაროს ID"
|
1702
1694
|
|
1703
1695
|
msgid "Content source was not set for host '%{host}'"
|
1704
|
-
msgstr "
|
1696
|
+
msgstr ""
|
1705
1697
|
|
1706
1698
|
msgid "Content type"
|
1707
1699
|
msgstr "შემცველობის ტიპი"
|
@@ -1734,13 +1726,13 @@ msgid "Content view '%{view}' is not in environment '%{env}'"
|
|
1734
1726
|
msgstr "შემცველობის ხედი '%{view}' არ იმყოფება გარემოში '%{env}'"
|
1735
1727
|
|
1736
1728
|
msgid "Content view '%{view}' is not in lifecycle environment '%{env}'."
|
1737
|
-
msgstr "
|
1729
|
+
msgstr ""
|
1738
1730
|
|
1739
1731
|
msgid "Content view ID"
|
1740
1732
|
msgstr "შემცველობის ხედის ID"
|
1741
1733
|
|
1742
1734
|
msgid "Content view and environment not set for registration."
|
1743
|
-
msgstr "
|
1735
|
+
msgstr ""
|
1744
1736
|
|
1745
1737
|
msgid "Content view and lifecycle environment must be provided together"
|
1746
1738
|
msgstr ""
|
@@ -1752,10 +1744,10 @@ msgid "Content view environment"
|
|
1752
1744
|
msgstr ""
|
1753
1745
|
|
1754
1746
|
msgid "Content view environments"
|
1755
|
-
msgstr "
|
1747
|
+
msgstr ""
|
1756
1748
|
|
1757
1749
|
msgid "Content view environments and activation key must all belong to the same organization"
|
1758
|
-
msgstr "
|
1750
|
+
msgstr ""
|
1759
1751
|
|
1760
1752
|
msgid "Content view environments must have both a content view and an environment"
|
1761
1753
|
msgstr ""
|
@@ -1770,7 +1762,7 @@ msgid "Content view label"
|
|
1770
1762
|
msgstr "შემცველობის ხედის ჭდე"
|
1771
1763
|
|
1772
1764
|
msgid "Content view must be specified"
|
1773
|
-
msgstr "
|
1765
|
+
msgstr ""
|
1774
1766
|
|
1775
1767
|
msgid "Content view name"
|
1776
1768
|
msgstr "შემცველობის ხედის სახელი"
|
@@ -1782,10 +1774,10 @@ msgid "Content view numeric identifier"
|
|
1782
1774
|
msgstr "შემცველობის ხედის რიცხვობრივი იდენტიფიკატორი"
|
1783
1775
|
|
1784
1776
|
msgid "Content view promote failure"
|
1785
|
-
msgstr "
|
1777
|
+
msgstr ""
|
1786
1778
|
|
1787
1779
|
msgid "Content view publish failure"
|
1788
|
-
msgstr "
|
1780
|
+
msgstr ""
|
1789
1781
|
|
1790
1782
|
msgid "Content view version export history identifier"
|
1791
1783
|
msgstr "შემცველობის ხედის ვერსიის გატანის ისტორიის იდენტიფიკატორი"
|
@@ -1797,7 +1789,7 @@ msgid "Content view version import history identifier"
|
|
1797
1789
|
msgstr "შემცველობის ხედის ვერსიის შემოტანის ისტორიის იდენტიფიკატორი"
|
1798
1790
|
|
1799
1791
|
msgid "Content view version is empty"
|
1800
|
-
msgstr "
|
1792
|
+
msgstr ""
|
1801
1793
|
|
1802
1794
|
msgid "Content view version is empty or content counts are not up to date"
|
1803
1795
|
msgstr ""
|
@@ -1829,27 +1821,15 @@ msgstr "დაკოპირდა გაცვლის ბაფერში"
|
|
1829
1821
|
msgid "Copy"
|
1830
1822
|
msgstr "კოპირება"
|
1831
1823
|
|
1832
|
-
msgid "Copy all units"
|
1833
|
-
msgstr ""
|
1834
|
-
|
1835
1824
|
msgid "Copy an activation key"
|
1836
1825
|
msgstr "აქტივაციის გასაღების კოპირება"
|
1837
1826
|
|
1838
|
-
msgid "Copy content"
|
1839
|
-
msgstr ""
|
1840
|
-
|
1841
1827
|
msgid "Copy content view"
|
1842
1828
|
msgstr "შემცველობის ხედის კოპირება"
|
1843
1829
|
|
1844
1830
|
msgid "Copy to clipboard"
|
1845
1831
|
msgstr "ბუფერში კოპირება"
|
1846
1832
|
|
1847
|
-
msgid "Copy version"
|
1848
|
-
msgstr ""
|
1849
|
-
|
1850
|
-
msgid "Copy version units to library"
|
1851
|
-
msgstr ""
|
1852
|
-
|
1853
1833
|
msgid "Cores per socket"
|
1854
1834
|
msgstr "ბირთვი თითო სოკეტზე"
|
1855
1835
|
|
@@ -1866,10 +1846,10 @@ msgid "Could not find %{count} errata. Only found: %{found}"
|
|
1866
1846
|
msgstr "%{count} მორჩენილი პაჩის მოძებნის შეცდომა. ნაპოვნია მხოლოდ: %{found}"
|
1867
1847
|
|
1868
1848
|
msgid "Could not find %{name} resource with id %{id}. %{perms_message}"
|
1869
|
-
msgstr "
|
1849
|
+
msgstr ""
|
1870
1850
|
|
1871
1851
|
msgid "Could not find %{name} resources with ids %{ids}"
|
1872
|
-
msgstr "
|
1852
|
+
msgstr ""
|
1873
1853
|
|
1874
1854
|
msgid "Could not find Environment with ids: %s"
|
1875
1855
|
msgstr "გარემო ID-ით %s არ არსებობს"
|
@@ -1899,7 +1879,7 @@ msgid "Could not locate repository properties for content indexing."
|
|
1899
1879
|
msgstr ""
|
1900
1880
|
|
1901
1881
|
msgid "Could not remove the lifecycle environment from the smart proxy"
|
1902
|
-
msgstr "
|
1882
|
+
msgstr ""
|
1903
1883
|
|
1904
1884
|
msgid "Couldn't establish a connection to %s"
|
1905
1885
|
msgstr "%s-სთან დაკავშირების შეცდომა"
|
@@ -1980,7 +1960,7 @@ msgid "Couldn't find smart proxies with name '%s'"
|
|
1980
1960
|
msgstr "ჭკვიანი პროქსის, სახელით '%s' პოვნა შეუძლებელია"
|
1981
1961
|
|
1982
1962
|
msgid "Couldn't find specified content view and lifecycle environment."
|
1983
|
-
msgstr "
|
1963
|
+
msgstr ""
|
1984
1964
|
|
1985
1965
|
msgid "Couldn't find subject of synchronization"
|
1986
1966
|
msgstr "სინქრონიზაციის საგანი არ არსებობს"
|
@@ -2057,23 +2037,14 @@ msgstr ""
|
|
2057
2037
|
msgid "Create content view"
|
2058
2038
|
msgstr "შემცველობის ხედის შექმნა"
|
2059
2039
|
|
2060
|
-
msgid "Create exporter"
|
2061
|
-
msgstr ""
|
2062
|
-
|
2063
2040
|
msgid "Create filter"
|
2064
2041
|
msgstr "ფილტრის შექმნა"
|
2065
2042
|
|
2066
2043
|
msgid "Create host collection"
|
2067
2044
|
msgstr "ჰოსტების კოლექციის შექმნა"
|
2068
2045
|
|
2069
|
-
msgid "Create import"
|
2070
|
-
msgstr ""
|
2071
|
-
|
2072
|
-
msgid "Create importer"
|
2073
|
-
msgstr ""
|
2074
|
-
|
2075
2046
|
msgid "Create new activation key"
|
2076
|
-
msgstr "
|
2047
|
+
msgstr ""
|
2077
2048
|
|
2078
2049
|
msgid "Create organization"
|
2079
2050
|
msgstr "ორგანიზაციის შექმნა"
|
@@ -2081,12 +2052,6 @@ msgstr "ორგანიზაციის შექმნა"
|
|
2081
2052
|
msgid "Create package filter rule"
|
2082
2053
|
msgstr "პაკეტის ფილტრის წესის შექმნა"
|
2083
2054
|
|
2084
|
-
msgid "Create publication"
|
2085
|
-
msgstr ""
|
2086
|
-
|
2087
|
-
msgid "Create remote"
|
2088
|
-
msgstr ""
|
2089
|
-
|
2090
2055
|
msgid "Create rule"
|
2091
2056
|
msgstr "წესის შექმნა"
|
2092
2057
|
|
@@ -2100,7 +2065,7 @@ msgid "Cron expression is not valid!"
|
|
2100
2065
|
msgstr "Cron-ის გამოსახულება არასწორია!"
|
2101
2066
|
|
2102
2067
|
msgid "Current organization does not have a manifest imported."
|
2103
|
-
msgstr "
|
2068
|
+
msgstr ""
|
2104
2069
|
|
2105
2070
|
msgid "Current organization is not set."
|
2106
2071
|
msgstr "მიმდინარე ორგანიზაცია დაყენებული არაა."
|
@@ -2166,7 +2131,7 @@ msgid "Deb packages"
|
|
2166
2131
|
msgstr "Deb პაკეტები"
|
2167
2132
|
|
2168
2133
|
msgid "Debian packages"
|
2169
|
-
msgstr "
|
2134
|
+
msgstr ""
|
2170
2135
|
|
2171
2136
|
msgid "Debug Certificate"
|
2172
2137
|
msgstr "გამართვის სერტიფიკტი"
|
@@ -2175,36 +2140,36 @@ msgid "Debug RPM"
|
|
2175
2140
|
msgstr "გამართვის RPM"
|
2176
2141
|
|
2177
2142
|
msgid "Default Custom Repository download policy"
|
2178
|
-
msgstr "
|
2143
|
+
msgstr ""
|
2179
2144
|
|
2180
2145
|
msgid "Default HTTP Proxy"
|
2181
|
-
msgstr "
|
2146
|
+
msgstr "ნაგულისხმები HTTP პროქსი"
|
2182
2147
|
|
2183
2148
|
msgid "Default HTTP proxy for syncing content"
|
2184
|
-
msgstr "შემცველობის სინქისთვის საჭირო
|
2149
|
+
msgstr "შემცველობის სინქისთვის საჭირო ნაგულისხმები HTTP პროქსი"
|
2185
2150
|
|
2186
2151
|
msgid "Default Location where new subscribed hosts will put upon registration"
|
2187
2152
|
msgstr ""
|
2188
2153
|
|
2189
2154
|
msgid "Default PXEGrub template for new Operating Systems created from synced content"
|
2190
|
-
msgstr "
|
2155
|
+
msgstr ""
|
2191
2156
|
|
2192
2157
|
msgid "Default PXEGrub2 template for new Operating Systems created from synced content"
|
2193
|
-
msgstr "
|
2158
|
+
msgstr ""
|
2194
2159
|
|
2195
2160
|
msgid "Default PXELinux template for new Operating Systems created from synced content"
|
2196
|
-
msgstr "
|
2161
|
+
msgstr ""
|
2197
2162
|
|
2198
2163
|
msgid "Default Red Hat Repository download policy"
|
2199
|
-
msgstr "
|
2164
|
+
msgstr ""
|
2200
2165
|
|
2201
2166
|
msgid "Default Smart Proxy download policy"
|
2202
|
-
msgstr "
|
2167
|
+
msgstr ""
|
2203
2168
|
|
2204
2169
|
msgid "Default System SLA"
|
2205
|
-
msgstr "სისტემის
|
2170
|
+
msgstr "სისტემის ნაგულისხმები SLA"
|
2206
2171
|
|
2207
|
-
msgid "Default content view versions cannot be promoted"
|
2172
|
+
msgid "Default and Rolling content view versions cannot be promoted"
|
2208
2173
|
msgstr ""
|
2209
2174
|
|
2210
2175
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
@@ -2217,64 +2182,64 @@ msgid "Default download policy for enabled Red Hat repositories (either 'immedia
|
|
2217
2182
|
msgstr ""
|
2218
2183
|
|
2219
2184
|
msgid "Default export format"
|
2220
|
-
msgstr "
|
2185
|
+
msgstr ""
|
2221
2186
|
|
2222
2187
|
msgid "Default export format for content-exports(either 'syncable' or 'importable')"
|
2223
2188
|
msgstr ""
|
2224
2189
|
|
2225
2190
|
msgid "Default finish template for new Operating Systems created from synced content"
|
2226
|
-
msgstr "
|
2191
|
+
msgstr ""
|
2227
2192
|
|
2228
2193
|
msgid "Default iPXE template for new Operating Systems created from synced content"
|
2229
|
-
msgstr "
|
2194
|
+
msgstr ""
|
2230
2195
|
|
2231
2196
|
msgid "Default kexec template for new Operating Systems created from synced content"
|
2232
|
-
msgstr "
|
2197
|
+
msgstr ""
|
2233
2198
|
|
2234
2199
|
msgid "Default location for subscribed hosts"
|
2235
|
-
msgstr "
|
2200
|
+
msgstr ""
|
2236
2201
|
|
2237
2202
|
msgid "Default partitioning table for new Operating Systems created from synced content"
|
2238
|
-
msgstr "
|
2203
|
+
msgstr ""
|
2239
2204
|
|
2240
2205
|
msgid "Default provisioning template for Operating Systems created from synced content"
|
2241
|
-
msgstr "
|
2206
|
+
msgstr ""
|
2242
2207
|
|
2243
2208
|
msgid "Default provisioning template for new Atomic Operating Systems created from synced content"
|
2244
|
-
msgstr "
|
2209
|
+
msgstr ""
|
2245
2210
|
|
2246
2211
|
msgid "Default synced OS Atomic template"
|
2247
|
-
msgstr "
|
2212
|
+
msgstr ""
|
2248
2213
|
|
2249
2214
|
msgid "Default synced OS PXEGrub template"
|
2250
|
-
msgstr "
|
2215
|
+
msgstr ""
|
2251
2216
|
|
2252
2217
|
msgid "Default synced OS PXEGrub2 template"
|
2253
|
-
msgstr "
|
2218
|
+
msgstr ""
|
2254
2219
|
|
2255
2220
|
msgid "Default synced OS PXELinux template"
|
2256
|
-
msgstr "
|
2221
|
+
msgstr ""
|
2257
2222
|
|
2258
2223
|
msgid "Default synced OS finish template"
|
2259
|
-
msgstr "
|
2224
|
+
msgstr ""
|
2260
2225
|
|
2261
2226
|
msgid "Default synced OS iPXE template"
|
2262
|
-
msgstr "
|
2227
|
+
msgstr ""
|
2263
2228
|
|
2264
2229
|
msgid "Default synced OS kexec template"
|
2265
|
-
msgstr "
|
2230
|
+
msgstr ""
|
2266
2231
|
|
2267
2232
|
msgid "Default synced OS partition table"
|
2268
|
-
msgstr "
|
2233
|
+
msgstr ""
|
2269
2234
|
|
2270
2235
|
msgid "Default synced OS provisioning template"
|
2271
|
-
msgstr "
|
2236
|
+
msgstr ""
|
2272
2237
|
|
2273
2238
|
msgid "Default synced OS user-data"
|
2274
|
-
msgstr "
|
2239
|
+
msgstr ""
|
2275
2240
|
|
2276
2241
|
msgid "Default user data for new Operating Systems created from synced content"
|
2277
|
-
msgstr "
|
2242
|
+
msgstr ""
|
2278
2243
|
|
2279
2244
|
msgid "Define RHUI repository paths with guided steps."
|
2280
2245
|
msgstr ""
|
@@ -2316,7 +2281,7 @@ msgid "Delete a flatpak remote"
|
|
2316
2281
|
msgstr ""
|
2317
2282
|
|
2318
2283
|
msgid "Delete activation key?"
|
2319
|
-
msgstr "
|
2284
|
+
msgstr ""
|
2320
2285
|
|
2321
2286
|
msgid "Delete all subscriptions attached to activation keys."
|
2322
2287
|
msgstr "აქტივაციის გასაღებებზე მიბმული ყველა გამოწერის წაშლა."
|
@@ -2336,36 +2301,12 @@ msgstr "შემცველობის ხედის წაშლა"
|
|
2336
2301
|
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
2302
|
msgstr ""
|
2338
2303
|
|
2339
|
-
msgid "Delete distributions"
|
2340
|
-
msgstr ""
|
2341
|
-
|
2342
2304
|
msgid "Delete manifest from Red Hat provider"
|
2343
2305
|
msgstr "მანიფესტის წაშლა Red Hat-ის მომწოდებლიდან"
|
2344
2306
|
|
2345
2307
|
msgid "Delete multiple filters from a content view"
|
2346
2308
|
msgstr "შემცველობის ხედიდან ერთე მეტი ფილტრის წაშლა"
|
2347
2309
|
|
2348
|
-
msgid "Delete orphan alternate content sources"
|
2349
|
-
msgstr ""
|
2350
|
-
|
2351
|
-
msgid "Delete orphan distributions"
|
2352
|
-
msgstr ""
|
2353
|
-
|
2354
|
-
msgid "Delete orphan remotes"
|
2355
|
-
msgstr ""
|
2356
|
-
|
2357
|
-
msgid "Delete orphan repository versions"
|
2358
|
-
msgstr ""
|
2359
|
-
|
2360
|
-
msgid "Delete orphaned migrated repositories"
|
2361
|
-
msgstr ""
|
2362
|
-
|
2363
|
-
msgid "Delete remote"
|
2364
|
-
msgstr ""
|
2365
|
-
|
2366
|
-
msgid "Delete repository references"
|
2367
|
-
msgstr ""
|
2368
|
-
|
2369
2310
|
msgid "Delete version"
|
2370
2311
|
msgstr "ვერსიის წაშლა"
|
2371
2312
|
|
@@ -2373,7 +2314,7 @@ msgid "Delete versions"
|
|
2373
2314
|
msgstr "ვერსიების წაშლა"
|
2374
2315
|
|
2375
2316
|
msgid "Deleted %{host_count} %{hosts}"
|
2376
|
-
msgstr "
|
2317
|
+
msgstr ""
|
2377
2318
|
|
2378
2319
|
msgid "Deleted consumer '%s'"
|
2379
2320
|
msgstr "წაიშალა გამომყენებელი '%s'"
|
@@ -2465,12 +2406,6 @@ msgstr "გარემოს განადგურება"
|
|
2465
2406
|
msgid "Destroy an environment in an organization"
|
2466
2407
|
msgstr "ორგანიზაციაში გარემოს განადგურება"
|
2467
2408
|
|
2468
|
-
msgid "Destroy exporter"
|
2469
|
-
msgstr ""
|
2470
|
-
|
2471
|
-
msgid "Destroy importer"
|
2472
|
-
msgstr ""
|
2473
|
-
|
2474
2409
|
msgid "Destroy one or more alternate content sources"
|
2475
2410
|
msgstr "ერთი ან მეტი ალტერნატიული შემცველობის განადგურება"
|
2476
2411
|
|
@@ -2490,7 +2425,7 @@ msgid "Determining settings for ${truncate(name)}"
|
|
2490
2425
|
msgstr ""
|
2491
2426
|
|
2492
2427
|
msgid "Digest"
|
2493
|
-
msgstr "
|
2428
|
+
msgstr ""
|
2494
2429
|
|
2495
2430
|
msgid "Directly setting package lists on composite content views is not allowed. Please update the components, then re-publish the composite."
|
2496
2431
|
msgstr ""
|
@@ -2517,9 +2452,6 @@ msgid "Disabled"
|
|
2517
2452
|
msgstr "გამორთულია"
|
2518
2453
|
|
2519
2454
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
2520
|
-
msgstr "'%{subject}'-სთვის მარტივი შემცველობის წვდომის გამორთვის შეცდომა."
|
2521
|
-
|
2522
|
-
msgid "Discover"
|
2523
2455
|
msgstr ""
|
2524
2456
|
|
2525
2457
|
msgid "Discover Repositories"
|
@@ -2532,10 +2464,10 @@ msgid "Do not include this array of content views"
|
|
2532
2464
|
msgstr "შემცველობის ხედის ეს მასივი არ ჩაამატო"
|
2533
2465
|
|
2534
2466
|
msgid "Do not wait for the ImportUpload action to finish. Default: false"
|
2535
|
-
msgstr "
|
2467
|
+
msgstr ""
|
2536
2468
|
|
2537
2469
|
msgid "Do not wait for the update action to finish. Default: true"
|
2538
|
-
msgstr "არ დაელოდება განახლების დასრულებას.
|
2470
|
+
msgstr "არ დაელოდება განახლების დასრულებას. ნაგულისხმები: დიახ"
|
2539
2471
|
|
2540
2472
|
msgid "Domain IDs"
|
2541
2473
|
msgstr "დომენის ID-ები"
|
@@ -2559,13 +2491,13 @@ msgid "Duplicate artifact detected"
|
|
2559
2491
|
msgstr "ნაპოვნია დუბლირებული არტეფაქტი"
|
2560
2492
|
|
2561
2493
|
msgid "Duplicate repositories in content view versions"
|
2562
|
-
msgstr "
|
2494
|
+
msgstr ""
|
2563
2495
|
|
2564
2496
|
msgid "Duration"
|
2565
2497
|
msgstr "ხანგრძლოვობა"
|
2566
2498
|
|
2567
2499
|
msgid "ERRATA ADVISORY"
|
2568
|
-
msgstr "
|
2500
|
+
msgstr ""
|
2569
2501
|
|
2570
2502
|
msgid "Edit"
|
2571
2503
|
msgstr "ჩასწორება"
|
@@ -2577,7 +2509,7 @@ msgid "Edit URL and subpaths"
|
|
2577
2509
|
msgstr "URL-ებისა და ქვებილიკების ჩასწორება"
|
2578
2510
|
|
2579
2511
|
msgid "Edit activation key"
|
2580
|
-
msgstr "
|
2512
|
+
msgstr ""
|
2581
2513
|
|
2582
2514
|
msgid "Edit content view assignment"
|
2583
2515
|
msgstr "შემცველობის ხედის მინიჭების ჩასწორება"
|
@@ -2610,13 +2542,13 @@ msgid "Edit system purpose attributes"
|
|
2610
2542
|
msgstr "სისტემის დანიშნულების ატრიბუტების ჩასწორება"
|
2611
2543
|
|
2612
2544
|
msgid "Editing Entitlements"
|
2613
|
-
msgstr "
|
2545
|
+
msgstr ""
|
2614
2546
|
|
2615
2547
|
msgid "Either both parameters 'content_view_id' and 'environment_id' should be specified or neither should be specified"
|
2616
2548
|
msgstr ""
|
2617
2549
|
|
2618
2550
|
msgid "Either environments or versions must be specified."
|
2619
|
-
msgstr "
|
2551
|
+
msgstr ""
|
2620
2552
|
|
2621
2553
|
msgid "Either organization ID or environment ID needs to be specified"
|
2622
2554
|
msgstr "ორგანიზაციის ID ან გარემოს ID მითითებული უნდა იყოს"
|
@@ -2628,7 +2560,7 @@ msgid "Either set the content view with the latest flag or set the content view
|
|
2628
2560
|
msgstr ""
|
2629
2561
|
|
2630
2562
|
msgid "Either set the latest content view or the content view version. Cannot set both"
|
2631
|
-
msgstr "
|
2563
|
+
msgstr ""
|
2632
2564
|
|
2633
2565
|
msgid "Empty content view versions"
|
2634
2566
|
msgstr "ცარიელი შემცველობის ხედის ვერსიები"
|
@@ -2643,7 +2575,7 @@ msgid "Enable Simple Content Access"
|
|
2643
2575
|
msgstr "შემცველობასთან იოლი წვდომის ჩართვა"
|
2644
2576
|
|
2645
2577
|
msgid "Enable Tracer"
|
2646
|
-
msgstr "
|
2578
|
+
msgstr ""
|
2647
2579
|
|
2648
2580
|
msgid "Enable Traces"
|
2649
2581
|
msgstr "ტრეისების ჩართვა"
|
@@ -2667,7 +2599,7 @@ msgid "Enabled Repositories"
|
|
2667
2599
|
msgstr "ჩართული რეპოზიტორიები"
|
2668
2600
|
|
2669
2601
|
msgid "Enabling Simple Content Access failed for '%{subject}'."
|
2670
|
-
msgstr "
|
2602
|
+
msgstr ""
|
2671
2603
|
|
2672
2604
|
msgid "Enabling Tracer requires installing the katello-host-tools-tracer package on the host."
|
2673
2605
|
msgstr ""
|
@@ -2706,7 +2638,7 @@ msgid "Environment"
|
|
2706
2638
|
msgstr "გარემო"
|
2707
2639
|
|
2708
2640
|
msgid "Environment ID"
|
2709
|
-
msgstr "
|
2641
|
+
msgstr ""
|
2710
2642
|
|
2711
2643
|
msgid "Environment ID and content view ID must be provided together"
|
2712
2644
|
msgstr ""
|
@@ -2717,14 +2649,11 @@ msgstr "გარემოების ID-ები"
|
|
2717
2649
|
msgid "Environment cannot be in its own promotion path"
|
2718
2650
|
msgstr "გარემო თავისი თავის წახალისების ბილიკს არ შეუძლება წარმოადგენდეს"
|
2719
2651
|
|
2720
|
-
msgid "Environment contents refresh"
|
2721
|
-
msgstr ""
|
2722
|
-
|
2723
2652
|
msgid "Environment identifier"
|
2724
2653
|
msgstr "გარემოს იდენტიფიკატორი"
|
2725
2654
|
|
2726
2655
|
msgid "Environment name"
|
2727
|
-
msgstr "
|
2656
|
+
msgstr ""
|
2728
2657
|
|
2729
2658
|
msgid "Environments"
|
2730
2659
|
msgstr "გარემო"
|
@@ -2759,9 +2688,6 @@ msgstr ""
|
|
2759
2688
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
2760
2689
|
msgstr "მორჩენილი პაჩის ID (RHSA-2012:108)"
|
2761
2690
|
|
2762
|
-
msgid "Errata mail"
|
2763
|
-
msgstr ""
|
2764
|
-
|
2765
2691
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2766
2692
|
msgstr ""
|
2767
2693
|
|
@@ -2820,10 +2746,10 @@ msgid "Exclude Refs"
|
|
2820
2746
|
msgstr ""
|
2821
2747
|
|
2822
2748
|
msgid "Exclude all RPMs not associated to any errata"
|
2823
|
-
msgstr "
|
2749
|
+
msgstr ""
|
2824
2750
|
|
2825
2751
|
msgid "Exclude all module streams not associated to any errata"
|
2826
|
-
msgstr "
|
2752
|
+
msgstr ""
|
2827
2753
|
|
2828
2754
|
msgid "Exclude filter"
|
2829
2755
|
msgstr "ფილტრის გამორიცხვა"
|
@@ -2847,10 +2773,10 @@ msgid "Expire soon days"
|
|
2847
2773
|
msgstr "ვადა მალე გასდით"
|
2848
2774
|
|
2849
2775
|
msgid "Expired "
|
2850
|
-
msgstr "
|
2776
|
+
msgstr ""
|
2851
2777
|
|
2852
2778
|
msgid "Expires "
|
2853
|
-
msgstr "
|
2779
|
+
msgstr ""
|
2854
2780
|
|
2855
2781
|
msgid "Export"
|
2856
2782
|
msgstr "გატანა"
|
@@ -2889,7 +2815,7 @@ msgid "Exported version"
|
|
2889
2815
|
msgstr "გატანილი ვერსია"
|
2890
2816
|
|
2891
2817
|
msgid "Extended support"
|
2892
|
-
msgstr "
|
2818
|
+
msgstr ""
|
2893
2819
|
|
2894
2820
|
msgid "Facts successfully updated."
|
2895
2821
|
msgstr "ფაქტები წარმატებით განახლდა."
|
@@ -2921,11 +2847,8 @@ msgstr "ჰოსტისთვის ხელმისაწვდომი
|
|
2921
2847
|
msgid "Fetch installable errata for one or more hosts."
|
2922
2848
|
msgstr "დაყენებადი მორჩენილი პაჩების გამოთხოვა ერთი ან მეტი ჰოსტისთვის."
|
2923
2849
|
|
2924
|
-
msgid "Fetch pxe files"
|
2925
|
-
msgstr ""
|
2926
|
-
|
2927
2850
|
msgid "Fetch traces for one or more hosts"
|
2928
|
-
msgstr "
|
2851
|
+
msgstr ""
|
2929
2852
|
|
2930
2853
|
msgid "Fetching content credentials"
|
2931
2854
|
msgstr "შემცველობის ავტორიზაცის დეტალების გამოთხოვა"
|
@@ -2955,7 +2878,7 @@ msgid "Filter composite versions whose publish was triggered by the specified co
|
|
2955
2878
|
msgstr ""
|
2956
2879
|
|
2957
2880
|
msgid "Filter content view versions that contain the file"
|
2958
|
-
msgstr "
|
2881
|
+
msgstr ""
|
2959
2882
|
|
2960
2883
|
msgid "Filter created"
|
2961
2884
|
msgstr "ფილტრი შეიქმნა"
|
@@ -2973,7 +2896,7 @@ msgid "Filter out composite content views"
|
|
2973
2896
|
msgstr "კომპოზიტური შემცველობის ხედების გაფილტვრა"
|
2974
2897
|
|
2975
2898
|
msgid "Filter out default content views"
|
2976
|
-
msgstr "
|
2899
|
+
msgstr "ნაგულისხმები შემცველობის ხედების გაფილტვრა"
|
2977
2900
|
|
2978
2901
|
msgid "Filter products by host id"
|
2979
2902
|
msgstr "პროდუქტების ჰოსტის ID-ით გაფილტვრა"
|
@@ -3017,9 +2940,6 @@ msgstr "ვერსიების ვერსიის ნომრის გ
|
|
3017
2940
|
msgid "Filter versions that are components in the specified composite version"
|
3018
2941
|
msgstr "ფილტრის ვერსიები, რომლებიც მითითებულ კომპოზიტის ვერსიაში კომპონენტები არიან"
|
3019
2942
|
|
3020
|
-
msgid "Filtered index content"
|
3021
|
-
msgstr ""
|
3022
|
-
|
3023
2943
|
msgid "Filters"
|
3024
2944
|
msgstr "ფილტრები"
|
3025
2945
|
|
@@ -3027,10 +2947,10 @@ msgid "Filters deleted"
|
|
3027
2947
|
msgstr "ფილტრები წაიშალა"
|
3028
2948
|
|
3029
2949
|
msgid "Filters were applied to this version."
|
3030
|
-
msgstr "
|
2950
|
+
msgstr ""
|
3031
2951
|
|
3032
2952
|
msgid "Filters will be applied to this content view version."
|
3033
|
-
msgstr "
|
2953
|
+
msgstr ""
|
3034
2954
|
|
3035
2955
|
msgid "Find the relative path for each RHUI repository and combine them in a comma-separated list."
|
3036
2956
|
msgstr ""
|
@@ -3062,7 +2982,7 @@ msgid "Force a sync and validate the checksums of all content. Only used with yu
|
|
3062
2982
|
msgstr ""
|
3063
2983
|
|
3064
2984
|
msgid "Force content view promotion and bypass lifecycle environment restriction"
|
3065
|
-
msgstr "
|
2985
|
+
msgstr ""
|
3066
2986
|
|
3067
2987
|
msgid "Force delete the repository by removing it from all content view versions"
|
3068
2988
|
msgstr ""
|
@@ -3095,7 +3015,7 @@ msgid "Full description"
|
|
3095
3015
|
msgstr "სრული აღწერა"
|
3096
3016
|
|
3097
3017
|
msgid "Full support"
|
3098
|
-
msgstr "
|
3018
|
+
msgstr ""
|
3099
3019
|
|
3100
3020
|
msgid "GPG Key URL"
|
3101
3021
|
msgstr "GPG გასაღების URL"
|
@@ -3112,9 +3032,6 @@ msgstr ""
|
|
3112
3032
|
msgid "Generate host applicability"
|
3113
3033
|
msgstr "ჰოსტის გამოყენებადობის გენერაცია"
|
3114
3034
|
|
3115
|
-
msgid "Generate metadata"
|
3116
|
-
msgstr ""
|
3117
|
-
|
3118
3035
|
msgid "Generate repository applicability"
|
3119
3036
|
msgstr "ჰოსტის გამოყენებადობის გენერაცია"
|
3120
3037
|
|
@@ -3122,7 +3039,7 @@ msgid "Generated"
|
|
3122
3039
|
msgstr "გენერირებული"
|
3123
3040
|
|
3124
3041
|
msgid "Generated content views cannot be assigned to hosts or activation keys"
|
3125
|
-
msgstr "
|
3042
|
+
msgstr ""
|
3126
3043
|
|
3127
3044
|
msgid "Generated content views cannot be directly published. They can updated only via export."
|
3128
3045
|
msgstr "გენერირებული შემცველობის ნახვები არ შეიძლება პირდაპირ გამოქვეყნდეს. მათი განახლება შესაძლებელია მხოლოდ გატანის საშუალებით."
|
@@ -3131,7 +3048,7 @@ msgid "Get all content available, not just that provided by subscriptions"
|
|
3131
3048
|
msgstr "სრული და არა მხოლოდ გამოწერების მიერ მოწოდებული შემცველობის მიღება"
|
3132
3049
|
|
3133
3050
|
msgid "Get all content available, not just that provided by subscriptions."
|
3134
|
-
msgstr "
|
3051
|
+
msgstr ""
|
3135
3052
|
|
3136
3053
|
msgid "Get content and overrides for the host"
|
3137
3054
|
msgstr "ჰოსტის შემცველობის გადაფარვების მიღება"
|
@@ -3152,13 +3069,13 @@ msgid "Given a set of hosts and errata, lists the content view versions and envi
|
|
3152
3069
|
msgstr ""
|
3153
3070
|
|
3154
3071
|
msgid "Given criteria doesn't match any DEBs. Try changing your rule."
|
3155
|
-
msgstr "
|
3072
|
+
msgstr ""
|
3156
3073
|
|
3157
3074
|
msgid "Given criteria doesn't match any activation keys. Try changing your rule."
|
3158
3075
|
msgstr ""
|
3159
3076
|
|
3160
3077
|
msgid "Given criteria doesn't match any hosts. Try changing your rule."
|
3161
|
-
msgstr "
|
3078
|
+
msgstr ""
|
3162
3079
|
|
3163
3080
|
msgid "Given criteria doesn't match any non-modular RPMs. Try changing your rule."
|
3164
3081
|
msgstr ""
|
@@ -3191,7 +3108,7 @@ msgid "Hash containing the Id of the single lifecycle environment to be associat
|
|
3191
3108
|
msgstr ""
|
3192
3109
|
|
3193
3110
|
msgid "Help"
|
3194
|
-
msgstr "
|
3111
|
+
msgstr ""
|
3195
3112
|
|
3196
3113
|
msgid "Helper"
|
3197
3114
|
msgstr "დამხმარე"
|
@@ -3230,7 +3147,7 @@ msgid "Host '%{name}' does not belong to an organization"
|
|
3230
3147
|
msgstr "ჰოსტი (%{name}) ორგანიზაციას არ მიეკუთვნება"
|
3231
3148
|
|
3232
3149
|
msgid "Host Can Re-Register Only In Build"
|
3233
|
-
msgstr "
|
3150
|
+
msgstr ""
|
3234
3151
|
|
3235
3152
|
msgid "Host Collection name"
|
3236
3153
|
msgstr "ჰოსტის კოლექციის სახელი"
|
@@ -3248,16 +3165,16 @@ msgid "Host ID"
|
|
3248
3165
|
msgstr "ჰოსტის ID"
|
3249
3166
|
|
3250
3167
|
msgid "Host Limit"
|
3251
|
-
msgstr "
|
3168
|
+
msgstr ""
|
3252
3169
|
|
3253
3170
|
msgid "Host Profile Assume"
|
3254
|
-
msgstr "
|
3171
|
+
msgstr ""
|
3255
3172
|
|
3256
3173
|
msgid "Host Profile Can Change In Build"
|
3257
|
-
msgstr "
|
3174
|
+
msgstr ""
|
3258
3175
|
|
3259
3176
|
msgid "Host Tasks Workers Pool Size"
|
3260
|
-
msgstr "
|
3177
|
+
msgstr ""
|
3261
3178
|
|
3262
3179
|
msgid "Host collection"
|
3263
3180
|
msgstr "ჰოსტის კოლექცია"
|
@@ -3293,7 +3210,7 @@ msgid "Host creation was skipped for %s because it shares a BIOS UUID with %s. T
|
|
3293
3210
|
msgstr ""
|
3294
3211
|
|
3295
3212
|
msgid "Host errata advisory"
|
3296
|
-
msgstr "
|
3213
|
+
msgstr ""
|
3297
3214
|
|
3298
3215
|
msgid "Host group IDs"
|
3299
3216
|
msgstr "ჰოსტის ჯგუფების ID-ები"
|
@@ -3352,12 +3269,6 @@ msgstr ""
|
|
3352
3269
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3353
3270
|
msgstr "დახარისხებული შედეგების დალაგების წესი (მაგ: ASC აღმავლისთვის)"
|
3354
3271
|
|
3355
|
-
msgid "Hypervisors"
|
3356
|
-
msgstr ""
|
3357
|
-
|
3358
|
-
msgid "Hypervisors update"
|
3359
|
-
msgstr ""
|
3360
|
-
|
3361
3272
|
msgid "ID of a HTTP Proxy"
|
3362
3273
|
msgstr "HTTP პროქსის ID"
|
3363
3274
|
|
@@ -3419,7 +3330,7 @@ msgid "ID of the sync plan"
|
|
3419
3330
|
msgstr "სინქის გეგმის ID"
|
3420
3331
|
|
3421
3332
|
msgid "IDs of products to copy repository information from into a Simplified Alternate Content Source. Products must include at least one repository of the chosen content type."
|
3422
|
-
msgstr "
|
3333
|
+
msgstr ""
|
3423
3334
|
|
3424
3335
|
msgid "Id of a deb package to find repositories that contain the deb"
|
3425
3336
|
msgstr ""
|
@@ -3550,7 +3461,7 @@ msgid "If specified, remove the first instance of a subscription with matching i
|
|
3550
3461
|
msgstr "თუ მითითებულია, წაიშლება გამოწერის პირველი გაშვებული ასლი შესაბამისი ID და რაოდენობით"
|
3551
3462
|
|
3552
3463
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
3553
|
-
msgstr "
|
3464
|
+
msgstr ""
|
3554
3465
|
|
3555
3466
|
msgid "If this is enabled, a composite content view may not be published or promoted unless the component content view versions that it includes exist in the target environment."
|
3556
3467
|
msgstr ""
|
@@ -3592,7 +3503,7 @@ msgid "If you would prefer to move some of these hosts to different content view
|
|
3592
3503
|
msgstr ""
|
3593
3504
|
|
3594
3505
|
msgid "Ignorable content can be only set for Yum repositories."
|
3595
|
-
msgstr "
|
3506
|
+
msgstr ""
|
3596
3507
|
|
3597
3508
|
msgid "Ignore %s cannot be set in combination with the 'Complete Mirroring' mirroring policy."
|
3598
3509
|
msgstr ""
|
@@ -3613,7 +3524,7 @@ msgid "Ignored hosts"
|
|
3613
3524
|
msgstr "იგნორირებული ჰოსტები"
|
3614
3525
|
|
3615
3526
|
msgid "Image"
|
3616
|
-
msgstr "
|
3527
|
+
msgstr ""
|
3617
3528
|
|
3618
3529
|
msgid "Image digest"
|
3619
3530
|
msgstr ""
|
@@ -3646,7 +3557,7 @@ msgid "Import Content View Version"
|
|
3646
3557
|
msgstr "შემცველობის ხედის ვერსიის შემოტანა"
|
3647
3558
|
|
3648
3559
|
msgid "Import Default Content View"
|
3649
|
-
msgstr "
|
3560
|
+
msgstr "ნაგულისხმები შემცველობის ხედის შემოტანა"
|
3650
3561
|
|
3651
3562
|
msgid "Import Manifest"
|
3652
3563
|
msgstr "მანიფესტის შემოტანა"
|
@@ -3676,9 +3587,6 @@ msgid "Import a repository"
|
|
3676
3587
|
msgstr "რეპოზიტორიის შემოტანა"
|
3677
3588
|
|
3678
3589
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3679
|
-
msgstr "შემოიტანეთ გამოწერის მანიფესტი, რომ ჰოსტებს Red Hat-ის შემცველობასთან წვდომა მისცეთ."
|
3680
|
-
|
3681
|
-
msgid "Import migration"
|
3682
3590
|
msgstr ""
|
3683
3591
|
|
3684
3592
|
msgid "Import new manifest"
|
@@ -3690,12 +3598,6 @@ msgstr "მხოლოდ შემოტანა"
|
|
3690
3598
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3691
3599
|
msgstr "მხოლოდ შემოტანადი შემცველობის ხედები არ შეიძლება პირდაპირ გამოქვეყნდეს. შემცველობის განახლება მხოლოდ ხედში შემოტანითაა შესაძლებელი."
|
3692
3600
|
|
3693
|
-
msgid "Import repository upload"
|
3694
|
-
msgstr ""
|
3695
|
-
|
3696
|
-
msgid "Import upload"
|
3697
|
-
msgstr ""
|
3698
|
-
|
3699
3601
|
msgid "Import uploads into a repository"
|
3700
3602
|
msgstr "ატვირთულების შეტანა რეპოზიტორიაში"
|
3701
3603
|
|
@@ -3727,13 +3629,13 @@ msgid "Include Refs"
|
|
3727
3629
|
msgstr ""
|
3728
3630
|
|
3729
3631
|
msgid "Include all RPMs not associated to any errata"
|
3730
|
-
msgstr "
|
3632
|
+
msgstr ""
|
3731
3633
|
|
3732
3634
|
msgid "Include all module streams not associated to any errata"
|
3733
|
-
msgstr "
|
3635
|
+
msgstr ""
|
3734
3636
|
|
3735
3637
|
msgid "Include content views generated by imports/exports. Defaults to false"
|
3736
|
-
msgstr "ჩართეთ შეტანის/გატანის შედეგად წარმოქმნილი შემცველობის ხედები.
|
3638
|
+
msgstr "ჩართეთ შეტანის/გატანის შედეგად წარმოქმნილი შემცველობის ხედები. ნაგულისხმები: გამორთული"
|
3737
3639
|
|
3738
3640
|
msgid "Include filter"
|
3739
3641
|
msgstr "ფილტრის ჩასმა"
|
@@ -3762,11 +3664,8 @@ msgstr "ინკრემენტული განახლება"
|
|
3762
3664
|
msgid "Incremental Update incomplete."
|
3763
3665
|
msgstr "ინკრემენტული განახლება მიუწვდომელია."
|
3764
3666
|
|
3765
|
-
msgid "Incremental Update of Content View Version(s) "
|
3766
|
-
msgstr ""
|
3767
|
-
|
3768
3667
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
3769
|
-
msgstr "
|
3668
|
+
msgstr ""
|
3770
3669
|
|
3771
3670
|
msgid "Incremental update"
|
3772
3671
|
msgstr "ინკრემენტული განახლება"
|
@@ -3777,27 +3676,12 @@ msgstr "ინკრემენტული განახლებისთ
|
|
3777
3676
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
3778
3677
|
msgstr ""
|
3779
3678
|
|
3780
|
-
msgid "Index content"
|
3781
|
-
msgstr ""
|
3782
|
-
|
3783
|
-
msgid "Index errata"
|
3784
|
-
msgstr ""
|
3785
|
-
|
3786
|
-
msgid "Index module streams"
|
3787
|
-
msgstr ""
|
3788
|
-
|
3789
|
-
msgid "Index package groups"
|
3790
|
-
msgstr ""
|
3791
|
-
|
3792
3679
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3793
3680
|
msgstr ""
|
3794
3681
|
|
3795
3682
|
msgid "Inherit from Repository"
|
3796
3683
|
msgstr "მემკვიდრეობით რეპოზიტორიიდან"
|
3797
3684
|
|
3798
|
-
msgid "Initialize"
|
3799
|
-
msgstr ""
|
3800
|
-
|
3801
3685
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3802
3686
|
msgstr ""
|
3803
3687
|
|
@@ -3841,7 +3725,7 @@ msgid "Installable security errata"
|
|
3841
3725
|
msgstr ""
|
3842
3726
|
|
3843
3727
|
msgid "Installable updates"
|
3844
|
-
msgstr "
|
3728
|
+
msgstr ""
|
3845
3729
|
|
3846
3730
|
msgid "Installation status"
|
3847
3731
|
msgstr "დაყენების სტატუსი"
|
@@ -3873,9 +3757,6 @@ msgstr "პაკეტების ჯგუფის დაყენება.
|
|
3873
3757
|
msgid "Installing Package..."
|
3874
3758
|
msgstr "პაკეტის დაყენება..."
|
3875
3759
|
|
3876
|
-
msgid "Instance update"
|
3877
|
-
msgstr ""
|
3878
|
-
|
3879
3760
|
msgid "Instance-based"
|
3880
3761
|
msgstr "გაშვებულ ასლზე-ბაზირებული"
|
3881
3762
|
|
@@ -3916,7 +3797,7 @@ msgid "Invalid event_type %s"
|
|
3916
3797
|
msgstr "არასწორი event_type %s"
|
3917
3798
|
|
3918
3799
|
msgid "Invalid export format provided. Format must be one of %s "
|
3919
|
-
msgstr "
|
3800
|
+
msgstr ""
|
3920
3801
|
|
3921
3802
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
3922
3803
|
msgstr ""
|
@@ -3955,7 +3836,7 @@ msgid "Invalid params provided - date_type must be one of %s"
|
|
3955
3836
|
msgstr "მითითებულია არასწორი პარამეტრები - date_type %s-დან ერთერთი უნდა იყოს"
|
3956
3837
|
|
3957
3838
|
msgid "Invalid params provided - with_content must be one of %s"
|
3958
|
-
msgstr "
|
3839
|
+
msgstr ""
|
3959
3840
|
|
3960
3841
|
msgid "Invalid path provided. Content can be only imported from file system. "
|
3961
3842
|
msgstr ""
|
@@ -3967,13 +3848,13 @@ msgid "Invalid repository in the metadata %{repo} error=%{error}"
|
|
3967
3848
|
msgstr "არასწორი რეპოზიტორია მეტამონაცემებში %{repo} შეცდომა=%{error}"
|
3968
3849
|
|
3969
3850
|
msgid "Invalid value specified for Container Image repositories."
|
3970
|
-
msgstr "
|
3851
|
+
msgstr ""
|
3971
3852
|
|
3972
3853
|
msgid "Invalid value specified for ignorable content."
|
3973
3854
|
msgstr "დასაიგნორირებელი შემცველობისთვის მითითებული მნიშვნელობა არასწორია."
|
3974
3855
|
|
3975
3856
|
msgid "Invalid value specified for ignorable content. Permissible values %s"
|
3976
|
-
msgstr "
|
3857
|
+
msgstr ""
|
3977
3858
|
|
3978
3859
|
msgid "Issued"
|
3979
3860
|
msgstr "გამოშვება"
|
@@ -3982,7 +3863,28 @@ msgid "Issued from"
|
|
3982
3863
|
msgstr "გამომცემელი"
|
3983
3864
|
|
3984
3865
|
msgid "It is only allowed for Non-Redhat Yum repositories."
|
3985
|
-
msgstr "
|
3866
|
+
msgstr ""
|
3867
|
+
|
3868
|
+
msgid "It's not possible to bulk remove versions from a rolling content view."
|
3869
|
+
msgstr ""
|
3870
|
+
|
3871
|
+
msgid "It's not possible to copy a rolling content view."
|
3872
|
+
msgstr ""
|
3873
|
+
|
3874
|
+
msgid "It's not possible to create a filter for a rolling content view."
|
3875
|
+
msgstr ""
|
3876
|
+
|
3877
|
+
msgid "It's not possible to destroy a version of a rolling content view."
|
3878
|
+
msgstr ""
|
3879
|
+
|
3880
|
+
msgid "It's not possible to export a rolling content view."
|
3881
|
+
msgstr ""
|
3882
|
+
|
3883
|
+
msgid "It's not possible to promote a rolling content view."
|
3884
|
+
msgstr ""
|
3885
|
+
|
3886
|
+
msgid "It's not possible to publish a rolling content view."
|
3887
|
+
msgstr ""
|
3986
3888
|
|
3987
3889
|
msgid "Job '${description}' completed"
|
3988
3890
|
msgstr "დავალება '${description}' დასრულდა"
|
@@ -4042,7 +3944,7 @@ msgid "Katello: Remove Packages by search query"
|
|
4042
3944
|
msgstr "Katello: პაკეტების წაშლა ძებნის მოთხოვნის მიხედვით"
|
4043
3945
|
|
4044
3946
|
msgid "Katello: Resolve Traces"
|
4045
|
-
msgstr "
|
3947
|
+
msgstr ""
|
4046
3948
|
|
4047
3949
|
msgid "Katello: Service Restart"
|
4048
3950
|
msgstr "Katello: სერვისის რესტარტი"
|
@@ -4057,7 +3959,7 @@ msgid "Katello: Update Packages by search query"
|
|
4057
3959
|
msgstr "Katello: პაკეტების განახლება ძებნის მოთხოვნის მიხედვით"
|
4058
3960
|
|
4059
3961
|
msgid "Katello: Upload Profile"
|
4060
|
-
msgstr "
|
3962
|
+
msgstr ""
|
4061
3963
|
|
4062
3964
|
msgid "Keep latest packages"
|
4063
3965
|
msgstr ""
|
@@ -4105,10 +4007,10 @@ msgid "Last refresh :"
|
|
4105
4007
|
msgstr "ბოლო განახლება :"
|
4106
4008
|
|
4107
4009
|
msgid "Last seen"
|
4108
|
-
msgstr "
|
4010
|
+
msgstr ""
|
4109
4011
|
|
4110
4012
|
msgid "Last sync"
|
4111
|
-
msgstr "
|
4013
|
+
msgstr ""
|
4112
4014
|
|
4113
4015
|
msgid "Last task"
|
4114
4016
|
msgstr "ბოლო ამოცანა"
|
@@ -4126,10 +4028,10 @@ msgid "Learn more about adding subscription manifests in "
|
|
4126
4028
|
msgstr ""
|
4127
4029
|
|
4128
4030
|
msgid "Legacy UI"
|
4129
|
-
msgstr "
|
4031
|
+
msgstr ""
|
4130
4032
|
|
4131
4033
|
msgid "Legacy content host UI"
|
4132
|
-
msgstr "
|
4034
|
+
msgstr ""
|
4133
4035
|
|
4134
4036
|
msgid "Less than"
|
4135
4037
|
msgstr "ნაკლებობა"
|
@@ -4177,7 +4079,7 @@ msgid "Lifecycle environment ID"
|
|
4177
4079
|
msgstr "სიცოცხლის ციკლის გარემოს ID"
|
4178
4080
|
|
4179
4081
|
msgid "Lifecycle environment must be specified"
|
4180
|
-
msgstr "
|
4082
|
+
msgstr ""
|
4181
4083
|
|
4182
4084
|
msgid "Lifecycle environment was not attached to the smart proxy; therefore, no changes were made."
|
4183
4085
|
msgstr ""
|
@@ -4192,7 +4094,7 @@ msgid "Limit actions to content in the host's environment."
|
|
4192
4094
|
msgstr ""
|
4193
4095
|
|
4194
4096
|
msgid "Limit content to Red Hat / custom"
|
4195
|
-
msgstr "
|
4097
|
+
msgstr ""
|
4196
4098
|
|
4197
4099
|
msgid "Limit content to enabled / disabled / overridden"
|
4198
4100
|
msgstr "შემცველობის შეზღუდვა ჩართულებზე / გამორთულებზე / გადაარულებზე"
|
@@ -4261,7 +4163,7 @@ msgid "List components attached to this content view"
|
|
4261
4163
|
msgstr "ამ შემცველობის ხედზე მიმაგრებული კომპონენტების სია"
|
4262
4164
|
|
4263
4165
|
msgid "List content counts for the smart proxy"
|
4264
|
-
msgstr "
|
4166
|
+
msgstr ""
|
4265
4167
|
|
4266
4168
|
msgid "List content view environments"
|
4267
4169
|
msgstr ""
|
@@ -4345,7 +4247,7 @@ msgid "List of enabled repositories"
|
|
4345
4247
|
msgstr "ჩართული რეპოზიტორიების სია"
|
4346
4248
|
|
4347
4249
|
msgid "List of errata ids to exclude and not run an action on, (ex: RHSA-2019:1168)"
|
4348
|
-
msgstr "
|
4250
|
+
msgstr ""
|
4349
4251
|
|
4350
4252
|
msgid "List of errata ids to perform an action on, (ex: RHSA-2019:1168)"
|
4351
4253
|
msgstr "ქმედების გადასატარებელი მორჩენილი პაჩების ID-ები (მაგ: RHSA-2019:1168)"
|
@@ -4486,7 +4388,7 @@ msgid "Low"
|
|
4486
4388
|
msgstr "დაბალი"
|
4487
4389
|
|
4488
4390
|
msgid "Maintenance support"
|
4489
|
-
msgstr "
|
4391
|
+
msgstr ""
|
4490
4392
|
|
4491
4393
|
msgid "Make copy of a content view"
|
4492
4394
|
msgstr "შემცველობის ხედის კოპირება"
|
@@ -4519,7 +4421,7 @@ msgid "Manifest deleted"
|
|
4519
4421
|
msgstr "მანიფესტი წაიშალა"
|
4520
4422
|
|
4521
4423
|
msgid "Manifest does not have a valid subscription"
|
4522
|
-
msgstr "
|
4424
|
+
msgstr ""
|
4523
4425
|
|
4524
4426
|
msgid "Manifest expired"
|
4525
4427
|
msgstr ""
|
@@ -4546,7 +4448,7 @@ msgid "Manifest in organization %{subject} has an identity certificate that will
|
|
4546
4448
|
msgstr ""
|
4547
4449
|
|
4548
4450
|
msgid "Manifest refresh timeout"
|
4549
|
-
msgstr "
|
4451
|
+
msgstr ""
|
4550
4452
|
|
4551
4453
|
msgid "Manifest refreshed"
|
4552
4454
|
msgstr "მანიფესტი განახლდა"
|
@@ -4558,7 +4460,7 @@ msgid "Manual authentication"
|
|
4558
4460
|
msgstr "ხელით ავთენტიკაცია"
|
4559
4461
|
|
4560
4462
|
msgid "Mark Content Host Statuses as Unknown for %s"
|
4561
|
-
msgstr "
|
4463
|
+
msgstr ""
|
4562
4464
|
|
4563
4465
|
msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
|
4564
4466
|
msgstr ""
|
@@ -4602,9 +4504,6 @@ msgstr "შეტყობინება"
|
|
4602
4504
|
msgid "Messaging connection"
|
4603
4505
|
msgstr "შეერთება შეტყობინებების სერვერთან"
|
4604
4506
|
|
4605
|
-
msgid "Metadata generate"
|
4606
|
-
msgstr ""
|
4607
|
-
|
4608
4507
|
msgid ""
|
4609
4508
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
4610
4509
|
"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."
|
@@ -4661,18 +4560,12 @@ msgstr ""
|
|
4661
4560
|
msgid "Multi Content View Environment"
|
4662
4561
|
msgstr ""
|
4663
4562
|
|
4664
|
-
msgid "Multi
|
4665
|
-
msgstr ""
|
4666
|
-
|
4667
|
-
msgid "Multi copy content"
|
4563
|
+
msgid "Multi-entitlement"
|
4668
4564
|
msgstr ""
|
4669
4565
|
|
4670
|
-
msgid "
|
4566
|
+
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
4671
4567
|
msgstr ""
|
4672
4568
|
|
4673
|
-
msgid "Multi-entitlement"
|
4674
|
-
msgstr "მრავალ-უფლებიანი"
|
4675
|
-
|
4676
4569
|
msgid "N/A"
|
4677
4570
|
msgstr "N/A"
|
4678
4571
|
|
@@ -4788,7 +4681,7 @@ msgid "Newly published"
|
|
4788
4681
|
msgstr "ახლახანს გამოქვეყნებული"
|
4789
4682
|
|
4790
4683
|
msgid "Newly published version will be the same as the previous version."
|
4791
|
-
msgstr "
|
4684
|
+
msgstr ""
|
4792
4685
|
|
4793
4686
|
msgid "No"
|
4794
4687
|
msgstr "არა"
|
@@ -4812,7 +4705,7 @@ msgid "No Service Level Preference"
|
|
4812
4705
|
msgstr "SLA მორგებული არაა"
|
4813
4706
|
|
4814
4707
|
msgid "No URL found for a container registry. Please check the configuration."
|
4815
|
-
msgstr "
|
4708
|
+
msgstr ""
|
4816
4709
|
|
4817
4710
|
msgid "No Version of Content View %{component} already exists as a component of the composite Content View %{composite} version %{version}"
|
4818
4711
|
msgstr ""
|
@@ -4833,7 +4726,7 @@ msgid "No artifacts to show"
|
|
4833
4726
|
msgstr "საჩვენებელი არტეფაქტების გარეშე"
|
4834
4727
|
|
4835
4728
|
msgid "No available component content view updates"
|
4836
|
-
msgstr "
|
4729
|
+
msgstr ""
|
4837
4730
|
|
4838
4731
|
msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
|
4839
4732
|
msgstr ""
|
@@ -4842,7 +4735,7 @@ msgid "No available packages found for search term '%s'."
|
|
4842
4735
|
msgstr ""
|
4843
4736
|
|
4844
4737
|
msgid "No available repository or filter updates"
|
4845
|
-
msgstr "
|
4738
|
+
msgstr ""
|
4846
4739
|
|
4847
4740
|
msgid "No content"
|
4848
4741
|
msgstr "შიგთავსის გარეშე"
|
@@ -4872,13 +4765,13 @@ msgid "No content views available"
|
|
4872
4765
|
msgstr "შემცველობის ხედების გარეშე"
|
4873
4766
|
|
4874
4767
|
msgid "No content views available for the selected environment"
|
4875
|
-
msgstr "
|
4768
|
+
msgstr ""
|
4876
4769
|
|
4877
4770
|
msgid "No content views to add yet"
|
4878
|
-
msgstr "
|
4771
|
+
msgstr ""
|
4879
4772
|
|
4880
4773
|
msgid "No content views yet"
|
4881
|
-
msgstr "
|
4774
|
+
msgstr ""
|
4882
4775
|
|
4883
4776
|
msgid "No content_view_version_ids provided"
|
4884
4777
|
msgstr "Content_view_version_ids მიწოდებული არაა"
|
@@ -4893,22 +4786,22 @@ msgid "No docker manifests to delete after ignoring manifests with tags or manif
|
|
4893
4786
|
msgstr ""
|
4894
4787
|
|
4895
4788
|
msgid "No enabled repositories match your search criteria."
|
4896
|
-
msgstr "
|
4789
|
+
msgstr ""
|
4897
4790
|
|
4898
4791
|
msgid "No environments"
|
4899
4792
|
msgstr "გარემოების გარეშე"
|
4900
4793
|
|
4901
4794
|
msgid "No errata filter rules yet"
|
4902
|
-
msgstr "
|
4795
|
+
msgstr ""
|
4903
4796
|
|
4904
4797
|
msgid "No errata found."
|
4905
4798
|
msgstr ""
|
4906
4799
|
|
4907
4800
|
msgid "No errata matching given search query"
|
4908
|
-
msgstr "
|
4801
|
+
msgstr ""
|
4909
4802
|
|
4910
4803
|
msgid "No errata to add yet"
|
4911
|
-
msgstr "
|
4804
|
+
msgstr ""
|
4912
4805
|
|
4913
4806
|
msgid "No errors"
|
4914
4807
|
msgstr "შეცდომების გარეშე"
|
@@ -4920,10 +4813,10 @@ msgid "No file uploaded"
|
|
4920
4813
|
msgstr "ფაილი არ ატვირთულა"
|
4921
4814
|
|
4922
4815
|
msgid "No filters yet"
|
4923
|
-
msgstr "
|
4816
|
+
msgstr ""
|
4924
4817
|
|
4925
4818
|
msgid "No history yet"
|
4926
|
-
msgstr "
|
4819
|
+
msgstr ""
|
4927
4820
|
|
4928
4821
|
msgid "No host collections"
|
4929
4822
|
msgstr "ჰოსტის კოლექციების გარეშე"
|
@@ -4935,13 +4828,13 @@ msgid "No host collections yet"
|
|
4935
4828
|
msgstr "ჯერ ჰოსტების კოლექციები არ გაქვთ"
|
4936
4829
|
|
4937
4830
|
msgid "No hosts found"
|
4938
|
-
msgstr "
|
4831
|
+
msgstr ""
|
4939
4832
|
|
4940
4833
|
msgid "No hosts registered with subscription-manager found in selection."
|
4941
|
-
msgstr "
|
4834
|
+
msgstr ""
|
4942
4835
|
|
4943
4836
|
msgid "No hosts were specified"
|
4944
|
-
msgstr "
|
4837
|
+
msgstr ""
|
4945
4838
|
|
4946
4839
|
msgid "No installed debs found for search term '%s'"
|
4947
4840
|
msgstr ""
|
@@ -4977,7 +4870,7 @@ msgid "No matching activation keys found."
|
|
4977
4870
|
msgstr "აქტივაციის შესაბამისი გასაღებები ნაპოვნი არაა."
|
4978
4871
|
|
4979
4872
|
msgid "No matching alternate content sources found"
|
4980
|
-
msgstr "
|
4873
|
+
msgstr ""
|
4981
4874
|
|
4982
4875
|
msgid "No matching content views found"
|
4983
4876
|
msgstr "შესაბამისი შემცველბის ხედები ნაპოვნი არაა"
|
@@ -5001,7 +4894,7 @@ msgid "No matching hosts found."
|
|
5001
4894
|
msgstr "შესაბამისი ჰოსტები არ არსებობს."
|
5002
4895
|
|
5003
4896
|
msgid "No matching non-modular RPM found."
|
5004
|
-
msgstr "
|
4897
|
+
msgstr ""
|
5005
4898
|
|
5006
4899
|
msgid "No matching packages found"
|
5007
4900
|
msgstr "შესატყვისი პაკეტი ვერ მოიძებნა"
|
@@ -5013,22 +4906,22 @@ msgid "No matching repository sets found"
|
|
5013
4906
|
msgstr "რეპოზიტორიის გამოთხოვილი სეტი არ არსებობს"
|
5014
4907
|
|
5015
4908
|
msgid "No matching traces found"
|
5016
|
-
msgstr "
|
4909
|
+
msgstr ""
|
5017
4910
|
|
5018
4911
|
msgid "No matching version found"
|
5019
4912
|
msgstr "ვერსია არ ემთხვევა"
|
5020
4913
|
|
5021
4914
|
msgid "No module stream filter rules yet"
|
5022
|
-
msgstr "
|
4915
|
+
msgstr ""
|
5023
4916
|
|
5024
4917
|
msgid "No module streams to add yet."
|
5025
|
-
msgstr "
|
4918
|
+
msgstr ""
|
5026
4919
|
|
5027
4920
|
msgid "No new packages installed"
|
5028
4921
|
msgstr "ახალი პაკეტები არ დაყენებულა"
|
5029
4922
|
|
5030
4923
|
msgid "No package groups yet"
|
5031
|
-
msgstr "
|
4924
|
+
msgstr ""
|
5032
4925
|
|
5033
4926
|
msgid "No packages"
|
5034
4927
|
msgstr "პაკეტების გარეშე"
|
@@ -5076,13 +4969,13 @@ msgid "No recently synced products"
|
|
5076
4969
|
msgstr "ახლახანს სინქრონიზებული პროდუქტების გარეშე"
|
5077
4970
|
|
5078
4971
|
msgid "No recurring logic tied to the sync plan."
|
5079
|
-
msgstr "
|
4972
|
+
msgstr ""
|
5080
4973
|
|
5081
4974
|
msgid "No repositories added yet"
|
5082
|
-
msgstr "
|
4975
|
+
msgstr ""
|
5083
4976
|
|
5084
4977
|
msgid "No repositories available to add"
|
5085
|
-
msgstr "
|
4978
|
+
msgstr ""
|
5086
4979
|
|
5087
4980
|
msgid "No repositories available."
|
5088
4981
|
msgstr "რეპოზიტორიების გარეშე."
|
@@ -5103,7 +4996,7 @@ msgid "No repository sets to show."
|
|
5103
4996
|
msgstr "საჩვენებელი რეპოზიტორიის სეტების გარეშე."
|
5104
4997
|
|
5105
4998
|
msgid "No rules yet"
|
5106
|
-
msgstr "
|
4999
|
+
msgstr ""
|
5107
5000
|
|
5108
5001
|
msgid "No services defined, is this class extended?"
|
5109
5002
|
msgstr "სერვსები აღწერილი არაა. კლასი გაფართოებულია?"
|
@@ -5112,7 +5005,7 @@ msgid "No start time currently available."
|
|
5112
5005
|
msgstr "დაწყების თარიღი ამჟამად მიუწვდომელია."
|
5113
5006
|
|
5114
5007
|
msgid "No subscriptions match your search criteria."
|
5115
|
-
msgstr "
|
5008
|
+
msgstr ""
|
5116
5009
|
|
5117
5010
|
msgid "No syncable repositories found for selected products and options."
|
5118
5011
|
msgstr "მონიშნული პროდუქტებისა და პარამეტრებისთვის დასასინქრონებელი რეპოზიტორიები აღმოჩენილი არაა."
|
@@ -5127,7 +5020,7 @@ msgid "No uploads param specified. An array of uploads to import is required."
|
|
5127
5020
|
msgstr ""
|
5128
5021
|
|
5129
5022
|
msgid "No versions yet"
|
5130
|
-
msgstr "
|
5023
|
+
msgstr ""
|
5131
5024
|
|
5132
5025
|
msgid "Non-security errata applicable"
|
5133
5026
|
msgstr "შესატყვისი არა-უსაფრთხოების მორჩენილი პაჩები"
|
@@ -5163,10 +5056,10 @@ msgid "Not yet published"
|
|
5163
5056
|
msgstr "ჯერ გამოქვეყნებული არაა"
|
5164
5057
|
|
5165
5058
|
msgid "Note: Deleting a subscription manifest is STRONGLY discouraged."
|
5166
|
-
msgstr "
|
5059
|
+
msgstr ""
|
5167
5060
|
|
5168
5061
|
msgid "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:"
|
5169
|
-
msgstr "
|
5062
|
+
msgstr ""
|
5170
5063
|
|
5171
5064
|
msgid "Note: The number in parentheses reflects all applicable errata from the Library environment that are unavailable to the host. You will need to promote this content to the relevant content view in order to make it available."
|
5172
5065
|
msgstr ""
|
@@ -5190,7 +5083,7 @@ msgid "Number to Allocate"
|
|
5190
5083
|
msgstr "გამოსაყოფი რიცხვი"
|
5191
5084
|
|
5192
5085
|
msgid "OS"
|
5193
|
-
msgstr "
|
5086
|
+
msgstr ""
|
5194
5087
|
|
5195
5088
|
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
5196
5089
|
msgstr ""
|
@@ -5217,7 +5110,7 @@ msgid "On Demand"
|
|
5217
5110
|
msgstr "საჭიროებისამებრ"
|
5218
5111
|
|
5219
5112
|
msgid "On the RHUA Instance, check the available repositories."
|
5220
|
-
msgstr "
|
5113
|
+
msgstr ""
|
5221
5114
|
|
5222
5115
|
msgid "On-disk location for pulp 3 exported repositories"
|
5223
5116
|
msgstr ""
|
@@ -5300,8 +5193,11 @@ msgstr ""
|
|
5300
5193
|
msgid "Organization required"
|
5301
5194
|
msgstr "ორგანიზაციის მითითება აუცილებელია"
|
5302
5195
|
|
5196
|
+
msgid "Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details."
|
5197
|
+
msgstr ""
|
5198
|
+
|
5303
5199
|
msgid "Orphaned Content Protection Time"
|
5304
|
-
msgstr "
|
5200
|
+
msgstr ""
|
5305
5201
|
|
5306
5202
|
msgid "Orphaned content facets for deleted hosts exist for the content view and environment. Please run rake task : katello:clean_orphaned_facets and try again!"
|
5307
5203
|
msgstr ""
|
@@ -5319,10 +5215,10 @@ msgid "Override content for activation_key"
|
|
5319
5215
|
msgstr "Activation_key-ისთვის შემცველობის გადაფარვა"
|
5320
5216
|
|
5321
5217
|
msgid "Override key or name. Note if name is not provided the default name will be 'enabled'"
|
5322
|
-
msgstr "პარამეტრის გასაღების ან სახელის გადაფარვა. დაიმახსოვრეთ, რომ თუ სახელი მითითებული არაა,
|
5218
|
+
msgstr "პარამეტრის გასაღების ან სახელის გადაფარვა. დაიმახსოვრეთ, რომ თუ სახელი მითითებული არაა, ნაგულისხმები სახელი იქნება 'enabled'"
|
5323
5219
|
|
5324
5220
|
msgid "Override parameter key or name. Note if name is not provided the default name will be 'enabled'"
|
5325
|
-
msgstr "პარამეტრის გასაღების ან სახელის გადაფარვა. დაიმახსოვრეთ, რომ თუ სახელი მითითებული არაა,
|
5221
|
+
msgstr "პარამეტრის გასაღების ან სახელის გადაფარვა. დაიმახსოვრეთ, რომ თუ სახელი მითითებული არაა, ნაგულისხმები სახელი იქნება 'enabled'"
|
5326
5222
|
|
5327
5223
|
msgid "Override the major version number"
|
5328
5224
|
msgstr "ვერსიის ძირითადი რიცხვის გადაფარვა"
|
@@ -5331,7 +5227,7 @@ msgid "Override the minor version number"
|
|
5331
5227
|
msgstr "ვერსიის მეორადი რიცხვის გადაფარვა"
|
5332
5228
|
|
5333
5229
|
msgid "Override to a boolean value or 'default'"
|
5334
|
-
msgstr "ლოგიკურ ან
|
5230
|
+
msgstr "ლოგიკურ ან ნაგულისხმებ მნიშვნელობამდე გადაფარვა"
|
5335
5231
|
|
5336
5232
|
msgid "Override to disabled"
|
5337
5233
|
msgstr "გადაფარვა გამორთვამდე"
|
@@ -5453,6 +5349,9 @@ msgstr "პაკეტის განახლების ვადა გა
|
|
5453
5349
|
msgid "Package Update scheduled by %s"
|
5454
5350
|
msgstr "პაკეტის განახლება შესრულების რიგშია %s-ის მიერ"
|
5455
5351
|
|
5352
|
+
msgid "Package actions will be transient"
|
5353
|
+
msgstr ""
|
5354
|
+
|
5456
5355
|
msgid "Package group update canceled"
|
5457
5356
|
msgstr "პაკეტის ჯგუფის განახლება გაუქმდა"
|
5458
5357
|
|
@@ -5532,7 +5431,7 @@ msgid "Pending tasks detected in repositories of this content view. Please wait
|
|
5532
5431
|
msgstr ""
|
5533
5432
|
|
5534
5433
|
msgid "Perform a module stream action via Katello interface"
|
5535
|
-
msgstr "
|
5434
|
+
msgstr ""
|
5536
5435
|
|
5537
5436
|
msgid "Perform an Incremental Update on one or more Content View Versions"
|
5538
5437
|
msgstr ""
|
@@ -5550,10 +5449,10 @@ msgid "Performs a incremental-export of the repository in library."
|
|
5550
5449
|
msgstr "ბიბლიოთეკაში რეპოზიტორიის ინკრემენტული გატანის განხორციელება."
|
5551
5450
|
|
5552
5451
|
msgid "Performs an incremental-export of a content view version."
|
5553
|
-
msgstr "
|
5452
|
+
msgstr ""
|
5554
5453
|
|
5555
5454
|
msgid "Performs an incremental-export of the repositories in library."
|
5556
|
-
msgstr "
|
5455
|
+
msgstr ""
|
5557
5456
|
|
5558
5457
|
msgid "Permission Denied. User '%{user}' does not have permissions to access organization '%{org}'."
|
5559
5458
|
msgstr ""
|
@@ -5568,7 +5467,7 @@ msgid "Please add some repositories."
|
|
5568
5467
|
msgstr "დაამატეთ რეპოზიტორიები."
|
5569
5468
|
|
5570
5469
|
msgid "Please create some content views."
|
5571
|
-
msgstr "
|
5470
|
+
msgstr ""
|
5572
5471
|
|
5573
5472
|
msgid "Please enter a positive number above zero"
|
5574
5473
|
msgstr "შეიყვანეთ ნულზე დიდი დადებითი რიცხვი"
|
@@ -5598,7 +5497,7 @@ msgid "Please select an operating system before assigning a kickstart repository
|
|
5598
5497
|
msgstr ""
|
5599
5498
|
|
5600
5499
|
msgid "Please select one from the list below and you will be redirected."
|
5601
|
-
msgstr "
|
5500
|
+
msgstr ""
|
5602
5501
|
|
5603
5502
|
msgid "Please wait while the task starts.."
|
5604
5503
|
msgstr "მოითმინეთ, სანამ ამოცანა გაეშვება.."
|
@@ -5643,7 +5542,7 @@ msgid "Problem searching repository sets"
|
|
5643
5542
|
msgstr "რეპოზიტორიის სეტებში ძებნის პრობლემა"
|
5644
5543
|
|
5645
5544
|
msgid "Problem searching traces"
|
5646
|
-
msgstr "
|
5545
|
+
msgstr ""
|
5647
5546
|
|
5648
5547
|
msgid "Product"
|
5649
5548
|
msgstr "პროდუქტი"
|
@@ -5681,7 +5580,7 @@ msgid "Product id not found: '%s'"
|
|
5681
5580
|
msgstr ""
|
5682
5581
|
|
5683
5582
|
msgid "Product label"
|
5684
|
-
msgstr "
|
5583
|
+
msgstr ""
|
5685
5584
|
|
5686
5585
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
5687
5586
|
msgstr ""
|
@@ -5762,7 +5661,7 @@ msgid "Proxies"
|
|
5762
5661
|
msgstr "პროქსები"
|
5763
5662
|
|
5764
5663
|
msgid "Proxy sync failure"
|
5765
|
-
msgstr "
|
5664
|
+
msgstr ""
|
5766
5665
|
|
5767
5666
|
msgid "Public"
|
5768
5667
|
msgstr "საჯარო"
|
@@ -5801,7 +5700,7 @@ msgid "Pulp"
|
|
5801
5700
|
msgstr "Pulp"
|
5802
5701
|
|
5803
5702
|
msgid "Pulp 3 export destination filepath"
|
5804
|
-
msgstr "
|
5703
|
+
msgstr ""
|
5805
5704
|
|
5806
5705
|
msgid "Pulp 3 is not enabled on Smart proxy!"
|
5807
5706
|
msgstr "ჭკვიან პროქსიზე Pulp3 ჩართული არაა!"
|
@@ -5845,9 +5744,6 @@ msgstr "Pulp-ის საცავი"
|
|
5845
5744
|
msgid "Pulp task error"
|
5846
5745
|
msgstr "Pulp-ის ამოცანის შეცდომა"
|
5847
5746
|
|
5848
|
-
msgid "Purge completed tasks"
|
5849
|
-
msgstr ""
|
5850
|
-
|
5851
5747
|
msgid "Python Package"
|
5852
5748
|
msgstr "Python-ის პაკეტი"
|
5853
5749
|
|
@@ -5897,10 +5793,10 @@ msgid "RH Repos"
|
|
5897
5793
|
msgstr "RH-ის რეპოები"
|
5898
5794
|
|
5899
5795
|
msgid "RHEL Lifecycle status"
|
5900
|
-
msgstr "
|
5796
|
+
msgstr ""
|
5901
5797
|
|
5902
5798
|
msgid "RHEL lifecycle"
|
5903
|
-
msgstr "
|
5799
|
+
msgstr ""
|
5904
5800
|
|
5905
5801
|
msgid "RHUI"
|
5906
5802
|
msgstr "RHUI"
|
@@ -5948,31 +5844,28 @@ msgid "Reassign affected hosts"
|
|
5948
5844
|
msgstr "მოყოლილი ჰოსტების თავიდან მინიჭება"
|
5949
5845
|
|
5950
5846
|
msgid "Reboot host"
|
5951
|
-
msgstr "
|
5847
|
+
msgstr ""
|
5952
5848
|
|
5953
5849
|
msgid "Reboot required"
|
5954
5850
|
msgstr "საჭიროა გადატვირთვა"
|
5955
5851
|
|
5956
5852
|
msgid "Reclaim Space"
|
5957
|
-
msgstr "ადგილის თავიდან გამოთხოვა"
|
5958
|
-
|
5959
|
-
msgid "Reclaim space"
|
5960
5853
|
msgstr ""
|
5961
5854
|
|
5962
5855
|
msgid "Reclaim space from On Demand repositories"
|
5963
|
-
msgstr "
|
5856
|
+
msgstr ""
|
5964
5857
|
|
5965
5858
|
msgid "Reclaim space from all On Demand repositories on a smart proxy"
|
5966
5859
|
msgstr "მოითხოვეთ სივრცე ყველა მოთხოვნით საცავიდან ჭკვიანი პროქსიზე"
|
5967
5860
|
|
5968
5861
|
msgid "Reclaim space from an On Demand repository"
|
5969
|
-
msgstr "
|
5862
|
+
msgstr ""
|
5970
5863
|
|
5971
5864
|
msgid "Recommended Repositories"
|
5972
5865
|
msgstr "რეკომდენდებული რეპოზიტორიები"
|
5973
5866
|
|
5974
5867
|
msgid "Red Hat"
|
5975
|
-
msgstr "
|
5868
|
+
msgstr ""
|
5976
5869
|
|
5977
5870
|
msgid "Red Hat CDN"
|
5978
5871
|
msgstr "Red Hat CDN"
|
@@ -5987,16 +5880,16 @@ msgid "Red Hat Repositories page"
|
|
5987
5880
|
msgstr "Red Hat-ის რეპოზიტორიების გვერდი"
|
5988
5881
|
|
5989
5882
|
msgid "Red Hat content will be consumed from an {type}."
|
5990
|
-
msgstr "
|
5883
|
+
msgstr ""
|
5991
5884
|
|
5992
5885
|
msgid "Red Hat content will be consumed from the {type}."
|
5993
|
-
msgstr "
|
5886
|
+
msgstr ""
|
5994
5887
|
|
5995
5888
|
msgid "Red Hat content will be consumed from {type}."
|
5996
|
-
msgstr "
|
5889
|
+
msgstr ""
|
5997
5890
|
|
5998
5891
|
msgid "Red Hat content will be enabled and consumed via the {type} process."
|
5999
|
-
msgstr "
|
5892
|
+
msgstr ""
|
6000
5893
|
|
6001
5894
|
msgid "Red Hat products cannot be manipulated."
|
6002
5895
|
msgstr "Red Hat-ის პროდუქტები ვერ ჩასწორდება."
|
@@ -6019,10 +5912,10 @@ msgstr "შემცველობის ჰოსტის სტატუს
|
|
6019
5912
|
msgid "Refresh Manifest"
|
6020
5913
|
msgstr "მანიფესტის განახლება"
|
6021
5914
|
|
6022
|
-
msgid "Refresh
|
6023
|
-
msgstr "
|
5915
|
+
msgid "Refresh RollingCV Repo"
|
5916
|
+
msgstr ""
|
6024
5917
|
|
6025
|
-
msgid "Refresh all
|
5918
|
+
msgid "Refresh all alternate content sources"
|
6026
5919
|
msgstr ""
|
6027
5920
|
|
6028
5921
|
msgid "Refresh alternate content sources"
|
@@ -6032,30 +5925,18 @@ msgid "Refresh an alternate content source. Refreshing, like repository syncing,
|
|
6032
5925
|
msgstr ""
|
6033
5926
|
|
6034
5927
|
msgid "Refresh applicability"
|
6035
|
-
msgstr "
|
5928
|
+
msgstr ""
|
6036
5929
|
|
6037
5930
|
msgid "Refresh counts"
|
6038
|
-
msgstr "განახლების რაოდენობები"
|
6039
|
-
|
6040
|
-
msgid "Refresh distribution"
|
6041
5931
|
msgstr ""
|
6042
5932
|
|
6043
5933
|
msgid "Refresh errata applicability"
|
6044
|
-
msgstr "მორჩენილი პაჩების შესატყვისობის განახლება"
|
6045
|
-
|
6046
|
-
msgid "Refresh if needed"
|
6047
5934
|
msgstr ""
|
6048
5935
|
|
6049
5936
|
msgid "Refresh package applicability"
|
6050
|
-
msgstr "პაკეტების შესატყვისობის განახლება"
|
6051
|
-
|
6052
|
-
msgid "Refresh previously imported manifest for Red Hat provider"
|
6053
5937
|
msgstr ""
|
6054
5938
|
|
6055
|
-
msgid "Refresh
|
6056
|
-
msgstr ""
|
6057
|
-
|
6058
|
-
msgid "Refresh repos"
|
5939
|
+
msgid "Refresh previously imported manifest for Red Hat provider"
|
6059
5940
|
msgstr ""
|
6060
5941
|
|
6061
5942
|
msgid "Refresh source"
|
@@ -6086,7 +5967,7 @@ msgid "Registered to"
|
|
6086
5967
|
msgstr ""
|
6087
5968
|
|
6088
5969
|
msgid "Registering to multiple environments is not enabled."
|
6089
|
-
msgstr "
|
5970
|
+
msgstr ""
|
6090
5971
|
|
6091
5972
|
msgid "Registration details"
|
6092
5973
|
msgstr "რეგისტრაციის დეტალები"
|
@@ -6100,23 +5981,20 @@ msgstr ""
|
|
6100
5981
|
msgid "Registry name pattern will result in invalid container image name of member repositories"
|
6101
5982
|
msgstr ""
|
6102
5983
|
|
6103
|
-
msgid "Reindex subscriptions"
|
6104
|
-
msgstr ""
|
6105
|
-
|
6106
5984
|
msgid "Related composite content views"
|
6107
|
-
msgstr "
|
5985
|
+
msgstr ""
|
6108
5986
|
|
6109
5987
|
msgid "Related composite content views: "
|
6110
|
-
msgstr "
|
5988
|
+
msgstr ""
|
6111
5989
|
|
6112
5990
|
msgid "Related content views"
|
6113
|
-
msgstr "
|
5991
|
+
msgstr ""
|
6114
5992
|
|
6115
5993
|
msgid "Related content views will appear here when created."
|
6116
5994
|
msgstr ""
|
6117
5995
|
|
6118
5996
|
msgid "Related content views: "
|
6119
|
-
msgstr "
|
5997
|
+
msgstr ""
|
6120
5998
|
|
6121
5999
|
msgid "Release"
|
6122
6000
|
msgstr "გამოცემა"
|
@@ -6140,10 +6018,10 @@ msgid "Reload data"
|
|
6140
6018
|
msgstr "მონაცემების თავიდან ცატვირთვა"
|
6141
6019
|
|
6142
6020
|
msgid "Remote execution is enabled."
|
6143
|
-
msgstr "
|
6021
|
+
msgstr ""
|
6144
6022
|
|
6145
6023
|
msgid "Remote execution job '${description}' failed."
|
6146
|
-
msgstr "
|
6024
|
+
msgstr ""
|
6147
6025
|
|
6148
6026
|
msgid "Remove"
|
6149
6027
|
msgstr "წაშლა"
|
@@ -6194,12 +6072,9 @@ msgid "Remove module stream"
|
|
6194
6072
|
msgstr "მოდულის ნაკადის წაშლა"
|
6195
6073
|
|
6196
6074
|
msgid "Remove one or more host collections from one or more hosts"
|
6197
|
-
msgstr "ერთი ან მეტი ჰოსტიდან ერთი ან მეტი ჰოსტის კოლექციის წაშლა"
|
6198
|
-
|
6199
|
-
msgid "Remove one or more subscriptions from an upstream manifest"
|
6200
6075
|
msgstr ""
|
6201
6076
|
|
6202
|
-
msgid "Remove
|
6077
|
+
msgid "Remove one or more subscriptions from an upstream manifest"
|
6203
6078
|
msgstr ""
|
6204
6079
|
|
6205
6080
|
msgid "Remove package group via Katello interface"
|
@@ -6229,12 +6104,6 @@ msgstr ""
|
|
6229
6104
|
msgid "Remove subscriptions from one or more hosts"
|
6230
6105
|
msgstr "გამოწერის წაშლა ერთი ან მეტი ჰოსტიდან"
|
6231
6106
|
|
6232
|
-
msgid "Remove units"
|
6233
|
-
msgstr ""
|
6234
|
-
|
6235
|
-
msgid "Remove unneeded repos"
|
6236
|
-
msgstr ""
|
6237
|
-
|
6238
6107
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
6239
6108
|
msgstr "წაშალეთ ვერსიები შემცველობის ხედიდან და ხელახლა მინიჭეთ სისტემები და გასაღებები"
|
6240
6109
|
|
@@ -6259,20 +6128,17 @@ msgstr ""
|
|
6259
6128
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
6260
6129
|
msgstr ""
|
6261
6130
|
|
6262
|
-
msgid "Repair"
|
6263
|
-
msgstr ""
|
6264
|
-
|
6265
6131
|
msgid "Replace content source on the target machine"
|
6266
6132
|
msgstr ""
|
6267
6133
|
|
6268
6134
|
msgid "Repo ID"
|
6269
|
-
msgstr "
|
6135
|
+
msgstr ""
|
6270
6136
|
|
6271
6137
|
msgid "Repo Type"
|
6272
6138
|
msgstr "რეპოს ტიპი"
|
6273
6139
|
|
6274
6140
|
msgid "Repo label"
|
6275
|
-
msgstr "
|
6141
|
+
msgstr ""
|
6276
6142
|
|
6277
6143
|
msgid "Repositories"
|
6278
6144
|
msgstr "საცავები"
|
@@ -6280,18 +6146,12 @@ msgstr "საცავები"
|
|
6280
6146
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
6281
6147
|
msgstr ""
|
6282
6148
|
|
6283
|
-
msgid "Repositories certs reset"
|
6284
|
-
msgstr ""
|
6285
|
-
|
6286
6149
|
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."
|
6287
6150
|
msgstr ""
|
6288
6151
|
|
6289
6152
|
msgid "Repositories from published Content Views are not allowed."
|
6290
6153
|
msgstr ""
|
6291
6154
|
|
6292
|
-
msgid "Repositories gpg reset"
|
6293
|
-
msgstr ""
|
6294
|
-
|
6295
6155
|
msgid "Repository"
|
6296
6156
|
msgstr "საცავი"
|
6297
6157
|
|
@@ -6302,7 +6162,7 @@ msgid "Repository %s cannot be deleted since it is the last affected repository
|
|
6302
6162
|
msgstr ""
|
6303
6163
|
|
6304
6164
|
msgid "Repository %{label} failed to synchronize"
|
6305
|
-
msgstr "
|
6165
|
+
msgstr ""
|
6306
6166
|
|
6307
6167
|
msgid "Repository '%(repoName)s' has been disabled."
|
6308
6168
|
msgstr "რეპოზიტორია '%(repoName)s' გაითიშა."
|
@@ -6311,7 +6171,7 @@ msgid "Repository '%(repoName)s' has been enabled."
|
|
6311
6171
|
msgstr "რეპოზიტორია '%(repoName)s' ჩაირთო."
|
6312
6172
|
|
6313
6173
|
msgid "Repository ID"
|
6314
|
-
msgstr "
|
6174
|
+
msgstr ""
|
6315
6175
|
|
6316
6176
|
msgid "Repository Id associated with the kickstart repo used for provisioning"
|
6317
6177
|
msgstr ""
|
@@ -6320,7 +6180,7 @@ msgid "Repository cannot be deleted since it has already been included in a publ
|
|
6320
6180
|
msgstr ""
|
6321
6181
|
|
6322
6182
|
msgid "Repository cannot be disabled since it has already been promoted."
|
6323
|
-
msgstr "
|
6183
|
+
msgstr ""
|
6324
6184
|
|
6325
6185
|
msgid "Repository has already been cloned to %{cv_name} in environment %{to_env}"
|
6326
6186
|
msgstr ""
|
@@ -6335,7 +6195,7 @@ msgid "Repository label '%s' is not associated with content view."
|
|
6335
6195
|
msgstr ""
|
6336
6196
|
|
6337
6197
|
msgid "Repository name"
|
6338
|
-
msgstr "
|
6198
|
+
msgstr ""
|
6339
6199
|
|
6340
6200
|
msgid "Repository name '%{container_name}' already exists in this product using a different naming scheme. Please retry your request with the %{root_repo_container_push_name} format or destroy and recreate the repository using your preferred schema."
|
6341
6201
|
msgstr ""
|
@@ -6380,10 +6240,10 @@ msgid "Repository sets will appear here when the host's content view and environ
|
|
6380
6240
|
msgstr ""
|
6381
6241
|
|
6382
6242
|
msgid "Repository sync failure"
|
6383
|
-
msgstr "
|
6243
|
+
msgstr ""
|
6384
6244
|
|
6385
6245
|
msgid "Repository type"
|
6386
|
-
msgstr "
|
6246
|
+
msgstr ""
|
6387
6247
|
|
6388
6248
|
msgid "Republish Repositories of %{name} %{version}"
|
6389
6249
|
msgstr "%{name} %{version}-ის რეპოზიტორიების თავიდან გამოცემა"
|
@@ -6392,7 +6252,7 @@ msgid "Republish Version Repositories"
|
|
6392
6252
|
msgstr "ვერსიების რეპოზიტორიების თავიდან გამოჩენა"
|
6393
6253
|
|
6394
6254
|
msgid "Republish repository metadata"
|
6395
|
-
msgstr "
|
6255
|
+
msgstr ""
|
6396
6256
|
|
6397
6257
|
msgid "Requested access to '%s' is denied"
|
6398
6258
|
msgstr ""
|
@@ -6404,10 +6264,10 @@ msgid "Requirements is not valid yaml."
|
|
6404
6264
|
msgstr "მოთხოვნები სწორ yaml-ს არ წარმოადგენენ."
|
6405
6265
|
|
6406
6266
|
msgid "Requirements yaml should be a key-value pair structure."
|
6407
|
-
msgstr "
|
6267
|
+
msgstr ""
|
6408
6268
|
|
6409
6269
|
msgid "Requirements yaml should have a 'collections' key"
|
6410
|
-
msgstr "
|
6270
|
+
msgstr ""
|
6411
6271
|
|
6412
6272
|
msgid "Requires Virt-Who"
|
6413
6273
|
msgstr "ესაჭიროება Virt-Who"
|
@@ -6422,19 +6282,19 @@ msgid "Reset module stream"
|
|
6422
6282
|
msgstr "მოდულის ნაკადის საწყის მდგომარეობაზე დაბრუნება"
|
6423
6283
|
|
6424
6284
|
msgid "Reset to default"
|
6425
|
-
msgstr "
|
6285
|
+
msgstr "ნაგულისხმებ მნიშვნელობაზე დაბრუნება"
|
6426
6286
|
|
6427
6287
|
msgid "Reset to the default state"
|
6428
|
-
msgstr "
|
6288
|
+
msgstr "ნაგულისხმებ მდგომარეობაზე დაბრუნება"
|
6429
6289
|
|
6430
6290
|
msgid "Resolve traces"
|
6431
|
-
msgstr "
|
6291
|
+
msgstr ""
|
6432
6292
|
|
6433
6293
|
msgid "Resolve traces for one or more hosts"
|
6434
|
-
msgstr "
|
6294
|
+
msgstr ""
|
6435
6295
|
|
6436
6296
|
msgid "Resolve traces via Katello interface"
|
6437
|
-
msgstr "
|
6297
|
+
msgstr ""
|
6438
6298
|
|
6439
6299
|
msgid "Resource"
|
6440
6300
|
msgstr "რესურსი"
|
@@ -6527,7 +6387,7 @@ msgid "Return packages that can be added to the specified object. Only the valu
|
|
6527
6387
|
msgstr ""
|
6528
6388
|
|
6529
6389
|
msgid "Return same, different or all results"
|
6530
|
-
msgstr "
|
6390
|
+
msgstr ""
|
6531
6391
|
|
6532
6392
|
msgid "Return subscriptions that match installed products of the specified host"
|
6533
6393
|
msgstr ""
|
@@ -6539,7 +6399,7 @@ msgid "Return the content of a Content Credential, used directly by yum"
|
|
6539
6399
|
msgstr ""
|
6540
6400
|
|
6541
6401
|
msgid "Return the content of a repo gpg key, used directly by yum"
|
6542
|
-
msgstr "
|
6402
|
+
msgstr ""
|
6543
6403
|
|
6544
6404
|
msgid "Return the enabled content types"
|
6545
6405
|
msgstr "აბრუნებს შემცველობის ჩართულ ტიპებს"
|
@@ -6556,7 +6416,7 @@ msgstr "მოყოლილი გარემოს გადახედვ
|
|
6556
6416
|
msgid "Review affected environments"
|
6557
6417
|
msgstr "მოყოლილი გარემოების გადახედვა"
|
6558
6418
|
|
6559
|
-
msgid "Review and optionally exclude hosts from your selection."
|
6419
|
+
msgid "Review and optionally exclude hosts from your selection. Note that package actions on any image mode hosts will be transient and lost on the next reboot."
|
6560
6420
|
msgstr ""
|
6561
6421
|
|
6562
6422
|
msgid "Review and then click {submitBtnText}."
|
@@ -6569,10 +6429,10 @@ msgid "Review hosts"
|
|
6569
6429
|
msgstr ""
|
6570
6430
|
|
6571
6431
|
msgid "Review the information below and click "
|
6572
|
-
msgstr "
|
6432
|
+
msgstr ""
|
6573
6433
|
|
6574
6434
|
msgid "Review your currently selected changes for "
|
6575
|
-
msgstr "
|
6435
|
+
msgstr ""
|
6576
6436
|
|
6577
6437
|
msgid "Role"
|
6578
6438
|
msgstr "როლი"
|
@@ -6589,6 +6449,12 @@ msgstr ""
|
|
6589
6449
|
msgid "Rollback image digest"
|
6590
6450
|
msgstr ""
|
6591
6451
|
|
6452
|
+
msgid "Rolling content view"
|
6453
|
+
msgstr ""
|
6454
|
+
|
6455
|
+
msgid "Rolling content views"
|
6456
|
+
msgstr ""
|
6457
|
+
|
6592
6458
|
msgid "Rules to be added"
|
6593
6459
|
msgstr "დაემატება წესები"
|
6594
6460
|
|
@@ -6596,7 +6462,7 @@ msgid "Run Sync Plan:"
|
|
6596
6462
|
msgstr "სინქრონიზაციის გეგმის გაშვება:"
|
6597
6463
|
|
6598
6464
|
msgid "Run job invocation"
|
6599
|
-
msgstr "
|
6465
|
+
msgstr ""
|
6600
6466
|
|
6601
6467
|
msgid "Running"
|
6602
6468
|
msgstr "მიმდინარეობს შესრულება"
|
@@ -6634,38 +6500,17 @@ msgstr "მოკლევადიანი გამოწერები"
|
|
6634
6500
|
msgid "Save"
|
6635
6501
|
msgstr "შენახვა"
|
6636
6502
|
|
6637
|
-
msgid "Save artifact"
|
6638
|
-
msgstr ""
|
6639
|
-
|
6640
|
-
msgid "Save distribution references"
|
6641
|
-
msgstr ""
|
6642
|
-
|
6643
|
-
msgid "Save publication"
|
6644
|
-
msgstr ""
|
6645
|
-
|
6646
|
-
msgid "Save version"
|
6647
|
-
msgstr ""
|
6648
|
-
|
6649
|
-
msgid "Save versions"
|
6650
|
-
msgstr ""
|
6651
|
-
|
6652
6503
|
msgid "Saving alternate content source..."
|
6653
6504
|
msgstr "შემცველობის ალტერნატიული წყაროს შენახვა..."
|
6654
6505
|
|
6655
6506
|
msgid "Scan a flatpak remote"
|
6656
6507
|
msgstr ""
|
6657
6508
|
|
6658
|
-
msgid "Scan cdn"
|
6659
|
-
msgstr ""
|
6660
|
-
|
6661
|
-
msgid "Scan remote"
|
6662
|
-
msgstr ""
|
6663
|
-
|
6664
6509
|
msgid "Schema version 1"
|
6665
|
-
msgstr "
|
6510
|
+
msgstr ""
|
6666
6511
|
|
6667
6512
|
msgid "Schema version 2"
|
6668
|
-
msgstr "
|
6513
|
+
msgstr ""
|
6669
6514
|
|
6670
6515
|
msgid "Search"
|
6671
6516
|
msgstr "ძებნა"
|
@@ -6674,7 +6519,7 @@ msgid "Search Query"
|
|
6674
6519
|
msgstr "საძებნი სტრიქონი"
|
6675
6520
|
|
6676
6521
|
msgid "Search available Debian packages"
|
6677
|
-
msgstr "
|
6522
|
+
msgstr ""
|
6678
6523
|
|
6679
6524
|
msgid "Search available packages"
|
6680
6525
|
msgstr "ხელმისაწვდომი პაკეტების ძებნა"
|
@@ -6683,7 +6528,7 @@ msgid "Search host collections"
|
|
6683
6528
|
msgstr "ჰოსტების კოლექციების ძებნა"
|
6684
6529
|
|
6685
6530
|
msgid "Search pattern (defaults to '*')"
|
6686
|
-
msgstr "ძებნის შაბლონი (
|
6531
|
+
msgstr "ძებნის შაბლონი (ნაგულისხმებად \"*\""
|
6687
6532
|
|
6688
6533
|
msgid "Search string"
|
6689
6534
|
msgstr "საძებნი სტრიქონი"
|
@@ -6740,7 +6585,7 @@ msgid "Select a client key"
|
|
6740
6585
|
msgstr "აირჩიეთ კლიენტის გასაღები"
|
6741
6586
|
|
6742
6587
|
msgid "Select a content source first"
|
6743
|
-
msgstr "
|
6588
|
+
msgstr ""
|
6744
6589
|
|
6745
6590
|
msgid "Select a content view"
|
6746
6591
|
msgstr "შემცველობის წყაროს არჩევა"
|
@@ -6752,7 +6597,7 @@ msgid "Select a lifecycle environment and a content view to move this host."
|
|
6752
6597
|
msgstr ""
|
6753
6598
|
|
6754
6599
|
msgid "Select a lifecycle environment first"
|
6755
|
-
msgstr "
|
6600
|
+
msgstr ""
|
6756
6601
|
|
6757
6602
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
6758
6603
|
msgstr ""
|
@@ -6761,7 +6606,7 @@ msgid "Select a provider to install katello-host-tools-tracer"
|
|
6761
6606
|
msgstr ""
|
6762
6607
|
|
6763
6608
|
msgid "Select a source"
|
6764
|
-
msgstr "
|
6609
|
+
msgstr ""
|
6765
6610
|
|
6766
6611
|
msgid "Select action"
|
6767
6612
|
msgstr ""
|
@@ -6791,7 +6636,7 @@ msgid "Select at least one package."
|
|
6791
6636
|
msgstr ""
|
6792
6637
|
|
6793
6638
|
msgid "Select attributes for ${akDetails.name}"
|
6794
|
-
msgstr "
|
6639
|
+
msgstr ""
|
6795
6640
|
|
6796
6641
|
msgid "Select available version of ${truncate(cvName)} to use"
|
6797
6642
|
msgstr ""
|
@@ -6848,13 +6693,13 @@ msgid "Select products"
|
|
6848
6693
|
msgstr "აირჩიეთ პროდუქტები"
|
6849
6694
|
|
6850
6695
|
msgid "Select products to associate to this source."
|
6851
|
-
msgstr "
|
6696
|
+
msgstr ""
|
6852
6697
|
|
6853
6698
|
msgid "Select row"
|
6854
6699
|
msgstr "აირჩიეთ მწკრივი"
|
6855
6700
|
|
6856
6701
|
msgid "Select smart proxies to be used with this source."
|
6857
|
-
msgstr "
|
6702
|
+
msgstr ""
|
6858
6703
|
|
6859
6704
|
msgid "Select smart proxy"
|
6860
6705
|
msgstr "აირჩიეთ ჭკვიანი პროქსი"
|
@@ -6977,7 +6822,7 @@ msgid "Show all"
|
|
6977
6822
|
msgstr "ყველას ჩვენება"
|
6978
6823
|
|
6979
6824
|
msgid "Show all repository sets"
|
6980
|
-
msgstr "
|
6825
|
+
msgstr ""
|
6981
6826
|
|
6982
6827
|
msgid "Show an activation key"
|
6983
6828
|
msgstr "აქტივაციის გასაღების ჩვენება"
|
@@ -7001,7 +6846,7 @@ msgid "Show full description"
|
|
7001
6846
|
msgstr "სრული აღწერის ჩვენება"
|
7002
6847
|
|
7003
6848
|
msgid "Show hosts associated to an activation key"
|
7004
|
-
msgstr "
|
6849
|
+
msgstr ""
|
7005
6850
|
|
7006
6851
|
msgid "Show organization"
|
7007
6852
|
msgstr "ორგანიზაციის ჩვენება"
|
@@ -7013,7 +6858,7 @@ msgid "Show releases available for the content host"
|
|
7013
6858
|
msgstr "შემცველობის ჰოსტისთვის ხელმისაწვდომი რელიზების ჩვენება"
|
7014
6859
|
|
7015
6860
|
msgid "Show repositories"
|
7016
|
-
msgstr "
|
6861
|
+
msgstr ""
|
7017
6862
|
|
7018
6863
|
msgid "Show repositories enabled on the host that are known to Katello"
|
7019
6864
|
msgstr "Katello-სთვის ცნობილ ჰოსტზე ჩართული რეპოზიტორიების ჩვენება"
|
@@ -7031,10 +6876,10 @@ msgid "Shows version information"
|
|
7031
6876
|
msgstr "ვერსიის ინფორმაციის ჩვენება"
|
7032
6877
|
|
7033
6878
|
msgid "Simple Content Access has been disabled for '%{subject}'."
|
7034
|
-
msgstr "
|
6879
|
+
msgstr ""
|
7035
6880
|
|
7036
6881
|
msgid "Simple Content Access has been enabled for '%{subject}'."
|
7037
|
-
msgstr "
|
6882
|
+
msgstr ""
|
7038
6883
|
|
7039
6884
|
msgid "Simple Content Access is the only supported content access mode"
|
7040
6885
|
msgstr ""
|
@@ -7042,9 +6887,6 @@ msgstr ""
|
|
7042
6887
|
msgid "Simplified"
|
7043
6888
|
msgstr "გამარტივებული"
|
7044
6889
|
|
7045
|
-
msgid "Single content view consisting of e.g. repositories"
|
7046
|
-
msgstr ""
|
7047
|
-
|
7048
6890
|
msgid "Size of file to upload"
|
7049
6891
|
msgstr "ასატვირთი ფაილის ზომა"
|
7050
6892
|
|
@@ -7058,19 +6900,19 @@ msgid "Smart proxies"
|
|
7058
6900
|
msgstr "ჭკვიანი პროქსიები"
|
7059
6901
|
|
7060
6902
|
msgid "Smart proxy ID"
|
7061
|
-
msgstr "
|
6903
|
+
msgstr ""
|
7062
6904
|
|
7063
6905
|
msgid "Smart proxy IDs"
|
7064
6906
|
msgstr "ჭკვიანი პროქსის ID-ები"
|
7065
6907
|
|
7066
6908
|
msgid "Smart proxy content count refresh has started in the background"
|
7067
|
-
msgstr "
|
6909
|
+
msgstr ""
|
7068
6910
|
|
7069
6911
|
msgid "Smart proxy content source not found!"
|
7070
6912
|
msgstr "ჭკვიანი პროქსის შემცველობის წყარო არ არსებობს!"
|
7071
6913
|
|
7072
6914
|
msgid "Smart proxy name"
|
7073
|
-
msgstr "
|
6915
|
+
msgstr ""
|
7074
6916
|
|
7075
6917
|
msgid "Sockets"
|
7076
6918
|
msgstr "სოკეტები"
|
@@ -7087,6 +6929,9 @@ msgstr ""
|
|
7087
6929
|
msgid "Solve dependencies"
|
7088
6930
|
msgstr "დამოკიდებულებების ამოხსნა"
|
7089
6931
|
|
6932
|
+
msgid "Some environments are disabled because they are not associated with all of the affected hosts' content sources."
|
6933
|
+
msgstr ""
|
6934
|
+
|
7090
6935
|
msgid "Some environments are disabled because they are not associated with the host's content source."
|
7091
6936
|
msgstr ""
|
7092
6937
|
|
@@ -7094,10 +6939,10 @@ msgid "Some environments are disabled because they are not associated with the s
|
|
7094
6939
|
msgstr ""
|
7095
6940
|
|
7096
6941
|
msgid "Some hosts are not registered as content hosts and will be ignored."
|
7097
|
-
msgstr "
|
6942
|
+
msgstr ""
|
7098
6943
|
|
7099
6944
|
msgid "Some of your inputs contain errors. Please update them and save your changes again."
|
7100
|
-
msgstr "
|
6945
|
+
msgstr ""
|
7101
6946
|
|
7102
6947
|
msgid "Some services are not properly started. See the About page for more information."
|
7103
6948
|
msgstr ""
|
@@ -7253,7 +7098,7 @@ msgid "Something went wrong while updating the content source. See the logs for
|
|
7253
7098
|
msgstr ""
|
7254
7099
|
|
7255
7100
|
msgid "Something went wrong! Please check server logs!"
|
7256
|
-
msgstr "
|
7101
|
+
msgstr ""
|
7257
7102
|
|
7258
7103
|
msgid "Sort field and order, eg. 'id DESC'"
|
7259
7104
|
msgstr "ველის დალაგება და დახარისხება. მაგ: ' id DESC'"
|
@@ -7316,7 +7161,7 @@ msgid "Stream"
|
|
7316
7161
|
msgstr "ნაკადი"
|
7317
7162
|
|
7318
7163
|
msgid "Streamed"
|
7319
|
-
msgstr "
|
7164
|
+
msgstr ""
|
7320
7165
|
|
7321
7166
|
msgid "Streams based on the host based on the installation status"
|
7322
7167
|
msgstr "ჰოსტის დაყენების სტატუსზე დამოკიდებული ნაკადები"
|
@@ -7379,7 +7224,7 @@ msgid "Subscription identifier"
|
|
7379
7224
|
msgstr "გამოწერის იდენტიფიკატორი"
|
7380
7225
|
|
7381
7226
|
msgid "Subscription manager name registration fact"
|
7382
|
-
msgstr "
|
7227
|
+
msgstr ""
|
7383
7228
|
|
7384
7229
|
msgid "Subscription manager name registration fact strict matching"
|
7385
7230
|
msgstr ""
|
@@ -7391,7 +7236,7 @@ msgid "Subscription not found"
|
|
7391
7236
|
msgstr "გამოწერის გარეშე"
|
7392
7237
|
|
7393
7238
|
msgid "Subscription was not persisted - %{error_message}"
|
7394
|
-
msgstr "
|
7239
|
+
msgstr ""
|
7395
7240
|
|
7396
7241
|
msgid "Subscriptions"
|
7397
7242
|
msgstr "გამოწერები"
|
@@ -7400,7 +7245,7 @@ msgid "Subscriptions expiring soon"
|
|
7400
7245
|
msgstr "მოკლევადიანი გამოწერები"
|
7401
7246
|
|
7402
7247
|
msgid "Subscriptions have been saved and are being updated. "
|
7403
|
-
msgstr "
|
7248
|
+
msgstr ""
|
7404
7249
|
|
7405
7250
|
msgid "Subscriptions service"
|
7406
7251
|
msgstr "გამოწერის სერვისი"
|
@@ -7415,7 +7260,7 @@ msgid "Successfully added %s Host(s)."
|
|
7415
7260
|
msgstr "%s ჰოსტი წარმატებით ჩაემატა."
|
7416
7261
|
|
7417
7262
|
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
7418
|
-
msgstr "
|
7263
|
+
msgstr ""
|
7419
7264
|
|
7420
7265
|
msgid "Successfully changed sync plan for %s product(s)"
|
7421
7266
|
msgstr "%s პროდუქტის სინქის გეგმა წარმატებით შეიცვალა"
|
@@ -7445,19 +7290,16 @@ msgid "Support Type"
|
|
7445
7290
|
msgstr "მხარდაჭერის ტპი"
|
7446
7291
|
|
7447
7292
|
msgid "Support ended"
|
7448
|
-
msgstr "
|
7293
|
+
msgstr ""
|
7449
7294
|
|
7450
7295
|
msgid "Supported Content Types"
|
7451
7296
|
msgstr "შემცველობის მხარდაჭერილი ტიპები"
|
7452
7297
|
|
7453
|
-
msgid "Sync"
|
7454
|
-
msgstr ""
|
7455
|
-
|
7456
7298
|
msgid "Sync Canceled"
|
7457
7299
|
msgstr "სინქი გაუქმებულია"
|
7458
7300
|
|
7459
7301
|
msgid "Sync Connect Timeout"
|
7460
|
-
msgstr "
|
7302
|
+
msgstr ""
|
7461
7303
|
|
7462
7304
|
msgid "Sync Content View on Smart Proxy(ies)"
|
7463
7305
|
msgstr "შემცველობის ხედის ჭკვიან პროქსიებზე სინქრონიზაცია"
|
@@ -7484,10 +7326,10 @@ msgid "Sync Smart Proxies after content view promotion"
|
|
7484
7326
|
msgstr ""
|
7485
7327
|
|
7486
7328
|
msgid "Sync Sock Connect Timeout"
|
7487
|
-
msgstr "
|
7329
|
+
msgstr ""
|
7488
7330
|
|
7489
7331
|
msgid "Sync Sock Read Timeout"
|
7490
|
-
msgstr "
|
7332
|
+
msgstr ""
|
7491
7333
|
|
7492
7334
|
msgid "Sync Status"
|
7493
7335
|
msgstr "სინქის სტატუსი"
|
@@ -7499,7 +7341,7 @@ msgid "Sync Summary for %s"
|
|
7499
7341
|
msgstr "სინქრონიზაციის მიმოხილვა %s-სთვის"
|
7500
7342
|
|
7501
7343
|
msgid "Sync Total Timeout"
|
7502
|
-
msgstr "
|
7344
|
+
msgstr ""
|
7503
7345
|
|
7504
7346
|
msgid "Sync a repository"
|
7505
7347
|
msgstr "რეპოზიტორიის სინქრონიზაცია"
|
@@ -7507,9 +7349,6 @@ msgstr "რეპოზიტორიის სინქრონიზაც
|
|
7507
7349
|
msgid "Sync all repositories for a product"
|
7508
7350
|
msgstr "პროდუქტის ყველა რეპოზიტორიის სინქრონიზაცია"
|
7509
7351
|
|
7510
|
-
msgid "Sync capsule"
|
7511
|
-
msgstr ""
|
7512
|
-
|
7513
7352
|
msgid "Sync complete."
|
7514
7353
|
msgstr "სინქრონიზაცია დასრულდა."
|
7515
7354
|
|
@@ -7528,11 +7367,8 @@ msgstr ""
|
|
7528
7367
|
msgid "Sync state"
|
7529
7368
|
msgstr "სინქის მდგომარეობა"
|
7530
7369
|
|
7531
|
-
msgid "Syncable export"
|
7532
|
-
msgstr ""
|
7533
|
-
|
7534
7370
|
msgid "Synced"
|
7535
|
-
msgstr "
|
7371
|
+
msgstr ""
|
7536
7372
|
|
7537
7373
|
msgid "Synced "
|
7538
7374
|
msgstr "სინქრონიზებულია "
|
@@ -7598,7 +7434,7 @@ msgid "Task ${task.humanized.action} has started."
|
|
7598
7434
|
msgstr "ამოცანა გაეშვა: ${task.humanized.action}."
|
7599
7435
|
|
7600
7436
|
msgid "Task ID"
|
7601
|
-
msgstr "
|
7437
|
+
msgstr ""
|
7602
7438
|
|
7603
7439
|
msgid "Task canceled"
|
7604
7440
|
msgstr "ამოცანა გაუქმდა"
|
@@ -7607,19 +7443,19 @@ msgid "Task detail"
|
|
7607
7443
|
msgstr "ამოცანის დეტალები"
|
7608
7444
|
|
7609
7445
|
msgid "Task details"
|
7610
|
-
msgstr "
|
7446
|
+
msgstr ""
|
7611
7447
|
|
7612
7448
|
msgid "Task result"
|
7613
|
-
msgstr "
|
7449
|
+
msgstr ""
|
7614
7450
|
|
7615
7451
|
msgid "Task state"
|
7616
|
-
msgstr "
|
7452
|
+
msgstr ""
|
7617
7453
|
|
7618
7454
|
msgid "Temporary"
|
7619
7455
|
msgstr "დროებითი"
|
7620
7456
|
|
7621
7457
|
msgid "The '%s' environment cannot contain a changeset!"
|
7622
|
-
msgstr "
|
7458
|
+
msgstr ""
|
7623
7459
|
|
7624
7460
|
msgid "The Alternate Content Source type"
|
7625
7461
|
msgstr "შემცველობის ალტერნატიული წყაროს ტიპი"
|
@@ -7628,10 +7464,10 @@ msgid "The Foreman Client repository is available in the host's content view env
|
|
7628
7464
|
msgstr ""
|
7629
7465
|
|
7630
7466
|
msgid "The Foreman Client repository is enabled. "
|
7631
|
-
msgstr "
|
7467
|
+
msgstr ""
|
7632
7468
|
|
7633
7469
|
msgid "The Foreman Client repository is synced. "
|
7634
|
-
msgstr "
|
7470
|
+
msgstr ""
|
7635
7471
|
|
7636
7472
|
msgid "The Foreman Client repository set is enabled for the host. "
|
7637
7473
|
msgstr ""
|
@@ -7658,7 +7494,7 @@ msgid "The default content view cannot be edited, published, or deleted."
|
|
7658
7494
|
msgstr "კონტენტის ნაგულისხმევი ხედის რედაქტირება, გამოქვეყნება ან წაშლა შეუძლებელია."
|
7659
7495
|
|
7660
7496
|
msgid "The default content view cannot be promoted"
|
7661
|
-
msgstr "
|
7497
|
+
msgstr "ნაგულიხმები შემცველობის ხედის წახალისება სეუზლებელია"
|
7662
7498
|
|
7663
7499
|
msgid "The description for the content view version"
|
7664
7500
|
msgstr "შემცველობის ხედის ვერსის აღწერა"
|
@@ -7673,13 +7509,13 @@ msgid "The email notification will include subscriptions expiring in this number
|
|
7673
7509
|
msgstr ""
|
7674
7510
|
|
7675
7511
|
msgid "The erratum filter rule end date is in an invalid format or type."
|
7676
|
-
msgstr "
|
7512
|
+
msgstr ""
|
7677
7513
|
|
7678
7514
|
msgid "The erratum filter rule start date is in an invalid format or type."
|
7679
|
-
msgstr "
|
7515
|
+
msgstr ""
|
7680
7516
|
|
7681
7517
|
msgid "The erratum type must be an array. Invalid value provided"
|
7682
|
-
msgstr "
|
7518
|
+
msgstr ""
|
7683
7519
|
|
7684
7520
|
msgid "The field to sort the data by. Defaults to the created date."
|
7685
7521
|
msgstr ""
|
@@ -7692,6 +7528,9 @@ msgid ""
|
|
7692
7528
|
" %{repos}"
|
7693
7529
|
msgstr ""
|
7694
7530
|
|
7531
|
+
msgid "The generated container repository name is invalid. Please review the lifecycle environment's registry name pattern. It may be caused by special characters in the components that make up the name, like the organization."
|
7532
|
+
msgstr ""
|
7533
|
+
|
7695
7534
|
msgid "The id of the content source"
|
7696
7535
|
msgstr "შემცველობის წყაროს ID"
|
7697
7536
|
|
@@ -7776,7 +7615,7 @@ msgid "The requested resource does not belong to the specified organization"
|
|
7776
7615
|
msgstr "მოთხოვნილი რესურსი მითითებულ ორგანიზაციას არ ეკუთვნის"
|
7777
7616
|
|
7778
7617
|
msgid "The requested traces were not found for this host"
|
7779
|
-
msgstr "
|
7618
|
+
msgstr ""
|
7780
7619
|
|
7781
7620
|
msgid "The selected kickstart repository is not part of the assigned content view, lifecycle environment, content source, operating system, and architecture"
|
7782
7621
|
msgstr ""
|
@@ -7791,7 +7630,7 @@ msgid "The specified organization is in Simple Content Access mode. Attaching su
|
|
7791
7630
|
msgstr "მითითებული ორგანიზაცია შემცველობის მარტივი წვდომის რეჟიმშია. გამოწერების მიმაგრება გამორთულია"
|
7792
7631
|
|
7793
7632
|
msgid "The subscription cannot be found upstream"
|
7794
|
-
msgstr "
|
7633
|
+
msgstr ""
|
7795
7634
|
|
7796
7635
|
msgid "The subscription is no longer available"
|
7797
7636
|
msgstr "ხელმოწერა ხელმისაწვდომი აღარაა"
|
@@ -7812,7 +7651,7 @@ msgid "The value will be available in templates as @host.params['kt_activation_k
|
|
7812
7651
|
msgstr ""
|
7813
7652
|
|
7814
7653
|
msgid "There are no Manifests to display"
|
7815
|
-
msgstr "
|
7654
|
+
msgstr ""
|
7816
7655
|
|
7817
7656
|
msgid "There are no Subscriptions to display"
|
7818
7657
|
msgstr "საჩვენებელი გამოწერების გარეშე"
|
@@ -7872,25 +7711,25 @@ msgid "This Host is not currently registered with subscription-manager."
|
|
7872
7711
|
msgstr "ჰოსტი subscription-manager-ით დარეგისტრირებული არაა."
|
7873
7712
|
|
7874
7713
|
msgid "This Organization's subscription manifest has expired. Please import a new manifest."
|
7875
|
-
msgstr "
|
7714
|
+
msgstr ""
|
7876
7715
|
|
7877
7716
|
msgid "This action doesn't support package groups"
|
7878
7717
|
msgstr "ამ ქმედებას პაკეტის ჯგუფების მხარდაჭერა არ გააჩნია"
|
7879
7718
|
|
7880
7719
|
msgid "This action should only be taken for debugging purposes."
|
7881
|
-
msgstr "
|
7720
|
+
msgstr ""
|
7882
7721
|
|
7883
7722
|
msgid "This action should only be taken in extreme circumstances or for debugging purposes."
|
7884
|
-
msgstr "
|
7723
|
+
msgstr ""
|
7885
7724
|
|
7886
7725
|
msgid "This activation key is associated to one or more Hosts/Hostgroups. Search and unassociate Hosts/Hostgroups using params.kt_activation_keys ~ \"%{name}\" before deleting."
|
7887
7726
|
msgstr ""
|
7888
7727
|
|
7889
7728
|
msgid "This certificate allows a user to view the repositories in any environment from a browser."
|
7890
|
-
msgstr "
|
7729
|
+
msgstr ""
|
7891
7730
|
|
7892
7731
|
msgid "This content view does not have any versions associated."
|
7893
|
-
msgstr "
|
7732
|
+
msgstr ""
|
7894
7733
|
|
7895
7734
|
msgid "This content view version doesn't have a history."
|
7896
7735
|
msgstr "შემცველობის ხედის ამ ვერსიას ისტორია არ გააჩნია."
|
@@ -7902,7 +7741,7 @@ msgid "This content view will be automatically updated to the latest version."
|
|
7902
7741
|
msgstr ""
|
7903
7742
|
|
7904
7743
|
msgid "This content view will be deleted. Changes will be effective after clicking Delete."
|
7905
|
-
msgstr "
|
7744
|
+
msgstr ""
|
7906
7745
|
|
7907
7746
|
msgid "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode."
|
7908
7747
|
msgstr ""
|
@@ -7932,16 +7771,16 @@ msgid "This host's organization is in Simple Content Access mode. Attaching subs
|
|
7932
7771
|
msgstr "ამ მასპინძლის ორგანიზაცია არის შემცველობის მარტივი წვდომის რეჟიმში. გამოწერების მიმაგრება გამორთულია."
|
7933
7772
|
|
7934
7773
|
msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
|
7935
|
-
msgstr "
|
7774
|
+
msgstr ""
|
7936
7775
|
|
7937
7776
|
msgid "This is disabled because a manifest task is in progress"
|
7938
7777
|
msgstr "გამორთულია იმიტომ, რომ გაშვებულია მანიფესტთან დაკავშირებული ამოცანა"
|
7939
7778
|
|
7940
7779
|
msgid "This is disabled because a manifest-related task is in progress."
|
7941
|
-
msgstr "
|
7780
|
+
msgstr ""
|
7942
7781
|
|
7943
7782
|
msgid "This is disabled because no connection could be made to the upstream Manifest."
|
7944
|
-
msgstr "
|
7783
|
+
msgstr ""
|
7945
7784
|
|
7946
7785
|
msgid "This is disabled because no manifest exists"
|
7947
7786
|
msgstr "გამორთულია იმიტომ, რომ მანიფესტი არ არსებობს"
|
@@ -7971,13 +7810,13 @@ msgid "This service is only available for authenticated users"
|
|
7971
7810
|
msgstr "სერვისი ხელმისაწვდომია მხოლოდ ავთენტიფიცირებული მომხმარებლებისათვის"
|
7972
7811
|
|
7973
7812
|
msgid "This shows repositories that are used in a typical setup."
|
7974
|
-
msgstr "
|
7813
|
+
msgstr ""
|
7975
7814
|
|
7976
7815
|
msgid "This subscription is not relevant to the current organization."
|
7977
|
-
msgstr "
|
7816
|
+
msgstr ""
|
7978
7817
|
|
7979
7818
|
msgid "This version has not been promoted to any environments."
|
7980
|
-
msgstr "
|
7819
|
+
msgstr ""
|
7981
7820
|
|
7982
7821
|
msgid "This version is not promoted to any environments."
|
7983
7822
|
msgstr "ეს ვერსია არც ერთ გარემომდე არ წახალისებულა."
|
@@ -7998,7 +7837,7 @@ msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repo
|
|
7998
7837
|
msgstr ""
|
7999
7838
|
|
8000
7839
|
msgid "Timeout when refreshing a manifest (in seconds)"
|
8001
|
-
msgstr "
|
7840
|
+
msgstr ""
|
8002
7841
|
|
8003
7842
|
msgid "Timestamp"
|
8004
7843
|
msgstr "დროის შტამპი"
|
@@ -8022,7 +7861,7 @@ msgid "To finish the process of changing the content source, run the following s
|
|
8022
7861
|
msgstr ""
|
8023
7862
|
|
8024
7863
|
msgid "To get started, add a filter rule to this filter"
|
8025
|
-
msgstr "
|
7864
|
+
msgstr ""
|
8026
7865
|
|
8027
7866
|
msgid "To get started, add this host to a host collection."
|
8028
7867
|
msgstr "დასაწყებად ეს ჰოსტი ჰოსტების კოლექციაში ჩაამატეთ."
|
@@ -8036,9 +7875,6 @@ msgstr ""
|
|
8036
7875
|
msgid "To manage packages, select an action."
|
8037
7876
|
msgstr ""
|
8038
7877
|
|
8039
|
-
msgid "Toggle"
|
8040
|
-
msgstr ""
|
8041
|
-
|
8042
7878
|
msgid "Token/password for the flatpak remote"
|
8043
7879
|
msgstr ""
|
8044
7880
|
|
@@ -8046,7 +7882,7 @@ msgid "Total steps: "
|
|
8046
7882
|
msgstr "სულ ბიჯები: "
|
8047
7883
|
|
8048
7884
|
msgid "Tracer"
|
8049
|
-
msgstr "
|
7885
|
+
msgstr ""
|
8050
7886
|
|
8051
7887
|
msgid "Tracer helps administrators identify applications that need to be restarted after a system is patched."
|
8052
7888
|
msgstr ""
|
@@ -8058,10 +7894,10 @@ msgid "Traces"
|
|
8058
7894
|
msgstr "ტრეისები"
|
8059
7895
|
|
8060
7896
|
msgid "Traces are being enabled"
|
8061
|
-
msgstr "
|
7897
|
+
msgstr ""
|
8062
7898
|
|
8063
7899
|
msgid "Traces are not enabled"
|
8064
|
-
msgstr "
|
7900
|
+
msgstr ""
|
8065
7901
|
|
8066
7902
|
msgid "Traces help administrators identify applications that need to be restarted after a system is patched."
|
8067
7903
|
msgstr ""
|
@@ -8073,10 +7909,10 @@ msgid "Traces may be listed here after {pkgLink}."
|
|
8073
7909
|
msgstr ""
|
8074
7910
|
|
8075
7911
|
msgid "Traces not available"
|
8076
|
-
msgstr "
|
7912
|
+
msgstr ""
|
8077
7913
|
|
8078
7914
|
msgid "Traces that require logout cannot be restarted remotely"
|
8079
|
-
msgstr "
|
7915
|
+
msgstr ""
|
8080
7916
|
|
8081
7917
|
msgid "Traces will be shown here to a user with the appropriate permissions."
|
8082
7918
|
msgstr ""
|
@@ -8130,7 +7966,7 @@ msgid "URL needs to have a trailing /"
|
|
8130
7966
|
msgstr "URL \"/\"-ით უნდა მთავრდებოდეს"
|
8131
7967
|
|
8132
7968
|
msgid "URL of a PyPI content source such as https://pypi.org."
|
8133
|
-
msgstr "
|
7969
|
+
msgstr ""
|
8134
7970
|
|
8135
7971
|
msgid "URL of an OSTree repository."
|
8136
7972
|
msgstr "OSTree-ის რეპოზიტორიის URL."
|
@@ -8163,7 +7999,7 @@ msgid "Unable to create ContentViewEnvironment. Check the logs for more informat
|
|
8163
7999
|
msgstr ""
|
8164
8000
|
|
8165
8001
|
msgid "Unable to delete any alternate content source. You either do not have the permission to delete, or none of the alternate content sources exist."
|
8166
|
-
msgstr "
|
8002
|
+
msgstr ""
|
8167
8003
|
|
8168
8004
|
msgid "Unable to detect pulp storage"
|
8169
8005
|
msgstr "Pulp-ის საცავის პოვნა შეუძლებელია"
|
@@ -8171,6 +8007,12 @@ msgstr "Pulp-ის საცავის პოვნა შეუძლებ
|
|
8171
8007
|
msgid "Unable to detect puppet path"
|
8172
8008
|
msgstr "Puppet-ის ბილიკის პოვნა შეუძლებელია"
|
8173
8009
|
|
8010
|
+
msgid "Unable to find a content view with ID %s"
|
8011
|
+
msgstr ""
|
8012
|
+
|
8013
|
+
msgid "Unable to find a lifecycle environment with ID %s"
|
8014
|
+
msgstr ""
|
8015
|
+
|
8174
8016
|
msgid "Unable to find product '%s' in organization '%s'"
|
8175
8017
|
msgstr "ორგანიზაციაში %2$s პროდუქტი %1$s არ არსებობს"
|
8176
8018
|
|
@@ -8199,10 +8041,10 @@ msgid "Unable to reassign systems. Please check system_content_view_id and syste
|
|
8199
8041
|
msgstr ""
|
8200
8042
|
|
8201
8043
|
msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or no alternate content sources exist."
|
8202
|
-
msgstr "
|
8044
|
+
msgstr ""
|
8203
8045
|
|
8204
8046
|
msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or none of the alternate content sources exist."
|
8205
|
-
msgstr "
|
8047
|
+
msgstr ""
|
8206
8048
|
|
8207
8049
|
msgid "Unable to send errata e-mail notification: %{error}"
|
8208
8050
|
msgstr "მორჩენილი პაჩების ელფოსტის შეტყობინების გაგზავნის შეცდომა: %{error}"
|
@@ -8217,7 +8059,7 @@ msgid "Unable to synchronize any repository. You either do not have the permissi
|
|
8217
8059
|
msgstr ""
|
8218
8060
|
|
8219
8061
|
msgid "Unable to update the repository list"
|
8220
|
-
msgstr "
|
8062
|
+
msgstr "რეოზიტორიების სიის განახლების შეცდომა"
|
8221
8063
|
|
8222
8064
|
msgid "Unable to update the user-repository mapping"
|
8223
8065
|
msgstr ""
|
@@ -8244,7 +8086,7 @@ msgid "Unknown errata status"
|
|
8244
8086
|
msgstr "მორჩენილი პაჩის უცნობი სტატუსი"
|
8245
8087
|
|
8246
8088
|
msgid "Unknown traces status"
|
8247
|
-
msgstr "
|
8089
|
+
msgstr ""
|
8248
8090
|
|
8249
8091
|
msgid "Unlimited"
|
8250
8092
|
msgstr "შეუზღუდავი"
|
@@ -8262,7 +8104,7 @@ msgid "Unsupported CDN resource"
|
|
8262
8104
|
msgstr "CDN-ის მხარდაუჭერელი რესურსი"
|
8263
8105
|
|
8264
8106
|
msgid "Unsupported event type %{type}. Supported: %{types}"
|
8265
|
-
msgstr "
|
8107
|
+
msgstr ""
|
8266
8108
|
|
8267
8109
|
msgid "Up-to date"
|
8268
8110
|
msgstr "განახლებულია"
|
@@ -8277,7 +8119,7 @@ msgid "Update CDN Configuration"
|
|
8277
8119
|
msgstr "CDN-ის კონფიგურაციის განახლება"
|
8278
8120
|
|
8279
8121
|
msgid "Update Content Counts"
|
8280
|
-
msgstr "
|
8122
|
+
msgstr ""
|
8281
8123
|
|
8282
8124
|
msgid "Update Content Overrides"
|
8283
8125
|
msgstr "შემცველობის გადაფარვის განახლება"
|
@@ -8301,7 +8143,7 @@ msgid "Update a content view version"
|
|
8301
8143
|
msgstr "შემცველობის ხედის ვერსიის განახლება"
|
8302
8144
|
|
8303
8145
|
msgid "Update a filter rule. The parameters included should be based upon the filter type."
|
8304
|
-
msgstr "
|
8146
|
+
msgstr ""
|
8305
8147
|
|
8306
8148
|
msgid "Update a flatpak remote"
|
8307
8149
|
msgstr ""
|
@@ -8328,9 +8170,6 @@ msgid "Update an environment in an organization"
|
|
8328
8170
|
msgstr "ორგანიზაციაში გარემოს განახლება"
|
8329
8171
|
|
8330
8172
|
msgid "Update content counts for the smart proxy"
|
8331
|
-
msgstr "შემცველობის რაოდენობების განახლება ჭკვიანი პროქსისთვის"
|
8332
|
-
|
8333
|
-
msgid "Update content urls"
|
8334
8173
|
msgstr ""
|
8335
8174
|
|
8336
8175
|
msgid "Update content view environments for host"
|
@@ -8339,16 +8178,7 @@ msgstr ""
|
|
8339
8178
|
msgid "Update content view environments for host %s"
|
8340
8179
|
msgstr ""
|
8341
8180
|
|
8342
|
-
msgid "Update distributions"
|
8343
|
-
msgstr ""
|
8344
|
-
|
8345
8181
|
msgid "Update hosts manually"
|
8346
|
-
msgstr "ჰოსტების ხელით განახლება"
|
8347
|
-
|
8348
|
-
msgid "Update http proxy"
|
8349
|
-
msgstr ""
|
8350
|
-
|
8351
|
-
msgid "Update http proxy details"
|
8352
8182
|
msgstr ""
|
8353
8183
|
|
8354
8184
|
msgid "Update installed packages, enabled repos, module inventory"
|
@@ -8366,21 +8196,12 @@ msgstr "პაკეტის განახლება Katello-ის ინ
|
|
8366
8196
|
msgid "Update packages via Katello interface"
|
8367
8197
|
msgstr "პაკეტების განახლება Katello-ის ინტერფეისიდან"
|
8368
8198
|
|
8369
|
-
msgid "Update redhat repository"
|
8370
|
-
msgstr ""
|
8371
|
-
|
8372
8199
|
msgid "Update release version for host"
|
8373
8200
|
msgstr "ჰოსტის რელიზის ვერსიის განახლება"
|
8374
8201
|
|
8375
8202
|
msgid "Update release version for host %s"
|
8376
8203
|
msgstr "რელიზის ვერსიის განახლება ჰოსტისთვის: %s"
|
8377
8204
|
|
8378
|
-
msgid "Update remote"
|
8379
|
-
msgstr ""
|
8380
|
-
|
8381
|
-
msgid "Update repository"
|
8382
|
-
msgstr ""
|
8383
|
-
|
8384
8205
|
msgid "Update services requiring restart"
|
8385
8206
|
msgstr "იმ სერვისების განახლება, რომელსაც თავიდან გაშვება სჭირდებათ"
|
8386
8207
|
|
@@ -8421,10 +8242,10 @@ msgid "Updates a product"
|
|
8421
8242
|
msgstr "პროდუქტის განახლება"
|
8422
8243
|
|
8423
8244
|
msgid "Updates available: Component content view versions have been updated."
|
8424
|
-
msgstr "
|
8245
|
+
msgstr ""
|
8425
8246
|
|
8426
8247
|
msgid "Updates available: Repositories and/or filters have changed."
|
8427
|
-
msgstr "
|
8248
|
+
msgstr ""
|
8428
8249
|
|
8429
8250
|
msgid "Updating Package..."
|
8430
8251
|
msgstr "პაკეტის განახლება..."
|
@@ -8471,24 +8292,15 @@ msgstr "ფაილის შემცველობის ნაწილი
|
|
8471
8292
|
msgid "Upload a subscription manifest"
|
8472
8293
|
msgstr "გამოწერის მანიფესტის ატვირთვა"
|
8473
8294
|
|
8474
|
-
msgid "Upload content"
|
8475
|
-
msgstr ""
|
8476
|
-
|
8477
|
-
msgid "Upload file"
|
8478
|
-
msgstr ""
|
8479
|
-
|
8480
8295
|
msgid "Upload into"
|
8481
8296
|
msgstr "ატვირთვის სამიზნე"
|
8482
8297
|
|
8483
8298
|
msgid "Upload package / repos profile"
|
8484
|
-
msgstr "
|
8299
|
+
msgstr ""
|
8485
8300
|
|
8486
8301
|
msgid "Upload request id"
|
8487
8302
|
msgstr "ატვირთვის მოთხოვნის ID"
|
8488
8303
|
|
8489
|
-
msgid "Upload tag"
|
8490
|
-
msgstr ""
|
8491
|
-
|
8492
8304
|
msgid "Upstream Candlepin"
|
8493
8305
|
msgstr "აღმავალი Candlepin"
|
8494
8306
|
|
@@ -8603,9 +8415,6 @@ msgstr ""
|
|
8603
8415
|
msgid "Verify SSL"
|
8604
8416
|
msgstr "SSL-ის შემოწმება"
|
8605
8417
|
|
8606
|
-
msgid "Verify checksum"
|
8607
|
-
msgstr ""
|
8608
|
-
|
8609
8418
|
msgid "Verify checksum for content on smart proxy"
|
8610
8419
|
msgstr ""
|
8611
8420
|
|
@@ -8670,34 +8479,37 @@ msgid "Versions will appear here when the content view is published."
|
|
8670
8479
|
msgstr ""
|
8671
8480
|
|
8672
8481
|
msgid "View %{view} has not been promoted to %{env}"
|
8673
|
-
msgstr "
|
8482
|
+
msgstr ""
|
8674
8483
|
|
8675
8484
|
msgid "View Filters"
|
8676
|
-
msgstr "
|
8485
|
+
msgstr ""
|
8677
8486
|
|
8678
8487
|
msgid "View Subscription Usage"
|
8679
|
-
msgstr "
|
8488
|
+
msgstr ""
|
8680
8489
|
|
8681
8490
|
msgid "View a report of the affected hosts"
|
8682
8491
|
msgstr "მოყოლილი ჰოსტების ანგარიშის ნახვა"
|
8683
8492
|
|
8684
8493
|
msgid "View applicable errata"
|
8685
|
-
msgstr "
|
8494
|
+
msgstr ""
|
8686
8495
|
|
8687
8496
|
msgid "View by"
|
8688
8497
|
msgstr "დალაგება"
|
8689
8498
|
|
8690
8499
|
msgid "View content views"
|
8691
|
-
msgstr "
|
8500
|
+
msgstr ""
|
8501
|
+
|
8502
|
+
msgid "View details"
|
8503
|
+
msgstr ""
|
8692
8504
|
|
8693
8505
|
msgid "View documentation"
|
8694
|
-
msgstr "
|
8506
|
+
msgstr ""
|
8695
8507
|
|
8696
8508
|
msgid "View matching content"
|
8697
8509
|
msgstr "შესატყვისი შემცველობის ნახვა"
|
8698
8510
|
|
8699
8511
|
msgid "View sync status"
|
8700
|
-
msgstr "
|
8512
|
+
msgstr ""
|
8701
8513
|
|
8702
8514
|
msgid "View tasks "
|
8703
8515
|
msgstr "ამოცანების ნახვა "
|
@@ -8751,7 +8563,7 @@ msgid "Whether or not to check the status of backend services such as pulp and c
|
|
8751
8563
|
msgstr ""
|
8752
8564
|
|
8753
8565
|
msgid "Whether or not to regenerate the repository on disk. Default: true"
|
8754
|
-
msgstr "დაგენერირდება დისკზე რეპოზიტორია თავიდან, თუ არა.
|
8566
|
+
msgstr "დაგენერირდება დისკზე რეპოზიტორია თავიდან, თუ არა. ნაგულისხმები: დიახ"
|
8755
8567
|
|
8756
8568
|
msgid "Whether or not to return filters applied to the content view version"
|
8757
8569
|
msgstr ""
|
@@ -8793,16 +8605,16 @@ msgid "You cannot set an organization's parent. This feature is disabled."
|
|
8793
8605
|
msgstr "ორგანიზაციის მშობლის ჩასწორება არ შეგიძლიათ. ეს ფუნქცია გამორთულია."
|
8794
8606
|
|
8795
8607
|
msgid "You cannot set an organization's parent_id. This feature is disabled."
|
8796
|
-
msgstr "
|
8608
|
+
msgstr ""
|
8797
8609
|
|
8798
8610
|
msgid "You currently don't have any ${selectedContentType}."
|
8799
|
-
msgstr "
|
8611
|
+
msgstr ""
|
8800
8612
|
|
8801
8613
|
msgid "You currently don't have any alternate content sources."
|
8802
8614
|
msgstr "ამჟამად ალტერნტიული შემცველობის წყაროები არ გაგაჩნიათ."
|
8803
8615
|
|
8804
8616
|
msgid "You currently don't have any related content views."
|
8805
|
-
msgstr "
|
8617
|
+
msgstr ""
|
8806
8618
|
|
8807
8619
|
msgid "You currently don't have any repositories associated with this content."
|
8808
8620
|
msgstr "ამ შემცველობათან ასოცირებული რეპოზიტორია არ გაგაჩნიათ."
|
@@ -8811,19 +8623,19 @@ msgid "You currently don't have any repositories to add to this filter."
|
|
8811
8623
|
msgstr "ამჟამად ამ ფილტრში ჩასამატებლად არც ერთი რეპოზორია არ გაგაჩნიათ."
|
8812
8624
|
|
8813
8625
|
msgid "You currently have no content views to display"
|
8814
|
-
msgstr "
|
8626
|
+
msgstr ""
|
8815
8627
|
|
8816
8628
|
msgid "You do not have permissions to delete %s"
|
8817
8629
|
msgstr "%s-ის წაშლის წვდომა არ გაგაჩნიათ"
|
8818
8630
|
|
8819
8631
|
msgid "You have not set a default organization on the user %s."
|
8820
|
-
msgstr "მომხმარებელზე (%s)
|
8632
|
+
msgstr "მომხმარებელზე (%s) ნაგულისხმები ორგანიზაცია დაყენებული არ იქნება."
|
8821
8633
|
|
8822
8634
|
msgid "You have subscriptions expiring within %s days"
|
8823
8635
|
msgstr "თქვენი გამოწერის ვადა %s დღეში გადის"
|
8824
8636
|
|
8825
8637
|
msgid "You have unsaved changes. Do you want to exit without saving your changes?"
|
8826
|
-
msgstr "
|
8638
|
+
msgstr ""
|
8827
8639
|
|
8828
8640
|
msgid "You must select at least one host."
|
8829
8641
|
msgstr ""
|
@@ -8841,7 +8653,7 @@ msgid "You were not allowed to sync %s"
|
|
8841
8653
|
msgstr "%s-ის სინქის უფლება არ გაქვთ"
|
8842
8654
|
|
8843
8655
|
msgid "You're making changes to %(entitlementCount)s entitlement(s)"
|
8844
|
-
msgstr "
|
8656
|
+
msgstr ""
|
8845
8657
|
|
8846
8658
|
msgid "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest."
|
8847
8659
|
msgstr ""
|
@@ -8862,19 +8674,19 @@ msgid "Your search returned no matching ${name}."
|
|
8862
8674
|
msgstr "თქვენმა ძებნამ შესაბამისი ${name} არ დააბრუნა."
|
8863
8675
|
|
8864
8676
|
msgid "Your search returned no matching DEBs."
|
8865
|
-
msgstr "
|
8677
|
+
msgstr ""
|
8866
8678
|
|
8867
8679
|
msgid "Your search returned no matching Module streams."
|
8868
8680
|
msgstr "ძებნამ მოდულის ნაკადები არ დააბრუნა."
|
8869
8681
|
|
8870
8682
|
msgid "Your search returned no matching activation keys."
|
8871
|
-
msgstr "
|
8683
|
+
msgstr ""
|
8872
8684
|
|
8873
8685
|
msgid "Your search returned no matching hosts."
|
8874
|
-
msgstr "
|
8686
|
+
msgstr ""
|
8875
8687
|
|
8876
8688
|
msgid "Your search returned no matching non-modular RPMs."
|
8877
|
-
msgstr "
|
8689
|
+
msgstr ""
|
8878
8690
|
|
8879
8691
|
msgid "Yum"
|
8880
8692
|
msgstr "Yum"
|
@@ -8963,6 +8775,9 @@ msgstr "ორგანიზაცია"
|
|
8963
8775
|
msgid "are only allowed for Yum repositories."
|
8964
8776
|
msgstr "დაშვებულია მხოლოდ Yum-ის რეპოზიტორიებისთვის."
|
8965
8777
|
|
8778
|
+
msgid "assign a new content source to the hosts"
|
8779
|
+
msgstr ""
|
8780
|
+
|
8966
8781
|
msgid "attempted to sync a non-library repository."
|
8967
8782
|
msgstr ""
|
8968
8783
|
|
@@ -8976,10 +8791,10 @@ msgid "base url to perform repo discovery on"
|
|
8976
8791
|
msgstr "რეპოზიტორიის აღმოჩენის საცდელი საბაზისო URL"
|
8977
8792
|
|
8978
8793
|
msgid "bug fix"
|
8979
|
-
msgstr "
|
8794
|
+
msgstr ""
|
8980
8795
|
|
8981
8796
|
msgid "bug fixes"
|
8982
|
-
msgstr "
|
8797
|
+
msgstr ""
|
8983
8798
|
|
8984
8799
|
msgid "bulk add filter rules"
|
8985
8800
|
msgstr "ბევრი ფილტრის წესის დამატება"
|
@@ -9045,10 +8860,10 @@ msgid "cannot contain more than %s characters"
|
|
9045
8860
|
msgstr "%s-ზე მეტ სიმბოლოს არ უნდა შეიცავდეს"
|
9046
8861
|
|
9047
8862
|
msgid "change the host's content source."
|
9048
|
-
msgstr "
|
8863
|
+
msgstr ""
|
9049
8864
|
|
9050
8865
|
msgid "checking %s task status"
|
9051
|
-
msgstr "
|
8866
|
+
msgstr ""
|
9052
8867
|
|
9053
8868
|
msgid "checking Pulp task status"
|
9054
8869
|
msgstr "pulp-ის ამოცანის სტატუსის შემოწმება"
|
@@ -9072,7 +8887,7 @@ msgid "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
|
9072
8887
|
msgstr ""
|
9073
8888
|
|
9074
8889
|
msgid "content view component ID. Identifier of the component association"
|
9075
|
-
msgstr "
|
8890
|
+
msgstr ""
|
9076
8891
|
|
9077
8892
|
msgid "content view filter identifier"
|
9078
8893
|
msgstr "შემცველობის ხედის ფილტრის იდენტიფიკატორი"
|
@@ -9084,7 +8899,7 @@ msgid "content view identifier"
|
|
9084
8899
|
msgstr "შემცველობის ხედის იდენტიფიკატორი"
|
9085
8900
|
|
9086
8901
|
msgid "content view identifier of the component who's latest version is desired"
|
9087
|
-
msgstr "
|
8902
|
+
msgstr ""
|
9088
8903
|
|
9089
8904
|
msgid "content view node publish"
|
9090
8905
|
msgstr "შემცველობის ხედის კვანძის გამოქვეყნება"
|
@@ -9114,16 +8929,16 @@ msgid "content view versions to compare"
|
|
9114
8929
|
msgstr "შემცველობის ხედის შესადარებელი ვერსიები"
|
9115
8930
|
|
9116
8931
|
msgid "create a custom product"
|
9117
|
-
msgstr "
|
8932
|
+
msgstr ""
|
9118
8933
|
|
9119
8934
|
msgid "create a filter for a content view"
|
9120
8935
|
msgstr "შემცველობის ხედის ფილტრის შექმნა"
|
9121
8936
|
|
9122
8937
|
msgid "day"
|
9123
|
-
msgstr "
|
8938
|
+
msgstr ""
|
9124
8939
|
|
9125
8940
|
msgid "days"
|
9126
|
-
msgstr "
|
8941
|
+
msgstr ""
|
9127
8942
|
|
9128
8943
|
msgid "deb, package, package group, or docker tag names"
|
9129
8944
|
msgstr "deb-ის, პაკეტის, პაკეტების ჯგუფის ან docker-ის ჭდის სახელები"
|
@@ -9162,10 +8977,10 @@ msgid "enables or disables synchronization"
|
|
9162
8977
|
msgstr "სინქრონიზაციის ჩართ/გამორთ"
|
9163
8978
|
|
9164
8979
|
msgid "enhancement"
|
9165
|
-
msgstr "
|
8980
|
+
msgstr ""
|
9166
8981
|
|
9167
8982
|
msgid "enhancements"
|
9168
|
-
msgstr "
|
8983
|
+
msgstr ""
|
9169
8984
|
|
9170
8985
|
msgid "environment identifier"
|
9171
8986
|
msgstr "გარემოს იდენტიფიკატორი"
|
@@ -9243,7 +9058,7 @@ msgid "force content view promotion and bypass lifecycle environment restriction
|
|
9243
9058
|
msgstr "შემცველობის ხედის ძალით დაწინაურება და სიცოცხლის ციკლის გარემოს შეზღუდვების გამოტოვება"
|
9244
9059
|
|
9245
9060
|
msgid "foreman-tasks service not running or is not ready yet"
|
9246
|
-
msgstr "
|
9061
|
+
msgstr ""
|
9247
9062
|
|
9248
9063
|
msgid "has already been taken"
|
9249
9064
|
msgstr "უკვე აღებულია"
|
@@ -9255,10 +9070,10 @@ msgid "has already been taken for this product."
|
|
9255
9070
|
msgstr "ამ პროდუქტისთვის უკვე აღებულია."
|
9256
9071
|
|
9257
9072
|
msgid "here"
|
9258
|
-
msgstr "
|
9073
|
+
msgstr ""
|
9259
9074
|
|
9260
9075
|
msgid "host"
|
9261
|
-
msgstr "
|
9076
|
+
msgstr ""
|
9262
9077
|
|
9263
9078
|
msgid "host collection name to filter by"
|
9264
9079
|
msgstr "ჰოსტის კოლქციის გასაფილტრი სახელი"
|
@@ -9288,7 +9103,7 @@ msgid "if true, Katello will verify the upstream url's SSL certifcates are signe
|
|
9288
9103
|
msgstr "თუ ჩართულია Katello გადაამოწმებს, აღმავალი URL-ის სერტიფიკატი დამოწმებულია თუ არა სანდო CA-ის მიერ"
|
9289
9104
|
|
9290
9105
|
msgid "initiating %s task"
|
9291
|
-
msgstr "
|
9106
|
+
msgstr ""
|
9292
9107
|
|
9293
9108
|
msgid "initiating Pulp task"
|
9294
9109
|
msgstr "pulp-ის ამოცანის ინიციალიზაცია"
|
@@ -9320,9 +9135,6 @@ msgstr "პაკეტების დაყენება..."
|
|
9320
9135
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9321
9136
|
msgstr ""
|
9322
9137
|
|
9323
|
-
msgid "invalid container image name"
|
9324
|
-
msgstr ""
|
9325
|
-
|
9326
9138
|
msgid "invalid: Repositories can only require one OS version."
|
9327
9139
|
msgstr "არასწორია: რეპოზიტორიებს შეიძლება ოს-ის მხოლოდ ერთი ვერსია სჭირდებოდეთ."
|
9328
9140
|
|
@@ -9339,7 +9151,7 @@ msgid "is not a valid type. Must be one of the following: %s"
|
|
9339
9151
|
msgstr "არასწორი ტიპისაა. უნდა იყოს ერთ-ერთი შემდეგიდან: %s"
|
9340
9152
|
|
9341
9153
|
msgid "is not allowed for ACS. Must be one of the following: %s"
|
9342
|
-
msgstr "
|
9154
|
+
msgstr ""
|
9343
9155
|
|
9344
9156
|
msgid "is not enabled. must be one of the following: %s"
|
9345
9157
|
msgstr "ჩართული არაა. უნდა იყოს ერთ-ერთი: %s"
|
@@ -9405,7 +9217,7 @@ msgid "must be one of: %s"
|
|
9405
9217
|
msgstr "უნდა იყოს %s -დან ერთ-ერთი"
|
9406
9218
|
|
9407
9219
|
msgid "must be true or false"
|
9408
|
-
msgstr "
|
9220
|
+
msgstr ""
|
9409
9221
|
|
9410
9222
|
msgid "must be unique within one organization"
|
9411
9223
|
msgstr "ერთი ორგანიზაციის უნიკალური უნდა იყოს"
|
@@ -9465,7 +9277,7 @@ msgid "no"
|
|
9465
9277
|
msgstr "არა"
|
9466
9278
|
|
9467
9279
|
msgid "no global default"
|
9468
|
-
msgstr "გლობალური
|
9280
|
+
msgstr "გლობალური ნაგულისხმების გარეშე"
|
9469
9281
|
|
9470
9282
|
msgid "obtain manifest history for subscriptions"
|
9471
9283
|
msgstr "გამოწერების მანიფესტის ისტორიის მიღება"
|
@@ -9564,22 +9376,22 @@ msgid "root-node of collection contained in responses (default: 'results')"
|
|
9564
9376
|
msgstr ""
|
9565
9377
|
|
9566
9378
|
msgid "root-node of single-resource responses (optional)"
|
9567
|
-
msgstr "
|
9379
|
+
msgstr ""
|
9568
9380
|
|
9569
9381
|
msgid "rule identifier"
|
9570
9382
|
msgstr "წესის იდენტიფიკატორი"
|
9571
9383
|
|
9572
9384
|
msgid "security advisories"
|
9573
|
-
msgstr "
|
9385
|
+
msgstr ""
|
9574
9386
|
|
9575
9387
|
msgid "security advisory"
|
9576
|
-
msgstr "
|
9388
|
+
msgstr ""
|
9577
9389
|
|
9578
9390
|
msgid "selected host"
|
9579
|
-
msgstr "
|
9391
|
+
msgstr ""
|
9580
9392
|
|
9581
9393
|
msgid "selected hosts"
|
9582
|
-
msgstr "
|
9394
|
+
msgstr ""
|
9583
9395
|
|
9584
9396
|
msgid "service level"
|
9585
9397
|
msgstr "სერვისის დონე"
|
@@ -9597,10 +9409,10 @@ msgid "show filter info"
|
|
9597
9409
|
msgstr "ფილტრის ინფორმაციის ჩვენება"
|
9598
9410
|
|
9599
9411
|
msgid "show repositories in Library and the default content view"
|
9600
|
-
msgstr "
|
9412
|
+
msgstr ""
|
9601
9413
|
|
9602
9414
|
msgid "some executors are not responding, check %{status_url}"
|
9603
|
-
msgstr "
|
9415
|
+
msgstr ""
|
9604
9416
|
|
9605
9417
|
msgid "specifies if content should be included or excluded, default: inclusion=false"
|
9606
9418
|
msgstr ""
|
@@ -9621,7 +9433,7 @@ msgid "sync plan numeric identifier"
|
|
9621
9433
|
msgstr "სინქის გეგმის რიცხვობრივი იდენტიფიკატორი"
|
9622
9434
|
|
9623
9435
|
msgid "system registration"
|
9624
|
-
msgstr "
|
9436
|
+
msgstr ""
|
9625
9437
|
|
9626
9438
|
msgid "the documentation."
|
9627
9439
|
msgstr ""
|
@@ -9630,25 +9442,25 @@ msgid "the following attributes can not be updated for the Red Hat provider: [ %
|
|
9630
9442
|
msgstr ""
|
9631
9443
|
|
9632
9444
|
msgid "the host"
|
9633
|
-
msgstr "
|
9445
|
+
msgstr ""
|
9634
9446
|
|
9635
9447
|
msgid "the hosts"
|
9636
|
-
msgstr "
|
9448
|
+
msgstr ""
|
9637
9449
|
|
9638
9450
|
msgid "to"
|
9639
9451
|
msgstr "სადამდე"
|
9640
9452
|
|
9641
9453
|
msgid "true if the latest version of the component's content view is desired"
|
9642
|
-
msgstr "
|
9454
|
+
msgstr ""
|
9643
9455
|
|
9644
9456
|
msgid "true if the latest version of the components content view is desired"
|
9645
|
-
msgstr "
|
9457
|
+
msgstr ""
|
9646
9458
|
|
9647
9459
|
msgid "true if this repository can be published via HTTP"
|
9648
9460
|
msgstr "ჩართულია, თუ ეს რეპოზიტორია შეიძლება გამოქვეყნდეს HTTP-ის საშუალებით"
|
9649
9461
|
|
9650
9462
|
msgid "type of filter (e.g. deb, rpm, package_group, erratum, erratum_id, erratum_date, docker, modulemd)"
|
9651
|
-
msgstr "
|
9463
|
+
msgstr ""
|
9652
9464
|
|
9653
9465
|
msgid "types of filters"
|
9654
9466
|
msgstr "ფილტრების ტპი"
|
@@ -9693,7 +9505,7 @@ msgid "view content view tabs."
|
|
9693
9505
|
msgstr "შემცველობის ხედის ჩანართების ნახვა."
|
9694
9506
|
|
9695
9507
|
msgid "waiting for %s to finish the task"
|
9696
|
-
msgstr "
|
9508
|
+
msgstr ""
|
9697
9509
|
|
9698
9510
|
msgid "waiting for Pulp to finish the task %s"
|
9699
9511
|
msgstr "pulp-ის მოლოდინი, სანამ ამოცანა დასრულდება: %s"
|
@@ -9720,7 +9532,7 @@ msgid "{0} items selected"
|
|
9720
9532
|
msgstr "მონიშნულია {0} ჩანაწერი"
|
9721
9533
|
|
9722
9534
|
msgid "{enableRedHatRepos} or {createACustomProduct}."
|
9723
|
-
msgstr "
|
9535
|
+
msgstr ""
|
9724
9536
|
|
9725
9537
|
msgid "{numberOfActivationKeys} activation key will be assigned to content view {cvName} in"
|
9726
9538
|
msgstr ""
|
@@ -9735,10 +9547,10 @@ msgid "{numberOfHosts} hosts will be assigned to content view {cvName} in"
|
|
9735
9547
|
msgstr ""
|
9736
9548
|
|
9737
9549
|
msgid "{versionOrVersions} {versionList} will be deleted and will no longer be available for promotion."
|
9738
|
-
msgstr "
|
9550
|
+
msgstr ""
|
9739
9551
|
|
9740
9552
|
msgid "{versionOrVersions} {versionList} will be removed from the following environments:"
|
9741
|
-
msgstr "
|
9553
|
+
msgstr ""
|
9742
9554
|
|
9743
9555
|
msgid "{versionOrVersions} {versionList} will be removed from the listed environment and will no longer be available for promotion."
|
9744
9556
|
msgstr ""
|
@@ -9747,4 +9559,4 @@ msgid "{versionOrVersions} {versionList} will be removed from the listed environ
|
|
9747
9559
|
msgstr ""
|
9748
9560
|
|
9749
9561
|
msgid "{versionOrVersions} {versionList} will be removed from the {envLabel} environment."
|
9750
|
-
msgstr "
|
9562
|
+
msgstr ""
|