katello 4.15.0 → 4.16.0.rc1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


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

Files changed (505) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/common/katello_object.js +2 -2
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +248 -263
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +247 -262
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +247 -262
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +521 -536
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +253 -268
  8. data/app/assets/javascripts/katello/locale/de/katello.js +248 -263
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +247 -262
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +249 -264
  11. data/app/assets/javascripts/katello/locale/el/katello.js +251 -266
  12. data/app/assets/javascripts/katello/locale/en/katello.js +253 -268
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +263 -278
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +247 -262
  15. data/app/assets/javascripts/katello/locale/es/katello.js +248 -263
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +247 -262
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +250 -265
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +247 -262
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +249 -264
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +249 -264
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +248 -263
  22. data/app/assets/javascripts/katello/locale/id/katello.js +261 -275
  23. data/app/assets/javascripts/katello/locale/it/katello.js +252 -267
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +250 -265
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +247 -262
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +248 -263
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +248 -263
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +247 -262
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +248 -263
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +252 -267
  31. data/app/assets/javascripts/katello/locale/or/katello.js +248 -263
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +248 -263
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +248 -263
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +247 -262
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +248 -263
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +248 -263
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +247 -262
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +247 -262
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +253 -268
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +247 -262
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +248 -263
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +248 -263
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +247 -262
  44. data/app/assets/javascripts/katello/locale/te/katello.js +248 -263
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +247 -262
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +247 -262
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +247 -262
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +247 -262
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +250 -265
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -270
  51. data/app/assets/javascripts/katello/sync_management/sync_management.js +16 -2
  52. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +33 -9
  53. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  54. data/app/controllers/katello/api/v2/activation_keys_controller.rb +4 -9
  55. data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
  56. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +3 -1
  57. data/app/controllers/katello/api/v2/content_views_controller.rb +4 -1
  58. data/app/controllers/katello/api/v2/environments_controller.rb +4 -0
  59. data/app/controllers/katello/api/v2/errata_controller.rb +12 -1
  60. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +81 -0
  61. data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +86 -0
  62. data/app/controllers/katello/api/v2/host_bootc_images_controller.rb +71 -0
  63. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +4 -6
  64. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -5
  65. data/app/controllers/katello/api/v2/repositories_controller.rb +18 -3
  66. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +0 -8
  67. data/app/controllers/katello/concerns/api/v2/http_proxies_controller_extensions.rb +17 -0
  68. data/app/controllers/katello/concerns/http_proxies_controller_extensions.rb +20 -0
  69. data/app/controllers/katello/sync_management_controller.rb +6 -2
  70. data/app/helpers/katello/content_source_helper.rb +8 -1
  71. data/app/helpers/katello/content_view_helper.rb +3 -1
  72. data/app/lib/actions/candlepin/activation_key/create.rb +1 -3
  73. data/app/lib/actions/candlepin/activation_key/update.rb +1 -3
  74. data/app/lib/actions/candlepin/environment/set_content.rb +17 -4
  75. data/app/lib/actions/katello/activation_key/create.rb +1 -2
  76. data/app/lib/actions/katello/activation_key/update.rb +2 -4
  77. data/app/lib/actions/katello/capsule_content/refresh_repos.rb +7 -1
  78. data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +3 -2
  79. data/app/lib/actions/katello/content_view/publish.rb +7 -2
  80. data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +11 -2
  81. data/app/lib/actions/katello/content_view_version/incremental_update.rb +31 -22
  82. data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +30 -0
  83. data/app/lib/actions/katello/flatpak/scan_remote.rb +17 -12
  84. data/app/lib/actions/katello/host/update_system_purpose.rb +1 -6
  85. data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +18 -2
  86. data/app/lib/actions/pulp3/repository/multi_copy_units.rb +4 -0
  87. data/app/lib/katello/api/v2/rendering.rb +2 -1
  88. data/app/lib/katello/concerns/base_template_scope_extensions.rb +3 -4
  89. data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +13 -0
  90. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -5
  91. data/app/lib/katello/resources/candlepin/product.rb +2 -1
  92. data/app/lib/katello/util/cveak_migrator.rb +3 -2
  93. data/app/lib/katello/validators/alternate_content_source_path_validator.rb +2 -2
  94. data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
  95. data/app/lib/katello/validators/content_validator.rb +1 -1
  96. data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +2 -2
  97. data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -2
  98. data/app/lib/katello/validators/content_view_environment_validator.rb +3 -3
  99. data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +12 -12
  100. data/app/lib/katello/validators/content_view_filter_version_validator.rb +1 -1
  101. data/app/lib/katello/validators/generated_content_view_validator.rb +1 -1
  102. data/app/lib/katello/validators/gpg_key_content_type_validator.rb +2 -2
  103. data/app/lib/katello/validators/gpg_key_content_validator.rb +5 -5
  104. data/app/lib/katello/validators/katello_label_format_validator.rb +4 -4
  105. data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
  106. data/app/lib/katello/validators/katello_url_format_validator.rb +1 -1
  107. data/app/lib/katello/validators/library_presence_validator.rb +1 -1
  108. data/app/lib/katello/validators/no_trailing_space_validator.rb +1 -1
  109. data/app/lib/katello/validators/non_library_environment_validator.rb +1 -1
  110. data/app/lib/katello/validators/not_in_library_validator.rb +1 -1
  111. data/app/lib/katello/validators/path_descendents_validator.rb +1 -1
  112. data/app/lib/katello/validators/prior_validator.rb +1 -1
  113. data/app/lib/katello/validators/product_unique_attribute_validator.rb +1 -1
  114. data/app/lib/katello/validators/repo_disablement_validator.rb +2 -2
  115. data/app/lib/katello/validators/root_repository_unique_attribute_validator.rb +1 -1
  116. data/app/lib/katello/validators/self_reference_environment_validator.rb +1 -1
  117. data/app/lib/katello/validators/unique_field_in_org.rb +1 -1
  118. data/app/models/katello/activation_key.rb +6 -17
  119. data/app/models/katello/authorization/flatpak_remote.rb +33 -0
  120. data/app/models/katello/concerns/content_facet_host_extensions.rb +2 -1
  121. data/app/models/katello/concerns/host_managed_extensions.rb +8 -5
  122. data/app/models/katello/concerns/http_proxy_extensions.rb +4 -0
  123. data/app/models/katello/concerns/smart_proxy_extensions.rb +30 -6
  124. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -8
  125. data/app/models/katello/content_view.rb +4 -2
  126. data/app/models/katello/content_view_erratum_filter.rb +18 -2
  127. data/app/models/katello/content_view_version.rb +6 -0
  128. data/app/models/katello/docker_manifest.rb +8 -0
  129. data/app/models/katello/docker_manifest_list.rb +8 -0
  130. data/app/models/katello/erratum.rb +8 -2
  131. data/app/models/katello/flatpak_remote.rb +16 -0
  132. data/app/models/katello/flatpak_remote_repository.rb +18 -0
  133. data/app/models/katello/flatpak_remote_repository_manifest.rb +4 -0
  134. data/app/models/katello/glue/candlepin/pool.rb +1 -1
  135. data/app/models/katello/glue/pulp/repos.rb +12 -1
  136. data/app/models/katello/host/content_facet.rb +42 -3
  137. data/app/models/katello/host/subscription_facet.rb +4 -12
  138. data/app/models/katello/repository.rb +21 -8
  139. data/app/models/katello/rhel_lifecycle_status.rb +6 -0
  140. data/app/models/katello/root_repository.rb +6 -8
  141. data/app/models/katello/upstream_pool.rb +1 -0
  142. data/app/overrides/add_organization_attributes.rb +6 -0
  143. data/app/services/katello/product_content_finder.rb +2 -1
  144. data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +1 -1
  145. data/app/services/katello/pulp3/docker_manifest.rb +3 -2
  146. data/app/services/katello/pulp3/docker_manifest_list.rb +3 -2
  147. data/app/services/katello/pulp3/repository/ansible_collection.rb +8 -1
  148. data/app/services/katello/pulp3/repository/apt.rb +16 -18
  149. data/app/services/katello/pulp3/repository/file.rb +4 -2
  150. data/app/services/katello/pulp3/repository.rb +4 -0
  151. data/app/services/katello/pulp3/task.rb +2 -2
  152. data/app/views/foreman/job_templates/bootc_action.erb +26 -0
  153. data/app/views/foreman/job_templates/bootc_rollback.erb +13 -0
  154. data/app/views/foreman/job_templates/bootc_status.erb +13 -0
  155. data/app/views/foreman/job_templates/bootc_switch.erb +13 -0
  156. data/app/views/foreman/job_templates/bootc_upgrade.erb +13 -0
  157. data/app/views/foreman/job_templates/flatpak_install.erb +23 -0
  158. data/app/views/foreman/job_templates/flatpak_login_action.erb +30 -0
  159. data/app/views/foreman/job_templates/flatpak_setup.erb +27 -0
  160. data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
  161. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
  162. data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +1 -1
  163. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
  164. data/app/views/katello/api/v2/activation_keys/base.json.rabl +0 -4
  165. data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -1
  166. data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -0
  167. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +5 -1
  168. data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -1
  169. data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -1
  170. data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +4 -0
  171. data/app/views/katello/api/v2/flatpak_remote_repositories/index.json.rabl +7 -0
  172. data/app/views/katello/api/v2/flatpak_remote_repositories/show.json.rabl +13 -0
  173. data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
  174. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +8 -0
  175. data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +11 -0
  176. data/app/views/katello/api/v2/flatpak_remotes/show.json.rabl +3 -0
  177. data/app/views/katello/api/v2/hosts/base.json.rabl +0 -8
  178. data/app/views/katello/api/v2/hosts/os_attributes.json.rabl +13 -0
  179. data/app/views/katello/api/v2/http_proxies/show.json.rabl +1 -0
  180. data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
  181. data/app/views/katello/api/v2/repositories/show.json.rabl +1 -0
  182. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +0 -4
  183. data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
  184. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +10 -4
  185. data/app/views/overrides/http_proxies/_update_setting_input.html.erb +18 -0
  186. data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
  187. data/config/initializers/monkeys.rb +0 -1
  188. data/config/initializers/pagelets.rb +6 -0
  189. data/config/routes/api/registry.rb +1 -0
  190. data/config/routes/api/v2.rb +21 -0
  191. data/config/routes/overrides.rb +1 -0
  192. data/config/routes.rb +2 -0
  193. data/db/migrate/20190605014649_add_purpose_addons.rb +0 -12
  194. data/db/migrate/20200213184848_create_evr_type.rb +126 -1
  195. data/db/migrate/20200818192230_update_system_purpose_status.rb +0 -1
  196. data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +0 -1
  197. data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +160 -0
  198. data/db/migrate/20241022121706_add_sync_dependencies_option.rb +5 -0
  199. data/db/migrate/20241101144625_remove_system_purpose_addons.rb +9 -0
  200. data/db/migrate/20241107002541_add_registry_url_to_katello_flatpak_remotes.rb +5 -0
  201. data/db/migrate/20241112145802_add_manifest_entity_to_content_facets.rb +7 -0
  202. data/db/migrate/20241120213713_add_allow_other_types_to_content_view_erratum_filter_rules.rb +6 -0
  203. data/db/migrate/20241206183052_add_content_type_to_container_manifests_and_lists.rb +9 -0
  204. data/db/seeds.d/75-job_templates.rb +5 -1
  205. data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +2 -2
  206. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js +3 -3
  207. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap.js +3 -3
  208. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +0 -5
  209. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +1 -41
  210. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +0 -12
  211. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html +1 -1
  212. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-system-purpose-modal.controller.js +1 -41
  213. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js +1 -1
  214. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
  215. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html +2 -2
  216. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +0 -13
  217. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -1
  218. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +0 -5
  219. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +1 -35
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -14
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +1 -1
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -2
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +46 -22
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +2 -1
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +4 -0
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html +1 -1
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +1 -1
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html +2 -1
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +85 -29
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +338 -93
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +340 -95
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +340 -95
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +341 -96
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +31 -54
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +338 -93
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +338 -93
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +341 -96
  239. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +349 -104
  240. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +338 -93
  241. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +33 -56
  242. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +338 -93
  243. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +80 -68
  244. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +340 -95
  245. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +340 -95
  246. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +339 -111
  247. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +340 -95
  248. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +379 -130
  249. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +342 -103
  250. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +70 -83
  251. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +84 -90
  252. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +340 -95
  253. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +130 -138
  254. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +338 -93
  255. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +340 -95
  256. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +343 -97
  257. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +340 -95
  258. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +340 -95
  259. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +340 -95
  260. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +338 -93
  261. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +338 -93
  262. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +40 -63
  263. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +338 -93
  264. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +338 -93
  265. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +343 -102
  266. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +338 -93
  267. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +340 -95
  268. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +338 -93
  269. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +340 -95
  270. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +340 -95
  271. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +338 -93
  272. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +338 -93
  273. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +338 -93
  274. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +338 -93
  275. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +70 -83
  276. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +362 -105
  277. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +29 -29
  278. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +1 -1
  279. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js +1 -1
  280. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html +2 -2
  281. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +24 -8
  282. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-tasks.html +2 -1
  283. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -2
  284. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -8
  285. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/os-versions.service.js +1 -0
  286. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html +3 -3
  287. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html +2 -1
  288. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html +4 -2
  289. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +2 -1
  290. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +3 -3
  291. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +1 -1
  292. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +1 -1
  293. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
  294. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +2 -2
  295. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -1
  296. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html +2 -2
  297. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -1
  298. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +1 -1
  299. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html +1 -1
  300. data/lib/katello/engine.rb +6 -0
  301. data/lib/katello/permission_creator.rb +37 -0
  302. data/lib/katello/permissions/host_permissions.rb +2 -0
  303. data/lib/katello/permissions/registry_permissions.rb +1 -0
  304. data/lib/katello/plugin.rb +18 -1
  305. data/lib/katello/repository_types/docker.rb +0 -1
  306. data/lib/katello/repository_types/python.rb +1 -1
  307. data/lib/katello/version.rb +1 -1
  308. data/lib/katello.rb +2 -0
  309. data/locale/Makefile +20 -24
  310. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  311. data/locale/bn/katello.po +248 -263
  312. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  313. data/locale/bn_IN/katello.po +247 -262
  314. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  315. data/locale/ca/katello.po +247 -262
  316. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  317. data/locale/cs/katello.po +524 -799
  318. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  319. data/locale/cs_CZ/katello.po +254 -269
  320. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  321. data/locale/de/katello.po +248 -263
  322. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  323. data/locale/de_AT/katello.po +247 -262
  324. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  325. data/locale/de_DE/katello.po +250 -265
  326. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  327. data/locale/el/katello.po +252 -267
  328. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  329. data/locale/en/katello.po +257 -271
  330. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  331. data/locale/en_GB/katello.po +264 -279
  332. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  333. data/locale/en_US/katello.po +247 -262
  334. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  335. data/locale/es/katello.po +248 -263
  336. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  337. data/locale/et_EE/katello.po +247 -262
  338. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  339. data/locale/fr/katello.po +250 -265
  340. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  341. data/locale/gl/katello.po +247 -262
  342. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  343. data/locale/gu/katello.po +250 -265
  344. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  345. data/locale/he_IL/katello.po +249 -264
  346. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  347. data/locale/hi/katello.po +248 -263
  348. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  349. data/locale/id/katello.po +264 -275
  350. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  351. data/locale/it/katello.po +254 -270
  352. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  353. data/locale/ja/katello.po +250 -265
  354. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  355. data/locale/ka/katello.po +247 -262
  356. data/locale/katello.pot +1216 -1215
  357. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  358. data/locale/kn/katello.po +248 -263
  359. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  360. data/locale/ko/katello.po +248 -263
  361. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  362. data/locale/ml_IN/katello.po +247 -262
  363. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  364. data/locale/mr/katello.po +248 -263
  365. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  366. data/locale/nl_NL/katello.po +254 -268
  367. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  368. data/locale/or/katello.po +248 -263
  369. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  370. data/locale/pa/katello.po +248 -263
  371. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  372. data/locale/pl/katello.po +249 -264
  373. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  374. data/locale/pl_PL/katello.po +247 -262
  375. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  376. data/locale/pt/katello.po +248 -263
  377. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  378. data/locale/pt_BR/katello.po +248 -263
  379. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  380. data/locale/ro/katello.po +247 -262
  381. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  382. data/locale/ro_RO/katello.po +247 -262
  383. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  384. data/locale/ru/katello.po +255 -270
  385. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  386. data/locale/sl/katello.po +247 -262
  387. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  388. data/locale/sv_SE/katello.po +249 -264
  389. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  390. data/locale/ta/katello.po +248 -263
  391. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  392. data/locale/ta_IN/katello.po +247 -262
  393. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  394. data/locale/te/katello.po +248 -263
  395. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  396. data/locale/tr/katello.po +247 -262
  397. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  398. data/locale/vi/katello.po +247 -262
  399. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  400. data/locale/vi_VN/katello.po +247 -262
  401. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  402. data/locale/zh/katello.po +247 -262
  403. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  404. data/locale/zh_CN/katello.po +250 -265
  405. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  406. data/locale/zh_TW/katello.po +257 -272
  407. data/webpack/ForemanColumnExtensions/index.js +73 -3
  408. data/webpack/ForemanColumnExtensions/index.scss +9 -0
  409. data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +1 -0
  410. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +1 -1
  411. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +1 -20
  412. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +3 -61
  413. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +0 -5
  414. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -5
  415. data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +87 -0
  416. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +28 -2
  417. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +1 -1
  418. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +2 -2
  419. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -1
  420. data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +55 -0
  421. data/webpack/containers/Application/config.js +5 -0
  422. data/webpack/global_index.js +3 -1
  423. data/webpack/redux/actions/RedHatRepositories/helpers.js +9 -0
  424. data/webpack/scenes/BootedContainerImages/BootedContainerImagesConstants.js +5 -0
  425. data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +242 -0
  426. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImages.fixtures.js +42 -0
  427. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImagesPage.test.js +233 -0
  428. data/webpack/scenes/BootedContainerImages/index.js +4 -0
  429. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +1 -2
  430. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +39 -7
  431. data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +13 -2
  432. data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +1 -1
  433. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +1 -0
  434. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +4 -2
  435. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +1 -2
  436. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +20 -1
  437. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +20 -1
  438. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +128 -18
  439. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +0 -1
  440. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +1 -2
  441. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -4
  442. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +5 -1
  443. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +6 -1
  444. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -1
  445. data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +5 -1
  446. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +4 -2
  447. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +38 -0
  448. data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +0 -1
  449. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +0 -10
  450. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -3
  451. data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +0 -1
  452. metadata +61 -58
  453. data/app/models/katello/activation_key_purpose_addon.rb +0 -6
  454. data/app/models/katello/purpose_addon.rb +0 -11
  455. data/app/models/katello/subscription_facet_purpose_addon.rb +0 -6
  456. data/lib/monkeys/fx_sqlite_skip.rb +0 -13
  457. data/locale/action_names.rb +0 -181
  458. data/locale/bn/katello.po.time_stamp +0 -0
  459. data/locale/bn_IN/katello.po.time_stamp +0 -0
  460. data/locale/ca/katello.po.time_stamp +0 -0
  461. data/locale/cs/katello.po.time_stamp +0 -0
  462. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  463. data/locale/de/katello.po.time_stamp +0 -0
  464. data/locale/de_AT/katello.po.time_stamp +0 -0
  465. data/locale/de_DE/katello.po.time_stamp +0 -0
  466. data/locale/el/katello.po.time_stamp +0 -0
  467. data/locale/en/katello.po.time_stamp +0 -0
  468. data/locale/en_GB/katello.po.time_stamp +0 -0
  469. data/locale/en_US/katello.po.time_stamp +0 -0
  470. data/locale/es/katello.po.time_stamp +0 -0
  471. data/locale/et_EE/katello.po.time_stamp +0 -0
  472. data/locale/fr/katello.po.time_stamp +0 -0
  473. data/locale/gl/katello.po.time_stamp +0 -0
  474. data/locale/gu/katello.po.time_stamp +0 -0
  475. data/locale/he_IL/katello.po.time_stamp +0 -0
  476. data/locale/hi/katello.po.time_stamp +0 -0
  477. data/locale/id/katello.po.time_stamp +0 -0
  478. data/locale/it/katello.po.time_stamp +0 -0
  479. data/locale/ja/katello.po.time_stamp +0 -0
  480. data/locale/ka/katello.po.time_stamp +0 -0
  481. data/locale/kn/katello.po.time_stamp +0 -0
  482. data/locale/ko/katello.po.time_stamp +0 -0
  483. data/locale/ml_IN/katello.po.time_stamp +0 -0
  484. data/locale/mr/katello.po.time_stamp +0 -0
  485. data/locale/nl_NL/katello.po.time_stamp +0 -0
  486. data/locale/or/katello.po.time_stamp +0 -0
  487. data/locale/pa/katello.po.time_stamp +0 -0
  488. data/locale/pl/katello.po.time_stamp +0 -0
  489. data/locale/pl_PL/katello.po.time_stamp +0 -0
  490. data/locale/pt/katello.po.time_stamp +0 -0
  491. data/locale/pt_BR/katello.po.time_stamp +0 -0
  492. data/locale/ro/katello.po.time_stamp +0 -0
  493. data/locale/ro_RO/katello.po.time_stamp +0 -0
  494. data/locale/ru/katello.po.time_stamp +0 -0
  495. data/locale/sl/katello.po.time_stamp +0 -0
  496. data/locale/sv_SE/katello.po.time_stamp +0 -0
  497. data/locale/ta/katello.po.time_stamp +0 -0
  498. data/locale/ta_IN/katello.po.time_stamp +0 -0
  499. data/locale/te/katello.po.time_stamp +0 -0
  500. data/locale/tr/katello.po.time_stamp +0 -0
  501. data/locale/vi/katello.po.time_stamp +0 -0
  502. data/locale/vi_VN/katello.po.time_stamp +0 -0
  503. data/locale/zh/katello.po.time_stamp +0 -0
  504. data/locale/zh_CN/katello.po.time_stamp +0 -0
  505. data/locale/zh_TW/katello.po.time_stamp +0 -0
@@ -5,7 +5,7 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: katello 1.0.0\n"
8
+ "Project-Id-Version: katello 4.16.0.pre.master\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
11
11
  "Language-Team: English (United States) (https://app.transifex.com/foreman/team"
@@ -467,9 +467,6 @@ msgstr ""
467
467
  msgid "About page"
468
468
  msgstr ""
469
469
 
470
- msgid "Abstract async task"
471
- msgstr ""
472
-
473
470
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
474
471
  msgstr ""
475
472
 
@@ -605,9 +602,6 @@ msgstr ""
605
602
  msgid "Add one or more host collections to one or more hosts"
606
603
  msgstr ""
607
604
 
608
- msgid "Add ons"
609
- msgstr ""
610
-
611
605
  msgid "Add products to sync plan"
612
606
  msgstr ""
613
607
 
@@ -638,9 +632,6 @@ msgstr ""
638
632
  msgid "Add to a host collection"
639
633
  msgstr ""
640
634
 
641
- msgid "Add-ons"
642
- msgstr ""
643
-
644
635
  msgid "Added"
645
636
  msgstr ""
646
637
 
@@ -701,15 +692,15 @@ msgstr ""
701
692
  msgid "All versions will be removed from these environments"
702
693
  msgstr ""
703
694
 
704
- msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
705
- msgstr ""
706
-
707
695
  msgid "Allow deleting repositories in published content views"
708
696
  msgstr ""
709
697
 
710
698
  msgid "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
711
699
  msgstr ""
712
700
 
701
+ msgid "Allow hosts or activation keys to be associated with multiple content view environments"
702
+ msgstr ""
703
+
713
704
  msgid "Allow hosts to re-register themselves only when they are in build mode"
714
705
  msgstr ""
715
706
 
@@ -932,10 +923,10 @@ msgstr ""
932
923
  msgid "Assign the release version to one or more hosts"
933
924
  msgstr ""
934
925
 
935
- msgid "Assigning a host to multiple content view environments is not enabled."
926
+ msgid "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
936
927
  msgstr ""
937
928
 
938
- msgid "Assigning an activation key to multiple content view environments is not enabled."
929
+ msgid "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
939
930
  msgstr ""
940
931
 
941
932
  msgid "Associated location IDs"
@@ -956,13 +947,13 @@ msgstr ""
956
947
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
957
948
  msgstr ""
958
949
 
959
- msgid "At least one of the selected items requires the host to reboot"
950
+ msgid "At least one errata type option needs to be selected."
960
951
  msgstr ""
961
952
 
962
- msgid "At least one organization must exist."
953
+ msgid "At least one of the selected items requires the host to reboot"
963
954
  msgstr ""
964
955
 
965
- msgid "Atleast one errata type needs to be selected."
956
+ msgid "At least one organization must exist."
966
957
  msgstr ""
967
958
 
968
959
  msgid "Attach a subscription"
@@ -989,9 +980,6 @@ msgstr ""
989
980
  msgid "Auto Publish - Triggered by '%s'"
990
981
  msgstr ""
991
982
 
992
- msgid "Auto attach subscriptions"
993
- msgstr ""
994
-
995
983
  msgid "Auto publish"
996
984
  msgstr ""
997
985
 
@@ -1007,6 +995,12 @@ msgstr ""
1007
995
  msgid "Available Repositories"
1008
996
  msgstr ""
1009
997
 
998
+ msgid "Available image"
999
+ msgstr ""
1000
+
1001
+ msgid "Available image digest"
1002
+ msgstr ""
1003
+
1010
1004
  msgid "Available schema versions"
1011
1005
  msgstr ""
1012
1006
 
@@ -1022,6 +1016,9 @@ msgstr ""
1022
1016
  msgid "Base URL for finding alternate content"
1023
1017
  msgstr ""
1024
1018
 
1019
+ msgid "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/."
1020
+ msgstr ""
1021
+
1025
1022
  msgid "Base URL to perform repo discovery on"
1026
1023
  msgstr ""
1027
1024
 
@@ -1067,6 +1064,24 @@ msgstr ""
1067
1064
  msgid "Bookmarks marked as public are available to all users"
1068
1065
  msgstr ""
1069
1066
 
1067
+ msgid "Bootc rollback via Bootc interface"
1068
+ msgstr ""
1069
+
1070
+ msgid "Bootc status via Bootc interface"
1071
+ msgstr ""
1072
+
1073
+ msgid "Bootc switch via Bootc interface"
1074
+ msgstr ""
1075
+
1076
+ msgid "Bootc upgrade via Bootc interface"
1077
+ msgstr ""
1078
+
1079
+ msgid "Booted Container Images"
1080
+ msgstr ""
1081
+
1082
+ msgid "Booted container images"
1083
+ msgstr ""
1084
+
1070
1085
  msgid "Both"
1071
1086
  msgstr ""
1072
1087
 
@@ -1346,6 +1361,9 @@ msgstr ""
1346
1361
  msgid "Cannot upload Container Image content."
1347
1362
  msgstr ""
1348
1363
 
1364
+ msgid "Cannot upload container content via Hammer/API. Use podman push instead."
1365
+ msgstr ""
1366
+
1349
1367
  msgid "Capacity"
1350
1368
  msgstr ""
1351
1369
 
@@ -1421,13 +1439,13 @@ msgstr ""
1421
1439
  msgid "Collapse All"
1422
1440
  msgstr ""
1423
1441
 
1424
- msgid "Comma-separated list of Candlepin environment names associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1442
+ msgid "Comma-separated list of content view environment labels associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1425
1443
  msgstr ""
1426
1444
 
1427
- msgid "Comma-separated list of Candlepin environment names to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1445
+ msgid "Comma-separated list of content view environment labels to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1428
1446
  msgstr ""
1429
1447
 
1430
- msgid "Comma-separated list of Candlepin environment names to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1448
+ msgid "Comma-separated list of content view environment labels to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1431
1449
  msgstr ""
1432
1450
 
1433
1451
  msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
@@ -1439,9 +1457,6 @@ msgstr ""
1439
1457
  msgid "Comma-separated list of tags to sync for a container image repository"
1440
1458
  msgstr ""
1441
1459
 
1442
- msgid "Commit upload"
1443
- msgstr ""
1444
-
1445
1460
  msgid "Compare"
1446
1461
  msgstr ""
1447
1462
 
@@ -1652,6 +1667,9 @@ msgstr ""
1652
1667
  msgid "Content imported by %{user} into content view '%{name}'"
1653
1668
  msgstr ""
1654
1669
 
1670
+ msgid "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer."
1671
+ msgstr ""
1672
+
1655
1673
  msgid "Content not uploaded to pulp"
1656
1674
  msgstr ""
1657
1675
 
@@ -1712,6 +1730,9 @@ msgstr ""
1712
1730
  msgid "Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish."
1713
1731
  msgstr ""
1714
1732
 
1733
+ msgid "Content view environment"
1734
+ msgstr ""
1735
+
1715
1736
  msgid "Content view environments"
1716
1737
  msgstr ""
1717
1738
 
@@ -1760,6 +1781,9 @@ msgstr ""
1760
1781
  msgid "Content view version is empty"
1761
1782
  msgstr ""
1762
1783
 
1784
+ msgid "Content view version is empty or content counts are not up to date"
1785
+ msgstr ""
1786
+
1763
1787
  msgid "Content views"
1764
1788
  msgstr ""
1765
1789
 
@@ -1787,27 +1811,15 @@ msgstr ""
1787
1811
  msgid "Copy"
1788
1812
  msgstr ""
1789
1813
 
1790
- msgid "Copy all units"
1791
- msgstr ""
1792
-
1793
1814
  msgid "Copy an activation key"
1794
1815
  msgstr ""
1795
1816
 
1796
- msgid "Copy content"
1797
- msgstr ""
1798
-
1799
1817
  msgid "Copy content view"
1800
1818
  msgstr ""
1801
1819
 
1802
1820
  msgid "Copy to clipboard"
1803
1821
  msgstr ""
1804
1822
 
1805
- msgid "Copy version"
1806
- msgstr ""
1807
-
1808
- msgid "Copy version units to library"
1809
- msgstr ""
1810
-
1811
1823
  msgid "Cores per socket"
1812
1824
  msgstr ""
1813
1825
 
@@ -1982,6 +1994,9 @@ msgstr ""
1982
1994
  msgid "Create a filter rule. The parameters included should be based upon the filter type."
1983
1995
  msgstr ""
1984
1996
 
1997
+ msgid "Create a flatpak remote"
1998
+ msgstr ""
1999
+
1985
2000
  msgid "Create a host collection"
1986
2001
  msgstr ""
1987
2002
 
@@ -2012,21 +2027,12 @@ msgstr ""
2012
2027
  msgid "Create content view"
2013
2028
  msgstr ""
2014
2029
 
2015
- msgid "Create exporter"
2016
- msgstr ""
2017
-
2018
2030
  msgid "Create filter"
2019
2031
  msgstr ""
2020
2032
 
2021
2033
  msgid "Create host collection"
2022
2034
  msgstr ""
2023
2035
 
2024
- msgid "Create import"
2025
- msgstr ""
2026
-
2027
- msgid "Create importer"
2028
- msgstr ""
2029
-
2030
2036
  msgid "Create new activation key"
2031
2037
  msgstr ""
2032
2038
 
@@ -2036,12 +2042,6 @@ msgstr ""
2036
2042
  msgid "Create package filter rule"
2037
2043
  msgstr ""
2038
2044
 
2039
- msgid "Create publication"
2040
- msgstr ""
2041
-
2042
- msgid "Create remote"
2043
- msgstr ""
2044
-
2045
2045
  msgid "Create rule"
2046
2046
  msgstr ""
2047
2047
 
@@ -2267,6 +2267,9 @@ msgstr ""
2267
2267
  msgid "Delete a filter rule"
2268
2268
  msgstr ""
2269
2269
 
2270
+ msgid "Delete a flatpak remote"
2271
+ msgstr ""
2272
+
2270
2273
  msgid "Delete activation key?"
2271
2274
  msgstr ""
2272
2275
 
@@ -2288,36 +2291,12 @@ msgstr ""
2288
2291
  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."
2289
2292
  msgstr ""
2290
2293
 
2291
- msgid "Delete distributions"
2292
- msgstr ""
2293
-
2294
2294
  msgid "Delete manifest from Red Hat provider"
2295
2295
  msgstr ""
2296
2296
 
2297
2297
  msgid "Delete multiple filters from a content view"
2298
2298
  msgstr ""
2299
2299
 
2300
- msgid "Delete orphan alternate content sources"
2301
- msgstr ""
2302
-
2303
- msgid "Delete orphan distributions"
2304
- msgstr ""
2305
-
2306
- msgid "Delete orphan remotes"
2307
- msgstr ""
2308
-
2309
- msgid "Delete orphan repository versions"
2310
- msgstr ""
2311
-
2312
- msgid "Delete orphaned migrated repositories"
2313
- msgstr ""
2314
-
2315
- msgid "Delete remote"
2316
- msgstr ""
2317
-
2318
- msgid "Delete repository references"
2319
- msgstr ""
2320
-
2321
2300
  msgid "Delete version"
2322
2301
  msgstr ""
2323
2302
 
@@ -2363,6 +2342,9 @@ msgstr ""
2363
2342
  msgid "Description for the new published content view version"
2364
2343
  msgstr ""
2365
2344
 
2345
+ msgid "Description of the flatpak remote"
2346
+ msgstr ""
2347
+
2366
2348
  msgid "Description of the repository"
2367
2349
  msgstr ""
2368
2350
 
@@ -2414,12 +2396,6 @@ msgstr ""
2414
2396
  msgid "Destroy an environment in an organization"
2415
2397
  msgstr ""
2416
2398
 
2417
- msgid "Destroy exporter"
2418
- msgstr ""
2419
-
2420
- msgid "Destroy importer"
2421
- msgstr ""
2422
-
2423
2399
  msgid "Destroy one or more alternate content sources"
2424
2400
  msgstr ""
2425
2401
 
@@ -2468,9 +2444,6 @@ msgstr ""
2468
2444
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2469
2445
  msgstr ""
2470
2446
 
2471
- msgid "Discover"
2472
- msgstr ""
2473
-
2474
2447
  msgid "Discover Repositories"
2475
2448
  msgstr ""
2476
2449
 
@@ -2666,9 +2639,6 @@ msgstr ""
2666
2639
  msgid "Environment cannot be in its own promotion path"
2667
2640
  msgstr ""
2668
2641
 
2669
- msgid "Environment contents refresh"
2670
- msgstr ""
2671
-
2672
2642
  msgid "Environment identifier"
2673
2643
  msgstr ""
2674
2644
 
@@ -2708,9 +2678,6 @@ msgstr ""
2708
2678
  msgid "Errata id of the erratum (RHSA-2012:108)"
2709
2679
  msgstr ""
2710
2680
 
2711
- msgid "Errata mail"
2712
- msgstr ""
2713
-
2714
2681
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2715
2682
  msgstr ""
2716
2683
 
@@ -2870,9 +2837,6 @@ msgstr ""
2870
2837
  msgid "Fetch installable errata for one or more hosts."
2871
2838
  msgstr ""
2872
2839
 
2873
- msgid "Fetch pxe files"
2874
- msgstr ""
2875
-
2876
2840
  msgid "Fetch traces for one or more hosts"
2877
2841
  msgstr ""
2878
2842
 
@@ -2966,9 +2930,6 @@ msgstr ""
2966
2930
  msgid "Filter versions that are components in the specified composite version"
2967
2931
  msgstr ""
2968
2932
 
2969
- msgid "Filtered index content"
2970
- msgstr ""
2971
-
2972
2933
  msgid "Filters"
2973
2934
  msgstr ""
2974
2935
 
@@ -2990,6 +2951,15 @@ msgstr ""
2990
2951
  msgid "Finished"
2991
2952
  msgstr ""
2992
2953
 
2954
+ msgid "Flatpak Remotes"
2955
+ msgstr ""
2956
+
2957
+ msgid "Flatpak remote numeric identifier"
2958
+ msgstr ""
2959
+
2960
+ msgid "Flatpak remote repository numeric identifier"
2961
+ msgstr ""
2962
+
2993
2963
  msgid "Force"
2994
2964
  msgstr ""
2995
2965
 
@@ -3052,9 +3022,6 @@ msgstr ""
3052
3022
  msgid "Generate host applicability"
3053
3023
  msgstr ""
3054
3024
 
3055
- msgid "Generate metadata"
3056
- msgstr ""
3057
-
3058
3025
  msgid "Generate repository applicability"
3059
3026
  msgstr ""
3060
3027
 
@@ -3292,12 +3259,6 @@ msgstr ""
3292
3259
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3293
3260
  msgstr ""
3294
3261
 
3295
- msgid "Hypervisors"
3296
- msgstr ""
3297
-
3298
- msgid "Hypervisors update"
3299
- msgstr ""
3300
-
3301
3262
  msgid "ID of a HTTP Proxy"
3302
3263
  msgstr ""
3303
3264
 
@@ -3319,6 +3280,9 @@ msgstr ""
3319
3280
  msgid "ID of an organization to show repositories in"
3320
3281
  msgstr ""
3321
3282
 
3283
+ msgid "ID of flatpak remote to show repositories of"
3284
+ msgstr ""
3285
+
3322
3286
  msgid "ID of the Organization"
3323
3287
  msgstr ""
3324
3288
 
@@ -3379,12 +3343,18 @@ msgstr ""
3379
3343
  msgid "Id of the content host"
3380
3344
  msgstr ""
3381
3345
 
3346
+ msgid "Id of the content view to limit the content counting on"
3347
+ msgstr ""
3348
+
3382
3349
  msgid "Id of the content view to limit the synchronization on"
3383
3350
  msgstr ""
3384
3351
 
3385
3352
  msgid "Id of the content view to limit verifying checksum on"
3386
3353
  msgstr ""
3387
3354
 
3355
+ msgid "Id of the environment to limit the content counting on"
3356
+ msgstr ""
3357
+
3388
3358
  msgid "Id of the environment to limit the synchronization on"
3389
3359
  msgstr ""
3390
3360
 
@@ -3406,6 +3376,9 @@ msgstr ""
3406
3376
  msgid "Id of the organization to limit environments on"
3407
3377
  msgstr ""
3408
3378
 
3379
+ msgid "Id of the repository to limit the content counting on"
3380
+ msgstr ""
3381
+
3409
3382
  msgid "Id of the repository to limit the synchronization on"
3410
3383
  msgstr ""
3411
3384
 
@@ -3543,6 +3516,27 @@ msgstr ""
3543
3516
  msgid "Image"
3544
3517
  msgstr ""
3545
3518
 
3519
+ msgid "Image digest"
3520
+ msgstr ""
3521
+
3522
+ msgid "Image digests"
3523
+ msgstr ""
3524
+
3525
+ msgid "Image mode"
3526
+ msgstr ""
3527
+
3528
+ msgid "Image mode / package mode"
3529
+ msgstr ""
3530
+
3531
+ msgid "Image mode details"
3532
+ msgstr ""
3533
+
3534
+ msgid "Image name"
3535
+ msgstr ""
3536
+
3537
+ msgid "Image-mode host"
3538
+ msgstr ""
3539
+
3546
3540
  msgid "Immediate"
3547
3541
  msgstr ""
3548
3542
 
@@ -3585,9 +3579,6 @@ msgstr ""
3585
3579
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3586
3580
  msgstr ""
3587
3581
 
3588
- msgid "Import migration"
3589
- msgstr ""
3590
-
3591
3582
  msgid "Import new manifest"
3592
3583
  msgstr ""
3593
3584
 
@@ -3597,12 +3588,6 @@ msgstr ""
3597
3588
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3598
3589
  msgstr ""
3599
3590
 
3600
- msgid "Import repository upload"
3601
- msgstr ""
3602
-
3603
- msgid "Import upload"
3604
- msgstr ""
3605
-
3606
3591
  msgid "Import uploads into a repository"
3607
3592
  msgstr ""
3608
3593
 
@@ -3645,6 +3630,9 @@ msgstr ""
3645
3630
  msgid "Include filter"
3646
3631
  msgstr ""
3647
3632
 
3633
+ msgid "Include manifests"
3634
+ msgstr ""
3635
+
3648
3636
  msgid "Included"
3649
3637
  msgstr ""
3650
3638
 
@@ -3666,9 +3654,6 @@ msgstr ""
3666
3654
  msgid "Incremental Update incomplete."
3667
3655
  msgstr ""
3668
3656
 
3669
- msgid "Incremental Update of Content View Version(s) "
3670
- msgstr ""
3671
-
3672
3657
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3673
3658
  msgstr ""
3674
3659
 
@@ -3681,27 +3666,12 @@ msgstr ""
3681
3666
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3682
3667
  msgstr ""
3683
3668
 
3684
- msgid "Index content"
3685
- msgstr ""
3686
-
3687
- msgid "Index errata"
3688
- msgstr ""
3689
-
3690
- msgid "Index module streams"
3691
- msgstr ""
3692
-
3693
- msgid "Index package groups"
3694
- msgstr ""
3695
-
3696
3669
  msgid "Informable Type must be one of the following [ %{list} ]"
3697
3670
  msgstr ""
3698
3671
 
3699
3672
  msgid "Inherit from Repository"
3700
3673
  msgstr ""
3701
3674
 
3702
- msgid "Initialize"
3703
- msgstr ""
3704
-
3705
3675
  msgid "Initiate a sync of the products attached to the sync plan"
3706
3676
  msgstr ""
3707
3677
 
@@ -3777,9 +3747,6 @@ msgstr ""
3777
3747
  msgid "Installing Package..."
3778
3748
  msgstr ""
3779
3749
 
3780
- msgid "Instance update"
3781
- msgstr ""
3782
-
3783
3750
  msgid "Instance-based"
3784
3751
  msgstr ""
3785
3752
 
@@ -3810,7 +3777,7 @@ msgstr ""
3810
3777
  msgid "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'"
3811
3778
  msgstr ""
3812
3779
 
3813
- msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or 'types'"
3780
+ msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date', 'types', or 'allow_other_types'"
3814
3781
  msgstr ""
3815
3782
 
3816
3783
  msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
@@ -3894,9 +3861,27 @@ msgstr ""
3894
3861
  msgid "Job '${description}' has started."
3895
3862
  msgstr ""
3896
3863
 
3864
+ msgid "Katello Bootc interface"
3865
+ msgstr ""
3866
+
3897
3867
  msgid "Katello ID of local pool to update"
3898
3868
  msgstr ""
3899
3869
 
3870
+ msgid "Katello: Bootc Action"
3871
+ msgstr ""
3872
+
3873
+ msgid "Katello: Bootc Rollback"
3874
+ msgstr ""
3875
+
3876
+ msgid "Katello: Bootc Status"
3877
+ msgstr ""
3878
+
3879
+ msgid "Katello: Bootc Switch"
3880
+ msgstr ""
3881
+
3882
+ msgid "Katello: Bootc Upgrade"
3883
+ msgstr ""
3884
+
3900
3885
  msgid "Katello: Configure host for new content source"
3901
3886
  msgstr ""
3902
3887
 
@@ -3945,6 +3930,9 @@ msgstr ""
3945
3930
  msgid "Katello: Upload Profile"
3946
3931
  msgstr ""
3947
3932
 
3933
+ msgid "Keep latest packages"
3934
+ msgstr ""
3935
+
3948
3936
  msgid "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)"
3949
3937
  msgstr ""
3950
3938
 
@@ -3969,6 +3957,9 @@ msgstr ""
3969
3957
  msgid "Label of the content view"
3970
3958
  msgstr ""
3971
3959
 
3960
+ msgid "Label of the flatpak remote"
3961
+ msgstr ""
3962
+
3972
3963
  msgid "Last check-in:"
3973
3964
  msgstr ""
3974
3965
 
@@ -4134,6 +4125,9 @@ msgstr ""
4134
4125
  msgid "List available subscriptions from Red Hat Subscription Management"
4135
4126
  msgstr ""
4136
4127
 
4128
+ msgid "List booted bootc container images for hosts"
4129
+ msgstr ""
4130
+
4137
4131
  msgid "List components attached to this content view"
4138
4132
  msgstr ""
4139
4133
 
@@ -4173,6 +4167,15 @@ msgstr ""
4173
4167
  msgid "List filter rules"
4174
4168
  msgstr ""
4175
4169
 
4170
+ msgid "List flatpak remote repositories"
4171
+ msgstr ""
4172
+
4173
+ msgid "List flatpak remote's repositories"
4174
+ msgstr ""
4175
+
4176
+ msgid "List flatpak remotes"
4177
+ msgstr ""
4178
+
4176
4179
  msgid "List host collections"
4177
4180
  msgstr ""
4178
4181
 
@@ -4338,6 +4341,9 @@ msgstr ""
4338
4341
  msgid "List the lifecycle environments not attached to the smart proxy"
4339
4342
  msgstr ""
4340
4343
 
4344
+ msgid "Load balancer"
4345
+ msgstr ""
4346
+
4341
4347
  msgid "Loading"
4342
4348
  msgstr ""
4343
4349
 
@@ -4467,9 +4473,6 @@ msgstr ""
4467
4473
  msgid "Messaging connection"
4468
4474
  msgstr ""
4469
4475
 
4470
- msgid "Metadata generate"
4471
- msgstr ""
4472
-
4473
4476
  msgid ""
4474
4477
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4475
4478
  "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."
@@ -4481,6 +4484,12 @@ msgstr ""
4481
4484
  msgid "Minimum version"
4482
4485
  msgstr ""
4483
4486
 
4487
+ msgid "Mirror Remote Repository"
4488
+ msgstr ""
4489
+
4490
+ msgid "Mirror a flatpak remote repository"
4491
+ msgstr ""
4492
+
4484
4493
  msgid "Missing activation key!"
4485
4494
  msgstr ""
4486
4495
 
@@ -4493,6 +4502,9 @@ msgstr ""
4493
4502
  msgid "Moderate"
4494
4503
  msgstr ""
4495
4504
 
4505
+ msgid "Modify via remote execution"
4506
+ msgstr ""
4507
+
4496
4508
  msgid "Modular"
4497
4509
  msgstr ""
4498
4510
 
@@ -4514,13 +4526,7 @@ msgstr ""
4514
4526
  msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
4515
4527
  msgstr ""
4516
4528
 
4517
- msgid "Multi copy all units"
4518
- msgstr ""
4519
-
4520
- msgid "Multi copy content"
4521
- msgstr ""
4522
-
4523
- msgid "Multi copy units"
4529
+ msgid "Multi Content View Environment"
4524
4530
  msgstr ""
4525
4531
 
4526
4532
  msgid "Multi-entitlement"
@@ -4580,6 +4586,12 @@ msgstr ""
4580
4586
  msgid "Name of the content view"
4581
4587
  msgstr ""
4582
4588
 
4589
+ msgid "Name of the flatpak remote"
4590
+ msgstr ""
4591
+
4592
+ msgid "Name of the flatpak remote repository"
4593
+ msgstr ""
4594
+
4583
4595
  msgid "Name of the host"
4584
4596
  msgstr ""
4585
4597
 
@@ -4703,6 +4715,9 @@ msgstr ""
4703
4715
  msgid "No content in selected versions."
4704
4716
  msgstr ""
4705
4717
 
4718
+ msgid "No content view environments"
4719
+ msgstr ""
4720
+
4706
4721
  msgid "No content view environments found with ids: %{ids}"
4707
4722
  msgstr ""
4708
4723
 
@@ -4739,9 +4754,6 @@ msgstr ""
4739
4754
  msgid "No enabled repositories match your search criteria."
4740
4755
  msgstr ""
4741
4756
 
4742
- msgid "No environment"
4743
- msgstr ""
4744
-
4745
4757
  msgid "No environments"
4746
4758
  msgstr ""
4747
4759
 
@@ -5324,7 +5336,10 @@ msgstr ""
5324
5336
  msgid "Package installation: \"%{package}\" "
5325
5337
  msgstr ""
5326
5338
 
5327
- msgid "Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg, bdist_dumb, bdist_egg, bdist_msi, bdist_rpm, bdist_wheel, bdist_wininst, sdist."
5339
+ msgid "Package mode"
5340
+ msgstr ""
5341
+
5342
+ msgid "Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg,bdist_dumb,bdist_egg,bdist_msi,bdist_rpm,bdist_wheel,bdist_wininst,sdist."
5328
5343
  msgstr ""
5329
5344
 
5330
5345
  msgid "Packages"
@@ -5453,6 +5468,9 @@ msgstr ""
5453
5468
  msgid "Policy to set for mirroring content. Must be one of %s."
5454
5469
  msgstr ""
5455
5470
 
5471
+ msgid "Possible values: %s"
5472
+ msgstr ""
5473
+
5456
5474
  msgid "Prefer registered through Smart Proxy for remote execution"
5457
5475
  msgstr ""
5458
5476
 
@@ -5501,6 +5519,9 @@ msgstr ""
5501
5519
  msgid "Product ID"
5502
5520
  msgstr ""
5503
5521
 
5522
+ msgid "Product ID to mirror the remote repository to"
5523
+ msgstr ""
5524
+
5504
5525
  msgid "Product and Repositories"
5505
5526
  msgstr ""
5506
5527
 
@@ -5683,9 +5704,6 @@ msgstr ""
5683
5704
  msgid "Pulp task error"
5684
5705
  msgstr ""
5685
5706
 
5686
- msgid "Purge completed tasks"
5687
- msgstr ""
5688
-
5689
5707
  msgid "Python Package"
5690
5708
  msgstr ""
5691
5709
 
@@ -5794,9 +5812,6 @@ msgstr ""
5794
5812
  msgid "Reclaim Space"
5795
5813
  msgstr ""
5796
5814
 
5797
- msgid "Reclaim space"
5798
- msgstr ""
5799
-
5800
5815
  msgid "Reclaim space from On Demand repositories"
5801
5816
  msgstr ""
5802
5817
 
@@ -5860,9 +5875,6 @@ msgstr ""
5860
5875
  msgid "Refresh all alternate content sources"
5861
5876
  msgstr ""
5862
5877
 
5863
- msgid "Refresh all distributions"
5864
- msgstr ""
5865
-
5866
5878
  msgid "Refresh alternate content sources"
5867
5879
  msgstr ""
5868
5880
 
@@ -5875,27 +5887,15 @@ msgstr ""
5875
5887
  msgid "Refresh counts"
5876
5888
  msgstr ""
5877
5889
 
5878
- msgid "Refresh distribution"
5879
- msgstr ""
5880
-
5881
5890
  msgid "Refresh errata applicability"
5882
5891
  msgstr ""
5883
5892
 
5884
- msgid "Refresh if needed"
5885
- msgstr ""
5886
-
5887
5893
  msgid "Refresh package applicability"
5888
5894
  msgstr ""
5889
5895
 
5890
5896
  msgid "Refresh previously imported manifest for Red Hat provider"
5891
5897
  msgstr ""
5892
5898
 
5893
- msgid "Refresh remote"
5894
- msgstr ""
5895
-
5896
- msgid "Refresh repos"
5897
- msgstr ""
5898
-
5899
5899
  msgid "Refresh source"
5900
5900
  msgstr ""
5901
5901
 
@@ -5920,6 +5920,9 @@ msgstr ""
5920
5920
  msgid "Registered on"
5921
5921
  msgstr ""
5922
5922
 
5923
+ msgid "Registered to"
5924
+ msgstr ""
5925
+
5923
5926
  msgid "Registering to multiple environments is not enabled."
5924
5927
  msgstr ""
5925
5928
 
@@ -5935,9 +5938,6 @@ msgstr ""
5935
5938
  msgid "Registry name pattern will result in invalid container image name of member repositories"
5936
5939
  msgstr ""
5937
5940
 
5938
- msgid "Reindex subscriptions"
5939
- msgstr ""
5940
-
5941
5941
  msgid "Related composite content views"
5942
5942
  msgstr ""
5943
5943
 
@@ -6034,9 +6034,6 @@ msgstr ""
6034
6034
  msgid "Remove one or more subscriptions from an upstream manifest"
6035
6035
  msgstr ""
6036
6036
 
6037
- msgid "Remove orphans"
6038
- msgstr ""
6039
-
6040
6037
  msgid "Remove package group via Katello interface"
6041
6038
  msgstr ""
6042
6039
 
@@ -6064,12 +6061,6 @@ msgstr ""
6064
6061
  msgid "Remove subscriptions from one or more hosts"
6065
6062
  msgstr ""
6066
6063
 
6067
- msgid "Remove units"
6068
- msgstr ""
6069
-
6070
- msgid "Remove unneeded repos"
6071
- msgstr ""
6072
-
6073
6064
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6074
6065
  msgstr ""
6075
6066
 
@@ -6094,9 +6085,6 @@ msgstr ""
6094
6085
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6095
6086
  msgstr ""
6096
6087
 
6097
- msgid "Repair"
6098
- msgstr ""
6099
-
6100
6088
  msgid "Replace content source on the target machine"
6101
6089
  msgstr ""
6102
6090
 
@@ -6115,18 +6103,12 @@ msgstr ""
6115
6103
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6116
6104
  msgstr ""
6117
6105
 
6118
- msgid "Repositories certs reset"
6119
- msgstr ""
6120
-
6121
6106
  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."
6122
6107
  msgstr ""
6123
6108
 
6124
6109
  msgid "Repositories from published Content Views are not allowed."
6125
6110
  msgstr ""
6126
6111
 
6127
- msgid "Repositories gpg reset"
6128
- msgstr ""
6129
-
6130
6112
  msgid "Repository"
6131
6113
  msgstr ""
6132
6114
 
@@ -6418,6 +6400,12 @@ msgstr ""
6418
6400
  msgid "Roles"
6419
6401
  msgstr ""
6420
6402
 
6403
+ msgid "Rollback image"
6404
+ msgstr ""
6405
+
6406
+ msgid "Rollback image digest"
6407
+ msgstr ""
6408
+
6421
6409
  msgid "Rules to be added"
6422
6410
  msgstr ""
6423
6411
 
@@ -6430,6 +6418,12 @@ msgstr ""
6430
6418
  msgid "Running"
6431
6419
  msgstr ""
6432
6420
 
6421
+ msgid "Running image"
6422
+ msgstr ""
6423
+
6424
+ msgid "Running image digest"
6425
+ msgstr ""
6426
+
6433
6427
  msgid "SKU"
6434
6428
  msgstr ""
6435
6429
 
@@ -6457,25 +6451,10 @@ msgstr ""
6457
6451
  msgid "Save"
6458
6452
  msgstr ""
6459
6453
 
6460
- msgid "Save artifact"
6461
- msgstr ""
6462
-
6463
- msgid "Save distribution references"
6464
- msgstr ""
6465
-
6466
- msgid "Save publication"
6467
- msgstr ""
6468
-
6469
- msgid "Save version"
6470
- msgstr ""
6471
-
6472
- msgid "Save versions"
6473
- msgstr ""
6474
-
6475
6454
  msgid "Saving alternate content source..."
6476
6455
  msgstr ""
6477
6456
 
6478
- msgid "Scan cdn"
6457
+ msgid "Scan a flatpak remote"
6479
6458
  msgstr ""
6480
6459
 
6481
6460
  msgid "Schema version 1"
@@ -6583,9 +6562,6 @@ msgstr ""
6583
6562
  msgid "Select action"
6584
6563
  msgstr ""
6585
6564
 
6586
- msgid "Select add-ons"
6587
- msgstr ""
6588
-
6589
6565
  msgid "Select all"
6590
6566
  msgstr ""
6591
6567
 
@@ -6724,13 +6700,13 @@ msgstr ""
6724
6700
  msgid "Set content overrides to one or more hosts"
6725
6701
  msgstr ""
6726
6702
 
6727
- msgid "Set true to override to enabled; Set false to override to disabled.'"
6703
+ msgid "Set this HTTP proxy as the default content HTTP proxy"
6728
6704
  msgstr ""
6729
6705
 
6730
- msgid "Set true to remove an override and reset it to 'default'"
6706
+ msgid "Set true to override to enabled; Set false to override to disabled.'"
6731
6707
  msgstr ""
6732
6708
 
6733
- msgid "Sets the system add-ons"
6709
+ msgid "Set true to remove an override and reset it to 'default'"
6734
6710
  msgstr ""
6735
6711
 
6736
6712
  msgid "Sets the system purpose usage"
@@ -6766,6 +6742,12 @@ msgstr ""
6766
6742
  msgid "Show a content view's history"
6767
6743
  msgstr ""
6768
6744
 
6745
+ msgid "Show a flatpak remote"
6746
+ msgstr ""
6747
+
6748
+ msgid "Show a flatpak remote repository"
6749
+ msgstr ""
6750
+
6769
6751
  msgid "Show a host collection"
6770
6752
  msgstr ""
6771
6753
 
@@ -7093,6 +7075,12 @@ msgstr ""
7093
7075
  msgid "Stacking ID"
7094
7076
  msgstr ""
7095
7077
 
7078
+ msgid "Staged image"
7079
+ msgstr ""
7080
+
7081
+ msgid "Staged image digest"
7082
+ msgstr ""
7083
+
7096
7084
  msgid "Start Date"
7097
7085
  msgstr ""
7098
7086
 
@@ -7258,9 +7246,6 @@ msgstr ""
7258
7246
  msgid "Supported Content Types"
7259
7247
  msgstr ""
7260
7248
 
7261
- msgid "Sync"
7262
- msgstr ""
7263
-
7264
7249
  msgid "Sync Canceled"
7265
7250
  msgstr ""
7266
7251
 
@@ -7315,9 +7300,6 @@ msgstr ""
7315
7300
  msgid "Sync all repositories for a product"
7316
7301
  msgstr ""
7317
7302
 
7318
- msgid "Sync capsule"
7319
- msgstr ""
7320
-
7321
7303
  msgid "Sync complete."
7322
7304
  msgstr ""
7323
7305
 
@@ -7336,9 +7318,6 @@ msgstr ""
7336
7318
  msgid "Sync state"
7337
7319
  msgstr ""
7338
7320
 
7339
- msgid "Syncable export"
7340
- msgstr ""
7341
-
7342
7321
  msgid "Synced"
7343
7322
  msgstr ""
7344
7323
 
@@ -7453,6 +7432,9 @@ msgstr ""
7453
7432
  msgid "The actual file contents"
7454
7433
  msgstr ""
7455
7434
 
7435
+ msgid "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions."
7436
+ msgstr ""
7437
+
7456
7438
  msgid "The content type for the Alternate Content Source"
7457
7439
  msgstr ""
7458
7440
 
@@ -7700,6 +7682,9 @@ msgstr ""
7700
7682
  msgid "This content view version doesn't have a history."
7701
7683
  msgstr ""
7702
7684
 
7685
+ msgid "This content view version is used in one or more multi-environment hosts. The version will simply be removed from the multi-environment hosts. The content view and lifecycle environment you select here will only apply to single-environment hosts. See hammer activation-key --help for more details."
7686
+ msgstr ""
7687
+
7703
7688
  msgid "This content view will be automatically updated to the latest version."
7704
7689
  msgstr ""
7705
7690
 
@@ -7712,6 +7697,9 @@ msgstr ""
7712
7697
  msgid "This endpoint is primarily designed for UI interactions and uploading content into the repository. For API-based uploads, please use the 'content_uploads' endpoint instead."
7713
7698
  msgstr ""
7714
7699
 
7700
+ msgid "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details."
7701
+ msgstr ""
7702
+
7715
7703
  msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7716
7704
  msgstr ""
7717
7705
 
@@ -7838,7 +7826,7 @@ msgstr ""
7838
7826
  msgid "To manage packages, select an action."
7839
7827
  msgstr ""
7840
7828
 
7841
- msgid "Toggle"
7829
+ msgid "Token/password for the flatpak remote"
7842
7830
  msgstr ""
7843
7831
 
7844
7832
  msgid "Total steps: "
@@ -8102,6 +8090,9 @@ msgstr ""
8102
8090
  msgid "Update a filter rule. The parameters included should be based upon the filter type."
8103
8091
  msgstr ""
8104
8092
 
8093
+ msgid "Update a flatpak remote"
8094
+ msgstr ""
8095
+
8105
8096
  msgid "Update a host collection"
8106
8097
  msgstr ""
8107
8098
 
@@ -8126,27 +8117,15 @@ msgstr ""
8126
8117
  msgid "Update content counts for the smart proxy"
8127
8118
  msgstr ""
8128
8119
 
8129
- msgid "Update content urls"
8130
- msgstr ""
8131
-
8132
8120
  msgid "Update content view environments for host"
8133
8121
  msgstr ""
8134
8122
 
8135
8123
  msgid "Update content view environments for host %s"
8136
8124
  msgstr ""
8137
8125
 
8138
- msgid "Update distributions"
8139
- msgstr ""
8140
-
8141
8126
  msgid "Update hosts manually"
8142
8127
  msgstr ""
8143
8128
 
8144
- msgid "Update http proxy"
8145
- msgstr ""
8146
-
8147
- msgid "Update http proxy details"
8148
- msgstr ""
8149
-
8150
8129
  msgid "Update installed packages, enabled repos, module inventory"
8151
8130
  msgstr ""
8152
8131
 
@@ -8162,21 +8141,12 @@ msgstr ""
8162
8141
  msgid "Update packages via Katello interface"
8163
8142
  msgstr ""
8164
8143
 
8165
- msgid "Update redhat repository"
8166
- msgstr ""
8167
-
8168
8144
  msgid "Update release version for host"
8169
8145
  msgstr ""
8170
8146
 
8171
8147
  msgid "Update release version for host %s"
8172
8148
  msgstr ""
8173
8149
 
8174
- msgid "Update remote"
8175
- msgstr ""
8176
-
8177
- msgid "Update repository"
8178
- msgstr ""
8179
-
8180
8150
  msgid "Update services requiring restart"
8181
8151
  msgstr ""
8182
8152
 
@@ -8267,12 +8237,6 @@ msgstr ""
8267
8237
  msgid "Upload a subscription manifest"
8268
8238
  msgstr ""
8269
8239
 
8270
- msgid "Upload content"
8271
- msgstr ""
8272
-
8273
- msgid "Upload file"
8274
- msgstr ""
8275
-
8276
8240
  msgid "Upload into"
8277
8241
  msgstr ""
8278
8242
 
@@ -8282,9 +8246,6 @@ msgstr ""
8282
8246
  msgid "Upload request id"
8283
8247
  msgstr ""
8284
8248
 
8285
- msgid "Upload tag"
8286
- msgstr ""
8287
-
8288
8249
  msgid "Upstream Candlepin"
8289
8250
  msgstr ""
8290
8251
 
@@ -8372,6 +8333,9 @@ msgstr ""
8372
8333
  msgid "Username for authentication. Relevant only for 'upstream_server' type."
8373
8334
  msgstr ""
8374
8335
 
8336
+ msgid "Username for the flatpak remote"
8337
+ msgstr ""
8338
+
8375
8339
  msgid "Username of the upstream repository user used for authentication"
8376
8340
  msgstr ""
8377
8341
 
@@ -8396,9 +8360,6 @@ msgstr ""
8396
8360
  msgid "Verify SSL"
8397
8361
  msgstr ""
8398
8362
 
8399
- msgid "Verify checksum"
8400
- msgstr ""
8401
-
8402
8363
  msgid "Verify checksum for content on smart proxy"
8403
8364
  msgstr ""
8404
8365
 
@@ -8705,6 +8666,9 @@ msgstr ""
8705
8666
  msgid "actions not found"
8706
8667
  msgstr ""
8707
8668
 
8669
+ msgid "activation key"
8670
+ msgstr ""
8671
+
8708
8672
  msgid "activation key identifier"
8709
8673
  msgstr ""
8710
8674
 
@@ -8816,7 +8780,7 @@ msgstr ""
8816
8780
  msgid "cannot be set because unlimited hosts is set"
8817
8781
  msgstr ""
8818
8782
 
8819
- msgid "cannot be set for non-yum repositories."
8783
+ msgid "cannot be set for repositories without 'Additive' mirroring policy."
8820
8784
  msgstr ""
8821
8785
 
8822
8786
  msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
@@ -8858,6 +8822,9 @@ msgstr ""
8858
8822
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8859
8823
  msgstr ""
8860
8824
 
8825
+ msgid "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
8826
+ msgstr ""
8827
+
8861
8828
  msgid "content view component ID. Identifier of the component association"
8862
8829
  msgstr ""
8863
8830
 
@@ -8942,7 +8909,7 @@ msgstr ""
8942
8909
  msgid "disk"
8943
8910
  msgstr ""
8944
8911
 
8945
- msgid "download policy for yum, deb, and docker repos (either 'immediate' or 'on_demand')"
8912
+ msgid "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')"
8946
8913
  msgstr ""
8947
8914
 
8948
8915
  msgid "enables or disables synchronization"
@@ -8981,6 +8948,9 @@ msgstr ""
8981
8948
  msgid "erratum: IDs or a select all object"
8982
8949
  msgstr ""
8983
8950
 
8951
+ msgid "erratum: allow types not matching a valid errata type"
8952
+ msgstr ""
8953
+
8984
8954
  msgid "erratum: end date (YYYY-MM-DD)"
8985
8955
  msgstr ""
8986
8956
 
@@ -9041,6 +9011,9 @@ msgstr ""
9041
9011
  msgid "here"
9042
9012
  msgstr ""
9043
9013
 
9014
+ msgid "host"
9015
+ msgstr ""
9016
+
9044
9017
  msgid "host collection name to filter by"
9045
9018
  msgstr ""
9046
9019
 
@@ -9161,6 +9134,18 @@ msgstr ""
9161
9134
  msgid "module streams not found"
9162
9135
  msgstr ""
9163
9136
 
9137
+ msgid "multi-environment activation key"
9138
+ msgstr ""
9139
+
9140
+ msgid "multi-environment activation keys"
9141
+ msgstr ""
9142
+
9143
+ msgid "multi-environment host"
9144
+ msgstr ""
9145
+
9146
+ msgid "multi-environment hosts"
9147
+ msgstr ""
9148
+
9164
9149
  msgid "must be %{gpg_key} or %{cert}"
9165
9150
  msgstr ""
9166
9151