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