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
data/locale/es/katello.po CHANGED
@@ -481,9 +481,6 @@ msgstr ""
481
481
  msgid "About page"
482
482
  msgstr ""
483
483
 
484
- msgid "Abstract async task"
485
- msgstr "Tarea de sincronización abstracta"
486
-
487
484
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
488
485
  msgstr ""
489
486
 
@@ -619,9 +616,6 @@ msgstr ""
619
616
  msgid "Add one or more host collections to one or more hosts"
620
617
  msgstr "Agregar una o más colecciones de hosts a uno o más hosts"
621
618
 
622
- msgid "Add ons"
623
- msgstr "Complementos"
624
-
625
619
  msgid "Add products to sync plan"
626
620
  msgstr "Añadir productos al plan de sincronización"
627
621
 
@@ -652,9 +646,6 @@ msgstr ""
652
646
  msgid "Add to a host collection"
653
647
  msgstr ""
654
648
 
655
- msgid "Add-ons"
656
- msgstr ""
657
-
658
649
  msgid "Added"
659
650
  msgstr ""
660
651
 
@@ -715,15 +706,15 @@ msgstr ""
715
706
  msgid "All versions will be removed from these environments"
716
707
  msgstr ""
717
708
 
718
- msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
719
- msgstr ""
720
-
721
709
  msgid "Allow deleting repositories in published content views"
722
710
  msgstr ""
723
711
 
724
712
  msgid "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
725
713
  msgstr ""
726
714
 
715
+ msgid "Allow hosts or activation keys to be associated with multiple content view environments"
716
+ msgstr ""
717
+
727
718
  msgid "Allow hosts to re-register themselves only when they are in build mode"
728
719
  msgstr ""
729
720
 
@@ -949,10 +940,10 @@ msgstr "Asignar la vista del entorno y el contenido a uno o más hosts"
949
940
  msgid "Assign the release version to one or more hosts"
950
941
  msgstr "Asignar la versión de lanzamiento a uno o más hosts"
951
942
 
952
- msgid "Assigning a host to multiple content view environments is not enabled."
943
+ msgid "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
953
944
  msgstr ""
954
945
 
955
- msgid "Assigning an activation key to multiple content view environments is not enabled."
946
+ msgid "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
956
947
  msgstr ""
957
948
 
958
949
  msgid "Associated location IDs"
@@ -973,15 +964,15 @@ msgstr "Al menos una llave de activación debe ser promovida"
973
964
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
974
965
  msgstr "Al menos una llave de activación debe tener un entorno del ciclo de vida y una vista de contenido asignados a ella"
975
966
 
967
+ msgid "At least one errata type option needs to be selected."
968
+ msgstr ""
969
+
976
970
  msgid "At least one of the selected items requires the host to reboot"
977
971
  msgstr ""
978
972
 
979
973
  msgid "At least one organization must exist."
980
974
  msgstr "Al menos una organización debe existir."
981
975
 
982
- msgid "Atleast one errata type needs to be selected."
983
- msgstr ""
984
-
985
976
  msgid "Attach a subscription"
986
977
  msgstr "Agregar una suscripción"
987
978
 
@@ -1006,9 +997,6 @@ msgstr "Autor"
1006
997
  msgid "Auto Publish - Triggered by '%s'"
1007
998
  msgstr "Publicación automática - Activada por '%s'"
1008
999
 
1009
- msgid "Auto attach subscriptions"
1010
- msgstr "Autoagregar suscripciones"
1011
-
1012
1000
  msgid "Auto publish"
1013
1001
  msgstr ""
1014
1002
 
@@ -1024,6 +1012,12 @@ msgstr "Derechos disponibles"
1024
1012
  msgid "Available Repositories"
1025
1013
  msgstr "Repositorios disponibles"
1026
1014
 
1015
+ msgid "Available image"
1016
+ msgstr ""
1017
+
1018
+ msgid "Available image digest"
1019
+ msgstr ""
1020
+
1027
1021
  msgid "Available schema versions"
1028
1022
  msgstr ""
1029
1023
 
@@ -1039,6 +1033,9 @@ msgstr ""
1039
1033
  msgid "Base URL for finding alternate content"
1040
1034
  msgstr ""
1041
1035
 
1036
+ msgid "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/."
1037
+ msgstr ""
1038
+
1042
1039
  msgid "Base URL to perform repo discovery on"
1043
1040
  msgstr "URL base en la que realizar la detección de repositorio"
1044
1041
 
@@ -1084,6 +1081,24 @@ msgstr "Guardar esta búsqueda en marcadores"
1084
1081
  msgid "Bookmarks marked as public are available to all users"
1085
1082
  msgstr ""
1086
1083
 
1084
+ msgid "Bootc rollback via Bootc interface"
1085
+ msgstr ""
1086
+
1087
+ msgid "Bootc status via Bootc interface"
1088
+ msgstr ""
1089
+
1090
+ msgid "Bootc switch via Bootc interface"
1091
+ msgstr ""
1092
+
1093
+ msgid "Bootc upgrade via Bootc interface"
1094
+ msgstr ""
1095
+
1096
+ msgid "Booted Container Images"
1097
+ msgstr ""
1098
+
1099
+ msgid "Booted container images"
1100
+ msgstr ""
1101
+
1087
1102
  msgid "Both"
1088
1103
  msgstr ""
1089
1104
 
@@ -1363,6 +1378,9 @@ msgstr ""
1363
1378
  msgid "Cannot upload Container Image content."
1364
1379
  msgstr "No se puede cargar el contenido de la imagen del contenedor."
1365
1380
 
1381
+ msgid "Cannot upload container content via Hammer/API. Use podman push instead."
1382
+ msgstr ""
1383
+
1366
1384
  msgid "Capacity"
1367
1385
  msgstr "Capacidad"
1368
1386
 
@@ -1438,13 +1456,13 @@ msgstr "Cerrar"
1438
1456
  msgid "Collapse All"
1439
1457
  msgstr "Contraer todo"
1440
1458
 
1441
- msgid "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."
1459
+ msgid "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."
1442
1460
  msgstr ""
1443
1461
 
1444
- msgid "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."
1462
+ msgid "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."
1445
1463
  msgstr ""
1446
1464
 
1447
- msgid "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."
1465
+ msgid "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."
1448
1466
  msgstr ""
1449
1467
 
1450
1468
  msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
@@ -1456,9 +1474,6 @@ msgstr ""
1456
1474
  msgid "Comma-separated list of tags to sync for a container image repository"
1457
1475
  msgstr ""
1458
1476
 
1459
- msgid "Commit upload"
1460
- msgstr ""
1461
-
1462
1477
  msgid "Compare"
1463
1478
  msgstr ""
1464
1479
 
@@ -1669,6 +1684,9 @@ msgstr ""
1669
1684
  msgid "Content imported by %{user} into content view '%{name}'"
1670
1685
  msgstr ""
1671
1686
 
1687
+ msgid "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer."
1688
+ msgstr ""
1689
+
1672
1690
  msgid "Content not uploaded to pulp"
1673
1691
  msgstr ""
1674
1692
 
@@ -1729,6 +1747,9 @@ msgstr ""
1729
1747
  msgid "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."
1730
1748
  msgstr ""
1731
1749
 
1750
+ msgid "Content view environment"
1751
+ msgstr ""
1752
+
1732
1753
  msgid "Content view environments"
1733
1754
  msgstr ""
1734
1755
 
@@ -1777,6 +1798,9 @@ msgstr ""
1777
1798
  msgid "Content view version is empty"
1778
1799
  msgstr ""
1779
1800
 
1801
+ msgid "Content view version is empty or content counts are not up to date"
1802
+ msgstr ""
1803
+
1780
1804
  msgid "Content views"
1781
1805
  msgstr ""
1782
1806
 
@@ -1804,27 +1828,15 @@ msgstr ""
1804
1828
  msgid "Copy"
1805
1829
  msgstr ""
1806
1830
 
1807
- msgid "Copy all units"
1808
- msgstr ""
1809
-
1810
1831
  msgid "Copy an activation key"
1811
1832
  msgstr "Copiar una clave de activación"
1812
1833
 
1813
- msgid "Copy content"
1814
- msgstr ""
1815
-
1816
1834
  msgid "Copy content view"
1817
1835
  msgstr ""
1818
1836
 
1819
1837
  msgid "Copy to clipboard"
1820
1838
  msgstr "Copiar al portapapeles"
1821
1839
 
1822
- msgid "Copy version"
1823
- msgstr ""
1824
-
1825
- msgid "Copy version units to library"
1826
- msgstr "Copiar unidades de versión a la biblioteca"
1827
-
1828
1840
  msgid "Cores per socket"
1829
1841
  msgstr "Núcleos por socket"
1830
1842
 
@@ -1999,6 +2011,9 @@ msgstr "Crear un repositorio personalizado"
1999
2011
  msgid "Create a filter rule. The parameters included should be based upon the filter type."
2000
2012
  msgstr "Crear una regla de filtro. Los parámetros incluidos se deben basar en el tipo de filtro."
2001
2013
 
2014
+ msgid "Create a flatpak remote"
2015
+ msgstr ""
2016
+
2002
2017
  msgid "Create a host collection"
2003
2018
  msgstr "Crear una recopilación de hosts"
2004
2019
 
@@ -2029,21 +2044,12 @@ msgstr ""
2029
2044
  msgid "Create content view"
2030
2045
  msgstr ""
2031
2046
 
2032
- msgid "Create exporter"
2033
- msgstr ""
2034
-
2035
2047
  msgid "Create filter"
2036
2048
  msgstr ""
2037
2049
 
2038
2050
  msgid "Create host collection"
2039
2051
  msgstr ""
2040
2052
 
2041
- msgid "Create import"
2042
- msgstr ""
2043
-
2044
- msgid "Create importer"
2045
- msgstr ""
2046
-
2047
2053
  msgid "Create new activation key"
2048
2054
  msgstr ""
2049
2055
 
@@ -2053,12 +2059,6 @@ msgstr "Crear organización"
2053
2059
  msgid "Create package filter rule"
2054
2060
  msgstr ""
2055
2061
 
2056
- msgid "Create publication"
2057
- msgstr ""
2058
-
2059
- msgid "Create remote"
2060
- msgstr ""
2061
-
2062
2062
  msgid "Create rule"
2063
2063
  msgstr ""
2064
2064
 
@@ -2284,6 +2284,9 @@ msgstr "Borrar una vista de contenido"
2284
2284
  msgid "Delete a filter rule"
2285
2285
  msgstr "Borrar una regla de filtro"
2286
2286
 
2287
+ msgid "Delete a flatpak remote"
2288
+ msgstr ""
2289
+
2287
2290
  msgid "Delete activation key?"
2288
2291
  msgstr ""
2289
2292
 
@@ -2305,36 +2308,12 @@ msgstr ""
2305
2308
  msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
2306
2309
  msgstr ""
2307
2310
 
2308
- msgid "Delete distributions"
2309
- msgstr ""
2310
-
2311
2311
  msgid "Delete manifest from Red Hat provider"
2312
2312
  msgstr "Borrar manifiesto de proveedor de Red Hat"
2313
2313
 
2314
2314
  msgid "Delete multiple filters from a content view"
2315
2315
  msgstr ""
2316
2316
 
2317
- msgid "Delete orphan alternate content sources"
2318
- msgstr ""
2319
-
2320
- msgid "Delete orphan distributions"
2321
- msgstr ""
2322
-
2323
- msgid "Delete orphan remotes"
2324
- msgstr ""
2325
-
2326
- msgid "Delete orphan repository versions"
2327
- msgstr ""
2328
-
2329
- msgid "Delete orphaned migrated repositories"
2330
- msgstr ""
2331
-
2332
- msgid "Delete remote"
2333
- msgstr ""
2334
-
2335
- msgid "Delete repository references"
2336
- msgstr ""
2337
-
2338
2317
  msgid "Delete version"
2339
2318
  msgstr ""
2340
2319
 
@@ -2380,6 +2359,9 @@ msgstr "Descripción de la vista de contenido"
2380
2359
  msgid "Description for the new published content view version"
2381
2360
  msgstr "Descripción para la nueva versión de vista de contenido publicada"
2382
2361
 
2362
+ msgid "Description of the flatpak remote"
2363
+ msgstr ""
2364
+
2383
2365
  msgid "Description of the repository"
2384
2366
  msgstr "Descripción del repositorio"
2385
2367
 
@@ -2431,12 +2413,6 @@ msgstr "Destruir un entorno"
2431
2413
  msgid "Destroy an environment in an organization"
2432
2414
  msgstr "Destruir un entorno en una organización"
2433
2415
 
2434
- msgid "Destroy exporter"
2435
- msgstr ""
2436
-
2437
- msgid "Destroy importer"
2438
- msgstr ""
2439
-
2440
2416
  msgid "Destroy one or more alternate content sources"
2441
2417
  msgstr ""
2442
2418
 
@@ -2485,9 +2461,6 @@ msgstr "Deshabilitado"
2485
2461
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2486
2462
  msgstr ""
2487
2463
 
2488
- msgid "Discover"
2489
- msgstr "Descubrir"
2490
-
2491
2464
  msgid "Discover Repositories"
2492
2465
  msgstr "Detectar repositorios"
2493
2466
 
@@ -2683,9 +2656,6 @@ msgstr "ID de entorno"
2683
2656
  msgid "Environment cannot be in its own promotion path"
2684
2657
  msgstr "No puede haber entorno en su propia ruta de entorno"
2685
2658
 
2686
- msgid "Environment contents refresh"
2687
- msgstr ""
2688
-
2689
2659
  msgid "Environment identifier"
2690
2660
  msgstr "Identificador del entorno"
2691
2661
 
@@ -2725,9 +2695,6 @@ msgstr ""
2725
2695
  msgid "Errata id of the erratum (RHSA-2012:108)"
2726
2696
  msgstr "ID de errata de la errata (RHSA-2012:108)"
2727
2697
 
2728
- msgid "Errata mail"
2729
- msgstr "Correo de erratas"
2730
-
2731
2698
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2732
2699
  msgstr ""
2733
2700
 
@@ -2887,9 +2854,6 @@ msgstr "Buscar secuenciasa de módulo disponibles para los hosts."
2887
2854
  msgid "Fetch installable errata for one or more hosts."
2888
2855
  msgstr "Buscar erratas instalables para uno o más hosts."
2889
2856
 
2890
- msgid "Fetch pxe files"
2891
- msgstr "Buscar archivos pxe"
2892
-
2893
2857
  msgid "Fetch traces for one or more hosts"
2894
2858
  msgstr "Buscar rastros para uno o más hosts"
2895
2859
 
@@ -2983,9 +2947,6 @@ msgstr "Filtrar versiones por número de versión"
2983
2947
  msgid "Filter versions that are components in the specified composite version"
2984
2948
  msgstr "Filtrar versiones que sean componentes en la versión de compuesta específica"
2985
2949
 
2986
- msgid "Filtered index content"
2987
- msgstr "Contenido del índice filtrado"
2988
-
2989
2950
  msgid "Filters"
2990
2951
  msgstr "Filtros"
2991
2952
 
@@ -3007,6 +2968,15 @@ msgstr ""
3007
2968
  msgid "Finished"
3008
2969
  msgstr "Finalizado"
3009
2970
 
2971
+ msgid "Flatpak Remotes"
2972
+ msgstr ""
2973
+
2974
+ msgid "Flatpak remote numeric identifier"
2975
+ msgstr ""
2976
+
2977
+ msgid "Flatpak remote repository numeric identifier"
2978
+ msgstr ""
2979
+
3010
2980
  msgid "Force"
3011
2981
  msgstr ""
3012
2982
 
@@ -3071,9 +3041,6 @@ msgstr ""
3071
3041
  msgid "Generate host applicability"
3072
3042
  msgstr "Generar la aplicabilidad del host"
3073
3043
 
3074
- msgid "Generate metadata"
3075
- msgstr ""
3076
-
3077
3044
  msgid "Generate repository applicability"
3078
3045
  msgstr "Generar la aplicabilidad del repositorio"
3079
3046
 
@@ -3311,12 +3278,6 @@ msgstr ""
3311
3278
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3312
3279
  msgstr "Cómo ordenar los resultados clasificados (p. ej., ASC para orden ascendente)"
3313
3280
 
3314
- msgid "Hypervisors"
3315
- msgstr "Hipervisores"
3316
-
3317
- msgid "Hypervisors update"
3318
- msgstr "Actualización de hipervisores"
3319
-
3320
3281
  msgid "ID of a HTTP Proxy"
3321
3282
  msgstr "ID de un proxy HTTP"
3322
3283
 
@@ -3338,6 +3299,9 @@ msgstr "ID de un entorno en el que mostrar los repositorios"
3338
3299
  msgid "ID of an organization to show repositories in"
3339
3300
  msgstr "ID de una organización en la mostrar los repositorios"
3340
3301
 
3302
+ msgid "ID of flatpak remote to show repositories of"
3303
+ msgstr ""
3304
+
3341
3305
  msgid "ID of the Organization"
3342
3306
  msgstr "ID de la organización"
3343
3307
 
@@ -3398,12 +3362,18 @@ msgstr ""
3398
3362
  msgid "Id of the content host"
3399
3363
  msgstr "ID del host de contenido"
3400
3364
 
3365
+ msgid "Id of the content view to limit the content counting on"
3366
+ msgstr ""
3367
+
3401
3368
  msgid "Id of the content view to limit the synchronization on"
3402
3369
  msgstr ""
3403
3370
 
3404
3371
  msgid "Id of the content view to limit verifying checksum on"
3405
3372
  msgstr ""
3406
3373
 
3374
+ msgid "Id of the environment to limit the content counting on"
3375
+ msgstr ""
3376
+
3407
3377
  msgid "Id of the environment to limit the synchronization on"
3408
3378
  msgstr "ID del entorno para limitar la sincronización el"
3409
3379
 
@@ -3425,6 +3395,9 @@ msgstr "ID de la organización para obtener el estado para"
3425
3395
  msgid "Id of the organization to limit environments on"
3426
3396
  msgstr "ID de la organización para limitar entornos en"
3427
3397
 
3398
+ msgid "Id of the repository to limit the content counting on"
3399
+ msgstr ""
3400
+
3428
3401
  msgid "Id of the repository to limit the synchronization on"
3429
3402
  msgstr ""
3430
3403
 
@@ -3562,6 +3535,27 @@ msgstr ""
3562
3535
  msgid "Image"
3563
3536
  msgstr ""
3564
3537
 
3538
+ msgid "Image digest"
3539
+ msgstr ""
3540
+
3541
+ msgid "Image digests"
3542
+ msgstr ""
3543
+
3544
+ msgid "Image mode"
3545
+ msgstr ""
3546
+
3547
+ msgid "Image mode / package mode"
3548
+ msgstr ""
3549
+
3550
+ msgid "Image mode details"
3551
+ msgstr ""
3552
+
3553
+ msgid "Image name"
3554
+ msgstr ""
3555
+
3556
+ msgid "Image-mode host"
3557
+ msgstr ""
3558
+
3565
3559
  msgid "Immediate"
3566
3560
  msgstr "Inmediato"
3567
3561
 
@@ -3604,9 +3598,6 @@ msgstr ""
3604
3598
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3605
3599
  msgstr ""
3606
3600
 
3607
- msgid "Import migration"
3608
- msgstr ""
3609
-
3610
3601
  msgid "Import new manifest"
3611
3602
  msgstr ""
3612
3603
 
@@ -3616,12 +3607,6 @@ msgstr ""
3616
3607
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3617
3608
  msgstr ""
3618
3609
 
3619
- msgid "Import repository upload"
3620
- msgstr ""
3621
-
3622
- msgid "Import upload"
3623
- msgstr ""
3624
-
3625
3610
  msgid "Import uploads into a repository"
3626
3611
  msgstr "Importar cargas a un repositorio"
3627
3612
 
@@ -3664,6 +3649,9 @@ msgstr ""
3664
3649
  msgid "Include filter"
3665
3650
  msgstr ""
3666
3651
 
3652
+ msgid "Include manifests"
3653
+ msgstr ""
3654
+
3667
3655
  msgid "Included"
3668
3656
  msgstr ""
3669
3657
 
@@ -3685,9 +3673,6 @@ msgstr "Actualización incremental"
3685
3673
  msgid "Incremental Update incomplete."
3686
3674
  msgstr "Actualización incremental incompleta."
3687
3675
 
3688
- msgid "Incremental Update of Content View Version(s) "
3689
- msgstr "Actualización gradual de versiones de la vista de contenido"
3690
-
3691
3676
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3692
3677
  msgstr "Actualización incremental de %{content_view_count} Contenido Ver versión(es) "
3693
3678
 
@@ -3700,27 +3685,12 @@ msgstr "La actualización incremental requiere al menos una unidad de contenido"
3700
3685
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3701
3686
  msgstr "Actualización incremental especificada para el compuesto %{name} versión %{version}, pero ningún componente actualizado."
3702
3687
 
3703
- msgid "Index content"
3704
- msgstr "Contenido del índice"
3705
-
3706
- msgid "Index errata"
3707
- msgstr "Erratas de índice"
3708
-
3709
- msgid "Index module streams"
3710
- msgstr "Secuencias del módulo de índice"
3711
-
3712
- msgid "Index package groups"
3713
- msgstr "Grupos de paquete del índice"
3714
-
3715
3688
  msgid "Informable Type must be one of the following [ %{list} ]"
3716
3689
  msgstr "Informable El tipo debe ser uno de los siguientes [ %{list} ]"
3717
3690
 
3718
3691
  msgid "Inherit from Repository"
3719
3692
  msgstr "Heredar del repositorio"
3720
3693
 
3721
- msgid "Initialize"
3722
- msgstr ""
3723
-
3724
3694
  msgid "Initiate a sync of the products attached to the sync plan"
3725
3695
  msgstr "Iniciar una sincronización de los productos adjuntos al plan de sincronización"
3726
3696
 
@@ -3796,9 +3766,6 @@ msgstr "Instalando grupo de paquetes..."
3796
3766
  msgid "Installing Package..."
3797
3767
  msgstr "Instalando paquete..."
3798
3768
 
3799
- msgid "Instance update"
3800
- msgstr "Actualización de instancia"
3801
-
3802
3769
  msgid "Instance-based"
3803
3770
  msgstr "Basado en la instancia"
3804
3771
 
@@ -3829,8 +3796,8 @@ msgstr "Intervalo de fechas no válido. La fecha de inicio de la regla de filtro
3829
3796
  msgid "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'"
3830
3797
  msgstr "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'"
3831
3798
 
3832
- msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or 'types'"
3833
- msgstr "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'"
3799
+ msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date', 'types', or 'allow_other_types'"
3800
+ msgstr ""
3834
3801
 
3835
3802
  msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
3836
3803
  msgstr "Tipos de erratas no válidos %{invalid_types} proporcionados. El tipo de errata puede ser cualquiera de %{valid_types}"
@@ -3913,9 +3880,27 @@ msgstr ""
3913
3880
  msgid "Job '${description}' has started."
3914
3881
  msgstr ""
3915
3882
 
3883
+ msgid "Katello Bootc interface"
3884
+ msgstr ""
3885
+
3916
3886
  msgid "Katello ID of local pool to update"
3917
3887
  msgstr "La ID de Katello del grupo local para actualizar"
3918
3888
 
3889
+ msgid "Katello: Bootc Action"
3890
+ msgstr ""
3891
+
3892
+ msgid "Katello: Bootc Rollback"
3893
+ msgstr ""
3894
+
3895
+ msgid "Katello: Bootc Status"
3896
+ msgstr ""
3897
+
3898
+ msgid "Katello: Bootc Switch"
3899
+ msgstr ""
3900
+
3901
+ msgid "Katello: Bootc Upgrade"
3902
+ msgstr ""
3903
+
3919
3904
  msgid "Katello: Configure host for new content source"
3920
3905
  msgstr ""
3921
3906
 
@@ -3964,6 +3949,9 @@ msgstr ""
3964
3949
  msgid "Katello: Upload Profile"
3965
3950
  msgstr ""
3966
3951
 
3952
+ msgid "Keep latest packages"
3953
+ msgstr ""
3954
+
3967
3955
  msgid "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)"
3968
3956
  msgstr "El hash de valores clave de los eventos del administrador de suscripciones, la anidación utiliza un delimitador de período (.)"
3969
3957
 
@@ -3988,6 +3976,9 @@ msgstr "Etiqueta del contenido"
3988
3976
  msgid "Label of the content view"
3989
3977
  msgstr ""
3990
3978
 
3979
+ msgid "Label of the flatpak remote"
3980
+ msgstr ""
3981
+
3991
3982
  msgid "Last check-in:"
3992
3983
  msgstr ""
3993
3984
 
@@ -4153,6 +4144,9 @@ msgstr "Lista de las versiones disponibles en la organización"
4153
4144
  msgid "List available subscriptions from Red Hat Subscription Management"
4154
4145
  msgstr "Listar suscripciones disponibles del administrador de suscripciones de Red Hat"
4155
4146
 
4147
+ msgid "List booted bootc container images for hosts"
4148
+ msgstr ""
4149
+
4156
4150
  msgid "List components attached to this content view"
4157
4151
  msgstr "Listar componentes adjunta a esta vista de contenido"
4158
4152
 
@@ -4192,6 +4186,15 @@ msgstr ""
4192
4186
  msgid "List filter rules"
4193
4187
  msgstr "Mostrar reglas de filtro"
4194
4188
 
4189
+ msgid "List flatpak remote repositories"
4190
+ msgstr ""
4191
+
4192
+ msgid "List flatpak remote's repositories"
4193
+ msgstr ""
4194
+
4195
+ msgid "List flatpak remotes"
4196
+ msgstr ""
4197
+
4195
4198
  msgid "List host collections"
4196
4199
  msgstr "Mostrar recopilaciones de hosts"
4197
4200
 
@@ -4357,6 +4360,9 @@ msgstr "Listar entornos del ciclo de vida vinculados al proxy inteligente"
4357
4360
  msgid "List the lifecycle environments not attached to the smart proxy"
4358
4361
  msgstr "Listar entornos del ciclo de vida que no están vinculados al proxy inteligente"
4359
4362
 
4363
+ msgid "Load balancer"
4364
+ msgstr ""
4365
+
4360
4366
  msgid "Loading"
4361
4367
  msgstr "Cargando"
4362
4368
 
@@ -4486,9 +4492,6 @@ msgstr "Mensaje"
4486
4492
  msgid "Messaging connection"
4487
4493
  msgstr "Conexión de mensajes"
4488
4494
 
4489
- msgid "Metadata generate"
4490
- msgstr ""
4491
-
4492
4495
  msgid ""
4493
4496
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4494
4497
  "Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
@@ -4500,6 +4503,12 @@ msgstr ""
4500
4503
  msgid "Minimum version"
4501
4504
  msgstr ""
4502
4505
 
4506
+ msgid "Mirror Remote Repository"
4507
+ msgstr ""
4508
+
4509
+ msgid "Mirror a flatpak remote repository"
4510
+ msgstr ""
4511
+
4503
4512
  msgid "Missing activation key!"
4504
4513
  msgstr ""
4505
4514
 
@@ -4512,6 +4521,9 @@ msgstr "Modelado"
4512
4521
  msgid "Moderate"
4513
4522
  msgstr "Moderado"
4514
4523
 
4524
+ msgid "Modify via remote execution"
4525
+ msgstr ""
4526
+
4515
4527
  msgid "Modular"
4516
4528
  msgstr ""
4517
4529
 
@@ -4533,13 +4545,7 @@ msgstr ""
4533
4545
  msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
4534
4546
  msgstr ""
4535
4547
 
4536
- msgid "Multi copy all units"
4537
- msgstr ""
4538
-
4539
- msgid "Multi copy content"
4540
- msgstr ""
4541
-
4542
- msgid "Multi copy units"
4548
+ msgid "Multi Content View Environment"
4543
4549
  msgstr ""
4544
4550
 
4545
4551
  msgid "Multi-entitlement"
@@ -4599,6 +4605,12 @@ msgstr ""
4599
4605
  msgid "Name of the content view"
4600
4606
  msgstr "Nombre de la vista de contenido"
4601
4607
 
4608
+ msgid "Name of the flatpak remote"
4609
+ msgstr ""
4610
+
4611
+ msgid "Name of the flatpak remote repository"
4612
+ msgstr ""
4613
+
4602
4614
  msgid "Name of the host"
4603
4615
  msgstr "Nombre del host"
4604
4616
 
@@ -4722,6 +4734,9 @@ msgstr "No se proporcionaron ID de contenido."
4722
4734
  msgid "No content in selected versions."
4723
4735
  msgstr ""
4724
4736
 
4737
+ msgid "No content view environments"
4738
+ msgstr ""
4739
+
4725
4740
  msgid "No content view environments found with ids: %{ids}"
4726
4741
  msgstr ""
4727
4742
 
@@ -4758,9 +4773,6 @@ msgstr ""
4758
4773
  msgid "No enabled repositories match your search criteria."
4759
4774
  msgstr "No hay repositorios habilitados que coincidan con sus criterios de búsqueda."
4760
4775
 
4761
- msgid "No environment"
4762
- msgstr ""
4763
-
4764
4776
  msgid "No environments"
4765
4777
  msgstr ""
4766
4778
 
@@ -5343,7 +5355,10 @@ msgstr "Fallo en la instalación del paquete: \"%{package}\""
5343
5355
  msgid "Package installation: \"%{package}\" "
5344
5356
  msgstr "Instalación del paquete: \"%{package}\" "
5345
5357
 
5346
- msgid "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."
5358
+ msgid "Package mode"
5359
+ msgstr ""
5360
+
5361
+ msgid "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."
5347
5362
  msgstr ""
5348
5363
 
5349
5364
  msgid "Packages"
@@ -5472,6 +5487,9 @@ msgstr ""
5472
5487
  msgid "Policy to set for mirroring content. Must be one of %s."
5473
5488
  msgstr ""
5474
5489
 
5490
+ msgid "Possible values: %s"
5491
+ msgstr ""
5492
+
5475
5493
  msgid "Prefer registered through Smart Proxy for remote execution"
5476
5494
  msgstr ""
5477
5495
 
@@ -5520,6 +5538,9 @@ msgstr ""
5520
5538
  msgid "Product ID"
5521
5539
  msgstr "ID de producto"
5522
5540
 
5541
+ msgid "Product ID to mirror the remote repository to"
5542
+ msgstr ""
5543
+
5523
5544
  msgid "Product and Repositories"
5524
5545
  msgstr "Producto y repositorios"
5525
5546
 
@@ -5704,9 +5725,6 @@ msgstr "Almacenamiento Pulp"
5704
5725
  msgid "Pulp task error"
5705
5726
  msgstr "Error de tarea de Pulp"
5706
5727
 
5707
- msgid "Purge completed tasks"
5708
- msgstr ""
5709
-
5710
5728
  msgid "Python Package"
5711
5729
  msgstr ""
5712
5730
 
@@ -5815,9 +5833,6 @@ msgstr "Se requiere reiniciar"
5815
5833
  msgid "Reclaim Space"
5816
5834
  msgstr ""
5817
5835
 
5818
- msgid "Reclaim space"
5819
- msgstr ""
5820
-
5821
5836
  msgid "Reclaim space from On Demand repositories"
5822
5837
  msgstr ""
5823
5838
 
@@ -5881,9 +5896,6 @@ msgstr "Recargar manifiesto"
5881
5896
  msgid "Refresh all alternate content sources"
5882
5897
  msgstr ""
5883
5898
 
5884
- msgid "Refresh all distributions"
5885
- msgstr ""
5886
-
5887
5899
  msgid "Refresh alternate content sources"
5888
5900
  msgstr ""
5889
5901
 
@@ -5896,27 +5908,15 @@ msgstr ""
5896
5908
  msgid "Refresh counts"
5897
5909
  msgstr ""
5898
5910
 
5899
- msgid "Refresh distribution"
5900
- msgstr ""
5901
-
5902
5911
  msgid "Refresh errata applicability"
5903
5912
  msgstr ""
5904
5913
 
5905
- msgid "Refresh if needed"
5906
- msgstr ""
5907
-
5908
5914
  msgid "Refresh package applicability"
5909
5915
  msgstr ""
5910
5916
 
5911
5917
  msgid "Refresh previously imported manifest for Red Hat provider"
5912
5918
  msgstr "Actualizar el manifiesto importado anteriormente para el proveedor de Red Hat"
5913
5919
 
5914
- msgid "Refresh remote"
5915
- msgstr ""
5916
-
5917
- msgid "Refresh repos"
5918
- msgstr ""
5919
-
5920
5920
  msgid "Refresh source"
5921
5921
  msgstr ""
5922
5922
 
@@ -5941,6 +5941,9 @@ msgstr ""
5941
5941
  msgid "Registered on"
5942
5942
  msgstr ""
5943
5943
 
5944
+ msgid "Registered to"
5945
+ msgstr ""
5946
+
5944
5947
  msgid "Registering to multiple environments is not enabled."
5945
5948
  msgstr ""
5946
5949
 
@@ -5956,9 +5959,6 @@ msgstr "El patrón de nombre de registro da como resultado un nombre de imagen d
5956
5959
  msgid "Registry name pattern will result in invalid container image name of member repositories"
5957
5960
  msgstr "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"
5958
5961
 
5959
- msgid "Reindex subscriptions"
5960
- msgstr "Reindexar suscripciones"
5961
-
5962
5962
  msgid "Related composite content views"
5963
5963
  msgstr ""
5964
5964
 
@@ -6055,9 +6055,6 @@ msgstr "Eliminar una o más colecciones de uno o más hosts de uno o más hosts"
6055
6055
  msgid "Remove one or more subscriptions from an upstream manifest"
6056
6056
  msgstr ""
6057
6057
 
6058
- msgid "Remove orphans"
6059
- msgstr ""
6060
-
6061
6058
  msgid "Remove package group via Katello interface"
6062
6059
  msgstr "Eliminar el grupo de paquetes a través de la interfaz de Katello"
6063
6060
 
@@ -6085,12 +6082,6 @@ msgstr ""
6085
6082
  msgid "Remove subscriptions from one or more hosts"
6086
6083
  msgstr "Eliminar las suscripciones de uno o más hosts"
6087
6084
 
6088
- msgid "Remove units"
6089
- msgstr ""
6090
-
6091
- msgid "Remove unneeded repos"
6092
- msgstr ""
6093
-
6094
6085
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6095
6086
  msgstr "Eliminar versiones y/o entornos de una vista de contenido y volver a asignar sistemas y llaves"
6096
6087
 
@@ -6115,9 +6106,6 @@ msgstr ""
6115
6106
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6116
6107
  msgstr ""
6117
6108
 
6118
- msgid "Repair"
6119
- msgstr ""
6120
-
6121
6109
  msgid "Replace content source on the target machine"
6122
6110
  msgstr ""
6123
6111
 
@@ -6136,18 +6124,12 @@ msgstr "Repositorios"
6136
6124
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6137
6125
  msgstr ""
6138
6126
 
6139
- msgid "Repositories certs reset"
6140
- msgstr ""
6141
-
6142
6127
  msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
6143
6128
  msgstr ""
6144
6129
 
6145
6130
  msgid "Repositories from published Content Views are not allowed."
6146
6131
  msgstr "No se permiten los de vistas de contenido publicadas "
6147
6132
 
6148
- msgid "Repositories gpg reset"
6149
- msgstr ""
6150
-
6151
6133
  msgid "Repository"
6152
6134
  msgstr "Repositorio"
6153
6135
 
@@ -6439,6 +6421,12 @@ msgstr ""
6439
6421
  msgid "Roles"
6440
6422
  msgstr "Roles"
6441
6423
 
6424
+ msgid "Rollback image"
6425
+ msgstr ""
6426
+
6427
+ msgid "Rollback image digest"
6428
+ msgstr ""
6429
+
6442
6430
  msgid "Rules to be added"
6443
6431
  msgstr ""
6444
6432
 
@@ -6451,6 +6439,12 @@ msgstr ""
6451
6439
  msgid "Running"
6452
6440
  msgstr "Ejecutando"
6453
6441
 
6442
+ msgid "Running image"
6443
+ msgstr ""
6444
+
6445
+ msgid "Running image digest"
6446
+ msgstr ""
6447
+
6454
6448
  msgid "SKU"
6455
6449
  msgstr "SKU"
6456
6450
 
@@ -6478,25 +6472,10 @@ msgstr "SUSCRIPCIONES QUE VENCEN PRONTO"
6478
6472
  msgid "Save"
6479
6473
  msgstr "Guardar"
6480
6474
 
6481
- msgid "Save artifact"
6482
- msgstr ""
6483
-
6484
- msgid "Save distribution references"
6485
- msgstr ""
6486
-
6487
- msgid "Save publication"
6488
- msgstr ""
6489
-
6490
- msgid "Save version"
6491
- msgstr ""
6492
-
6493
- msgid "Save versions"
6494
- msgstr ""
6495
-
6496
6475
  msgid "Saving alternate content source..."
6497
6476
  msgstr ""
6498
6477
 
6499
- msgid "Scan cdn"
6478
+ msgid "Scan a flatpak remote"
6500
6479
  msgstr ""
6501
6480
 
6502
6481
  msgid "Schema version 1"
@@ -6604,9 +6583,6 @@ msgstr ""
6604
6583
  msgid "Select action"
6605
6584
  msgstr ""
6606
6585
 
6607
- msgid "Select add-ons"
6608
- msgstr ""
6609
-
6610
6586
  msgid "Select all"
6611
6587
  msgstr "Seleccionar todo"
6612
6588
 
@@ -6745,15 +6721,15 @@ msgstr "Establecer anulaciones de contenido para el host"
6745
6721
  msgid "Set content overrides to one or more hosts"
6746
6722
  msgstr "Establecer las anulaciones de contenido en uno o más hosts"
6747
6723
 
6724
+ msgid "Set this HTTP proxy as the default content HTTP proxy"
6725
+ msgstr ""
6726
+
6748
6727
  msgid "Set true to override to enabled; Set false to override to disabled.'"
6749
6728
  msgstr ""
6750
6729
 
6751
6730
  msgid "Set true to remove an override and reset it to 'default'"
6752
6731
  msgstr "Establecer como verdadero para eliminar una anulación y volver a establecerla como 'por defecto'"
6753
6732
 
6754
- msgid "Sets the system add-ons"
6755
- msgstr "Establece los complementos del sistema"
6756
-
6757
6733
  msgid "Sets the system purpose usage"
6758
6734
  msgstr "Establece el uso del propósito del sistema"
6759
6735
 
@@ -6787,6 +6763,12 @@ msgstr "Mostrar un componente de vista de contenido"
6787
6763
  msgid "Show a content view's history"
6788
6764
  msgstr "Mostrar el historial de una vista de contenido"
6789
6765
 
6766
+ msgid "Show a flatpak remote"
6767
+ msgstr ""
6768
+
6769
+ msgid "Show a flatpak remote repository"
6770
+ msgstr ""
6771
+
6790
6772
  msgid "Show a host collection"
6791
6773
  msgstr "Mostrar una recopilación de hosts"
6792
6774
 
@@ -7114,6 +7096,12 @@ msgstr ""
7114
7096
  msgid "Stacking ID"
7115
7097
  msgstr "ID de pila"
7116
7098
 
7099
+ msgid "Staged image"
7100
+ msgstr ""
7101
+
7102
+ msgid "Staged image digest"
7103
+ msgstr ""
7104
+
7117
7105
  msgid "Start Date"
7118
7106
  msgstr "Fecha de inicio"
7119
7107
 
@@ -7279,9 +7267,6 @@ msgstr ""
7279
7267
  msgid "Supported Content Types"
7280
7268
  msgstr "Tipos de contenido admitidos"
7281
7269
 
7282
- msgid "Sync"
7283
- msgstr ""
7284
-
7285
7270
  msgid "Sync Canceled"
7286
7271
  msgstr "Sincronización cancelada"
7287
7272
 
@@ -7336,9 +7321,6 @@ msgstr "Sincronizar un repositorio"
7336
7321
  msgid "Sync all repositories for a product"
7337
7322
  msgstr "Sincronizar todos los repositorios de un producto"
7338
7323
 
7339
- msgid "Sync capsule"
7340
- msgstr "Cápsula de sincronización"
7341
-
7342
7324
  msgid "Sync complete."
7343
7325
  msgstr "Sincronización completa."
7344
7326
 
@@ -7357,9 +7339,6 @@ msgstr ""
7357
7339
  msgid "Sync state"
7358
7340
  msgstr ""
7359
7341
 
7360
- msgid "Syncable export"
7361
- msgstr ""
7362
-
7363
7342
  msgid "Synced"
7364
7343
  msgstr ""
7365
7344
 
@@ -7474,6 +7453,9 @@ msgstr "La acción solicitada en esta vista compuesta no puede realizarse hasta
7474
7453
  msgid "The actual file contents"
7475
7454
  msgstr "El contenido real del archivo"
7476
7455
 
7456
+ msgid "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions."
7457
+ msgstr ""
7458
+
7477
7459
  msgid "The content type for the Alternate Content Source"
7478
7460
  msgstr ""
7479
7461
 
@@ -7721,6 +7703,9 @@ msgstr ""
7721
7703
  msgid "This content view version doesn't have a history."
7722
7704
  msgstr "Esta versión de vista de contenido no tiene un historial."
7723
7705
 
7706
+ msgid "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."
7707
+ msgstr ""
7708
+
7724
7709
  msgid "This content view will be automatically updated to the latest version."
7725
7710
  msgstr ""
7726
7711
 
@@ -7733,6 +7718,9 @@ msgstr ""
7733
7718
  msgid "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."
7734
7719
  msgstr ""
7735
7720
 
7721
+ msgid "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."
7722
+ msgstr ""
7723
+
7736
7724
  msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7737
7725
  msgstr ""
7738
7726
 
@@ -7859,7 +7847,7 @@ msgstr ""
7859
7847
  msgid "To manage packages, select an action."
7860
7848
  msgstr ""
7861
7849
 
7862
- msgid "Toggle"
7850
+ msgid "Token/password for the flatpak remote"
7863
7851
  msgstr ""
7864
7852
 
7865
7853
  msgid "Total steps: "
@@ -8123,6 +8111,9 @@ msgstr "Actualizar una versión de vista de contenido"
8123
8111
  msgid "Update a filter rule. The parameters included should be based upon the filter type."
8124
8112
  msgstr "Actualizar una regla de filtro. Los parámetros incluidos se deben basar en el tipo de filtro."
8125
8113
 
8114
+ msgid "Update a flatpak remote"
8115
+ msgstr ""
8116
+
8126
8117
  msgid "Update a host collection"
8127
8118
  msgstr "Actualizar una recopilación de hosts"
8128
8119
 
@@ -8147,27 +8138,15 @@ msgstr "Actualizar un entorno en una organización"
8147
8138
  msgid "Update content counts for the smart proxy"
8148
8139
  msgstr ""
8149
8140
 
8150
- msgid "Update content urls"
8151
- msgstr "Actualizar los URL de contenido"
8152
-
8153
8141
  msgid "Update content view environments for host"
8154
8142
  msgstr ""
8155
8143
 
8156
8144
  msgid "Update content view environments for host %s"
8157
8145
  msgstr ""
8158
8146
 
8159
- msgid "Update distributions"
8160
- msgstr ""
8161
-
8162
8147
  msgid "Update hosts manually"
8163
8148
  msgstr ""
8164
8149
 
8165
- msgid "Update http proxy"
8166
- msgstr "Actualizar el proxy http"
8167
-
8168
- msgid "Update http proxy details"
8169
- msgstr "Actualizar los detalles del proxy http"
8170
-
8171
8150
  msgid "Update installed packages, enabled repos, module inventory"
8172
8151
  msgstr "Actualizar los paquetes instalados, los repositorios habilitados, el inventario de módulos"
8173
8152
 
@@ -8183,21 +8162,12 @@ msgstr "Actualizar paquete a través de la interfaz de Katello"
8183
8162
  msgid "Update packages via Katello interface"
8184
8163
  msgstr ""
8185
8164
 
8186
- msgid "Update redhat repository"
8187
- msgstr "Actualizar el repositorio de redhat"
8188
-
8189
8165
  msgid "Update release version for host"
8190
8166
  msgstr "Actualizar versión de lanzamiento para el host"
8191
8167
 
8192
8168
  msgid "Update release version for host %s"
8193
8169
  msgstr "Actualizar la versión del host %s"
8194
8170
 
8195
- msgid "Update remote"
8196
- msgstr ""
8197
-
8198
- msgid "Update repository"
8199
- msgstr ""
8200
-
8201
8171
  msgid "Update services requiring restart"
8202
8172
  msgstr "La actualización de servicios requiere el reinicio"
8203
8173
 
@@ -8288,12 +8258,6 @@ msgstr "Cargar un fragmento del contenido del archivo"
8288
8258
  msgid "Upload a subscription manifest"
8289
8259
  msgstr "Cargar un manifiesto de suscripción"
8290
8260
 
8291
- msgid "Upload content"
8292
- msgstr ""
8293
-
8294
- msgid "Upload file"
8295
- msgstr ""
8296
-
8297
8261
  msgid "Upload into"
8298
8262
  msgstr "Cargar a "
8299
8263
 
@@ -8303,9 +8267,6 @@ msgstr ""
8303
8267
  msgid "Upload request id"
8304
8268
  msgstr "Cargar ID de solicitud"
8305
8269
 
8306
- msgid "Upload tag"
8307
- msgstr ""
8308
-
8309
8270
  msgid "Upstream Candlepin"
8310
8271
  msgstr ""
8311
8272
 
@@ -8393,6 +8354,9 @@ msgstr "Nombre del usuario"
8393
8354
  msgid "Username for authentication. Relevant only for 'upstream_server' type."
8394
8355
  msgstr ""
8395
8356
 
8357
+ msgid "Username for the flatpak remote"
8358
+ msgstr ""
8359
+
8396
8360
  msgid "Username of the upstream repository user used for authentication"
8397
8361
  msgstr "El nombre de usuario del usuario del repositorio de canal ascendente se usa para la autenticación"
8398
8362
 
@@ -8417,9 +8381,6 @@ msgstr "El valor debe booleano o \"por defecto\" para \"habilitado\""
8417
8381
  msgid "Verify SSL"
8418
8382
  msgstr "Verificar SSL"
8419
8383
 
8420
- msgid "Verify checksum"
8421
- msgstr "Verificar la suma de comprobación"
8422
-
8423
8384
  msgid "Verify checksum for content on smart proxy"
8424
8385
  msgstr ""
8425
8386
 
@@ -8726,6 +8687,9 @@ msgstr "Un grupo de paquetes"
8726
8687
  msgid "actions not found"
8727
8688
  msgstr "acciones no encontradas"
8728
8689
 
8690
+ msgid "activation key"
8691
+ msgstr ""
8692
+
8729
8693
  msgid "activation key identifier"
8730
8694
  msgstr "identificador de clave de activación"
8731
8695
 
@@ -8837,8 +8801,8 @@ msgstr "No puede ser nulo"
8837
8801
  msgid "cannot be set because unlimited hosts is set"
8838
8802
  msgstr "no se pude establecer porque se establece un número ilimitado de hosts"
8839
8803
 
8840
- msgid "cannot be set for non-yum repositories."
8841
- msgstr "no se puede establecer para repositorios que no correspondan a yum."
8804
+ msgid "cannot be set for repositories without 'Additive' mirroring policy."
8805
+ msgstr ""
8842
8806
 
8843
8807
  msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
8844
8808
  msgstr "No puede contener caracteres que no sean alfanuméricos ASCII, '_', '-'. "
@@ -8879,6 +8843,9 @@ msgstr "versión de lanzamiento de contenido"
8879
8843
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8880
8844
  msgstr ""
8881
8845
 
8846
+ msgid "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
8847
+ msgstr ""
8848
+
8882
8849
  msgid "content view component ID. Identifier of the component association"
8883
8850
  msgstr "ID de componente de vista de contenido. Identificador de la asociación de componente"
8884
8851
 
@@ -8963,7 +8930,7 @@ msgstr "descripción del repositorio"
8963
8930
  msgid "disk"
8964
8931
  msgstr ""
8965
8932
 
8966
- msgid "download policy for yum, deb, and docker repos (either 'immediate' or 'on_demand')"
8933
+ msgid "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')"
8967
8934
  msgstr ""
8968
8935
 
8969
8936
  msgid "enables or disables synchronization"
@@ -9002,6 +8969,9 @@ msgstr ""
9002
8969
  msgid "erratum: IDs or a select all object"
9003
8970
  msgstr "errata: ID o una Selección de todos los objetos"
9004
8971
 
8972
+ msgid "erratum: allow types not matching a valid errata type"
8973
+ msgstr ""
8974
+
9005
8975
  msgid "erratum: end date (YYYY-MM-DD)"
9006
8976
  msgstr "errata: fecha de finalización (AAAA-MM-DD)"
9007
8977
 
@@ -9062,6 +9032,9 @@ msgstr "ya se ha tomado para este producto."
9062
9032
  msgid "here"
9063
9033
  msgstr ""
9064
9034
 
9035
+ msgid "host"
9036
+ msgstr ""
9037
+
9065
9038
  msgid "host collection name to filter by"
9066
9039
  msgstr "nombre de colección de hosts que va a filtrar"
9067
9040
 
@@ -9182,6 +9155,18 @@ msgstr "ID de corrientes de módulos"
9182
9155
  msgid "module streams not found"
9183
9156
  msgstr "corrientes de módulos no encontradas"
9184
9157
 
9158
+ msgid "multi-environment activation key"
9159
+ msgstr ""
9160
+
9161
+ msgid "multi-environment activation keys"
9162
+ msgstr ""
9163
+
9164
+ msgid "multi-environment host"
9165
+ msgstr ""
9166
+
9167
+ msgid "multi-environment hosts"
9168
+ msgstr ""
9169
+
9185
9170
  msgid "must be %{gpg_key} or %{cert}"
9186
9171
  msgstr "debe ser %{gpg_key} o %{cert}"
9187
9172