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
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 4.18.0",
6
+ "Project-Id-Version": "katello 4.19.0.rc1",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2017-12-19 20:14+0000",
9
9
  "Last-Translator": "Bryan Kearney <bryan.kearney@gmail.com>, 2025",
@@ -110,6 +110,9 @@
110
110
  "${selectedContentType} will appear here when created.": [
111
111
  ""
112
112
  ],
113
+ "${totalCount} labels and annotations": [
114
+ ""
115
+ ],
113
116
  "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?": [
114
117
  "%s %s tem %s Hosts e %s Hostgroups que precisarão ser reassociados pós deleção. Excluir %s?"
115
118
  ],
@@ -448,9 +451,6 @@
448
451
  "A remote execution job is in progress.": [
449
452
  ""
450
453
  ],
451
- "A service level for auto-healing process, e.g. SELF-SUPPORT": [
452
- "Nível de serviço para processo de auto-reparo. Ex.: AUTO-SUPORTE"
453
- ],
454
454
  "A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running.": [
455
455
  ""
456
456
  ],
@@ -466,6 +466,9 @@
466
466
  "About page": [
467
467
  ""
468
468
  ],
469
+ "Abstract async task": [
470
+ ""
471
+ ],
469
472
  "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
470
473
  ""
471
474
  ],
@@ -553,12 +556,15 @@
553
556
  "Add RPM rule": [
554
557
  ""
555
558
  ],
559
+ "Add Red Hat Flatpak remote": [
560
+ ""
561
+ ],
562
+ "Add Red Hat flatpak remote": [
563
+ ""
564
+ ],
556
565
  "Add Subscriptions": [
557
566
  "Adicionar subscrições"
558
567
  ],
559
- "Add a subscription to a host": [
560
- "Adicionar uma subscrição a um host"
561
- ],
562
568
  "Add an alternate content source": [
563
569
  ""
564
570
  ],
@@ -610,6 +616,9 @@
610
616
  "Add repositories with package groups to content view to select them here.": [
611
617
  ""
612
618
  ],
619
+ "Add rolling repo clone": [
620
+ ""
621
+ ],
613
622
  "Add rule": [
614
623
  ""
615
624
  ],
@@ -622,21 +631,24 @@
622
631
  "Add subscriptions consumed by a manifest from Red Hat Subscription Management": [
623
632
  "Adicionar subscrições consumidas por um manifesto do Red Hat Subscription Management"
624
633
  ],
625
- "Add subscriptions to one or more hosts": [
626
- "Adicionar subscrições a um ou mais hosts"
627
- ],
628
634
  "Add subscriptions using the Add Subscriptions button.": [
629
635
  ""
630
636
  ],
631
637
  "Add to a host collection": [
632
638
  ""
633
639
  ],
640
+ "Add to host collections": [
641
+ ""
642
+ ],
634
643
  "Added": [
635
644
  ""
636
645
  ],
637
646
  "Added %s": [
638
647
  ""
639
648
  ],
649
+ "Added %{count} host(s) to host collection %{host_collection}.": [
650
+ ""
651
+ ],
640
652
  "Added Content:": [
641
653
  "Conteúdo adicionado:"
642
654
  ],
@@ -679,6 +691,9 @@
679
691
  "All errata up-to-date": [
680
692
  ""
681
693
  ],
694
+ "All selected hosts were already members of host collection %{host_collection}.": [
695
+ ""
696
+ ],
682
697
  "All subpaths must have a slash at the end and none at the front": [
683
698
  ""
684
699
  ],
@@ -760,6 +775,9 @@
760
775
  "An error occurred during upload \\n%{error_message}": [
761
776
  ""
762
777
  ],
778
+ "An error occurred while updating host collections": [
779
+ ""
780
+ ],
763
781
  "An option to specify how many ostree commits to traverse.": [
764
782
  ""
765
783
  ],
@@ -892,12 +910,6 @@
892
910
  "Array of pools to add": [
893
911
  "Matriz de pools para adicionar"
894
912
  ],
895
- "Array of subscriptions to add": [
896
- "Matriz de subscrições a adicionar"
897
- ],
898
- "Array of subscriptions to remove": [
899
- "Matriz de subscrições a serem removidas "
900
- ],
901
913
  "Array of uploads to import": [
902
914
  "Matriz de carregamentos para importar"
903
915
  ],
@@ -954,15 +966,6 @@
954
966
  "At least one organization must exist.": [
955
967
  "Deve existir ao menos uma organização"
956
968
  ],
957
- "Attach a subscription": [
958
- "Anexar uma subscrição"
959
- ],
960
- "Attach subscriptions": [
961
- "Anexar subscrições"
962
- ],
963
- "Attach subscriptions to %s": [
964
- "Anexar subscrições a %s"
965
- ],
966
969
  "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin": [
967
970
  "Tentativa de destruir o consumidor %s do candlepin, mas o consumidor não existe no candlepin"
968
971
  ],
@@ -1062,6 +1065,9 @@
1062
1065
  "Bookmarks marked as public are available to all users": [
1063
1066
  ""
1064
1067
  ],
1068
+ "Bootable": [
1069
+ ""
1070
+ ],
1065
1071
  "Bootc rollback via Bootc interface": [
1066
1072
  ""
1067
1073
  ],
@@ -1074,6 +1080,9 @@
1074
1080
  "Bootc upgrade via Bootc interface": [
1075
1081
  ""
1076
1082
  ],
1083
+ "Booted": [
1084
+ ""
1085
+ ],
1077
1086
  "Booted Container Images": [
1078
1087
  ""
1079
1088
  ],
@@ -1383,6 +1392,9 @@
1383
1392
  "Change content view environments": [
1384
1393
  ""
1385
1394
  ],
1395
+ "Change host collections": [
1396
+ ""
1397
+ ],
1386
1398
  "Change host content source": [
1387
1399
  ""
1388
1400
  ],
@@ -1470,6 +1482,9 @@
1470
1482
  "Comma-separated list of tags to sync for a container image repository": [
1471
1483
  ""
1472
1484
  ],
1485
+ "Commit upload": [
1486
+ ""
1487
+ ],
1473
1488
  "Compare": [
1474
1489
  ""
1475
1490
  ],
@@ -1542,6 +1557,9 @@
1542
1557
  "Container image tags": [
1543
1558
  ""
1544
1559
  ],
1560
+ "Container images": [
1561
+ ""
1562
+ ],
1545
1563
  "Container manifest lists": [
1546
1564
  ""
1547
1565
  ],
@@ -1821,15 +1839,27 @@
1821
1839
  "Copy": [
1822
1840
  ""
1823
1841
  ],
1842
+ "Copy all units": [
1843
+ ""
1844
+ ],
1824
1845
  "Copy an activation key": [
1825
1846
  "Copiar uma chave de ativação"
1826
1847
  ],
1848
+ "Copy content": [
1849
+ ""
1850
+ ],
1827
1851
  "Copy content view": [
1828
1852
  ""
1829
1853
  ],
1830
1854
  "Copy to clipboard": [
1831
1855
  "Copiar para área de transferência"
1832
1856
  ],
1857
+ "Copy version": [
1858
+ ""
1859
+ ],
1860
+ "Copy version units to library": [
1861
+ ""
1862
+ ],
1833
1863
  "Cores per socket": [
1834
1864
  "Núcleos por soquete"
1835
1865
  ],
@@ -2043,22 +2073,34 @@
2043
2073
  "Create content view": [
2044
2074
  ""
2045
2075
  ],
2076
+ "Create exporter": [
2077
+ ""
2078
+ ],
2046
2079
  "Create filter": [
2047
2080
  ""
2048
2081
  ],
2049
2082
  "Create host collection": [
2050
2083
  ""
2051
2084
  ],
2085
+ "Create import": [
2086
+ ""
2087
+ ],
2088
+ "Create importer": [
2089
+ ""
2090
+ ],
2052
2091
  "Create new activation key": [
2053
2092
  ""
2054
2093
  ],
2055
2094
  "Create organization": [
2056
2095
  "Criar organização"
2057
2096
  ],
2058
- "Create package filter rule": [
2097
+ "Create publication": [
2059
2098
  ""
2060
2099
  ],
2061
- "Create rule": [
2100
+ "Create remote": [
2101
+ ""
2102
+ ],
2103
+ "Creation": [
2062
2104
  ""
2063
2105
  ],
2064
2106
  "Credentials": [
@@ -2322,12 +2364,36 @@
2322
2364
  "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.": [
2323
2365
  ""
2324
2366
  ],
2367
+ "Delete distributions": [
2368
+ ""
2369
+ ],
2325
2370
  "Delete manifest from Red Hat provider": [
2326
2371
  "Remover manifesto do provedor da Red Hat"
2327
2372
  ],
2328
2373
  "Delete multiple filters from a content view": [
2329
2374
  ""
2330
2375
  ],
2376
+ "Delete orphan alternate content sources": [
2377
+ ""
2378
+ ],
2379
+ "Delete orphan distributions": [
2380
+ ""
2381
+ ],
2382
+ "Delete orphan remotes": [
2383
+ ""
2384
+ ],
2385
+ "Delete orphan repository versions": [
2386
+ ""
2387
+ ],
2388
+ "Delete orphaned migrated repositories": [
2389
+ ""
2390
+ ],
2391
+ "Delete remote": [
2392
+ ""
2393
+ ],
2394
+ "Delete repository references": [
2395
+ ""
2396
+ ],
2331
2397
  "Delete version": [
2332
2398
  ""
2333
2399
  ],
@@ -2427,6 +2493,12 @@
2427
2493
  "Destroy an environment in an organization": [
2428
2494
  "Destruir um ambiente em uma organização "
2429
2495
  ],
2496
+ "Destroy exporter": [
2497
+ ""
2498
+ ],
2499
+ "Destroy importer": [
2500
+ ""
2501
+ ],
2430
2502
  "Destroy one or more alternate content sources": [
2431
2503
  ""
2432
2504
  ],
@@ -2460,9 +2532,6 @@
2460
2532
  "Disable Red Hat Insights.": [
2461
2533
  "Desabilitar o Red Hat Insights."
2462
2534
  ],
2463
- "Disable Simple Content Access": [
2464
- "Desabilitar o acesso a conteúdo simples"
2465
- ],
2466
2535
  "Disable a repository from the set": [
2467
2536
  "Desabilitar um repositório do conjunto"
2468
2537
  ],
@@ -2475,6 +2544,9 @@
2475
2544
  "Disabling Simple Content Access failed for '%{subject}'.": [
2476
2545
  ""
2477
2546
  ],
2547
+ "Discover": [
2548
+ ""
2549
+ ],
2478
2550
  "Discover Repositories": [
2479
2551
  "Descobrir Repositórios "
2480
2552
  ],
@@ -2526,6 +2598,9 @@
2526
2598
  "Edit": [
2527
2599
  "Editar"
2528
2600
  ],
2601
+ "Edit DEB rule": [
2602
+ ""
2603
+ ],
2529
2604
  "Edit Flatpak Remote": [
2530
2605
  ""
2531
2606
  ],
@@ -2553,9 +2628,6 @@
2553
2628
  "Edit filter rule": [
2554
2629
  ""
2555
2630
  ],
2556
- "Edit package filter rule": [
2557
- ""
2558
- ],
2559
2631
  "Edit products": [
2560
2632
  ""
2561
2633
  ],
@@ -2598,9 +2670,6 @@
2598
2670
  "Enable Red Hat repositories": [
2599
2671
  ""
2600
2672
  ],
2601
- "Enable Simple Content Access": [
2602
- "Habilitar acesso a conteúdo simples"
2603
- ],
2604
2673
  "Enable Tracer": [
2605
2674
  ""
2606
2675
  ],
@@ -2613,9 +2682,6 @@
2613
2682
  "Enable repository sets": [
2614
2683
  ""
2615
2684
  ],
2616
- "Enable structured APT for deb content": [
2617
- ""
2618
- ],
2619
2685
  "Enable/Disable auto publish of composite view": [
2620
2686
  "Habilitar/desabilitar a publicação automática de coleção de visualização"
2621
2687
  ],
@@ -2676,6 +2742,9 @@
2676
2742
  "Environment cannot be in its own promotion path": [
2677
2743
  "O Ambiente não pode estar em seu próprio caminho de promoção"
2678
2744
  ],
2745
+ "Environment contents refresh": [
2746
+ ""
2747
+ ],
2679
2748
  "Environment identifier": [
2680
2749
  "Identificador de ambiente"
2681
2750
  ],
@@ -2715,6 +2784,9 @@
2715
2784
  "Errata id of the erratum (RHSA-2012:108)": [
2716
2785
  "ID de Errata da erratum (RHSA-2012: 108) "
2717
2786
  ],
2787
+ "Errata mail": [
2788
+ ""
2789
+ ],
2718
2790
  "Errata statuses not updated for deleted content facet with UUID %s": [
2719
2791
  ""
2720
2792
  ],
@@ -2880,6 +2952,9 @@
2880
2952
  "Fetch installable errata for one or more hosts.": [
2881
2953
  "Busque as erratas instaláveis para um ou mais hosts."
2882
2954
  ],
2955
+ "Fetch pxe files": [
2956
+ ""
2957
+ ],
2883
2958
  "Fetch traces for one or more hosts": [
2884
2959
  "Buscar rastreamentos para um ou mais hosts"
2885
2960
  ],
@@ -2973,6 +3048,9 @@
2973
3048
  "Filter versions that are components in the specified composite version": [
2974
3049
  "Filtrar versões que sejam componentes na coleção de versão especificada"
2975
3050
  ],
3051
+ "Filtered index content": [
3052
+ ""
3053
+ ],
2976
3054
  "Filters": [
2977
3055
  "Filtros"
2978
3056
  ],
@@ -2994,6 +3072,9 @@
2994
3072
  "Finished": [
2995
3073
  "Concluído"
2996
3074
  ],
3075
+ "Flatpak": [
3076
+ ""
3077
+ ],
2997
3078
  "Flatpak Remote ${name} created": [
2998
3079
  ""
2999
3080
  ],
@@ -3084,9 +3165,15 @@
3084
3165
  "Generate host applicability": [
3085
3166
  "Gerar aplicabilidade de host"
3086
3167
  ],
3168
+ "Generate metadata": [
3169
+ ""
3170
+ ],
3087
3171
  "Generate repository applicability": [
3088
3172
  "Gerar aplicabilidade de repositório"
3089
3173
  ],
3174
+ "Generate username and password": [
3175
+ ""
3176
+ ],
3090
3177
  "Generated": [
3091
3178
  ""
3092
3179
  ],
@@ -3321,6 +3408,12 @@
3321
3408
  "How to order the sorted results (e.g. ASC for ascending)": [
3322
3409
  "Como encomendar os resultados classificados (por exemplo ASC para ascendente) "
3323
3410
  ],
3411
+ "Hypervisors": [
3412
+ ""
3413
+ ],
3414
+ "Hypervisors update": [
3415
+ ""
3416
+ ],
3324
3417
  "ID": [
3325
3418
  "ID"
3326
3419
  ],
@@ -3507,12 +3600,6 @@
3507
3600
  "If product certificates should be used to authenticate to a custom CDN.": [
3508
3601
  ""
3509
3602
  ],
3510
- "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'.": [
3511
- ""
3512
- ],
3513
- "If specified, remove the first instance of a subscription with matching id and quantity": [
3514
- "Se especificado, remova a primeira instância de uma subscrição com quantidade e ID correspondentes "
3515
- ],
3516
3603
  "If the smart proxies' assigned HTTP proxies should be used": [
3517
3604
  ""
3518
3605
  ],
@@ -3642,6 +3729,9 @@
3642
3729
  "Import a subscription manifest to give hosts access to Red Hat content.": [
3643
3730
  ""
3644
3731
  ],
3732
+ "Import migration": [
3733
+ ""
3734
+ ],
3645
3735
  "Import new manifest": [
3646
3736
  ""
3647
3737
  ],
@@ -3651,6 +3741,12 @@
3651
3741
  "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
3652
3742
  ""
3653
3743
  ],
3744
+ "Import repository upload": [
3745
+ ""
3746
+ ],
3747
+ "Import upload": [
3748
+ ""
3749
+ ],
3654
3750
  "Import uploads into a repository": [
3655
3751
  "Importar carregamentos para um repositório"
3656
3752
  ],
@@ -3717,6 +3813,9 @@
3717
3813
  "Incremental Update incomplete.": [
3718
3814
  "Atualização Adicional incompleta"
3719
3815
  ],
3816
+ "Incremental Update of Content View Version(s) ": [
3817
+ ""
3818
+ ],
3720
3819
  "Incremental Update of %{content_view_count} Content View Version(s) ": [
3721
3820
  "Atualização incremental de versão(ões) da Exibição de Conteúdo. "
3722
3821
  ],
@@ -3729,12 +3828,27 @@
3729
3828
  "Incremental update specified for composite %{name} version %{version}, but no components updated.": [
3730
3829
  "Atualização incremental especificada para a versão composta %{name} %{version} , mas nenhum componente atualizado."
3731
3830
  ],
3831
+ "Index content": [
3832
+ ""
3833
+ ],
3834
+ "Index errata": [
3835
+ ""
3836
+ ],
3837
+ "Index module streams": [
3838
+ ""
3839
+ ],
3840
+ "Index package groups": [
3841
+ ""
3842
+ ],
3732
3843
  "Informable Type must be one of the following [ %{list} ]": [
3733
3844
  "Tipo Informável deve ser um dos seguintes [ %{list} ]"
3734
3845
  ],
3735
3846
  "Inherit from Repository": [
3736
3847
  "Herdar de repositório"
3737
3848
  ],
3849
+ "Initialize": [
3850
+ ""
3851
+ ],
3738
3852
  "Initiate a sync of the products attached to the sync plan": [
3739
3853
  "Iniciar sincronização dos produtos anexados ao plano de sincronização "
3740
3854
  ],
@@ -3810,9 +3924,15 @@
3810
3924
  "Installing Package...": [
3811
3925
  "Instalando Pacotes..."
3812
3926
  ],
3927
+ "Instance update": [
3928
+ ""
3929
+ ],
3813
3930
  "Instance-based": [
3814
3931
  "Baseado em instância"
3815
3932
  ],
3933
+ "Insufficient space for selected hosts": [
3934
+ ""
3935
+ ],
3816
3936
  "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported.": [
3817
3937
  "Interpretar objetos especificados para retornar somente as Coleções de Hosts que podem ser associadas com os objetos especificados. Somente 'host' possui suporte. "
3818
3938
  ],
@@ -3936,6 +4056,9 @@
3936
4056
  "It's not possible to promote a rolling content view.": [
3937
4057
  ""
3938
4058
  ],
4059
+ "It's not possible to provide environment_ids for anything other than a rolling content view.": [
4060
+ ""
4061
+ ],
3939
4062
  "It's not possible to publish a rolling content view.": [
3940
4063
  ""
3941
4064
  ],
@@ -4044,6 +4167,15 @@
4044
4167
  "Label of the flatpak remote": [
4045
4168
  ""
4046
4169
  ],
4170
+ "Labels": [
4171
+ ""
4172
+ ],
4173
+ "Labels and annotations": [
4174
+ ""
4175
+ ],
4176
+ "Labels | Annotations": [
4177
+ ""
4178
+ ],
4047
4179
  "Last check-in:": [
4048
4180
  ""
4049
4181
  ],
@@ -4146,6 +4278,9 @@
4146
4278
  "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy.": [
4147
4279
  "Os ambientes de ciclo de vida não podem ser modificados no proxy inteligente padrão. O conteúdo de todos os ambientes de ciclo de vida existirá neste proxy inteligente."
4148
4280
  ],
4281
+ "Limit": [
4282
+ ""
4283
+ ],
4149
4284
  "Limit actions to content in the host's environment.": [
4150
4285
  ""
4151
4286
  ],
@@ -4335,6 +4470,9 @@
4335
4470
  "List of hypervisor guest uuids": [
4336
4471
  "Lista de uuids de convidados do hipervisor"
4337
4472
  ],
4473
+ "List of lifecycle environments for rolling content views": [
4474
+ ""
4475
+ ],
4338
4476
  "List of package group names (Deprecated)": [
4339
4477
  ""
4340
4478
  ],
@@ -4473,12 +4611,18 @@
4473
4611
  "Manifest": [
4474
4612
  "Manifesto"
4475
4613
  ],
4614
+ "Manifest Details": [
4615
+ ""
4616
+ ],
4476
4617
  "Manifest History": [
4477
4618
  "Histórico do manifesto"
4478
4619
  ],
4479
4620
  "Manifest deleted": [
4480
4621
  "Manifesto excluído"
4481
4622
  ],
4623
+ "Manifest digest": [
4624
+ ""
4625
+ ],
4482
4626
  "Manifest does not have a valid subscription": [
4483
4627
  ""
4484
4628
  ],
@@ -4563,6 +4707,9 @@
4563
4707
  "Messaging connection": [
4564
4708
  "Conexão de mensagem"
4565
4709
  ],
4710
+ "Metadata generate": [
4711
+ ""
4712
+ ],
4566
4713
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories.": [
4567
4714
  ""
4568
4715
  ],
@@ -4599,6 +4746,9 @@
4599
4746
  "Moderate": [
4600
4747
  "Moderado"
4601
4748
  ],
4749
+ "Modified": [
4750
+ ""
4751
+ ],
4602
4752
  "Modify via remote execution": [
4603
4753
  ""
4604
4754
  ],
@@ -4626,6 +4776,15 @@
4626
4776
  "Multi Content View Environment": [
4627
4777
  ""
4628
4778
  ],
4779
+ "Multi copy all units": [
4780
+ ""
4781
+ ],
4782
+ "Multi copy content": [
4783
+ ""
4784
+ ],
4785
+ "Multi copy units": [
4786
+ ""
4787
+ ],
4629
4788
  "Multi-entitlement": [
4630
4789
  "Direitos múltiplos"
4631
4790
  ],
@@ -4920,6 +5079,9 @@
4920
5079
  "No items have been specified.": [
4921
5080
  ""
4922
5081
  ],
5082
+ "No labels": [
5083
+ ""
5084
+ ],
4923
5085
  "No manifest file uploaded": [
4924
5086
  "Nenhum arquivo de manifesto carregado"
4925
5087
  ],
@@ -5235,9 +5397,6 @@
5235
5397
  "Organization ID": [
5236
5398
  "ID de organização"
5237
5399
  ],
5238
- "Organization ID is required": [
5239
- "É necessária a ID da organização"
5240
- ],
5241
5400
  "Organization ID or title": [
5242
5401
  ""
5243
5402
  ],
@@ -5262,6 +5421,9 @@
5262
5421
  "Organization label '%s' is ambiguous. Try using an id-based container name.": [
5263
5422
  ""
5264
5423
  ],
5424
+ "Organization must be specified when providing product by name.": [
5425
+ ""
5426
+ ],
5265
5427
  "Organization not found": [
5266
5428
  "Organização não encontrada"
5267
5429
  ],
@@ -5661,6 +5823,9 @@
5661
5823
  "Product label '%s' is ambiguous. Try using an id-based container name.": [
5662
5824
  ""
5663
5825
  ],
5826
+ "Product must be specified.": [
5827
+ ""
5828
+ ],
5664
5829
  "Product name": [
5665
5830
  "Nome do Produto"
5666
5831
  ],
@@ -5721,6 +5886,9 @@
5721
5886
  "Promotion to Environment": [
5722
5887
  "Promoção a ambiente"
5723
5888
  ],
5889
+ "Provide credentials if the registry requires authentication": [
5890
+ ""
5891
+ ],
5724
5892
  "Provide the required information and click {update} below to save changes.": [
5725
5893
  ""
5726
5894
  ],
@@ -5820,6 +5988,9 @@
5820
5988
  "Pulp task error": [
5821
5989
  "Erro de tarefa Pulp"
5822
5990
  ],
5991
+ "Purge completed tasks": [
5992
+ ""
5993
+ ],
5823
5994
  "Python Package": [
5824
5995
  ""
5825
5996
  ],
@@ -5847,15 +6018,6 @@
5847
6018
  "Quantity of entitlements to bind": [
5848
6019
  "Quantidade de direitos para associar"
5849
6020
  ],
5850
- "Quantity of specified subscription to remove": [
5851
- "Quantidade de subscrições especificadas para remover"
5852
- ],
5853
- "Quantity of this subscription to add": [
5854
- "Quantidade desta subscrição a adicionar."
5855
- ],
5856
- "Quantity of this subscriptions to add": [
5857
- "Quantidade destas inscrições para adicionar "
5858
- ],
5859
6021
  "Quantity to Allocate": [
5860
6022
  "Quantidade para alocar"
5861
6023
  ],
@@ -5928,6 +6090,9 @@
5928
6090
  "Reclaim Space": [
5929
6091
  ""
5930
6092
  ],
6093
+ "Reclaim space": [
6094
+ ""
6095
+ ],
5931
6096
  "Reclaim space from On Demand repositories": [
5932
6097
  ""
5933
6098
  ],
@@ -5994,6 +6159,9 @@
5994
6159
  "Refresh all alternate content sources": [
5995
6160
  ""
5996
6161
  ],
6162
+ "Refresh all distributions": [
6163
+ ""
6164
+ ],
5997
6165
  "Refresh alternate content sources": [
5998
6166
  ""
5999
6167
  ],
@@ -6006,15 +6174,27 @@
6006
6174
  "Refresh counts": [
6007
6175
  ""
6008
6176
  ],
6177
+ "Refresh distribution": [
6178
+ ""
6179
+ ],
6009
6180
  "Refresh errata applicability": [
6010
6181
  ""
6011
6182
  ],
6183
+ "Refresh if needed": [
6184
+ ""
6185
+ ],
6012
6186
  "Refresh package applicability": [
6013
6187
  ""
6014
6188
  ],
6015
6189
  "Refresh previously imported manifest for Red Hat provider": [
6016
6190
  "Atualizar manifesto importado anteriormente para provedor Red Hat "
6017
6191
  ],
6192
+ "Refresh remote": [
6193
+ ""
6194
+ ],
6195
+ "Refresh repos": [
6196
+ ""
6197
+ ],
6018
6198
  "Refresh source": [
6019
6199
  ""
6020
6200
  ],
@@ -6024,9 +6204,6 @@
6024
6204
  "Register a host with subscription and information": [
6025
6205
  "Registrar um host com subscrição e informações"
6026
6206
  ],
6027
- "Register host '%s' before attaching subscriptions": [
6028
- "Registrar host '%s' antes de vincular as subscrições"
6029
- ],
6030
6207
  "Registered": [
6031
6208
  "Registrado"
6032
6209
  ],
@@ -6060,6 +6237,9 @@
6060
6237
  "Registry token expiration time": [
6061
6238
  ""
6062
6239
  ],
6240
+ "Reindex subscriptions": [
6241
+ ""
6242
+ ],
6063
6243
  "Related composite content views": [
6064
6244
  ""
6065
6245
  ],
@@ -6135,6 +6315,9 @@
6135
6315
  "Remove from environments": [
6136
6316
  ""
6137
6317
  ],
6318
+ "Remove from host collections": [
6319
+ ""
6320
+ ],
6138
6321
  "Remove host from collections": [
6139
6322
  ""
6140
6323
  ],
@@ -6156,6 +6339,9 @@
6156
6339
  "Remove one or more subscriptions from an upstream manifest": [
6157
6340
  ""
6158
6341
  ],
6342
+ "Remove orphans": [
6343
+ ""
6344
+ ],
6159
6345
  "Remove package group via Katello interface": [
6160
6346
  "Remover grupo de pacotes via interface do Katello"
6161
6347
  ],
@@ -6171,17 +6357,14 @@
6171
6357
  "Remove products from sync plan": [
6172
6358
  "Remover produtos do plano de Sincronização"
6173
6359
  ],
6174
- "Remove subscriptions": [
6175
- "Remover as subscrições"
6176
- ],
6177
- "Remove subscriptions from %s": [
6178
- "Remover as subscrições de %s"
6360
+ "Remove rolling repo clone": [
6361
+ ""
6179
6362
  ],
6180
- "Remove subscriptions from a host": [
6363
+ "Remove units": [
6181
6364
  ""
6182
6365
  ],
6183
- "Remove subscriptions from one or more hosts": [
6184
- "Remover subscrições de um ou mais hosts"
6366
+ "Remove unneeded repos": [
6367
+ ""
6185
6368
  ],
6186
6369
  "Remove versions and/or environments from a content view and reassign systems and keys": [
6187
6370
  "Remover as versões e/ou ambientes a partir de uma visualização de conteúdo e reajustar os sistemas e as chaves"
@@ -6189,6 +6372,9 @@
6189
6372
  "Remove versions from environments": [
6190
6373
  ""
6191
6374
  ],
6375
+ "Removed %{count} host(s) from host collection %{host_collection}.": [
6376
+ ""
6377
+ ],
6192
6378
  "Removed component from content view": [
6193
6379
  ""
6194
6380
  ],
@@ -6207,6 +6393,9 @@
6207
6393
  "Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
6208
6394
  ""
6209
6395
  ],
6396
+ "Repair": [
6397
+ ""
6398
+ ],
6210
6399
  "Replace content source on the target machine": [
6211
6400
  ""
6212
6401
  ],
@@ -6225,12 +6414,18 @@
6225
6414
  "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
6226
6415
  ""
6227
6416
  ],
6417
+ "Repositories certs reset": [
6418
+ ""
6419
+ ],
6228
6420
  "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.": [
6229
6421
  ""
6230
6422
  ],
6231
6423
  "Repositories from published Content Views are not allowed.": [
6232
6424
  "Repositórios de Visualizações de Conteúdo publicadas não são permitidas."
6233
6425
  ],
6426
+ "Repositories gpg reset": [
6427
+ ""
6428
+ ],
6234
6429
  "Repository": [
6235
6430
  "Repo"
6236
6431
  ],
@@ -6396,12 +6591,18 @@
6396
6591
  "Result": [
6397
6592
  "Resultado"
6398
6593
  ],
6594
+ "Retain build profile upon unregistration": [
6595
+ ""
6596
+ ],
6399
6597
  "Retrieve a single errata for a host": [
6400
6598
  "Recuperar uma única errata para um host"
6401
6599
  ],
6402
6600
  "Return Red Hat (non-custom) products only": [
6403
6601
  "Retornar apenas produtos Red Hat (não personalizados)"
6404
6602
  ],
6603
+ "Return a list of installed debs distinct by name": [
6604
+ ""
6605
+ ],
6405
6606
  "Return a list of installed packages distinct by name": [
6406
6607
  ""
6407
6608
  ],
@@ -6582,6 +6783,24 @@
6582
6783
  "Save": [
6583
6784
  "Salvar"
6584
6785
  ],
6786
+ "Save Environments": [
6787
+ ""
6788
+ ],
6789
+ "Save artifact": [
6790
+ ""
6791
+ ],
6792
+ "Save distribution references": [
6793
+ ""
6794
+ ],
6795
+ "Save publication": [
6796
+ ""
6797
+ ],
6798
+ "Save version": [
6799
+ ""
6800
+ ],
6801
+ "Save versions": [
6802
+ ""
6803
+ ],
6585
6804
  "Saving alternate content source...": [
6586
6805
  ""
6587
6806
  ],
@@ -6591,6 +6810,12 @@
6591
6810
  "Scan a flatpak remote": [
6592
6811
  ""
6593
6812
  ],
6813
+ "Scan cdn": [
6814
+ ""
6815
+ ],
6816
+ "Scan remote": [
6817
+ ""
6818
+ ],
6594
6819
  "Schema version 1": [
6595
6820
  ""
6596
6821
  ],
@@ -6639,6 +6864,9 @@
6639
6864
  "Security errata installable": [
6640
6865
  "Errata sobre segurança instalável"
6641
6866
  ],
6867
+ "See child manifests": [
6868
+ ""
6869
+ ],
6642
6870
  "Select": [
6643
6871
  "Selecionar"
6644
6872
  ],
@@ -6750,6 +6978,9 @@
6750
6978
  "Select host collection(s) to remove from host {hostName}.": [
6751
6979
  ""
6752
6980
  ],
6981
+ "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.": [
6982
+ ""
6983
+ ],
6753
6984
  "Select hosts to assign to %s": [
6754
6985
  "Selecionar hosts para associar em %s"
6755
6986
  ],
@@ -6828,11 +7059,14 @@
6828
7059
  "Service Level (SLA)": [
6829
7060
  "Nível de serviço (SLA)"
6830
7061
  ],
7062
+ "Service level": [
7063
+ ""
7064
+ ],
6831
7065
  "Service level of host": [
6832
7066
  ""
6833
7067
  ],
6834
- "Service level to be used for autoheal": [
6835
- "Nível de serviço a ser usado para a recuperação automática"
7068
+ "Service level, e.g. SELF-SUPPORT": [
7069
+ ""
6836
7070
  ],
6837
7071
  "Set content overrides": [
6838
7072
  ""
@@ -6858,9 +7092,6 @@
6858
7092
  "Sets the system purpose usage": [
6859
7093
  "Define a finalidade de uso do sistema"
6860
7094
  ],
6861
- "Sets whether the Host will autoheal subscriptions upon checkin": [
6862
- "Define se o Host fará a recuperação automática das subscrições após check-in"
6863
- ],
6864
7095
  "Setting 'default_location_subscribed_hosts' is not set to a valid location.": [
6865
7096
  "A configuração 'default_location_subscribed_hosts' não está definida para um local válido."
6866
7097
  ],
@@ -6870,6 +7101,9 @@
6870
7101
  "Severity must be one of: %s": [
6871
7102
  ""
6872
7103
  ],
7104
+ "Show ${remainingCount} more": [
7105
+ ""
7106
+ ],
6873
7107
  "Show %s": [
6874
7108
  ""
6875
7109
  ],
@@ -7011,6 +7245,9 @@
7011
7245
  "Smart proxy name": [
7012
7246
  ""
7013
7247
  ],
7248
+ "Smart proxy verify content checksum has started in the background": [
7249
+ ""
7250
+ ],
7014
7251
  "Sockets": [
7015
7252
  "Sockets"
7016
7253
  ],
@@ -7125,7 +7362,7 @@
7125
7362
  "Something went wrong while refreshing alternate content sources: ": [
7126
7363
  ""
7127
7364
  ],
7128
- "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}": [
7365
+ "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}": [
7129
7366
  ""
7130
7367
  ],
7131
7368
  "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}": [
@@ -7194,6 +7431,9 @@
7194
7431
  "Something went wrong while updating the content source. See the logs for more information": [
7195
7432
  ""
7196
7433
  ],
7434
+ "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}": [
7435
+ ""
7436
+ ],
7197
7437
  "Something went wrong! Please check server logs!": [
7198
7438
  ""
7199
7439
  ],
@@ -7281,9 +7521,6 @@
7281
7521
  "Subscription Details": [
7282
7522
  "Detalhes de subscrição"
7283
7523
  ],
7284
- "Subscription ID": [
7285
- "ID de subscrição"
7286
- ],
7287
7524
  "Subscription Info": [
7288
7525
  "Informações de subscrição"
7289
7526
  ],
@@ -7299,12 +7536,6 @@
7299
7536
  "Subscription Name": [
7300
7537
  "Nome de subscrição"
7301
7538
  ],
7302
- "Subscription Pool id": [
7303
- "ID do Pool de Subscrição "
7304
- ],
7305
- "Subscription Pool uuid": [
7306
- "UUID de pool de subscrição"
7307
- ],
7308
7539
  "Subscription UUID": [
7309
7540
  ""
7310
7541
  ],
@@ -7356,9 +7587,6 @@
7356
7587
  "Successfully added %s Host(s).": [
7357
7588
  "Adicionado com sucesso %s Host(s)."
7358
7589
  ],
7359
- "Successfully added %{count} content host(s) to host collection %{host_collection}.": [
7360
- "Acrescentei com sucesso %{count} anfitrião(es) de conteúdo para a coleção de anfitriões %{host_collection}."
7361
- ],
7362
7590
  "Successfully changed sync plan for %s product(s)": [
7363
7591
  "Plano de sinc modificado com sucesso para produto(s) %s"
7364
7592
  ],
@@ -7371,9 +7599,6 @@
7371
7599
  "Successfully removed %s Host(s).": [
7372
7600
  "Removido com sucesso %s Host(s)."
7373
7601
  ],
7374
- "Successfully removed %{count} content host(s) from host collection %{host_collection}.": [
7375
- "Removido com sucesso %{count} anfitrião(es) de conteúdo da coleção anfitriã %{host_collection}."
7376
- ],
7377
7602
  "Successfully synced capsule.": [
7378
7603
  ""
7379
7604
  ],
@@ -7392,6 +7617,9 @@
7392
7617
  "Supported Content Types": [
7393
7618
  "Tipos de conteúdo compatíveis"
7394
7619
  ],
7620
+ "Sync": [
7621
+ ""
7622
+ ],
7395
7623
  "Sync Canceled": [
7396
7624
  "Sincronização cancelada"
7397
7625
  ],
@@ -7446,6 +7674,9 @@
7446
7674
  "Sync all repositories for a product": [
7447
7675
  "Sincronizar todos repositórios para um produto"
7448
7676
  ],
7677
+ "Sync capsule": [
7678
+ ""
7679
+ ],
7449
7680
  "Sync complete.": [
7450
7681
  "Sincronização concluída."
7451
7682
  ],
@@ -7464,6 +7695,9 @@
7464
7695
  "Sync state": [
7465
7696
  ""
7466
7697
  ],
7698
+ "Syncable export": [
7699
+ ""
7700
+ ],
7467
7701
  "Synced": [
7468
7702
  ""
7469
7703
  ],
@@ -7515,6 +7749,9 @@
7515
7749
  "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.": [
7516
7750
  ""
7517
7751
  ],
7752
+ "Tag": [
7753
+ ""
7754
+ ],
7518
7755
  "Tag name": [
7519
7756
  ""
7520
7757
  ],
@@ -7722,9 +7959,6 @@
7722
7959
  "The selected/Inherited Content View is not available for this Lifecycle Environment": [
7723
7960
  ""
7724
7961
  ],
7725
- "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled": [
7726
- "A organização especificada está no modo Acesso a conteúdo simples. A vinculação de subscrições está desabilitada"
7727
- ],
7728
7962
  "The subscription cannot be found upstream": [
7729
7963
  "Não foi possível encontrar upstream a subscrição"
7730
7964
  ],
@@ -7866,12 +8100,6 @@
7866
8100
  "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.": [
7867
8101
  ""
7868
8102
  ],
7869
- "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled.": [
7870
- "A organização do host está no modo Acesso a conteúdo simples. A vinculação de subscrições está desabilitada"
7871
- ],
7872
- "This host's organization is in Simple Content Access mode. Auto-attach is disabled": [
7873
- "A organização do host está no modo Acesso a conteúdo simples. A vinculação automática está desabilitada"
7874
- ],
7875
8103
  "This is disabled because a manifest task is in progress": [
7876
8104
  "Isto está desabilitado porque uma tarefa do manifesto está em andamento"
7877
8105
  ],
@@ -7950,6 +8178,9 @@
7950
8178
  "To change content view environments, a specific organization must be selected from the organization context.": [
7951
8179
  ""
7952
8180
  ],
8181
+ "To continue with Red Hat Flatpak remote, you need to generate your username and password in": [
8182
+ ""
8183
+ ],
7953
8184
  "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.": [
7954
8185
  ""
7955
8186
  ],
@@ -7971,6 +8202,9 @@
7971
8202
  "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories.": [
7972
8203
  ""
7973
8204
  ],
8205
+ "To manage host collections, a specific organization must be selected from the organization context.": [
8206
+ ""
8207
+ ],
7974
8208
  "To manage host content overrides, a specific organization must be selected from the organization context.": [
7975
8209
  ""
7976
8210
  ],
@@ -8025,12 +8259,6 @@
8025
8259
  "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy.": [
8026
8260
  ""
8027
8261
  ],
8028
- "Trigger an auto-attach of subscriptions": [
8029
- "Provoca uma anexação automática das subscrições "
8030
- ],
8031
- "Trigger an auto-attach of subscriptions on one or more hosts": [
8032
- "Aciona uma vinculação automática de subscrições em um ou mais hosts"
8033
- ],
8034
8262
  "Try changing your search criteria.": [
8035
8263
  ""
8036
8264
  ],
@@ -8184,9 +8412,6 @@
8184
8412
  "Unapplied Errata": [
8185
8413
  "Errata não aplicada"
8186
8414
  ],
8187
- "Unattach a subscription": [
8188
- "Desanexar uma subscrição"
8189
- ],
8190
8415
  "Unfiltered params array: %s.": [
8191
8416
  "Matriz de parâmetros não filtrada: %s."
8192
8417
  ],
@@ -8298,15 +8523,27 @@
8298
8523
  "Update content counts for the smart proxy": [
8299
8524
  ""
8300
8525
  ],
8526
+ "Update content urls": [
8527
+ ""
8528
+ ],
8301
8529
  "Update content view environments for host": [
8302
8530
  ""
8303
8531
  ],
8304
8532
  "Update content view environments for host %s": [
8305
8533
  ""
8306
8534
  ],
8535
+ "Update distributions": [
8536
+ ""
8537
+ ],
8307
8538
  "Update hosts manually": [
8308
8539
  ""
8309
8540
  ],
8541
+ "Update http proxy": [
8542
+ ""
8543
+ ],
8544
+ "Update http proxy details": [
8545
+ ""
8546
+ ],
8310
8547
  "Update installed packages, enabled repos, module inventory": [
8311
8548
  "Atualizar pacotes instalados, repositórios habilitados, inventário de módulos"
8312
8549
  ],
@@ -8322,12 +8559,21 @@
8322
8559
  "Update packages via Katello interface": [
8323
8560
  ""
8324
8561
  ],
8562
+ "Update redhat repository": [
8563
+ ""
8564
+ ],
8325
8565
  "Update release version for host": [
8326
8566
  "Atualizar versão do host"
8327
8567
  ],
8328
8568
  "Update release version for host %s": [
8329
8569
  "Atualizar versão do host"
8330
8570
  ],
8571
+ "Update remote": [
8572
+ ""
8573
+ ],
8574
+ "Update repository": [
8575
+ ""
8576
+ ],
8331
8577
  "Update services requiring restart": [
8332
8578
  "Atualizar serviços que exigem reinicialização"
8333
8579
  ],
@@ -8418,6 +8664,12 @@
8418
8664
  "Upload a subscription manifest": [
8419
8665
  "Carregar um manifesto da subscrição"
8420
8666
  ],
8667
+ "Upload content": [
8668
+ ""
8669
+ ],
8670
+ "Upload file": [
8671
+ ""
8672
+ ],
8421
8673
  "Upload into": [
8422
8674
  "Carregar em"
8423
8675
  ],
@@ -8427,6 +8679,9 @@
8427
8679
  "Upload request id": [
8428
8680
  "Carregar ID de requisição"
8429
8681
  ],
8682
+ "Upload tag": [
8683
+ ""
8684
+ ],
8430
8685
  "Upstream Candlepin": [
8431
8686
  ""
8432
8687
  ],
@@ -8541,9 +8796,15 @@
8541
8796
  "Value must either be a boolean or 'default' for 'enabled'": [
8542
8797
  "O valor deve ser booleano ou 'padrão' para 'habilitado'"
8543
8798
  ],
8799
+ "Verify Content Checksum": [
8800
+ ""
8801
+ ],
8544
8802
  "Verify SSL": [
8545
8803
  "Verifique o SSL"
8546
8804
  ],
8805
+ "Verify checksum": [
8806
+ ""
8807
+ ],
8547
8808
  "Verify checksum for content on smart proxy": [
8548
8809
  ""
8549
8810
  ],
@@ -8625,6 +8886,9 @@
8625
8886
  "View by": [
8626
8887
  ""
8627
8888
  ],
8889
+ "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.": [
8890
+ ""
8891
+ ],
8628
8892
  "View content views": [
8629
8893
  ""
8630
8894
  ],
@@ -8634,6 +8898,15 @@
8634
8898
  "View documentation": [
8635
8899
  ""
8636
8900
  ],
8901
+ "View here": [
8902
+ ""
8903
+ ],
8904
+ "View labels and annotations": [
8905
+ ""
8906
+ ],
8907
+ "View labels and annotations for image ": [
8908
+ ""
8909
+ ],
8637
8910
  "View matching content": [
8638
8911
  ""
8639
8912
  ],
@@ -8673,6 +8946,9 @@
8673
8946
  "When \\\"Upstream URL\\\" is set, \\\"Releases/Distributions\\\" must also be set!": [
8674
8947
  ""
8675
8948
  ],
8949
+ "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.": [
8950
+ ""
8951
+ ],
8676
8952
  "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')": [
8677
8953
  "Ao registrar um host via subscription-manager, forçar o uso do fato especificado (no formato 'fato.fato')"
8678
8954
  ],
@@ -8913,9 +9189,6 @@
8913
9189
  "attempted to sync without a feed URL": [
8914
9190
  "tentativa de sincronizar sem um URL do feed"
8915
9191
  ],
8916
- "auto attach subscriptions upon registration": [
8917
- "Anexar automaticamente as subscrições após registro"
8918
- ],
8919
9192
  "base url to perform repo discovery on": [
8920
9193
  "url base onde realizar a descoberta do repo"
8921
9194
  ],
@@ -9552,9 +9825,6 @@
9552
9825
  "start datetime of synchronization": [
9553
9826
  "iniciar datetime da sincronização"
9554
9827
  ],
9555
- "subscriptions not specified": [
9556
- "subscrições não especificadas"
9557
- ],
9558
9828
  "sync plan description": [
9559
9829
  "descrição do plano de sinc"
9560
9830
  ],