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
@@ -5,7 +5,7 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: katello 4.18.0\n"
8
+ "Project-Id-Version: katello 4.19.0.rc1\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
11
11
  "Language-Team: Romanian (Romania) (https://app.transifex.com/foreman/teams/114"
@@ -112,6 +112,9 @@ msgstr ""
112
112
  msgid "${selectedContentType} will appear here when created."
113
113
  msgstr ""
114
114
 
115
+ msgid "${totalCount} labels and annotations"
116
+ msgstr ""
117
+
115
118
  msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
116
119
  msgstr ""
117
120
 
@@ -450,9 +453,6 @@ msgstr ""
450
453
  msgid "A remote execution job is in progress."
451
454
  msgstr ""
452
455
 
453
- msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
454
- msgstr ""
455
-
456
456
  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."
457
457
  msgstr ""
458
458
 
@@ -468,6 +468,9 @@ msgstr ""
468
468
  msgid "About page"
469
469
  msgstr ""
470
470
 
471
+ msgid "Abstract async task"
472
+ msgstr ""
473
+
471
474
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
472
475
  msgstr ""
473
476
 
@@ -555,10 +558,13 @@ msgstr ""
555
558
  msgid "Add RPM rule"
556
559
  msgstr ""
557
560
 
558
- msgid "Add Subscriptions"
561
+ msgid "Add Red Hat Flatpak remote"
559
562
  msgstr ""
560
563
 
561
- msgid "Add a subscription to a host"
564
+ msgid "Add Red Hat flatpak remote"
565
+ msgstr ""
566
+
567
+ msgid "Add Subscriptions"
562
568
  msgstr ""
563
569
 
564
570
  msgid "Add an alternate content source"
@@ -612,6 +618,9 @@ msgstr ""
612
618
  msgid "Add repositories with package groups to content view to select them here."
613
619
  msgstr ""
614
620
 
621
+ msgid "Add rolling repo clone"
622
+ msgstr ""
623
+
615
624
  msgid "Add rule"
616
625
  msgstr ""
617
626
 
@@ -624,21 +633,24 @@ msgstr ""
624
633
  msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
625
634
  msgstr ""
626
635
 
627
- msgid "Add subscriptions to one or more hosts"
628
- msgstr ""
629
-
630
636
  msgid "Add subscriptions using the Add Subscriptions button."
631
637
  msgstr ""
632
638
 
633
639
  msgid "Add to a host collection"
634
640
  msgstr ""
635
641
 
642
+ msgid "Add to host collections"
643
+ msgstr ""
644
+
636
645
  msgid "Added"
637
646
  msgstr ""
638
647
 
639
648
  msgid "Added %s"
640
649
  msgstr ""
641
650
 
651
+ msgid "Added %{count} host(s) to host collection %{host_collection}."
652
+ msgstr ""
653
+
642
654
  msgid "Added Content:"
643
655
  msgstr ""
644
656
 
@@ -681,6 +693,9 @@ msgstr ""
681
693
  msgid "All errata up-to-date"
682
694
  msgstr ""
683
695
 
696
+ msgid "All selected hosts were already members of host collection %{host_collection}."
697
+ msgstr ""
698
+
684
699
  msgid "All subpaths must have a slash at the end and none at the front"
685
700
  msgstr ""
686
701
 
@@ -766,6 +781,9 @@ msgid ""
766
781
  "%{error_message}"
767
782
  msgstr ""
768
783
 
784
+ msgid "An error occurred while updating host collections"
785
+ msgstr ""
786
+
769
787
  msgid "An option to specify how many ostree commits to traverse."
770
788
  msgstr ""
771
789
 
@@ -898,12 +916,6 @@ msgstr ""
898
916
  msgid "Array of pools to add"
899
917
  msgstr ""
900
918
 
901
- msgid "Array of subscriptions to add"
902
- msgstr ""
903
-
904
- msgid "Array of subscriptions to remove"
905
- msgstr ""
906
-
907
919
  msgid "Array of uploads to import"
908
920
  msgstr ""
909
921
 
@@ -960,15 +972,6 @@ msgstr ""
960
972
  msgid "At least one organization must exist."
961
973
  msgstr ""
962
974
 
963
- msgid "Attach a subscription"
964
- msgstr ""
965
-
966
- msgid "Attach subscriptions"
967
- msgstr ""
968
-
969
- msgid "Attach subscriptions to %s"
970
- msgstr ""
971
-
972
975
  msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
973
976
  msgstr ""
974
977
 
@@ -1068,6 +1071,9 @@ msgstr ""
1068
1071
  msgid "Bookmarks marked as public are available to all users"
1069
1072
  msgstr ""
1070
1073
 
1074
+ msgid "Bootable"
1075
+ msgstr ""
1076
+
1071
1077
  msgid "Bootc rollback via Bootc interface"
1072
1078
  msgstr ""
1073
1079
 
@@ -1080,6 +1086,9 @@ msgstr ""
1080
1086
  msgid "Bootc upgrade via Bootc interface"
1081
1087
  msgstr ""
1082
1088
 
1089
+ msgid "Booted"
1090
+ msgstr ""
1091
+
1083
1092
  msgid "Booted Container Images"
1084
1093
  msgstr ""
1085
1094
 
@@ -1389,6 +1398,9 @@ msgstr ""
1389
1398
  msgid "Change content view environments"
1390
1399
  msgstr ""
1391
1400
 
1401
+ msgid "Change host collections"
1402
+ msgstr ""
1403
+
1392
1404
  msgid "Change host content source"
1393
1405
  msgstr ""
1394
1406
 
@@ -1476,6 +1488,9 @@ msgstr ""
1476
1488
  msgid "Comma-separated list of tags to sync for a container image repository"
1477
1489
  msgstr ""
1478
1490
 
1491
+ msgid "Commit upload"
1492
+ msgstr ""
1493
+
1479
1494
  msgid "Compare"
1480
1495
  msgstr ""
1481
1496
 
@@ -1548,6 +1563,9 @@ msgstr ""
1548
1563
  msgid "Container image tags"
1549
1564
  msgstr ""
1550
1565
 
1566
+ msgid "Container images"
1567
+ msgstr ""
1568
+
1551
1569
  msgid "Container manifest lists"
1552
1570
  msgstr ""
1553
1571
 
@@ -1827,15 +1845,27 @@ msgstr ""
1827
1845
  msgid "Copy"
1828
1846
  msgstr ""
1829
1847
 
1848
+ msgid "Copy all units"
1849
+ msgstr ""
1850
+
1830
1851
  msgid "Copy an activation key"
1831
1852
  msgstr ""
1832
1853
 
1854
+ msgid "Copy content"
1855
+ msgstr ""
1856
+
1833
1857
  msgid "Copy content view"
1834
1858
  msgstr ""
1835
1859
 
1836
1860
  msgid "Copy to clipboard"
1837
1861
  msgstr ""
1838
1862
 
1863
+ msgid "Copy version"
1864
+ msgstr ""
1865
+
1866
+ msgid "Copy version units to library"
1867
+ msgstr ""
1868
+
1839
1869
  msgid "Cores per socket"
1840
1870
  msgstr ""
1841
1871
 
@@ -2049,22 +2079,34 @@ msgstr ""
2049
2079
  msgid "Create content view"
2050
2080
  msgstr ""
2051
2081
 
2082
+ msgid "Create exporter"
2083
+ msgstr ""
2084
+
2052
2085
  msgid "Create filter"
2053
2086
  msgstr ""
2054
2087
 
2055
2088
  msgid "Create host collection"
2056
2089
  msgstr ""
2057
2090
 
2091
+ msgid "Create import"
2092
+ msgstr ""
2093
+
2094
+ msgid "Create importer"
2095
+ msgstr ""
2096
+
2058
2097
  msgid "Create new activation key"
2059
2098
  msgstr ""
2060
2099
 
2061
2100
  msgid "Create organization"
2062
2101
  msgstr ""
2063
2102
 
2064
- msgid "Create package filter rule"
2103
+ msgid "Create publication"
2104
+ msgstr ""
2105
+
2106
+ msgid "Create remote"
2065
2107
  msgstr ""
2066
2108
 
2067
- msgid "Create rule"
2109
+ msgid "Creation"
2068
2110
  msgstr ""
2069
2111
 
2070
2112
  msgid "Credentials"
@@ -2328,12 +2370,36 @@ msgstr ""
2328
2370
  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."
2329
2371
  msgstr ""
2330
2372
 
2373
+ msgid "Delete distributions"
2374
+ msgstr ""
2375
+
2331
2376
  msgid "Delete manifest from Red Hat provider"
2332
2377
  msgstr ""
2333
2378
 
2334
2379
  msgid "Delete multiple filters from a content view"
2335
2380
  msgstr ""
2336
2381
 
2382
+ msgid "Delete orphan alternate content sources"
2383
+ msgstr ""
2384
+
2385
+ msgid "Delete orphan distributions"
2386
+ msgstr ""
2387
+
2388
+ msgid "Delete orphan remotes"
2389
+ msgstr ""
2390
+
2391
+ msgid "Delete orphan repository versions"
2392
+ msgstr ""
2393
+
2394
+ msgid "Delete orphaned migrated repositories"
2395
+ msgstr ""
2396
+
2397
+ msgid "Delete remote"
2398
+ msgstr ""
2399
+
2400
+ msgid "Delete repository references"
2401
+ msgstr ""
2402
+
2337
2403
  msgid "Delete version"
2338
2404
  msgstr ""
2339
2405
 
@@ -2433,6 +2499,12 @@ msgstr ""
2433
2499
  msgid "Destroy an environment in an organization"
2434
2500
  msgstr ""
2435
2501
 
2502
+ msgid "Destroy exporter"
2503
+ msgstr ""
2504
+
2505
+ msgid "Destroy importer"
2506
+ msgstr ""
2507
+
2436
2508
  msgid "Destroy one or more alternate content sources"
2437
2509
  msgstr ""
2438
2510
 
@@ -2466,9 +2538,6 @@ msgstr ""
2466
2538
  msgid "Disable Red Hat Insights."
2467
2539
  msgstr ""
2468
2540
 
2469
- msgid "Disable Simple Content Access"
2470
- msgstr ""
2471
-
2472
2541
  msgid "Disable a repository from the set"
2473
2542
  msgstr ""
2474
2543
 
@@ -2481,6 +2550,9 @@ msgstr ""
2481
2550
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2482
2551
  msgstr ""
2483
2552
 
2553
+ msgid "Discover"
2554
+ msgstr ""
2555
+
2484
2556
  msgid "Discover Repositories"
2485
2557
  msgstr ""
2486
2558
 
@@ -2532,6 +2604,9 @@ msgstr ""
2532
2604
  msgid "Edit"
2533
2605
  msgstr ""
2534
2606
 
2607
+ msgid "Edit DEB rule"
2608
+ msgstr ""
2609
+
2535
2610
  msgid "Edit Flatpak Remote"
2536
2611
  msgstr ""
2537
2612
 
@@ -2559,9 +2634,6 @@ msgstr ""
2559
2634
  msgid "Edit filter rule"
2560
2635
  msgstr ""
2561
2636
 
2562
- msgid "Edit package filter rule"
2563
- msgstr ""
2564
-
2565
2637
  msgid "Edit products"
2566
2638
  msgstr ""
2567
2639
 
@@ -2604,9 +2676,6 @@ msgstr ""
2604
2676
  msgid "Enable Red Hat repositories"
2605
2677
  msgstr ""
2606
2678
 
2607
- msgid "Enable Simple Content Access"
2608
- msgstr ""
2609
-
2610
2679
  msgid "Enable Tracer"
2611
2680
  msgstr ""
2612
2681
 
@@ -2619,9 +2688,6 @@ msgstr ""
2619
2688
  msgid "Enable repository sets"
2620
2689
  msgstr ""
2621
2690
 
2622
- msgid "Enable structured APT for deb content"
2623
- msgstr ""
2624
-
2625
2691
  msgid "Enable/Disable auto publish of composite view"
2626
2692
  msgstr ""
2627
2693
 
@@ -2682,6 +2748,9 @@ msgstr ""
2682
2748
  msgid "Environment cannot be in its own promotion path"
2683
2749
  msgstr ""
2684
2750
 
2751
+ msgid "Environment contents refresh"
2752
+ msgstr ""
2753
+
2685
2754
  msgid "Environment identifier"
2686
2755
  msgstr ""
2687
2756
 
@@ -2721,6 +2790,9 @@ msgstr ""
2721
2790
  msgid "Errata id of the erratum (RHSA-2012:108)"
2722
2791
  msgstr ""
2723
2792
 
2793
+ msgid "Errata mail"
2794
+ msgstr ""
2795
+
2724
2796
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2725
2797
  msgstr ""
2726
2798
 
@@ -2886,6 +2958,9 @@ msgstr ""
2886
2958
  msgid "Fetch installable errata for one or more hosts."
2887
2959
  msgstr ""
2888
2960
 
2961
+ msgid "Fetch pxe files"
2962
+ msgstr ""
2963
+
2889
2964
  msgid "Fetch traces for one or more hosts"
2890
2965
  msgstr ""
2891
2966
 
@@ -2979,6 +3054,9 @@ msgstr ""
2979
3054
  msgid "Filter versions that are components in the specified composite version"
2980
3055
  msgstr ""
2981
3056
 
3057
+ msgid "Filtered index content"
3058
+ msgstr ""
3059
+
2982
3060
  msgid "Filters"
2983
3061
  msgstr ""
2984
3062
 
@@ -3000,6 +3078,9 @@ msgstr ""
3000
3078
  msgid "Finished"
3001
3079
  msgstr ""
3002
3080
 
3081
+ msgid "Flatpak"
3082
+ msgstr ""
3083
+
3003
3084
  msgid "Flatpak Remote ${name} created"
3004
3085
  msgstr ""
3005
3086
 
@@ -3092,9 +3173,15 @@ msgstr ""
3092
3173
  msgid "Generate host applicability"
3093
3174
  msgstr ""
3094
3175
 
3176
+ msgid "Generate metadata"
3177
+ msgstr ""
3178
+
3095
3179
  msgid "Generate repository applicability"
3096
3180
  msgstr ""
3097
3181
 
3182
+ msgid "Generate username and password"
3183
+ msgstr ""
3184
+
3098
3185
  msgid "Generated"
3099
3186
  msgstr ""
3100
3187
 
@@ -3329,6 +3416,12 @@ msgstr ""
3329
3416
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3330
3417
  msgstr ""
3331
3418
 
3419
+ msgid "Hypervisors"
3420
+ msgstr ""
3421
+
3422
+ msgid "Hypervisors update"
3423
+ msgstr ""
3424
+
3332
3425
  msgid "ID"
3333
3426
  msgstr ""
3334
3427
 
@@ -3517,12 +3610,6 @@ msgstr ""
3517
3610
  msgid "If product certificates should be used to authenticate to a custom CDN."
3518
3611
  msgstr ""
3519
3612
 
3520
- 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'."
3521
- msgstr ""
3522
-
3523
- msgid "If specified, remove the first instance of a subscription with matching id and quantity"
3524
- msgstr ""
3525
-
3526
3613
  msgid "If the smart proxies' assigned HTTP proxies should be used"
3527
3614
  msgstr ""
3528
3615
 
@@ -3652,6 +3739,9 @@ msgstr ""
3652
3739
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3653
3740
  msgstr ""
3654
3741
 
3742
+ msgid "Import migration"
3743
+ msgstr ""
3744
+
3655
3745
  msgid "Import new manifest"
3656
3746
  msgstr ""
3657
3747
 
@@ -3661,6 +3751,12 @@ msgstr ""
3661
3751
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3662
3752
  msgstr ""
3663
3753
 
3754
+ msgid "Import repository upload"
3755
+ msgstr ""
3756
+
3757
+ msgid "Import upload"
3758
+ msgstr ""
3759
+
3664
3760
  msgid "Import uploads into a repository"
3665
3761
  msgstr ""
3666
3762
 
@@ -3727,6 +3823,9 @@ msgstr ""
3727
3823
  msgid "Incremental Update incomplete."
3728
3824
  msgstr ""
3729
3825
 
3826
+ msgid "Incremental Update of Content View Version(s) "
3827
+ msgstr ""
3828
+
3730
3829
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3731
3830
  msgstr ""
3732
3831
 
@@ -3739,12 +3838,27 @@ msgstr ""
3739
3838
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3740
3839
  msgstr ""
3741
3840
 
3841
+ msgid "Index content"
3842
+ msgstr ""
3843
+
3844
+ msgid "Index errata"
3845
+ msgstr ""
3846
+
3847
+ msgid "Index module streams"
3848
+ msgstr ""
3849
+
3850
+ msgid "Index package groups"
3851
+ msgstr ""
3852
+
3742
3853
  msgid "Informable Type must be one of the following [ %{list} ]"
3743
3854
  msgstr ""
3744
3855
 
3745
3856
  msgid "Inherit from Repository"
3746
3857
  msgstr ""
3747
3858
 
3859
+ msgid "Initialize"
3860
+ msgstr ""
3861
+
3748
3862
  msgid "Initiate a sync of the products attached to the sync plan"
3749
3863
  msgstr ""
3750
3864
 
@@ -3820,9 +3934,15 @@ msgstr ""
3820
3934
  msgid "Installing Package..."
3821
3935
  msgstr ""
3822
3936
 
3937
+ msgid "Instance update"
3938
+ msgstr ""
3939
+
3823
3940
  msgid "Instance-based"
3824
3941
  msgstr ""
3825
3942
 
3943
+ msgid "Insufficient space for selected hosts"
3944
+ msgstr ""
3945
+
3826
3946
  msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
3827
3947
  msgstr ""
3828
3948
 
@@ -3946,6 +4066,9 @@ msgstr ""
3946
4066
  msgid "It's not possible to promote a rolling content view."
3947
4067
  msgstr ""
3948
4068
 
4069
+ msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
4070
+ msgstr ""
4071
+
3949
4072
  msgid "It's not possible to publish a rolling content view."
3950
4073
  msgstr ""
3951
4074
 
@@ -4054,6 +4177,15 @@ msgstr ""
4054
4177
  msgid "Label of the flatpak remote"
4055
4178
  msgstr ""
4056
4179
 
4180
+ msgid "Labels"
4181
+ msgstr ""
4182
+
4183
+ msgid "Labels and annotations"
4184
+ msgstr ""
4185
+
4186
+ msgid "Labels | Annotations"
4187
+ msgstr ""
4188
+
4057
4189
  msgid "Last check-in:"
4058
4190
  msgstr ""
4059
4191
 
@@ -4156,6 +4288,9 @@ msgstr ""
4156
4288
  msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
4157
4289
  msgstr ""
4158
4290
 
4291
+ msgid "Limit"
4292
+ msgstr ""
4293
+
4159
4294
  msgid "Limit actions to content in the host's environment."
4160
4295
  msgstr ""
4161
4296
 
@@ -4345,6 +4480,9 @@ msgstr ""
4345
4480
  msgid "List of hypervisor guest uuids"
4346
4481
  msgstr ""
4347
4482
 
4483
+ msgid "List of lifecycle environments for rolling content views"
4484
+ msgstr ""
4485
+
4348
4486
  msgid "List of package group names (Deprecated)"
4349
4487
  msgstr ""
4350
4488
 
@@ -4483,12 +4621,18 @@ msgstr ""
4483
4621
  msgid "Manifest"
4484
4622
  msgstr ""
4485
4623
 
4624
+ msgid "Manifest Details"
4625
+ msgstr ""
4626
+
4486
4627
  msgid "Manifest History"
4487
4628
  msgstr ""
4488
4629
 
4489
4630
  msgid "Manifest deleted"
4490
4631
  msgstr ""
4491
4632
 
4633
+ msgid "Manifest digest"
4634
+ msgstr ""
4635
+
4492
4636
  msgid "Manifest does not have a valid subscription"
4493
4637
  msgstr ""
4494
4638
 
@@ -4573,6 +4717,9 @@ msgstr ""
4573
4717
  msgid "Messaging connection"
4574
4718
  msgstr ""
4575
4719
 
4720
+ msgid "Metadata generate"
4721
+ msgstr ""
4722
+
4576
4723
  msgid ""
4577
4724
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4578
4725
  "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."
@@ -4611,6 +4758,9 @@ msgstr ""
4611
4758
  msgid "Moderate"
4612
4759
  msgstr ""
4613
4760
 
4761
+ msgid "Modified"
4762
+ msgstr ""
4763
+
4614
4764
  msgid "Modify via remote execution"
4615
4765
  msgstr ""
4616
4766
 
@@ -4638,6 +4788,15 @@ msgstr ""
4638
4788
  msgid "Multi Content View Environment"
4639
4789
  msgstr ""
4640
4790
 
4791
+ msgid "Multi copy all units"
4792
+ msgstr ""
4793
+
4794
+ msgid "Multi copy content"
4795
+ msgstr ""
4796
+
4797
+ msgid "Multi copy units"
4798
+ msgstr ""
4799
+
4641
4800
  msgid "Multi-entitlement"
4642
4801
  msgstr ""
4643
4802
 
@@ -4938,6 +5097,9 @@ msgstr ""
4938
5097
  msgid "No items have been specified."
4939
5098
  msgstr ""
4940
5099
 
5100
+ msgid "No labels"
5101
+ msgstr ""
5102
+
4941
5103
  msgid "No manifest file uploaded"
4942
5104
  msgstr ""
4943
5105
 
@@ -5253,9 +5415,6 @@ msgstr ""
5253
5415
  msgid "Organization ID"
5254
5416
  msgstr ""
5255
5417
 
5256
- msgid "Organization ID is required"
5257
- msgstr ""
5258
-
5259
5418
  msgid "Organization ID or title"
5260
5419
  msgstr ""
5261
5420
 
@@ -5280,6 +5439,9 @@ msgstr ""
5280
5439
  msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
5281
5440
  msgstr ""
5282
5441
 
5442
+ msgid "Organization must be specified when providing product by name."
5443
+ msgstr ""
5444
+
5283
5445
  msgid "Organization not found"
5284
5446
  msgstr ""
5285
5447
 
@@ -5681,6 +5843,9 @@ msgstr ""
5681
5843
  msgid "Product label '%s' is ambiguous. Try using an id-based container name."
5682
5844
  msgstr ""
5683
5845
 
5846
+ msgid "Product must be specified."
5847
+ msgstr ""
5848
+
5684
5849
  msgid "Product name"
5685
5850
  msgstr ""
5686
5851
 
@@ -5741,6 +5906,9 @@ msgstr ""
5741
5906
  msgid "Promotion to Environment"
5742
5907
  msgstr ""
5743
5908
 
5909
+ msgid "Provide credentials if the registry requires authentication"
5910
+ msgstr ""
5911
+
5744
5912
  msgid "Provide the required information and click {update} below to save changes."
5745
5913
  msgstr ""
5746
5914
 
@@ -5840,6 +6008,9 @@ msgstr ""
5840
6008
  msgid "Pulp task error"
5841
6009
  msgstr ""
5842
6010
 
6011
+ msgid "Purge completed tasks"
6012
+ msgstr ""
6013
+
5843
6014
  msgid "Python Package"
5844
6015
  msgstr ""
5845
6016
 
@@ -5867,15 +6038,6 @@ msgstr ""
5867
6038
  msgid "Quantity of entitlements to bind"
5868
6039
  msgstr ""
5869
6040
 
5870
- msgid "Quantity of specified subscription to remove"
5871
- msgstr ""
5872
-
5873
- msgid "Quantity of this subscription to add"
5874
- msgstr ""
5875
-
5876
- msgid "Quantity of this subscriptions to add"
5877
- msgstr ""
5878
-
5879
6041
  msgid "Quantity to Allocate"
5880
6042
  msgstr ""
5881
6043
 
@@ -5948,6 +6110,9 @@ msgstr ""
5948
6110
  msgid "Reclaim Space"
5949
6111
  msgstr ""
5950
6112
 
6113
+ msgid "Reclaim space"
6114
+ msgstr ""
6115
+
5951
6116
  msgid "Reclaim space from On Demand repositories"
5952
6117
  msgstr ""
5953
6118
 
@@ -6014,6 +6179,9 @@ msgstr ""
6014
6179
  msgid "Refresh all alternate content sources"
6015
6180
  msgstr ""
6016
6181
 
6182
+ msgid "Refresh all distributions"
6183
+ msgstr ""
6184
+
6017
6185
  msgid "Refresh alternate content sources"
6018
6186
  msgstr ""
6019
6187
 
@@ -6026,15 +6194,27 @@ msgstr ""
6026
6194
  msgid "Refresh counts"
6027
6195
  msgstr ""
6028
6196
 
6197
+ msgid "Refresh distribution"
6198
+ msgstr ""
6199
+
6029
6200
  msgid "Refresh errata applicability"
6030
6201
  msgstr ""
6031
6202
 
6203
+ msgid "Refresh if needed"
6204
+ msgstr ""
6205
+
6032
6206
  msgid "Refresh package applicability"
6033
6207
  msgstr ""
6034
6208
 
6035
6209
  msgid "Refresh previously imported manifest for Red Hat provider"
6036
6210
  msgstr ""
6037
6211
 
6212
+ msgid "Refresh remote"
6213
+ msgstr ""
6214
+
6215
+ msgid "Refresh repos"
6216
+ msgstr ""
6217
+
6038
6218
  msgid "Refresh source"
6039
6219
  msgstr ""
6040
6220
 
@@ -6044,9 +6224,6 @@ msgstr ""
6044
6224
  msgid "Register a host with subscription and information"
6045
6225
  msgstr ""
6046
6226
 
6047
- msgid "Register host '%s' before attaching subscriptions"
6048
- msgstr ""
6049
-
6050
6227
  msgid "Registered"
6051
6228
  msgstr ""
6052
6229
 
@@ -6080,6 +6257,9 @@ msgstr ""
6080
6257
  msgid "Registry token expiration time"
6081
6258
  msgstr ""
6082
6259
 
6260
+ msgid "Reindex subscriptions"
6261
+ msgstr ""
6262
+
6083
6263
  msgid "Related composite content views"
6084
6264
  msgstr ""
6085
6265
 
@@ -6155,6 +6335,9 @@ msgstr ""
6155
6335
  msgid "Remove from environments"
6156
6336
  msgstr ""
6157
6337
 
6338
+ msgid "Remove from host collections"
6339
+ msgstr ""
6340
+
6158
6341
  msgid "Remove host from collections"
6159
6342
  msgstr ""
6160
6343
 
@@ -6176,6 +6359,9 @@ msgstr ""
6176
6359
  msgid "Remove one or more subscriptions from an upstream manifest"
6177
6360
  msgstr ""
6178
6361
 
6362
+ msgid "Remove orphans"
6363
+ msgstr ""
6364
+
6179
6365
  msgid "Remove package group via Katello interface"
6180
6366
  msgstr ""
6181
6367
 
@@ -6191,16 +6377,13 @@ msgstr ""
6191
6377
  msgid "Remove products from sync plan"
6192
6378
  msgstr ""
6193
6379
 
6194
- msgid "Remove subscriptions"
6195
- msgstr ""
6196
-
6197
- msgid "Remove subscriptions from %s"
6380
+ msgid "Remove rolling repo clone"
6198
6381
  msgstr ""
6199
6382
 
6200
- msgid "Remove subscriptions from a host"
6383
+ msgid "Remove units"
6201
6384
  msgstr ""
6202
6385
 
6203
- msgid "Remove subscriptions from one or more hosts"
6386
+ msgid "Remove unneeded repos"
6204
6387
  msgstr ""
6205
6388
 
6206
6389
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
@@ -6209,6 +6392,9 @@ msgstr ""
6209
6392
  msgid "Remove versions from environments"
6210
6393
  msgstr ""
6211
6394
 
6395
+ msgid "Removed %{count} host(s) from host collection %{host_collection}."
6396
+ msgstr ""
6397
+
6212
6398
  msgid "Removed component from content view"
6213
6399
  msgstr ""
6214
6400
 
@@ -6227,6 +6413,9 @@ msgstr ""
6227
6413
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6228
6414
  msgstr ""
6229
6415
 
6416
+ msgid "Repair"
6417
+ msgstr ""
6418
+
6230
6419
  msgid "Replace content source on the target machine"
6231
6420
  msgstr ""
6232
6421
 
@@ -6245,12 +6434,18 @@ msgstr ""
6245
6434
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6246
6435
  msgstr ""
6247
6436
 
6437
+ msgid "Repositories certs reset"
6438
+ msgstr ""
6439
+
6248
6440
  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."
6249
6441
  msgstr ""
6250
6442
 
6251
6443
  msgid "Repositories from published Content Views are not allowed."
6252
6444
  msgstr ""
6253
6445
 
6446
+ msgid "Repositories gpg reset"
6447
+ msgstr ""
6448
+
6254
6449
  msgid "Repository"
6255
6450
  msgstr ""
6256
6451
 
@@ -6416,12 +6611,18 @@ msgstr ""
6416
6611
  msgid "Result"
6417
6612
  msgstr ""
6418
6613
 
6614
+ msgid "Retain build profile upon unregistration"
6615
+ msgstr ""
6616
+
6419
6617
  msgid "Retrieve a single errata for a host"
6420
6618
  msgstr ""
6421
6619
 
6422
6620
  msgid "Return Red Hat (non-custom) products only"
6423
6621
  msgstr ""
6424
6622
 
6623
+ msgid "Return a list of installed debs distinct by name"
6624
+ msgstr ""
6625
+
6425
6626
  msgid "Return a list of installed packages distinct by name"
6426
6627
  msgstr ""
6427
6628
 
@@ -6602,6 +6803,24 @@ msgstr ""
6602
6803
  msgid "Save"
6603
6804
  msgstr ""
6604
6805
 
6806
+ msgid "Save Environments"
6807
+ msgstr ""
6808
+
6809
+ msgid "Save artifact"
6810
+ msgstr ""
6811
+
6812
+ msgid "Save distribution references"
6813
+ msgstr ""
6814
+
6815
+ msgid "Save publication"
6816
+ msgstr ""
6817
+
6818
+ msgid "Save version"
6819
+ msgstr ""
6820
+
6821
+ msgid "Save versions"
6822
+ msgstr ""
6823
+
6605
6824
  msgid "Saving alternate content source..."
6606
6825
  msgstr ""
6607
6826
 
@@ -6611,6 +6830,12 @@ msgstr ""
6611
6830
  msgid "Scan a flatpak remote"
6612
6831
  msgstr ""
6613
6832
 
6833
+ msgid "Scan cdn"
6834
+ msgstr ""
6835
+
6836
+ msgid "Scan remote"
6837
+ msgstr ""
6838
+
6614
6839
  msgid "Schema version 1"
6615
6840
  msgstr ""
6616
6841
 
@@ -6659,6 +6884,9 @@ msgstr ""
6659
6884
  msgid "Security errata installable"
6660
6885
  msgstr ""
6661
6886
 
6887
+ msgid "See child manifests"
6888
+ msgstr ""
6889
+
6662
6890
  msgid "Select"
6663
6891
  msgstr ""
6664
6892
 
@@ -6770,6 +6998,9 @@ msgstr ""
6770
6998
  msgid "Select host collection(s) to remove from host {hostName}."
6771
6999
  msgstr ""
6772
7000
 
7001
+ 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."
7002
+ msgstr ""
7003
+
6773
7004
  msgid "Select hosts to assign to %s"
6774
7005
  msgstr ""
6775
7006
 
@@ -6848,10 +7079,13 @@ msgstr ""
6848
7079
  msgid "Service Level (SLA)"
6849
7080
  msgstr ""
6850
7081
 
7082
+ msgid "Service level"
7083
+ msgstr ""
7084
+
6851
7085
  msgid "Service level of host"
6852
7086
  msgstr ""
6853
7087
 
6854
- msgid "Service level to be used for autoheal"
7088
+ msgid "Service level, e.g. SELF-SUPPORT"
6855
7089
  msgstr ""
6856
7090
 
6857
7091
  msgid "Set content overrides"
@@ -6878,9 +7112,6 @@ msgstr ""
6878
7112
  msgid "Sets the system purpose usage"
6879
7113
  msgstr ""
6880
7114
 
6881
- msgid "Sets whether the Host will autoheal subscriptions upon checkin"
6882
- msgstr ""
6883
-
6884
7115
  msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
6885
7116
  msgstr ""
6886
7117
 
@@ -6890,6 +7121,9 @@ msgstr ""
6890
7121
  msgid "Severity must be one of: %s"
6891
7122
  msgstr ""
6892
7123
 
7124
+ msgid "Show ${remainingCount} more"
7125
+ msgstr ""
7126
+
6893
7127
  msgid "Show %s"
6894
7128
  msgstr ""
6895
7129
 
@@ -7031,6 +7265,9 @@ msgstr ""
7031
7265
  msgid "Smart proxy name"
7032
7266
  msgstr ""
7033
7267
 
7268
+ msgid "Smart proxy verify content checksum has started in the background"
7269
+ msgstr ""
7270
+
7034
7271
  msgid "Sockets"
7035
7272
  msgstr ""
7036
7273
 
@@ -7145,7 +7382,7 @@ msgstr ""
7145
7382
  msgid "Something went wrong while refreshing alternate content sources: "
7146
7383
  msgstr ""
7147
7384
 
7148
- msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
7385
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
7149
7386
  msgstr ""
7150
7387
 
7151
7388
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
@@ -7214,6 +7451,9 @@ msgstr ""
7214
7451
  msgid "Something went wrong while updating the content source. See the logs for more information"
7215
7452
  msgstr ""
7216
7453
 
7454
+ msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
7455
+ msgstr ""
7456
+
7217
7457
  msgid "Something went wrong! Please check server logs!"
7218
7458
  msgstr ""
7219
7459
 
@@ -7301,9 +7541,6 @@ msgstr ""
7301
7541
  msgid "Subscription Details"
7302
7542
  msgstr ""
7303
7543
 
7304
- msgid "Subscription ID"
7305
- msgstr ""
7306
-
7307
7544
  msgid "Subscription Info"
7308
7545
  msgstr ""
7309
7546
 
@@ -7319,12 +7556,6 @@ msgstr ""
7319
7556
  msgid "Subscription Name"
7320
7557
  msgstr ""
7321
7558
 
7322
- msgid "Subscription Pool id"
7323
- msgstr ""
7324
-
7325
- msgid "Subscription Pool uuid"
7326
- msgstr ""
7327
-
7328
7559
  msgid "Subscription UUID"
7329
7560
  msgstr ""
7330
7561
 
@@ -7376,9 +7607,6 @@ msgstr ""
7376
7607
  msgid "Successfully added %s Host(s)."
7377
7608
  msgstr ""
7378
7609
 
7379
- msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
7380
- msgstr ""
7381
-
7382
7610
  msgid "Successfully changed sync plan for %s product(s)"
7383
7611
  msgstr ""
7384
7612
 
@@ -7391,9 +7619,6 @@ msgstr ""
7391
7619
  msgid "Successfully removed %s Host(s)."
7392
7620
  msgstr ""
7393
7621
 
7394
- msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
7395
- msgstr ""
7396
-
7397
7622
  msgid "Successfully synced capsule."
7398
7623
  msgstr ""
7399
7624
 
@@ -7412,6 +7637,9 @@ msgstr ""
7412
7637
  msgid "Supported Content Types"
7413
7638
  msgstr ""
7414
7639
 
7640
+ msgid "Sync"
7641
+ msgstr ""
7642
+
7415
7643
  msgid "Sync Canceled"
7416
7644
  msgstr ""
7417
7645
 
@@ -7466,6 +7694,9 @@ msgstr ""
7466
7694
  msgid "Sync all repositories for a product"
7467
7695
  msgstr ""
7468
7696
 
7697
+ msgid "Sync capsule"
7698
+ msgstr ""
7699
+
7469
7700
  msgid "Sync complete."
7470
7701
  msgstr ""
7471
7702
 
@@ -7484,6 +7715,9 @@ msgstr ""
7484
7715
  msgid "Sync state"
7485
7716
  msgstr ""
7486
7717
 
7718
+ msgid "Syncable export"
7719
+ msgstr ""
7720
+
7487
7721
  msgid "Synced"
7488
7722
  msgstr ""
7489
7723
 
@@ -7535,6 +7769,9 @@ msgstr ""
7535
7769
  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."
7536
7770
  msgstr ""
7537
7771
 
7772
+ msgid "Tag"
7773
+ msgstr ""
7774
+
7538
7775
  msgid "Tag name"
7539
7776
  msgstr ""
7540
7777
 
@@ -7746,9 +7983,6 @@ msgstr ""
7746
7983
  msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
7747
7984
  msgstr ""
7748
7985
 
7749
- msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
7750
- msgstr ""
7751
-
7752
7986
  msgid "The subscription cannot be found upstream"
7753
7987
  msgstr ""
7754
7988
 
@@ -7890,12 +8124,6 @@ msgstr ""
7890
8124
  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."
7891
8125
  msgstr ""
7892
8126
 
7893
- msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
7894
- msgstr ""
7895
-
7896
- msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
7897
- msgstr ""
7898
-
7899
8127
  msgid "This is disabled because a manifest task is in progress"
7900
8128
  msgstr ""
7901
8129
 
@@ -7974,6 +8202,9 @@ msgstr ""
7974
8202
  msgid "To change content view environments, a specific organization must be selected from the organization context."
7975
8203
  msgstr ""
7976
8204
 
8205
+ msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
8206
+ msgstr ""
8207
+
7977
8208
  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."
7978
8209
  msgstr ""
7979
8210
 
@@ -7995,6 +8226,9 @@ msgstr ""
7995
8226
  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."
7996
8227
  msgstr ""
7997
8228
 
8229
+ msgid "To manage host collections, a specific organization must be selected from the organization context."
8230
+ msgstr ""
8231
+
7998
8232
  msgid "To manage host content overrides, a specific organization must be selected from the organization context."
7999
8233
  msgstr ""
8000
8234
 
@@ -8049,12 +8283,6 @@ msgstr ""
8049
8283
  msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
8050
8284
  msgstr ""
8051
8285
 
8052
- msgid "Trigger an auto-attach of subscriptions"
8053
- msgstr ""
8054
-
8055
- msgid "Trigger an auto-attach of subscriptions on one or more hosts"
8056
- msgstr ""
8057
-
8058
8286
  msgid "Try changing your search criteria."
8059
8287
  msgstr ""
8060
8288
 
@@ -8208,9 +8436,6 @@ msgstr ""
8208
8436
  msgid "Unapplied Errata"
8209
8437
  msgstr ""
8210
8438
 
8211
- msgid "Unattach a subscription"
8212
- msgstr ""
8213
-
8214
8439
  msgid "Unfiltered params array: %s."
8215
8440
  msgstr ""
8216
8441
 
@@ -8322,15 +8547,27 @@ msgstr ""
8322
8547
  msgid "Update content counts for the smart proxy"
8323
8548
  msgstr ""
8324
8549
 
8550
+ msgid "Update content urls"
8551
+ msgstr ""
8552
+
8325
8553
  msgid "Update content view environments for host"
8326
8554
  msgstr ""
8327
8555
 
8328
8556
  msgid "Update content view environments for host %s"
8329
8557
  msgstr ""
8330
8558
 
8559
+ msgid "Update distributions"
8560
+ msgstr ""
8561
+
8331
8562
  msgid "Update hosts manually"
8332
8563
  msgstr ""
8333
8564
 
8565
+ msgid "Update http proxy"
8566
+ msgstr ""
8567
+
8568
+ msgid "Update http proxy details"
8569
+ msgstr ""
8570
+
8334
8571
  msgid "Update installed packages, enabled repos, module inventory"
8335
8572
  msgstr ""
8336
8573
 
@@ -8346,12 +8583,21 @@ msgstr ""
8346
8583
  msgid "Update packages via Katello interface"
8347
8584
  msgstr ""
8348
8585
 
8586
+ msgid "Update redhat repository"
8587
+ msgstr ""
8588
+
8349
8589
  msgid "Update release version for host"
8350
8590
  msgstr ""
8351
8591
 
8352
8592
  msgid "Update release version for host %s"
8353
8593
  msgstr ""
8354
8594
 
8595
+ msgid "Update remote"
8596
+ msgstr ""
8597
+
8598
+ msgid "Update repository"
8599
+ msgstr ""
8600
+
8355
8601
  msgid "Update services requiring restart"
8356
8602
  msgstr ""
8357
8603
 
@@ -8442,6 +8688,12 @@ msgstr ""
8442
8688
  msgid "Upload a subscription manifest"
8443
8689
  msgstr ""
8444
8690
 
8691
+ msgid "Upload content"
8692
+ msgstr ""
8693
+
8694
+ msgid "Upload file"
8695
+ msgstr ""
8696
+
8445
8697
  msgid "Upload into"
8446
8698
  msgstr ""
8447
8699
 
@@ -8451,6 +8703,9 @@ msgstr ""
8451
8703
  msgid "Upload request id"
8452
8704
  msgstr ""
8453
8705
 
8706
+ msgid "Upload tag"
8707
+ msgstr ""
8708
+
8454
8709
  msgid "Upstream Candlepin"
8455
8710
  msgstr ""
8456
8711
 
@@ -8565,9 +8820,15 @@ msgstr ""
8565
8820
  msgid "Value must either be a boolean or 'default' for 'enabled'"
8566
8821
  msgstr ""
8567
8822
 
8823
+ msgid "Verify Content Checksum"
8824
+ msgstr ""
8825
+
8568
8826
  msgid "Verify SSL"
8569
8827
  msgstr ""
8570
8828
 
8829
+ msgid "Verify checksum"
8830
+ msgstr ""
8831
+
8571
8832
  msgid "Verify checksum for content on smart proxy"
8572
8833
  msgstr ""
8573
8834
 
@@ -8649,6 +8910,9 @@ msgstr ""
8649
8910
  msgid "View by"
8650
8911
  msgstr ""
8651
8912
 
8913
+ 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."
8914
+ msgstr ""
8915
+
8652
8916
  msgid "View content views"
8653
8917
  msgstr ""
8654
8918
 
@@ -8658,6 +8922,15 @@ msgstr ""
8658
8922
  msgid "View documentation"
8659
8923
  msgstr ""
8660
8924
 
8925
+ msgid "View here"
8926
+ msgstr ""
8927
+
8928
+ msgid "View labels and annotations"
8929
+ msgstr ""
8930
+
8931
+ msgid "View labels and annotations for image "
8932
+ msgstr ""
8933
+
8661
8934
  msgid "View matching content"
8662
8935
  msgstr ""
8663
8936
 
@@ -8697,6 +8970,9 @@ msgstr ""
8697
8970
  msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
8698
8971
  msgstr ""
8699
8972
 
8973
+ 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."
8974
+ msgstr ""
8975
+
8700
8976
  msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
8701
8977
  msgstr ""
8702
8978
 
@@ -8937,9 +9213,6 @@ msgstr ""
8937
9213
  msgid "attempted to sync without a feed URL"
8938
9214
  msgstr ""
8939
9215
 
8940
- msgid "auto attach subscriptions upon registration"
8941
- msgstr ""
8942
-
8943
9216
  msgid "base url to perform repo discovery on"
8944
9217
  msgstr ""
8945
9218
 
@@ -9576,9 +9849,6 @@ msgstr ""
9576
9849
  msgid "start datetime of synchronization"
9577
9850
  msgstr ""
9578
9851
 
9579
- msgid "subscriptions not specified"
9580
- msgstr ""
9581
-
9582
9852
  msgid "sync plan description"
9583
9853
  msgstr ""
9584
9854