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/katello.pot CHANGED
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: katello 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2025-10-16 20:46+0000\n"
12
- "PO-Revision-Date: 2025-10-16 20:46+0000\n"
11
+ "POT-Creation-Date: 2025-11-25 19:00+0000\n"
12
+ "PO-Revision-Date: 2025-11-25 19:00+0000\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -18,17 +18,17 @@ msgstr ""
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
20
 
21
- #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:176
21
+ #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:190
22
22
  msgid ""
23
23
  "Invalid format. Container pushes should follow 'organization_label/product_lab"
24
24
  "el/name' OR 'id/organization_id/product_id/name' schema."
25
25
  msgstr ""
26
26
 
27
- #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:189
27
+ #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:203
28
28
  msgid "Invalid format. Organization label cannot be blank."
29
29
  msgstr ""
30
30
 
31
- #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:206
31
+ #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:220
32
32
  msgid ""
33
33
  "Due to a change in your organizations, this container name has become ambiguou"
34
34
  "s (org name '%{org_label}'). If you wish to continue using this container name"
@@ -37,27 +37,27 @@ msgid ""
37
37
  "d retry your push using the id format."
38
38
  msgstr ""
39
39
 
40
- #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:222
40
+ #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:236
41
41
  msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
42
42
  msgstr ""
43
43
 
44
- #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:229
44
+ #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:243
45
45
  msgid "Organization not found: '%s'"
46
46
  msgstr ""
47
47
 
48
- #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:242
48
+ #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:256
49
49
  msgid "Invalid format. Organization id must be an integer without leading zeros."
50
50
  msgstr ""
51
51
 
52
- #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:250
52
+ #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:264
53
53
  msgid "Organization id not found: '%s'"
54
54
  msgstr ""
55
55
 
56
- #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:262
56
+ #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:276
57
57
  msgid "Invalid format. Product label cannot be blank."
58
58
  msgstr ""
59
59
 
60
- #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:277
60
+ #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:291
61
61
  msgid ""
62
62
  "Due to a change in your products, this container name has become ambiguous (pr"
63
63
  "oduct name '%{prod_label}'). If you wish to continue using this container name"
@@ -66,27 +66,27 @@ msgid ""
66
66
  "o_label}' and retry your push using the id format."
67
67
  msgstr ""
68
68
 
69
- #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:291
69
+ #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:305
70
70
  msgid "Product label '%s' is ambiguous. Try using an id-based container name."
71
71
  msgstr ""
72
72
 
73
- #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:298
73
+ #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:312
74
74
  msgid "Product not found: '%s'"
75
75
  msgstr ""
76
76
 
77
- #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:311
77
+ #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:325
78
78
  msgid "Invalid format. Product id must be an integer without leading zeros."
79
79
  msgstr ""
80
80
 
81
- #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:319
81
+ #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:333
82
82
  msgid "Product id not found: '%s'"
83
83
  msgstr ""
84
84
 
85
- #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:343
85
+ #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:357
86
86
  msgid "Invalid format. Container name cannot be blank."
87
87
  msgstr ""
88
88
 
89
- #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:361
89
+ #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:375
90
90
  msgid ""
91
91
  "Repository name '%{container_name}' already exists in this product using a dif"
92
92
  "ferent naming scheme. Please retry your request with the %{root_repo_container"
@@ -94,23 +94,23 @@ msgid ""
94
94
  " schema."
95
95
  msgstr ""
96
96
 
97
- #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:374
97
+ #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:388
98
98
  msgid "Requested access to '%s' is denied"
99
99
  msgstr ""
100
100
 
101
- #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:400
101
+ #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:414
102
102
  msgid "Could not locate local uploaded repository for content indexing."
103
103
  msgstr ""
104
104
 
105
- #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:414
105
+ #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:428
106
106
  msgid "Could not locate repository properties for content indexing."
107
107
  msgstr ""
108
108
 
109
- #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:439
109
+ #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:459
110
110
  msgid "Could not locate Pulp distribution."
111
111
  msgstr ""
112
112
 
113
- #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:850
113
+ #: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:871
114
114
  msgid "%s was not found!"
115
115
  msgstr ""
116
116
 
@@ -202,12 +202,12 @@ msgstr ""
202
202
  msgid "Couldn't find environment '%s'"
203
203
  msgstr ""
204
204
 
205
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:19
206
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:44
207
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:107
208
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:116
205
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:17
206
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:41
207
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:104
208
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:113
209
209
  #: ../app/controllers/katello/api/v2/content_view_environments_controller.rb:14
210
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:50
210
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:52
211
211
  #: ../app/controllers/katello/api/v2/environments_controller.rb:48
212
212
  #: ../app/controllers/katello/api/v2/environments_controller.rb:128
213
213
  #: ../app/controllers/katello/api/v2/environments_controller.rb:137
@@ -229,55 +229,51 @@ msgstr ""
229
229
  msgid "organization identifier"
230
230
  msgstr ""
231
231
 
232
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:20
232
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:18
233
233
  msgid "description"
234
234
  msgstr ""
235
235
 
236
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:21
236
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:19
237
237
  msgid "maximum number of registered content hosts"
238
238
  msgstr ""
239
239
 
240
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:22
240
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:20
241
241
  msgid "can the activation key have unlimited hosts"
242
242
  msgstr ""
243
243
 
244
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:23
245
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:181
244
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:21
245
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:142
246
246
  msgid "content release version"
247
247
  msgstr ""
248
248
 
249
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:24
249
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:22
250
250
  msgid "service level"
251
251
  msgstr ""
252
252
 
253
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:25
254
- msgid "auto attach subscriptions upon registration"
255
- msgstr ""
256
-
257
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:26
258
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:27
259
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:21
260
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:22
253
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:23
254
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:24
255
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:19
256
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:20
261
257
  msgid "Sets the system purpose usage"
262
258
  msgstr ""
263
259
 
264
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:29
260
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:26
265
261
  msgid ""
266
262
  "Hash containing the Id of the single lifecycle environment to be associated wi"
267
263
  "th the activation key."
268
264
  msgstr ""
269
265
 
270
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:30
266
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:27
271
267
  msgid "Id of the single content view to be associated with the activation key."
272
268
  msgstr ""
273
269
 
274
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:31
270
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:28
275
271
  msgid ""
276
272
  "Id of the single lifecycle environment to be associated with the activation ke"
277
273
  "y."
278
274
  msgstr ""
279
275
 
280
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:32
276
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:29
281
277
  msgid ""
282
278
  "Comma-separated list of content view environment labels to be associated with "
283
279
  "the activation key, in the format of 'lifecycle_environment_label/content_view"
@@ -286,25 +282,25 @@ msgid ""
286
282
  "tent_views setting to be on."
287
283
  msgstr ""
288
284
 
289
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:36
285
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:33
290
286
  msgid ""
291
287
  "Array of content view environment ids to be associated with the activation key"
292
288
  ". Ignored if content_view_id and lifecycle_environment_id are specified. Requi"
293
289
  "res allow_multiple_content_views setting to be on."
294
290
  msgstr ""
295
291
 
296
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:41
292
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:38
297
293
  msgid "List activation keys"
298
294
  msgstr ""
299
295
 
300
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:45
296
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:42
301
297
  #: ../app/controllers/katello/api/v2/content_view_environments_controller.rb:15
302
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:51
298
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:53
303
299
  #: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:29
304
300
  msgid "environment identifier"
305
301
  msgstr ""
306
302
 
307
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:46
303
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:43
308
304
  #: ../app/controllers/katello/api/v2/content_view_filters_controller.rb:13
309
305
  #: ../app/controllers/katello/api/v2/content_view_filters_controller.rb:35
310
306
  #: ../app/controllers/katello/api/v2/content_view_filters_controller.rb:56
@@ -315,11 +311,11 @@ msgstr ""
315
311
  msgid "content view identifier"
316
312
  msgstr ""
317
313
 
318
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:47
314
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:44
319
315
  msgid "activation key name to filter by"
320
316
  msgstr ""
321
317
 
322
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:48
318
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:45
323
319
  msgid ""
324
320
  "Comma-separated list of content view environment labels associated with the ac"
325
321
  "tivation key, in the format of 'lifecycle_environment_label/content_view_label"
@@ -328,207 +324,152 @@ msgid ""
328
324
  "iews setting to be on."
329
325
  msgstr ""
330
326
 
331
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:52
327
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:49
332
328
  msgid ""
333
329
  "Array of content view environment ids associated with the activation key. Igno"
334
330
  "red if content_view_id and lifecycle_environment_id are specified.Requires all"
335
331
  "ow_multiple_content_views setting to be on."
336
332
  msgstr ""
337
333
 
338
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:63
334
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:60
339
335
  msgid "Create an activation key"
340
336
  msgstr ""
341
337
 
342
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:64
343
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:81
338
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:61
339
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:78
344
340
  #: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:48
345
341
  #: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:61
346
342
  msgid "name"
347
343
  msgstr ""
348
344
 
349
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:78
345
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:75
350
346
  msgid "Update an activation key"
351
347
  msgstr ""
352
348
 
353
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:80
354
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:98
355
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:106
356
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:115
357
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:154
358
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:165
359
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:175
360
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:189
361
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:208
362
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:225
363
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:255
349
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:77
350
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:95
351
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:103
352
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:112
353
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:150
354
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:161
355
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:171
356
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:181
357
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:211
364
358
  msgid "ID of the activation key"
365
359
  msgstr ""
366
360
 
367
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:97
361
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:94
368
362
  msgid "Destroy an activation key"
369
363
  msgstr ""
370
364
 
371
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:105
365
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:102
372
366
  msgid "Show an activation key"
373
367
  msgstr ""
374
368
 
375
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:108
369
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:105
376
370
  msgid "Show hosts associated to an activation key"
377
371
  msgstr ""
378
372
 
379
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:113
373
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:110
380
374
  msgid "Copy an activation key"
381
375
  msgstr ""
382
376
 
383
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:114
377
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:111
384
378
  msgid "Name of new activation key"
385
379
  msgstr ""
386
380
 
387
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:121
381
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:118
388
382
  msgid "New name cannot be blank"
389
383
  msgstr ""
390
384
 
391
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:138
385
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:134
392
386
  msgid "List host collections the activation key does not belong to"
393
387
  msgstr ""
394
388
 
395
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:140
389
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:136
396
390
  #: ../app/controllers/katello/api/v2/host_collections_controller.rb:39
397
391
  msgid "host collection name to filter by"
398
392
  msgstr ""
399
393
 
400
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:153
394
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:149
401
395
  msgid "Show release versions available for an activation key"
402
396
  msgstr ""
403
397
 
404
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:166
398
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:162
405
399
  msgid "List of host collection IDs to associate with activation key"
406
400
  msgstr ""
407
401
 
408
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:176
402
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:172
409
403
  msgid "List of host collection IDs to disassociate from the activation key"
410
404
  msgstr ""
411
405
 
412
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:185
413
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:36
414
- msgid ""
415
- "This endpoint is deprecated and will be removed in an upcoming release. Simple"
416
- " Content Access is the only supported content access mode."
417
- msgstr ""
418
-
419
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:188
420
- msgid "Attach a subscription"
421
- msgstr ""
422
-
423
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:190
424
- #: ../app/controllers/katello/api/v2/subscriptions_controller.rb:85
425
- msgid "Subscription identifier"
426
- msgstr ""
427
-
428
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:191
429
- msgid "Quantity of this subscription to add"
430
- msgstr ""
431
-
432
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:192
433
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:210
434
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:139
435
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:128
436
- msgid "Array of subscriptions to add"
437
- msgstr ""
438
-
439
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:193
440
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:211
441
- msgid "Subscription Pool uuid"
442
- msgstr ""
443
-
444
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:194
445
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:141
446
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:130
447
- msgid "Quantity of this subscriptions to add"
448
- msgstr ""
449
-
450
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:207
451
- msgid "Unattach a subscription"
452
- msgstr ""
453
-
454
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:209
455
- msgid "Subscription ID"
456
- msgstr ""
457
-
458
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:224
406
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:180
459
407
  msgid "Override content for activation_key"
460
408
  msgstr ""
461
409
 
462
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:226
410
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:182
463
411
  msgid "Array of Content override parameters to be added in bulk"
464
412
  msgstr ""
465
413
 
466
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:227
467
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:171
468
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:155
414
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:183
415
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:118
416
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:116
469
417
  msgid "Label of the content"
470
418
  msgstr ""
471
419
 
472
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:228
473
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:172
474
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:156
420
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:184
421
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:119
422
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:117
475
423
  msgid "Override value. Provide a boolean value if name is 'enabled'"
476
424
  msgstr ""
477
425
 
478
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:229
426
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:185
479
427
  msgid ""
480
428
  "Override parameter key or name. Note if name is not provided the default name "
481
429
  "will be 'enabled'"
482
430
  msgstr ""
483
431
 
484
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:230
485
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:174
486
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:180
487
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:158
432
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:186
433
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:121
434
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:127
435
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:119
488
436
  msgid "Set true to remove an override and reset it to 'default'"
489
437
  msgstr ""
490
438
 
491
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:254
439
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:210
492
440
  msgid "Show content available for an activation key"
493
441
  msgstr ""
494
442
 
495
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:256
496
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:159
443
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:212
444
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:106
497
445
  msgid "Get all content available, not just that provided by subscriptions"
498
446
  msgstr ""
499
447
 
500
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:257
448
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:213
501
449
  msgid ""
502
450
  "Limit content to just that available in the activation key's content view vers"
503
451
  "ion"
504
452
  msgstr ""
505
453
 
506
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:291
454
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:236
507
455
  msgid "Environment ID and content view ID must be provided together"
508
456
  msgstr ""
509
457
 
510
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:296
458
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:241
511
459
  msgid ""
512
460
  "Couldn't find content view environment with content view ID '%{cv}' and enviro"
513
461
  "nment ID '%{env}'"
514
462
  msgstr ""
515
463
 
516
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:364
464
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:309
517
465
  msgid "Couldn't find host collection '%s'"
518
466
  msgstr ""
519
467
 
520
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:371
468
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:316
521
469
  msgid "Either organization ID or environment ID needs to be specified"
522
470
  msgstr ""
523
471
 
524
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:413
525
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:134
526
- msgid ""
527
- "The specified organization is in Simple Content Access mode. Attaching subscri"
528
- "ptions is disabled"
529
- msgstr ""
530
-
531
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:420
472
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:358
532
473
  msgid "Invalid release version: [%s]"
533
474
  msgstr ""
534
475
 
@@ -915,7 +856,7 @@ msgstr ""
915
856
  #: ../app/controllers/katello/api/v2/content_imports_controller.rb:38
916
857
  #: ../app/controllers/katello/api/v2/content_imports_controller.rb:47
917
858
  #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:22
918
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:83
859
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:85
919
860
  #: ../app/controllers/katello/api/v2/debs_controller.rb:39
920
861
  #: ../app/controllers/katello/api/v2/errata_controller.rb:12
921
862
  #: ../app/controllers/katello/api/v2/packages_controller.rb:33
@@ -1048,8 +989,8 @@ msgstr ""
1048
989
  #: ../app/controllers/katello/api/v2/content_imports_controller.rb:8
1049
990
  #: ../app/controllers/katello/api/v2/content_view_environments_controller.rb:16
1050
991
  #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:18
1051
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:100
1052
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:109
992
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:103
993
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:113
1053
994
  msgid "Content view identifier"
1054
995
  msgstr ""
1055
996
 
@@ -1477,7 +1418,7 @@ msgid "bulk delete filter rules"
1477
1418
  msgstr ""
1478
1419
 
1479
1420
  #: ../app/controllers/katello/api/v2/content_view_filters_controller.rb:93
1480
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:227
1421
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:231
1481
1422
  msgid "filter identifiers"
1482
1423
  msgstr ""
1483
1424
 
@@ -1503,12 +1444,12 @@ msgid "Show a content view's history"
1503
1444
  msgstr ""
1504
1445
 
1505
1446
  #: ../app/controllers/katello/api/v2/content_view_histories_controller.rb:8
1506
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:133
1507
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:139
1508
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:152
1509
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:191
1510
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:226
1511
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:234
1447
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:137
1448
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:143
1449
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:156
1450
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:195
1451
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:230
1452
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:238
1512
1453
  msgid "content view numeric identifier"
1513
1454
  msgstr ""
1514
1455
 
@@ -1549,7 +1490,7 @@ msgid "Filter content view versions that contain the file"
1549
1490
  msgstr ""
1550
1491
 
1551
1492
  #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:26
1552
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:52
1493
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:54
1553
1494
  msgid "Filter out default content views"
1554
1495
  msgstr ""
1555
1496
 
@@ -1566,7 +1507,7 @@ msgid "force content view promotion and bypass lifecycle environment restriction
1566
1507
  msgstr ""
1567
1508
 
1568
1509
  #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:60
1569
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:113
1510
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:117
1570
1511
  msgid "Identifiers for Lifecycle Environment"
1571
1512
  msgstr ""
1572
1513
 
@@ -1651,12 +1592,12 @@ msgid "Search string for host to perform an action on"
1651
1592
  msgstr ""
1652
1593
 
1653
1594
  #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:126
1654
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:33
1595
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:31
1655
1596
  msgid "List of host ids to perform an action on"
1656
1597
  msgstr ""
1657
1598
 
1658
1599
  #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:129
1659
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:36
1600
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:34
1660
1601
  msgid "List of host ids to exclude and not run an action on"
1661
1602
  msgstr ""
1662
1603
 
@@ -1724,279 +1665,289 @@ msgid "List of component content view version ids for composite views"
1724
1665
  msgstr ""
1725
1666
 
1726
1667
  #: ../app/controllers/katello/api/v2/content_views_controller.rb:24
1727
- msgid "Enable/Disable auto publish of composite view"
1668
+ msgid "List of lifecycle environments for rolling content views"
1728
1669
  msgstr ""
1729
1670
 
1730
1671
  #: ../app/controllers/katello/api/v2/content_views_controller.rb:25
1731
- msgid "Solve RPM dependencies by default on Content View publish, defaults to false"
1672
+ msgid "Enable/Disable auto publish of composite view"
1732
1673
  msgstr ""
1733
1674
 
1734
1675
  #: ../app/controllers/katello/api/v2/content_views_controller.rb:26
1676
+ msgid "Solve RPM dependencies by default on Content View publish, defaults to false"
1677
+ msgstr ""
1678
+
1679
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:27
1735
1680
  msgid ""
1736
1681
  "Designate this Content View for importing from upstream servers only. Defaults"
1737
1682
  " to false"
1738
1683
  msgstr ""
1739
1684
 
1740
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:30
1685
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:31
1741
1686
  msgid "Versions to exclusively include in the action"
1742
1687
  msgstr ""
1743
1688
 
1744
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:31
1689
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:32
1745
1690
  msgid "Search string for versions to perform an action on"
1746
1691
  msgstr ""
1747
1692
 
1748
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:32
1693
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:33
1749
1694
  msgid "List of versions to perform an action on"
1750
1695
  msgstr ""
1751
1696
 
1752
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:34
1697
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:35
1753
1698
  msgid ""
1754
1699
  "Versions to explicitly exclude in the action. All other versions will be inclu"
1755
1700
  "ded in the action, unless an included parameter is passed as well."
1756
1701
  msgstr ""
1757
1702
 
1758
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:37
1703
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:38
1759
1704
  msgid "List of versions to exclude and not run an action on"
1760
1705
  msgstr ""
1761
1706
 
1762
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:48
1763
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:49
1707
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:50
1708
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:51
1764
1709
  msgid "List content views"
1765
1710
  msgstr ""
1766
1711
 
1767
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:53
1712
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:55
1768
1713
  msgid "Filter out composite content views"
1769
1714
  msgstr ""
1770
1715
 
1771
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:54
1716
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:56
1772
1717
  msgid "Filter only composite content views"
1773
1718
  msgstr ""
1774
1719
 
1775
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:55
1720
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:57
1776
1721
  msgid "Do not include this array of content views"
1777
1722
  msgstr ""
1778
1723
 
1779
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:56
1780
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:84
1724
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:58
1725
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:86
1781
1726
  msgid "Name of the content view"
1782
1727
  msgstr ""
1783
1728
 
1784
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:57
1729
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:59
1785
1730
  msgid "Label of the content view"
1786
1731
  msgstr ""
1787
1732
 
1788
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:58
1733
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:60
1789
1734
  msgid "Include content views generated by imports/exports. Defaults to false"
1790
1735
  msgstr ""
1791
1736
 
1792
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:81
1793
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:82
1737
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:83
1738
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:84
1794
1739
  msgid "Create a content view"
1795
1740
  msgstr ""
1796
1741
 
1797
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:85
1742
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:87
1798
1743
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:216
1799
1744
  msgid "Content view label"
1800
1745
  msgstr ""
1801
1746
 
1802
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:86
1803
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:186
1804
- #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:46
1747
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:88
1748
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:202
1749
+ #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:52
1805
1750
  #: ../webpack/scenes/ContentViews/components/ContentViewIcon.js:18
1806
1751
  msgid "Composite content view"
1807
1752
  msgstr ""
1808
1753
 
1809
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:87
1810
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:200
1811
- #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:46
1754
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:89
1755
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:216
1756
+ #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:52
1812
1757
  #: ../webpack/scenes/ContentViews/components/ContentViewIcon.js:22
1813
1758
  msgid "Rolling content view"
1814
1759
  msgstr ""
1815
1760
 
1816
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:99
1761
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:102
1817
1762
  msgid "Update a content view"
1818
1763
  msgstr ""
1819
1764
 
1820
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:101
1765
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:104
1821
1766
  msgid "New name for the content view"
1822
1767
  msgstr ""
1823
1768
 
1824
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:108
1769
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:112
1825
1770
  msgid "Publish a content view"
1826
1771
  msgstr ""
1827
1772
 
1828
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:110
1773
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:114
1829
1774
  msgid "Description for the new published content view version"
1830
1775
  msgstr ""
1831
1776
 
1832
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:111
1777
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:115
1833
1778
  msgid "Override the major version number"
1834
1779
  msgstr ""
1835
1780
 
1836
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:112
1781
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:116
1837
1782
  msgid "Override the minor version number"
1838
1783
  msgstr ""
1839
1784
 
1840
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:114
1785
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:118
1841
1786
  msgid ""
1842
1787
  "Check audited changes and proceed only if content or filters have changed sinc"
1843
1788
  "e last publish"
1844
1789
  msgstr ""
1845
1790
 
1846
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:115
1791
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:119
1847
1792
  msgid "Force content view promotion and bypass lifecycle environment restriction"
1848
1793
  msgstr ""
1849
1794
 
1850
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:116
1795
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:120
1851
1796
  msgid "Specify the list of units in each repo"
1852
1797
  msgstr ""
1853
1798
 
1854
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:117
1799
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:121
1855
1800
  msgid "repo label"
1856
1801
  msgstr ""
1857
1802
 
1858
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:118
1803
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:122
1859
1804
  msgid "list of rpm filename strings to include in published version"
1860
1805
  msgstr ""
1861
1806
 
1862
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:132
1807
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:136
1863
1808
  msgid "Show a content view"
1864
1809
  msgstr ""
1865
1810
 
1866
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:138
1811
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:142
1867
1812
  msgid "Remove a content view from an environment"
1868
1813
  msgstr ""
1869
1814
 
1870
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:140
1815
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:144
1871
1816
  msgid "environment numeric identifier"
1872
1817
  msgstr ""
1873
1818
 
1874
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:143
1819
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:147
1875
1820
  msgid "Content view '%{view}' is not in lifecycle environment '%{env}'."
1876
1821
  msgstr ""
1877
1822
 
1878
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:151
1823
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:155
1879
1824
  msgid ""
1880
1825
  "Remove versions and/or environments from a content view and reassign systems a"
1881
1826
  "nd keys"
1882
1827
  msgstr ""
1883
1828
 
1884
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:153
1829
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:157
1885
1830
  msgid "environment numeric identifiers to be removed"
1886
1831
  msgstr ""
1887
1832
 
1888
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:154
1833
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:158
1889
1834
  msgid "content view version identifiers to be deleted"
1890
1835
  msgstr ""
1891
1836
 
1892
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:155
1893
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:192
1837
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:159
1838
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:196
1894
1839
  msgid "content view to reassign orphaned systems to"
1895
1840
  msgstr ""
1896
1841
 
1897
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:156
1898
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:193
1842
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:160
1843
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:197
1899
1844
  msgid "environment to reassign orphaned systems to"
1900
1845
  msgstr ""
1901
1846
 
1902
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:157
1903
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:194
1847
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:161
1848
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:198
1904
1849
  msgid "content view to reassign orphaned activation keys to"
1905
1850
  msgstr ""
1906
1851
 
1907
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:158
1908
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:195
1852
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:162
1853
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:199
1909
1854
  msgid "environment to reassign orphaned activation keys to"
1910
1855
  msgstr ""
1911
1856
 
1912
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:159
1857
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:163
1913
1858
  msgid "delete the content view with all the versions and environments"
1914
1859
  msgstr ""
1915
1860
 
1916
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:172
1917
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:210
1861
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:176
1862
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:214
1918
1863
  msgid ""
1919
1864
  "There either were no environments nor versions specified or there were invalid"
1920
1865
  " environments/versions specified. Please check environment_ids and content_vie"
1921
1866
  "w_version_ids parameters."
1922
1867
  msgstr ""
1923
1868
 
1924
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:189
1869
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:193
1925
1870
  msgid "Bulk remove versions from a content view and reassign systems and keys"
1926
1871
  msgstr ""
1927
1872
 
1928
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:198
1873
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:202
1929
1874
  msgid "It's not possible to bulk remove versions from a rolling content view."
1930
1875
  msgstr ""
1931
1876
 
1932
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:225
1877
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:229
1933
1878
  msgid "Delete multiple filters from a content view"
1934
1879
  msgstr ""
1935
1880
 
1936
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:233
1881
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:237
1937
1882
  msgid "Delete a content view"
1938
1883
  msgstr ""
1939
1884
 
1940
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:240
1885
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:244
1941
1886
  msgid "Make copy of a content view"
1942
1887
  msgstr ""
1943
1888
 
1944
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:241
1889
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:245
1945
1890
  msgid "Content view numeric identifier"
1946
1891
  msgstr ""
1947
1892
 
1948
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:242
1893
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:246
1949
1894
  msgid "New content view name"
1950
1895
  msgstr ""
1951
1896
 
1952
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:246
1897
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:250
1953
1898
  msgid "It's not possible to copy a rolling content view."
1954
1899
  msgstr ""
1955
1900
 
1956
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:258
1901
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:262
1957
1902
  msgid "It's not possible to publish a rolling content view."
1958
1903
  msgstr ""
1959
1904
 
1960
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:261
1905
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:265
1961
1906
  msgid ""
1962
1907
  "Directly setting package lists on composite content views is not allowed. Plea"
1963
1908
  "se update the components, then re-publish the composite."
1964
1909
  msgstr ""
1965
1910
 
1966
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:265
1911
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:269
1967
1912
  msgid ""
1968
1913
  "A CV version already exists with the same major and minor version (%{major}.%{"
1969
1914
  "minor})"
1970
1915
  msgstr ""
1971
1916
 
1972
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:269
1917
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:273
1973
1918
  msgid "Both major and minor parameters have to be used to override a CV version"
1974
1919
  msgstr ""
1975
1920
 
1976
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:274
1921
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:278
1977
1922
  msgid ""
1978
1923
  "Content view does not need a publish since there are no audited changes since "
1979
1924
  "the last publish. Pass check_needs_publish parameter as false if you don't wan"
1980
1925
  "t to check if content view needs a publish."
1981
1926
  msgstr ""
1982
1927
 
1983
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:281
1928
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:285
1984
1929
  msgid "The default content view cannot be edited, published, or deleted."
1985
1930
  msgstr ""
1986
1931
 
1987
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:287
1932
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:291
1988
1933
  msgid ""
1989
1934
  "Import only Content Views cannot be directly publsihed. Content can only be up"
1990
1935
  "dated by importing into the view."
1991
1936
  msgstr ""
1992
1937
 
1993
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:291
1938
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:295
1994
1939
  msgid ""
1995
1940
  "Generated content views cannot be directly published. They can updated only vi"
1996
1941
  "a export."
1997
1942
  msgstr ""
1998
1943
 
1999
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:317
1944
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:319
1945
+ msgid ""
1946
+ "It's not possible to provide environment_ids for anything other than a rolling"
1947
+ " content view."
1948
+ msgstr ""
1949
+
1950
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:332
2000
1951
  msgid "Always Use Latest (currently %{version})"
2001
1952
  msgstr ""
2002
1953
 
@@ -2060,7 +2011,7 @@ msgid ""
2060
2011
  " 'content_view_version' is supported."
2061
2012
  msgstr ""
2062
2013
 
2063
- #: ../app/controllers/katello/api/v2/debs_controller.rb:112
2014
+ #: ../app/controllers/katello/api/v2/debs_controller.rb:122
2064
2015
  #: ../app/controllers/katello/api/v2/errata_controller.rb:86
2065
2016
  #: ../app/controllers/katello/api/v2/packages_controller.rb:112
2066
2017
  msgid "Could not find a host with id %s"
@@ -2111,7 +2062,7 @@ msgid "ID of the environment"
2111
2062
  msgstr ""
2112
2063
 
2113
2064
  #: ../app/controllers/katello/api/v2/environments_controller.rb:70
2114
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:30
2065
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:28
2115
2066
  #: ../app/controllers/katello/api/v2/products_controller.rb:76
2116
2067
  msgid "ID of the organization"
2117
2068
  msgstr ""
@@ -2334,12 +2285,22 @@ msgid "Name of the product to mirror the remote repository to"
2334
2285
  msgstr ""
2335
2286
 
2336
2287
  #:
2337
- #: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:85
2288
+ #: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:91
2338
2289
  msgid "Could not find product with name '%{name}' in organization id %{org_id}."
2339
2290
  msgstr ""
2340
2291
 
2341
2292
  #:
2342
- #: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:103
2293
+ #: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:96
2294
+ msgid "Organization must be specified when providing product by name."
2295
+ msgstr ""
2296
+
2297
+ #:
2298
+ #: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:99
2299
+ msgid "Product must be specified."
2300
+ msgstr ""
2301
+
2302
+ #:
2303
+ #: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:104
2343
2304
  msgid ""
2344
2305
  "Flatpak repositories cannot be mirrored into Red Hat products. Please select a"
2345
2306
  " custom product."
@@ -2573,11 +2534,15 @@ msgstr ""
2573
2534
  msgid "Repository Id associated with the kickstart repo used for provisioning"
2574
2535
  msgstr ""
2575
2536
 
2576
- #: ../app/controllers/katello/api/v2/host_debs_controller.rb:12
2537
+ #: ../app/controllers/katello/api/v2/host_debs_controller.rb:13
2538
+ msgid "Return a list of installed debs distinct by name"
2539
+ msgstr ""
2540
+
2541
+ #: ../app/controllers/katello/api/v2/host_debs_controller.rb:27
2577
2542
  msgid "List deb packages installed on the host"
2578
2543
  msgstr ""
2579
2544
 
2580
- #: ../app/controllers/katello/api/v2/host_debs_controller.rb:13
2545
+ #: ../app/controllers/katello/api/v2/host_debs_controller.rb:28
2581
2546
  #: ../app/controllers/katello/api/v2/host_module_streams_controller.rb:13
2582
2547
  #: ../app/controllers/katello/api/v2/host_packages_controller.rb:40
2583
2548
  #: ../app/controllers/katello/api/v2/host_tracer_controller.rb:12
@@ -2585,12 +2550,12 @@ msgstr ""
2585
2550
  msgid "ID of the host"
2586
2551
  msgstr ""
2587
2552
 
2588
- #: ../app/controllers/katello/api/v2/host_debs_controller.rb:14
2553
+ #: ../app/controllers/katello/api/v2/host_debs_controller.rb:29
2589
2554
  #: ../app/controllers/katello/api/v2/host_packages_controller.rb:41
2590
2555
  msgid "Also include the latest upgradable package version for each host package"
2591
2556
  msgstr ""
2592
2557
 
2593
- #: ../app/controllers/katello/api/v2/host_debs_controller.rb:15
2558
+ #: ../app/controllers/katello/api/v2/host_debs_controller.rb:30
2594
2559
  #: ../app/controllers/katello/api/v2/host_packages_controller.rb:42
2595
2560
  msgid "Return only packages of a particular status (upgradable or up-to-date)"
2596
2561
  msgstr ""
@@ -2739,209 +2704,162 @@ msgstr ""
2739
2704
  msgid "Status must be one of: %s"
2740
2705
  msgstr ""
2741
2706
 
2742
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:11
2707
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:10
2743
2708
  msgid ""
2744
2709
  "Product id as listed from a host's installed products, \\\n"
2745
2710
  " this is not the same product id as the products api returns"
2746
2711
  msgstr ""
2747
2712
 
2748
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:13
2713
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:12
2749
2714
  msgid "Product name as listed from a host's installed products"
2750
2715
  msgstr ""
2751
2716
 
2752
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:14
2717
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:13
2753
2718
  msgid "Product architecture"
2754
2719
  msgstr ""
2755
2720
 
2756
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:15
2721
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:14
2757
2722
  msgid "Product version"
2758
2723
  msgstr ""
2759
2724
 
2760
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:19
2725
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:18
2761
2726
  msgid "Release version for this Host to use (7Server, 7.1, etc)"
2762
2727
  msgstr ""
2763
2728
 
2764
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:20
2765
- msgid "Sets whether the Host will autoheal subscriptions upon checkin"
2766
- msgstr ""
2767
-
2768
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:23
2769
- msgid "Service level to be used for autoheal"
2729
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:21
2730
+ msgid "Service level"
2770
2731
  msgstr ""
2771
2732
 
2772
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:24
2733
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:22
2773
2734
  msgid "List of hypervisor guest uuids"
2774
2735
  msgstr ""
2775
2736
 
2776
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:25
2777
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:79
2737
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:23
2738
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:65
2778
2739
  msgid "List of products installed on the host"
2779
2740
  msgstr ""
2780
2741
 
2781
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:39
2742
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:34
2743
+ msgid ""
2744
+ "This endpoint is deprecated and will be removed in an upcoming release. Simple"
2745
+ " Content Access is the only supported content access mode."
2746
+ msgstr ""
2747
+
2748
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:37
2782
2749
  msgid "List a host's subscriptions"
2783
2750
  msgstr ""
2784
2751
 
2785
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:40
2786
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:55
2787
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:67
2788
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:119
2789
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:138
2790
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:158
2752
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:38
2753
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:53
2754
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:105
2791
2755
  #: ../app/controllers/katello/api/v2/repository_sets_controller.rb:31
2792
2756
  msgid "Id of the host"
2793
2757
  msgstr ""
2794
2758
 
2795
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:54
2796
- msgid "Trigger an auto-attach of subscriptions"
2797
- msgstr ""
2798
-
2799
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:59
2800
- msgid ""
2801
- "This host's organization is in Simple Content Access mode. Auto-attach is disa"
2802
- "bled"
2803
- msgstr ""
2804
-
2805
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:66
2759
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:52
2806
2760
  msgid "Unregister the host as a subscription consumer"
2807
2761
  msgstr ""
2808
2762
 
2809
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:74
2763
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:60
2810
2764
  msgid "Register a host with subscription and information"
2811
2765
  msgstr ""
2812
2766
 
2813
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:75
2767
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:61
2814
2768
  msgid "Name of the host"
2815
2769
  msgstr ""
2816
2770
 
2817
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:76
2771
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:62
2818
2772
  msgid "UUID to use for registered host, random uuid is generated if not provided"
2819
2773
  msgstr ""
2820
2774
 
2821
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:77
2775
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:63
2822
2776
  msgid ""
2823
2777
  "Key-value hash of subscription-manager facts, nesting uses a period delimiter "
2824
2778
  "(.)"
2825
2779
  msgstr ""
2826
2780
 
2827
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:78
2781
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:64
2828
2782
  msgid "UUIDs of the virtual guests from the host's hypervisor"
2829
2783
  msgstr ""
2830
2784
 
2831
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:82
2785
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:68
2832
2786
  msgid "Release version of the content host"
2833
2787
  msgstr ""
2834
2788
 
2835
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:83
2836
- msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
2789
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:69
2790
+ msgid "Service level, e.g. SELF-SUPPORT"
2837
2791
  msgstr ""
2838
2792
 
2839
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:84
2793
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:70
2840
2794
  msgid "Lifecycle Environment ID"
2841
2795
  msgstr ""
2842
2796
 
2843
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:85
2797
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:71
2844
2798
  msgid "Content View ID"
2845
2799
  msgstr ""
2846
2800
 
2847
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:118
2848
- msgid "Remove subscriptions from a host"
2849
- msgstr ""
2850
-
2851
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:120
2852
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:111
2853
- msgid "Array of subscriptions to remove"
2854
- msgstr ""
2855
-
2856
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:121
2857
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:140
2858
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:112
2859
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:129
2860
- msgid "Subscription Pool id"
2861
- msgstr ""
2862
-
2863
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:122
2864
- msgid ""
2865
- "If specified, remove the first instance of a subscription with matching id and"
2866
- " quantity"
2867
- msgstr ""
2868
-
2869
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:137
2870
- msgid "Add a subscription to a host"
2871
- msgstr ""
2872
-
2873
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:146
2874
- msgid ""
2875
- "This host's organization is in Simple Content Access mode. Attaching subscript"
2876
- "ions is disabled."
2877
- msgstr ""
2878
-
2879
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:157
2801
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:104
2880
2802
  msgid "Get content and overrides for the host"
2881
2803
  msgstr ""
2882
2804
 
2883
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:160
2805
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:107
2884
2806
  msgid "Limit content to just that available in the host's content view version"
2885
2807
  msgstr ""
2886
2808
 
2887
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:167
2809
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:114
2888
2810
  msgid "Set content overrides for the host"
2889
2811
  msgstr ""
2890
2812
 
2891
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:168
2813
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:115
2892
2814
  msgid "Id of the content host"
2893
2815
  msgstr ""
2894
2816
 
2895
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:169
2817
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:116
2896
2818
  msgid "Override to a boolean value or 'default'"
2897
2819
  msgstr ""
2898
2820
 
2899
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:170
2900
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:154
2821
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:117
2822
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:115
2901
2823
  msgid "Array of Content override parameters"
2902
2824
  msgstr ""
2903
2825
 
2904
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:173
2905
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:157
2826
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:120
2827
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:118
2906
2828
  msgid ""
2907
2829
  "Override key or name. Note if name is not provided the default name will be 'e"
2908
2830
  "nabled'"
2909
2831
  msgstr ""
2910
2832
 
2911
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:176
2833
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:123
2912
2834
  msgid "Content override search parameters"
2913
2835
  msgstr ""
2914
2836
 
2915
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:178
2837
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:125
2916
2838
  msgid "Set true to override to enabled; Set false to override to disabled.'"
2917
2839
  msgstr ""
2918
2840
 
2919
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:179
2841
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:126
2920
2842
  msgid "Limit actions to content in the host's environment."
2921
2843
  msgstr ""
2922
2844
 
2923
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:190
2845
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:137
2924
2846
  msgid "Show releases available for the content host"
2925
2847
  msgstr ""
2926
2848
 
2927
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:191
2928
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:198
2849
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:138
2850
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:145
2929
2851
  msgid "id of host"
2930
2852
  msgstr ""
2931
2853
 
2932
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:197
2854
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:144
2933
2855
  msgid "Show repositories enabled on the host that are known to Katello"
2934
2856
  msgstr ""
2935
2857
 
2936
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:215
2858
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:162
2937
2859
  msgid "Couldn't find specified content view and lifecycle environment."
2938
2860
  msgstr ""
2939
2861
 
2940
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:219
2941
- msgid "subscriptions not specified"
2942
- msgstr ""
2943
-
2944
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:236
2862
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:179
2945
2863
  msgid "unknown permission for %s"
2946
2864
  msgstr ""
2947
2865
 
@@ -2954,7 +2872,7 @@ msgid "Resolve traces"
2954
2872
  msgstr ""
2955
2873
 
2956
2874
  #: ../app/controllers/katello/api/v2/host_tracer_controller.rb:20
2957
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:196
2875
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:157
2958
2876
  msgid "Array of Trace IDs"
2959
2877
  msgstr ""
2960
2878
 
@@ -2962,148 +2880,128 @@ msgstr ""
2962
2880
  msgid "The requested traces were not found for this host"
2963
2881
  msgstr ""
2964
2882
 
2965
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:32
2883
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:30
2966
2884
  msgid "Search string for hosts to perform an action on"
2967
2885
  msgstr ""
2968
2886
 
2969
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:41
2887
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:39
2970
2888
  msgid "Add one or more host collections to one or more hosts"
2971
2889
  msgstr ""
2972
2890
 
2973
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:43
2974
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:66
2891
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:41
2892
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:70
2975
2893
  msgid "List of host collection ids"
2976
2894
  msgstr ""
2977
2895
 
2978
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:54
2979
- msgid ""
2980
- "Successfully added %{count} content host(s) to host collection %{host_collecti"
2981
- "on}."
2896
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:53
2897
+ msgid "All selected hosts were already members of host collection %{host_collection}."
2898
+ msgstr ""
2899
+
2900
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:56
2901
+ msgid "Added %{count} host(s) to host collection %{host_collection}."
2982
2902
  msgstr ""
2983
2903
 
2984
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:64
2904
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:68
2985
2905
  msgid "Remove one or more host collections from one or more hosts"
2986
2906
  msgstr ""
2987
2907
 
2988
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:77
2989
- msgid ""
2990
- "Successfully removed %{count} content host(s) from host collection %{host_coll"
2991
- "ection}."
2908
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:81
2909
+ msgid "Removed %{count} host(s) from host collection %{host_collection}."
2992
2910
  msgstr ""
2993
2911
 
2994
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:87
2912
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:91
2995
2913
  msgid "Fetch applicable errata for one or more hosts."
2996
2914
  msgstr ""
2997
2915
 
2998
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:95
2916
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:99
2999
2917
  msgid "Fetch installable errata for one or more hosts."
3000
2918
  msgstr ""
3001
2919
 
3002
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:102
2920
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:106
3003
2921
  msgid "Destroy one or more hosts"
3004
2922
  msgstr ""
3005
2923
 
3006
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:109
3007
- msgid "Remove subscriptions from one or more hosts"
3008
- msgstr ""
3009
-
3010
2924
  #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:113
3011
- msgid "Quantity of specified subscription to remove"
3012
- msgstr ""
3013
-
3014
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:126
3015
- msgid "Add subscriptions to one or more hosts"
3016
- msgstr ""
3017
-
3018
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:145
3019
- msgid "Trigger an auto-attach of subscriptions on one or more hosts"
3020
- msgstr ""
3021
-
3022
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:152
3023
2925
  msgid "Set content overrides to one or more hosts"
3024
2926
  msgstr ""
3025
2927
 
3026
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:170
2928
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:131
3027
2929
  msgid "Assign the environment and content view to one or more hosts"
3028
2930
  msgstr ""
3029
2931
 
3030
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:179
2932
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:140
3031
2933
  msgid "Assign the release version to one or more hosts"
3032
2934
  msgstr ""
3033
2935
 
3034
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:187
2936
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:148
3035
2937
  msgid "Fetch traces for one or more hosts"
3036
2938
  msgstr ""
3037
2939
 
3038
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:194
2940
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:155
3039
2941
  msgid "Resolve traces for one or more hosts"
3040
2942
  msgstr ""
3041
2943
 
3042
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:203
2944
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:164
3043
2945
  msgid "Assign system purpose attributes on one or more hosts"
3044
2946
  msgstr ""
3045
2947
 
3046
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:205
2948
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:166
3047
2949
  msgid "Service level of host"
3048
2950
  msgstr ""
3049
2951
 
3050
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:206
2952
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:167
3051
2953
  msgid "Role of host"
3052
2954
  msgstr ""
3053
2955
 
3054
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:207
2956
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:168
3055
2957
  msgid "Usage of host"
3056
2958
  msgstr ""
3057
2959
 
3058
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:218
2960
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:179
3059
2961
  msgid ""
3060
2962
  "Given a set of hosts and errata, lists the content view versions and environme"
3061
2963
  "nts that need updating."
3062
2964
  msgstr ""
3063
2965
 
3064
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:221
2966
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:182
3065
2967
  msgid "List of Errata ids"
3066
2968
  msgstr ""
3067
2969
 
3068
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:223
2970
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:184
3069
2971
  msgid "errata_ids is a required parameter"
3070
2972
  msgstr ""
3071
2973
 
3072
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:248
2974
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:209
3073
2975
  msgid "Fetch available module streams for hosts."
3074
2976
  msgstr ""
3075
2977
 
3076
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:259
2978
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:220
3077
2979
  msgid ""
3078
2980
  "Update the content source for specified hosts and generate the reconfiguration"
3079
2981
  " script"
3080
2982
  msgstr ""
3081
2983
 
3082
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:260
2984
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:221
3083
2985
  msgid "The ids of the hosts to alter. Hosts not managed by Katello are ignored"
3084
2986
  msgstr ""
3085
2987
 
3086
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:261
2988
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:222
3087
2989
  msgid "The id of the lifecycle environment"
3088
2990
  msgstr ""
3089
2991
 
3090
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:262
2992
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:223
3091
2993
  msgid "The id of the content view"
3092
2994
  msgstr ""
3093
2995
 
3094
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:263
2996
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:224
3095
2997
  msgid "The id of the content source"
3096
2998
  msgstr ""
3097
2999
 
3098
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:292
3000
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:253
3099
3001
  msgid "Could not find all specified errata ids: %s"
3100
3002
  msgstr ""
3101
3003
 
3102
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:314
3103
- msgid "Organization ID is required"
3104
- msgstr ""
3105
-
3106
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:329
3004
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:286
3107
3005
  msgid "Maximum number of content hosts exceeded for host collection(s): %s"
3108
3006
  msgstr ""
3109
3007
 
@@ -4120,15 +4018,15 @@ msgstr ""
4120
4018
  msgid "Couldn't find %{content_type} with id '%{id}'"
4121
4019
  msgstr ""
4122
4020
 
4123
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:693
4021
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:692
4124
4022
  msgid "Red Hat products cannot be manipulated."
4125
4023
  msgstr ""
4126
4024
 
4127
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:697
4025
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:696
4128
4026
  msgid "Red Hat repositories cannot be manipulated."
4129
4027
  msgstr ""
4130
4028
 
4131
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:767
4029
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:766
4132
4030
  msgid "%s is required"
4133
4031
  msgstr ""
4134
4032
 
@@ -4315,6 +4213,10 @@ msgstr ""
4315
4213
  msgid "Show a subscription"
4316
4214
  msgstr ""
4317
4215
 
4216
+ #: ../app/controllers/katello/api/v2/subscriptions_controller.rb:85
4217
+ msgid "Subscription identifier"
4218
+ msgstr ""
4219
+
4318
4220
  #: ../app/controllers/katello/api/v2/subscriptions_controller.rb:89
4319
4221
  msgid "Subscription not found"
4320
4222
  msgstr ""
@@ -4834,7 +4736,7 @@ msgstr ""
4834
4736
  #: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:168
4835
4737
  #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js:103
4836
4738
  #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:178
4837
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:94
4739
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:96
4838
4740
  msgid "Package"
4839
4741
  msgstr ""
4840
4742
 
@@ -5000,10 +4902,10 @@ msgstr ""
5000
4902
 
5001
4903
  #: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:314
5002
4904
  #: ../app/views/smart_proxies/plugins/_pulpcore.html.erb:2
5003
- #: ../lib/katello/plugin.rb:8 ../lib/katello/plugin.rb:269
5004
- #: ../lib/katello/plugin.rb:283 ../lib/katello/plugin.rb:360
5005
- #: ../webpack/containers/Application/config.js:68
5006
- #: ../webpack/containers/Application/config.js:72 ../webpack/global_index.js:49
4905
+ #: ../lib/katello/plugin.rb:8 ../lib/katello/plugin.rb:278
4906
+ #: ../lib/katello/plugin.rb:292 ../lib/katello/plugin.rb:369
4907
+ #: ../webpack/containers/Application/config.js:70
4908
+ #: ../webpack/containers/Application/config.js:74 ../webpack/global_index.js:50
5007
4909
  #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:64
5008
4910
  #: ../webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js:140
5009
4911
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:134
@@ -5088,35 +4990,41 @@ msgstr ""
5088
4990
  msgid "Upstream Candlepin"
5089
4991
  msgstr ""
5090
4992
 
5091
- #: ../app/lib/actions/katello/activation_key/create.rb:20
5092
- #: ../app/lib/actions/katello/content_view/create.rb:18
4993
+ #: ../app/lib/actions/katello/activation_key/create.rb:19
5093
4994
  #: ../app/lib/actions/katello/repository/create.rb:63
5094
4995
  #: ../app/lib/actions/katello/repository/create_root.rb:17
5095
- #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:196
4996
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:226
4997
+ #: action_names.rb:21 action_names.rb:22 action_names.rb:23 action_names.rb:24
4998
+ #: action_names.rb:25 action_names.rb:26 action_names.rb:27
5096
4999
  msgid "Create"
5097
5000
  msgstr ""
5098
5001
 
5099
- #: ../app/lib/actions/katello/activation_key/destroy.rb:20
5002
+ #: ../app/lib/actions/katello/activation_key/destroy.rb:20 action_names.rb:28
5100
5003
  msgid "Delete Activation Key"
5101
5004
  msgstr ""
5102
5005
 
5103
5006
  #: ../app/lib/actions/katello/alternate_content_source/create.rb:27
5007
+ #: action_names.rb:10
5104
5008
  msgid "Create Alternate Content Source"
5105
5009
  msgstr ""
5106
5010
 
5107
5011
  #: ../app/lib/actions/katello/alternate_content_source/destroy.rb:21
5012
+ #: action_names.rb:49
5108
5013
  msgid "Destroy Alternate Content Source"
5109
5014
  msgstr ""
5110
5015
 
5111
5016
  #: ../app/lib/actions/katello/alternate_content_source/refresh.rb:20
5017
+ #: action_names.rb:103
5112
5018
  msgid "Refresh Alternate Content Source"
5113
5019
  msgstr ""
5114
5020
 
5115
5021
  #: ../app/lib/actions/katello/alternate_content_source/update.rb:83
5022
+ #: action_names.rb:146
5116
5023
  msgid "Update Alternate Content Source"
5117
5024
  msgstr ""
5118
5025
 
5119
5026
  #: ../app/lib/actions/katello/applicability/host/generate.rb:22
5027
+ #: action_names.rb:67
5120
5028
  msgid "Generate host applicability"
5121
5029
  msgstr ""
5122
5030
 
@@ -5131,14 +5039,16 @@ msgid "Bulk generate applicability for host %s"
5131
5039
  msgstr ""
5132
5040
 
5133
5041
  #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:48
5042
+ #: action_names.rb:4
5134
5043
  msgid "Bulk generate applicability for hosts"
5135
5044
  msgstr ""
5136
5045
 
5137
5046
  #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25
5047
+ #: action_names.rb:70
5138
5048
  msgid "Generate repository applicability"
5139
5049
  msgstr ""
5140
5050
 
5141
- #: ../app/lib/actions/katello/capsule_content/sync.rb:18
5051
+ #: ../app/lib/actions/katello/capsule_content/sync.rb:18 action_names.rb:144
5142
5052
  msgid "Synchronize smart proxy"
5143
5053
  msgstr ""
5144
5054
 
@@ -5148,10 +5058,12 @@ msgid "Action not allowed for the default smart proxy."
5148
5058
  msgstr ""
5149
5059
 
5150
5060
  #: ../app/lib/actions/katello/capsule_content/update_content_counts.rb:11
5061
+ #: action_names.rb:148
5151
5062
  msgid "Update Content Counts"
5152
5063
  msgstr ""
5153
5064
 
5154
5065
  #: ../app/lib/actions/katello/capsule_content/verify_checksum.rb:6
5066
+ #: action_names.rb:177
5155
5067
  msgid "Verify checksum for content on smart proxy"
5156
5068
  msgstr ""
5157
5069
 
@@ -5164,6 +5076,7 @@ msgid "Content view '%{content_view}' is not attached to this capsule."
5164
5076
  msgstr ""
5165
5077
 
5166
5078
  #: ../app/lib/actions/katello/cdn_configuration/update.rb:31
5079
+ #: action_names.rb:147
5167
5080
  msgid "Update CDN Configuration"
5168
5081
  msgstr ""
5169
5082
 
@@ -5171,6 +5084,14 @@ msgstr ""
5171
5084
  msgid "Sync Content View on Smart Proxy(ies)"
5172
5085
  msgstr ""
5173
5086
 
5087
+ #: ../app/lib/actions/katello/content_view/create.rb:23
5088
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:268
5089
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewModal.js:10
5090
+ #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:186
5091
+ #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:192
5092
+ msgid "Create content view"
5093
+ msgstr ""
5094
+
5174
5095
  #: ../app/lib/actions/katello/content_view/destroy.rb:35
5175
5096
  #: ../app/lib/actions/katello/provider/destroy.rb:19
5176
5097
  #: ../app/lib/actions/katello/repository/destroy.rb:142
@@ -5191,11 +5112,13 @@ msgstr ""
5191
5112
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:116
5192
5113
  #: ../webpack/scenes/FlatpakRemotes/Delete/DeleteFlatpakModal.js:35
5193
5114
  #: ../webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js:71
5194
- #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:108
5115
+ #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:85
5195
5116
  #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:253
5196
5117
  #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:268
5197
5118
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27
5198
5119
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:92
5120
+ #: action_names.rb:42 action_names.rb:43 action_names.rb:44 action_names.rb:45
5121
+ #: action_names.rb:46 action_names.rb:47 action_names.rb:48
5199
5122
  msgid "Delete"
5200
5123
  msgstr ""
5201
5124
 
@@ -5261,6 +5184,7 @@ msgid "Cannot promote environment out of sequence. Use force to bypass restricti
5261
5184
  msgstr ""
5262
5185
 
5263
5186
  #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40
5187
+ #: action_names.rb:97
5264
5188
  msgid "Promotion to Environment"
5265
5189
  msgstr ""
5266
5190
 
@@ -5279,6 +5203,7 @@ msgstr ""
5279
5203
  #: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:41
5280
5204
  #: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:113
5281
5205
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:92
5206
+ #: action_names.rb:99
5282
5207
  msgid "Publish"
5283
5208
  msgstr ""
5284
5209
 
@@ -5288,7 +5213,8 @@ msgid ""
5288
5213
  " found."
5289
5214
  msgstr ""
5290
5215
 
5291
- #: ../app/lib/actions/katello/content_view/refresh_rolling_repo.rb:16
5216
+ #: ../app/lib/actions/katello/content_view/refresh_rolling_repo.rb:18
5217
+ #: action_names.rb:105
5292
5218
  msgid "Refresh RollingCV Repo"
5293
5219
  msgstr ""
5294
5220
 
@@ -5296,7 +5222,7 @@ msgstr ""
5296
5222
  msgid "Cannot delete version while it is in environment %s"
5297
5223
  msgstr ""
5298
5224
 
5299
- #: ../app/lib/actions/katello/content_view/remove.rb:97
5225
+ #: ../app/lib/actions/katello/content_view/remove.rb:97 action_names.rb:119
5300
5226
  msgid "Remove Versions and Associations"
5301
5227
  msgstr ""
5302
5228
 
@@ -5323,11 +5249,13 @@ msgid ""
5323
5249
  msgstr ""
5324
5250
 
5325
5251
  #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35
5252
+ #: action_names.rb:120
5326
5253
  msgid "Remove from Environment"
5327
5254
  msgstr ""
5328
5255
 
5329
5256
  #: ../app/lib/actions/katello/content_view/remove_version.rb:26
5330
5257
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js:141
5258
+ #: action_names.rb:118
5331
5259
  msgid "Remove Version"
5332
5260
  msgstr ""
5333
5261
 
@@ -5336,22 +5264,27 @@ msgid "Create Repositories"
5336
5264
  msgstr ""
5337
5265
 
5338
5266
  #: ../app/lib/actions/katello/content_view_version/export.rb:31
5267
+ #: action_names.rb:62 action_names.rb:63 action_names.rb:64
5339
5268
  msgid "Export"
5340
5269
  msgstr ""
5341
5270
 
5342
5271
  #: ../app/lib/actions/katello/content_view_version/import.rb:57
5272
+ #: action_names.rb:73
5343
5273
  msgid "Import Content View Version"
5344
5274
  msgstr ""
5345
5275
 
5346
5276
  #: ../app/lib/actions/katello/content_view_version/import_library.rb:13
5277
+ #: action_names.rb:74
5347
5278
  msgid "Import Default Content View"
5348
5279
  msgstr ""
5349
5280
 
5350
5281
  #: ../app/lib/actions/katello/content_view_version/import_repository.rb:16
5282
+ #: action_names.rb:76
5351
5283
  msgid "Import Repository"
5352
5284
  msgstr ""
5353
5285
 
5354
5286
  #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:15
5287
+ #: action_names.rb:83
5355
5288
  msgid "Incremental Update"
5356
5289
  msgstr ""
5357
5290
 
@@ -5378,6 +5311,7 @@ msgid "Republish Repositories of %{name} %{version}"
5378
5311
  msgstr ""
5379
5312
 
5380
5313
  #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:33
5314
+ #: action_names.rb:130
5381
5315
  msgid "Republish Version Repositories"
5382
5316
  msgstr ""
5383
5317
 
@@ -5386,49 +5320,30 @@ msgid "Verify checksum of repositories in %{name} %{version}"
5386
5320
  msgstr ""
5387
5321
 
5388
5322
  #: ../app/lib/actions/katello/content_view_version/verify_checksum.rb:23
5323
+ #: action_names.rb:178
5389
5324
  msgid "Verify checksum of version repositories"
5390
5325
  msgstr ""
5391
5326
 
5392
- #: ../app/lib/actions/katello/environment/destroy.rb:42
5327
+ #: ../app/lib/actions/katello/environment/destroy.rb:42 action_names.rb:29
5393
5328
  msgid "Delete Lifecycle Environment"
5394
5329
  msgstr ""
5395
5330
 
5396
5331
  #: ../app/lib/actions/katello/environment/publish_container_repositories.rb:36
5332
+ #: action_names.rb:98
5397
5333
  msgid "Publish Lifecycle Environment Container Repositories"
5398
5334
  msgstr ""
5399
5335
 
5400
5336
  #: ../app/lib/actions/katello/flatpak/mirror_remote_repository.rb:26
5337
+ #: action_names.rb:91
5401
5338
  msgid "Mirror Remote Repository"
5402
5339
  msgstr ""
5403
5340
 
5404
- #: ../app/lib/actions/katello/host/attach_subscriptions.rb:13
5405
- msgid "Register host '%s' before attaching subscriptions"
5341
+ #: ../app/lib/actions/katello/host/destroy.rb:30
5342
+ msgid "Destroy Content Host %s"
5406
5343
  msgstr ""
5407
5344
 
5408
- #: ../app/lib/actions/katello/host/attach_subscriptions.rb:47
5409
- msgid "Attach subscriptions to %s"
5410
- msgstr ""
5411
-
5412
- #: ../app/lib/actions/katello/host/attach_subscriptions.rb:47
5413
- #: ../app/lib/actions/katello/host/remove_subscriptions.rb:38
5414
- #: ../app/lib/actions/katello/host/update_content_overrides.rb:30
5415
- #: ../app/lib/actions/katello/sync_plan/run.rb:45
5416
- #: ../app/models/katello/content_view_history.rb:65
5417
- #: ../app/models/katello/content_view_history.rb:67
5418
- #: ../app/models/katello/rhel_lifecycle_status.rb:181
5419
- msgid "Unknown"
5420
- msgstr ""
5421
-
5422
- #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49
5423
- msgid "Attach subscriptions"
5424
- msgstr ""
5425
-
5426
- #: ../app/lib/actions/katello/host/destroy.rb:30
5427
- msgid "Destroy Content Host %s"
5428
- msgstr ""
5429
-
5430
- #: ../app/lib/actions/katello/host/destroy.rb:32
5431
- msgid "Destroy Content Host"
5345
+ #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:50
5346
+ msgid "Destroy Content Host"
5432
5347
  msgstr ""
5433
5348
 
5434
5349
  #: ../app/lib/actions/katello/host/hypervisors_update.rb:39
@@ -5446,14 +5361,6 @@ msgstr ""
5446
5361
  msgid "Error refreshing status for %s: "
5447
5362
  msgstr ""
5448
5363
 
5449
- #: ../app/lib/actions/katello/host/remove_subscriptions.rb:38
5450
- msgid "Remove subscriptions from %s"
5451
- msgstr ""
5452
-
5453
- #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40
5454
- msgid "Remove subscriptions"
5455
- msgstr ""
5456
-
5457
5364
  #: ../app/lib/actions/katello/host/update_content_overrides.rb:7
5458
5365
  msgid "This Host is not currently registered with subscription-manager."
5459
5366
  msgstr ""
@@ -5462,7 +5369,16 @@ msgstr ""
5462
5369
  msgid "Update Content Overrides to %s"
5463
5370
  msgstr ""
5464
5371
 
5372
+ #: ../app/lib/actions/katello/host/update_content_overrides.rb:30
5373
+ #: ../app/lib/actions/katello/sync_plan/run.rb:45
5374
+ #: ../app/models/katello/content_view_history.rb:65
5375
+ #: ../app/models/katello/content_view_history.rb:67
5376
+ #: ../app/models/katello/rhel_lifecycle_status.rb:181
5377
+ msgid "Unknown"
5378
+ msgstr ""
5379
+
5465
5380
  #: ../app/lib/actions/katello/host/update_content_overrides.rb:32
5381
+ #: action_names.rb:149
5466
5382
  msgid "Update Content Overrides"
5467
5383
  msgstr ""
5468
5384
 
@@ -5473,6 +5389,7 @@ msgid "Host %s has not been registered with subscription-manager."
5473
5389
  msgstr ""
5474
5390
 
5475
5391
  #: ../app/lib/actions/katello/host/update_content_view.rb:20
5392
+ #: action_names.rb:151
5476
5393
  msgid "Update content view environments for host"
5477
5394
  msgstr ""
5478
5395
 
@@ -5485,6 +5402,7 @@ msgid "Host %{name} cannot be assigned release version %{release_version}."
5485
5402
  msgstr ""
5486
5403
 
5487
5404
  #: ../app/lib/actions/katello/host/update_release_version.rb:21
5405
+ #: action_names.rb:156
5488
5406
  msgid "Update release version for host"
5489
5407
  msgstr ""
5490
5408
 
@@ -5497,14 +5415,16 @@ msgid "Updating System Purpose for host %s"
5497
5415
  msgstr ""
5498
5416
 
5499
5417
  #: ../app/lib/actions/katello/host/update_system_purpose.rb:20
5418
+ #: action_names.rb:169
5500
5419
  msgid "Updating System Purpose for host"
5501
5420
  msgstr ""
5502
5421
 
5503
- #: ../app/lib/actions/katello/organization/destroy.rb:30
5422
+ #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:53
5504
5423
  msgid "Destroy"
5505
5424
  msgstr ""
5506
5425
 
5507
5426
  #: ../app/lib/actions/katello/organization/manifest_delete.rb:42
5427
+ #: action_names.rb:30
5508
5428
  msgid "Delete Manifest"
5509
5429
  msgstr ""
5510
5430
 
@@ -5513,6 +5433,7 @@ msgid "Manifest deleted"
5513
5433
  msgstr ""
5514
5434
 
5515
5435
  #: ../app/lib/actions/katello/organization/manifest_import.rb:49
5436
+ #: action_names.rb:75
5516
5437
  msgid "Import Manifest"
5517
5438
  msgstr ""
5518
5439
 
@@ -5521,6 +5442,7 @@ msgid "Manifest imported"
5521
5442
  msgstr ""
5522
5443
 
5523
5444
  #: ../app/lib/actions/katello/organization/manifest_refresh.rb:84
5445
+ #: action_names.rb:104
5524
5446
  msgid "Refresh Manifest"
5525
5447
  msgstr ""
5526
5448
 
@@ -5528,23 +5450,15 @@ msgstr ""
5528
5450
  msgid "Manifest refreshed"
5529
5451
  msgstr ""
5530
5452
 
5531
- #: ../app/lib/actions/katello/organization/simple_content_access/disable.rb:11
5532
- msgid "Disable Simple Content Access"
5533
- msgstr ""
5534
-
5535
- #: ../app/lib/actions/katello/organization/simple_content_access/enable.rb:11
5536
- msgid "Enable Simple Content Access"
5537
- msgstr ""
5538
-
5539
5453
  #: ../app/lib/actions/katello/product/content_destroy.rb:7
5540
5454
  msgid "Cannot delete redhat product content"
5541
5455
  msgstr ""
5542
5456
 
5543
- #: ../app/lib/actions/katello/product/create.rb:37
5457
+ #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:95
5544
5458
  msgid "Product Create"
5545
5459
  msgstr ""
5546
5460
 
5547
- #: ../app/lib/actions/katello/product/destroy.rb:56
5461
+ #: ../app/lib/actions/katello/product/destroy.rb:56 action_names.rb:31
5548
5462
  msgid "Delete Product"
5549
5463
  msgstr ""
5550
5464
 
@@ -5591,6 +5505,7 @@ msgid "Cannot publish a link repository if multiple component clones are specifi
5591
5505
  msgstr ""
5592
5506
 
5593
5507
  #: ../app/lib/actions/katello/repository/create_container_push_root.rb:39
5508
+ #: action_names.rb:11
5594
5509
  msgid "Create Container Push Repository Root"
5595
5510
  msgstr ""
5596
5511
 
@@ -5602,7 +5517,8 @@ msgid ""
5602
5517
  msgstr ""
5603
5518
 
5604
5519
  #: ../app/lib/actions/katello/repository/import_upload.rb:77
5605
- #: ../app/lib/actions/katello/repository/upload_files.rb:61
5520
+ #: ../app/lib/actions/katello/repository/upload_files.rb:61 action_names.rb:174
5521
+ #: action_names.rb:175
5606
5522
  msgid "Upload into"
5607
5523
  msgstr ""
5608
5524
 
@@ -5621,6 +5537,7 @@ msgid ""
5621
5537
  msgstr ""
5622
5538
 
5623
5539
  #: ../app/lib/actions/katello/repository/remove_content.rb:71
5540
+ #: action_names.rb:117
5624
5541
  msgid "Remove Content"
5625
5542
  msgstr ""
5626
5543
 
@@ -5632,7 +5549,7 @@ msgstr ""
5632
5549
  msgid "Synchronize: Skip Metadata Check"
5633
5550
  msgstr ""
5634
5551
 
5635
- #: ../app/lib/actions/katello/repository/sync.rb:86
5552
+ #: ../app/lib/actions/katello/repository/sync.rb:86 action_names.rb:145
5636
5553
  msgid "Synchronize"
5637
5554
  msgstr ""
5638
5555
 
@@ -5653,6 +5570,7 @@ msgstr ""
5653
5570
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:471
5654
5571
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:551
5655
5572
  #: ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:12
5573
+ #: action_names.rb:54
5656
5574
  msgid "Disable"
5657
5575
  msgstr ""
5658
5576
 
@@ -5664,6 +5582,7 @@ msgstr ""
5664
5582
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:460
5665
5583
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:534
5666
5584
  #: ../webpack/scenes/RedHatRepositories/components/RepositorySetRepository/RepositorySetRepository.js:109
5585
+ #: action_names.rb:56
5667
5586
  msgid "Enable"
5668
5587
  msgstr ""
5669
5588
 
@@ -5671,7 +5590,7 @@ msgstr ""
5671
5590
  msgid "The repository is already enabled"
5672
5591
  msgstr ""
5673
5592
 
5674
- #: ../app/lib/actions/katello/sync_plan/run.rb:41
5593
+ #: ../app/lib/actions/katello/sync_plan/run.rb:41 action_names.rb:131
5675
5594
  msgid "Run Sync Plan:"
5676
5595
  msgstr ""
5677
5596
 
@@ -5754,20 +5673,24 @@ msgid ""
5754
5673
  msgstr ""
5755
5674
 
5756
5675
  #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:59
5676
+ #: action_names.rb:12
5757
5677
  msgid "Create Export History"
5758
5678
  msgstr ""
5759
5679
 
5760
5680
  #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:28
5681
+ #: action_names.rb:13
5761
5682
  msgid "Create Import History"
5762
5683
  msgstr ""
5763
5684
 
5764
5685
  #:
5765
5686
  #: ../app/lib/actions/pulp3/content_view_version/create_syncable_export_history.rb:44
5687
+ #: action_names.rb:14
5766
5688
  msgid "Create Syncable Export History"
5767
5689
  msgstr ""
5768
5690
 
5769
5691
  #:
5770
5692
  #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:41
5693
+ #: action_names.rb:60
5771
5694
  msgid "Export Library"
5772
5695
  msgstr ""
5773
5696
 
@@ -5782,6 +5705,7 @@ msgstr ""
5782
5705
 
5783
5706
  #:
5784
5707
  #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:32
5708
+ #: action_names.rb:61
5785
5709
  msgid "Export Repository"
5786
5710
  msgstr ""
5787
5711
 
@@ -5808,12 +5732,14 @@ msgid ""
5808
5732
  msgstr ""
5809
5733
 
5810
5734
  #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:54
5735
+ #: action_names.rb:81
5811
5736
  msgid "Import"
5812
5737
  msgstr ""
5813
5738
 
5814
5739
  #:
5815
5740
  #: ../app/lib/actions/pulp3/orchestration/repository/trigger_update_repo_cert_guard.rb:16
5816
5741
  #: ../app/lib/actions/pulp3/repository/update_cv_repository_cert_guard.rb:14
5742
+ #: action_names.rb:170 action_names.rb:171
5817
5743
  msgid "Updating repository authentication configuration"
5818
5744
  msgstr ""
5819
5745
 
@@ -5932,13 +5858,13 @@ msgstr ""
5932
5858
  msgid "Content type does not support repo discovery"
5933
5859
  msgstr ""
5934
5860
 
5935
- #: ../app/lib/katello/resources/candlepin.rb:142
5936
- #: ../app/models/katello/glue/provider.rb:66
5937
- #: ../app/models/katello/glue/provider.rb:176
5861
+ #: ../app/lib/katello/resources/candlepin.rb:146
5862
+ #: ../app/models/katello/glue/provider.rb:77
5863
+ #: ../app/models/katello/glue/provider.rb:187
5938
5864
  msgid "Upstream identity certificate not available"
5939
5865
  msgstr ""
5940
5866
 
5941
- #: ../app/lib/katello/resources/candlepin.rb:159
5867
+ #: ../app/lib/katello/resources/candlepin.rb:163
5942
5868
  msgid "Current organization not set."
5943
5869
  msgstr ""
5944
5870
 
@@ -7326,7 +7252,7 @@ msgstr ""
7326
7252
  #: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:8
7327
7253
  #: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:9
7328
7254
  #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErratumExpansionContents.js:26
7329
- #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:79
7255
+ #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:80
7330
7256
  #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:111
7331
7257
  #: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:34
7332
7258
  #: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:121
@@ -7336,7 +7262,7 @@ msgid "Packages"
7336
7262
  msgstr ""
7337
7263
 
7338
7264
  #: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:173
7339
- #: ../webpack/containers/Application/config.js:51
7265
+ #: ../webpack/containers/Application/config.js:53
7340
7266
  #: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:225
7341
7267
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:259
7342
7268
  #: ../webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js:52
@@ -7355,7 +7281,7 @@ msgstr ""
7355
7281
  #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:125
7356
7282
  #: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:10
7357
7283
  #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:173
7358
- #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:87
7284
+ #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:88
7359
7285
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:281
7360
7286
  #: ../webpack/scenes/ContentViews/Details/Filters/ContentType.js:14
7361
7287
  #: ../webpack/scenes/ContentViews/Details/Filters/ContentType.js:16
@@ -7367,7 +7293,8 @@ msgstr ""
7367
7293
  msgid "Errata"
7368
7294
  msgstr ""
7369
7295
 
7370
- #: ../app/models/katello/content_view_filter.rb:12
7296
+ #: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:229
7297
+ #: ../webpack/containers/Application/config.js:99
7371
7298
  msgid "Container Images"
7372
7299
  msgstr ""
7373
7300
 
@@ -7525,8 +7452,8 @@ msgid "cannot be changed."
7525
7452
  msgstr ""
7526
7453
 
7527
7454
  #: ../app/models/katello/flatpak_remote.rb:23 ../lib/katello/plugin.rb:83
7528
- #: ../webpack/containers/Application/config.js:97
7529
- #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:121
7455
+ #: ../webpack/containers/Application/config.js:107
7456
+ #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:99
7530
7457
  msgid "Flatpak Remotes"
7531
7458
  msgstr ""
7532
7459
 
@@ -7580,7 +7507,7 @@ msgid ""
7580
7507
  "n published or has not been promoted to that lifecycle environment."
7581
7508
  msgstr ""
7582
7509
 
7583
- #: ../app/models/katello/host/subscription_facet.rb:226
7510
+ #: ../app/models/katello/host/subscription_facet.rb:224
7584
7511
  msgid "register_hostname_fact set for %s, but no fact found, or was localhost."
7585
7512
  msgstr ""
7586
7513
 
@@ -7942,11 +7869,11 @@ msgstr ""
7942
7869
  msgid "It is only allowed for Non-Redhat Yum repositories."
7943
7870
  msgstr ""
7944
7871
 
7945
- #: ../app/models/katello/root_repository.rb:427
7872
+ #: ../app/models/katello/root_repository.rb:423
7946
7873
  msgid "Cannot calculate name for custom repos"
7947
7874
  msgstr ""
7948
7875
 
7949
- #: ../app/models/katello/root_repository.rb:469
7876
+ #: ../app/models/katello/root_repository.rb:466
7950
7877
  msgid "Cannot update properties of a container push repository"
7951
7878
  msgstr ""
7952
7879
 
@@ -8030,7 +7957,7 @@ msgstr ""
8030
7957
  msgid "No new packages installed"
8031
7958
  msgstr ""
8032
7959
 
8033
- #: ../app/models/katello/trace_status.rb:9 ../webpack/global_index.js:50
7960
+ #: ../app/models/katello/trace_status.rb:9 ../webpack/global_index.js:51
8034
7961
  msgid "Traces"
8035
7962
  msgstr ""
8036
7963
 
@@ -8251,11 +8178,11 @@ msgstr ""
8251
8178
  msgid "Artifact Id and relative path are needed to create content"
8252
8179
  msgstr ""
8253
8180
 
8254
- #: ../app/services/katello/pulp3/repository.rb:42
8181
+ #: ../app/services/katello/pulp3/repository.rb:57
8255
8182
  msgid "%s content type is not enabled."
8256
8183
  msgstr ""
8257
8184
 
8258
- #: ../app/services/katello/pulp3/repository.rb:563
8185
+ #: ../app/services/katello/pulp3/repository.rb:612
8259
8186
  msgid "The repository's publication is missing. Please run a 'complete sync' on %s."
8260
8187
  msgstr ""
8261
8188
 
@@ -8265,44 +8192,44 @@ msgid ""
8265
8192
  "ization"
8266
8193
  msgstr ""
8267
8194
 
8268
- #: ../app/services/katello/registration_manager.rb:178
8195
+ #: ../app/services/katello/registration_manager.rb:173
8269
8196
  msgid "Content view and environment not set for registration."
8270
8197
  msgstr ""
8271
8198
 
8272
- #: ../app/services/katello/registration_manager.rb:241
8199
+ #: ../app/services/katello/registration_manager.rb:236
8273
8200
  msgid ""
8274
8201
  "Candlepin returned different consumer uuid than requested (%s), updating uuid "
8275
8202
  "in subscription_facet."
8276
8203
  msgstr ""
8277
8204
 
8278
- #: ../app/services/katello/registration_manager.rb:266
8205
+ #: ../app/services/katello/registration_manager.rb:261
8279
8206
  msgid "Host collection '%{name}' exceeds maximum usage limit of '%{limit}'"
8280
8207
  msgstr ""
8281
8208
 
8282
- #: ../app/services/katello/registration_manager.rb:280
8283
- #: ../app/services/katello/registration_manager.rb:291
8209
+ #: ../app/services/katello/registration_manager.rb:275
8210
+ #: ../app/services/katello/registration_manager.rb:286
8284
8211
  msgid ""
8285
8212
  "At least one activation key must have a lifecycle environment and content view"
8286
8213
  " assigned to it"
8287
8214
  msgstr ""
8288
8215
 
8289
- #: ../app/services/katello/registration_manager.rb:298
8216
+ #: ../app/services/katello/registration_manager.rb:293
8290
8217
  msgid ""
8291
8218
  "Attempted to destroy consumer %s from candlepin, but consumer does not exist i"
8292
8219
  "n candlepin"
8293
8220
  msgstr ""
8294
8221
 
8295
- #: ../app/services/katello/registration_manager.rb:300
8222
+ #: ../app/services/katello/registration_manager.rb:295
8296
8223
  msgid "Candlepin consumer %s has already been removed"
8297
8224
  msgstr ""
8298
8225
 
8299
- #: ../app/services/katello/repository_type_manager.rb:171
8226
+ #: ../app/services/katello/repository_type_manager.rb:173
8300
8227
  msgid ""
8301
8228
  "Content type %{content_type} is incompatible with repositories of type %{repo_"
8302
8229
  "type}"
8303
8230
  msgstr ""
8304
8231
 
8305
- #: ../app/services/katello/smart_proxy_helper.rb:22
8232
+ #: ../app/services/katello/smart_proxy_helper.rb:21
8306
8233
  msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
8307
8234
  msgstr ""
8308
8235
 
@@ -8321,7 +8248,7 @@ msgstr ""
8321
8248
  #: ../db/seeds.d/109-katello-notification-blueprints.rb:83
8322
8249
  #: ../db/seeds.d/109-katello-notification-blueprints.rb:89
8323
8250
  #: ../db/seeds.d/109-katello-notification-blueprints.rb:95
8324
- #: ../lib/katello/plugin.rb:12 ../webpack/containers/Application/config.js:30
8251
+ #: ../lib/katello/plugin.rb:12 ../webpack/containers/Application/config.js:32
8325
8252
  #: ../webpack/scenes/Subscriptions/Details/SubscriptionDetails.js:68
8326
8253
  #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:237
8327
8254
  #: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:231
@@ -8393,11 +8320,14 @@ msgstr ""
8393
8320
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js:100
8394
8321
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:155
8395
8322
  #: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:240
8323
+ #: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:186
8324
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:87
8325
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:311
8396
8326
  #: ../webpack/scenes/Content/Table/ContentTable.js:51
8397
8327
  #: ../webpack/scenes/Content/Table/ContentTable.js:54
8398
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:163
8328
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:179
8399
8329
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:74
8400
- #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:72
8330
+ #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:101
8401
8331
  #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:60
8402
8332
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:298
8403
8333
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:97
@@ -8417,7 +8347,7 @@ msgstr ""
8417
8347
  #: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:142
8418
8348
  #: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:162
8419
8349
  #: ../webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js:15
8420
- #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:92
8350
+ #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:90
8421
8351
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:66
8422
8352
  msgid "Type"
8423
8353
  msgstr ""
@@ -8448,6 +8378,7 @@ msgstr ""
8448
8378
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:137
8449
8379
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js:44
8450
8380
  #: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:239
8381
+ #: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:120
8451
8382
  #: ../webpack/scenes/Content/ContentConfig.js:22
8452
8383
  #: ../webpack/scenes/Content/ContentConfig.js:32
8453
8384
  #: ../webpack/scenes/Content/ContentConfig.js:46
@@ -8458,9 +8389,9 @@ msgstr ""
8458
8389
  #: ../webpack/scenes/Content/ContentConfig.js:161
8459
8390
  #: ../webpack/scenes/Content/ContentConfig.js:176
8460
8391
  #: ../webpack/scenes/ContentViews/Copy/CopyContentViewForm.js:49
8461
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:114
8392
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:130
8462
8393
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:75
8463
- #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:53
8394
+ #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:82
8464
8395
  #: ../webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js:136
8465
8396
  #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:61
8466
8397
  #: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:75
@@ -8494,14 +8425,14 @@ msgstr ""
8494
8425
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:53
8495
8426
  #: ../webpack/scenes/ContentViews/Table/tableDataGenerator.js:16
8496
8427
  #: ../webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js:81
8497
- #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:118
8498
- #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:22
8499
- #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:42
8428
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:146
8429
+ #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:35
8430
+ #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:51
8500
8431
  #: ../webpack/scenes/ModuleStreams/Details/ModuleDetailsSchema.js:9
8501
8432
  #: ../webpack/scenes/ModuleStreams/Details/Profiles/TableSchema.js:13
8502
8433
  #: ../webpack/scenes/ModuleStreams/ModuleStreamsTableSchema.js:15
8503
8434
  #: ../webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js:4
8504
- #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:62
8435
+ #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:60
8505
8436
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:55
8506
8437
  msgid "Name"
8507
8438
  msgstr ""
@@ -8541,6 +8472,8 @@ msgstr ""
8541
8472
  #: ../app/views/katello/task_mailer/repo_sync_failure.html.erb:12
8542
8473
  #: ../webpack/components/Content/Details/ContentDetailRepositoryTableSchema.js:31
8543
8474
  #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:238
8475
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:91
8476
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:314
8544
8477
  #: ../webpack/scenes/Content/ContentConfig.js:51
8545
8478
  #: ../webpack/scenes/Content/ContentConfig.js:113
8546
8479
  #: ../webpack/scenes/Content/ContentConfig.js:181
@@ -8567,12 +8500,12 @@ msgid "No errata matching given search query"
8567
8500
  msgstr ""
8568
8501
 
8569
8502
  #: ../app/views/foreman/smart_proxies/_content_sync.html.erb:2
8570
- #: ../lib/katello/plugin.rb:273
8503
+ #: ../lib/katello/plugin.rb:282
8571
8504
  msgid "Content Sync"
8572
8505
  msgstr ""
8573
8506
 
8574
8507
  #: ../app/views/foreman/smart_proxies/_reclaim_space.html.erb:2
8575
- #: ../lib/katello/plugin.rb:277
8508
+ #: ../lib/katello/plugin.rb:286
8576
8509
  msgid "Reclaim Space"
8577
8510
  msgstr ""
8578
8511
 
@@ -8772,14 +8705,14 @@ msgstr ""
8772
8705
 
8773
8706
  #: ../app/views/katello/subscription_mailer/subscription_expiry.html.erb:22
8774
8707
  #: ../app/views/katello/subscription_mailer/subscription_expiry.text.erb:9
8775
- #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:67
8708
+ #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:65
8776
8709
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:76
8777
8710
  msgid "SKU"
8778
8711
  msgstr ""
8779
8712
 
8780
8713
  #: ../app/views/katello/subscription_mailer/subscription_expiry.html.erb:23
8781
8714
  #: ../app/views/katello/subscription_mailer/subscription_expiry.text.erb:10
8782
- #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:72
8715
+ #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:70
8783
8716
  #: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsTableSchema.js:31
8784
8717
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:86
8785
8718
  msgid "Contract"
@@ -8787,7 +8720,7 @@ msgstr ""
8787
8720
 
8788
8721
  #: ../app/views/katello/subscription_mailer/subscription_expiry.html.erb:24
8789
8722
  #: ../app/views/katello/subscription_mailer/subscription_expiry.text.erb:11
8790
- #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:77
8723
+ #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:75
8791
8724
  #: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsTableSchema.js:42
8792
8725
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:96
8793
8726
  msgid "Start Date"
@@ -8795,7 +8728,7 @@ msgstr ""
8795
8728
 
8796
8729
  #: ../app/views/katello/subscription_mailer/subscription_expiry.html.erb:25
8797
8730
  #: ../app/views/katello/subscription_mailer/subscription_expiry.text.erb:12
8798
- #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:82
8731
+ #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:80
8799
8732
  #: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsTableSchema.js:52
8800
8733
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:106
8801
8734
  msgid "End Date"
@@ -8881,6 +8814,7 @@ msgstr ""
8881
8814
  #: ../webpack/components/Errata/index.js:189
8882
8815
  #: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js:152
8883
8816
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:90
8817
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:124
8884
8818
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionRepositoryCell.js:123
8885
8819
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js:110
8886
8820
  msgid "N/A"
@@ -8898,9 +8832,10 @@ msgstr ""
8898
8832
  #: ../webpack/components/Bookmark/AddBookmarkModal.js:86
8899
8833
  #: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:146
8900
8834
  #: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js:127
8901
- #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:156
8835
+ #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:154
8902
8836
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:192
8903
8837
  #: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js:154
8838
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:225
8904
8839
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js:97
8905
8840
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js:139
8906
8841
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_ReviewFooter.js:67
@@ -8912,16 +8847,16 @@ msgstr ""
8912
8847
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js:136
8913
8848
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js:142
8914
8849
  #: ../webpack/scenes/ContentViews/Copy/CopyContentViewForm.js:71
8915
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:249
8850
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:275
8916
8851
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:159
8917
8852
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:150
8918
8853
  #: ../webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js:214
8919
8854
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:357
8920
8855
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/ContainerTag/AddEditContainerTagRuleModal.js:88
8921
- #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:109
8856
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:244
8922
8857
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:244
8923
8858
  #: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:173
8924
- #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:203
8859
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:233
8925
8860
  #: ../webpack/scenes/FlatpakRemotes/Delete/DeleteFlatpakModal.js:38
8926
8861
  #: ../webpack/scenes/FlatpakRemotes/Details/Mirror/MirrorRepositoryModal.js:113
8927
8862
  #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:265
@@ -8966,9 +8901,9 @@ msgstr ""
8966
8901
  #: ../app/views/katello/task_mailer/cv_promote_failure.html.erb:8
8967
8902
  #: ../app/views/katello/task_mailer/cv_publish_failure.html.erb:8
8968
8903
  #: ../app/views/katello/task_mailer/proxy_sync_failure.html.erb:15
8969
- #: ../lib/katello/plugin.rb:299 ../webpack/ForemanColumnExtensions/index.js:169
8970
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:172
8971
- #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:45
8904
+ #: ../lib/katello/plugin.rb:308 ../webpack/ForemanColumnExtensions/index.js:169
8905
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:188
8906
+ #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:51
8972
8907
  #: ../webpack/scenes/ContentViews/components/ContentViewIcon.js:14
8973
8908
  #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:225
8974
8909
  #: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:18
@@ -9157,6 +9092,8 @@ msgstr ""
9157
9092
  #: ../app/views/overrides/smart_proxies/_environment_tab.html.erb:3
9158
9093
  #: ../app/views/overrides/smart_proxies/_environment_tab_pane.html.erb:3
9159
9094
  #: ../lib/katello/plugin.rb:94
9095
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:250
9096
+ #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:181
9160
9097
  msgid "Lifecycle Environments"
9161
9098
  msgstr ""
9162
9099
 
@@ -9190,7 +9127,7 @@ msgstr ""
9190
9127
  #: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:135
9191
9128
  #: ../webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js:138
9192
9129
  #: ../webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js:68
9193
- #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:100
9130
+ #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:77
9194
9131
  msgid "Edit"
9195
9132
  msgstr ""
9196
9133
 
@@ -9342,8 +9279,8 @@ msgstr ""
9342
9279
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:131
9343
9280
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:93
9344
9281
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:138
9345
- #: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:36
9346
- #: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:208
9282
+ #: ../webpack/scenes/ContainerImages/Booted/BootedContainerImagesPage.js:37
9283
+ #: ../webpack/scenes/ContainerImages/Booted/BootedContainerImagesPage.js:172
9347
9284
  #: ../webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js:29
9348
9285
  #: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js:88
9349
9286
  #: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReviewEnvironments.js:36
@@ -9458,8 +9395,8 @@ msgstr ""
9458
9395
  msgid "Products"
9459
9396
  msgstr ""
9460
9397
 
9461
- #: ../lib/katello/plugin.rb:51 ../webpack/containers/Application/config.js:84
9462
- #: ../webpack/containers/Application/config.js:88
9398
+ #: ../lib/katello/plugin.rb:51 ../webpack/containers/Application/config.js:86
9399
+ #: ../webpack/containers/Application/config.js:90
9463
9400
  #: ../webpack/scenes/AlternateContentSources/ACSIndexPage.js:15
9464
9401
  msgid "Alternate Content Sources"
9465
9402
  msgstr ""
@@ -9496,714 +9433,713 @@ msgstr ""
9496
9433
  msgid "Other Content Types"
9497
9434
  msgstr ""
9498
9435
 
9499
- #: ../lib/katello/plugin.rb:287 ../webpack/ForemanColumnExtensions/index.js:83
9436
+ #: ../lib/katello/plugin.rb:296 ../webpack/ForemanColumnExtensions/index.js:83
9500
9437
  msgid "RHEL Lifecycle status"
9501
9438
  msgstr ""
9502
9439
 
9503
- #: ../lib/katello/plugin.rb:290 ../webpack/ForemanColumnExtensions/index.js:93
9440
+ #: ../lib/katello/plugin.rb:299 ../webpack/ForemanColumnExtensions/index.js:93
9504
9441
  msgid "Installable updates"
9505
9442
  msgstr ""
9506
9443
 
9507
- #: ../lib/katello/plugin.rb:296 ../webpack/ForemanColumnExtensions/index.js:158
9444
+ #: ../lib/katello/plugin.rb:305 ../webpack/ForemanColumnExtensions/index.js:158
9508
9445
  #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:215
9509
9446
  msgid "Lifecycle environment"
9510
9447
  msgstr ""
9511
9448
 
9512
- #: ../lib/katello/plugin.rb:301
9449
+ #: ../lib/katello/plugin.rb:310
9513
9450
  msgid "Registered"
9514
9451
  msgstr ""
9515
9452
 
9516
- #: ../lib/katello/plugin.rb:303
9453
+ #: ../lib/katello/plugin.rb:312
9517
9454
  msgid "Last checkin"
9518
9455
  msgstr ""
9519
9456
 
9520
- #: ../lib/katello/plugin.rb:330
9457
+ #: ../lib/katello/plugin.rb:339
9521
9458
  #: ../webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js:26
9522
9459
  msgid "Storage"
9523
9460
  msgstr ""
9524
9461
 
9525
- #: ../lib/katello/plugin.rb:362
9462
+ #: ../lib/katello/plugin.rb:371
9526
9463
  msgid "HTTP Proxies"
9527
9464
  msgstr ""
9528
9465
 
9529
- #: ../lib/katello/plugin.rb:386
9466
+ #: ../lib/katello/plugin.rb:395
9530
9467
  msgid "Allow multiple content views"
9531
9468
  msgstr ""
9532
9469
 
9533
- #: ../lib/katello/plugin.rb:387
9470
+ #: ../lib/katello/plugin.rb:396
9534
9471
  msgid ""
9535
9472
  "Allow hosts or activation keys to be associated with multiple content view env"
9536
9473
  "ironments"
9537
9474
  msgstr ""
9538
9475
 
9539
- #: ../lib/katello/plugin.rb:392
9476
+ #: ../lib/katello/plugin.rb:401
9540
9477
  msgid "Default HTTP Proxy"
9541
9478
  msgstr ""
9542
9479
 
9543
- #: ../lib/katello/plugin.rb:393
9480
+ #: ../lib/katello/plugin.rb:402
9544
9481
  msgid "Default HTTP proxy for syncing content"
9545
9482
  msgstr ""
9546
9483
 
9547
- #: ../lib/katello/plugin.rb:395
9484
+ #: ../lib/katello/plugin.rb:404
9548
9485
  msgid "no global default"
9549
9486
  msgstr ""
9550
9487
 
9551
- #: ../lib/katello/plugin.rb:400
9488
+ #: ../lib/katello/plugin.rb:409
9552
9489
  msgid "Default synced OS provisioning template"
9553
9490
  msgstr ""
9554
9491
 
9555
- #: ../lib/katello/plugin.rb:401
9492
+ #: ../lib/katello/plugin.rb:410
9556
9493
  msgid ""
9557
9494
  "Default provisioning template for Operating Systems created from synced conten"
9558
9495
  "t"
9559
9496
  msgstr ""
9560
9497
 
9561
- #: ../lib/katello/plugin.rb:407
9498
+ #: ../lib/katello/plugin.rb:416
9562
9499
  msgid "Default synced OS finish template"
9563
9500
  msgstr ""
9564
9501
 
9565
- #: ../lib/katello/plugin.rb:408
9502
+ #: ../lib/katello/plugin.rb:417
9566
9503
  msgid "Default finish template for new Operating Systems created from synced content"
9567
9504
  msgstr ""
9568
9505
 
9569
- #: ../lib/katello/plugin.rb:414
9506
+ #: ../lib/katello/plugin.rb:423
9570
9507
  msgid "Default synced OS user-data"
9571
9508
  msgstr ""
9572
9509
 
9573
- #: ../lib/katello/plugin.rb:415
9510
+ #: ../lib/katello/plugin.rb:424
9574
9511
  msgid "Default user data for new Operating Systems created from synced content"
9575
9512
  msgstr ""
9576
9513
 
9577
- #: ../lib/katello/plugin.rb:421
9514
+ #: ../lib/katello/plugin.rb:430
9578
9515
  msgid "Default synced OS PXELinux template"
9579
9516
  msgstr ""
9580
9517
 
9581
- #: ../lib/katello/plugin.rb:422
9518
+ #: ../lib/katello/plugin.rb:431
9582
9519
  msgid ""
9583
9520
  "Default PXELinux template for new Operating Systems created from synced conten"
9584
9521
  "t"
9585
9522
  msgstr ""
9586
9523
 
9587
- #: ../lib/katello/plugin.rb:428
9524
+ #: ../lib/katello/plugin.rb:437
9588
9525
  msgid "Default synced OS PXEGrub template"
9589
9526
  msgstr ""
9590
9527
 
9591
- #: ../lib/katello/plugin.rb:429
9528
+ #: ../lib/katello/plugin.rb:438
9592
9529
  msgid "Default PXEGrub template for new Operating Systems created from synced content"
9593
9530
  msgstr ""
9594
9531
 
9595
- #: ../lib/katello/plugin.rb:435
9532
+ #: ../lib/katello/plugin.rb:444
9596
9533
  msgid "Default synced OS PXEGrub2 template"
9597
9534
  msgstr ""
9598
9535
 
9599
- #: ../lib/katello/plugin.rb:436
9536
+ #: ../lib/katello/plugin.rb:445
9600
9537
  msgid ""
9601
9538
  "Default PXEGrub2 template for new Operating Systems created from synced conten"
9602
9539
  "t"
9603
9540
  msgstr ""
9604
9541
 
9605
- #: ../lib/katello/plugin.rb:442
9542
+ #: ../lib/katello/plugin.rb:451
9606
9543
  msgid "Default synced OS iPXE template"
9607
9544
  msgstr ""
9608
9545
 
9609
- #: ../lib/katello/plugin.rb:443
9546
+ #: ../lib/katello/plugin.rb:452
9610
9547
  msgid "Default iPXE template for new Operating Systems created from synced content"
9611
9548
  msgstr ""
9612
9549
 
9613
- #: ../lib/katello/plugin.rb:449
9550
+ #: ../lib/katello/plugin.rb:458
9614
9551
  msgid "Default synced OS partition table"
9615
9552
  msgstr ""
9616
9553
 
9617
- #: ../lib/katello/plugin.rb:450
9554
+ #: ../lib/katello/plugin.rb:459
9618
9555
  msgid ""
9619
9556
  "Default partitioning table for new Operating Systems created from synced conte"
9620
9557
  "nt"
9621
9558
  msgstr ""
9622
9559
 
9623
- #: ../lib/katello/plugin.rb:456
9560
+ #: ../lib/katello/plugin.rb:465
9624
9561
  msgid "Default synced OS kexec template"
9625
9562
  msgstr ""
9626
9563
 
9627
- #: ../lib/katello/plugin.rb:457
9564
+ #: ../lib/katello/plugin.rb:466
9628
9565
  msgid "Default kexec template for new Operating Systems created from synced content"
9629
9566
  msgstr ""
9630
9567
 
9631
- #: ../lib/katello/plugin.rb:463
9568
+ #: ../lib/katello/plugin.rb:472
9632
9569
  msgid "Default synced OS Atomic template"
9633
9570
  msgstr ""
9634
9571
 
9635
- #: ../lib/katello/plugin.rb:464
9572
+ #: ../lib/katello/plugin.rb:473
9636
9573
  msgid ""
9637
9574
  "Default provisioning template for new Atomic Operating Systems created from sy"
9638
9575
  "nced content"
9639
9576
  msgstr ""
9640
9577
 
9641
- #: ../lib/katello/plugin.rb:470
9578
+ #: ../lib/katello/plugin.rb:479
9642
9579
  msgid "Timeout when refreshing a manifest (in seconds)"
9643
9580
  msgstr ""
9644
9581
 
9645
- #: ../lib/katello/plugin.rb:471
9582
+ #: ../lib/katello/plugin.rb:480
9646
9583
  msgid "Manifest refresh timeout"
9647
9584
  msgstr ""
9648
9585
 
9649
- #: ../lib/katello/plugin.rb:476
9586
+ #: ../lib/katello/plugin.rb:485
9650
9587
  msgid "Subscription connection enabled"
9651
9588
  msgstr ""
9652
9589
 
9653
- #: ../lib/katello/plugin.rb:477
9590
+ #: ../lib/katello/plugin.rb:486
9654
9591
  msgid "Can communicate with the Red Hat Portal for subscriptions."
9655
9592
  msgstr ""
9656
9593
 
9657
- #: ../lib/katello/plugin.rb:482
9594
+ #: ../lib/katello/plugin.rb:491
9658
9595
  msgid "Generate errata status from directly-installable content"
9659
9596
  msgstr ""
9660
9597
 
9661
- #: ../lib/katello/plugin.rb:483
9598
+ #: ../lib/katello/plugin.rb:492
9662
9599
  msgid ""
9663
9600
  "If true, only errata that can be installed without an incremental update will "
9664
9601
  "affect the host's errata status. Also affects the Host Collections dashboard w"
9665
9602
  "idget."
9666
9603
  msgstr ""
9667
9604
 
9668
- #: ../lib/katello/plugin.rb:488
9605
+ #: ../lib/katello/plugin.rb:497
9669
9606
  msgid "Restrict composite content view promotion"
9670
9607
  msgstr ""
9671
9608
 
9672
- #: ../lib/katello/plugin.rb:489
9609
+ #: ../lib/katello/plugin.rb:498
9673
9610
  msgid ""
9674
9611
  "If this is enabled, a composite content view may not be published or promoted "
9675
9612
  "unless the component content view versions that it includes exist in the targe"
9676
9613
  "t environment."
9677
9614
  msgstr ""
9678
9615
 
9679
- #: ../lib/katello/plugin.rb:494
9616
+ #: ../lib/katello/plugin.rb:503
9680
9617
  msgid "Check services before actions"
9681
9618
  msgstr ""
9682
9619
 
9683
- #: ../lib/katello/plugin.rb:495
9620
+ #: ../lib/katello/plugin.rb:504
9684
9621
  msgid ""
9685
9622
  "Whether or not to check the status of backend services such as pulp and candle"
9686
9623
  "pin prior to performing some actions."
9687
9624
  msgstr ""
9688
9625
 
9689
- #: ../lib/katello/plugin.rb:500
9626
+ #: ../lib/katello/plugin.rb:509
9690
9627
  msgid "Batch size to sync repositories in."
9691
9628
  msgstr ""
9692
9629
 
9693
- #: ../lib/katello/plugin.rb:501
9630
+ #: ../lib/katello/plugin.rb:510
9694
9631
  msgid ""
9695
9632
  "How many repositories should be synced concurrently on the capsule. A smaller "
9696
9633
  "number may lead to longer sync times. A larger number will increase dynflow lo"
9697
9634
  "ad."
9698
9635
  msgstr ""
9699
9636
 
9700
- #: ../lib/katello/plugin.rb:506
9637
+ #: ../lib/katello/plugin.rb:515
9701
9638
  msgid "Sync Smart Proxies after content view promotion"
9702
9639
  msgstr ""
9703
9640
 
9704
- #: ../lib/katello/plugin.rb:507
9641
+ #: ../lib/katello/plugin.rb:516
9705
9642
  msgid "Whether or not to auto sync the Smart Proxies after a content view promotion."
9706
9643
  msgstr ""
9707
9644
 
9708
- #: ../lib/katello/plugin.rb:512
9645
+ #: ../lib/katello/plugin.rb:521
9709
9646
  msgid "Download rate limit"
9710
9647
  msgstr ""
9711
9648
 
9712
- #: ../lib/katello/plugin.rb:513
9649
+ #: ../lib/katello/plugin.rb:522
9713
9650
  msgid ""
9714
9651
  "Maximum download rate when syncing a repository (requests per second). Use 0 f"
9715
9652
  "or no limit."
9716
9653
  msgstr ""
9717
9654
 
9718
- #: ../lib/katello/plugin.rb:518
9655
+ #: ../lib/katello/plugin.rb:527
9719
9656
  msgid "Default Custom Repository download policy"
9720
9657
  msgstr ""
9721
9658
 
9722
- #: ../lib/katello/plugin.rb:519
9659
+ #: ../lib/katello/plugin.rb:528
9723
9660
  msgid ""
9724
9661
  "Default download policy for custom repositories (either 'immediate' or 'on_dem"
9725
9662
  "and')"
9726
9663
  msgstr ""
9727
9664
 
9728
- #: ../lib/katello/plugin.rb:525
9665
+ #: ../lib/katello/plugin.rb:534
9729
9666
  msgid "Default Red Hat Repository download policy"
9730
9667
  msgstr ""
9731
9668
 
9732
- #: ../lib/katello/plugin.rb:526
9669
+ #: ../lib/katello/plugin.rb:535
9733
9670
  msgid ""
9734
9671
  "Default download policy for enabled Red Hat repositories (either 'immediate' o"
9735
9672
  "r 'on_demand')"
9736
9673
  msgstr ""
9737
9674
 
9738
- #: ../lib/katello/plugin.rb:532
9675
+ #: ../lib/katello/plugin.rb:541
9739
9676
  msgid "Default Smart Proxy download policy"
9740
9677
  msgstr ""
9741
9678
 
9742
- #: ../lib/katello/plugin.rb:533
9679
+ #: ../lib/katello/plugin.rb:542
9743
9680
  msgid ""
9744
9681
  "Default download policy for Smart Proxy syncs (either 'inherit', immediate', o"
9745
9682
  "r 'on_demand')"
9746
9683
  msgstr ""
9747
9684
 
9748
- #: ../lib/katello/plugin.rb:539
9685
+ #: ../lib/katello/plugin.rb:548
9749
9686
  msgid "Default custom yum repository mirroring policy"
9750
9687
  msgstr ""
9751
9688
 
9752
- #: ../lib/katello/plugin.rb:540
9689
+ #: ../lib/katello/plugin.rb:549
9753
9690
  msgid ""
9754
9691
  "Default mirroring policy for custom yum repositories (either 'mirror_content_o"
9755
9692
  "nly', 'additive' or 'mirror_complete')"
9756
9693
  msgstr ""
9757
9694
 
9758
- #: ../lib/katello/plugin.rb:546
9695
+ #: ../lib/katello/plugin.rb:555
9759
9696
  msgid "Default custom non-yum repository mirroring policy"
9760
9697
  msgstr ""
9761
9698
 
9762
- #: ../lib/katello/plugin.rb:547
9699
+ #: ../lib/katello/plugin.rb:556
9763
9700
  msgid ""
9764
9701
  "Default mirroring policy for custom non-yum repositories (either 'mirror_conte"
9765
9702
  "nt_only' or 'additive')"
9766
9703
  msgstr ""
9767
9704
 
9768
- #: ../lib/katello/plugin.rb:553
9705
+ #: ../lib/katello/plugin.rb:562
9769
9706
  msgid "Validate host/lifecycle environment/content source coherence"
9770
9707
  msgstr ""
9771
9708
 
9772
- #: ../lib/katello/plugin.rb:554
9709
+ #: ../lib/katello/plugin.rb:563
9773
9710
  msgid ""
9774
9711
  "Validate that a host's assigned lifecycle environment is synced by the smart p"
9775
9712
  "roxy from which the host will get its content. Applies only to API requests; d"
9776
9713
  "oes not affect web UI checks"
9777
9714
  msgstr ""
9778
9715
 
9779
- #: ../lib/katello/plugin.rb:559
9716
+ #: ../lib/katello/plugin.rb:568
9780
9717
  msgid "Pulp 3 export destination filepath"
9781
9718
  msgstr ""
9782
9719
 
9783
- #: ../lib/katello/plugin.rb:560
9720
+ #: ../lib/katello/plugin.rb:569
9784
9721
  msgid "On-disk location for pulp 3 exported repositories"
9785
9722
  msgstr ""
9786
9723
 
9787
- #: ../lib/katello/plugin.rb:565
9724
+ #: ../lib/katello/plugin.rb:574
9788
9725
  msgid "Default export format"
9789
9726
  msgstr ""
9790
9727
 
9791
- #: ../lib/katello/plugin.rb:566
9728
+ #: ../lib/katello/plugin.rb:575
9792
9729
  msgid "Default export format for content-exports(either 'syncable' or 'importable')"
9793
9730
  msgstr ""
9794
9731
 
9795
- #: ../lib/katello/plugin.rb:572
9732
+ #: ../lib/katello/plugin.rb:581
9796
9733
  msgid "Sync Total Timeout"
9797
9734
  msgstr ""
9798
9735
 
9799
- #: ../lib/katello/plugin.rb:573
9736
+ #: ../lib/katello/plugin.rb:582
9800
9737
  msgid ""
9801
9738
  "The maximum number of second that Pulp can take to do a single sync operation,"
9802
9739
  " e.g., download a single metadata file."
9803
9740
  msgstr ""
9804
9741
 
9805
- #: ../lib/katello/plugin.rb:578
9742
+ #: ../lib/katello/plugin.rb:587
9806
9743
  msgid "Sync Connect Timeout"
9807
9744
  msgstr ""
9808
9745
 
9809
- #: ../lib/katello/plugin.rb:579
9746
+ #: ../lib/katello/plugin.rb:588
9810
9747
  msgid ""
9811
9748
  "The maximum number of seconds for Pulp to establish a new connection or for wa"
9812
9749
  "iting for a free connection from a pool if pool connection limits are exceeded"
9813
9750
  "."
9814
9751
  msgstr ""
9815
9752
 
9816
- #: ../lib/katello/plugin.rb:584
9753
+ #: ../lib/katello/plugin.rb:593
9817
9754
  msgid "Sync Sock Connect Timeout"
9818
9755
  msgstr ""
9819
9756
 
9820
- #: ../lib/katello/plugin.rb:585
9757
+ #: ../lib/katello/plugin.rb:594
9821
9758
  msgid ""
9822
9759
  "The maximum number of seconds for Pulp to connect to a peer for a new connecti"
9823
9760
  "on not given from a pool."
9824
9761
  msgstr ""
9825
9762
 
9826
- #: ../lib/katello/plugin.rb:590
9763
+ #: ../lib/katello/plugin.rb:599
9827
9764
  msgid "Sync Sock Read Timeout"
9828
9765
  msgstr ""
9829
9766
 
9830
- #: ../lib/katello/plugin.rb:591
9767
+ #: ../lib/katello/plugin.rb:600
9831
9768
  msgid ""
9832
9769
  "The maximum number of seconds that Pulp can take to download a file, not count"
9833
9770
  "ing connection time."
9834
9771
  msgstr ""
9835
9772
 
9836
- #: ../lib/katello/plugin.rb:596
9773
+ #: ../lib/katello/plugin.rb:605
9837
9774
  msgid "Delete Host upon unregister"
9838
9775
  msgstr ""
9839
9776
 
9840
- #: ../lib/katello/plugin.rb:597
9777
+ #: ../lib/katello/plugin.rb:606
9841
9778
  msgid ""
9842
9779
  "When unregistering a host via subscription-manager, also delete the host recor"
9843
9780
  "d. Managed resources linked to host such as virtual machines and DNS records m"
9844
9781
  "ay also be deleted."
9845
9782
  msgstr ""
9846
9783
 
9847
- #: ../lib/katello/plugin.rb:602
9784
+ #: ../lib/katello/plugin.rb:611
9785
+ msgid "Retain build profile upon unregistration"
9786
+ msgstr ""
9787
+
9788
+ #: ../lib/katello/plugin.rb:612
9789
+ msgid ""
9790
+ "When enabled, provisioning information like content view environments, kicksta"
9791
+ "rt repository, and content source will be retained when a host is unregistered"
9792
+ ". When disabled, this information will be cleared during unregistration."
9793
+ msgstr ""
9794
+
9795
+ #: ../lib/katello/plugin.rb:617
9848
9796
  msgid "Subscription manager name registration fact"
9849
9797
  msgstr ""
9850
9798
 
9851
- #: ../lib/katello/plugin.rb:603
9799
+ #: ../lib/katello/plugin.rb:618
9852
9800
  msgid ""
9853
9801
  "When registering a host via subscription-manager, force use the specified fact"
9854
9802
  " (in the form of 'fact.fact')"
9855
9803
  msgstr ""
9856
9804
 
9857
- #: ../lib/katello/plugin.rb:608
9805
+ #: ../lib/katello/plugin.rb:623
9858
9806
  msgid "Subscription manager name registration fact strict matching"
9859
9807
  msgstr ""
9860
9808
 
9861
- #: ../lib/katello/plugin.rb:609
9809
+ #: ../lib/katello/plugin.rb:624
9862
9810
  msgid ""
9863
9811
  "If this is enabled, and register_hostname_fact is set and provided, registrati"
9864
9812
  "on will look for a new host by name only using that fact, and will skip all ho"
9865
9813
  "stname matching"
9866
9814
  msgstr ""
9867
9815
 
9868
- #: ../lib/katello/plugin.rb:614
9816
+ #: ../lib/katello/plugin.rb:629
9869
9817
  msgid "Default location for subscribed hosts"
9870
9818
  msgstr ""
9871
9819
 
9872
- #: ../lib/katello/plugin.rb:615
9820
+ #: ../lib/katello/plugin.rb:630
9873
9821
  msgid "Default Location where new subscribed hosts will put upon registration"
9874
9822
  msgstr ""
9875
9823
 
9876
- #: ../lib/katello/plugin.rb:621
9824
+ #: ../lib/katello/plugin.rb:636
9877
9825
  msgid "Expire soon days"
9878
9826
  msgstr ""
9879
9827
 
9880
- #: ../lib/katello/plugin.rb:622
9828
+ #: ../lib/katello/plugin.rb:637
9881
9829
  msgid ""
9882
9830
  "The number of days remaining in a subscription before you will be reminded abo"
9883
9831
  "ut renewing it. Also used for manifest expiration warnings."
9884
9832
  msgstr ""
9885
9833
 
9886
- #: ../lib/katello/plugin.rb:627
9834
+ #: ../lib/katello/plugin.rb:642
9887
9835
  msgid "Host Duplicate DMI UUIDs"
9888
9836
  msgstr ""
9889
9837
 
9890
- #: ../lib/katello/plugin.rb:628
9838
+ #: ../lib/katello/plugin.rb:643
9891
9839
  msgid ""
9892
9840
  "If hosts fail to register because of duplicate DMI UUIDs, add their comma-sepa"
9893
9841
  "rated values here. Subsequent registrations will generate a unique DMI UUID fo"
9894
9842
  "r the affected hosts."
9895
9843
  msgstr ""
9896
9844
 
9897
- #: ../lib/katello/plugin.rb:633
9845
+ #: ../lib/katello/plugin.rb:648
9898
9846
  msgid "Host Profile Assume"
9899
9847
  msgstr ""
9900
9848
 
9901
- #: ../lib/katello/plugin.rb:634
9849
+ #: ../lib/katello/plugin.rb:649
9902
9850
  msgid ""
9903
9851
  "Allow new host registrations to assume registered profiles with matching hostn"
9904
9852
  "ame as long as the registering DMI UUID is not used by another host."
9905
9853
  msgstr ""
9906
9854
 
9907
- #: ../lib/katello/plugin.rb:639
9855
+ #: ../lib/katello/plugin.rb:654
9908
9856
  msgid "Host Profile Can Change In Build"
9909
9857
  msgstr ""
9910
9858
 
9911
- #: ../lib/katello/plugin.rb:640
9859
+ #: ../lib/katello/plugin.rb:655
9912
9860
  msgid ""
9913
9861
  "Allow host registrations to bypass 'Host Profile Assume' as long as the host i"
9914
9862
  "s in build mode."
9915
9863
  msgstr ""
9916
9864
 
9917
- #: ../lib/katello/plugin.rb:645
9865
+ #: ../lib/katello/plugin.rb:660
9918
9866
  msgid "Host Can Re-Register Only In Build"
9919
9867
  msgstr ""
9920
9868
 
9921
- #: ../lib/katello/plugin.rb:646
9869
+ #: ../lib/katello/plugin.rb:661
9922
9870
  msgid "Allow hosts to re-register themselves only when they are in build mode"
9923
9871
  msgstr ""
9924
9872
 
9925
- #: ../lib/katello/plugin.rb:651
9873
+ #: ../lib/katello/plugin.rb:666
9926
9874
  msgid "Host Tasks Workers Pool Size"
9927
9875
  msgstr ""
9928
9876
 
9929
- #: ../lib/katello/plugin.rb:652
9877
+ #: ../lib/katello/plugin.rb:667
9930
9878
  msgid ""
9931
9879
  "Amount of workers in the pool to handle the execution of host-related tasks. W"
9932
9880
  "hen set to 0, the default queue will be used instead. Restart of the dynflowd/"
9933
9881
  "foreman-tasks service is required."
9934
9882
  msgstr ""
9935
9883
 
9936
- #: ../lib/katello/plugin.rb:657
9884
+ #: ../lib/katello/plugin.rb:672
9937
9885
  msgid "Applicability Batch Size"
9938
9886
  msgstr ""
9939
9887
 
9940
- #: ../lib/katello/plugin.rb:658
9888
+ #: ../lib/katello/plugin.rb:673
9941
9889
  msgid "Number of host applicability calculations to process per task."
9942
9890
  msgstr ""
9943
9891
 
9944
- #: ../lib/katello/plugin.rb:663
9892
+ #: ../lib/katello/plugin.rb:678
9945
9893
  msgid "Pulp bulk load size"
9946
9894
  msgstr ""
9947
9895
 
9948
- #: ../lib/katello/plugin.rb:664
9896
+ #: ../lib/katello/plugin.rb:679
9949
9897
  msgid "The number of items fetched from a single paged Pulp API call."
9950
9898
  msgstr ""
9951
9899
 
9952
- #: ../lib/katello/plugin.rb:669
9900
+ #: ../lib/katello/plugin.rb:684
9953
9901
  msgid "Orphaned Content Protection Time"
9954
9902
  msgstr ""
9955
9903
 
9956
- #: ../lib/katello/plugin.rb:670
9904
+ #: ../lib/katello/plugin.rb:685
9957
9905
  msgid ""
9958
9906
  "Time in minutes before content that is not contained within a repository and h"
9959
9907
  "as not been accessed is considered orphaned."
9960
9908
  msgstr ""
9961
9909
 
9962
- #: ../lib/katello/plugin.rb:675
9910
+ #: ../lib/katello/plugin.rb:690
9963
9911
  msgid "Completed pulp task protection days"
9964
9912
  msgstr ""
9965
9913
 
9966
- #: ../lib/katello/plugin.rb:676
9914
+ #: ../lib/katello/plugin.rb:691
9967
9915
  msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
9968
9916
  msgstr ""
9969
9917
 
9970
- #: ../lib/katello/plugin.rb:681
9918
+ #: ../lib/katello/plugin.rb:696
9971
9919
  msgid "Prefer registered through Smart Proxy for remote execution"
9972
9920
  msgstr ""
9973
9921
 
9974
- #: ../lib/katello/plugin.rb:682
9922
+ #: ../lib/katello/plugin.rb:697
9975
9923
  msgid ""
9976
9924
  "Prefer using a Smart Proxy to which a host is registered when using remote exe"
9977
9925
  "cution"
9978
9926
  msgstr ""
9979
9927
 
9980
- #: ../lib/katello/plugin.rb:687
9928
+ #: ../lib/katello/plugin.rb:702
9981
9929
  msgid "Allow deleting repositories in published content views"
9982
9930
  msgstr ""
9983
9931
 
9984
- #: ../lib/katello/plugin.rb:688
9932
+ #: ../lib/katello/plugin.rb:703
9985
9933
  msgid ""
9986
9934
  "If this is enabled, repositories can be deleted even when they belong to publi"
9987
9935
  "shed content views. The deleted repository will be removed from all content vi"
9988
9936
  "ew versions."
9989
9937
  msgstr ""
9990
9938
 
9991
- #: ../lib/katello/plugin.rb:693
9939
+ #: ../lib/katello/plugin.rb:708
9992
9940
  msgid "Distribute archived content view versions"
9993
9941
  msgstr ""
9994
9942
 
9995
- #: ../lib/katello/plugin.rb:694
9943
+ #: ../lib/katello/plugin.rb:709
9996
9944
  msgid ""
9997
9945
  "If this is enabled, repositories of content view versions without environments"
9998
9946
  " (\"archived\") will be distributed at '/pulp/content/<organization>/content_vie"
9999
9947
  "ws/<content view>/X.Y/...'."
10000
9948
  msgstr ""
10001
9949
 
10002
- #: ../lib/katello/plugin.rb:699
9950
+ #: ../lib/katello/plugin.rb:714
10003
9951
  msgid "Calculate content counts on smart proxies automatically"
10004
9952
  msgstr ""
10005
9953
 
10006
- #: ../lib/katello/plugin.rb:700
9954
+ #: ../lib/katello/plugin.rb:715
10007
9955
  msgid ""
10008
9956
  "If this is enabled, content counts on smart proxies will be updated automatica"
10009
9957
  "lly after content sync."
10010
9958
  msgstr ""
10011
9959
 
10012
- #: ../lib/katello/plugin.rb:705
9960
+ #: ../lib/katello/plugin.rb:720
10013
9961
  msgid "Hide Reclaim Space Warning"
10014
9962
  msgstr ""
10015
9963
 
10016
- #: ../lib/katello/plugin.rb:706
9964
+ #: ../lib/katello/plugin.rb:721
10017
9965
  msgid ""
10018
9966
  "If this is enabled, the Smart Proxy page will suppress the warning message abo"
10019
9967
  "ut reclaiming space."
10020
9968
  msgstr ""
10021
9969
 
10022
- #: ../lib/katello/plugin.rb:711
10023
- msgid "Enable structured APT for deb content"
10024
- msgstr ""
10025
-
10026
- #: ../lib/katello/plugin.rb:712
10027
- msgid ""
10028
- "If set, newly created APT repos in Katello will use the same repo structure as"
10029
- " the remote repos they are synchronized from. You may migrate existing APT rep"
10030
- "os to match the setting, by running 'foreman-rake katello:migrate_structure_co"
10031
- "ntent_for_deb'."
10032
- msgstr ""
10033
-
10034
- #: ../lib/katello/plugin.rb:718
9970
+ #: ../lib/katello/plugin.rb:726
10035
9971
  msgid "Registry token expiration time"
10036
9972
  msgstr ""
10037
9973
 
10038
- #: ../lib/katello/plugin.rb:719
9974
+ #: ../lib/katello/plugin.rb:727
10039
9975
  msgid "Time in minutes before registry access tokens expire."
10040
9976
  msgstr ""
10041
9977
 
10042
- #: ../lib/katello/plugin.rb:723
9978
+ #: ../lib/katello/plugin.rb:731
10043
9979
  msgid "Katello: Install Package"
10044
9980
  msgstr ""
10045
9981
 
10046
- #: ../lib/katello/plugin.rb:723
9982
+ #: ../lib/katello/plugin.rb:731
10047
9983
  msgid "Install package via Katello interface"
10048
9984
  msgstr ""
10049
9985
 
10050
- #: ../lib/katello/plugin.rb:724
9986
+ #: ../lib/katello/plugin.rb:732
10051
9987
  msgid "Katello: Install packages by search query"
10052
9988
  msgstr ""
10053
9989
 
10054
- #: ../lib/katello/plugin.rb:724
9990
+ #: ../lib/katello/plugin.rb:732
10055
9991
  msgid "Install packages via Katello interface"
10056
9992
  msgstr ""
10057
9993
 
10058
- #: ../lib/katello/plugin.rb:725
9994
+ #: ../lib/katello/plugin.rb:733
10059
9995
  msgid "Katello: Update Package"
10060
9996
  msgstr ""
10061
9997
 
10062
- #: ../lib/katello/plugin.rb:725
9998
+ #: ../lib/katello/plugin.rb:733
10063
9999
  msgid "Update package via Katello interface"
10064
10000
  msgstr ""
10065
10001
 
10066
- #: ../lib/katello/plugin.rb:726
10002
+ #: ../lib/katello/plugin.rb:734
10067
10003
  msgid "Katello: Update Packages by search query"
10068
10004
  msgstr ""
10069
10005
 
10070
- #: ../lib/katello/plugin.rb:726
10006
+ #: ../lib/katello/plugin.rb:734
10071
10007
  msgid "Update packages via Katello interface"
10072
10008
  msgstr ""
10073
10009
 
10074
- #: ../lib/katello/plugin.rb:727
10010
+ #: ../lib/katello/plugin.rb:735
10075
10011
  msgid "Katello: Remove Package"
10076
10012
  msgstr ""
10077
10013
 
10078
- #: ../lib/katello/plugin.rb:727
10014
+ #: ../lib/katello/plugin.rb:735
10079
10015
  msgid "Remove package via Katello interface"
10080
10016
  msgstr ""
10081
10017
 
10082
- #: ../lib/katello/plugin.rb:728
10018
+ #: ../lib/katello/plugin.rb:736
10083
10019
  msgid "Katello: Remove Packages by search query"
10084
10020
  msgstr ""
10085
10021
 
10086
- #: ../lib/katello/plugin.rb:728
10022
+ #: ../lib/katello/plugin.rb:736
10087
10023
  msgid "Remove packages via Katello interface"
10088
10024
  msgstr ""
10089
10025
 
10090
- #: ../lib/katello/plugin.rb:729
10026
+ #: ../lib/katello/plugin.rb:737
10091
10027
  msgid "Katello: Install Package Group"
10092
10028
  msgstr ""
10093
10029
 
10094
- #: ../lib/katello/plugin.rb:729
10030
+ #: ../lib/katello/plugin.rb:737
10095
10031
  msgid "Install package group via Katello interface"
10096
10032
  msgstr ""
10097
10033
 
10098
- #: ../lib/katello/plugin.rb:730
10034
+ #: ../lib/katello/plugin.rb:738
10099
10035
  msgid "Katello: Update Package Group"
10100
10036
  msgstr ""
10101
10037
 
10102
- #: ../lib/katello/plugin.rb:730
10038
+ #: ../lib/katello/plugin.rb:738
10103
10039
  msgid "Update package group via Katello interface"
10104
10040
  msgstr ""
10105
10041
 
10106
- #: ../lib/katello/plugin.rb:731
10042
+ #: ../lib/katello/plugin.rb:739
10107
10043
  msgid "Katello: Remove Package Group"
10108
10044
  msgstr ""
10109
10045
 
10110
- #: ../lib/katello/plugin.rb:731
10046
+ #: ../lib/katello/plugin.rb:739
10111
10047
  msgid "Remove package group via Katello interface"
10112
10048
  msgstr ""
10113
10049
 
10114
- #: ../lib/katello/plugin.rb:732
10050
+ #: ../lib/katello/plugin.rb:740
10115
10051
  msgid "Katello: Install Errata"
10116
10052
  msgstr ""
10117
10053
 
10118
- #: ../lib/katello/plugin.rb:732
10054
+ #: ../lib/katello/plugin.rb:740
10119
10055
  msgid "Install errata via Katello interface"
10120
10056
  msgstr ""
10121
10057
 
10122
- #: ../lib/katello/plugin.rb:733
10058
+ #: ../lib/katello/plugin.rb:741
10123
10059
  msgid "Katello: Install errata by search query"
10124
10060
  msgstr ""
10125
10061
 
10126
- #: ../lib/katello/plugin.rb:733
10062
+ #: ../lib/katello/plugin.rb:741
10127
10063
  msgid "Install errata using scoped search query"
10128
10064
  msgstr ""
10129
10065
 
10130
- #: ../lib/katello/plugin.rb:734
10066
+ #: ../lib/katello/plugin.rb:742
10131
10067
  msgid "Katello: Service Restart"
10132
10068
  msgstr ""
10133
10069
 
10134
- #: ../lib/katello/plugin.rb:734
10070
+ #: ../lib/katello/plugin.rb:742
10135
10071
  msgid "Restart Services via Katello interface"
10136
10072
  msgstr ""
10137
10073
 
10138
- #: ../lib/katello/plugin.rb:735
10074
+ #: ../lib/katello/plugin.rb:743
10139
10075
  msgid "Katello: Resolve Traces"
10140
10076
  msgstr ""
10141
10077
 
10142
- #: ../lib/katello/plugin.rb:735
10078
+ #: ../lib/katello/plugin.rb:743
10143
10079
  msgid "Resolve traces via Katello interface"
10144
10080
  msgstr ""
10145
10081
 
10146
- #: ../lib/katello/plugin.rb:736
10082
+ #: ../lib/katello/plugin.rb:744
10147
10083
  msgid "Katello: Configure host for new content source"
10148
10084
  msgstr ""
10149
10085
 
10150
- #: ../lib/katello/plugin.rb:736
10086
+ #: ../lib/katello/plugin.rb:744
10151
10087
  msgid "Replace content source on the target machine"
10152
10088
  msgstr ""
10153
10089
 
10154
- #: ../lib/katello/plugin.rb:737
10090
+ #: ../lib/katello/plugin.rb:745
10155
10091
  msgid "Katello: Upload Profile"
10156
10092
  msgstr ""
10157
10093
 
10158
- #: ../lib/katello/plugin.rb:737
10094
+ #: ../lib/katello/plugin.rb:745
10159
10095
  msgid "Upload package / repos profile"
10160
10096
  msgstr ""
10161
10097
 
10162
- #: ../lib/katello/plugin.rb:738
10098
+ #: ../lib/katello/plugin.rb:746
10163
10099
  msgid "Katello: Module Stream Actions"
10164
10100
  msgstr ""
10165
10101
 
10166
- #: ../lib/katello/plugin.rb:739
10102
+ #: ../lib/katello/plugin.rb:747
10167
10103
  msgid "Perform a module stream action via Katello interface"
10168
10104
  msgstr ""
10169
10105
 
10170
- #: ../lib/katello/plugin.rb:741
10106
+ #: ../lib/katello/plugin.rb:749
10171
10107
  msgid "Katello: Bootc Action"
10172
10108
  msgstr ""
10173
10109
 
10174
- #: ../lib/katello/plugin.rb:741
10110
+ #: ../lib/katello/plugin.rb:749
10175
10111
  msgid "Katello Bootc interface"
10176
10112
  msgstr ""
10177
10113
 
10178
- #: ../lib/katello/plugin.rb:742
10114
+ #: ../lib/katello/plugin.rb:750
10179
10115
  msgid "Katello: Bootc Upgrade"
10180
10116
  msgstr ""
10181
10117
 
10182
- #: ../lib/katello/plugin.rb:742
10118
+ #: ../lib/katello/plugin.rb:750
10183
10119
  msgid "Bootc upgrade via Bootc interface"
10184
10120
  msgstr ""
10185
10121
 
10186
- #: ../lib/katello/plugin.rb:743
10122
+ #: ../lib/katello/plugin.rb:751
10187
10123
  msgid "Katello: Bootc Switch"
10188
10124
  msgstr ""
10189
10125
 
10190
- #: ../lib/katello/plugin.rb:743
10126
+ #: ../lib/katello/plugin.rb:751
10191
10127
  msgid "Bootc switch via Bootc interface"
10192
10128
  msgstr ""
10193
10129
 
10194
- #: ../lib/katello/plugin.rb:744
10130
+ #: ../lib/katello/plugin.rb:752
10195
10131
  msgid "Katello: Bootc Rollback"
10196
10132
  msgstr ""
10197
10133
 
10198
- #: ../lib/katello/plugin.rb:744
10134
+ #: ../lib/katello/plugin.rb:752
10199
10135
  msgid "Bootc rollback via Bootc interface"
10200
10136
  msgstr ""
10201
10137
 
10202
- #: ../lib/katello/plugin.rb:745
10138
+ #: ../lib/katello/plugin.rb:753
10203
10139
  msgid "Katello: Bootc Status"
10204
10140
  msgstr ""
10205
10141
 
10206
- #: ../lib/katello/plugin.rb:745
10142
+ #: ../lib/katello/plugin.rb:753
10207
10143
  msgid "Bootc status via Bootc interface"
10208
10144
  msgstr ""
10209
10145
 
@@ -10331,6 +10267,7 @@ msgid "Running image"
10331
10267
  msgstr ""
10332
10268
 
10333
10269
  #: ../webpack/ForemanColumnExtensions/index.js:64
10270
+ #: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:173
10334
10271
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:402
10335
10272
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:416
10336
10273
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:356
@@ -10351,7 +10288,8 @@ msgid "Last seen"
10351
10288
  msgstr ""
10352
10289
 
10353
10290
  #: ../webpack/ForemanColumnExtensions/index.js:180
10354
- #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:113
10291
+ #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:114
10292
+ #: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:90
10355
10293
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:112
10356
10294
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:182
10357
10295
  msgid "Content view environments"
@@ -10359,7 +10297,7 @@ msgstr ""
10359
10297
 
10360
10298
  #: ../webpack/ForemanColumnExtensions/index.js:221
10361
10299
  #: ../webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js:96
10362
- #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:104
10300
+ #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:105
10363
10301
  #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:44
10364
10302
  msgid "Content source"
10365
10303
  msgstr ""
@@ -10438,10 +10376,12 @@ msgstr ""
10438
10376
 
10439
10377
  #: ../webpack/components/Bookmark/AddBookmarkModal.js:84
10440
10378
  #: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:143
10441
- #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:153
10379
+ #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:151
10442
10380
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js:111
10381
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:217
10443
10382
  #: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:118
10444
10383
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:353
10384
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:241
10445
10385
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:241
10446
10386
  #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:309
10447
10387
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/UpdateDialog.js:39
@@ -10603,7 +10543,7 @@ msgstr ""
10603
10543
  #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:250
10604
10544
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:149
10605
10545
  #: ../webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js:77
10606
- #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:53
10546
+ #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:59
10607
10547
  msgid "Try changing your search settings."
10608
10548
  msgstr ""
10609
10549
 
@@ -10775,6 +10715,7 @@ msgstr ""
10775
10715
 
10776
10716
  #:
10777
10717
  #: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsActions.js:26
10718
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:157
10778
10719
  msgid "Host collections updated"
10779
10720
  msgstr ""
10780
10721
 
@@ -10795,6 +10736,7 @@ msgstr ""
10795
10736
 
10796
10737
  #:
10797
10738
  #: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js:102
10739
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js:39
10798
10740
  msgid "Host collections"
10799
10741
  msgstr ""
10800
10742
 
@@ -10841,6 +10783,7 @@ msgstr ""
10841
10783
 
10842
10784
  #:
10843
10785
  #: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js:35
10786
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:231
10844
10787
  msgid "Host collection"
10845
10788
  msgstr ""
10846
10789
 
@@ -10851,6 +10794,7 @@ msgstr ""
10851
10794
 
10852
10795
  #:
10853
10796
  #: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js:35
10797
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:266
10854
10798
  #: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:168
10855
10799
  #: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:173
10856
10800
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:39
@@ -10858,9 +10802,9 @@ msgstr ""
10858
10802
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:146
10859
10803
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js:59
10860
10804
  #: ../webpack/scenes/Content/ContentConfig.js:162
10861
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:152
10805
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:168
10862
10806
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:80
10863
- #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:84
10807
+ #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:113
10864
10808
  #: ../webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js:190
10865
10809
  #: ../webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js:75
10866
10810
  #: ../webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js:56
@@ -10895,7 +10839,7 @@ msgstr ""
10895
10839
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:617
10896
10840
  #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:396
10897
10841
  #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:551
10898
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:107
10842
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:112
10899
10843
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:224
10900
10844
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:234
10901
10845
  #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:200
@@ -10970,13 +10914,13 @@ msgstr ""
10970
10914
 
10971
10915
  #:
10972
10916
  #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js:123
10973
- #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:181
10917
+ #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:179
10974
10918
  msgid "Role"
10975
10919
  msgstr ""
10976
10920
 
10977
10921
  #:
10978
10922
  #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js:127
10979
- #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:198
10923
+ #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:196
10980
10924
  msgid "SLA"
10981
10925
  msgstr ""
10982
10926
 
@@ -10987,7 +10931,7 @@ msgstr ""
10987
10931
 
10988
10932
  #:
10989
10933
  #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js:141
10990
- #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:232
10934
+ #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:230
10991
10935
  msgid "Release version"
10992
10936
  msgstr ""
10993
10937
 
@@ -10997,22 +10941,22 @@ msgid "(unset)"
10997
10941
  msgstr ""
10998
10942
 
10999
10943
  #:
11000
- #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:165
10944
+ #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:163
11001
10945
  msgid "Edit system purpose attributes"
11002
10946
  msgstr ""
11003
10947
 
11004
10948
  #:
11005
- #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:175
10949
+ #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:173
11006
10950
  msgid "Select system purpose attributes for host {name}."
11007
10951
  msgstr ""
11008
10952
 
11009
10953
  #:
11010
- #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:175
10954
+ #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:173
11011
10955
  msgid "Select system purpose attributes for activation key {name}."
11012
10956
  msgstr ""
11013
10957
 
11014
10958
  #:
11015
- #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:215
10959
+ #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:213
11016
10960
  msgid "Usage"
11017
10961
  msgstr ""
11018
10962
 
@@ -11108,7 +11052,7 @@ msgstr ""
11108
11052
 
11109
11053
  #:
11110
11054
  #: ../webpack/components/extensions/HostDetails/DetailsTabCards/RecentCommunicationCardExtensions.js:19
11111
- #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:122
11055
+ #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:55
11112
11056
  msgid "Never"
11113
11057
  msgstr ""
11114
11058
 
@@ -11211,7 +11155,7 @@ msgid "Module streams"
11211
11155
  msgstr ""
11212
11156
 
11213
11157
  #: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:12
11214
- #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:96
11158
+ #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:97
11215
11159
  msgid "Repository sets"
11216
11160
  msgstr ""
11217
11161
 
@@ -11263,6 +11207,8 @@ msgstr ""
11263
11207
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:109
11264
11208
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:76
11265
11209
  #: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:77
11210
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:183
11211
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:198
11266
11212
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:182
11267
11213
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:198
11268
11214
  #: ../webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js:27
@@ -11292,9 +11238,9 @@ msgstr ""
11292
11238
  #: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js:170
11293
11239
  #: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:387
11294
11240
  #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js:170
11295
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:38
11296
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:87
11297
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:218
11241
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:40
11242
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:88
11243
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:245
11298
11244
  msgid "Install packages"
11299
11245
  msgstr ""
11300
11246
 
@@ -11360,7 +11306,7 @@ msgstr ""
11360
11306
 
11361
11307
  #: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:420
11362
11308
  #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:443
11363
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:107
11309
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:112
11364
11310
  msgid "Upgrade"
11365
11311
  msgstr ""
11366
11312
 
@@ -11585,14 +11531,14 @@ msgstr ""
11585
11531
  #:
11586
11532
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:486
11587
11533
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:570
11588
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:107
11534
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:112
11589
11535
  msgid "Install"
11590
11536
  msgstr ""
11591
11537
 
11592
11538
  #:
11593
11539
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:496
11594
11540
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:584
11595
- #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:196
11541
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:226
11596
11542
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnTypeForm.js:51
11597
11543
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnTypeForm.js:76
11598
11544
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js:79
@@ -11601,6 +11547,9 @@ msgstr ""
11601
11547
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/ExportSyncForm.js:65
11602
11548
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:144
11603
11549
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:253
11550
+ #: action_names.rb:160 action_names.rb:161 action_names.rb:162
11551
+ #: action_names.rb:163 action_names.rb:164 action_names.rb:165
11552
+ #: action_names.rb:166 action_names.rb:167 action_names.rb:168
11604
11553
  msgid "Update"
11605
11554
  msgstr ""
11606
11555
 
@@ -11980,25 +11929,25 @@ msgstr ""
11980
11929
  msgid "Traces that require logout cannot be restarted remotely"
11981
11930
  msgstr ""
11982
11931
 
11983
- #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:77
11932
+ #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:78
11984
11933
  msgid ""
11985
11934
  "To manage host packages, a specific organization must be selected from the org"
11986
11935
  "anization context."
11987
11936
  msgstr ""
11988
11937
 
11989
- #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:94
11938
+ #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:95
11990
11939
  msgid ""
11991
11940
  "To manage host content overrides, a specific organization must be selected fro"
11992
11941
  "m the organization context."
11993
11942
  msgstr ""
11994
11943
 
11995
- #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:111
11944
+ #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:112
11996
11945
  msgid ""
11997
11946
  "To change content view environments, a specific organization must be selected "
11998
11947
  "from the organization context."
11999
11948
  msgstr ""
12000
11949
 
12001
- #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:120
11950
+ #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:121
12002
11951
  msgid "Manage content"
12003
11952
  msgstr ""
12004
11953
 
@@ -12009,11 +11958,13 @@ msgstr ""
12009
11958
 
12010
11959
  #:
12011
11960
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js:143
11961
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:297
12012
11962
  msgid "selected host"
12013
11963
  msgstr ""
12014
11964
 
12015
11965
  #:
12016
11966
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js:144
11967
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:298
12017
11968
  msgid "selected hosts"
12018
11969
  msgstr ""
12019
11970
 
@@ -12027,6 +11978,58 @@ msgstr ""
12027
11978
  msgid "Host content view environments updating."
12028
11979
  msgstr ""
12029
11980
 
11981
+ #:
11982
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:143
11983
+ msgid "An error occurred while updating host collections"
11984
+ msgstr ""
11985
+
11986
+ #:
11987
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:237
11988
+ msgid "Limit"
11989
+ msgstr ""
11990
+
11991
+ #:
11992
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:255
11993
+ msgid "Insufficient space for selected hosts"
11994
+ msgstr ""
11995
+
11996
+ #:
11997
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:278
11998
+ msgid "Change host collections"
11999
+ msgstr ""
12000
+
12001
+ #:
12002
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:289
12003
+ msgid ""
12004
+ "Select host collections to change their associations with {selectedHosts}. Cha"
12005
+ "nging host collection will affect all your selected hosts. Some hosts may alre"
12006
+ "ady be in your chosen collections."
12007
+ msgstr ""
12008
+
12009
+ #:
12010
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:309
12011
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:200
12012
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:206
12013
+ msgid "Select action"
12014
+ msgstr ""
12015
+
12016
+ #:
12017
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:315
12018
+ msgid "Add to host collections"
12019
+ msgstr ""
12020
+
12021
+ #:
12022
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:323
12023
+ msgid "Remove from host collections"
12024
+ msgstr ""
12025
+
12026
+ #:
12027
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js:37
12028
+ msgid ""
12029
+ "To manage host collections, a specific organization must be selected from the "
12030
+ "organization context."
12031
+ msgstr ""
12032
+
12030
12033
  #:
12031
12034
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js:112
12032
12035
  msgid "Affected hosts"
@@ -12063,7 +12066,7 @@ msgstr ""
12063
12066
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:111
12064
12067
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js:149
12065
12068
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:118
12066
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:258
12069
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:285
12067
12070
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_Review.js:32
12068
12071
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/BulkRepositorySetsWizard.js:159
12069
12072
  msgid "Review"
@@ -12100,53 +12103,53 @@ msgstr ""
12100
12103
 
12101
12104
  #:
12102
12105
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js:136
12103
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:244
12106
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:271
12104
12107
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/BulkRepositorySetsWizard.js:146
12105
- #: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:105
12108
+ #: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:112
12106
12109
  msgid "Review hosts"
12107
12110
  msgstr ""
12108
12111
 
12109
12112
  #:
12110
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:38
12111
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:87
12112
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:227
12113
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:40
12114
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:88
12115
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:254
12113
12116
  msgid "Remove packages"
12114
12117
  msgstr ""
12115
12118
 
12116
12119
  #:
12117
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:38
12118
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:87
12119
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:209
12120
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:40
12121
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:88
12122
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:236
12120
12123
  msgid "Upgrade packages"
12121
12124
  msgstr ""
12122
12125
 
12123
12126
  #:
12124
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:40
12127
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:42
12125
12128
  msgid ""
12126
12129
  "Select packages to install on the selected hosts. Some packages may already be"
12127
12130
  " installed on some hosts."
12128
12131
  msgstr ""
12129
12132
 
12130
12133
  #:
12131
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:41
12134
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:43
12132
12135
  msgid "Select packages to remove on the selected hosts."
12133
12136
  msgstr ""
12134
12137
 
12135
12138
  #:
12136
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:42
12139
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:44
12137
12140
  msgid ""
12138
12141
  "Select packages to upgrade to the latest version. Packages may have different "
12139
12142
  "versions on different hosts."
12140
12143
  msgstr ""
12141
12144
 
12142
12145
  #:
12143
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:118
12146
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:120
12144
12147
  msgid "Select at least one package."
12145
12148
  msgstr ""
12146
12149
 
12147
12150
  #:
12148
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:127
12149
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:190
12151
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:129
12152
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:217
12150
12153
  msgid "No upgradable packages found."
12151
12154
  msgstr ""
12152
12155
 
@@ -12183,23 +12186,17 @@ msgstr ""
12183
12186
 
12184
12187
  #:
12185
12188
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js:58
12186
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:200
12189
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:227
12187
12190
  msgid "Upgrade all packages"
12188
12191
  msgstr ""
12189
12192
 
12190
12193
  #:
12191
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:170
12194
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:197
12192
12195
  msgid "Manage packages"
12193
12196
  msgstr ""
12194
12197
 
12195
12198
  #:
12196
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:173
12197
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:179
12198
- msgid "Select action"
12199
- msgstr ""
12200
-
12201
- #:
12202
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:182
12199
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:209
12203
12200
  msgid "To manage packages, select an action."
12204
12201
  msgstr ""
12205
12202
 
@@ -12259,13 +12256,13 @@ msgstr ""
12259
12256
  msgid "OS"
12260
12257
  msgstr ""
12261
12258
 
12262
- #: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:108
12259
+ #: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:115
12263
12260
  msgid ""
12264
12261
  "Review and optionally exclude hosts from your selection. Note that package act"
12265
12262
  "ions on any image mode hosts will be transient and lost on the next reboot."
12266
12263
  msgstr ""
12267
12264
 
12268
- #: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:116
12265
+ #: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:123
12269
12266
  msgid "You must select at least one host."
12270
12267
  msgstr ""
12271
12268
 
@@ -12364,30 +12361,30 @@ msgstr ""
12364
12361
  msgid "Nothing selected"
12365
12362
  msgstr ""
12366
12363
 
12367
- #: ../webpack/containers/Application/config.js:26
12364
+ #: ../webpack/containers/Application/config.js:28
12368
12365
  msgid "RH Repos"
12369
12366
  msgstr ""
12370
12367
 
12371
- #: ../webpack/containers/Application/config.js:34
12368
+ #: ../webpack/containers/Application/config.js:36
12372
12369
  #: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:235
12373
12370
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:59
12374
12371
  msgid "Add Subscriptions"
12375
12372
  msgstr ""
12376
12373
 
12377
- #: ../webpack/containers/Application/config.js:38
12374
+ #: ../webpack/containers/Application/config.js:40
12378
12375
  msgid "Activation key details"
12379
12376
  msgstr ""
12380
12377
 
12381
- #: ../webpack/containers/Application/config.js:43
12378
+ #: ../webpack/containers/Application/config.js:45
12382
12379
  #: ../webpack/scenes/Subscriptions/Details/SubscriptionDetails.js:72
12383
12380
  msgid "Subscription Details"
12384
12381
  msgstr ""
12385
12382
 
12386
- #: ../webpack/containers/Application/config.js:55
12383
+ #: ../webpack/containers/Application/config.js:57
12387
12384
  msgid "Module Stream Details"
12388
12385
  msgstr ""
12389
12386
 
12390
- #: ../webpack/containers/Application/config.js:59
12387
+ #: ../webpack/containers/Application/config.js:61
12391
12388
  #: ../webpack/scenes/ContentViews/ContentViewsPage.js:12
12392
12389
  #: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:110
12393
12390
  #: ../webpack/scenes/ContentViews/components/CVBreadCrumb.js:38
@@ -12395,27 +12392,30 @@ msgstr ""
12395
12392
  msgid "Content views"
12396
12393
  msgstr ""
12397
12394
 
12398
- #: ../webpack/containers/Application/config.js:63
12395
+ #: ../webpack/containers/Application/config.js:65
12399
12396
  msgid "Content View Details"
12400
12397
  msgstr ""
12401
12398
 
12402
- #: ../webpack/containers/Application/config.js:76
12399
+ #: ../webpack/containers/Application/config.js:78
12403
12400
  msgid "Content Details"
12404
12401
  msgstr ""
12405
12402
 
12406
- #: ../webpack/containers/Application/config.js:80
12403
+ #: ../webpack/containers/Application/config.js:82
12407
12404
  #: ../webpack/scenes/Hosts/ChangeContentSource/index.js:108
12408
12405
  #: ../webpack/scenes/Hosts/ChangeContentSource/index.js:137
12409
12406
  #: ../webpack/scenes/Hosts/ChangeContentSource/index.js:156
12410
12407
  msgid "Change host content source"
12411
12408
  msgstr ""
12412
12409
 
12413
- #: ../webpack/containers/Application/config.js:93
12414
- #: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:111
12410
+ #: ../webpack/containers/Application/config.js:95
12415
12411
  msgid "Booted container images"
12416
12412
  msgstr ""
12417
12413
 
12418
- #: ../webpack/containers/Application/config.js:101
12414
+ #: ../webpack/containers/Application/config.js:103
12415
+ msgid "Manifest Details"
12416
+ msgstr ""
12417
+
12418
+ #: ../webpack/containers/Application/config.js:111
12419
12419
  msgid "Flatpak Remote Details"
12420
12420
  msgstr ""
12421
12421
 
@@ -12568,7 +12568,7 @@ msgstr ""
12568
12568
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:84
12569
12569
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:453
12570
12570
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:188
12571
- #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:159
12571
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:187
12572
12572
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:164
12573
12573
  msgid "Username"
12574
12574
  msgstr ""
@@ -12577,7 +12577,7 @@ msgstr ""
12577
12577
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:88
12578
12578
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:462
12579
12579
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:208
12580
- #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:175
12580
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:205
12581
12581
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:177
12582
12582
  msgid "Password"
12583
12583
  msgstr ""
@@ -12794,8 +12794,8 @@ msgstr ""
12794
12794
 
12795
12795
  #:
12796
12796
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:348
12797
- #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:134
12798
- #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:42
12797
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:162
12798
+ #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:60
12799
12799
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnTypeForm.js:57
12800
12800
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js:87
12801
12801
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:151
@@ -12842,6 +12842,7 @@ msgstr ""
12842
12842
  #: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:277
12843
12843
  #: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:365
12844
12844
  #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:242
12845
+ #: action_names.rb:113 action_names.rb:114 action_names.rb:115
12845
12846
  msgid "Refresh"
12846
12847
  msgstr ""
12847
12848
 
@@ -12868,23 +12869,130 @@ msgstr ""
12868
12869
  msgid "Please wait..."
12869
12870
  msgstr ""
12870
12871
 
12871
- #: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:28
12872
+ #: ../webpack/scenes/ContainerImages/Booted/BootedContainerImagesPage.js:29
12872
12873
  msgid "Image name"
12873
12874
  msgstr ""
12874
12875
 
12875
- #: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:32
12876
+ #: ../webpack/scenes/ContainerImages/Booted/BootedContainerImagesPage.js:33
12876
12877
  msgid "Image digests"
12877
12878
  msgstr ""
12878
12879
 
12879
- #: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:145
12880
+ #: ../webpack/scenes/ContainerImages/Booted/BootedContainerImagesPage.js:171
12881
+ msgid "Image digest"
12882
+ msgstr ""
12883
+
12884
+ #: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:36
12885
+ #: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:38
12886
+ #: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:104
12887
+ msgid "Container images"
12888
+ msgstr ""
12889
+
12890
+ #: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:41
12891
+ msgid ""
12892
+ "View container images in the local registry using the Synced tab. View contain"
12893
+ "er images booted by image mode hosts using the Booted tab. The Booted tab also"
12894
+ " shows images outside of the local container registry."
12895
+ msgstr ""
12896
+
12897
+ #: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:60
12898
+ #: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:21
12899
+ msgid "Synced"
12900
+ msgstr ""
12901
+
12902
+ #: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:70
12903
+ msgid "Booted"
12904
+ msgstr ""
12905
+
12906
+ #: ../webpack/scenes/ContainerImages/LabelsAnnotationsModal.js:43
12907
+ msgid "Labels and annotations"
12908
+ msgstr ""
12909
+
12910
+ #: ../webpack/scenes/ContainerImages/LabelsAnnotationsModal.js:50
12911
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishFinish.js:127
12912
+ #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:311
12913
+ msgid "Close"
12914
+ msgstr ""
12915
+
12916
+ #: ../webpack/scenes/ContainerImages/LabelsAnnotationsModal.js:56
12917
+ msgid "View labels and annotations for image "
12918
+ msgstr ""
12919
+
12920
+ #: ../webpack/scenes/ContainerImages/LabelsAnnotationsModal.js:60
12921
+ msgid "${totalCount} labels and annotations"
12922
+ msgstr ""
12923
+
12924
+ #: ../webpack/scenes/ContainerImages/LabelsAnnotationsModal.js:82
12925
+ msgid "Show ${remainingCount} more"
12926
+ msgstr ""
12927
+
12928
+ #: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:127
12929
+ msgid "Creation"
12930
+ msgstr ""
12931
+
12932
+ #: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:138
12933
+ #: ../webpack/scenes/Content/ContentConfig.js:41
12934
+ #: ../webpack/scenes/Content/ContentConfig.js:103
12935
+ #: ../webpack/scenes/Content/ContentConfig.js:171
12936
+ #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:78
12937
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:115
12938
+ #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.js:55
12939
+ #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:90
12940
+ #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:101
12941
+ #: ../webpack/scenes/ModuleStreams/Details/ModuleDetailsSchema.js:32
12942
+ msgid "Repositories"
12943
+ msgstr ""
12944
+
12945
+ #: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:162
12946
+ msgid "Modified"
12947
+ msgstr ""
12948
+
12949
+ #: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:195
12950
+ msgid "Labels"
12951
+ msgstr ""
12952
+
12953
+ #: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:197
12954
+ msgid "No labels"
12955
+ msgstr ""
12956
+
12957
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:79
12958
+ msgid "Tag"
12959
+ msgstr ""
12960
+
12961
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:83
12962
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:304
12963
+ msgid "Manifest digest"
12964
+ msgstr ""
12965
+
12966
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:95
12967
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:315
12968
+ msgid "Labels | Annotations"
12969
+ msgstr ""
12970
+
12971
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:105
12972
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:322
12973
+ msgid "View labels and annotations"
12974
+ msgstr ""
12975
+
12976
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:107
12977
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:324
12978
+ msgid "View here"
12979
+ msgstr ""
12980
+
12981
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:120
12982
+ msgid "See child manifests"
12983
+ msgstr ""
12984
+
12985
+ #: ../webpack/scenes/ContainerImages/TableEmptyState.js:23
12880
12986
  #: ../webpack/scenes/ContentViews/components/ContentViewSelect/helpers.js:12
12881
- #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:87
12882
- #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:131
12883
12987
  msgid "Loading..."
12884
12988
  msgstr ""
12885
12989
 
12886
- #: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:207
12887
- msgid "Image digest"
12990
+ #: ../webpack/scenes/ContainerImages/containerImagesHelpers.js:20
12991
+ msgid "Bootable"
12992
+ msgstr ""
12993
+
12994
+ #: ../webpack/scenes/ContainerImages/containerImagesHelpers.js:23
12995
+ msgid "Flatpak"
12888
12996
  msgstr ""
12889
12997
 
12890
12998
  #: ../webpack/scenes/Content/ContentConfig.js:13
@@ -12916,18 +13024,6 @@ msgstr ""
12916
13024
  msgid "sha256"
12917
13025
  msgstr ""
12918
13026
 
12919
- #: ../webpack/scenes/Content/ContentConfig.js:41
12920
- #: ../webpack/scenes/Content/ContentConfig.js:103
12921
- #: ../webpack/scenes/Content/ContentConfig.js:171
12922
- #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:78
12923
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:115
12924
- #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.js:55
12925
- #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:90
12926
- #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:101
12927
- #: ../webpack/scenes/ModuleStreams/Details/ModuleDetailsSchema.js:32
12928
- msgid "Repositories"
12929
- msgstr ""
12930
-
12931
13027
  #: ../webpack/scenes/Content/ContentConfig.js:65
12932
13028
  #: ../webpack/scenes/Content/ContentConfig.js:127
12933
13029
  #: ../webpack/scenes/Content/ContentConfig.js:195
@@ -13048,7 +13144,7 @@ msgid "Component Content View"
13048
13144
  msgstr ""
13049
13145
 
13050
13146
  #: ../webpack/scenes/ContentViews/Create/ContentViewFormComponents.js:36
13051
- #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:106
13147
+ #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:135
13052
13148
  msgid "Solve dependencies"
13053
13149
  msgstr ""
13054
13150
 
@@ -13064,38 +13160,31 @@ msgstr ""
13064
13160
  msgid "Generated"
13065
13161
  msgstr ""
13066
13162
 
13067
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:33
13163
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:35
13068
13164
  msgid "Contains repositories. Versions are published and optionally filtered."
13069
13165
  msgstr ""
13070
13166
 
13071
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:34
13167
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:36
13072
13168
  msgid ""
13073
13169
  "Contains content views. You must choose the version to use for each content vi"
13074
13170
  "ew."
13075
13171
  msgstr ""
13076
13172
 
13077
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:35
13173
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:37
13078
13174
  msgid ""
13079
13175
  "Contains repositories. Always serves the latest synced content, without the ne"
13080
13176
  "ed to publish versions."
13081
13177
  msgstr ""
13082
13178
 
13083
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:127
13084
- #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:62
13179
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:143
13180
+ #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:91
13085
13181
  msgid "Label"
13086
13182
  msgstr ""
13087
13183
 
13088
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:146
13184
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:162
13089
13185
  msgid "Must be Ascii alphanumeric, '_' or '-'"
13090
13186
  msgstr ""
13091
13187
 
13092
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:242
13093
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewModal.js:10
13094
- #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:186
13095
- #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:192
13096
- msgid "Create content view"
13097
- msgstr ""
13098
-
13099
13188
  #: ../webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js:72
13100
13189
  #: ../webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js:40
13101
13190
  msgid "Remove versions from environments"
@@ -13303,7 +13392,7 @@ msgstr ""
13303
13392
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:240
13304
13393
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:148
13305
13394
  #: ../webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js:75
13306
- #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:52
13395
+ #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:58
13307
13396
  msgid "No matching content views found"
13308
13397
  msgstr ""
13309
13398
 
@@ -13639,10 +13728,14 @@ msgstr ""
13639
13728
  msgid "View tasks "
13640
13729
  msgstr ""
13641
13730
 
13642
- #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:95
13731
+ #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:124
13643
13732
  msgid "Autopublish"
13644
13733
  msgstr ""
13645
13734
 
13735
+ #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:199
13736
+ msgid "Save Environments"
13737
+ msgstr ""
13738
+
13646
13739
  #: ../webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js:124
13647
13740
  #: ../webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js:211
13648
13741
  #: ../webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js:135
@@ -13732,7 +13825,7 @@ msgstr ""
13732
13825
 
13733
13826
  #: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:71
13734
13827
  #: ../webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js:72
13735
- #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:87
13828
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:171
13736
13829
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:170
13737
13830
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:337
13738
13831
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:344
@@ -13760,10 +13853,11 @@ msgid "View matching content"
13760
13853
  msgstr ""
13761
13854
 
13762
13855
  #: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:209
13856
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:135
13763
13857
  msgid "Add DEB rule"
13764
13858
  msgstr ""
13765
13859
 
13766
- #: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:247
13860
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:248
13767
13861
  msgid "Affected Repositories"
13768
13862
  msgstr ""
13769
13863
 
@@ -13998,7 +14092,7 @@ msgstr ""
13998
14092
 
13999
14093
  #:
14000
14094
  #: ../webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVDebMatchContentModal.js:16
14001
- #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:75
14095
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:143
14002
14096
  msgid "DEB name"
14003
14097
  msgstr ""
14004
14098
 
@@ -14040,6 +14134,7 @@ msgstr ""
14040
14134
 
14041
14135
  #:
14042
14136
  #: ../webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVRpmMatchContentModal.js:50
14137
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:142
14043
14138
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:143
14044
14139
  msgid "Help"
14045
14140
  msgstr ""
@@ -14058,71 +14153,68 @@ msgstr ""
14058
14153
 
14059
14154
  #:
14060
14155
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/ContainerTag/AddEditContainerTagRuleModal.js:85
14061
- #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:106
14062
14156
  msgid "Edit rule"
14063
14157
  msgstr ""
14064
14158
 
14065
14159
  #:
14066
14160
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/ContainerTag/AddEditContainerTagRuleModal.js:85
14161
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:241
14067
14162
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:241
14068
14163
  msgid "Add rule"
14069
14164
  msgstr ""
14070
14165
 
14071
14166
  #:
14072
- #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:64
14073
- msgid "Edit package filter rule"
14074
- msgstr ""
14075
-
14076
- #:
14077
- #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:64
14078
- msgid "Create package filter rule"
14079
- msgstr ""
14080
-
14081
- #:
14082
- #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:106
14083
- msgid "Create rule"
14084
- msgstr ""
14085
-
14086
- #:
14167
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:37
14087
14168
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:40
14088
14169
  msgid "All versions"
14089
14170
  msgstr ""
14090
14171
 
14091
14172
  #:
14173
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:38
14092
14174
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:41
14093
14175
  msgid "Equal to"
14094
14176
  msgstr ""
14095
14177
 
14096
14178
  #:
14179
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:39
14097
14180
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:42
14098
14181
  msgid "Greater than"
14099
14182
  msgstr ""
14100
14183
 
14101
14184
  #:
14185
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:40
14102
14186
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:43
14103
14187
  msgid "Less than"
14104
14188
  msgstr ""
14105
14189
 
14106
14190
  #:
14191
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:42
14107
14192
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:45
14108
14193
  msgid "Range"
14109
14194
  msgstr ""
14110
14195
 
14111
14196
  #:
14112
- #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:136
14113
- msgid "Edit RPM rule"
14197
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:135
14198
+ msgid "Edit DEB rule"
14114
14199
  msgstr ""
14115
14200
 
14116
14201
  #:
14202
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:210
14117
14203
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:210
14118
14204
  msgid "Minimum version"
14119
14205
  msgstr ""
14120
14206
 
14121
14207
  #:
14208
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:222
14122
14209
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:222
14123
14210
  msgid "Maximum version"
14124
14211
  msgstr ""
14125
14212
 
14213
+ #:
14214
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:136
14215
+ msgid "Edit RPM rule"
14216
+ msgstr ""
14217
+
14126
14218
  #: ../webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js:26
14127
14219
  msgid "Date"
14128
14220
  msgstr ""
@@ -14212,6 +14304,7 @@ msgstr ""
14212
14304
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:128
14213
14305
  #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:111
14214
14306
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:99
14307
+ #: action_names.rb:96
14215
14308
  msgid "Promote"
14216
14309
  msgstr ""
14217
14310
 
@@ -14278,6 +14371,7 @@ msgstr ""
14278
14371
  #:
14279
14372
  #: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/BulkDeleteModal.js:35
14280
14373
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:80
14374
+ #: action_names.rb:41
14281
14375
  msgid "Delete version"
14282
14376
  msgstr ""
14283
14377
 
@@ -14305,7 +14399,7 @@ msgstr ""
14305
14399
  #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:145
14306
14400
  #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:167
14307
14401
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:105
14308
- #: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:99
14402
+ #: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:107
14309
14403
  msgid "Version "
14310
14404
  msgstr ""
14311
14405
 
@@ -14940,11 +15034,6 @@ msgstr ""
14940
15034
  msgid "In progress"
14941
15035
  msgstr ""
14942
15036
 
14943
- #: ../webpack/scenes/ContentViews/Publish/CVPublishFinish.js:127
14944
- #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:311
14945
- msgid "Close"
14946
- msgstr ""
14947
-
14948
15037
  #: ../webpack/scenes/ContentViews/Publish/CVPublishFinish.js:137
14949
15038
  msgid " View task details "
14950
15039
  msgstr ""
@@ -15016,12 +15105,12 @@ msgid "Last task"
15016
15105
  msgstr ""
15017
15106
 
15018
15107
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:146
15019
- #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:50
15108
+ #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:56
15020
15109
  msgid "No content views yet"
15021
15110
  msgstr ""
15022
15111
 
15023
15112
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:147
15024
- #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:51
15113
+ #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:57
15025
15114
  msgid "You currently have no content views to display"
15026
15115
  msgstr ""
15027
15116
 
@@ -15141,10 +15230,32 @@ msgstr ""
15141
15230
  msgid "Edit Flatpak Remote"
15142
15231
  msgstr ""
15143
15232
 
15144
- #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:153
15233
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:126
15234
+ msgid "Add Red Hat Flatpak remote"
15235
+ msgstr ""
15236
+
15237
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:131
15238
+ msgid "Add Red Hat flatpak remote"
15239
+ msgstr ""
15240
+
15241
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:134
15242
+ msgid "Generate username and password"
15243
+ msgstr ""
15244
+
15245
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:140
15246
+ msgid ""
15247
+ "To continue with Red Hat Flatpak remote, you need to generate your username an"
15248
+ "d password in"
15249
+ msgstr ""
15250
+
15251
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:181
15145
15252
  msgid "Must be a vaild URL"
15146
15253
  msgstr ""
15147
15254
 
15255
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:200
15256
+ msgid "Provide credentials if the registry requires authentication"
15257
+ msgstr ""
15258
+
15148
15259
  #: ../webpack/scenes/FlatpakRemotes/Delete/DeleteFlatpakModal.js:27
15149
15260
  msgid "Delete Flatpak remote?"
15150
15261
  msgstr ""
@@ -15172,7 +15283,7 @@ msgid "Flatpak remote scan could not be started: "
15172
15283
  msgstr ""
15173
15284
 
15174
15285
  #: ../webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js:107
15175
- #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:98
15286
+ #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:72
15176
15287
  msgid "Scan"
15177
15288
  msgstr ""
15178
15289
 
@@ -15200,23 +15311,23 @@ msgid "Select a product to mirror the repository into"
15200
15311
  msgstr ""
15201
15312
 
15202
15313
  #: ../webpack/scenes/FlatpakRemotes/Details/Mirror/MirrorRepositoryModal.js:106
15203
- #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:22
15204
- #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:133
15314
+ #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:61
15315
+ #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:69
15205
15316
  msgid "Mirror"
15206
15317
  msgstr ""
15207
15318
 
15208
15319
  #:
15209
- #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:22
15320
+ #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:39
15210
15321
  msgid "ID"
15211
15322
  msgstr ""
15212
15323
 
15213
15324
  #:
15214
- #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:22
15325
+ #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:43
15215
15326
  msgid "Application name"
15216
15327
  msgstr ""
15217
15328
 
15218
15329
  #:
15219
- #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:22
15330
+ #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:46
15220
15331
  msgid "Last mirrored"
15221
15332
  msgstr ""
15222
15333
 
@@ -15520,15 +15631,16 @@ msgstr ""
15520
15631
  msgid "Debian packages"
15521
15632
  msgstr ""
15522
15633
 
15523
- #: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:21
15524
- msgid "Synced"
15525
- msgstr ""
15526
-
15527
15634
  #: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:27
15528
15635
  #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:39
15529
15636
  msgid "Refresh counts"
15530
15637
  msgstr ""
15531
15638
 
15639
+ #: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:35
15640
+ #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:45
15641
+ msgid "Verify Content Checksum"
15642
+ msgstr ""
15643
+
15532
15644
  #: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:80
15533
15645
  msgid "Content view version is empty"
15534
15646
  msgstr ""
@@ -15544,7 +15656,17 @@ msgstr ""
15544
15656
  #: ../webpack/scenes/SmartProxy/SmartProxyContentActions.js:29
15545
15657
  msgid ""
15546
15658
  "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(e"
15547
- "rror.response)}"
15659
+ "rror?.response)}"
15660
+ msgstr ""
15661
+
15662
+ #: ../webpack/scenes/SmartProxy/SmartProxyContentActions.js:38
15663
+ msgid "Smart proxy verify content checksum has started in the background"
15664
+ msgstr ""
15665
+
15666
+ #: ../webpack/scenes/SmartProxy/SmartProxyContentActions.js:40
15667
+ msgid ""
15668
+ "Something went wrong while verifying content checksums: ${getResponseErrorMsgs"
15669
+ "(error?.response)}"
15548
15670
  msgstr ""
15549
15671
 
15550
15672
  #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:35
@@ -15552,13 +15674,13 @@ msgid "Last sync"
15552
15674
  msgstr ""
15553
15675
 
15554
15676
  #: ../webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js:6
15555
- #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:87
15677
+ #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:85
15556
15678
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:116
15557
15679
  msgid "Requires Virt-Who"
15558
15680
  msgstr ""
15559
15681
 
15560
15682
  #: ../webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js:7
15561
- #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:97
15683
+ #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:95
15562
15684
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:132
15563
15685
  msgid "Consumed"
15564
15686
  msgstr ""
@@ -15592,7 +15714,7 @@ msgid "Stacking ID"
15592
15714
  msgstr ""
15593
15715
 
15594
15716
  #: ../webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js:18
15595
- #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:107
15717
+ #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:105
15596
15718
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:152
15597
15719
  msgid "Product Host Count"
15598
15720
  msgstr ""
@@ -15929,7 +16051,7 @@ msgstr ""
15929
16051
  msgid "Timestamp"
15930
16052
  msgstr ""
15931
16053
 
15932
- #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:102
16054
+ #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:100
15933
16055
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:142
15934
16056
  msgid "Entitlements"
15935
16057
  msgstr ""
@@ -16189,3 +16311,323 @@ msgstr ""
16189
16311
  #: ../webpack/utils/helpers.js:9
16190
16312
  msgid "The subscription is no longer available"
16191
16313
  msgstr ""
16314
+
16315
+ #: action_names.rb:2
16316
+ msgid "Abstract async task"
16317
+ msgstr ""
16318
+
16319
+ #: action_names.rb:3
16320
+ msgid "Add rolling repo clone"
16321
+ msgstr ""
16322
+
16323
+ #: action_names.rb:5
16324
+ msgid "Commit upload"
16325
+ msgstr ""
16326
+
16327
+ #: action_names.rb:6
16328
+ msgid "Copy all units"
16329
+ msgstr ""
16330
+
16331
+ #: action_names.rb:7
16332
+ msgid "Copy content"
16333
+ msgstr ""
16334
+
16335
+ #: action_names.rb:8
16336
+ msgid "Copy version units to library"
16337
+ msgstr ""
16338
+
16339
+ #: action_names.rb:9
16340
+ msgid "Copy version"
16341
+ msgstr ""
16342
+
16343
+ #: action_names.rb:15
16344
+ msgid "Create exporter"
16345
+ msgstr ""
16346
+
16347
+ #: action_names.rb:16
16348
+ msgid "Create import"
16349
+ msgstr ""
16350
+
16351
+ #: action_names.rb:17
16352
+ msgid "Create importer"
16353
+ msgstr ""
16354
+
16355
+ #: action_names.rb:18
16356
+ msgid "Create publication"
16357
+ msgstr ""
16358
+
16359
+ #: action_names.rb:19 action_names.rb:20
16360
+ msgid "Create remote"
16361
+ msgstr ""
16362
+
16363
+ #: action_names.rb:32
16364
+ msgid "Delete distributions"
16365
+ msgstr ""
16366
+
16367
+ #: action_names.rb:33
16368
+ msgid "Delete orphan alternate content sources"
16369
+ msgstr ""
16370
+
16371
+ #: action_names.rb:34
16372
+ msgid "Delete orphan distributions"
16373
+ msgstr ""
16374
+
16375
+ #: action_names.rb:35
16376
+ msgid "Delete orphan remotes"
16377
+ msgstr ""
16378
+
16379
+ #: action_names.rb:36
16380
+ msgid "Delete orphan repository versions"
16381
+ msgstr ""
16382
+
16383
+ #: action_names.rb:37
16384
+ msgid "Delete orphaned migrated repositories"
16385
+ msgstr ""
16386
+
16387
+ #: action_names.rb:38 action_names.rb:39
16388
+ msgid "Delete remote"
16389
+ msgstr ""
16390
+
16391
+ #: action_names.rb:40
16392
+ msgid "Delete repository references"
16393
+ msgstr ""
16394
+
16395
+ #: action_names.rb:51
16396
+ msgid "Destroy exporter"
16397
+ msgstr ""
16398
+
16399
+ #: action_names.rb:52
16400
+ msgid "Destroy importer"
16401
+ msgstr ""
16402
+
16403
+ #: action_names.rb:55
16404
+ msgid "Discover"
16405
+ msgstr ""
16406
+
16407
+ #: action_names.rb:57
16408
+ msgid "Environment contents refresh"
16409
+ msgstr ""
16410
+
16411
+ #: action_names.rb:58 action_names.rb:59
16412
+ msgid "Errata mail"
16413
+ msgstr ""
16414
+
16415
+ #: action_names.rb:65
16416
+ msgid "Fetch pxe files"
16417
+ msgstr ""
16418
+
16419
+ #: action_names.rb:66
16420
+ msgid "Filtered index content"
16421
+ msgstr ""
16422
+
16423
+ #: action_names.rb:68 action_names.rb:69
16424
+ msgid "Generate metadata"
16425
+ msgstr ""
16426
+
16427
+ #: action_names.rb:71
16428
+ msgid "Hypervisors update"
16429
+ msgstr ""
16430
+
16431
+ #: action_names.rb:72
16432
+ msgid "Hypervisors"
16433
+ msgstr ""
16434
+
16435
+ #: action_names.rb:77
16436
+ msgid "Import migration"
16437
+ msgstr ""
16438
+
16439
+ #: action_names.rb:78
16440
+ msgid "Import repository upload"
16441
+ msgstr ""
16442
+
16443
+ #: action_names.rb:79 action_names.rb:80
16444
+ msgid "Import upload"
16445
+ msgstr ""
16446
+
16447
+ #: action_names.rb:82
16448
+ msgid "Incremental Update of Content View Version(s) "
16449
+ msgstr ""
16450
+
16451
+ #: action_names.rb:84
16452
+ msgid "Index content"
16453
+ msgstr ""
16454
+
16455
+ #: action_names.rb:85
16456
+ msgid "Index errata"
16457
+ msgstr ""
16458
+
16459
+ #: action_names.rb:86
16460
+ msgid "Index module streams"
16461
+ msgstr ""
16462
+
16463
+ #: action_names.rb:87
16464
+ msgid "Index package groups"
16465
+ msgstr ""
16466
+
16467
+ #: action_names.rb:88
16468
+ msgid "Initialize"
16469
+ msgstr ""
16470
+
16471
+ #: action_names.rb:89
16472
+ msgid "Instance update"
16473
+ msgstr ""
16474
+
16475
+ #: action_names.rb:90
16476
+ msgid "Metadata generate"
16477
+ msgstr ""
16478
+
16479
+ #: action_names.rb:92
16480
+ msgid "Multi copy all units"
16481
+ msgstr ""
16482
+
16483
+ #: action_names.rb:93
16484
+ msgid "Multi copy content"
16485
+ msgstr ""
16486
+
16487
+ #: action_names.rb:94
16488
+ msgid "Multi copy units"
16489
+ msgstr ""
16490
+
16491
+ #: action_names.rb:100
16492
+ msgid "Purge completed tasks"
16493
+ msgstr ""
16494
+
16495
+ #: action_names.rb:101 action_names.rb:102
16496
+ msgid "Reclaim space"
16497
+ msgstr ""
16498
+
16499
+ #: action_names.rb:106
16500
+ msgid "Refresh all distributions"
16501
+ msgstr ""
16502
+
16503
+ #: action_names.rb:107 action_names.rb:108
16504
+ msgid "Refresh distribution"
16505
+ msgstr ""
16506
+
16507
+ #: action_names.rb:109
16508
+ msgid "Refresh if needed"
16509
+ msgstr ""
16510
+
16511
+ #: action_names.rb:110 action_names.rb:111
16512
+ msgid "Refresh remote"
16513
+ msgstr ""
16514
+
16515
+ #: action_names.rb:112
16516
+ msgid "Refresh repos"
16517
+ msgstr ""
16518
+
16519
+ #: action_names.rb:116
16520
+ msgid "Reindex subscriptions"
16521
+ msgstr ""
16522
+
16523
+ #: action_names.rb:121 action_names.rb:122
16524
+ msgid "Remove orphans"
16525
+ msgstr ""
16526
+
16527
+ #: action_names.rb:123
16528
+ msgid "Remove rolling repo clone"
16529
+ msgstr ""
16530
+
16531
+ #: action_names.rb:124 action_names.rb:125
16532
+ msgid "Remove units"
16533
+ msgstr ""
16534
+
16535
+ #: action_names.rb:126
16536
+ msgid "Remove unneeded repos"
16537
+ msgstr ""
16538
+
16539
+ #: action_names.rb:127
16540
+ msgid "Repair"
16541
+ msgstr ""
16542
+
16543
+ #: action_names.rb:128
16544
+ msgid "Repositories certs reset"
16545
+ msgstr ""
16546
+
16547
+ #: action_names.rb:129
16548
+ msgid "Repositories gpg reset"
16549
+ msgstr ""
16550
+
16551
+ #: action_names.rb:132
16552
+ msgid "Save artifact"
16553
+ msgstr ""
16554
+
16555
+ #: action_names.rb:133
16556
+ msgid "Save distribution references"
16557
+ msgstr ""
16558
+
16559
+ #: action_names.rb:134
16560
+ msgid "Save publication"
16561
+ msgstr ""
16562
+
16563
+ #: action_names.rb:135
16564
+ msgid "Save version"
16565
+ msgstr ""
16566
+
16567
+ #: action_names.rb:136
16568
+ msgid "Save versions"
16569
+ msgstr ""
16570
+
16571
+ #: action_names.rb:137
16572
+ msgid "Scan cdn"
16573
+ msgstr ""
16574
+
16575
+ #: action_names.rb:138
16576
+ msgid "Scan remote"
16577
+ msgstr ""
16578
+
16579
+ #: action_names.rb:139
16580
+ msgid "Sync capsule"
16581
+ msgstr ""
16582
+
16583
+ #: action_names.rb:140 action_names.rb:141 action_names.rb:142
16584
+ msgid "Sync"
16585
+ msgstr ""
16586
+
16587
+ #: action_names.rb:143
16588
+ msgid "Syncable export"
16589
+ msgstr ""
16590
+
16591
+ #: action_names.rb:150
16592
+ msgid "Update content urls"
16593
+ msgstr ""
16594
+
16595
+ #: action_names.rb:152
16596
+ msgid "Update distributions"
16597
+ msgstr ""
16598
+
16599
+ #: action_names.rb:153
16600
+ msgid "Update http proxy details"
16601
+ msgstr ""
16602
+
16603
+ #: action_names.rb:154
16604
+ msgid "Update http proxy"
16605
+ msgstr ""
16606
+
16607
+ #: action_names.rb:155
16608
+ msgid "Update redhat repository"
16609
+ msgstr ""
16610
+
16611
+ #: action_names.rb:157 action_names.rb:158
16612
+ msgid "Update remote"
16613
+ msgstr ""
16614
+
16615
+ #: action_names.rb:159
16616
+ msgid "Update repository"
16617
+ msgstr ""
16618
+
16619
+ #: action_names.rb:172
16620
+ msgid "Upload content"
16621
+ msgstr ""
16622
+
16623
+ #: action_names.rb:173
16624
+ msgid "Upload file"
16625
+ msgstr ""
16626
+
16627
+ #: action_names.rb:176
16628
+ msgid "Upload tag"
16629
+ msgstr ""
16630
+
16631
+ #: action_names.rb:179 action_names.rb:180
16632
+ msgid "Verify checksum"
16633
+ msgstr ""