katello 4.18.1 → 4.19.0.rc2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (388) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +379 -109
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +379 -109
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +379 -109
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +380 -110
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +382 -112
  7. data/app/assets/javascripts/katello/locale/de/katello.js +385 -115
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +379 -109
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +379 -109
  10. data/app/assets/javascripts/katello/locale/el/katello.js +380 -110
  11. data/app/assets/javascripts/katello/locale/en/katello.js +380 -110
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +379 -109
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +379 -109
  14. data/app/assets/javascripts/katello/locale/es/katello.js +383 -113
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +379 -109
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +388 -118
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +379 -109
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +379 -109
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +379 -109
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +379 -109
  21. data/app/assets/javascripts/katello/locale/id/katello.js +379 -109
  22. data/app/assets/javascripts/katello/locale/it/katello.js +379 -109
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +388 -118
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +385 -115
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +379 -109
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +388 -118
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +379 -109
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +379 -109
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +379 -109
  30. data/app/assets/javascripts/katello/locale/or/katello.js +379 -109
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +379 -109
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +379 -109
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +379 -109
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +379 -109
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +383 -113
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +379 -109
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +379 -109
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +381 -111
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +379 -109
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +379 -109
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +379 -109
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +379 -109
  43. data/app/assets/javascripts/katello/locale/te/katello.js +379 -109
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +379 -109
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +379 -109
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +379 -109
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +379 -109
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +388 -118
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +381 -111
  50. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +41 -12
  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_view_filter_rules_controller.rb +1 -1
  54. data/app/controllers/katello/api/v2/content_views_controller.rb +18 -3
  55. data/app/controllers/katello/api/v2/debs_controller.rb +21 -11
  56. data/app/controllers/katello/api/v2/docker_tags_controller.rb +7 -0
  57. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +21 -19
  58. data/app/controllers/katello/api/v2/host_debs_controller.rb +16 -1
  59. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +3 -60
  60. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +10 -53
  61. data/app/controllers/katello/api/v2/repositories_controller.rb +0 -1
  62. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -0
  63. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +3 -0
  64. data/app/lib/actions/candlepin/activation_key/create.rb +0 -2
  65. data/app/lib/actions/candlepin/activation_key/update.rb +0 -2
  66. data/app/lib/actions/candlepin/product/content_create.rb +3 -5
  67. data/app/lib/actions/candlepin/product/content_update.rb +2 -3
  68. data/app/lib/actions/helpers/rolling_cv_repos.rb +1 -1
  69. data/app/lib/actions/katello/activation_key/create.rb +0 -1
  70. data/app/lib/actions/katello/activation_key/update.rb +0 -2
  71. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -6
  72. data/app/lib/actions/katello/content_credential/update.rb +1 -1
  73. data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +18 -24
  74. data/app/lib/actions/katello/content_view/create.rb +9 -4
  75. data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +6 -1
  76. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +16 -11
  77. data/app/lib/actions/katello/content_view/update.rb +34 -7
  78. data/app/lib/actions/katello/product/content_create.rb +2 -2
  79. data/app/lib/actions/katello/product/content_destroy.rb +1 -1
  80. data/app/lib/actions/katello/repository/check_matching_content.rb +1 -1
  81. data/app/lib/actions/katello/repository/clone_contents.rb +1 -1
  82. data/app/lib/actions/katello/repository/create.rb +1 -1
  83. data/app/lib/actions/katello/repository/destroy.rb +4 -4
  84. data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
  85. data/app/lib/actions/katello/repository/sync.rb +1 -1
  86. data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +2 -2
  87. data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
  88. data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +1 -1
  89. data/app/lib/actions/pulp3/repository/save_publication.rb +3 -1
  90. data/app/lib/actions/pulp3/repository/save_version.rb +45 -24
  91. data/app/lib/actions/pulp3/repository/save_versions.rb +2 -1
  92. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -4
  93. data/app/lib/katello/resources/candlepin/upstream_job.rb +9 -1
  94. data/app/lib/katello/resources/candlepin.rb +4 -0
  95. data/app/models/katello/authorization/repository.rb +17 -4
  96. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -7
  97. data/app/models/katello/content_view_deb_filter.rb +10 -0
  98. data/app/models/katello/content_view_deb_filter_rule.rb +7 -0
  99. data/app/models/katello/deb.rb +10 -10
  100. data/app/models/katello/erratum.rb +1 -1
  101. data/app/models/katello/glue/provider.rb +14 -3
  102. data/app/models/katello/host/content_facet.rb +1 -1
  103. data/app/models/katello/host/subscription_facet.rb +1 -7
  104. data/app/models/katello/product_content.rb +2 -2
  105. data/app/models/katello/repository.rb +4 -23
  106. data/app/models/katello/root_repository.rb +2 -5
  107. data/app/services/katello/candlepin/event_handler.rb +0 -33
  108. data/app/services/katello/candlepin/message_handler.rb +0 -41
  109. data/app/services/katello/content_unit_indexer.rb +59 -13
  110. data/app/services/katello/product_content_finder.rb +5 -4
  111. data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
  112. data/app/services/katello/pulp3/ansible_collection.rb +1 -0
  113. data/app/services/katello/pulp3/api/content_guard.rb +5 -5
  114. data/app/services/katello/pulp3/api/core.rb +10 -0
  115. data/app/services/katello/pulp3/deb.rb +1 -0
  116. data/app/services/katello/pulp3/docker_manifest.rb +1 -0
  117. data/app/services/katello/pulp3/docker_manifest_list.rb +1 -0
  118. data/app/services/katello/pulp3/docker_tag.rb +1 -0
  119. data/app/services/katello/pulp3/file_unit.rb +1 -0
  120. data/app/services/katello/pulp3/generic_content_unit.rb +1 -0
  121. data/app/services/katello/pulp3/module_stream.rb +1 -0
  122. data/app/services/katello/pulp3/package_group.rb +1 -0
  123. data/app/services/katello/pulp3/repository/apt.rb +41 -16
  124. data/app/services/katello/pulp3/repository.rb +59 -10
  125. data/app/services/katello/pulp3/rpm.rb +3 -2
  126. data/app/services/katello/pulp3/srpm.rb +3 -2
  127. data/app/services/katello/pulp3/task_group.rb +1 -1
  128. data/app/services/katello/registration_manager.rb +19 -17
  129. data/app/services/katello/repository_type_manager.rb +7 -5
  130. data/app/services/katello/smart_proxy_helper.rb +1 -6
  131. data/app/views/foreman/job_templates/upload_profile.erb +5 -0
  132. data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -1
  133. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
  134. data/app/views/katello/api/v2/debs/thindex.json.rabl +6 -0
  135. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +32 -0
  136. data/app/views/katello/api/v2/docker_tags/show.json.rabl +0 -5
  137. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +6 -0
  138. data/app/views/katello/api/v2/host_debs/installed_debs.json.rabl +6 -0
  139. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_errata.json.rabl +1 -1
  140. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_erratum.json.rabl +9 -0
  141. data/app/views/katello/api/v2/hosts_bulk_actions/installable_errata.json.rabl +1 -1
  142. data/app/views/katello/api/v2/hosts_bulk_actions/{erratum.json.rabl → installable_erratum.json.rabl} +3 -3
  143. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
  144. data/config/initializers/monkeys.rb +1 -0
  145. data/config/routes/api/v2.rb +2 -2
  146. data/config/routes/overrides.rb +2 -7
  147. data/config/routes.rb +2 -0
  148. data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +1 -1
  149. data/db/migrate/20250912000000_add_pulp_prn_fields.rb +73 -0
  150. data/db/migrate/20250912000001_populate_pulp_prn_fields.rb +403 -0
  151. data/db/migrate/20251009142516_remove_auto_attach_from_activation_keys.rb +5 -0
  152. data/db/migrate/20251009142517_remove_autoheal_from_subscription_facets.rb +5 -0
  153. data/db/seeds.d/111-upgrade_tasks.rb +2 -0
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +10 -0
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +10 -0
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +10 -0
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +10 -0
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +10 -0
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +10 -0
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +10 -0
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +12 -2
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +10 -0
  163. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +10 -0
  164. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +10 -0
  165. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +10 -0
  166. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +10 -0
  167. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +10 -0
  168. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +10 -0
  169. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +10 -0
  170. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +10 -0
  171. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +10 -0
  172. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +10 -0
  173. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +10 -0
  174. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +10 -0
  175. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +10 -0
  176. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +10 -0
  177. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +10 -0
  178. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +10 -0
  179. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +10 -0
  180. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +10 -0
  181. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +10 -0
  182. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +10 -0
  183. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +10 -0
  184. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +10 -0
  185. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +10 -0
  186. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +10 -0
  187. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +10 -0
  188. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +10 -0
  189. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +10 -0
  190. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +10 -0
  191. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +10 -0
  192. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +10 -0
  193. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +10 -0
  194. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +10 -0
  195. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +10 -0
  196. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +10 -0
  197. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +10 -0
  198. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +10 -0
  199. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +10 -0
  200. data/lib/katello/permission_creator.rb +2 -2
  201. data/lib/katello/permissions/host_permissions.rb +0 -6
  202. data/lib/katello/plugin.rb +17 -8
  203. data/lib/katello/tasks/jenkins.rake +1 -1
  204. data/lib/katello/tasks/upgrades/4.19/enable_structured_apt_for_deb.rake +87 -0
  205. data/lib/katello/tasks/upgrades/4.19/populate_repository_version_prns.rake +32 -0
  206. data/lib/katello/version.rb +1 -1
  207. data/lib/monkeys/fix_rpm_repository_gpgcheck.rb +38 -0
  208. data/locale/action_names.rb +0 -6
  209. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/bn/katello.po +379 -109
  211. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/bn_IN/katello.po +379 -109
  213. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/ca/katello.po +379 -109
  215. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/cs/katello.po +380 -111
  217. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  218. data/locale/cs_CZ/katello.po +382 -112
  219. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  220. data/locale/de/katello.po +386 -116
  221. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  222. data/locale/de_AT/katello.po +379 -109
  223. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  224. data/locale/de_DE/katello.po +379 -109
  225. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  226. data/locale/el/katello.po +381 -111
  227. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  228. data/locale/en/katello.po +380 -111
  229. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  230. data/locale/en_GB/katello.po +379 -109
  231. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  232. data/locale/en_US/katello.po +379 -109
  233. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  234. data/locale/es/katello.po +383 -113
  235. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  236. data/locale/et_EE/katello.po +379 -109
  237. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  238. data/locale/fr/katello.po +389 -119
  239. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  240. data/locale/gl/katello.po +379 -109
  241. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  242. data/locale/gu/katello.po +379 -109
  243. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  244. data/locale/he_IL/katello.po +379 -109
  245. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  246. data/locale/hi/katello.po +379 -109
  247. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  248. data/locale/id/katello.po +379 -109
  249. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  250. data/locale/it/katello.po +379 -109
  251. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  252. data/locale/ja/katello.po +390 -119
  253. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  254. data/locale/ka/katello.po +385 -115
  255. data/locale/katello.pot +1273 -831
  256. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  257. data/locale/kn/katello.po +379 -109
  258. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  259. data/locale/ko/katello.po +389 -119
  260. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  261. data/locale/ml_IN/katello.po +379 -109
  262. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  263. data/locale/mr/katello.po +379 -109
  264. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  265. data/locale/nl_NL/katello.po +379 -109
  266. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  267. data/locale/or/katello.po +379 -109
  268. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  269. data/locale/pa/katello.po +379 -109
  270. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  271. data/locale/pl/katello.po +379 -109
  272. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  273. data/locale/pl_PL/katello.po +379 -109
  274. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  275. data/locale/pt/katello.po +379 -109
  276. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  277. data/locale/pt_BR/katello.po +383 -113
  278. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  279. data/locale/ro/katello.po +379 -109
  280. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  281. data/locale/ro_RO/katello.po +379 -109
  282. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  283. data/locale/ru/katello.po +381 -111
  284. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  285. data/locale/sl/katello.po +379 -109
  286. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  287. data/locale/sv_SE/katello.po +379 -109
  288. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  289. data/locale/ta/katello.po +379 -109
  290. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  291. data/locale/ta_IN/katello.po +379 -109
  292. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  293. data/locale/te/katello.po +379 -109
  294. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  295. data/locale/tr/katello.po +379 -109
  296. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  297. data/locale/vi/katello.po +379 -109
  298. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  299. data/locale/vi_VN/katello.po +379 -109
  300. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  301. data/locale/zh/katello.po +379 -109
  302. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  303. data/locale/zh_CN/katello.po +389 -119
  304. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  305. data/locale/zh_TW/katello.po +381 -111
  306. data/webpack/ForemanColumnExtensions/index.js +46 -2
  307. data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
  308. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +0 -2
  309. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -2
  310. data/webpack/components/extensions/Hosts/ActionsBar/index.js +1 -0
  311. data/webpack/components/extensions/Hosts/BulkActions/BulkActionsConstants.js +7 -0
  312. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js +388 -0
  313. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/__tests__/BulkChangeHostCollectionsModal.test.js +640 -0
  314. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/actions.js +28 -0
  315. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +71 -0
  316. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +1 -1
  317. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +1 -1
  318. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +11 -4
  319. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
  320. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +1 -1
  321. data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +8 -1
  322. data/webpack/containers/Application/config.js +11 -1
  323. data/webpack/global_index.js +3 -0
  324. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesConstants.js +1 -1
  325. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesPage.js +7 -43
  326. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImagesPage.test.js +1 -1
  327. data/webpack/scenes/ContainerImages/ContainerImagesPage.js +86 -0
  328. data/webpack/scenes/ContainerImages/LabelsAnnotationsModal.js +105 -0
  329. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js +218 -0
  330. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsActions.js +15 -0
  331. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsSelectors.js +16 -0
  332. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/ManifestDetails.test.js +395 -0
  333. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestDetails.fixtures.json +43 -0
  334. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestList.fixtures.json +58 -0
  335. data/webpack/scenes/ContainerImages/Synced/Details/index.js +4 -0
  336. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js +359 -0
  337. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.scss +21 -0
  338. data/webpack/scenes/ContainerImages/Synced/__tests__/LabelsAnnotationsModal.test.js +69 -0
  339. data/webpack/scenes/ContainerImages/Synced/__tests__/SyncedContainerImagesPage.test.js +335 -0
  340. data/webpack/scenes/ContainerImages/Synced/__tests__/syncedContainerImages.fixtures.json +105 -0
  341. data/webpack/scenes/ContainerImages/TableEmptyState.js +67 -0
  342. data/webpack/scenes/ContainerImages/containerImagesHelpers.js +48 -0
  343. data/webpack/scenes/ContainerImages/index.js +4 -0
  344. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +29 -3
  345. data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
  346. data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +45 -1
  347. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -1
  348. data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +59 -1
  349. data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +1 -0
  350. data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +164 -24
  351. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVDebFilterContent.test.js +268 -0
  352. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterDetail.fixtures.json +95 -0
  353. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterRules.fixtures.json +31 -0
  354. data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVDebFilterRules.fixtures.json +10 -0
  355. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -1
  356. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -1
  357. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +15 -0
  358. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +1 -0
  359. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +9 -0
  360. data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +5 -3
  361. data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +1 -1
  362. data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +35 -3
  363. data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +1 -1
  364. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.css +3 -0
  365. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +63 -132
  366. data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +67 -143
  367. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +10 -2
  368. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +13 -2
  369. data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
  370. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +8 -2
  371. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +67 -1
  372. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
  373. data/webpack/scenes/Subscriptions/SubscriptionConstants.js +0 -2
  374. data/webpack/scenes/Subscriptions/SubscriptionReducer.js +15 -5
  375. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +22 -5
  376. data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +141 -0
  377. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
  378. metadata +82 -56
  379. data/app/lib/actions/katello/host/attach_subscriptions.rb +0 -59
  380. data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -22
  381. data/app/lib/actions/katello/host/remove_subscriptions.rb +0 -50
  382. data/app/lib/actions/katello/organization/simple_content_access/disable.rb +0 -25
  383. data/app/lib/actions/katello/organization/simple_content_access/enable.rb +0 -25
  384. data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +0 -42
  385. data/lib/katello/tasks/migrate_structure_content_for_deb.rake +0 -105
  386. data/lib/katello/tasks/upgrades/4.2/remove_checksum_values.rake +0 -17
  387. /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImages.fixtures.js +0 -0
  388. /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/index.js +0 -0
data/locale/ru/katello.po CHANGED
@@ -15,7 +15,7 @@
15
15
  #
16
16
  msgid ""
17
17
  msgstr ""
18
- "Project-Id-Version: katello 4.18.0\n"
18
+ "Project-Id-Version: katello 4.19.0.rc1\n"
19
19
  "Report-Msgid-Bugs-To: \n"
20
20
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
21
21
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2025\n"
@@ -123,6 +123,9 @@ msgstr ""
123
123
  msgid "${selectedContentType} will appear here when created."
124
124
  msgstr ""
125
125
 
126
+ msgid "${totalCount} labels and annotations"
127
+ msgstr ""
128
+
126
129
  msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
127
130
  msgstr ""
128
131
 
@@ -461,9 +464,6 @@ msgstr ""
461
464
  msgid "A remote execution job is in progress."
462
465
  msgstr ""
463
466
 
464
- msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
465
- msgstr "Уровень обслуживания для автоматического восстановления (например, SELF-SUPPORT)"
466
-
467
467
  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."
468
468
  msgstr ""
469
469
 
@@ -479,6 +479,9 @@ msgstr ""
479
479
  msgid "About page"
480
480
  msgstr ""
481
481
 
482
+ msgid "Abstract async task"
483
+ msgstr ""
484
+
482
485
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
483
486
  msgstr ""
484
487
 
@@ -566,11 +569,14 @@ msgstr ""
566
569
  msgid "Add RPM rule"
567
570
  msgstr ""
568
571
 
569
- msgid "Add Subscriptions"
572
+ msgid "Add Red Hat Flatpak remote"
573
+ msgstr ""
574
+
575
+ msgid "Add Red Hat flatpak remote"
570
576
  msgstr ""
571
577
 
572
- msgid "Add a subscription to a host"
573
- msgstr "Выделить подписки узлу"
578
+ msgid "Add Subscriptions"
579
+ msgstr ""
574
580
 
575
581
  msgid "Add an alternate content source"
576
582
  msgstr ""
@@ -623,6 +629,9 @@ msgstr ""
623
629
  msgid "Add repositories with package groups to content view to select them here."
624
630
  msgstr ""
625
631
 
632
+ msgid "Add rolling repo clone"
633
+ msgstr ""
634
+
626
635
  msgid "Add rule"
627
636
  msgstr ""
628
637
 
@@ -635,21 +644,24 @@ msgstr ""
635
644
  msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
636
645
  msgstr ""
637
646
 
638
- msgid "Add subscriptions to one or more hosts"
639
- msgstr ""
640
-
641
647
  msgid "Add subscriptions using the Add Subscriptions button."
642
648
  msgstr ""
643
649
 
644
650
  msgid "Add to a host collection"
645
651
  msgstr ""
646
652
 
653
+ msgid "Add to host collections"
654
+ msgstr ""
655
+
647
656
  msgid "Added"
648
657
  msgstr ""
649
658
 
650
659
  msgid "Added %s"
651
660
  msgstr ""
652
661
 
662
+ msgid "Added %{count} host(s) to host collection %{host_collection}."
663
+ msgstr ""
664
+
653
665
  msgid "Added Content:"
654
666
  msgstr ""
655
667
 
@@ -692,6 +704,9 @@ msgstr "Все исправления применены"
692
704
  msgid "All errata up-to-date"
693
705
  msgstr ""
694
706
 
707
+ msgid "All selected hosts were already members of host collection %{host_collection}."
708
+ msgstr ""
709
+
695
710
  msgid "All subpaths must have a slash at the end and none at the front"
696
711
  msgstr ""
697
712
 
@@ -779,6 +794,9 @@ msgid ""
779
794
  "%{error_message}"
780
795
  msgstr ""
781
796
 
797
+ msgid "An error occurred while updating host collections"
798
+ msgstr ""
799
+
782
800
  msgid "An option to specify how many ostree commits to traverse."
783
801
  msgstr ""
784
802
 
@@ -911,12 +929,6 @@ msgstr ""
911
929
  msgid "Array of pools to add"
912
930
  msgstr ""
913
931
 
914
- msgid "Array of subscriptions to add"
915
- msgstr "Массив добавляемых подписок"
916
-
917
- msgid "Array of subscriptions to remove"
918
- msgstr "Массив удаляемых подписок"
919
-
920
932
  msgid "Array of uploads to import"
921
933
  msgstr ""
922
934
 
@@ -973,15 +985,6 @@ msgstr ""
973
985
  msgid "At least one organization must exist."
974
986
  msgstr "Должна существовать как минимум одна организация."
975
987
 
976
- msgid "Attach a subscription"
977
- msgstr "Назначить подписку"
978
-
979
- msgid "Attach subscriptions"
980
- msgstr "Выделить подписки"
981
-
982
- msgid "Attach subscriptions to %s"
983
- msgstr "Выделить подписки %s"
984
-
985
988
  msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
986
989
  msgstr ""
987
990
 
@@ -1081,6 +1084,9 @@ msgstr "Добавить в закладки"
1081
1084
  msgid "Bookmarks marked as public are available to all users"
1082
1085
  msgstr ""
1083
1086
 
1087
+ msgid "Bootable"
1088
+ msgstr ""
1089
+
1084
1090
  msgid "Bootc rollback via Bootc interface"
1085
1091
  msgstr ""
1086
1092
 
@@ -1093,6 +1099,9 @@ msgstr ""
1093
1099
  msgid "Bootc upgrade via Bootc interface"
1094
1100
  msgstr ""
1095
1101
 
1102
+ msgid "Booted"
1103
+ msgstr ""
1104
+
1096
1105
  msgid "Booted Container Images"
1097
1106
  msgstr ""
1098
1107
 
@@ -1402,6 +1411,9 @@ msgstr ""
1402
1411
  msgid "Change content view environments"
1403
1412
  msgstr ""
1404
1413
 
1414
+ msgid "Change host collections"
1415
+ msgstr ""
1416
+
1405
1417
  msgid "Change host content source"
1406
1418
  msgstr ""
1407
1419
 
@@ -1489,6 +1501,9 @@ msgstr ""
1489
1501
  msgid "Comma-separated list of tags to sync for a container image repository"
1490
1502
  msgstr ""
1491
1503
 
1504
+ msgid "Commit upload"
1505
+ msgstr ""
1506
+
1492
1507
  msgid "Compare"
1493
1508
  msgstr ""
1494
1509
 
@@ -1561,6 +1576,9 @@ msgstr ""
1561
1576
  msgid "Container image tags"
1562
1577
  msgstr ""
1563
1578
 
1579
+ msgid "Container images"
1580
+ msgstr ""
1581
+
1564
1582
  msgid "Container manifest lists"
1565
1583
  msgstr ""
1566
1584
 
@@ -1840,15 +1858,27 @@ msgstr ""
1840
1858
  msgid "Copy"
1841
1859
  msgstr ""
1842
1860
 
1861
+ msgid "Copy all units"
1862
+ msgstr ""
1863
+
1843
1864
  msgid "Copy an activation key"
1844
1865
  msgstr "Копировать ключ активации"
1845
1866
 
1867
+ msgid "Copy content"
1868
+ msgstr ""
1869
+
1846
1870
  msgid "Copy content view"
1847
1871
  msgstr ""
1848
1872
 
1849
1873
  msgid "Copy to clipboard"
1850
1874
  msgstr "Скопировано в буфер обмена"
1851
1875
 
1876
+ msgid "Copy version"
1877
+ msgstr ""
1878
+
1879
+ msgid "Copy version units to library"
1880
+ msgstr ""
1881
+
1852
1882
  msgid "Cores per socket"
1853
1883
  msgstr "Ядер на сокет"
1854
1884
 
@@ -2062,22 +2092,34 @@ msgstr ""
2062
2092
  msgid "Create content view"
2063
2093
  msgstr ""
2064
2094
 
2095
+ msgid "Create exporter"
2096
+ msgstr ""
2097
+
2065
2098
  msgid "Create filter"
2066
2099
  msgstr ""
2067
2100
 
2068
2101
  msgid "Create host collection"
2069
2102
  msgstr ""
2070
2103
 
2104
+ msgid "Create import"
2105
+ msgstr ""
2106
+
2107
+ msgid "Create importer"
2108
+ msgstr ""
2109
+
2071
2110
  msgid "Create new activation key"
2072
2111
  msgstr ""
2073
2112
 
2074
2113
  msgid "Create organization"
2075
2114
  msgstr "Создать организацию"
2076
2115
 
2077
- msgid "Create package filter rule"
2116
+ msgid "Create publication"
2117
+ msgstr ""
2118
+
2119
+ msgid "Create remote"
2078
2120
  msgstr ""
2079
2121
 
2080
- msgid "Create rule"
2122
+ msgid "Creation"
2081
2123
  msgstr ""
2082
2124
 
2083
2125
  msgid "Credentials"
@@ -2341,12 +2383,36 @@ msgstr ""
2341
2383
  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."
2342
2384
  msgstr ""
2343
2385
 
2386
+ msgid "Delete distributions"
2387
+ msgstr ""
2388
+
2344
2389
  msgid "Delete manifest from Red Hat provider"
2345
2390
  msgstr "Удалить манифест провайдера Red Hat"
2346
2391
 
2347
2392
  msgid "Delete multiple filters from a content view"
2348
2393
  msgstr ""
2349
2394
 
2395
+ msgid "Delete orphan alternate content sources"
2396
+ msgstr ""
2397
+
2398
+ msgid "Delete orphan distributions"
2399
+ msgstr ""
2400
+
2401
+ msgid "Delete orphan remotes"
2402
+ msgstr ""
2403
+
2404
+ msgid "Delete orphan repository versions"
2405
+ msgstr ""
2406
+
2407
+ msgid "Delete orphaned migrated repositories"
2408
+ msgstr ""
2409
+
2410
+ msgid "Delete remote"
2411
+ msgstr ""
2412
+
2413
+ msgid "Delete repository references"
2414
+ msgstr ""
2415
+
2350
2416
  msgid "Delete version"
2351
2417
  msgstr ""
2352
2418
 
@@ -2446,6 +2512,12 @@ msgstr "Удалить окружение"
2446
2512
  msgid "Destroy an environment in an organization"
2447
2513
  msgstr "Удалить окружение из организации"
2448
2514
 
2515
+ msgid "Destroy exporter"
2516
+ msgstr ""
2517
+
2518
+ msgid "Destroy importer"
2519
+ msgstr ""
2520
+
2449
2521
  msgid "Destroy one or more alternate content sources"
2450
2522
  msgstr ""
2451
2523
 
@@ -2479,9 +2551,6 @@ msgstr "Отключить"
2479
2551
  msgid "Disable Red Hat Insights."
2480
2552
  msgstr ""
2481
2553
 
2482
- msgid "Disable Simple Content Access"
2483
- msgstr ""
2484
-
2485
2554
  msgid "Disable a repository from the set"
2486
2555
  msgstr ""
2487
2556
 
@@ -2494,6 +2563,9 @@ msgstr "Отключено"
2494
2563
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2495
2564
  msgstr ""
2496
2565
 
2566
+ msgid "Discover"
2567
+ msgstr ""
2568
+
2497
2569
  msgid "Discover Repositories"
2498
2570
  msgstr "Поиск репозиториев"
2499
2571
 
@@ -2545,6 +2617,9 @@ msgstr "РЕКОМЕНДАЦИИ ИСПРАВЛЕНИЙ"
2545
2617
  msgid "Edit"
2546
2618
  msgstr "Изменить"
2547
2619
 
2620
+ msgid "Edit DEB rule"
2621
+ msgstr ""
2622
+
2548
2623
  msgid "Edit Flatpak Remote"
2549
2624
  msgstr ""
2550
2625
 
@@ -2572,9 +2647,6 @@ msgstr ""
2572
2647
  msgid "Edit filter rule"
2573
2648
  msgstr ""
2574
2649
 
2575
- msgid "Edit package filter rule"
2576
- msgstr ""
2577
-
2578
2650
  msgid "Edit products"
2579
2651
  msgstr ""
2580
2652
 
@@ -2617,9 +2689,6 @@ msgstr "Включить"
2617
2689
  msgid "Enable Red Hat repositories"
2618
2690
  msgstr ""
2619
2691
 
2620
- msgid "Enable Simple Content Access"
2621
- msgstr ""
2622
-
2623
2692
  msgid "Enable Tracer"
2624
2693
  msgstr ""
2625
2694
 
@@ -2632,9 +2701,6 @@ msgstr "Включить репозиторий из набора"
2632
2701
  msgid "Enable repository sets"
2633
2702
  msgstr ""
2634
2703
 
2635
- msgid "Enable structured APT for deb content"
2636
- msgstr ""
2637
-
2638
2704
  msgid "Enable/Disable auto publish of composite view"
2639
2705
  msgstr ""
2640
2706
 
@@ -2695,6 +2761,9 @@ msgstr "Идентификаторы окружений"
2695
2761
  msgid "Environment cannot be in its own promotion path"
2696
2762
  msgstr "Путь переноса не может быть таким же как исходный путь"
2697
2763
 
2764
+ msgid "Environment contents refresh"
2765
+ msgstr ""
2766
+
2698
2767
  msgid "Environment identifier"
2699
2768
  msgstr ""
2700
2769
 
@@ -2734,6 +2803,9 @@ msgstr ""
2734
2803
  msgid "Errata id of the erratum (RHSA-2012:108)"
2735
2804
  msgstr ""
2736
2805
 
2806
+ msgid "Errata mail"
2807
+ msgstr ""
2808
+
2737
2809
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2738
2810
  msgstr ""
2739
2811
 
@@ -2899,6 +2971,9 @@ msgstr ""
2899
2971
  msgid "Fetch installable errata for one or more hosts."
2900
2972
  msgstr ""
2901
2973
 
2974
+ msgid "Fetch pxe files"
2975
+ msgstr ""
2976
+
2902
2977
  msgid "Fetch traces for one or more hosts"
2903
2978
  msgstr ""
2904
2979
 
@@ -2992,6 +3067,9 @@ msgstr "Выбор по номеру версии"
2992
3067
  msgid "Filter versions that are components in the specified composite version"
2993
3068
  msgstr "Отфильтровать составляющие сложной версии"
2994
3069
 
3070
+ msgid "Filtered index content"
3071
+ msgstr ""
3072
+
2995
3073
  msgid "Filters"
2996
3074
  msgstr "Фильтры"
2997
3075
 
@@ -3013,6 +3091,9 @@ msgstr ""
3013
3091
  msgid "Finished"
3014
3092
  msgstr "Готово"
3015
3093
 
3094
+ msgid "Flatpak"
3095
+ msgstr ""
3096
+
3016
3097
  msgid "Flatpak Remote ${name} created"
3017
3098
  msgstr ""
3018
3099
 
@@ -3105,9 +3186,15 @@ msgstr ""
3105
3186
  msgid "Generate host applicability"
3106
3187
  msgstr ""
3107
3188
 
3189
+ msgid "Generate metadata"
3190
+ msgstr ""
3191
+
3108
3192
  msgid "Generate repository applicability"
3109
3193
  msgstr ""
3110
3194
 
3195
+ msgid "Generate username and password"
3196
+ msgstr ""
3197
+
3111
3198
  msgid "Generated"
3112
3199
  msgstr ""
3113
3200
 
@@ -3342,6 +3429,12 @@ msgstr ""
3342
3429
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3343
3430
  msgstr "Порядок сортировки (например, ASC — по возрастанию)"
3344
3431
 
3432
+ msgid "Hypervisors"
3433
+ msgstr ""
3434
+
3435
+ msgid "Hypervisors update"
3436
+ msgstr ""
3437
+
3345
3438
  msgid "ID"
3346
3439
  msgstr "ID"
3347
3440
 
@@ -3530,12 +3623,6 @@ msgstr ""
3530
3623
  msgid "If product certificates should be used to authenticate to a custom CDN."
3531
3624
  msgstr ""
3532
3625
 
3533
- 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'."
3534
- msgstr ""
3535
-
3536
- msgid "If specified, remove the first instance of a subscription with matching id and quantity"
3537
- msgstr "Если задано, удалить указанное число подписок в соответствии с заданным идентификатором"
3538
-
3539
3626
  msgid "If the smart proxies' assigned HTTP proxies should be used"
3540
3627
  msgstr ""
3541
3628
 
@@ -3665,6 +3752,9 @@ msgstr ""
3665
3752
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3666
3753
  msgstr ""
3667
3754
 
3755
+ msgid "Import migration"
3756
+ msgstr ""
3757
+
3668
3758
  msgid "Import new manifest"
3669
3759
  msgstr ""
3670
3760
 
@@ -3674,6 +3764,12 @@ msgstr ""
3674
3764
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3675
3765
  msgstr ""
3676
3766
 
3767
+ msgid "Import repository upload"
3768
+ msgstr ""
3769
+
3770
+ msgid "Import upload"
3771
+ msgstr ""
3772
+
3677
3773
  msgid "Import uploads into a repository"
3678
3774
  msgstr "Импорт новых компонентов из репозитория"
3679
3775
 
@@ -3740,6 +3836,9 @@ msgstr "Инкрементное обновление"
3740
3836
  msgid "Incremental Update incomplete."
3741
3837
  msgstr "Инкрементное обновление не завершено."
3742
3838
 
3839
+ msgid "Incremental Update of Content View Version(s) "
3840
+ msgstr ""
3841
+
3743
3842
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3744
3843
  msgstr ""
3745
3844
 
@@ -3752,12 +3851,27 @@ msgstr ""
3752
3851
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3753
3852
  msgstr "Для %{name} %{version} было выбрано инкрементное обновление, но изменений компонентов не зарегистрировано."
3754
3853
 
3854
+ msgid "Index content"
3855
+ msgstr ""
3856
+
3857
+ msgid "Index errata"
3858
+ msgstr ""
3859
+
3860
+ msgid "Index module streams"
3861
+ msgstr ""
3862
+
3863
+ msgid "Index package groups"
3864
+ msgstr ""
3865
+
3755
3866
  msgid "Informable Type must be one of the following [ %{list} ]"
3756
3867
  msgstr "Тип может принимать значения: [ %{list} ]"
3757
3868
 
3758
3869
  msgid "Inherit from Repository"
3759
3870
  msgstr ""
3760
3871
 
3872
+ msgid "Initialize"
3873
+ msgstr ""
3874
+
3761
3875
  msgid "Initiate a sync of the products attached to the sync plan"
3762
3876
  msgstr "Инициировать синхронизацию продуктов в соответствии с планом синхронизации"
3763
3877
 
@@ -3833,9 +3947,15 @@ msgstr "Установка группы пакетов..."
3833
3947
  msgid "Installing Package..."
3834
3948
  msgstr "Установка пакета..."
3835
3949
 
3950
+ msgid "Instance update"
3951
+ msgstr ""
3952
+
3836
3953
  msgid "Instance-based"
3837
3954
  msgstr "Экземпляр"
3838
3955
 
3956
+ msgid "Insufficient space for selected hosts"
3957
+ msgstr ""
3958
+
3839
3959
  msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
3840
3960
  msgstr "Ограничивает результаты только теми коллекциями, которые доступны для указанного здесь объекта. Поддерживается значение «host»."
3841
3961
 
@@ -3959,6 +4079,9 @@ msgstr ""
3959
4079
  msgid "It's not possible to promote a rolling content view."
3960
4080
  msgstr ""
3961
4081
 
4082
+ msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
4083
+ msgstr ""
4084
+
3962
4085
  msgid "It's not possible to publish a rolling content view."
3963
4086
  msgstr ""
3964
4087
 
@@ -4067,6 +4190,15 @@ msgstr ""
4067
4190
  msgid "Label of the flatpak remote"
4068
4191
  msgstr ""
4069
4192
 
4193
+ msgid "Labels"
4194
+ msgstr ""
4195
+
4196
+ msgid "Labels and annotations"
4197
+ msgstr ""
4198
+
4199
+ msgid "Labels | Annotations"
4200
+ msgstr ""
4201
+
4070
4202
  msgid "Last check-in:"
4071
4203
  msgstr ""
4072
4204
 
@@ -4169,6 +4301,9 @@ msgstr ""
4169
4301
  msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
4170
4302
  msgstr ""
4171
4303
 
4304
+ msgid "Limit"
4305
+ msgstr ""
4306
+
4172
4307
  msgid "Limit actions to content in the host's environment."
4173
4308
  msgstr ""
4174
4309
 
@@ -4358,6 +4493,9 @@ msgstr "Список идентификаторов узлов в составе
4358
4493
  msgid "List of hypervisor guest uuids"
4359
4494
  msgstr ""
4360
4495
 
4496
+ msgid "List of lifecycle environments for rolling content views"
4497
+ msgstr ""
4498
+
4361
4499
  msgid "List of package group names (Deprecated)"
4362
4500
  msgstr ""
4363
4501
 
@@ -4496,12 +4634,18 @@ msgstr ""
4496
4634
  msgid "Manifest"
4497
4635
  msgstr ""
4498
4636
 
4637
+ msgid "Manifest Details"
4638
+ msgstr ""
4639
+
4499
4640
  msgid "Manifest History"
4500
4641
  msgstr "Журнал манифеста"
4501
4642
 
4502
4643
  msgid "Manifest deleted"
4503
4644
  msgstr ""
4504
4645
 
4646
+ msgid "Manifest digest"
4647
+ msgstr ""
4648
+
4505
4649
  msgid "Manifest does not have a valid subscription"
4506
4650
  msgstr ""
4507
4651
 
@@ -4586,6 +4730,9 @@ msgstr "Сообщение"
4586
4730
  msgid "Messaging connection"
4587
4731
  msgstr "Система обмена сообщениями"
4588
4732
 
4733
+ msgid "Metadata generate"
4734
+ msgstr ""
4735
+
4589
4736
  msgid ""
4590
4737
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4591
4738
  "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."
@@ -4624,6 +4771,9 @@ msgstr "Модель"
4624
4771
  msgid "Moderate"
4625
4772
  msgstr "Средний"
4626
4773
 
4774
+ msgid "Modified"
4775
+ msgstr ""
4776
+
4627
4777
  msgid "Modify via remote execution"
4628
4778
  msgstr ""
4629
4779
 
@@ -4651,6 +4801,15 @@ msgstr ""
4651
4801
  msgid "Multi Content View Environment"
4652
4802
  msgstr ""
4653
4803
 
4804
+ msgid "Multi copy all units"
4805
+ msgstr ""
4806
+
4807
+ msgid "Multi copy content"
4808
+ msgstr ""
4809
+
4810
+ msgid "Multi copy units"
4811
+ msgstr ""
4812
+
4654
4813
  msgid "Multi-entitlement"
4655
4814
  msgstr "Многократные полномочия"
4656
4815
 
@@ -4951,6 +5110,9 @@ msgstr ""
4951
5110
  msgid "No items have been specified."
4952
5111
  msgstr ""
4953
5112
 
5113
+ msgid "No labels"
5114
+ msgstr ""
5115
+
4954
5116
  msgid "No manifest file uploaded"
4955
5117
  msgstr "Нет загруженных файлов манифеста"
4956
5118
 
@@ -5266,9 +5428,6 @@ msgstr "Организация %s удаляется."
5266
5428
  msgid "Organization ID"
5267
5429
  msgstr "Код организации"
5268
5430
 
5269
- msgid "Organization ID is required"
5270
- msgstr ""
5271
-
5272
5431
  msgid "Organization ID or title"
5273
5432
  msgstr ""
5274
5433
 
@@ -5293,6 +5452,9 @@ msgstr "Метка организации"
5293
5452
  msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
5294
5453
  msgstr ""
5295
5454
 
5455
+ msgid "Organization must be specified when providing product by name."
5456
+ msgstr ""
5457
+
5296
5458
  msgid "Organization not found"
5297
5459
  msgstr ""
5298
5460
 
@@ -5694,6 +5856,9 @@ msgstr ""
5694
5856
  msgid "Product label '%s' is ambiguous. Try using an id-based container name."
5695
5857
  msgstr ""
5696
5858
 
5859
+ msgid "Product must be specified."
5860
+ msgstr ""
5861
+
5697
5862
  msgid "Product name"
5698
5863
  msgstr "Название продукта"
5699
5864
 
@@ -5754,6 +5919,9 @@ msgstr "Сводка переносов %{content_view}"
5754
5919
  msgid "Promotion to Environment"
5755
5920
  msgstr ""
5756
5921
 
5922
+ msgid "Provide credentials if the registry requires authentication"
5923
+ msgstr ""
5924
+
5757
5925
  msgid "Provide the required information and click {update} below to save changes."
5758
5926
  msgstr ""
5759
5927
 
@@ -5853,6 +6021,9 @@ msgstr "Хранилище Pulp"
5853
6021
  msgid "Pulp task error"
5854
6022
  msgstr "Ошибка задачи Pulp"
5855
6023
 
6024
+ msgid "Purge completed tasks"
6025
+ msgstr ""
6026
+
5856
6027
  msgid "Python Package"
5857
6028
  msgstr ""
5858
6029
 
@@ -5880,15 +6051,6 @@ msgstr ""
5880
6051
  msgid "Quantity of entitlements to bind"
5881
6052
  msgstr ""
5882
6053
 
5883
- msgid "Quantity of specified subscription to remove"
5884
- msgstr ""
5885
-
5886
- msgid "Quantity of this subscription to add"
5887
- msgstr "Количество добавляемых подписок"
5888
-
5889
- msgid "Quantity of this subscriptions to add"
5890
- msgstr "Количество добавляемых подписок"
5891
-
5892
6054
  msgid "Quantity to Allocate"
5893
6055
  msgstr ""
5894
6056
 
@@ -5961,6 +6123,9 @@ msgstr ""
5961
6123
  msgid "Reclaim Space"
5962
6124
  msgstr ""
5963
6125
 
6126
+ msgid "Reclaim space"
6127
+ msgstr ""
6128
+
5964
6129
  msgid "Reclaim space from On Demand repositories"
5965
6130
  msgstr ""
5966
6131
 
@@ -6027,6 +6192,9 @@ msgstr ""
6027
6192
  msgid "Refresh all alternate content sources"
6028
6193
  msgstr ""
6029
6194
 
6195
+ msgid "Refresh all distributions"
6196
+ msgstr ""
6197
+
6030
6198
  msgid "Refresh alternate content sources"
6031
6199
  msgstr ""
6032
6200
 
@@ -6039,15 +6207,27 @@ msgstr ""
6039
6207
  msgid "Refresh counts"
6040
6208
  msgstr ""
6041
6209
 
6210
+ msgid "Refresh distribution"
6211
+ msgstr ""
6212
+
6042
6213
  msgid "Refresh errata applicability"
6043
6214
  msgstr ""
6044
6215
 
6216
+ msgid "Refresh if needed"
6217
+ msgstr ""
6218
+
6045
6219
  msgid "Refresh package applicability"
6046
6220
  msgstr ""
6047
6221
 
6048
6222
  msgid "Refresh previously imported manifest for Red Hat provider"
6049
6223
  msgstr "Обновить ранее импортированный манифест провайдера Red Hat"
6050
6224
 
6225
+ msgid "Refresh remote"
6226
+ msgstr ""
6227
+
6228
+ msgid "Refresh repos"
6229
+ msgstr ""
6230
+
6051
6231
  msgid "Refresh source"
6052
6232
  msgstr ""
6053
6233
 
@@ -6057,9 +6237,6 @@ msgstr ""
6057
6237
  msgid "Register a host with subscription and information"
6058
6238
  msgstr ""
6059
6239
 
6060
- msgid "Register host '%s' before attaching subscriptions"
6061
- msgstr ""
6062
-
6063
6240
  msgid "Registered"
6064
6241
  msgstr "Зарегистрирован"
6065
6242
 
@@ -6093,6 +6270,9 @@ msgstr ""
6093
6270
  msgid "Registry token expiration time"
6094
6271
  msgstr ""
6095
6272
 
6273
+ msgid "Reindex subscriptions"
6274
+ msgstr ""
6275
+
6096
6276
  msgid "Related composite content views"
6097
6277
  msgstr ""
6098
6278
 
@@ -6168,6 +6348,9 @@ msgstr ""
6168
6348
  msgid "Remove from environments"
6169
6349
  msgstr ""
6170
6350
 
6351
+ msgid "Remove from host collections"
6352
+ msgstr ""
6353
+
6171
6354
  msgid "Remove host from collections"
6172
6355
  msgstr ""
6173
6356
 
@@ -6189,6 +6372,9 @@ msgstr "Удалить узлы из коллекций"
6189
6372
  msgid "Remove one or more subscriptions from an upstream manifest"
6190
6373
  msgstr ""
6191
6374
 
6375
+ msgid "Remove orphans"
6376
+ msgstr ""
6377
+
6192
6378
  msgid "Remove package group via Katello interface"
6193
6379
  msgstr "Удалить группу пакетов с помощью Katello"
6194
6380
 
@@ -6204,16 +6390,13 @@ msgstr ""
6204
6390
  msgid "Remove products from sync plan"
6205
6391
  msgstr "Исключить продукты из плана синхронизации"
6206
6392
 
6207
- msgid "Remove subscriptions"
6208
- msgstr "Удалить подписки"
6209
-
6210
- msgid "Remove subscriptions from %s"
6211
- msgstr "Удалить подписки %s"
6393
+ msgid "Remove rolling repo clone"
6394
+ msgstr ""
6212
6395
 
6213
- msgid "Remove subscriptions from a host"
6396
+ msgid "Remove units"
6214
6397
  msgstr ""
6215
6398
 
6216
- msgid "Remove subscriptions from one or more hosts"
6399
+ msgid "Remove unneeded repos"
6217
6400
  msgstr ""
6218
6401
 
6219
6402
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
@@ -6222,6 +6405,9 @@ msgstr "Удалить версии и окружения из представ
6222
6405
  msgid "Remove versions from environments"
6223
6406
  msgstr ""
6224
6407
 
6408
+ msgid "Removed %{count} host(s) from host collection %{host_collection}."
6409
+ msgstr ""
6410
+
6225
6411
  msgid "Removed component from content view"
6226
6412
  msgstr ""
6227
6413
 
@@ -6240,6 +6426,9 @@ msgstr ""
6240
6426
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6241
6427
  msgstr ""
6242
6428
 
6429
+ msgid "Repair"
6430
+ msgstr ""
6431
+
6243
6432
  msgid "Replace content source on the target machine"
6244
6433
  msgstr ""
6245
6434
 
@@ -6258,12 +6447,18 @@ msgstr "Репозитории"
6258
6447
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6259
6448
  msgstr ""
6260
6449
 
6450
+ msgid "Repositories certs reset"
6451
+ msgstr ""
6452
+
6261
6453
  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."
6262
6454
  msgstr ""
6263
6455
 
6264
6456
  msgid "Repositories from published Content Views are not allowed."
6265
6457
  msgstr "Нельзя использовать репозитории из опубликованных представлений."
6266
6458
 
6459
+ msgid "Repositories gpg reset"
6460
+ msgstr ""
6461
+
6267
6462
  msgid "Repository"
6268
6463
  msgstr "Репозиторий"
6269
6464
 
@@ -6429,12 +6624,18 @@ msgstr ""
6429
6624
  msgid "Result"
6430
6625
  msgstr "Результат"
6431
6626
 
6627
+ msgid "Retain build profile upon unregistration"
6628
+ msgstr ""
6629
+
6432
6630
  msgid "Retrieve a single errata for a host"
6433
6631
  msgstr "Извлечь отдельное исправление для узла"
6434
6632
 
6435
6633
  msgid "Return Red Hat (non-custom) products only"
6436
6634
  msgstr ""
6437
6635
 
6636
+ msgid "Return a list of installed debs distinct by name"
6637
+ msgstr ""
6638
+
6438
6639
  msgid "Return a list of installed packages distinct by name"
6439
6640
  msgstr ""
6440
6641
 
@@ -6615,6 +6816,24 @@ msgstr ""
6615
6816
  msgid "Save"
6616
6817
  msgstr "Сохранить"
6617
6818
 
6819
+ msgid "Save Environments"
6820
+ msgstr ""
6821
+
6822
+ msgid "Save artifact"
6823
+ msgstr ""
6824
+
6825
+ msgid "Save distribution references"
6826
+ msgstr ""
6827
+
6828
+ msgid "Save publication"
6829
+ msgstr ""
6830
+
6831
+ msgid "Save version"
6832
+ msgstr ""
6833
+
6834
+ msgid "Save versions"
6835
+ msgstr ""
6836
+
6618
6837
  msgid "Saving alternate content source..."
6619
6838
  msgstr ""
6620
6839
 
@@ -6624,6 +6843,12 @@ msgstr ""
6624
6843
  msgid "Scan a flatpak remote"
6625
6844
  msgstr ""
6626
6845
 
6846
+ msgid "Scan cdn"
6847
+ msgstr ""
6848
+
6849
+ msgid "Scan remote"
6850
+ msgstr ""
6851
+
6627
6852
  msgid "Schema version 1"
6628
6853
  msgstr ""
6629
6854
 
@@ -6672,6 +6897,9 @@ msgstr "Доступны исправления системы безопасн
6672
6897
  msgid "Security errata installable"
6673
6898
  msgstr ""
6674
6899
 
6900
+ msgid "See child manifests"
6901
+ msgstr ""
6902
+
6675
6903
  msgid "Select"
6676
6904
  msgstr "Выбрать"
6677
6905
 
@@ -6783,6 +7011,9 @@ msgstr ""
6783
7011
  msgid "Select host collection(s) to remove from host {hostName}."
6784
7012
  msgstr ""
6785
7013
 
7014
+ msgid "Select host collections to change their associations with {selectedHosts}. Changing host collection will affect all your selected hosts. Some hosts may already be in your chosen collections."
7015
+ msgstr ""
7016
+
6786
7017
  msgid "Select hosts to assign to %s"
6787
7018
  msgstr "Выберите узлы для сопоставления %s"
6788
7019
 
@@ -6861,10 +7092,13 @@ msgstr "Уровень обслуживания %s"
6861
7092
  msgid "Service Level (SLA)"
6862
7093
  msgstr ""
6863
7094
 
7095
+ msgid "Service level"
7096
+ msgstr ""
7097
+
6864
7098
  msgid "Service level of host"
6865
7099
  msgstr ""
6866
7100
 
6867
- msgid "Service level to be used for autoheal"
7101
+ msgid "Service level, e.g. SELF-SUPPORT"
6868
7102
  msgstr ""
6869
7103
 
6870
7104
  msgid "Set content overrides"
@@ -6891,9 +7125,6 @@ msgstr ""
6891
7125
  msgid "Sets the system purpose usage"
6892
7126
  msgstr ""
6893
7127
 
6894
- msgid "Sets whether the Host will autoheal subscriptions upon checkin"
6895
- msgstr ""
6896
-
6897
7128
  msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
6898
7129
  msgstr ""
6899
7130
 
@@ -6903,6 +7134,9 @@ msgstr "Степень"
6903
7134
  msgid "Severity must be one of: %s"
6904
7135
  msgstr ""
6905
7136
 
7137
+ msgid "Show ${remainingCount} more"
7138
+ msgstr ""
7139
+
6906
7140
  msgid "Show %s"
6907
7141
  msgstr ""
6908
7142
 
@@ -7044,6 +7278,9 @@ msgstr ""
7044
7278
  msgid "Smart proxy name"
7045
7279
  msgstr ""
7046
7280
 
7281
+ msgid "Smart proxy verify content checksum has started in the background"
7282
+ msgstr ""
7283
+
7047
7284
  msgid "Sockets"
7048
7285
  msgstr "Сокеты"
7049
7286
 
@@ -7158,7 +7395,7 @@ msgstr ""
7158
7395
  msgid "Something went wrong while refreshing alternate content sources: "
7159
7396
  msgstr ""
7160
7397
 
7161
- msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
7398
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
7162
7399
  msgstr ""
7163
7400
 
7164
7401
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
@@ -7227,6 +7464,9 @@ msgstr ""
7227
7464
  msgid "Something went wrong while updating the content source. See the logs for more information"
7228
7465
  msgstr ""
7229
7466
 
7467
+ msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
7468
+ msgstr ""
7469
+
7230
7470
  msgid "Something went wrong! Please check server logs!"
7231
7471
  msgstr ""
7232
7472
 
@@ -7314,9 +7554,6 @@ msgstr "Подписка"
7314
7554
  msgid "Subscription Details"
7315
7555
  msgstr "Подписка"
7316
7556
 
7317
- msgid "Subscription ID"
7318
- msgstr "Идентификатор подписки"
7319
-
7320
7557
  msgid "Subscription Info"
7321
7558
  msgstr "Сведения о подписке"
7322
7559
 
@@ -7332,12 +7569,6 @@ msgstr ""
7332
7569
  msgid "Subscription Name"
7333
7570
  msgstr ""
7334
7571
 
7335
- msgid "Subscription Pool id"
7336
- msgstr "Идентификатор пула подписок"
7337
-
7338
- msgid "Subscription Pool uuid"
7339
- msgstr "UUID пула подписок"
7340
-
7341
7572
  msgid "Subscription UUID"
7342
7573
  msgstr ""
7343
7574
 
@@ -7389,9 +7620,6 @@ msgstr "Успешно"
7389
7620
  msgid "Successfully added %s Host(s)."
7390
7621
  msgstr "Добавлено узлов: %s"
7391
7622
 
7392
- msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
7393
- msgstr "Узлы содержимого (всего %{count}) успешно добавлены в коллекцию %{host_collection}."
7394
-
7395
7623
  msgid "Successfully changed sync plan for %s product(s)"
7396
7624
  msgstr "План синхронизации изменен для %s продукта(ов)."
7397
7625
 
@@ -7404,9 +7632,6 @@ msgstr ""
7404
7632
  msgid "Successfully removed %s Host(s)."
7405
7633
  msgstr "Удалено узлов: %s"
7406
7634
 
7407
- msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
7408
- msgstr "Узлы (всего %{count}) были удалены из коллекции %{host_collection}."
7409
-
7410
7635
  msgid "Successfully synced capsule."
7411
7636
  msgstr ""
7412
7637
 
@@ -7425,6 +7650,9 @@ msgstr ""
7425
7650
  msgid "Supported Content Types"
7426
7651
  msgstr ""
7427
7652
 
7653
+ msgid "Sync"
7654
+ msgstr ""
7655
+
7428
7656
  msgid "Sync Canceled"
7429
7657
  msgstr "Синхронизация отменена"
7430
7658
 
@@ -7479,6 +7707,9 @@ msgstr "Синхронизация репозитория"
7479
7707
  msgid "Sync all repositories for a product"
7480
7708
  msgstr "Синхронизировать все репозитории для указанного продукта"
7481
7709
 
7710
+ msgid "Sync capsule"
7711
+ msgstr ""
7712
+
7482
7713
  msgid "Sync complete."
7483
7714
  msgstr "Успешно."
7484
7715
 
@@ -7497,6 +7728,9 @@ msgstr ""
7497
7728
  msgid "Sync state"
7498
7729
  msgstr ""
7499
7730
 
7731
+ msgid "Syncable export"
7732
+ msgstr ""
7733
+
7500
7734
  msgid "Synced"
7501
7735
  msgstr ""
7502
7736
 
@@ -7548,6 +7782,9 @@ msgstr ""
7548
7782
  msgid "System purpose enables you to set the system's intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console."
7549
7783
  msgstr ""
7550
7784
 
7785
+ msgid "Tag"
7786
+ msgstr ""
7787
+
7551
7788
  msgid "Tag name"
7552
7789
  msgstr ""
7553
7790
 
@@ -7759,9 +7996,6 @@ msgstr ""
7759
7996
  msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
7760
7997
  msgstr ""
7761
7998
 
7762
- msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
7763
- msgstr ""
7764
-
7765
7999
  msgid "The subscription cannot be found upstream"
7766
8000
  msgstr ""
7767
8001
 
@@ -7903,12 +8137,6 @@ msgstr ""
7903
8137
  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."
7904
8138
  msgstr ""
7905
8139
 
7906
- msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
7907
- msgstr ""
7908
-
7909
- msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
7910
- msgstr ""
7911
-
7912
8140
  msgid "This is disabled because a manifest task is in progress"
7913
8141
  msgstr ""
7914
8142
 
@@ -7987,6 +8215,9 @@ msgstr "Заголовок"
7987
8215
  msgid "To change content view environments, a specific organization must be selected from the organization context."
7988
8216
  msgstr ""
7989
8217
 
8218
+ msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
8219
+ msgstr ""
8220
+
7990
8221
  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."
7991
8222
  msgstr ""
7992
8223
 
@@ -8008,6 +8239,9 @@ msgstr ""
8008
8239
  msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
8009
8240
  msgstr ""
8010
8241
 
8242
+ msgid "To manage host collections, a specific organization must be selected from the organization context."
8243
+ msgstr ""
8244
+
8011
8245
  msgid "To manage host content overrides, a specific organization must be selected from the organization context."
8012
8246
  msgstr ""
8013
8247
 
@@ -8062,12 +8296,6 @@ msgstr ""
8062
8296
  msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
8063
8297
  msgstr ""
8064
8298
 
8065
- msgid "Trigger an auto-attach of subscriptions"
8066
- msgstr "Разрешить автоматическое выделение подписок"
8067
-
8068
- msgid "Trigger an auto-attach of subscriptions on one or more hosts"
8069
- msgstr ""
8070
-
8071
8299
  msgid "Try changing your search criteria."
8072
8300
  msgstr ""
8073
8301
 
@@ -8221,9 +8449,6 @@ msgstr ""
8221
8449
  msgid "Unapplied Errata"
8222
8450
  msgstr "Несохраненные исправления"
8223
8451
 
8224
- msgid "Unattach a subscription"
8225
- msgstr "Отключить подписку"
8226
-
8227
8452
  msgid "Unfiltered params array: %s."
8228
8453
  msgstr ""
8229
8454
 
@@ -8335,15 +8560,27 @@ msgstr "Обновить окружение в организации"
8335
8560
  msgid "Update content counts for the smart proxy"
8336
8561
  msgstr ""
8337
8562
 
8563
+ msgid "Update content urls"
8564
+ msgstr ""
8565
+
8338
8566
  msgid "Update content view environments for host"
8339
8567
  msgstr ""
8340
8568
 
8341
8569
  msgid "Update content view environments for host %s"
8342
8570
  msgstr ""
8343
8571
 
8572
+ msgid "Update distributions"
8573
+ msgstr ""
8574
+
8344
8575
  msgid "Update hosts manually"
8345
8576
  msgstr ""
8346
8577
 
8578
+ msgid "Update http proxy"
8579
+ msgstr ""
8580
+
8581
+ msgid "Update http proxy details"
8582
+ msgstr ""
8583
+
8347
8584
  msgid "Update installed packages, enabled repos, module inventory"
8348
8585
  msgstr ""
8349
8586
 
@@ -8359,12 +8596,21 @@ msgstr "Обновить пакеты с помощью Katello"
8359
8596
  msgid "Update packages via Katello interface"
8360
8597
  msgstr ""
8361
8598
 
8599
+ msgid "Update redhat repository"
8600
+ msgstr ""
8601
+
8362
8602
  msgid "Update release version for host"
8363
8603
  msgstr ""
8364
8604
 
8365
8605
  msgid "Update release version for host %s"
8366
8606
  msgstr ""
8367
8607
 
8608
+ msgid "Update remote"
8609
+ msgstr ""
8610
+
8611
+ msgid "Update repository"
8612
+ msgstr ""
8613
+
8368
8614
  msgid "Update services requiring restart"
8369
8615
  msgstr ""
8370
8616
 
@@ -8455,6 +8701,12 @@ msgstr "Обновить содержимое файла частично"
8455
8701
  msgid "Upload a subscription manifest"
8456
8702
  msgstr "Отправить манифест подписки"
8457
8703
 
8704
+ msgid "Upload content"
8705
+ msgstr ""
8706
+
8707
+ msgid "Upload file"
8708
+ msgstr ""
8709
+
8458
8710
  msgid "Upload into"
8459
8711
  msgstr "Добавить в"
8460
8712
 
@@ -8464,6 +8716,9 @@ msgstr ""
8464
8716
  msgid "Upload request id"
8465
8717
  msgstr "Отправить ID запроса"
8466
8718
 
8719
+ msgid "Upload tag"
8720
+ msgstr ""
8721
+
8467
8722
  msgid "Upstream Candlepin"
8468
8723
  msgstr ""
8469
8724
 
@@ -8578,9 +8833,15 @@ msgstr ""
8578
8833
  msgid "Value must either be a boolean or 'default' for 'enabled'"
8579
8834
  msgstr ""
8580
8835
 
8836
+ msgid "Verify Content Checksum"
8837
+ msgstr ""
8838
+
8581
8839
  msgid "Verify SSL"
8582
8840
  msgstr "Проверить SSL"
8583
8841
 
8842
+ msgid "Verify checksum"
8843
+ msgstr ""
8844
+
8584
8845
  msgid "Verify checksum for content on smart proxy"
8585
8846
  msgstr ""
8586
8847
 
@@ -8662,6 +8923,9 @@ msgstr ""
8662
8923
  msgid "View by"
8663
8924
  msgstr ""
8664
8925
 
8926
+ 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."
8927
+ msgstr ""
8928
+
8665
8929
  msgid "View content views"
8666
8930
  msgstr ""
8667
8931
 
@@ -8671,6 +8935,15 @@ msgstr ""
8671
8935
  msgid "View documentation"
8672
8936
  msgstr ""
8673
8937
 
8938
+ msgid "View here"
8939
+ msgstr ""
8940
+
8941
+ msgid "View labels and annotations"
8942
+ msgstr ""
8943
+
8944
+ msgid "View labels and annotations for image "
8945
+ msgstr ""
8946
+
8674
8947
  msgid "View matching content"
8675
8948
  msgstr ""
8676
8949
 
@@ -8710,6 +8983,9 @@ msgstr ""
8710
8983
  msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
8711
8984
  msgstr ""
8712
8985
 
8986
+ msgid "When enabled, provisioning information like content view environments, kickstart repository, and content source will be retained when a host is unregistered. When disabled, this information will be cleared during unregistration."
8987
+ msgstr ""
8988
+
8713
8989
  msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
8714
8990
  msgstr ""
8715
8991
 
@@ -8950,9 +9226,6 @@ msgstr ""
8950
9226
  msgid "attempted to sync without a feed URL"
8951
9227
  msgstr "попытка синхронизации без указания URL-адреса источника"
8952
9228
 
8953
- msgid "auto attach subscriptions upon registration"
8954
- msgstr "автоматический выбор подписок при регистрации"
8955
-
8956
9229
  msgid "base url to perform repo discovery on"
8957
9230
  msgstr "базовый адрес для поиска репозиториев"
8958
9231
 
@@ -9589,9 +9862,6 @@ msgstr ""
9589
9862
  msgid "start datetime of synchronization"
9590
9863
  msgstr "дата и время синхронизации"
9591
9864
 
9592
- msgid "subscriptions not specified"
9593
- msgstr "подписки не определены"
9594
-
9595
9865
  msgid "sync plan description"
9596
9866
  msgstr "описание плана синхронизации"
9597
9867