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
- # Michał Foryt <michal.foryt@gmail.com>, 2022
4
3
  # sziolkow <sziolkow@gmail.com>, 2022
4
+ # Michał Foryt <michal.foryt@gmail.com>, 2023
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: \n"
9
- "Last-Translator: sziolkow <sziolkow@gmail.com>, 2022\n"
9
+ "Last-Translator: Michał Foryt <michal.foryt@gmail.com>, 2023\n"
10
10
  "Language-Team: Polish (https://app.transifex.com/foreman/teams/114/pl/)\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"
@@ -363,6 +371,7 @@ msgid "Activation Key:"
363
371
  msgstr ""
364
372
 
365
373
  #: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
374
+ #: app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js
366
375
  msgid "Activation Keys"
367
376
  msgstr ""
368
377
 
@@ -383,6 +392,11 @@ msgstr ""
383
392
  msgid "Add Content Hosts to:"
384
393
  msgstr ""
385
394
 
395
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
396
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
397
+ msgid "Add Host Collections"
398
+ msgstr ""
399
+
386
400
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
387
401
  msgid "Add hosts to the host collection to see available actions."
388
402
  msgstr ""
@@ -400,6 +414,10 @@ msgstr ""
400
414
  msgid "Add ons:"
401
415
  msgstr ""
402
416
 
417
+ #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
418
+ msgid "Add Products"
419
+ msgstr ""
420
+
403
421
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
404
422
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
405
423
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
@@ -410,6 +428,11 @@ msgstr ""
410
428
  msgid "Add Selected"
411
429
  msgstr ""
412
430
 
431
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js
432
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js
433
+ msgid "Add Subscriptions"
434
+ msgstr ""
435
+
413
436
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
414
437
  msgid "Add Subscriptions for Activation Key:"
415
438
  msgstr ""
@@ -442,9 +465,11 @@ msgstr ""
442
465
  msgid "Additive"
443
466
  msgstr ""
444
467
 
468
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
445
469
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
446
470
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
447
471
  #: app/assets/javascripts/bastion_katello/products/views/products.html
472
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js
448
473
  msgid "Advanced Sync"
449
474
  msgstr ""
450
475
 
@@ -456,6 +481,10 @@ msgstr ""
456
481
  msgid "Affected Hosts"
457
482
  msgstr ""
458
483
 
484
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
485
+ msgid "All"
486
+ msgstr ""
487
+
459
488
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
460
489
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
461
490
  msgid "All Content Views"
@@ -474,6 +503,7 @@ msgstr ""
474
503
 
475
504
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
476
505
  #: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
506
+ #: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js
477
507
  msgid "Alternate Content Sources"
478
508
  msgstr ""
479
509
 
@@ -566,6 +596,7 @@ msgid "Ansible Collection Authorization"
566
596
  msgstr ""
567
597
 
568
598
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
599
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
569
600
  msgid "Ansible Collections"
570
601
  msgstr ""
571
602
 
@@ -581,6 +612,7 @@ msgid "Applicable Content Hosts"
581
612
  msgstr ""
582
613
 
583
614
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
615
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js
584
616
  msgid "Applicable Deb Packages"
585
617
  msgstr ""
586
618
 
@@ -589,6 +621,7 @@ msgid "Applicable Errata"
589
621
  msgstr ""
590
622
 
591
623
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
624
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js
592
625
  msgid "Applicable Packages"
593
626
  msgstr ""
594
627
 
@@ -607,6 +640,7 @@ msgid "Application"
607
640
  msgstr ""
608
641
 
609
642
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
643
+ #: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
610
644
  msgid "Apply"
611
645
  msgstr ""
612
646
 
@@ -641,7 +675,7 @@ msgid "Apply Errata"
641
675
  msgstr ""
642
676
 
643
677
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
644
- msgid "Apply Errata to Content Host \"{{host.name}}\"?"
678
+ msgid "Apply Errata to Content Host \"{{host.display_name}}\"?"
645
679
  msgstr ""
646
680
 
647
681
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
@@ -706,7 +740,9 @@ msgid ""
706
740
  msgstr ""
707
741
 
708
742
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
709
- msgid "Are you sure you want to apply Errata to content host \"{{ host.name }}\"?"
743
+ msgid ""
744
+ "Are you sure you want to apply Errata to content host \"{{ host.display_name"
745
+ " }}\"?"
710
746
  msgstr ""
711
747
 
712
748
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
@@ -838,8 +874,9 @@ msgid ""
838
874
  "Are you sure you want to remove the {{ table.getSelected()[0].name }} "
839
875
  "repository?"
840
876
  msgid_plural ""
841
- "Are you sure you want to remove {{ table.getSelected().length }} "
842
- "repositories?"
877
+ "Repositories that are published in content view\n"
878
+ " 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"
879
+ " "
843
880
  msgstr[0] ""
844
881
  msgstr[1] ""
845
882
  msgstr[2] ""
@@ -876,8 +913,8 @@ msgstr ""
876
913
 
877
914
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
878
915
  msgid ""
879
- "Are you sure you want to restart services on content host \"{{ host.name "
880
- "}}\"?"
916
+ "Are you sure you want to restart services on content host \"{{ "
917
+ "host.display_name }}\"?"
881
918
  msgstr ""
882
919
 
883
920
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
@@ -961,10 +998,18 @@ msgstr "Autor"
961
998
  msgid "Auto-Attach"
962
999
  msgstr ""
963
1000
 
1001
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
1002
+ msgid "Auto-attach available subscriptions to all selected hosts."
1003
+ msgstr ""
1004
+
964
1005
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
965
1006
  msgid "Auto-Attach Details"
966
1007
  msgstr ""
967
1008
 
1009
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
1010
+ msgid "Auto-attach uses all available subscriptions, not a selected subset."
1011
+ msgstr ""
1012
+
968
1013
  #: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
969
1014
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
970
1015
  msgid "Automatic"
@@ -1048,6 +1093,10 @@ msgstr ""
1048
1093
  msgid "Build Time"
1049
1094
  msgstr ""
1050
1095
 
1096
+ #: app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
1097
+ msgid "Bulk Task"
1098
+ msgstr ""
1099
+
1051
1100
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
1052
1101
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
1053
1102
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
@@ -1068,6 +1117,7 @@ msgid "Cannot clean Repository, a sync is already in progress."
1068
1117
  msgstr ""
1069
1118
 
1070
1119
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
1120
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
1071
1121
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
1072
1122
  msgid "Cannot Remove"
1073
1123
  msgstr ""
@@ -1222,6 +1272,7 @@ msgid "Composite View"
1222
1272
  msgstr ""
1223
1273
 
1224
1274
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
1275
+ #: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
1225
1276
  msgid "Confirm"
1226
1277
  msgstr ""
1227
1278
 
@@ -1234,10 +1285,12 @@ msgid "Container Image Manifest"
1234
1285
  msgstr ""
1235
1286
 
1236
1287
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1288
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1237
1289
  msgid "Container Image Manifest Lists"
1238
1290
  msgstr ""
1239
1291
 
1240
1292
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1293
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1241
1294
  msgid "Container Image Manifests"
1242
1295
  msgstr ""
1243
1296
 
@@ -1254,6 +1307,7 @@ msgstr ""
1254
1307
 
1255
1308
  #: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
1256
1309
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1310
+ #: app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js
1257
1311
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
1258
1312
  msgid "Container Image Tags"
1259
1313
  msgstr ""
@@ -1267,6 +1321,10 @@ msgstr ""
1267
1321
  msgid "Content Counts"
1268
1322
  msgstr ""
1269
1323
 
1324
+ #: app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js
1325
+ msgid "Content Credential"
1326
+ msgstr ""
1327
+
1270
1328
  #: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
1271
1329
  msgid "Content Credential %s has been created."
1272
1330
  msgstr ""
@@ -1315,6 +1373,10 @@ msgstr ""
1315
1373
  msgid "Content Host Limit"
1316
1374
  msgstr ""
1317
1375
 
1376
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
1377
+ msgid "Content Host Module Stream Management"
1378
+ msgstr ""
1379
+
1318
1380
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1319
1381
  msgid "Content Host Properties"
1320
1382
  msgstr ""
@@ -1327,6 +1389,10 @@ msgstr ""
1327
1389
  msgid "Content Host Status"
1328
1390
  msgstr ""
1329
1391
 
1392
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
1393
+ msgid "Content Host Traces Management"
1394
+ msgstr ""
1395
+
1330
1396
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1331
1397
  msgid "Content Host:"
1332
1398
  msgstr ""
@@ -1338,6 +1404,9 @@ msgstr ""
1338
1404
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
1339
1405
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
1340
1406
  #: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
1407
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js
1408
+ #: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
1409
+ #: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
1341
1410
  msgid "Content Hosts"
1342
1411
  msgstr ""
1343
1412
 
@@ -1370,6 +1439,7 @@ msgstr ""
1370
1439
  #: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
1371
1440
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1372
1441
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1442
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
1373
1443
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
1374
1444
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
1375
1445
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
@@ -1394,7 +1464,10 @@ msgstr ""
1394
1464
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
1395
1465
  #: app/assets/javascripts/bastion_katello/environments/views/environments.html
1396
1466
  #: app/assets/javascripts/bastion_katello/files/details/views/file.html
1467
+ #: app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js
1397
1468
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
1469
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1470
+ #: app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js
1398
1471
  msgid "Content Views"
1399
1472
  msgstr ""
1400
1473
 
@@ -1461,6 +1534,11 @@ msgstr ""
1461
1534
  msgid "Create Content Credential"
1462
1535
  msgstr ""
1463
1536
 
1537
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js
1538
+ #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js
1539
+ msgid "Create Copy"
1540
+ msgstr ""
1541
+
1464
1542
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
1465
1543
  msgid "Create Discovered Repositories"
1466
1544
  msgstr ""
@@ -1479,6 +1557,10 @@ msgstr ""
1479
1557
  msgid "Create Product"
1480
1558
  msgstr ""
1481
1559
 
1560
+ #: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
1561
+ msgid "Create Repositories"
1562
+ msgstr ""
1563
+
1482
1564
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
1483
1565
  msgid "Create Selected"
1484
1566
  msgstr ""
@@ -1517,6 +1599,10 @@ msgstr ""
1517
1599
  msgid "Current Subscriptions for Activation Key:"
1518
1600
  msgstr ""
1519
1601
 
1602
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
1603
+ msgid "Custom"
1604
+ msgstr ""
1605
+
1520
1606
  #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
1521
1607
  #: app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js
1522
1608
  msgid "custom cron"
@@ -1560,6 +1646,10 @@ msgid ""
1560
1646
  "href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
1561
1647
  msgstr ""
1562
1648
 
1649
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js
1650
+ msgid "Deb Package Actions"
1651
+ msgstr ""
1652
+
1563
1653
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1564
1654
  msgid "deb Package Updates"
1565
1655
  msgstr ""
@@ -1571,6 +1661,7 @@ msgstr ""
1571
1661
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1572
1662
  #: app/assets/javascripts/bastion_katello/debs/views/debs.html
1573
1663
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
1664
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1574
1665
  msgid "Deb Packages"
1575
1666
  msgstr ""
1576
1667
 
@@ -1582,6 +1673,10 @@ msgstr ""
1582
1673
  msgid "Deb Packages for:"
1583
1674
  msgstr ""
1584
1675
 
1676
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1677
+ msgid "Deb Repositories"
1678
+ msgstr ""
1679
+
1585
1680
  #: app/assets/javascripts/bastion_katello/environments/views/environments.html
1586
1681
  msgid "Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>"
1587
1682
  msgstr ""
@@ -1591,6 +1686,11 @@ msgstr ""
1591
1686
  msgid "Deb:"
1592
1687
  msgstr ""
1593
1688
 
1689
+ #: app/assets/javascripts/bastion_katello/debs/debs.controller.js
1690
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1691
+ msgid "Debs"
1692
+ msgstr ""
1693
+
1594
1694
  #: app/assets/javascripts/bastion_katello/products/details/repositories/checksum.service.js
1595
1695
  msgid "Default"
1596
1696
  msgstr "Domyślnie"
@@ -1607,6 +1707,10 @@ msgstr "Usuń"
1607
1707
  msgid "Delete {{ table.numSelected }} Hosts?"
1608
1708
  msgstr ""
1609
1709
 
1710
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
1711
+ msgid "Delete filters"
1712
+ msgstr ""
1713
+
1610
1714
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1611
1715
  msgid "Delete Hosts"
1612
1716
  msgstr "Usuń hosty"
@@ -1616,6 +1720,7 @@ msgid "Delta RPM"
1616
1720
  msgstr ""
1617
1721
 
1618
1722
  #: app/assets/javascripts/bastion_katello/packages/details/views/package.html
1723
+ #: app/assets/javascripts/bastion_katello/packages/packages.controller.js
1619
1724
  msgid "Dependencies"
1620
1725
  msgstr ""
1621
1726
 
@@ -1707,6 +1812,10 @@ msgstr ""
1707
1812
  msgid "Discover"
1708
1813
  msgstr ""
1709
1814
 
1815
+ #: app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js
1816
+ msgid "Discover Repositories"
1817
+ msgstr ""
1818
+
1710
1819
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
1711
1820
  msgid "Discovered Repository"
1712
1821
  msgstr ""
@@ -1729,6 +1838,10 @@ msgid ""
1729
1838
  "repository."
1730
1839
  msgstr ""
1731
1840
 
1841
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1842
+ msgid "Docker"
1843
+ msgstr ""
1844
+
1732
1845
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
1733
1846
  msgid ""
1734
1847
  "Docker metadata generation has been initiated in the background. Click\n"
@@ -1740,6 +1853,10 @@ msgid ""
1740
1853
  "Docker Repositories <div>{{ library.counts.docker_repositories || 0 }}</div>"
1741
1854
  msgstr ""
1742
1855
 
1856
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1857
+ msgid "Docker Tags"
1858
+ msgstr ""
1859
+
1743
1860
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
1744
1861
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
1745
1862
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
@@ -1813,6 +1930,10 @@ msgid ""
1813
1930
  "Environment will also be removed from the following published content views!"
1814
1931
  msgstr ""
1815
1932
 
1933
+ #: app/assets/javascripts/bastion_katello/environments/details/environment.controller.js
1934
+ msgid "Environments"
1935
+ msgstr "Środowiska"
1936
+
1816
1937
  #: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
1817
1938
  msgid "Environments List"
1818
1939
  msgstr ""
@@ -1820,7 +1941,10 @@ msgstr ""
1820
1941
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1821
1942
  #: app/assets/javascripts/bastion_katello/errata/views/errata.html
1822
1943
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1944
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
1823
1945
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
1946
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1947
+ #: app/assets/javascripts/bastion_katello/errata/errata.controller.js
1824
1948
  #: app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
1825
1949
  msgid "Errata"
1826
1950
  msgstr ""
@@ -1932,6 +2056,9 @@ msgstr ""
1932
2056
  #: app/assets/javascripts/bastion_katello/files/views/files.html
1933
2057
  #: app/assets/javascripts/bastion_katello/packages/details/views/package.html
1934
2058
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2059
+ #: app/assets/javascripts/bastion_katello/files/files.controller.js
2060
+ #: app/assets/javascripts/bastion_katello/packages/packages.controller.js
2061
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1935
2062
  msgid "Files"
1936
2063
  msgstr ""
1937
2064
 
@@ -1941,12 +2068,17 @@ msgstr ""
1941
2068
 
1942
2069
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
1943
2070
  #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-environments.html
2071
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
1944
2072
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
1945
2073
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
1946
2074
  #: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
1947
2075
  msgid "Filter"
1948
2076
  msgstr "Filtry"
1949
2077
 
2078
+ #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
2079
+ msgid "Filter by Environment"
2080
+ msgstr ""
2081
+
1950
2082
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
1951
2083
  msgid "Filter by Status:"
1952
2084
  msgstr ""
@@ -1957,14 +2089,12 @@ msgstr ""
1957
2089
  msgid "Filter..."
1958
2090
  msgstr ""
1959
2091
 
1960
- #: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
1961
- msgid "Finished At"
2092
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
2093
+ msgid "Filters"
1962
2094
  msgstr ""
1963
2095
 
1964
- #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
1965
- msgid ""
1966
- "For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 "
1967
- "it is recommended to use sha1."
2096
+ #: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
2097
+ msgid "Finished At"
1968
2098
  msgstr ""
1969
2099
 
1970
2100
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
@@ -2036,6 +2166,10 @@ msgstr ""
2036
2166
  msgid "Host Collection Membership"
2037
2167
  msgstr ""
2038
2168
 
2169
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
2170
+ msgid "Host Collection Membership Management"
2171
+ msgstr ""
2172
+
2039
2173
  #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js
2040
2174
  msgid "Host Collection removed."
2041
2175
  msgstr ""
@@ -2052,6 +2186,8 @@ msgstr ""
2052
2186
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
2053
2187
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
2054
2188
  #: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
2189
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
2190
+ #: app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js
2055
2191
  msgid "Host Collections"
2056
2192
  msgstr ""
2057
2193
 
@@ -2098,6 +2234,10 @@ msgstr ""
2098
2234
  msgid "HTTP Proxy"
2099
2235
  msgstr ""
2100
2236
 
2237
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
2238
+ msgid "HTTP Proxy Management"
2239
+ msgstr ""
2240
+
2101
2241
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2102
2242
  msgid "HTTP Proxy Policy"
2103
2243
  msgstr ""
@@ -2119,11 +2259,22 @@ msgstr ""
2119
2259
  msgid "Id"
2120
2260
  msgstr ""
2121
2261
 
2262
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2263
+ msgid ""
2264
+ "If you want to upload individual packages, create a separate repository with"
2265
+ " an empty \"Upstream URL\" field."
2266
+ msgstr ""
2267
+
2122
2268
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2123
2269
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2124
2270
  msgid "Ignore SRPMs"
2125
2271
  msgstr ""
2126
2272
 
2273
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2274
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2275
+ msgid "Ignore treeinfo"
2276
+ msgstr ""
2277
+
2127
2278
  #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
2128
2279
  msgid "Image"
2129
2280
  msgstr "Obraz"
@@ -2185,6 +2336,7 @@ msgid "Installed"
2185
2336
  msgstr "Zainstalowany"
2186
2337
 
2187
2338
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
2339
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js
2188
2340
  msgid "Installed Deb Packages"
2189
2341
  msgstr ""
2190
2342
 
@@ -2199,6 +2351,7 @@ msgid "Installed Package"
2199
2351
  msgstr ""
2200
2352
 
2201
2353
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
2354
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js
2202
2355
  msgid "Installed Packages"
2203
2356
  msgstr ""
2204
2357
 
@@ -2237,18 +2390,10 @@ msgstr ""
2237
2390
  msgid "Issued"
2238
2391
  msgstr ""
2239
2392
 
2240
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2241
- msgid "Katello Agent"
2242
- msgstr ""
2243
-
2244
2393
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2245
2394
  msgid "Katello Tracer"
2246
2395
  msgstr ""
2247
2396
 
2248
- #: app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html
2249
- msgid "Katello-agent is deprecated and will be removed in a future release."
2250
- msgstr ""
2251
-
2252
2397
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
2253
2398
  #: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
2254
2399
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
@@ -2272,11 +2417,16 @@ msgstr ""
2272
2417
  msgid "Last Puppet Report"
2273
2418
  msgstr ""
2274
2419
 
2420
+ #: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
2421
+ msgid "Last reclaim failed:"
2422
+ msgstr ""
2423
+
2275
2424
  #: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
2276
2425
  msgid "Last reclaim space failed:"
2277
2426
  msgstr ""
2278
2427
 
2279
2428
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
2429
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
2280
2430
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
2281
2431
  #: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
2282
2432
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
@@ -2337,6 +2487,7 @@ msgid "Lifecycle Environment:"
2337
2487
  msgstr ""
2338
2488
 
2339
2489
  #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
2490
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js
2340
2491
  msgid "Lifecycle Environments"
2341
2492
  msgstr ""
2342
2493
 
@@ -2350,7 +2501,7 @@ msgstr ""
2350
2501
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
2351
2502
  msgid ""
2352
2503
  "Limit Repository Sets to only those available in this Activation Key's "
2353
- "Lifecycle Environment"
2504
+ "Lifecycle Environment"
2354
2505
  msgstr ""
2355
2506
 
2356
2507
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
@@ -2381,6 +2532,23 @@ msgstr ""
2381
2532
  msgid "List"
2382
2533
  msgstr ""
2383
2534
 
2535
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
2536
+ msgid "List Host Collections"
2537
+ msgstr ""
2538
+
2539
+ #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js
2540
+ #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js
2541
+ msgid "List Hosts"
2542
+ msgstr ""
2543
+
2544
+ #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
2545
+ msgid "List Products"
2546
+ msgstr ""
2547
+
2548
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
2549
+ msgid "List Subscriptions"
2550
+ msgstr ""
2551
+
2384
2552
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
2385
2553
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
2386
2554
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html
@@ -2400,6 +2568,10 @@ msgstr ""
2400
2568
  msgid "Loading...\""
2401
2569
  msgstr ""
2402
2570
 
2571
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
2572
+ msgid "Make filters apply to all repositories in the content view"
2573
+ msgstr ""
2574
+
2403
2575
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
2404
2576
  msgid "Manage Ansible Collections for Repository:"
2405
2577
  msgstr ""
@@ -2472,6 +2644,11 @@ msgstr ""
2472
2644
  msgid "Manifest Type"
2473
2645
  msgstr ""
2474
2646
 
2647
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2648
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2649
+ msgid "Metadata Expiration (Seconds)"
2650
+ msgstr ""
2651
+
2475
2652
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2476
2653
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2477
2654
  msgid "Mirroring Policy"
@@ -2506,7 +2683,10 @@ msgstr ""
2506
2683
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
2507
2684
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
2508
2685
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2686
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js
2509
2687
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
2688
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
2689
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
2510
2690
  msgid "Module Streams"
2511
2691
  msgstr ""
2512
2692
 
@@ -2523,6 +2703,7 @@ msgid "More Details"
2523
2703
  msgstr ""
2524
2704
 
2525
2705
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
2706
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
2526
2707
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
2527
2708
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
2528
2709
  #: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
@@ -2553,6 +2734,7 @@ msgstr "N/A"
2553
2734
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
2554
2735
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
2555
2736
  #: app/assets/javascripts/bastion_katello/debs/views/debs.html
2737
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
2556
2738
  #: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
2557
2739
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
2558
2740
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
@@ -2623,24 +2805,36 @@ msgid "Never synced"
2623
2805
  msgstr ""
2624
2806
 
2625
2807
  #: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
2808
+ #: app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js
2626
2809
  msgid "New Activation Key"
2627
2810
  msgstr ""
2628
2811
 
2812
+ #: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
2813
+ msgid "New Content Credential"
2814
+ msgstr ""
2815
+
2629
2816
  #: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
2817
+ #: app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
2630
2818
  msgid "New Environment"
2631
2819
  msgstr "Nowe środowisko"
2632
2820
 
2821
+ #: app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
2822
+ msgid "New Host Collection"
2823
+ msgstr ""
2824
+
2633
2825
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
2634
2826
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
2635
2827
  msgid "New Name:"
2636
2828
  msgstr ""
2637
2829
 
2638
2830
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
2831
+ #: app/assets/javascripts/bastion_katello/products/new/product-form.controller.js
2639
2832
  msgid "New Product"
2640
2833
  msgstr ""
2641
2834
 
2642
2835
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2643
2836
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
2837
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js
2644
2838
  msgid "New Repository"
2645
2839
  msgstr ""
2646
2840
 
@@ -2744,6 +2938,10 @@ msgstr ""
2744
2938
  msgid "No matching results."
2745
2939
  msgstr ""
2746
2940
 
2941
+ #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
2942
+ msgid "No Packages to show"
2943
+ msgstr ""
2944
+
2747
2945
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
2748
2946
  msgid "No products are available to add to this Sync Plan."
2749
2947
  msgstr ""
@@ -2800,15 +2998,12 @@ msgstr "Brak"
2800
2998
  msgid "Not Applicable"
2801
2999
  msgstr ""
2802
3000
 
2803
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2804
- msgid "Not installed"
2805
- msgstr ""
2806
-
2807
3001
  #: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
2808
3002
  msgid "Not started"
2809
3003
  msgstr ""
2810
3004
 
2811
3005
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
3006
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
2812
3007
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
2813
3008
  #: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
2814
3009
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
@@ -2931,6 +3126,7 @@ msgstr ""
2931
3126
 
2932
3127
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
2933
3128
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
3129
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js
2934
3130
  msgid "Package Actions"
2935
3131
  msgstr ""
2936
3132
 
@@ -2939,6 +3135,7 @@ msgid "Package Group (Deprecated)"
2939
3135
  msgstr ""
2940
3136
 
2941
3137
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3138
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
2942
3139
  msgid "Package Groups"
2943
3140
  msgstr ""
2944
3141
 
@@ -2987,6 +3184,10 @@ msgstr ""
2987
3184
  #: app/assets/javascripts/bastion_katello/packages/views/packages.html
2988
3185
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2989
3186
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
3187
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
3188
+ #: app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js
3189
+ #: app/assets/javascripts/bastion_katello/packages/packages.controller.js
3190
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
2990
3191
  msgid "Packages"
2991
3192
  msgstr ""
2992
3193
 
@@ -3045,15 +3246,20 @@ msgstr "Ścieżka"
3045
3246
  msgid "Perform"
3046
3247
  msgstr ""
3047
3248
 
3048
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
3049
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
3050
3249
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
3051
3250
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
3052
3251
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
3053
3252
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
3054
3253
  msgid ""
3055
3254
  "Performing host package actions is disabled because Katello is not "
3056
- "configured for Remote Execution or Katello Agent."
3255
+ "configured for remote execution."
3256
+ msgstr ""
3257
+
3258
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
3259
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
3260
+ msgid ""
3261
+ "Performing host package actions is disabled because Katello is not "
3262
+ "configured for Remote Execution."
3057
3263
  msgstr ""
3058
3264
 
3059
3265
  #: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
@@ -3097,6 +3303,7 @@ msgstr ""
3097
3303
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3098
3304
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
3099
3305
  #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
3306
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
3100
3307
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
3101
3308
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
3102
3309
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
@@ -3157,6 +3364,9 @@ msgstr ""
3157
3364
  #: app/assets/javascripts/bastion_katello/products/views/products.html
3158
3365
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
3159
3366
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
3367
+ #: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js
3368
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
3369
+ #: app/assets/javascripts/bastion_katello/products/products.controller.js
3160
3370
  msgid "Products"
3161
3371
  msgstr ""
3162
3372
 
@@ -3176,6 +3386,10 @@ msgstr ""
3176
3386
  msgid "Provides"
3177
3387
  msgstr ""
3178
3388
 
3389
+ #: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
3390
+ msgid "Provisioning"
3391
+ msgstr ""
3392
+
3179
3393
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
3180
3394
  msgid "Provisioning Details"
3181
3395
  msgstr ""
@@ -3239,6 +3453,10 @@ msgstr ""
3239
3453
  msgid "Recurring Logic"
3240
3454
  msgstr ""
3241
3455
 
3456
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
3457
+ msgid "Red Hat"
3458
+ msgstr ""
3459
+
3242
3460
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
3243
3461
  msgid "Red Hat Repositories page"
3244
3462
  msgstr ""
@@ -3484,12 +3702,21 @@ msgstr ""
3484
3702
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
3485
3703
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
3486
3704
  #: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
3705
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
3487
3706
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
3488
3707
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
3489
3708
  #: app/assets/javascripts/bastion_katello/packages/details/views/package.html
3490
3709
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
3491
3710
  #: app/assets/javascripts/bastion_katello/products/views/products.html
3492
3711
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
3712
+ #: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js
3713
+ #: app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js
3714
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js
3715
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
3716
+ #: app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js
3717
+ #: app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js
3718
+ #: app/assets/javascripts/bastion_katello/packages/packages.controller.js
3719
+ #: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
3493
3720
  msgid "Repositories"
3494
3721
  msgstr ""
3495
3722
 
@@ -3529,7 +3756,6 @@ msgstr ""
3529
3756
  msgid "Repositories to Create"
3530
3757
  msgstr ""
3531
3758
 
3532
- #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
3533
3759
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
3534
3760
  msgid "Repository"
3535
3761
  msgstr ""
@@ -3563,8 +3789,6 @@ msgstr ""
3563
3789
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
3564
3790
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
3565
3791
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
3566
- #: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
3567
- #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
3568
3792
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
3569
3793
  msgid "Repository Name"
3570
3794
  msgstr ""
@@ -3585,14 +3809,23 @@ msgstr ""
3585
3809
 
3586
3810
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
3587
3811
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
3812
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
3588
3813
  msgid "Repository Sets"
3589
3814
  msgstr ""
3590
3815
 
3816
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
3817
+ msgid "Repository Sets Management"
3818
+ msgstr ""
3819
+
3591
3820
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
3592
3821
  #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
3593
3822
  msgid "Repository Sets settings saved successfully."
3594
3823
  msgstr ""
3595
3824
 
3825
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
3826
+ msgid "Repository type"
3827
+ msgstr ""
3828
+
3596
3829
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
3597
3830
  msgid "Repository Type"
3598
3831
  msgstr ""
@@ -3612,6 +3845,10 @@ msgstr ""
3612
3845
  msgid "Repository:"
3613
3846
  msgstr ""
3614
3847
 
3848
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
3849
+ msgid "Republish Repository Metadata"
3850
+ msgstr ""
3851
+
3615
3852
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3616
3853
  msgid "Requirements"
3617
3854
  msgstr ""
@@ -3653,7 +3890,7 @@ msgid "Restart Selected"
3653
3890
  msgstr ""
3654
3891
 
3655
3892
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
3656
- msgid "Restart Services on Content Host \"{{host.name}}\"?"
3893
+ msgid "Restart Services on Content Host \"{{host.display_name}}\"?"
3657
3894
  msgstr ""
3658
3895
 
3659
3896
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
@@ -3762,10 +3999,20 @@ msgstr "Wybierz akcję"
3762
3999
  msgid "Select an Organization"
3763
4000
  msgstr ""
3764
4001
 
4002
+ #: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
4003
+ msgid "Select Content Host(s)"
4004
+ msgstr ""
4005
+
3765
4006
  #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
3766
4007
  msgid "Select Content View"
3767
4008
  msgstr ""
3768
4009
 
4010
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4011
+ msgid ""
4012
+ "Select this option if treeinfo files or other kickstart content is failing "
4013
+ "to syncronize from the upstream repository."
4014
+ msgstr ""
4015
+
3769
4016
  #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
3770
4017
  msgid ""
3771
4018
  "Selecting \"Complete Sync\" will cause only yum/deb repositories of the "
@@ -3777,6 +4024,12 @@ msgid ""
3777
4024
  "Selecting this option will exclude SRPMs from repository synchronization."
3778
4025
  msgstr ""
3779
4026
 
4027
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4028
+ msgid ""
4029
+ "Selecting this option will exclude treeinfo files from repository "
4030
+ "synchronization."
4031
+ msgstr ""
4032
+
3780
4033
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
3781
4034
  msgid ""
3782
4035
  "Selecting this option will result in Katello verifying that the upstream "
@@ -3938,7 +4191,6 @@ msgstr "Stan"
3938
4191
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
3939
4192
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
3940
4193
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
3941
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
3942
4194
  #: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
3943
4195
  #: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
3944
4196
  msgid "Status"
@@ -3960,8 +4212,6 @@ msgid "Subscription Management"
3960
4212
  msgstr ""
3961
4213
 
3962
4214
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
3963
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3964
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3965
4215
  msgid "Subscription Status"
3966
4216
  msgstr ""
3967
4217
 
@@ -3969,15 +4219,10 @@ msgstr ""
3969
4219
  msgid "Subscription UUID"
3970
4220
  msgstr ""
3971
4221
 
3972
- #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
3973
- msgid ""
3974
- "subscription-manager register --org=\"{{ activationKey.organization.label "
3975
- "}}\" --activationkey=\"{{ activationKey.name }}\""
3976
- msgstr ""
3977
-
3978
4222
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
3979
4223
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
3980
4224
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
4225
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js
3981
4226
  msgid "Subscriptions"
3982
4227
  msgstr ""
3983
4228
 
@@ -4019,22 +4264,6 @@ msgstr ""
4019
4264
  msgid "Successfully removed 1 item."
4020
4265
  msgstr ""
4021
4266
 
4022
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
4023
- msgid "Successfully scheduled an update of all packages"
4024
- msgstr ""
4025
-
4026
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
4027
- msgid "Successfully scheduled package installation"
4028
- msgstr ""
4029
-
4030
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
4031
- msgid "Successfully scheduled package removal"
4032
- msgstr ""
4033
-
4034
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
4035
- msgid "Successfully scheduled package update"
4036
- msgstr ""
4037
-
4038
4267
  #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
4039
4268
  msgid "Successfully updated subscriptions."
4040
4269
  msgstr ""
@@ -4095,6 +4324,10 @@ msgstr ""
4095
4324
  msgid "Sync Plan created and assigned to product."
4096
4325
  msgstr ""
4097
4326
 
4327
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
4328
+ msgid "Sync Plan Management"
4329
+ msgstr ""
4330
+
4098
4331
  #: app/assets/javascripts/bastion_katello/products/new/new-sync-plan-modal.controller.js
4099
4332
  msgid "Sync Plan saved"
4100
4333
  msgstr ""
@@ -4109,6 +4342,8 @@ msgid "Sync Plan:"
4109
4342
  msgstr ""
4110
4343
 
4111
4344
  #: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
4345
+ #: app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js
4346
+ #: app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js
4112
4347
  msgid "Sync Plans"
4113
4348
  msgstr ""
4114
4349
 
@@ -4164,10 +4399,6 @@ msgstr ""
4164
4399
  msgid "System Purpose Management"
4165
4400
  msgstr ""
4166
4401
 
4167
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
4168
- msgid "System Purpose Status"
4169
- msgstr ""
4170
-
4171
4402
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifest-lists.html
4172
4403
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
4173
4404
  msgid "Tags"
@@ -4180,6 +4411,9 @@ msgstr ""
4180
4411
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4181
4412
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
4182
4413
  #: app/assets/javascripts/bastion_katello/tasks/views/tasks.html
4414
+ #: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
4415
+ #: app/assets/javascripts/bastion_katello/errata/errata.controller.js
4416
+ #: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
4183
4417
  msgid "Tasks"
4184
4418
  msgstr ""
4185
4419
 
@@ -4219,6 +4453,11 @@ msgid ""
4219
4453
  "make errata available to these hosts."
4220
4454
  msgstr ""
4221
4455
 
4456
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
4457
+ msgid ""
4458
+ "The filters below have this repository as the last affected repository!"
4459
+ msgstr ""
4460
+
4222
4461
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
4223
4462
  msgid ""
4224
4463
  "The following actions can be performed on content hosts in this host "
@@ -4268,15 +4507,15 @@ msgstr ""
4268
4507
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4269
4508
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4270
4509
  msgid ""
4271
- "The repository will be enabled by default on content hosts with the selected"
4272
- " architecture."
4510
+ "The repository will only be available on content hosts with the selected "
4511
+ "architecture."
4273
4512
  msgstr ""
4274
4513
 
4275
4514
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4276
4515
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4277
4516
  msgid ""
4278
- "The repository will be enabled by default on content hosts with the selected"
4279
- " OS version."
4517
+ "The repository will only be available on content hosts with the selected OS "
4518
+ "version."
4280
4519
  msgstr ""
4281
4520
 
4282
4521
  #: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
@@ -4285,6 +4524,12 @@ msgid ""
4285
4524
  "different environment."
4286
4525
  msgstr ""
4287
4526
 
4527
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4528
+ msgid ""
4529
+ "The sha1 checksum type is no longer supported. The checksum type will reset "
4530
+ "to 'Default' at the next edit or change in content."
4531
+ msgstr ""
4532
+
4288
4533
  #: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
4289
4534
  msgid "The time the sync should happen in your current time zone."
4290
4535
  msgstr ""
@@ -4392,7 +4637,9 @@ msgstr ""
4392
4637
 
4393
4638
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
4394
4639
  msgid ""
4395
- "This activation key may be used during system registration. For example:"
4640
+ "This activation key may be used during <a "
4641
+ "href=\"/hosts/register?initialAKSelection={{ activationKey.name }}\">system "
4642
+ "registration.</a>"
4396
4643
  msgstr ""
4397
4644
 
4398
4645
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
@@ -4403,26 +4650,16 @@ msgstr ""
4403
4650
  msgid "This Container Image Tag is not present in any Lifecycle Environments."
4404
4651
  msgstr ""
4405
4652
 
4653
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
4654
+ msgid "This Container Image Tag is not present in any Repositories."
4655
+ msgstr ""
4656
+
4406
4657
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4407
4658
  msgid ""
4408
4659
  "This operation may also remove managed resources linked to the host such as virtual machines and DNS records.\n"
4409
4660
  " Change the setting \"Delete Host upon Unregister\" to false on the <a href=\"/settings\">settings page</a> to prevent this."
4410
4661
  msgstr ""
4411
4662
 
4412
- #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
4413
- msgid ""
4414
- "This organization has Simple Content Access enabled. Hosts are not required"
4415
- " to have subscriptions attached to access repositories."
4416
- msgstr ""
4417
-
4418
- #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
4419
- msgid ""
4420
- "This organization is not using <a target=\"_blank\" "
4421
- "href=\"https://access.redhat.com/articles/simple-content-access\">Simple "
4422
- "Content Access.</a> Entitlement-based subscription management is deprecated "
4423
- "and will be removed in a future version."
4424
- msgstr ""
4425
-
4426
4663
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
4427
4664
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
4428
4665
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
@@ -4458,6 +4695,7 @@ msgstr ""
4458
4695
 
4459
4696
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
4460
4697
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4698
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js
4461
4699
  msgid "Traces"
4462
4700
  msgstr ""
4463
4701
 
@@ -4521,7 +4759,7 @@ msgid "Unregister Host"
4521
4759
  msgstr ""
4522
4760
 
4523
4761
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4524
- msgid "Unregister Host \"{{host.name}}\"?"
4762
+ msgid "Unregister Host \"{{host.display_name}}\"?"
4525
4763
  msgstr ""
4526
4764
 
4527
4765
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
@@ -4759,17 +4997,6 @@ msgstr ""
4759
4997
  msgid "Versions"
4760
4998
  msgstr ""
4761
4999
 
4762
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
4763
- #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
4764
- #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
4765
- #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
4766
- msgid "via Katello agent"
4767
- msgstr ""
4768
-
4769
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
4770
- msgid "via Katello Agent"
4771
- msgstr ""
4772
-
4773
5000
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
4774
5001
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
4775
5002
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
@@ -4843,6 +5070,13 @@ msgid ""
4843
5070
  "associated subscriptions."
4844
5071
  msgstr ""
4845
5072
 
5073
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
5074
+ msgid ""
5075
+ "When Auto Attach is enabled, registering systems will be attached to all "
5076
+ "associated custom products and only associated Red Hat subscriptions "
5077
+ "required to satisfy the system's installed products."
5078
+ msgstr ""
5079
+
4846
5080
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4847
5081
  msgid ""
4848
5082
  "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"
@@ -4895,11 +5129,21 @@ msgid ""
4895
5129
  "contents of requirement.yml here"
4896
5130
  msgstr ""
4897
5131
 
5132
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
5133
+ msgid "You cannot remove content from a redhat repository"
5134
+ msgstr ""
5135
+
4898
5136
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
4899
5137
  msgid ""
4900
5138
  "You cannot remove these repositories because you do not have permission."
4901
5139
  msgstr ""
4902
5140
 
5141
+ #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
5142
+ msgid ""
5143
+ "You cannot remove this product because it has repositories that are the last"
5144
+ " affected repository on content view filters"
5145
+ msgstr ""
5146
+
4903
5147
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
4904
5148
  msgid "You cannot remove this product because it is a Red Hat product."
4905
5149
  msgstr ""
@@ -5143,6 +5387,7 @@ msgstr ""
5143
5387
  msgid "Your search returned zero Repositories"
5144
5388
  msgstr ""
5145
5389
 
5390
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
5146
5391
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
5147
5392
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
5148
5393
  msgid "Your search returned zero Repositories."