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,11 +5,12 @@
5
5
  # EmielK <emiel@kremers.us>, 2022
6
6
  # dschutterop <daniel@schutterop.nl>, 2022
7
7
  # Mark Olie <mark.transifex@oliekoets.nl>, 2022
8
+ # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2023
8
9
  #
9
10
  msgid ""
10
11
  msgstr ""
11
12
  "Project-Id-Version: \n"
12
- "Last-Translator: Mark Olie <mark.transifex@oliekoets.nl>, 2022\n"
13
+ "Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2023\n"
13
14
  "Language-Team: Dutch (Netherlands) (https://app.transifex.com/foreman/teams/114/nl_NL/)\n"
14
15
  "Content-Type: text/plain; charset=UTF-8\n"
15
16
  "Content-Transfer-Encoding: 8bit\n"
@@ -65,7 +66,11 @@ msgid "{{ file.name }}"
65
66
  msgstr ""
66
67
 
67
68
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
68
- msgid "{{ host.name }}"
69
+ msgid "{{ host.display_name }}"
70
+ msgstr ""
71
+
72
+ #: app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html
73
+ msgid "{{ host.rhel_lifecycle_status_label }}"
69
74
  msgstr ""
70
75
 
71
76
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
@@ -108,6 +113,10 @@ msgstr ""
108
113
  msgid "{{ product.name }}"
109
114
  msgstr ""
110
115
 
116
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
117
+ msgid "{{ repo.last_sync_words }} ago"
118
+ msgstr ""
119
+
111
120
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
112
121
  msgid ""
113
122
  "{{ repository.content_counts.ansible_collection || 0 }} Ansible Collections"
@@ -356,6 +365,7 @@ msgid "Activation Key:"
356
365
  msgstr ""
357
366
 
358
367
  #: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
368
+ #: app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js
359
369
  msgid "Activation Keys"
360
370
  msgstr ""
361
371
 
@@ -376,6 +386,11 @@ msgstr ""
376
386
  msgid "Add Content Hosts to:"
377
387
  msgstr ""
378
388
 
389
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
390
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
391
+ msgid "Add Host Collections"
392
+ msgstr ""
393
+
379
394
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
380
395
  msgid "Add hosts to the host collection to see available actions."
381
396
  msgstr ""
@@ -393,6 +408,10 @@ msgstr ""
393
408
  msgid "Add ons:"
394
409
  msgstr ""
395
410
 
411
+ #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
412
+ msgid "Add Products"
413
+ msgstr ""
414
+
396
415
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
397
416
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
398
417
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
@@ -403,6 +422,11 @@ msgstr ""
403
422
  msgid "Add Selected"
404
423
  msgstr ""
405
424
 
425
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js
426
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js
427
+ msgid "Add Subscriptions"
428
+ msgstr ""
429
+
406
430
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
407
431
  msgid "Add Subscriptions for Activation Key:"
408
432
  msgstr ""
@@ -435,9 +459,11 @@ msgstr ""
435
459
  msgid "Additive"
436
460
  msgstr ""
437
461
 
462
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
438
463
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
439
464
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
440
465
  #: app/assets/javascripts/bastion_katello/products/views/products.html
466
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js
441
467
  msgid "Advanced Sync"
442
468
  msgstr ""
443
469
 
@@ -449,6 +475,10 @@ msgstr ""
449
475
  msgid "Affected Hosts"
450
476
  msgstr ""
451
477
 
478
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
479
+ msgid "All"
480
+ msgstr ""
481
+
452
482
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
453
483
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
454
484
  msgid "All Content Views"
@@ -467,6 +497,7 @@ msgstr ""
467
497
 
468
498
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
469
499
  #: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
500
+ #: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js
470
501
  msgid "Alternate Content Sources"
471
502
  msgstr ""
472
503
 
@@ -559,6 +590,7 @@ msgid "Ansible Collection Authorization"
559
590
  msgstr ""
560
591
 
561
592
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
593
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
562
594
  msgid "Ansible Collections"
563
595
  msgstr ""
564
596
 
@@ -574,6 +606,7 @@ msgid "Applicable Content Hosts"
574
606
  msgstr ""
575
607
 
576
608
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
609
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js
577
610
  msgid "Applicable Deb Packages"
578
611
  msgstr ""
579
612
 
@@ -582,6 +615,7 @@ msgid "Applicable Errata"
582
615
  msgstr ""
583
616
 
584
617
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
618
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js
585
619
  msgid "Applicable Packages"
586
620
  msgstr ""
587
621
 
@@ -600,6 +634,7 @@ msgid "Application"
600
634
  msgstr ""
601
635
 
602
636
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
637
+ #: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
603
638
  msgid "Apply"
604
639
  msgstr ""
605
640
 
@@ -634,7 +669,7 @@ msgid "Apply Errata"
634
669
  msgstr ""
635
670
 
636
671
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
637
- msgid "Apply Errata to Content Host \"{{host.name}}\"?"
672
+ msgid "Apply Errata to Content Host \"{{host.display_name}}\"?"
638
673
  msgstr ""
639
674
 
640
675
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
@@ -699,7 +734,9 @@ msgid ""
699
734
  msgstr ""
700
735
 
701
736
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
702
- msgid "Are you sure you want to apply Errata to content host \"{{ host.name }}\"?"
737
+ msgid ""
738
+ "Are you sure you want to apply Errata to content host \"{{ host.display_name"
739
+ " }}\"?"
703
740
  msgstr ""
704
741
 
705
742
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
@@ -823,8 +860,9 @@ msgid ""
823
860
  "Are you sure you want to remove the {{ table.getSelected()[0].name }} "
824
861
  "repository?"
825
862
  msgid_plural ""
826
- "Are you sure you want to remove {{ table.getSelected().length }} "
827
- "repositories?"
863
+ "Repositories that are published in content view\n"
864
+ " versions or are the last affected repository in a content view filter will be skipped. You can delete those from the repository details page.\n"
865
+ " "
828
866
  msgstr[0] ""
829
867
  msgstr[1] ""
830
868
 
@@ -857,8 +895,8 @@ msgstr ""
857
895
 
858
896
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
859
897
  msgid ""
860
- "Are you sure you want to restart services on content host \"{{ host.name "
861
- "}}\"?"
898
+ "Are you sure you want to restart services on content host \"{{ "
899
+ "host.display_name }}\"?"
862
900
  msgstr ""
863
901
 
864
902
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
@@ -942,10 +980,18 @@ msgstr "Auteur"
942
980
  msgid "Auto-Attach"
943
981
  msgstr ""
944
982
 
983
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
984
+ msgid "Auto-attach available subscriptions to all selected hosts."
985
+ msgstr ""
986
+
945
987
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
946
988
  msgid "Auto-Attach Details"
947
989
  msgstr ""
948
990
 
991
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
992
+ msgid "Auto-attach uses all available subscriptions, not a selected subset."
993
+ msgstr ""
994
+
949
995
  #: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
950
996
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
951
997
  msgid "Automatic"
@@ -1029,6 +1075,10 @@ msgstr ""
1029
1075
  msgid "Build Time"
1030
1076
  msgstr ""
1031
1077
 
1078
+ #: app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
1079
+ msgid "Bulk Task"
1080
+ msgstr ""
1081
+
1032
1082
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
1033
1083
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
1034
1084
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
@@ -1049,6 +1099,7 @@ msgid "Cannot clean Repository, a sync is already in progress."
1049
1099
  msgstr ""
1050
1100
 
1051
1101
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
1102
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
1052
1103
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
1053
1104
  msgid "Cannot Remove"
1054
1105
  msgstr ""
@@ -1203,6 +1254,7 @@ msgid "Composite View"
1203
1254
  msgstr ""
1204
1255
 
1205
1256
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
1257
+ #: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
1206
1258
  msgid "Confirm"
1207
1259
  msgstr ""
1208
1260
 
@@ -1215,10 +1267,12 @@ msgid "Container Image Manifest"
1215
1267
  msgstr ""
1216
1268
 
1217
1269
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1270
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1218
1271
  msgid "Container Image Manifest Lists"
1219
1272
  msgstr ""
1220
1273
 
1221
1274
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1275
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1222
1276
  msgid "Container Image Manifests"
1223
1277
  msgstr ""
1224
1278
 
@@ -1235,6 +1289,7 @@ msgstr ""
1235
1289
 
1236
1290
  #: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
1237
1291
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1292
+ #: app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js
1238
1293
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
1239
1294
  msgid "Container Image Tags"
1240
1295
  msgstr ""
@@ -1248,6 +1303,10 @@ msgstr ""
1248
1303
  msgid "Content Counts"
1249
1304
  msgstr ""
1250
1305
 
1306
+ #: app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js
1307
+ msgid "Content Credential"
1308
+ msgstr ""
1309
+
1251
1310
  #: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
1252
1311
  msgid "Content Credential %s has been created."
1253
1312
  msgstr ""
@@ -1296,6 +1355,10 @@ msgstr ""
1296
1355
  msgid "Content Host Limit"
1297
1356
  msgstr ""
1298
1357
 
1358
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
1359
+ msgid "Content Host Module Stream Management"
1360
+ msgstr ""
1361
+
1299
1362
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1300
1363
  msgid "Content Host Properties"
1301
1364
  msgstr ""
@@ -1308,6 +1371,10 @@ msgstr ""
1308
1371
  msgid "Content Host Status"
1309
1372
  msgstr ""
1310
1373
 
1374
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
1375
+ msgid "Content Host Traces Management"
1376
+ msgstr ""
1377
+
1311
1378
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1312
1379
  msgid "Content Host:"
1313
1380
  msgstr ""
@@ -1319,6 +1386,9 @@ msgstr ""
1319
1386
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
1320
1387
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
1321
1388
  #: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
1389
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js
1390
+ #: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
1391
+ #: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
1322
1392
  msgid "Content Hosts"
1323
1393
  msgstr ""
1324
1394
 
@@ -1351,6 +1421,7 @@ msgstr ""
1351
1421
  #: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
1352
1422
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1353
1423
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1424
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
1354
1425
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
1355
1426
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
1356
1427
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
@@ -1375,7 +1446,10 @@ msgstr ""
1375
1446
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
1376
1447
  #: app/assets/javascripts/bastion_katello/environments/views/environments.html
1377
1448
  #: app/assets/javascripts/bastion_katello/files/details/views/file.html
1449
+ #: app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js
1378
1450
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
1451
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1452
+ #: app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js
1379
1453
  msgid "Content Views"
1380
1454
  msgstr ""
1381
1455
 
@@ -1442,6 +1516,11 @@ msgstr ""
1442
1516
  msgid "Create Content Credential"
1443
1517
  msgstr ""
1444
1518
 
1519
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js
1520
+ #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js
1521
+ msgid "Create Copy"
1522
+ msgstr ""
1523
+
1445
1524
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
1446
1525
  msgid "Create Discovered Repositories"
1447
1526
  msgstr ""
@@ -1460,6 +1539,10 @@ msgstr ""
1460
1539
  msgid "Create Product"
1461
1540
  msgstr ""
1462
1541
 
1542
+ #: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
1543
+ msgid "Create Repositories"
1544
+ msgstr ""
1545
+
1463
1546
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
1464
1547
  msgid "Create Selected"
1465
1548
  msgstr ""
@@ -1498,6 +1581,10 @@ msgstr ""
1498
1581
  msgid "Current Subscriptions for Activation Key:"
1499
1582
  msgstr ""
1500
1583
 
1584
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
1585
+ msgid "Custom"
1586
+ msgstr ""
1587
+
1501
1588
  #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
1502
1589
  #: app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js
1503
1590
  msgid "custom cron"
@@ -1541,6 +1628,10 @@ msgid ""
1541
1628
  "href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
1542
1629
  msgstr ""
1543
1630
 
1631
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js
1632
+ msgid "Deb Package Actions"
1633
+ msgstr ""
1634
+
1544
1635
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1545
1636
  msgid "deb Package Updates"
1546
1637
  msgstr ""
@@ -1552,6 +1643,7 @@ msgstr ""
1552
1643
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1553
1644
  #: app/assets/javascripts/bastion_katello/debs/views/debs.html
1554
1645
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
1646
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1555
1647
  msgid "Deb Packages"
1556
1648
  msgstr ""
1557
1649
 
@@ -1563,6 +1655,10 @@ msgstr ""
1563
1655
  msgid "Deb Packages for:"
1564
1656
  msgstr ""
1565
1657
 
1658
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1659
+ msgid "Deb Repositories"
1660
+ msgstr ""
1661
+
1566
1662
  #: app/assets/javascripts/bastion_katello/environments/views/environments.html
1567
1663
  msgid "Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>"
1568
1664
  msgstr ""
@@ -1572,6 +1668,11 @@ msgstr ""
1572
1668
  msgid "Deb:"
1573
1669
  msgstr ""
1574
1670
 
1671
+ #: app/assets/javascripts/bastion_katello/debs/debs.controller.js
1672
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1673
+ msgid "Debs"
1674
+ msgstr ""
1675
+
1575
1676
  #: app/assets/javascripts/bastion_katello/products/details/repositories/checksum.service.js
1576
1677
  msgid "Default"
1577
1678
  msgstr ""
@@ -1588,6 +1689,10 @@ msgstr "Verwijderen"
1588
1689
  msgid "Delete {{ table.numSelected }} Hosts?"
1589
1690
  msgstr ""
1590
1691
 
1692
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
1693
+ msgid "Delete filters"
1694
+ msgstr ""
1695
+
1591
1696
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1592
1697
  msgid "Delete Hosts"
1593
1698
  msgstr ""
@@ -1597,6 +1702,7 @@ msgid "Delta RPM"
1597
1702
  msgstr ""
1598
1703
 
1599
1704
  #: app/assets/javascripts/bastion_katello/packages/details/views/package.html
1705
+ #: app/assets/javascripts/bastion_katello/packages/packages.controller.js
1600
1706
  msgid "Dependencies"
1601
1707
  msgstr ""
1602
1708
 
@@ -1623,7 +1729,7 @@ msgstr ""
1623
1729
  #: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
1624
1730
  #: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
1625
1731
  msgid "Description"
1626
- msgstr ""
1732
+ msgstr "Beschrijving"
1627
1733
 
1628
1734
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
1629
1735
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
@@ -1688,6 +1794,10 @@ msgstr ""
1688
1794
  msgid "Discover"
1689
1795
  msgstr ""
1690
1796
 
1797
+ #: app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js
1798
+ msgid "Discover Repositories"
1799
+ msgstr ""
1800
+
1691
1801
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
1692
1802
  msgid "Discovered Repository"
1693
1803
  msgstr ""
@@ -1710,6 +1820,10 @@ msgid ""
1710
1820
  "repository."
1711
1821
  msgstr ""
1712
1822
 
1823
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1824
+ msgid "Docker"
1825
+ msgstr ""
1826
+
1713
1827
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
1714
1828
  msgid ""
1715
1829
  "Docker metadata generation has been initiated in the background. Click\n"
@@ -1721,6 +1835,10 @@ msgid ""
1721
1835
  "Docker Repositories <div>{{ library.counts.docker_repositories || 0 }}</div>"
1722
1836
  msgstr ""
1723
1837
 
1838
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1839
+ msgid "Docker Tags"
1840
+ msgstr ""
1841
+
1724
1842
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
1725
1843
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
1726
1844
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
@@ -1794,6 +1912,10 @@ msgid ""
1794
1912
  "Environment will also be removed from the following published content views!"
1795
1913
  msgstr ""
1796
1914
 
1915
+ #: app/assets/javascripts/bastion_katello/environments/details/environment.controller.js
1916
+ msgid "Environments"
1917
+ msgstr ""
1918
+
1797
1919
  #: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
1798
1920
  msgid "Environments List"
1799
1921
  msgstr ""
@@ -1801,7 +1923,10 @@ msgstr ""
1801
1923
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1802
1924
  #: app/assets/javascripts/bastion_katello/errata/views/errata.html
1803
1925
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1926
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
1804
1927
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
1928
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1929
+ #: app/assets/javascripts/bastion_katello/errata/errata.controller.js
1805
1930
  #: app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
1806
1931
  msgid "Errata"
1807
1932
  msgstr ""
@@ -1913,6 +2038,9 @@ msgstr ""
1913
2038
  #: app/assets/javascripts/bastion_katello/files/views/files.html
1914
2039
  #: app/assets/javascripts/bastion_katello/packages/details/views/package.html
1915
2040
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2041
+ #: app/assets/javascripts/bastion_katello/files/files.controller.js
2042
+ #: app/assets/javascripts/bastion_katello/packages/packages.controller.js
2043
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1916
2044
  msgid "Files"
1917
2045
  msgstr ""
1918
2046
 
@@ -1922,12 +2050,17 @@ msgstr ""
1922
2050
 
1923
2051
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
1924
2052
  #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-environments.html
2053
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
1925
2054
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
1926
2055
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
1927
2056
  #: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
1928
2057
  msgid "Filter"
1929
2058
  msgstr "Filter"
1930
2059
 
2060
+ #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
2061
+ msgid "Filter by Environment"
2062
+ msgstr ""
2063
+
1931
2064
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
1932
2065
  msgid "Filter by Status:"
1933
2066
  msgstr ""
@@ -1938,14 +2071,12 @@ msgstr ""
1938
2071
  msgid "Filter..."
1939
2072
  msgstr ""
1940
2073
 
1941
- #: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
1942
- msgid "Finished At"
2074
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
2075
+ msgid "Filters"
1943
2076
  msgstr ""
1944
2077
 
1945
- #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
1946
- msgid ""
1947
- "For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 "
1948
- "it is recommended to use sha1."
2078
+ #: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
2079
+ msgid "Finished At"
1949
2080
  msgstr ""
1950
2081
 
1951
2082
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
@@ -2017,6 +2148,10 @@ msgstr ""
2017
2148
  msgid "Host Collection Membership"
2018
2149
  msgstr ""
2019
2150
 
2151
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
2152
+ msgid "Host Collection Membership Management"
2153
+ msgstr ""
2154
+
2020
2155
  #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js
2021
2156
  msgid "Host Collection removed."
2022
2157
  msgstr ""
@@ -2033,6 +2168,8 @@ msgstr ""
2033
2168
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
2034
2169
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
2035
2170
  #: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
2171
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
2172
+ #: app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js
2036
2173
  msgid "Host Collections"
2037
2174
  msgstr ""
2038
2175
 
@@ -2079,6 +2216,10 @@ msgstr ""
2079
2216
  msgid "HTTP Proxy"
2080
2217
  msgstr ""
2081
2218
 
2219
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
2220
+ msgid "HTTP Proxy Management"
2221
+ msgstr ""
2222
+
2082
2223
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2083
2224
  msgid "HTTP Proxy Policy"
2084
2225
  msgstr ""
@@ -2100,11 +2241,22 @@ msgstr ""
2100
2241
  msgid "Id"
2101
2242
  msgstr "Id"
2102
2243
 
2244
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2245
+ msgid ""
2246
+ "If you want to upload individual packages, create a separate repository with"
2247
+ " an empty \"Upstream URL\" field."
2248
+ msgstr ""
2249
+
2103
2250
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2104
2251
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2105
2252
  msgid "Ignore SRPMs"
2106
2253
  msgstr ""
2107
2254
 
2255
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2256
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2257
+ msgid "Ignore treeinfo"
2258
+ msgstr ""
2259
+
2108
2260
  #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
2109
2261
  msgid "Image"
2110
2262
  msgstr ""
@@ -2166,6 +2318,7 @@ msgid "Installed"
2166
2318
  msgstr ""
2167
2319
 
2168
2320
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
2321
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js
2169
2322
  msgid "Installed Deb Packages"
2170
2323
  msgstr ""
2171
2324
 
@@ -2180,6 +2333,7 @@ msgid "Installed Package"
2180
2333
  msgstr ""
2181
2334
 
2182
2335
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
2336
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js
2183
2337
  msgid "Installed Packages"
2184
2338
  msgstr ""
2185
2339
 
@@ -2218,18 +2372,10 @@ msgstr ""
2218
2372
  msgid "Issued"
2219
2373
  msgstr ""
2220
2374
 
2221
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2222
- msgid "Katello Agent"
2223
- msgstr ""
2224
-
2225
2375
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2226
2376
  msgid "Katello Tracer"
2227
2377
  msgstr ""
2228
2378
 
2229
- #: app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html
2230
- msgid "Katello-agent is deprecated and will be removed in a future release."
2231
- msgstr ""
2232
-
2233
2379
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
2234
2380
  #: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
2235
2381
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
@@ -2253,11 +2399,16 @@ msgstr ""
2253
2399
  msgid "Last Puppet Report"
2254
2400
  msgstr ""
2255
2401
 
2402
+ #: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
2403
+ msgid "Last reclaim failed:"
2404
+ msgstr ""
2405
+
2256
2406
  #: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
2257
2407
  msgid "Last reclaim space failed:"
2258
2408
  msgstr ""
2259
2409
 
2260
2410
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
2411
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
2261
2412
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
2262
2413
  #: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
2263
2414
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
@@ -2318,6 +2469,7 @@ msgid "Lifecycle Environment:"
2318
2469
  msgstr ""
2319
2470
 
2320
2471
  #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
2472
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js
2321
2473
  msgid "Lifecycle Environments"
2322
2474
  msgstr ""
2323
2475
 
@@ -2331,7 +2483,7 @@ msgstr ""
2331
2483
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
2332
2484
  msgid ""
2333
2485
  "Limit Repository Sets to only those available in this Activation Key's "
2334
- "Lifecycle Environment"
2486
+ "Lifecycle Environment"
2335
2487
  msgstr ""
2336
2488
 
2337
2489
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
@@ -2362,6 +2514,23 @@ msgstr ""
2362
2514
  msgid "List"
2363
2515
  msgstr ""
2364
2516
 
2517
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
2518
+ msgid "List Host Collections"
2519
+ msgstr ""
2520
+
2521
+ #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js
2522
+ #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js
2523
+ msgid "List Hosts"
2524
+ msgstr ""
2525
+
2526
+ #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
2527
+ msgid "List Products"
2528
+ msgstr ""
2529
+
2530
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
2531
+ msgid "List Subscriptions"
2532
+ msgstr ""
2533
+
2365
2534
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
2366
2535
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
2367
2536
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html
@@ -2381,6 +2550,10 @@ msgstr ""
2381
2550
  msgid "Loading...\""
2382
2551
  msgstr ""
2383
2552
 
2553
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
2554
+ msgid "Make filters apply to all repositories in the content view"
2555
+ msgstr ""
2556
+
2384
2557
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
2385
2558
  msgid "Manage Ansible Collections for Repository:"
2386
2559
  msgstr ""
@@ -2453,6 +2626,11 @@ msgstr ""
2453
2626
  msgid "Manifest Type"
2454
2627
  msgstr ""
2455
2628
 
2629
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2630
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2631
+ msgid "Metadata Expiration (Seconds)"
2632
+ msgstr ""
2633
+
2456
2634
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2457
2635
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2458
2636
  msgid "Mirroring Policy"
@@ -2487,7 +2665,10 @@ msgstr ""
2487
2665
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
2488
2666
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
2489
2667
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2668
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js
2490
2669
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
2670
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
2671
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
2491
2672
  msgid "Module Streams"
2492
2673
  msgstr ""
2493
2674
 
@@ -2504,6 +2685,7 @@ msgid "More Details"
2504
2685
  msgstr ""
2505
2686
 
2506
2687
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
2688
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
2507
2689
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
2508
2690
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
2509
2691
  #: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
@@ -2534,6 +2716,7 @@ msgstr "N/A"
2534
2716
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
2535
2717
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
2536
2718
  #: app/assets/javascripts/bastion_katello/debs/views/debs.html
2719
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
2537
2720
  #: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
2538
2721
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
2539
2722
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
@@ -2604,24 +2787,36 @@ msgid "Never synced"
2604
2787
  msgstr ""
2605
2788
 
2606
2789
  #: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
2790
+ #: app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js
2607
2791
  msgid "New Activation Key"
2608
2792
  msgstr ""
2609
2793
 
2794
+ #: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
2795
+ msgid "New Content Credential"
2796
+ msgstr ""
2797
+
2610
2798
  #: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
2799
+ #: app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
2611
2800
  msgid "New Environment"
2612
2801
  msgstr ""
2613
2802
 
2803
+ #: app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
2804
+ msgid "New Host Collection"
2805
+ msgstr ""
2806
+
2614
2807
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
2615
2808
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
2616
2809
  msgid "New Name:"
2617
2810
  msgstr ""
2618
2811
 
2619
2812
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
2813
+ #: app/assets/javascripts/bastion_katello/products/new/product-form.controller.js
2620
2814
  msgid "New Product"
2621
2815
  msgstr ""
2622
2816
 
2623
2817
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2624
2818
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
2819
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js
2625
2820
  msgid "New Repository"
2626
2821
  msgstr ""
2627
2822
 
@@ -2725,6 +2920,10 @@ msgstr ""
2725
2920
  msgid "No matching results."
2726
2921
  msgstr ""
2727
2922
 
2923
+ #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
2924
+ msgid "No Packages to show"
2925
+ msgstr ""
2926
+
2728
2927
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
2729
2928
  msgid "No products are available to add to this Sync Plan."
2730
2929
  msgstr ""
@@ -2781,15 +2980,12 @@ msgstr ""
2781
2980
  msgid "Not Applicable"
2782
2981
  msgstr ""
2783
2982
 
2784
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2785
- msgid "Not installed"
2786
- msgstr ""
2787
-
2788
2983
  #: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
2789
2984
  msgid "Not started"
2790
2985
  msgstr ""
2791
2986
 
2792
2987
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
2988
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
2793
2989
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
2794
2990
  #: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
2795
2991
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
@@ -2912,6 +3108,7 @@ msgstr ""
2912
3108
 
2913
3109
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
2914
3110
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
3111
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js
2915
3112
  msgid "Package Actions"
2916
3113
  msgstr ""
2917
3114
 
@@ -2920,6 +3117,7 @@ msgid "Package Group (Deprecated)"
2920
3117
  msgstr ""
2921
3118
 
2922
3119
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3120
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
2923
3121
  msgid "Package Groups"
2924
3122
  msgstr ""
2925
3123
 
@@ -2968,6 +3166,10 @@ msgstr ""
2968
3166
  #: app/assets/javascripts/bastion_katello/packages/views/packages.html
2969
3167
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2970
3168
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
3169
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
3170
+ #: app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js
3171
+ #: app/assets/javascripts/bastion_katello/packages/packages.controller.js
3172
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
2971
3173
  msgid "Packages"
2972
3174
  msgstr ""
2973
3175
 
@@ -3026,15 +3228,20 @@ msgstr ""
3026
3228
  msgid "Perform"
3027
3229
  msgstr ""
3028
3230
 
3029
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
3030
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
3031
3231
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
3032
3232
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
3033
3233
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
3034
3234
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
3035
3235
  msgid ""
3036
3236
  "Performing host package actions is disabled because Katello is not "
3037
- "configured for Remote Execution or Katello Agent."
3237
+ "configured for remote execution."
3238
+ msgstr ""
3239
+
3240
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
3241
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
3242
+ msgid ""
3243
+ "Performing host package actions is disabled because Katello is not "
3244
+ "configured for Remote Execution."
3038
3245
  msgstr ""
3039
3246
 
3040
3247
  #: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
@@ -3078,6 +3285,7 @@ msgstr ""
3078
3285
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3079
3286
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
3080
3287
  #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
3288
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
3081
3289
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
3082
3290
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
3083
3291
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
@@ -3138,6 +3346,9 @@ msgstr ""
3138
3346
  #: app/assets/javascripts/bastion_katello/products/views/products.html
3139
3347
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
3140
3348
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
3349
+ #: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js
3350
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
3351
+ #: app/assets/javascripts/bastion_katello/products/products.controller.js
3141
3352
  msgid "Products"
3142
3353
  msgstr ""
3143
3354
 
@@ -3157,6 +3368,10 @@ msgstr ""
3157
3368
  msgid "Provides"
3158
3369
  msgstr ""
3159
3370
 
3371
+ #: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
3372
+ msgid "Provisioning"
3373
+ msgstr ""
3374
+
3160
3375
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
3161
3376
  msgid "Provisioning Details"
3162
3377
  msgstr ""
@@ -3220,6 +3435,10 @@ msgstr ""
3220
3435
  msgid "Recurring Logic"
3221
3436
  msgstr ""
3222
3437
 
3438
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
3439
+ msgid "Red Hat"
3440
+ msgstr ""
3441
+
3223
3442
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
3224
3443
  msgid "Red Hat Repositories page"
3225
3444
  msgstr ""
@@ -3453,12 +3672,21 @@ msgstr ""
3453
3672
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
3454
3673
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
3455
3674
  #: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
3675
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
3456
3676
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
3457
3677
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
3458
3678
  #: app/assets/javascripts/bastion_katello/packages/details/views/package.html
3459
3679
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
3460
3680
  #: app/assets/javascripts/bastion_katello/products/views/products.html
3461
3681
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
3682
+ #: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js
3683
+ #: app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js
3684
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js
3685
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
3686
+ #: app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js
3687
+ #: app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js
3688
+ #: app/assets/javascripts/bastion_katello/packages/packages.controller.js
3689
+ #: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
3462
3690
  msgid "Repositories"
3463
3691
  msgstr ""
3464
3692
 
@@ -3498,7 +3726,6 @@ msgstr ""
3498
3726
  msgid "Repositories to Create"
3499
3727
  msgstr ""
3500
3728
 
3501
- #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
3502
3729
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
3503
3730
  msgid "Repository"
3504
3731
  msgstr ""
@@ -3532,8 +3759,6 @@ msgstr ""
3532
3759
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
3533
3760
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
3534
3761
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
3535
- #: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
3536
- #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
3537
3762
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
3538
3763
  msgid "Repository Name"
3539
3764
  msgstr ""
@@ -3554,14 +3779,23 @@ msgstr ""
3554
3779
 
3555
3780
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
3556
3781
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
3782
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
3557
3783
  msgid "Repository Sets"
3558
3784
  msgstr ""
3559
3785
 
3786
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
3787
+ msgid "Repository Sets Management"
3788
+ msgstr ""
3789
+
3560
3790
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
3561
3791
  #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
3562
3792
  msgid "Repository Sets settings saved successfully."
3563
3793
  msgstr ""
3564
3794
 
3795
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
3796
+ msgid "Repository type"
3797
+ msgstr ""
3798
+
3565
3799
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
3566
3800
  msgid "Repository Type"
3567
3801
  msgstr ""
@@ -3581,6 +3815,10 @@ msgstr ""
3581
3815
  msgid "Repository:"
3582
3816
  msgstr ""
3583
3817
 
3818
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
3819
+ msgid "Republish Repository Metadata"
3820
+ msgstr ""
3821
+
3584
3822
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3585
3823
  msgid "Requirements"
3586
3824
  msgstr ""
@@ -3622,7 +3860,7 @@ msgid "Restart Selected"
3622
3860
  msgstr ""
3623
3861
 
3624
3862
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
3625
- msgid "Restart Services on Content Host \"{{host.name}}\"?"
3863
+ msgid "Restart Services on Content Host \"{{host.display_name}}\"?"
3626
3864
  msgstr ""
3627
3865
 
3628
3866
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
@@ -3643,7 +3881,7 @@ msgstr ""
3643
3881
 
3644
3882
  #: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
3645
3883
  msgid "Result"
3646
- msgstr ""
3884
+ msgstr "Resultaat"
3647
3885
 
3648
3886
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3649
3887
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
@@ -3731,10 +3969,20 @@ msgstr ""
3731
3969
  msgid "Select an Organization"
3732
3970
  msgstr ""
3733
3971
 
3972
+ #: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
3973
+ msgid "Select Content Host(s)"
3974
+ msgstr ""
3975
+
3734
3976
  #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
3735
3977
  msgid "Select Content View"
3736
3978
  msgstr ""
3737
3979
 
3980
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
3981
+ msgid ""
3982
+ "Select this option if treeinfo files or other kickstart content is failing "
3983
+ "to syncronize from the upstream repository."
3984
+ msgstr ""
3985
+
3738
3986
  #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
3739
3987
  msgid ""
3740
3988
  "Selecting \"Complete Sync\" will cause only yum/deb repositories of the "
@@ -3746,6 +3994,12 @@ msgid ""
3746
3994
  "Selecting this option will exclude SRPMs from repository synchronization."
3747
3995
  msgstr ""
3748
3996
 
3997
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
3998
+ msgid ""
3999
+ "Selecting this option will exclude treeinfo files from repository "
4000
+ "synchronization."
4001
+ msgstr ""
4002
+
3749
4003
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
3750
4004
  msgid ""
3751
4005
  "Selecting this option will result in Katello verifying that the upstream "
@@ -3907,7 +4161,6 @@ msgstr ""
3907
4161
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
3908
4162
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
3909
4163
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
3910
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
3911
4164
  #: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
3912
4165
  #: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
3913
4166
  msgid "Status"
@@ -3929,8 +4182,6 @@ msgid "Subscription Management"
3929
4182
  msgstr ""
3930
4183
 
3931
4184
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
3932
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3933
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3934
4185
  msgid "Subscription Status"
3935
4186
  msgstr ""
3936
4187
 
@@ -3938,15 +4189,10 @@ msgstr ""
3938
4189
  msgid "Subscription UUID"
3939
4190
  msgstr ""
3940
4191
 
3941
- #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
3942
- msgid ""
3943
- "subscription-manager register --org=\"{{ activationKey.organization.label "
3944
- "}}\" --activationkey=\"{{ activationKey.name }}\""
3945
- msgstr ""
3946
-
3947
4192
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
3948
4193
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
3949
4194
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
4195
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js
3950
4196
  msgid "Subscriptions"
3951
4197
  msgstr ""
3952
4198
 
@@ -3988,22 +4234,6 @@ msgstr ""
3988
4234
  msgid "Successfully removed 1 item."
3989
4235
  msgstr ""
3990
4236
 
3991
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
3992
- msgid "Successfully scheduled an update of all packages"
3993
- msgstr ""
3994
-
3995
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
3996
- msgid "Successfully scheduled package installation"
3997
- msgstr ""
3998
-
3999
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
4000
- msgid "Successfully scheduled package removal"
4001
- msgstr ""
4002
-
4003
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
4004
- msgid "Successfully scheduled package update"
4005
- msgstr ""
4006
-
4007
4237
  #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
4008
4238
  msgid "Successfully updated subscriptions."
4009
4239
  msgstr ""
@@ -4064,6 +4294,10 @@ msgstr ""
4064
4294
  msgid "Sync Plan created and assigned to product."
4065
4295
  msgstr ""
4066
4296
 
4297
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
4298
+ msgid "Sync Plan Management"
4299
+ msgstr ""
4300
+
4067
4301
  #: app/assets/javascripts/bastion_katello/products/new/new-sync-plan-modal.controller.js
4068
4302
  msgid "Sync Plan saved"
4069
4303
  msgstr ""
@@ -4078,6 +4312,8 @@ msgid "Sync Plan:"
4078
4312
  msgstr ""
4079
4313
 
4080
4314
  #: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
4315
+ #: app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js
4316
+ #: app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js
4081
4317
  msgid "Sync Plans"
4082
4318
  msgstr ""
4083
4319
 
@@ -4133,10 +4369,6 @@ msgstr ""
4133
4369
  msgid "System Purpose Management"
4134
4370
  msgstr ""
4135
4371
 
4136
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
4137
- msgid "System Purpose Status"
4138
- msgstr ""
4139
-
4140
4372
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifest-lists.html
4141
4373
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
4142
4374
  msgid "Tags"
@@ -4149,6 +4381,9 @@ msgstr ""
4149
4381
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4150
4382
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
4151
4383
  #: app/assets/javascripts/bastion_katello/tasks/views/tasks.html
4384
+ #: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
4385
+ #: app/assets/javascripts/bastion_katello/errata/errata.controller.js
4386
+ #: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
4152
4387
  msgid "Tasks"
4153
4388
  msgstr ""
4154
4389
 
@@ -4188,6 +4423,11 @@ msgid ""
4188
4423
  "make errata available to these hosts."
4189
4424
  msgstr ""
4190
4425
 
4426
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
4427
+ msgid ""
4428
+ "The filters below have this repository as the last affected repository!"
4429
+ msgstr ""
4430
+
4191
4431
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
4192
4432
  msgid ""
4193
4433
  "The following actions can be performed on content hosts in this host "
@@ -4237,15 +4477,15 @@ msgstr ""
4237
4477
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4238
4478
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4239
4479
  msgid ""
4240
- "The repository will be enabled by default on content hosts with the selected"
4241
- " architecture."
4480
+ "The repository will only be available on content hosts with the selected "
4481
+ "architecture."
4242
4482
  msgstr ""
4243
4483
 
4244
4484
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4245
4485
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4246
4486
  msgid ""
4247
- "The repository will be enabled by default on content hosts with the selected"
4248
- " OS version."
4487
+ "The repository will only be available on content hosts with the selected OS "
4488
+ "version."
4249
4489
  msgstr ""
4250
4490
 
4251
4491
  #: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
@@ -4254,6 +4494,12 @@ msgid ""
4254
4494
  "different environment."
4255
4495
  msgstr ""
4256
4496
 
4497
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4498
+ msgid ""
4499
+ "The sha1 checksum type is no longer supported. The checksum type will reset "
4500
+ "to 'Default' at the next edit or change in content."
4501
+ msgstr ""
4502
+
4257
4503
  #: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
4258
4504
  msgid "The time the sync should happen in your current time zone."
4259
4505
  msgstr ""
@@ -4361,7 +4607,9 @@ msgstr ""
4361
4607
 
4362
4608
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
4363
4609
  msgid ""
4364
- "This activation key may be used during system registration. For example:"
4610
+ "This activation key may be used during <a "
4611
+ "href=\"/hosts/register?initialAKSelection={{ activationKey.name }}\">system "
4612
+ "registration.</a>"
4365
4613
  msgstr ""
4366
4614
 
4367
4615
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
@@ -4372,26 +4620,16 @@ msgstr ""
4372
4620
  msgid "This Container Image Tag is not present in any Lifecycle Environments."
4373
4621
  msgstr ""
4374
4622
 
4623
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
4624
+ msgid "This Container Image Tag is not present in any Repositories."
4625
+ msgstr ""
4626
+
4375
4627
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4376
4628
  msgid ""
4377
4629
  "This operation may also remove managed resources linked to the host such as virtual machines and DNS records.\n"
4378
4630
  " Change the setting \"Delete Host upon Unregister\" to false on the <a href=\"/settings\">settings page</a> to prevent this."
4379
4631
  msgstr ""
4380
4632
 
4381
- #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
4382
- msgid ""
4383
- "This organization has Simple Content Access enabled. Hosts are not required"
4384
- " to have subscriptions attached to access repositories."
4385
- msgstr ""
4386
-
4387
- #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
4388
- msgid ""
4389
- "This organization is not using <a target=\"_blank\" "
4390
- "href=\"https://access.redhat.com/articles/simple-content-access\">Simple "
4391
- "Content Access.</a> Entitlement-based subscription management is deprecated "
4392
- "and will be removed in a future version."
4393
- msgstr ""
4394
-
4395
4633
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
4396
4634
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
4397
4635
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
@@ -4427,6 +4665,7 @@ msgstr ""
4427
4665
 
4428
4666
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
4429
4667
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4668
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js
4430
4669
  msgid "Traces"
4431
4670
  msgstr ""
4432
4671
 
@@ -4459,7 +4698,7 @@ msgstr ""
4459
4698
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4460
4699
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
4461
4700
  msgid "Type"
4462
- msgstr ""
4701
+ msgstr "Type"
4463
4702
 
4464
4703
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
4465
4704
  msgid "Unauthenticated Pull"
@@ -4490,7 +4729,7 @@ msgid "Unregister Host"
4490
4729
  msgstr ""
4491
4730
 
4492
4731
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4493
- msgid "Unregister Host \"{{host.name}}\"?"
4732
+ msgid "Unregister Host \"{{host.display_name}}\"?"
4494
4733
  msgstr ""
4495
4734
 
4496
4735
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
@@ -4728,17 +4967,6 @@ msgstr ""
4728
4967
  msgid "Versions"
4729
4968
  msgstr ""
4730
4969
 
4731
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
4732
- #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
4733
- #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
4734
- #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
4735
- msgid "via Katello agent"
4736
- msgstr ""
4737
-
4738
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
4739
- msgid "via Katello Agent"
4740
- msgstr ""
4741
-
4742
4970
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
4743
4971
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
4744
4972
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
@@ -4812,6 +5040,13 @@ msgid ""
4812
5040
  "associated subscriptions."
4813
5041
  msgstr ""
4814
5042
 
5043
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
5044
+ msgid ""
5045
+ "When Auto Attach is enabled, registering systems will be attached to all "
5046
+ "associated custom products and only associated Red Hat subscriptions "
5047
+ "required to satisfy the system's installed products."
5048
+ msgstr ""
5049
+
4815
5050
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4816
5051
  msgid ""
4817
5052
  "Whitespace-separated list of components to sync (leave clear to sync all). Example: main <a class=\"fa fa-question-circle\" ng-show=\"repository.content_type === 'deb'\" uib-popover-html=\"componentPopover\" popover-class=\"popover-large\" popover-trigger=\"'outsideClick'\" popover-append-to-body=\"true\" popover-title=\"Components\">\n"
@@ -4864,11 +5099,21 @@ msgid ""
4864
5099
  "contents of requirement.yml here"
4865
5100
  msgstr ""
4866
5101
 
5102
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
5103
+ msgid "You cannot remove content from a redhat repository"
5104
+ msgstr ""
5105
+
4867
5106
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
4868
5107
  msgid ""
4869
5108
  "You cannot remove these repositories because you do not have permission."
4870
5109
  msgstr ""
4871
5110
 
5111
+ #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
5112
+ msgid ""
5113
+ "You cannot remove this product because it has repositories that are the last"
5114
+ " affected repository on content view filters"
5115
+ msgstr ""
5116
+
4872
5117
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
4873
5118
  msgid "You cannot remove this product because it is a Red Hat product."
4874
5119
  msgstr ""
@@ -5112,6 +5357,7 @@ msgstr ""
5112
5357
  msgid "Your search returned zero Repositories"
5113
5358
  msgstr ""
5114
5359
 
5360
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
5115
5361
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
5116
5362
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
5117
5363
  msgid "Your search returned zero Repositories."