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,13 +1,13 @@
1
1
  #
2
2
  # Translators:
3
- # Giuseppe Pignataro <rogepix@gmail.com>, 2017
4
- # 0868a4d1af5275b3f70b0a6dac4c99a4, 2022
5
- # Bryan Kearney <bryan.kearney@gmail.com>, 2022
3
+ # Giuseppe Pignataro (Fastbyte01) <rogepix@gmail.com>, 2017
4
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2023
5
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2023
6
6
  #
7
7
  msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: \n"
10
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2022\n"
10
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2023\n"
11
11
  "Language-Team: Italian (https://app.transifex.com/foreman/teams/114/it/)\n"
12
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
13
  "Content-Transfer-Encoding: 8bit\n"
@@ -63,7 +63,11 @@ msgid "{{ file.name }}"
63
63
  msgstr ""
64
64
 
65
65
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
66
- msgid "{{ host.name }}"
66
+ msgid "{{ host.display_name }}"
67
+ msgstr ""
68
+
69
+ #: app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html
70
+ msgid "{{ host.rhel_lifecycle_status_label }}"
67
71
  msgstr ""
68
72
 
69
73
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
@@ -106,6 +110,10 @@ msgstr ""
106
110
  msgid "{{ product.name }}"
107
111
  msgstr ""
108
112
 
113
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
114
+ msgid "{{ repo.last_sync_words }} ago"
115
+ msgstr ""
116
+
109
117
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
110
118
  msgid ""
111
119
  "{{ repository.content_counts.ansible_collection || 0 }} Ansible Collections"
@@ -364,6 +372,7 @@ msgid "Activation Key:"
364
372
  msgstr "Chiave di attivazione:"
365
373
 
366
374
  #: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
375
+ #: app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js
367
376
  msgid "Activation Keys"
368
377
  msgstr "Chiavi di attivazione"
369
378
 
@@ -384,6 +393,11 @@ msgstr "Aggiungi"
384
393
  msgid "Add Content Hosts to:"
385
394
  msgstr "Aggiungere host di contenuto a:"
386
395
 
396
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
397
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
398
+ msgid "Add Host Collections"
399
+ msgstr ""
400
+
387
401
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
388
402
  msgid "Add hosts to the host collection to see available actions."
389
403
  msgstr ""
@@ -401,6 +415,10 @@ msgstr ""
401
415
  msgid "Add ons:"
402
416
  msgstr ""
403
417
 
418
+ #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
419
+ msgid "Add Products"
420
+ msgstr ""
421
+
404
422
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
405
423
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
406
424
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
@@ -411,6 +429,11 @@ msgstr ""
411
429
  msgid "Add Selected"
412
430
  msgstr "Aggiungi selezione"
413
431
 
432
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js
433
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js
434
+ msgid "Add Subscriptions"
435
+ msgstr ""
436
+
414
437
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
415
438
  msgid "Add Subscriptions for Activation Key:"
416
439
  msgstr "Aggiungi sottoscrizioni per la chiave di attivazione:"
@@ -444,9 +467,11 @@ msgstr ""
444
467
  msgid "Additive"
445
468
  msgstr ""
446
469
 
470
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
447
471
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
448
472
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
449
473
  #: app/assets/javascripts/bastion_katello/products/views/products.html
474
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js
450
475
  msgid "Advanced Sync"
451
476
  msgstr ""
452
477
 
@@ -458,6 +483,10 @@ msgstr "Advisory"
458
483
  msgid "Affected Hosts"
459
484
  msgstr ""
460
485
 
486
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
487
+ msgid "All"
488
+ msgstr ""
489
+
461
490
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
462
491
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
463
492
  msgid "All Content Views"
@@ -476,6 +505,7 @@ msgstr "Tutti i repositori"
476
505
 
477
506
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
478
507
  #: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
508
+ #: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js
479
509
  msgid "Alternate Content Sources"
480
510
  msgstr ""
481
511
 
@@ -578,6 +608,7 @@ msgid "Ansible Collection Authorization"
578
608
  msgstr ""
579
609
 
580
610
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
611
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
581
612
  msgid "Ansible Collections"
582
613
  msgstr ""
583
614
 
@@ -593,6 +624,7 @@ msgid "Applicable Content Hosts"
593
624
  msgstr ""
594
625
 
595
626
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
627
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js
596
628
  msgid "Applicable Deb Packages"
597
629
  msgstr ""
598
630
 
@@ -601,6 +633,7 @@ msgid "Applicable Errata"
601
633
  msgstr "Errata applicabile"
602
634
 
603
635
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
636
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js
604
637
  msgid "Applicable Packages"
605
638
  msgstr ""
606
639
 
@@ -619,6 +652,7 @@ msgid "Application"
619
652
  msgstr "Applicazione"
620
653
 
621
654
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
655
+ #: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
622
656
  msgid "Apply"
623
657
  msgstr "Applica"
624
658
 
@@ -653,7 +687,7 @@ msgid "Apply Errata"
653
687
  msgstr "Applica Errata"
654
688
 
655
689
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
656
- msgid "Apply Errata to Content Host \"{{host.name}}\"?"
690
+ msgid "Apply Errata to Content Host \"{{host.display_name}}\"?"
657
691
  msgstr ""
658
692
 
659
693
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
@@ -721,7 +755,9 @@ msgid ""
721
755
  msgstr ""
722
756
 
723
757
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
724
- msgid "Are you sure you want to apply Errata to content host \"{{ host.name }}\"?"
758
+ msgid ""
759
+ "Are you sure you want to apply Errata to content host \"{{ host.display_name"
760
+ " }}\"?"
725
761
  msgstr ""
726
762
 
727
763
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
@@ -860,8 +896,9 @@ msgid ""
860
896
  "Are you sure you want to remove the {{ table.getSelected()[0].name }} "
861
897
  "repository?"
862
898
  msgid_plural ""
863
- "Are you sure you want to remove {{ table.getSelected().length }} "
864
- "repositories?"
899
+ "Repositories that are published in content view\n"
900
+ " 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"
901
+ " "
865
902
  msgstr[0] ""
866
903
  msgstr[1] ""
867
904
  msgstr[2] ""
@@ -898,8 +935,8 @@ msgstr ""
898
935
 
899
936
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
900
937
  msgid ""
901
- "Are you sure you want to restart services on content host \"{{ host.name "
902
- "}}\"?"
938
+ "Are you sure you want to restart services on content host \"{{ "
939
+ "host.display_name }}\"?"
903
940
  msgstr ""
904
941
 
905
942
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
@@ -985,10 +1022,18 @@ msgstr "Autore"
985
1022
  msgid "Auto-Attach"
986
1023
  msgstr "Auto-Attach"
987
1024
 
1025
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
1026
+ msgid "Auto-attach available subscriptions to all selected hosts."
1027
+ msgstr ""
1028
+
988
1029
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
989
1030
  msgid "Auto-Attach Details"
990
1031
  msgstr ""
991
1032
 
1033
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
1034
+ msgid "Auto-attach uses all available subscriptions, not a selected subset."
1035
+ msgstr ""
1036
+
992
1037
  #: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
993
1038
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
994
1039
  msgid "Automatic"
@@ -1076,6 +1121,10 @@ msgstr ""
1076
1121
  msgid "Build Time"
1077
1122
  msgstr ""
1078
1123
 
1124
+ #: app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
1125
+ msgid "Bulk Task"
1126
+ msgstr ""
1127
+
1079
1128
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
1080
1129
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
1081
1130
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
@@ -1096,6 +1145,7 @@ msgid "Cannot clean Repository, a sync is already in progress."
1096
1145
  msgstr ""
1097
1146
 
1098
1147
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
1148
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
1099
1149
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
1100
1150
  msgid "Cannot Remove"
1101
1151
  msgstr ""
@@ -1259,6 +1309,7 @@ msgid "Composite View"
1259
1309
  msgstr "Visualizzazione composita"
1260
1310
 
1261
1311
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
1312
+ #: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
1262
1313
  msgid "Confirm"
1263
1314
  msgstr "Conferma"
1264
1315
 
@@ -1271,10 +1322,12 @@ msgid "Container Image Manifest"
1271
1322
  msgstr ""
1272
1323
 
1273
1324
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1325
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1274
1326
  msgid "Container Image Manifest Lists"
1275
1327
  msgstr ""
1276
1328
 
1277
1329
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1330
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1278
1331
  msgid "Container Image Manifests"
1279
1332
  msgstr ""
1280
1333
 
@@ -1291,6 +1344,7 @@ msgstr ""
1291
1344
 
1292
1345
  #: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
1293
1346
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1347
+ #: app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js
1294
1348
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
1295
1349
  msgid "Container Image Tags"
1296
1350
  msgstr ""
@@ -1304,6 +1358,10 @@ msgstr "Contenuto"
1304
1358
  msgid "Content Counts"
1305
1359
  msgstr "Conteggi contenuto"
1306
1360
 
1361
+ #: app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js
1362
+ msgid "Content Credential"
1363
+ msgstr ""
1364
+
1307
1365
  #: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
1308
1366
  msgid "Content Credential %s has been created."
1309
1367
  msgstr ""
@@ -1352,6 +1410,10 @@ msgstr "Conteggi host di contenuto"
1352
1410
  msgid "Content Host Limit"
1353
1411
  msgstr "Limite host di contenuto"
1354
1412
 
1413
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
1414
+ msgid "Content Host Module Stream Management"
1415
+ msgstr ""
1416
+
1355
1417
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1356
1418
  msgid "Content Host Properties"
1357
1419
  msgstr "Proprietà per l'host di contenuto"
@@ -1364,6 +1426,10 @@ msgstr "Registrazione per l'host di contenuto"
1364
1426
  msgid "Content Host Status"
1365
1427
  msgstr "Stato dell'host di contenuto"
1366
1428
 
1429
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
1430
+ msgid "Content Host Traces Management"
1431
+ msgstr ""
1432
+
1367
1433
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1368
1434
  msgid "Content Host:"
1369
1435
  msgstr "Host di contenuto:"
@@ -1375,6 +1441,9 @@ msgstr "Host di contenuto:"
1375
1441
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
1376
1442
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
1377
1443
  #: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
1444
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js
1445
+ #: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
1446
+ #: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
1378
1447
  msgid "Content Hosts"
1379
1448
  msgstr "Host di contenuto"
1380
1449
 
@@ -1407,6 +1476,7 @@ msgstr "Tipo di Contenuto"
1407
1476
  #: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
1408
1477
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1409
1478
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1479
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
1410
1480
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
1411
1481
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
1412
1482
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
@@ -1431,7 +1501,10 @@ msgstr "Visualizzazione contenuto:"
1431
1501
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
1432
1502
  #: app/assets/javascripts/bastion_katello/environments/views/environments.html
1433
1503
  #: app/assets/javascripts/bastion_katello/files/details/views/file.html
1504
+ #: app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js
1434
1505
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
1506
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1507
+ #: app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js
1435
1508
  msgid "Content Views"
1436
1509
  msgstr "Visualizzazioni contenuto"
1437
1510
 
@@ -1499,6 +1572,11 @@ msgstr "Crea chiavi di attivazione"
1499
1572
  msgid "Create Content Credential"
1500
1573
  msgstr ""
1501
1574
 
1575
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js
1576
+ #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js
1577
+ msgid "Create Copy"
1578
+ msgstr ""
1579
+
1502
1580
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
1503
1581
  msgid "Create Discovered Repositories"
1504
1582
  msgstr ""
@@ -1517,6 +1595,10 @@ msgstr ""
1517
1595
  msgid "Create Product"
1518
1596
  msgstr ""
1519
1597
 
1598
+ #: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
1599
+ msgid "Create Repositories"
1600
+ msgstr ""
1601
+
1520
1602
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
1521
1603
  msgid "Create Selected"
1522
1604
  msgstr "Crea i selezionati"
@@ -1555,6 +1637,10 @@ msgstr ""
1555
1637
  msgid "Current Subscriptions for Activation Key:"
1556
1638
  msgstr "Sottoscrizioni correnti per la chiave di attivazione:"
1557
1639
 
1640
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
1641
+ msgid "Custom"
1642
+ msgstr ""
1643
+
1558
1644
  #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
1559
1645
  #: app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js
1560
1646
  msgid "custom cron"
@@ -1600,6 +1686,10 @@ msgid ""
1600
1686
  "href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
1601
1687
  msgstr ""
1602
1688
 
1689
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js
1690
+ msgid "Deb Package Actions"
1691
+ msgstr ""
1692
+
1603
1693
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1604
1694
  msgid "deb Package Updates"
1605
1695
  msgstr ""
@@ -1611,6 +1701,7 @@ msgstr ""
1611
1701
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1612
1702
  #: app/assets/javascripts/bastion_katello/debs/views/debs.html
1613
1703
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
1704
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1614
1705
  msgid "Deb Packages"
1615
1706
  msgstr ""
1616
1707
 
@@ -1622,6 +1713,10 @@ msgstr ""
1622
1713
  msgid "Deb Packages for:"
1623
1714
  msgstr ""
1624
1715
 
1716
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1717
+ msgid "Deb Repositories"
1718
+ msgstr ""
1719
+
1625
1720
  #: app/assets/javascripts/bastion_katello/environments/views/environments.html
1626
1721
  msgid "Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>"
1627
1722
  msgstr ""
@@ -1631,6 +1726,11 @@ msgstr ""
1631
1726
  msgid "Deb:"
1632
1727
  msgstr ""
1633
1728
 
1729
+ #: app/assets/javascripts/bastion_katello/debs/debs.controller.js
1730
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1731
+ msgid "Debs"
1732
+ msgstr ""
1733
+
1634
1734
  #: app/assets/javascripts/bastion_katello/products/details/repositories/checksum.service.js
1635
1735
  msgid "Default"
1636
1736
  msgstr "Predefinita"
@@ -1647,6 +1747,10 @@ msgstr "Cancella"
1647
1747
  msgid "Delete {{ table.numSelected }} Hosts?"
1648
1748
  msgstr ""
1649
1749
 
1750
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
1751
+ msgid "Delete filters"
1752
+ msgstr ""
1753
+
1650
1754
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1651
1755
  msgid "Delete Hosts"
1652
1756
  msgstr "Rimuovi host"
@@ -1656,6 +1760,7 @@ msgid "Delta RPM"
1656
1760
  msgstr ""
1657
1761
 
1658
1762
  #: app/assets/javascripts/bastion_katello/packages/details/views/package.html
1763
+ #: app/assets/javascripts/bastion_katello/packages/packages.controller.js
1659
1764
  msgid "Dependencies"
1660
1765
  msgstr "Dipendenze"
1661
1766
 
@@ -1747,6 +1852,10 @@ msgstr ""
1747
1852
  msgid "Discover"
1748
1853
  msgstr "Trova"
1749
1854
 
1855
+ #: app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js
1856
+ msgid "Discover Repositories"
1857
+ msgstr "Trova repositori"
1858
+
1750
1859
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
1751
1860
  msgid "Discovered Repository"
1752
1861
  msgstr ""
@@ -1769,6 +1878,10 @@ msgid ""
1769
1878
  "repository."
1770
1879
  msgstr ""
1771
1880
 
1881
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1882
+ msgid "Docker"
1883
+ msgstr ""
1884
+
1772
1885
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
1773
1886
  msgid ""
1774
1887
  "Docker metadata generation has been initiated in the background. Click\n"
@@ -1781,6 +1894,10 @@ msgid ""
1781
1894
  msgstr ""
1782
1895
  "Repository Docker <div>{{ library.counts.docker_repositories || 0 }}</div>"
1783
1896
 
1897
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1898
+ msgid "Docker Tags"
1899
+ msgstr "Tag Docker:"
1900
+
1784
1901
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
1785
1902
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
1786
1903
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
@@ -1854,6 +1971,10 @@ msgid ""
1854
1971
  "Environment will also be removed from the following published content views!"
1855
1972
  msgstr ""
1856
1973
 
1974
+ #: app/assets/javascripts/bastion_katello/environments/details/environment.controller.js
1975
+ msgid "Environments"
1976
+ msgstr "Ambienti"
1977
+
1857
1978
  #: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
1858
1979
  msgid "Environments List"
1859
1980
  msgstr "Elenco ambienti"
@@ -1861,7 +1982,10 @@ msgstr "Elenco ambienti"
1861
1982
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1862
1983
  #: app/assets/javascripts/bastion_katello/errata/views/errata.html
1863
1984
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1985
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
1864
1986
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
1987
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1988
+ #: app/assets/javascripts/bastion_katello/errata/errata.controller.js
1865
1989
  #: app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
1866
1990
  msgid "Errata"
1867
1991
  msgstr "Errata"
@@ -1973,6 +2097,9 @@ msgstr "Nome file"
1973
2097
  #: app/assets/javascripts/bastion_katello/files/views/files.html
1974
2098
  #: app/assets/javascripts/bastion_katello/packages/details/views/package.html
1975
2099
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2100
+ #: app/assets/javascripts/bastion_katello/files/files.controller.js
2101
+ #: app/assets/javascripts/bastion_katello/packages/packages.controller.js
2102
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1976
2103
  msgid "Files"
1977
2104
  msgstr "File"
1978
2105
 
@@ -1982,12 +2109,17 @@ msgstr ""
1982
2109
 
1983
2110
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
1984
2111
  #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-environments.html
2112
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
1985
2113
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
1986
2114
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
1987
2115
  #: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
1988
2116
  msgid "Filter"
1989
2117
  msgstr "Filtro"
1990
2118
 
2119
+ #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
2120
+ msgid "Filter by Environment"
2121
+ msgstr ""
2122
+
1991
2123
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
1992
2124
  msgid "Filter by Status:"
1993
2125
  msgstr ""
@@ -1998,18 +2130,14 @@ msgstr ""
1998
2130
  msgid "Filter..."
1999
2131
  msgstr "Filtro..."
2000
2132
 
2133
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
2134
+ msgid "Filters"
2135
+ msgstr ""
2136
+
2001
2137
  #: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
2002
2138
  msgid "Finished At"
2003
2139
  msgstr "Terminato "
2004
2140
 
2005
- #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2006
- msgid ""
2007
- "For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 "
2008
- "it is recommended to use sha1."
2009
- msgstr ""
2010
- "Per sistemi operativi come Red Hat Enterprise Linux 5 o CentOS 5 è "
2011
- "consigliato usare sha1."
2012
-
2013
2141
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2014
2142
  msgid ""
2015
2143
  "For On Demand synchronization, only the metadata is downloaded during sync and packages are fetched and stored on the filesystem when clients request them.\n"
@@ -2079,6 +2207,10 @@ msgstr "Gestione insieme di host"
2079
2207
  msgid "Host Collection Membership"
2080
2208
  msgstr "Appartenenza insieme di host"
2081
2209
 
2210
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
2211
+ msgid "Host Collection Membership Management"
2212
+ msgstr ""
2213
+
2082
2214
  #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js
2083
2215
  msgid "Host Collection removed."
2084
2216
  msgstr "Insieme di host rimosso."
@@ -2095,6 +2227,8 @@ msgstr "Insieme di host:"
2095
2227
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
2096
2228
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
2097
2229
  #: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
2230
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
2231
+ #: app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js
2098
2232
  msgid "Host Collections"
2099
2233
  msgstr "Insiemi di host"
2100
2234
 
@@ -2143,6 +2277,10 @@ msgstr ""
2143
2277
  msgid "HTTP Proxy"
2144
2278
  msgstr ""
2145
2279
 
2280
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
2281
+ msgid "HTTP Proxy Management"
2282
+ msgstr ""
2283
+
2146
2284
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2147
2285
  msgid "HTTP Proxy Policy"
2148
2286
  msgstr ""
@@ -2164,11 +2302,22 @@ msgstr ""
2164
2302
  msgid "Id"
2165
2303
  msgstr "Id"
2166
2304
 
2305
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2306
+ msgid ""
2307
+ "If you want to upload individual packages, create a separate repository with"
2308
+ " an empty \"Upstream URL\" field."
2309
+ msgstr ""
2310
+
2167
2311
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2168
2312
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2169
2313
  msgid "Ignore SRPMs"
2170
2314
  msgstr ""
2171
2315
 
2316
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2317
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2318
+ msgid "Ignore treeinfo"
2319
+ msgstr ""
2320
+
2172
2321
  #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
2173
2322
  msgid "Image"
2174
2323
  msgstr "Immagine"
@@ -2230,6 +2379,7 @@ msgid "Installed"
2230
2379
  msgstr "Installato"
2231
2380
 
2232
2381
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
2382
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js
2233
2383
  msgid "Installed Deb Packages"
2234
2384
  msgstr ""
2235
2385
 
@@ -2244,6 +2394,7 @@ msgid "Installed Package"
2244
2394
  msgstr "Pacchetto installato"
2245
2395
 
2246
2396
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
2397
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js
2247
2398
  msgid "Installed Packages"
2248
2399
  msgstr "Pacchetti installati"
2249
2400
 
@@ -2282,18 +2433,10 @@ msgstr "Indirizzo IPv6"
2282
2433
  msgid "Issued"
2283
2434
  msgstr "Emesso"
2284
2435
 
2285
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2286
- msgid "Katello Agent"
2287
- msgstr "Katello Agent"
2288
-
2289
2436
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2290
2437
  msgid "Katello Tracer"
2291
2438
  msgstr ""
2292
2439
 
2293
- #: app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html
2294
- msgid "Katello-agent is deprecated and will be removed in a future release."
2295
- msgstr ""
2296
-
2297
2440
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
2298
2441
  #: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
2299
2442
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
@@ -2317,11 +2460,16 @@ msgstr "Ultimo pubblicato"
2317
2460
  msgid "Last Puppet Report"
2318
2461
  msgstr "Ultimo riporto del Puppet"
2319
2462
 
2463
+ #: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
2464
+ msgid "Last reclaim failed:"
2465
+ msgstr ""
2466
+
2320
2467
  #: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
2321
2468
  msgid "Last reclaim space failed:"
2322
2469
  msgstr ""
2323
2470
 
2324
2471
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
2472
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
2325
2473
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
2326
2474
  #: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
2327
2475
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
@@ -2382,6 +2530,7 @@ msgid "Lifecycle Environment:"
2382
2530
  msgstr ""
2383
2531
 
2384
2532
  #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
2533
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js
2385
2534
  msgid "Lifecycle Environments"
2386
2535
  msgstr "Ambienti Ciclo di vita"
2387
2536
 
@@ -2395,7 +2544,7 @@ msgstr "Limite"
2395
2544
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
2396
2545
  msgid ""
2397
2546
  "Limit Repository Sets to only those available in this Activation Key's "
2398
- "Lifecycle Environment"
2547
+ "Lifecycle Environment"
2399
2548
  msgstr ""
2400
2549
 
2401
2550
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
@@ -2426,6 +2575,23 @@ msgstr "Limite:"
2426
2575
  msgid "List"
2427
2576
  msgstr ""
2428
2577
 
2578
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
2579
+ msgid "List Host Collections"
2580
+ msgstr ""
2581
+
2582
+ #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js
2583
+ #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js
2584
+ msgid "List Hosts"
2585
+ msgstr ""
2586
+
2587
+ #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
2588
+ msgid "List Products"
2589
+ msgstr ""
2590
+
2591
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
2592
+ msgid "List Subscriptions"
2593
+ msgstr ""
2594
+
2429
2595
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
2430
2596
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
2431
2597
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html
@@ -2445,6 +2611,10 @@ msgstr "Caricamento in corso..."
2445
2611
  msgid "Loading...\""
2446
2612
  msgstr ""
2447
2613
 
2614
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
2615
+ msgid "Make filters apply to all repositories in the content view"
2616
+ msgstr ""
2617
+
2448
2618
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
2449
2619
  msgid "Manage Ansible Collections for Repository:"
2450
2620
  msgstr ""
@@ -2517,6 +2687,11 @@ msgstr ""
2517
2687
  msgid "Manifest Type"
2518
2688
  msgstr ""
2519
2689
 
2690
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2691
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2692
+ msgid "Metadata Expiration (Seconds)"
2693
+ msgstr ""
2694
+
2520
2695
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2521
2696
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2522
2697
  msgid "Mirroring Policy"
@@ -2551,7 +2726,10 @@ msgstr ""
2551
2726
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
2552
2727
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
2553
2728
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2729
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js
2554
2730
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
2731
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
2732
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
2555
2733
  msgid "Module Streams"
2556
2734
  msgstr ""
2557
2735
 
@@ -2568,6 +2746,7 @@ msgid "More Details"
2568
2746
  msgstr "Più informazioni"
2569
2747
 
2570
2748
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
2749
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
2571
2750
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
2572
2751
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
2573
2752
  #: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
@@ -2598,6 +2777,7 @@ msgstr "N/A"
2598
2777
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
2599
2778
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
2600
2779
  #: app/assets/javascripts/bastion_katello/debs/views/debs.html
2780
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
2601
2781
  #: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
2602
2782
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
2603
2783
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
@@ -2668,24 +2848,36 @@ msgid "Never synced"
2668
2848
  msgstr "Mai sincronizzato"
2669
2849
 
2670
2850
  #: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
2851
+ #: app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js
2671
2852
  msgid "New Activation Key"
2672
2853
  msgstr "Nuova chiave di attivazione"
2673
2854
 
2855
+ #: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
2856
+ msgid "New Content Credential"
2857
+ msgstr ""
2858
+
2674
2859
  #: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
2860
+ #: app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
2675
2861
  msgid "New Environment"
2676
2862
  msgstr "Nuovo ambiente"
2677
2863
 
2864
+ #: app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
2865
+ msgid "New Host Collection"
2866
+ msgstr ""
2867
+
2678
2868
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
2679
2869
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
2680
2870
  msgid "New Name:"
2681
2871
  msgstr "Nuovo nome:"
2682
2872
 
2683
2873
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
2874
+ #: app/assets/javascripts/bastion_katello/products/new/product-form.controller.js
2684
2875
  msgid "New Product"
2685
2876
  msgstr "Nuovo prodotto"
2686
2877
 
2687
2878
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2688
2879
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
2880
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js
2689
2881
  msgid "New Repository"
2690
2882
  msgstr "Nuovo repositorio"
2691
2883
 
@@ -2795,6 +2987,10 @@ msgstr ""
2795
2987
  msgid "No matching results."
2796
2988
  msgstr ""
2797
2989
 
2990
+ #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
2991
+ msgid "No Packages to show"
2992
+ msgstr ""
2993
+
2798
2994
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
2799
2995
  msgid "No products are available to add to this Sync Plan."
2800
2996
  msgstr ""
@@ -2851,15 +3047,12 @@ msgstr "Nessuno"
2851
3047
  msgid "Not Applicable"
2852
3048
  msgstr ""
2853
3049
 
2854
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2855
- msgid "Not installed"
2856
- msgstr "Non installati"
2857
-
2858
3050
  #: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
2859
3051
  msgid "Not started"
2860
3052
  msgstr ""
2861
3053
 
2862
3054
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
3055
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
2863
3056
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
2864
3057
  #: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
2865
3058
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
@@ -2982,6 +3175,7 @@ msgstr "Pacchetto"
2982
3175
 
2983
3176
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
2984
3177
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
3178
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js
2985
3179
  msgid "Package Actions"
2986
3180
  msgstr "Azioni pacchetto"
2987
3181
 
@@ -2990,6 +3184,7 @@ msgid "Package Group (Deprecated)"
2990
3184
  msgstr ""
2991
3185
 
2992
3186
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3187
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
2993
3188
  msgid "Package Groups"
2994
3189
  msgstr "Gruppi di pacchetti"
2995
3190
 
@@ -3038,6 +3233,10 @@ msgstr "Nome Gruppo/Pacchetto"
3038
3233
  #: app/assets/javascripts/bastion_katello/packages/views/packages.html
3039
3234
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3040
3235
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
3236
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
3237
+ #: app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js
3238
+ #: app/assets/javascripts/bastion_katello/packages/packages.controller.js
3239
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
3041
3240
  msgid "Packages"
3042
3241
  msgstr "Pacchetti"
3043
3242
 
@@ -3096,15 +3295,20 @@ msgstr "Percorso"
3096
3295
  msgid "Perform"
3097
3296
  msgstr "Esegui"
3098
3297
 
3099
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
3100
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
3101
3298
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
3102
3299
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
3103
3300
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
3104
3301
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
3105
3302
  msgid ""
3106
3303
  "Performing host package actions is disabled because Katello is not "
3107
- "configured for Remote Execution or Katello Agent."
3304
+ "configured for remote execution."
3305
+ msgstr ""
3306
+
3307
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
3308
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
3309
+ msgid ""
3310
+ "Performing host package actions is disabled because Katello is not "
3311
+ "configured for Remote Execution."
3108
3312
  msgstr ""
3109
3313
 
3110
3314
  #: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
@@ -3149,6 +3353,7 @@ msgstr ""
3149
3353
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3150
3354
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
3151
3355
  #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
3356
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
3152
3357
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
3153
3358
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
3154
3359
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
@@ -3209,6 +3414,9 @@ msgstr ""
3209
3414
  #: app/assets/javascripts/bastion_katello/products/views/products.html
3210
3415
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
3211
3416
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
3417
+ #: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js
3418
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
3419
+ #: app/assets/javascripts/bastion_katello/products/products.controller.js
3212
3420
  msgid "Products"
3213
3421
  msgstr "Prodotti"
3214
3422
 
@@ -3228,6 +3436,10 @@ msgstr ""
3228
3436
  msgid "Provides"
3229
3437
  msgstr "Fornisce"
3230
3438
 
3439
+ #: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
3440
+ msgid "Provisioning"
3441
+ msgstr ""
3442
+
3231
3443
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
3232
3444
  msgid "Provisioning Details"
3233
3445
  msgstr "Informazioni sul provisioning"
@@ -3291,6 +3503,10 @@ msgstr ""
3291
3503
  msgid "Recurring Logic"
3292
3504
  msgstr ""
3293
3505
 
3506
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
3507
+ msgid "Red Hat"
3508
+ msgstr ""
3509
+
3294
3510
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
3295
3511
  msgid "Red Hat Repositories page"
3296
3512
  msgstr "Pagina repositori di Red Hat"
@@ -3530,12 +3746,21 @@ msgstr "Scoperta repository"
3530
3746
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
3531
3747
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
3532
3748
  #: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
3749
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
3533
3750
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
3534
3751
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
3535
3752
  #: app/assets/javascripts/bastion_katello/packages/details/views/package.html
3536
3753
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
3537
3754
  #: app/assets/javascripts/bastion_katello/products/views/products.html
3538
3755
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
3756
+ #: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js
3757
+ #: app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js
3758
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js
3759
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
3760
+ #: app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js
3761
+ #: app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js
3762
+ #: app/assets/javascripts/bastion_katello/packages/packages.controller.js
3763
+ #: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
3539
3764
  msgid "Repositories"
3540
3765
  msgstr "Repository"
3541
3766
 
@@ -3575,7 +3800,6 @@ msgstr "Repositori per il prodotto:"
3575
3800
  msgid "Repositories to Create"
3576
3801
  msgstr ""
3577
3802
 
3578
- #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
3579
3803
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
3580
3804
  msgid "Repository"
3581
3805
  msgstr "Repository"
@@ -3609,8 +3833,6 @@ msgstr "Etichetta del repositorio"
3609
3833
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
3610
3834
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
3611
3835
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
3612
- #: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
3613
- #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
3614
3836
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
3615
3837
  msgid "Repository Name"
3616
3838
  msgstr "Il nome del repository"
@@ -3631,14 +3853,23 @@ msgstr "Repositori salvati."
3631
3853
 
3632
3854
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
3633
3855
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
3856
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
3634
3857
  msgid "Repository Sets"
3635
3858
  msgstr ""
3636
3859
 
3860
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
3861
+ msgid "Repository Sets Management"
3862
+ msgstr ""
3863
+
3637
3864
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
3638
3865
  #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
3639
3866
  msgid "Repository Sets settings saved successfully."
3640
3867
  msgstr ""
3641
3868
 
3869
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
3870
+ msgid "Repository type"
3871
+ msgstr ""
3872
+
3642
3873
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
3643
3874
  msgid "Repository Type"
3644
3875
  msgstr "Tipo repositorio"
@@ -3658,6 +3889,10 @@ msgstr ""
3658
3889
  msgid "Repository:"
3659
3890
  msgstr "Repositorio:"
3660
3891
 
3892
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
3893
+ msgid "Republish Repository Metadata"
3894
+ msgstr ""
3895
+
3661
3896
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3662
3897
  msgid "Requirements"
3663
3898
  msgstr ""
@@ -3699,7 +3934,7 @@ msgid "Restart Selected"
3699
3934
  msgstr ""
3700
3935
 
3701
3936
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
3702
- msgid "Restart Services on Content Host \"{{host.name}}\"?"
3937
+ msgid "Restart Services on Content Host \"{{host.display_name}}\"?"
3703
3938
  msgstr ""
3704
3939
 
3705
3940
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
@@ -3808,10 +4043,20 @@ msgstr "Seleziona azione"
3808
4043
  msgid "Select an Organization"
3809
4044
  msgstr "Seleziona una organizzazione"
3810
4045
 
4046
+ #: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
4047
+ msgid "Select Content Host(s)"
4048
+ msgstr ""
4049
+
3811
4050
  #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
3812
4051
  msgid "Select Content View"
3813
4052
  msgstr "Seleziona visualizzazione contenuto"
3814
4053
 
4054
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4055
+ msgid ""
4056
+ "Select this option if treeinfo files or other kickstart content is failing "
4057
+ "to syncronize from the upstream repository."
4058
+ msgstr ""
4059
+
3815
4060
  #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
3816
4061
  msgid ""
3817
4062
  "Selecting \"Complete Sync\" will cause only yum/deb repositories of the "
@@ -3823,6 +4068,12 @@ msgid ""
3823
4068
  "Selecting this option will exclude SRPMs from repository synchronization."
3824
4069
  msgstr ""
3825
4070
 
4071
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4072
+ msgid ""
4073
+ "Selecting this option will exclude treeinfo files from repository "
4074
+ "synchronization."
4075
+ msgstr ""
4076
+
3826
4077
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
3827
4078
  msgid ""
3828
4079
  "Selecting this option will result in Katello verifying that the upstream "
@@ -3984,7 +4235,6 @@ msgstr "Stato"
3984
4235
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
3985
4236
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
3986
4237
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
3987
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
3988
4238
  #: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
3989
4239
  #: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
3990
4240
  msgid "Status"
@@ -4006,8 +4256,6 @@ msgid "Subscription Management"
4006
4256
  msgstr "Gestione sottoscrizione"
4007
4257
 
4008
4258
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
4009
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
4010
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
4011
4259
  msgid "Subscription Status"
4012
4260
  msgstr "Stato sottoscrizione"
4013
4261
 
@@ -4015,17 +4263,10 @@ msgstr "Stato sottoscrizione"
4015
4263
  msgid "Subscription UUID"
4016
4264
  msgstr ""
4017
4265
 
4018
- #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
4019
- msgid ""
4020
- "subscription-manager register --org=\"{{ activationKey.organization.label "
4021
- "}}\" --activationkey=\"{{ activationKey.name }}\""
4022
- msgstr ""
4023
- "subscription-manager register --org=\"{{ activationKey.organization.label "
4024
- "}}\" --activationkey=\"{{ activationKey.name }}\""
4025
-
4026
4266
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
4027
4267
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4028
4268
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
4269
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js
4029
4270
  msgid "Subscriptions"
4030
4271
  msgstr "Sottoscrizioni"
4031
4272
 
@@ -4067,22 +4308,6 @@ msgstr "Rimosse con successo %s sottoscrizioni."
4067
4308
  msgid "Successfully removed 1 item."
4068
4309
  msgstr "Rimosse con successo 1 elemento."
4069
4310
 
4070
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
4071
- msgid "Successfully scheduled an update of all packages"
4072
- msgstr ""
4073
-
4074
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
4075
- msgid "Successfully scheduled package installation"
4076
- msgstr ""
4077
-
4078
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
4079
- msgid "Successfully scheduled package removal"
4080
- msgstr ""
4081
-
4082
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
4083
- msgid "Successfully scheduled package update"
4084
- msgstr ""
4085
-
4086
4311
  #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
4087
4312
  msgid "Successfully updated subscriptions."
4088
4313
  msgstr "Sottoscrizioni aggiornate con successo."
@@ -4143,6 +4368,10 @@ msgstr "La programmazione di sincronizzazione %s è stata rimossa."
4143
4368
  msgid "Sync Plan created and assigned to product."
4144
4369
  msgstr ""
4145
4370
 
4371
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
4372
+ msgid "Sync Plan Management"
4373
+ msgstr ""
4374
+
4146
4375
  #: app/assets/javascripts/bastion_katello/products/new/new-sync-plan-modal.controller.js
4147
4376
  msgid "Sync Plan saved"
4148
4377
  msgstr ""
@@ -4157,6 +4386,8 @@ msgid "Sync Plan:"
4157
4386
  msgstr "Programmazione sincronizzazione:"
4158
4387
 
4159
4388
  #: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
4389
+ #: app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js
4390
+ #: app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js
4160
4391
  msgid "Sync Plans"
4161
4392
  msgstr "Programmazione di sinc"
4162
4393
 
@@ -4212,10 +4443,6 @@ msgstr ""
4212
4443
  msgid "System Purpose Management"
4213
4444
  msgstr ""
4214
4445
 
4215
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
4216
- msgid "System Purpose Status"
4217
- msgstr ""
4218
-
4219
4446
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifest-lists.html
4220
4447
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
4221
4448
  msgid "Tags"
@@ -4228,6 +4455,9 @@ msgstr "Informazione attività"
4228
4455
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4229
4456
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
4230
4457
  #: app/assets/javascripts/bastion_katello/tasks/views/tasks.html
4458
+ #: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
4459
+ #: app/assets/javascripts/bastion_katello/errata/errata.controller.js
4460
+ #: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
4231
4461
  msgid "Tasks"
4232
4462
  msgstr "Attività"
4233
4463
 
@@ -4269,6 +4499,11 @@ msgstr ""
4269
4499
  "La Visualizzazione del contenuto o l'Ambiente del ciclo di vita devono "
4270
4500
  "essere aggiornati per rendere disponibili gli errata per gli host rilevanti."
4271
4501
 
4502
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
4503
+ msgid ""
4504
+ "The filters below have this repository as the last affected repository!"
4505
+ msgstr ""
4506
+
4272
4507
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
4273
4508
  msgid ""
4274
4509
  "The following actions can be performed on content hosts in this host "
@@ -4322,15 +4557,15 @@ msgstr ""
4322
4557
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4323
4558
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4324
4559
  msgid ""
4325
- "The repository will be enabled by default on content hosts with the selected"
4326
- " architecture."
4560
+ "The repository will only be available on content hosts with the selected "
4561
+ "architecture."
4327
4562
  msgstr ""
4328
4563
 
4329
4564
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4330
4565
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4331
4566
  msgid ""
4332
- "The repository will be enabled by default on content hosts with the selected"
4333
- " OS version."
4567
+ "The repository will only be available on content hosts with the selected OS "
4568
+ "version."
4334
4569
  msgstr ""
4335
4570
 
4336
4571
  #: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
@@ -4341,6 +4576,12 @@ msgstr ""
4341
4576
  "L'ambiente selezionato non presenta alcuna visualizzazione del contenuto, "
4342
4577
  "selezionare un altro ambiente."
4343
4578
 
4579
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4580
+ msgid ""
4581
+ "The sha1 checksum type is no longer supported. The checksum type will reset "
4582
+ "to 'Default' at the next edit or change in content."
4583
+ msgstr ""
4584
+
4344
4585
  #: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
4345
4586
  msgid "The time the sync should happen in your current time zone."
4346
4587
  msgstr ""
@@ -4461,10 +4702,10 @@ msgstr ""
4461
4702
 
4462
4703
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
4463
4704
  msgid ""
4464
- "This activation key may be used during system registration. For example:"
4705
+ "This activation key may be used during <a "
4706
+ "href=\"/hosts/register?initialAKSelection={{ activationKey.name }}\">system "
4707
+ "registration.</a>"
4465
4708
  msgstr ""
4466
- "Questa chiave di attivazione può essere usata durante la registrazione del "
4467
- "sistema. Per esempio:"
4468
4709
 
4469
4710
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
4470
4711
  msgid "This change will be applied to <b>{{ hostCount }} systems.</b>"
@@ -4474,26 +4715,16 @@ msgstr ""
4474
4715
  msgid "This Container Image Tag is not present in any Lifecycle Environments."
4475
4716
  msgstr ""
4476
4717
 
4718
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
4719
+ msgid "This Container Image Tag is not present in any Repositories."
4720
+ msgstr ""
4721
+
4477
4722
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4478
4723
  msgid ""
4479
4724
  "This operation may also remove managed resources linked to the host such as virtual machines and DNS records.\n"
4480
4725
  " Change the setting \"Delete Host upon Unregister\" to false on the <a href=\"/settings\">settings page</a> to prevent this."
4481
4726
  msgstr ""
4482
4727
 
4483
- #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
4484
- msgid ""
4485
- "This organization has Simple Content Access enabled. Hosts are not required"
4486
- " to have subscriptions attached to access repositories."
4487
- msgstr ""
4488
-
4489
- #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
4490
- msgid ""
4491
- "This organization is not using <a target=\"_blank\" "
4492
- "href=\"https://access.redhat.com/articles/simple-content-access\">Simple "
4493
- "Content Access.</a> Entitlement-based subscription management is deprecated "
4494
- "and will be removed in a future version."
4495
- msgstr ""
4496
-
4497
4728
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
4498
4729
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
4499
4730
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
@@ -4531,6 +4762,7 @@ msgstr ""
4531
4762
 
4532
4763
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
4533
4764
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4765
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js
4534
4766
  msgid "Traces"
4535
4767
  msgstr ""
4536
4768
 
@@ -4594,7 +4826,7 @@ msgid "Unregister Host"
4594
4826
  msgstr ""
4595
4827
 
4596
4828
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4597
- msgid "Unregister Host \"{{host.name}}\"?"
4829
+ msgid "Unregister Host \"{{host.display_name}}\"?"
4598
4830
  msgstr ""
4599
4831
 
4600
4832
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
@@ -4832,17 +5064,6 @@ msgstr ""
4832
5064
  msgid "Versions"
4833
5065
  msgstr "Versioni"
4834
5066
 
4835
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
4836
- #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
4837
- #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
4838
- #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
4839
- msgid "via Katello agent"
4840
- msgstr ""
4841
-
4842
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
4843
- msgid "via Katello Agent"
4844
- msgstr ""
4845
-
4846
5067
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
4847
5068
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
4848
5069
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
@@ -4920,6 +5141,13 @@ msgstr ""
4920
5141
  "Quando Auto Attach è disabilitato, la registrazione dei sistemi verrà "
4921
5142
  "implementata a tutte le sottoscrizioni associate"
4922
5143
 
5144
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
5145
+ msgid ""
5146
+ "When Auto Attach is enabled, registering systems will be attached to all "
5147
+ "associated custom products and only associated Red Hat subscriptions "
5148
+ "required to satisfy the system's installed products."
5149
+ msgstr ""
5150
+
4923
5151
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4924
5152
  msgid ""
4925
5153
  "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"
@@ -4972,6 +5200,10 @@ msgid ""
4972
5200
  "contents of requirement.yml here"
4973
5201
  msgstr ""
4974
5202
 
5203
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
5204
+ msgid "You cannot remove content from a redhat repository"
5205
+ msgstr ""
5206
+
4975
5207
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
4976
5208
  msgid ""
4977
5209
  "You cannot remove these repositories because you do not have permission."
@@ -4979,6 +5211,12 @@ msgstr ""
4979
5211
  "Impossibile rimuovere questi repositori poichè non sei in possesso dei "
4980
5212
  "permessi necessari. "
4981
5213
 
5214
+ #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
5215
+ msgid ""
5216
+ "You cannot remove this product because it has repositories that are the last"
5217
+ " affected repository on content view filters"
5218
+ msgstr ""
5219
+
4982
5220
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
4983
5221
  msgid "You cannot remove this product because it is a Red Hat product."
4984
5222
  msgstr ""
@@ -5252,6 +5490,7 @@ msgstr ""
5252
5490
  msgid "Your search returned zero Repositories"
5253
5491
  msgstr ""
5254
5492
 
5493
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
5255
5494
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
5256
5495
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
5257
5496
  msgid "Your search returned zero Repositories."