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/id/katello.po CHANGED
@@ -8,7 +8,7 @@
8
8
  #
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: katello 4.18.0\n"
11
+ "Project-Id-Version: katello 4.19.0.rc1\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
14
14
  "Last-Translator: Andika Triwidada <andika@gmail.com>, 2024\n"
@@ -114,6 +114,9 @@ msgstr ""
114
114
  msgid "${selectedContentType} will appear here when created."
115
115
  msgstr ""
116
116
 
117
+ msgid "${totalCount} labels and annotations"
118
+ msgstr ""
119
+
117
120
  msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
118
121
  msgstr ""
119
122
 
@@ -452,9 +455,6 @@ msgstr ""
452
455
  msgid "A remote execution job is in progress."
453
456
  msgstr ""
454
457
 
455
- msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
456
- msgstr ""
457
-
458
458
  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."
459
459
  msgstr ""
460
460
 
@@ -470,6 +470,9 @@ msgstr ""
470
470
  msgid "About page"
471
471
  msgstr ""
472
472
 
473
+ msgid "Abstract async task"
474
+ msgstr ""
475
+
473
476
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
474
477
  msgstr ""
475
478
 
@@ -557,10 +560,13 @@ msgstr ""
557
560
  msgid "Add RPM rule"
558
561
  msgstr ""
559
562
 
560
- msgid "Add Subscriptions"
563
+ msgid "Add Red Hat Flatpak remote"
561
564
  msgstr ""
562
565
 
563
- msgid "Add a subscription to a host"
566
+ msgid "Add Red Hat flatpak remote"
567
+ msgstr ""
568
+
569
+ msgid "Add Subscriptions"
564
570
  msgstr ""
565
571
 
566
572
  msgid "Add an alternate content source"
@@ -614,6 +620,9 @@ msgstr ""
614
620
  msgid "Add repositories with package groups to content view to select them here."
615
621
  msgstr ""
616
622
 
623
+ msgid "Add rolling repo clone"
624
+ msgstr ""
625
+
617
626
  msgid "Add rule"
618
627
  msgstr ""
619
628
 
@@ -626,21 +635,24 @@ msgstr ""
626
635
  msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
627
636
  msgstr ""
628
637
 
629
- msgid "Add subscriptions to one or more hosts"
630
- msgstr ""
631
-
632
638
  msgid "Add subscriptions using the Add Subscriptions button."
633
639
  msgstr ""
634
640
 
635
641
  msgid "Add to a host collection"
636
642
  msgstr ""
637
643
 
644
+ msgid "Add to host collections"
645
+ msgstr ""
646
+
638
647
  msgid "Added"
639
648
  msgstr ""
640
649
 
641
650
  msgid "Added %s"
642
651
  msgstr ""
643
652
 
653
+ msgid "Added %{count} host(s) to host collection %{host_collection}."
654
+ msgstr ""
655
+
644
656
  msgid "Added Content:"
645
657
  msgstr ""
646
658
 
@@ -683,6 +695,9 @@ msgstr ""
683
695
  msgid "All errata up-to-date"
684
696
  msgstr ""
685
697
 
698
+ msgid "All selected hosts were already members of host collection %{host_collection}."
699
+ msgstr ""
700
+
686
701
  msgid "All subpaths must have a slash at the end and none at the front"
687
702
  msgstr ""
688
703
 
@@ -768,6 +783,9 @@ msgid ""
768
783
  "%{error_message}"
769
784
  msgstr ""
770
785
 
786
+ msgid "An error occurred while updating host collections"
787
+ msgstr ""
788
+
771
789
  msgid "An option to specify how many ostree commits to traverse."
772
790
  msgstr ""
773
791
 
@@ -900,12 +918,6 @@ msgstr ""
900
918
  msgid "Array of pools to add"
901
919
  msgstr ""
902
920
 
903
- msgid "Array of subscriptions to add"
904
- msgstr ""
905
-
906
- msgid "Array of subscriptions to remove"
907
- msgstr ""
908
-
909
921
  msgid "Array of uploads to import"
910
922
  msgstr ""
911
923
 
@@ -962,15 +974,6 @@ msgstr ""
962
974
  msgid "At least one organization must exist."
963
975
  msgstr ""
964
976
 
965
- msgid "Attach a subscription"
966
- msgstr ""
967
-
968
- msgid "Attach subscriptions"
969
- msgstr ""
970
-
971
- msgid "Attach subscriptions to %s"
972
- msgstr ""
973
-
974
977
  msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
975
978
  msgstr ""
976
979
 
@@ -1070,6 +1073,9 @@ msgstr ""
1070
1073
  msgid "Bookmarks marked as public are available to all users"
1071
1074
  msgstr ""
1072
1075
 
1076
+ msgid "Bootable"
1077
+ msgstr ""
1078
+
1073
1079
  msgid "Bootc rollback via Bootc interface"
1074
1080
  msgstr ""
1075
1081
 
@@ -1082,6 +1088,9 @@ msgstr ""
1082
1088
  msgid "Bootc upgrade via Bootc interface"
1083
1089
  msgstr ""
1084
1090
 
1091
+ msgid "Booted"
1092
+ msgstr ""
1093
+
1085
1094
  msgid "Booted Container Images"
1086
1095
  msgstr ""
1087
1096
 
@@ -1391,6 +1400,9 @@ msgstr ""
1391
1400
  msgid "Change content view environments"
1392
1401
  msgstr ""
1393
1402
 
1403
+ msgid "Change host collections"
1404
+ msgstr ""
1405
+
1394
1406
  msgid "Change host content source"
1395
1407
  msgstr ""
1396
1408
 
@@ -1478,6 +1490,9 @@ msgstr ""
1478
1490
  msgid "Comma-separated list of tags to sync for a container image repository"
1479
1491
  msgstr ""
1480
1492
 
1493
+ msgid "Commit upload"
1494
+ msgstr ""
1495
+
1481
1496
  msgid "Compare"
1482
1497
  msgstr ""
1483
1498
 
@@ -1550,6 +1565,9 @@ msgstr ""
1550
1565
  msgid "Container image tags"
1551
1566
  msgstr ""
1552
1567
 
1568
+ msgid "Container images"
1569
+ msgstr ""
1570
+
1553
1571
  msgid "Container manifest lists"
1554
1572
  msgstr ""
1555
1573
 
@@ -1829,15 +1847,27 @@ msgstr ""
1829
1847
  msgid "Copy"
1830
1848
  msgstr ""
1831
1849
 
1850
+ msgid "Copy all units"
1851
+ msgstr ""
1852
+
1832
1853
  msgid "Copy an activation key"
1833
1854
  msgstr ""
1834
1855
 
1856
+ msgid "Copy content"
1857
+ msgstr ""
1858
+
1835
1859
  msgid "Copy content view"
1836
1860
  msgstr ""
1837
1861
 
1838
1862
  msgid "Copy to clipboard"
1839
1863
  msgstr ""
1840
1864
 
1865
+ msgid "Copy version"
1866
+ msgstr ""
1867
+
1868
+ msgid "Copy version units to library"
1869
+ msgstr ""
1870
+
1841
1871
  msgid "Cores per socket"
1842
1872
  msgstr ""
1843
1873
 
@@ -2051,22 +2081,34 @@ msgstr ""
2051
2081
  msgid "Create content view"
2052
2082
  msgstr ""
2053
2083
 
2084
+ msgid "Create exporter"
2085
+ msgstr ""
2086
+
2054
2087
  msgid "Create filter"
2055
2088
  msgstr ""
2056
2089
 
2057
2090
  msgid "Create host collection"
2058
2091
  msgstr ""
2059
2092
 
2093
+ msgid "Create import"
2094
+ msgstr ""
2095
+
2096
+ msgid "Create importer"
2097
+ msgstr ""
2098
+
2060
2099
  msgid "Create new activation key"
2061
2100
  msgstr ""
2062
2101
 
2063
2102
  msgid "Create organization"
2064
2103
  msgstr ""
2065
2104
 
2066
- msgid "Create package filter rule"
2105
+ msgid "Create publication"
2106
+ msgstr ""
2107
+
2108
+ msgid "Create remote"
2067
2109
  msgstr ""
2068
2110
 
2069
- msgid "Create rule"
2111
+ msgid "Creation"
2070
2112
  msgstr ""
2071
2113
 
2072
2114
  msgid "Credentials"
@@ -2330,12 +2372,36 @@ msgstr ""
2330
2372
  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."
2331
2373
  msgstr ""
2332
2374
 
2375
+ msgid "Delete distributions"
2376
+ msgstr ""
2377
+
2333
2378
  msgid "Delete manifest from Red Hat provider"
2334
2379
  msgstr ""
2335
2380
 
2336
2381
  msgid "Delete multiple filters from a content view"
2337
2382
  msgstr ""
2338
2383
 
2384
+ msgid "Delete orphan alternate content sources"
2385
+ msgstr ""
2386
+
2387
+ msgid "Delete orphan distributions"
2388
+ msgstr ""
2389
+
2390
+ msgid "Delete orphan remotes"
2391
+ msgstr ""
2392
+
2393
+ msgid "Delete orphan repository versions"
2394
+ msgstr ""
2395
+
2396
+ msgid "Delete orphaned migrated repositories"
2397
+ msgstr ""
2398
+
2399
+ msgid "Delete remote"
2400
+ msgstr ""
2401
+
2402
+ msgid "Delete repository references"
2403
+ msgstr ""
2404
+
2339
2405
  msgid "Delete version"
2340
2406
  msgstr ""
2341
2407
 
@@ -2435,6 +2501,12 @@ msgstr ""
2435
2501
  msgid "Destroy an environment in an organization"
2436
2502
  msgstr ""
2437
2503
 
2504
+ msgid "Destroy exporter"
2505
+ msgstr ""
2506
+
2507
+ msgid "Destroy importer"
2508
+ msgstr ""
2509
+
2438
2510
  msgid "Destroy one or more alternate content sources"
2439
2511
  msgstr ""
2440
2512
 
@@ -2468,9 +2540,6 @@ msgstr ""
2468
2540
  msgid "Disable Red Hat Insights."
2469
2541
  msgstr ""
2470
2542
 
2471
- msgid "Disable Simple Content Access"
2472
- msgstr ""
2473
-
2474
2543
  msgid "Disable a repository from the set"
2475
2544
  msgstr ""
2476
2545
 
@@ -2483,6 +2552,9 @@ msgstr ""
2483
2552
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2484
2553
  msgstr ""
2485
2554
 
2555
+ msgid "Discover"
2556
+ msgstr ""
2557
+
2486
2558
  msgid "Discover Repositories"
2487
2559
  msgstr ""
2488
2560
 
@@ -2534,6 +2606,9 @@ msgstr ""
2534
2606
  msgid "Edit"
2535
2607
  msgstr ""
2536
2608
 
2609
+ msgid "Edit DEB rule"
2610
+ msgstr ""
2611
+
2537
2612
  msgid "Edit Flatpak Remote"
2538
2613
  msgstr ""
2539
2614
 
@@ -2561,9 +2636,6 @@ msgstr ""
2561
2636
  msgid "Edit filter rule"
2562
2637
  msgstr ""
2563
2638
 
2564
- msgid "Edit package filter rule"
2565
- msgstr ""
2566
-
2567
2639
  msgid "Edit products"
2568
2640
  msgstr ""
2569
2641
 
@@ -2606,9 +2678,6 @@ msgstr ""
2606
2678
  msgid "Enable Red Hat repositories"
2607
2679
  msgstr ""
2608
2680
 
2609
- msgid "Enable Simple Content Access"
2610
- msgstr ""
2611
-
2612
2681
  msgid "Enable Tracer"
2613
2682
  msgstr ""
2614
2683
 
@@ -2621,9 +2690,6 @@ msgstr ""
2621
2690
  msgid "Enable repository sets"
2622
2691
  msgstr ""
2623
2692
 
2624
- msgid "Enable structured APT for deb content"
2625
- msgstr ""
2626
-
2627
2693
  msgid "Enable/Disable auto publish of composite view"
2628
2694
  msgstr ""
2629
2695
 
@@ -2684,6 +2750,9 @@ msgstr ""
2684
2750
  msgid "Environment cannot be in its own promotion path"
2685
2751
  msgstr ""
2686
2752
 
2753
+ msgid "Environment contents refresh"
2754
+ msgstr ""
2755
+
2687
2756
  msgid "Environment identifier"
2688
2757
  msgstr ""
2689
2758
 
@@ -2723,6 +2792,9 @@ msgstr ""
2723
2792
  msgid "Errata id of the erratum (RHSA-2012:108)"
2724
2793
  msgstr ""
2725
2794
 
2795
+ msgid "Errata mail"
2796
+ msgstr ""
2797
+
2726
2798
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2727
2799
  msgstr ""
2728
2800
 
@@ -2888,6 +2960,9 @@ msgstr ""
2888
2960
  msgid "Fetch installable errata for one or more hosts."
2889
2961
  msgstr ""
2890
2962
 
2963
+ msgid "Fetch pxe files"
2964
+ msgstr ""
2965
+
2891
2966
  msgid "Fetch traces for one or more hosts"
2892
2967
  msgstr ""
2893
2968
 
@@ -2981,6 +3056,9 @@ msgstr ""
2981
3056
  msgid "Filter versions that are components in the specified composite version"
2982
3057
  msgstr ""
2983
3058
 
3059
+ msgid "Filtered index content"
3060
+ msgstr ""
3061
+
2984
3062
  msgid "Filters"
2985
3063
  msgstr ""
2986
3064
 
@@ -3002,6 +3080,9 @@ msgstr ""
3002
3080
  msgid "Finished"
3003
3081
  msgstr ""
3004
3082
 
3083
+ msgid "Flatpak"
3084
+ msgstr ""
3085
+
3005
3086
  msgid "Flatpak Remote ${name} created"
3006
3087
  msgstr ""
3007
3088
 
@@ -3094,9 +3175,15 @@ msgstr ""
3094
3175
  msgid "Generate host applicability"
3095
3176
  msgstr ""
3096
3177
 
3178
+ msgid "Generate metadata"
3179
+ msgstr ""
3180
+
3097
3181
  msgid "Generate repository applicability"
3098
3182
  msgstr ""
3099
3183
 
3184
+ msgid "Generate username and password"
3185
+ msgstr ""
3186
+
3100
3187
  msgid "Generated"
3101
3188
  msgstr ""
3102
3189
 
@@ -3331,6 +3418,12 @@ msgstr ""
3331
3418
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3332
3419
  msgstr ""
3333
3420
 
3421
+ msgid "Hypervisors"
3422
+ msgstr ""
3423
+
3424
+ msgid "Hypervisors update"
3425
+ msgstr ""
3426
+
3334
3427
  msgid "ID"
3335
3428
  msgstr ""
3336
3429
 
@@ -3519,12 +3612,6 @@ msgstr ""
3519
3612
  msgid "If product certificates should be used to authenticate to a custom CDN."
3520
3613
  msgstr ""
3521
3614
 
3522
- 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'."
3523
- msgstr ""
3524
-
3525
- msgid "If specified, remove the first instance of a subscription with matching id and quantity"
3526
- msgstr ""
3527
-
3528
3615
  msgid "If the smart proxies' assigned HTTP proxies should be used"
3529
3616
  msgstr ""
3530
3617
 
@@ -3654,6 +3741,9 @@ msgstr ""
3654
3741
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3655
3742
  msgstr ""
3656
3743
 
3744
+ msgid "Import migration"
3745
+ msgstr ""
3746
+
3657
3747
  msgid "Import new manifest"
3658
3748
  msgstr ""
3659
3749
 
@@ -3663,6 +3753,12 @@ msgstr ""
3663
3753
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3664
3754
  msgstr ""
3665
3755
 
3756
+ msgid "Import repository upload"
3757
+ msgstr ""
3758
+
3759
+ msgid "Import upload"
3760
+ msgstr ""
3761
+
3666
3762
  msgid "Import uploads into a repository"
3667
3763
  msgstr ""
3668
3764
 
@@ -3729,6 +3825,9 @@ msgstr ""
3729
3825
  msgid "Incremental Update incomplete."
3730
3826
  msgstr ""
3731
3827
 
3828
+ msgid "Incremental Update of Content View Version(s) "
3829
+ msgstr ""
3830
+
3732
3831
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3733
3832
  msgstr ""
3734
3833
 
@@ -3741,12 +3840,27 @@ msgstr ""
3741
3840
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3742
3841
  msgstr ""
3743
3842
 
3843
+ msgid "Index content"
3844
+ msgstr ""
3845
+
3846
+ msgid "Index errata"
3847
+ msgstr ""
3848
+
3849
+ msgid "Index module streams"
3850
+ msgstr ""
3851
+
3852
+ msgid "Index package groups"
3853
+ msgstr ""
3854
+
3744
3855
  msgid "Informable Type must be one of the following [ %{list} ]"
3745
3856
  msgstr ""
3746
3857
 
3747
3858
  msgid "Inherit from Repository"
3748
3859
  msgstr ""
3749
3860
 
3861
+ msgid "Initialize"
3862
+ msgstr ""
3863
+
3750
3864
  msgid "Initiate a sync of the products attached to the sync plan"
3751
3865
  msgstr ""
3752
3866
 
@@ -3822,9 +3936,15 @@ msgstr ""
3822
3936
  msgid "Installing Package..."
3823
3937
  msgstr ""
3824
3938
 
3939
+ msgid "Instance update"
3940
+ msgstr ""
3941
+
3825
3942
  msgid "Instance-based"
3826
3943
  msgstr ""
3827
3944
 
3945
+ msgid "Insufficient space for selected hosts"
3946
+ msgstr ""
3947
+
3828
3948
  msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
3829
3949
  msgstr ""
3830
3950
 
@@ -3948,6 +4068,9 @@ msgstr ""
3948
4068
  msgid "It's not possible to promote a rolling content view."
3949
4069
  msgstr ""
3950
4070
 
4071
+ msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
4072
+ msgstr ""
4073
+
3951
4074
  msgid "It's not possible to publish a rolling content view."
3952
4075
  msgstr ""
3953
4076
 
@@ -4056,6 +4179,15 @@ msgstr ""
4056
4179
  msgid "Label of the flatpak remote"
4057
4180
  msgstr ""
4058
4181
 
4182
+ msgid "Labels"
4183
+ msgstr ""
4184
+
4185
+ msgid "Labels and annotations"
4186
+ msgstr ""
4187
+
4188
+ msgid "Labels | Annotations"
4189
+ msgstr ""
4190
+
4059
4191
  msgid "Last check-in:"
4060
4192
  msgstr ""
4061
4193
 
@@ -4158,6 +4290,9 @@ msgstr ""
4158
4290
  msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
4159
4291
  msgstr ""
4160
4292
 
4293
+ msgid "Limit"
4294
+ msgstr ""
4295
+
4161
4296
  msgid "Limit actions to content in the host's environment."
4162
4297
  msgstr ""
4163
4298
 
@@ -4347,6 +4482,9 @@ msgstr ""
4347
4482
  msgid "List of hypervisor guest uuids"
4348
4483
  msgstr ""
4349
4484
 
4485
+ msgid "List of lifecycle environments for rolling content views"
4486
+ msgstr ""
4487
+
4350
4488
  msgid "List of package group names (Deprecated)"
4351
4489
  msgstr ""
4352
4490
 
@@ -4485,12 +4623,18 @@ msgstr ""
4485
4623
  msgid "Manifest"
4486
4624
  msgstr ""
4487
4625
 
4626
+ msgid "Manifest Details"
4627
+ msgstr ""
4628
+
4488
4629
  msgid "Manifest History"
4489
4630
  msgstr ""
4490
4631
 
4491
4632
  msgid "Manifest deleted"
4492
4633
  msgstr ""
4493
4634
 
4635
+ msgid "Manifest digest"
4636
+ msgstr ""
4637
+
4494
4638
  msgid "Manifest does not have a valid subscription"
4495
4639
  msgstr ""
4496
4640
 
@@ -4575,6 +4719,9 @@ msgstr ""
4575
4719
  msgid "Messaging connection"
4576
4720
  msgstr ""
4577
4721
 
4722
+ msgid "Metadata generate"
4723
+ msgstr ""
4724
+
4578
4725
  msgid ""
4579
4726
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4580
4727
  "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."
@@ -4613,6 +4760,9 @@ msgstr ""
4613
4760
  msgid "Moderate"
4614
4761
  msgstr ""
4615
4762
 
4763
+ msgid "Modified"
4764
+ msgstr ""
4765
+
4616
4766
  msgid "Modify via remote execution"
4617
4767
  msgstr ""
4618
4768
 
@@ -4640,6 +4790,15 @@ msgstr ""
4640
4790
  msgid "Multi Content View Environment"
4641
4791
  msgstr ""
4642
4792
 
4793
+ msgid "Multi copy all units"
4794
+ msgstr ""
4795
+
4796
+ msgid "Multi copy content"
4797
+ msgstr ""
4798
+
4799
+ msgid "Multi copy units"
4800
+ msgstr ""
4801
+
4643
4802
  msgid "Multi-entitlement"
4644
4803
  msgstr ""
4645
4804
 
@@ -4940,6 +5099,9 @@ msgstr ""
4940
5099
  msgid "No items have been specified."
4941
5100
  msgstr ""
4942
5101
 
5102
+ msgid "No labels"
5103
+ msgstr ""
5104
+
4943
5105
  msgid "No manifest file uploaded"
4944
5106
  msgstr ""
4945
5107
 
@@ -5255,9 +5417,6 @@ msgstr ""
5255
5417
  msgid "Organization ID"
5256
5418
  msgstr ""
5257
5419
 
5258
- msgid "Organization ID is required"
5259
- msgstr ""
5260
-
5261
5420
  msgid "Organization ID or title"
5262
5421
  msgstr ""
5263
5422
 
@@ -5282,6 +5441,9 @@ msgstr ""
5282
5441
  msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
5283
5442
  msgstr ""
5284
5443
 
5444
+ msgid "Organization must be specified when providing product by name."
5445
+ msgstr ""
5446
+
5285
5447
  msgid "Organization not found"
5286
5448
  msgstr ""
5287
5449
 
@@ -5683,6 +5845,9 @@ msgstr ""
5683
5845
  msgid "Product label '%s' is ambiguous. Try using an id-based container name."
5684
5846
  msgstr ""
5685
5847
 
5848
+ msgid "Product must be specified."
5849
+ msgstr ""
5850
+
5686
5851
  msgid "Product name"
5687
5852
  msgstr ""
5688
5853
 
@@ -5743,6 +5908,9 @@ msgstr ""
5743
5908
  msgid "Promotion to Environment"
5744
5909
  msgstr ""
5745
5910
 
5911
+ msgid "Provide credentials if the registry requires authentication"
5912
+ msgstr ""
5913
+
5746
5914
  msgid "Provide the required information and click {update} below to save changes."
5747
5915
  msgstr ""
5748
5916
 
@@ -5842,6 +6010,9 @@ msgstr ""
5842
6010
  msgid "Pulp task error"
5843
6011
  msgstr ""
5844
6012
 
6013
+ msgid "Purge completed tasks"
6014
+ msgstr ""
6015
+
5845
6016
  msgid "Python Package"
5846
6017
  msgstr ""
5847
6018
 
@@ -5869,15 +6040,6 @@ msgstr ""
5869
6040
  msgid "Quantity of entitlements to bind"
5870
6041
  msgstr ""
5871
6042
 
5872
- msgid "Quantity of specified subscription to remove"
5873
- msgstr ""
5874
-
5875
- msgid "Quantity of this subscription to add"
5876
- msgstr ""
5877
-
5878
- msgid "Quantity of this subscriptions to add"
5879
- msgstr ""
5880
-
5881
6043
  msgid "Quantity to Allocate"
5882
6044
  msgstr ""
5883
6045
 
@@ -5950,6 +6112,9 @@ msgstr ""
5950
6112
  msgid "Reclaim Space"
5951
6113
  msgstr ""
5952
6114
 
6115
+ msgid "Reclaim space"
6116
+ msgstr ""
6117
+
5953
6118
  msgid "Reclaim space from On Demand repositories"
5954
6119
  msgstr ""
5955
6120
 
@@ -6016,6 +6181,9 @@ msgstr ""
6016
6181
  msgid "Refresh all alternate content sources"
6017
6182
  msgstr ""
6018
6183
 
6184
+ msgid "Refresh all distributions"
6185
+ msgstr ""
6186
+
6019
6187
  msgid "Refresh alternate content sources"
6020
6188
  msgstr ""
6021
6189
 
@@ -6028,15 +6196,27 @@ msgstr ""
6028
6196
  msgid "Refresh counts"
6029
6197
  msgstr ""
6030
6198
 
6199
+ msgid "Refresh distribution"
6200
+ msgstr ""
6201
+
6031
6202
  msgid "Refresh errata applicability"
6032
6203
  msgstr ""
6033
6204
 
6205
+ msgid "Refresh if needed"
6206
+ msgstr ""
6207
+
6034
6208
  msgid "Refresh package applicability"
6035
6209
  msgstr ""
6036
6210
 
6037
6211
  msgid "Refresh previously imported manifest for Red Hat provider"
6038
6212
  msgstr ""
6039
6213
 
6214
+ msgid "Refresh remote"
6215
+ msgstr ""
6216
+
6217
+ msgid "Refresh repos"
6218
+ msgstr ""
6219
+
6040
6220
  msgid "Refresh source"
6041
6221
  msgstr ""
6042
6222
 
@@ -6046,9 +6226,6 @@ msgstr ""
6046
6226
  msgid "Register a host with subscription and information"
6047
6227
  msgstr ""
6048
6228
 
6049
- msgid "Register host '%s' before attaching subscriptions"
6050
- msgstr ""
6051
-
6052
6229
  msgid "Registered"
6053
6230
  msgstr ""
6054
6231
 
@@ -6082,6 +6259,9 @@ msgstr ""
6082
6259
  msgid "Registry token expiration time"
6083
6260
  msgstr ""
6084
6261
 
6262
+ msgid "Reindex subscriptions"
6263
+ msgstr ""
6264
+
6085
6265
  msgid "Related composite content views"
6086
6266
  msgstr ""
6087
6267
 
@@ -6157,6 +6337,9 @@ msgstr ""
6157
6337
  msgid "Remove from environments"
6158
6338
  msgstr ""
6159
6339
 
6340
+ msgid "Remove from host collections"
6341
+ msgstr ""
6342
+
6160
6343
  msgid "Remove host from collections"
6161
6344
  msgstr ""
6162
6345
 
@@ -6178,6 +6361,9 @@ msgstr ""
6178
6361
  msgid "Remove one or more subscriptions from an upstream manifest"
6179
6362
  msgstr ""
6180
6363
 
6364
+ msgid "Remove orphans"
6365
+ msgstr ""
6366
+
6181
6367
  msgid "Remove package group via Katello interface"
6182
6368
  msgstr ""
6183
6369
 
@@ -6193,16 +6379,13 @@ msgstr ""
6193
6379
  msgid "Remove products from sync plan"
6194
6380
  msgstr ""
6195
6381
 
6196
- msgid "Remove subscriptions"
6197
- msgstr ""
6198
-
6199
- msgid "Remove subscriptions from %s"
6382
+ msgid "Remove rolling repo clone"
6200
6383
  msgstr ""
6201
6384
 
6202
- msgid "Remove subscriptions from a host"
6385
+ msgid "Remove units"
6203
6386
  msgstr ""
6204
6387
 
6205
- msgid "Remove subscriptions from one or more hosts"
6388
+ msgid "Remove unneeded repos"
6206
6389
  msgstr ""
6207
6390
 
6208
6391
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
@@ -6211,6 +6394,9 @@ msgstr ""
6211
6394
  msgid "Remove versions from environments"
6212
6395
  msgstr ""
6213
6396
 
6397
+ msgid "Removed %{count} host(s) from host collection %{host_collection}."
6398
+ msgstr ""
6399
+
6214
6400
  msgid "Removed component from content view"
6215
6401
  msgstr ""
6216
6402
 
@@ -6229,6 +6415,9 @@ msgstr ""
6229
6415
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6230
6416
  msgstr ""
6231
6417
 
6418
+ msgid "Repair"
6419
+ msgstr ""
6420
+
6232
6421
  msgid "Replace content source on the target machine"
6233
6422
  msgstr ""
6234
6423
 
@@ -6247,12 +6436,18 @@ msgstr ""
6247
6436
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6248
6437
  msgstr ""
6249
6438
 
6439
+ msgid "Repositories certs reset"
6440
+ msgstr ""
6441
+
6250
6442
  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."
6251
6443
  msgstr ""
6252
6444
 
6253
6445
  msgid "Repositories from published Content Views are not allowed."
6254
6446
  msgstr ""
6255
6447
 
6448
+ msgid "Repositories gpg reset"
6449
+ msgstr ""
6450
+
6256
6451
  msgid "Repository"
6257
6452
  msgstr ""
6258
6453
 
@@ -6418,12 +6613,18 @@ msgstr ""
6418
6613
  msgid "Result"
6419
6614
  msgstr ""
6420
6615
 
6616
+ msgid "Retain build profile upon unregistration"
6617
+ msgstr ""
6618
+
6421
6619
  msgid "Retrieve a single errata for a host"
6422
6620
  msgstr ""
6423
6621
 
6424
6622
  msgid "Return Red Hat (non-custom) products only"
6425
6623
  msgstr ""
6426
6624
 
6625
+ msgid "Return a list of installed debs distinct by name"
6626
+ msgstr ""
6627
+
6427
6628
  msgid "Return a list of installed packages distinct by name"
6428
6629
  msgstr ""
6429
6630
 
@@ -6604,6 +6805,24 @@ msgstr ""
6604
6805
  msgid "Save"
6605
6806
  msgstr ""
6606
6807
 
6808
+ msgid "Save Environments"
6809
+ msgstr ""
6810
+
6811
+ msgid "Save artifact"
6812
+ msgstr ""
6813
+
6814
+ msgid "Save distribution references"
6815
+ msgstr ""
6816
+
6817
+ msgid "Save publication"
6818
+ msgstr ""
6819
+
6820
+ msgid "Save version"
6821
+ msgstr ""
6822
+
6823
+ msgid "Save versions"
6824
+ msgstr ""
6825
+
6607
6826
  msgid "Saving alternate content source..."
6608
6827
  msgstr ""
6609
6828
 
@@ -6613,6 +6832,12 @@ msgstr ""
6613
6832
  msgid "Scan a flatpak remote"
6614
6833
  msgstr ""
6615
6834
 
6835
+ msgid "Scan cdn"
6836
+ msgstr ""
6837
+
6838
+ msgid "Scan remote"
6839
+ msgstr ""
6840
+
6616
6841
  msgid "Schema version 1"
6617
6842
  msgstr ""
6618
6843
 
@@ -6661,6 +6886,9 @@ msgstr ""
6661
6886
  msgid "Security errata installable"
6662
6887
  msgstr ""
6663
6888
 
6889
+ msgid "See child manifests"
6890
+ msgstr ""
6891
+
6664
6892
  msgid "Select"
6665
6893
  msgstr ""
6666
6894
 
@@ -6772,6 +7000,9 @@ msgstr ""
6772
7000
  msgid "Select host collection(s) to remove from host {hostName}."
6773
7001
  msgstr ""
6774
7002
 
7003
+ 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."
7004
+ msgstr ""
7005
+
6775
7006
  msgid "Select hosts to assign to %s"
6776
7007
  msgstr ""
6777
7008
 
@@ -6850,10 +7081,13 @@ msgstr ""
6850
7081
  msgid "Service Level (SLA)"
6851
7082
  msgstr ""
6852
7083
 
7084
+ msgid "Service level"
7085
+ msgstr ""
7086
+
6853
7087
  msgid "Service level of host"
6854
7088
  msgstr ""
6855
7089
 
6856
- msgid "Service level to be used for autoheal"
7090
+ msgid "Service level, e.g. SELF-SUPPORT"
6857
7091
  msgstr ""
6858
7092
 
6859
7093
  msgid "Set content overrides"
@@ -6880,9 +7114,6 @@ msgstr ""
6880
7114
  msgid "Sets the system purpose usage"
6881
7115
  msgstr ""
6882
7116
 
6883
- msgid "Sets whether the Host will autoheal subscriptions upon checkin"
6884
- msgstr ""
6885
-
6886
7117
  msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
6887
7118
  msgstr ""
6888
7119
 
@@ -6892,6 +7123,9 @@ msgstr ""
6892
7123
  msgid "Severity must be one of: %s"
6893
7124
  msgstr ""
6894
7125
 
7126
+ msgid "Show ${remainingCount} more"
7127
+ msgstr ""
7128
+
6895
7129
  msgid "Show %s"
6896
7130
  msgstr ""
6897
7131
 
@@ -7033,6 +7267,9 @@ msgstr ""
7033
7267
  msgid "Smart proxy name"
7034
7268
  msgstr ""
7035
7269
 
7270
+ msgid "Smart proxy verify content checksum has started in the background"
7271
+ msgstr ""
7272
+
7036
7273
  msgid "Sockets"
7037
7274
  msgstr ""
7038
7275
 
@@ -7147,7 +7384,7 @@ msgstr ""
7147
7384
  msgid "Something went wrong while refreshing alternate content sources: "
7148
7385
  msgstr ""
7149
7386
 
7150
- msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
7387
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
7151
7388
  msgstr ""
7152
7389
 
7153
7390
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
@@ -7216,6 +7453,9 @@ msgstr ""
7216
7453
  msgid "Something went wrong while updating the content source. See the logs for more information"
7217
7454
  msgstr ""
7218
7455
 
7456
+ msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
7457
+ msgstr ""
7458
+
7219
7459
  msgid "Something went wrong! Please check server logs!"
7220
7460
  msgstr ""
7221
7461
 
@@ -7303,9 +7543,6 @@ msgstr ""
7303
7543
  msgid "Subscription Details"
7304
7544
  msgstr ""
7305
7545
 
7306
- msgid "Subscription ID"
7307
- msgstr ""
7308
-
7309
7546
  msgid "Subscription Info"
7310
7547
  msgstr ""
7311
7548
 
@@ -7321,12 +7558,6 @@ msgstr ""
7321
7558
  msgid "Subscription Name"
7322
7559
  msgstr ""
7323
7560
 
7324
- msgid "Subscription Pool id"
7325
- msgstr ""
7326
-
7327
- msgid "Subscription Pool uuid"
7328
- msgstr ""
7329
-
7330
7561
  msgid "Subscription UUID"
7331
7562
  msgstr ""
7332
7563
 
@@ -7378,9 +7609,6 @@ msgstr ""
7378
7609
  msgid "Successfully added %s Host(s)."
7379
7610
  msgstr ""
7380
7611
 
7381
- msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
7382
- msgstr ""
7383
-
7384
7612
  msgid "Successfully changed sync plan for %s product(s)"
7385
7613
  msgstr ""
7386
7614
 
@@ -7393,9 +7621,6 @@ msgstr ""
7393
7621
  msgid "Successfully removed %s Host(s)."
7394
7622
  msgstr ""
7395
7623
 
7396
- msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
7397
- msgstr ""
7398
-
7399
7624
  msgid "Successfully synced capsule."
7400
7625
  msgstr ""
7401
7626
 
@@ -7414,6 +7639,9 @@ msgstr ""
7414
7639
  msgid "Supported Content Types"
7415
7640
  msgstr ""
7416
7641
 
7642
+ msgid "Sync"
7643
+ msgstr ""
7644
+
7417
7645
  msgid "Sync Canceled"
7418
7646
  msgstr ""
7419
7647
 
@@ -7468,6 +7696,9 @@ msgstr ""
7468
7696
  msgid "Sync all repositories for a product"
7469
7697
  msgstr ""
7470
7698
 
7699
+ msgid "Sync capsule"
7700
+ msgstr ""
7701
+
7471
7702
  msgid "Sync complete."
7472
7703
  msgstr ""
7473
7704
 
@@ -7486,6 +7717,9 @@ msgstr ""
7486
7717
  msgid "Sync state"
7487
7718
  msgstr ""
7488
7719
 
7720
+ msgid "Syncable export"
7721
+ msgstr ""
7722
+
7489
7723
  msgid "Synced"
7490
7724
  msgstr ""
7491
7725
 
@@ -7537,6 +7771,9 @@ msgstr ""
7537
7771
  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."
7538
7772
  msgstr ""
7539
7773
 
7774
+ msgid "Tag"
7775
+ msgstr ""
7776
+
7540
7777
  msgid "Tag name"
7541
7778
  msgstr ""
7542
7779
 
@@ -7748,9 +7985,6 @@ msgstr ""
7748
7985
  msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
7749
7986
  msgstr ""
7750
7987
 
7751
- msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
7752
- msgstr ""
7753
-
7754
7988
  msgid "The subscription cannot be found upstream"
7755
7989
  msgstr ""
7756
7990
 
@@ -7892,12 +8126,6 @@ msgstr ""
7892
8126
  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."
7893
8127
  msgstr ""
7894
8128
 
7895
- msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
7896
- msgstr ""
7897
-
7898
- msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
7899
- msgstr ""
7900
-
7901
8129
  msgid "This is disabled because a manifest task is in progress"
7902
8130
  msgstr ""
7903
8131
 
@@ -7976,6 +8204,9 @@ msgstr ""
7976
8204
  msgid "To change content view environments, a specific organization must be selected from the organization context."
7977
8205
  msgstr ""
7978
8206
 
8207
+ msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
8208
+ msgstr ""
8209
+
7979
8210
  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."
7980
8211
  msgstr ""
7981
8212
 
@@ -7997,6 +8228,9 @@ msgstr ""
7997
8228
  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."
7998
8229
  msgstr ""
7999
8230
 
8231
+ msgid "To manage host collections, a specific organization must be selected from the organization context."
8232
+ msgstr ""
8233
+
8000
8234
  msgid "To manage host content overrides, a specific organization must be selected from the organization context."
8001
8235
  msgstr ""
8002
8236
 
@@ -8051,12 +8285,6 @@ msgstr ""
8051
8285
  msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
8052
8286
  msgstr ""
8053
8287
 
8054
- msgid "Trigger an auto-attach of subscriptions"
8055
- msgstr ""
8056
-
8057
- msgid "Trigger an auto-attach of subscriptions on one or more hosts"
8058
- msgstr ""
8059
-
8060
8288
  msgid "Try changing your search criteria."
8061
8289
  msgstr ""
8062
8290
 
@@ -8210,9 +8438,6 @@ msgstr ""
8210
8438
  msgid "Unapplied Errata"
8211
8439
  msgstr ""
8212
8440
 
8213
- msgid "Unattach a subscription"
8214
- msgstr ""
8215
-
8216
8441
  msgid "Unfiltered params array: %s."
8217
8442
  msgstr ""
8218
8443
 
@@ -8324,15 +8549,27 @@ msgstr ""
8324
8549
  msgid "Update content counts for the smart proxy"
8325
8550
  msgstr ""
8326
8551
 
8552
+ msgid "Update content urls"
8553
+ msgstr ""
8554
+
8327
8555
  msgid "Update content view environments for host"
8328
8556
  msgstr ""
8329
8557
 
8330
8558
  msgid "Update content view environments for host %s"
8331
8559
  msgstr ""
8332
8560
 
8561
+ msgid "Update distributions"
8562
+ msgstr ""
8563
+
8333
8564
  msgid "Update hosts manually"
8334
8565
  msgstr ""
8335
8566
 
8567
+ msgid "Update http proxy"
8568
+ msgstr ""
8569
+
8570
+ msgid "Update http proxy details"
8571
+ msgstr ""
8572
+
8336
8573
  msgid "Update installed packages, enabled repos, module inventory"
8337
8574
  msgstr ""
8338
8575
 
@@ -8348,12 +8585,21 @@ msgstr ""
8348
8585
  msgid "Update packages via Katello interface"
8349
8586
  msgstr ""
8350
8587
 
8588
+ msgid "Update redhat repository"
8589
+ msgstr ""
8590
+
8351
8591
  msgid "Update release version for host"
8352
8592
  msgstr ""
8353
8593
 
8354
8594
  msgid "Update release version for host %s"
8355
8595
  msgstr ""
8356
8596
 
8597
+ msgid "Update remote"
8598
+ msgstr ""
8599
+
8600
+ msgid "Update repository"
8601
+ msgstr ""
8602
+
8357
8603
  msgid "Update services requiring restart"
8358
8604
  msgstr ""
8359
8605
 
@@ -8444,6 +8690,12 @@ msgstr ""
8444
8690
  msgid "Upload a subscription manifest"
8445
8691
  msgstr ""
8446
8692
 
8693
+ msgid "Upload content"
8694
+ msgstr ""
8695
+
8696
+ msgid "Upload file"
8697
+ msgstr ""
8698
+
8447
8699
  msgid "Upload into"
8448
8700
  msgstr ""
8449
8701
 
@@ -8453,6 +8705,9 @@ msgstr ""
8453
8705
  msgid "Upload request id"
8454
8706
  msgstr ""
8455
8707
 
8708
+ msgid "Upload tag"
8709
+ msgstr ""
8710
+
8456
8711
  msgid "Upstream Candlepin"
8457
8712
  msgstr ""
8458
8713
 
@@ -8567,9 +8822,15 @@ msgstr ""
8567
8822
  msgid "Value must either be a boolean or 'default' for 'enabled'"
8568
8823
  msgstr ""
8569
8824
 
8825
+ msgid "Verify Content Checksum"
8826
+ msgstr ""
8827
+
8570
8828
  msgid "Verify SSL"
8571
8829
  msgstr ""
8572
8830
 
8831
+ msgid "Verify checksum"
8832
+ msgstr ""
8833
+
8573
8834
  msgid "Verify checksum for content on smart proxy"
8574
8835
  msgstr ""
8575
8836
 
@@ -8651,6 +8912,9 @@ msgstr ""
8651
8912
  msgid "View by"
8652
8913
  msgstr ""
8653
8914
 
8915
+ 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."
8916
+ msgstr ""
8917
+
8654
8918
  msgid "View content views"
8655
8919
  msgstr ""
8656
8920
 
@@ -8660,6 +8924,15 @@ msgstr ""
8660
8924
  msgid "View documentation"
8661
8925
  msgstr ""
8662
8926
 
8927
+ msgid "View here"
8928
+ msgstr ""
8929
+
8930
+ msgid "View labels and annotations"
8931
+ msgstr ""
8932
+
8933
+ msgid "View labels and annotations for image "
8934
+ msgstr ""
8935
+
8663
8936
  msgid "View matching content"
8664
8937
  msgstr ""
8665
8938
 
@@ -8699,6 +8972,9 @@ msgstr ""
8699
8972
  msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
8700
8973
  msgstr ""
8701
8974
 
8975
+ 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."
8976
+ msgstr ""
8977
+
8702
8978
  msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
8703
8979
  msgstr ""
8704
8980
 
@@ -8939,9 +9215,6 @@ msgstr ""
8939
9215
  msgid "attempted to sync without a feed URL"
8940
9216
  msgstr ""
8941
9217
 
8942
- msgid "auto attach subscriptions upon registration"
8943
- msgstr ""
8944
-
8945
9218
  msgid "base url to perform repo discovery on"
8946
9219
  msgstr ""
8947
9220
 
@@ -9578,9 +9851,6 @@ msgstr ""
9578
9851
  msgid "start datetime of synchronization"
9579
9852
  msgstr ""
9580
9853
 
9581
- msgid "subscriptions not specified"
9582
- msgstr ""
9583
-
9584
9854
  msgid "sync plan description"
9585
9855
  msgstr ""
9586
9856