katello 4.15.0 → 4.16.0.rc2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (513) 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/hosts/host_and_hostgroup_edit.js +9 -8
  4. data/app/assets/javascripts/katello/locale/bn/katello.js +248 -263
  5. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +247 -262
  6. data/app/assets/javascripts/katello/locale/ca/katello.js +247 -262
  7. data/app/assets/javascripts/katello/locale/cs/katello.js +521 -536
  8. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +253 -268
  9. data/app/assets/javascripts/katello/locale/de/katello.js +248 -263
  10. data/app/assets/javascripts/katello/locale/de_AT/katello.js +247 -262
  11. data/app/assets/javascripts/katello/locale/de_DE/katello.js +249 -264
  12. data/app/assets/javascripts/katello/locale/el/katello.js +251 -266
  13. data/app/assets/javascripts/katello/locale/en/katello.js +253 -268
  14. data/app/assets/javascripts/katello/locale/en_GB/katello.js +263 -278
  15. data/app/assets/javascripts/katello/locale/en_US/katello.js +247 -262
  16. data/app/assets/javascripts/katello/locale/es/katello.js +248 -263
  17. data/app/assets/javascripts/katello/locale/et_EE/katello.js +247 -262
  18. data/app/assets/javascripts/katello/locale/fr/katello.js +250 -265
  19. data/app/assets/javascripts/katello/locale/gl/katello.js +247 -262
  20. data/app/assets/javascripts/katello/locale/gu/katello.js +249 -264
  21. data/app/assets/javascripts/katello/locale/he_IL/katello.js +249 -264
  22. data/app/assets/javascripts/katello/locale/hi/katello.js +248 -263
  23. data/app/assets/javascripts/katello/locale/id/katello.js +261 -275
  24. data/app/assets/javascripts/katello/locale/it/katello.js +252 -267
  25. data/app/assets/javascripts/katello/locale/ja/katello.js +250 -265
  26. data/app/assets/javascripts/katello/locale/ka/katello.js +247 -262
  27. data/app/assets/javascripts/katello/locale/kn/katello.js +248 -263
  28. data/app/assets/javascripts/katello/locale/ko/katello.js +248 -263
  29. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +247 -262
  30. data/app/assets/javascripts/katello/locale/mr/katello.js +248 -263
  31. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +252 -267
  32. data/app/assets/javascripts/katello/locale/or/katello.js +248 -263
  33. data/app/assets/javascripts/katello/locale/pa/katello.js +248 -263
  34. data/app/assets/javascripts/katello/locale/pl/katello.js +248 -263
  35. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +247 -262
  36. data/app/assets/javascripts/katello/locale/pt/katello.js +248 -263
  37. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +248 -263
  38. data/app/assets/javascripts/katello/locale/ro/katello.js +247 -262
  39. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +247 -262
  40. data/app/assets/javascripts/katello/locale/ru/katello.js +253 -268
  41. data/app/assets/javascripts/katello/locale/sl/katello.js +247 -262
  42. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +248 -263
  43. data/app/assets/javascripts/katello/locale/ta/katello.js +248 -263
  44. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +247 -262
  45. data/app/assets/javascripts/katello/locale/te/katello.js +248 -263
  46. data/app/assets/javascripts/katello/locale/tr/katello.js +247 -262
  47. data/app/assets/javascripts/katello/locale/vi/katello.js +247 -262
  48. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +247 -262
  49. data/app/assets/javascripts/katello/locale/zh/katello.js +247 -262
  50. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +250 -265
  51. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -270
  52. data/app/assets/javascripts/katello/sync_management/sync_management.js +16 -2
  53. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +46 -10
  54. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  55. data/app/controllers/katello/api/v2/activation_keys_controller.rb +4 -9
  56. data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
  57. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +3 -1
  58. data/app/controllers/katello/api/v2/content_views_controller.rb +4 -1
  59. data/app/controllers/katello/api/v2/environments_controller.rb +4 -0
  60. data/app/controllers/katello/api/v2/errata_controller.rb +12 -1
  61. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +81 -0
  62. data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +86 -0
  63. data/app/controllers/katello/api/v2/host_bootc_images_controller.rb +71 -0
  64. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +4 -6
  65. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -5
  66. data/app/controllers/katello/api/v2/repositories_controller.rb +18 -3
  67. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +0 -8
  68. data/app/controllers/katello/concerns/api/v2/http_proxies_controller_extensions.rb +17 -0
  69. data/app/controllers/katello/concerns/http_proxies_controller_extensions.rb +20 -0
  70. data/app/controllers/katello/sync_management_controller.rb +6 -2
  71. data/app/helpers/katello/content_source_helper.rb +8 -1
  72. data/app/helpers/katello/content_view_helper.rb +3 -1
  73. data/app/lib/actions/candlepin/activation_key/create.rb +1 -3
  74. data/app/lib/actions/candlepin/activation_key/update.rb +1 -3
  75. data/app/lib/actions/candlepin/environment/set_content.rb +17 -4
  76. data/app/lib/actions/katello/activation_key/create.rb +1 -2
  77. data/app/lib/actions/katello/activation_key/update.rb +2 -4
  78. data/app/lib/actions/katello/capsule_content/refresh_repos.rb +7 -1
  79. data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +3 -2
  80. data/app/lib/actions/katello/content_view/publish.rb +7 -2
  81. data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +11 -2
  82. data/app/lib/actions/katello/content_view_version/incremental_update.rb +31 -22
  83. data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +30 -0
  84. data/app/lib/actions/katello/flatpak/scan_remote.rb +17 -12
  85. data/app/lib/actions/katello/host/update_system_purpose.rb +1 -6
  86. data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +18 -2
  87. data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +5 -0
  88. data/app/lib/actions/pulp3/repository/multi_copy_units.rb +4 -0
  89. data/app/lib/katello/api/v2/rendering.rb +2 -1
  90. data/app/lib/katello/concerns/base_template_scope_extensions.rb +3 -4
  91. data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +13 -0
  92. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -5
  93. data/app/lib/katello/resources/candlepin/product.rb +2 -1
  94. data/app/lib/katello/util/cveak_migrator.rb +3 -2
  95. data/app/lib/katello/validators/alternate_content_source_path_validator.rb +2 -2
  96. data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
  97. data/app/lib/katello/validators/content_validator.rb +1 -1
  98. data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +2 -2
  99. data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -2
  100. data/app/lib/katello/validators/content_view_environment_validator.rb +3 -3
  101. data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +12 -12
  102. data/app/lib/katello/validators/content_view_filter_version_validator.rb +1 -1
  103. data/app/lib/katello/validators/generated_content_view_validator.rb +1 -1
  104. data/app/lib/katello/validators/gpg_key_content_type_validator.rb +2 -2
  105. data/app/lib/katello/validators/gpg_key_content_validator.rb +5 -5
  106. data/app/lib/katello/validators/katello_label_format_validator.rb +4 -4
  107. data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
  108. data/app/lib/katello/validators/katello_url_format_validator.rb +1 -1
  109. data/app/lib/katello/validators/library_presence_validator.rb +1 -1
  110. data/app/lib/katello/validators/no_trailing_space_validator.rb +1 -1
  111. data/app/lib/katello/validators/non_library_environment_validator.rb +1 -1
  112. data/app/lib/katello/validators/not_in_library_validator.rb +1 -1
  113. data/app/lib/katello/validators/path_descendents_validator.rb +1 -1
  114. data/app/lib/katello/validators/prior_validator.rb +1 -1
  115. data/app/lib/katello/validators/product_unique_attribute_validator.rb +1 -1
  116. data/app/lib/katello/validators/repo_disablement_validator.rb +2 -2
  117. data/app/lib/katello/validators/root_repository_unique_attribute_validator.rb +1 -1
  118. data/app/lib/katello/validators/self_reference_environment_validator.rb +1 -1
  119. data/app/lib/katello/validators/unique_field_in_org.rb +1 -1
  120. data/app/models/katello/activation_key.rb +6 -17
  121. data/app/models/katello/authorization/flatpak_remote.rb +33 -0
  122. data/app/models/katello/concerns/content_facet_host_extensions.rb +2 -1
  123. data/app/models/katello/concerns/host_managed_extensions.rb +8 -5
  124. data/app/models/katello/concerns/http_proxy_extensions.rb +4 -0
  125. data/app/models/katello/concerns/smart_proxy_extensions.rb +30 -6
  126. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -8
  127. data/app/models/katello/content_view.rb +6 -4
  128. data/app/models/katello/content_view_erratum_filter.rb +18 -2
  129. data/app/models/katello/content_view_version.rb +6 -0
  130. data/app/models/katello/docker_manifest.rb +8 -0
  131. data/app/models/katello/docker_manifest_list.rb +8 -0
  132. data/app/models/katello/erratum.rb +8 -2
  133. data/app/models/katello/flatpak_remote.rb +16 -0
  134. data/app/models/katello/flatpak_remote_repository.rb +18 -0
  135. data/app/models/katello/flatpak_remote_repository_manifest.rb +4 -0
  136. data/app/models/katello/glue/candlepin/pool.rb +1 -1
  137. data/app/models/katello/glue/pulp/repos.rb +12 -1
  138. data/app/models/katello/host/content_facet.rb +42 -3
  139. data/app/models/katello/host/subscription_facet.rb +4 -12
  140. data/app/models/katello/repository.rb +22 -8
  141. data/app/models/katello/rhel_lifecycle_status.rb +6 -0
  142. data/app/models/katello/root_repository.rb +6 -8
  143. data/app/models/katello/upstream_pool.rb +1 -0
  144. data/app/overrides/add_organization_attributes.rb +6 -0
  145. data/app/services/katello/product_content_finder.rb +2 -1
  146. data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +1 -1
  147. data/app/services/katello/pulp3/docker_manifest.rb +3 -2
  148. data/app/services/katello/pulp3/docker_manifest_list.rb +3 -2
  149. data/app/services/katello/pulp3/repository/ansible_collection.rb +8 -1
  150. data/app/services/katello/pulp3/repository/apt.rb +37 -21
  151. data/app/services/katello/pulp3/repository/file.rb +4 -2
  152. data/app/services/katello/pulp3/repository.rb +4 -0
  153. data/app/services/katello/pulp3/task.rb +2 -2
  154. data/app/views/foreman/job_templates/bootc_action.erb +26 -0
  155. data/app/views/foreman/job_templates/bootc_rollback.erb +13 -0
  156. data/app/views/foreman/job_templates/bootc_status.erb +13 -0
  157. data/app/views/foreman/job_templates/bootc_switch.erb +13 -0
  158. data/app/views/foreman/job_templates/bootc_upgrade.erb +13 -0
  159. data/app/views/foreman/job_templates/flatpak_install.erb +23 -0
  160. data/app/views/foreman/job_templates/flatpak_login_action.erb +30 -0
  161. data/app/views/foreman/job_templates/flatpak_setup.erb +27 -0
  162. data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
  163. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
  164. data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +1 -1
  165. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
  166. data/app/views/katello/api/v2/activation_keys/base.json.rabl +0 -4
  167. data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -1
  168. data/app/views/katello/api/v2/content_facet/show.json.rabl +2 -0
  169. data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -0
  170. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +5 -1
  171. data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -1
  172. data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -1
  173. data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +4 -0
  174. data/app/views/katello/api/v2/flatpak_remote_repositories/index.json.rabl +7 -0
  175. data/app/views/katello/api/v2/flatpak_remote_repositories/show.json.rabl +13 -0
  176. data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
  177. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +8 -0
  178. data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +11 -0
  179. data/app/views/katello/api/v2/flatpak_remotes/show.json.rabl +3 -0
  180. data/app/views/katello/api/v2/hosts/base.json.rabl +0 -8
  181. data/app/views/katello/api/v2/hosts/os_attributes.json.rabl +13 -0
  182. data/app/views/katello/api/v2/http_proxies/show.json.rabl +1 -0
  183. data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
  184. data/app/views/katello/api/v2/repositories/show.json.rabl +1 -0
  185. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +0 -4
  186. data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
  187. data/app/views/overrides/activation_keys/_host_environment_select.html.erb +2 -1
  188. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +10 -4
  189. data/app/views/overrides/http_proxies/_update_setting_input.html.erb +18 -0
  190. data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
  191. data/config/initializers/monkeys.rb +0 -1
  192. data/config/initializers/pagelets.rb +6 -0
  193. data/config/routes/api/registry.rb +1 -0
  194. data/config/routes/api/v2.rb +21 -0
  195. data/config/routes/overrides.rb +1 -0
  196. data/config/routes.rb +2 -0
  197. data/db/migrate/20190605014649_add_purpose_addons.rb +0 -12
  198. data/db/migrate/20200213184848_create_evr_type.rb +126 -1
  199. data/db/migrate/20200818192230_update_system_purpose_status.rb +0 -1
  200. data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +0 -1
  201. data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +160 -0
  202. data/db/migrate/20241022121706_add_sync_dependencies_option.rb +5 -0
  203. data/db/migrate/20241101144625_remove_system_purpose_addons.rb +9 -0
  204. data/db/migrate/20241107002541_add_registry_url_to_katello_flatpak_remotes.rb +5 -0
  205. data/db/migrate/20241112145802_add_manifest_entity_to_content_facets.rb +7 -0
  206. data/db/migrate/20241120213713_add_allow_other_types_to_content_view_erratum_filter_rules.rb +6 -0
  207. data/db/migrate/20241206183052_add_content_type_to_container_manifests_and_lists.rb +9 -0
  208. data/db/seeds.d/75-job_templates.rb +5 -1
  209. data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +2 -2
  210. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js +3 -3
  211. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap.js +3 -3
  212. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +0 -5
  213. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +1 -41
  214. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +0 -12
  215. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html +2 -1
  216. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html +1 -1
  217. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-release-version-modal.controller.js +3 -1
  218. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-system-purpose-modal.controller.js +1 -41
  219. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js +1 -1
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-release-version-modal.html +1 -1
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html +2 -2
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +0 -13
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -1
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +0 -5
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +1 -35
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -14
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +1 -1
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -2
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +46 -22
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +2 -1
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +4 -0
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html +1 -1
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +1 -1
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html +2 -1
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +85 -29
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +338 -93
  239. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +340 -95
  240. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +340 -95
  241. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +341 -96
  242. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +31 -54
  243. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +338 -93
  244. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +338 -93
  245. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +341 -96
  246. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +349 -104
  247. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +338 -93
  248. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +33 -56
  249. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +338 -93
  250. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +80 -68
  251. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +340 -95
  252. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +340 -95
  253. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +339 -111
  254. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +340 -95
  255. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +379 -130
  256. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +342 -103
  257. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +70 -83
  258. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +84 -90
  259. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +340 -95
  260. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +130 -138
  261. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +338 -93
  262. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +340 -95
  263. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +343 -97
  264. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +340 -95
  265. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +340 -95
  266. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +340 -95
  267. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +338 -93
  268. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +338 -93
  269. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +40 -63
  270. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +338 -93
  271. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +338 -93
  272. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +343 -102
  273. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +338 -93
  274. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +340 -95
  275. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +338 -93
  276. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +340 -95
  277. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +340 -95
  278. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +338 -93
  279. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +338 -93
  280. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +338 -93
  281. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +338 -93
  282. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +70 -83
  283. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +362 -105
  284. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +29 -29
  285. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +1 -1
  286. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js +1 -1
  287. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html +2 -2
  288. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +24 -8
  289. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-tasks.html +2 -1
  290. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -2
  291. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -8
  292. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/os-versions.service.js +1 -0
  293. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html +3 -3
  294. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html +2 -1
  295. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html +4 -2
  296. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +2 -1
  297. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +3 -3
  298. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +1 -1
  299. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +1 -1
  300. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
  301. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +2 -2
  302. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -1
  303. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html +2 -2
  304. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -1
  305. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +1 -1
  306. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html +1 -1
  307. data/lib/katello/engine.rb +6 -0
  308. data/lib/katello/permission_creator.rb +37 -0
  309. data/lib/katello/permissions/host_permissions.rb +2 -0
  310. data/lib/katello/permissions/registry_permissions.rb +1 -0
  311. data/lib/katello/plugin.rb +18 -1
  312. data/lib/katello/repository_types/docker.rb +0 -1
  313. data/lib/katello/repository_types/python.rb +1 -1
  314. data/lib/katello/version.rb +1 -1
  315. data/lib/katello.rb +2 -0
  316. data/locale/Makefile +20 -24
  317. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  318. data/locale/bn/katello.po +248 -263
  319. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  320. data/locale/bn_IN/katello.po +247 -262
  321. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  322. data/locale/ca/katello.po +247 -262
  323. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  324. data/locale/cs/katello.po +524 -799
  325. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  326. data/locale/cs_CZ/katello.po +254 -269
  327. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  328. data/locale/de/katello.po +248 -263
  329. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  330. data/locale/de_AT/katello.po +247 -262
  331. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  332. data/locale/de_DE/katello.po +250 -265
  333. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  334. data/locale/el/katello.po +252 -267
  335. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  336. data/locale/en/katello.po +257 -271
  337. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  338. data/locale/en_GB/katello.po +264 -279
  339. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  340. data/locale/en_US/katello.po +247 -262
  341. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  342. data/locale/es/katello.po +248 -263
  343. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  344. data/locale/et_EE/katello.po +247 -262
  345. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  346. data/locale/fr/katello.po +250 -265
  347. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  348. data/locale/gl/katello.po +247 -262
  349. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  350. data/locale/gu/katello.po +250 -265
  351. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  352. data/locale/he_IL/katello.po +249 -264
  353. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  354. data/locale/hi/katello.po +248 -263
  355. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  356. data/locale/id/katello.po +264 -275
  357. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  358. data/locale/it/katello.po +254 -270
  359. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  360. data/locale/ja/katello.po +250 -265
  361. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  362. data/locale/ka/katello.po +247 -262
  363. data/locale/katello.pot +1216 -1215
  364. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  365. data/locale/kn/katello.po +248 -263
  366. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  367. data/locale/ko/katello.po +248 -263
  368. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  369. data/locale/ml_IN/katello.po +247 -262
  370. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  371. data/locale/mr/katello.po +248 -263
  372. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  373. data/locale/nl_NL/katello.po +254 -268
  374. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  375. data/locale/or/katello.po +248 -263
  376. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  377. data/locale/pa/katello.po +248 -263
  378. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  379. data/locale/pl/katello.po +249 -264
  380. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  381. data/locale/pl_PL/katello.po +247 -262
  382. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  383. data/locale/pt/katello.po +248 -263
  384. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  385. data/locale/pt_BR/katello.po +248 -263
  386. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  387. data/locale/ro/katello.po +247 -262
  388. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  389. data/locale/ro_RO/katello.po +247 -262
  390. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  391. data/locale/ru/katello.po +255 -270
  392. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  393. data/locale/sl/katello.po +247 -262
  394. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  395. data/locale/sv_SE/katello.po +249 -264
  396. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  397. data/locale/ta/katello.po +248 -263
  398. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  399. data/locale/ta_IN/katello.po +247 -262
  400. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  401. data/locale/te/katello.po +248 -263
  402. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  403. data/locale/tr/katello.po +247 -262
  404. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  405. data/locale/vi/katello.po +247 -262
  406. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  407. data/locale/vi_VN/katello.po +247 -262
  408. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  409. data/locale/zh/katello.po +247 -262
  410. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  411. data/locale/zh_CN/katello.po +250 -265
  412. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  413. data/locale/zh_TW/katello.po +257 -272
  414. data/webpack/ForemanColumnExtensions/index.js +71 -3
  415. data/webpack/ForemanColumnExtensions/index.scss +9 -0
  416. data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +1 -0
  417. data/webpack/components/extensions/HostDetails/ActionsBar/index.js +14 -8
  418. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +1 -1
  419. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +1 -20
  420. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +3 -61
  421. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +0 -5
  422. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -5
  423. data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +87 -0
  424. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +28 -2
  425. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +1 -1
  426. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +2 -2
  427. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -1
  428. data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +55 -0
  429. data/webpack/containers/Application/config.js +5 -0
  430. data/webpack/global_index.js +3 -1
  431. data/webpack/redux/actions/RedHatRepositories/helpers.js +12 -6
  432. data/webpack/scenes/BootedContainerImages/BootedContainerImagesConstants.js +5 -0
  433. data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +244 -0
  434. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImages.fixtures.js +42 -0
  435. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImagesPage.test.js +233 -0
  436. data/webpack/scenes/BootedContainerImages/index.js +4 -0
  437. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +1 -2
  438. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +39 -7
  439. data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +13 -2
  440. data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +1 -1
  441. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +1 -0
  442. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +4 -2
  443. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +1 -2
  444. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +20 -1
  445. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +20 -1
  446. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +128 -18
  447. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +0 -1
  448. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +1 -2
  449. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -4
  450. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +5 -1
  451. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +6 -1
  452. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -1
  453. data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +5 -1
  454. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +4 -2
  455. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +38 -0
  456. data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +0 -1
  457. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +0 -10
  458. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -3
  459. data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +0 -1
  460. metadata +61 -58
  461. data/app/models/katello/activation_key_purpose_addon.rb +0 -6
  462. data/app/models/katello/purpose_addon.rb +0 -11
  463. data/app/models/katello/subscription_facet_purpose_addon.rb +0 -6
  464. data/lib/monkeys/fx_sqlite_skip.rb +0 -13
  465. data/locale/action_names.rb +0 -181
  466. data/locale/bn/katello.po.time_stamp +0 -0
  467. data/locale/bn_IN/katello.po.time_stamp +0 -0
  468. data/locale/ca/katello.po.time_stamp +0 -0
  469. data/locale/cs/katello.po.time_stamp +0 -0
  470. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  471. data/locale/de/katello.po.time_stamp +0 -0
  472. data/locale/de_AT/katello.po.time_stamp +0 -0
  473. data/locale/de_DE/katello.po.time_stamp +0 -0
  474. data/locale/el/katello.po.time_stamp +0 -0
  475. data/locale/en/katello.po.time_stamp +0 -0
  476. data/locale/en_GB/katello.po.time_stamp +0 -0
  477. data/locale/en_US/katello.po.time_stamp +0 -0
  478. data/locale/es/katello.po.time_stamp +0 -0
  479. data/locale/et_EE/katello.po.time_stamp +0 -0
  480. data/locale/fr/katello.po.time_stamp +0 -0
  481. data/locale/gl/katello.po.time_stamp +0 -0
  482. data/locale/gu/katello.po.time_stamp +0 -0
  483. data/locale/he_IL/katello.po.time_stamp +0 -0
  484. data/locale/hi/katello.po.time_stamp +0 -0
  485. data/locale/id/katello.po.time_stamp +0 -0
  486. data/locale/it/katello.po.time_stamp +0 -0
  487. data/locale/ja/katello.po.time_stamp +0 -0
  488. data/locale/ka/katello.po.time_stamp +0 -0
  489. data/locale/kn/katello.po.time_stamp +0 -0
  490. data/locale/ko/katello.po.time_stamp +0 -0
  491. data/locale/ml_IN/katello.po.time_stamp +0 -0
  492. data/locale/mr/katello.po.time_stamp +0 -0
  493. data/locale/nl_NL/katello.po.time_stamp +0 -0
  494. data/locale/or/katello.po.time_stamp +0 -0
  495. data/locale/pa/katello.po.time_stamp +0 -0
  496. data/locale/pl/katello.po.time_stamp +0 -0
  497. data/locale/pl_PL/katello.po.time_stamp +0 -0
  498. data/locale/pt/katello.po.time_stamp +0 -0
  499. data/locale/pt_BR/katello.po.time_stamp +0 -0
  500. data/locale/ro/katello.po.time_stamp +0 -0
  501. data/locale/ro_RO/katello.po.time_stamp +0 -0
  502. data/locale/ru/katello.po.time_stamp +0 -0
  503. data/locale/sl/katello.po.time_stamp +0 -0
  504. data/locale/sv_SE/katello.po.time_stamp +0 -0
  505. data/locale/ta/katello.po.time_stamp +0 -0
  506. data/locale/ta_IN/katello.po.time_stamp +0 -0
  507. data/locale/te/katello.po.time_stamp +0 -0
  508. data/locale/tr/katello.po.time_stamp +0 -0
  509. data/locale/vi/katello.po.time_stamp +0 -0
  510. data/locale/vi_VN/katello.po.time_stamp +0 -0
  511. data/locale/zh/katello.po.time_stamp +0 -0
  512. data/locale/zh_CN/katello.po.time_stamp +0 -0
  513. data/locale/zh_TW/katello.po.time_stamp +0 -0
data/locale/id/katello.po CHANGED
@@ -3,11 +3,15 @@
3
3
  # This file is distributed under the same license as the katello package.
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
+ # Translators:
7
+ # Andika Triwidada <andika@gmail.com>, 2024
8
+ #
6
9
  msgid ""
7
10
  msgstr ""
8
- "Project-Id-Version: katello 1.0.0\n"
11
+ "Project-Id-Version: katello 4.16.0.pre.master\n"
9
12
  "Report-Msgid-Bugs-To: \n"
10
13
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
14
+ "Last-Translator: Andika Triwidada <andika@gmail.com>, 2024\n"
11
15
  "Language-Team: Indonesian (https://app.transifex.com/foreman/teams/114/id/)\n"
12
16
  "MIME-Version: 1.0\n"
13
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -466,9 +470,6 @@ msgstr ""
466
470
  msgid "About page"
467
471
  msgstr ""
468
472
 
469
- msgid "Abstract async task"
470
- msgstr ""
471
-
472
473
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
473
474
  msgstr ""
474
475
 
@@ -491,7 +492,7 @@ msgid "Activation Key will no longer be available for use. This operation cannot
491
492
  msgstr ""
492
493
 
493
494
  msgid "Activation Keys"
494
- msgstr ""
495
+ msgstr "Kunci Aktivasi"
495
496
 
496
497
  msgid "Activation key"
497
498
  msgstr ""
@@ -545,7 +546,7 @@ msgid "Active only"
545
546
  msgstr ""
546
547
 
547
548
  msgid "Add"
548
- msgstr ""
549
+ msgstr "Tambah"
549
550
 
550
551
  msgid "Add Bookmark"
551
552
  msgstr ""
@@ -604,9 +605,6 @@ msgstr ""
604
605
  msgid "Add one or more host collections to one or more hosts"
605
606
  msgstr ""
606
607
 
607
- msgid "Add ons"
608
- msgstr ""
609
-
610
608
  msgid "Add products to sync plan"
611
609
  msgstr ""
612
610
 
@@ -637,9 +635,6 @@ msgstr ""
637
635
  msgid "Add to a host collection"
638
636
  msgstr ""
639
637
 
640
- msgid "Add-ons"
641
- msgstr ""
642
-
643
638
  msgid "Added"
644
639
  msgstr ""
645
640
 
@@ -671,13 +666,13 @@ msgid "After generating the incremental update, apply the changes to the specifi
671
666
  msgstr ""
672
667
 
673
668
  msgid "All"
674
- msgstr ""
669
+ msgstr "Semua"
675
670
 
676
671
  msgid "All Media"
677
672
  msgstr ""
678
673
 
679
674
  msgid "All Repositories"
680
- msgstr ""
675
+ msgstr "Semua Repositori"
681
676
 
682
677
  msgid "All available architectures for this repo are enabled."
683
678
  msgstr ""
@@ -700,15 +695,15 @@ msgstr ""
700
695
  msgid "All versions will be removed from these environments"
701
696
  msgstr ""
702
697
 
703
- msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
704
- msgstr ""
705
-
706
698
  msgid "Allow deleting repositories in published content views"
707
699
  msgstr ""
708
700
 
709
701
  msgid "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
710
702
  msgstr ""
711
703
 
704
+ msgid "Allow hosts or activation keys to be associated with multiple content view environments"
705
+ msgstr ""
706
+
712
707
  msgid "Allow hosts to re-register themselves only when they are in build mode"
713
708
  msgstr ""
714
709
 
@@ -783,7 +778,7 @@ msgid "Ansible Collection"
783
778
  msgstr ""
784
779
 
785
780
  msgid "Ansible Collections"
786
- msgstr ""
781
+ msgstr "Koleksi Ansible"
787
782
 
788
783
  msgid "Ansible collection"
789
784
  msgstr ""
@@ -810,10 +805,10 @@ msgid "Applicable security errata"
810
805
  msgstr ""
811
806
 
812
807
  msgid "Application"
813
- msgstr ""
808
+ msgstr "Aplikasi"
814
809
 
815
810
  msgid "Apply"
816
- msgstr ""
811
+ msgstr "Terapkan"
817
812
 
818
813
  msgid "Apply errata"
819
814
  msgstr ""
@@ -846,10 +841,10 @@ msgid "Approaching end of support (%s)"
846
841
  msgstr ""
847
842
 
848
843
  msgid "Arch"
849
- msgstr ""
844
+ msgstr "Arch"
850
845
 
851
846
  msgid "Architecture"
852
- msgstr ""
847
+ msgstr "Arsitektur"
853
848
 
854
849
  msgid "Architecture of content in the repository"
855
850
  msgstr ""
@@ -931,10 +926,10 @@ msgstr ""
931
926
  msgid "Assign the release version to one or more hosts"
932
927
  msgstr ""
933
928
 
934
- msgid "Assigning a host to multiple content view environments is not enabled."
929
+ msgid "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
935
930
  msgstr ""
936
931
 
937
- msgid "Assigning an activation key to multiple content view environments is not enabled."
932
+ msgid "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
938
933
  msgstr ""
939
934
 
940
935
  msgid "Associated location IDs"
@@ -955,13 +950,13 @@ msgstr ""
955
950
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
956
951
  msgstr ""
957
952
 
958
- msgid "At least one of the selected items requires the host to reboot"
953
+ msgid "At least one errata type option needs to be selected."
959
954
  msgstr ""
960
955
 
961
- msgid "At least one organization must exist."
956
+ msgid "At least one of the selected items requires the host to reboot"
962
957
  msgstr ""
963
958
 
964
- msgid "Atleast one errata type needs to be selected."
959
+ msgid "At least one organization must exist."
965
960
  msgstr ""
966
961
 
967
962
  msgid "Attach a subscription"
@@ -988,9 +983,6 @@ msgstr ""
988
983
  msgid "Auto Publish - Triggered by '%s'"
989
984
  msgstr ""
990
985
 
991
- msgid "Auto attach subscriptions"
992
- msgstr ""
993
-
994
986
  msgid "Auto publish"
995
987
  msgstr ""
996
988
 
@@ -1006,6 +998,12 @@ msgstr ""
1006
998
  msgid "Available Repositories"
1007
999
  msgstr ""
1008
1000
 
1001
+ msgid "Available image"
1002
+ msgstr ""
1003
+
1004
+ msgid "Available image digest"
1005
+ msgstr ""
1006
+
1009
1007
  msgid "Available schema versions"
1010
1008
  msgstr ""
1011
1009
 
@@ -1021,6 +1019,9 @@ msgstr ""
1021
1019
  msgid "Base URL for finding alternate content"
1022
1020
  msgstr ""
1023
1021
 
1022
+ msgid "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/."
1023
+ msgstr ""
1024
+
1024
1025
  msgid "Base URL to perform repo discovery on"
1025
1026
  msgstr ""
1026
1027
 
@@ -1066,6 +1067,24 @@ msgstr ""
1066
1067
  msgid "Bookmarks marked as public are available to all users"
1067
1068
  msgstr ""
1068
1069
 
1070
+ msgid "Bootc rollback via Bootc interface"
1071
+ msgstr ""
1072
+
1073
+ msgid "Bootc status via Bootc interface"
1074
+ msgstr ""
1075
+
1076
+ msgid "Bootc switch via Bootc interface"
1077
+ msgstr ""
1078
+
1079
+ msgid "Bootc upgrade via Bootc interface"
1080
+ msgstr ""
1081
+
1082
+ msgid "Booted Container Images"
1083
+ msgstr ""
1084
+
1085
+ msgid "Booted container images"
1086
+ msgstr ""
1087
+
1069
1088
  msgid "Both"
1070
1089
  msgstr ""
1071
1090
 
@@ -1145,7 +1164,7 @@ msgid "Can't update the '%s' environment"
1145
1164
  msgstr ""
1146
1165
 
1147
1166
  msgid "Cancel"
1148
- msgstr ""
1167
+ msgstr "Batal"
1149
1168
 
1150
1169
  msgid "Cancel repository discovery"
1151
1170
  msgstr ""
@@ -1345,9 +1364,12 @@ msgstr ""
1345
1364
  msgid "Cannot upload Container Image content."
1346
1365
  msgstr ""
1347
1366
 
1348
- msgid "Capacity"
1367
+ msgid "Cannot upload container content via Hammer/API. Use podman push instead."
1349
1368
  msgstr ""
1350
1369
 
1370
+ msgid "Capacity"
1371
+ msgstr "Kapasitas"
1372
+
1351
1373
  msgid "Change Content Source"
1352
1374
  msgstr ""
1353
1375
 
@@ -1415,18 +1437,18 @@ msgid "Clone"
1415
1437
  msgstr ""
1416
1438
 
1417
1439
  msgid "Close"
1418
- msgstr ""
1440
+ msgstr "Tutup"
1419
1441
 
1420
1442
  msgid "Collapse All"
1421
1443
  msgstr ""
1422
1444
 
1423
- 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."
1445
+ 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."
1424
1446
  msgstr ""
1425
1447
 
1426
- 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."
1448
+ 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."
1427
1449
  msgstr ""
1428
1450
 
1429
- 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."
1451
+ 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."
1430
1452
  msgstr ""
1431
1453
 
1432
1454
  msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
@@ -1438,9 +1460,6 @@ msgstr ""
1438
1460
  msgid "Comma-separated list of tags to sync for a container image repository"
1439
1461
  msgstr ""
1440
1462
 
1441
- msgid "Commit upload"
1442
- msgstr ""
1443
-
1444
1463
  msgid "Compare"
1445
1464
  msgstr ""
1446
1465
 
@@ -1457,7 +1476,7 @@ msgid "Component Version: '%{cvv}', Product: '%{product}', Repository: '%{repo}'
1457
1476
  msgstr ""
1458
1477
 
1459
1478
  msgid "Components"
1460
- msgstr ""
1479
+ msgstr "Komponen"
1461
1480
 
1462
1481
  msgid "Composite"
1463
1482
  msgstr ""
@@ -1651,6 +1670,9 @@ msgstr ""
1651
1670
  msgid "Content imported by %{user} into content view '%{name}'"
1652
1671
  msgstr ""
1653
1672
 
1673
+ msgid "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer."
1674
+ msgstr ""
1675
+
1654
1676
  msgid "Content not uploaded to pulp"
1655
1677
  msgstr ""
1656
1678
 
@@ -1711,6 +1733,9 @@ msgstr ""
1711
1733
  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."
1712
1734
  msgstr ""
1713
1735
 
1736
+ msgid "Content view environment"
1737
+ msgstr ""
1738
+
1714
1739
  msgid "Content view environments"
1715
1740
  msgstr ""
1716
1741
 
@@ -1759,6 +1784,9 @@ msgstr ""
1759
1784
  msgid "Content view version is empty"
1760
1785
  msgstr ""
1761
1786
 
1787
+ msgid "Content view version is empty or content counts are not up to date"
1788
+ msgstr ""
1789
+
1762
1790
  msgid "Content views"
1763
1791
  msgstr ""
1764
1792
 
@@ -1786,27 +1814,15 @@ msgstr ""
1786
1814
  msgid "Copy"
1787
1815
  msgstr ""
1788
1816
 
1789
- msgid "Copy all units"
1790
- msgstr ""
1791
-
1792
1817
  msgid "Copy an activation key"
1793
1818
  msgstr ""
1794
1819
 
1795
- msgid "Copy content"
1796
- msgstr ""
1797
-
1798
1820
  msgid "Copy content view"
1799
1821
  msgstr ""
1800
1822
 
1801
1823
  msgid "Copy to clipboard"
1802
1824
  msgstr ""
1803
1825
 
1804
- msgid "Copy version"
1805
- msgstr ""
1806
-
1807
- msgid "Copy version units to library"
1808
- msgstr ""
1809
-
1810
1826
  msgid "Cores per socket"
1811
1827
  msgstr ""
1812
1828
 
@@ -1981,6 +1997,9 @@ msgstr ""
1981
1997
  msgid "Create a filter rule. The parameters included should be based upon the filter type."
1982
1998
  msgstr ""
1983
1999
 
2000
+ msgid "Create a flatpak remote"
2001
+ msgstr ""
2002
+
1984
2003
  msgid "Create a host collection"
1985
2004
  msgstr ""
1986
2005
 
@@ -2011,21 +2030,12 @@ msgstr ""
2011
2030
  msgid "Create content view"
2012
2031
  msgstr ""
2013
2032
 
2014
- msgid "Create exporter"
2015
- msgstr ""
2016
-
2017
2033
  msgid "Create filter"
2018
2034
  msgstr ""
2019
2035
 
2020
2036
  msgid "Create host collection"
2021
2037
  msgstr ""
2022
2038
 
2023
- msgid "Create import"
2024
- msgstr ""
2025
-
2026
- msgid "Create importer"
2027
- msgstr ""
2028
-
2029
2039
  msgid "Create new activation key"
2030
2040
  msgstr ""
2031
2041
 
@@ -2035,12 +2045,6 @@ msgstr ""
2035
2045
  msgid "Create package filter rule"
2036
2046
  msgstr ""
2037
2047
 
2038
- msgid "Create publication"
2039
- msgstr ""
2040
-
2041
- msgid "Create remote"
2042
- msgstr ""
2043
-
2044
2048
  msgid "Create rule"
2045
2049
  msgstr ""
2046
2050
 
@@ -2266,6 +2270,9 @@ msgstr ""
2266
2270
  msgid "Delete a filter rule"
2267
2271
  msgstr ""
2268
2272
 
2273
+ msgid "Delete a flatpak remote"
2274
+ msgstr ""
2275
+
2269
2276
  msgid "Delete activation key?"
2270
2277
  msgstr ""
2271
2278
 
@@ -2287,36 +2294,12 @@ msgstr ""
2287
2294
  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."
2288
2295
  msgstr ""
2289
2296
 
2290
- msgid "Delete distributions"
2291
- msgstr ""
2292
-
2293
2297
  msgid "Delete manifest from Red Hat provider"
2294
2298
  msgstr ""
2295
2299
 
2296
2300
  msgid "Delete multiple filters from a content view"
2297
2301
  msgstr ""
2298
2302
 
2299
- msgid "Delete orphan alternate content sources"
2300
- msgstr ""
2301
-
2302
- msgid "Delete orphan distributions"
2303
- msgstr ""
2304
-
2305
- msgid "Delete orphan remotes"
2306
- msgstr ""
2307
-
2308
- msgid "Delete orphan repository versions"
2309
- msgstr ""
2310
-
2311
- msgid "Delete orphaned migrated repositories"
2312
- msgstr ""
2313
-
2314
- msgid "Delete remote"
2315
- msgstr ""
2316
-
2317
- msgid "Delete repository references"
2318
- msgstr ""
2319
-
2320
2303
  msgid "Delete version"
2321
2304
  msgstr ""
2322
2305
 
@@ -2362,6 +2345,9 @@ msgstr ""
2362
2345
  msgid "Description for the new published content view version"
2363
2346
  msgstr ""
2364
2347
 
2348
+ msgid "Description of the flatpak remote"
2349
+ msgstr ""
2350
+
2365
2351
  msgid "Description of the repository"
2366
2352
  msgstr ""
2367
2353
 
@@ -2413,12 +2399,6 @@ msgstr ""
2413
2399
  msgid "Destroy an environment in an organization"
2414
2400
  msgstr ""
2415
2401
 
2416
- msgid "Destroy exporter"
2417
- msgstr ""
2418
-
2419
- msgid "Destroy importer"
2420
- msgstr ""
2421
-
2422
2402
  msgid "Destroy one or more alternate content sources"
2423
2403
  msgstr ""
2424
2404
 
@@ -2467,9 +2447,6 @@ msgstr ""
2467
2447
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2468
2448
  msgstr ""
2469
2449
 
2470
- msgid "Discover"
2471
- msgstr ""
2472
-
2473
2450
  msgid "Discover Repositories"
2474
2451
  msgstr ""
2475
2452
 
@@ -2665,9 +2642,6 @@ msgstr ""
2665
2642
  msgid "Environment cannot be in its own promotion path"
2666
2643
  msgstr ""
2667
2644
 
2668
- msgid "Environment contents refresh"
2669
- msgstr ""
2670
-
2671
2645
  msgid "Environment identifier"
2672
2646
  msgstr ""
2673
2647
 
@@ -2707,9 +2681,6 @@ msgstr ""
2707
2681
  msgid "Errata id of the erratum (RHSA-2012:108)"
2708
2682
  msgstr ""
2709
2683
 
2710
- msgid "Errata mail"
2711
- msgstr ""
2712
-
2713
2684
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2714
2685
  msgstr ""
2715
2686
 
@@ -2869,9 +2840,6 @@ msgstr ""
2869
2840
  msgid "Fetch installable errata for one or more hosts."
2870
2841
  msgstr ""
2871
2842
 
2872
- msgid "Fetch pxe files"
2873
- msgstr ""
2874
-
2875
2843
  msgid "Fetch traces for one or more hosts"
2876
2844
  msgstr ""
2877
2845
 
@@ -2965,9 +2933,6 @@ msgstr ""
2965
2933
  msgid "Filter versions that are components in the specified composite version"
2966
2934
  msgstr ""
2967
2935
 
2968
- msgid "Filtered index content"
2969
- msgstr ""
2970
-
2971
2936
  msgid "Filters"
2972
2937
  msgstr ""
2973
2938
 
@@ -2989,6 +2954,15 @@ msgstr ""
2989
2954
  msgid "Finished"
2990
2955
  msgstr ""
2991
2956
 
2957
+ msgid "Flatpak Remotes"
2958
+ msgstr ""
2959
+
2960
+ msgid "Flatpak remote numeric identifier"
2961
+ msgstr ""
2962
+
2963
+ msgid "Flatpak remote repository numeric identifier"
2964
+ msgstr ""
2965
+
2992
2966
  msgid "Force"
2993
2967
  msgstr ""
2994
2968
 
@@ -3051,9 +3025,6 @@ msgstr ""
3051
3025
  msgid "Generate host applicability"
3052
3026
  msgstr ""
3053
3027
 
3054
- msgid "Generate metadata"
3055
- msgstr ""
3056
-
3057
3028
  msgid "Generate repository applicability"
3058
3029
  msgstr ""
3059
3030
 
@@ -3291,12 +3262,6 @@ msgstr ""
3291
3262
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3292
3263
  msgstr ""
3293
3264
 
3294
- msgid "Hypervisors"
3295
- msgstr ""
3296
-
3297
- msgid "Hypervisors update"
3298
- msgstr ""
3299
-
3300
3265
  msgid "ID of a HTTP Proxy"
3301
3266
  msgstr ""
3302
3267
 
@@ -3318,6 +3283,9 @@ msgstr ""
3318
3283
  msgid "ID of an organization to show repositories in"
3319
3284
  msgstr ""
3320
3285
 
3286
+ msgid "ID of flatpak remote to show repositories of"
3287
+ msgstr ""
3288
+
3321
3289
  msgid "ID of the Organization"
3322
3290
  msgstr ""
3323
3291
 
@@ -3378,12 +3346,18 @@ msgstr ""
3378
3346
  msgid "Id of the content host"
3379
3347
  msgstr ""
3380
3348
 
3349
+ msgid "Id of the content view to limit the content counting on"
3350
+ msgstr ""
3351
+
3381
3352
  msgid "Id of the content view to limit the synchronization on"
3382
3353
  msgstr ""
3383
3354
 
3384
3355
  msgid "Id of the content view to limit verifying checksum on"
3385
3356
  msgstr ""
3386
3357
 
3358
+ msgid "Id of the environment to limit the content counting on"
3359
+ msgstr ""
3360
+
3387
3361
  msgid "Id of the environment to limit the synchronization on"
3388
3362
  msgstr ""
3389
3363
 
@@ -3405,6 +3379,9 @@ msgstr ""
3405
3379
  msgid "Id of the organization to limit environments on"
3406
3380
  msgstr ""
3407
3381
 
3382
+ msgid "Id of the repository to limit the content counting on"
3383
+ msgstr ""
3384
+
3408
3385
  msgid "Id of the repository to limit the synchronization on"
3409
3386
  msgstr ""
3410
3387
 
@@ -3542,6 +3519,27 @@ msgstr ""
3542
3519
  msgid "Image"
3543
3520
  msgstr ""
3544
3521
 
3522
+ msgid "Image digest"
3523
+ msgstr ""
3524
+
3525
+ msgid "Image digests"
3526
+ msgstr ""
3527
+
3528
+ msgid "Image mode"
3529
+ msgstr ""
3530
+
3531
+ msgid "Image mode / package mode"
3532
+ msgstr ""
3533
+
3534
+ msgid "Image mode details"
3535
+ msgstr ""
3536
+
3537
+ msgid "Image name"
3538
+ msgstr ""
3539
+
3540
+ msgid "Image-mode host"
3541
+ msgstr ""
3542
+
3545
3543
  msgid "Immediate"
3546
3544
  msgstr ""
3547
3545
 
@@ -3584,9 +3582,6 @@ msgstr ""
3584
3582
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3585
3583
  msgstr ""
3586
3584
 
3587
- msgid "Import migration"
3588
- msgstr ""
3589
-
3590
3585
  msgid "Import new manifest"
3591
3586
  msgstr ""
3592
3587
 
@@ -3596,12 +3591,6 @@ msgstr ""
3596
3591
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3597
3592
  msgstr ""
3598
3593
 
3599
- msgid "Import repository upload"
3600
- msgstr ""
3601
-
3602
- msgid "Import upload"
3603
- msgstr ""
3604
-
3605
3594
  msgid "Import uploads into a repository"
3606
3595
  msgstr ""
3607
3596
 
@@ -3644,6 +3633,9 @@ msgstr ""
3644
3633
  msgid "Include filter"
3645
3634
  msgstr ""
3646
3635
 
3636
+ msgid "Include manifests"
3637
+ msgstr ""
3638
+
3647
3639
  msgid "Included"
3648
3640
  msgstr ""
3649
3641
 
@@ -3665,9 +3657,6 @@ msgstr ""
3665
3657
  msgid "Incremental Update incomplete."
3666
3658
  msgstr ""
3667
3659
 
3668
- msgid "Incremental Update of Content View Version(s) "
3669
- msgstr ""
3670
-
3671
3660
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3672
3661
  msgstr ""
3673
3662
 
@@ -3680,27 +3669,12 @@ msgstr ""
3680
3669
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3681
3670
  msgstr ""
3682
3671
 
3683
- msgid "Index content"
3684
- msgstr ""
3685
-
3686
- msgid "Index errata"
3687
- msgstr ""
3688
-
3689
- msgid "Index module streams"
3690
- msgstr ""
3691
-
3692
- msgid "Index package groups"
3693
- msgstr ""
3694
-
3695
3672
  msgid "Informable Type must be one of the following [ %{list} ]"
3696
3673
  msgstr ""
3697
3674
 
3698
3675
  msgid "Inherit from Repository"
3699
3676
  msgstr ""
3700
3677
 
3701
- msgid "Initialize"
3702
- msgstr ""
3703
-
3704
3678
  msgid "Initiate a sync of the products attached to the sync plan"
3705
3679
  msgstr ""
3706
3680
 
@@ -3776,9 +3750,6 @@ msgstr ""
3776
3750
  msgid "Installing Package..."
3777
3751
  msgstr ""
3778
3752
 
3779
- msgid "Instance update"
3780
- msgstr ""
3781
-
3782
3753
  msgid "Instance-based"
3783
3754
  msgstr ""
3784
3755
 
@@ -3809,7 +3780,7 @@ msgstr ""
3809
3780
  msgid "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'"
3810
3781
  msgstr ""
3811
3782
 
3812
- msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or 'types'"
3783
+ 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'"
3813
3784
  msgstr ""
3814
3785
 
3815
3786
  msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
@@ -3893,9 +3864,27 @@ msgstr ""
3893
3864
  msgid "Job '${description}' has started."
3894
3865
  msgstr ""
3895
3866
 
3867
+ msgid "Katello Bootc interface"
3868
+ msgstr ""
3869
+
3896
3870
  msgid "Katello ID of local pool to update"
3897
3871
  msgstr ""
3898
3872
 
3873
+ msgid "Katello: Bootc Action"
3874
+ msgstr ""
3875
+
3876
+ msgid "Katello: Bootc Rollback"
3877
+ msgstr ""
3878
+
3879
+ msgid "Katello: Bootc Status"
3880
+ msgstr ""
3881
+
3882
+ msgid "Katello: Bootc Switch"
3883
+ msgstr ""
3884
+
3885
+ msgid "Katello: Bootc Upgrade"
3886
+ msgstr ""
3887
+
3899
3888
  msgid "Katello: Configure host for new content source"
3900
3889
  msgstr ""
3901
3890
 
@@ -3944,6 +3933,9 @@ msgstr ""
3944
3933
  msgid "Katello: Upload Profile"
3945
3934
  msgstr ""
3946
3935
 
3936
+ msgid "Keep latest packages"
3937
+ msgstr ""
3938
+
3947
3939
  msgid "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)"
3948
3940
  msgstr ""
3949
3941
 
@@ -3968,6 +3960,9 @@ msgstr ""
3968
3960
  msgid "Label of the content view"
3969
3961
  msgstr ""
3970
3962
 
3963
+ msgid "Label of the flatpak remote"
3964
+ msgstr ""
3965
+
3971
3966
  msgid "Last check-in:"
3972
3967
  msgstr ""
3973
3968
 
@@ -4133,6 +4128,9 @@ msgstr ""
4133
4128
  msgid "List available subscriptions from Red Hat Subscription Management"
4134
4129
  msgstr ""
4135
4130
 
4131
+ msgid "List booted bootc container images for hosts"
4132
+ msgstr ""
4133
+
4136
4134
  msgid "List components attached to this content view"
4137
4135
  msgstr ""
4138
4136
 
@@ -4172,6 +4170,15 @@ msgstr ""
4172
4170
  msgid "List filter rules"
4173
4171
  msgstr ""
4174
4172
 
4173
+ msgid "List flatpak remote repositories"
4174
+ msgstr ""
4175
+
4176
+ msgid "List flatpak remote's repositories"
4177
+ msgstr ""
4178
+
4179
+ msgid "List flatpak remotes"
4180
+ msgstr ""
4181
+
4175
4182
  msgid "List host collections"
4176
4183
  msgstr ""
4177
4184
 
@@ -4337,6 +4344,9 @@ msgstr ""
4337
4344
  msgid "List the lifecycle environments not attached to the smart proxy"
4338
4345
  msgstr ""
4339
4346
 
4347
+ msgid "Load balancer"
4348
+ msgstr ""
4349
+
4340
4350
  msgid "Loading"
4341
4351
  msgstr ""
4342
4352
 
@@ -4466,9 +4476,6 @@ msgstr ""
4466
4476
  msgid "Messaging connection"
4467
4477
  msgstr ""
4468
4478
 
4469
- msgid "Metadata generate"
4470
- msgstr ""
4471
-
4472
4479
  msgid ""
4473
4480
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4474
4481
  "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."
@@ -4480,6 +4487,12 @@ msgstr ""
4480
4487
  msgid "Minimum version"
4481
4488
  msgstr ""
4482
4489
 
4490
+ msgid "Mirror Remote Repository"
4491
+ msgstr ""
4492
+
4493
+ msgid "Mirror a flatpak remote repository"
4494
+ msgstr ""
4495
+
4483
4496
  msgid "Missing activation key!"
4484
4497
  msgstr ""
4485
4498
 
@@ -4492,6 +4505,9 @@ msgstr ""
4492
4505
  msgid "Moderate"
4493
4506
  msgstr ""
4494
4507
 
4508
+ msgid "Modify via remote execution"
4509
+ msgstr ""
4510
+
4495
4511
  msgid "Modular"
4496
4512
  msgstr ""
4497
4513
 
@@ -4513,13 +4529,7 @@ msgstr ""
4513
4529
  msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
4514
4530
  msgstr ""
4515
4531
 
4516
- msgid "Multi copy all units"
4517
- msgstr ""
4518
-
4519
- msgid "Multi copy content"
4520
- msgstr ""
4521
-
4522
- msgid "Multi copy units"
4532
+ msgid "Multi Content View Environment"
4523
4533
  msgstr ""
4524
4534
 
4525
4535
  msgid "Multi-entitlement"
@@ -4579,6 +4589,12 @@ msgstr ""
4579
4589
  msgid "Name of the content view"
4580
4590
  msgstr ""
4581
4591
 
4592
+ msgid "Name of the flatpak remote"
4593
+ msgstr ""
4594
+
4595
+ msgid "Name of the flatpak remote repository"
4596
+ msgstr ""
4597
+
4582
4598
  msgid "Name of the host"
4583
4599
  msgstr ""
4584
4600
 
@@ -4702,6 +4718,9 @@ msgstr ""
4702
4718
  msgid "No content in selected versions."
4703
4719
  msgstr ""
4704
4720
 
4721
+ msgid "No content view environments"
4722
+ msgstr ""
4723
+
4705
4724
  msgid "No content view environments found with ids: %{ids}"
4706
4725
  msgstr ""
4707
4726
 
@@ -4738,9 +4757,6 @@ msgstr ""
4738
4757
  msgid "No enabled repositories match your search criteria."
4739
4758
  msgstr ""
4740
4759
 
4741
- msgid "No environment"
4742
- msgstr ""
4743
-
4744
4760
  msgid "No environments"
4745
4761
  msgstr ""
4746
4762
 
@@ -5323,7 +5339,10 @@ msgstr ""
5323
5339
  msgid "Package installation: \"%{package}\" "
5324
5340
  msgstr ""
5325
5341
 
5326
- 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."
5342
+ msgid "Package mode"
5343
+ msgstr ""
5344
+
5345
+ 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."
5327
5346
  msgstr ""
5328
5347
 
5329
5348
  msgid "Packages"
@@ -5452,6 +5471,9 @@ msgstr ""
5452
5471
  msgid "Policy to set for mirroring content. Must be one of %s."
5453
5472
  msgstr ""
5454
5473
 
5474
+ msgid "Possible values: %s"
5475
+ msgstr ""
5476
+
5455
5477
  msgid "Prefer registered through Smart Proxy for remote execution"
5456
5478
  msgstr ""
5457
5479
 
@@ -5500,6 +5522,9 @@ msgstr ""
5500
5522
  msgid "Product ID"
5501
5523
  msgstr ""
5502
5524
 
5525
+ msgid "Product ID to mirror the remote repository to"
5526
+ msgstr ""
5527
+
5503
5528
  msgid "Product and Repositories"
5504
5529
  msgstr ""
5505
5530
 
@@ -5682,9 +5707,6 @@ msgstr ""
5682
5707
  msgid "Pulp task error"
5683
5708
  msgstr ""
5684
5709
 
5685
- msgid "Purge completed tasks"
5686
- msgstr ""
5687
-
5688
5710
  msgid "Python Package"
5689
5711
  msgstr ""
5690
5712
 
@@ -5793,9 +5815,6 @@ msgstr ""
5793
5815
  msgid "Reclaim Space"
5794
5816
  msgstr ""
5795
5817
 
5796
- msgid "Reclaim space"
5797
- msgstr ""
5798
-
5799
5818
  msgid "Reclaim space from On Demand repositories"
5800
5819
  msgstr ""
5801
5820
 
@@ -5859,9 +5878,6 @@ msgstr ""
5859
5878
  msgid "Refresh all alternate content sources"
5860
5879
  msgstr ""
5861
5880
 
5862
- msgid "Refresh all distributions"
5863
- msgstr ""
5864
-
5865
5881
  msgid "Refresh alternate content sources"
5866
5882
  msgstr ""
5867
5883
 
@@ -5874,27 +5890,15 @@ msgstr ""
5874
5890
  msgid "Refresh counts"
5875
5891
  msgstr ""
5876
5892
 
5877
- msgid "Refresh distribution"
5878
- msgstr ""
5879
-
5880
5893
  msgid "Refresh errata applicability"
5881
5894
  msgstr ""
5882
5895
 
5883
- msgid "Refresh if needed"
5884
- msgstr ""
5885
-
5886
5896
  msgid "Refresh package applicability"
5887
5897
  msgstr ""
5888
5898
 
5889
5899
  msgid "Refresh previously imported manifest for Red Hat provider"
5890
5900
  msgstr ""
5891
5901
 
5892
- msgid "Refresh remote"
5893
- msgstr ""
5894
-
5895
- msgid "Refresh repos"
5896
- msgstr ""
5897
-
5898
5902
  msgid "Refresh source"
5899
5903
  msgstr ""
5900
5904
 
@@ -5919,6 +5923,9 @@ msgstr ""
5919
5923
  msgid "Registered on"
5920
5924
  msgstr ""
5921
5925
 
5926
+ msgid "Registered to"
5927
+ msgstr ""
5928
+
5922
5929
  msgid "Registering to multiple environments is not enabled."
5923
5930
  msgstr ""
5924
5931
 
@@ -5934,9 +5941,6 @@ msgstr ""
5934
5941
  msgid "Registry name pattern will result in invalid container image name of member repositories"
5935
5942
  msgstr ""
5936
5943
 
5937
- msgid "Reindex subscriptions"
5938
- msgstr ""
5939
-
5940
5944
  msgid "Related composite content views"
5941
5945
  msgstr ""
5942
5946
 
@@ -6033,9 +6037,6 @@ msgstr ""
6033
6037
  msgid "Remove one or more subscriptions from an upstream manifest"
6034
6038
  msgstr ""
6035
6039
 
6036
- msgid "Remove orphans"
6037
- msgstr ""
6038
-
6039
6040
  msgid "Remove package group via Katello interface"
6040
6041
  msgstr ""
6041
6042
 
@@ -6063,12 +6064,6 @@ msgstr ""
6063
6064
  msgid "Remove subscriptions from one or more hosts"
6064
6065
  msgstr ""
6065
6066
 
6066
- msgid "Remove units"
6067
- msgstr ""
6068
-
6069
- msgid "Remove unneeded repos"
6070
- msgstr ""
6071
-
6072
6067
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6073
6068
  msgstr ""
6074
6069
 
@@ -6093,9 +6088,6 @@ msgstr ""
6093
6088
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6094
6089
  msgstr ""
6095
6090
 
6096
- msgid "Repair"
6097
- msgstr ""
6098
-
6099
6091
  msgid "Replace content source on the target machine"
6100
6092
  msgstr ""
6101
6093
 
@@ -6114,18 +6106,12 @@ msgstr ""
6114
6106
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6115
6107
  msgstr ""
6116
6108
 
6117
- msgid "Repositories certs reset"
6118
- msgstr ""
6119
-
6120
6109
  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."
6121
6110
  msgstr ""
6122
6111
 
6123
6112
  msgid "Repositories from published Content Views are not allowed."
6124
6113
  msgstr ""
6125
6114
 
6126
- msgid "Repositories gpg reset"
6127
- msgstr ""
6128
-
6129
6115
  msgid "Repository"
6130
6116
  msgstr ""
6131
6117
 
@@ -6417,6 +6403,12 @@ msgstr ""
6417
6403
  msgid "Roles"
6418
6404
  msgstr ""
6419
6405
 
6406
+ msgid "Rollback image"
6407
+ msgstr ""
6408
+
6409
+ msgid "Rollback image digest"
6410
+ msgstr ""
6411
+
6420
6412
  msgid "Rules to be added"
6421
6413
  msgstr ""
6422
6414
 
@@ -6429,6 +6421,12 @@ msgstr ""
6429
6421
  msgid "Running"
6430
6422
  msgstr ""
6431
6423
 
6424
+ msgid "Running image"
6425
+ msgstr ""
6426
+
6427
+ msgid "Running image digest"
6428
+ msgstr ""
6429
+
6432
6430
  msgid "SKU"
6433
6431
  msgstr ""
6434
6432
 
@@ -6456,25 +6454,10 @@ msgstr ""
6456
6454
  msgid "Save"
6457
6455
  msgstr ""
6458
6456
 
6459
- msgid "Save artifact"
6460
- msgstr ""
6461
-
6462
- msgid "Save distribution references"
6463
- msgstr ""
6464
-
6465
- msgid "Save publication"
6466
- msgstr ""
6467
-
6468
- msgid "Save version"
6469
- msgstr ""
6470
-
6471
- msgid "Save versions"
6472
- msgstr ""
6473
-
6474
6457
  msgid "Saving alternate content source..."
6475
6458
  msgstr ""
6476
6459
 
6477
- msgid "Scan cdn"
6460
+ msgid "Scan a flatpak remote"
6478
6461
  msgstr ""
6479
6462
 
6480
6463
  msgid "Schema version 1"
@@ -6582,9 +6565,6 @@ msgstr ""
6582
6565
  msgid "Select action"
6583
6566
  msgstr ""
6584
6567
 
6585
- msgid "Select add-ons"
6586
- msgstr ""
6587
-
6588
6568
  msgid "Select all"
6589
6569
  msgstr ""
6590
6570
 
@@ -6723,13 +6703,13 @@ msgstr ""
6723
6703
  msgid "Set content overrides to one or more hosts"
6724
6704
  msgstr ""
6725
6705
 
6726
- msgid "Set true to override to enabled; Set false to override to disabled.'"
6706
+ msgid "Set this HTTP proxy as the default content HTTP proxy"
6727
6707
  msgstr ""
6728
6708
 
6729
- msgid "Set true to remove an override and reset it to 'default'"
6709
+ msgid "Set true to override to enabled; Set false to override to disabled.'"
6730
6710
  msgstr ""
6731
6711
 
6732
- msgid "Sets the system add-ons"
6712
+ msgid "Set true to remove an override and reset it to 'default'"
6733
6713
  msgstr ""
6734
6714
 
6735
6715
  msgid "Sets the system purpose usage"
@@ -6765,6 +6745,12 @@ msgstr ""
6765
6745
  msgid "Show a content view's history"
6766
6746
  msgstr ""
6767
6747
 
6748
+ msgid "Show a flatpak remote"
6749
+ msgstr ""
6750
+
6751
+ msgid "Show a flatpak remote repository"
6752
+ msgstr ""
6753
+
6768
6754
  msgid "Show a host collection"
6769
6755
  msgstr ""
6770
6756
 
@@ -7092,6 +7078,12 @@ msgstr ""
7092
7078
  msgid "Stacking ID"
7093
7079
  msgstr ""
7094
7080
 
7081
+ msgid "Staged image"
7082
+ msgstr ""
7083
+
7084
+ msgid "Staged image digest"
7085
+ msgstr ""
7086
+
7095
7087
  msgid "Start Date"
7096
7088
  msgstr ""
7097
7089
 
@@ -7257,9 +7249,6 @@ msgstr ""
7257
7249
  msgid "Supported Content Types"
7258
7250
  msgstr ""
7259
7251
 
7260
- msgid "Sync"
7261
- msgstr ""
7262
-
7263
7252
  msgid "Sync Canceled"
7264
7253
  msgstr ""
7265
7254
 
@@ -7314,9 +7303,6 @@ msgstr ""
7314
7303
  msgid "Sync all repositories for a product"
7315
7304
  msgstr ""
7316
7305
 
7317
- msgid "Sync capsule"
7318
- msgstr ""
7319
-
7320
7306
  msgid "Sync complete."
7321
7307
  msgstr ""
7322
7308
 
@@ -7335,9 +7321,6 @@ msgstr ""
7335
7321
  msgid "Sync state"
7336
7322
  msgstr ""
7337
7323
 
7338
- msgid "Syncable export"
7339
- msgstr ""
7340
-
7341
7324
  msgid "Synced"
7342
7325
  msgstr ""
7343
7326
 
@@ -7452,6 +7435,9 @@ msgstr ""
7452
7435
  msgid "The actual file contents"
7453
7436
  msgstr ""
7454
7437
 
7438
+ msgid "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions."
7439
+ msgstr ""
7440
+
7455
7441
  msgid "The content type for the Alternate Content Source"
7456
7442
  msgstr ""
7457
7443
 
@@ -7699,6 +7685,9 @@ msgstr ""
7699
7685
  msgid "This content view version doesn't have a history."
7700
7686
  msgstr ""
7701
7687
 
7688
+ 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."
7689
+ msgstr ""
7690
+
7702
7691
  msgid "This content view will be automatically updated to the latest version."
7703
7692
  msgstr ""
7704
7693
 
@@ -7711,6 +7700,9 @@ msgstr ""
7711
7700
  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."
7712
7701
  msgstr ""
7713
7702
 
7703
+ 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."
7704
+ msgstr ""
7705
+
7714
7706
  msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7715
7707
  msgstr ""
7716
7708
 
@@ -7837,7 +7829,7 @@ msgstr ""
7837
7829
  msgid "To manage packages, select an action."
7838
7830
  msgstr ""
7839
7831
 
7840
- msgid "Toggle"
7832
+ msgid "Token/password for the flatpak remote"
7841
7833
  msgstr ""
7842
7834
 
7843
7835
  msgid "Total steps: "
@@ -8101,6 +8093,9 @@ msgstr ""
8101
8093
  msgid "Update a filter rule. The parameters included should be based upon the filter type."
8102
8094
  msgstr ""
8103
8095
 
8096
+ msgid "Update a flatpak remote"
8097
+ msgstr ""
8098
+
8104
8099
  msgid "Update a host collection"
8105
8100
  msgstr ""
8106
8101
 
@@ -8125,27 +8120,15 @@ msgstr ""
8125
8120
  msgid "Update content counts for the smart proxy"
8126
8121
  msgstr ""
8127
8122
 
8128
- msgid "Update content urls"
8129
- msgstr ""
8130
-
8131
8123
  msgid "Update content view environments for host"
8132
8124
  msgstr ""
8133
8125
 
8134
8126
  msgid "Update content view environments for host %s"
8135
8127
  msgstr ""
8136
8128
 
8137
- msgid "Update distributions"
8138
- msgstr ""
8139
-
8140
8129
  msgid "Update hosts manually"
8141
8130
  msgstr ""
8142
8131
 
8143
- msgid "Update http proxy"
8144
- msgstr ""
8145
-
8146
- msgid "Update http proxy details"
8147
- msgstr ""
8148
-
8149
8132
  msgid "Update installed packages, enabled repos, module inventory"
8150
8133
  msgstr ""
8151
8134
 
@@ -8161,21 +8144,12 @@ msgstr ""
8161
8144
  msgid "Update packages via Katello interface"
8162
8145
  msgstr ""
8163
8146
 
8164
- msgid "Update redhat repository"
8165
- msgstr ""
8166
-
8167
8147
  msgid "Update release version for host"
8168
8148
  msgstr ""
8169
8149
 
8170
8150
  msgid "Update release version for host %s"
8171
8151
  msgstr ""
8172
8152
 
8173
- msgid "Update remote"
8174
- msgstr ""
8175
-
8176
- msgid "Update repository"
8177
- msgstr ""
8178
-
8179
8153
  msgid "Update services requiring restart"
8180
8154
  msgstr ""
8181
8155
 
@@ -8266,12 +8240,6 @@ msgstr ""
8266
8240
  msgid "Upload a subscription manifest"
8267
8241
  msgstr ""
8268
8242
 
8269
- msgid "Upload content"
8270
- msgstr ""
8271
-
8272
- msgid "Upload file"
8273
- msgstr ""
8274
-
8275
8243
  msgid "Upload into"
8276
8244
  msgstr ""
8277
8245
 
@@ -8281,9 +8249,6 @@ msgstr ""
8281
8249
  msgid "Upload request id"
8282
8250
  msgstr ""
8283
8251
 
8284
- msgid "Upload tag"
8285
- msgstr ""
8286
-
8287
8252
  msgid "Upstream Candlepin"
8288
8253
  msgstr ""
8289
8254
 
@@ -8371,6 +8336,9 @@ msgstr ""
8371
8336
  msgid "Username for authentication. Relevant only for 'upstream_server' type."
8372
8337
  msgstr ""
8373
8338
 
8339
+ msgid "Username for the flatpak remote"
8340
+ msgstr ""
8341
+
8374
8342
  msgid "Username of the upstream repository user used for authentication"
8375
8343
  msgstr ""
8376
8344
 
@@ -8395,9 +8363,6 @@ msgstr ""
8395
8363
  msgid "Verify SSL"
8396
8364
  msgstr ""
8397
8365
 
8398
- msgid "Verify checksum"
8399
- msgstr ""
8400
-
8401
8366
  msgid "Verify checksum for content on smart proxy"
8402
8367
  msgstr ""
8403
8368
 
@@ -8704,6 +8669,9 @@ msgstr ""
8704
8669
  msgid "actions not found"
8705
8670
  msgstr ""
8706
8671
 
8672
+ msgid "activation key"
8673
+ msgstr ""
8674
+
8707
8675
  msgid "activation key identifier"
8708
8676
  msgstr ""
8709
8677
 
@@ -8815,7 +8783,7 @@ msgstr ""
8815
8783
  msgid "cannot be set because unlimited hosts is set"
8816
8784
  msgstr ""
8817
8785
 
8818
- msgid "cannot be set for non-yum repositories."
8786
+ msgid "cannot be set for repositories without 'Additive' mirroring policy."
8819
8787
  msgstr ""
8820
8788
 
8821
8789
  msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
@@ -8857,6 +8825,9 @@ msgstr ""
8857
8825
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8858
8826
  msgstr ""
8859
8827
 
8828
+ msgid "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
8829
+ msgstr ""
8830
+
8860
8831
  msgid "content view component ID. Identifier of the component association"
8861
8832
  msgstr ""
8862
8833
 
@@ -8941,7 +8912,7 @@ msgstr ""
8941
8912
  msgid "disk"
8942
8913
  msgstr ""
8943
8914
 
8944
- msgid "download policy for yum, deb, and docker repos (either 'immediate' or 'on_demand')"
8915
+ msgid "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')"
8945
8916
  msgstr ""
8946
8917
 
8947
8918
  msgid "enables or disables synchronization"
@@ -8980,6 +8951,9 @@ msgstr ""
8980
8951
  msgid "erratum: IDs or a select all object"
8981
8952
  msgstr ""
8982
8953
 
8954
+ msgid "erratum: allow types not matching a valid errata type"
8955
+ msgstr ""
8956
+
8983
8957
  msgid "erratum: end date (YYYY-MM-DD)"
8984
8958
  msgstr ""
8985
8959
 
@@ -9040,6 +9014,9 @@ msgstr ""
9040
9014
  msgid "here"
9041
9015
  msgstr ""
9042
9016
 
9017
+ msgid "host"
9018
+ msgstr ""
9019
+
9043
9020
  msgid "host collection name to filter by"
9044
9021
  msgstr ""
9045
9022
 
@@ -9160,6 +9137,18 @@ msgstr ""
9160
9137
  msgid "module streams not found"
9161
9138
  msgstr ""
9162
9139
 
9140
+ msgid "multi-environment activation key"
9141
+ msgstr ""
9142
+
9143
+ msgid "multi-environment activation keys"
9144
+ msgstr ""
9145
+
9146
+ msgid "multi-environment host"
9147
+ msgstr ""
9148
+
9149
+ msgid "multi-environment hosts"
9150
+ msgstr ""
9151
+
9163
9152
  msgid "must be %{gpg_key} or %{cert}"
9164
9153
  msgstr ""
9165
9154