katello 4.18.1 → 4.19.0.rc1

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 (336) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +56 -107
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +56 -107
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +56 -107
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +56 -107
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +57 -108
  7. data/app/assets/javascripts/katello/locale/de/katello.js +58 -109
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +56 -107
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +56 -107
  10. data/app/assets/javascripts/katello/locale/el/katello.js +57 -108
  11. data/app/assets/javascripts/katello/locale/en/katello.js +56 -107
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +56 -107
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +56 -107
  14. data/app/assets/javascripts/katello/locale/es/katello.js +58 -109
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +56 -107
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +59 -110
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +56 -107
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +56 -107
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +56 -107
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +56 -107
  21. data/app/assets/javascripts/katello/locale/id/katello.js +56 -107
  22. data/app/assets/javascripts/katello/locale/it/katello.js +56 -107
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +59 -110
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +58 -109
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +56 -107
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +59 -110
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +56 -107
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +56 -107
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +56 -107
  30. data/app/assets/javascripts/katello/locale/or/katello.js +56 -107
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +56 -107
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +56 -107
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +56 -107
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +56 -107
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +58 -109
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +56 -107
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +56 -107
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +57 -108
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +56 -107
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +56 -107
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +56 -107
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +56 -107
  43. data/app/assets/javascripts/katello/locale/te/katello.js +56 -107
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +56 -107
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +56 -107
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +56 -107
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +56 -107
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +59 -110
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +57 -108
  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/organizations_controller_extensions.rb +3 -0
  63. data/app/lib/actions/candlepin/activation_key/create.rb +0 -2
  64. data/app/lib/actions/candlepin/activation_key/update.rb +0 -2
  65. data/app/lib/actions/candlepin/product/content_create.rb +3 -5
  66. data/app/lib/actions/candlepin/product/content_update.rb +2 -3
  67. data/app/lib/actions/helpers/rolling_cv_repos.rb +1 -1
  68. data/app/lib/actions/katello/activation_key/create.rb +0 -1
  69. data/app/lib/actions/katello/activation_key/update.rb +0 -2
  70. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -6
  71. data/app/lib/actions/katello/content_credential/update.rb +1 -1
  72. data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +18 -24
  73. data/app/lib/actions/katello/content_view/create.rb +9 -4
  74. data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +6 -1
  75. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +16 -11
  76. data/app/lib/actions/katello/content_view/update.rb +34 -7
  77. data/app/lib/actions/katello/product/content_create.rb +2 -2
  78. data/app/lib/actions/katello/product/content_destroy.rb +1 -1
  79. data/app/lib/actions/katello/repository/check_matching_content.rb +1 -1
  80. data/app/lib/actions/katello/repository/clone_contents.rb +1 -1
  81. data/app/lib/actions/katello/repository/create.rb +1 -1
  82. data/app/lib/actions/katello/repository/destroy.rb +4 -4
  83. data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
  84. data/app/lib/actions/katello/repository/sync.rb +1 -1
  85. data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +2 -2
  86. data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
  87. data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +1 -1
  88. data/app/lib/actions/pulp3/repository/save_publication.rb +3 -1
  89. data/app/lib/actions/pulp3/repository/save_version.rb +45 -24
  90. data/app/lib/actions/pulp3/repository/save_versions.rb +2 -1
  91. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -4
  92. data/app/lib/katello/resources/candlepin/upstream_job.rb +9 -1
  93. data/app/lib/katello/resources/candlepin.rb +4 -0
  94. data/app/models/katello/authorization/repository.rb +17 -4
  95. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -7
  96. data/app/models/katello/content_view_deb_filter.rb +10 -0
  97. data/app/models/katello/content_view_deb_filter_rule.rb +7 -0
  98. data/app/models/katello/deb.rb +10 -10
  99. data/app/models/katello/erratum.rb +1 -1
  100. data/app/models/katello/glue/provider.rb +14 -3
  101. data/app/models/katello/host/content_facet.rb +1 -1
  102. data/app/models/katello/host/subscription_facet.rb +1 -7
  103. data/app/models/katello/product_content.rb +2 -2
  104. data/app/models/katello/repository.rb +4 -23
  105. data/app/models/katello/root_repository.rb +2 -5
  106. data/app/services/katello/candlepin/event_handler.rb +0 -33
  107. data/app/services/katello/candlepin/message_handler.rb +0 -41
  108. data/app/services/katello/content_unit_indexer.rb +59 -13
  109. data/app/services/katello/product_content_finder.rb +5 -4
  110. data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
  111. data/app/services/katello/pulp3/ansible_collection.rb +1 -0
  112. data/app/services/katello/pulp3/api/content_guard.rb +5 -5
  113. data/app/services/katello/pulp3/api/core.rb +10 -0
  114. data/app/services/katello/pulp3/deb.rb +1 -0
  115. data/app/services/katello/pulp3/docker_manifest.rb +1 -0
  116. data/app/services/katello/pulp3/docker_manifest_list.rb +1 -0
  117. data/app/services/katello/pulp3/docker_tag.rb +1 -0
  118. data/app/services/katello/pulp3/file_unit.rb +1 -0
  119. data/app/services/katello/pulp3/generic_content_unit.rb +1 -0
  120. data/app/services/katello/pulp3/module_stream.rb +1 -0
  121. data/app/services/katello/pulp3/package_group.rb +1 -0
  122. data/app/services/katello/pulp3/repository/apt.rb +30 -13
  123. data/app/services/katello/pulp3/repository.rb +59 -10
  124. data/app/services/katello/pulp3/rpm.rb +3 -2
  125. data/app/services/katello/pulp3/srpm.rb +3 -2
  126. data/app/services/katello/pulp3/task_group.rb +1 -1
  127. data/app/services/katello/registration_manager.rb +19 -17
  128. data/app/services/katello/repository_type_manager.rb +7 -5
  129. data/app/services/katello/smart_proxy_helper.rb +1 -6
  130. data/app/views/foreman/job_templates/upload_profile.erb +5 -0
  131. data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -1
  132. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
  133. data/app/views/katello/api/v2/debs/thindex.json.rabl +6 -0
  134. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +32 -0
  135. data/app/views/katello/api/v2/docker_tags/show.json.rabl +0 -5
  136. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +6 -0
  137. data/app/views/katello/api/v2/host_debs/installed_debs.json.rabl +6 -0
  138. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_errata.json.rabl +1 -1
  139. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_erratum.json.rabl +9 -0
  140. data/app/views/katello/api/v2/hosts_bulk_actions/installable_errata.json.rabl +1 -1
  141. data/app/views/katello/api/v2/hosts_bulk_actions/{erratum.json.rabl → installable_erratum.json.rabl} +3 -3
  142. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
  143. data/config/initializers/monkeys.rb +1 -0
  144. data/config/routes/api/v2.rb +2 -2
  145. data/config/routes/overrides.rb +2 -7
  146. data/config/routes.rb +2 -0
  147. data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +1 -1
  148. data/db/migrate/20250912000000_add_pulp_prn_fields.rb +73 -0
  149. data/db/migrate/20250912000001_populate_pulp_prn_fields.rb +403 -0
  150. data/db/migrate/20251009142516_remove_auto_attach_from_activation_keys.rb +5 -0
  151. data/db/migrate/20251009142517_remove_autoheal_from_subscription_facets.rb +5 -0
  152. data/db/seeds.d/111-upgrade_tasks.rb +2 -0
  153. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +2 -2
  154. data/lib/katello/permission_creator.rb +2 -2
  155. data/lib/katello/permissions/host_permissions.rb +0 -6
  156. data/lib/katello/plugin.rb +16 -8
  157. data/lib/katello/tasks/jenkins.rake +1 -1
  158. data/lib/katello/tasks/upgrades/4.19/enable_structured_apt_for_deb.rake +87 -0
  159. data/lib/katello/tasks/upgrades/4.19/populate_repository_version_prns.rake +32 -0
  160. data/lib/katello/version.rb +1 -1
  161. data/lib/monkeys/fix_rpm_repository_gpgcheck.rb +38 -0
  162. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  163. data/locale/bn/katello.po +56 -107
  164. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  165. data/locale/bn_IN/katello.po +56 -107
  166. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  167. data/locale/ca/katello.po +56 -107
  168. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  169. data/locale/cs/katello.po +56 -107
  170. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  171. data/locale/cs_CZ/katello.po +57 -108
  172. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  173. data/locale/de/katello.po +58 -109
  174. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  175. data/locale/de_AT/katello.po +56 -107
  176. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  177. data/locale/de_DE/katello.po +56 -107
  178. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  179. data/locale/el/katello.po +58 -109
  180. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  181. data/locale/en/katello.po +56 -107
  182. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  183. data/locale/en_GB/katello.po +56 -107
  184. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  185. data/locale/en_US/katello.po +56 -107
  186. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  187. data/locale/es/katello.po +58 -109
  188. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  189. data/locale/et_EE/katello.po +56 -107
  190. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  191. data/locale/fr/katello.po +59 -110
  192. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  193. data/locale/gl/katello.po +56 -107
  194. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  195. data/locale/gu/katello.po +56 -107
  196. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  197. data/locale/he_IL/katello.po +56 -107
  198. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  199. data/locale/hi/katello.po +56 -107
  200. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  201. data/locale/id/katello.po +56 -107
  202. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  203. data/locale/it/katello.po +56 -107
  204. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  205. data/locale/ja/katello.po +59 -110
  206. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  207. data/locale/ka/katello.po +58 -109
  208. data/locale/katello.pot +676 -749
  209. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/kn/katello.po +56 -107
  211. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/ko/katello.po +59 -110
  213. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/ml_IN/katello.po +56 -107
  215. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/mr/katello.po +56 -107
  217. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  218. data/locale/nl_NL/katello.po +56 -107
  219. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  220. data/locale/or/katello.po +56 -107
  221. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  222. data/locale/pa/katello.po +56 -107
  223. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  224. data/locale/pl/katello.po +56 -107
  225. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  226. data/locale/pl_PL/katello.po +56 -107
  227. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  228. data/locale/pt/katello.po +56 -107
  229. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  230. data/locale/pt_BR/katello.po +58 -109
  231. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  232. data/locale/ro/katello.po +56 -107
  233. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  234. data/locale/ro_RO/katello.po +56 -107
  235. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  236. data/locale/ru/katello.po +57 -108
  237. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  238. data/locale/sl/katello.po +56 -107
  239. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  240. data/locale/sv_SE/katello.po +56 -107
  241. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  242. data/locale/ta/katello.po +56 -107
  243. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  244. data/locale/ta_IN/katello.po +56 -107
  245. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  246. data/locale/te/katello.po +56 -107
  247. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  248. data/locale/tr/katello.po +56 -107
  249. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  250. data/locale/vi/katello.po +56 -107
  251. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  252. data/locale/vi_VN/katello.po +56 -107
  253. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  254. data/locale/zh/katello.po +56 -107
  255. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  256. data/locale/zh_CN/katello.po +59 -110
  257. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  258. data/locale/zh_TW/katello.po +57 -108
  259. data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
  260. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +0 -2
  261. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -2
  262. data/webpack/components/extensions/Hosts/ActionsBar/index.js +1 -0
  263. data/webpack/components/extensions/Hosts/BulkActions/BulkActionsConstants.js +7 -0
  264. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js +388 -0
  265. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/__tests__/BulkChangeHostCollectionsModal.test.js +640 -0
  266. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/actions.js +28 -0
  267. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +71 -0
  268. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +1 -1
  269. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +10 -3
  270. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
  271. data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +7 -0
  272. data/webpack/containers/Application/config.js +11 -1
  273. data/webpack/global_index.js +3 -0
  274. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesConstants.js +1 -1
  275. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesPage.js +7 -43
  276. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImagesPage.test.js +1 -1
  277. data/webpack/scenes/ContainerImages/ContainerImagesPage.js +86 -0
  278. data/webpack/scenes/ContainerImages/LabelsAnnotationsModal.js +105 -0
  279. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js +218 -0
  280. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsActions.js +15 -0
  281. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsSelectors.js +16 -0
  282. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/ManifestDetails.test.js +395 -0
  283. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestDetails.fixtures.json +43 -0
  284. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestList.fixtures.json +58 -0
  285. data/webpack/scenes/ContainerImages/Synced/Details/index.js +4 -0
  286. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js +359 -0
  287. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.scss +21 -0
  288. data/webpack/scenes/ContainerImages/Synced/__tests__/LabelsAnnotationsModal.test.js +69 -0
  289. data/webpack/scenes/ContainerImages/Synced/__tests__/SyncedContainerImagesPage.test.js +335 -0
  290. data/webpack/scenes/ContainerImages/Synced/__tests__/syncedContainerImages.fixtures.json +105 -0
  291. data/webpack/scenes/ContainerImages/TableEmptyState.js +67 -0
  292. data/webpack/scenes/ContainerImages/containerImagesHelpers.js +48 -0
  293. data/webpack/scenes/ContainerImages/index.js +4 -0
  294. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +29 -3
  295. data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
  296. data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +45 -1
  297. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -1
  298. data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +59 -1
  299. data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +1 -0
  300. data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +164 -24
  301. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVDebFilterContent.test.js +268 -0
  302. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterDetail.fixtures.json +95 -0
  303. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterRules.fixtures.json +31 -0
  304. data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVDebFilterRules.fixtures.json +10 -0
  305. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -1
  306. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -1
  307. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +15 -0
  308. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +1 -0
  309. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +9 -0
  310. data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +5 -3
  311. data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +1 -1
  312. data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +35 -3
  313. data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +1 -1
  314. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.css +3 -0
  315. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +63 -132
  316. data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +67 -143
  317. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +10 -2
  318. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +13 -2
  319. data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
  320. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +8 -2
  321. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +67 -1
  322. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
  323. data/webpack/scenes/Subscriptions/SubscriptionConstants.js +0 -2
  324. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
  325. metadata +83 -55
  326. data/app/lib/actions/katello/host/attach_subscriptions.rb +0 -59
  327. data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -22
  328. data/app/lib/actions/katello/host/remove_subscriptions.rb +0 -50
  329. data/app/lib/actions/katello/organization/simple_content_access/disable.rb +0 -25
  330. data/app/lib/actions/katello/organization/simple_content_access/enable.rb +0 -25
  331. data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +0 -42
  332. data/lib/katello/tasks/migrate_structure_content_for_deb.rake +0 -105
  333. data/lib/katello/tasks/upgrades/4.2/remove_checksum_values.rake +0 -17
  334. data/locale/action_names.rb +0 -186
  335. /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImages.fixtures.js +0 -0
  336. /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-10-29 19:44+0000\n"
12
+ "PO-Revision-Date: 2025-10-29 19:44+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:135
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:109
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:110
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:112
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:30
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:33
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:27
2115
2066
  #: ../app/controllers/katello/api/v2/products_controller.rb:76
2116
2067
  msgid "ID of the organization"
2117
2068
  msgstr ""
@@ -2573,11 +2524,15 @@ msgstr ""
2573
2524
  msgid "Repository Id associated with the kickstart repo used for provisioning"
2574
2525
  msgstr ""
2575
2526
 
2576
- #: ../app/controllers/katello/api/v2/host_debs_controller.rb:12
2527
+ #: ../app/controllers/katello/api/v2/host_debs_controller.rb:13
2528
+ msgid "Return a list of installed debs distinct by name"
2529
+ msgstr ""
2530
+
2531
+ #: ../app/controllers/katello/api/v2/host_debs_controller.rb:27
2577
2532
  msgid "List deb packages installed on the host"
2578
2533
  msgstr ""
2579
2534
 
2580
- #: ../app/controllers/katello/api/v2/host_debs_controller.rb:13
2535
+ #: ../app/controllers/katello/api/v2/host_debs_controller.rb:28
2581
2536
  #: ../app/controllers/katello/api/v2/host_module_streams_controller.rb:13
2582
2537
  #: ../app/controllers/katello/api/v2/host_packages_controller.rb:40
2583
2538
  #: ../app/controllers/katello/api/v2/host_tracer_controller.rb:12
@@ -2585,12 +2540,12 @@ msgstr ""
2585
2540
  msgid "ID of the host"
2586
2541
  msgstr ""
2587
2542
 
2588
- #: ../app/controllers/katello/api/v2/host_debs_controller.rb:14
2543
+ #: ../app/controllers/katello/api/v2/host_debs_controller.rb:29
2589
2544
  #: ../app/controllers/katello/api/v2/host_packages_controller.rb:41
2590
2545
  msgid "Also include the latest upgradable package version for each host package"
2591
2546
  msgstr ""
2592
2547
 
2593
- #: ../app/controllers/katello/api/v2/host_debs_controller.rb:15
2548
+ #: ../app/controllers/katello/api/v2/host_debs_controller.rb:30
2594
2549
  #: ../app/controllers/katello/api/v2/host_packages_controller.rb:42
2595
2550
  msgid "Return only packages of a particular status (upgradable or up-to-date)"
2596
2551
  msgstr ""
@@ -2739,209 +2694,162 @@ msgstr ""
2739
2694
  msgid "Status must be one of: %s"
2740
2695
  msgstr ""
2741
2696
 
2742
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:11
2697
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:10
2743
2698
  msgid ""
2744
2699
  "Product id as listed from a host's installed products, \\\n"
2745
2700
  " this is not the same product id as the products api returns"
2746
2701
  msgstr ""
2747
2702
 
2748
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:13
2703
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:12
2749
2704
  msgid "Product name as listed from a host's installed products"
2750
2705
  msgstr ""
2751
2706
 
2752
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:14
2707
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:13
2753
2708
  msgid "Product architecture"
2754
2709
  msgstr ""
2755
2710
 
2756
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:15
2711
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:14
2757
2712
  msgid "Product version"
2758
2713
  msgstr ""
2759
2714
 
2760
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:19
2715
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:18
2761
2716
  msgid "Release version for this Host to use (7Server, 7.1, etc)"
2762
2717
  msgstr ""
2763
2718
 
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"
2719
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:21
2720
+ msgid "Service level"
2770
2721
  msgstr ""
2771
2722
 
2772
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:24
2723
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:22
2773
2724
  msgid "List of hypervisor guest uuids"
2774
2725
  msgstr ""
2775
2726
 
2776
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:25
2777
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:79
2727
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:23
2728
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:65
2778
2729
  msgid "List of products installed on the host"
2779
2730
  msgstr ""
2780
2731
 
2781
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:39
2732
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:34
2733
+ msgid ""
2734
+ "This endpoint is deprecated and will be removed in an upcoming release. Simple"
2735
+ " Content Access is the only supported content access mode."
2736
+ msgstr ""
2737
+
2738
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:37
2782
2739
  msgid "List a host's subscriptions"
2783
2740
  msgstr ""
2784
2741
 
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
2742
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:38
2743
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:53
2744
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:105
2791
2745
  #: ../app/controllers/katello/api/v2/repository_sets_controller.rb:31
2792
2746
  msgid "Id of the host"
2793
2747
  msgstr ""
2794
2748
 
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
2749
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:52
2806
2750
  msgid "Unregister the host as a subscription consumer"
2807
2751
  msgstr ""
2808
2752
 
2809
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:74
2753
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:60
2810
2754
  msgid "Register a host with subscription and information"
2811
2755
  msgstr ""
2812
2756
 
2813
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:75
2757
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:61
2814
2758
  msgid "Name of the host"
2815
2759
  msgstr ""
2816
2760
 
2817
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:76
2761
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:62
2818
2762
  msgid "UUID to use for registered host, random uuid is generated if not provided"
2819
2763
  msgstr ""
2820
2764
 
2821
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:77
2765
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:63
2822
2766
  msgid ""
2823
2767
  "Key-value hash of subscription-manager facts, nesting uses a period delimiter "
2824
2768
  "(.)"
2825
2769
  msgstr ""
2826
2770
 
2827
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:78
2771
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:64
2828
2772
  msgid "UUIDs of the virtual guests from the host's hypervisor"
2829
2773
  msgstr ""
2830
2774
 
2831
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:82
2775
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:68
2832
2776
  msgid "Release version of the content host"
2833
2777
  msgstr ""
2834
2778
 
2835
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:83
2836
- msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
2779
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:69
2780
+ msgid "Service level, e.g. SELF-SUPPORT"
2837
2781
  msgstr ""
2838
2782
 
2839
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:84
2783
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:70
2840
2784
  msgid "Lifecycle Environment ID"
2841
2785
  msgstr ""
2842
2786
 
2843
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:85
2787
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:71
2844
2788
  msgid "Content View ID"
2845
2789
  msgstr ""
2846
2790
 
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
2791
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:104
2880
2792
  msgid "Get content and overrides for the host"
2881
2793
  msgstr ""
2882
2794
 
2883
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:160
2795
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:107
2884
2796
  msgid "Limit content to just that available in the host's content view version"
2885
2797
  msgstr ""
2886
2798
 
2887
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:167
2799
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:114
2888
2800
  msgid "Set content overrides for the host"
2889
2801
  msgstr ""
2890
2802
 
2891
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:168
2803
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:115
2892
2804
  msgid "Id of the content host"
2893
2805
  msgstr ""
2894
2806
 
2895
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:169
2807
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:116
2896
2808
  msgid "Override to a boolean value or 'default'"
2897
2809
  msgstr ""
2898
2810
 
2899
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:170
2900
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:154
2811
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:117
2812
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:108
2901
2813
  msgid "Array of Content override parameters"
2902
2814
  msgstr ""
2903
2815
 
2904
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:173
2905
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:157
2816
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:120
2817
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:111
2906
2818
  msgid ""
2907
2819
  "Override key or name. Note if name is not provided the default name will be 'e"
2908
2820
  "nabled'"
2909
2821
  msgstr ""
2910
2822
 
2911
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:176
2823
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:123
2912
2824
  msgid "Content override search parameters"
2913
2825
  msgstr ""
2914
2826
 
2915
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:178
2827
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:125
2916
2828
  msgid "Set true to override to enabled; Set false to override to disabled.'"
2917
2829
  msgstr ""
2918
2830
 
2919
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:179
2831
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:126
2920
2832
  msgid "Limit actions to content in the host's environment."
2921
2833
  msgstr ""
2922
2834
 
2923
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:190
2835
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:137
2924
2836
  msgid "Show releases available for the content host"
2925
2837
  msgstr ""
2926
2838
 
2927
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:191
2928
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:198
2839
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:138
2840
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:145
2929
2841
  msgid "id of host"
2930
2842
  msgstr ""
2931
2843
 
2932
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:197
2844
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:144
2933
2845
  msgid "Show repositories enabled on the host that are known to Katello"
2934
2846
  msgstr ""
2935
2847
 
2936
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:215
2848
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:162
2937
2849
  msgid "Couldn't find specified content view and lifecycle environment."
2938
2850
  msgstr ""
2939
2851
 
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
2852
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:179
2945
2853
  msgid "unknown permission for %s"
2946
2854
  msgstr ""
2947
2855
 
@@ -2954,7 +2862,7 @@ msgid "Resolve traces"
2954
2862
  msgstr ""
2955
2863
 
2956
2864
  #: ../app/controllers/katello/api/v2/host_tracer_controller.rb:20
2957
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:196
2865
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:150
2958
2866
  msgid "Array of Trace IDs"
2959
2867
  msgstr ""
2960
2868
 
@@ -2962,148 +2870,128 @@ msgstr ""
2962
2870
  msgid "The requested traces were not found for this host"
2963
2871
  msgstr ""
2964
2872
 
2965
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:32
2873
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:29
2966
2874
  msgid "Search string for hosts to perform an action on"
2967
2875
  msgstr ""
2968
2876
 
2969
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:41
2877
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:38
2970
2878
  msgid "Add one or more host collections to one or more hosts"
2971
2879
  msgstr ""
2972
2880
 
2973
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:43
2974
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:66
2881
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:40
2882
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:63
2975
2883
  msgid "List of host collection ids"
2976
2884
  msgstr ""
2977
2885
 
2978
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:54
2886
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:51
2979
2887
  msgid ""
2980
2888
  "Successfully added %{count} content host(s) to host collection %{host_collecti"
2981
2889
  "on}."
2982
2890
  msgstr ""
2983
2891
 
2984
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:64
2892
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:61
2985
2893
  msgid "Remove one or more host collections from one or more hosts"
2986
2894
  msgstr ""
2987
2895
 
2988
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:77
2896
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:74
2989
2897
  msgid ""
2990
2898
  "Successfully removed %{count} content host(s) from host collection %{host_coll"
2991
2899
  "ection}."
2992
2900
  msgstr ""
2993
2901
 
2994
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:87
2902
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:84
2995
2903
  msgid "Fetch applicable errata for one or more hosts."
2996
2904
  msgstr ""
2997
2905
 
2998
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:95
2906
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:92
2999
2907
  msgid "Fetch installable errata for one or more hosts."
3000
2908
  msgstr ""
3001
2909
 
3002
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:102
2910
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:99
3003
2911
  msgid "Destroy one or more hosts"
3004
2912
  msgstr ""
3005
2913
 
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
- #: ../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
2914
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:106
3023
2915
  msgid "Set content overrides to one or more hosts"
3024
2916
  msgstr ""
3025
2917
 
3026
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:170
2918
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:124
3027
2919
  msgid "Assign the environment and content view to one or more hosts"
3028
2920
  msgstr ""
3029
2921
 
3030
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:179
2922
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:133
3031
2923
  msgid "Assign the release version to one or more hosts"
3032
2924
  msgstr ""
3033
2925
 
3034
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:187
2926
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:141
3035
2927
  msgid "Fetch traces for one or more hosts"
3036
2928
  msgstr ""
3037
2929
 
3038
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:194
2930
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:148
3039
2931
  msgid "Resolve traces for one or more hosts"
3040
2932
  msgstr ""
3041
2933
 
3042
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:203
2934
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:157
3043
2935
  msgid "Assign system purpose attributes on one or more hosts"
3044
2936
  msgstr ""
3045
2937
 
3046
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:205
2938
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:159
3047
2939
  msgid "Service level of host"
3048
2940
  msgstr ""
3049
2941
 
3050
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:206
2942
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:160
3051
2943
  msgid "Role of host"
3052
2944
  msgstr ""
3053
2945
 
3054
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:207
2946
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:161
3055
2947
  msgid "Usage of host"
3056
2948
  msgstr ""
3057
2949
 
3058
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:218
2950
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:172
3059
2951
  msgid ""
3060
2952
  "Given a set of hosts and errata, lists the content view versions and environme"
3061
2953
  "nts that need updating."
3062
2954
  msgstr ""
3063
2955
 
3064
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:221
2956
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:175
3065
2957
  msgid "List of Errata ids"
3066
2958
  msgstr ""
3067
2959
 
3068
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:223
2960
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:177
3069
2961
  msgid "errata_ids is a required parameter"
3070
2962
  msgstr ""
3071
2963
 
3072
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:248
2964
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:202
3073
2965
  msgid "Fetch available module streams for hosts."
3074
2966
  msgstr ""
3075
2967
 
3076
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:259
2968
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:213
3077
2969
  msgid ""
3078
2970
  "Update the content source for specified hosts and generate the reconfiguration"
3079
2971
  " script"
3080
2972
  msgstr ""
3081
2973
 
3082
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:260
2974
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:214
3083
2975
  msgid "The ids of the hosts to alter. Hosts not managed by Katello are ignored"
3084
2976
  msgstr ""
3085
2977
 
3086
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:261
2978
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:215
3087
2979
  msgid "The id of the lifecycle environment"
3088
2980
  msgstr ""
3089
2981
 
3090
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:262
2982
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:216
3091
2983
  msgid "The id of the content view"
3092
2984
  msgstr ""
3093
2985
 
3094
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:263
2986
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:217
3095
2987
  msgid "The id of the content source"
3096
2988
  msgstr ""
3097
2989
 
3098
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:292
2990
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:246
3099
2991
  msgid "Could not find all specified errata ids: %s"
3100
2992
  msgstr ""
3101
2993
 
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
2994
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:279
3107
2995
  msgid "Maximum number of content hosts exceeded for host collection(s): %s"
3108
2996
  msgstr ""
3109
2997
 
@@ -4315,6 +4203,10 @@ msgstr ""
4315
4203
  msgid "Show a subscription"
4316
4204
  msgstr ""
4317
4205
 
4206
+ #: ../app/controllers/katello/api/v2/subscriptions_controller.rb:85
4207
+ msgid "Subscription identifier"
4208
+ msgstr ""
4209
+
4318
4210
  #: ../app/controllers/katello/api/v2/subscriptions_controller.rb:89
4319
4211
  msgid "Subscription not found"
4320
4212
  msgstr ""
@@ -4834,7 +4726,7 @@ msgstr ""
4834
4726
  #: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:168
4835
4727
  #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js:103
4836
4728
  #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:178
4837
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:94
4729
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:96
4838
4730
  msgid "Package"
4839
4731
  msgstr ""
4840
4732
 
@@ -5000,10 +4892,10 @@ msgstr ""
5000
4892
 
5001
4893
  #: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:314
5002
4894
  #: ../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
4895
+ #: ../lib/katello/plugin.rb:8 ../lib/katello/plugin.rb:278
4896
+ #: ../lib/katello/plugin.rb:292 ../lib/katello/plugin.rb:369
4897
+ #: ../webpack/containers/Application/config.js:69
4898
+ #: ../webpack/containers/Application/config.js:73 ../webpack/global_index.js:49
5007
4899
  #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:64
5008
4900
  #: ../webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js:140
5009
4901
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:134
@@ -5088,11 +4980,10 @@ msgstr ""
5088
4980
  msgid "Upstream Candlepin"
5089
4981
  msgstr ""
5090
4982
 
5091
- #: ../app/lib/actions/katello/activation_key/create.rb:20
5092
- #: ../app/lib/actions/katello/content_view/create.rb:18
4983
+ #: ../app/lib/actions/katello/activation_key/create.rb:19
5093
4984
  #: ../app/lib/actions/katello/repository/create.rb:63
5094
4985
  #: ../app/lib/actions/katello/repository/create_root.rb:17
5095
- #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:196
4986
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:226
5096
4987
  msgid "Create"
5097
4988
  msgstr ""
5098
4989
 
@@ -5171,6 +5062,14 @@ msgstr ""
5171
5062
  msgid "Sync Content View on Smart Proxy(ies)"
5172
5063
  msgstr ""
5173
5064
 
5065
+ #: ../app/lib/actions/katello/content_view/create.rb:23
5066
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:268
5067
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewModal.js:10
5068
+ #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:186
5069
+ #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:192
5070
+ msgid "Create content view"
5071
+ msgstr ""
5072
+
5174
5073
  #: ../app/lib/actions/katello/content_view/destroy.rb:35
5175
5074
  #: ../app/lib/actions/katello/provider/destroy.rb:19
5176
5075
  #: ../app/lib/actions/katello/repository/destroy.rb:142
@@ -5191,7 +5090,7 @@ msgstr ""
5191
5090
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:116
5192
5091
  #: ../webpack/scenes/FlatpakRemotes/Delete/DeleteFlatpakModal.js:35
5193
5092
  #: ../webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js:71
5194
- #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:108
5093
+ #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:85
5195
5094
  #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:253
5196
5095
  #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:268
5197
5096
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27
@@ -5288,7 +5187,7 @@ msgid ""
5288
5187
  " found."
5289
5188
  msgstr ""
5290
5189
 
5291
- #: ../app/lib/actions/katello/content_view/refresh_rolling_repo.rb:16
5190
+ #: ../app/lib/actions/katello/content_view/refresh_rolling_repo.rb:18
5292
5191
  msgid "Refresh RollingCV Repo"
5293
5192
  msgstr ""
5294
5193
 
@@ -5401,28 +5300,6 @@ msgstr ""
5401
5300
  msgid "Mirror Remote Repository"
5402
5301
  msgstr ""
5403
5302
 
5404
- #: ../app/lib/actions/katello/host/attach_subscriptions.rb:13
5405
- msgid "Register host '%s' before attaching subscriptions"
5406
- msgstr ""
5407
-
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
5303
  #: ../app/lib/actions/katello/host/destroy.rb:30
5427
5304
  msgid "Destroy Content Host %s"
5428
5305
  msgstr ""
@@ -5446,14 +5323,6 @@ msgstr ""
5446
5323
  msgid "Error refreshing status for %s: "
5447
5324
  msgstr ""
5448
5325
 
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
5326
  #: ../app/lib/actions/katello/host/update_content_overrides.rb:7
5458
5327
  msgid "This Host is not currently registered with subscription-manager."
5459
5328
  msgstr ""
@@ -5462,6 +5331,14 @@ msgstr ""
5462
5331
  msgid "Update Content Overrides to %s"
5463
5332
  msgstr ""
5464
5333
 
5334
+ #: ../app/lib/actions/katello/host/update_content_overrides.rb:30
5335
+ #: ../app/lib/actions/katello/sync_plan/run.rb:45
5336
+ #: ../app/models/katello/content_view_history.rb:65
5337
+ #: ../app/models/katello/content_view_history.rb:67
5338
+ #: ../app/models/katello/rhel_lifecycle_status.rb:181
5339
+ msgid "Unknown"
5340
+ msgstr ""
5341
+
5465
5342
  #: ../app/lib/actions/katello/host/update_content_overrides.rb:32
5466
5343
  msgid "Update Content Overrides"
5467
5344
  msgstr ""
@@ -5528,14 +5405,6 @@ msgstr ""
5528
5405
  msgid "Manifest refreshed"
5529
5406
  msgstr ""
5530
5407
 
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
5408
  #: ../app/lib/actions/katello/product/content_destroy.rb:7
5540
5409
  msgid "Cannot delete redhat product content"
5541
5410
  msgstr ""
@@ -5932,13 +5801,13 @@ msgstr ""
5932
5801
  msgid "Content type does not support repo discovery"
5933
5802
  msgstr ""
5934
5803
 
5935
- #: ../app/lib/katello/resources/candlepin.rb:142
5936
- #: ../app/models/katello/glue/provider.rb:66
5937
- #: ../app/models/katello/glue/provider.rb:176
5804
+ #: ../app/lib/katello/resources/candlepin.rb:146
5805
+ #: ../app/models/katello/glue/provider.rb:77
5806
+ #: ../app/models/katello/glue/provider.rb:187
5938
5807
  msgid "Upstream identity certificate not available"
5939
5808
  msgstr ""
5940
5809
 
5941
- #: ../app/lib/katello/resources/candlepin.rb:159
5810
+ #: ../app/lib/katello/resources/candlepin.rb:163
5942
5811
  msgid "Current organization not set."
5943
5812
  msgstr ""
5944
5813
 
@@ -7336,7 +7205,7 @@ msgid "Packages"
7336
7205
  msgstr ""
7337
7206
 
7338
7207
  #: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:173
7339
- #: ../webpack/containers/Application/config.js:51
7208
+ #: ../webpack/containers/Application/config.js:52
7340
7209
  #: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:225
7341
7210
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:259
7342
7211
  #: ../webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js:52
@@ -7367,7 +7236,8 @@ msgstr ""
7367
7236
  msgid "Errata"
7368
7237
  msgstr ""
7369
7238
 
7370
- #: ../app/models/katello/content_view_filter.rb:12
7239
+ #: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:229
7240
+ #: ../webpack/containers/Application/config.js:98
7371
7241
  msgid "Container Images"
7372
7242
  msgstr ""
7373
7243
 
@@ -7525,8 +7395,8 @@ msgid "cannot be changed."
7525
7395
  msgstr ""
7526
7396
 
7527
7397
  #: ../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
7398
+ #: ../webpack/containers/Application/config.js:102
7399
+ #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:99
7530
7400
  msgid "Flatpak Remotes"
7531
7401
  msgstr ""
7532
7402
 
@@ -7580,7 +7450,7 @@ msgid ""
7580
7450
  "n published or has not been promoted to that lifecycle environment."
7581
7451
  msgstr ""
7582
7452
 
7583
- #: ../app/models/katello/host/subscription_facet.rb:226
7453
+ #: ../app/models/katello/host/subscription_facet.rb:224
7584
7454
  msgid "register_hostname_fact set for %s, but no fact found, or was localhost."
7585
7455
  msgstr ""
7586
7456
 
@@ -8251,11 +8121,11 @@ msgstr ""
8251
8121
  msgid "Artifact Id and relative path are needed to create content"
8252
8122
  msgstr ""
8253
8123
 
8254
- #: ../app/services/katello/pulp3/repository.rb:42
8124
+ #: ../app/services/katello/pulp3/repository.rb:57
8255
8125
  msgid "%s content type is not enabled."
8256
8126
  msgstr ""
8257
8127
 
8258
- #: ../app/services/katello/pulp3/repository.rb:563
8128
+ #: ../app/services/katello/pulp3/repository.rb:612
8259
8129
  msgid "The repository's publication is missing. Please run a 'complete sync' on %s."
8260
8130
  msgstr ""
8261
8131
 
@@ -8296,13 +8166,13 @@ msgstr ""
8296
8166
  msgid "Candlepin consumer %s has already been removed"
8297
8167
  msgstr ""
8298
8168
 
8299
- #: ../app/services/katello/repository_type_manager.rb:171
8169
+ #: ../app/services/katello/repository_type_manager.rb:173
8300
8170
  msgid ""
8301
8171
  "Content type %{content_type} is incompatible with repositories of type %{repo_"
8302
8172
  "type}"
8303
8173
  msgstr ""
8304
8174
 
8305
- #: ../app/services/katello/smart_proxy_helper.rb:22
8175
+ #: ../app/services/katello/smart_proxy_helper.rb:21
8306
8176
  msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
8307
8177
  msgstr ""
8308
8178
 
@@ -8321,7 +8191,7 @@ msgstr ""
8321
8191
  #: ../db/seeds.d/109-katello-notification-blueprints.rb:83
8322
8192
  #: ../db/seeds.d/109-katello-notification-blueprints.rb:89
8323
8193
  #: ../db/seeds.d/109-katello-notification-blueprints.rb:95
8324
- #: ../lib/katello/plugin.rb:12 ../webpack/containers/Application/config.js:30
8194
+ #: ../lib/katello/plugin.rb:12 ../webpack/containers/Application/config.js:31
8325
8195
  #: ../webpack/scenes/Subscriptions/Details/SubscriptionDetails.js:68
8326
8196
  #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:237
8327
8197
  #: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:231
@@ -8395,9 +8265,9 @@ msgstr ""
8395
8265
  #: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:240
8396
8266
  #: ../webpack/scenes/Content/Table/ContentTable.js:51
8397
8267
  #: ../webpack/scenes/Content/Table/ContentTable.js:54
8398
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:163
8268
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:179
8399
8269
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:74
8400
- #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:72
8270
+ #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:101
8401
8271
  #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:60
8402
8272
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:298
8403
8273
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:97
@@ -8417,7 +8287,7 @@ msgstr ""
8417
8287
  #: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:142
8418
8288
  #: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:162
8419
8289
  #: ../webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js:15
8420
- #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:92
8290
+ #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:90
8421
8291
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:66
8422
8292
  msgid "Type"
8423
8293
  msgstr ""
@@ -8458,9 +8328,9 @@ msgstr ""
8458
8328
  #: ../webpack/scenes/Content/ContentConfig.js:161
8459
8329
  #: ../webpack/scenes/Content/ContentConfig.js:176
8460
8330
  #: ../webpack/scenes/ContentViews/Copy/CopyContentViewForm.js:49
8461
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:114
8331
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:130
8462
8332
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:75
8463
- #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:53
8333
+ #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:82
8464
8334
  #: ../webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js:136
8465
8335
  #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:61
8466
8336
  #: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:75
@@ -8494,14 +8364,14 @@ msgstr ""
8494
8364
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:53
8495
8365
  #: ../webpack/scenes/ContentViews/Table/tableDataGenerator.js:16
8496
8366
  #: ../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
8367
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:146
8368
+ #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:35
8369
+ #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:51
8500
8370
  #: ../webpack/scenes/ModuleStreams/Details/ModuleDetailsSchema.js:9
8501
8371
  #: ../webpack/scenes/ModuleStreams/Details/Profiles/TableSchema.js:13
8502
8372
  #: ../webpack/scenes/ModuleStreams/ModuleStreamsTableSchema.js:15
8503
8373
  #: ../webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js:4
8504
- #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:62
8374
+ #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:60
8505
8375
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:55
8506
8376
  msgid "Name"
8507
8377
  msgstr ""
@@ -8567,12 +8437,12 @@ msgid "No errata matching given search query"
8567
8437
  msgstr ""
8568
8438
 
8569
8439
  #: ../app/views/foreman/smart_proxies/_content_sync.html.erb:2
8570
- #: ../lib/katello/plugin.rb:273
8440
+ #: ../lib/katello/plugin.rb:282
8571
8441
  msgid "Content Sync"
8572
8442
  msgstr ""
8573
8443
 
8574
8444
  #: ../app/views/foreman/smart_proxies/_reclaim_space.html.erb:2
8575
- #: ../lib/katello/plugin.rb:277
8445
+ #: ../lib/katello/plugin.rb:286
8576
8446
  msgid "Reclaim Space"
8577
8447
  msgstr ""
8578
8448
 
@@ -8772,14 +8642,14 @@ msgstr ""
8772
8642
 
8773
8643
  #: ../app/views/katello/subscription_mailer/subscription_expiry.html.erb:22
8774
8644
  #: ../app/views/katello/subscription_mailer/subscription_expiry.text.erb:9
8775
- #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:67
8645
+ #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:65
8776
8646
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:76
8777
8647
  msgid "SKU"
8778
8648
  msgstr ""
8779
8649
 
8780
8650
  #: ../app/views/katello/subscription_mailer/subscription_expiry.html.erb:23
8781
8651
  #: ../app/views/katello/subscription_mailer/subscription_expiry.text.erb:10
8782
- #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:72
8652
+ #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:70
8783
8653
  #: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsTableSchema.js:31
8784
8654
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:86
8785
8655
  msgid "Contract"
@@ -8787,7 +8657,7 @@ msgstr ""
8787
8657
 
8788
8658
  #: ../app/views/katello/subscription_mailer/subscription_expiry.html.erb:24
8789
8659
  #: ../app/views/katello/subscription_mailer/subscription_expiry.text.erb:11
8790
- #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:77
8660
+ #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:75
8791
8661
  #: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsTableSchema.js:42
8792
8662
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:96
8793
8663
  msgid "Start Date"
@@ -8795,7 +8665,7 @@ msgstr ""
8795
8665
 
8796
8666
  #: ../app/views/katello/subscription_mailer/subscription_expiry.html.erb:25
8797
8667
  #: ../app/views/katello/subscription_mailer/subscription_expiry.text.erb:12
8798
- #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:82
8668
+ #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:80
8799
8669
  #: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsTableSchema.js:52
8800
8670
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:106
8801
8671
  msgid "End Date"
@@ -8898,7 +8768,7 @@ msgstr ""
8898
8768
  #: ../webpack/components/Bookmark/AddBookmarkModal.js:86
8899
8769
  #: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:146
8900
8770
  #: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js:127
8901
- #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:156
8771
+ #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:154
8902
8772
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:192
8903
8773
  #: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js:154
8904
8774
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js:97
@@ -8912,16 +8782,16 @@ msgstr ""
8912
8782
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js:136
8913
8783
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js:142
8914
8784
  #: ../webpack/scenes/ContentViews/Copy/CopyContentViewForm.js:71
8915
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:249
8785
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:275
8916
8786
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:159
8917
8787
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:150
8918
8788
  #: ../webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js:214
8919
8789
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:357
8920
8790
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/ContainerTag/AddEditContainerTagRuleModal.js:88
8921
- #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:109
8791
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:244
8922
8792
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:244
8923
8793
  #: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:173
8924
- #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:203
8794
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:233
8925
8795
  #: ../webpack/scenes/FlatpakRemotes/Delete/DeleteFlatpakModal.js:38
8926
8796
  #: ../webpack/scenes/FlatpakRemotes/Details/Mirror/MirrorRepositoryModal.js:113
8927
8797
  #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:265
@@ -8966,9 +8836,9 @@ msgstr ""
8966
8836
  #: ../app/views/katello/task_mailer/cv_promote_failure.html.erb:8
8967
8837
  #: ../app/views/katello/task_mailer/cv_publish_failure.html.erb:8
8968
8838
  #: ../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
8839
+ #: ../lib/katello/plugin.rb:308 ../webpack/ForemanColumnExtensions/index.js:169
8840
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:188
8841
+ #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:51
8972
8842
  #: ../webpack/scenes/ContentViews/components/ContentViewIcon.js:14
8973
8843
  #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:225
8974
8844
  #: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:18
@@ -9157,6 +9027,8 @@ msgstr ""
9157
9027
  #: ../app/views/overrides/smart_proxies/_environment_tab.html.erb:3
9158
9028
  #: ../app/views/overrides/smart_proxies/_environment_tab_pane.html.erb:3
9159
9029
  #: ../lib/katello/plugin.rb:94
9030
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:250
9031
+ #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:181
9160
9032
  msgid "Lifecycle Environments"
9161
9033
  msgstr ""
9162
9034
 
@@ -9190,7 +9062,7 @@ msgstr ""
9190
9062
  #: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:135
9191
9063
  #: ../webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js:138
9192
9064
  #: ../webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js:68
9193
- #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:100
9065
+ #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:77
9194
9066
  msgid "Edit"
9195
9067
  msgstr ""
9196
9068
 
@@ -9458,8 +9330,8 @@ msgstr ""
9458
9330
  msgid "Products"
9459
9331
  msgstr ""
9460
9332
 
9461
- #: ../lib/katello/plugin.rb:51 ../webpack/containers/Application/config.js:84
9462
- #: ../webpack/containers/Application/config.js:88
9333
+ #: ../lib/katello/plugin.rb:51 ../webpack/containers/Application/config.js:85
9334
+ #: ../webpack/containers/Application/config.js:89
9463
9335
  #: ../webpack/scenes/AlternateContentSources/ACSIndexPage.js:15
9464
9336
  msgid "Alternate Content Sources"
9465
9337
  msgstr ""
@@ -9496,534 +9368,534 @@ msgstr ""
9496
9368
  msgid "Other Content Types"
9497
9369
  msgstr ""
9498
9370
 
9499
- #: ../lib/katello/plugin.rb:287 ../webpack/ForemanColumnExtensions/index.js:83
9371
+ #: ../lib/katello/plugin.rb:296 ../webpack/ForemanColumnExtensions/index.js:83
9500
9372
  msgid "RHEL Lifecycle status"
9501
9373
  msgstr ""
9502
9374
 
9503
- #: ../lib/katello/plugin.rb:290 ../webpack/ForemanColumnExtensions/index.js:93
9375
+ #: ../lib/katello/plugin.rb:299 ../webpack/ForemanColumnExtensions/index.js:93
9504
9376
  msgid "Installable updates"
9505
9377
  msgstr ""
9506
9378
 
9507
- #: ../lib/katello/plugin.rb:296 ../webpack/ForemanColumnExtensions/index.js:158
9379
+ #: ../lib/katello/plugin.rb:305 ../webpack/ForemanColumnExtensions/index.js:158
9508
9380
  #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:215
9509
9381
  msgid "Lifecycle environment"
9510
9382
  msgstr ""
9511
9383
 
9512
- #: ../lib/katello/plugin.rb:301
9384
+ #: ../lib/katello/plugin.rb:310
9513
9385
  msgid "Registered"
9514
9386
  msgstr ""
9515
9387
 
9516
- #: ../lib/katello/plugin.rb:303
9388
+ #: ../lib/katello/plugin.rb:312
9517
9389
  msgid "Last checkin"
9518
9390
  msgstr ""
9519
9391
 
9520
- #: ../lib/katello/plugin.rb:330
9392
+ #: ../lib/katello/plugin.rb:339
9521
9393
  #: ../webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js:26
9522
9394
  msgid "Storage"
9523
9395
  msgstr ""
9524
9396
 
9525
- #: ../lib/katello/plugin.rb:362
9397
+ #: ../lib/katello/plugin.rb:371
9526
9398
  msgid "HTTP Proxies"
9527
9399
  msgstr ""
9528
9400
 
9529
- #: ../lib/katello/plugin.rb:386
9401
+ #: ../lib/katello/plugin.rb:395
9530
9402
  msgid "Allow multiple content views"
9531
9403
  msgstr ""
9532
9404
 
9533
- #: ../lib/katello/plugin.rb:387
9405
+ #: ../lib/katello/plugin.rb:396
9534
9406
  msgid ""
9535
9407
  "Allow hosts or activation keys to be associated with multiple content view env"
9536
9408
  "ironments"
9537
9409
  msgstr ""
9538
9410
 
9539
- #: ../lib/katello/plugin.rb:392
9411
+ #: ../lib/katello/plugin.rb:401
9540
9412
  msgid "Default HTTP Proxy"
9541
9413
  msgstr ""
9542
9414
 
9543
- #: ../lib/katello/plugin.rb:393
9415
+ #: ../lib/katello/plugin.rb:402
9544
9416
  msgid "Default HTTP proxy for syncing content"
9545
9417
  msgstr ""
9546
9418
 
9547
- #: ../lib/katello/plugin.rb:395
9419
+ #: ../lib/katello/plugin.rb:404
9548
9420
  msgid "no global default"
9549
9421
  msgstr ""
9550
9422
 
9551
- #: ../lib/katello/plugin.rb:400
9423
+ #: ../lib/katello/plugin.rb:409
9552
9424
  msgid "Default synced OS provisioning template"
9553
9425
  msgstr ""
9554
9426
 
9555
- #: ../lib/katello/plugin.rb:401
9427
+ #: ../lib/katello/plugin.rb:410
9556
9428
  msgid ""
9557
9429
  "Default provisioning template for Operating Systems created from synced conten"
9558
9430
  "t"
9559
9431
  msgstr ""
9560
9432
 
9561
- #: ../lib/katello/plugin.rb:407
9433
+ #: ../lib/katello/plugin.rb:416
9562
9434
  msgid "Default synced OS finish template"
9563
9435
  msgstr ""
9564
9436
 
9565
- #: ../lib/katello/plugin.rb:408
9437
+ #: ../lib/katello/plugin.rb:417
9566
9438
  msgid "Default finish template for new Operating Systems created from synced content"
9567
9439
  msgstr ""
9568
9440
 
9569
- #: ../lib/katello/plugin.rb:414
9441
+ #: ../lib/katello/plugin.rb:423
9570
9442
  msgid "Default synced OS user-data"
9571
9443
  msgstr ""
9572
9444
 
9573
- #: ../lib/katello/plugin.rb:415
9445
+ #: ../lib/katello/plugin.rb:424
9574
9446
  msgid "Default user data for new Operating Systems created from synced content"
9575
9447
  msgstr ""
9576
9448
 
9577
- #: ../lib/katello/plugin.rb:421
9449
+ #: ../lib/katello/plugin.rb:430
9578
9450
  msgid "Default synced OS PXELinux template"
9579
9451
  msgstr ""
9580
9452
 
9581
- #: ../lib/katello/plugin.rb:422
9453
+ #: ../lib/katello/plugin.rb:431
9582
9454
  msgid ""
9583
9455
  "Default PXELinux template for new Operating Systems created from synced conten"
9584
9456
  "t"
9585
9457
  msgstr ""
9586
9458
 
9587
- #: ../lib/katello/plugin.rb:428
9459
+ #: ../lib/katello/plugin.rb:437
9588
9460
  msgid "Default synced OS PXEGrub template"
9589
9461
  msgstr ""
9590
9462
 
9591
- #: ../lib/katello/plugin.rb:429
9463
+ #: ../lib/katello/plugin.rb:438
9592
9464
  msgid "Default PXEGrub template for new Operating Systems created from synced content"
9593
9465
  msgstr ""
9594
9466
 
9595
- #: ../lib/katello/plugin.rb:435
9467
+ #: ../lib/katello/plugin.rb:444
9596
9468
  msgid "Default synced OS PXEGrub2 template"
9597
9469
  msgstr ""
9598
9470
 
9599
- #: ../lib/katello/plugin.rb:436
9471
+ #: ../lib/katello/plugin.rb:445
9600
9472
  msgid ""
9601
9473
  "Default PXEGrub2 template for new Operating Systems created from synced conten"
9602
9474
  "t"
9603
9475
  msgstr ""
9604
9476
 
9605
- #: ../lib/katello/plugin.rb:442
9477
+ #: ../lib/katello/plugin.rb:451
9606
9478
  msgid "Default synced OS iPXE template"
9607
9479
  msgstr ""
9608
9480
 
9609
- #: ../lib/katello/plugin.rb:443
9481
+ #: ../lib/katello/plugin.rb:452
9610
9482
  msgid "Default iPXE template for new Operating Systems created from synced content"
9611
9483
  msgstr ""
9612
9484
 
9613
- #: ../lib/katello/plugin.rb:449
9485
+ #: ../lib/katello/plugin.rb:458
9614
9486
  msgid "Default synced OS partition table"
9615
9487
  msgstr ""
9616
9488
 
9617
- #: ../lib/katello/plugin.rb:450
9489
+ #: ../lib/katello/plugin.rb:459
9618
9490
  msgid ""
9619
9491
  "Default partitioning table for new Operating Systems created from synced conte"
9620
9492
  "nt"
9621
9493
  msgstr ""
9622
9494
 
9623
- #: ../lib/katello/plugin.rb:456
9495
+ #: ../lib/katello/plugin.rb:465
9624
9496
  msgid "Default synced OS kexec template"
9625
9497
  msgstr ""
9626
9498
 
9627
- #: ../lib/katello/plugin.rb:457
9499
+ #: ../lib/katello/plugin.rb:466
9628
9500
  msgid "Default kexec template for new Operating Systems created from synced content"
9629
9501
  msgstr ""
9630
9502
 
9631
- #: ../lib/katello/plugin.rb:463
9503
+ #: ../lib/katello/plugin.rb:472
9632
9504
  msgid "Default synced OS Atomic template"
9633
9505
  msgstr ""
9634
9506
 
9635
- #: ../lib/katello/plugin.rb:464
9507
+ #: ../lib/katello/plugin.rb:473
9636
9508
  msgid ""
9637
9509
  "Default provisioning template for new Atomic Operating Systems created from sy"
9638
9510
  "nced content"
9639
9511
  msgstr ""
9640
9512
 
9641
- #: ../lib/katello/plugin.rb:470
9513
+ #: ../lib/katello/plugin.rb:479
9642
9514
  msgid "Timeout when refreshing a manifest (in seconds)"
9643
9515
  msgstr ""
9644
9516
 
9645
- #: ../lib/katello/plugin.rb:471
9517
+ #: ../lib/katello/plugin.rb:480
9646
9518
  msgid "Manifest refresh timeout"
9647
9519
  msgstr ""
9648
9520
 
9649
- #: ../lib/katello/plugin.rb:476
9521
+ #: ../lib/katello/plugin.rb:485
9650
9522
  msgid "Subscription connection enabled"
9651
9523
  msgstr ""
9652
9524
 
9653
- #: ../lib/katello/plugin.rb:477
9525
+ #: ../lib/katello/plugin.rb:486
9654
9526
  msgid "Can communicate with the Red Hat Portal for subscriptions."
9655
9527
  msgstr ""
9656
9528
 
9657
- #: ../lib/katello/plugin.rb:482
9529
+ #: ../lib/katello/plugin.rb:491
9658
9530
  msgid "Generate errata status from directly-installable content"
9659
9531
  msgstr ""
9660
9532
 
9661
- #: ../lib/katello/plugin.rb:483
9533
+ #: ../lib/katello/plugin.rb:492
9662
9534
  msgid ""
9663
9535
  "If true, only errata that can be installed without an incremental update will "
9664
9536
  "affect the host's errata status. Also affects the Host Collections dashboard w"
9665
9537
  "idget."
9666
9538
  msgstr ""
9667
9539
 
9668
- #: ../lib/katello/plugin.rb:488
9540
+ #: ../lib/katello/plugin.rb:497
9669
9541
  msgid "Restrict composite content view promotion"
9670
9542
  msgstr ""
9671
9543
 
9672
- #: ../lib/katello/plugin.rb:489
9544
+ #: ../lib/katello/plugin.rb:498
9673
9545
  msgid ""
9674
9546
  "If this is enabled, a composite content view may not be published or promoted "
9675
9547
  "unless the component content view versions that it includes exist in the targe"
9676
9548
  "t environment."
9677
9549
  msgstr ""
9678
9550
 
9679
- #: ../lib/katello/plugin.rb:494
9551
+ #: ../lib/katello/plugin.rb:503
9680
9552
  msgid "Check services before actions"
9681
9553
  msgstr ""
9682
9554
 
9683
- #: ../lib/katello/plugin.rb:495
9555
+ #: ../lib/katello/plugin.rb:504
9684
9556
  msgid ""
9685
9557
  "Whether or not to check the status of backend services such as pulp and candle"
9686
9558
  "pin prior to performing some actions."
9687
9559
  msgstr ""
9688
9560
 
9689
- #: ../lib/katello/plugin.rb:500
9561
+ #: ../lib/katello/plugin.rb:509
9690
9562
  msgid "Batch size to sync repositories in."
9691
9563
  msgstr ""
9692
9564
 
9693
- #: ../lib/katello/plugin.rb:501
9565
+ #: ../lib/katello/plugin.rb:510
9694
9566
  msgid ""
9695
9567
  "How many repositories should be synced concurrently on the capsule. A smaller "
9696
9568
  "number may lead to longer sync times. A larger number will increase dynflow lo"
9697
9569
  "ad."
9698
9570
  msgstr ""
9699
9571
 
9700
- #: ../lib/katello/plugin.rb:506
9572
+ #: ../lib/katello/plugin.rb:515
9701
9573
  msgid "Sync Smart Proxies after content view promotion"
9702
9574
  msgstr ""
9703
9575
 
9704
- #: ../lib/katello/plugin.rb:507
9576
+ #: ../lib/katello/plugin.rb:516
9705
9577
  msgid "Whether or not to auto sync the Smart Proxies after a content view promotion."
9706
9578
  msgstr ""
9707
9579
 
9708
- #: ../lib/katello/plugin.rb:512
9580
+ #: ../lib/katello/plugin.rb:521
9709
9581
  msgid "Download rate limit"
9710
9582
  msgstr ""
9711
9583
 
9712
- #: ../lib/katello/plugin.rb:513
9584
+ #: ../lib/katello/plugin.rb:522
9713
9585
  msgid ""
9714
9586
  "Maximum download rate when syncing a repository (requests per second). Use 0 f"
9715
9587
  "or no limit."
9716
9588
  msgstr ""
9717
9589
 
9718
- #: ../lib/katello/plugin.rb:518
9590
+ #: ../lib/katello/plugin.rb:527
9719
9591
  msgid "Default Custom Repository download policy"
9720
9592
  msgstr ""
9721
9593
 
9722
- #: ../lib/katello/plugin.rb:519
9594
+ #: ../lib/katello/plugin.rb:528
9723
9595
  msgid ""
9724
9596
  "Default download policy for custom repositories (either 'immediate' or 'on_dem"
9725
9597
  "and')"
9726
9598
  msgstr ""
9727
9599
 
9728
- #: ../lib/katello/plugin.rb:525
9600
+ #: ../lib/katello/plugin.rb:534
9729
9601
  msgid "Default Red Hat Repository download policy"
9730
9602
  msgstr ""
9731
9603
 
9732
- #: ../lib/katello/plugin.rb:526
9604
+ #: ../lib/katello/plugin.rb:535
9733
9605
  msgid ""
9734
9606
  "Default download policy for enabled Red Hat repositories (either 'immediate' o"
9735
9607
  "r 'on_demand')"
9736
9608
  msgstr ""
9737
9609
 
9738
- #: ../lib/katello/plugin.rb:532
9610
+ #: ../lib/katello/plugin.rb:541
9739
9611
  msgid "Default Smart Proxy download policy"
9740
9612
  msgstr ""
9741
9613
 
9742
- #: ../lib/katello/plugin.rb:533
9614
+ #: ../lib/katello/plugin.rb:542
9743
9615
  msgid ""
9744
9616
  "Default download policy for Smart Proxy syncs (either 'inherit', immediate', o"
9745
9617
  "r 'on_demand')"
9746
9618
  msgstr ""
9747
9619
 
9748
- #: ../lib/katello/plugin.rb:539
9620
+ #: ../lib/katello/plugin.rb:548
9749
9621
  msgid "Default custom yum repository mirroring policy"
9750
9622
  msgstr ""
9751
9623
 
9752
- #: ../lib/katello/plugin.rb:540
9624
+ #: ../lib/katello/plugin.rb:549
9753
9625
  msgid ""
9754
9626
  "Default mirroring policy for custom yum repositories (either 'mirror_content_o"
9755
9627
  "nly', 'additive' or 'mirror_complete')"
9756
9628
  msgstr ""
9757
9629
 
9758
- #: ../lib/katello/plugin.rb:546
9630
+ #: ../lib/katello/plugin.rb:555
9759
9631
  msgid "Default custom non-yum repository mirroring policy"
9760
9632
  msgstr ""
9761
9633
 
9762
- #: ../lib/katello/plugin.rb:547
9634
+ #: ../lib/katello/plugin.rb:556
9763
9635
  msgid ""
9764
9636
  "Default mirroring policy for custom non-yum repositories (either 'mirror_conte"
9765
9637
  "nt_only' or 'additive')"
9766
9638
  msgstr ""
9767
9639
 
9768
- #: ../lib/katello/plugin.rb:553
9640
+ #: ../lib/katello/plugin.rb:562
9769
9641
  msgid "Validate host/lifecycle environment/content source coherence"
9770
9642
  msgstr ""
9771
9643
 
9772
- #: ../lib/katello/plugin.rb:554
9644
+ #: ../lib/katello/plugin.rb:563
9773
9645
  msgid ""
9774
9646
  "Validate that a host's assigned lifecycle environment is synced by the smart p"
9775
9647
  "roxy from which the host will get its content. Applies only to API requests; d"
9776
9648
  "oes not affect web UI checks"
9777
9649
  msgstr ""
9778
9650
 
9779
- #: ../lib/katello/plugin.rb:559
9651
+ #: ../lib/katello/plugin.rb:568
9780
9652
  msgid "Pulp 3 export destination filepath"
9781
9653
  msgstr ""
9782
9654
 
9783
- #: ../lib/katello/plugin.rb:560
9655
+ #: ../lib/katello/plugin.rb:569
9784
9656
  msgid "On-disk location for pulp 3 exported repositories"
9785
9657
  msgstr ""
9786
9658
 
9787
- #: ../lib/katello/plugin.rb:565
9659
+ #: ../lib/katello/plugin.rb:574
9788
9660
  msgid "Default export format"
9789
9661
  msgstr ""
9790
9662
 
9791
- #: ../lib/katello/plugin.rb:566
9663
+ #: ../lib/katello/plugin.rb:575
9792
9664
  msgid "Default export format for content-exports(either 'syncable' or 'importable')"
9793
9665
  msgstr ""
9794
9666
 
9795
- #: ../lib/katello/plugin.rb:572
9667
+ #: ../lib/katello/plugin.rb:581
9796
9668
  msgid "Sync Total Timeout"
9797
9669
  msgstr ""
9798
9670
 
9799
- #: ../lib/katello/plugin.rb:573
9671
+ #: ../lib/katello/plugin.rb:582
9800
9672
  msgid ""
9801
9673
  "The maximum number of second that Pulp can take to do a single sync operation,"
9802
9674
  " e.g., download a single metadata file."
9803
9675
  msgstr ""
9804
9676
 
9805
- #: ../lib/katello/plugin.rb:578
9677
+ #: ../lib/katello/plugin.rb:587
9806
9678
  msgid "Sync Connect Timeout"
9807
9679
  msgstr ""
9808
9680
 
9809
- #: ../lib/katello/plugin.rb:579
9681
+ #: ../lib/katello/plugin.rb:588
9810
9682
  msgid ""
9811
9683
  "The maximum number of seconds for Pulp to establish a new connection or for wa"
9812
9684
  "iting for a free connection from a pool if pool connection limits are exceeded"
9813
9685
  "."
9814
9686
  msgstr ""
9815
9687
 
9816
- #: ../lib/katello/plugin.rb:584
9688
+ #: ../lib/katello/plugin.rb:593
9817
9689
  msgid "Sync Sock Connect Timeout"
9818
9690
  msgstr ""
9819
9691
 
9820
- #: ../lib/katello/plugin.rb:585
9692
+ #: ../lib/katello/plugin.rb:594
9821
9693
  msgid ""
9822
9694
  "The maximum number of seconds for Pulp to connect to a peer for a new connecti"
9823
9695
  "on not given from a pool."
9824
9696
  msgstr ""
9825
9697
 
9826
- #: ../lib/katello/plugin.rb:590
9698
+ #: ../lib/katello/plugin.rb:599
9827
9699
  msgid "Sync Sock Read Timeout"
9828
9700
  msgstr ""
9829
9701
 
9830
- #: ../lib/katello/plugin.rb:591
9702
+ #: ../lib/katello/plugin.rb:600
9831
9703
  msgid ""
9832
9704
  "The maximum number of seconds that Pulp can take to download a file, not count"
9833
9705
  "ing connection time."
9834
9706
  msgstr ""
9835
9707
 
9836
- #: ../lib/katello/plugin.rb:596
9708
+ #: ../lib/katello/plugin.rb:605
9837
9709
  msgid "Delete Host upon unregister"
9838
9710
  msgstr ""
9839
9711
 
9840
- #: ../lib/katello/plugin.rb:597
9712
+ #: ../lib/katello/plugin.rb:606
9841
9713
  msgid ""
9842
9714
  "When unregistering a host via subscription-manager, also delete the host recor"
9843
9715
  "d. Managed resources linked to host such as virtual machines and DNS records m"
9844
9716
  "ay also be deleted."
9845
9717
  msgstr ""
9846
9718
 
9847
- #: ../lib/katello/plugin.rb:602
9719
+ #: ../lib/katello/plugin.rb:611
9848
9720
  msgid "Subscription manager name registration fact"
9849
9721
  msgstr ""
9850
9722
 
9851
- #: ../lib/katello/plugin.rb:603
9723
+ #: ../lib/katello/plugin.rb:612
9852
9724
  msgid ""
9853
9725
  "When registering a host via subscription-manager, force use the specified fact"
9854
9726
  " (in the form of 'fact.fact')"
9855
9727
  msgstr ""
9856
9728
 
9857
- #: ../lib/katello/plugin.rb:608
9729
+ #: ../lib/katello/plugin.rb:617
9858
9730
  msgid "Subscription manager name registration fact strict matching"
9859
9731
  msgstr ""
9860
9732
 
9861
- #: ../lib/katello/plugin.rb:609
9733
+ #: ../lib/katello/plugin.rb:618
9862
9734
  msgid ""
9863
9735
  "If this is enabled, and register_hostname_fact is set and provided, registrati"
9864
9736
  "on will look for a new host by name only using that fact, and will skip all ho"
9865
9737
  "stname matching"
9866
9738
  msgstr ""
9867
9739
 
9868
- #: ../lib/katello/plugin.rb:614
9740
+ #: ../lib/katello/plugin.rb:623
9869
9741
  msgid "Default location for subscribed hosts"
9870
9742
  msgstr ""
9871
9743
 
9872
- #: ../lib/katello/plugin.rb:615
9744
+ #: ../lib/katello/plugin.rb:624
9873
9745
  msgid "Default Location where new subscribed hosts will put upon registration"
9874
9746
  msgstr ""
9875
9747
 
9876
- #: ../lib/katello/plugin.rb:621
9748
+ #: ../lib/katello/plugin.rb:630
9877
9749
  msgid "Expire soon days"
9878
9750
  msgstr ""
9879
9751
 
9880
- #: ../lib/katello/plugin.rb:622
9752
+ #: ../lib/katello/plugin.rb:631
9881
9753
  msgid ""
9882
9754
  "The number of days remaining in a subscription before you will be reminded abo"
9883
9755
  "ut renewing it. Also used for manifest expiration warnings."
9884
9756
  msgstr ""
9885
9757
 
9886
- #: ../lib/katello/plugin.rb:627
9758
+ #: ../lib/katello/plugin.rb:636
9887
9759
  msgid "Host Duplicate DMI UUIDs"
9888
9760
  msgstr ""
9889
9761
 
9890
- #: ../lib/katello/plugin.rb:628
9762
+ #: ../lib/katello/plugin.rb:637
9891
9763
  msgid ""
9892
9764
  "If hosts fail to register because of duplicate DMI UUIDs, add their comma-sepa"
9893
9765
  "rated values here. Subsequent registrations will generate a unique DMI UUID fo"
9894
9766
  "r the affected hosts."
9895
9767
  msgstr ""
9896
9768
 
9897
- #: ../lib/katello/plugin.rb:633
9769
+ #: ../lib/katello/plugin.rb:642
9898
9770
  msgid "Host Profile Assume"
9899
9771
  msgstr ""
9900
9772
 
9901
- #: ../lib/katello/plugin.rb:634
9773
+ #: ../lib/katello/plugin.rb:643
9902
9774
  msgid ""
9903
9775
  "Allow new host registrations to assume registered profiles with matching hostn"
9904
9776
  "ame as long as the registering DMI UUID is not used by another host."
9905
9777
  msgstr ""
9906
9778
 
9907
- #: ../lib/katello/plugin.rb:639
9779
+ #: ../lib/katello/plugin.rb:648
9908
9780
  msgid "Host Profile Can Change In Build"
9909
9781
  msgstr ""
9910
9782
 
9911
- #: ../lib/katello/plugin.rb:640
9783
+ #: ../lib/katello/plugin.rb:649
9912
9784
  msgid ""
9913
9785
  "Allow host registrations to bypass 'Host Profile Assume' as long as the host i"
9914
9786
  "s in build mode."
9915
9787
  msgstr ""
9916
9788
 
9917
- #: ../lib/katello/plugin.rb:645
9789
+ #: ../lib/katello/plugin.rb:654
9918
9790
  msgid "Host Can Re-Register Only In Build"
9919
9791
  msgstr ""
9920
9792
 
9921
- #: ../lib/katello/plugin.rb:646
9793
+ #: ../lib/katello/plugin.rb:655
9922
9794
  msgid "Allow hosts to re-register themselves only when they are in build mode"
9923
9795
  msgstr ""
9924
9796
 
9925
- #: ../lib/katello/plugin.rb:651
9797
+ #: ../lib/katello/plugin.rb:660
9926
9798
  msgid "Host Tasks Workers Pool Size"
9927
9799
  msgstr ""
9928
9800
 
9929
- #: ../lib/katello/plugin.rb:652
9801
+ #: ../lib/katello/plugin.rb:661
9930
9802
  msgid ""
9931
9803
  "Amount of workers in the pool to handle the execution of host-related tasks. W"
9932
9804
  "hen set to 0, the default queue will be used instead. Restart of the dynflowd/"
9933
9805
  "foreman-tasks service is required."
9934
9806
  msgstr ""
9935
9807
 
9936
- #: ../lib/katello/plugin.rb:657
9808
+ #: ../lib/katello/plugin.rb:666
9937
9809
  msgid "Applicability Batch Size"
9938
9810
  msgstr ""
9939
9811
 
9940
- #: ../lib/katello/plugin.rb:658
9812
+ #: ../lib/katello/plugin.rb:667
9941
9813
  msgid "Number of host applicability calculations to process per task."
9942
9814
  msgstr ""
9943
9815
 
9944
- #: ../lib/katello/plugin.rb:663
9816
+ #: ../lib/katello/plugin.rb:672
9945
9817
  msgid "Pulp bulk load size"
9946
9818
  msgstr ""
9947
9819
 
9948
- #: ../lib/katello/plugin.rb:664
9820
+ #: ../lib/katello/plugin.rb:673
9949
9821
  msgid "The number of items fetched from a single paged Pulp API call."
9950
9822
  msgstr ""
9951
9823
 
9952
- #: ../lib/katello/plugin.rb:669
9824
+ #: ../lib/katello/plugin.rb:678
9953
9825
  msgid "Orphaned Content Protection Time"
9954
9826
  msgstr ""
9955
9827
 
9956
- #: ../lib/katello/plugin.rb:670
9828
+ #: ../lib/katello/plugin.rb:679
9957
9829
  msgid ""
9958
9830
  "Time in minutes before content that is not contained within a repository and h"
9959
9831
  "as not been accessed is considered orphaned."
9960
9832
  msgstr ""
9961
9833
 
9962
- #: ../lib/katello/plugin.rb:675
9834
+ #: ../lib/katello/plugin.rb:684
9963
9835
  msgid "Completed pulp task protection days"
9964
9836
  msgstr ""
9965
9837
 
9966
- #: ../lib/katello/plugin.rb:676
9838
+ #: ../lib/katello/plugin.rb:685
9967
9839
  msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
9968
9840
  msgstr ""
9969
9841
 
9970
- #: ../lib/katello/plugin.rb:681
9842
+ #: ../lib/katello/plugin.rb:690
9971
9843
  msgid "Prefer registered through Smart Proxy for remote execution"
9972
9844
  msgstr ""
9973
9845
 
9974
- #: ../lib/katello/plugin.rb:682
9846
+ #: ../lib/katello/plugin.rb:691
9975
9847
  msgid ""
9976
9848
  "Prefer using a Smart Proxy to which a host is registered when using remote exe"
9977
9849
  "cution"
9978
9850
  msgstr ""
9979
9851
 
9980
- #: ../lib/katello/plugin.rb:687
9852
+ #: ../lib/katello/plugin.rb:696
9981
9853
  msgid "Allow deleting repositories in published content views"
9982
9854
  msgstr ""
9983
9855
 
9984
- #: ../lib/katello/plugin.rb:688
9856
+ #: ../lib/katello/plugin.rb:697
9985
9857
  msgid ""
9986
9858
  "If this is enabled, repositories can be deleted even when they belong to publi"
9987
9859
  "shed content views. The deleted repository will be removed from all content vi"
9988
9860
  "ew versions."
9989
9861
  msgstr ""
9990
9862
 
9991
- #: ../lib/katello/plugin.rb:693
9863
+ #: ../lib/katello/plugin.rb:702
9992
9864
  msgid "Distribute archived content view versions"
9993
9865
  msgstr ""
9994
9866
 
9995
- #: ../lib/katello/plugin.rb:694
9867
+ #: ../lib/katello/plugin.rb:703
9996
9868
  msgid ""
9997
9869
  "If this is enabled, repositories of content view versions without environments"
9998
9870
  " (\"archived\") will be distributed at '/pulp/content/<organization>/content_vie"
9999
9871
  "ws/<content view>/X.Y/...'."
10000
9872
  msgstr ""
10001
9873
 
10002
- #: ../lib/katello/plugin.rb:699
9874
+ #: ../lib/katello/plugin.rb:708
10003
9875
  msgid "Calculate content counts on smart proxies automatically"
10004
9876
  msgstr ""
10005
9877
 
10006
- #: ../lib/katello/plugin.rb:700
9878
+ #: ../lib/katello/plugin.rb:709
10007
9879
  msgid ""
10008
9880
  "If this is enabled, content counts on smart proxies will be updated automatica"
10009
9881
  "lly after content sync."
10010
9882
  msgstr ""
10011
9883
 
10012
- #: ../lib/katello/plugin.rb:705
9884
+ #: ../lib/katello/plugin.rb:714
10013
9885
  msgid "Hide Reclaim Space Warning"
10014
9886
  msgstr ""
10015
9887
 
10016
- #: ../lib/katello/plugin.rb:706
9888
+ #: ../lib/katello/plugin.rb:715
10017
9889
  msgid ""
10018
9890
  "If this is enabled, the Smart Proxy page will suppress the warning message abo"
10019
9891
  "ut reclaiming space."
10020
9892
  msgstr ""
10021
9893
 
10022
- #: ../lib/katello/plugin.rb:711
9894
+ #: ../lib/katello/plugin.rb:720
10023
9895
  msgid "Enable structured APT for deb content"
10024
9896
  msgstr ""
10025
9897
 
10026
- #: ../lib/katello/plugin.rb:712
9898
+ #: ../lib/katello/plugin.rb:721
10027
9899
  msgid ""
10028
9900
  "If set, newly created APT repos in Katello will use the same repo structure as"
10029
9901
  " the remote repos they are synchronized from. You may migrate existing APT rep"
@@ -10031,179 +9903,179 @@ msgid ""
10031
9903
  "ntent_for_deb'."
10032
9904
  msgstr ""
10033
9905
 
10034
- #: ../lib/katello/plugin.rb:718
9906
+ #: ../lib/katello/plugin.rb:727
10035
9907
  msgid "Registry token expiration time"
10036
9908
  msgstr ""
10037
9909
 
10038
- #: ../lib/katello/plugin.rb:719
9910
+ #: ../lib/katello/plugin.rb:728
10039
9911
  msgid "Time in minutes before registry access tokens expire."
10040
9912
  msgstr ""
10041
9913
 
10042
- #: ../lib/katello/plugin.rb:723
9914
+ #: ../lib/katello/plugin.rb:732
10043
9915
  msgid "Katello: Install Package"
10044
9916
  msgstr ""
10045
9917
 
10046
- #: ../lib/katello/plugin.rb:723
9918
+ #: ../lib/katello/plugin.rb:732
10047
9919
  msgid "Install package via Katello interface"
10048
9920
  msgstr ""
10049
9921
 
10050
- #: ../lib/katello/plugin.rb:724
9922
+ #: ../lib/katello/plugin.rb:733
10051
9923
  msgid "Katello: Install packages by search query"
10052
9924
  msgstr ""
10053
9925
 
10054
- #: ../lib/katello/plugin.rb:724
9926
+ #: ../lib/katello/plugin.rb:733
10055
9927
  msgid "Install packages via Katello interface"
10056
9928
  msgstr ""
10057
9929
 
10058
- #: ../lib/katello/plugin.rb:725
9930
+ #: ../lib/katello/plugin.rb:734
10059
9931
  msgid "Katello: Update Package"
10060
9932
  msgstr ""
10061
9933
 
10062
- #: ../lib/katello/plugin.rb:725
9934
+ #: ../lib/katello/plugin.rb:734
10063
9935
  msgid "Update package via Katello interface"
10064
9936
  msgstr ""
10065
9937
 
10066
- #: ../lib/katello/plugin.rb:726
9938
+ #: ../lib/katello/plugin.rb:735
10067
9939
  msgid "Katello: Update Packages by search query"
10068
9940
  msgstr ""
10069
9941
 
10070
- #: ../lib/katello/plugin.rb:726
9942
+ #: ../lib/katello/plugin.rb:735
10071
9943
  msgid "Update packages via Katello interface"
10072
9944
  msgstr ""
10073
9945
 
10074
- #: ../lib/katello/plugin.rb:727
9946
+ #: ../lib/katello/plugin.rb:736
10075
9947
  msgid "Katello: Remove Package"
10076
9948
  msgstr ""
10077
9949
 
10078
- #: ../lib/katello/plugin.rb:727
9950
+ #: ../lib/katello/plugin.rb:736
10079
9951
  msgid "Remove package via Katello interface"
10080
9952
  msgstr ""
10081
9953
 
10082
- #: ../lib/katello/plugin.rb:728
9954
+ #: ../lib/katello/plugin.rb:737
10083
9955
  msgid "Katello: Remove Packages by search query"
10084
9956
  msgstr ""
10085
9957
 
10086
- #: ../lib/katello/plugin.rb:728
9958
+ #: ../lib/katello/plugin.rb:737
10087
9959
  msgid "Remove packages via Katello interface"
10088
9960
  msgstr ""
10089
9961
 
10090
- #: ../lib/katello/plugin.rb:729
9962
+ #: ../lib/katello/plugin.rb:738
10091
9963
  msgid "Katello: Install Package Group"
10092
9964
  msgstr ""
10093
9965
 
10094
- #: ../lib/katello/plugin.rb:729
9966
+ #: ../lib/katello/plugin.rb:738
10095
9967
  msgid "Install package group via Katello interface"
10096
9968
  msgstr ""
10097
9969
 
10098
- #: ../lib/katello/plugin.rb:730
9970
+ #: ../lib/katello/plugin.rb:739
10099
9971
  msgid "Katello: Update Package Group"
10100
9972
  msgstr ""
10101
9973
 
10102
- #: ../lib/katello/plugin.rb:730
9974
+ #: ../lib/katello/plugin.rb:739
10103
9975
  msgid "Update package group via Katello interface"
10104
9976
  msgstr ""
10105
9977
 
10106
- #: ../lib/katello/plugin.rb:731
9978
+ #: ../lib/katello/plugin.rb:740
10107
9979
  msgid "Katello: Remove Package Group"
10108
9980
  msgstr ""
10109
9981
 
10110
- #: ../lib/katello/plugin.rb:731
9982
+ #: ../lib/katello/plugin.rb:740
10111
9983
  msgid "Remove package group via Katello interface"
10112
9984
  msgstr ""
10113
9985
 
10114
- #: ../lib/katello/plugin.rb:732
9986
+ #: ../lib/katello/plugin.rb:741
10115
9987
  msgid "Katello: Install Errata"
10116
9988
  msgstr ""
10117
9989
 
10118
- #: ../lib/katello/plugin.rb:732
9990
+ #: ../lib/katello/plugin.rb:741
10119
9991
  msgid "Install errata via Katello interface"
10120
9992
  msgstr ""
10121
9993
 
10122
- #: ../lib/katello/plugin.rb:733
9994
+ #: ../lib/katello/plugin.rb:742
10123
9995
  msgid "Katello: Install errata by search query"
10124
9996
  msgstr ""
10125
9997
 
10126
- #: ../lib/katello/plugin.rb:733
9998
+ #: ../lib/katello/plugin.rb:742
10127
9999
  msgid "Install errata using scoped search query"
10128
10000
  msgstr ""
10129
10001
 
10130
- #: ../lib/katello/plugin.rb:734
10002
+ #: ../lib/katello/plugin.rb:743
10131
10003
  msgid "Katello: Service Restart"
10132
10004
  msgstr ""
10133
10005
 
10134
- #: ../lib/katello/plugin.rb:734
10006
+ #: ../lib/katello/plugin.rb:743
10135
10007
  msgid "Restart Services via Katello interface"
10136
10008
  msgstr ""
10137
10009
 
10138
- #: ../lib/katello/plugin.rb:735
10010
+ #: ../lib/katello/plugin.rb:744
10139
10011
  msgid "Katello: Resolve Traces"
10140
10012
  msgstr ""
10141
10013
 
10142
- #: ../lib/katello/plugin.rb:735
10014
+ #: ../lib/katello/plugin.rb:744
10143
10015
  msgid "Resolve traces via Katello interface"
10144
10016
  msgstr ""
10145
10017
 
10146
- #: ../lib/katello/plugin.rb:736
10018
+ #: ../lib/katello/plugin.rb:745
10147
10019
  msgid "Katello: Configure host for new content source"
10148
10020
  msgstr ""
10149
10021
 
10150
- #: ../lib/katello/plugin.rb:736
10022
+ #: ../lib/katello/plugin.rb:745
10151
10023
  msgid "Replace content source on the target machine"
10152
10024
  msgstr ""
10153
10025
 
10154
- #: ../lib/katello/plugin.rb:737
10026
+ #: ../lib/katello/plugin.rb:746
10155
10027
  msgid "Katello: Upload Profile"
10156
10028
  msgstr ""
10157
10029
 
10158
- #: ../lib/katello/plugin.rb:737
10030
+ #: ../lib/katello/plugin.rb:746
10159
10031
  msgid "Upload package / repos profile"
10160
10032
  msgstr ""
10161
10033
 
10162
- #: ../lib/katello/plugin.rb:738
10034
+ #: ../lib/katello/plugin.rb:747
10163
10035
  msgid "Katello: Module Stream Actions"
10164
10036
  msgstr ""
10165
10037
 
10166
- #: ../lib/katello/plugin.rb:739
10038
+ #: ../lib/katello/plugin.rb:748
10167
10039
  msgid "Perform a module stream action via Katello interface"
10168
10040
  msgstr ""
10169
10041
 
10170
- #: ../lib/katello/plugin.rb:741
10042
+ #: ../lib/katello/plugin.rb:750
10171
10043
  msgid "Katello: Bootc Action"
10172
10044
  msgstr ""
10173
10045
 
10174
- #: ../lib/katello/plugin.rb:741
10046
+ #: ../lib/katello/plugin.rb:750
10175
10047
  msgid "Katello Bootc interface"
10176
10048
  msgstr ""
10177
10049
 
10178
- #: ../lib/katello/plugin.rb:742
10050
+ #: ../lib/katello/plugin.rb:751
10179
10051
  msgid "Katello: Bootc Upgrade"
10180
10052
  msgstr ""
10181
10053
 
10182
- #: ../lib/katello/plugin.rb:742
10054
+ #: ../lib/katello/plugin.rb:751
10183
10055
  msgid "Bootc upgrade via Bootc interface"
10184
10056
  msgstr ""
10185
10057
 
10186
- #: ../lib/katello/plugin.rb:743
10058
+ #: ../lib/katello/plugin.rb:752
10187
10059
  msgid "Katello: Bootc Switch"
10188
10060
  msgstr ""
10189
10061
 
10190
- #: ../lib/katello/plugin.rb:743
10062
+ #: ../lib/katello/plugin.rb:752
10191
10063
  msgid "Bootc switch via Bootc interface"
10192
10064
  msgstr ""
10193
10065
 
10194
- #: ../lib/katello/plugin.rb:744
10066
+ #: ../lib/katello/plugin.rb:753
10195
10067
  msgid "Katello: Bootc Rollback"
10196
10068
  msgstr ""
10197
10069
 
10198
- #: ../lib/katello/plugin.rb:744
10070
+ #: ../lib/katello/plugin.rb:753
10199
10071
  msgid "Bootc rollback via Bootc interface"
10200
10072
  msgstr ""
10201
10073
 
10202
- #: ../lib/katello/plugin.rb:745
10074
+ #: ../lib/katello/plugin.rb:754
10203
10075
  msgid "Katello: Bootc Status"
10204
10076
  msgstr ""
10205
10077
 
10206
- #: ../lib/katello/plugin.rb:745
10078
+ #: ../lib/katello/plugin.rb:754
10207
10079
  msgid "Bootc status via Bootc interface"
10208
10080
  msgstr ""
10209
10081
 
@@ -10352,6 +10224,7 @@ msgstr ""
10352
10224
 
10353
10225
  #: ../webpack/ForemanColumnExtensions/index.js:180
10354
10226
  #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:113
10227
+ #: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:90
10355
10228
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:112
10356
10229
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:182
10357
10230
  msgid "Content view environments"
@@ -10438,10 +10311,11 @@ msgstr ""
10438
10311
 
10439
10312
  #: ../webpack/components/Bookmark/AddBookmarkModal.js:84
10440
10313
  #: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:143
10441
- #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:153
10314
+ #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:151
10442
10315
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js:111
10443
10316
  #: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:118
10444
10317
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:353
10318
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:241
10445
10319
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:241
10446
10320
  #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:309
10447
10321
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/UpdateDialog.js:39
@@ -10603,7 +10477,7 @@ msgstr ""
10603
10477
  #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:250
10604
10478
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:149
10605
10479
  #: ../webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js:77
10606
- #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:53
10480
+ #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:59
10607
10481
  msgid "Try changing your search settings."
10608
10482
  msgstr ""
10609
10483
 
@@ -10858,9 +10732,9 @@ msgstr ""
10858
10732
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:146
10859
10733
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js:59
10860
10734
  #: ../webpack/scenes/Content/ContentConfig.js:162
10861
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:152
10735
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:168
10862
10736
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:80
10863
- #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:84
10737
+ #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:113
10864
10738
  #: ../webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js:190
10865
10739
  #: ../webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js:75
10866
10740
  #: ../webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js:56
@@ -10895,7 +10769,7 @@ msgstr ""
10895
10769
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:617
10896
10770
  #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:396
10897
10771
  #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:551
10898
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:107
10772
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:112
10899
10773
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:224
10900
10774
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:234
10901
10775
  #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:200
@@ -10970,13 +10844,13 @@ msgstr ""
10970
10844
 
10971
10845
  #:
10972
10846
  #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js:123
10973
- #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:181
10847
+ #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:179
10974
10848
  msgid "Role"
10975
10849
  msgstr ""
10976
10850
 
10977
10851
  #:
10978
10852
  #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js:127
10979
- #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:198
10853
+ #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:196
10980
10854
  msgid "SLA"
10981
10855
  msgstr ""
10982
10856
 
@@ -10987,7 +10861,7 @@ msgstr ""
10987
10861
 
10988
10862
  #:
10989
10863
  #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js:141
10990
- #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:232
10864
+ #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:230
10991
10865
  msgid "Release version"
10992
10866
  msgstr ""
10993
10867
 
@@ -10997,22 +10871,22 @@ msgid "(unset)"
10997
10871
  msgstr ""
10998
10872
 
10999
10873
  #:
11000
- #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:165
10874
+ #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:163
11001
10875
  msgid "Edit system purpose attributes"
11002
10876
  msgstr ""
11003
10877
 
11004
10878
  #:
11005
- #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:175
10879
+ #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:173
11006
10880
  msgid "Select system purpose attributes for host {name}."
11007
10881
  msgstr ""
11008
10882
 
11009
10883
  #:
11010
- #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:175
10884
+ #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:173
11011
10885
  msgid "Select system purpose attributes for activation key {name}."
11012
10886
  msgstr ""
11013
10887
 
11014
10888
  #:
11015
- #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:215
10889
+ #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:213
11016
10890
  msgid "Usage"
11017
10891
  msgstr ""
11018
10892
 
@@ -11108,7 +10982,7 @@ msgstr ""
11108
10982
 
11109
10983
  #:
11110
10984
  #: ../webpack/components/extensions/HostDetails/DetailsTabCards/RecentCommunicationCardExtensions.js:19
11111
- #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:122
10985
+ #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:55
11112
10986
  msgid "Never"
11113
10987
  msgstr ""
11114
10988
 
@@ -11263,6 +11137,8 @@ msgstr ""
11263
11137
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:109
11264
11138
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:76
11265
11139
  #: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:77
11140
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:183
11141
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:198
11266
11142
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:182
11267
11143
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:198
11268
11144
  #: ../webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js:27
@@ -11292,9 +11168,9 @@ msgstr ""
11292
11168
  #: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js:170
11293
11169
  #: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:387
11294
11170
  #: ../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
11171
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:40
11172
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:88
11173
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:245
11298
11174
  msgid "Install packages"
11299
11175
  msgstr ""
11300
11176
 
@@ -11360,7 +11236,7 @@ msgstr ""
11360
11236
 
11361
11237
  #: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:420
11362
11238
  #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:443
11363
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:107
11239
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:112
11364
11240
  msgid "Upgrade"
11365
11241
  msgstr ""
11366
11242
 
@@ -11585,14 +11461,14 @@ msgstr ""
11585
11461
  #:
11586
11462
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:486
11587
11463
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:570
11588
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:107
11464
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:112
11589
11465
  msgid "Install"
11590
11466
  msgstr ""
11591
11467
 
11592
11468
  #:
11593
11469
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:496
11594
11470
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:584
11595
- #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:196
11471
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:226
11596
11472
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnTypeForm.js:51
11597
11473
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnTypeForm.js:76
11598
11474
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js:79
@@ -12063,7 +11939,7 @@ msgstr ""
12063
11939
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:111
12064
11940
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js:149
12065
11941
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:118
12066
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:258
11942
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:285
12067
11943
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_Review.js:32
12068
11944
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/BulkRepositorySetsWizard.js:159
12069
11945
  msgid "Review"
@@ -12100,53 +11976,53 @@ msgstr ""
12100
11976
 
12101
11977
  #:
12102
11978
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js:136
12103
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:244
11979
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:271
12104
11980
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/BulkRepositorySetsWizard.js:146
12105
- #: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:105
11981
+ #: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:112
12106
11982
  msgid "Review hosts"
12107
11983
  msgstr ""
12108
11984
 
12109
11985
  #:
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
11986
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:40
11987
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:88
11988
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:254
12113
11989
  msgid "Remove packages"
12114
11990
  msgstr ""
12115
11991
 
12116
11992
  #:
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
11993
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:40
11994
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:88
11995
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:236
12120
11996
  msgid "Upgrade packages"
12121
11997
  msgstr ""
12122
11998
 
12123
11999
  #:
12124
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:40
12000
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:42
12125
12001
  msgid ""
12126
12002
  "Select packages to install on the selected hosts. Some packages may already be"
12127
12003
  " installed on some hosts."
12128
12004
  msgstr ""
12129
12005
 
12130
12006
  #:
12131
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:41
12007
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:43
12132
12008
  msgid "Select packages to remove on the selected hosts."
12133
12009
  msgstr ""
12134
12010
 
12135
12011
  #:
12136
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:42
12012
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:44
12137
12013
  msgid ""
12138
12014
  "Select packages to upgrade to the latest version. Packages may have different "
12139
12015
  "versions on different hosts."
12140
12016
  msgstr ""
12141
12017
 
12142
12018
  #:
12143
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:118
12019
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:120
12144
12020
  msgid "Select at least one package."
12145
12021
  msgstr ""
12146
12022
 
12147
12023
  #:
12148
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:127
12149
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:190
12024
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:129
12025
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:217
12150
12026
  msgid "No upgradable packages found."
12151
12027
  msgstr ""
12152
12028
 
@@ -12183,23 +12059,23 @@ msgstr ""
12183
12059
 
12184
12060
  #:
12185
12061
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js:58
12186
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:200
12062
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:227
12187
12063
  msgid "Upgrade all packages"
12188
12064
  msgstr ""
12189
12065
 
12190
12066
  #:
12191
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:170
12067
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:197
12192
12068
  msgid "Manage packages"
12193
12069
  msgstr ""
12194
12070
 
12195
12071
  #:
12196
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:173
12197
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:179
12072
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:200
12073
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:206
12198
12074
  msgid "Select action"
12199
12075
  msgstr ""
12200
12076
 
12201
12077
  #:
12202
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:182
12078
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:209
12203
12079
  msgid "To manage packages, select an action."
12204
12080
  msgstr ""
12205
12081
 
@@ -12259,13 +12135,13 @@ msgstr ""
12259
12135
  msgid "OS"
12260
12136
  msgstr ""
12261
12137
 
12262
- #: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:108
12138
+ #: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:115
12263
12139
  msgid ""
12264
12140
  "Review and optionally exclude hosts from your selection. Note that package act"
12265
12141
  "ions on any image mode hosts will be transient and lost on the next reboot."
12266
12142
  msgstr ""
12267
12143
 
12268
- #: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:116
12144
+ #: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:123
12269
12145
  msgid "You must select at least one host."
12270
12146
  msgstr ""
12271
12147
 
@@ -12364,30 +12240,30 @@ msgstr ""
12364
12240
  msgid "Nothing selected"
12365
12241
  msgstr ""
12366
12242
 
12367
- #: ../webpack/containers/Application/config.js:26
12243
+ #: ../webpack/containers/Application/config.js:27
12368
12244
  msgid "RH Repos"
12369
12245
  msgstr ""
12370
12246
 
12371
- #: ../webpack/containers/Application/config.js:34
12247
+ #: ../webpack/containers/Application/config.js:35
12372
12248
  #: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:235
12373
12249
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:59
12374
12250
  msgid "Add Subscriptions"
12375
12251
  msgstr ""
12376
12252
 
12377
- #: ../webpack/containers/Application/config.js:38
12253
+ #: ../webpack/containers/Application/config.js:39
12378
12254
  msgid "Activation key details"
12379
12255
  msgstr ""
12380
12256
 
12381
- #: ../webpack/containers/Application/config.js:43
12257
+ #: ../webpack/containers/Application/config.js:44
12382
12258
  #: ../webpack/scenes/Subscriptions/Details/SubscriptionDetails.js:72
12383
12259
  msgid "Subscription Details"
12384
12260
  msgstr ""
12385
12261
 
12386
- #: ../webpack/containers/Application/config.js:55
12262
+ #: ../webpack/containers/Application/config.js:56
12387
12263
  msgid "Module Stream Details"
12388
12264
  msgstr ""
12389
12265
 
12390
- #: ../webpack/containers/Application/config.js:59
12266
+ #: ../webpack/containers/Application/config.js:60
12391
12267
  #: ../webpack/scenes/ContentViews/ContentViewsPage.js:12
12392
12268
  #: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:110
12393
12269
  #: ../webpack/scenes/ContentViews/components/CVBreadCrumb.js:38
@@ -12395,27 +12271,27 @@ msgstr ""
12395
12271
  msgid "Content views"
12396
12272
  msgstr ""
12397
12273
 
12398
- #: ../webpack/containers/Application/config.js:63
12274
+ #: ../webpack/containers/Application/config.js:64
12399
12275
  msgid "Content View Details"
12400
12276
  msgstr ""
12401
12277
 
12402
- #: ../webpack/containers/Application/config.js:76
12278
+ #: ../webpack/containers/Application/config.js:77
12403
12279
  msgid "Content Details"
12404
12280
  msgstr ""
12405
12281
 
12406
- #: ../webpack/containers/Application/config.js:80
12282
+ #: ../webpack/containers/Application/config.js:81
12407
12283
  #: ../webpack/scenes/Hosts/ChangeContentSource/index.js:108
12408
12284
  #: ../webpack/scenes/Hosts/ChangeContentSource/index.js:137
12409
12285
  #: ../webpack/scenes/Hosts/ChangeContentSource/index.js:156
12410
12286
  msgid "Change host content source"
12411
12287
  msgstr ""
12412
12288
 
12413
- #: ../webpack/containers/Application/config.js:93
12289
+ #: ../webpack/containers/Application/config.js:94
12414
12290
  #: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:111
12415
12291
  msgid "Booted container images"
12416
12292
  msgstr ""
12417
12293
 
12418
- #: ../webpack/containers/Application/config.js:101
12294
+ #: ../webpack/containers/Application/config.js:106
12419
12295
  msgid "Flatpak Remote Details"
12420
12296
  msgstr ""
12421
12297
 
@@ -12568,7 +12444,7 @@ msgstr ""
12568
12444
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:84
12569
12445
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:453
12570
12446
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:188
12571
- #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:159
12447
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:187
12572
12448
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:164
12573
12449
  msgid "Username"
12574
12450
  msgstr ""
@@ -12577,7 +12453,7 @@ msgstr ""
12577
12453
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:88
12578
12454
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:462
12579
12455
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:208
12580
- #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:175
12456
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:205
12581
12457
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:177
12582
12458
  msgid "Password"
12583
12459
  msgstr ""
@@ -12794,8 +12670,8 @@ msgstr ""
12794
12670
 
12795
12671
  #:
12796
12672
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:348
12797
- #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:134
12798
- #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:42
12673
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:162
12674
+ #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:60
12799
12675
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnTypeForm.js:57
12800
12676
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js:87
12801
12677
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:151
@@ -12878,8 +12754,6 @@ msgstr ""
12878
12754
 
12879
12755
  #: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:145
12880
12756
  #: ../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
12757
  msgid "Loading..."
12884
12758
  msgstr ""
12885
12759
 
@@ -12887,6 +12761,30 @@ msgstr ""
12887
12761
  msgid "Image digest"
12888
12762
  msgstr ""
12889
12763
 
12764
+ #: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:33
12765
+ msgid "Container images"
12766
+ msgstr ""
12767
+
12768
+ #: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:36
12769
+ msgid ""
12770
+ "View container images in the local registry using the Synced tab. View contain"
12771
+ "er images booted by image mode hosts using the Booted tab. The Booted tab also"
12772
+ " shows images outside of the local container registry."
12773
+ msgstr ""
12774
+
12775
+ #: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:55
12776
+ #: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:21
12777
+ msgid "Synced"
12778
+ msgstr ""
12779
+
12780
+ #: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:65
12781
+ msgid "Booted"
12782
+ msgstr ""
12783
+
12784
+ #: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:74
12785
+ msgid "Synced container images content"
12786
+ msgstr ""
12787
+
12890
12788
  #: ../webpack/scenes/Content/ContentConfig.js:13
12891
12789
  msgid "Python Packages"
12892
12790
  msgstr ""
@@ -13048,7 +12946,7 @@ msgid "Component Content View"
13048
12946
  msgstr ""
13049
12947
 
13050
12948
  #: ../webpack/scenes/ContentViews/Create/ContentViewFormComponents.js:36
13051
- #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:106
12949
+ #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:135
13052
12950
  msgid "Solve dependencies"
13053
12951
  msgstr ""
13054
12952
 
@@ -13064,38 +12962,31 @@ msgstr ""
13064
12962
  msgid "Generated"
13065
12963
  msgstr ""
13066
12964
 
13067
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:33
12965
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:35
13068
12966
  msgid "Contains repositories. Versions are published and optionally filtered."
13069
12967
  msgstr ""
13070
12968
 
13071
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:34
12969
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:36
13072
12970
  msgid ""
13073
12971
  "Contains content views. You must choose the version to use for each content vi"
13074
12972
  "ew."
13075
12973
  msgstr ""
13076
12974
 
13077
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:35
12975
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:37
13078
12976
  msgid ""
13079
12977
  "Contains repositories. Always serves the latest synced content, without the ne"
13080
12978
  "ed to publish versions."
13081
12979
  msgstr ""
13082
12980
 
13083
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:127
13084
- #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:62
12981
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:143
12982
+ #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:91
13085
12983
  msgid "Label"
13086
12984
  msgstr ""
13087
12985
 
13088
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:146
12986
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:162
13089
12987
  msgid "Must be Ascii alphanumeric, '_' or '-'"
13090
12988
  msgstr ""
13091
12989
 
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
12990
  #: ../webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js:72
13100
12991
  #: ../webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js:40
13101
12992
  msgid "Remove versions from environments"
@@ -13303,7 +13194,7 @@ msgstr ""
13303
13194
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:240
13304
13195
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:148
13305
13196
  #: ../webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js:75
13306
- #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:52
13197
+ #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:58
13307
13198
  msgid "No matching content views found"
13308
13199
  msgstr ""
13309
13200
 
@@ -13639,10 +13530,14 @@ msgstr ""
13639
13530
  msgid "View tasks "
13640
13531
  msgstr ""
13641
13532
 
13642
- #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:95
13533
+ #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:124
13643
13534
  msgid "Autopublish"
13644
13535
  msgstr ""
13645
13536
 
13537
+ #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:199
13538
+ msgid "Save Environments"
13539
+ msgstr ""
13540
+
13646
13541
  #: ../webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js:124
13647
13542
  #: ../webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js:211
13648
13543
  #: ../webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js:135
@@ -13732,7 +13627,7 @@ msgstr ""
13732
13627
 
13733
13628
  #: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:71
13734
13629
  #: ../webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js:72
13735
- #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:87
13630
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:171
13736
13631
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:170
13737
13632
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:337
13738
13633
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:344
@@ -13760,10 +13655,11 @@ msgid "View matching content"
13760
13655
  msgstr ""
13761
13656
 
13762
13657
  #: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:209
13658
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:135
13763
13659
  msgid "Add DEB rule"
13764
13660
  msgstr ""
13765
13661
 
13766
- #: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:247
13662
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:248
13767
13663
  msgid "Affected Repositories"
13768
13664
  msgstr ""
13769
13665
 
@@ -13998,7 +13894,7 @@ msgstr ""
13998
13894
 
13999
13895
  #:
14000
13896
  #: ../webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVDebMatchContentModal.js:16
14001
- #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:75
13897
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:143
14002
13898
  msgid "DEB name"
14003
13899
  msgstr ""
14004
13900
 
@@ -14040,6 +13936,7 @@ msgstr ""
14040
13936
 
14041
13937
  #:
14042
13938
  #: ../webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVRpmMatchContentModal.js:50
13939
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:142
14043
13940
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:143
14044
13941
  msgid "Help"
14045
13942
  msgstr ""
@@ -14058,71 +13955,68 @@ msgstr ""
14058
13955
 
14059
13956
  #:
14060
13957
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/ContainerTag/AddEditContainerTagRuleModal.js:85
14061
- #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:106
14062
13958
  msgid "Edit rule"
14063
13959
  msgstr ""
14064
13960
 
14065
13961
  #:
14066
13962
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/ContainerTag/AddEditContainerTagRuleModal.js:85
13963
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:241
14067
13964
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:241
14068
13965
  msgid "Add rule"
14069
13966
  msgstr ""
14070
13967
 
14071
13968
  #:
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
- #:
13969
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:37
14087
13970
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:40
14088
13971
  msgid "All versions"
14089
13972
  msgstr ""
14090
13973
 
14091
13974
  #:
13975
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:38
14092
13976
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:41
14093
13977
  msgid "Equal to"
14094
13978
  msgstr ""
14095
13979
 
14096
13980
  #:
13981
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:39
14097
13982
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:42
14098
13983
  msgid "Greater than"
14099
13984
  msgstr ""
14100
13985
 
14101
13986
  #:
13987
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:40
14102
13988
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:43
14103
13989
  msgid "Less than"
14104
13990
  msgstr ""
14105
13991
 
14106
13992
  #:
13993
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:42
14107
13994
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:45
14108
13995
  msgid "Range"
14109
13996
  msgstr ""
14110
13997
 
14111
13998
  #:
14112
- #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:136
14113
- msgid "Edit RPM rule"
13999
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:135
14000
+ msgid "Edit DEB rule"
14114
14001
  msgstr ""
14115
14002
 
14116
14003
  #:
14004
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:210
14117
14005
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:210
14118
14006
  msgid "Minimum version"
14119
14007
  msgstr ""
14120
14008
 
14121
14009
  #:
14010
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:222
14122
14011
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:222
14123
14012
  msgid "Maximum version"
14124
14013
  msgstr ""
14125
14014
 
14015
+ #:
14016
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:136
14017
+ msgid "Edit RPM rule"
14018
+ msgstr ""
14019
+
14126
14020
  #: ../webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js:26
14127
14021
  msgid "Date"
14128
14022
  msgstr ""
@@ -14305,7 +14199,7 @@ msgstr ""
14305
14199
  #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:145
14306
14200
  #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:167
14307
14201
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:105
14308
- #: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:99
14202
+ #: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:107
14309
14203
  msgid "Version "
14310
14204
  msgstr ""
14311
14205
 
@@ -15016,12 +14910,12 @@ msgid "Last task"
15016
14910
  msgstr ""
15017
14911
 
15018
14912
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:146
15019
- #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:50
14913
+ #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:56
15020
14914
  msgid "No content views yet"
15021
14915
  msgstr ""
15022
14916
 
15023
14917
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:147
15024
- #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:51
14918
+ #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:57
15025
14919
  msgid "You currently have no content views to display"
15026
14920
  msgstr ""
15027
14921
 
@@ -15141,10 +15035,32 @@ msgstr ""
15141
15035
  msgid "Edit Flatpak Remote"
15142
15036
  msgstr ""
15143
15037
 
15144
- #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:153
15038
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:126
15039
+ msgid "Add Red Hat Flatpak remote"
15040
+ msgstr ""
15041
+
15042
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:131
15043
+ msgid "Add Red Hat flatpak remote"
15044
+ msgstr ""
15045
+
15046
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:134
15047
+ msgid "Generate username and password"
15048
+ msgstr ""
15049
+
15050
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:140
15051
+ msgid ""
15052
+ "To continue with Red Hat Flatpak remote, you need to generate your username an"
15053
+ "d password in"
15054
+ msgstr ""
15055
+
15056
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:181
15145
15057
  msgid "Must be a vaild URL"
15146
15058
  msgstr ""
15147
15059
 
15060
+ #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:200
15061
+ msgid "Provide credentials if the registry requires authentication"
15062
+ msgstr ""
15063
+
15148
15064
  #: ../webpack/scenes/FlatpakRemotes/Delete/DeleteFlatpakModal.js:27
15149
15065
  msgid "Delete Flatpak remote?"
15150
15066
  msgstr ""
@@ -15172,7 +15088,7 @@ msgid "Flatpak remote scan could not be started: "
15172
15088
  msgstr ""
15173
15089
 
15174
15090
  #: ../webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js:107
15175
- #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:98
15091
+ #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:72
15176
15092
  msgid "Scan"
15177
15093
  msgstr ""
15178
15094
 
@@ -15200,23 +15116,23 @@ msgid "Select a product to mirror the repository into"
15200
15116
  msgstr ""
15201
15117
 
15202
15118
  #: ../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
15119
+ #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:61
15120
+ #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:69
15205
15121
  msgid "Mirror"
15206
15122
  msgstr ""
15207
15123
 
15208
15124
  #:
15209
- #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:22
15125
+ #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:39
15210
15126
  msgid "ID"
15211
15127
  msgstr ""
15212
15128
 
15213
15129
  #:
15214
- #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:22
15130
+ #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:43
15215
15131
  msgid "Application name"
15216
15132
  msgstr ""
15217
15133
 
15218
15134
  #:
15219
- #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:22
15135
+ #: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:46
15220
15136
  msgid "Last mirrored"
15221
15137
  msgstr ""
15222
15138
 
@@ -15520,15 +15436,16 @@ msgstr ""
15520
15436
  msgid "Debian packages"
15521
15437
  msgstr ""
15522
15438
 
15523
- #: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:21
15524
- msgid "Synced"
15525
- msgstr ""
15526
-
15527
15439
  #: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:27
15528
15440
  #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:39
15529
15441
  msgid "Refresh counts"
15530
15442
  msgstr ""
15531
15443
 
15444
+ #: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:35
15445
+ #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:45
15446
+ msgid "Verify Content Checksum"
15447
+ msgstr ""
15448
+
15532
15449
  #: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:80
15533
15450
  msgid "Content view version is empty"
15534
15451
  msgstr ""
@@ -15544,7 +15461,17 @@ msgstr ""
15544
15461
  #: ../webpack/scenes/SmartProxy/SmartProxyContentActions.js:29
15545
15462
  msgid ""
15546
15463
  "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(e"
15547
- "rror.response)}"
15464
+ "rror?.response)}"
15465
+ msgstr ""
15466
+
15467
+ #: ../webpack/scenes/SmartProxy/SmartProxyContentActions.js:38
15468
+ msgid "Smart proxy verify content checksum has started in the background"
15469
+ msgstr ""
15470
+
15471
+ #: ../webpack/scenes/SmartProxy/SmartProxyContentActions.js:40
15472
+ msgid ""
15473
+ "Something went wrong while verifying content checksums: ${getResponseErrorMsgs"
15474
+ "(error?.response)}"
15548
15475
  msgstr ""
15549
15476
 
15550
15477
  #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:35
@@ -15552,13 +15479,13 @@ msgid "Last sync"
15552
15479
  msgstr ""
15553
15480
 
15554
15481
  #: ../webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js:6
15555
- #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:87
15482
+ #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:85
15556
15483
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:116
15557
15484
  msgid "Requires Virt-Who"
15558
15485
  msgstr ""
15559
15486
 
15560
15487
  #: ../webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js:7
15561
- #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:97
15488
+ #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:95
15562
15489
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:132
15563
15490
  msgid "Consumed"
15564
15491
  msgstr ""
@@ -15592,7 +15519,7 @@ msgid "Stacking ID"
15592
15519
  msgstr ""
15593
15520
 
15594
15521
  #: ../webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js:18
15595
- #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:107
15522
+ #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:105
15596
15523
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:152
15597
15524
  msgid "Product Host Count"
15598
15525
  msgstr ""
@@ -15929,7 +15856,7 @@ msgstr ""
15929
15856
  msgid "Timestamp"
15930
15857
  msgstr ""
15931
15858
 
15932
- #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:102
15859
+ #: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:100
15933
15860
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:142
15934
15861
  msgid "Entitlements"
15935
15862
  msgstr ""