katello 4.15.0 → 4.16.0.rc1

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

Potentially problematic release.


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

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