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
@@ -466,9 +466,6 @@
466
466
  "About page": [
467
467
  ""
468
468
  ],
469
- "Abstract async task": [
470
- "Tarea de sincronización abstracta"
471
- ],
472
469
  "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
473
470
  ""
474
471
  ],
@@ -604,9 +601,6 @@
604
601
  "Add one or more host collections to one or more hosts": [
605
602
  "Agregar una o más colecciones de hosts a uno o más hosts"
606
603
  ],
607
- "Add ons": [
608
- "Complementos"
609
- ],
610
604
  "Add products to sync plan": [
611
605
  "Añadir productos al plan de sincronización"
612
606
  ],
@@ -637,9 +631,6 @@
637
631
  "Add to a host collection": [
638
632
  ""
639
633
  ],
640
- "Add-ons": [
641
- ""
642
- ],
643
634
  "Added": [
644
635
  ""
645
636
  ],
@@ -700,15 +691,15 @@
700
691
  "All versions will be removed from these environments": [
701
692
  ""
702
693
  ],
703
- "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'.": [
704
- ""
705
- ],
706
694
  "Allow deleting repositories in published content views": [
707
695
  ""
708
696
  ],
709
697
  "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode.": [
710
698
  ""
711
699
  ],
700
+ "Allow hosts or activation keys to be associated with multiple content view environments": [
701
+ ""
702
+ ],
712
703
  "Allow hosts to re-register themselves only when they are in build mode": [
713
704
  ""
714
705
  ],
@@ -927,10 +918,10 @@
927
918
  "Assign the release version to one or more hosts": [
928
919
  "Asignar la versión de lanzamiento a uno o más hosts"
929
920
  ],
930
- "Assigning a host to multiple content view environments is not enabled.": [
921
+ "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
931
922
  ""
932
923
  ],
933
- "Assigning an activation key to multiple content view environments is not enabled.": [
924
+ "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
934
925
  ""
935
926
  ],
936
927
  "Associated location IDs": [
@@ -951,15 +942,15 @@
951
942
  "At least one activation key must have a lifecycle environment and content view assigned to it": [
952
943
  "Al menos una llave de activación debe tener un entorno del ciclo de vida y una vista de contenido asignados a ella"
953
944
  ],
945
+ "At least one errata type option needs to be selected.": [
946
+ ""
947
+ ],
954
948
  "At least one of the selected items requires the host to reboot": [
955
949
  ""
956
950
  ],
957
951
  "At least one organization must exist.": [
958
952
  "Al menos una organización debe existir."
959
953
  ],
960
- "Atleast one errata type needs to be selected.": [
961
- ""
962
- ],
963
954
  "Attach a subscription": [
964
955
  "Agregar una suscripción"
965
956
  ],
@@ -984,9 +975,6 @@
984
975
  "Auto Publish - Triggered by '%s'": [
985
976
  "Publicación automática - Activada por '%s'"
986
977
  ],
987
- "Auto attach subscriptions": [
988
- "Autoagregar suscripciones"
989
- ],
990
978
  "Auto publish": [
991
979
  ""
992
980
  ],
@@ -1002,6 +990,12 @@
1002
990
  "Available Repositories": [
1003
991
  "Repositorios disponibles"
1004
992
  ],
993
+ "Available image": [
994
+ ""
995
+ ],
996
+ "Available image digest": [
997
+ ""
998
+ ],
1005
999
  "Available schema versions": [
1006
1000
  ""
1007
1001
  ],
@@ -1017,6 +1011,9 @@
1017
1011
  "Base URL for finding alternate content": [
1018
1012
  ""
1019
1013
  ],
1014
+ "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/.": [
1015
+ ""
1016
+ ],
1020
1017
  "Base URL to perform repo discovery on": [
1021
1018
  "URL base en la que realizar la detección de repositorio"
1022
1019
  ],
@@ -1062,6 +1059,24 @@
1062
1059
  "Bookmarks marked as public are available to all users": [
1063
1060
  ""
1064
1061
  ],
1062
+ "Bootc rollback via Bootc interface": [
1063
+ ""
1064
+ ],
1065
+ "Bootc status via Bootc interface": [
1066
+ ""
1067
+ ],
1068
+ "Bootc switch via Bootc interface": [
1069
+ ""
1070
+ ],
1071
+ "Bootc upgrade via Bootc interface": [
1072
+ ""
1073
+ ],
1074
+ "Booted Container Images": [
1075
+ ""
1076
+ ],
1077
+ "Booted container images": [
1078
+ ""
1079
+ ],
1065
1080
  "Both": [
1066
1081
  ""
1067
1082
  ],
@@ -1341,6 +1356,9 @@
1341
1356
  "Cannot upload Container Image content.": [
1342
1357
  "No se puede cargar el contenido de la imagen del contenedor."
1343
1358
  ],
1359
+ "Cannot upload container content via Hammer/API. Use podman push instead.": [
1360
+ ""
1361
+ ],
1344
1362
  "Capacity": [
1345
1363
  "Capacidad"
1346
1364
  ],
@@ -1416,13 +1434,13 @@
1416
1434
  "Collapse All": [
1417
1435
  "Contraer todo"
1418
1436
  ],
1419
- "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.": [
1437
+ "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.": [
1420
1438
  ""
1421
1439
  ],
1422
- "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.": [
1440
+ "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.": [
1423
1441
  ""
1424
1442
  ],
1425
- "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.": [
1443
+ "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.": [
1426
1444
  ""
1427
1445
  ],
1428
1446
  "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front.": [
@@ -1434,9 +1452,6 @@
1434
1452
  "Comma-separated list of tags to sync for a container image repository": [
1435
1453
  ""
1436
1454
  ],
1437
- "Commit upload": [
1438
- ""
1439
- ],
1440
1455
  "Compare": [
1441
1456
  ""
1442
1457
  ],
@@ -1647,6 +1662,9 @@
1647
1662
  "Content imported by %{user} into content view '%{name}'": [
1648
1663
  ""
1649
1664
  ],
1665
+ "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer.": [
1666
+ ""
1667
+ ],
1650
1668
  "Content not uploaded to pulp": [
1651
1669
  ""
1652
1670
  ],
@@ -1707,6 +1725,9 @@
1707
1725
  "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.": [
1708
1726
  ""
1709
1727
  ],
1728
+ "Content view environment": [
1729
+ ""
1730
+ ],
1710
1731
  "Content view environments": [
1711
1732
  ""
1712
1733
  ],
@@ -1755,6 +1776,9 @@
1755
1776
  "Content view version is empty": [
1756
1777
  ""
1757
1778
  ],
1779
+ "Content view version is empty or content counts are not up to date": [
1780
+ ""
1781
+ ],
1758
1782
  "Content views": [
1759
1783
  ""
1760
1784
  ],
@@ -1782,27 +1806,15 @@
1782
1806
  "Copy": [
1783
1807
  ""
1784
1808
  ],
1785
- "Copy all units": [
1786
- ""
1787
- ],
1788
1809
  "Copy an activation key": [
1789
1810
  "Copiar una clave de activación"
1790
1811
  ],
1791
- "Copy content": [
1792
- ""
1793
- ],
1794
1812
  "Copy content view": [
1795
1813
  ""
1796
1814
  ],
1797
1815
  "Copy to clipboard": [
1798
1816
  "Copiar al portapapeles"
1799
1817
  ],
1800
- "Copy version": [
1801
- ""
1802
- ],
1803
- "Copy version units to library": [
1804
- "Copiar unidades de versión a la biblioteca"
1805
- ],
1806
1818
  "Cores per socket": [
1807
1819
  "Núcleos por socket"
1808
1820
  ],
@@ -1977,6 +1989,9 @@
1977
1989
  "Create a filter rule. The parameters included should be based upon the filter type.": [
1978
1990
  "Crear una regla de filtro. Los parámetros incluidos se deben basar en el tipo de filtro."
1979
1991
  ],
1992
+ "Create a flatpak remote": [
1993
+ ""
1994
+ ],
1980
1995
  "Create a host collection": [
1981
1996
  "Crear una recopilación de hosts"
1982
1997
  ],
@@ -2007,21 +2022,12 @@
2007
2022
  "Create content view": [
2008
2023
  ""
2009
2024
  ],
2010
- "Create exporter": [
2011
- ""
2012
- ],
2013
2025
  "Create filter": [
2014
2026
  ""
2015
2027
  ],
2016
2028
  "Create host collection": [
2017
2029
  ""
2018
2030
  ],
2019
- "Create import": [
2020
- ""
2021
- ],
2022
- "Create importer": [
2023
- ""
2024
- ],
2025
2031
  "Create new activation key": [
2026
2032
  ""
2027
2033
  ],
@@ -2031,12 +2037,6 @@
2031
2037
  "Create package filter rule": [
2032
2038
  ""
2033
2039
  ],
2034
- "Create publication": [
2035
- ""
2036
- ],
2037
- "Create remote": [
2038
- ""
2039
- ],
2040
2040
  "Create rule": [
2041
2041
  ""
2042
2042
  ],
@@ -2262,6 +2262,9 @@
2262
2262
  "Delete a filter rule": [
2263
2263
  "Borrar una regla de filtro"
2264
2264
  ],
2265
+ "Delete a flatpak remote": [
2266
+ ""
2267
+ ],
2265
2268
  "Delete activation key?": [
2266
2269
  ""
2267
2270
  ],
@@ -2283,36 +2286,12 @@
2283
2286
  "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.": [
2284
2287
  ""
2285
2288
  ],
2286
- "Delete distributions": [
2287
- ""
2288
- ],
2289
2289
  "Delete manifest from Red Hat provider": [
2290
2290
  "Borrar manifiesto de proveedor de Red Hat"
2291
2291
  ],
2292
2292
  "Delete multiple filters from a content view": [
2293
2293
  ""
2294
2294
  ],
2295
- "Delete orphan alternate content sources": [
2296
- ""
2297
- ],
2298
- "Delete orphan distributions": [
2299
- ""
2300
- ],
2301
- "Delete orphan remotes": [
2302
- ""
2303
- ],
2304
- "Delete orphan repository versions": [
2305
- ""
2306
- ],
2307
- "Delete orphaned migrated repositories": [
2308
- ""
2309
- ],
2310
- "Delete remote": [
2311
- ""
2312
- ],
2313
- "Delete repository references": [
2314
- ""
2315
- ],
2316
2295
  "Delete version": [
2317
2296
  ""
2318
2297
  ],
@@ -2358,6 +2337,9 @@
2358
2337
  "Description for the new published content view version": [
2359
2338
  "Descripción para la nueva versión de vista de contenido publicada"
2360
2339
  ],
2340
+ "Description of the flatpak remote": [
2341
+ ""
2342
+ ],
2361
2343
  "Description of the repository": [
2362
2344
  "Descripción del repositorio"
2363
2345
  ],
@@ -2409,12 +2391,6 @@
2409
2391
  "Destroy an environment in an organization": [
2410
2392
  "Destruir un entorno en una organización"
2411
2393
  ],
2412
- "Destroy exporter": [
2413
- ""
2414
- ],
2415
- "Destroy importer": [
2416
- ""
2417
- ],
2418
2394
  "Destroy one or more alternate content sources": [
2419
2395
  ""
2420
2396
  ],
@@ -2463,9 +2439,6 @@
2463
2439
  "Disabling Simple Content Access failed for '%{subject}'.": [
2464
2440
  ""
2465
2441
  ],
2466
- "Discover": [
2467
- "Descubrir"
2468
- ],
2469
2442
  "Discover Repositories": [
2470
2443
  "Detectar repositorios"
2471
2444
  ],
@@ -2661,9 +2634,6 @@
2661
2634
  "Environment cannot be in its own promotion path": [
2662
2635
  "No puede haber entorno en su propia ruta de entorno"
2663
2636
  ],
2664
- "Environment contents refresh": [
2665
- ""
2666
- ],
2667
2637
  "Environment identifier": [
2668
2638
  "Identificador del entorno"
2669
2639
  ],
@@ -2703,9 +2673,6 @@
2703
2673
  "Errata id of the erratum (RHSA-2012:108)": [
2704
2674
  "ID de errata de la errata (RHSA-2012:108)"
2705
2675
  ],
2706
- "Errata mail": [
2707
- "Correo de erratas"
2708
- ],
2709
2676
  "Errata statuses not updated for deleted content facet with UUID %s": [
2710
2677
  ""
2711
2678
  ],
@@ -2865,9 +2832,6 @@
2865
2832
  "Fetch installable errata for one or more hosts.": [
2866
2833
  "Buscar erratas instalables para uno o más hosts."
2867
2834
  ],
2868
- "Fetch pxe files": [
2869
- "Buscar archivos pxe"
2870
- ],
2871
2835
  "Fetch traces for one or more hosts": [
2872
2836
  "Buscar rastros para uno o más hosts"
2873
2837
  ],
@@ -2961,9 +2925,6 @@
2961
2925
  "Filter versions that are components in the specified composite version": [
2962
2926
  "Filtrar versiones que sean componentes en la versión de compuesta específica"
2963
2927
  ],
2964
- "Filtered index content": [
2965
- "Contenido del índice filtrado"
2966
- ],
2967
2928
  "Filters": [
2968
2929
  "Filtros"
2969
2930
  ],
@@ -2985,6 +2946,15 @@
2985
2946
  "Finished": [
2986
2947
  "Finalizado"
2987
2948
  ],
2949
+ "Flatpak Remotes": [
2950
+ ""
2951
+ ],
2952
+ "Flatpak remote numeric identifier": [
2953
+ ""
2954
+ ],
2955
+ "Flatpak remote repository numeric identifier": [
2956
+ ""
2957
+ ],
2988
2958
  "Force": [
2989
2959
  ""
2990
2960
  ],
@@ -3045,9 +3015,6 @@
3045
3015
  "Generate host applicability": [
3046
3016
  "Generar la aplicabilidad del host"
3047
3017
  ],
3048
- "Generate metadata": [
3049
- ""
3050
- ],
3051
3018
  "Generate repository applicability": [
3052
3019
  "Generar la aplicabilidad del repositorio"
3053
3020
  ],
@@ -3285,12 +3252,6 @@
3285
3252
  "How to order the sorted results (e.g. ASC for ascending)": [
3286
3253
  "Cómo ordenar los resultados clasificados (p. ej., ASC para orden ascendente)"
3287
3254
  ],
3288
- "Hypervisors": [
3289
- "Hipervisores"
3290
- ],
3291
- "Hypervisors update": [
3292
- "Actualización de hipervisores"
3293
- ],
3294
3255
  "ID of a HTTP Proxy": [
3295
3256
  "ID de un proxy HTTP"
3296
3257
  ],
@@ -3312,6 +3273,9 @@
3312
3273
  "ID of an organization to show repositories in": [
3313
3274
  "ID de una organización en la mostrar los repositorios"
3314
3275
  ],
3276
+ "ID of flatpak remote to show repositories of": [
3277
+ ""
3278
+ ],
3315
3279
  "ID of the Organization": [
3316
3280
  "ID de la organización"
3317
3281
  ],
@@ -3372,12 +3336,18 @@
3372
3336
  "Id of the content host": [
3373
3337
  "ID del host de contenido"
3374
3338
  ],
3339
+ "Id of the content view to limit the content counting on": [
3340
+ ""
3341
+ ],
3375
3342
  "Id of the content view to limit the synchronization on": [
3376
3343
  ""
3377
3344
  ],
3378
3345
  "Id of the content view to limit verifying checksum on": [
3379
3346
  ""
3380
3347
  ],
3348
+ "Id of the environment to limit the content counting on": [
3349
+ ""
3350
+ ],
3381
3351
  "Id of the environment to limit the synchronization on": [
3382
3352
  "ID del entorno para limitar la sincronización el"
3383
3353
  ],
@@ -3399,6 +3369,9 @@
3399
3369
  "Id of the organization to limit environments on": [
3400
3370
  "ID de la organización para limitar entornos en"
3401
3371
  ],
3372
+ "Id of the repository to limit the content counting on": [
3373
+ ""
3374
+ ],
3402
3375
  "Id of the repository to limit the synchronization on": [
3403
3376
  ""
3404
3377
  ],
@@ -3534,6 +3507,27 @@
3534
3507
  "Image": [
3535
3508
  ""
3536
3509
  ],
3510
+ "Image digest": [
3511
+ ""
3512
+ ],
3513
+ "Image digests": [
3514
+ ""
3515
+ ],
3516
+ "Image mode": [
3517
+ ""
3518
+ ],
3519
+ "Image mode / package mode": [
3520
+ ""
3521
+ ],
3522
+ "Image mode details": [
3523
+ ""
3524
+ ],
3525
+ "Image name": [
3526
+ ""
3527
+ ],
3528
+ "Image-mode host": [
3529
+ ""
3530
+ ],
3537
3531
  "Immediate": [
3538
3532
  "Inmediato"
3539
3533
  ],
@@ -3576,9 +3570,6 @@
3576
3570
  "Import a subscription manifest to give hosts access to Red Hat content.": [
3577
3571
  ""
3578
3572
  ],
3579
- "Import migration": [
3580
- ""
3581
- ],
3582
3573
  "Import new manifest": [
3583
3574
  ""
3584
3575
  ],
@@ -3588,12 +3579,6 @@
3588
3579
  "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
3589
3580
  ""
3590
3581
  ],
3591
- "Import repository upload": [
3592
- ""
3593
- ],
3594
- "Import upload": [
3595
- ""
3596
- ],
3597
3582
  "Import uploads into a repository": [
3598
3583
  "Importar cargas a un repositorio"
3599
3584
  ],
@@ -3636,6 +3621,9 @@
3636
3621
  "Include filter": [
3637
3622
  ""
3638
3623
  ],
3624
+ "Include manifests": [
3625
+ ""
3626
+ ],
3639
3627
  "Included": [
3640
3628
  ""
3641
3629
  ],
@@ -3657,9 +3645,6 @@
3657
3645
  "Incremental Update incomplete.": [
3658
3646
  "Actualización incremental incompleta."
3659
3647
  ],
3660
- "Incremental Update of Content View Version(s) ": [
3661
- "Actualización gradual de versiones de la vista de contenido"
3662
- ],
3663
3648
  "Incremental Update of %{content_view_count} Content View Version(s) ": [
3664
3649
  "Actualización incremental de %{content_view_count} Contenido Ver versión(es) "
3665
3650
  ],
@@ -3672,27 +3657,12 @@
3672
3657
  "Incremental update specified for composite %{name} version %{version}, but no components updated.": [
3673
3658
  "Actualización incremental especificada para el compuesto %{name} versión %{version}, pero ningún componente actualizado."
3674
3659
  ],
3675
- "Index content": [
3676
- "Contenido del índice"
3677
- ],
3678
- "Index errata": [
3679
- "Erratas de índice"
3680
- ],
3681
- "Index module streams": [
3682
- "Secuencias del módulo de índice"
3683
- ],
3684
- "Index package groups": [
3685
- "Grupos de paquete del índice"
3686
- ],
3687
3660
  "Informable Type must be one of the following [ %{list} ]": [
3688
3661
  "Informable El tipo debe ser uno de los siguientes [ %{list} ]"
3689
3662
  ],
3690
3663
  "Inherit from Repository": [
3691
3664
  "Heredar del repositorio"
3692
3665
  ],
3693
- "Initialize": [
3694
- ""
3695
- ],
3696
3666
  "Initiate a sync of the products attached to the sync plan": [
3697
3667
  "Iniciar una sincronización de los productos adjuntos al plan de sincronización"
3698
3668
  ],
@@ -3768,9 +3738,6 @@
3768
3738
  "Installing Package...": [
3769
3739
  "Instalando paquete..."
3770
3740
  ],
3771
- "Instance update": [
3772
- "Actualización de instancia"
3773
- ],
3774
3741
  "Instance-based": [
3775
3742
  "Basado en la instancia"
3776
3743
  ],
@@ -3801,8 +3768,8 @@
3801
3768
  "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'": [
3802
3769
  "Regla de filtro de errata no válida. 'errata_id' no se puede especificar en la misma tupla que 'start_date', 'end_date' o 'types'"
3803
3770
  ],
3804
- "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or 'types'": [
3805
- "Se ha especificado una regla de filtro de errata no válida. Debe especificar al menos una de las siguientes opciones: 'errata_id', 'start_date', 'end_date' o 'types'"
3771
+ "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date', 'types', or 'allow_other_types'": [
3772
+ ""
3806
3773
  ],
3807
3774
  "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}": [
3808
3775
  "Tipos de erratas no válidos %{invalid_types} proporcionados. El tipo de errata puede ser cualquiera de %{valid_types}"
@@ -3885,9 +3852,27 @@
3885
3852
  "Job '${description}' has started.": [
3886
3853
  ""
3887
3854
  ],
3855
+ "Katello Bootc interface": [
3856
+ ""
3857
+ ],
3888
3858
  "Katello ID of local pool to update": [
3889
3859
  "La ID de Katello del grupo local para actualizar"
3890
3860
  ],
3861
+ "Katello: Bootc Action": [
3862
+ ""
3863
+ ],
3864
+ "Katello: Bootc Rollback": [
3865
+ ""
3866
+ ],
3867
+ "Katello: Bootc Status": [
3868
+ ""
3869
+ ],
3870
+ "Katello: Bootc Switch": [
3871
+ ""
3872
+ ],
3873
+ "Katello: Bootc Upgrade": [
3874
+ ""
3875
+ ],
3891
3876
  "Katello: Configure host for new content source": [
3892
3877
  ""
3893
3878
  ],
@@ -3936,6 +3921,9 @@
3936
3921
  "Katello: Upload Profile": [
3937
3922
  ""
3938
3923
  ],
3924
+ "Keep latest packages": [
3925
+ ""
3926
+ ],
3939
3927
  "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)": [
3940
3928
  "El hash de valores clave de los eventos del administrador de suscripciones, la anidación utiliza un delimitador de período (.)"
3941
3929
  ],
@@ -3960,6 +3948,9 @@
3960
3948
  "Label of the content view": [
3961
3949
  ""
3962
3950
  ],
3951
+ "Label of the flatpak remote": [
3952
+ ""
3953
+ ],
3963
3954
  "Last check-in:": [
3964
3955
  ""
3965
3956
  ],
@@ -4125,6 +4116,9 @@
4125
4116
  "List available subscriptions from Red Hat Subscription Management": [
4126
4117
  "Listar suscripciones disponibles del administrador de suscripciones de Red Hat"
4127
4118
  ],
4119
+ "List booted bootc container images for hosts": [
4120
+ ""
4121
+ ],
4128
4122
  "List components attached to this content view": [
4129
4123
  "Listar componentes adjunta a esta vista de contenido"
4130
4124
  ],
@@ -4164,6 +4158,15 @@
4164
4158
  "List filter rules": [
4165
4159
  "Mostrar reglas de filtro"
4166
4160
  ],
4161
+ "List flatpak remote repositories": [
4162
+ ""
4163
+ ],
4164
+ "List flatpak remote's repositories": [
4165
+ ""
4166
+ ],
4167
+ "List flatpak remotes": [
4168
+ ""
4169
+ ],
4167
4170
  "List host collections": [
4168
4171
  "Mostrar recopilaciones de hosts"
4169
4172
  ],
@@ -4329,6 +4332,9 @@
4329
4332
  "List the lifecycle environments not attached to the smart proxy": [
4330
4333
  "Listar entornos del ciclo de vida que no están vinculados al proxy inteligente"
4331
4334
  ],
4335
+ "Load balancer": [
4336
+ ""
4337
+ ],
4332
4338
  "Loading": [
4333
4339
  "Cargando"
4334
4340
  ],
@@ -4458,9 +4464,6 @@
4458
4464
  "Messaging connection": [
4459
4465
  "Conexión de mensajes"
4460
4466
  ],
4461
- "Metadata generate": [
4462
- ""
4463
- ],
4464
4467
  "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.": [
4465
4468
  ""
4466
4469
  ],
@@ -4470,6 +4473,12 @@
4470
4473
  "Minimum version": [
4471
4474
  ""
4472
4475
  ],
4476
+ "Mirror Remote Repository": [
4477
+ ""
4478
+ ],
4479
+ "Mirror a flatpak remote repository": [
4480
+ ""
4481
+ ],
4473
4482
  "Missing activation key!": [
4474
4483
  ""
4475
4484
  ],
@@ -4482,6 +4491,9 @@
4482
4491
  "Moderate": [
4483
4492
  "Moderado"
4484
4493
  ],
4494
+ "Modify via remote execution": [
4495
+ ""
4496
+ ],
4485
4497
  "Modular": [
4486
4498
  ""
4487
4499
  ],
@@ -4503,13 +4515,7 @@
4503
4515
  "Module streams will appear here after enabling Red Hat repositories or creating custom products.": [
4504
4516
  ""
4505
4517
  ],
4506
- "Multi copy all units": [
4507
- ""
4508
- ],
4509
- "Multi copy content": [
4510
- ""
4511
- ],
4512
- "Multi copy units": [
4518
+ "Multi Content View Environment": [
4513
4519
  ""
4514
4520
  ],
4515
4521
  "Multi-entitlement": [
@@ -4563,6 +4569,12 @@
4563
4569
  "Name of the content view": [
4564
4570
  "Nombre de la vista de contenido"
4565
4571
  ],
4572
+ "Name of the flatpak remote": [
4573
+ ""
4574
+ ],
4575
+ "Name of the flatpak remote repository": [
4576
+ ""
4577
+ ],
4566
4578
  "Name of the host": [
4567
4579
  "Nombre del host"
4568
4580
  ],
@@ -4686,6 +4698,9 @@
4686
4698
  "No content in selected versions.": [
4687
4699
  ""
4688
4700
  ],
4701
+ "No content view environments": [
4702
+ ""
4703
+ ],
4689
4704
  "No content view environments found with ids: %{ids}": [
4690
4705
  ""
4691
4706
  ],
@@ -4722,9 +4737,6 @@
4722
4737
  "No enabled repositories match your search criteria.": [
4723
4738
  "No hay repositorios habilitados que coincidan con sus criterios de búsqueda."
4724
4739
  ],
4725
- "No environment": [
4726
- ""
4727
- ],
4728
4740
  "No environments": [
4729
4741
  ""
4730
4742
  ],
@@ -5307,7 +5319,10 @@
5307
5319
  "Package installation: \\\"%{package}\\\" ": [
5308
5320
  "Instalación del paquete: \\\"%{package}\\\" "
5309
5321
  ],
5310
- "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.": [
5322
+ "Package mode": [
5323
+ ""
5324
+ ],
5325
+ "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.": [
5311
5326
  ""
5312
5327
  ],
5313
5328
  "Packages": [
@@ -5436,6 +5451,9 @@
5436
5451
  "Policy to set for mirroring content. Must be one of %s.": [
5437
5452
  ""
5438
5453
  ],
5454
+ "Possible values: %s": [
5455
+ ""
5456
+ ],
5439
5457
  "Prefer registered through Smart Proxy for remote execution": [
5440
5458
  ""
5441
5459
  ],
@@ -5484,6 +5502,9 @@
5484
5502
  "Product ID": [
5485
5503
  "ID de producto"
5486
5504
  ],
5505
+ "Product ID to mirror the remote repository to": [
5506
+ ""
5507
+ ],
5487
5508
  "Product and Repositories": [
5488
5509
  "Producto y repositorios"
5489
5510
  ],
@@ -5664,9 +5685,6 @@
5664
5685
  "Pulp task error": [
5665
5686
  "Error de tarea de Pulp"
5666
5687
  ],
5667
- "Purge completed tasks": [
5668
- ""
5669
- ],
5670
5688
  "Python Package": [
5671
5689
  ""
5672
5690
  ],
@@ -5775,9 +5793,6 @@
5775
5793
  "Reclaim Space": [
5776
5794
  ""
5777
5795
  ],
5778
- "Reclaim space": [
5779
- ""
5780
- ],
5781
5796
  "Reclaim space from On Demand repositories": [
5782
5797
  ""
5783
5798
  ],
@@ -5841,9 +5856,6 @@
5841
5856
  "Refresh all alternate content sources": [
5842
5857
  ""
5843
5858
  ],
5844
- "Refresh all distributions": [
5845
- ""
5846
- ],
5847
5859
  "Refresh alternate content sources": [
5848
5860
  ""
5849
5861
  ],
@@ -5856,27 +5868,15 @@
5856
5868
  "Refresh counts": [
5857
5869
  ""
5858
5870
  ],
5859
- "Refresh distribution": [
5860
- ""
5861
- ],
5862
5871
  "Refresh errata applicability": [
5863
5872
  ""
5864
5873
  ],
5865
- "Refresh if needed": [
5866
- ""
5867
- ],
5868
5874
  "Refresh package applicability": [
5869
5875
  ""
5870
5876
  ],
5871
5877
  "Refresh previously imported manifest for Red Hat provider": [
5872
5878
  "Actualizar el manifiesto importado anteriormente para el proveedor de Red Hat"
5873
5879
  ],
5874
- "Refresh remote": [
5875
- ""
5876
- ],
5877
- "Refresh repos": [
5878
- ""
5879
- ],
5880
5880
  "Refresh source": [
5881
5881
  ""
5882
5882
  ],
@@ -5901,6 +5901,9 @@
5901
5901
  "Registered on": [
5902
5902
  ""
5903
5903
  ],
5904
+ "Registered to": [
5905
+ ""
5906
+ ],
5904
5907
  "Registering to multiple environments is not enabled.": [
5905
5908
  ""
5906
5909
  ],
@@ -5916,9 +5919,6 @@
5916
5919
  "Registry name pattern will result in invalid container image name of member repositories": [
5917
5920
  "El patrón de nombres de registro dará como resultado un nombre de imagen de contenedor no válido de los depósitos de los miembros"
5918
5921
  ],
5919
- "Reindex subscriptions": [
5920
- "Reindexar suscripciones"
5921
- ],
5922
5922
  "Related composite content views": [
5923
5923
  ""
5924
5924
  ],
@@ -6015,9 +6015,6 @@
6015
6015
  "Remove one or more subscriptions from an upstream manifest": [
6016
6016
  ""
6017
6017
  ],
6018
- "Remove orphans": [
6019
- ""
6020
- ],
6021
6018
  "Remove package group via Katello interface": [
6022
6019
  "Eliminar el grupo de paquetes a través de la interfaz de Katello"
6023
6020
  ],
@@ -6045,12 +6042,6 @@
6045
6042
  "Remove subscriptions from one or more hosts": [
6046
6043
  "Eliminar las suscripciones de uno o más hosts"
6047
6044
  ],
6048
- "Remove units": [
6049
- ""
6050
- ],
6051
- "Remove unneeded repos": [
6052
- ""
6053
- ],
6054
6045
  "Remove versions and/or environments from a content view and reassign systems and keys": [
6055
6046
  "Eliminar versiones y/o entornos de una vista de contenido y volver a asignar sistemas y llaves"
6056
6047
  ],
@@ -6075,9 +6066,6 @@
6075
6066
  "Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
6076
6067
  ""
6077
6068
  ],
6078
- "Repair": [
6079
- ""
6080
- ],
6081
6069
  "Replace content source on the target machine": [
6082
6070
  ""
6083
6071
  ],
@@ -6096,18 +6084,12 @@
6096
6084
  "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
6097
6085
  ""
6098
6086
  ],
6099
- "Repositories certs reset": [
6100
- ""
6101
- ],
6102
6087
  "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.": [
6103
6088
  ""
6104
6089
  ],
6105
6090
  "Repositories from published Content Views are not allowed.": [
6106
6091
  "No se permiten los de vistas de contenido publicadas "
6107
6092
  ],
6108
- "Repositories gpg reset": [
6109
- ""
6110
- ],
6111
6093
  "Repository": [
6112
6094
  "Repositorio"
6113
6095
  ],
@@ -6399,6 +6381,12 @@
6399
6381
  "Roles": [
6400
6382
  "Roles"
6401
6383
  ],
6384
+ "Rollback image": [
6385
+ ""
6386
+ ],
6387
+ "Rollback image digest": [
6388
+ ""
6389
+ ],
6402
6390
  "Rules to be added": [
6403
6391
  ""
6404
6392
  ],
@@ -6411,6 +6399,12 @@
6411
6399
  "Running": [
6412
6400
  "Ejecutando"
6413
6401
  ],
6402
+ "Running image": [
6403
+ ""
6404
+ ],
6405
+ "Running image digest": [
6406
+ ""
6407
+ ],
6414
6408
  "SKU": [
6415
6409
  "SKU"
6416
6410
  ],
@@ -6438,25 +6432,10 @@
6438
6432
  "Save": [
6439
6433
  "Guardar"
6440
6434
  ],
6441
- "Save artifact": [
6442
- ""
6443
- ],
6444
- "Save distribution references": [
6445
- ""
6446
- ],
6447
- "Save publication": [
6448
- ""
6449
- ],
6450
- "Save version": [
6451
- ""
6452
- ],
6453
- "Save versions": [
6454
- ""
6455
- ],
6456
6435
  "Saving alternate content source...": [
6457
6436
  ""
6458
6437
  ],
6459
- "Scan cdn": [
6438
+ "Scan a flatpak remote": [
6460
6439
  ""
6461
6440
  ],
6462
6441
  "Schema version 1": [
@@ -6564,9 +6543,6 @@
6564
6543
  "Select action": [
6565
6544
  ""
6566
6545
  ],
6567
- "Select add-ons": [
6568
- ""
6569
- ],
6570
6546
  "Select all": [
6571
6547
  "Seleccionar todo"
6572
6548
  ],
@@ -6705,15 +6681,15 @@
6705
6681
  "Set content overrides to one or more hosts": [
6706
6682
  "Establecer las anulaciones de contenido en uno o más hosts"
6707
6683
  ],
6684
+ "Set this HTTP proxy as the default content HTTP proxy": [
6685
+ ""
6686
+ ],
6708
6687
  "Set true to override to enabled; Set false to override to disabled.'": [
6709
6688
  ""
6710
6689
  ],
6711
6690
  "Set true to remove an override and reset it to 'default'": [
6712
6691
  "Establecer como verdadero para eliminar una anulación y volver a establecerla como 'por defecto'"
6713
6692
  ],
6714
- "Sets the system add-ons": [
6715
- "Establece los complementos del sistema"
6716
- ],
6717
6693
  "Sets the system purpose usage": [
6718
6694
  "Establece el uso del propósito del sistema"
6719
6695
  ],
@@ -6747,6 +6723,12 @@
6747
6723
  "Show a content view's history": [
6748
6724
  "Mostrar el historial de una vista de contenido"
6749
6725
  ],
6726
+ "Show a flatpak remote": [
6727
+ ""
6728
+ ],
6729
+ "Show a flatpak remote repository": [
6730
+ ""
6731
+ ],
6750
6732
  "Show a host collection": [
6751
6733
  "Mostrar una recopilación de hosts"
6752
6734
  ],
@@ -7074,6 +7056,12 @@
7074
7056
  "Stacking ID": [
7075
7057
  "ID de pila"
7076
7058
  ],
7059
+ "Staged image": [
7060
+ ""
7061
+ ],
7062
+ "Staged image digest": [
7063
+ ""
7064
+ ],
7077
7065
  "Start Date": [
7078
7066
  "Fecha de inicio"
7079
7067
  ],
@@ -7239,9 +7227,6 @@
7239
7227
  "Supported Content Types": [
7240
7228
  "Tipos de contenido admitidos"
7241
7229
  ],
7242
- "Sync": [
7243
- ""
7244
- ],
7245
7230
  "Sync Canceled": [
7246
7231
  "Sincronización cancelada"
7247
7232
  ],
@@ -7296,9 +7281,6 @@
7296
7281
  "Sync all repositories for a product": [
7297
7282
  "Sincronizar todos los repositorios de un producto"
7298
7283
  ],
7299
- "Sync capsule": [
7300
- "Cápsula de sincronización"
7301
- ],
7302
7284
  "Sync complete.": [
7303
7285
  "Sincronización completa."
7304
7286
  ],
@@ -7317,9 +7299,6 @@
7317
7299
  "Sync state": [
7318
7300
  ""
7319
7301
  ],
7320
- "Syncable export": [
7321
- ""
7322
- ],
7323
7302
  "Synced": [
7324
7303
  ""
7325
7304
  ],
@@ -7434,6 +7413,9 @@
7434
7413
  "The actual file contents": [
7435
7414
  "El contenido real del archivo"
7436
7415
  ],
7416
+ "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions.": [
7417
+ ""
7418
+ ],
7437
7419
  "The content type for the Alternate Content Source": [
7438
7420
  ""
7439
7421
  ],
@@ -7677,6 +7659,9 @@
7677
7659
  "This content view version doesn't have a history.": [
7678
7660
  "Esta versión de vista de contenido no tiene un historial."
7679
7661
  ],
7662
+ "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.": [
7663
+ ""
7664
+ ],
7680
7665
  "This content view will be automatically updated to the latest version.": [
7681
7666
  ""
7682
7667
  ],
@@ -7689,6 +7674,9 @@
7689
7674
  "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.": [
7690
7675
  ""
7691
7676
  ],
7677
+ "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.": [
7678
+ ""
7679
+ ],
7692
7680
  "This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
7693
7681
  ""
7694
7682
  ],
@@ -7815,7 +7803,7 @@
7815
7803
  "To manage packages, select an action.": [
7816
7804
  ""
7817
7805
  ],
7818
- "Toggle": [
7806
+ "Token/password for the flatpak remote": [
7819
7807
  ""
7820
7808
  ],
7821
7809
  "Total steps: ": [
@@ -8079,6 +8067,9 @@
8079
8067
  "Update a filter rule. The parameters included should be based upon the filter type.": [
8080
8068
  "Actualizar una regla de filtro. Los parámetros incluidos se deben basar en el tipo de filtro."
8081
8069
  ],
8070
+ "Update a flatpak remote": [
8071
+ ""
8072
+ ],
8082
8073
  "Update a host collection": [
8083
8074
  "Actualizar una recopilación de hosts"
8084
8075
  ],
@@ -8103,27 +8094,15 @@
8103
8094
  "Update content counts for the smart proxy": [
8104
8095
  ""
8105
8096
  ],
8106
- "Update content urls": [
8107
- "Actualizar los URL de contenido"
8108
- ],
8109
8097
  "Update content view environments for host": [
8110
8098
  ""
8111
8099
  ],
8112
8100
  "Update content view environments for host %s": [
8113
8101
  ""
8114
8102
  ],
8115
- "Update distributions": [
8116
- ""
8117
- ],
8118
8103
  "Update hosts manually": [
8119
8104
  ""
8120
8105
  ],
8121
- "Update http proxy": [
8122
- "Actualizar el proxy http"
8123
- ],
8124
- "Update http proxy details": [
8125
- "Actualizar los detalles del proxy http"
8126
- ],
8127
8106
  "Update installed packages, enabled repos, module inventory": [
8128
8107
  "Actualizar los paquetes instalados, los repositorios habilitados, el inventario de módulos"
8129
8108
  ],
@@ -8139,21 +8118,12 @@
8139
8118
  "Update packages via Katello interface": [
8140
8119
  ""
8141
8120
  ],
8142
- "Update redhat repository": [
8143
- "Actualizar el repositorio de redhat"
8144
- ],
8145
8121
  "Update release version for host": [
8146
8122
  "Actualizar versión de lanzamiento para el host"
8147
8123
  ],
8148
8124
  "Update release version for host %s": [
8149
8125
  "Actualizar la versión del host %s"
8150
8126
  ],
8151
- "Update remote": [
8152
- ""
8153
- ],
8154
- "Update repository": [
8155
- ""
8156
- ],
8157
8127
  "Update services requiring restart": [
8158
8128
  "La actualización de servicios requiere el reinicio"
8159
8129
  ],
@@ -8244,12 +8214,6 @@
8244
8214
  "Upload a subscription manifest": [
8245
8215
  "Cargar un manifiesto de suscripción"
8246
8216
  ],
8247
- "Upload content": [
8248
- ""
8249
- ],
8250
- "Upload file": [
8251
- ""
8252
- ],
8253
8217
  "Upload into": [
8254
8218
  "Cargar a "
8255
8219
  ],
@@ -8259,9 +8223,6 @@
8259
8223
  "Upload request id": [
8260
8224
  "Cargar ID de solicitud"
8261
8225
  ],
8262
- "Upload tag": [
8263
- ""
8264
- ],
8265
8226
  "Upstream Candlepin": [
8266
8227
  ""
8267
8228
  ],
@@ -8349,6 +8310,9 @@
8349
8310
  "Username for authentication. Relevant only for 'upstream_server' type.": [
8350
8311
  ""
8351
8312
  ],
8313
+ "Username for the flatpak remote": [
8314
+ ""
8315
+ ],
8352
8316
  "Username of the upstream repository user used for authentication": [
8353
8317
  "El nombre de usuario del usuario del repositorio de canal ascendente se usa para la autenticación"
8354
8318
  ],
@@ -8373,9 +8337,6 @@
8373
8337
  "Verify SSL": [
8374
8338
  "Verificar SSL"
8375
8339
  ],
8376
- "Verify checksum": [
8377
- "Verificar la suma de comprobación"
8378
- ],
8379
8340
  "Verify checksum for content on smart proxy": [
8380
8341
  ""
8381
8342
  ],
@@ -8682,6 +8643,9 @@
8682
8643
  "actions not found": [
8683
8644
  "acciones no encontradas"
8684
8645
  ],
8646
+ "activation key": [
8647
+ ""
8648
+ ],
8685
8649
  "activation key identifier": [
8686
8650
  "identificador de clave de activación"
8687
8651
  ],
@@ -8793,8 +8757,8 @@
8793
8757
  "cannot be set because unlimited hosts is set": [
8794
8758
  "no se pude establecer porque se establece un número ilimitado de hosts"
8795
8759
  ],
8796
- "cannot be set for non-yum repositories.": [
8797
- "no se puede establecer para repositorios que no correspondan a yum."
8760
+ "cannot be set for repositories without 'Additive' mirroring policy.": [
8761
+ ""
8798
8762
  ],
8799
8763
  "cannot contain characters other than ascii alpha numerals, '_', '-'. ": [
8800
8764
  "No puede contener caracteres que no sean alfanuméricos ASCII, '_', '-'. "
@@ -8835,6 +8799,9 @@
8835
8799
  "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')": [
8836
8800
  ""
8837
8801
  ],
8802
+ "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')": [
8803
+ ""
8804
+ ],
8838
8805
  "content view component ID. Identifier of the component association": [
8839
8806
  "ID de componente de vista de contenido. Identificador de la asociación de componente"
8840
8807
  ],
@@ -8919,7 +8886,7 @@
8919
8886
  "disk": [
8920
8887
  ""
8921
8888
  ],
8922
- "download policy for yum, deb, and docker repos (either 'immediate' or 'on_demand')": [
8889
+ "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')": [
8923
8890
  ""
8924
8891
  ],
8925
8892
  "enables or disables synchronization": [
@@ -8958,6 +8925,9 @@
8958
8925
  "erratum: IDs or a select all object": [
8959
8926
  "errata: ID o una Selección de todos los objetos"
8960
8927
  ],
8928
+ "erratum: allow types not matching a valid errata type": [
8929
+ ""
8930
+ ],
8961
8931
  "erratum: end date (YYYY-MM-DD)": [
8962
8932
  "errata: fecha de finalización (AAAA-MM-DD)"
8963
8933
  ],
@@ -9018,6 +8988,9 @@
9018
8988
  "here": [
9019
8989
  ""
9020
8990
  ],
8991
+ "host": [
8992
+ ""
8993
+ ],
9021
8994
  "host collection name to filter by": [
9022
8995
  "nombre de colección de hosts que va a filtrar"
9023
8996
  ],
@@ -9138,6 +9111,18 @@
9138
9111
  "module streams not found": [
9139
9112
  "corrientes de módulos no encontradas"
9140
9113
  ],
9114
+ "multi-environment activation key": [
9115
+ ""
9116
+ ],
9117
+ "multi-environment activation keys": [
9118
+ ""
9119
+ ],
9120
+ "multi-environment host": [
9121
+ ""
9122
+ ],
9123
+ "multi-environment hosts": [
9124
+ ""
9125
+ ],
9141
9126
  "must be %{gpg_key} or %{cert}": [
9142
9127
  "debe ser %{gpg_key} o %{cert}"
9143
9128
  ],