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
data/locale/pl/katello.po CHANGED
@@ -4,15 +4,15 @@
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
6
  # Translators:
7
- # Michał Foryt <michal.foryt@gmail.com>, 2022
8
7
  # sziolkow <sziolkow@gmail.com>, 2022
8
+ # Michał Foryt <michal.foryt@gmail.com>, 2024
9
9
  #
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: katello 1.0.0\n"
12
+ "Project-Id-Version: katello 4.16.0.pre.master\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
14
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
15
- "Last-Translator: sziolkow <sziolkow@gmail.com>, 2022\n"
15
+ "Last-Translator: Michał Foryt <michal.foryt@gmail.com>, 2024\n"
16
16
  "Language-Team: Polish (https://app.transifex.com/foreman/teams/114/pl/)\n"
17
17
  "MIME-Version: 1.0\n"
18
18
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -473,9 +473,6 @@ msgstr ""
473
473
  msgid "About page"
474
474
  msgstr ""
475
475
 
476
- msgid "Abstract async task"
477
- msgstr ""
478
-
479
476
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
480
477
  msgstr ""
481
478
 
@@ -611,9 +608,6 @@ msgstr ""
611
608
  msgid "Add one or more host collections to one or more hosts"
612
609
  msgstr ""
613
610
 
614
- msgid "Add ons"
615
- msgstr ""
616
-
617
611
  msgid "Add products to sync plan"
618
612
  msgstr ""
619
613
 
@@ -644,9 +638,6 @@ msgstr ""
644
638
  msgid "Add to a host collection"
645
639
  msgstr ""
646
640
 
647
- msgid "Add-ons"
648
- msgstr ""
649
-
650
641
  msgid "Added"
651
642
  msgstr ""
652
643
 
@@ -707,15 +698,15 @@ msgstr ""
707
698
  msgid "All versions will be removed from these environments"
708
699
  msgstr ""
709
700
 
710
- msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
711
- msgstr ""
712
-
713
701
  msgid "Allow deleting repositories in published content views"
714
702
  msgstr ""
715
703
 
716
704
  msgid "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
717
705
  msgstr ""
718
706
 
707
+ msgid "Allow hosts or activation keys to be associated with multiple content view environments"
708
+ msgstr ""
709
+
719
710
  msgid "Allow hosts to re-register themselves only when they are in build mode"
720
711
  msgstr ""
721
712
 
@@ -938,10 +929,10 @@ msgstr ""
938
929
  msgid "Assign the release version to one or more hosts"
939
930
  msgstr ""
940
931
 
941
- msgid "Assigning a host to multiple content view environments is not enabled."
932
+ msgid "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
942
933
  msgstr ""
943
934
 
944
- msgid "Assigning an activation key to multiple content view environments is not enabled."
935
+ msgid "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
945
936
  msgstr ""
946
937
 
947
938
  msgid "Associated location IDs"
@@ -962,13 +953,13 @@ msgstr ""
962
953
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
963
954
  msgstr ""
964
955
 
965
- msgid "At least one of the selected items requires the host to reboot"
956
+ msgid "At least one errata type option needs to be selected."
966
957
  msgstr ""
967
958
 
968
- msgid "At least one organization must exist."
959
+ msgid "At least one of the selected items requires the host to reboot"
969
960
  msgstr ""
970
961
 
971
- msgid "Atleast one errata type needs to be selected."
962
+ msgid "At least one organization must exist."
972
963
  msgstr ""
973
964
 
974
965
  msgid "Attach a subscription"
@@ -995,9 +986,6 @@ msgstr "Autor"
995
986
  msgid "Auto Publish - Triggered by '%s'"
996
987
  msgstr ""
997
988
 
998
- msgid "Auto attach subscriptions"
999
- msgstr ""
1000
-
1001
989
  msgid "Auto publish"
1002
990
  msgstr ""
1003
991
 
@@ -1013,6 +1001,12 @@ msgstr ""
1013
1001
  msgid "Available Repositories"
1014
1002
  msgstr ""
1015
1003
 
1004
+ msgid "Available image"
1005
+ msgstr ""
1006
+
1007
+ msgid "Available image digest"
1008
+ msgstr ""
1009
+
1016
1010
  msgid "Available schema versions"
1017
1011
  msgstr ""
1018
1012
 
@@ -1028,6 +1022,9 @@ msgstr ""
1028
1022
  msgid "Base URL for finding alternate content"
1029
1023
  msgstr ""
1030
1024
 
1025
+ msgid "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/."
1026
+ msgstr ""
1027
+
1031
1028
  msgid "Base URL to perform repo discovery on"
1032
1029
  msgstr ""
1033
1030
 
@@ -1073,6 +1070,24 @@ msgstr "Zakładki w tym wyszukiwaniu"
1073
1070
  msgid "Bookmarks marked as public are available to all users"
1074
1071
  msgstr ""
1075
1072
 
1073
+ msgid "Bootc rollback via Bootc interface"
1074
+ msgstr ""
1075
+
1076
+ msgid "Bootc status via Bootc interface"
1077
+ msgstr ""
1078
+
1079
+ msgid "Bootc switch via Bootc interface"
1080
+ msgstr ""
1081
+
1082
+ msgid "Bootc upgrade via Bootc interface"
1083
+ msgstr ""
1084
+
1085
+ msgid "Booted Container Images"
1086
+ msgstr ""
1087
+
1088
+ msgid "Booted container images"
1089
+ msgstr ""
1090
+
1076
1091
  msgid "Both"
1077
1092
  msgstr ""
1078
1093
 
@@ -1352,6 +1367,9 @@ msgstr ""
1352
1367
  msgid "Cannot upload Container Image content."
1353
1368
  msgstr ""
1354
1369
 
1370
+ msgid "Cannot upload container content via Hammer/API. Use podman push instead."
1371
+ msgstr ""
1372
+
1355
1373
  msgid "Capacity"
1356
1374
  msgstr ""
1357
1375
 
@@ -1427,13 +1445,13 @@ msgstr "Zamknij"
1427
1445
  msgid "Collapse All"
1428
1446
  msgstr ""
1429
1447
 
1430
- 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."
1448
+ 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."
1431
1449
  msgstr ""
1432
1450
 
1433
- 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."
1451
+ 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."
1434
1452
  msgstr ""
1435
1453
 
1436
- 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."
1454
+ 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."
1437
1455
  msgstr ""
1438
1456
 
1439
1457
  msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
@@ -1445,9 +1463,6 @@ msgstr ""
1445
1463
  msgid "Comma-separated list of tags to sync for a container image repository"
1446
1464
  msgstr ""
1447
1465
 
1448
- msgid "Commit upload"
1449
- msgstr ""
1450
-
1451
1466
  msgid "Compare"
1452
1467
  msgstr ""
1453
1468
 
@@ -1658,6 +1673,9 @@ msgstr ""
1658
1673
  msgid "Content imported by %{user} into content view '%{name}'"
1659
1674
  msgstr ""
1660
1675
 
1676
+ msgid "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer."
1677
+ msgstr ""
1678
+
1661
1679
  msgid "Content not uploaded to pulp"
1662
1680
  msgstr ""
1663
1681
 
@@ -1718,6 +1736,9 @@ msgstr ""
1718
1736
  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."
1719
1737
  msgstr ""
1720
1738
 
1739
+ msgid "Content view environment"
1740
+ msgstr ""
1741
+
1721
1742
  msgid "Content view environments"
1722
1743
  msgstr ""
1723
1744
 
@@ -1766,6 +1787,9 @@ msgstr ""
1766
1787
  msgid "Content view version is empty"
1767
1788
  msgstr ""
1768
1789
 
1790
+ msgid "Content view version is empty or content counts are not up to date"
1791
+ msgstr ""
1792
+
1769
1793
  msgid "Content views"
1770
1794
  msgstr ""
1771
1795
 
@@ -1793,27 +1817,15 @@ msgstr ""
1793
1817
  msgid "Copy"
1794
1818
  msgstr ""
1795
1819
 
1796
- msgid "Copy all units"
1797
- msgstr ""
1798
-
1799
1820
  msgid "Copy an activation key"
1800
1821
  msgstr ""
1801
1822
 
1802
- msgid "Copy content"
1803
- msgstr ""
1804
-
1805
1823
  msgid "Copy content view"
1806
1824
  msgstr ""
1807
1825
 
1808
1826
  msgid "Copy to clipboard"
1809
1827
  msgstr ""
1810
1828
 
1811
- msgid "Copy version"
1812
- msgstr ""
1813
-
1814
- msgid "Copy version units to library"
1815
- msgstr ""
1816
-
1817
1829
  msgid "Cores per socket"
1818
1830
  msgstr "Rdzeni na socket"
1819
1831
 
@@ -1988,6 +2000,9 @@ msgstr ""
1988
2000
  msgid "Create a filter rule. The parameters included should be based upon the filter type."
1989
2001
  msgstr ""
1990
2002
 
2003
+ msgid "Create a flatpak remote"
2004
+ msgstr ""
2005
+
1991
2006
  msgid "Create a host collection"
1992
2007
  msgstr ""
1993
2008
 
@@ -2018,21 +2033,12 @@ msgstr ""
2018
2033
  msgid "Create content view"
2019
2034
  msgstr ""
2020
2035
 
2021
- msgid "Create exporter"
2022
- msgstr ""
2023
-
2024
2036
  msgid "Create filter"
2025
2037
  msgstr ""
2026
2038
 
2027
2039
  msgid "Create host collection"
2028
2040
  msgstr ""
2029
2041
 
2030
- msgid "Create import"
2031
- msgstr ""
2032
-
2033
- msgid "Create importer"
2034
- msgstr ""
2035
-
2036
2042
  msgid "Create new activation key"
2037
2043
  msgstr ""
2038
2044
 
@@ -2042,12 +2048,6 @@ msgstr ""
2042
2048
  msgid "Create package filter rule"
2043
2049
  msgstr ""
2044
2050
 
2045
- msgid "Create publication"
2046
- msgstr ""
2047
-
2048
- msgid "Create remote"
2049
- msgstr ""
2050
-
2051
2051
  msgid "Create rule"
2052
2052
  msgstr ""
2053
2053
 
@@ -2273,6 +2273,9 @@ msgstr ""
2273
2273
  msgid "Delete a filter rule"
2274
2274
  msgstr ""
2275
2275
 
2276
+ msgid "Delete a flatpak remote"
2277
+ msgstr ""
2278
+
2276
2279
  msgid "Delete activation key?"
2277
2280
  msgstr ""
2278
2281
 
@@ -2294,36 +2297,12 @@ msgstr ""
2294
2297
  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."
2295
2298
  msgstr ""
2296
2299
 
2297
- msgid "Delete distributions"
2298
- msgstr ""
2299
-
2300
2300
  msgid "Delete manifest from Red Hat provider"
2301
2301
  msgstr ""
2302
2302
 
2303
2303
  msgid "Delete multiple filters from a content view"
2304
2304
  msgstr ""
2305
2305
 
2306
- msgid "Delete orphan alternate content sources"
2307
- msgstr ""
2308
-
2309
- msgid "Delete orphan distributions"
2310
- msgstr ""
2311
-
2312
- msgid "Delete orphan remotes"
2313
- msgstr ""
2314
-
2315
- msgid "Delete orphan repository versions"
2316
- msgstr ""
2317
-
2318
- msgid "Delete orphaned migrated repositories"
2319
- msgstr ""
2320
-
2321
- msgid "Delete remote"
2322
- msgstr ""
2323
-
2324
- msgid "Delete repository references"
2325
- msgstr ""
2326
-
2327
2306
  msgid "Delete version"
2328
2307
  msgstr ""
2329
2308
 
@@ -2369,6 +2348,9 @@ msgstr ""
2369
2348
  msgid "Description for the new published content view version"
2370
2349
  msgstr ""
2371
2350
 
2351
+ msgid "Description of the flatpak remote"
2352
+ msgstr ""
2353
+
2372
2354
  msgid "Description of the repository"
2373
2355
  msgstr ""
2374
2356
 
@@ -2420,12 +2402,6 @@ msgstr ""
2420
2402
  msgid "Destroy an environment in an organization"
2421
2403
  msgstr ""
2422
2404
 
2423
- msgid "Destroy exporter"
2424
- msgstr ""
2425
-
2426
- msgid "Destroy importer"
2427
- msgstr ""
2428
-
2429
2405
  msgid "Destroy one or more alternate content sources"
2430
2406
  msgstr ""
2431
2407
 
@@ -2474,9 +2450,6 @@ msgstr "Wyłączone"
2474
2450
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2475
2451
  msgstr ""
2476
2452
 
2477
- msgid "Discover"
2478
- msgstr ""
2479
-
2480
2453
  msgid "Discover Repositories"
2481
2454
  msgstr ""
2482
2455
 
@@ -2672,9 +2645,6 @@ msgstr "ID środowiska "
2672
2645
  msgid "Environment cannot be in its own promotion path"
2673
2646
  msgstr ""
2674
2647
 
2675
- msgid "Environment contents refresh"
2676
- msgstr ""
2677
-
2678
2648
  msgid "Environment identifier"
2679
2649
  msgstr ""
2680
2650
 
@@ -2714,9 +2684,6 @@ msgstr ""
2714
2684
  msgid "Errata id of the erratum (RHSA-2012:108)"
2715
2685
  msgstr ""
2716
2686
 
2717
- msgid "Errata mail"
2718
- msgstr ""
2719
-
2720
2687
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2721
2688
  msgstr ""
2722
2689
 
@@ -2876,9 +2843,6 @@ msgstr ""
2876
2843
  msgid "Fetch installable errata for one or more hosts."
2877
2844
  msgstr ""
2878
2845
 
2879
- msgid "Fetch pxe files"
2880
- msgstr ""
2881
-
2882
2846
  msgid "Fetch traces for one or more hosts"
2883
2847
  msgstr ""
2884
2848
 
@@ -2972,9 +2936,6 @@ msgstr ""
2972
2936
  msgid "Filter versions that are components in the specified composite version"
2973
2937
  msgstr ""
2974
2938
 
2975
- msgid "Filtered index content"
2976
- msgstr ""
2977
-
2978
2939
  msgid "Filters"
2979
2940
  msgstr "Filtry"
2980
2941
 
@@ -2996,6 +2957,15 @@ msgstr ""
2996
2957
  msgid "Finished"
2997
2958
  msgstr ""
2998
2959
 
2960
+ msgid "Flatpak Remotes"
2961
+ msgstr ""
2962
+
2963
+ msgid "Flatpak remote numeric identifier"
2964
+ msgstr ""
2965
+
2966
+ msgid "Flatpak remote repository numeric identifier"
2967
+ msgstr ""
2968
+
2999
2969
  msgid "Force"
3000
2970
  msgstr ""
3001
2971
 
@@ -3058,9 +3028,6 @@ msgstr ""
3058
3028
  msgid "Generate host applicability"
3059
3029
  msgstr ""
3060
3030
 
3061
- msgid "Generate metadata"
3062
- msgstr ""
3063
-
3064
3031
  msgid "Generate repository applicability"
3065
3032
  msgstr ""
3066
3033
 
@@ -3298,12 +3265,6 @@ msgstr ""
3298
3265
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3299
3266
  msgstr ""
3300
3267
 
3301
- msgid "Hypervisors"
3302
- msgstr ""
3303
-
3304
- msgid "Hypervisors update"
3305
- msgstr ""
3306
-
3307
3268
  msgid "ID of a HTTP Proxy"
3308
3269
  msgstr ""
3309
3270
 
@@ -3325,6 +3286,9 @@ msgstr ""
3325
3286
  msgid "ID of an organization to show repositories in"
3326
3287
  msgstr ""
3327
3288
 
3289
+ msgid "ID of flatpak remote to show repositories of"
3290
+ msgstr ""
3291
+
3328
3292
  msgid "ID of the Organization"
3329
3293
  msgstr ""
3330
3294
 
@@ -3385,12 +3349,18 @@ msgstr ""
3385
3349
  msgid "Id of the content host"
3386
3350
  msgstr ""
3387
3351
 
3352
+ msgid "Id of the content view to limit the content counting on"
3353
+ msgstr ""
3354
+
3388
3355
  msgid "Id of the content view to limit the synchronization on"
3389
3356
  msgstr ""
3390
3357
 
3391
3358
  msgid "Id of the content view to limit verifying checksum on"
3392
3359
  msgstr ""
3393
3360
 
3361
+ msgid "Id of the environment to limit the content counting on"
3362
+ msgstr ""
3363
+
3394
3364
  msgid "Id of the environment to limit the synchronization on"
3395
3365
  msgstr ""
3396
3366
 
@@ -3412,6 +3382,9 @@ msgstr ""
3412
3382
  msgid "Id of the organization to limit environments on"
3413
3383
  msgstr ""
3414
3384
 
3385
+ msgid "Id of the repository to limit the content counting on"
3386
+ msgstr ""
3387
+
3415
3388
  msgid "Id of the repository to limit the synchronization on"
3416
3389
  msgstr ""
3417
3390
 
@@ -3549,6 +3522,27 @@ msgstr ""
3549
3522
  msgid "Image"
3550
3523
  msgstr ""
3551
3524
 
3525
+ msgid "Image digest"
3526
+ msgstr ""
3527
+
3528
+ msgid "Image digests"
3529
+ msgstr ""
3530
+
3531
+ msgid "Image mode"
3532
+ msgstr ""
3533
+
3534
+ msgid "Image mode / package mode"
3535
+ msgstr ""
3536
+
3537
+ msgid "Image mode details"
3538
+ msgstr ""
3539
+
3540
+ msgid "Image name"
3541
+ msgstr ""
3542
+
3543
+ msgid "Image-mode host"
3544
+ msgstr ""
3545
+
3552
3546
  msgid "Immediate"
3553
3547
  msgstr ""
3554
3548
 
@@ -3591,9 +3585,6 @@ msgstr ""
3591
3585
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3592
3586
  msgstr ""
3593
3587
 
3594
- msgid "Import migration"
3595
- msgstr ""
3596
-
3597
3588
  msgid "Import new manifest"
3598
3589
  msgstr ""
3599
3590
 
@@ -3603,12 +3594,6 @@ msgstr ""
3603
3594
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3604
3595
  msgstr ""
3605
3596
 
3606
- msgid "Import repository upload"
3607
- msgstr ""
3608
-
3609
- msgid "Import upload"
3610
- msgstr ""
3611
-
3612
3597
  msgid "Import uploads into a repository"
3613
3598
  msgstr ""
3614
3599
 
@@ -3651,6 +3636,9 @@ msgstr ""
3651
3636
  msgid "Include filter"
3652
3637
  msgstr ""
3653
3638
 
3639
+ msgid "Include manifests"
3640
+ msgstr ""
3641
+
3654
3642
  msgid "Included"
3655
3643
  msgstr ""
3656
3644
 
@@ -3672,9 +3660,6 @@ msgstr ""
3672
3660
  msgid "Incremental Update incomplete."
3673
3661
  msgstr ""
3674
3662
 
3675
- msgid "Incremental Update of Content View Version(s) "
3676
- msgstr ""
3677
-
3678
3663
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3679
3664
  msgstr ""
3680
3665
 
@@ -3687,27 +3672,12 @@ msgstr ""
3687
3672
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3688
3673
  msgstr ""
3689
3674
 
3690
- msgid "Index content"
3691
- msgstr ""
3692
-
3693
- msgid "Index errata"
3694
- msgstr ""
3695
-
3696
- msgid "Index module streams"
3697
- msgstr ""
3698
-
3699
- msgid "Index package groups"
3700
- msgstr ""
3701
-
3702
3675
  msgid "Informable Type must be one of the following [ %{list} ]"
3703
3676
  msgstr ""
3704
3677
 
3705
3678
  msgid "Inherit from Repository"
3706
3679
  msgstr ""
3707
3680
 
3708
- msgid "Initialize"
3709
- msgstr ""
3710
-
3711
3681
  msgid "Initiate a sync of the products attached to the sync plan"
3712
3682
  msgstr ""
3713
3683
 
@@ -3783,9 +3753,6 @@ msgstr ""
3783
3753
  msgid "Installing Package..."
3784
3754
  msgstr ""
3785
3755
 
3786
- msgid "Instance update"
3787
- msgstr ""
3788
-
3789
3756
  msgid "Instance-based"
3790
3757
  msgstr ""
3791
3758
 
@@ -3816,7 +3783,7 @@ msgstr ""
3816
3783
  msgid "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'"
3817
3784
  msgstr ""
3818
3785
 
3819
- msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or 'types'"
3786
+ 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'"
3820
3787
  msgstr ""
3821
3788
 
3822
3789
  msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
@@ -3900,9 +3867,27 @@ msgstr ""
3900
3867
  msgid "Job '${description}' has started."
3901
3868
  msgstr ""
3902
3869
 
3870
+ msgid "Katello Bootc interface"
3871
+ msgstr ""
3872
+
3903
3873
  msgid "Katello ID of local pool to update"
3904
3874
  msgstr ""
3905
3875
 
3876
+ msgid "Katello: Bootc Action"
3877
+ msgstr ""
3878
+
3879
+ msgid "Katello: Bootc Rollback"
3880
+ msgstr ""
3881
+
3882
+ msgid "Katello: Bootc Status"
3883
+ msgstr ""
3884
+
3885
+ msgid "Katello: Bootc Switch"
3886
+ msgstr ""
3887
+
3888
+ msgid "Katello: Bootc Upgrade"
3889
+ msgstr ""
3890
+
3906
3891
  msgid "Katello: Configure host for new content source"
3907
3892
  msgstr ""
3908
3893
 
@@ -3951,6 +3936,9 @@ msgstr ""
3951
3936
  msgid "Katello: Upload Profile"
3952
3937
  msgstr ""
3953
3938
 
3939
+ msgid "Keep latest packages"
3940
+ msgstr ""
3941
+
3954
3942
  msgid "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)"
3955
3943
  msgstr ""
3956
3944
 
@@ -3975,6 +3963,9 @@ msgstr ""
3975
3963
  msgid "Label of the content view"
3976
3964
  msgstr ""
3977
3965
 
3966
+ msgid "Label of the flatpak remote"
3967
+ msgstr ""
3968
+
3978
3969
  msgid "Last check-in:"
3979
3970
  msgstr ""
3980
3971
 
@@ -4140,6 +4131,9 @@ msgstr ""
4140
4131
  msgid "List available subscriptions from Red Hat Subscription Management"
4141
4132
  msgstr ""
4142
4133
 
4134
+ msgid "List booted bootc container images for hosts"
4135
+ msgstr ""
4136
+
4143
4137
  msgid "List components attached to this content view"
4144
4138
  msgstr ""
4145
4139
 
@@ -4179,6 +4173,15 @@ msgstr ""
4179
4173
  msgid "List filter rules"
4180
4174
  msgstr ""
4181
4175
 
4176
+ msgid "List flatpak remote repositories"
4177
+ msgstr ""
4178
+
4179
+ msgid "List flatpak remote's repositories"
4180
+ msgstr ""
4181
+
4182
+ msgid "List flatpak remotes"
4183
+ msgstr ""
4184
+
4182
4185
  msgid "List host collections"
4183
4186
  msgstr ""
4184
4187
 
@@ -4344,6 +4347,9 @@ msgstr ""
4344
4347
  msgid "List the lifecycle environments not attached to the smart proxy"
4345
4348
  msgstr ""
4346
4349
 
4350
+ msgid "Load balancer"
4351
+ msgstr ""
4352
+
4347
4353
  msgid "Loading"
4348
4354
  msgstr "Ładowanie"
4349
4355
 
@@ -4473,9 +4479,6 @@ msgstr "Wiadomość"
4473
4479
  msgid "Messaging connection"
4474
4480
  msgstr ""
4475
4481
 
4476
- msgid "Metadata generate"
4477
- msgstr ""
4478
-
4479
4482
  msgid ""
4480
4483
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4481
4484
  "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."
@@ -4487,6 +4490,12 @@ msgstr ""
4487
4490
  msgid "Minimum version"
4488
4491
  msgstr ""
4489
4492
 
4493
+ msgid "Mirror Remote Repository"
4494
+ msgstr ""
4495
+
4496
+ msgid "Mirror a flatpak remote repository"
4497
+ msgstr ""
4498
+
4490
4499
  msgid "Missing activation key!"
4491
4500
  msgstr ""
4492
4501
 
@@ -4499,6 +4508,9 @@ msgstr "Model"
4499
4508
  msgid "Moderate"
4500
4509
  msgstr ""
4501
4510
 
4511
+ msgid "Modify via remote execution"
4512
+ msgstr ""
4513
+
4502
4514
  msgid "Modular"
4503
4515
  msgstr ""
4504
4516
 
@@ -4520,13 +4532,7 @@ msgstr ""
4520
4532
  msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
4521
4533
  msgstr ""
4522
4534
 
4523
- msgid "Multi copy all units"
4524
- msgstr ""
4525
-
4526
- msgid "Multi copy content"
4527
- msgstr ""
4528
-
4529
- msgid "Multi copy units"
4535
+ msgid "Multi Content View Environment"
4530
4536
  msgstr ""
4531
4537
 
4532
4538
  msgid "Multi-entitlement"
@@ -4586,6 +4592,12 @@ msgstr ""
4586
4592
  msgid "Name of the content view"
4587
4593
  msgstr ""
4588
4594
 
4595
+ msgid "Name of the flatpak remote"
4596
+ msgstr ""
4597
+
4598
+ msgid "Name of the flatpak remote repository"
4599
+ msgstr ""
4600
+
4589
4601
  msgid "Name of the host"
4590
4602
  msgstr ""
4591
4603
 
@@ -4709,6 +4721,9 @@ msgstr ""
4709
4721
  msgid "No content in selected versions."
4710
4722
  msgstr ""
4711
4723
 
4724
+ msgid "No content view environments"
4725
+ msgstr ""
4726
+
4712
4727
  msgid "No content view environments found with ids: %{ids}"
4713
4728
  msgstr ""
4714
4729
 
@@ -4745,9 +4760,6 @@ msgstr ""
4745
4760
  msgid "No enabled repositories match your search criteria."
4746
4761
  msgstr ""
4747
4762
 
4748
- msgid "No environment"
4749
- msgstr ""
4750
-
4751
4763
  msgid "No environments"
4752
4764
  msgstr ""
4753
4765
 
@@ -5330,7 +5342,10 @@ msgstr ""
5330
5342
  msgid "Package installation: \"%{package}\" "
5331
5343
  msgstr ""
5332
5344
 
5333
- 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."
5345
+ msgid "Package mode"
5346
+ msgstr ""
5347
+
5348
+ 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."
5334
5349
  msgstr ""
5335
5350
 
5336
5351
  msgid "Packages"
@@ -5459,6 +5474,9 @@ msgstr "Proszę czekać"
5459
5474
  msgid "Policy to set for mirroring content. Must be one of %s."
5460
5475
  msgstr ""
5461
5476
 
5477
+ msgid "Possible values: %s"
5478
+ msgstr ""
5479
+
5462
5480
  msgid "Prefer registered through Smart Proxy for remote execution"
5463
5481
  msgstr ""
5464
5482
 
@@ -5507,6 +5525,9 @@ msgstr ""
5507
5525
  msgid "Product ID"
5508
5526
  msgstr ""
5509
5527
 
5528
+ msgid "Product ID to mirror the remote repository to"
5529
+ msgstr ""
5530
+
5510
5531
  msgid "Product and Repositories"
5511
5532
  msgstr ""
5512
5533
 
@@ -5689,9 +5710,6 @@ msgstr ""
5689
5710
  msgid "Pulp task error"
5690
5711
  msgstr ""
5691
5712
 
5692
- msgid "Purge completed tasks"
5693
- msgstr ""
5694
-
5695
5713
  msgid "Python Package"
5696
5714
  msgstr ""
5697
5715
 
@@ -5800,9 +5818,6 @@ msgstr ""
5800
5818
  msgid "Reclaim Space"
5801
5819
  msgstr ""
5802
5820
 
5803
- msgid "Reclaim space"
5804
- msgstr ""
5805
-
5806
5821
  msgid "Reclaim space from On Demand repositories"
5807
5822
  msgstr ""
5808
5823
 
@@ -5866,9 +5881,6 @@ msgstr ""
5866
5881
  msgid "Refresh all alternate content sources"
5867
5882
  msgstr ""
5868
5883
 
5869
- msgid "Refresh all distributions"
5870
- msgstr ""
5871
-
5872
5884
  msgid "Refresh alternate content sources"
5873
5885
  msgstr ""
5874
5886
 
@@ -5881,27 +5893,15 @@ msgstr ""
5881
5893
  msgid "Refresh counts"
5882
5894
  msgstr ""
5883
5895
 
5884
- msgid "Refresh distribution"
5885
- msgstr ""
5886
-
5887
5896
  msgid "Refresh errata applicability"
5888
5897
  msgstr ""
5889
5898
 
5890
- msgid "Refresh if needed"
5891
- msgstr ""
5892
-
5893
5899
  msgid "Refresh package applicability"
5894
5900
  msgstr ""
5895
5901
 
5896
5902
  msgid "Refresh previously imported manifest for Red Hat provider"
5897
5903
  msgstr ""
5898
5904
 
5899
- msgid "Refresh remote"
5900
- msgstr ""
5901
-
5902
- msgid "Refresh repos"
5903
- msgstr ""
5904
-
5905
5905
  msgid "Refresh source"
5906
5906
  msgstr ""
5907
5907
 
@@ -5926,6 +5926,9 @@ msgstr ""
5926
5926
  msgid "Registered on"
5927
5927
  msgstr ""
5928
5928
 
5929
+ msgid "Registered to"
5930
+ msgstr ""
5931
+
5929
5932
  msgid "Registering to multiple environments is not enabled."
5930
5933
  msgstr ""
5931
5934
 
@@ -5941,9 +5944,6 @@ msgstr ""
5941
5944
  msgid "Registry name pattern will result in invalid container image name of member repositories"
5942
5945
  msgstr ""
5943
5946
 
5944
- msgid "Reindex subscriptions"
5945
- msgstr ""
5946
-
5947
5947
  msgid "Related composite content views"
5948
5948
  msgstr ""
5949
5949
 
@@ -6040,9 +6040,6 @@ msgstr ""
6040
6040
  msgid "Remove one or more subscriptions from an upstream manifest"
6041
6041
  msgstr ""
6042
6042
 
6043
- msgid "Remove orphans"
6044
- msgstr ""
6045
-
6046
6043
  msgid "Remove package group via Katello interface"
6047
6044
  msgstr ""
6048
6045
 
@@ -6070,12 +6067,6 @@ msgstr ""
6070
6067
  msgid "Remove subscriptions from one or more hosts"
6071
6068
  msgstr ""
6072
6069
 
6073
- msgid "Remove units"
6074
- msgstr ""
6075
-
6076
- msgid "Remove unneeded repos"
6077
- msgstr ""
6078
-
6079
6070
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6080
6071
  msgstr ""
6081
6072
 
@@ -6100,9 +6091,6 @@ msgstr ""
6100
6091
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6101
6092
  msgstr ""
6102
6093
 
6103
- msgid "Repair"
6104
- msgstr ""
6105
-
6106
6094
  msgid "Replace content source on the target machine"
6107
6095
  msgstr ""
6108
6096
 
@@ -6121,18 +6109,12 @@ msgstr ""
6121
6109
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6122
6110
  msgstr ""
6123
6111
 
6124
- msgid "Repositories certs reset"
6125
- msgstr ""
6126
-
6127
6112
  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."
6128
6113
  msgstr ""
6129
6114
 
6130
6115
  msgid "Repositories from published Content Views are not allowed."
6131
6116
  msgstr ""
6132
6117
 
6133
- msgid "Repositories gpg reset"
6134
- msgstr ""
6135
-
6136
6118
  msgid "Repository"
6137
6119
  msgstr ""
6138
6120
 
@@ -6424,6 +6406,12 @@ msgstr ""
6424
6406
  msgid "Roles"
6425
6407
  msgstr "Zadania"
6426
6408
 
6409
+ msgid "Rollback image"
6410
+ msgstr ""
6411
+
6412
+ msgid "Rollback image digest"
6413
+ msgstr ""
6414
+
6427
6415
  msgid "Rules to be added"
6428
6416
  msgstr ""
6429
6417
 
@@ -6436,6 +6424,12 @@ msgstr ""
6436
6424
  msgid "Running"
6437
6425
  msgstr ""
6438
6426
 
6427
+ msgid "Running image"
6428
+ msgstr ""
6429
+
6430
+ msgid "Running image digest"
6431
+ msgstr ""
6432
+
6439
6433
  msgid "SKU"
6440
6434
  msgstr ""
6441
6435
 
@@ -6463,25 +6457,10 @@ msgstr ""
6463
6457
  msgid "Save"
6464
6458
  msgstr "Zapisz"
6465
6459
 
6466
- msgid "Save artifact"
6467
- msgstr ""
6468
-
6469
- msgid "Save distribution references"
6470
- msgstr ""
6471
-
6472
- msgid "Save publication"
6473
- msgstr ""
6474
-
6475
- msgid "Save version"
6476
- msgstr ""
6477
-
6478
- msgid "Save versions"
6479
- msgstr ""
6480
-
6481
6460
  msgid "Saving alternate content source..."
6482
6461
  msgstr ""
6483
6462
 
6484
- msgid "Scan cdn"
6463
+ msgid "Scan a flatpak remote"
6485
6464
  msgstr ""
6486
6465
 
6487
6466
  msgid "Schema version 1"
@@ -6589,9 +6568,6 @@ msgstr ""
6589
6568
  msgid "Select action"
6590
6569
  msgstr ""
6591
6570
 
6592
- msgid "Select add-ons"
6593
- msgstr ""
6594
-
6595
6571
  msgid "Select all"
6596
6572
  msgstr ""
6597
6573
 
@@ -6730,13 +6706,13 @@ msgstr ""
6730
6706
  msgid "Set content overrides to one or more hosts"
6731
6707
  msgstr ""
6732
6708
 
6733
- msgid "Set true to override to enabled; Set false to override to disabled.'"
6709
+ msgid "Set this HTTP proxy as the default content HTTP proxy"
6734
6710
  msgstr ""
6735
6711
 
6736
- msgid "Set true to remove an override and reset it to 'default'"
6712
+ msgid "Set true to override to enabled; Set false to override to disabled.'"
6737
6713
  msgstr ""
6738
6714
 
6739
- msgid "Sets the system add-ons"
6715
+ msgid "Set true to remove an override and reset it to 'default'"
6740
6716
  msgstr ""
6741
6717
 
6742
6718
  msgid "Sets the system purpose usage"
@@ -6772,6 +6748,12 @@ msgstr ""
6772
6748
  msgid "Show a content view's history"
6773
6749
  msgstr ""
6774
6750
 
6751
+ msgid "Show a flatpak remote"
6752
+ msgstr ""
6753
+
6754
+ msgid "Show a flatpak remote repository"
6755
+ msgstr ""
6756
+
6775
6757
  msgid "Show a host collection"
6776
6758
  msgstr ""
6777
6759
 
@@ -7099,6 +7081,12 @@ msgstr ""
7099
7081
  msgid "Stacking ID"
7100
7082
  msgstr ""
7101
7083
 
7084
+ msgid "Staged image"
7085
+ msgstr ""
7086
+
7087
+ msgid "Staged image digest"
7088
+ msgstr ""
7089
+
7102
7090
  msgid "Start Date"
7103
7091
  msgstr ""
7104
7092
 
@@ -7264,9 +7252,6 @@ msgstr ""
7264
7252
  msgid "Supported Content Types"
7265
7253
  msgstr ""
7266
7254
 
7267
- msgid "Sync"
7268
- msgstr ""
7269
-
7270
7255
  msgid "Sync Canceled"
7271
7256
  msgstr ""
7272
7257
 
@@ -7321,9 +7306,6 @@ msgstr ""
7321
7306
  msgid "Sync all repositories for a product"
7322
7307
  msgstr ""
7323
7308
 
7324
- msgid "Sync capsule"
7325
- msgstr ""
7326
-
7327
7309
  msgid "Sync complete."
7328
7310
  msgstr ""
7329
7311
 
@@ -7342,9 +7324,6 @@ msgstr ""
7342
7324
  msgid "Sync state"
7343
7325
  msgstr ""
7344
7326
 
7345
- msgid "Syncable export"
7346
- msgstr ""
7347
-
7348
7327
  msgid "Synced"
7349
7328
  msgstr ""
7350
7329
 
@@ -7459,6 +7438,9 @@ msgstr ""
7459
7438
  msgid "The actual file contents"
7460
7439
  msgstr ""
7461
7440
 
7441
+ msgid "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions."
7442
+ msgstr ""
7443
+
7462
7444
  msgid "The content type for the Alternate Content Source"
7463
7445
  msgstr ""
7464
7446
 
@@ -7706,6 +7688,9 @@ msgstr ""
7706
7688
  msgid "This content view version doesn't have a history."
7707
7689
  msgstr ""
7708
7690
 
7691
+ 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."
7692
+ msgstr ""
7693
+
7709
7694
  msgid "This content view will be automatically updated to the latest version."
7710
7695
  msgstr ""
7711
7696
 
@@ -7718,6 +7703,9 @@ msgstr ""
7718
7703
  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."
7719
7704
  msgstr ""
7720
7705
 
7706
+ 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."
7707
+ msgstr ""
7708
+
7721
7709
  msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7722
7710
  msgstr ""
7723
7711
 
@@ -7844,7 +7832,7 @@ msgstr ""
7844
7832
  msgid "To manage packages, select an action."
7845
7833
  msgstr ""
7846
7834
 
7847
- msgid "Toggle"
7835
+ msgid "Token/password for the flatpak remote"
7848
7836
  msgstr ""
7849
7837
 
7850
7838
  msgid "Total steps: "
@@ -8108,6 +8096,9 @@ msgstr ""
8108
8096
  msgid "Update a filter rule. The parameters included should be based upon the filter type."
8109
8097
  msgstr ""
8110
8098
 
8099
+ msgid "Update a flatpak remote"
8100
+ msgstr ""
8101
+
8111
8102
  msgid "Update a host collection"
8112
8103
  msgstr ""
8113
8104
 
@@ -8132,27 +8123,15 @@ msgstr ""
8132
8123
  msgid "Update content counts for the smart proxy"
8133
8124
  msgstr ""
8134
8125
 
8135
- msgid "Update content urls"
8136
- msgstr ""
8137
-
8138
8126
  msgid "Update content view environments for host"
8139
8127
  msgstr ""
8140
8128
 
8141
8129
  msgid "Update content view environments for host %s"
8142
8130
  msgstr ""
8143
8131
 
8144
- msgid "Update distributions"
8145
- msgstr ""
8146
-
8147
8132
  msgid "Update hosts manually"
8148
8133
  msgstr ""
8149
8134
 
8150
- msgid "Update http proxy"
8151
- msgstr ""
8152
-
8153
- msgid "Update http proxy details"
8154
- msgstr ""
8155
-
8156
8135
  msgid "Update installed packages, enabled repos, module inventory"
8157
8136
  msgstr ""
8158
8137
 
@@ -8168,21 +8147,12 @@ msgstr ""
8168
8147
  msgid "Update packages via Katello interface"
8169
8148
  msgstr ""
8170
8149
 
8171
- msgid "Update redhat repository"
8172
- msgstr ""
8173
-
8174
8150
  msgid "Update release version for host"
8175
8151
  msgstr ""
8176
8152
 
8177
8153
  msgid "Update release version for host %s"
8178
8154
  msgstr ""
8179
8155
 
8180
- msgid "Update remote"
8181
- msgstr ""
8182
-
8183
- msgid "Update repository"
8184
- msgstr ""
8185
-
8186
8156
  msgid "Update services requiring restart"
8187
8157
  msgstr ""
8188
8158
 
@@ -8273,12 +8243,6 @@ msgstr ""
8273
8243
  msgid "Upload a subscription manifest"
8274
8244
  msgstr ""
8275
8245
 
8276
- msgid "Upload content"
8277
- msgstr ""
8278
-
8279
- msgid "Upload file"
8280
- msgstr ""
8281
-
8282
8246
  msgid "Upload into"
8283
8247
  msgstr ""
8284
8248
 
@@ -8288,9 +8252,6 @@ msgstr ""
8288
8252
  msgid "Upload request id"
8289
8253
  msgstr ""
8290
8254
 
8291
- msgid "Upload tag"
8292
- msgstr ""
8293
-
8294
8255
  msgid "Upstream Candlepin"
8295
8256
  msgstr ""
8296
8257
 
@@ -8378,6 +8339,9 @@ msgstr "Nazwa użytkownika"
8378
8339
  msgid "Username for authentication. Relevant only for 'upstream_server' type."
8379
8340
  msgstr ""
8380
8341
 
8342
+ msgid "Username for the flatpak remote"
8343
+ msgstr ""
8344
+
8381
8345
  msgid "Username of the upstream repository user used for authentication"
8382
8346
  msgstr ""
8383
8347
 
@@ -8402,9 +8366,6 @@ msgstr ""
8402
8366
  msgid "Verify SSL"
8403
8367
  msgstr ""
8404
8368
 
8405
- msgid "Verify checksum"
8406
- msgstr ""
8407
-
8408
8369
  msgid "Verify checksum for content on smart proxy"
8409
8370
  msgstr ""
8410
8371
 
@@ -8711,6 +8672,9 @@ msgstr ""
8711
8672
  msgid "actions not found"
8712
8673
  msgstr ""
8713
8674
 
8675
+ msgid "activation key"
8676
+ msgstr ""
8677
+
8714
8678
  msgid "activation key identifier"
8715
8679
  msgstr ""
8716
8680
 
@@ -8822,7 +8786,7 @@ msgstr ""
8822
8786
  msgid "cannot be set because unlimited hosts is set"
8823
8787
  msgstr ""
8824
8788
 
8825
- msgid "cannot be set for non-yum repositories."
8789
+ msgid "cannot be set for repositories without 'Additive' mirroring policy."
8826
8790
  msgstr ""
8827
8791
 
8828
8792
  msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
@@ -8864,6 +8828,9 @@ msgstr ""
8864
8828
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8865
8829
  msgstr ""
8866
8830
 
8831
+ msgid "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
8832
+ msgstr ""
8833
+
8867
8834
  msgid "content view component ID. Identifier of the component association"
8868
8835
  msgstr ""
8869
8836
 
@@ -8948,7 +8915,7 @@ msgstr ""
8948
8915
  msgid "disk"
8949
8916
  msgstr ""
8950
8917
 
8951
- msgid "download policy for yum, deb, and docker repos (either 'immediate' or 'on_demand')"
8918
+ msgid "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')"
8952
8919
  msgstr ""
8953
8920
 
8954
8921
  msgid "enables or disables synchronization"
@@ -8987,6 +8954,9 @@ msgstr ""
8987
8954
  msgid "erratum: IDs or a select all object"
8988
8955
  msgstr ""
8989
8956
 
8957
+ msgid "erratum: allow types not matching a valid errata type"
8958
+ msgstr ""
8959
+
8990
8960
  msgid "erratum: end date (YYYY-MM-DD)"
8991
8961
  msgstr ""
8992
8962
 
@@ -9047,6 +9017,9 @@ msgstr ""
9047
9017
  msgid "here"
9048
9018
  msgstr ""
9049
9019
 
9020
+ msgid "host"
9021
+ msgstr ""
9022
+
9050
9023
  msgid "host collection name to filter by"
9051
9024
  msgstr ""
9052
9025
 
@@ -9167,6 +9140,18 @@ msgstr ""
9167
9140
  msgid "module streams not found"
9168
9141
  msgstr ""
9169
9142
 
9143
+ msgid "multi-environment activation key"
9144
+ msgstr ""
9145
+
9146
+ msgid "multi-environment activation keys"
9147
+ msgstr ""
9148
+
9149
+ msgid "multi-environment host"
9150
+ msgstr ""
9151
+
9152
+ msgid "multi-environment hosts"
9153
+ msgstr ""
9154
+
9170
9155
  msgid "must be %{gpg_key} or %{cert}"
9171
9156
  msgstr ""
9172
9157