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
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 4.18.0",
6
+ "Project-Id-Version": "katello 4.19.0.rc1",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2017-12-19 20:14+0000",
9
9
  "Last-Translator": "Michał Foryt <michal.foryt@gmail.com>, 2025",
@@ -110,6 +110,9 @@
110
110
  "${selectedContentType} will appear here when created.": [
111
111
  ""
112
112
  ],
113
+ "${totalCount} labels and annotations": [
114
+ ""
115
+ ],
113
116
  "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?": [
114
117
  ""
115
118
  ],
@@ -447,9 +450,6 @@
447
450
  "A remote execution job is in progress.": [
448
451
  ""
449
452
  ],
450
- "A service level for auto-healing process, e.g. SELF-SUPPORT": [
451
- ""
452
- ],
453
453
  "A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running.": [
454
454
  ""
455
455
  ],
@@ -465,6 +465,9 @@
465
465
  "About page": [
466
466
  ""
467
467
  ],
468
+ "Abstract async task": [
469
+ ""
470
+ ],
468
471
  "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
469
472
  ""
470
473
  ],
@@ -552,10 +555,13 @@
552
555
  "Add RPM rule": [
553
556
  ""
554
557
  ],
555
- "Add Subscriptions": [
558
+ "Add Red Hat Flatpak remote": [
556
559
  ""
557
560
  ],
558
- "Add a subscription to a host": [
561
+ "Add Red Hat flatpak remote": [
562
+ ""
563
+ ],
564
+ "Add Subscriptions": [
559
565
  ""
560
566
  ],
561
567
  "Add an alternate content source": [
@@ -609,6 +615,9 @@
609
615
  "Add repositories with package groups to content view to select them here.": [
610
616
  ""
611
617
  ],
618
+ "Add rolling repo clone": [
619
+ ""
620
+ ],
612
621
  "Add rule": [
613
622
  ""
614
623
  ],
@@ -621,21 +630,24 @@
621
630
  "Add subscriptions consumed by a manifest from Red Hat Subscription Management": [
622
631
  ""
623
632
  ],
624
- "Add subscriptions to one or more hosts": [
625
- ""
626
- ],
627
633
  "Add subscriptions using the Add Subscriptions button.": [
628
634
  ""
629
635
  ],
630
636
  "Add to a host collection": [
631
637
  ""
632
638
  ],
639
+ "Add to host collections": [
640
+ ""
641
+ ],
633
642
  "Added": [
634
643
  ""
635
644
  ],
636
645
  "Added %s": [
637
646
  ""
638
647
  ],
648
+ "Added %{count} host(s) to host collection %{host_collection}.": [
649
+ ""
650
+ ],
639
651
  "Added Content:": [
640
652
  ""
641
653
  ],
@@ -678,6 +690,9 @@
678
690
  "All errata up-to-date": [
679
691
  ""
680
692
  ],
693
+ "All selected hosts were already members of host collection %{host_collection}.": [
694
+ ""
695
+ ],
681
696
  "All subpaths must have a slash at the end and none at the front": [
682
697
  ""
683
698
  ],
@@ -759,6 +774,9 @@
759
774
  "An error occurred during upload \\n%{error_message}": [
760
775
  ""
761
776
  ],
777
+ "An error occurred while updating host collections": [
778
+ ""
779
+ ],
762
780
  "An option to specify how many ostree commits to traverse.": [
763
781
  ""
764
782
  ],
@@ -891,12 +909,6 @@
891
909
  "Array of pools to add": [
892
910
  ""
893
911
  ],
894
- "Array of subscriptions to add": [
895
- ""
896
- ],
897
- "Array of subscriptions to remove": [
898
- ""
899
- ],
900
912
  "Array of uploads to import": [
901
913
  ""
902
914
  ],
@@ -952,15 +964,6 @@
952
964
  "At least one organization must exist.": [
953
965
  ""
954
966
  ],
955
- "Attach a subscription": [
956
- ""
957
- ],
958
- "Attach subscriptions": [
959
- ""
960
- ],
961
- "Attach subscriptions to %s": [
962
- ""
963
- ],
964
967
  "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin": [
965
968
  ""
966
969
  ],
@@ -1060,6 +1063,9 @@
1060
1063
  "Bookmarks marked as public are available to all users": [
1061
1064
  ""
1062
1065
  ],
1066
+ "Bootable": [
1067
+ ""
1068
+ ],
1063
1069
  "Bootc rollback via Bootc interface": [
1064
1070
  ""
1065
1071
  ],
@@ -1072,6 +1078,9 @@
1072
1078
  "Bootc upgrade via Bootc interface": [
1073
1079
  ""
1074
1080
  ],
1081
+ "Booted": [
1082
+ ""
1083
+ ],
1075
1084
  "Booted Container Images": [
1076
1085
  ""
1077
1086
  ],
@@ -1381,6 +1390,9 @@
1381
1390
  "Change content view environments": [
1382
1391
  ""
1383
1392
  ],
1393
+ "Change host collections": [
1394
+ ""
1395
+ ],
1384
1396
  "Change host content source": [
1385
1397
  ""
1386
1398
  ],
@@ -1468,6 +1480,9 @@
1468
1480
  "Comma-separated list of tags to sync for a container image repository": [
1469
1481
  ""
1470
1482
  ],
1483
+ "Commit upload": [
1484
+ ""
1485
+ ],
1471
1486
  "Compare": [
1472
1487
  ""
1473
1488
  ],
@@ -1540,6 +1555,9 @@
1540
1555
  "Container image tags": [
1541
1556
  ""
1542
1557
  ],
1558
+ "Container images": [
1559
+ ""
1560
+ ],
1543
1561
  "Container manifest lists": [
1544
1562
  ""
1545
1563
  ],
@@ -1819,15 +1837,27 @@
1819
1837
  "Copy": [
1820
1838
  ""
1821
1839
  ],
1840
+ "Copy all units": [
1841
+ ""
1842
+ ],
1822
1843
  "Copy an activation key": [
1823
1844
  ""
1824
1845
  ],
1846
+ "Copy content": [
1847
+ ""
1848
+ ],
1825
1849
  "Copy content view": [
1826
1850
  ""
1827
1851
  ],
1828
1852
  "Copy to clipboard": [
1829
1853
  ""
1830
1854
  ],
1855
+ "Copy version": [
1856
+ ""
1857
+ ],
1858
+ "Copy version units to library": [
1859
+ ""
1860
+ ],
1831
1861
  "Cores per socket": [
1832
1862
  "Rdzeni na socket"
1833
1863
  ],
@@ -2041,22 +2071,34 @@
2041
2071
  "Create content view": [
2042
2072
  ""
2043
2073
  ],
2074
+ "Create exporter": [
2075
+ ""
2076
+ ],
2044
2077
  "Create filter": [
2045
2078
  ""
2046
2079
  ],
2047
2080
  "Create host collection": [
2048
2081
  ""
2049
2082
  ],
2083
+ "Create import": [
2084
+ ""
2085
+ ],
2086
+ "Create importer": [
2087
+ ""
2088
+ ],
2050
2089
  "Create new activation key": [
2051
2090
  ""
2052
2091
  ],
2053
2092
  "Create organization": [
2054
2093
  ""
2055
2094
  ],
2056
- "Create package filter rule": [
2095
+ "Create publication": [
2096
+ ""
2097
+ ],
2098
+ "Create remote": [
2057
2099
  ""
2058
2100
  ],
2059
- "Create rule": [
2101
+ "Creation": [
2060
2102
  ""
2061
2103
  ],
2062
2104
  "Credentials": [
@@ -2320,12 +2362,36 @@
2320
2362
  "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.": [
2321
2363
  ""
2322
2364
  ],
2365
+ "Delete distributions": [
2366
+ ""
2367
+ ],
2323
2368
  "Delete manifest from Red Hat provider": [
2324
2369
  ""
2325
2370
  ],
2326
2371
  "Delete multiple filters from a content view": [
2327
2372
  ""
2328
2373
  ],
2374
+ "Delete orphan alternate content sources": [
2375
+ ""
2376
+ ],
2377
+ "Delete orphan distributions": [
2378
+ ""
2379
+ ],
2380
+ "Delete orphan remotes": [
2381
+ ""
2382
+ ],
2383
+ "Delete orphan repository versions": [
2384
+ ""
2385
+ ],
2386
+ "Delete orphaned migrated repositories": [
2387
+ ""
2388
+ ],
2389
+ "Delete remote": [
2390
+ ""
2391
+ ],
2392
+ "Delete repository references": [
2393
+ ""
2394
+ ],
2329
2395
  "Delete version": [
2330
2396
  ""
2331
2397
  ],
@@ -2425,6 +2491,12 @@
2425
2491
  "Destroy an environment in an organization": [
2426
2492
  ""
2427
2493
  ],
2494
+ "Destroy exporter": [
2495
+ ""
2496
+ ],
2497
+ "Destroy importer": [
2498
+ ""
2499
+ ],
2428
2500
  "Destroy one or more alternate content sources": [
2429
2501
  ""
2430
2502
  ],
@@ -2458,9 +2530,6 @@
2458
2530
  "Disable Red Hat Insights.": [
2459
2531
  ""
2460
2532
  ],
2461
- "Disable Simple Content Access": [
2462
- ""
2463
- ],
2464
2533
  "Disable a repository from the set": [
2465
2534
  ""
2466
2535
  ],
@@ -2473,6 +2542,9 @@
2473
2542
  "Disabling Simple Content Access failed for '%{subject}'.": [
2474
2543
  ""
2475
2544
  ],
2545
+ "Discover": [
2546
+ ""
2547
+ ],
2476
2548
  "Discover Repositories": [
2477
2549
  ""
2478
2550
  ],
@@ -2524,6 +2596,9 @@
2524
2596
  "Edit": [
2525
2597
  "Edytuj"
2526
2598
  ],
2599
+ "Edit DEB rule": [
2600
+ ""
2601
+ ],
2527
2602
  "Edit Flatpak Remote": [
2528
2603
  ""
2529
2604
  ],
@@ -2551,9 +2626,6 @@
2551
2626
  "Edit filter rule": [
2552
2627
  ""
2553
2628
  ],
2554
- "Edit package filter rule": [
2555
- ""
2556
- ],
2557
2629
  "Edit products": [
2558
2630
  ""
2559
2631
  ],
@@ -2596,9 +2668,6 @@
2596
2668
  "Enable Red Hat repositories": [
2597
2669
  ""
2598
2670
  ],
2599
- "Enable Simple Content Access": [
2600
- ""
2601
- ],
2602
2671
  "Enable Tracer": [
2603
2672
  ""
2604
2673
  ],
@@ -2611,9 +2680,6 @@
2611
2680
  "Enable repository sets": [
2612
2681
  ""
2613
2682
  ],
2614
- "Enable structured APT for deb content": [
2615
- ""
2616
- ],
2617
2683
  "Enable/Disable auto publish of composite view": [
2618
2684
  ""
2619
2685
  ],
@@ -2674,6 +2740,9 @@
2674
2740
  "Environment cannot be in its own promotion path": [
2675
2741
  ""
2676
2742
  ],
2743
+ "Environment contents refresh": [
2744
+ ""
2745
+ ],
2677
2746
  "Environment identifier": [
2678
2747
  ""
2679
2748
  ],
@@ -2713,6 +2782,9 @@
2713
2782
  "Errata id of the erratum (RHSA-2012:108)": [
2714
2783
  ""
2715
2784
  ],
2785
+ "Errata mail": [
2786
+ ""
2787
+ ],
2716
2788
  "Errata statuses not updated for deleted content facet with UUID %s": [
2717
2789
  ""
2718
2790
  ],
@@ -2878,6 +2950,9 @@
2878
2950
  "Fetch installable errata for one or more hosts.": [
2879
2951
  ""
2880
2952
  ],
2953
+ "Fetch pxe files": [
2954
+ ""
2955
+ ],
2881
2956
  "Fetch traces for one or more hosts": [
2882
2957
  ""
2883
2958
  ],
@@ -2971,6 +3046,9 @@
2971
3046
  "Filter versions that are components in the specified composite version": [
2972
3047
  ""
2973
3048
  ],
3049
+ "Filtered index content": [
3050
+ ""
3051
+ ],
2974
3052
  "Filters": [
2975
3053
  "Filtry"
2976
3054
  ],
@@ -2992,6 +3070,9 @@
2992
3070
  "Finished": [
2993
3071
  ""
2994
3072
  ],
3073
+ "Flatpak": [
3074
+ ""
3075
+ ],
2995
3076
  "Flatpak Remote ${name} created": [
2996
3077
  ""
2997
3078
  ],
@@ -3082,9 +3163,15 @@
3082
3163
  "Generate host applicability": [
3083
3164
  ""
3084
3165
  ],
3166
+ "Generate metadata": [
3167
+ ""
3168
+ ],
3085
3169
  "Generate repository applicability": [
3086
3170
  ""
3087
3171
  ],
3172
+ "Generate username and password": [
3173
+ ""
3174
+ ],
3088
3175
  "Generated": [
3089
3176
  ""
3090
3177
  ],
@@ -3319,6 +3406,12 @@
3319
3406
  "How to order the sorted results (e.g. ASC for ascending)": [
3320
3407
  ""
3321
3408
  ],
3409
+ "Hypervisors": [
3410
+ ""
3411
+ ],
3412
+ "Hypervisors update": [
3413
+ ""
3414
+ ],
3322
3415
  "ID": [
3323
3416
  "ID"
3324
3417
  ],
@@ -3505,12 +3598,6 @@
3505
3598
  "If product certificates should be used to authenticate to a custom CDN.": [
3506
3599
  ""
3507
3600
  ],
3508
- "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'.": [
3509
- ""
3510
- ],
3511
- "If specified, remove the first instance of a subscription with matching id and quantity": [
3512
- ""
3513
- ],
3514
3601
  "If the smart proxies' assigned HTTP proxies should be used": [
3515
3602
  ""
3516
3603
  ],
@@ -3640,6 +3727,9 @@
3640
3727
  "Import a subscription manifest to give hosts access to Red Hat content.": [
3641
3728
  ""
3642
3729
  ],
3730
+ "Import migration": [
3731
+ ""
3732
+ ],
3643
3733
  "Import new manifest": [
3644
3734
  ""
3645
3735
  ],
@@ -3649,6 +3739,12 @@
3649
3739
  "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
3650
3740
  ""
3651
3741
  ],
3742
+ "Import repository upload": [
3743
+ ""
3744
+ ],
3745
+ "Import upload": [
3746
+ ""
3747
+ ],
3652
3748
  "Import uploads into a repository": [
3653
3749
  ""
3654
3750
  ],
@@ -3715,6 +3811,9 @@
3715
3811
  "Incremental Update incomplete.": [
3716
3812
  ""
3717
3813
  ],
3814
+ "Incremental Update of Content View Version(s) ": [
3815
+ ""
3816
+ ],
3718
3817
  "Incremental Update of %{content_view_count} Content View Version(s) ": [
3719
3818
  ""
3720
3819
  ],
@@ -3727,12 +3826,27 @@
3727
3826
  "Incremental update specified for composite %{name} version %{version}, but no components updated.": [
3728
3827
  ""
3729
3828
  ],
3829
+ "Index content": [
3830
+ ""
3831
+ ],
3832
+ "Index errata": [
3833
+ ""
3834
+ ],
3835
+ "Index module streams": [
3836
+ ""
3837
+ ],
3838
+ "Index package groups": [
3839
+ ""
3840
+ ],
3730
3841
  "Informable Type must be one of the following [ %{list} ]": [
3731
3842
  ""
3732
3843
  ],
3733
3844
  "Inherit from Repository": [
3734
3845
  ""
3735
3846
  ],
3847
+ "Initialize": [
3848
+ ""
3849
+ ],
3736
3850
  "Initiate a sync of the products attached to the sync plan": [
3737
3851
  ""
3738
3852
  ],
@@ -3808,9 +3922,15 @@
3808
3922
  "Installing Package...": [
3809
3923
  ""
3810
3924
  ],
3925
+ "Instance update": [
3926
+ ""
3927
+ ],
3811
3928
  "Instance-based": [
3812
3929
  ""
3813
3930
  ],
3931
+ "Insufficient space for selected hosts": [
3932
+ ""
3933
+ ],
3814
3934
  "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported.": [
3815
3935
  ""
3816
3936
  ],
@@ -3934,6 +4054,9 @@
3934
4054
  "It's not possible to promote a rolling content view.": [
3935
4055
  ""
3936
4056
  ],
4057
+ "It's not possible to provide environment_ids for anything other than a rolling content view.": [
4058
+ ""
4059
+ ],
3937
4060
  "It's not possible to publish a rolling content view.": [
3938
4061
  ""
3939
4062
  ],
@@ -4042,6 +4165,15 @@
4042
4165
  "Label of the flatpak remote": [
4043
4166
  ""
4044
4167
  ],
4168
+ "Labels": [
4169
+ ""
4170
+ ],
4171
+ "Labels and annotations": [
4172
+ ""
4173
+ ],
4174
+ "Labels | Annotations": [
4175
+ ""
4176
+ ],
4045
4177
  "Last check-in:": [
4046
4178
  ""
4047
4179
  ],
@@ -4144,6 +4276,9 @@
4144
4276
  "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy.": [
4145
4277
  ""
4146
4278
  ],
4279
+ "Limit": [
4280
+ ""
4281
+ ],
4147
4282
  "Limit actions to content in the host's environment.": [
4148
4283
  ""
4149
4284
  ],
@@ -4333,6 +4468,9 @@
4333
4468
  "List of hypervisor guest uuids": [
4334
4469
  ""
4335
4470
  ],
4471
+ "List of lifecycle environments for rolling content views": [
4472
+ ""
4473
+ ],
4336
4474
  "List of package group names (Deprecated)": [
4337
4475
  ""
4338
4476
  ],
@@ -4471,12 +4609,18 @@
4471
4609
  "Manifest": [
4472
4610
  ""
4473
4611
  ],
4612
+ "Manifest Details": [
4613
+ ""
4614
+ ],
4474
4615
  "Manifest History": [
4475
4616
  ""
4476
4617
  ],
4477
4618
  "Manifest deleted": [
4478
4619
  ""
4479
4620
  ],
4621
+ "Manifest digest": [
4622
+ ""
4623
+ ],
4480
4624
  "Manifest does not have a valid subscription": [
4481
4625
  ""
4482
4626
  ],
@@ -4561,6 +4705,9 @@
4561
4705
  "Messaging connection": [
4562
4706
  ""
4563
4707
  ],
4708
+ "Metadata generate": [
4709
+ ""
4710
+ ],
4564
4711
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, 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.": [
4565
4712
  ""
4566
4713
  ],
@@ -4597,6 +4744,9 @@
4597
4744
  "Moderate": [
4598
4745
  ""
4599
4746
  ],
4747
+ "Modified": [
4748
+ ""
4749
+ ],
4600
4750
  "Modify via remote execution": [
4601
4751
  ""
4602
4752
  ],
@@ -4624,6 +4774,15 @@
4624
4774
  "Multi Content View Environment": [
4625
4775
  ""
4626
4776
  ],
4777
+ "Multi copy all units": [
4778
+ ""
4779
+ ],
4780
+ "Multi copy content": [
4781
+ ""
4782
+ ],
4783
+ "Multi copy units": [
4784
+ ""
4785
+ ],
4627
4786
  "Multi-entitlement": [
4628
4787
  ""
4629
4788
  ],
@@ -4918,6 +5077,9 @@
4918
5077
  "No items have been specified.": [
4919
5078
  ""
4920
5079
  ],
5080
+ "No labels": [
5081
+ ""
5082
+ ],
4921
5083
  "No manifest file uploaded": [
4922
5084
  ""
4923
5085
  ],
@@ -5233,9 +5395,6 @@
5233
5395
  "Organization ID": [
5234
5396
  ""
5235
5397
  ],
5236
- "Organization ID is required": [
5237
- ""
5238
- ],
5239
5398
  "Organization ID or title": [
5240
5399
  ""
5241
5400
  ],
@@ -5260,6 +5419,9 @@
5260
5419
  "Organization label '%s' is ambiguous. Try using an id-based container name.": [
5261
5420
  ""
5262
5421
  ],
5422
+ "Organization must be specified when providing product by name.": [
5423
+ ""
5424
+ ],
5263
5425
  "Organization not found": [
5264
5426
  ""
5265
5427
  ],
@@ -5659,6 +5821,9 @@
5659
5821
  "Product label '%s' is ambiguous. Try using an id-based container name.": [
5660
5822
  ""
5661
5823
  ],
5824
+ "Product must be specified.": [
5825
+ ""
5826
+ ],
5662
5827
  "Product name": [
5663
5828
  ""
5664
5829
  ],
@@ -5719,6 +5884,9 @@
5719
5884
  "Promotion to Environment": [
5720
5885
  ""
5721
5886
  ],
5887
+ "Provide credentials if the registry requires authentication": [
5888
+ ""
5889
+ ],
5722
5890
  "Provide the required information and click {update} below to save changes.": [
5723
5891
  ""
5724
5892
  ],
@@ -5818,6 +5986,9 @@
5818
5986
  "Pulp task error": [
5819
5987
  ""
5820
5988
  ],
5989
+ "Purge completed tasks": [
5990
+ ""
5991
+ ],
5821
5992
  "Python Package": [
5822
5993
  ""
5823
5994
  ],
@@ -5845,15 +6016,6 @@
5845
6016
  "Quantity of entitlements to bind": [
5846
6017
  ""
5847
6018
  ],
5848
- "Quantity of specified subscription to remove": [
5849
- ""
5850
- ],
5851
- "Quantity of this subscription to add": [
5852
- ""
5853
- ],
5854
- "Quantity of this subscriptions to add": [
5855
- ""
5856
- ],
5857
6019
  "Quantity to Allocate": [
5858
6020
  ""
5859
6021
  ],
@@ -5926,6 +6088,9 @@
5926
6088
  "Reclaim Space": [
5927
6089
  ""
5928
6090
  ],
6091
+ "Reclaim space": [
6092
+ ""
6093
+ ],
5929
6094
  "Reclaim space from On Demand repositories": [
5930
6095
  ""
5931
6096
  ],
@@ -5992,6 +6157,9 @@
5992
6157
  "Refresh all alternate content sources": [
5993
6158
  ""
5994
6159
  ],
6160
+ "Refresh all distributions": [
6161
+ ""
6162
+ ],
5995
6163
  "Refresh alternate content sources": [
5996
6164
  ""
5997
6165
  ],
@@ -6004,15 +6172,27 @@
6004
6172
  "Refresh counts": [
6005
6173
  ""
6006
6174
  ],
6175
+ "Refresh distribution": [
6176
+ ""
6177
+ ],
6007
6178
  "Refresh errata applicability": [
6008
6179
  ""
6009
6180
  ],
6181
+ "Refresh if needed": [
6182
+ ""
6183
+ ],
6010
6184
  "Refresh package applicability": [
6011
6185
  ""
6012
6186
  ],
6013
6187
  "Refresh previously imported manifest for Red Hat provider": [
6014
6188
  ""
6015
6189
  ],
6190
+ "Refresh remote": [
6191
+ ""
6192
+ ],
6193
+ "Refresh repos": [
6194
+ ""
6195
+ ],
6016
6196
  "Refresh source": [
6017
6197
  ""
6018
6198
  ],
@@ -6022,9 +6202,6 @@
6022
6202
  "Register a host with subscription and information": [
6023
6203
  ""
6024
6204
  ],
6025
- "Register host '%s' before attaching subscriptions": [
6026
- ""
6027
- ],
6028
6205
  "Registered": [
6029
6206
  ""
6030
6207
  ],
@@ -6058,6 +6235,9 @@
6058
6235
  "Registry token expiration time": [
6059
6236
  ""
6060
6237
  ],
6238
+ "Reindex subscriptions": [
6239
+ ""
6240
+ ],
6061
6241
  "Related composite content views": [
6062
6242
  ""
6063
6243
  ],
@@ -6133,6 +6313,9 @@
6133
6313
  "Remove from environments": [
6134
6314
  ""
6135
6315
  ],
6316
+ "Remove from host collections": [
6317
+ ""
6318
+ ],
6136
6319
  "Remove host from collections": [
6137
6320
  ""
6138
6321
  ],
@@ -6154,6 +6337,9 @@
6154
6337
  "Remove one or more subscriptions from an upstream manifest": [
6155
6338
  ""
6156
6339
  ],
6340
+ "Remove orphans": [
6341
+ ""
6342
+ ],
6157
6343
  "Remove package group via Katello interface": [
6158
6344
  ""
6159
6345
  ],
@@ -6169,16 +6355,13 @@
6169
6355
  "Remove products from sync plan": [
6170
6356
  ""
6171
6357
  ],
6172
- "Remove subscriptions": [
6173
- ""
6174
- ],
6175
- "Remove subscriptions from %s": [
6358
+ "Remove rolling repo clone": [
6176
6359
  ""
6177
6360
  ],
6178
- "Remove subscriptions from a host": [
6361
+ "Remove units": [
6179
6362
  ""
6180
6363
  ],
6181
- "Remove subscriptions from one or more hosts": [
6364
+ "Remove unneeded repos": [
6182
6365
  ""
6183
6366
  ],
6184
6367
  "Remove versions and/or environments from a content view and reassign systems and keys": [
@@ -6187,6 +6370,9 @@
6187
6370
  "Remove versions from environments": [
6188
6371
  ""
6189
6372
  ],
6373
+ "Removed %{count} host(s) from host collection %{host_collection}.": [
6374
+ ""
6375
+ ],
6190
6376
  "Removed component from content view": [
6191
6377
  ""
6192
6378
  ],
@@ -6205,6 +6391,9 @@
6205
6391
  "Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
6206
6392
  ""
6207
6393
  ],
6394
+ "Repair": [
6395
+ ""
6396
+ ],
6208
6397
  "Replace content source on the target machine": [
6209
6398
  ""
6210
6399
  ],
@@ -6223,12 +6412,18 @@
6223
6412
  "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
6224
6413
  ""
6225
6414
  ],
6415
+ "Repositories certs reset": [
6416
+ ""
6417
+ ],
6226
6418
  "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.": [
6227
6419
  ""
6228
6420
  ],
6229
6421
  "Repositories from published Content Views are not allowed.": [
6230
6422
  ""
6231
6423
  ],
6424
+ "Repositories gpg reset": [
6425
+ ""
6426
+ ],
6232
6427
  "Repository": [
6233
6428
  ""
6234
6429
  ],
@@ -6394,12 +6589,18 @@
6394
6589
  "Result": [
6395
6590
  ""
6396
6591
  ],
6592
+ "Retain build profile upon unregistration": [
6593
+ ""
6594
+ ],
6397
6595
  "Retrieve a single errata for a host": [
6398
6596
  ""
6399
6597
  ],
6400
6598
  "Return Red Hat (non-custom) products only": [
6401
6599
  ""
6402
6600
  ],
6601
+ "Return a list of installed debs distinct by name": [
6602
+ ""
6603
+ ],
6403
6604
  "Return a list of installed packages distinct by name": [
6404
6605
  ""
6405
6606
  ],
@@ -6580,6 +6781,24 @@
6580
6781
  "Save": [
6581
6782
  "Zapisz"
6582
6783
  ],
6784
+ "Save Environments": [
6785
+ ""
6786
+ ],
6787
+ "Save artifact": [
6788
+ ""
6789
+ ],
6790
+ "Save distribution references": [
6791
+ ""
6792
+ ],
6793
+ "Save publication": [
6794
+ ""
6795
+ ],
6796
+ "Save version": [
6797
+ ""
6798
+ ],
6799
+ "Save versions": [
6800
+ ""
6801
+ ],
6583
6802
  "Saving alternate content source...": [
6584
6803
  ""
6585
6804
  ],
@@ -6589,6 +6808,12 @@
6589
6808
  "Scan a flatpak remote": [
6590
6809
  ""
6591
6810
  ],
6811
+ "Scan cdn": [
6812
+ ""
6813
+ ],
6814
+ "Scan remote": [
6815
+ ""
6816
+ ],
6592
6817
  "Schema version 1": [
6593
6818
  ""
6594
6819
  ],
@@ -6637,6 +6862,9 @@
6637
6862
  "Security errata installable": [
6638
6863
  ""
6639
6864
  ],
6865
+ "See child manifests": [
6866
+ ""
6867
+ ],
6640
6868
  "Select": [
6641
6869
  ""
6642
6870
  ],
@@ -6748,6 +6976,9 @@
6748
6976
  "Select host collection(s) to remove from host {hostName}.": [
6749
6977
  ""
6750
6978
  ],
6979
+ "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.": [
6980
+ ""
6981
+ ],
6751
6982
  "Select hosts to assign to %s": [
6752
6983
  "Wybierz hosty przypisane do %s"
6753
6984
  ],
@@ -6826,10 +7057,13 @@
6826
7057
  "Service Level (SLA)": [
6827
7058
  ""
6828
7059
  ],
7060
+ "Service level": [
7061
+ ""
7062
+ ],
6829
7063
  "Service level of host": [
6830
7064
  ""
6831
7065
  ],
6832
- "Service level to be used for autoheal": [
7066
+ "Service level, e.g. SELF-SUPPORT": [
6833
7067
  ""
6834
7068
  ],
6835
7069
  "Set content overrides": [
@@ -6856,9 +7090,6 @@
6856
7090
  "Sets the system purpose usage": [
6857
7091
  ""
6858
7092
  ],
6859
- "Sets whether the Host will autoheal subscriptions upon checkin": [
6860
- ""
6861
- ],
6862
7093
  "Setting 'default_location_subscribed_hosts' is not set to a valid location.": [
6863
7094
  ""
6864
7095
  ],
@@ -6868,6 +7099,9 @@
6868
7099
  "Severity must be one of: %s": [
6869
7100
  ""
6870
7101
  ],
7102
+ "Show ${remainingCount} more": [
7103
+ ""
7104
+ ],
6871
7105
  "Show %s": [
6872
7106
  ""
6873
7107
  ],
@@ -7009,6 +7243,9 @@
7009
7243
  "Smart proxy name": [
7010
7244
  ""
7011
7245
  ],
7246
+ "Smart proxy verify content checksum has started in the background": [
7247
+ ""
7248
+ ],
7012
7249
  "Sockets": [
7013
7250
  ""
7014
7251
  ],
@@ -7123,7 +7360,7 @@
7123
7360
  "Something went wrong while refreshing alternate content sources: ": [
7124
7361
  ""
7125
7362
  ],
7126
- "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}": [
7363
+ "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}": [
7127
7364
  ""
7128
7365
  ],
7129
7366
  "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}": [
@@ -7192,6 +7429,9 @@
7192
7429
  "Something went wrong while updating the content source. See the logs for more information": [
7193
7430
  ""
7194
7431
  ],
7432
+ "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}": [
7433
+ ""
7434
+ ],
7195
7435
  "Something went wrong! Please check server logs!": [
7196
7436
  ""
7197
7437
  ],
@@ -7279,9 +7519,6 @@
7279
7519
  "Subscription Details": [
7280
7520
  ""
7281
7521
  ],
7282
- "Subscription ID": [
7283
- ""
7284
- ],
7285
7522
  "Subscription Info": [
7286
7523
  ""
7287
7524
  ],
@@ -7297,12 +7534,6 @@
7297
7534
  "Subscription Name": [
7298
7535
  ""
7299
7536
  ],
7300
- "Subscription Pool id": [
7301
- ""
7302
- ],
7303
- "Subscription Pool uuid": [
7304
- ""
7305
- ],
7306
7537
  "Subscription UUID": [
7307
7538
  ""
7308
7539
  ],
@@ -7354,9 +7585,6 @@
7354
7585
  "Successfully added %s Host(s).": [
7355
7586
  ""
7356
7587
  ],
7357
- "Successfully added %{count} content host(s) to host collection %{host_collection}.": [
7358
- ""
7359
- ],
7360
7588
  "Successfully changed sync plan for %s product(s)": [
7361
7589
  ""
7362
7590
  ],
@@ -7369,9 +7597,6 @@
7369
7597
  "Successfully removed %s Host(s).": [
7370
7598
  ""
7371
7599
  ],
7372
- "Successfully removed %{count} content host(s) from host collection %{host_collection}.": [
7373
- ""
7374
- ],
7375
7600
  "Successfully synced capsule.": [
7376
7601
  ""
7377
7602
  ],
@@ -7390,6 +7615,9 @@
7390
7615
  "Supported Content Types": [
7391
7616
  ""
7392
7617
  ],
7618
+ "Sync": [
7619
+ ""
7620
+ ],
7393
7621
  "Sync Canceled": [
7394
7622
  ""
7395
7623
  ],
@@ -7444,6 +7672,9 @@
7444
7672
  "Sync all repositories for a product": [
7445
7673
  ""
7446
7674
  ],
7675
+ "Sync capsule": [
7676
+ ""
7677
+ ],
7447
7678
  "Sync complete.": [
7448
7679
  ""
7449
7680
  ],
@@ -7462,6 +7693,9 @@
7462
7693
  "Sync state": [
7463
7694
  ""
7464
7695
  ],
7696
+ "Syncable export": [
7697
+ ""
7698
+ ],
7465
7699
  "Synced": [
7466
7700
  ""
7467
7701
  ],
@@ -7513,6 +7747,9 @@
7513
7747
  "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.": [
7514
7748
  ""
7515
7749
  ],
7750
+ "Tag": [
7751
+ ""
7752
+ ],
7516
7753
  "Tag name": [
7517
7754
  ""
7518
7755
  ],
@@ -7720,9 +7957,6 @@
7720
7957
  "The selected/Inherited Content View is not available for this Lifecycle Environment": [
7721
7958
  ""
7722
7959
  ],
7723
- "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled": [
7724
- ""
7725
- ],
7726
7960
  "The subscription cannot be found upstream": [
7727
7961
  ""
7728
7962
  ],
@@ -7864,12 +8098,6 @@
7864
8098
  "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.": [
7865
8099
  ""
7866
8100
  ],
7867
- "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled.": [
7868
- ""
7869
- ],
7870
- "This host's organization is in Simple Content Access mode. Auto-attach is disabled": [
7871
- ""
7872
- ],
7873
8101
  "This is disabled because a manifest task is in progress": [
7874
8102
  ""
7875
8103
  ],
@@ -7948,6 +8176,9 @@
7948
8176
  "To change content view environments, a specific organization must be selected from the organization context.": [
7949
8177
  ""
7950
8178
  ],
8179
+ "To continue with Red Hat Flatpak remote, you need to generate your username and password in": [
8180
+ ""
8181
+ ],
7951
8182
  "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.": [
7952
8183
  ""
7953
8184
  ],
@@ -7969,6 +8200,9 @@
7969
8200
  "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories.": [
7970
8201
  ""
7971
8202
  ],
8203
+ "To manage host collections, a specific organization must be selected from the organization context.": [
8204
+ ""
8205
+ ],
7972
8206
  "To manage host content overrides, a specific organization must be selected from the organization context.": [
7973
8207
  ""
7974
8208
  ],
@@ -8023,12 +8257,6 @@
8023
8257
  "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy.": [
8024
8258
  ""
8025
8259
  ],
8026
- "Trigger an auto-attach of subscriptions": [
8027
- ""
8028
- ],
8029
- "Trigger an auto-attach of subscriptions on one or more hosts": [
8030
- ""
8031
- ],
8032
8260
  "Try changing your search criteria.": [
8033
8261
  ""
8034
8262
  ],
@@ -8182,9 +8410,6 @@
8182
8410
  "Unapplied Errata": [
8183
8411
  ""
8184
8412
  ],
8185
- "Unattach a subscription": [
8186
- ""
8187
- ],
8188
8413
  "Unfiltered params array: %s.": [
8189
8414
  ""
8190
8415
  ],
@@ -8296,15 +8521,27 @@
8296
8521
  "Update content counts for the smart proxy": [
8297
8522
  ""
8298
8523
  ],
8524
+ "Update content urls": [
8525
+ ""
8526
+ ],
8299
8527
  "Update content view environments for host": [
8300
8528
  ""
8301
8529
  ],
8302
8530
  "Update content view environments for host %s": [
8303
8531
  ""
8304
8532
  ],
8533
+ "Update distributions": [
8534
+ ""
8535
+ ],
8305
8536
  "Update hosts manually": [
8306
8537
  ""
8307
8538
  ],
8539
+ "Update http proxy": [
8540
+ ""
8541
+ ],
8542
+ "Update http proxy details": [
8543
+ ""
8544
+ ],
8308
8545
  "Update installed packages, enabled repos, module inventory": [
8309
8546
  ""
8310
8547
  ],
@@ -8320,12 +8557,21 @@
8320
8557
  "Update packages via Katello interface": [
8321
8558
  ""
8322
8559
  ],
8560
+ "Update redhat repository": [
8561
+ ""
8562
+ ],
8323
8563
  "Update release version for host": [
8324
8564
  ""
8325
8565
  ],
8326
8566
  "Update release version for host %s": [
8327
8567
  ""
8328
8568
  ],
8569
+ "Update remote": [
8570
+ ""
8571
+ ],
8572
+ "Update repository": [
8573
+ ""
8574
+ ],
8329
8575
  "Update services requiring restart": [
8330
8576
  ""
8331
8577
  ],
@@ -8416,6 +8662,12 @@
8416
8662
  "Upload a subscription manifest": [
8417
8663
  ""
8418
8664
  ],
8665
+ "Upload content": [
8666
+ ""
8667
+ ],
8668
+ "Upload file": [
8669
+ ""
8670
+ ],
8419
8671
  "Upload into": [
8420
8672
  ""
8421
8673
  ],
@@ -8425,6 +8677,9 @@
8425
8677
  "Upload request id": [
8426
8678
  ""
8427
8679
  ],
8680
+ "Upload tag": [
8681
+ ""
8682
+ ],
8428
8683
  "Upstream Candlepin": [
8429
8684
  ""
8430
8685
  ],
@@ -8539,9 +8794,15 @@
8539
8794
  "Value must either be a boolean or 'default' for 'enabled'": [
8540
8795
  ""
8541
8796
  ],
8797
+ "Verify Content Checksum": [
8798
+ ""
8799
+ ],
8542
8800
  "Verify SSL": [
8543
8801
  ""
8544
8802
  ],
8803
+ "Verify checksum": [
8804
+ ""
8805
+ ],
8545
8806
  "Verify checksum for content on smart proxy": [
8546
8807
  ""
8547
8808
  ],
@@ -8623,6 +8884,9 @@
8623
8884
  "View by": [
8624
8885
  ""
8625
8886
  ],
8887
+ "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.": [
8888
+ ""
8889
+ ],
8626
8890
  "View content views": [
8627
8891
  ""
8628
8892
  ],
@@ -8632,6 +8896,15 @@
8632
8896
  "View documentation": [
8633
8897
  ""
8634
8898
  ],
8899
+ "View here": [
8900
+ ""
8901
+ ],
8902
+ "View labels and annotations": [
8903
+ ""
8904
+ ],
8905
+ "View labels and annotations for image ": [
8906
+ ""
8907
+ ],
8635
8908
  "View matching content": [
8636
8909
  ""
8637
8910
  ],
@@ -8671,6 +8944,9 @@
8671
8944
  "When \\\"Upstream URL\\\" is set, \\\"Releases/Distributions\\\" must also be set!": [
8672
8945
  ""
8673
8946
  ],
8947
+ "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.": [
8948
+ ""
8949
+ ],
8674
8950
  "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')": [
8675
8951
  ""
8676
8952
  ],
@@ -8911,9 +9187,6 @@
8911
9187
  "attempted to sync without a feed URL": [
8912
9188
  ""
8913
9189
  ],
8914
- "auto attach subscriptions upon registration": [
8915
- ""
8916
- ],
8917
9190
  "base url to perform repo discovery on": [
8918
9191
  ""
8919
9192
  ],
@@ -9550,9 +9823,6 @@
9550
9823
  "start datetime of synchronization": [
9551
9824
  ""
9552
9825
  ],
9553
- "subscriptions not specified": [
9554
- ""
9555
- ],
9556
9826
  "sync plan description": [
9557
9827
  ""
9558
9828
  ],