katello 4.15.0 → 4.16.0.rc1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (505) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/common/katello_object.js +2 -2
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +248 -263
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +247 -262
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +247 -262
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +521 -536
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +253 -268
  8. data/app/assets/javascripts/katello/locale/de/katello.js +248 -263
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +247 -262
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +249 -264
  11. data/app/assets/javascripts/katello/locale/el/katello.js +251 -266
  12. data/app/assets/javascripts/katello/locale/en/katello.js +253 -268
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +263 -278
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +247 -262
  15. data/app/assets/javascripts/katello/locale/es/katello.js +248 -263
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +247 -262
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +250 -265
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +247 -262
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +249 -264
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +249 -264
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +248 -263
  22. data/app/assets/javascripts/katello/locale/id/katello.js +261 -275
  23. data/app/assets/javascripts/katello/locale/it/katello.js +252 -267
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +250 -265
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +247 -262
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +248 -263
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +248 -263
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +247 -262
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +248 -263
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +252 -267
  31. data/app/assets/javascripts/katello/locale/or/katello.js +248 -263
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +248 -263
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +248 -263
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +247 -262
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +248 -263
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +248 -263
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +247 -262
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +247 -262
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +253 -268
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +247 -262
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +248 -263
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +248 -263
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +247 -262
  44. data/app/assets/javascripts/katello/locale/te/katello.js +248 -263
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +247 -262
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +247 -262
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +247 -262
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +247 -262
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +250 -265
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -270
  51. data/app/assets/javascripts/katello/sync_management/sync_management.js +16 -2
  52. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +33 -9
  53. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  54. data/app/controllers/katello/api/v2/activation_keys_controller.rb +4 -9
  55. data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
  56. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +3 -1
  57. data/app/controllers/katello/api/v2/content_views_controller.rb +4 -1
  58. data/app/controllers/katello/api/v2/environments_controller.rb +4 -0
  59. data/app/controllers/katello/api/v2/errata_controller.rb +12 -1
  60. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +81 -0
  61. data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +86 -0
  62. data/app/controllers/katello/api/v2/host_bootc_images_controller.rb +71 -0
  63. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +4 -6
  64. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -5
  65. data/app/controllers/katello/api/v2/repositories_controller.rb +18 -3
  66. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +0 -8
  67. data/app/controllers/katello/concerns/api/v2/http_proxies_controller_extensions.rb +17 -0
  68. data/app/controllers/katello/concerns/http_proxies_controller_extensions.rb +20 -0
  69. data/app/controllers/katello/sync_management_controller.rb +6 -2
  70. data/app/helpers/katello/content_source_helper.rb +8 -1
  71. data/app/helpers/katello/content_view_helper.rb +3 -1
  72. data/app/lib/actions/candlepin/activation_key/create.rb +1 -3
  73. data/app/lib/actions/candlepin/activation_key/update.rb +1 -3
  74. data/app/lib/actions/candlepin/environment/set_content.rb +17 -4
  75. data/app/lib/actions/katello/activation_key/create.rb +1 -2
  76. data/app/lib/actions/katello/activation_key/update.rb +2 -4
  77. data/app/lib/actions/katello/capsule_content/refresh_repos.rb +7 -1
  78. data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +3 -2
  79. data/app/lib/actions/katello/content_view/publish.rb +7 -2
  80. data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +11 -2
  81. data/app/lib/actions/katello/content_view_version/incremental_update.rb +31 -22
  82. data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +30 -0
  83. data/app/lib/actions/katello/flatpak/scan_remote.rb +17 -12
  84. data/app/lib/actions/katello/host/update_system_purpose.rb +1 -6
  85. data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +18 -2
  86. data/app/lib/actions/pulp3/repository/multi_copy_units.rb +4 -0
  87. data/app/lib/katello/api/v2/rendering.rb +2 -1
  88. data/app/lib/katello/concerns/base_template_scope_extensions.rb +3 -4
  89. data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +13 -0
  90. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -5
  91. data/app/lib/katello/resources/candlepin/product.rb +2 -1
  92. data/app/lib/katello/util/cveak_migrator.rb +3 -2
  93. data/app/lib/katello/validators/alternate_content_source_path_validator.rb +2 -2
  94. data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
  95. data/app/lib/katello/validators/content_validator.rb +1 -1
  96. data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +2 -2
  97. data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -2
  98. data/app/lib/katello/validators/content_view_environment_validator.rb +3 -3
  99. data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +12 -12
  100. data/app/lib/katello/validators/content_view_filter_version_validator.rb +1 -1
  101. data/app/lib/katello/validators/generated_content_view_validator.rb +1 -1
  102. data/app/lib/katello/validators/gpg_key_content_type_validator.rb +2 -2
  103. data/app/lib/katello/validators/gpg_key_content_validator.rb +5 -5
  104. data/app/lib/katello/validators/katello_label_format_validator.rb +4 -4
  105. data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
  106. data/app/lib/katello/validators/katello_url_format_validator.rb +1 -1
  107. data/app/lib/katello/validators/library_presence_validator.rb +1 -1
  108. data/app/lib/katello/validators/no_trailing_space_validator.rb +1 -1
  109. data/app/lib/katello/validators/non_library_environment_validator.rb +1 -1
  110. data/app/lib/katello/validators/not_in_library_validator.rb +1 -1
  111. data/app/lib/katello/validators/path_descendents_validator.rb +1 -1
  112. data/app/lib/katello/validators/prior_validator.rb +1 -1
  113. data/app/lib/katello/validators/product_unique_attribute_validator.rb +1 -1
  114. data/app/lib/katello/validators/repo_disablement_validator.rb +2 -2
  115. data/app/lib/katello/validators/root_repository_unique_attribute_validator.rb +1 -1
  116. data/app/lib/katello/validators/self_reference_environment_validator.rb +1 -1
  117. data/app/lib/katello/validators/unique_field_in_org.rb +1 -1
  118. data/app/models/katello/activation_key.rb +6 -17
  119. data/app/models/katello/authorization/flatpak_remote.rb +33 -0
  120. data/app/models/katello/concerns/content_facet_host_extensions.rb +2 -1
  121. data/app/models/katello/concerns/host_managed_extensions.rb +8 -5
  122. data/app/models/katello/concerns/http_proxy_extensions.rb +4 -0
  123. data/app/models/katello/concerns/smart_proxy_extensions.rb +30 -6
  124. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -8
  125. data/app/models/katello/content_view.rb +4 -2
  126. data/app/models/katello/content_view_erratum_filter.rb +18 -2
  127. data/app/models/katello/content_view_version.rb +6 -0
  128. data/app/models/katello/docker_manifest.rb +8 -0
  129. data/app/models/katello/docker_manifest_list.rb +8 -0
  130. data/app/models/katello/erratum.rb +8 -2
  131. data/app/models/katello/flatpak_remote.rb +16 -0
  132. data/app/models/katello/flatpak_remote_repository.rb +18 -0
  133. data/app/models/katello/flatpak_remote_repository_manifest.rb +4 -0
  134. data/app/models/katello/glue/candlepin/pool.rb +1 -1
  135. data/app/models/katello/glue/pulp/repos.rb +12 -1
  136. data/app/models/katello/host/content_facet.rb +42 -3
  137. data/app/models/katello/host/subscription_facet.rb +4 -12
  138. data/app/models/katello/repository.rb +21 -8
  139. data/app/models/katello/rhel_lifecycle_status.rb +6 -0
  140. data/app/models/katello/root_repository.rb +6 -8
  141. data/app/models/katello/upstream_pool.rb +1 -0
  142. data/app/overrides/add_organization_attributes.rb +6 -0
  143. data/app/services/katello/product_content_finder.rb +2 -1
  144. data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +1 -1
  145. data/app/services/katello/pulp3/docker_manifest.rb +3 -2
  146. data/app/services/katello/pulp3/docker_manifest_list.rb +3 -2
  147. data/app/services/katello/pulp3/repository/ansible_collection.rb +8 -1
  148. data/app/services/katello/pulp3/repository/apt.rb +16 -18
  149. data/app/services/katello/pulp3/repository/file.rb +4 -2
  150. data/app/services/katello/pulp3/repository.rb +4 -0
  151. data/app/services/katello/pulp3/task.rb +2 -2
  152. data/app/views/foreman/job_templates/bootc_action.erb +26 -0
  153. data/app/views/foreman/job_templates/bootc_rollback.erb +13 -0
  154. data/app/views/foreman/job_templates/bootc_status.erb +13 -0
  155. data/app/views/foreman/job_templates/bootc_switch.erb +13 -0
  156. data/app/views/foreman/job_templates/bootc_upgrade.erb +13 -0
  157. data/app/views/foreman/job_templates/flatpak_install.erb +23 -0
  158. data/app/views/foreman/job_templates/flatpak_login_action.erb +30 -0
  159. data/app/views/foreman/job_templates/flatpak_setup.erb +27 -0
  160. data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
  161. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
  162. data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +1 -1
  163. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
  164. data/app/views/katello/api/v2/activation_keys/base.json.rabl +0 -4
  165. data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -1
  166. data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -0
  167. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +5 -1
  168. data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -1
  169. data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -1
  170. data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +4 -0
  171. data/app/views/katello/api/v2/flatpak_remote_repositories/index.json.rabl +7 -0
  172. data/app/views/katello/api/v2/flatpak_remote_repositories/show.json.rabl +13 -0
  173. data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
  174. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +8 -0
  175. data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +11 -0
  176. data/app/views/katello/api/v2/flatpak_remotes/show.json.rabl +3 -0
  177. data/app/views/katello/api/v2/hosts/base.json.rabl +0 -8
  178. data/app/views/katello/api/v2/hosts/os_attributes.json.rabl +13 -0
  179. data/app/views/katello/api/v2/http_proxies/show.json.rabl +1 -0
  180. data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
  181. data/app/views/katello/api/v2/repositories/show.json.rabl +1 -0
  182. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +0 -4
  183. data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
  184. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +10 -4
  185. data/app/views/overrides/http_proxies/_update_setting_input.html.erb +18 -0
  186. data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
  187. data/config/initializers/monkeys.rb +0 -1
  188. data/config/initializers/pagelets.rb +6 -0
  189. data/config/routes/api/registry.rb +1 -0
  190. data/config/routes/api/v2.rb +21 -0
  191. data/config/routes/overrides.rb +1 -0
  192. data/config/routes.rb +2 -0
  193. data/db/migrate/20190605014649_add_purpose_addons.rb +0 -12
  194. data/db/migrate/20200213184848_create_evr_type.rb +126 -1
  195. data/db/migrate/20200818192230_update_system_purpose_status.rb +0 -1
  196. data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +0 -1
  197. data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +160 -0
  198. data/db/migrate/20241022121706_add_sync_dependencies_option.rb +5 -0
  199. data/db/migrate/20241101144625_remove_system_purpose_addons.rb +9 -0
  200. data/db/migrate/20241107002541_add_registry_url_to_katello_flatpak_remotes.rb +5 -0
  201. data/db/migrate/20241112145802_add_manifest_entity_to_content_facets.rb +7 -0
  202. data/db/migrate/20241120213713_add_allow_other_types_to_content_view_erratum_filter_rules.rb +6 -0
  203. data/db/migrate/20241206183052_add_content_type_to_container_manifests_and_lists.rb +9 -0
  204. data/db/seeds.d/75-job_templates.rb +5 -1
  205. data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +2 -2
  206. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js +3 -3
  207. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap.js +3 -3
  208. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +0 -5
  209. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +1 -41
  210. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +0 -12
  211. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html +1 -1
  212. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-system-purpose-modal.controller.js +1 -41
  213. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js +1 -1
  214. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
  215. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html +2 -2
  216. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +0 -13
  217. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -1
  218. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +0 -5
  219. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +1 -35
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -14
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +1 -1
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -2
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +46 -22
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +2 -1
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +4 -0
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html +1 -1
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +1 -1
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html +2 -1
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +85 -29
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +338 -93
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +340 -95
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +340 -95
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +341 -96
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +31 -54
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +338 -93
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +338 -93
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +341 -96
  239. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +349 -104
  240. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +338 -93
  241. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +33 -56
  242. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +338 -93
  243. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +80 -68
  244. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +340 -95
  245. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +340 -95
  246. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +339 -111
  247. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +340 -95
  248. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +379 -130
  249. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +342 -103
  250. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +70 -83
  251. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +84 -90
  252. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +340 -95
  253. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +130 -138
  254. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +338 -93
  255. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +340 -95
  256. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +343 -97
  257. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +340 -95
  258. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +340 -95
  259. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +340 -95
  260. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +338 -93
  261. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +338 -93
  262. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +40 -63
  263. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +338 -93
  264. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +338 -93
  265. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +343 -102
  266. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +338 -93
  267. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +340 -95
  268. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +338 -93
  269. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +340 -95
  270. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +340 -95
  271. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +338 -93
  272. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +338 -93
  273. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +338 -93
  274. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +338 -93
  275. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +70 -83
  276. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +362 -105
  277. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +29 -29
  278. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +1 -1
  279. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js +1 -1
  280. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html +2 -2
  281. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +24 -8
  282. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-tasks.html +2 -1
  283. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -2
  284. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -8
  285. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/os-versions.service.js +1 -0
  286. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html +3 -3
  287. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html +2 -1
  288. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html +4 -2
  289. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +2 -1
  290. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +3 -3
  291. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +1 -1
  292. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +1 -1
  293. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
  294. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +2 -2
  295. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -1
  296. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html +2 -2
  297. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -1
  298. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +1 -1
  299. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html +1 -1
  300. data/lib/katello/engine.rb +6 -0
  301. data/lib/katello/permission_creator.rb +37 -0
  302. data/lib/katello/permissions/host_permissions.rb +2 -0
  303. data/lib/katello/permissions/registry_permissions.rb +1 -0
  304. data/lib/katello/plugin.rb +18 -1
  305. data/lib/katello/repository_types/docker.rb +0 -1
  306. data/lib/katello/repository_types/python.rb +1 -1
  307. data/lib/katello/version.rb +1 -1
  308. data/lib/katello.rb +2 -0
  309. data/locale/Makefile +20 -24
  310. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  311. data/locale/bn/katello.po +248 -263
  312. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  313. data/locale/bn_IN/katello.po +247 -262
  314. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  315. data/locale/ca/katello.po +247 -262
  316. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  317. data/locale/cs/katello.po +524 -799
  318. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  319. data/locale/cs_CZ/katello.po +254 -269
  320. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  321. data/locale/de/katello.po +248 -263
  322. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  323. data/locale/de_AT/katello.po +247 -262
  324. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  325. data/locale/de_DE/katello.po +250 -265
  326. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  327. data/locale/el/katello.po +252 -267
  328. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  329. data/locale/en/katello.po +257 -271
  330. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  331. data/locale/en_GB/katello.po +264 -279
  332. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  333. data/locale/en_US/katello.po +247 -262
  334. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  335. data/locale/es/katello.po +248 -263
  336. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  337. data/locale/et_EE/katello.po +247 -262
  338. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  339. data/locale/fr/katello.po +250 -265
  340. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  341. data/locale/gl/katello.po +247 -262
  342. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  343. data/locale/gu/katello.po +250 -265
  344. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  345. data/locale/he_IL/katello.po +249 -264
  346. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  347. data/locale/hi/katello.po +248 -263
  348. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  349. data/locale/id/katello.po +264 -275
  350. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  351. data/locale/it/katello.po +254 -270
  352. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  353. data/locale/ja/katello.po +250 -265
  354. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  355. data/locale/ka/katello.po +247 -262
  356. data/locale/katello.pot +1216 -1215
  357. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  358. data/locale/kn/katello.po +248 -263
  359. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  360. data/locale/ko/katello.po +248 -263
  361. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  362. data/locale/ml_IN/katello.po +247 -262
  363. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  364. data/locale/mr/katello.po +248 -263
  365. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  366. data/locale/nl_NL/katello.po +254 -268
  367. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  368. data/locale/or/katello.po +248 -263
  369. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  370. data/locale/pa/katello.po +248 -263
  371. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  372. data/locale/pl/katello.po +249 -264
  373. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  374. data/locale/pl_PL/katello.po +247 -262
  375. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  376. data/locale/pt/katello.po +248 -263
  377. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  378. data/locale/pt_BR/katello.po +248 -263
  379. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  380. data/locale/ro/katello.po +247 -262
  381. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  382. data/locale/ro_RO/katello.po +247 -262
  383. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  384. data/locale/ru/katello.po +255 -270
  385. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  386. data/locale/sl/katello.po +247 -262
  387. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  388. data/locale/sv_SE/katello.po +249 -264
  389. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  390. data/locale/ta/katello.po +248 -263
  391. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  392. data/locale/ta_IN/katello.po +247 -262
  393. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  394. data/locale/te/katello.po +248 -263
  395. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  396. data/locale/tr/katello.po +247 -262
  397. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  398. data/locale/vi/katello.po +247 -262
  399. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  400. data/locale/vi_VN/katello.po +247 -262
  401. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  402. data/locale/zh/katello.po +247 -262
  403. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  404. data/locale/zh_CN/katello.po +250 -265
  405. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  406. data/locale/zh_TW/katello.po +257 -272
  407. data/webpack/ForemanColumnExtensions/index.js +73 -3
  408. data/webpack/ForemanColumnExtensions/index.scss +9 -0
  409. data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +1 -0
  410. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +1 -1
  411. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +1 -20
  412. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +3 -61
  413. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +0 -5
  414. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -5
  415. data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +87 -0
  416. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +28 -2
  417. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +1 -1
  418. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +2 -2
  419. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -1
  420. data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +55 -0
  421. data/webpack/containers/Application/config.js +5 -0
  422. data/webpack/global_index.js +3 -1
  423. data/webpack/redux/actions/RedHatRepositories/helpers.js +9 -0
  424. data/webpack/scenes/BootedContainerImages/BootedContainerImagesConstants.js +5 -0
  425. data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +242 -0
  426. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImages.fixtures.js +42 -0
  427. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImagesPage.test.js +233 -0
  428. data/webpack/scenes/BootedContainerImages/index.js +4 -0
  429. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +1 -2
  430. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +39 -7
  431. data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +13 -2
  432. data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +1 -1
  433. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +1 -0
  434. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +4 -2
  435. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +1 -2
  436. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +20 -1
  437. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +20 -1
  438. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +128 -18
  439. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +0 -1
  440. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +1 -2
  441. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -4
  442. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +5 -1
  443. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +6 -1
  444. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -1
  445. data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +5 -1
  446. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +4 -2
  447. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +38 -0
  448. data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +0 -1
  449. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +0 -10
  450. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -3
  451. data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +0 -1
  452. metadata +61 -58
  453. data/app/models/katello/activation_key_purpose_addon.rb +0 -6
  454. data/app/models/katello/purpose_addon.rb +0 -11
  455. data/app/models/katello/subscription_facet_purpose_addon.rb +0 -6
  456. data/lib/monkeys/fx_sqlite_skip.rb +0 -13
  457. data/locale/action_names.rb +0 -181
  458. data/locale/bn/katello.po.time_stamp +0 -0
  459. data/locale/bn_IN/katello.po.time_stamp +0 -0
  460. data/locale/ca/katello.po.time_stamp +0 -0
  461. data/locale/cs/katello.po.time_stamp +0 -0
  462. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  463. data/locale/de/katello.po.time_stamp +0 -0
  464. data/locale/de_AT/katello.po.time_stamp +0 -0
  465. data/locale/de_DE/katello.po.time_stamp +0 -0
  466. data/locale/el/katello.po.time_stamp +0 -0
  467. data/locale/en/katello.po.time_stamp +0 -0
  468. data/locale/en_GB/katello.po.time_stamp +0 -0
  469. data/locale/en_US/katello.po.time_stamp +0 -0
  470. data/locale/es/katello.po.time_stamp +0 -0
  471. data/locale/et_EE/katello.po.time_stamp +0 -0
  472. data/locale/fr/katello.po.time_stamp +0 -0
  473. data/locale/gl/katello.po.time_stamp +0 -0
  474. data/locale/gu/katello.po.time_stamp +0 -0
  475. data/locale/he_IL/katello.po.time_stamp +0 -0
  476. data/locale/hi/katello.po.time_stamp +0 -0
  477. data/locale/id/katello.po.time_stamp +0 -0
  478. data/locale/it/katello.po.time_stamp +0 -0
  479. data/locale/ja/katello.po.time_stamp +0 -0
  480. data/locale/ka/katello.po.time_stamp +0 -0
  481. data/locale/kn/katello.po.time_stamp +0 -0
  482. data/locale/ko/katello.po.time_stamp +0 -0
  483. data/locale/ml_IN/katello.po.time_stamp +0 -0
  484. data/locale/mr/katello.po.time_stamp +0 -0
  485. data/locale/nl_NL/katello.po.time_stamp +0 -0
  486. data/locale/or/katello.po.time_stamp +0 -0
  487. data/locale/pa/katello.po.time_stamp +0 -0
  488. data/locale/pl/katello.po.time_stamp +0 -0
  489. data/locale/pl_PL/katello.po.time_stamp +0 -0
  490. data/locale/pt/katello.po.time_stamp +0 -0
  491. data/locale/pt_BR/katello.po.time_stamp +0 -0
  492. data/locale/ro/katello.po.time_stamp +0 -0
  493. data/locale/ro_RO/katello.po.time_stamp +0 -0
  494. data/locale/ru/katello.po.time_stamp +0 -0
  495. data/locale/sl/katello.po.time_stamp +0 -0
  496. data/locale/sv_SE/katello.po.time_stamp +0 -0
  497. data/locale/ta/katello.po.time_stamp +0 -0
  498. data/locale/ta_IN/katello.po.time_stamp +0 -0
  499. data/locale/te/katello.po.time_stamp +0 -0
  500. data/locale/tr/katello.po.time_stamp +0 -0
  501. data/locale/vi/katello.po.time_stamp +0 -0
  502. data/locale/vi_VN/katello.po.time_stamp +0 -0
  503. data/locale/zh/katello.po.time_stamp +0 -0
  504. data/locale/zh_CN/katello.po.time_stamp +0 -0
  505. data/locale/zh_TW/katello.po.time_stamp +0 -0
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 1.0.0",
6
+ "Project-Id-Version": "katello 4.16.0.pre.master",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2017-12-19 20:14+0000",
9
9
  "Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4, 2022",
@@ -465,9 +465,6 @@
465
465
  "About page": [
466
466
  ""
467
467
  ],
468
- "Abstract async task": [
469
- ""
470
- ],
471
468
  "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
472
469
  ""
473
470
  ],
@@ -603,9 +600,6 @@
603
600
  "Add one or more host collections to one or more hosts": [
604
601
  ""
605
602
  ],
606
- "Add ons": [
607
- ""
608
- ],
609
603
  "Add products to sync plan": [
610
604
  ""
611
605
  ],
@@ -636,9 +630,6 @@
636
630
  "Add to a host collection": [
637
631
  ""
638
632
  ],
639
- "Add-ons": [
640
- ""
641
- ],
642
633
  "Added": [
643
634
  ""
644
635
  ],
@@ -699,15 +690,15 @@
699
690
  "All versions will be removed from these environments": [
700
691
  ""
701
692
  ],
702
- "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'.": [
703
- ""
704
- ],
705
693
  "Allow deleting repositories in published content views": [
706
694
  ""
707
695
  ],
708
696
  "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode.": [
709
697
  ""
710
698
  ],
699
+ "Allow hosts or activation keys to be associated with multiple content view environments": [
700
+ ""
701
+ ],
711
702
  "Allow hosts to re-register themselves only when they are in build mode": [
712
703
  ""
713
704
  ],
@@ -925,10 +916,10 @@
925
916
  "Assign the release version to one or more hosts": [
926
917
  ""
927
918
  ],
928
- "Assigning a host to multiple content view environments is not enabled.": [
919
+ "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
929
920
  ""
930
921
  ],
931
- "Assigning an activation key to multiple content view environments is not enabled.": [
922
+ "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
932
923
  ""
933
924
  ],
934
925
  "Associated location IDs": [
@@ -949,13 +940,13 @@
949
940
  "At least one activation key must have a lifecycle environment and content view assigned to it": [
950
941
  ""
951
942
  ],
952
- "At least one of the selected items requires the host to reboot": [
943
+ "At least one errata type option needs to be selected.": [
953
944
  ""
954
945
  ],
955
- "At least one organization must exist.": [
946
+ "At least one of the selected items requires the host to reboot": [
956
947
  ""
957
948
  ],
958
- "Atleast one errata type needs to be selected.": [
949
+ "At least one organization must exist.": [
959
950
  ""
960
951
  ],
961
952
  "Attach a subscription": [
@@ -982,9 +973,6 @@
982
973
  "Auto Publish - Triggered by '%s'": [
983
974
  ""
984
975
  ],
985
- "Auto attach subscriptions": [
986
- ""
987
- ],
988
976
  "Auto publish": [
989
977
  ""
990
978
  ],
@@ -1000,6 +988,12 @@
1000
988
  "Available Repositories": [
1001
989
  ""
1002
990
  ],
991
+ "Available image": [
992
+ ""
993
+ ],
994
+ "Available image digest": [
995
+ ""
996
+ ],
1003
997
  "Available schema versions": [
1004
998
  ""
1005
999
  ],
@@ -1015,6 +1009,9 @@
1015
1009
  "Base URL for finding alternate content": [
1016
1010
  ""
1017
1011
  ],
1012
+ "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/.": [
1013
+ ""
1014
+ ],
1018
1015
  "Base URL to perform repo discovery on": [
1019
1016
  ""
1020
1017
  ],
@@ -1060,6 +1057,24 @@
1060
1057
  "Bookmarks marked as public are available to all users": [
1061
1058
  ""
1062
1059
  ],
1060
+ "Bootc rollback via Bootc interface": [
1061
+ ""
1062
+ ],
1063
+ "Bootc status via Bootc interface": [
1064
+ ""
1065
+ ],
1066
+ "Bootc switch via Bootc interface": [
1067
+ ""
1068
+ ],
1069
+ "Bootc upgrade via Bootc interface": [
1070
+ ""
1071
+ ],
1072
+ "Booted Container Images": [
1073
+ ""
1074
+ ],
1075
+ "Booted container images": [
1076
+ ""
1077
+ ],
1063
1078
  "Both": [
1064
1079
  ""
1065
1080
  ],
@@ -1339,6 +1354,9 @@
1339
1354
  "Cannot upload Container Image content.": [
1340
1355
  ""
1341
1356
  ],
1357
+ "Cannot upload container content via Hammer/API. Use podman push instead.": [
1358
+ ""
1359
+ ],
1342
1360
  "Capacity": [
1343
1361
  ""
1344
1362
  ],
@@ -1414,13 +1432,13 @@
1414
1432
  "Collapse All": [
1415
1433
  ""
1416
1434
  ],
1417
- "Comma-separated list of Candlepin environment names associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1435
+ "Comma-separated list of content view environment labels associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1418
1436
  ""
1419
1437
  ],
1420
- "Comma-separated list of Candlepin environment names to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1438
+ "Comma-separated list of content view environment labels to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1421
1439
  ""
1422
1440
  ],
1423
- "Comma-separated list of Candlepin environment names to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1441
+ "Comma-separated list of content view environment labels to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1424
1442
  ""
1425
1443
  ],
1426
1444
  "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front.": [
@@ -1432,9 +1450,6 @@
1432
1450
  "Comma-separated list of tags to sync for a container image repository": [
1433
1451
  ""
1434
1452
  ],
1435
- "Commit upload": [
1436
- ""
1437
- ],
1438
1453
  "Compare": [
1439
1454
  ""
1440
1455
  ],
@@ -1645,6 +1660,9 @@
1645
1660
  "Content imported by %{user} into content view '%{name}'": [
1646
1661
  ""
1647
1662
  ],
1663
+ "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer.": [
1664
+ ""
1665
+ ],
1648
1666
  "Content not uploaded to pulp": [
1649
1667
  ""
1650
1668
  ],
@@ -1705,6 +1723,9 @@
1705
1723
  "Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish.": [
1706
1724
  ""
1707
1725
  ],
1726
+ "Content view environment": [
1727
+ ""
1728
+ ],
1708
1729
  "Content view environments": [
1709
1730
  ""
1710
1731
  ],
@@ -1753,6 +1774,9 @@
1753
1774
  "Content view version is empty": [
1754
1775
  ""
1755
1776
  ],
1777
+ "Content view version is empty or content counts are not up to date": [
1778
+ ""
1779
+ ],
1756
1780
  "Content views": [
1757
1781
  ""
1758
1782
  ],
@@ -1780,27 +1804,15 @@
1780
1804
  "Copy": [
1781
1805
  ""
1782
1806
  ],
1783
- "Copy all units": [
1784
- ""
1785
- ],
1786
1807
  "Copy an activation key": [
1787
1808
  ""
1788
1809
  ],
1789
- "Copy content": [
1790
- ""
1791
- ],
1792
1810
  "Copy content view": [
1793
1811
  ""
1794
1812
  ],
1795
1813
  "Copy to clipboard": [
1796
1814
  ""
1797
1815
  ],
1798
- "Copy version": [
1799
- ""
1800
- ],
1801
- "Copy version units to library": [
1802
- ""
1803
- ],
1804
1816
  "Cores per socket": [
1805
1817
  ""
1806
1818
  ],
@@ -1975,6 +1987,9 @@
1975
1987
  "Create a filter rule. The parameters included should be based upon the filter type.": [
1976
1988
  ""
1977
1989
  ],
1990
+ "Create a flatpak remote": [
1991
+ ""
1992
+ ],
1978
1993
  "Create a host collection": [
1979
1994
  ""
1980
1995
  ],
@@ -2005,21 +2020,12 @@
2005
2020
  "Create content view": [
2006
2021
  ""
2007
2022
  ],
2008
- "Create exporter": [
2009
- ""
2010
- ],
2011
2023
  "Create filter": [
2012
2024
  ""
2013
2025
  ],
2014
2026
  "Create host collection": [
2015
2027
  ""
2016
2028
  ],
2017
- "Create import": [
2018
- ""
2019
- ],
2020
- "Create importer": [
2021
- ""
2022
- ],
2023
2029
  "Create new activation key": [
2024
2030
  ""
2025
2031
  ],
@@ -2029,12 +2035,6 @@
2029
2035
  "Create package filter rule": [
2030
2036
  ""
2031
2037
  ],
2032
- "Create publication": [
2033
- ""
2034
- ],
2035
- "Create remote": [
2036
- ""
2037
- ],
2038
2038
  "Create rule": [
2039
2039
  ""
2040
2040
  ],
@@ -2260,6 +2260,9 @@
2260
2260
  "Delete a filter rule": [
2261
2261
  ""
2262
2262
  ],
2263
+ "Delete a flatpak remote": [
2264
+ ""
2265
+ ],
2263
2266
  "Delete activation key?": [
2264
2267
  ""
2265
2268
  ],
@@ -2281,36 +2284,12 @@
2281
2284
  "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view.": [
2282
2285
  ""
2283
2286
  ],
2284
- "Delete distributions": [
2285
- ""
2286
- ],
2287
2287
  "Delete manifest from Red Hat provider": [
2288
2288
  ""
2289
2289
  ],
2290
2290
  "Delete multiple filters from a content view": [
2291
2291
  ""
2292
2292
  ],
2293
- "Delete orphan alternate content sources": [
2294
- ""
2295
- ],
2296
- "Delete orphan distributions": [
2297
- ""
2298
- ],
2299
- "Delete orphan remotes": [
2300
- ""
2301
- ],
2302
- "Delete orphan repository versions": [
2303
- ""
2304
- ],
2305
- "Delete orphaned migrated repositories": [
2306
- ""
2307
- ],
2308
- "Delete remote": [
2309
- ""
2310
- ],
2311
- "Delete repository references": [
2312
- ""
2313
- ],
2314
2293
  "Delete version": [
2315
2294
  ""
2316
2295
  ],
@@ -2356,6 +2335,9 @@
2356
2335
  "Description for the new published content view version": [
2357
2336
  ""
2358
2337
  ],
2338
+ "Description of the flatpak remote": [
2339
+ ""
2340
+ ],
2359
2341
  "Description of the repository": [
2360
2342
  ""
2361
2343
  ],
@@ -2407,12 +2389,6 @@
2407
2389
  "Destroy an environment in an organization": [
2408
2390
  ""
2409
2391
  ],
2410
- "Destroy exporter": [
2411
- ""
2412
- ],
2413
- "Destroy importer": [
2414
- ""
2415
- ],
2416
2392
  "Destroy one or more alternate content sources": [
2417
2393
  ""
2418
2394
  ],
@@ -2461,9 +2437,6 @@
2461
2437
  "Disabling Simple Content Access failed for '%{subject}'.": [
2462
2438
  ""
2463
2439
  ],
2464
- "Discover": [
2465
- ""
2466
- ],
2467
2440
  "Discover Repositories": [
2468
2441
  ""
2469
2442
  ],
@@ -2659,9 +2632,6 @@
2659
2632
  "Environment cannot be in its own promotion path": [
2660
2633
  ""
2661
2634
  ],
2662
- "Environment contents refresh": [
2663
- ""
2664
- ],
2665
2635
  "Environment identifier": [
2666
2636
  ""
2667
2637
  ],
@@ -2701,9 +2671,6 @@
2701
2671
  "Errata id of the erratum (RHSA-2012:108)": [
2702
2672
  ""
2703
2673
  ],
2704
- "Errata mail": [
2705
- ""
2706
- ],
2707
2674
  "Errata statuses not updated for deleted content facet with UUID %s": [
2708
2675
  ""
2709
2676
  ],
@@ -2863,9 +2830,6 @@
2863
2830
  "Fetch installable errata for one or more hosts.": [
2864
2831
  ""
2865
2832
  ],
2866
- "Fetch pxe files": [
2867
- ""
2868
- ],
2869
2833
  "Fetch traces for one or more hosts": [
2870
2834
  ""
2871
2835
  ],
@@ -2959,9 +2923,6 @@
2959
2923
  "Filter versions that are components in the specified composite version": [
2960
2924
  ""
2961
2925
  ],
2962
- "Filtered index content": [
2963
- ""
2964
- ],
2965
2926
  "Filters": [
2966
2927
  "ফিল্টার"
2967
2928
  ],
@@ -2983,6 +2944,15 @@
2983
2944
  "Finished": [
2984
2945
  ""
2985
2946
  ],
2947
+ "Flatpak Remotes": [
2948
+ ""
2949
+ ],
2950
+ "Flatpak remote numeric identifier": [
2951
+ ""
2952
+ ],
2953
+ "Flatpak remote repository numeric identifier": [
2954
+ ""
2955
+ ],
2986
2956
  "Force": [
2987
2957
  ""
2988
2958
  ],
@@ -3043,9 +3013,6 @@
3043
3013
  "Generate host applicability": [
3044
3014
  ""
3045
3015
  ],
3046
- "Generate metadata": [
3047
- ""
3048
- ],
3049
3016
  "Generate repository applicability": [
3050
3017
  ""
3051
3018
  ],
@@ -3283,12 +3250,6 @@
3283
3250
  "How to order the sorted results (e.g. ASC for ascending)": [
3284
3251
  ""
3285
3252
  ],
3286
- "Hypervisors": [
3287
- ""
3288
- ],
3289
- "Hypervisors update": [
3290
- ""
3291
- ],
3292
3253
  "ID of a HTTP Proxy": [
3293
3254
  ""
3294
3255
  ],
@@ -3310,6 +3271,9 @@
3310
3271
  "ID of an organization to show repositories in": [
3311
3272
  ""
3312
3273
  ],
3274
+ "ID of flatpak remote to show repositories of": [
3275
+ ""
3276
+ ],
3313
3277
  "ID of the Organization": [
3314
3278
  ""
3315
3279
  ],
@@ -3370,12 +3334,18 @@
3370
3334
  "Id of the content host": [
3371
3335
  ""
3372
3336
  ],
3337
+ "Id of the content view to limit the content counting on": [
3338
+ ""
3339
+ ],
3373
3340
  "Id of the content view to limit the synchronization on": [
3374
3341
  ""
3375
3342
  ],
3376
3343
  "Id of the content view to limit verifying checksum on": [
3377
3344
  ""
3378
3345
  ],
3346
+ "Id of the environment to limit the content counting on": [
3347
+ ""
3348
+ ],
3379
3349
  "Id of the environment to limit the synchronization on": [
3380
3350
  ""
3381
3351
  ],
@@ -3397,6 +3367,9 @@
3397
3367
  "Id of the organization to limit environments on": [
3398
3368
  ""
3399
3369
  ],
3370
+ "Id of the repository to limit the content counting on": [
3371
+ ""
3372
+ ],
3400
3373
  "Id of the repository to limit the synchronization on": [
3401
3374
  ""
3402
3375
  ],
@@ -3532,6 +3505,27 @@
3532
3505
  "Image": [
3533
3506
  ""
3534
3507
  ],
3508
+ "Image digest": [
3509
+ ""
3510
+ ],
3511
+ "Image digests": [
3512
+ ""
3513
+ ],
3514
+ "Image mode": [
3515
+ ""
3516
+ ],
3517
+ "Image mode / package mode": [
3518
+ ""
3519
+ ],
3520
+ "Image mode details": [
3521
+ ""
3522
+ ],
3523
+ "Image name": [
3524
+ ""
3525
+ ],
3526
+ "Image-mode host": [
3527
+ ""
3528
+ ],
3535
3529
  "Immediate": [
3536
3530
  ""
3537
3531
  ],
@@ -3574,9 +3568,6 @@
3574
3568
  "Import a subscription manifest to give hosts access to Red Hat content.": [
3575
3569
  ""
3576
3570
  ],
3577
- "Import migration": [
3578
- ""
3579
- ],
3580
3571
  "Import new manifest": [
3581
3572
  ""
3582
3573
  ],
@@ -3586,12 +3577,6 @@
3586
3577
  "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
3587
3578
  ""
3588
3579
  ],
3589
- "Import repository upload": [
3590
- ""
3591
- ],
3592
- "Import upload": [
3593
- ""
3594
- ],
3595
3580
  "Import uploads into a repository": [
3596
3581
  ""
3597
3582
  ],
@@ -3634,6 +3619,9 @@
3634
3619
  "Include filter": [
3635
3620
  ""
3636
3621
  ],
3622
+ "Include manifests": [
3623
+ ""
3624
+ ],
3637
3625
  "Included": [
3638
3626
  ""
3639
3627
  ],
@@ -3655,9 +3643,6 @@
3655
3643
  "Incremental Update incomplete.": [
3656
3644
  ""
3657
3645
  ],
3658
- "Incremental Update of Content View Version(s) ": [
3659
- ""
3660
- ],
3661
3646
  "Incremental Update of %{content_view_count} Content View Version(s) ": [
3662
3647
  ""
3663
3648
  ],
@@ -3670,27 +3655,12 @@
3670
3655
  "Incremental update specified for composite %{name} version %{version}, but no components updated.": [
3671
3656
  ""
3672
3657
  ],
3673
- "Index content": [
3674
- ""
3675
- ],
3676
- "Index errata": [
3677
- ""
3678
- ],
3679
- "Index module streams": [
3680
- ""
3681
- ],
3682
- "Index package groups": [
3683
- ""
3684
- ],
3685
3658
  "Informable Type must be one of the following [ %{list} ]": [
3686
3659
  ""
3687
3660
  ],
3688
3661
  "Inherit from Repository": [
3689
3662
  ""
3690
3663
  ],
3691
- "Initialize": [
3692
- ""
3693
- ],
3694
3664
  "Initiate a sync of the products attached to the sync plan": [
3695
3665
  ""
3696
3666
  ],
@@ -3766,9 +3736,6 @@
3766
3736
  "Installing Package...": [
3767
3737
  ""
3768
3738
  ],
3769
- "Instance update": [
3770
- ""
3771
- ],
3772
3739
  "Instance-based": [
3773
3740
  ""
3774
3741
  ],
@@ -3799,7 +3766,7 @@
3799
3766
  "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'": [
3800
3767
  ""
3801
3768
  ],
3802
- "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or 'types'": [
3769
+ "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date', 'types', or 'allow_other_types'": [
3803
3770
  ""
3804
3771
  ],
3805
3772
  "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}": [
@@ -3883,9 +3850,27 @@
3883
3850
  "Job '${description}' has started.": [
3884
3851
  ""
3885
3852
  ],
3853
+ "Katello Bootc interface": [
3854
+ ""
3855
+ ],
3886
3856
  "Katello ID of local pool to update": [
3887
3857
  ""
3888
3858
  ],
3859
+ "Katello: Bootc Action": [
3860
+ ""
3861
+ ],
3862
+ "Katello: Bootc Rollback": [
3863
+ ""
3864
+ ],
3865
+ "Katello: Bootc Status": [
3866
+ ""
3867
+ ],
3868
+ "Katello: Bootc Switch": [
3869
+ ""
3870
+ ],
3871
+ "Katello: Bootc Upgrade": [
3872
+ ""
3873
+ ],
3889
3874
  "Katello: Configure host for new content source": [
3890
3875
  ""
3891
3876
  ],
@@ -3934,6 +3919,9 @@
3934
3919
  "Katello: Upload Profile": [
3935
3920
  ""
3936
3921
  ],
3922
+ "Keep latest packages": [
3923
+ ""
3924
+ ],
3937
3925
  "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)": [
3938
3926
  ""
3939
3927
  ],
@@ -3958,6 +3946,9 @@
3958
3946
  "Label of the content view": [
3959
3947
  ""
3960
3948
  ],
3949
+ "Label of the flatpak remote": [
3950
+ ""
3951
+ ],
3961
3952
  "Last check-in:": [
3962
3953
  ""
3963
3954
  ],
@@ -4123,6 +4114,9 @@
4123
4114
  "List available subscriptions from Red Hat Subscription Management": [
4124
4115
  ""
4125
4116
  ],
4117
+ "List booted bootc container images for hosts": [
4118
+ ""
4119
+ ],
4126
4120
  "List components attached to this content view": [
4127
4121
  ""
4128
4122
  ],
@@ -4162,6 +4156,15 @@
4162
4156
  "List filter rules": [
4163
4157
  ""
4164
4158
  ],
4159
+ "List flatpak remote repositories": [
4160
+ ""
4161
+ ],
4162
+ "List flatpak remote's repositories": [
4163
+ ""
4164
+ ],
4165
+ "List flatpak remotes": [
4166
+ ""
4167
+ ],
4165
4168
  "List host collections": [
4166
4169
  ""
4167
4170
  ],
@@ -4327,6 +4330,9 @@
4327
4330
  "List the lifecycle environments not attached to the smart proxy": [
4328
4331
  ""
4329
4332
  ],
4333
+ "Load balancer": [
4334
+ ""
4335
+ ],
4330
4336
  "Loading": [
4331
4337
  "লোড করা হচ্ছে"
4332
4338
  ],
@@ -4456,9 +4462,6 @@
4456
4462
  "Messaging connection": [
4457
4463
  ""
4458
4464
  ],
4459
- "Metadata generate": [
4460
- ""
4461
- ],
4462
4465
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories.": [
4463
4466
  ""
4464
4467
  ],
@@ -4468,6 +4471,12 @@
4468
4471
  "Minimum version": [
4469
4472
  ""
4470
4473
  ],
4474
+ "Mirror Remote Repository": [
4475
+ ""
4476
+ ],
4477
+ "Mirror a flatpak remote repository": [
4478
+ ""
4479
+ ],
4471
4480
  "Missing activation key!": [
4472
4481
  ""
4473
4482
  ],
@@ -4480,6 +4489,9 @@
4480
4489
  "Moderate": [
4481
4490
  ""
4482
4491
  ],
4492
+ "Modify via remote execution": [
4493
+ ""
4494
+ ],
4483
4495
  "Modular": [
4484
4496
  ""
4485
4497
  ],
@@ -4501,13 +4513,7 @@
4501
4513
  "Module streams will appear here after enabling Red Hat repositories or creating custom products.": [
4502
4514
  ""
4503
4515
  ],
4504
- "Multi copy all units": [
4505
- ""
4506
- ],
4507
- "Multi copy content": [
4508
- ""
4509
- ],
4510
- "Multi copy units": [
4516
+ "Multi Content View Environment": [
4511
4517
  ""
4512
4518
  ],
4513
4519
  "Multi-entitlement": [
@@ -4561,6 +4567,12 @@
4561
4567
  "Name of the content view": [
4562
4568
  ""
4563
4569
  ],
4570
+ "Name of the flatpak remote": [
4571
+ ""
4572
+ ],
4573
+ "Name of the flatpak remote repository": [
4574
+ ""
4575
+ ],
4564
4576
  "Name of the host": [
4565
4577
  ""
4566
4578
  ],
@@ -4684,6 +4696,9 @@
4684
4696
  "No content in selected versions.": [
4685
4697
  ""
4686
4698
  ],
4699
+ "No content view environments": [
4700
+ ""
4701
+ ],
4687
4702
  "No content view environments found with ids: %{ids}": [
4688
4703
  ""
4689
4704
  ],
@@ -4720,9 +4735,6 @@
4720
4735
  "No enabled repositories match your search criteria.": [
4721
4736
  ""
4722
4737
  ],
4723
- "No environment": [
4724
- ""
4725
- ],
4726
4738
  "No environments": [
4727
4739
  ""
4728
4740
  ],
@@ -5305,7 +5317,10 @@
5305
5317
  "Package installation: \\\"%{package}\\\" ": [
5306
5318
  ""
5307
5319
  ],
5308
- "Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg, bdist_dumb, bdist_egg, bdist_msi, bdist_rpm, bdist_wheel, bdist_wininst, sdist.": [
5320
+ "Package mode": [
5321
+ ""
5322
+ ],
5323
+ "Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg,bdist_dumb,bdist_egg,bdist_msi,bdist_rpm,bdist_wheel,bdist_wininst,sdist.": [
5309
5324
  ""
5310
5325
  ],
5311
5326
  "Packages": [
@@ -5434,6 +5449,9 @@
5434
5449
  "Policy to set for mirroring content. Must be one of %s.": [
5435
5450
  ""
5436
5451
  ],
5452
+ "Possible values: %s": [
5453
+ ""
5454
+ ],
5437
5455
  "Prefer registered through Smart Proxy for remote execution": [
5438
5456
  ""
5439
5457
  ],
@@ -5482,6 +5500,9 @@
5482
5500
  "Product ID": [
5483
5501
  ""
5484
5502
  ],
5503
+ "Product ID to mirror the remote repository to": [
5504
+ ""
5505
+ ],
5485
5506
  "Product and Repositories": [
5486
5507
  ""
5487
5508
  ],
@@ -5662,9 +5683,6 @@
5662
5683
  "Pulp task error": [
5663
5684
  ""
5664
5685
  ],
5665
- "Purge completed tasks": [
5666
- ""
5667
- ],
5668
5686
  "Python Package": [
5669
5687
  ""
5670
5688
  ],
@@ -5773,9 +5791,6 @@
5773
5791
  "Reclaim Space": [
5774
5792
  ""
5775
5793
  ],
5776
- "Reclaim space": [
5777
- ""
5778
- ],
5779
5794
  "Reclaim space from On Demand repositories": [
5780
5795
  ""
5781
5796
  ],
@@ -5839,9 +5854,6 @@
5839
5854
  "Refresh all alternate content sources": [
5840
5855
  ""
5841
5856
  ],
5842
- "Refresh all distributions": [
5843
- ""
5844
- ],
5845
5857
  "Refresh alternate content sources": [
5846
5858
  ""
5847
5859
  ],
@@ -5854,27 +5866,15 @@
5854
5866
  "Refresh counts": [
5855
5867
  ""
5856
5868
  ],
5857
- "Refresh distribution": [
5858
- ""
5859
- ],
5860
5869
  "Refresh errata applicability": [
5861
5870
  ""
5862
5871
  ],
5863
- "Refresh if needed": [
5864
- ""
5865
- ],
5866
5872
  "Refresh package applicability": [
5867
5873
  ""
5868
5874
  ],
5869
5875
  "Refresh previously imported manifest for Red Hat provider": [
5870
5876
  ""
5871
5877
  ],
5872
- "Refresh remote": [
5873
- ""
5874
- ],
5875
- "Refresh repos": [
5876
- ""
5877
- ],
5878
5878
  "Refresh source": [
5879
5879
  ""
5880
5880
  ],
@@ -5899,6 +5899,9 @@
5899
5899
  "Registered on": [
5900
5900
  ""
5901
5901
  ],
5902
+ "Registered to": [
5903
+ ""
5904
+ ],
5902
5905
  "Registering to multiple environments is not enabled.": [
5903
5906
  ""
5904
5907
  ],
@@ -5914,9 +5917,6 @@
5914
5917
  "Registry name pattern will result in invalid container image name of member repositories": [
5915
5918
  ""
5916
5919
  ],
5917
- "Reindex subscriptions": [
5918
- ""
5919
- ],
5920
5920
  "Related composite content views": [
5921
5921
  ""
5922
5922
  ],
@@ -6013,9 +6013,6 @@
6013
6013
  "Remove one or more subscriptions from an upstream manifest": [
6014
6014
  ""
6015
6015
  ],
6016
- "Remove orphans": [
6017
- ""
6018
- ],
6019
6016
  "Remove package group via Katello interface": [
6020
6017
  ""
6021
6018
  ],
@@ -6043,12 +6040,6 @@
6043
6040
  "Remove subscriptions from one or more hosts": [
6044
6041
  ""
6045
6042
  ],
6046
- "Remove units": [
6047
- ""
6048
- ],
6049
- "Remove unneeded repos": [
6050
- ""
6051
- ],
6052
6043
  "Remove versions and/or environments from a content view and reassign systems and keys": [
6053
6044
  ""
6054
6045
  ],
@@ -6073,9 +6064,6 @@
6073
6064
  "Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
6074
6065
  ""
6075
6066
  ],
6076
- "Repair": [
6077
- ""
6078
- ],
6079
6067
  "Replace content source on the target machine": [
6080
6068
  ""
6081
6069
  ],
@@ -6094,18 +6082,12 @@
6094
6082
  "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
6095
6083
  ""
6096
6084
  ],
6097
- "Repositories certs reset": [
6098
- ""
6099
- ],
6100
6085
  "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions.": [
6101
6086
  ""
6102
6087
  ],
6103
6088
  "Repositories from published Content Views are not allowed.": [
6104
6089
  ""
6105
6090
  ],
6106
- "Repositories gpg reset": [
6107
- ""
6108
- ],
6109
6091
  "Repository": [
6110
6092
  ""
6111
6093
  ],
@@ -6397,6 +6379,12 @@
6397
6379
  "Roles": [
6398
6380
  "ভূমিকা"
6399
6381
  ],
6382
+ "Rollback image": [
6383
+ ""
6384
+ ],
6385
+ "Rollback image digest": [
6386
+ ""
6387
+ ],
6400
6388
  "Rules to be added": [
6401
6389
  ""
6402
6390
  ],
@@ -6409,6 +6397,12 @@
6409
6397
  "Running": [
6410
6398
  ""
6411
6399
  ],
6400
+ "Running image": [
6401
+ ""
6402
+ ],
6403
+ "Running image digest": [
6404
+ ""
6405
+ ],
6412
6406
  "SKU": [
6413
6407
  ""
6414
6408
  ],
@@ -6436,25 +6430,10 @@
6436
6430
  "Save": [
6437
6431
  "সংরক্ষণ করুন"
6438
6432
  ],
6439
- "Save artifact": [
6440
- ""
6441
- ],
6442
- "Save distribution references": [
6443
- ""
6444
- ],
6445
- "Save publication": [
6446
- ""
6447
- ],
6448
- "Save version": [
6449
- ""
6450
- ],
6451
- "Save versions": [
6452
- ""
6453
- ],
6454
6433
  "Saving alternate content source...": [
6455
6434
  ""
6456
6435
  ],
6457
- "Scan cdn": [
6436
+ "Scan a flatpak remote": [
6458
6437
  ""
6459
6438
  ],
6460
6439
  "Schema version 1": [
@@ -6562,9 +6541,6 @@
6562
6541
  "Select action": [
6563
6542
  ""
6564
6543
  ],
6565
- "Select add-ons": [
6566
- ""
6567
- ],
6568
6544
  "Select all": [
6569
6545
  ""
6570
6546
  ],
@@ -6703,13 +6679,13 @@
6703
6679
  "Set content overrides to one or more hosts": [
6704
6680
  ""
6705
6681
  ],
6706
- "Set true to override to enabled; Set false to override to disabled.'": [
6682
+ "Set this HTTP proxy as the default content HTTP proxy": [
6707
6683
  ""
6708
6684
  ],
6709
- "Set true to remove an override and reset it to 'default'": [
6685
+ "Set true to override to enabled; Set false to override to disabled.'": [
6710
6686
  ""
6711
6687
  ],
6712
- "Sets the system add-ons": [
6688
+ "Set true to remove an override and reset it to 'default'": [
6713
6689
  ""
6714
6690
  ],
6715
6691
  "Sets the system purpose usage": [
@@ -6745,6 +6721,12 @@
6745
6721
  "Show a content view's history": [
6746
6722
  ""
6747
6723
  ],
6724
+ "Show a flatpak remote": [
6725
+ ""
6726
+ ],
6727
+ "Show a flatpak remote repository": [
6728
+ ""
6729
+ ],
6748
6730
  "Show a host collection": [
6749
6731
  ""
6750
6732
  ],
@@ -7072,6 +7054,12 @@
7072
7054
  "Stacking ID": [
7073
7055
  ""
7074
7056
  ],
7057
+ "Staged image": [
7058
+ ""
7059
+ ],
7060
+ "Staged image digest": [
7061
+ ""
7062
+ ],
7075
7063
  "Start Date": [
7076
7064
  ""
7077
7065
  ],
@@ -7237,9 +7225,6 @@
7237
7225
  "Supported Content Types": [
7238
7226
  ""
7239
7227
  ],
7240
- "Sync": [
7241
- ""
7242
- ],
7243
7228
  "Sync Canceled": [
7244
7229
  ""
7245
7230
  ],
@@ -7294,9 +7279,6 @@
7294
7279
  "Sync all repositories for a product": [
7295
7280
  ""
7296
7281
  ],
7297
- "Sync capsule": [
7298
- ""
7299
- ],
7300
7282
  "Sync complete.": [
7301
7283
  ""
7302
7284
  ],
@@ -7315,9 +7297,6 @@
7315
7297
  "Sync state": [
7316
7298
  ""
7317
7299
  ],
7318
- "Syncable export": [
7319
- ""
7320
- ],
7321
7300
  "Synced": [
7322
7301
  ""
7323
7302
  ],
@@ -7432,6 +7411,9 @@
7432
7411
  "The actual file contents": [
7433
7412
  ""
7434
7413
  ],
7414
+ "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions.": [
7415
+ ""
7416
+ ],
7435
7417
  "The content type for the Alternate Content Source": [
7436
7418
  ""
7437
7419
  ],
@@ -7675,6 +7657,9 @@
7675
7657
  "This content view version doesn't have a history.": [
7676
7658
  ""
7677
7659
  ],
7660
+ "This content view version is used in one or more multi-environment hosts. The version will simply be removed from the multi-environment hosts. The content view and lifecycle environment you select here will only apply to single-environment hosts. See hammer activation-key --help for more details.": [
7661
+ ""
7662
+ ],
7678
7663
  "This content view will be automatically updated to the latest version.": [
7679
7664
  ""
7680
7665
  ],
@@ -7687,6 +7672,9 @@
7687
7672
  "This endpoint is primarily designed for UI interactions and uploading content into the repository. For API-based uploads, please use the 'content_uploads' endpoint instead.": [
7688
7673
  ""
7689
7674
  ],
7675
+ "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
7676
+ ""
7677
+ ],
7690
7678
  "This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
7691
7679
  ""
7692
7680
  ],
@@ -7813,7 +7801,7 @@
7813
7801
  "To manage packages, select an action.": [
7814
7802
  ""
7815
7803
  ],
7816
- "Toggle": [
7804
+ "Token/password for the flatpak remote": [
7817
7805
  ""
7818
7806
  ],
7819
7807
  "Total steps: ": [
@@ -8077,6 +8065,9 @@
8077
8065
  "Update a filter rule. The parameters included should be based upon the filter type.": [
8078
8066
  ""
8079
8067
  ],
8068
+ "Update a flatpak remote": [
8069
+ ""
8070
+ ],
8080
8071
  "Update a host collection": [
8081
8072
  ""
8082
8073
  ],
@@ -8101,27 +8092,15 @@
8101
8092
  "Update content counts for the smart proxy": [
8102
8093
  ""
8103
8094
  ],
8104
- "Update content urls": [
8105
- ""
8106
- ],
8107
8095
  "Update content view environments for host": [
8108
8096
  ""
8109
8097
  ],
8110
8098
  "Update content view environments for host %s": [
8111
8099
  ""
8112
8100
  ],
8113
- "Update distributions": [
8114
- ""
8115
- ],
8116
8101
  "Update hosts manually": [
8117
8102
  ""
8118
8103
  ],
8119
- "Update http proxy": [
8120
- ""
8121
- ],
8122
- "Update http proxy details": [
8123
- ""
8124
- ],
8125
8104
  "Update installed packages, enabled repos, module inventory": [
8126
8105
  ""
8127
8106
  ],
@@ -8137,21 +8116,12 @@
8137
8116
  "Update packages via Katello interface": [
8138
8117
  ""
8139
8118
  ],
8140
- "Update redhat repository": [
8141
- ""
8142
- ],
8143
8119
  "Update release version for host": [
8144
8120
  ""
8145
8121
  ],
8146
8122
  "Update release version for host %s": [
8147
8123
  ""
8148
8124
  ],
8149
- "Update remote": [
8150
- ""
8151
- ],
8152
- "Update repository": [
8153
- ""
8154
- ],
8155
8125
  "Update services requiring restart": [
8156
8126
  ""
8157
8127
  ],
@@ -8242,12 +8212,6 @@
8242
8212
  "Upload a subscription manifest": [
8243
8213
  ""
8244
8214
  ],
8245
- "Upload content": [
8246
- ""
8247
- ],
8248
- "Upload file": [
8249
- ""
8250
- ],
8251
8215
  "Upload into": [
8252
8216
  ""
8253
8217
  ],
@@ -8257,9 +8221,6 @@
8257
8221
  "Upload request id": [
8258
8222
  ""
8259
8223
  ],
8260
- "Upload tag": [
8261
- ""
8262
- ],
8263
8224
  "Upstream Candlepin": [
8264
8225
  ""
8265
8226
  ],
@@ -8347,6 +8308,9 @@
8347
8308
  "Username for authentication. Relevant only for 'upstream_server' type.": [
8348
8309
  ""
8349
8310
  ],
8311
+ "Username for the flatpak remote": [
8312
+ ""
8313
+ ],
8350
8314
  "Username of the upstream repository user used for authentication": [
8351
8315
  ""
8352
8316
  ],
@@ -8371,9 +8335,6 @@
8371
8335
  "Verify SSL": [
8372
8336
  ""
8373
8337
  ],
8374
- "Verify checksum": [
8375
- ""
8376
- ],
8377
8338
  "Verify checksum for content on smart proxy": [
8378
8339
  ""
8379
8340
  ],
@@ -8680,6 +8641,9 @@
8680
8641
  "actions not found": [
8681
8642
  ""
8682
8643
  ],
8644
+ "activation key": [
8645
+ ""
8646
+ ],
8683
8647
  "activation key identifier": [
8684
8648
  ""
8685
8649
  ],
@@ -8791,7 +8755,7 @@
8791
8755
  "cannot be set because unlimited hosts is set": [
8792
8756
  ""
8793
8757
  ],
8794
- "cannot be set for non-yum repositories.": [
8758
+ "cannot be set for repositories without 'Additive' mirroring policy.": [
8795
8759
  ""
8796
8760
  ],
8797
8761
  "cannot contain characters other than ascii alpha numerals, '_', '-'. ": [
@@ -8833,6 +8797,9 @@
8833
8797
  "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')": [
8834
8798
  ""
8835
8799
  ],
8800
+ "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')": [
8801
+ ""
8802
+ ],
8836
8803
  "content view component ID. Identifier of the component association": [
8837
8804
  ""
8838
8805
  ],
@@ -8917,7 +8884,7 @@
8917
8884
  "disk": [
8918
8885
  ""
8919
8886
  ],
8920
- "download policy for yum, deb, and docker repos (either 'immediate' or 'on_demand')": [
8887
+ "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')": [
8921
8888
  ""
8922
8889
  ],
8923
8890
  "enables or disables synchronization": [
@@ -8956,6 +8923,9 @@
8956
8923
  "erratum: IDs or a select all object": [
8957
8924
  ""
8958
8925
  ],
8926
+ "erratum: allow types not matching a valid errata type": [
8927
+ ""
8928
+ ],
8959
8929
  "erratum: end date (YYYY-MM-DD)": [
8960
8930
  ""
8961
8931
  ],
@@ -9016,6 +8986,9 @@
9016
8986
  "here": [
9017
8987
  ""
9018
8988
  ],
8989
+ "host": [
8990
+ ""
8991
+ ],
9019
8992
  "host collection name to filter by": [
9020
8993
  ""
9021
8994
  ],
@@ -9136,6 +9109,18 @@
9136
9109
  "module streams not found": [
9137
9110
  ""
9138
9111
  ],
9112
+ "multi-environment activation key": [
9113
+ ""
9114
+ ],
9115
+ "multi-environment activation keys": [
9116
+ ""
9117
+ ],
9118
+ "multi-environment host": [
9119
+ ""
9120
+ ],
9121
+ "multi-environment hosts": [
9122
+ ""
9123
+ ],
9139
9124
  "must be %{gpg_key} or %{cert}": [
9140
9125
  ""
9141
9126
  ],