katello 4.18.0 → 4.19.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.

Files changed (345) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +52 -349
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +52 -349
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +52 -349
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +53 -350
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +54 -351
  7. data/app/assets/javascripts/katello/locale/de/katello.js +56 -353
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +52 -349
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +52 -349
  10. data/app/assets/javascripts/katello/locale/el/katello.js +54 -351
  11. data/app/assets/javascripts/katello/locale/en/katello.js +53 -350
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +53 -350
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +52 -349
  14. data/app/assets/javascripts/katello/locale/es/katello.js +56 -353
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +52 -349
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +138 -435
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +52 -349
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +52 -349
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +52 -349
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +52 -349
  21. data/app/assets/javascripts/katello/locale/id/katello.js +52 -349
  22. data/app/assets/javascripts/katello/locale/it/katello.js +53 -350
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +142 -439
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +56 -353
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +52 -349
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +135 -432
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +52 -349
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +52 -349
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +52 -349
  30. data/app/assets/javascripts/katello/locale/or/katello.js +52 -349
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +52 -349
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +52 -349
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +52 -349
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +52 -349
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +56 -353
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +52 -349
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +52 -349
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +54 -351
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +52 -349
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +52 -349
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +52 -349
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +52 -349
  43. data/app/assets/javascripts/katello/locale/te/katello.js +52 -349
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +52 -349
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +52 -349
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +52 -349
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +52 -349
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +135 -432
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +54 -351
  50. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +46 -13
  51. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  52. data/app/controllers/katello/api/v2/activation_keys_controller.rb +3 -65
  53. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +56 -34
  54. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
  55. data/app/controllers/katello/api/v2/content_views_controller.rb +18 -3
  56. data/app/controllers/katello/api/v2/debs_controller.rb +21 -11
  57. data/app/controllers/katello/api/v2/docker_tags_controller.rb +7 -0
  58. data/app/controllers/katello/api/v2/errata_controller.rb +4 -4
  59. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +21 -19
  60. data/app/controllers/katello/api/v2/host_debs_controller.rb +16 -1
  61. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +3 -60
  62. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +10 -53
  63. data/app/controllers/katello/api/v2/repositories_controller.rb +0 -1
  64. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +3 -0
  65. data/app/lib/actions/candlepin/activation_key/create.rb +0 -2
  66. data/app/lib/actions/candlepin/activation_key/update.rb +0 -2
  67. data/app/lib/actions/candlepin/product/content_create.rb +3 -5
  68. data/app/lib/actions/candlepin/product/content_update.rb +2 -3
  69. data/app/lib/actions/helpers/rolling_cv_repos.rb +1 -1
  70. data/app/lib/actions/katello/activation_key/create.rb +0 -1
  71. data/app/lib/actions/katello/activation_key/update.rb +0 -2
  72. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -6
  73. data/app/lib/actions/katello/content_credential/update.rb +1 -1
  74. data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +18 -24
  75. data/app/lib/actions/katello/content_view/create.rb +9 -4
  76. data/app/lib/actions/katello/content_view/publish.rb +7 -7
  77. data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +6 -1
  78. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +16 -11
  79. data/app/lib/actions/katello/content_view/update.rb +34 -7
  80. data/app/lib/actions/katello/product/content_create.rb +2 -2
  81. data/app/lib/actions/katello/product/content_destroy.rb +1 -1
  82. data/app/lib/actions/katello/repository/check_matching_content.rb +1 -1
  83. data/app/lib/actions/katello/repository/clone_contents.rb +1 -1
  84. data/app/lib/actions/katello/repository/create.rb +1 -1
  85. data/app/lib/actions/katello/repository/destroy.rb +4 -4
  86. data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
  87. data/app/lib/actions/katello/repository/sync.rb +1 -1
  88. data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +2 -2
  89. data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
  90. data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +1 -1
  91. data/app/lib/actions/pulp3/repository/save_publication.rb +3 -1
  92. data/app/lib/actions/pulp3/repository/save_version.rb +45 -24
  93. data/app/lib/actions/pulp3/repository/save_versions.rb +2 -1
  94. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -4
  95. data/app/lib/katello/resources/candlepin/upstream_job.rb +9 -1
  96. data/app/lib/katello/resources/candlepin.rb +4 -0
  97. data/app/models/katello/authorization/repository.rb +17 -4
  98. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -7
  99. data/app/models/katello/content_view_deb_filter.rb +10 -0
  100. data/app/models/katello/content_view_deb_filter_rule.rb +7 -0
  101. data/app/models/katello/deb.rb +10 -12
  102. data/app/models/katello/erratum.rb +1 -1
  103. data/app/models/katello/glue/provider.rb +14 -3
  104. data/app/models/katello/host/content_facet.rb +1 -1
  105. data/app/models/katello/host/subscription_facet.rb +1 -7
  106. data/app/models/katello/product_content.rb +2 -2
  107. data/app/models/katello/repository.rb +4 -23
  108. data/app/models/katello/root_repository.rb +2 -5
  109. data/app/services/katello/candlepin/event_handler.rb +0 -33
  110. data/app/services/katello/candlepin/message_handler.rb +0 -41
  111. data/app/services/katello/content_unit_indexer.rb +59 -13
  112. data/app/services/katello/product_content_finder.rb +16 -7
  113. data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
  114. data/app/services/katello/pulp3/ansible_collection.rb +1 -0
  115. data/app/services/katello/pulp3/api/content_guard.rb +5 -5
  116. data/app/services/katello/pulp3/api/core.rb +10 -0
  117. data/app/services/katello/pulp3/content_view_version/export.rb +25 -10
  118. data/app/services/katello/pulp3/deb.rb +1 -0
  119. data/app/services/katello/pulp3/docker_manifest.rb +1 -0
  120. data/app/services/katello/pulp3/docker_manifest_list.rb +1 -0
  121. data/app/services/katello/pulp3/docker_tag.rb +1 -0
  122. data/app/services/katello/pulp3/file_unit.rb +1 -0
  123. data/app/services/katello/pulp3/generic_content_unit.rb +1 -0
  124. data/app/services/katello/pulp3/module_stream.rb +1 -0
  125. data/app/services/katello/pulp3/package_group.rb +1 -0
  126. data/app/services/katello/pulp3/repository/apt.rb +30 -13
  127. data/app/services/katello/pulp3/repository.rb +59 -10
  128. data/app/services/katello/pulp3/rpm.rb +3 -2
  129. data/app/services/katello/pulp3/srpm.rb +3 -2
  130. data/app/services/katello/pulp3/task_group.rb +1 -1
  131. data/app/services/katello/registration_manager.rb +19 -17
  132. data/app/services/katello/repository_type_manager.rb +7 -5
  133. data/app/services/katello/smart_proxy_helper.rb +1 -6
  134. data/app/views/foreman/job_templates/upload_profile.erb +5 -0
  135. data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -1
  136. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
  137. data/app/views/katello/api/v2/debs/thindex.json.rabl +6 -0
  138. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +32 -0
  139. data/app/views/katello/api/v2/docker_tags/show.json.rabl +0 -5
  140. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +6 -0
  141. data/app/views/katello/api/v2/host_debs/installed_debs.json.rabl +6 -0
  142. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_errata.json.rabl +1 -1
  143. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_erratum.json.rabl +9 -0
  144. data/app/views/katello/api/v2/hosts_bulk_actions/installable_errata.json.rabl +1 -1
  145. data/app/views/katello/api/v2/hosts_bulk_actions/{erratum.json.rabl → installable_erratum.json.rabl} +3 -3
  146. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
  147. data/config/initializers/monkeys.rb +1 -0
  148. data/config/routes/api/v2.rb +2 -2
  149. data/config/routes/overrides.rb +2 -7
  150. data/config/routes.rb +2 -0
  151. data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +1 -1
  152. data/db/migrate/20250912000000_add_pulp_prn_fields.rb +73 -0
  153. data/db/migrate/20250912000001_populate_pulp_prn_fields.rb +403 -0
  154. data/db/migrate/20251009142516_remove_auto_attach_from_activation_keys.rb +5 -0
  155. data/db/migrate/20251009142517_remove_autoheal_from_subscription_facets.rb +5 -0
  156. data/db/seeds.d/111-upgrade_tasks.rb +2 -0
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +2 -2
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -1
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +5 -2
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +5 -2
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +5 -2
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +4 -4
  163. data/lib/katello/permission_creator.rb +2 -2
  164. data/lib/katello/permissions/host_permissions.rb +0 -6
  165. data/lib/katello/plugin.rb +16 -8
  166. data/lib/katello/tasks/jenkins.rake +1 -1
  167. data/lib/katello/tasks/upgrades/4.19/enable_structured_apt_for_deb.rake +87 -0
  168. data/lib/katello/tasks/upgrades/4.19/populate_repository_version_prns.rake +32 -0
  169. data/lib/katello/version.rb +1 -1
  170. data/lib/monkeys/fix_rpm_repository_gpgcheck.rb +38 -0
  171. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/bn/katello.po +52 -349
  173. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  174. data/locale/bn_IN/katello.po +52 -349
  175. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  176. data/locale/ca/katello.po +52 -349
  177. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  178. data/locale/cs/katello.po +54 -350
  179. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/cs_CZ/katello.po +54 -351
  181. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  182. data/locale/de/katello.po +56 -353
  183. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  184. data/locale/de_AT/katello.po +52 -349
  185. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  186. data/locale/de_DE/katello.po +52 -349
  187. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  188. data/locale/el/katello.po +55 -352
  189. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  190. data/locale/en/katello.po +54 -350
  191. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/en_GB/katello.po +53 -350
  193. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/en_US/katello.po +52 -349
  195. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  196. data/locale/es/katello.po +56 -353
  197. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/et_EE/katello.po +52 -349
  199. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  200. data/locale/fr/katello.po +139 -435
  201. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  202. data/locale/gl/katello.po +52 -349
  203. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  204. data/locale/gu/katello.po +52 -349
  205. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  206. data/locale/he_IL/katello.po +52 -349
  207. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  208. data/locale/hi/katello.po +52 -349
  209. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/id/katello.po +52 -349
  211. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/it/katello.po +53 -350
  213. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/ja/katello.po +143 -439
  215. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/ka/katello.po +56 -353
  217. data/locale/katello.pot +695 -1152
  218. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  219. data/locale/kn/katello.po +52 -349
  220. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  221. data/locale/ko/katello.po +136 -432
  222. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  223. data/locale/ml_IN/katello.po +52 -349
  224. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  225. data/locale/mr/katello.po +52 -349
  226. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  227. data/locale/nl_NL/katello.po +52 -349
  228. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  229. data/locale/or/katello.po +52 -349
  230. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  231. data/locale/pa/katello.po +52 -349
  232. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  233. data/locale/pl/katello.po +52 -349
  234. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  235. data/locale/pl_PL/katello.po +52 -349
  236. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  237. data/locale/pt/katello.po +52 -349
  238. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  239. data/locale/pt_BR/katello.po +56 -353
  240. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  241. data/locale/ro/katello.po +52 -349
  242. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  243. data/locale/ro_RO/katello.po +52 -349
  244. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  245. data/locale/ru/katello.po +54 -351
  246. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  247. data/locale/sl/katello.po +52 -349
  248. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  249. data/locale/sv_SE/katello.po +52 -349
  250. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  251. data/locale/ta/katello.po +52 -349
  252. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  253. data/locale/ta_IN/katello.po +52 -349
  254. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  255. data/locale/te/katello.po +52 -349
  256. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  257. data/locale/tr/katello.po +52 -349
  258. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  259. data/locale/vi/katello.po +52 -349
  260. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  261. data/locale/vi_VN/katello.po +52 -349
  262. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  263. data/locale/zh/katello.po +52 -349
  264. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  265. data/locale/zh_CN/katello.po +136 -432
  266. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  267. data/locale/zh_TW/katello.po +54 -351
  268. data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
  269. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +0 -2
  270. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -2
  271. data/webpack/components/extensions/Hosts/ActionsBar/index.js +1 -0
  272. data/webpack/components/extensions/Hosts/BulkActions/BulkActionsConstants.js +7 -0
  273. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js +388 -0
  274. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/__tests__/BulkChangeHostCollectionsModal.test.js +640 -0
  275. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/actions.js +28 -0
  276. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +71 -0
  277. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +1 -1
  278. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +10 -3
  279. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
  280. data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +7 -0
  281. data/webpack/containers/Application/config.js +11 -1
  282. data/webpack/global_index.js +3 -0
  283. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesConstants.js +1 -1
  284. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesPage.js +7 -43
  285. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImagesPage.test.js +1 -1
  286. data/webpack/scenes/ContainerImages/ContainerImagesPage.js +86 -0
  287. data/webpack/scenes/ContainerImages/LabelsAnnotationsModal.js +105 -0
  288. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js +218 -0
  289. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsActions.js +15 -0
  290. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsSelectors.js +16 -0
  291. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/ManifestDetails.test.js +395 -0
  292. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestDetails.fixtures.json +43 -0
  293. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestList.fixtures.json +58 -0
  294. data/webpack/scenes/ContainerImages/Synced/Details/index.js +4 -0
  295. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js +359 -0
  296. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.scss +21 -0
  297. data/webpack/scenes/ContainerImages/Synced/__tests__/LabelsAnnotationsModal.test.js +69 -0
  298. data/webpack/scenes/ContainerImages/Synced/__tests__/SyncedContainerImagesPage.test.js +335 -0
  299. data/webpack/scenes/ContainerImages/Synced/__tests__/syncedContainerImages.fixtures.json +105 -0
  300. data/webpack/scenes/ContainerImages/TableEmptyState.js +67 -0
  301. data/webpack/scenes/ContainerImages/containerImagesHelpers.js +48 -0
  302. data/webpack/scenes/ContainerImages/index.js +4 -0
  303. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +29 -3
  304. data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
  305. data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +45 -1
  306. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -1
  307. data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +59 -1
  308. data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +1 -0
  309. data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +164 -24
  310. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVDebFilterContent.test.js +268 -0
  311. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterDetail.fixtures.json +95 -0
  312. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterRules.fixtures.json +31 -0
  313. data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVDebFilterRules.fixtures.json +10 -0
  314. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -1
  315. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -1
  316. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +15 -0
  317. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +1 -0
  318. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +9 -0
  319. data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +5 -3
  320. data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +1 -1
  321. data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +35 -3
  322. data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +1 -1
  323. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.css +3 -0
  324. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +63 -132
  325. data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +67 -143
  326. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +10 -2
  327. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +13 -2
  328. data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
  329. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +8 -2
  330. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +67 -1
  331. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
  332. data/webpack/scenes/Subscriptions/SubscriptionConstants.js +0 -2
  333. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
  334. metadata +83 -55
  335. data/app/lib/actions/katello/host/attach_subscriptions.rb +0 -59
  336. data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -22
  337. data/app/lib/actions/katello/host/remove_subscriptions.rb +0 -50
  338. data/app/lib/actions/katello/organization/simple_content_access/disable.rb +0 -25
  339. data/app/lib/actions/katello/organization/simple_content_access/enable.rb +0 -25
  340. data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +0 -42
  341. data/lib/katello/tasks/migrate_structure_content_for_deb.rake +0 -105
  342. data/lib/katello/tasks/upgrades/4.2/remove_checksum_values.rake +0 -17
  343. data/locale/action_names.rb +0 -186
  344. /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImages.fixtures.js +0 -0
  345. /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/index.js +0 -0
data/locale/ka/katello.po CHANGED
@@ -8,7 +8,7 @@
8
8
  #
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: katello 4.18.0.rc2\n"
11
+ "Project-Id-Version: katello 4.19.0.pre.master\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
14
14
  "Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2025\n"
@@ -454,9 +454,6 @@ msgstr "დაშორებულად გაშვებული დავ
454
454
  msgid "A remote execution job is in progress."
455
455
  msgstr "დაშორებულად გაშვებული დავალება ჯერ კიდევ მიმდინარეობს."
456
456
 
457
- msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
458
- msgstr "სერვისის დონე თვით-წამლობის პროცესისთვის. მაგ; SELF-SUPPORT"
459
-
460
457
  msgid "A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running."
461
458
  msgstr ""
462
459
 
@@ -472,9 +469,6 @@ msgstr "ნებისმიერი"
472
469
  msgid "About page"
473
470
  msgstr "გვერდის შესახებ"
474
471
 
475
- msgid "Abstract async task"
476
- msgstr ""
477
-
478
472
  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
473
  msgstr ""
480
474
 
@@ -562,12 +556,15 @@ msgstr "DEB-ის წესის დამატება"
562
556
  msgid "Add RPM rule"
563
557
  msgstr "RPM-ის წესის დამატება"
564
558
 
559
+ msgid "Add Red Hat Flatpak remote"
560
+ msgstr ""
561
+
562
+ msgid "Add Red Hat flatpak remote"
563
+ msgstr ""
564
+
565
565
  msgid "Add Subscriptions"
566
566
  msgstr "გამოწერების დამატება"
567
567
 
568
- msgid "Add a subscription to a host"
569
- msgstr "ჰოსტზე გამოწერის დამატება"
570
-
571
568
  msgid "Add an alternate content source"
572
569
  msgstr "შემცველობის ალტერნატიული წყაროს დამატება"
573
570
 
@@ -619,9 +616,6 @@ msgstr "რეპოზიტორიების დამატება"
619
616
  msgid "Add repositories with package groups to content view to select them here."
620
617
  msgstr ""
621
618
 
622
- msgid "Add rolling repo clone"
623
- msgstr ""
624
-
625
619
  msgid "Add rule"
626
620
  msgstr "წესის დამატება"
627
621
 
@@ -634,9 +628,6 @@ msgstr "გამოწერების დამატება"
634
628
  msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
635
629
  msgstr ""
636
630
 
637
- msgid "Add subscriptions to one or more hosts"
638
- msgstr "გამოწერის დამატება ერთ ან მეტ ჰოსტზე"
639
-
640
631
  msgid "Add subscriptions using the Add Subscriptions button."
641
632
  msgstr "დაამატეთ გამოწერები გამოწერის დამატების ღილაკით."
642
633
 
@@ -912,12 +903,6 @@ msgstr ""
912
903
  msgid "Array of pools to add"
913
904
  msgstr "დასამატებელი პულების მასივი"
914
905
 
915
- msgid "Array of subscriptions to add"
916
- msgstr "დასამატებელი გამოწერების მასივი"
917
-
918
- msgid "Array of subscriptions to remove"
919
- msgstr "წასაშლელი გამოწერების მასივი"
920
-
921
906
  msgid "Array of uploads to import"
922
907
  msgstr "შემოსატანი ატვირთვების მასივი"
923
908
 
@@ -974,15 +959,6 @@ msgstr "სულ ცოტა ერთ მონიშნულ ელემ
974
959
  msgid "At least one organization must exist."
975
960
  msgstr "საჭიროა არსებობდეს ერთი ორგანიზაცია მაინც."
976
961
 
977
- msgid "Attach a subscription"
978
- msgstr "გამოწერის მიბმა"
979
-
980
- msgid "Attach subscriptions"
981
- msgstr "გამოწერების მიმაგრება"
982
-
983
- msgid "Attach subscriptions to %s"
984
- msgstr "%s-ზე გამოწერების მიმაგრება"
985
-
986
962
  msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
987
963
  msgstr ""
988
964
 
@@ -998,9 +974,6 @@ msgstr "ავტორი"
998
974
  msgid "Auto Publish - Triggered by '%s'"
999
975
  msgstr "ავტომატური გამოცემა - ტრიგერი: \"%s\""
1000
976
 
1001
- msgid "Auto attach subscriptions"
1002
- msgstr ""
1003
-
1004
977
  msgid "Auto publish"
1005
978
  msgstr "ავტომატური გამოქვეყნება"
1006
979
 
@@ -1097,6 +1070,9 @@ msgstr ""
1097
1070
  msgid "Bootc upgrade via Bootc interface"
1098
1071
  msgstr ""
1099
1072
 
1073
+ msgid "Booted"
1074
+ msgstr ""
1075
+
1100
1076
  msgid "Booted Container Images"
1101
1077
  msgstr ""
1102
1078
 
@@ -1493,9 +1469,6 @@ msgstr ""
1493
1469
  msgid "Comma-separated list of tags to sync for a container image repository"
1494
1470
  msgstr ""
1495
1471
 
1496
- msgid "Commit upload"
1497
- msgstr ""
1498
-
1499
1472
  msgid "Compare"
1500
1473
  msgstr "შედარება"
1501
1474
 
@@ -1568,6 +1541,9 @@ msgstr "კონტეინერის ასლის ჭდე"
1568
1541
  msgid "Container image tags"
1569
1542
  msgstr "კონტეინერის ასლის ჭდეები"
1570
1543
 
1544
+ msgid "Container images"
1545
+ msgstr ""
1546
+
1571
1547
  msgid "Container manifest lists"
1572
1548
  msgstr "კონტეინერის მანიფესტების სიები"
1573
1549
 
@@ -1847,27 +1823,15 @@ msgstr "დაკოპირდა გაცვლის ბაფერში"
1847
1823
  msgid "Copy"
1848
1824
  msgstr "კოპირება"
1849
1825
 
1850
- msgid "Copy all units"
1851
- msgstr ""
1852
-
1853
1826
  msgid "Copy an activation key"
1854
1827
  msgstr "აქტივაციის გასაღების კოპირება"
1855
1828
 
1856
- msgid "Copy content"
1857
- msgstr ""
1858
-
1859
1829
  msgid "Copy content view"
1860
1830
  msgstr "შემცველობის ხედის კოპირება"
1861
1831
 
1862
1832
  msgid "Copy to clipboard"
1863
1833
  msgstr "ბუფერში კოპირება"
1864
1834
 
1865
- msgid "Copy version"
1866
- msgstr ""
1867
-
1868
- msgid "Copy version units to library"
1869
- msgstr ""
1870
-
1871
1835
  msgid "Cores per socket"
1872
1836
  msgstr "ბირთვი თითო სოკეტზე"
1873
1837
 
@@ -2081,39 +2045,18 @@ msgstr ""
2081
2045
  msgid "Create content view"
2082
2046
  msgstr "შემცველობის ხედის შექმნა"
2083
2047
 
2084
- msgid "Create exporter"
2085
- msgstr ""
2086
-
2087
2048
  msgid "Create filter"
2088
2049
  msgstr "ფილტრის შექმნა"
2089
2050
 
2090
2051
  msgid "Create host collection"
2091
2052
  msgstr "ჰოსტების კოლექციის შექმნა"
2092
2053
 
2093
- msgid "Create import"
2094
- msgstr ""
2095
-
2096
- msgid "Create importer"
2097
- msgstr ""
2098
-
2099
2054
  msgid "Create new activation key"
2100
2055
  msgstr "ახალი აქტივაციის გასაღების შექმნა"
2101
2056
 
2102
2057
  msgid "Create organization"
2103
2058
  msgstr "ორგანიზაციის შექმნა"
2104
2059
 
2105
- msgid "Create package filter rule"
2106
- msgstr "პაკეტის ფილტრის წესის შექმნა"
2107
-
2108
- msgid "Create publication"
2109
- msgstr ""
2110
-
2111
- msgid "Create remote"
2112
- msgstr ""
2113
-
2114
- msgid "Create rule"
2115
- msgstr "წესის შექმნა"
2116
-
2117
2060
  msgid "Credentials"
2118
2061
  msgstr "მომხმ/პაროლი"
2119
2062
 
@@ -2375,36 +2318,12 @@ msgstr "შემცველობის ხედის წაშლა"
2375
2318
  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."
2376
2319
  msgstr ""
2377
2320
 
2378
- msgid "Delete distributions"
2379
- msgstr ""
2380
-
2381
2321
  msgid "Delete manifest from Red Hat provider"
2382
2322
  msgstr "მანიფესტის წაშლა Red Hat-ის მომწოდებლიდან"
2383
2323
 
2384
2324
  msgid "Delete multiple filters from a content view"
2385
2325
  msgstr "შემცველობის ხედიდან ერთე მეტი ფილტრის წაშლა"
2386
2326
 
2387
- msgid "Delete orphan alternate content sources"
2388
- msgstr ""
2389
-
2390
- msgid "Delete orphan distributions"
2391
- msgstr ""
2392
-
2393
- msgid "Delete orphan remotes"
2394
- msgstr ""
2395
-
2396
- msgid "Delete orphan repository versions"
2397
- msgstr ""
2398
-
2399
- msgid "Delete orphaned migrated repositories"
2400
- msgstr ""
2401
-
2402
- msgid "Delete remote"
2403
- msgstr ""
2404
-
2405
- msgid "Delete repository references"
2406
- msgstr ""
2407
-
2408
2327
  msgid "Delete version"
2409
2328
  msgstr "ვერსიის წაშლა"
2410
2329
 
@@ -2504,12 +2423,6 @@ msgstr "გარემოს განადგურება"
2504
2423
  msgid "Destroy an environment in an organization"
2505
2424
  msgstr "ორგანიზაციაში გარემოს განადგურება"
2506
2425
 
2507
- msgid "Destroy exporter"
2508
- msgstr ""
2509
-
2510
- msgid "Destroy importer"
2511
- msgstr ""
2512
-
2513
2426
  msgid "Destroy one or more alternate content sources"
2514
2427
  msgstr "ერთი ან მეტი ალტერნატიული შემცველობის განადგურება"
2515
2428
 
@@ -2543,9 +2456,6 @@ msgstr "გამორთვა"
2543
2456
  msgid "Disable Red Hat Insights."
2544
2457
  msgstr "Red Hat Insights-ის გამორთვა."
2545
2458
 
2546
- msgid "Disable Simple Content Access"
2547
- msgstr "შემცველობასთან იოლი წვდომის გამორთვა"
2548
-
2549
2459
  msgid "Disable a repository from the set"
2550
2460
  msgstr "სეტიდან რეპოზიტორიის გამორთვა"
2551
2461
 
@@ -2558,9 +2468,6 @@ msgstr "გამორთულია"
2558
2468
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2559
2469
  msgstr "'%{subject}'-სთვის მარტივი შემცველობის წვდომის გამორთვის შეცდომა."
2560
2470
 
2561
- msgid "Discover"
2562
- msgstr ""
2563
-
2564
2471
  msgid "Discover Repositories"
2565
2472
  msgstr "რეპოზიტორიების აღმოჩენა"
2566
2473
 
@@ -2612,6 +2519,9 @@ msgstr "რჩევები ჰოსტის მორჩენილი პ
2612
2519
  msgid "Edit"
2613
2520
  msgstr "ჩასწორება"
2614
2521
 
2522
+ msgid "Edit DEB rule"
2523
+ msgstr ""
2524
+
2615
2525
  msgid "Edit Flatpak Remote"
2616
2526
  msgstr ""
2617
2527
 
@@ -2639,9 +2549,6 @@ msgstr "დეტალების ჩასწორება"
2639
2549
  msgid "Edit filter rule"
2640
2550
  msgstr "ფილტრის წესის ჩასწორება"
2641
2551
 
2642
- msgid "Edit package filter rule"
2643
- msgstr "პაკეტის ფილტრის წესის ჩასწორება"
2644
-
2645
2552
  msgid "Edit products"
2646
2553
  msgstr "პროდუქტების ჩასწორება"
2647
2554
 
@@ -2684,9 +2591,6 @@ msgstr "ჩართვა"
2684
2591
  msgid "Enable Red Hat repositories"
2685
2592
  msgstr "Red Hat-ის რეპოზიტორიების ჩართვა"
2686
2593
 
2687
- msgid "Enable Simple Content Access"
2688
- msgstr "შემცველობასთან იოლი წვდომის ჩართვა"
2689
-
2690
2594
  msgid "Enable Tracer"
2691
2595
  msgstr "ტრეისერის ჩართვა"
2692
2596
 
@@ -2762,9 +2666,6 @@ msgstr "გარემოების ID-ები"
2762
2666
  msgid "Environment cannot be in its own promotion path"
2763
2667
  msgstr "გარემო თავისი თავის წახალისების ბილიკს არ შეუძლება წარმოადგენდეს"
2764
2668
 
2765
- msgid "Environment contents refresh"
2766
- msgstr ""
2767
-
2768
2669
  msgid "Environment identifier"
2769
2670
  msgstr "გარემოს იდენტიფიკატორი"
2770
2671
 
@@ -2804,9 +2705,6 @@ msgstr ""
2804
2705
  msgid "Errata id of the erratum (RHSA-2012:108)"
2805
2706
  msgstr "მორჩენილი პაჩის ID (RHSA-2012:108)"
2806
2707
 
2807
- msgid "Errata mail"
2808
- msgstr ""
2809
-
2810
2708
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2811
2709
  msgstr ""
2812
2710
 
@@ -2972,9 +2870,6 @@ msgstr "ჰოსტისთვის ხელმისაწვდომი
2972
2870
  msgid "Fetch installable errata for one or more hosts."
2973
2871
  msgstr "დაყენებადი მორჩენილი პაჩების გამოთხოვა ერთი ან მეტი ჰოსტისთვის."
2974
2872
 
2975
- msgid "Fetch pxe files"
2976
- msgstr ""
2977
-
2978
2873
  msgid "Fetch traces for one or more hosts"
2979
2874
  msgstr "ერთი ან მეტი ჰოსტისთვის ტრეისის გამოთხოვა"
2980
2875
 
@@ -3068,9 +2963,6 @@ msgstr "ვერსიების ვერსიის ნომრის გ
3068
2963
  msgid "Filter versions that are components in the specified composite version"
3069
2964
  msgstr "ფილტრის ვერსიები, რომლებიც მითითებულ კომპოზიტის ვერსიაში კომპონენტები არიან"
3070
2965
 
3071
- msgid "Filtered index content"
3072
- msgstr ""
3073
-
3074
2966
  msgid "Filters"
3075
2967
  msgstr "ფილტრები"
3076
2968
 
@@ -3184,12 +3076,12 @@ msgstr ""
3184
3076
  msgid "Generate host applicability"
3185
3077
  msgstr "ჰოსტის გამოყენებადობის გენერაცია"
3186
3078
 
3187
- msgid "Generate metadata"
3188
- msgstr ""
3189
-
3190
3079
  msgid "Generate repository applicability"
3191
3080
  msgstr "ჰოსტის გამოყენებადობის გენერაცია"
3192
3081
 
3082
+ msgid "Generate username and password"
3083
+ msgstr ""
3084
+
3193
3085
  msgid "Generated"
3194
3086
  msgstr "გენერირებული"
3195
3087
 
@@ -3424,12 +3316,6 @@ msgstr ""
3424
3316
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3425
3317
  msgstr "დახარისხებული შედეგების დალაგების წესი (მაგ: ASC აღმავლისთვის)"
3426
3318
 
3427
- msgid "Hypervisors"
3428
- msgstr ""
3429
-
3430
- msgid "Hypervisors update"
3431
- msgstr ""
3432
-
3433
3319
  msgid "ID"
3434
3320
  msgstr ""
3435
3321
 
@@ -3621,9 +3507,6 @@ msgstr ""
3621
3507
  msgid "If set, newly created APT repos in Katello will use the same repo structure as the remote repos they are synchronized from. You may migrate existing APT repos to match the setting, by running 'foreman-rake katello:migrate_structure_content_for_deb'."
3622
3508
  msgstr ""
3623
3509
 
3624
- msgid "If specified, remove the first instance of a subscription with matching id and quantity"
3625
- msgstr "თუ მითითებულია, წაიშლება გამოწერის პირველი გაშვებული ასლი შესაბამისი ID და რაოდენობით"
3626
-
3627
3510
  msgid "If the smart proxies' assigned HTTP proxies should be used"
3628
3511
  msgstr "უნდა იქნას თუ არა გამოყენებული ჭკვიან პროქსიებზე მინიჭებული HTTP პროქსიები"
3629
3512
 
@@ -3753,9 +3636,6 @@ msgstr "რეპოზიტორიის შემოტანა"
3753
3636
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3754
3637
  msgstr "შემოიტანეთ გამოწერის მანიფესტი, რომ ჰოსტებს Red Hat-ის შემცველობასთან წვდომა მისცეთ."
3755
3638
 
3756
- msgid "Import migration"
3757
- msgstr ""
3758
-
3759
3639
  msgid "Import new manifest"
3760
3640
  msgstr ""
3761
3641
 
@@ -3765,12 +3645,6 @@ msgstr "მხოლოდ შემოტანა"
3765
3645
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3766
3646
  msgstr "მხოლოდ შემოტანადი შემცველობის ხედები არ შეიძლება პირდაპირ გამოქვეყნდეს. შემცველობის განახლება მხოლოდ ხედში შემოტანითაა შესაძლებელი."
3767
3647
 
3768
- msgid "Import repository upload"
3769
- msgstr ""
3770
-
3771
- msgid "Import upload"
3772
- msgstr ""
3773
-
3774
3648
  msgid "Import uploads into a repository"
3775
3649
  msgstr "ატვირთულების შეტანა რეპოზიტორიაში"
3776
3650
 
@@ -3837,9 +3711,6 @@ msgstr "ინკრემენტული განახლება"
3837
3711
  msgid "Incremental Update incomplete."
3838
3712
  msgstr "ინკრემენტული განახლება მიუწვდომელია."
3839
3713
 
3840
- msgid "Incremental Update of Content View Version(s) "
3841
- msgstr ""
3842
-
3843
3714
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3844
3715
  msgstr "%{content_view_count} შემცველობის ხედის ვერსიის ინკრემენტული განახლება "
3845
3716
 
@@ -3852,27 +3723,12 @@ msgstr "ინკრემენტული განახლებისთ
3852
3723
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3853
3724
  msgstr ""
3854
3725
 
3855
- msgid "Index content"
3856
- msgstr ""
3857
-
3858
- msgid "Index errata"
3859
- msgstr ""
3860
-
3861
- msgid "Index module streams"
3862
- msgstr ""
3863
-
3864
- msgid "Index package groups"
3865
- msgstr ""
3866
-
3867
3726
  msgid "Informable Type must be one of the following [ %{list} ]"
3868
3727
  msgstr ""
3869
3728
 
3870
3729
  msgid "Inherit from Repository"
3871
3730
  msgstr "მემკვიდრეობით რეპოზიტორიიდან"
3872
3731
 
3873
- msgid "Initialize"
3874
- msgstr ""
3875
-
3876
3732
  msgid "Initiate a sync of the products attached to the sync plan"
3877
3733
  msgstr ""
3878
3734
 
@@ -3948,9 +3804,6 @@ msgstr "პაკეტების ჯგუფის დაყენება.
3948
3804
  msgid "Installing Package..."
3949
3805
  msgstr "პაკეტის დაყენება..."
3950
3806
 
3951
- msgid "Instance update"
3952
- msgstr ""
3953
-
3954
3807
  msgid "Instance-based"
3955
3808
  msgstr "გაშვებულ ასლზე-ბაზირებული"
3956
3809
 
@@ -4077,6 +3930,9 @@ msgstr ""
4077
3930
  msgid "It's not possible to promote a rolling content view."
4078
3931
  msgstr ""
4079
3932
 
3933
+ msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
3934
+ msgstr ""
3935
+
4080
3936
  msgid "It's not possible to publish a rolling content view."
4081
3937
  msgstr ""
4082
3938
 
@@ -4476,6 +4332,9 @@ msgstr "ჰოსტის კოლექციაში ჰოსტები
4476
4332
  msgid "List of hypervisor guest uuids"
4477
4333
  msgstr "ჰაიპერვიზორის სტუმრების UUID-ების სია"
4478
4334
 
4335
+ msgid "List of lifecycle environments for rolling content views"
4336
+ msgstr ""
4337
+
4479
4338
  msgid "List of package group names (Deprecated)"
4480
4339
  msgstr "პაკეტის ჯგუფების სია (მოძველებული)"
4481
4340
 
@@ -4704,9 +4563,6 @@ msgstr "შეტყობინება"
4704
4563
  msgid "Messaging connection"
4705
4564
  msgstr "შეერთება შეტყობინებების სერვერთან"
4706
4565
 
4707
- msgid "Metadata generate"
4708
- msgstr ""
4709
-
4710
4566
  msgid ""
4711
4567
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4712
4568
  "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."
@@ -4772,15 +4628,6 @@ msgstr ""
4772
4628
  msgid "Multi Content View Environment"
4773
4629
  msgstr ""
4774
4630
 
4775
- msgid "Multi copy all units"
4776
- msgstr ""
4777
-
4778
- msgid "Multi copy content"
4779
- msgstr ""
4780
-
4781
- msgid "Multi copy units"
4782
- msgstr ""
4783
-
4784
4631
  msgid "Multi-entitlement"
4785
4632
  msgstr "მრავალ-უფლებიანი"
4786
4633
 
@@ -5396,9 +5243,6 @@ msgstr "მიმდინარეობს ორგანიზაციი
5396
5243
  msgid "Organization ID"
5397
5244
  msgstr "ორგანზაციის ID"
5398
5245
 
5399
- msgid "Organization ID is required"
5400
- msgstr "ორგანიზაციის ID აუცილებელია"
5401
-
5402
5246
  msgid "Organization ID or title"
5403
5247
  msgstr ""
5404
5248
 
@@ -5884,6 +5728,9 @@ msgstr "აქციის შეჯამება %{content_view}"
5884
5728
  msgid "Promotion to Environment"
5885
5729
  msgstr "გარემოს წინ წაწევა"
5886
5730
 
5731
+ msgid "Provide credentials if the registry requires authentication"
5732
+ msgstr ""
5733
+
5887
5734
  msgid "Provide the required information and click {update} below to save changes."
5888
5735
  msgstr ""
5889
5736
 
@@ -5983,9 +5830,6 @@ msgstr "Pulp-ის საცავი"
5983
5830
  msgid "Pulp task error"
5984
5831
  msgstr "Pulp-ის ამოცანის შეცდომა"
5985
5832
 
5986
- msgid "Purge completed tasks"
5987
- msgstr ""
5988
-
5989
5833
  msgid "Python Package"
5990
5834
  msgstr "Python-ის პაკეტი"
5991
5835
 
@@ -6013,15 +5857,6 @@ msgstr "რაოდენობა ${pool.available}-ზე მაღლა უ
6013
5857
  msgid "Quantity of entitlements to bind"
6014
5858
  msgstr ""
6015
5859
 
6016
- msgid "Quantity of specified subscription to remove"
6017
- msgstr "მითითებული წასაშლელი გამოწერების რაოდენობა"
6018
-
6019
- msgid "Quantity of this subscription to add"
6020
- msgstr "დასამატებელი გამოწერების რაოდენობა"
6021
-
6022
- msgid "Quantity of this subscriptions to add"
6023
- msgstr "დასამატებელი გამოწერების რაოდენობა"
6024
-
6025
5860
  msgid "Quantity to Allocate"
6026
5861
  msgstr "გამოსაყოფი რაოდენობა"
6027
5862
 
@@ -6094,9 +5929,6 @@ msgstr "საჭიროა გადატვირთვა"
6094
5929
  msgid "Reclaim Space"
6095
5930
  msgstr "ადგილის თავიდან გამოთხოვა"
6096
5931
 
6097
- msgid "Reclaim space"
6098
- msgstr ""
6099
-
6100
5932
  msgid "Reclaim space from On Demand repositories"
6101
5933
  msgstr "სივრცის მოთხოვნა ყველა მოთხოვნით საცავიდან"
6102
5934
 
@@ -6163,9 +5995,6 @@ msgstr ""
6163
5995
  msgid "Refresh all alternate content sources"
6164
5996
  msgstr "ყველა შემცველობის ალტერნატიული წყაროს განახლება"
6165
5997
 
6166
- msgid "Refresh all distributions"
6167
- msgstr ""
6168
-
6169
5998
  msgid "Refresh alternate content sources"
6170
5999
  msgstr "შემცველობის ალტერნატიული წყაროების განახლება"
6171
6000
 
@@ -6178,27 +6007,15 @@ msgstr "შესატყვისობის განახლება"
6178
6007
  msgid "Refresh counts"
6179
6008
  msgstr "განახლების რაოდენობები"
6180
6009
 
6181
- msgid "Refresh distribution"
6182
- msgstr ""
6183
-
6184
6010
  msgid "Refresh errata applicability"
6185
6011
  msgstr "მორჩენილი პაჩების შესატყვისობის განახლება"
6186
6012
 
6187
- msgid "Refresh if needed"
6188
- msgstr ""
6189
-
6190
6013
  msgid "Refresh package applicability"
6191
6014
  msgstr "პაკეტების შესატყვისობის განახლება"
6192
6015
 
6193
6016
  msgid "Refresh previously imported manifest for Red Hat provider"
6194
6017
  msgstr ""
6195
6018
 
6196
- msgid "Refresh remote"
6197
- msgstr ""
6198
-
6199
- msgid "Refresh repos"
6200
- msgstr ""
6201
-
6202
6019
  msgid "Refresh source"
6203
6020
  msgstr "წყაროს განახლება"
6204
6021
 
@@ -6208,9 +6025,6 @@ msgstr "Refresh_Content_Host_Status"
6208
6025
  msgid "Register a host with subscription and information"
6209
6026
  msgstr "დაარეგისტრირეთ ჰოსტი გამოწერით და ინფორმაციით"
6210
6027
 
6211
- msgid "Register host '%s' before attaching subscriptions"
6212
- msgstr "ჰოსტის (%s) რეგისტრაცია გამოწერების მინიჭებამდე"
6213
-
6214
6028
  msgid "Registered"
6215
6029
  msgstr "რეგისტრირებულია"
6216
6030
 
@@ -6244,9 +6058,6 @@ msgstr ""
6244
6058
  msgid "Registry token expiration time"
6245
6059
  msgstr ""
6246
6060
 
6247
- msgid "Reindex subscriptions"
6248
- msgstr ""
6249
-
6250
6061
  msgid "Related composite content views"
6251
6062
  msgstr "შესაბამისი კომპოზიტური შემცველობის ხედები"
6252
6063
 
@@ -6343,9 +6154,6 @@ msgstr "ერთი ან მეტი ჰოსტიდან ერთი
6343
6154
  msgid "Remove one or more subscriptions from an upstream manifest"
6344
6155
  msgstr ""
6345
6156
 
6346
- msgid "Remove orphans"
6347
- msgstr ""
6348
-
6349
6157
  msgid "Remove package group via Katello interface"
6350
6158
  msgstr "პაკეტების ჯგუფის წაშლა Katello-ის ინტერფეისიდან"
6351
6159
 
@@ -6361,27 +6169,6 @@ msgstr "პაკეტების წაშლა Katello-ის ინტე
6361
6169
  msgid "Remove products from sync plan"
6362
6170
  msgstr "სინქრის გეგმიდან პროდუქტების წაშლა"
6363
6171
 
6364
- msgid "Remove rolling repo clone"
6365
- msgstr ""
6366
-
6367
- msgid "Remove subscriptions"
6368
- msgstr "გამოწერის წაშლა"
6369
-
6370
- msgid "Remove subscriptions from %s"
6371
- msgstr "გამოწერების წაშლა %s-დან"
6372
-
6373
- msgid "Remove subscriptions from a host"
6374
- msgstr ""
6375
-
6376
- msgid "Remove subscriptions from one or more hosts"
6377
- msgstr "გამოწერის წაშლა ერთი ან მეტი ჰოსტიდან"
6378
-
6379
- msgid "Remove units"
6380
- msgstr ""
6381
-
6382
- msgid "Remove unneeded repos"
6383
- msgstr ""
6384
-
6385
6172
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6386
6173
  msgstr "წაშალეთ ვერსიები შემცველობის ხედიდან და ხელახლა მინიჭეთ სისტემები და გასაღებები"
6387
6174
 
@@ -6406,9 +6193,6 @@ msgstr ""
6406
6193
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6407
6194
  msgstr ""
6408
6195
 
6409
- msgid "Repair"
6410
- msgstr ""
6411
-
6412
6196
  msgid "Replace content source on the target machine"
6413
6197
  msgstr ""
6414
6198
 
@@ -6427,18 +6211,12 @@ msgstr "საცავები"
6427
6211
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6428
6212
  msgstr ""
6429
6213
 
6430
- msgid "Repositories certs reset"
6431
- msgstr ""
6432
-
6433
6214
  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."
6434
6215
  msgstr ""
6435
6216
 
6436
6217
  msgid "Repositories from published Content Views are not allowed."
6437
6218
  msgstr ""
6438
6219
 
6439
- msgid "Repositories gpg reset"
6440
- msgstr ""
6441
-
6442
6220
  msgid "Repository"
6443
6221
  msgstr "საცავი"
6444
6222
 
@@ -6610,6 +6388,9 @@ msgstr "ჰოსტის ერთი მორჩენილი პაჩი
6610
6388
  msgid "Return Red Hat (non-custom) products only"
6611
6389
  msgstr "მხოლოდ Red Hat-ის (არა-ხელით მითითებული) პროდუქტების დაბრუნება"
6612
6390
 
6391
+ msgid "Return a list of installed debs distinct by name"
6392
+ msgstr ""
6393
+
6613
6394
  msgid "Return a list of installed packages distinct by name"
6614
6395
  msgstr ""
6615
6396
 
@@ -6790,19 +6571,7 @@ msgstr "მოკლევადიანი გამოწერები"
6790
6571
  msgid "Save"
6791
6572
  msgstr "შენახვა"
6792
6573
 
6793
- msgid "Save artifact"
6794
- msgstr ""
6795
-
6796
- msgid "Save distribution references"
6797
- msgstr ""
6798
-
6799
- msgid "Save publication"
6800
- msgstr ""
6801
-
6802
- msgid "Save version"
6803
- msgstr ""
6804
-
6805
- msgid "Save versions"
6574
+ msgid "Save Environments"
6806
6575
  msgstr ""
6807
6576
 
6808
6577
  msgid "Saving alternate content source..."
@@ -6814,12 +6583,6 @@ msgstr ""
6814
6583
  msgid "Scan a flatpak remote"
6815
6584
  msgstr ""
6816
6585
 
6817
- msgid "Scan cdn"
6818
- msgstr ""
6819
-
6820
- msgid "Scan remote"
6821
- msgstr ""
6822
-
6823
6586
  msgid "Schema version 1"
6824
6587
  msgstr "სქემის ვერსია 1"
6825
6588
 
@@ -7057,11 +6820,14 @@ msgstr "სერვისის დონე: %s"
7057
6820
  msgid "Service Level (SLA)"
7058
6821
  msgstr "სერვისის დონე (SLA)"
7059
6822
 
6823
+ msgid "Service level"
6824
+ msgstr ""
6825
+
7060
6826
  msgid "Service level of host"
7061
6827
  msgstr "ჰოსტის სერვისის დონე"
7062
6828
 
7063
- msgid "Service level to be used for autoheal"
7064
- msgstr "ავტომატურ წამლობაში გამოყენებული სერვისის დონე"
6829
+ msgid "Service level, e.g. SELF-SUPPORT"
6830
+ msgstr ""
7065
6831
 
7066
6832
  msgid "Set content overrides"
7067
6833
  msgstr ""
@@ -7087,9 +6853,6 @@ msgstr ""
7087
6853
  msgid "Sets the system purpose usage"
7088
6854
  msgstr "სისტემის დანიშნულების გამოყენების დაყენება"
7089
6855
 
7090
- msgid "Sets whether the Host will autoheal subscriptions upon checkin"
7091
- msgstr ""
7092
-
7093
6856
  msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
7094
6857
  msgstr ""
7095
6858
 
@@ -7240,6 +7003,9 @@ msgstr "ჭკვიანი პროქსის შემცველობ
7240
7003
  msgid "Smart proxy name"
7241
7004
  msgstr "ჭკვიანი პროქსის სახელი"
7242
7005
 
7006
+ msgid "Smart proxy verify content checksum has started in the background"
7007
+ msgstr ""
7008
+
7243
7009
  msgid "Sockets"
7244
7010
  msgstr "სოკეტები"
7245
7011
 
@@ -7354,7 +7120,7 @@ msgstr ""
7354
7120
  msgid "Something went wrong while refreshing alternate content sources: "
7355
7121
  msgstr ""
7356
7122
 
7357
- msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
7123
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
7358
7124
  msgstr ""
7359
7125
 
7360
7126
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
@@ -7423,6 +7189,9 @@ msgstr "შეცდომა რეპოზიტორიის ტიპე
7423
7189
  msgid "Something went wrong while updating the content source. See the logs for more information"
7424
7190
  msgstr ""
7425
7191
 
7192
+ msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
7193
+ msgstr ""
7194
+
7426
7195
  msgid "Something went wrong! Please check server logs!"
7427
7196
  msgstr "რაღაც არასწორია ! გადაამოწმეთ სერვერის ჟურნალი!"
7428
7197
 
@@ -7510,9 +7279,6 @@ msgstr "გამოწერა"
7510
7279
  msgid "Subscription Details"
7511
7280
  msgstr "გამოწერის დეტალები"
7512
7281
 
7513
- msgid "Subscription ID"
7514
- msgstr "გამოწერის ID"
7515
-
7516
7282
  msgid "Subscription Info"
7517
7283
  msgstr "გამოწერის ინფორმაცია"
7518
7284
 
@@ -7528,12 +7294,6 @@ msgstr "გამოწერის მანიფესტის ნამდ
7528
7294
  msgid "Subscription Name"
7529
7295
  msgstr "გამოწერის სახელი"
7530
7296
 
7531
- msgid "Subscription Pool id"
7532
- msgstr "გამოწერების პულის ID"
7533
-
7534
- msgid "Subscription Pool uuid"
7535
- msgstr "გამოწერების პულის UUID"
7536
-
7537
7297
  msgid "Subscription UUID"
7538
7298
  msgstr "გამოწერის UUID"
7539
7299
 
@@ -7621,9 +7381,6 @@ msgstr "მხარდაჭერა დასრულდა"
7621
7381
  msgid "Supported Content Types"
7622
7382
  msgstr "შემცველობის მხარდაჭერილი ტიპები"
7623
7383
 
7624
- msgid "Sync"
7625
- msgstr ""
7626
-
7627
7384
  msgid "Sync Canceled"
7628
7385
  msgstr "სინქი გაუქმებულია"
7629
7386
 
@@ -7678,9 +7435,6 @@ msgstr "რეპოზიტორიის სინქრონიზაც
7678
7435
  msgid "Sync all repositories for a product"
7679
7436
  msgstr "პროდუქტის ყველა რეპოზიტორიის სინქრონიზაცია"
7680
7437
 
7681
- msgid "Sync capsule"
7682
- msgstr ""
7683
-
7684
7438
  msgid "Sync complete."
7685
7439
  msgstr "სინქრონიზაცია დასრულდა."
7686
7440
 
@@ -7699,9 +7453,6 @@ msgstr ""
7699
7453
  msgid "Sync state"
7700
7454
  msgstr "სინქის მდგომარეობა"
7701
7455
 
7702
- msgid "Syncable export"
7703
- msgstr ""
7704
-
7705
7456
  msgid "Synced"
7706
7457
  msgstr "სინქრონიზებულია"
7707
7458
 
@@ -7711,6 +7462,9 @@ msgstr "სინქრონიზებულია "
7711
7462
  msgid "Synced Content"
7712
7463
  msgstr "დასინქრონებული შემცველობა"
7713
7464
 
7465
+ msgid "Synced container images content"
7466
+ msgstr ""
7467
+
7714
7468
  msgid "Synchronize"
7715
7469
  msgstr "სინქრონიზაცია"
7716
7470
 
@@ -7964,9 +7718,6 @@ msgstr ""
7964
7718
  msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
7965
7719
  msgstr ""
7966
7720
 
7967
- msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
7968
- msgstr "მითითებული ორგანიზაცია შემცველობის მარტივი წვდომის რეჟიმშია. გამოწერების მიმაგრება გამორთულია"
7969
-
7970
7721
  msgid "The subscription cannot be found upstream"
7971
7722
  msgstr "გამოწერა აღმავალზე ნაპოვნი არაა"
7972
7723
 
@@ -8108,12 +7859,6 @@ msgstr ""
8108
7859
  msgid "This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments."
8109
7860
  msgstr ""
8110
7861
 
8111
- msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
8112
- msgstr "ამ მასპინძლის ორგანიზაცია არის შემცველობის მარტივი წვდომის რეჟიმში. გამოწერების მიმაგრება გამორთულია."
8113
-
8114
- msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
8115
- msgstr "ამ მასპინძლის ორგანიზაცია არის მარტივი შემცველობის წვდომის რეჟიმში. გამოწერების ავტომატური მიმაგრება გამორთულია"
8116
-
8117
7862
  msgid "This is disabled because a manifest task is in progress"
8118
7863
  msgstr "გამორთულია იმიტომ, რომ გაშვებულია მანიფესტთან დაკავშირებული ამოცანა"
8119
7864
 
@@ -8192,6 +7937,9 @@ msgstr "სათაური"
8192
7937
  msgid "To change content view environments, a specific organization must be selected from the organization context."
8193
7938
  msgstr ""
8194
7939
 
7940
+ msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
7941
+ msgstr ""
7942
+
8195
7943
  msgid "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system."
8196
7944
  msgstr ""
8197
7945
 
@@ -8222,9 +7970,6 @@ msgstr ""
8222
7970
  msgid "To manage packages, select an action."
8223
7971
  msgstr ""
8224
7972
 
8225
- msgid "Toggle"
8226
- msgstr ""
8227
-
8228
7973
  msgid "Token/password for the flatpak remote"
8229
7974
  msgstr ""
8230
7975
 
@@ -8270,12 +8015,6 @@ msgstr ""
8270
8015
  msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
8271
8016
  msgstr ""
8272
8017
 
8273
- msgid "Trigger an auto-attach of subscriptions"
8274
- msgstr "ჩართეთ გამოწერების ავტომატური მიმაგრება"
8275
-
8276
- msgid "Trigger an auto-attach of subscriptions on one or more hosts"
8277
- msgstr "ერთ ან მეტ ჰოსტზე გამოწერების ავტომატური მიმაგრების ტრიგერი"
8278
-
8279
8018
  msgid "Try changing your search criteria."
8280
8019
  msgstr "სცადეთ შეცვალოთ ძებნის მოთხოვნები."
8281
8020
 
@@ -8429,9 +8168,6 @@ msgstr ""
8429
8168
  msgid "Unapplied Errata"
8430
8169
  msgstr "გადაუტარებელი მორჩენილი პაჩი"
8431
8170
 
8432
- msgid "Unattach a subscription"
8433
- msgstr "გამოწერის მოხსნა"
8434
-
8435
8171
  msgid "Unfiltered params array: %s."
8436
8172
  msgstr "პარამეტრების გაუფილტრავი მასივი: %s."
8437
8173
 
@@ -8543,27 +8279,15 @@ msgstr "ორგანიზაციაში გარემოს გან
8543
8279
  msgid "Update content counts for the smart proxy"
8544
8280
  msgstr "შემცველობის რაოდენობების განახლება ჭკვიანი პროქსისთვის"
8545
8281
 
8546
- msgid "Update content urls"
8547
- msgstr ""
8548
-
8549
8282
  msgid "Update content view environments for host"
8550
8283
  msgstr ""
8551
8284
 
8552
8285
  msgid "Update content view environments for host %s"
8553
8286
  msgstr ""
8554
8287
 
8555
- msgid "Update distributions"
8556
- msgstr ""
8557
-
8558
8288
  msgid "Update hosts manually"
8559
8289
  msgstr "ჰოსტების ხელით განახლება"
8560
8290
 
8561
- msgid "Update http proxy"
8562
- msgstr ""
8563
-
8564
- msgid "Update http proxy details"
8565
- msgstr ""
8566
-
8567
8291
  msgid "Update installed packages, enabled repos, module inventory"
8568
8292
  msgstr "განაახლეთ დაყენებული პაკეტები, ჩართული რეპოები და მოდულები"
8569
8293
 
@@ -8579,21 +8303,12 @@ msgstr "პაკეტის განახლება Katello-ის ინ
8579
8303
  msgid "Update packages via Katello interface"
8580
8304
  msgstr "პაკეტების განახლება Katello-ის ინტერფეისიდან"
8581
8305
 
8582
- msgid "Update redhat repository"
8583
- msgstr ""
8584
-
8585
8306
  msgid "Update release version for host"
8586
8307
  msgstr "ჰოსტის რელიზის ვერსიის განახლება"
8587
8308
 
8588
8309
  msgid "Update release version for host %s"
8589
8310
  msgstr "რელიზის ვერსიის განახლება ჰოსტისთვის: %s"
8590
8311
 
8591
- msgid "Update remote"
8592
- msgstr ""
8593
-
8594
- msgid "Update repository"
8595
- msgstr ""
8596
-
8597
8312
  msgid "Update services requiring restart"
8598
8313
  msgstr "იმ სერვისების განახლება, რომელსაც თავიდან გაშვება სჭირდებათ"
8599
8314
 
@@ -8684,12 +8399,6 @@ msgstr "ფაილის შემცველობის ნაწილი
8684
8399
  msgid "Upload a subscription manifest"
8685
8400
  msgstr "გამოწერის მანიფესტის ატვირთვა"
8686
8401
 
8687
- msgid "Upload content"
8688
- msgstr ""
8689
-
8690
- msgid "Upload file"
8691
- msgstr ""
8692
-
8693
8402
  msgid "Upload into"
8694
8403
  msgstr "ატვირთვის სამიზნე"
8695
8404
 
@@ -8699,9 +8408,6 @@ msgstr "პაკეტის / რეპოზიტორიის პრო
8699
8408
  msgid "Upload request id"
8700
8409
  msgstr "ატვირთვის მოთხოვნის ID"
8701
8410
 
8702
- msgid "Upload tag"
8703
- msgstr ""
8704
-
8705
8411
  msgid "Upstream Candlepin"
8706
8412
  msgstr "აღმავალი Candlepin"
8707
8413
 
@@ -8816,12 +8522,12 @@ msgstr ""
8816
8522
  msgid "Value must either be a boolean or 'default' for 'enabled'"
8817
8523
  msgstr ""
8818
8524
 
8525
+ msgid "Verify Content Checksum"
8526
+ msgstr ""
8527
+
8819
8528
  msgid "Verify SSL"
8820
8529
  msgstr "SSL-ის შემოწმება"
8821
8530
 
8822
- msgid "Verify checksum"
8823
- msgstr ""
8824
-
8825
8531
  msgid "Verify checksum for content on smart proxy"
8826
8532
  msgstr ""
8827
8533
 
@@ -8903,6 +8609,9 @@ msgstr "განკუთვნილი მორჩენილი პაჩ
8903
8609
  msgid "View by"
8904
8610
  msgstr "დალაგება"
8905
8611
 
8612
+ msgid "View container images in the local registry using the Synced tab. View container images booted by image mode hosts using the Booted tab. The Booted tab also shows images outside of the local container registry."
8613
+ msgstr ""
8614
+
8906
8615
  msgid "View content views"
8907
8616
  msgstr "შემცველობის ხედების ნახვა"
8908
8617
 
@@ -9191,9 +8900,6 @@ msgstr ""
9191
8900
  msgid "attempted to sync without a feed URL"
9192
8901
  msgstr "სინქრონიზაციის მცდელობა წყაროს URL-ის გარეშე"
9193
8902
 
9194
- msgid "auto attach subscriptions upon registration"
9195
- msgstr "რეგისტრაციისას გამოწერის ავტომატური მიბმა"
9196
-
9197
8903
  msgid "base url to perform repo discovery on"
9198
8904
  msgstr "რეპოზიტორიის აღმოჩენის საცდელი საბაზისო URL"
9199
8905
 
@@ -9830,9 +9536,6 @@ msgstr ""
9830
9536
  msgid "start datetime of synchronization"
9831
9537
  msgstr "სინქრონიზაციის დასაწყისის თარითი და დრო"
9832
9538
 
9833
- msgid "subscriptions not specified"
9834
- msgstr "გამოწერები მითითებული არაა"
9835
-
9836
9539
  msgid "sync plan description"
9837
9540
  msgstr "სინქის გეგმის აღწერა"
9838
9541