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
@@ -1,12 +1,12 @@
1
1
  #
2
2
  # Translators:
3
3
  # 0868a4d1af5275b3f70b0a6dac4c99a4, 2022
4
- # Andi Chandler <andi@gowling.com>, 2023
4
+ # Andi Chandler <andi@gowling.com>, 2025
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: \n"
9
- "Last-Translator: Andi Chandler <andi@gowling.com>, 2023\n"
9
+ "Last-Translator: Andi Chandler <andi@gowling.com>, 2025\n"
10
10
  "Language-Team: English (United Kingdom) (https://app.transifex.com/foreman/teams/114/en_GB/)\n"
11
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
12
  "Content-Transfer-Encoding: 8bit\n"
@@ -62,7 +62,11 @@ msgid "{{ file.name }}"
62
62
  msgstr ""
63
63
 
64
64
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
65
- msgid "{{ host.name }}"
65
+ msgid "{{ host.display_name }}"
66
+ msgstr ""
67
+
68
+ #: app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html
69
+ msgid "{{ host.rhel_lifecycle_status_label }}"
66
70
  msgstr ""
67
71
 
68
72
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
@@ -105,6 +109,10 @@ msgstr ""
105
109
  msgid "{{ product.name }}"
106
110
  msgstr ""
107
111
 
112
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
113
+ msgid "{{ repo.last_sync_words }} ago"
114
+ msgstr ""
115
+
108
116
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
109
117
  msgid ""
110
118
  "{{ repository.content_counts.ansible_collection || 0 }} Ansible Collections"
@@ -353,6 +361,7 @@ msgid "Activation Key:"
353
361
  msgstr ""
354
362
 
355
363
  #: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
364
+ #: app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js
356
365
  msgid "Activation Keys"
357
366
  msgstr ""
358
367
 
@@ -373,6 +382,11 @@ msgstr ""
373
382
  msgid "Add Content Hosts to:"
374
383
  msgstr ""
375
384
 
385
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
386
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
387
+ msgid "Add Host Collections"
388
+ msgstr ""
389
+
376
390
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
377
391
  msgid "Add hosts to the host collection to see available actions."
378
392
  msgstr ""
@@ -390,6 +404,10 @@ msgstr ""
390
404
  msgid "Add ons:"
391
405
  msgstr ""
392
406
 
407
+ #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
408
+ msgid "Add Products"
409
+ msgstr ""
410
+
393
411
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
394
412
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
395
413
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
@@ -400,6 +418,11 @@ msgstr ""
400
418
  msgid "Add Selected"
401
419
  msgstr ""
402
420
 
421
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js
422
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js
423
+ msgid "Add Subscriptions"
424
+ msgstr ""
425
+
403
426
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
404
427
  msgid "Add Subscriptions for Activation Key:"
405
428
  msgstr ""
@@ -432,9 +455,11 @@ msgstr ""
432
455
  msgid "Additive"
433
456
  msgstr ""
434
457
 
458
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
435
459
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
436
460
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
437
461
  #: app/assets/javascripts/bastion_katello/products/views/products.html
462
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js
438
463
  msgid "Advanced Sync"
439
464
  msgstr ""
440
465
 
@@ -446,6 +471,10 @@ msgstr ""
446
471
  msgid "Affected Hosts"
447
472
  msgstr ""
448
473
 
474
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
475
+ msgid "All"
476
+ msgstr ""
477
+
449
478
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
450
479
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
451
480
  msgid "All Content Views"
@@ -464,6 +493,7 @@ msgstr ""
464
493
 
465
494
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
466
495
  #: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
496
+ #: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js
467
497
  msgid "Alternate Content Sources"
468
498
  msgstr ""
469
499
 
@@ -556,6 +586,7 @@ msgid "Ansible Collection Authorization"
556
586
  msgstr ""
557
587
 
558
588
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
589
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
559
590
  msgid "Ansible Collections"
560
591
  msgstr ""
561
592
 
@@ -571,6 +602,7 @@ msgid "Applicable Content Hosts"
571
602
  msgstr ""
572
603
 
573
604
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
605
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js
574
606
  msgid "Applicable Deb Packages"
575
607
  msgstr ""
576
608
 
@@ -579,6 +611,7 @@ msgid "Applicable Errata"
579
611
  msgstr ""
580
612
 
581
613
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
614
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js
582
615
  msgid "Applicable Packages"
583
616
  msgstr ""
584
617
 
@@ -597,8 +630,9 @@ msgid "Application"
597
630
  msgstr ""
598
631
 
599
632
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
633
+ #: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
600
634
  msgid "Apply"
601
- msgstr ""
635
+ msgstr "Apply"
602
636
 
603
637
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
604
638
  msgid "Apply {{ errata.errata_id }}"
@@ -631,7 +665,7 @@ msgid "Apply Errata"
631
665
  msgstr ""
632
666
 
633
667
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
634
- msgid "Apply Errata to Content Host \"{{host.name}}\"?"
668
+ msgid "Apply Errata to Content Host \"{{host.display_name}}\"?"
635
669
  msgstr ""
636
670
 
637
671
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
@@ -677,7 +711,7 @@ msgstr ""
677
711
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
678
712
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-debs.html
679
713
  msgid "Architecture"
680
- msgstr ""
714
+ msgstr "Architecture"
681
715
 
682
716
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
683
717
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
@@ -696,7 +730,9 @@ msgid ""
696
730
  msgstr ""
697
731
 
698
732
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
699
- msgid "Are you sure you want to apply Errata to content host \"{{ host.name }}\"?"
733
+ msgid ""
734
+ "Are you sure you want to apply Errata to content host \"{{ host.display_name"
735
+ " }}\"?"
700
736
  msgstr ""
701
737
 
702
738
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
@@ -820,8 +856,9 @@ msgid ""
820
856
  "Are you sure you want to remove the {{ table.getSelected()[0].name }} "
821
857
  "repository?"
822
858
  msgid_plural ""
823
- "Are you sure you want to remove {{ table.getSelected().length }} "
824
- "repositories?"
859
+ "Repositories that are published in content view\n"
860
+ " 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"
861
+ " "
825
862
  msgstr[0] ""
826
863
  msgstr[1] ""
827
864
 
@@ -854,8 +891,8 @@ msgstr ""
854
891
 
855
892
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
856
893
  msgid ""
857
- "Are you sure you want to restart services on content host \"{{ host.name "
858
- "}}\"?"
894
+ "Are you sure you want to restart services on content host \"{{ "
895
+ "host.display_name }}\"?"
859
896
  msgstr ""
860
897
 
861
898
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
@@ -939,10 +976,18 @@ msgstr ""
939
976
  msgid "Auto-Attach"
940
977
  msgstr ""
941
978
 
979
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
980
+ msgid "Auto-attach available subscriptions to all selected hosts."
981
+ msgstr ""
982
+
942
983
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
943
984
  msgid "Auto-Attach Details"
944
985
  msgstr ""
945
986
 
987
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
988
+ msgid "Auto-attach uses all available subscriptions, not a selected subset."
989
+ msgstr ""
990
+
946
991
  #: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
947
992
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
948
993
  msgid "Automatic"
@@ -1000,7 +1045,7 @@ msgstr ""
1000
1045
 
1001
1046
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1002
1047
  msgid "Bootable"
1003
- msgstr ""
1048
+ msgstr "Bootable"
1004
1049
 
1005
1050
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
1006
1051
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
@@ -1026,6 +1071,10 @@ msgstr ""
1026
1071
  msgid "Build Time"
1027
1072
  msgstr ""
1028
1073
 
1074
+ #: app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
1075
+ msgid "Bulk Task"
1076
+ msgstr ""
1077
+
1029
1078
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
1030
1079
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
1031
1080
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
@@ -1046,6 +1095,7 @@ msgid "Cannot clean Repository, a sync is already in progress."
1046
1095
  msgstr ""
1047
1096
 
1048
1097
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
1098
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
1049
1099
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
1050
1100
  msgid "Cannot Remove"
1051
1101
  msgstr ""
@@ -1200,6 +1250,7 @@ msgid "Composite View"
1200
1250
  msgstr ""
1201
1251
 
1202
1252
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
1253
+ #: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
1203
1254
  msgid "Confirm"
1204
1255
  msgstr ""
1205
1256
 
@@ -1212,10 +1263,12 @@ msgid "Container Image Manifest"
1212
1263
  msgstr ""
1213
1264
 
1214
1265
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1266
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1215
1267
  msgid "Container Image Manifest Lists"
1216
1268
  msgstr ""
1217
1269
 
1218
1270
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1271
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1219
1272
  msgid "Container Image Manifests"
1220
1273
  msgstr ""
1221
1274
 
@@ -1232,6 +1285,7 @@ msgstr ""
1232
1285
 
1233
1286
  #: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
1234
1287
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1288
+ #: app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js
1235
1289
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
1236
1290
  msgid "Container Image Tags"
1237
1291
  msgstr ""
@@ -1245,6 +1299,10 @@ msgstr ""
1245
1299
  msgid "Content Counts"
1246
1300
  msgstr ""
1247
1301
 
1302
+ #: app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js
1303
+ msgid "Content Credential"
1304
+ msgstr ""
1305
+
1248
1306
  #: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
1249
1307
  msgid "Content Credential %s has been created."
1250
1308
  msgstr ""
@@ -1293,6 +1351,10 @@ msgstr ""
1293
1351
  msgid "Content Host Limit"
1294
1352
  msgstr ""
1295
1353
 
1354
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
1355
+ msgid "Content Host Module Stream Management"
1356
+ msgstr ""
1357
+
1296
1358
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1297
1359
  msgid "Content Host Properties"
1298
1360
  msgstr ""
@@ -1305,6 +1367,10 @@ msgstr ""
1305
1367
  msgid "Content Host Status"
1306
1368
  msgstr ""
1307
1369
 
1370
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
1371
+ msgid "Content Host Traces Management"
1372
+ msgstr ""
1373
+
1308
1374
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1309
1375
  msgid "Content Host:"
1310
1376
  msgstr ""
@@ -1316,6 +1382,9 @@ msgstr ""
1316
1382
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
1317
1383
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
1318
1384
  #: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
1385
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js
1386
+ #: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
1387
+ #: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
1319
1388
  msgid "Content Hosts"
1320
1389
  msgstr ""
1321
1390
 
@@ -1348,6 +1417,7 @@ msgstr ""
1348
1417
  #: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
1349
1418
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1350
1419
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1420
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
1351
1421
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
1352
1422
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
1353
1423
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
@@ -1372,7 +1442,10 @@ msgstr ""
1372
1442
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
1373
1443
  #: app/assets/javascripts/bastion_katello/environments/views/environments.html
1374
1444
  #: app/assets/javascripts/bastion_katello/files/details/views/file.html
1445
+ #: app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js
1375
1446
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
1447
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1448
+ #: app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js
1376
1449
  msgid "Content Views"
1377
1450
  msgstr ""
1378
1451
 
@@ -1439,6 +1512,11 @@ msgstr ""
1439
1512
  msgid "Create Content Credential"
1440
1513
  msgstr ""
1441
1514
 
1515
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js
1516
+ #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js
1517
+ msgid "Create Copy"
1518
+ msgstr ""
1519
+
1442
1520
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
1443
1521
  msgid "Create Discovered Repositories"
1444
1522
  msgstr ""
@@ -1457,6 +1535,10 @@ msgstr ""
1457
1535
  msgid "Create Product"
1458
1536
  msgstr ""
1459
1537
 
1538
+ #: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
1539
+ msgid "Create Repositories"
1540
+ msgstr ""
1541
+
1460
1542
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
1461
1543
  msgid "Create Selected"
1462
1544
  msgstr ""
@@ -1495,6 +1577,10 @@ msgstr ""
1495
1577
  msgid "Current Subscriptions for Activation Key:"
1496
1578
  msgstr ""
1497
1579
 
1580
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
1581
+ msgid "Custom"
1582
+ msgstr ""
1583
+
1498
1584
  #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
1499
1585
  #: app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js
1500
1586
  msgid "custom cron"
@@ -1538,6 +1624,10 @@ msgid ""
1538
1624
  "href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
1539
1625
  msgstr ""
1540
1626
 
1627
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js
1628
+ msgid "Deb Package Actions"
1629
+ msgstr ""
1630
+
1541
1631
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1542
1632
  msgid "deb Package Updates"
1543
1633
  msgstr ""
@@ -1549,6 +1639,7 @@ msgstr ""
1549
1639
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1550
1640
  #: app/assets/javascripts/bastion_katello/debs/views/debs.html
1551
1641
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
1642
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1552
1643
  msgid "Deb Packages"
1553
1644
  msgstr ""
1554
1645
 
@@ -1560,6 +1651,10 @@ msgstr ""
1560
1651
  msgid "Deb Packages for:"
1561
1652
  msgstr ""
1562
1653
 
1654
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1655
+ msgid "Deb Repositories"
1656
+ msgstr ""
1657
+
1563
1658
  #: app/assets/javascripts/bastion_katello/environments/views/environments.html
1564
1659
  msgid "Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>"
1565
1660
  msgstr ""
@@ -1569,6 +1664,11 @@ msgstr ""
1569
1664
  msgid "Deb:"
1570
1665
  msgstr ""
1571
1666
 
1667
+ #: app/assets/javascripts/bastion_katello/debs/debs.controller.js
1668
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1669
+ msgid "Debs"
1670
+ msgstr ""
1671
+
1572
1672
  #: app/assets/javascripts/bastion_katello/products/details/repositories/checksum.service.js
1573
1673
  msgid "Default"
1574
1674
  msgstr ""
@@ -1585,6 +1685,10 @@ msgstr "Delete"
1585
1685
  msgid "Delete {{ table.numSelected }} Hosts?"
1586
1686
  msgstr ""
1587
1687
 
1688
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
1689
+ msgid "Delete filters"
1690
+ msgstr ""
1691
+
1588
1692
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1589
1693
  msgid "Delete Hosts"
1590
1694
  msgstr ""
@@ -1594,6 +1698,7 @@ msgid "Delta RPM"
1594
1698
  msgstr ""
1595
1699
 
1596
1700
  #: app/assets/javascripts/bastion_katello/packages/details/views/package.html
1701
+ #: app/assets/javascripts/bastion_katello/packages/packages.controller.js
1597
1702
  msgid "Dependencies"
1598
1703
  msgstr ""
1599
1704
 
@@ -1685,6 +1790,10 @@ msgstr ""
1685
1790
  msgid "Discover"
1686
1791
  msgstr ""
1687
1792
 
1793
+ #: app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js
1794
+ msgid "Discover Repositories"
1795
+ msgstr ""
1796
+
1688
1797
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
1689
1798
  msgid "Discovered Repository"
1690
1799
  msgstr ""
@@ -1707,6 +1816,10 @@ msgid ""
1707
1816
  "repository."
1708
1817
  msgstr ""
1709
1818
 
1819
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1820
+ msgid "Docker"
1821
+ msgstr ""
1822
+
1710
1823
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
1711
1824
  msgid ""
1712
1825
  "Docker metadata generation has been initiated in the background. Click\n"
@@ -1718,6 +1831,10 @@ msgid ""
1718
1831
  "Docker Repositories <div>{{ library.counts.docker_repositories || 0 }}</div>"
1719
1832
  msgstr ""
1720
1833
 
1834
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1835
+ msgid "Docker Tags"
1836
+ msgstr ""
1837
+
1721
1838
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
1722
1839
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
1723
1840
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
@@ -1780,7 +1897,7 @@ msgstr ""
1780
1897
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
1781
1898
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
1782
1899
  msgid "Environment"
1783
- msgstr ""
1900
+ msgstr "Environment"
1784
1901
 
1785
1902
  #: app/assets/javascripts/bastion_katello/environments/details/environment.controller.js
1786
1903
  msgid "Environment saved"
@@ -1791,6 +1908,10 @@ msgid ""
1791
1908
  "Environment will also be removed from the following published content views!"
1792
1909
  msgstr ""
1793
1910
 
1911
+ #: app/assets/javascripts/bastion_katello/environments/details/environment.controller.js
1912
+ msgid "Environments"
1913
+ msgstr ""
1914
+
1794
1915
  #: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
1795
1916
  msgid "Environments List"
1796
1917
  msgstr ""
@@ -1798,7 +1919,10 @@ msgstr ""
1798
1919
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1799
1920
  #: app/assets/javascripts/bastion_katello/errata/views/errata.html
1800
1921
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1922
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
1801
1923
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
1924
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1925
+ #: app/assets/javascripts/bastion_katello/errata/errata.controller.js
1802
1926
  #: app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
1803
1927
  msgid "Errata"
1804
1928
  msgstr ""
@@ -1910,6 +2034,9 @@ msgstr ""
1910
2034
  #: app/assets/javascripts/bastion_katello/files/views/files.html
1911
2035
  #: app/assets/javascripts/bastion_katello/packages/details/views/package.html
1912
2036
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2037
+ #: app/assets/javascripts/bastion_katello/files/files.controller.js
2038
+ #: app/assets/javascripts/bastion_katello/packages/packages.controller.js
2039
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1913
2040
  msgid "Files"
1914
2041
  msgstr ""
1915
2042
 
@@ -1919,12 +2046,17 @@ msgstr ""
1919
2046
 
1920
2047
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
1921
2048
  #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-environments.html
2049
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
1922
2050
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
1923
2051
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
1924
2052
  #: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
1925
2053
  msgid "Filter"
1926
2054
  msgstr ""
1927
2055
 
2056
+ #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
2057
+ msgid "Filter by Environment"
2058
+ msgstr ""
2059
+
1928
2060
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
1929
2061
  msgid "Filter by Status:"
1930
2062
  msgstr ""
@@ -1935,14 +2067,12 @@ msgstr ""
1935
2067
  msgid "Filter..."
1936
2068
  msgstr ""
1937
2069
 
1938
- #: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
1939
- msgid "Finished At"
2070
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
2071
+ msgid "Filters"
1940
2072
  msgstr ""
1941
2073
 
1942
- #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
1943
- msgid ""
1944
- "For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 "
1945
- "it is recommended to use sha1."
2074
+ #: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
2075
+ msgid "Finished At"
1946
2076
  msgstr ""
1947
2077
 
1948
2078
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
@@ -2014,6 +2144,10 @@ msgstr ""
2014
2144
  msgid "Host Collection Membership"
2015
2145
  msgstr ""
2016
2146
 
2147
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
2148
+ msgid "Host Collection Membership Management"
2149
+ msgstr ""
2150
+
2017
2151
  #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js
2018
2152
  msgid "Host Collection removed."
2019
2153
  msgstr ""
@@ -2030,6 +2164,8 @@ msgstr ""
2030
2164
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
2031
2165
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
2032
2166
  #: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
2167
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
2168
+ #: app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js
2033
2169
  msgid "Host Collections"
2034
2170
  msgstr ""
2035
2171
 
@@ -2076,6 +2212,10 @@ msgstr ""
2076
2212
  msgid "HTTP Proxy"
2077
2213
  msgstr ""
2078
2214
 
2215
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
2216
+ msgid "HTTP Proxy Management"
2217
+ msgstr ""
2218
+
2079
2219
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2080
2220
  msgid "HTTP Proxy Policy"
2081
2221
  msgstr ""
@@ -2097,11 +2237,22 @@ msgstr ""
2097
2237
  msgid "Id"
2098
2238
  msgstr "Id"
2099
2239
 
2240
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2241
+ msgid ""
2242
+ "If you want to upload individual packages, create a separate repository with"
2243
+ " an empty \"Upstream URL\" field."
2244
+ msgstr ""
2245
+
2100
2246
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2101
2247
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2102
2248
  msgid "Ignore SRPMs"
2103
2249
  msgstr ""
2104
2250
 
2251
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2252
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2253
+ msgid "Ignore treeinfo"
2254
+ msgstr ""
2255
+
2105
2256
  #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
2106
2257
  msgid "Image"
2107
2258
  msgstr "Image"
@@ -2163,6 +2314,7 @@ msgid "Installed"
2163
2314
  msgstr ""
2164
2315
 
2165
2316
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
2317
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js
2166
2318
  msgid "Installed Deb Packages"
2167
2319
  msgstr ""
2168
2320
 
@@ -2177,6 +2329,7 @@ msgid "Installed Package"
2177
2329
  msgstr ""
2178
2330
 
2179
2331
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
2332
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js
2180
2333
  msgid "Installed Packages"
2181
2334
  msgstr ""
2182
2335
 
@@ -2215,18 +2368,10 @@ msgstr ""
2215
2368
  msgid "Issued"
2216
2369
  msgstr ""
2217
2370
 
2218
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2219
- msgid "Katello Agent"
2220
- msgstr ""
2221
-
2222
2371
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2223
2372
  msgid "Katello Tracer"
2224
2373
  msgstr ""
2225
2374
 
2226
- #: app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html
2227
- msgid "Katello-agent is deprecated and will be removed in a future release."
2228
- msgstr ""
2229
-
2230
2375
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
2231
2376
  #: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
2232
2377
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
@@ -2250,11 +2395,16 @@ msgstr ""
2250
2395
  msgid "Last Puppet Report"
2251
2396
  msgstr ""
2252
2397
 
2398
+ #: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
2399
+ msgid "Last reclaim failed:"
2400
+ msgstr ""
2401
+
2253
2402
  #: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
2254
2403
  msgid "Last reclaim space failed:"
2255
2404
  msgstr ""
2256
2405
 
2257
2406
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
2407
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
2258
2408
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
2259
2409
  #: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
2260
2410
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
@@ -2315,6 +2465,7 @@ msgid "Lifecycle Environment:"
2315
2465
  msgstr ""
2316
2466
 
2317
2467
  #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
2468
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js
2318
2469
  msgid "Lifecycle Environments"
2319
2470
  msgstr ""
2320
2471
 
@@ -2328,7 +2479,7 @@ msgstr ""
2328
2479
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
2329
2480
  msgid ""
2330
2481
  "Limit Repository Sets to only those available in this Activation Key's "
2331
- "Lifecycle Environment"
2482
+ "Lifecycle Environment"
2332
2483
  msgstr ""
2333
2484
 
2334
2485
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
@@ -2359,6 +2510,23 @@ msgstr ""
2359
2510
  msgid "List"
2360
2511
  msgstr ""
2361
2512
 
2513
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
2514
+ msgid "List Host Collections"
2515
+ msgstr ""
2516
+
2517
+ #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js
2518
+ #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js
2519
+ msgid "List Hosts"
2520
+ msgstr ""
2521
+
2522
+ #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
2523
+ msgid "List Products"
2524
+ msgstr ""
2525
+
2526
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
2527
+ msgid "List Subscriptions"
2528
+ msgstr ""
2529
+
2362
2530
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
2363
2531
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
2364
2532
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html
@@ -2378,6 +2546,10 @@ msgstr ""
2378
2546
  msgid "Loading...\""
2379
2547
  msgstr ""
2380
2548
 
2549
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
2550
+ msgid "Make filters apply to all repositories in the content view"
2551
+ msgstr ""
2552
+
2381
2553
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
2382
2554
  msgid "Manage Ansible Collections for Repository:"
2383
2555
  msgstr ""
@@ -2450,6 +2622,11 @@ msgstr ""
2450
2622
  msgid "Manifest Type"
2451
2623
  msgstr ""
2452
2624
 
2625
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2626
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2627
+ msgid "Metadata Expiration (Seconds)"
2628
+ msgstr ""
2629
+
2453
2630
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2454
2631
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2455
2632
  msgid "Mirroring Policy"
@@ -2484,7 +2661,10 @@ msgstr ""
2484
2661
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
2485
2662
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
2486
2663
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2664
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js
2487
2665
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
2666
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
2667
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
2488
2668
  msgid "Module Streams"
2489
2669
  msgstr ""
2490
2670
 
@@ -2501,6 +2681,7 @@ msgid "More Details"
2501
2681
  msgstr ""
2502
2682
 
2503
2683
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
2684
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
2504
2685
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
2505
2686
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
2506
2687
  #: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
@@ -2531,6 +2712,7 @@ msgstr "N/A"
2531
2712
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
2532
2713
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
2533
2714
  #: app/assets/javascripts/bastion_katello/debs/views/debs.html
2715
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
2534
2716
  #: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
2535
2717
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
2536
2718
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
@@ -2601,24 +2783,36 @@ msgid "Never synced"
2601
2783
  msgstr ""
2602
2784
 
2603
2785
  #: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
2786
+ #: app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js
2604
2787
  msgid "New Activation Key"
2605
2788
  msgstr ""
2606
2789
 
2790
+ #: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
2791
+ msgid "New Content Credential"
2792
+ msgstr ""
2793
+
2607
2794
  #: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
2795
+ #: app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
2608
2796
  msgid "New Environment"
2609
2797
  msgstr ""
2610
2798
 
2799
+ #: app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
2800
+ msgid "New Host Collection"
2801
+ msgstr ""
2802
+
2611
2803
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
2612
2804
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
2613
2805
  msgid "New Name:"
2614
2806
  msgstr ""
2615
2807
 
2616
2808
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
2809
+ #: app/assets/javascripts/bastion_katello/products/new/product-form.controller.js
2617
2810
  msgid "New Product"
2618
2811
  msgstr ""
2619
2812
 
2620
2813
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2621
2814
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
2815
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js
2622
2816
  msgid "New Repository"
2623
2817
  msgstr ""
2624
2818
 
@@ -2722,6 +2916,10 @@ msgstr ""
2722
2916
  msgid "No matching results."
2723
2917
  msgstr ""
2724
2918
 
2919
+ #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
2920
+ msgid "No Packages to show"
2921
+ msgstr ""
2922
+
2725
2923
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
2726
2924
  msgid "No products are available to add to this Sync Plan."
2727
2925
  msgstr ""
@@ -2778,15 +2976,12 @@ msgstr ""
2778
2976
  msgid "Not Applicable"
2779
2977
  msgstr ""
2780
2978
 
2781
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2782
- msgid "Not installed"
2783
- msgstr ""
2784
-
2785
2979
  #: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
2786
2980
  msgid "Not started"
2787
2981
  msgstr ""
2788
2982
 
2789
2983
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
2984
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
2790
2985
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
2791
2986
  #: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
2792
2987
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
@@ -2797,7 +2992,7 @@ msgstr ""
2797
2992
 
2798
2993
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2799
2994
  msgid "Number of CPUs"
2800
- msgstr ""
2995
+ msgstr "Number of CPUs"
2801
2996
 
2802
2997
  #: app/assets/javascripts/bastion_katello/products/details/views/product-info.html
2803
2998
  msgid "Number of Repositories"
@@ -2865,7 +3060,7 @@ msgstr ""
2865
3060
 
2866
3061
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
2867
3062
  msgid "Operating System"
2868
- msgstr ""
3063
+ msgstr "Operating System"
2869
3064
 
2870
3065
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
2871
3066
  msgid "Optimized Sync"
@@ -2909,6 +3104,7 @@ msgstr ""
2909
3104
 
2910
3105
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
2911
3106
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
3107
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js
2912
3108
  msgid "Package Actions"
2913
3109
  msgstr ""
2914
3110
 
@@ -2917,6 +3113,7 @@ msgid "Package Group (Deprecated)"
2917
3113
  msgstr ""
2918
3114
 
2919
3115
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3116
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
2920
3117
  msgid "Package Groups"
2921
3118
  msgstr ""
2922
3119
 
@@ -2965,6 +3162,10 @@ msgstr ""
2965
3162
  #: app/assets/javascripts/bastion_katello/packages/views/packages.html
2966
3163
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2967
3164
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
3165
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
3166
+ #: app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js
3167
+ #: app/assets/javascripts/bastion_katello/packages/packages.controller.js
3168
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
2968
3169
  msgid "Packages"
2969
3170
  msgstr ""
2970
3171
 
@@ -3023,15 +3224,20 @@ msgstr ""
3023
3224
  msgid "Perform"
3024
3225
  msgstr ""
3025
3226
 
3026
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
3027
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
3028
3227
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
3029
3228
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
3030
3229
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
3031
3230
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
3032
3231
  msgid ""
3033
3232
  "Performing host package actions is disabled because Katello is not "
3034
- "configured for Remote Execution or Katello Agent."
3233
+ "configured for remote execution."
3234
+ msgstr ""
3235
+
3236
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
3237
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
3238
+ msgid ""
3239
+ "Performing host package actions is disabled because Katello is not "
3240
+ "configured for Remote Execution."
3035
3241
  msgstr ""
3036
3242
 
3037
3243
  #: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
@@ -3075,6 +3281,7 @@ msgstr ""
3075
3281
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3076
3282
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
3077
3283
  #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
3284
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
3078
3285
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
3079
3286
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
3080
3287
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
@@ -3135,6 +3342,9 @@ msgstr ""
3135
3342
  #: app/assets/javascripts/bastion_katello/products/views/products.html
3136
3343
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
3137
3344
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
3345
+ #: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js
3346
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
3347
+ #: app/assets/javascripts/bastion_katello/products/products.controller.js
3138
3348
  msgid "Products"
3139
3349
  msgstr ""
3140
3350
 
@@ -3154,6 +3364,10 @@ msgstr ""
3154
3364
  msgid "Provides"
3155
3365
  msgstr ""
3156
3366
 
3367
+ #: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
3368
+ msgid "Provisioning"
3369
+ msgstr ""
3370
+
3157
3371
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
3158
3372
  msgid "Provisioning Details"
3159
3373
  msgstr ""
@@ -3217,6 +3431,10 @@ msgstr ""
3217
3431
  msgid "Recurring Logic"
3218
3432
  msgstr ""
3219
3433
 
3434
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
3435
+ msgid "Red Hat"
3436
+ msgstr ""
3437
+
3220
3438
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
3221
3439
  msgid "Red Hat Repositories page"
3222
3440
  msgstr ""
@@ -3450,12 +3668,21 @@ msgstr ""
3450
3668
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
3451
3669
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
3452
3670
  #: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
3671
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
3453
3672
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
3454
3673
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
3455
3674
  #: app/assets/javascripts/bastion_katello/packages/details/views/package.html
3456
3675
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
3457
3676
  #: app/assets/javascripts/bastion_katello/products/views/products.html
3458
3677
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
3678
+ #: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js
3679
+ #: app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js
3680
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js
3681
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
3682
+ #: app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js
3683
+ #: app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js
3684
+ #: app/assets/javascripts/bastion_katello/packages/packages.controller.js
3685
+ #: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
3459
3686
  msgid "Repositories"
3460
3687
  msgstr ""
3461
3688
 
@@ -3495,7 +3722,6 @@ msgstr ""
3495
3722
  msgid "Repositories to Create"
3496
3723
  msgstr ""
3497
3724
 
3498
- #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
3499
3725
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
3500
3726
  msgid "Repository"
3501
3727
  msgstr ""
@@ -3529,8 +3755,6 @@ msgstr ""
3529
3755
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
3530
3756
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
3531
3757
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
3532
- #: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
3533
- #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
3534
3758
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
3535
3759
  msgid "Repository Name"
3536
3760
  msgstr ""
@@ -3551,14 +3775,23 @@ msgstr ""
3551
3775
 
3552
3776
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
3553
3777
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
3778
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
3554
3779
  msgid "Repository Sets"
3555
3780
  msgstr ""
3556
3781
 
3782
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
3783
+ msgid "Repository Sets Management"
3784
+ msgstr ""
3785
+
3557
3786
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
3558
3787
  #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
3559
3788
  msgid "Repository Sets settings saved successfully."
3560
3789
  msgstr ""
3561
3790
 
3791
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
3792
+ msgid "Repository type"
3793
+ msgstr ""
3794
+
3562
3795
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
3563
3796
  msgid "Repository Type"
3564
3797
  msgstr ""
@@ -3578,6 +3811,10 @@ msgstr ""
3578
3811
  msgid "Repository:"
3579
3812
  msgstr ""
3580
3813
 
3814
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
3815
+ msgid "Republish Repository Metadata"
3816
+ msgstr ""
3817
+
3581
3818
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3582
3819
  msgid "Requirements"
3583
3820
  msgstr ""
@@ -3619,7 +3856,7 @@ msgid "Restart Selected"
3619
3856
  msgstr ""
3620
3857
 
3621
3858
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
3622
- msgid "Restart Services on Content Host \"{{host.name}}\"?"
3859
+ msgid "Restart Services on Content Host \"{{host.display_name}}\"?"
3623
3860
  msgstr ""
3624
3861
 
3625
3862
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
@@ -3728,10 +3965,20 @@ msgstr "Select Action"
3728
3965
  msgid "Select an Organization"
3729
3966
  msgstr ""
3730
3967
 
3968
+ #: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
3969
+ msgid "Select Content Host(s)"
3970
+ msgstr ""
3971
+
3731
3972
  #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
3732
3973
  msgid "Select Content View"
3733
3974
  msgstr ""
3734
3975
 
3976
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
3977
+ msgid ""
3978
+ "Select this option if treeinfo files or other kickstart content is failing "
3979
+ "to syncronize from the upstream repository."
3980
+ msgstr ""
3981
+
3735
3982
  #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
3736
3983
  msgid ""
3737
3984
  "Selecting \"Complete Sync\" will cause only yum/deb repositories of the "
@@ -3743,6 +3990,12 @@ msgid ""
3743
3990
  "Selecting this option will exclude SRPMs from repository synchronization."
3744
3991
  msgstr ""
3745
3992
 
3993
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
3994
+ msgid ""
3995
+ "Selecting this option will exclude treeinfo files from repository "
3996
+ "synchronization."
3997
+ msgstr ""
3998
+
3746
3999
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
3747
4000
  msgid ""
3748
4001
  "Selecting this option will result in Katello verifying that the upstream "
@@ -3770,7 +4023,7 @@ msgstr ""
3770
4023
 
3771
4024
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
3772
4025
  msgid "Severity"
3773
- msgstr ""
4026
+ msgstr "Severity"
3774
4027
 
3775
4028
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
3776
4029
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
@@ -3904,7 +4157,6 @@ msgstr "State"
3904
4157
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
3905
4158
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
3906
4159
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
3907
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
3908
4160
  #: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
3909
4161
  #: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
3910
4162
  msgid "Status"
@@ -3926,8 +4178,6 @@ msgid "Subscription Management"
3926
4178
  msgstr ""
3927
4179
 
3928
4180
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
3929
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3930
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3931
4181
  msgid "Subscription Status"
3932
4182
  msgstr ""
3933
4183
 
@@ -3935,15 +4185,10 @@ msgstr ""
3935
4185
  msgid "Subscription UUID"
3936
4186
  msgstr ""
3937
4187
 
3938
- #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
3939
- msgid ""
3940
- "subscription-manager register --org=\"{{ activationKey.organization.label "
3941
- "}}\" --activationkey=\"{{ activationKey.name }}\""
3942
- msgstr ""
3943
-
3944
4188
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
3945
4189
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
3946
4190
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
4191
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js
3947
4192
  msgid "Subscriptions"
3948
4193
  msgstr ""
3949
4194
 
@@ -3985,22 +4230,6 @@ msgstr ""
3985
4230
  msgid "Successfully removed 1 item."
3986
4231
  msgstr ""
3987
4232
 
3988
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
3989
- msgid "Successfully scheduled an update of all packages"
3990
- msgstr ""
3991
-
3992
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
3993
- msgid "Successfully scheduled package installation"
3994
- msgstr ""
3995
-
3996
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
3997
- msgid "Successfully scheduled package removal"
3998
- msgstr ""
3999
-
4000
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
4001
- msgid "Successfully scheduled package update"
4002
- msgstr ""
4003
-
4004
4233
  #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
4005
4234
  msgid "Successfully updated subscriptions."
4006
4235
  msgstr ""
@@ -4012,7 +4241,7 @@ msgstr ""
4012
4241
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
4013
4242
  #: app/assets/javascripts/bastion_katello/packages/views/packages.html
4014
4243
  msgid "Summary"
4015
- msgstr ""
4244
+ msgstr "Summary"
4016
4245
 
4017
4246
  #: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
4018
4247
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
@@ -4061,6 +4290,10 @@ msgstr ""
4061
4290
  msgid "Sync Plan created and assigned to product."
4062
4291
  msgstr ""
4063
4292
 
4293
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
4294
+ msgid "Sync Plan Management"
4295
+ msgstr ""
4296
+
4064
4297
  #: app/assets/javascripts/bastion_katello/products/new/new-sync-plan-modal.controller.js
4065
4298
  msgid "Sync Plan saved"
4066
4299
  msgstr ""
@@ -4075,6 +4308,8 @@ msgid "Sync Plan:"
4075
4308
  msgstr ""
4076
4309
 
4077
4310
  #: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
4311
+ #: app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js
4312
+ #: app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js
4078
4313
  msgid "Sync Plans"
4079
4314
  msgstr ""
4080
4315
 
@@ -4130,10 +4365,6 @@ msgstr ""
4130
4365
  msgid "System Purpose Management"
4131
4366
  msgstr ""
4132
4367
 
4133
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
4134
- msgid "System Purpose Status"
4135
- msgstr ""
4136
-
4137
4368
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifest-lists.html
4138
4369
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
4139
4370
  msgid "Tags"
@@ -4146,6 +4377,9 @@ msgstr ""
4146
4377
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4147
4378
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
4148
4379
  #: app/assets/javascripts/bastion_katello/tasks/views/tasks.html
4380
+ #: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
4381
+ #: app/assets/javascripts/bastion_katello/errata/errata.controller.js
4382
+ #: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
4149
4383
  msgid "Tasks"
4150
4384
  msgstr ""
4151
4385
 
@@ -4185,6 +4419,11 @@ msgid ""
4185
4419
  "make errata available to these hosts."
4186
4420
  msgstr ""
4187
4421
 
4422
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
4423
+ msgid ""
4424
+ "The filters below have this repository as the last affected repository!"
4425
+ msgstr ""
4426
+
4188
4427
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
4189
4428
  msgid ""
4190
4429
  "The following actions can be performed on content hosts in this host "
@@ -4234,15 +4473,15 @@ msgstr ""
4234
4473
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4235
4474
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4236
4475
  msgid ""
4237
- "The repository will be enabled by default on content hosts with the selected"
4238
- " architecture."
4476
+ "The repository will only be available on content hosts with the selected "
4477
+ "architecture."
4239
4478
  msgstr ""
4240
4479
 
4241
4480
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4242
4481
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4243
4482
  msgid ""
4244
- "The repository will be enabled by default on content hosts with the selected"
4245
- " OS version."
4483
+ "The repository will only be available on content hosts with the selected OS "
4484
+ "version."
4246
4485
  msgstr ""
4247
4486
 
4248
4487
  #: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
@@ -4251,6 +4490,12 @@ msgid ""
4251
4490
  "different environment."
4252
4491
  msgstr ""
4253
4492
 
4493
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4494
+ msgid ""
4495
+ "The sha1 checksum type is no longer supported. The checksum type will reset "
4496
+ "to 'Default' at the next edit or change in content."
4497
+ msgstr ""
4498
+
4254
4499
  #: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
4255
4500
  msgid "The time the sync should happen in your current time zone."
4256
4501
  msgstr ""
@@ -4358,7 +4603,9 @@ msgstr ""
4358
4603
 
4359
4604
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
4360
4605
  msgid ""
4361
- "This activation key may be used during system registration. For example:"
4606
+ "This activation key may be used during <a "
4607
+ "href=\"/hosts/register?initialAKSelection={{ activationKey.name }}\">system "
4608
+ "registration.</a>"
4362
4609
  msgstr ""
4363
4610
 
4364
4611
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
@@ -4369,33 +4616,23 @@ msgstr ""
4369
4616
  msgid "This Container Image Tag is not present in any Lifecycle Environments."
4370
4617
  msgstr ""
4371
4618
 
4619
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
4620
+ msgid "This Container Image Tag is not present in any Repositories."
4621
+ msgstr ""
4622
+
4372
4623
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4373
4624
  msgid ""
4374
4625
  "This operation may also remove managed resources linked to the host such as virtual machines and DNS records.\n"
4375
4626
  " Change the setting \"Delete Host upon Unregister\" to false on the <a href=\"/settings\">settings page</a> to prevent this."
4376
4627
  msgstr ""
4377
4628
 
4378
- #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
4379
- msgid ""
4380
- "This organization has Simple Content Access enabled. Hosts are not required"
4381
- " to have subscriptions attached to access repositories."
4382
- msgstr ""
4383
-
4384
- #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
4385
- msgid ""
4386
- "This organization is not using <a target=\"_blank\" "
4387
- "href=\"https://access.redhat.com/articles/simple-content-access\">Simple "
4388
- "Content Access.</a> Entitlement-based subscription management is deprecated "
4389
- "and will be removed in a future version."
4390
- msgstr ""
4391
-
4392
4629
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
4393
4630
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
4394
4631
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
4395
4632
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html
4396
4633
  #: app/assets/javascripts/bastion_katello/errata/views/errata.html
4397
4634
  msgid "Title"
4398
- msgstr ""
4635
+ msgstr "Title"
4399
4636
 
4400
4637
  #: app/assets/javascripts/bastion_katello/content-hosts/views/register.html
4401
4638
  msgid "To register a content host to this server, follow these steps."
@@ -4424,6 +4661,7 @@ msgstr ""
4424
4661
 
4425
4662
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
4426
4663
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4664
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js
4427
4665
  msgid "Traces"
4428
4666
  msgstr ""
4429
4667
 
@@ -4487,7 +4725,7 @@ msgid "Unregister Host"
4487
4725
  msgstr ""
4488
4726
 
4489
4727
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4490
- msgid "Unregister Host \"{{host.name}}\"?"
4728
+ msgid "Unregister Host \"{{host.display_name}}\"?"
4491
4729
  msgstr ""
4492
4730
 
4493
4731
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
@@ -4725,17 +4963,6 @@ msgstr ""
4725
4963
  msgid "Versions"
4726
4964
  msgstr ""
4727
4965
 
4728
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
4729
- #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
4730
- #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
4731
- #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
4732
- msgid "via Katello agent"
4733
- msgstr ""
4734
-
4735
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
4736
- msgid "via Katello Agent"
4737
- msgstr ""
4738
-
4739
4966
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
4740
4967
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
4741
4968
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
@@ -4809,6 +5036,13 @@ msgid ""
4809
5036
  "associated subscriptions."
4810
5037
  msgstr ""
4811
5038
 
5039
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
5040
+ msgid ""
5041
+ "When Auto Attach is enabled, registering systems will be attached to all "
5042
+ "associated custom products and only associated Red Hat subscriptions "
5043
+ "required to satisfy the system's installed products."
5044
+ msgstr ""
5045
+
4812
5046
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4813
5047
  msgid ""
4814
5048
  "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"
@@ -4861,11 +5095,21 @@ msgid ""
4861
5095
  "contents of requirement.yml here"
4862
5096
  msgstr ""
4863
5097
 
5098
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
5099
+ msgid "You cannot remove content from a redhat repository"
5100
+ msgstr ""
5101
+
4864
5102
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
4865
5103
  msgid ""
4866
5104
  "You cannot remove these repositories because you do not have permission."
4867
5105
  msgstr ""
4868
5106
 
5107
+ #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
5108
+ msgid ""
5109
+ "You cannot remove this product because it has repositories that are the last"
5110
+ " affected repository on content view filters"
5111
+ msgstr ""
5112
+
4869
5113
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
4870
5114
  msgid "You cannot remove this product because it is a Red Hat product."
4871
5115
  msgstr ""
@@ -5109,6 +5353,7 @@ msgstr ""
5109
5353
  msgid "Your search returned zero Repositories"
5110
5354
  msgstr ""
5111
5355
 
5356
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
5112
5357
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
5113
5358
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
5114
5359
  msgid "Your search returned zero Repositories."