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
@@ -10,14 +10,15 @@
10
10
  # Maxim Burgerhout <maxim@wzzrd.com>, 2022
11
11
  # EmielK <emiel@kremers.us>, 2022
12
12
  # dschutterop <daniel@schutterop.nl>, 2022
13
- # Mark Olie <mark.transifex@oliekoets.nl>, 2022
13
+ # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2023
14
+ # Mark Olie <mark.transifex@oliekoets.nl>, 2023
14
15
  #
15
16
  msgid ""
16
17
  msgstr ""
17
- "Project-Id-Version: katello 1.0.0\n"
18
+ "Project-Id-Version: katello 4.16.0.pre.master\n"
18
19
  "Report-Msgid-Bugs-To: \n"
19
20
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
20
- "Last-Translator: Mark Olie <mark.transifex@oliekoets.nl>, 2022\n"
21
+ "Last-Translator: Mark Olie <mark.transifex@oliekoets.nl>, 2023\n"
21
22
  "Language-Team: Dutch (Netherlands) (https://app.transifex.com/foreman/teams/11"
22
23
  "4/nl_NL/)\n"
23
24
  "MIME-Version: 1.0\n"
@@ -477,9 +478,6 @@ msgstr ""
477
478
  msgid "About page"
478
479
  msgstr ""
479
480
 
480
- msgid "Abstract async task"
481
- msgstr ""
482
-
483
481
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
484
482
  msgstr ""
485
483
 
@@ -615,9 +613,6 @@ msgstr ""
615
613
  msgid "Add one or more host collections to one or more hosts"
616
614
  msgstr ""
617
615
 
618
- msgid "Add ons"
619
- msgstr ""
620
-
621
616
  msgid "Add products to sync plan"
622
617
  msgstr ""
623
618
 
@@ -648,9 +643,6 @@ msgstr ""
648
643
  msgid "Add to a host collection"
649
644
  msgstr ""
650
645
 
651
- msgid "Add-ons"
652
- msgstr ""
653
-
654
646
  msgid "Added"
655
647
  msgstr ""
656
648
 
@@ -711,15 +703,15 @@ msgstr ""
711
703
  msgid "All versions will be removed from these environments"
712
704
  msgstr ""
713
705
 
714
- msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
715
- msgstr ""
716
-
717
706
  msgid "Allow deleting repositories in published content views"
718
707
  msgstr ""
719
708
 
720
709
  msgid "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
721
710
  msgstr ""
722
711
 
712
+ msgid "Allow hosts or activation keys to be associated with multiple content view environments"
713
+ msgstr ""
714
+
723
715
  msgid "Allow hosts to re-register themselves only when they are in build mode"
724
716
  msgstr ""
725
717
 
@@ -942,10 +934,10 @@ msgstr ""
942
934
  msgid "Assign the release version to one or more hosts"
943
935
  msgstr ""
944
936
 
945
- msgid "Assigning a host to multiple content view environments is not enabled."
937
+ msgid "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
946
938
  msgstr ""
947
939
 
948
- msgid "Assigning an activation key to multiple content view environments is not enabled."
940
+ msgid "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
949
941
  msgstr ""
950
942
 
951
943
  msgid "Associated location IDs"
@@ -966,13 +958,13 @@ msgstr ""
966
958
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
967
959
  msgstr ""
968
960
 
969
- msgid "At least one of the selected items requires the host to reboot"
961
+ msgid "At least one errata type option needs to be selected."
970
962
  msgstr ""
971
963
 
972
- msgid "At least one organization must exist."
964
+ msgid "At least one of the selected items requires the host to reboot"
973
965
  msgstr ""
974
966
 
975
- msgid "Atleast one errata type needs to be selected."
967
+ msgid "At least one organization must exist."
976
968
  msgstr ""
977
969
 
978
970
  msgid "Attach a subscription"
@@ -999,9 +991,6 @@ msgstr "Auteur"
999
991
  msgid "Auto Publish - Triggered by '%s'"
1000
992
  msgstr ""
1001
993
 
1002
- msgid "Auto attach subscriptions"
1003
- msgstr ""
1004
-
1005
994
  msgid "Auto publish"
1006
995
  msgstr ""
1007
996
 
@@ -1017,6 +1006,12 @@ msgstr ""
1017
1006
  msgid "Available Repositories"
1018
1007
  msgstr ""
1019
1008
 
1009
+ msgid "Available image"
1010
+ msgstr ""
1011
+
1012
+ msgid "Available image digest"
1013
+ msgstr ""
1014
+
1020
1015
  msgid "Available schema versions"
1021
1016
  msgstr ""
1022
1017
 
@@ -1032,6 +1027,9 @@ msgstr ""
1032
1027
  msgid "Base URL for finding alternate content"
1033
1028
  msgstr ""
1034
1029
 
1030
+ msgid "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/."
1031
+ msgstr ""
1032
+
1035
1033
  msgid "Base URL to perform repo discovery on"
1036
1034
  msgstr ""
1037
1035
 
@@ -1077,6 +1075,24 @@ msgstr "Maak bladwijzer voor deze zoekactie"
1077
1075
  msgid "Bookmarks marked as public are available to all users"
1078
1076
  msgstr ""
1079
1077
 
1078
+ msgid "Bootc rollback via Bootc interface"
1079
+ msgstr ""
1080
+
1081
+ msgid "Bootc status via Bootc interface"
1082
+ msgstr ""
1083
+
1084
+ msgid "Bootc switch via Bootc interface"
1085
+ msgstr ""
1086
+
1087
+ msgid "Bootc upgrade via Bootc interface"
1088
+ msgstr ""
1089
+
1090
+ msgid "Booted Container Images"
1091
+ msgstr ""
1092
+
1093
+ msgid "Booted container images"
1094
+ msgstr ""
1095
+
1080
1096
  msgid "Both"
1081
1097
  msgstr ""
1082
1098
 
@@ -1356,6 +1372,9 @@ msgstr ""
1356
1372
  msgid "Cannot upload Container Image content."
1357
1373
  msgstr ""
1358
1374
 
1375
+ msgid "Cannot upload container content via Hammer/API. Use podman push instead."
1376
+ msgstr ""
1377
+
1359
1378
  msgid "Capacity"
1360
1379
  msgstr ""
1361
1380
 
@@ -1431,13 +1450,13 @@ msgstr "Sluiten"
1431
1450
  msgid "Collapse All"
1432
1451
  msgstr ""
1433
1452
 
1434
- 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."
1453
+ 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."
1435
1454
  msgstr ""
1436
1455
 
1437
- 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."
1456
+ 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."
1438
1457
  msgstr ""
1439
1458
 
1440
- 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."
1459
+ 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."
1441
1460
  msgstr ""
1442
1461
 
1443
1462
  msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
@@ -1449,9 +1468,6 @@ msgstr ""
1449
1468
  msgid "Comma-separated list of tags to sync for a container image repository"
1450
1469
  msgstr ""
1451
1470
 
1452
- msgid "Commit upload"
1453
- msgstr ""
1454
-
1455
1471
  msgid "Compare"
1456
1472
  msgstr ""
1457
1473
 
@@ -1662,6 +1678,9 @@ msgstr ""
1662
1678
  msgid "Content imported by %{user} into content view '%{name}'"
1663
1679
  msgstr ""
1664
1680
 
1681
+ msgid "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer."
1682
+ msgstr ""
1683
+
1665
1684
  msgid "Content not uploaded to pulp"
1666
1685
  msgstr ""
1667
1686
 
@@ -1722,6 +1741,9 @@ msgstr ""
1722
1741
  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."
1723
1742
  msgstr ""
1724
1743
 
1744
+ msgid "Content view environment"
1745
+ msgstr ""
1746
+
1725
1747
  msgid "Content view environments"
1726
1748
  msgstr ""
1727
1749
 
@@ -1770,6 +1792,9 @@ msgstr ""
1770
1792
  msgid "Content view version is empty"
1771
1793
  msgstr ""
1772
1794
 
1795
+ msgid "Content view version is empty or content counts are not up to date"
1796
+ msgstr ""
1797
+
1773
1798
  msgid "Content views"
1774
1799
  msgstr ""
1775
1800
 
@@ -1797,27 +1822,15 @@ msgstr ""
1797
1822
  msgid "Copy"
1798
1823
  msgstr ""
1799
1824
 
1800
- msgid "Copy all units"
1801
- msgstr ""
1802
-
1803
1825
  msgid "Copy an activation key"
1804
1826
  msgstr ""
1805
1827
 
1806
- msgid "Copy content"
1807
- msgstr ""
1808
-
1809
1828
  msgid "Copy content view"
1810
1829
  msgstr ""
1811
1830
 
1812
1831
  msgid "Copy to clipboard"
1813
1832
  msgstr ""
1814
1833
 
1815
- msgid "Copy version"
1816
- msgstr ""
1817
-
1818
- msgid "Copy version units to library"
1819
- msgstr ""
1820
-
1821
1834
  msgid "Cores per socket"
1822
1835
  msgstr "Cores per socket"
1823
1836
 
@@ -1992,6 +2005,9 @@ msgstr ""
1992
2005
  msgid "Create a filter rule. The parameters included should be based upon the filter type."
1993
2006
  msgstr ""
1994
2007
 
2008
+ msgid "Create a flatpak remote"
2009
+ msgstr ""
2010
+
1995
2011
  msgid "Create a host collection"
1996
2012
  msgstr ""
1997
2013
 
@@ -2022,21 +2038,12 @@ msgstr ""
2022
2038
  msgid "Create content view"
2023
2039
  msgstr ""
2024
2040
 
2025
- msgid "Create exporter"
2026
- msgstr ""
2027
-
2028
2041
  msgid "Create filter"
2029
2042
  msgstr ""
2030
2043
 
2031
2044
  msgid "Create host collection"
2032
2045
  msgstr ""
2033
2046
 
2034
- msgid "Create import"
2035
- msgstr ""
2036
-
2037
- msgid "Create importer"
2038
- msgstr ""
2039
-
2040
2047
  msgid "Create new activation key"
2041
2048
  msgstr ""
2042
2049
 
@@ -2046,12 +2053,6 @@ msgstr ""
2046
2053
  msgid "Create package filter rule"
2047
2054
  msgstr ""
2048
2055
 
2049
- msgid "Create publication"
2050
- msgstr ""
2051
-
2052
- msgid "Create remote"
2053
- msgstr ""
2054
-
2055
2056
  msgid "Create rule"
2056
2057
  msgstr ""
2057
2058
 
@@ -2277,6 +2278,9 @@ msgstr ""
2277
2278
  msgid "Delete a filter rule"
2278
2279
  msgstr ""
2279
2280
 
2281
+ msgid "Delete a flatpak remote"
2282
+ msgstr ""
2283
+
2280
2284
  msgid "Delete activation key?"
2281
2285
  msgstr ""
2282
2286
 
@@ -2298,36 +2302,12 @@ msgstr ""
2298
2302
  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."
2299
2303
  msgstr ""
2300
2304
 
2301
- msgid "Delete distributions"
2302
- msgstr ""
2303
-
2304
2305
  msgid "Delete manifest from Red Hat provider"
2305
2306
  msgstr ""
2306
2307
 
2307
2308
  msgid "Delete multiple filters from a content view"
2308
2309
  msgstr ""
2309
2310
 
2310
- msgid "Delete orphan alternate content sources"
2311
- msgstr ""
2312
-
2313
- msgid "Delete orphan distributions"
2314
- msgstr ""
2315
-
2316
- msgid "Delete orphan remotes"
2317
- msgstr ""
2318
-
2319
- msgid "Delete orphan repository versions"
2320
- msgstr ""
2321
-
2322
- msgid "Delete orphaned migrated repositories"
2323
- msgstr ""
2324
-
2325
- msgid "Delete remote"
2326
- msgstr ""
2327
-
2328
- msgid "Delete repository references"
2329
- msgstr ""
2330
-
2331
2311
  msgid "Delete version"
2332
2312
  msgstr ""
2333
2313
 
@@ -2362,7 +2342,7 @@ msgid "Depth"
2362
2342
  msgstr ""
2363
2343
 
2364
2344
  msgid "Description"
2365
- msgstr ""
2345
+ msgstr "Beschrijving"
2366
2346
 
2367
2347
  msgid "Description for the alternate content source"
2368
2348
  msgstr ""
@@ -2373,6 +2353,9 @@ msgstr ""
2373
2353
  msgid "Description for the new published content view version"
2374
2354
  msgstr ""
2375
2355
 
2356
+ msgid "Description of the flatpak remote"
2357
+ msgstr ""
2358
+
2376
2359
  msgid "Description of the repository"
2377
2360
  msgstr ""
2378
2361
 
@@ -2424,12 +2407,6 @@ msgstr ""
2424
2407
  msgid "Destroy an environment in an organization"
2425
2408
  msgstr ""
2426
2409
 
2427
- msgid "Destroy exporter"
2428
- msgstr ""
2429
-
2430
- msgid "Destroy importer"
2431
- msgstr ""
2432
-
2433
2410
  msgid "Destroy one or more alternate content sources"
2434
2411
  msgstr ""
2435
2412
 
@@ -2478,9 +2455,6 @@ msgstr ""
2478
2455
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2479
2456
  msgstr ""
2480
2457
 
2481
- msgid "Discover"
2482
- msgstr ""
2483
-
2484
2458
  msgid "Discover Repositories"
2485
2459
  msgstr ""
2486
2460
 
@@ -2676,9 +2650,6 @@ msgstr "Omgeving IDs"
2676
2650
  msgid "Environment cannot be in its own promotion path"
2677
2651
  msgstr ""
2678
2652
 
2679
- msgid "Environment contents refresh"
2680
- msgstr ""
2681
-
2682
2653
  msgid "Environment identifier"
2683
2654
  msgstr ""
2684
2655
 
@@ -2718,9 +2689,6 @@ msgstr ""
2718
2689
  msgid "Errata id of the erratum (RHSA-2012:108)"
2719
2690
  msgstr ""
2720
2691
 
2721
- msgid "Errata mail"
2722
- msgstr ""
2723
-
2724
2692
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2725
2693
  msgstr ""
2726
2694
 
@@ -2880,9 +2848,6 @@ msgstr ""
2880
2848
  msgid "Fetch installable errata for one or more hosts."
2881
2849
  msgstr ""
2882
2850
 
2883
- msgid "Fetch pxe files"
2884
- msgstr ""
2885
-
2886
2851
  msgid "Fetch traces for one or more hosts"
2887
2852
  msgstr ""
2888
2853
 
@@ -2976,9 +2941,6 @@ msgstr ""
2976
2941
  msgid "Filter versions that are components in the specified composite version"
2977
2942
  msgstr ""
2978
2943
 
2979
- msgid "Filtered index content"
2980
- msgstr ""
2981
-
2982
2944
  msgid "Filters"
2983
2945
  msgstr ""
2984
2946
 
@@ -3000,6 +2962,15 @@ msgstr ""
3000
2962
  msgid "Finished"
3001
2963
  msgstr ""
3002
2964
 
2965
+ msgid "Flatpak Remotes"
2966
+ msgstr ""
2967
+
2968
+ msgid "Flatpak remote numeric identifier"
2969
+ msgstr ""
2970
+
2971
+ msgid "Flatpak remote repository numeric identifier"
2972
+ msgstr ""
2973
+
3003
2974
  msgid "Force"
3004
2975
  msgstr ""
3005
2976
 
@@ -3062,9 +3033,6 @@ msgstr ""
3062
3033
  msgid "Generate host applicability"
3063
3034
  msgstr ""
3064
3035
 
3065
- msgid "Generate metadata"
3066
- msgstr ""
3067
-
3068
3036
  msgid "Generate repository applicability"
3069
3037
  msgstr ""
3070
3038
 
@@ -3141,7 +3109,7 @@ msgid "Hash containing the Id of the single lifecycle environment to be associat
3141
3109
  msgstr ""
3142
3110
 
3143
3111
  msgid "Help"
3144
- msgstr ""
3112
+ msgstr "Help"
3145
3113
 
3146
3114
  msgid "Helper"
3147
3115
  msgstr ""
@@ -3302,12 +3270,6 @@ msgstr ""
3302
3270
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3303
3271
  msgstr ""
3304
3272
 
3305
- msgid "Hypervisors"
3306
- msgstr ""
3307
-
3308
- msgid "Hypervisors update"
3309
- msgstr ""
3310
-
3311
3273
  msgid "ID of a HTTP Proxy"
3312
3274
  msgstr ""
3313
3275
 
@@ -3329,6 +3291,9 @@ msgstr ""
3329
3291
  msgid "ID of an organization to show repositories in"
3330
3292
  msgstr ""
3331
3293
 
3294
+ msgid "ID of flatpak remote to show repositories of"
3295
+ msgstr ""
3296
+
3332
3297
  msgid "ID of the Organization"
3333
3298
  msgstr ""
3334
3299
 
@@ -3389,12 +3354,18 @@ msgstr ""
3389
3354
  msgid "Id of the content host"
3390
3355
  msgstr ""
3391
3356
 
3357
+ msgid "Id of the content view to limit the content counting on"
3358
+ msgstr ""
3359
+
3392
3360
  msgid "Id of the content view to limit the synchronization on"
3393
3361
  msgstr ""
3394
3362
 
3395
3363
  msgid "Id of the content view to limit verifying checksum on"
3396
3364
  msgstr ""
3397
3365
 
3366
+ msgid "Id of the environment to limit the content counting on"
3367
+ msgstr ""
3368
+
3398
3369
  msgid "Id of the environment to limit the synchronization on"
3399
3370
  msgstr ""
3400
3371
 
@@ -3416,6 +3387,9 @@ msgstr ""
3416
3387
  msgid "Id of the organization to limit environments on"
3417
3388
  msgstr ""
3418
3389
 
3390
+ msgid "Id of the repository to limit the content counting on"
3391
+ msgstr ""
3392
+
3419
3393
  msgid "Id of the repository to limit the synchronization on"
3420
3394
  msgstr ""
3421
3395
 
@@ -3553,6 +3527,27 @@ msgstr ""
3553
3527
  msgid "Image"
3554
3528
  msgstr ""
3555
3529
 
3530
+ msgid "Image digest"
3531
+ msgstr ""
3532
+
3533
+ msgid "Image digests"
3534
+ msgstr ""
3535
+
3536
+ msgid "Image mode"
3537
+ msgstr ""
3538
+
3539
+ msgid "Image mode / package mode"
3540
+ msgstr ""
3541
+
3542
+ msgid "Image mode details"
3543
+ msgstr ""
3544
+
3545
+ msgid "Image name"
3546
+ msgstr ""
3547
+
3548
+ msgid "Image-mode host"
3549
+ msgstr ""
3550
+
3556
3551
  msgid "Immediate"
3557
3552
  msgstr ""
3558
3553
 
@@ -3595,9 +3590,6 @@ msgstr ""
3595
3590
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3596
3591
  msgstr ""
3597
3592
 
3598
- msgid "Import migration"
3599
- msgstr ""
3600
-
3601
3593
  msgid "Import new manifest"
3602
3594
  msgstr ""
3603
3595
 
@@ -3607,12 +3599,6 @@ msgstr ""
3607
3599
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3608
3600
  msgstr ""
3609
3601
 
3610
- msgid "Import repository upload"
3611
- msgstr ""
3612
-
3613
- msgid "Import upload"
3614
- msgstr ""
3615
-
3616
3602
  msgid "Import uploads into a repository"
3617
3603
  msgstr ""
3618
3604
 
@@ -3655,6 +3641,9 @@ msgstr ""
3655
3641
  msgid "Include filter"
3656
3642
  msgstr ""
3657
3643
 
3644
+ msgid "Include manifests"
3645
+ msgstr ""
3646
+
3658
3647
  msgid "Included"
3659
3648
  msgstr ""
3660
3649
 
@@ -3676,9 +3665,6 @@ msgstr ""
3676
3665
  msgid "Incremental Update incomplete."
3677
3666
  msgstr ""
3678
3667
 
3679
- msgid "Incremental Update of Content View Version(s) "
3680
- msgstr ""
3681
-
3682
3668
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3683
3669
  msgstr ""
3684
3670
 
@@ -3691,27 +3677,12 @@ msgstr ""
3691
3677
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3692
3678
  msgstr ""
3693
3679
 
3694
- msgid "Index content"
3695
- msgstr ""
3696
-
3697
- msgid "Index errata"
3698
- msgstr ""
3699
-
3700
- msgid "Index module streams"
3701
- msgstr ""
3702
-
3703
- msgid "Index package groups"
3704
- msgstr ""
3705
-
3706
3680
  msgid "Informable Type must be one of the following [ %{list} ]"
3707
3681
  msgstr ""
3708
3682
 
3709
3683
  msgid "Inherit from Repository"
3710
3684
  msgstr ""
3711
3685
 
3712
- msgid "Initialize"
3713
- msgstr ""
3714
-
3715
3686
  msgid "Initiate a sync of the products attached to the sync plan"
3716
3687
  msgstr ""
3717
3688
 
@@ -3787,9 +3758,6 @@ msgstr ""
3787
3758
  msgid "Installing Package..."
3788
3759
  msgstr ""
3789
3760
 
3790
- msgid "Instance update"
3791
- msgstr ""
3792
-
3793
3761
  msgid "Instance-based"
3794
3762
  msgstr ""
3795
3763
 
@@ -3820,7 +3788,7 @@ msgstr ""
3820
3788
  msgid "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'"
3821
3789
  msgstr ""
3822
3790
 
3823
- msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or 'types'"
3791
+ 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'"
3824
3792
  msgstr ""
3825
3793
 
3826
3794
  msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
@@ -3904,9 +3872,27 @@ msgstr ""
3904
3872
  msgid "Job '${description}' has started."
3905
3873
  msgstr ""
3906
3874
 
3875
+ msgid "Katello Bootc interface"
3876
+ msgstr ""
3877
+
3907
3878
  msgid "Katello ID of local pool to update"
3908
3879
  msgstr ""
3909
3880
 
3881
+ msgid "Katello: Bootc Action"
3882
+ msgstr ""
3883
+
3884
+ msgid "Katello: Bootc Rollback"
3885
+ msgstr ""
3886
+
3887
+ msgid "Katello: Bootc Status"
3888
+ msgstr ""
3889
+
3890
+ msgid "Katello: Bootc Switch"
3891
+ msgstr ""
3892
+
3893
+ msgid "Katello: Bootc Upgrade"
3894
+ msgstr ""
3895
+
3910
3896
  msgid "Katello: Configure host for new content source"
3911
3897
  msgstr ""
3912
3898
 
@@ -3955,6 +3941,9 @@ msgstr ""
3955
3941
  msgid "Katello: Upload Profile"
3956
3942
  msgstr ""
3957
3943
 
3944
+ msgid "Keep latest packages"
3945
+ msgstr ""
3946
+
3958
3947
  msgid "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)"
3959
3948
  msgstr ""
3960
3949
 
@@ -3979,6 +3968,9 @@ msgstr ""
3979
3968
  msgid "Label of the content view"
3980
3969
  msgstr ""
3981
3970
 
3971
+ msgid "Label of the flatpak remote"
3972
+ msgstr ""
3973
+
3982
3974
  msgid "Last check-in:"
3983
3975
  msgstr ""
3984
3976
 
@@ -4144,6 +4136,9 @@ msgstr ""
4144
4136
  msgid "List available subscriptions from Red Hat Subscription Management"
4145
4137
  msgstr ""
4146
4138
 
4139
+ msgid "List booted bootc container images for hosts"
4140
+ msgstr ""
4141
+
4147
4142
  msgid "List components attached to this content view"
4148
4143
  msgstr ""
4149
4144
 
@@ -4183,6 +4178,15 @@ msgstr ""
4183
4178
  msgid "List filter rules"
4184
4179
  msgstr ""
4185
4180
 
4181
+ msgid "List flatpak remote repositories"
4182
+ msgstr ""
4183
+
4184
+ msgid "List flatpak remote's repositories"
4185
+ msgstr ""
4186
+
4187
+ msgid "List flatpak remotes"
4188
+ msgstr ""
4189
+
4186
4190
  msgid "List host collections"
4187
4191
  msgstr ""
4188
4192
 
@@ -4348,6 +4352,9 @@ msgstr ""
4348
4352
  msgid "List the lifecycle environments not attached to the smart proxy"
4349
4353
  msgstr ""
4350
4354
 
4355
+ msgid "Load balancer"
4356
+ msgstr ""
4357
+
4351
4358
  msgid "Loading"
4352
4359
  msgstr ""
4353
4360
 
@@ -4477,9 +4484,6 @@ msgstr "Bericht"
4477
4484
  msgid "Messaging connection"
4478
4485
  msgstr ""
4479
4486
 
4480
- msgid "Metadata generate"
4481
- msgstr ""
4482
-
4483
4487
  msgid ""
4484
4488
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4485
4489
  "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."
@@ -4491,6 +4495,12 @@ msgstr ""
4491
4495
  msgid "Minimum version"
4492
4496
  msgstr ""
4493
4497
 
4498
+ msgid "Mirror Remote Repository"
4499
+ msgstr ""
4500
+
4501
+ msgid "Mirror a flatpak remote repository"
4502
+ msgstr ""
4503
+
4494
4504
  msgid "Missing activation key!"
4495
4505
  msgstr ""
4496
4506
 
@@ -4503,6 +4513,9 @@ msgstr ""
4503
4513
  msgid "Moderate"
4504
4514
  msgstr ""
4505
4515
 
4516
+ msgid "Modify via remote execution"
4517
+ msgstr ""
4518
+
4506
4519
  msgid "Modular"
4507
4520
  msgstr ""
4508
4521
 
@@ -4524,13 +4537,7 @@ msgstr ""
4524
4537
  msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
4525
4538
  msgstr ""
4526
4539
 
4527
- msgid "Multi copy all units"
4528
- msgstr ""
4529
-
4530
- msgid "Multi copy content"
4531
- msgstr ""
4532
-
4533
- msgid "Multi copy units"
4540
+ msgid "Multi Content View Environment"
4534
4541
  msgstr ""
4535
4542
 
4536
4543
  msgid "Multi-entitlement"
@@ -4590,6 +4597,12 @@ msgstr ""
4590
4597
  msgid "Name of the content view"
4591
4598
  msgstr ""
4592
4599
 
4600
+ msgid "Name of the flatpak remote"
4601
+ msgstr ""
4602
+
4603
+ msgid "Name of the flatpak remote repository"
4604
+ msgstr ""
4605
+
4593
4606
  msgid "Name of the host"
4594
4607
  msgstr ""
4595
4608
 
@@ -4713,6 +4726,9 @@ msgstr ""
4713
4726
  msgid "No content in selected versions."
4714
4727
  msgstr ""
4715
4728
 
4729
+ msgid "No content view environments"
4730
+ msgstr ""
4731
+
4716
4732
  msgid "No content view environments found with ids: %{ids}"
4717
4733
  msgstr ""
4718
4734
 
@@ -4749,9 +4765,6 @@ msgstr ""
4749
4765
  msgid "No enabled repositories match your search criteria."
4750
4766
  msgstr ""
4751
4767
 
4752
- msgid "No environment"
4753
- msgstr ""
4754
-
4755
4768
  msgid "No environments"
4756
4769
  msgstr ""
4757
4770
 
@@ -5334,7 +5347,10 @@ msgstr ""
5334
5347
  msgid "Package installation: \"%{package}\" "
5335
5348
  msgstr ""
5336
5349
 
5337
- 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."
5350
+ msgid "Package mode"
5351
+ msgstr ""
5352
+
5353
+ 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."
5338
5354
  msgstr ""
5339
5355
 
5340
5356
  msgid "Packages"
@@ -5463,6 +5479,9 @@ msgstr ""
5463
5479
  msgid "Policy to set for mirroring content. Must be one of %s."
5464
5480
  msgstr ""
5465
5481
 
5482
+ msgid "Possible values: %s"
5483
+ msgstr ""
5484
+
5466
5485
  msgid "Prefer registered through Smart Proxy for remote execution"
5467
5486
  msgstr ""
5468
5487
 
@@ -5511,6 +5530,9 @@ msgstr ""
5511
5530
  msgid "Product ID"
5512
5531
  msgstr ""
5513
5532
 
5533
+ msgid "Product ID to mirror the remote repository to"
5534
+ msgstr ""
5535
+
5514
5536
  msgid "Product and Repositories"
5515
5537
  msgstr ""
5516
5538
 
@@ -5693,9 +5715,6 @@ msgstr ""
5693
5715
  msgid "Pulp task error"
5694
5716
  msgstr ""
5695
5717
 
5696
- msgid "Purge completed tasks"
5697
- msgstr ""
5698
-
5699
5718
  msgid "Python Package"
5700
5719
  msgstr ""
5701
5720
 
@@ -5804,9 +5823,6 @@ msgstr ""
5804
5823
  msgid "Reclaim Space"
5805
5824
  msgstr ""
5806
5825
 
5807
- msgid "Reclaim space"
5808
- msgstr ""
5809
-
5810
5826
  msgid "Reclaim space from On Demand repositories"
5811
5827
  msgstr ""
5812
5828
 
@@ -5870,9 +5886,6 @@ msgstr ""
5870
5886
  msgid "Refresh all alternate content sources"
5871
5887
  msgstr ""
5872
5888
 
5873
- msgid "Refresh all distributions"
5874
- msgstr ""
5875
-
5876
5889
  msgid "Refresh alternate content sources"
5877
5890
  msgstr ""
5878
5891
 
@@ -5885,27 +5898,15 @@ msgstr ""
5885
5898
  msgid "Refresh counts"
5886
5899
  msgstr ""
5887
5900
 
5888
- msgid "Refresh distribution"
5889
- msgstr ""
5890
-
5891
5901
  msgid "Refresh errata applicability"
5892
5902
  msgstr ""
5893
5903
 
5894
- msgid "Refresh if needed"
5895
- msgstr ""
5896
-
5897
5904
  msgid "Refresh package applicability"
5898
5905
  msgstr ""
5899
5906
 
5900
5907
  msgid "Refresh previously imported manifest for Red Hat provider"
5901
5908
  msgstr ""
5902
5909
 
5903
- msgid "Refresh remote"
5904
- msgstr ""
5905
-
5906
- msgid "Refresh repos"
5907
- msgstr ""
5908
-
5909
5910
  msgid "Refresh source"
5910
5911
  msgstr ""
5911
5912
 
@@ -5930,6 +5931,9 @@ msgstr ""
5930
5931
  msgid "Registered on"
5931
5932
  msgstr ""
5932
5933
 
5934
+ msgid "Registered to"
5935
+ msgstr ""
5936
+
5933
5937
  msgid "Registering to multiple environments is not enabled."
5934
5938
  msgstr ""
5935
5939
 
@@ -5945,9 +5949,6 @@ msgstr ""
5945
5949
  msgid "Registry name pattern will result in invalid container image name of member repositories"
5946
5950
  msgstr ""
5947
5951
 
5948
- msgid "Reindex subscriptions"
5949
- msgstr ""
5950
-
5951
5952
  msgid "Related composite content views"
5952
5953
  msgstr ""
5953
5954
 
@@ -6044,9 +6045,6 @@ msgstr ""
6044
6045
  msgid "Remove one or more subscriptions from an upstream manifest"
6045
6046
  msgstr ""
6046
6047
 
6047
- msgid "Remove orphans"
6048
- msgstr ""
6049
-
6050
6048
  msgid "Remove package group via Katello interface"
6051
6049
  msgstr ""
6052
6050
 
@@ -6074,12 +6072,6 @@ msgstr ""
6074
6072
  msgid "Remove subscriptions from one or more hosts"
6075
6073
  msgstr ""
6076
6074
 
6077
- msgid "Remove units"
6078
- msgstr ""
6079
-
6080
- msgid "Remove unneeded repos"
6081
- msgstr ""
6082
-
6083
6075
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6084
6076
  msgstr ""
6085
6077
 
@@ -6104,9 +6096,6 @@ msgstr ""
6104
6096
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6105
6097
  msgstr ""
6106
6098
 
6107
- msgid "Repair"
6108
- msgstr ""
6109
-
6110
6099
  msgid "Replace content source on the target machine"
6111
6100
  msgstr ""
6112
6101
 
@@ -6125,18 +6114,12 @@ msgstr ""
6125
6114
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6126
6115
  msgstr ""
6127
6116
 
6128
- msgid "Repositories certs reset"
6129
- msgstr ""
6130
-
6131
6117
  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."
6132
6118
  msgstr ""
6133
6119
 
6134
6120
  msgid "Repositories from published Content Views are not allowed."
6135
6121
  msgstr ""
6136
6122
 
6137
- msgid "Repositories gpg reset"
6138
- msgstr ""
6139
-
6140
6123
  msgid "Repository"
6141
6124
  msgstr ""
6142
6125
 
@@ -6300,7 +6283,7 @@ msgid "Restrict composite content view promotion"
6300
6283
  msgstr ""
6301
6284
 
6302
6285
  msgid "Result"
6303
- msgstr ""
6286
+ msgstr "Resultaat"
6304
6287
 
6305
6288
  msgid "Retrieve a single errata for a host"
6306
6289
  msgstr ""
@@ -6428,6 +6411,12 @@ msgstr ""
6428
6411
  msgid "Roles"
6429
6412
  msgstr "Rollen"
6430
6413
 
6414
+ msgid "Rollback image"
6415
+ msgstr ""
6416
+
6417
+ msgid "Rollback image digest"
6418
+ msgstr ""
6419
+
6431
6420
  msgid "Rules to be added"
6432
6421
  msgstr ""
6433
6422
 
@@ -6440,6 +6429,12 @@ msgstr ""
6440
6429
  msgid "Running"
6441
6430
  msgstr ""
6442
6431
 
6432
+ msgid "Running image"
6433
+ msgstr ""
6434
+
6435
+ msgid "Running image digest"
6436
+ msgstr ""
6437
+
6443
6438
  msgid "SKU"
6444
6439
  msgstr ""
6445
6440
 
@@ -6467,25 +6462,10 @@ msgstr ""
6467
6462
  msgid "Save"
6468
6463
  msgstr "Opslaan"
6469
6464
 
6470
- msgid "Save artifact"
6471
- msgstr ""
6472
-
6473
- msgid "Save distribution references"
6474
- msgstr ""
6475
-
6476
- msgid "Save publication"
6477
- msgstr ""
6478
-
6479
- msgid "Save version"
6480
- msgstr ""
6481
-
6482
- msgid "Save versions"
6483
- msgstr ""
6484
-
6485
6465
  msgid "Saving alternate content source..."
6486
6466
  msgstr ""
6487
6467
 
6488
- msgid "Scan cdn"
6468
+ msgid "Scan a flatpak remote"
6489
6469
  msgstr ""
6490
6470
 
6491
6471
  msgid "Schema version 1"
@@ -6593,9 +6573,6 @@ msgstr ""
6593
6573
  msgid "Select action"
6594
6574
  msgstr ""
6595
6575
 
6596
- msgid "Select add-ons"
6597
- msgstr ""
6598
-
6599
6576
  msgid "Select all"
6600
6577
  msgstr ""
6601
6578
 
@@ -6734,13 +6711,13 @@ msgstr ""
6734
6711
  msgid "Set content overrides to one or more hosts"
6735
6712
  msgstr ""
6736
6713
 
6737
- msgid "Set true to override to enabled; Set false to override to disabled.'"
6714
+ msgid "Set this HTTP proxy as the default content HTTP proxy"
6738
6715
  msgstr ""
6739
6716
 
6740
- msgid "Set true to remove an override and reset it to 'default'"
6717
+ msgid "Set true to override to enabled; Set false to override to disabled.'"
6741
6718
  msgstr ""
6742
6719
 
6743
- msgid "Sets the system add-ons"
6720
+ msgid "Set true to remove an override and reset it to 'default'"
6744
6721
  msgstr ""
6745
6722
 
6746
6723
  msgid "Sets the system purpose usage"
@@ -6776,6 +6753,12 @@ msgstr ""
6776
6753
  msgid "Show a content view's history"
6777
6754
  msgstr ""
6778
6755
 
6756
+ msgid "Show a flatpak remote"
6757
+ msgstr ""
6758
+
6759
+ msgid "Show a flatpak remote repository"
6760
+ msgstr ""
6761
+
6779
6762
  msgid "Show a host collection"
6780
6763
  msgstr ""
6781
6764
 
@@ -7103,6 +7086,12 @@ msgstr ""
7103
7086
  msgid "Stacking ID"
7104
7087
  msgstr ""
7105
7088
 
7089
+ msgid "Staged image"
7090
+ msgstr ""
7091
+
7092
+ msgid "Staged image digest"
7093
+ msgstr ""
7094
+
7106
7095
  msgid "Start Date"
7107
7096
  msgstr ""
7108
7097
 
@@ -7268,9 +7257,6 @@ msgstr ""
7268
7257
  msgid "Supported Content Types"
7269
7258
  msgstr ""
7270
7259
 
7271
- msgid "Sync"
7272
- msgstr ""
7273
-
7274
7260
  msgid "Sync Canceled"
7275
7261
  msgstr ""
7276
7262
 
@@ -7325,9 +7311,6 @@ msgstr ""
7325
7311
  msgid "Sync all repositories for a product"
7326
7312
  msgstr ""
7327
7313
 
7328
- msgid "Sync capsule"
7329
- msgstr ""
7330
-
7331
7314
  msgid "Sync complete."
7332
7315
  msgstr ""
7333
7316
 
@@ -7346,9 +7329,6 @@ msgstr ""
7346
7329
  msgid "Sync state"
7347
7330
  msgstr ""
7348
7331
 
7349
- msgid "Syncable export"
7350
- msgstr ""
7351
-
7352
7332
  msgid "Synced"
7353
7333
  msgstr ""
7354
7334
 
@@ -7463,6 +7443,9 @@ msgstr ""
7463
7443
  msgid "The actual file contents"
7464
7444
  msgstr ""
7465
7445
 
7446
+ msgid "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions."
7447
+ msgstr ""
7448
+
7466
7449
  msgid "The content type for the Alternate Content Source"
7467
7450
  msgstr ""
7468
7451
 
@@ -7710,6 +7693,9 @@ msgstr ""
7710
7693
  msgid "This content view version doesn't have a history."
7711
7694
  msgstr ""
7712
7695
 
7696
+ 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."
7697
+ msgstr ""
7698
+
7713
7699
  msgid "This content view will be automatically updated to the latest version."
7714
7700
  msgstr ""
7715
7701
 
@@ -7722,6 +7708,9 @@ msgstr ""
7722
7708
  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."
7723
7709
  msgstr ""
7724
7710
 
7711
+ 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."
7712
+ msgstr ""
7713
+
7725
7714
  msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7726
7715
  msgstr ""
7727
7716
 
@@ -7848,7 +7837,7 @@ msgstr ""
7848
7837
  msgid "To manage packages, select an action."
7849
7838
  msgstr ""
7850
7839
 
7851
- msgid "Toggle"
7840
+ msgid "Token/password for the flatpak remote"
7852
7841
  msgstr ""
7853
7842
 
7854
7843
  msgid "Total steps: "
@@ -7912,7 +7901,7 @@ msgid "Trying to cancel the synchronization..."
7912
7901
  msgstr ""
7913
7902
 
7914
7903
  msgid "Type"
7915
- msgstr ""
7904
+ msgstr "Type"
7916
7905
 
7917
7906
  msgid "Type must be one of: %s"
7918
7907
  msgstr ""
@@ -8112,6 +8101,9 @@ msgstr ""
8112
8101
  msgid "Update a filter rule. The parameters included should be based upon the filter type."
8113
8102
  msgstr ""
8114
8103
 
8104
+ msgid "Update a flatpak remote"
8105
+ msgstr ""
8106
+
8115
8107
  msgid "Update a host collection"
8116
8108
  msgstr ""
8117
8109
 
@@ -8136,27 +8128,15 @@ msgstr ""
8136
8128
  msgid "Update content counts for the smart proxy"
8137
8129
  msgstr ""
8138
8130
 
8139
- msgid "Update content urls"
8140
- msgstr ""
8141
-
8142
8131
  msgid "Update content view environments for host"
8143
8132
  msgstr ""
8144
8133
 
8145
8134
  msgid "Update content view environments for host %s"
8146
8135
  msgstr ""
8147
8136
 
8148
- msgid "Update distributions"
8149
- msgstr ""
8150
-
8151
8137
  msgid "Update hosts manually"
8152
8138
  msgstr ""
8153
8139
 
8154
- msgid "Update http proxy"
8155
- msgstr ""
8156
-
8157
- msgid "Update http proxy details"
8158
- msgstr ""
8159
-
8160
8140
  msgid "Update installed packages, enabled repos, module inventory"
8161
8141
  msgstr ""
8162
8142
 
@@ -8172,21 +8152,12 @@ msgstr ""
8172
8152
  msgid "Update packages via Katello interface"
8173
8153
  msgstr ""
8174
8154
 
8175
- msgid "Update redhat repository"
8176
- msgstr ""
8177
-
8178
8155
  msgid "Update release version for host"
8179
8156
  msgstr ""
8180
8157
 
8181
8158
  msgid "Update release version for host %s"
8182
8159
  msgstr ""
8183
8160
 
8184
- msgid "Update remote"
8185
- msgstr ""
8186
-
8187
- msgid "Update repository"
8188
- msgstr ""
8189
-
8190
8161
  msgid "Update services requiring restart"
8191
8162
  msgstr ""
8192
8163
 
@@ -8277,12 +8248,6 @@ msgstr ""
8277
8248
  msgid "Upload a subscription manifest"
8278
8249
  msgstr ""
8279
8250
 
8280
- msgid "Upload content"
8281
- msgstr ""
8282
-
8283
- msgid "Upload file"
8284
- msgstr ""
8285
-
8286
8251
  msgid "Upload into"
8287
8252
  msgstr ""
8288
8253
 
@@ -8292,9 +8257,6 @@ msgstr ""
8292
8257
  msgid "Upload request id"
8293
8258
  msgstr ""
8294
8259
 
8295
- msgid "Upload tag"
8296
- msgstr ""
8297
-
8298
8260
  msgid "Upstream Candlepin"
8299
8261
  msgstr ""
8300
8262
 
@@ -8382,6 +8344,9 @@ msgstr ""
8382
8344
  msgid "Username for authentication. Relevant only for 'upstream_server' type."
8383
8345
  msgstr ""
8384
8346
 
8347
+ msgid "Username for the flatpak remote"
8348
+ msgstr ""
8349
+
8385
8350
  msgid "Username of the upstream repository user used for authentication"
8386
8351
  msgstr ""
8387
8352
 
@@ -8406,9 +8371,6 @@ msgstr ""
8406
8371
  msgid "Verify SSL"
8407
8372
  msgstr ""
8408
8373
 
8409
- msgid "Verify checksum"
8410
- msgstr ""
8411
-
8412
8374
  msgid "Verify checksum for content on smart proxy"
8413
8375
  msgstr ""
8414
8376
 
@@ -8715,6 +8677,9 @@ msgstr ""
8715
8677
  msgid "actions not found"
8716
8678
  msgstr ""
8717
8679
 
8680
+ msgid "activation key"
8681
+ msgstr ""
8682
+
8718
8683
  msgid "activation key identifier"
8719
8684
  msgstr ""
8720
8685
 
@@ -8826,7 +8791,7 @@ msgstr ""
8826
8791
  msgid "cannot be set because unlimited hosts is set"
8827
8792
  msgstr ""
8828
8793
 
8829
- msgid "cannot be set for non-yum repositories."
8794
+ msgid "cannot be set for repositories without 'Additive' mirroring policy."
8830
8795
  msgstr ""
8831
8796
 
8832
8797
  msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
@@ -8868,6 +8833,9 @@ msgstr ""
8868
8833
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8869
8834
  msgstr ""
8870
8835
 
8836
+ msgid "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
8837
+ msgstr ""
8838
+
8871
8839
  msgid "content view component ID. Identifier of the component association"
8872
8840
  msgstr ""
8873
8841
 
@@ -8952,7 +8920,7 @@ msgstr ""
8952
8920
  msgid "disk"
8953
8921
  msgstr ""
8954
8922
 
8955
- msgid "download policy for yum, deb, and docker repos (either 'immediate' or 'on_demand')"
8923
+ msgid "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')"
8956
8924
  msgstr ""
8957
8925
 
8958
8926
  msgid "enables or disables synchronization"
@@ -8991,6 +8959,9 @@ msgstr ""
8991
8959
  msgid "erratum: IDs or a select all object"
8992
8960
  msgstr ""
8993
8961
 
8962
+ msgid "erratum: allow types not matching a valid errata type"
8963
+ msgstr ""
8964
+
8994
8965
  msgid "erratum: end date (YYYY-MM-DD)"
8995
8966
  msgstr ""
8996
8967
 
@@ -9051,6 +9022,9 @@ msgstr ""
9051
9022
  msgid "here"
9052
9023
  msgstr ""
9053
9024
 
9025
+ msgid "host"
9026
+ msgstr ""
9027
+
9054
9028
  msgid "host collection name to filter by"
9055
9029
  msgstr ""
9056
9030
 
@@ -9171,6 +9145,18 @@ msgstr ""
9171
9145
  msgid "module streams not found"
9172
9146
  msgstr ""
9173
9147
 
9148
+ msgid "multi-environment activation key"
9149
+ msgstr ""
9150
+
9151
+ msgid "multi-environment activation keys"
9152
+ msgstr ""
9153
+
9154
+ msgid "multi-environment host"
9155
+ msgstr ""
9156
+
9157
+ msgid "multi-environment hosts"
9158
+ msgstr ""
9159
+
9174
9160
  msgid "must be %{gpg_key} or %{cert}"
9175
9161
  msgstr ""
9176
9162