katello 4.18.1 → 4.19.0.rc2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (388) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +379 -109
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +379 -109
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +379 -109
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +380 -110
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +382 -112
  7. data/app/assets/javascripts/katello/locale/de/katello.js +385 -115
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +379 -109
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +379 -109
  10. data/app/assets/javascripts/katello/locale/el/katello.js +380 -110
  11. data/app/assets/javascripts/katello/locale/en/katello.js +380 -110
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +379 -109
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +379 -109
  14. data/app/assets/javascripts/katello/locale/es/katello.js +383 -113
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +379 -109
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +388 -118
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +379 -109
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +379 -109
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +379 -109
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +379 -109
  21. data/app/assets/javascripts/katello/locale/id/katello.js +379 -109
  22. data/app/assets/javascripts/katello/locale/it/katello.js +379 -109
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +388 -118
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +385 -115
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +379 -109
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +388 -118
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +379 -109
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +379 -109
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +379 -109
  30. data/app/assets/javascripts/katello/locale/or/katello.js +379 -109
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +379 -109
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +379 -109
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +379 -109
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +379 -109
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +383 -113
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +379 -109
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +379 -109
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +381 -111
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +379 -109
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +379 -109
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +379 -109
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +379 -109
  43. data/app/assets/javascripts/katello/locale/te/katello.js +379 -109
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +379 -109
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +379 -109
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +379 -109
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +379 -109
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +388 -118
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +381 -111
  50. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +41 -12
  51. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  52. data/app/controllers/katello/api/v2/activation_keys_controller.rb +3 -65
  53. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
  54. data/app/controllers/katello/api/v2/content_views_controller.rb +18 -3
  55. data/app/controllers/katello/api/v2/debs_controller.rb +21 -11
  56. data/app/controllers/katello/api/v2/docker_tags_controller.rb +7 -0
  57. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +21 -19
  58. data/app/controllers/katello/api/v2/host_debs_controller.rb +16 -1
  59. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +3 -60
  60. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +10 -53
  61. data/app/controllers/katello/api/v2/repositories_controller.rb +0 -1
  62. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -0
  63. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +3 -0
  64. data/app/lib/actions/candlepin/activation_key/create.rb +0 -2
  65. data/app/lib/actions/candlepin/activation_key/update.rb +0 -2
  66. data/app/lib/actions/candlepin/product/content_create.rb +3 -5
  67. data/app/lib/actions/candlepin/product/content_update.rb +2 -3
  68. data/app/lib/actions/helpers/rolling_cv_repos.rb +1 -1
  69. data/app/lib/actions/katello/activation_key/create.rb +0 -1
  70. data/app/lib/actions/katello/activation_key/update.rb +0 -2
  71. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -6
  72. data/app/lib/actions/katello/content_credential/update.rb +1 -1
  73. data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +18 -24
  74. data/app/lib/actions/katello/content_view/create.rb +9 -4
  75. data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +6 -1
  76. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +16 -11
  77. data/app/lib/actions/katello/content_view/update.rb +34 -7
  78. data/app/lib/actions/katello/product/content_create.rb +2 -2
  79. data/app/lib/actions/katello/product/content_destroy.rb +1 -1
  80. data/app/lib/actions/katello/repository/check_matching_content.rb +1 -1
  81. data/app/lib/actions/katello/repository/clone_contents.rb +1 -1
  82. data/app/lib/actions/katello/repository/create.rb +1 -1
  83. data/app/lib/actions/katello/repository/destroy.rb +4 -4
  84. data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
  85. data/app/lib/actions/katello/repository/sync.rb +1 -1
  86. data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +2 -2
  87. data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
  88. data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +1 -1
  89. data/app/lib/actions/pulp3/repository/save_publication.rb +3 -1
  90. data/app/lib/actions/pulp3/repository/save_version.rb +45 -24
  91. data/app/lib/actions/pulp3/repository/save_versions.rb +2 -1
  92. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -4
  93. data/app/lib/katello/resources/candlepin/upstream_job.rb +9 -1
  94. data/app/lib/katello/resources/candlepin.rb +4 -0
  95. data/app/models/katello/authorization/repository.rb +17 -4
  96. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -7
  97. data/app/models/katello/content_view_deb_filter.rb +10 -0
  98. data/app/models/katello/content_view_deb_filter_rule.rb +7 -0
  99. data/app/models/katello/deb.rb +10 -10
  100. data/app/models/katello/erratum.rb +1 -1
  101. data/app/models/katello/glue/provider.rb +14 -3
  102. data/app/models/katello/host/content_facet.rb +1 -1
  103. data/app/models/katello/host/subscription_facet.rb +1 -7
  104. data/app/models/katello/product_content.rb +2 -2
  105. data/app/models/katello/repository.rb +4 -23
  106. data/app/models/katello/root_repository.rb +2 -5
  107. data/app/services/katello/candlepin/event_handler.rb +0 -33
  108. data/app/services/katello/candlepin/message_handler.rb +0 -41
  109. data/app/services/katello/content_unit_indexer.rb +59 -13
  110. data/app/services/katello/product_content_finder.rb +5 -4
  111. data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
  112. data/app/services/katello/pulp3/ansible_collection.rb +1 -0
  113. data/app/services/katello/pulp3/api/content_guard.rb +5 -5
  114. data/app/services/katello/pulp3/api/core.rb +10 -0
  115. data/app/services/katello/pulp3/deb.rb +1 -0
  116. data/app/services/katello/pulp3/docker_manifest.rb +1 -0
  117. data/app/services/katello/pulp3/docker_manifest_list.rb +1 -0
  118. data/app/services/katello/pulp3/docker_tag.rb +1 -0
  119. data/app/services/katello/pulp3/file_unit.rb +1 -0
  120. data/app/services/katello/pulp3/generic_content_unit.rb +1 -0
  121. data/app/services/katello/pulp3/module_stream.rb +1 -0
  122. data/app/services/katello/pulp3/package_group.rb +1 -0
  123. data/app/services/katello/pulp3/repository/apt.rb +41 -16
  124. data/app/services/katello/pulp3/repository.rb +59 -10
  125. data/app/services/katello/pulp3/rpm.rb +3 -2
  126. data/app/services/katello/pulp3/srpm.rb +3 -2
  127. data/app/services/katello/pulp3/task_group.rb +1 -1
  128. data/app/services/katello/registration_manager.rb +19 -17
  129. data/app/services/katello/repository_type_manager.rb +7 -5
  130. data/app/services/katello/smart_proxy_helper.rb +1 -6
  131. data/app/views/foreman/job_templates/upload_profile.erb +5 -0
  132. data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -1
  133. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
  134. data/app/views/katello/api/v2/debs/thindex.json.rabl +6 -0
  135. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +32 -0
  136. data/app/views/katello/api/v2/docker_tags/show.json.rabl +0 -5
  137. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +6 -0
  138. data/app/views/katello/api/v2/host_debs/installed_debs.json.rabl +6 -0
  139. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_errata.json.rabl +1 -1
  140. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_erratum.json.rabl +9 -0
  141. data/app/views/katello/api/v2/hosts_bulk_actions/installable_errata.json.rabl +1 -1
  142. data/app/views/katello/api/v2/hosts_bulk_actions/{erratum.json.rabl → installable_erratum.json.rabl} +3 -3
  143. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
  144. data/config/initializers/monkeys.rb +1 -0
  145. data/config/routes/api/v2.rb +2 -2
  146. data/config/routes/overrides.rb +2 -7
  147. data/config/routes.rb +2 -0
  148. data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +1 -1
  149. data/db/migrate/20250912000000_add_pulp_prn_fields.rb +73 -0
  150. data/db/migrate/20250912000001_populate_pulp_prn_fields.rb +403 -0
  151. data/db/migrate/20251009142516_remove_auto_attach_from_activation_keys.rb +5 -0
  152. data/db/migrate/20251009142517_remove_autoheal_from_subscription_facets.rb +5 -0
  153. data/db/seeds.d/111-upgrade_tasks.rb +2 -0
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +10 -0
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +10 -0
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +10 -0
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +10 -0
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +10 -0
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +10 -0
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +10 -0
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +12 -2
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +10 -0
  163. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +10 -0
  164. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +10 -0
  165. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +10 -0
  166. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +10 -0
  167. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +10 -0
  168. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +10 -0
  169. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +10 -0
  170. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +10 -0
  171. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +10 -0
  172. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +10 -0
  173. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +10 -0
  174. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +10 -0
  175. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +10 -0
  176. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +10 -0
  177. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +10 -0
  178. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +10 -0
  179. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +10 -0
  180. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +10 -0
  181. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +10 -0
  182. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +10 -0
  183. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +10 -0
  184. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +10 -0
  185. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +10 -0
  186. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +10 -0
  187. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +10 -0
  188. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +10 -0
  189. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +10 -0
  190. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +10 -0
  191. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +10 -0
  192. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +10 -0
  193. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +10 -0
  194. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +10 -0
  195. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +10 -0
  196. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +10 -0
  197. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +10 -0
  198. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +10 -0
  199. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +10 -0
  200. data/lib/katello/permission_creator.rb +2 -2
  201. data/lib/katello/permissions/host_permissions.rb +0 -6
  202. data/lib/katello/plugin.rb +17 -8
  203. data/lib/katello/tasks/jenkins.rake +1 -1
  204. data/lib/katello/tasks/upgrades/4.19/enable_structured_apt_for_deb.rake +87 -0
  205. data/lib/katello/tasks/upgrades/4.19/populate_repository_version_prns.rake +32 -0
  206. data/lib/katello/version.rb +1 -1
  207. data/lib/monkeys/fix_rpm_repository_gpgcheck.rb +38 -0
  208. data/locale/action_names.rb +0 -6
  209. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/bn/katello.po +379 -109
  211. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/bn_IN/katello.po +379 -109
  213. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/ca/katello.po +379 -109
  215. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/cs/katello.po +380 -111
  217. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  218. data/locale/cs_CZ/katello.po +382 -112
  219. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  220. data/locale/de/katello.po +386 -116
  221. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  222. data/locale/de_AT/katello.po +379 -109
  223. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  224. data/locale/de_DE/katello.po +379 -109
  225. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  226. data/locale/el/katello.po +381 -111
  227. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  228. data/locale/en/katello.po +380 -111
  229. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  230. data/locale/en_GB/katello.po +379 -109
  231. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  232. data/locale/en_US/katello.po +379 -109
  233. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  234. data/locale/es/katello.po +383 -113
  235. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  236. data/locale/et_EE/katello.po +379 -109
  237. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  238. data/locale/fr/katello.po +389 -119
  239. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  240. data/locale/gl/katello.po +379 -109
  241. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  242. data/locale/gu/katello.po +379 -109
  243. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  244. data/locale/he_IL/katello.po +379 -109
  245. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  246. data/locale/hi/katello.po +379 -109
  247. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  248. data/locale/id/katello.po +379 -109
  249. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  250. data/locale/it/katello.po +379 -109
  251. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  252. data/locale/ja/katello.po +390 -119
  253. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  254. data/locale/ka/katello.po +385 -115
  255. data/locale/katello.pot +1273 -831
  256. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  257. data/locale/kn/katello.po +379 -109
  258. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  259. data/locale/ko/katello.po +389 -119
  260. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  261. data/locale/ml_IN/katello.po +379 -109
  262. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  263. data/locale/mr/katello.po +379 -109
  264. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  265. data/locale/nl_NL/katello.po +379 -109
  266. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  267. data/locale/or/katello.po +379 -109
  268. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  269. data/locale/pa/katello.po +379 -109
  270. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  271. data/locale/pl/katello.po +379 -109
  272. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  273. data/locale/pl_PL/katello.po +379 -109
  274. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  275. data/locale/pt/katello.po +379 -109
  276. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  277. data/locale/pt_BR/katello.po +383 -113
  278. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  279. data/locale/ro/katello.po +379 -109
  280. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  281. data/locale/ro_RO/katello.po +379 -109
  282. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  283. data/locale/ru/katello.po +381 -111
  284. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  285. data/locale/sl/katello.po +379 -109
  286. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  287. data/locale/sv_SE/katello.po +379 -109
  288. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  289. data/locale/ta/katello.po +379 -109
  290. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  291. data/locale/ta_IN/katello.po +379 -109
  292. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  293. data/locale/te/katello.po +379 -109
  294. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  295. data/locale/tr/katello.po +379 -109
  296. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  297. data/locale/vi/katello.po +379 -109
  298. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  299. data/locale/vi_VN/katello.po +379 -109
  300. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  301. data/locale/zh/katello.po +379 -109
  302. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  303. data/locale/zh_CN/katello.po +389 -119
  304. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  305. data/locale/zh_TW/katello.po +381 -111
  306. data/webpack/ForemanColumnExtensions/index.js +46 -2
  307. data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
  308. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +0 -2
  309. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -2
  310. data/webpack/components/extensions/Hosts/ActionsBar/index.js +1 -0
  311. data/webpack/components/extensions/Hosts/BulkActions/BulkActionsConstants.js +7 -0
  312. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js +388 -0
  313. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/__tests__/BulkChangeHostCollectionsModal.test.js +640 -0
  314. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/actions.js +28 -0
  315. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +71 -0
  316. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +1 -1
  317. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +1 -1
  318. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +11 -4
  319. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
  320. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +1 -1
  321. data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +8 -1
  322. data/webpack/containers/Application/config.js +11 -1
  323. data/webpack/global_index.js +3 -0
  324. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesConstants.js +1 -1
  325. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesPage.js +7 -43
  326. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImagesPage.test.js +1 -1
  327. data/webpack/scenes/ContainerImages/ContainerImagesPage.js +86 -0
  328. data/webpack/scenes/ContainerImages/LabelsAnnotationsModal.js +105 -0
  329. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js +218 -0
  330. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsActions.js +15 -0
  331. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsSelectors.js +16 -0
  332. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/ManifestDetails.test.js +395 -0
  333. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestDetails.fixtures.json +43 -0
  334. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestList.fixtures.json +58 -0
  335. data/webpack/scenes/ContainerImages/Synced/Details/index.js +4 -0
  336. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js +359 -0
  337. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.scss +21 -0
  338. data/webpack/scenes/ContainerImages/Synced/__tests__/LabelsAnnotationsModal.test.js +69 -0
  339. data/webpack/scenes/ContainerImages/Synced/__tests__/SyncedContainerImagesPage.test.js +335 -0
  340. data/webpack/scenes/ContainerImages/Synced/__tests__/syncedContainerImages.fixtures.json +105 -0
  341. data/webpack/scenes/ContainerImages/TableEmptyState.js +67 -0
  342. data/webpack/scenes/ContainerImages/containerImagesHelpers.js +48 -0
  343. data/webpack/scenes/ContainerImages/index.js +4 -0
  344. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +29 -3
  345. data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
  346. data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +45 -1
  347. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -1
  348. data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +59 -1
  349. data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +1 -0
  350. data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +164 -24
  351. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVDebFilterContent.test.js +268 -0
  352. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterDetail.fixtures.json +95 -0
  353. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterRules.fixtures.json +31 -0
  354. data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVDebFilterRules.fixtures.json +10 -0
  355. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -1
  356. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -1
  357. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +15 -0
  358. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +1 -0
  359. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +9 -0
  360. data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +5 -3
  361. data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +1 -1
  362. data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +35 -3
  363. data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +1 -1
  364. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.css +3 -0
  365. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +63 -132
  366. data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +67 -143
  367. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +10 -2
  368. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +13 -2
  369. data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
  370. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +8 -2
  371. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +67 -1
  372. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
  373. data/webpack/scenes/Subscriptions/SubscriptionConstants.js +0 -2
  374. data/webpack/scenes/Subscriptions/SubscriptionReducer.js +15 -5
  375. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +22 -5
  376. data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +141 -0
  377. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
  378. metadata +82 -56
  379. data/app/lib/actions/katello/host/attach_subscriptions.rb +0 -59
  380. data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -22
  381. data/app/lib/actions/katello/host/remove_subscriptions.rb +0 -50
  382. data/app/lib/actions/katello/organization/simple_content_access/disable.rb +0 -25
  383. data/app/lib/actions/katello/organization/simple_content_access/enable.rb +0 -25
  384. data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +0 -42
  385. data/lib/katello/tasks/migrate_structure_content_for_deb.rake +0 -105
  386. data/lib/katello/tasks/upgrades/4.2/remove_checksum_values.rake +0 -17
  387. /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImages.fixtures.js +0 -0
  388. /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/index.js +0 -0
data/locale/es/katello.po CHANGED
@@ -18,7 +18,7 @@
18
18
  #
19
19
  msgid ""
20
20
  msgstr ""
21
- "Project-Id-Version: katello 4.18.0\n"
21
+ "Project-Id-Version: katello 4.19.0.rc1\n"
22
22
  "Report-Msgid-Bugs-To: \n"
23
23
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
24
24
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2025\n"
@@ -125,6 +125,9 @@ msgstr "${selectedContentType}"
125
125
  msgid "${selectedContentType} will appear here when created."
126
126
  msgstr ""
127
127
 
128
+ msgid "${totalCount} labels and annotations"
129
+ msgstr ""
130
+
128
131
  msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
129
132
  msgstr "%s %s tiene %s Hosts y %s Hostgroups que necesitarán ser reasociados después de la eliminación. Borrar %s?"
130
133
 
@@ -464,9 +467,6 @@ msgstr ""
464
467
  msgid "A remote execution job is in progress."
465
468
  msgstr ""
466
469
 
467
- msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
468
- msgstr "Un nivel de servicio para el proceso de autoreparación, p. ej., AUTOSOPORTE"
469
-
470
470
  msgid "A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running."
471
471
  msgstr ""
472
472
 
@@ -482,6 +482,9 @@ msgstr ""
482
482
  msgid "About page"
483
483
  msgstr ""
484
484
 
485
+ msgid "Abstract async task"
486
+ msgstr ""
487
+
485
488
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
486
489
  msgstr ""
487
490
 
@@ -569,12 +572,15 @@ msgstr ""
569
572
  msgid "Add RPM rule"
570
573
  msgstr ""
571
574
 
575
+ msgid "Add Red Hat Flatpak remote"
576
+ msgstr ""
577
+
578
+ msgid "Add Red Hat flatpak remote"
579
+ msgstr ""
580
+
572
581
  msgid "Add Subscriptions"
573
582
  msgstr "Añadir suscripciones"
574
583
 
575
- msgid "Add a subscription to a host"
576
- msgstr "Añadir una suscripción a un host"
577
-
578
584
  msgid "Add an alternate content source"
579
585
  msgstr ""
580
586
 
@@ -626,6 +632,9 @@ msgstr ""
626
632
  msgid "Add repositories with package groups to content view to select them here."
627
633
  msgstr ""
628
634
 
635
+ msgid "Add rolling repo clone"
636
+ msgstr ""
637
+
629
638
  msgid "Add rule"
630
639
  msgstr ""
631
640
 
@@ -638,21 +647,24 @@ msgstr ""
638
647
  msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
639
648
  msgstr "Añadir las suscripciones consumidas por un manifiesto de la Administración de suscripciones de Red Hat"
640
649
 
641
- msgid "Add subscriptions to one or more hosts"
642
- msgstr "Añadir suscripciones a uno o más hosts"
643
-
644
650
  msgid "Add subscriptions using the Add Subscriptions button."
645
651
  msgstr ""
646
652
 
647
653
  msgid "Add to a host collection"
648
654
  msgstr ""
649
655
 
656
+ msgid "Add to host collections"
657
+ msgstr ""
658
+
650
659
  msgid "Added"
651
660
  msgstr ""
652
661
 
653
662
  msgid "Added %s"
654
663
  msgstr ""
655
664
 
665
+ msgid "Added %{count} host(s) to host collection %{host_collection}."
666
+ msgstr ""
667
+
656
668
  msgid "Added Content:"
657
669
  msgstr "Contenido agregado:"
658
670
 
@@ -695,6 +707,9 @@ msgstr "Todas las erratas aplicadas"
695
707
  msgid "All errata up-to-date"
696
708
  msgstr ""
697
709
 
710
+ msgid "All selected hosts were already members of host collection %{host_collection}."
711
+ msgstr ""
712
+
698
713
  msgid "All subpaths must have a slash at the end and none at the front"
699
714
  msgstr ""
700
715
 
@@ -782,6 +797,9 @@ msgid ""
782
797
  "%{error_message}"
783
798
  msgstr ""
784
799
 
800
+ msgid "An error occurred while updating host collections"
801
+ msgstr ""
802
+
785
803
  msgid "An option to specify how many ostree commits to traverse."
786
804
  msgstr ""
787
805
 
@@ -914,12 +932,6 @@ msgstr "Matriz de ID del grupo local. Solo se aceptan que grupos que se originan
914
932
  msgid "Array of pools to add"
915
933
  msgstr "Matriz de grupos a añadir"
916
934
 
917
- msgid "Array of subscriptions to add"
918
- msgstr "Selección de suscripciones para añadir"
919
-
920
- msgid "Array of subscriptions to remove"
921
- msgstr "Selección de suscripciones para eliminar"
922
-
923
935
  msgid "Array of uploads to import"
924
936
  msgstr "Matriz de cargas a importar"
925
937
 
@@ -977,15 +989,6 @@ msgstr ""
977
989
  msgid "At least one organization must exist."
978
990
  msgstr "Al menos una organización debe existir."
979
991
 
980
- msgid "Attach a subscription"
981
- msgstr "Agregar una suscripción"
982
-
983
- msgid "Attach subscriptions"
984
- msgstr "Adjuntar suscripciones"
985
-
986
- msgid "Attach subscriptions to %s"
987
- msgstr "Adjuntar suscripciones a %s"
988
-
989
992
  msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
990
993
  msgstr "Intentó destruir %s consumidores de candlepin, pero el consumidor no existe en candlepin"
991
994
 
@@ -1085,6 +1088,9 @@ msgstr "Guardar esta búsqueda en marcadores"
1085
1088
  msgid "Bookmarks marked as public are available to all users"
1086
1089
  msgstr ""
1087
1090
 
1091
+ msgid "Bootable"
1092
+ msgstr ""
1093
+
1088
1094
  msgid "Bootc rollback via Bootc interface"
1089
1095
  msgstr ""
1090
1096
 
@@ -1097,6 +1103,9 @@ msgstr ""
1097
1103
  msgid "Bootc upgrade via Bootc interface"
1098
1104
  msgstr ""
1099
1105
 
1106
+ msgid "Booted"
1107
+ msgstr ""
1108
+
1100
1109
  msgid "Booted Container Images"
1101
1110
  msgstr ""
1102
1111
 
@@ -1406,6 +1415,9 @@ msgstr ""
1406
1415
  msgid "Change content view environments"
1407
1416
  msgstr ""
1408
1417
 
1418
+ msgid "Change host collections"
1419
+ msgstr ""
1420
+
1409
1421
  msgid "Change host content source"
1410
1422
  msgstr ""
1411
1423
 
@@ -1493,6 +1505,9 @@ msgstr ""
1493
1505
  msgid "Comma-separated list of tags to sync for a container image repository"
1494
1506
  msgstr ""
1495
1507
 
1508
+ msgid "Commit upload"
1509
+ msgstr ""
1510
+
1496
1511
  msgid "Compare"
1497
1512
  msgstr ""
1498
1513
 
@@ -1565,6 +1580,9 @@ msgstr ""
1565
1580
  msgid "Container image tags"
1566
1581
  msgstr ""
1567
1582
 
1583
+ msgid "Container images"
1584
+ msgstr ""
1585
+
1568
1586
  msgid "Container manifest lists"
1569
1587
  msgstr ""
1570
1588
 
@@ -1844,15 +1862,27 @@ msgstr ""
1844
1862
  msgid "Copy"
1845
1863
  msgstr ""
1846
1864
 
1865
+ msgid "Copy all units"
1866
+ msgstr ""
1867
+
1847
1868
  msgid "Copy an activation key"
1848
1869
  msgstr "Copiar una clave de activación"
1849
1870
 
1871
+ msgid "Copy content"
1872
+ msgstr ""
1873
+
1850
1874
  msgid "Copy content view"
1851
1875
  msgstr ""
1852
1876
 
1853
1877
  msgid "Copy to clipboard"
1854
1878
  msgstr "Copiar al portapapeles"
1855
1879
 
1880
+ msgid "Copy version"
1881
+ msgstr ""
1882
+
1883
+ msgid "Copy version units to library"
1884
+ msgstr ""
1885
+
1856
1886
  msgid "Cores per socket"
1857
1887
  msgstr "Núcleos por socket"
1858
1888
 
@@ -2066,22 +2096,34 @@ msgstr ""
2066
2096
  msgid "Create content view"
2067
2097
  msgstr ""
2068
2098
 
2099
+ msgid "Create exporter"
2100
+ msgstr ""
2101
+
2069
2102
  msgid "Create filter"
2070
2103
  msgstr ""
2071
2104
 
2072
2105
  msgid "Create host collection"
2073
2106
  msgstr ""
2074
2107
 
2108
+ msgid "Create import"
2109
+ msgstr ""
2110
+
2111
+ msgid "Create importer"
2112
+ msgstr ""
2113
+
2075
2114
  msgid "Create new activation key"
2076
2115
  msgstr ""
2077
2116
 
2078
2117
  msgid "Create organization"
2079
2118
  msgstr "Crear organización"
2080
2119
 
2081
- msgid "Create package filter rule"
2120
+ msgid "Create publication"
2082
2121
  msgstr ""
2083
2122
 
2084
- msgid "Create rule"
2123
+ msgid "Create remote"
2124
+ msgstr ""
2125
+
2126
+ msgid "Creation"
2085
2127
  msgstr ""
2086
2128
 
2087
2129
  msgid "Credentials"
@@ -2345,12 +2387,36 @@ msgstr ""
2345
2387
  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."
2346
2388
  msgstr ""
2347
2389
 
2390
+ msgid "Delete distributions"
2391
+ msgstr ""
2392
+
2348
2393
  msgid "Delete manifest from Red Hat provider"
2349
2394
  msgstr "Borrar manifiesto de proveedor de Red Hat"
2350
2395
 
2351
2396
  msgid "Delete multiple filters from a content view"
2352
2397
  msgstr ""
2353
2398
 
2399
+ msgid "Delete orphan alternate content sources"
2400
+ msgstr ""
2401
+
2402
+ msgid "Delete orphan distributions"
2403
+ msgstr ""
2404
+
2405
+ msgid "Delete orphan remotes"
2406
+ msgstr ""
2407
+
2408
+ msgid "Delete orphan repository versions"
2409
+ msgstr ""
2410
+
2411
+ msgid "Delete orphaned migrated repositories"
2412
+ msgstr ""
2413
+
2414
+ msgid "Delete remote"
2415
+ msgstr ""
2416
+
2417
+ msgid "Delete repository references"
2418
+ msgstr ""
2419
+
2354
2420
  msgid "Delete version"
2355
2421
  msgstr ""
2356
2422
 
@@ -2450,6 +2516,12 @@ msgstr "Destruir un entorno"
2450
2516
  msgid "Destroy an environment in an organization"
2451
2517
  msgstr "Destruir un entorno en una organización"
2452
2518
 
2519
+ msgid "Destroy exporter"
2520
+ msgstr ""
2521
+
2522
+ msgid "Destroy importer"
2523
+ msgstr ""
2524
+
2453
2525
  msgid "Destroy one or more alternate content sources"
2454
2526
  msgstr ""
2455
2527
 
@@ -2483,9 +2555,6 @@ msgstr "Deshabilitar"
2483
2555
  msgid "Disable Red Hat Insights."
2484
2556
  msgstr "Deshabilitar el programa Red Hat Insights."
2485
2557
 
2486
- msgid "Disable Simple Content Access"
2487
- msgstr "Deshabilitar el acceso al contenido simple"
2488
-
2489
2558
  msgid "Disable a repository from the set"
2490
2559
  msgstr "Deshabilitar un repositorio del conjunto"
2491
2560
 
@@ -2498,6 +2567,9 @@ msgstr "Deshabilitado"
2498
2567
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2499
2568
  msgstr ""
2500
2569
 
2570
+ msgid "Discover"
2571
+ msgstr ""
2572
+
2501
2573
  msgid "Discover Repositories"
2502
2574
  msgstr "Detectar repositorios"
2503
2575
 
@@ -2549,6 +2621,9 @@ msgstr "AVISO DE ERRATAS"
2549
2621
  msgid "Edit"
2550
2622
  msgstr "Editar"
2551
2623
 
2624
+ msgid "Edit DEB rule"
2625
+ msgstr ""
2626
+
2552
2627
  msgid "Edit Flatpak Remote"
2553
2628
  msgstr ""
2554
2629
 
@@ -2576,9 +2651,6 @@ msgstr ""
2576
2651
  msgid "Edit filter rule"
2577
2652
  msgstr ""
2578
2653
 
2579
- msgid "Edit package filter rule"
2580
- msgstr ""
2581
-
2582
2654
  msgid "Edit products"
2583
2655
  msgstr ""
2584
2656
 
@@ -2621,9 +2693,6 @@ msgstr "Habilitar"
2621
2693
  msgid "Enable Red Hat repositories"
2622
2694
  msgstr ""
2623
2695
 
2624
- msgid "Enable Simple Content Access"
2625
- msgstr "Habilitar el acceso a contenido simple"
2626
-
2627
2696
  msgid "Enable Tracer"
2628
2697
  msgstr ""
2629
2698
 
@@ -2636,9 +2705,6 @@ msgstr "Habilitar un repositorio del conjunto"
2636
2705
  msgid "Enable repository sets"
2637
2706
  msgstr ""
2638
2707
 
2639
- msgid "Enable structured APT for deb content"
2640
- msgstr ""
2641
-
2642
2708
  msgid "Enable/Disable auto publish of composite view"
2643
2709
  msgstr "Activar/Desactivar la autopublicación de la vista compuesta"
2644
2710
 
@@ -2699,6 +2765,9 @@ msgstr "ID de entorno"
2699
2765
  msgid "Environment cannot be in its own promotion path"
2700
2766
  msgstr "No puede haber entorno en su propia ruta de entorno"
2701
2767
 
2768
+ msgid "Environment contents refresh"
2769
+ msgstr ""
2770
+
2702
2771
  msgid "Environment identifier"
2703
2772
  msgstr "Identificador del entorno"
2704
2773
 
@@ -2738,6 +2807,9 @@ msgstr ""
2738
2807
  msgid "Errata id of the erratum (RHSA-2012:108)"
2739
2808
  msgstr "ID de errata de la errata (RHSA-2012:108)"
2740
2809
 
2810
+ msgid "Errata mail"
2811
+ msgstr ""
2812
+
2741
2813
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2742
2814
  msgstr ""
2743
2815
 
@@ -2903,6 +2975,9 @@ msgstr "Buscar secuenciasa de módulo disponibles para los hosts."
2903
2975
  msgid "Fetch installable errata for one or more hosts."
2904
2976
  msgstr "Buscar erratas instalables para uno o más hosts."
2905
2977
 
2978
+ msgid "Fetch pxe files"
2979
+ msgstr ""
2980
+
2906
2981
  msgid "Fetch traces for one or more hosts"
2907
2982
  msgstr "Buscar rastros para uno o más hosts"
2908
2983
 
@@ -2996,6 +3071,9 @@ msgstr "Filtrar versiones por número de versión"
2996
3071
  msgid "Filter versions that are components in the specified composite version"
2997
3072
  msgstr "Filtrar versiones que sean componentes en la versión de compuesta específica"
2998
3073
 
3074
+ msgid "Filtered index content"
3075
+ msgstr ""
3076
+
2999
3077
  msgid "Filters"
3000
3078
  msgstr "Filtros"
3001
3079
 
@@ -3017,6 +3095,9 @@ msgstr ""
3017
3095
  msgid "Finished"
3018
3096
  msgstr "Finalizado"
3019
3097
 
3098
+ msgid "Flatpak"
3099
+ msgstr ""
3100
+
3020
3101
  msgid "Flatpak Remote ${name} created"
3021
3102
  msgstr ""
3022
3103
 
@@ -3111,9 +3192,15 @@ msgstr ""
3111
3192
  msgid "Generate host applicability"
3112
3193
  msgstr "Generar la aplicabilidad del host"
3113
3194
 
3195
+ msgid "Generate metadata"
3196
+ msgstr ""
3197
+
3114
3198
  msgid "Generate repository applicability"
3115
3199
  msgstr "Generar la aplicabilidad del repositorio"
3116
3200
 
3201
+ msgid "Generate username and password"
3202
+ msgstr ""
3203
+
3117
3204
  msgid "Generated"
3118
3205
  msgstr ""
3119
3206
 
@@ -3348,6 +3435,12 @@ msgstr ""
3348
3435
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3349
3436
  msgstr "Cómo ordenar los resultados clasificados (p. ej., ASC para orden ascendente)"
3350
3437
 
3438
+ msgid "Hypervisors"
3439
+ msgstr ""
3440
+
3441
+ msgid "Hypervisors update"
3442
+ msgstr ""
3443
+
3351
3444
  msgid "ID"
3352
3445
  msgstr "ID"
3353
3446
 
@@ -3536,12 +3629,6 @@ msgstr ""
3536
3629
  msgid "If product certificates should be used to authenticate to a custom CDN."
3537
3630
  msgstr ""
3538
3631
 
3539
- msgid "If set, newly created APT repos in Katello will use the same repo structure as the remote repos they are synchronized from. You may migrate existing APT repos to match the setting, by running 'foreman-rake katello:migrate_structure_content_for_deb'."
3540
- msgstr ""
3541
-
3542
- msgid "If specified, remove the first instance of a subscription with matching id and quantity"
3543
- msgstr "Si se especifica, elimine la primera instancia de una suscripción con mismo ID y cantidad"
3544
-
3545
3632
  msgid "If the smart proxies' assigned HTTP proxies should be used"
3546
3633
  msgstr ""
3547
3634
 
@@ -3671,6 +3758,9 @@ msgstr ""
3671
3758
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3672
3759
  msgstr ""
3673
3760
 
3761
+ msgid "Import migration"
3762
+ msgstr ""
3763
+
3674
3764
  msgid "Import new manifest"
3675
3765
  msgstr ""
3676
3766
 
@@ -3680,6 +3770,12 @@ msgstr ""
3680
3770
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3681
3771
  msgstr ""
3682
3772
 
3773
+ msgid "Import repository upload"
3774
+ msgstr ""
3775
+
3776
+ msgid "Import upload"
3777
+ msgstr ""
3778
+
3683
3779
  msgid "Import uploads into a repository"
3684
3780
  msgstr "Importar cargas a un repositorio"
3685
3781
 
@@ -3746,6 +3842,9 @@ msgstr "Actualización incremental"
3746
3842
  msgid "Incremental Update incomplete."
3747
3843
  msgstr "Actualización incremental incompleta."
3748
3844
 
3845
+ msgid "Incremental Update of Content View Version(s) "
3846
+ msgstr ""
3847
+
3749
3848
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3750
3849
  msgstr "Actualización gradual de versiones de la vista de contenido "
3751
3850
 
@@ -3758,12 +3857,27 @@ msgstr "La actualización incremental requiere al menos una unidad de contenido"
3758
3857
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3759
3858
  msgstr "Actualización incremental especificada para el compuesto %{name} versión %{version}, pero ningún componente actualizado."
3760
3859
 
3860
+ msgid "Index content"
3861
+ msgstr ""
3862
+
3863
+ msgid "Index errata"
3864
+ msgstr ""
3865
+
3866
+ msgid "Index module streams"
3867
+ msgstr ""
3868
+
3869
+ msgid "Index package groups"
3870
+ msgstr ""
3871
+
3761
3872
  msgid "Informable Type must be one of the following [ %{list} ]"
3762
3873
  msgstr "El tipo informable debe ser uno de los siguientes [ %{list} ]"
3763
3874
 
3764
3875
  msgid "Inherit from Repository"
3765
3876
  msgstr "Heredar del repositorio"
3766
3877
 
3878
+ msgid "Initialize"
3879
+ msgstr ""
3880
+
3767
3881
  msgid "Initiate a sync of the products attached to the sync plan"
3768
3882
  msgstr "Iniciar una sincronización de los productos adjuntos al plan de sincronización"
3769
3883
 
@@ -3839,9 +3953,15 @@ msgstr "Instalando grupo de paquetes..."
3839
3953
  msgid "Installing Package..."
3840
3954
  msgstr "Instalando paquete..."
3841
3955
 
3956
+ msgid "Instance update"
3957
+ msgstr ""
3958
+
3842
3959
  msgid "Instance-based"
3843
3960
  msgstr "Basado en la instancia"
3844
3961
 
3962
+ msgid "Insufficient space for selected hosts"
3963
+ msgstr ""
3964
+
3845
3965
  msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
3846
3966
  msgstr "Interpretar el objeto especificado para que solo devuelva colecciones de hosts que se puedan asociar con el objeto especificado. Se admite 'host' de valor."
3847
3967
 
@@ -3965,6 +4085,9 @@ msgstr ""
3965
4085
  msgid "It's not possible to promote a rolling content view."
3966
4086
  msgstr ""
3967
4087
 
4088
+ msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
4089
+ msgstr ""
4090
+
3968
4091
  msgid "It's not possible to publish a rolling content view."
3969
4092
  msgstr ""
3970
4093
 
@@ -4073,6 +4196,15 @@ msgstr ""
4073
4196
  msgid "Label of the flatpak remote"
4074
4197
  msgstr ""
4075
4198
 
4199
+ msgid "Labels"
4200
+ msgstr ""
4201
+
4202
+ msgid "Labels and annotations"
4203
+ msgstr ""
4204
+
4205
+ msgid "Labels | Annotations"
4206
+ msgstr ""
4207
+
4076
4208
  msgid "Last check-in:"
4077
4209
  msgstr ""
4078
4210
 
@@ -4175,6 +4307,9 @@ msgstr ""
4175
4307
  msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
4176
4308
  msgstr "Los entornos del ciclo de vida no se pueden modificar en el proxy inteligente predeterminado. El contenido de todos los entornos del ciclo de vida existirá en este proxy inteligente."
4177
4309
 
4310
+ msgid "Limit"
4311
+ msgstr ""
4312
+
4178
4313
  msgid "Limit actions to content in the host's environment."
4179
4314
  msgstr ""
4180
4315
 
@@ -4364,6 +4499,9 @@ msgstr "Lista de ID de host para reemplazar los hosts en la colección de hosts"
4364
4499
  msgid "List of hypervisor guest uuids"
4365
4500
  msgstr "Lista de uuid de huéspedes del hipervisor"
4366
4501
 
4502
+ msgid "List of lifecycle environments for rolling content views"
4503
+ msgstr ""
4504
+
4367
4505
  msgid "List of package group names (Deprecated)"
4368
4506
  msgstr ""
4369
4507
 
@@ -4502,12 +4640,18 @@ msgstr ""
4502
4640
  msgid "Manifest"
4503
4641
  msgstr "Manifiesto"
4504
4642
 
4643
+ msgid "Manifest Details"
4644
+ msgstr ""
4645
+
4505
4646
  msgid "Manifest History"
4506
4647
  msgstr "Historial de manifiesto"
4507
4648
 
4508
4649
  msgid "Manifest deleted"
4509
4650
  msgstr "Manifiesto eliminado"
4510
4651
 
4652
+ msgid "Manifest digest"
4653
+ msgstr ""
4654
+
4511
4655
  msgid "Manifest does not have a valid subscription"
4512
4656
  msgstr ""
4513
4657
 
@@ -4592,6 +4736,9 @@ msgstr "Mensaje"
4592
4736
  msgid "Messaging connection"
4593
4737
  msgstr "Conexión de mensajes"
4594
4738
 
4739
+ msgid "Metadata generate"
4740
+ msgstr ""
4741
+
4595
4742
  msgid ""
4596
4743
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4597
4744
  "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."
@@ -4630,6 +4777,9 @@ msgstr "Modelado"
4630
4777
  msgid "Moderate"
4631
4778
  msgstr "Moderado"
4632
4779
 
4780
+ msgid "Modified"
4781
+ msgstr ""
4782
+
4633
4783
  msgid "Modify via remote execution"
4634
4784
  msgstr ""
4635
4785
 
@@ -4657,6 +4807,15 @@ msgstr ""
4657
4807
  msgid "Multi Content View Environment"
4658
4808
  msgstr ""
4659
4809
 
4810
+ msgid "Multi copy all units"
4811
+ msgstr ""
4812
+
4813
+ msgid "Multi copy content"
4814
+ msgstr ""
4815
+
4816
+ msgid "Multi copy units"
4817
+ msgstr ""
4818
+
4660
4819
  msgid "Multi-entitlement"
4661
4820
  msgstr "Multiderecho"
4662
4821
 
@@ -4957,6 +5116,9 @@ msgstr ""
4957
5116
  msgid "No items have been specified."
4958
5117
  msgstr ""
4959
5118
 
5119
+ msgid "No labels"
5120
+ msgstr ""
5121
+
4960
5122
  msgid "No manifest file uploaded"
4961
5123
  msgstr "No se ha cargado ningún archivo de manifiesto"
4962
5124
 
@@ -5272,9 +5434,6 @@ msgstr "Se elimina la organización %s."
5272
5434
  msgid "Organization ID"
5273
5435
  msgstr "ID de organización"
5274
5436
 
5275
- msgid "Organization ID is required"
5276
- msgstr "Se requiere el ID de organización"
5277
-
5278
5437
  msgid "Organization ID or title"
5279
5438
  msgstr ""
5280
5439
 
@@ -5299,6 +5458,9 @@ msgstr "Etiqueta de la organización"
5299
5458
  msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
5300
5459
  msgstr ""
5301
5460
 
5461
+ msgid "Organization must be specified when providing product by name."
5462
+ msgstr ""
5463
+
5302
5464
  msgid "Organization not found"
5303
5465
  msgstr "Organización no encontrada"
5304
5466
 
@@ -5702,6 +5864,9 @@ msgstr ""
5702
5864
  msgid "Product label '%s' is ambiguous. Try using an id-based container name."
5703
5865
  msgstr ""
5704
5866
 
5867
+ msgid "Product must be specified."
5868
+ msgstr ""
5869
+
5705
5870
  msgid "Product name"
5706
5871
  msgstr "Nombre del producto"
5707
5872
 
@@ -5762,6 +5927,9 @@ msgstr "Resumen de la promoción en %.{content_view}"
5762
5927
  msgid "Promotion to Environment"
5763
5928
  msgstr "Promoción al entorno"
5764
5929
 
5930
+ msgid "Provide credentials if the registry requires authentication"
5931
+ msgstr ""
5932
+
5765
5933
  msgid "Provide the required information and click {update} below to save changes."
5766
5934
  msgstr ""
5767
5935
 
@@ -5861,6 +6029,9 @@ msgstr "Almacenamiento Pulp"
5861
6029
  msgid "Pulp task error"
5862
6030
  msgstr "Error de tarea de Pulp"
5863
6031
 
6032
+ msgid "Purge completed tasks"
6033
+ msgstr ""
6034
+
5864
6035
  msgid "Python Package"
5865
6036
  msgstr ""
5866
6037
 
@@ -5888,15 +6059,6 @@ msgstr "La cantidad no debe ser superior a{pool.available}"
5888
6059
  msgid "Quantity of entitlements to bind"
5889
6060
  msgstr "Cantidad de derechos a vincular"
5890
6061
 
5891
- msgid "Quantity of specified subscription to remove"
5892
- msgstr "Cantidad de suscripción especificada a eliminar"
5893
-
5894
- msgid "Quantity of this subscription to add"
5895
- msgstr "Cantidad de esta suscripción a agregar"
5896
-
5897
- msgid "Quantity of this subscriptions to add"
5898
- msgstr "Cantidad de estas suscripciones para añadir"
5899
-
5900
6062
  msgid "Quantity to Allocate"
5901
6063
  msgstr "Cantidad a asignar"
5902
6064
 
@@ -5969,6 +6131,9 @@ msgstr "Se requiere reiniciar"
5969
6131
  msgid "Reclaim Space"
5970
6132
  msgstr ""
5971
6133
 
6134
+ msgid "Reclaim space"
6135
+ msgstr ""
6136
+
5972
6137
  msgid "Reclaim space from On Demand repositories"
5973
6138
  msgstr ""
5974
6139
 
@@ -6035,6 +6200,9 @@ msgstr ""
6035
6200
  msgid "Refresh all alternate content sources"
6036
6201
  msgstr ""
6037
6202
 
6203
+ msgid "Refresh all distributions"
6204
+ msgstr ""
6205
+
6038
6206
  msgid "Refresh alternate content sources"
6039
6207
  msgstr ""
6040
6208
 
@@ -6047,15 +6215,27 @@ msgstr ""
6047
6215
  msgid "Refresh counts"
6048
6216
  msgstr ""
6049
6217
 
6218
+ msgid "Refresh distribution"
6219
+ msgstr ""
6220
+
6050
6221
  msgid "Refresh errata applicability"
6051
6222
  msgstr ""
6052
6223
 
6224
+ msgid "Refresh if needed"
6225
+ msgstr ""
6226
+
6053
6227
  msgid "Refresh package applicability"
6054
6228
  msgstr ""
6055
6229
 
6056
6230
  msgid "Refresh previously imported manifest for Red Hat provider"
6057
6231
  msgstr "Actualizar el manifiesto importado anteriormente para el proveedor de Red Hat"
6058
6232
 
6233
+ msgid "Refresh remote"
6234
+ msgstr ""
6235
+
6236
+ msgid "Refresh repos"
6237
+ msgstr ""
6238
+
6059
6239
  msgid "Refresh source"
6060
6240
  msgstr ""
6061
6241
 
@@ -6065,9 +6245,6 @@ msgstr "Refresh_Content_Host_Status"
6065
6245
  msgid "Register a host with subscription and information"
6066
6246
  msgstr "Registrar un host con suscripción e información"
6067
6247
 
6068
- msgid "Register host '%s' before attaching subscriptions"
6069
- msgstr "Registrar el host '%s' antes de adjuntar las suscripciones"
6070
-
6071
6248
  msgid "Registered"
6072
6249
  msgstr "Registrado"
6073
6250
 
@@ -6101,6 +6278,9 @@ msgstr "El patrón de nombres de registro dará como resultado un nombre de imag
6101
6278
  msgid "Registry token expiration time"
6102
6279
  msgstr ""
6103
6280
 
6281
+ msgid "Reindex subscriptions"
6282
+ msgstr ""
6283
+
6104
6284
  msgid "Related composite content views"
6105
6285
  msgstr ""
6106
6286
 
@@ -6176,6 +6356,9 @@ msgstr ""
6176
6356
  msgid "Remove from environments"
6177
6357
  msgstr ""
6178
6358
 
6359
+ msgid "Remove from host collections"
6360
+ msgstr ""
6361
+
6179
6362
  msgid "Remove host from collections"
6180
6363
  msgstr ""
6181
6364
 
@@ -6197,6 +6380,9 @@ msgstr "Eliminar una o más colecciones de uno o más hosts de uno o más hosts"
6197
6380
  msgid "Remove one or more subscriptions from an upstream manifest"
6198
6381
  msgstr ""
6199
6382
 
6383
+ msgid "Remove orphans"
6384
+ msgstr ""
6385
+
6200
6386
  msgid "Remove package group via Katello interface"
6201
6387
  msgstr "Eliminar el grupo de paquetes a través de la interfaz de Katello"
6202
6388
 
@@ -6212,17 +6398,14 @@ msgstr ""
6212
6398
  msgid "Remove products from sync plan"
6213
6399
  msgstr "Eliminar productos del plan de sincronización"
6214
6400
 
6215
- msgid "Remove subscriptions"
6216
- msgstr "Eliminar suscripciones"
6217
-
6218
- msgid "Remove subscriptions from %s"
6219
- msgstr "Eliminar suscripciones de %s"
6401
+ msgid "Remove rolling repo clone"
6402
+ msgstr ""
6220
6403
 
6221
- msgid "Remove subscriptions from a host"
6404
+ msgid "Remove units"
6222
6405
  msgstr ""
6223
6406
 
6224
- msgid "Remove subscriptions from one or more hosts"
6225
- msgstr "Eliminar las suscripciones de uno o más hosts"
6407
+ msgid "Remove unneeded repos"
6408
+ msgstr ""
6226
6409
 
6227
6410
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6228
6411
  msgstr "Eliminar versiones y/o entornos de una vista de contenido y volver a asignar sistemas y llaves"
@@ -6230,6 +6413,9 @@ msgstr "Eliminar versiones y/o entornos de una vista de contenido y volver a asi
6230
6413
  msgid "Remove versions from environments"
6231
6414
  msgstr ""
6232
6415
 
6416
+ msgid "Removed %{count} host(s) from host collection %{host_collection}."
6417
+ msgstr ""
6418
+
6233
6419
  msgid "Removed component from content view"
6234
6420
  msgstr ""
6235
6421
 
@@ -6248,6 +6434,9 @@ msgstr ""
6248
6434
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6249
6435
  msgstr ""
6250
6436
 
6437
+ msgid "Repair"
6438
+ msgstr ""
6439
+
6251
6440
  msgid "Replace content source on the target machine"
6252
6441
  msgstr ""
6253
6442
 
@@ -6266,12 +6455,18 @@ msgstr "Repositorios"
6266
6455
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6267
6456
  msgstr ""
6268
6457
 
6458
+ msgid "Repositories certs reset"
6459
+ msgstr ""
6460
+
6269
6461
  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."
6270
6462
  msgstr ""
6271
6463
 
6272
6464
  msgid "Repositories from published Content Views are not allowed."
6273
6465
  msgstr "No se permiten los de vistas de contenido publicadas "
6274
6466
 
6467
+ msgid "Repositories gpg reset"
6468
+ msgstr ""
6469
+
6275
6470
  msgid "Repository"
6276
6471
  msgstr "Repositorio"
6277
6472
 
@@ -6437,12 +6632,18 @@ msgstr ""
6437
6632
  msgid "Result"
6438
6633
  msgstr "Resultado:"
6439
6634
 
6635
+ msgid "Retain build profile upon unregistration"
6636
+ msgstr ""
6637
+
6440
6638
  msgid "Retrieve a single errata for a host"
6441
6639
  msgstr "Recuperar una única errata para un host"
6442
6640
 
6443
6641
  msgid "Return Red Hat (non-custom) products only"
6444
6642
  msgstr "Mostrar solo los productos de Red Hat (no personalizados)"
6445
6643
 
6644
+ msgid "Return a list of installed debs distinct by name"
6645
+ msgstr ""
6646
+
6446
6647
  msgid "Return a list of installed packages distinct by name"
6447
6648
  msgstr ""
6448
6649
 
@@ -6623,6 +6824,24 @@ msgstr "SUSCRIPCIONES QUE VENCEN PRONTO"
6623
6824
  msgid "Save"
6624
6825
  msgstr "Guardar"
6625
6826
 
6827
+ msgid "Save Environments"
6828
+ msgstr ""
6829
+
6830
+ msgid "Save artifact"
6831
+ msgstr ""
6832
+
6833
+ msgid "Save distribution references"
6834
+ msgstr ""
6835
+
6836
+ msgid "Save publication"
6837
+ msgstr ""
6838
+
6839
+ msgid "Save version"
6840
+ msgstr ""
6841
+
6842
+ msgid "Save versions"
6843
+ msgstr ""
6844
+
6626
6845
  msgid "Saving alternate content source..."
6627
6846
  msgstr ""
6628
6847
 
@@ -6632,6 +6851,12 @@ msgstr ""
6632
6851
  msgid "Scan a flatpak remote"
6633
6852
  msgstr ""
6634
6853
 
6854
+ msgid "Scan cdn"
6855
+ msgstr ""
6856
+
6857
+ msgid "Scan remote"
6858
+ msgstr ""
6859
+
6635
6860
  msgid "Schema version 1"
6636
6861
  msgstr ""
6637
6862
 
@@ -6680,6 +6905,9 @@ msgstr "Errata de seguridad aplicable"
6680
6905
  msgid "Security errata installable"
6681
6906
  msgstr "Erratas de seguridad instalables"
6682
6907
 
6908
+ msgid "See child manifests"
6909
+ msgstr ""
6910
+
6683
6911
  msgid "Select"
6684
6912
  msgstr "Seleccionar"
6685
6913
 
@@ -6791,6 +7019,9 @@ msgstr ""
6791
7019
  msgid "Select host collection(s) to remove from host {hostName}."
6792
7020
  msgstr ""
6793
7021
 
7022
+ msgid "Select host collections to change their associations with {selectedHosts}. Changing host collection will affect all your selected hosts. Some hosts may already be in your chosen collections."
7023
+ msgstr ""
7024
+
6794
7025
  msgid "Select hosts to assign to %s"
6795
7026
  msgstr "Seleccionar hosts para asignar a %s"
6796
7027
 
@@ -6869,11 +7100,14 @@ msgstr "nivel de servicio"
6869
7100
  msgid "Service Level (SLA)"
6870
7101
  msgstr "Nivel de servicio %s (SLA)"
6871
7102
 
7103
+ msgid "Service level"
7104
+ msgstr ""
7105
+
6872
7106
  msgid "Service level of host"
6873
7107
  msgstr ""
6874
7108
 
6875
- msgid "Service level to be used for autoheal"
6876
- msgstr "Nivel de servicio que se utilizará para la autocuración"
7109
+ msgid "Service level, e.g. SELF-SUPPORT"
7110
+ msgstr ""
6877
7111
 
6878
7112
  msgid "Set content overrides"
6879
7113
  msgstr ""
@@ -6899,9 +7133,6 @@ msgstr ""
6899
7133
  msgid "Sets the system purpose usage"
6900
7134
  msgstr "Establece el uso del propósito del sistema"
6901
7135
 
6902
- msgid "Sets whether the Host will autoheal subscriptions upon checkin"
6903
- msgstr "Establece si el host curará automáticamente las suscripciones en el momento de la entrada"
6904
-
6905
7136
  msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
6906
7137
  msgstr "La opción \"default_location_subscribed_hosts\" no está definida como una ubicación válida."
6907
7138
 
@@ -6911,6 +7142,9 @@ msgstr "Gravedad"
6911
7142
  msgid "Severity must be one of: %s"
6912
7143
  msgstr ""
6913
7144
 
7145
+ msgid "Show ${remainingCount} more"
7146
+ msgstr ""
7147
+
6914
7148
  msgid "Show %s"
6915
7149
  msgstr ""
6916
7150
 
@@ -7052,6 +7286,9 @@ msgstr ""
7052
7286
  msgid "Smart proxy name"
7053
7287
  msgstr ""
7054
7288
 
7289
+ msgid "Smart proxy verify content checksum has started in the background"
7290
+ msgstr ""
7291
+
7055
7292
  msgid "Sockets"
7056
7293
  msgstr "Sockets"
7057
7294
 
@@ -7166,7 +7403,7 @@ msgstr ""
7166
7403
  msgid "Something went wrong while refreshing alternate content sources: "
7167
7404
  msgstr ""
7168
7405
 
7169
- msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
7406
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
7170
7407
  msgstr ""
7171
7408
 
7172
7409
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
@@ -7235,6 +7472,9 @@ msgstr ""
7235
7472
  msgid "Something went wrong while updating the content source. See the logs for more information"
7236
7473
  msgstr ""
7237
7474
 
7475
+ msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
7476
+ msgstr ""
7477
+
7238
7478
  msgid "Something went wrong! Please check server logs!"
7239
7479
  msgstr ""
7240
7480
 
@@ -7322,9 +7562,6 @@ msgstr "Suscripción"
7322
7562
  msgid "Subscription Details"
7323
7563
  msgstr "Detalles de suscripción"
7324
7564
 
7325
- msgid "Subscription ID"
7326
- msgstr "ID de suscripción"
7327
-
7328
7565
  msgid "Subscription Info"
7329
7566
  msgstr "ID de suscripción"
7330
7567
 
@@ -7340,12 +7577,6 @@ msgstr "Comprobación de la validez del manifiesto de suscripción"
7340
7577
  msgid "Subscription Name"
7341
7578
  msgstr "Nombre de la suscripción"
7342
7579
 
7343
- msgid "Subscription Pool id"
7344
- msgstr "ID de grupo de suscripción"
7345
-
7346
- msgid "Subscription Pool uuid"
7347
- msgstr "UUID de grupo de suscripciones"
7348
-
7349
7580
  msgid "Subscription UUID"
7350
7581
  msgstr ""
7351
7582
 
@@ -7397,9 +7628,6 @@ msgstr "Éxito"
7397
7628
  msgid "Successfully added %s Host(s)."
7398
7629
  msgstr "Añadido con éxito %s Host(s)."
7399
7630
 
7400
- msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
7401
- msgstr "Añadido con éxito %{count} host(s) de contenido a la colección de hosts %{host_collection}."
7402
-
7403
7631
  msgid "Successfully changed sync plan for %s product(s)"
7404
7632
  msgstr "Se ha cambiado correctamente el plan de sincronización para %s productos"
7405
7633
 
@@ -7412,9 +7640,6 @@ msgstr ""
7412
7640
  msgid "Successfully removed %s Host(s)."
7413
7641
  msgstr "Eliminado con éxito %s Host(s)."
7414
7642
 
7415
- msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
7416
- msgstr "Eliminado con éxito %{count} host(s) de contenido de la colección de hosts %{host_collection}."
7417
-
7418
7643
  msgid "Successfully synced capsule."
7419
7644
  msgstr ""
7420
7645
 
@@ -7433,6 +7658,9 @@ msgstr ""
7433
7658
  msgid "Supported Content Types"
7434
7659
  msgstr "Tipos de contenido admitidos"
7435
7660
 
7661
+ msgid "Sync"
7662
+ msgstr ""
7663
+
7436
7664
  msgid "Sync Canceled"
7437
7665
  msgstr "Sincronización cancelada"
7438
7666
 
@@ -7487,6 +7715,9 @@ msgstr "Sincronizar un repositorio"
7487
7715
  msgid "Sync all repositories for a product"
7488
7716
  msgstr "Sincronizar todos los repositorios de un producto"
7489
7717
 
7718
+ msgid "Sync capsule"
7719
+ msgstr ""
7720
+
7490
7721
  msgid "Sync complete."
7491
7722
  msgstr "Sincronización completa."
7492
7723
 
@@ -7505,6 +7736,9 @@ msgstr ""
7505
7736
  msgid "Sync state"
7506
7737
  msgstr ""
7507
7738
 
7739
+ msgid "Syncable export"
7740
+ msgstr ""
7741
+
7508
7742
  msgid "Synced"
7509
7743
  msgstr ""
7510
7744
 
@@ -7556,6 +7790,9 @@ msgstr ""
7556
7790
  msgid "System purpose enables you to set the system's intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console."
7557
7791
  msgstr ""
7558
7792
 
7793
+ msgid "Tag"
7794
+ msgstr ""
7795
+
7559
7796
  msgid "Tag name"
7560
7797
  msgstr ""
7561
7798
 
@@ -7767,9 +8004,6 @@ msgstr ""
7767
8004
  msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
7768
8005
  msgstr ""
7769
8006
 
7770
- msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
7771
- msgstr "La organización especificada está en el modo de acceso a contenido simple. La conexión de las suscripciones está desactivada"
7772
-
7773
8007
  msgid "The subscription cannot be found upstream"
7774
8008
  msgstr "La suscripción no se puede encontrar en canal ascendente"
7775
8009
 
@@ -7911,12 +8145,6 @@ msgstr ""
7911
8145
  msgid "This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments."
7912
8146
  msgstr ""
7913
8147
 
7914
- msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
7915
- msgstr "La organización de este host está en el modo de acceso a contenido simple. Adjuntar suscripciones está desactivado."
7916
-
7917
- msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
7918
- msgstr "La organización de este host está en el modo de acceso a contenido simple. La conexión automática está desactivada"
7919
-
7920
8148
  msgid "This is disabled because a manifest task is in progress"
7921
8149
  msgstr "Esto está desactivado porque una tarea del manifiesto está en progreso"
7922
8150
 
@@ -7995,6 +8223,9 @@ msgstr "Título"
7995
8223
  msgid "To change content view environments, a specific organization must be selected from the organization context."
7996
8224
  msgstr ""
7997
8225
 
8226
+ msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
8227
+ msgstr ""
8228
+
7998
8229
  msgid "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system."
7999
8230
  msgstr ""
8000
8231
 
@@ -8016,6 +8247,9 @@ msgstr ""
8016
8247
  msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
8017
8248
  msgstr ""
8018
8249
 
8250
+ msgid "To manage host collections, a specific organization must be selected from the organization context."
8251
+ msgstr ""
8252
+
8019
8253
  msgid "To manage host content overrides, a specific organization must be selected from the organization context."
8020
8254
  msgstr ""
8021
8255
 
@@ -8070,12 +8304,6 @@ msgstr ""
8070
8304
  msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
8071
8305
  msgstr ""
8072
8306
 
8073
- msgid "Trigger an auto-attach of subscriptions"
8074
- msgstr "Activar la inclusión automática de suscripciones"
8075
-
8076
- msgid "Trigger an auto-attach of subscriptions on one or more hosts"
8077
- msgstr "Activar la inclusión automática de suscripciones en uno o más hosts"
8078
-
8079
8307
  msgid "Try changing your search criteria."
8080
8308
  msgstr ""
8081
8309
 
@@ -8229,9 +8457,6 @@ msgstr ""
8229
8457
  msgid "Unapplied Errata"
8230
8458
  msgstr "Erratas no aplicadas"
8231
8459
 
8232
- msgid "Unattach a subscription"
8233
- msgstr "Desvincular una suscripción"
8234
-
8235
8460
  msgid "Unfiltered params array: %s."
8236
8461
  msgstr "Matriz de parámetros sin filtrar: %s."
8237
8462
 
@@ -8343,15 +8568,27 @@ msgstr "Actualizar un entorno en una organización"
8343
8568
  msgid "Update content counts for the smart proxy"
8344
8569
  msgstr ""
8345
8570
 
8571
+ msgid "Update content urls"
8572
+ msgstr ""
8573
+
8346
8574
  msgid "Update content view environments for host"
8347
8575
  msgstr ""
8348
8576
 
8349
8577
  msgid "Update content view environments for host %s"
8350
8578
  msgstr ""
8351
8579
 
8580
+ msgid "Update distributions"
8581
+ msgstr ""
8582
+
8352
8583
  msgid "Update hosts manually"
8353
8584
  msgstr ""
8354
8585
 
8586
+ msgid "Update http proxy"
8587
+ msgstr ""
8588
+
8589
+ msgid "Update http proxy details"
8590
+ msgstr ""
8591
+
8355
8592
  msgid "Update installed packages, enabled repos, module inventory"
8356
8593
  msgstr "Actualizar los paquetes instalados, los repositorios habilitados, el inventario de módulos"
8357
8594
 
@@ -8367,12 +8604,21 @@ msgstr "Actualizar paquete a través de la interfaz de Katello"
8367
8604
  msgid "Update packages via Katello interface"
8368
8605
  msgstr ""
8369
8606
 
8607
+ msgid "Update redhat repository"
8608
+ msgstr ""
8609
+
8370
8610
  msgid "Update release version for host"
8371
8611
  msgstr "Actualizar versión de lanzamiento para el host"
8372
8612
 
8373
8613
  msgid "Update release version for host %s"
8374
8614
  msgstr "Actualizar versión de lanzamiento para el host"
8375
8615
 
8616
+ msgid "Update remote"
8617
+ msgstr ""
8618
+
8619
+ msgid "Update repository"
8620
+ msgstr ""
8621
+
8376
8622
  msgid "Update services requiring restart"
8377
8623
  msgstr "La actualización de servicios requiere el reinicio"
8378
8624
 
@@ -8463,6 +8709,12 @@ msgstr "Cargar un fragmento del contenido del archivo"
8463
8709
  msgid "Upload a subscription manifest"
8464
8710
  msgstr "Cargar un manifiesto de suscripción"
8465
8711
 
8712
+ msgid "Upload content"
8713
+ msgstr ""
8714
+
8715
+ msgid "Upload file"
8716
+ msgstr ""
8717
+
8466
8718
  msgid "Upload into"
8467
8719
  msgstr "Cargar a "
8468
8720
 
@@ -8472,6 +8724,9 @@ msgstr ""
8472
8724
  msgid "Upload request id"
8473
8725
  msgstr "Cargar ID de solicitud"
8474
8726
 
8727
+ msgid "Upload tag"
8728
+ msgstr ""
8729
+
8475
8730
  msgid "Upstream Candlepin"
8476
8731
  msgstr ""
8477
8732
 
@@ -8586,9 +8841,15 @@ msgstr ""
8586
8841
  msgid "Value must either be a boolean or 'default' for 'enabled'"
8587
8842
  msgstr "El valor debe booleano o \"por defecto\" para \"habilitado\""
8588
8843
 
8844
+ msgid "Verify Content Checksum"
8845
+ msgstr ""
8846
+
8589
8847
  msgid "Verify SSL"
8590
8848
  msgstr "Verificar SSL"
8591
8849
 
8850
+ msgid "Verify checksum"
8851
+ msgstr ""
8852
+
8592
8853
  msgid "Verify checksum for content on smart proxy"
8593
8854
  msgstr ""
8594
8855
 
@@ -8670,6 +8931,9 @@ msgstr ""
8670
8931
  msgid "View by"
8671
8932
  msgstr ""
8672
8933
 
8934
+ msgid "View container images in the local registry using the Synced tab. View container images booted by image mode hosts using the Booted tab. The Booted tab also shows images outside of the local container registry."
8935
+ msgstr ""
8936
+
8673
8937
  msgid "View content views"
8674
8938
  msgstr ""
8675
8939
 
@@ -8679,6 +8943,15 @@ msgstr ""
8679
8943
  msgid "View documentation"
8680
8944
  msgstr ""
8681
8945
 
8946
+ msgid "View here"
8947
+ msgstr ""
8948
+
8949
+ msgid "View labels and annotations"
8950
+ msgstr ""
8951
+
8952
+ msgid "View labels and annotations for image "
8953
+ msgstr ""
8954
+
8682
8955
  msgid "View matching content"
8683
8956
  msgstr ""
8684
8957
 
@@ -8718,6 +8991,9 @@ msgstr ""
8718
8991
  msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
8719
8992
  msgstr ""
8720
8993
 
8994
+ msgid "When enabled, provisioning information like content view environments, kickstart repository, and content source will be retained when a host is unregistered. When disabled, this information will be cleared during unregistration."
8995
+ msgstr ""
8996
+
8721
8997
  msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
8722
8998
  msgstr "Al registrar un host a través del gestor de suscripciones, forzar el uso del evento especificado (con el formato 'fact.fact')"
8723
8999
 
@@ -8958,9 +9234,6 @@ msgstr ""
8958
9234
  msgid "attempted to sync without a feed URL"
8959
9235
  msgstr "se intentó sincronizar sin una URL de fuente"
8960
9236
 
8961
- msgid "auto attach subscriptions upon registration"
8962
- msgstr "Autovincular suscripciones tras el registro"
8963
-
8964
9237
  msgid "base url to perform repo discovery on"
8965
9238
  msgstr "URL base en la que realizar la detección de repositorio"
8966
9239
 
@@ -9597,9 +9870,6 @@ msgstr "especifica si se debe incluir o excluir el contenido, predeterminado: in
9597
9870
  msgid "start datetime of synchronization"
9598
9871
  msgstr "fecha/hora de inicio de la sincronización"
9599
9872
 
9600
- msgid "subscriptions not specified"
9601
- msgstr "suscripciones no especificadas"
9602
-
9603
9873
  msgid "sync plan description"
9604
9874
  msgstr "descripción del plan de sincronización"
9605
9875