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
@@ -2,12 +2,12 @@
2
2
  # Translators:
3
3
  # mhulan <mhulan@redhat.com>, 2019
4
4
  # Lukáš Zapletal, 2022
5
- # Pavel Borecki <pavel.borecki@gmail.com>, 2022
5
+ # Pavel Borecki <pavel.borecki@gmail.com>, 2023
6
6
  #
7
7
  msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: \n"
10
- "Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2022\n"
10
+ "Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2023\n"
11
11
  "Language-Team: Czech (Czech Republic) (https://app.transifex.com/foreman/teams/114/cs_CZ/)\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 "{{ product.active_task_count }}"
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"
@@ -367,6 +375,7 @@ msgid "Activation Key:"
367
375
  msgstr "Aktivační klíč:"
368
376
 
369
377
  #: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
378
+ #: app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js
370
379
  msgid "Activation Keys"
371
380
  msgstr "Aktivační klíče"
372
381
 
@@ -387,6 +396,11 @@ msgstr "Přidat"
387
396
  msgid "Add Content Hosts to:"
388
397
  msgstr ""
389
398
 
399
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
400
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
401
+ msgid "Add Host Collections"
402
+ msgstr ""
403
+
390
404
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
391
405
  msgid "Add hosts to the host collection to see available actions."
392
406
  msgstr ""
@@ -404,6 +418,10 @@ msgstr "Doplňky"
404
418
  msgid "Add ons:"
405
419
  msgstr ""
406
420
 
421
+ #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
422
+ msgid "Add Products"
423
+ msgstr ""
424
+
407
425
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
408
426
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
409
427
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
@@ -414,6 +432,11 @@ msgstr ""
414
432
  msgid "Add Selected"
415
433
  msgstr "Přidat vybrané"
416
434
 
435
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js
436
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js
437
+ msgid "Add Subscriptions"
438
+ msgstr ""
439
+
417
440
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
418
441
  msgid "Add Subscriptions for Activation Key:"
419
442
  msgstr "Přidat předplatná pro aktivační klíč:"
@@ -446,9 +469,11 @@ msgstr ""
446
469
  msgid "Additive"
447
470
  msgstr ""
448
471
 
472
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
449
473
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
450
474
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
451
475
  #: app/assets/javascripts/bastion_katello/products/views/products.html
476
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js
452
477
  msgid "Advanced Sync"
453
478
  msgstr ""
454
479
 
@@ -460,6 +485,10 @@ msgstr ""
460
485
  msgid "Affected Hosts"
461
486
  msgstr "Stroje kterých se týká"
462
487
 
488
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
489
+ msgid "All"
490
+ msgstr ""
491
+
463
492
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
464
493
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
465
494
  msgid "All Content Views"
@@ -478,6 +507,7 @@ msgstr "Všechny repozitáře"
478
507
 
479
508
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
480
509
  #: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
510
+ #: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js
481
511
  msgid "Alternate Content Sources"
482
512
  msgstr ""
483
513
 
@@ -570,6 +600,7 @@ msgid "Ansible Collection Authorization"
570
600
  msgstr ""
571
601
 
572
602
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
603
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
573
604
  msgid "Ansible Collections"
574
605
  msgstr ""
575
606
 
@@ -585,6 +616,7 @@ msgid "Applicable Content Hosts"
585
616
  msgstr ""
586
617
 
587
618
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
619
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js
588
620
  msgid "Applicable Deb Packages"
589
621
  msgstr ""
590
622
 
@@ -593,6 +625,7 @@ msgid "Applicable Errata"
593
625
  msgstr ""
594
626
 
595
627
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
628
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js
596
629
  msgid "Applicable Packages"
597
630
  msgstr "Balíčky k dispozici"
598
631
 
@@ -611,6 +644,7 @@ msgid "Application"
611
644
  msgstr ""
612
645
 
613
646
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
647
+ #: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
614
648
  msgid "Apply"
615
649
  msgstr "Použít"
616
650
 
@@ -645,7 +679,7 @@ msgid "Apply Errata"
645
679
  msgstr ""
646
680
 
647
681
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
648
- msgid "Apply Errata to Content Host \"{{host.name}}\"?"
682
+ msgid "Apply Errata to Content Host \"{{host.display_name}}\"?"
649
683
  msgstr ""
650
684
 
651
685
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
@@ -710,7 +744,9 @@ msgid ""
710
744
  msgstr ""
711
745
 
712
746
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
713
- msgid "Are you sure you want to apply Errata to content host \"{{ host.name }}\"?"
747
+ msgid ""
748
+ "Are you sure you want to apply Errata to content host \"{{ host.display_name"
749
+ " }}\"?"
714
750
  msgstr ""
715
751
 
716
752
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
@@ -842,8 +878,9 @@ msgid ""
842
878
  "Are you sure you want to remove the {{ table.getSelected()[0].name }} "
843
879
  "repository?"
844
880
  msgid_plural ""
845
- "Are you sure you want to remove {{ table.getSelected().length }} "
846
- "repositories?"
881
+ "Repositories that are published in content view\n"
882
+ " 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"
883
+ " "
847
884
  msgstr[0] ""
848
885
  msgstr[1] ""
849
886
  msgstr[2] ""
@@ -880,8 +917,8 @@ msgstr ""
880
917
 
881
918
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
882
919
  msgid ""
883
- "Are you sure you want to restart services on content host \"{{ host.name "
884
- "}}\"?"
920
+ "Are you sure you want to restart services on content host \"{{ "
921
+ "host.display_name }}\"?"
885
922
  msgstr ""
886
923
 
887
924
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
@@ -965,10 +1002,18 @@ msgstr "Autor"
965
1002
  msgid "Auto-Attach"
966
1003
  msgstr ""
967
1004
 
1005
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
1006
+ msgid "Auto-attach available subscriptions to all selected hosts."
1007
+ msgstr ""
1008
+
968
1009
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
969
1010
  msgid "Auto-Attach Details"
970
1011
  msgstr ""
971
1012
 
1013
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
1014
+ msgid "Auto-attach uses all available subscriptions, not a selected subset."
1015
+ msgstr ""
1016
+
972
1017
  #: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
973
1018
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
974
1019
  msgid "Automatic"
@@ -1052,6 +1097,10 @@ msgstr "Informace o sestavení"
1052
1097
  msgid "Build Time"
1053
1098
  msgstr ""
1054
1099
 
1100
+ #: app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
1101
+ msgid "Bulk Task"
1102
+ msgstr ""
1103
+
1055
1104
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
1056
1105
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
1057
1106
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
@@ -1072,6 +1121,7 @@ msgid "Cannot clean Repository, a sync is already in progress."
1072
1121
  msgstr ""
1073
1122
 
1074
1123
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
1124
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
1075
1125
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
1076
1126
  msgid "Cannot Remove"
1077
1127
  msgstr ""
@@ -1226,6 +1276,7 @@ msgid "Composite View"
1226
1276
  msgstr "Složený pohled"
1227
1277
 
1228
1278
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
1279
+ #: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
1229
1280
  msgid "Confirm"
1230
1281
  msgstr "Potvrdit"
1231
1282
 
@@ -1238,10 +1289,12 @@ msgid "Container Image Manifest"
1238
1289
  msgstr "Manifest obrazu kontejneru"
1239
1290
 
1240
1291
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1292
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1241
1293
  msgid "Container Image Manifest Lists"
1242
1294
  msgstr "Seznamy manifestů obrazů kontejnerů"
1243
1295
 
1244
1296
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1297
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1245
1298
  msgid "Container Image Manifests"
1246
1299
  msgstr "Manifest obrazu v kontejneru"
1247
1300
 
@@ -1258,6 +1311,7 @@ msgstr "Registr obrazů kontejnerů"
1258
1311
 
1259
1312
  #: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
1260
1313
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1314
+ #: app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js
1261
1315
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
1262
1316
  msgid "Container Image Tags"
1263
1317
  msgstr "Štítky obrazu kontejneru"
@@ -1271,6 +1325,10 @@ msgstr "Obsah"
1271
1325
  msgid "Content Counts"
1272
1326
  msgstr "Počty obsahu"
1273
1327
 
1328
+ #: app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js
1329
+ msgid "Content Credential"
1330
+ msgstr ""
1331
+
1274
1332
  #: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
1275
1333
  msgid "Content Credential %s has been created."
1276
1334
  msgstr ""
@@ -1319,6 +1377,10 @@ msgstr ""
1319
1377
  msgid "Content Host Limit"
1320
1378
  msgstr ""
1321
1379
 
1380
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
1381
+ msgid "Content Host Module Stream Management"
1382
+ msgstr ""
1383
+
1322
1384
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1323
1385
  msgid "Content Host Properties"
1324
1386
  msgstr ""
@@ -1331,6 +1393,10 @@ msgstr ""
1331
1393
  msgid "Content Host Status"
1332
1394
  msgstr ""
1333
1395
 
1396
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
1397
+ msgid "Content Host Traces Management"
1398
+ msgstr ""
1399
+
1334
1400
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1335
1401
  msgid "Content Host:"
1336
1402
  msgstr "Stávající stroj:"
@@ -1342,6 +1408,9 @@ msgstr "Stávající stroj:"
1342
1408
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
1343
1409
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
1344
1410
  #: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
1411
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js
1412
+ #: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
1413
+ #: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
1345
1414
  msgid "Content Hosts"
1346
1415
  msgstr ""
1347
1416
 
@@ -1374,6 +1443,7 @@ msgstr "Typ obsahu"
1374
1443
  #: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
1375
1444
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1376
1445
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1446
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
1377
1447
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
1378
1448
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
1379
1449
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
@@ -1398,7 +1468,10 @@ msgstr ""
1398
1468
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
1399
1469
  #: app/assets/javascripts/bastion_katello/environments/views/environments.html
1400
1470
  #: app/assets/javascripts/bastion_katello/files/details/views/file.html
1471
+ #: app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js
1401
1472
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
1473
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1474
+ #: app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js
1402
1475
  msgid "Content Views"
1403
1476
  msgstr ""
1404
1477
 
@@ -1465,6 +1538,11 @@ msgstr "Vytvořit aktivační klíč"
1465
1538
  msgid "Create Content Credential"
1466
1539
  msgstr ""
1467
1540
 
1541
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js
1542
+ #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js
1543
+ msgid "Create Copy"
1544
+ msgstr ""
1545
+
1468
1546
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
1469
1547
  msgid "Create Discovered Repositories"
1470
1548
  msgstr ""
@@ -1483,6 +1561,10 @@ msgstr ""
1483
1561
  msgid "Create Product"
1484
1562
  msgstr ""
1485
1563
 
1564
+ #: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
1565
+ msgid "Create Repositories"
1566
+ msgstr ""
1567
+
1486
1568
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
1487
1569
  msgid "Create Selected"
1488
1570
  msgstr "Vytvořit označené"
@@ -1521,6 +1603,10 @@ msgstr "Stávající prostředí životního cyklu (%e/%cv)"
1521
1603
  msgid "Current Subscriptions for Activation Key:"
1522
1604
  msgstr "Stávající předplatné pro aktivační klíč:"
1523
1605
 
1606
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
1607
+ msgid "Custom"
1608
+ msgstr ""
1609
+
1524
1610
  #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
1525
1611
  #: app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js
1526
1612
  msgid "custom cron"
@@ -1564,6 +1650,10 @@ msgid ""
1564
1650
  "href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
1565
1651
  msgstr ""
1566
1652
 
1653
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js
1654
+ msgid "Deb Package Actions"
1655
+ msgstr ""
1656
+
1567
1657
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1568
1658
  msgid "deb Package Updates"
1569
1659
  msgstr ""
@@ -1575,6 +1665,7 @@ msgstr "deb balíčky"
1575
1665
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1576
1666
  #: app/assets/javascripts/bastion_katello/debs/views/debs.html
1577
1667
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
1668
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1578
1669
  msgid "Deb Packages"
1579
1670
  msgstr "Deb balíčky"
1580
1671
 
@@ -1586,6 +1677,10 @@ msgstr ""
1586
1677
  msgid "Deb Packages for:"
1587
1678
  msgstr ""
1588
1679
 
1680
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1681
+ msgid "Deb Repositories"
1682
+ msgstr "Deb repozitáře"
1683
+
1589
1684
  #: app/assets/javascripts/bastion_katello/environments/views/environments.html
1590
1685
  msgid "Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>"
1591
1686
  msgstr ""
@@ -1595,6 +1690,11 @@ msgstr ""
1595
1690
  msgid "Deb:"
1596
1691
  msgstr ""
1597
1692
 
1693
+ #: app/assets/javascripts/bastion_katello/debs/debs.controller.js
1694
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1695
+ msgid "Debs"
1696
+ msgstr ""
1697
+
1598
1698
  #: app/assets/javascripts/bastion_katello/products/details/repositories/checksum.service.js
1599
1699
  msgid "Default"
1600
1700
  msgstr "Výchozí"
@@ -1611,6 +1711,10 @@ msgstr "Smazat"
1611
1711
  msgid "Delete {{ table.numSelected }} Hosts?"
1612
1712
  msgstr ""
1613
1713
 
1714
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
1715
+ msgid "Delete filters"
1716
+ msgstr ""
1717
+
1614
1718
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1615
1719
  msgid "Delete Hosts"
1616
1720
  msgstr "Smazat stroje"
@@ -1620,6 +1724,7 @@ msgid "Delta RPM"
1620
1724
  msgstr "Rozdílové (delta) RPM"
1621
1725
 
1622
1726
  #: app/assets/javascripts/bastion_katello/packages/details/views/package.html
1727
+ #: app/assets/javascripts/bastion_katello/packages/packages.controller.js
1623
1728
  msgid "Dependencies"
1624
1729
  msgstr "Závislosti"
1625
1730
 
@@ -1713,6 +1818,10 @@ msgstr ""
1713
1818
  msgid "Discover"
1714
1819
  msgstr "Objevit"
1715
1820
 
1821
+ #: app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js
1822
+ msgid "Discover Repositories"
1823
+ msgstr "Objevit repozitáře"
1824
+
1716
1825
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
1717
1826
  msgid "Discovered Repository"
1718
1827
  msgstr ""
@@ -1735,6 +1844,10 @@ msgid ""
1735
1844
  "repository."
1736
1845
  msgstr ""
1737
1846
 
1847
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1848
+ msgid "Docker"
1849
+ msgstr "Docker"
1850
+
1738
1851
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
1739
1852
  msgid ""
1740
1853
  "Docker metadata generation has been initiated in the background. Click\n"
@@ -1747,6 +1860,10 @@ msgid ""
1747
1860
  msgstr ""
1748
1861
  "Docker repozitáře <div>{{ library.counts.docker_repositories || 0 }}</div>"
1749
1862
 
1863
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1864
+ msgid "Docker Tags"
1865
+ msgstr "Štítky Docker"
1866
+
1750
1867
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
1751
1868
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
1752
1869
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
@@ -1820,6 +1937,10 @@ msgid ""
1820
1937
  "Environment will also be removed from the following published content views!"
1821
1938
  msgstr ""
1822
1939
 
1940
+ #: app/assets/javascripts/bastion_katello/environments/details/environment.controller.js
1941
+ msgid "Environments"
1942
+ msgstr "Prostředí"
1943
+
1823
1944
  #: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
1824
1945
  msgid "Environments List"
1825
1946
  msgstr "Seznam prostředí"
@@ -1827,7 +1948,10 @@ msgstr "Seznam prostředí"
1827
1948
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1828
1949
  #: app/assets/javascripts/bastion_katello/errata/views/errata.html
1829
1950
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1951
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
1830
1952
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
1953
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1954
+ #: app/assets/javascripts/bastion_katello/errata/errata.controller.js
1831
1955
  #: app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
1832
1956
  msgid "Errata"
1833
1957
  msgstr ""
@@ -1939,6 +2063,9 @@ msgstr "Název souboru"
1939
2063
  #: app/assets/javascripts/bastion_katello/files/views/files.html
1940
2064
  #: app/assets/javascripts/bastion_katello/packages/details/views/package.html
1941
2065
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2066
+ #: app/assets/javascripts/bastion_katello/files/files.controller.js
2067
+ #: app/assets/javascripts/bastion_katello/packages/packages.controller.js
2068
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1942
2069
  msgid "Files"
1943
2070
  msgstr "Soubory"
1944
2071
 
@@ -1948,12 +2075,17 @@ msgstr "Soubory v balíčku {{ package.nvrea }}"
1948
2075
 
1949
2076
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
1950
2077
  #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-environments.html
2078
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
1951
2079
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
1952
2080
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
1953
2081
  #: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
1954
2082
  msgid "Filter"
1955
2083
  msgstr ""
1956
2084
 
2085
+ #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
2086
+ msgid "Filter by Environment"
2087
+ msgstr ""
2088
+
1957
2089
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
1958
2090
  msgid "Filter by Status:"
1959
2091
  msgstr "Filtrovat podle stavu:"
@@ -1964,16 +2096,14 @@ msgstr "Filtrovat podle stavu:"
1964
2096
  msgid "Filter..."
1965
2097
  msgstr "Filtrovat…"
1966
2098
 
2099
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
2100
+ msgid "Filters"
2101
+ msgstr "Filtry"
2102
+
1967
2103
  #: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
1968
2104
  msgid "Finished At"
1969
2105
  msgstr "Dokončeno v"
1970
2106
 
1971
- #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
1972
- msgid ""
1973
- "For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 "
1974
- "it is recommended to use sha1."
1975
- msgstr ""
1976
-
1977
2107
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
1978
2108
  msgid ""
1979
2109
  "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"
@@ -2043,6 +2173,10 @@ msgstr ""
2043
2173
  msgid "Host Collection Membership"
2044
2174
  msgstr ""
2045
2175
 
2176
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
2177
+ msgid "Host Collection Membership Management"
2178
+ msgstr ""
2179
+
2046
2180
  #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js
2047
2181
  msgid "Host Collection removed."
2048
2182
  msgstr ""
@@ -2059,6 +2193,8 @@ msgstr ""
2059
2193
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
2060
2194
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
2061
2195
  #: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
2196
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
2197
+ #: app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js
2062
2198
  msgid "Host Collections"
2063
2199
  msgstr ""
2064
2200
 
@@ -2105,6 +2241,10 @@ msgstr ""
2105
2241
  msgid "HTTP Proxy"
2106
2242
  msgstr "HTTP proxy"
2107
2243
 
2244
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
2245
+ msgid "HTTP Proxy Management"
2246
+ msgstr ""
2247
+
2108
2248
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2109
2249
  msgid "HTTP Proxy Policy"
2110
2250
  msgstr ""
@@ -2126,11 +2266,22 @@ msgstr ""
2126
2266
  msgid "Id"
2127
2267
  msgstr "Identifikátor"
2128
2268
 
2269
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2270
+ msgid ""
2271
+ "If you want to upload individual packages, create a separate repository with"
2272
+ " an empty \"Upstream URL\" field."
2273
+ msgstr ""
2274
+
2129
2275
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2130
2276
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2131
2277
  msgid "Ignore SRPMs"
2132
2278
  msgstr ""
2133
2279
 
2280
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2281
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2282
+ msgid "Ignore treeinfo"
2283
+ msgstr ""
2284
+
2134
2285
  #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
2135
2286
  msgid "Image"
2136
2287
  msgstr "Obraz"
@@ -2192,6 +2343,7 @@ msgid "Installed"
2192
2343
  msgstr "Nainstalováno"
2193
2344
 
2194
2345
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
2346
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js
2195
2347
  msgid "Installed Deb Packages"
2196
2348
  msgstr ""
2197
2349
 
@@ -2206,6 +2358,7 @@ msgid "Installed Package"
2206
2358
  msgstr "Nainstalovaný balíček"
2207
2359
 
2208
2360
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
2361
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js
2209
2362
  msgid "Installed Packages"
2210
2363
  msgstr "Nainstalované balíčky"
2211
2364
 
@@ -2244,18 +2397,10 @@ msgstr "IPv6 adresa"
2244
2397
  msgid "Issued"
2245
2398
  msgstr "Vydáno"
2246
2399
 
2247
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2248
- msgid "Katello Agent"
2249
- msgstr "Katello agent"
2250
-
2251
2400
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2252
2401
  msgid "Katello Tracer"
2253
2402
  msgstr ""
2254
2403
 
2255
- #: app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html
2256
- msgid "Katello-agent is deprecated and will be removed in a future release."
2257
- msgstr ""
2258
-
2259
2404
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
2260
2405
  #: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
2261
2406
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
@@ -2279,11 +2424,16 @@ msgstr "Naposledy zveřejněno"
2279
2424
  msgid "Last Puppet Report"
2280
2425
  msgstr ""
2281
2426
 
2427
+ #: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
2428
+ msgid "Last reclaim failed:"
2429
+ msgstr ""
2430
+
2282
2431
  #: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
2283
2432
  msgid "Last reclaim space failed:"
2284
2433
  msgstr ""
2285
2434
 
2286
2435
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
2436
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
2287
2437
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
2288
2438
  #: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
2289
2439
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
@@ -2344,6 +2494,7 @@ msgid "Lifecycle Environment:"
2344
2494
  msgstr "Prostředí životního cyklu:"
2345
2495
 
2346
2496
  #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
2497
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js
2347
2498
  msgid "Lifecycle Environments"
2348
2499
  msgstr "Prostředí životního cyklu"
2349
2500
 
@@ -2357,7 +2508,7 @@ msgstr "Limit"
2357
2508
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
2358
2509
  msgid ""
2359
2510
  "Limit Repository Sets to only those available in this Activation Key's "
2360
- "Lifecycle Environment"
2511
+ "Lifecycle Environment"
2361
2512
  msgstr ""
2362
2513
 
2363
2514
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
@@ -2388,6 +2539,23 @@ msgstr "Limit:"
2388
2539
  msgid "List"
2389
2540
  msgstr ""
2390
2541
 
2542
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
2543
+ msgid "List Host Collections"
2544
+ msgstr ""
2545
+
2546
+ #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js
2547
+ #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js
2548
+ msgid "List Hosts"
2549
+ msgstr ""
2550
+
2551
+ #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
2552
+ msgid "List Products"
2553
+ msgstr ""
2554
+
2555
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
2556
+ msgid "List Subscriptions"
2557
+ msgstr ""
2558
+
2391
2559
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
2392
2560
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
2393
2561
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html
@@ -2407,6 +2575,10 @@ msgstr "Načítání…"
2407
2575
  msgid "Loading...\""
2408
2576
  msgstr ""
2409
2577
 
2578
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
2579
+ msgid "Make filters apply to all repositories in the content view"
2580
+ msgstr ""
2581
+
2410
2582
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
2411
2583
  msgid "Manage Ansible Collections for Repository:"
2412
2584
  msgstr ""
@@ -2479,6 +2651,11 @@ msgstr ""
2479
2651
  msgid "Manifest Type"
2480
2652
  msgstr ""
2481
2653
 
2654
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2655
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2656
+ msgid "Metadata Expiration (Seconds)"
2657
+ msgstr ""
2658
+
2482
2659
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2483
2660
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2484
2661
  msgid "Mirroring Policy"
@@ -2513,7 +2690,10 @@ msgstr ""
2513
2690
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
2514
2691
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
2515
2692
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2693
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js
2516
2694
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
2695
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
2696
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
2517
2697
  msgid "Module Streams"
2518
2698
  msgstr ""
2519
2699
 
@@ -2530,6 +2710,7 @@ msgid "More Details"
2530
2710
  msgstr "Další podrobnosti"
2531
2711
 
2532
2712
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
2713
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
2533
2714
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
2534
2715
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
2535
2716
  #: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
@@ -2560,6 +2741,7 @@ msgstr "Není"
2560
2741
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
2561
2742
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
2562
2743
  #: app/assets/javascripts/bastion_katello/debs/views/debs.html
2744
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
2563
2745
  #: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
2564
2746
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
2565
2747
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
@@ -2630,24 +2812,36 @@ msgid "Never synced"
2630
2812
  msgstr "Nikdy nesynchronizováno"
2631
2813
 
2632
2814
  #: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
2815
+ #: app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js
2633
2816
  msgid "New Activation Key"
2634
2817
  msgstr "Nový aktivační klíč"
2635
2818
 
2819
+ #: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
2820
+ msgid "New Content Credential"
2821
+ msgstr ""
2822
+
2636
2823
  #: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
2824
+ #: app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
2637
2825
  msgid "New Environment"
2638
2826
  msgstr "Nové prostředí"
2639
2827
 
2828
+ #: app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
2829
+ msgid "New Host Collection"
2830
+ msgstr ""
2831
+
2640
2832
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
2641
2833
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
2642
2834
  msgid "New Name:"
2643
2835
  msgstr "Nový název:"
2644
2836
 
2645
2837
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
2838
+ #: app/assets/javascripts/bastion_katello/products/new/product-form.controller.js
2646
2839
  msgid "New Product"
2647
2840
  msgstr "Nový produkt"
2648
2841
 
2649
2842
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2650
2843
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
2844
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js
2651
2845
  msgid "New Repository"
2652
2846
  msgstr "Nový repozitář"
2653
2847
 
@@ -2751,6 +2945,10 @@ msgstr ""
2751
2945
  msgid "No matching results."
2752
2946
  msgstr ""
2753
2947
 
2948
+ #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
2949
+ msgid "No Packages to show"
2950
+ msgstr ""
2951
+
2754
2952
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
2755
2953
  msgid "No products are available to add to this Sync Plan."
2756
2954
  msgstr ""
@@ -2807,15 +3005,12 @@ msgstr "Žádné"
2807
3005
  msgid "Not Applicable"
2808
3006
  msgstr ""
2809
3007
 
2810
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2811
- msgid "Not installed"
2812
- msgstr "Nenainstalováno"
2813
-
2814
3008
  #: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
2815
3009
  msgid "Not started"
2816
3010
  msgstr "Nespuštěno"
2817
3011
 
2818
3012
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
3013
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
2819
3014
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
2820
3015
  #: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
2821
3016
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
@@ -2938,6 +3133,7 @@ msgstr "Balíček"
2938
3133
 
2939
3134
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
2940
3135
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
3136
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js
2941
3137
  msgid "Package Actions"
2942
3138
  msgstr "Akce balíčku"
2943
3139
 
@@ -2946,6 +3142,7 @@ msgid "Package Group (Deprecated)"
2946
3142
  msgstr ""
2947
3143
 
2948
3144
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3145
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
2949
3146
  msgid "Package Groups"
2950
3147
  msgstr "Skupiny balíčků"
2951
3148
 
@@ -2994,6 +3191,10 @@ msgstr "Název balíčku/skupiny"
2994
3191
  #: app/assets/javascripts/bastion_katello/packages/views/packages.html
2995
3192
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2996
3193
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
3194
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
3195
+ #: app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js
3196
+ #: app/assets/javascripts/bastion_katello/packages/packages.controller.js
3197
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
2997
3198
  msgid "Packages"
2998
3199
  msgstr "Balíčky"
2999
3200
 
@@ -3052,15 +3253,20 @@ msgstr "Popis umístění"
3052
3253
  msgid "Perform"
3053
3254
  msgstr "Provést"
3054
3255
 
3055
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
3056
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
3057
3256
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
3058
3257
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
3059
3258
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
3060
3259
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
3061
3260
  msgid ""
3062
3261
  "Performing host package actions is disabled because Katello is not "
3063
- "configured for Remote Execution or Katello Agent."
3262
+ "configured for remote execution."
3263
+ msgstr ""
3264
+
3265
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
3266
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
3267
+ msgid ""
3268
+ "Performing host package actions is disabled because Katello is not "
3269
+ "configured for Remote Execution."
3064
3270
  msgstr ""
3065
3271
 
3066
3272
  #: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
@@ -3104,6 +3310,7 @@ msgstr "Předchozí prostředí"
3104
3310
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3105
3311
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
3106
3312
  #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
3313
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
3107
3314
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
3108
3315
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
3109
3316
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
@@ -3164,6 +3371,9 @@ msgstr ""
3164
3371
  #: app/assets/javascripts/bastion_katello/products/views/products.html
3165
3372
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
3166
3373
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
3374
+ #: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js
3375
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
3376
+ #: app/assets/javascripts/bastion_katello/products/products.controller.js
3167
3377
  msgid "Products"
3168
3378
  msgstr "Produkty"
3169
3379
 
@@ -3183,6 +3393,10 @@ msgstr "Nepokryté produkty"
3183
3393
  msgid "Provides"
3184
3394
  msgstr ""
3185
3395
 
3396
+ #: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
3397
+ msgid "Provisioning"
3398
+ msgstr ""
3399
+
3186
3400
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
3187
3401
  msgid "Provisioning Details"
3188
3402
  msgstr ""
@@ -3246,6 +3460,10 @@ msgstr ""
3246
3460
  msgid "Recurring Logic"
3247
3461
  msgstr ""
3248
3462
 
3463
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
3464
+ msgid "Red Hat"
3465
+ msgstr ""
3466
+
3249
3467
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
3250
3468
  msgid "Red Hat Repositories page"
3251
3469
  msgstr "Stránka repozitářů Red Hat"
@@ -3491,12 +3709,21 @@ msgstr ""
3491
3709
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
3492
3710
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
3493
3711
  #: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
3712
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
3494
3713
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
3495
3714
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
3496
3715
  #: app/assets/javascripts/bastion_katello/packages/details/views/package.html
3497
3716
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
3498
3717
  #: app/assets/javascripts/bastion_katello/products/views/products.html
3499
3718
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
3719
+ #: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js
3720
+ #: app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js
3721
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js
3722
+ #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
3723
+ #: app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js
3724
+ #: app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js
3725
+ #: app/assets/javascripts/bastion_katello/packages/packages.controller.js
3726
+ #: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
3500
3727
  msgid "Repositories"
3501
3728
  msgstr "Repozitáře"
3502
3729
 
@@ -3536,7 +3763,6 @@ msgstr "Repozitáře pro produkt:"
3536
3763
  msgid "Repositories to Create"
3537
3764
  msgstr "Repozitáře, které vytvořit"
3538
3765
 
3539
- #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
3540
3766
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
3541
3767
  msgid "Repository"
3542
3768
  msgstr "Repozitář"
@@ -3570,8 +3796,6 @@ msgstr ""
3570
3796
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
3571
3797
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
3572
3798
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
3573
- #: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
3574
- #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
3575
3799
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
3576
3800
  msgid "Repository Name"
3577
3801
  msgstr "Název repozitáře"
@@ -3592,14 +3816,23 @@ msgstr "Repozitář uložen."
3592
3816
 
3593
3817
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
3594
3818
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
3819
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
3595
3820
  msgid "Repository Sets"
3596
3821
  msgstr ""
3597
3822
 
3823
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
3824
+ msgid "Repository Sets Management"
3825
+ msgstr ""
3826
+
3598
3827
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
3599
3828
  #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
3600
3829
  msgid "Repository Sets settings saved successfully."
3601
3830
  msgstr ""
3602
3831
 
3832
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
3833
+ msgid "Repository type"
3834
+ msgstr ""
3835
+
3603
3836
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
3604
3837
  msgid "Repository Type"
3605
3838
  msgstr ""
@@ -3619,6 +3852,10 @@ msgstr ""
3619
3852
  msgid "Repository:"
3620
3853
  msgstr "Repozitář:"
3621
3854
 
3855
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
3856
+ msgid "Republish Repository Metadata"
3857
+ msgstr ""
3858
+
3622
3859
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3623
3860
  msgid "Requirements"
3624
3861
  msgstr ""
@@ -3660,7 +3897,7 @@ msgid "Restart Selected"
3660
3897
  msgstr ""
3661
3898
 
3662
3899
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
3663
- msgid "Restart Services on Content Host \"{{host.name}}\"?"
3900
+ msgid "Restart Services on Content Host \"{{host.display_name}}\"?"
3664
3901
  msgstr ""
3665
3902
 
3666
3903
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
@@ -3769,10 +4006,20 @@ msgstr "Vybrat akci"
3769
4006
  msgid "Select an Organization"
3770
4007
  msgstr "Vyberte organizaci"
3771
4008
 
4009
+ #: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
4010
+ msgid "Select Content Host(s)"
4011
+ msgstr ""
4012
+
3772
4013
  #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
3773
4014
  msgid "Select Content View"
3774
4015
  msgstr "Vybrat pohled na obsah"
3775
4016
 
4017
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4018
+ msgid ""
4019
+ "Select this option if treeinfo files or other kickstart content is failing "
4020
+ "to syncronize from the upstream repository."
4021
+ msgstr ""
4022
+
3776
4023
  #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
3777
4024
  msgid ""
3778
4025
  "Selecting \"Complete Sync\" will cause only yum/deb repositories of the "
@@ -3784,6 +4031,12 @@ msgid ""
3784
4031
  "Selecting this option will exclude SRPMs from repository synchronization."
3785
4032
  msgstr ""
3786
4033
 
4034
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4035
+ msgid ""
4036
+ "Selecting this option will exclude treeinfo files from repository "
4037
+ "synchronization."
4038
+ msgstr ""
4039
+
3787
4040
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
3788
4041
  msgid ""
3789
4042
  "Selecting this option will result in Katello verifying that the upstream "
@@ -3945,7 +4198,6 @@ msgstr "Stav"
3945
4198
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
3946
4199
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
3947
4200
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
3948
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
3949
4201
  #: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
3950
4202
  #: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
3951
4203
  msgid "Status"
@@ -3967,8 +4219,6 @@ msgid "Subscription Management"
3967
4219
  msgstr "Správa předplatného"
3968
4220
 
3969
4221
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
3970
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3971
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3972
4222
  msgid "Subscription Status"
3973
4223
  msgstr "Stav předplatného"
3974
4224
 
@@ -3976,15 +4226,10 @@ msgstr "Stav předplatného"
3976
4226
  msgid "Subscription UUID"
3977
4227
  msgstr ""
3978
4228
 
3979
- #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
3980
- msgid ""
3981
- "subscription-manager register --org=\"{{ activationKey.organization.label "
3982
- "}}\" --activationkey=\"{{ activationKey.name }}\""
3983
- msgstr ""
3984
-
3985
4229
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
3986
4230
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
3987
4231
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
4232
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js
3988
4233
  msgid "Subscriptions"
3989
4234
  msgstr "Předplatné"
3990
4235
 
@@ -4026,22 +4271,6 @@ msgstr "Úspěšně odebráno %s předplatných."
4026
4271
  msgid "Successfully removed 1 item."
4027
4272
  msgstr "Úspěšně odebrána jedna položka."
4028
4273
 
4029
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
4030
- msgid "Successfully scheduled an update of all packages"
4031
- msgstr ""
4032
-
4033
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
4034
- msgid "Successfully scheduled package installation"
4035
- msgstr ""
4036
-
4037
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
4038
- msgid "Successfully scheduled package removal"
4039
- msgstr "Odebrání balíčku úspěšně naplánováno"
4040
-
4041
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
4042
- msgid "Successfully scheduled package update"
4043
- msgstr "Aktualizace balíčku úspěšně naplánována"
4044
-
4045
4274
  #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
4046
4275
  msgid "Successfully updated subscriptions."
4047
4276
  msgstr "Předplatná úspěšně zaktualizována."
@@ -4102,6 +4331,10 @@ msgstr "Plán synchronizace %s byl smazán."
4102
4331
  msgid "Sync Plan created and assigned to product."
4103
4332
  msgstr ""
4104
4333
 
4334
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
4335
+ msgid "Sync Plan Management"
4336
+ msgstr ""
4337
+
4105
4338
  #: app/assets/javascripts/bastion_katello/products/new/new-sync-plan-modal.controller.js
4106
4339
  msgid "Sync Plan saved"
4107
4340
  msgstr "Plán synchronizace uložen"
@@ -4116,6 +4349,8 @@ msgid "Sync Plan:"
4116
4349
  msgstr "Plán synchronizace:"
4117
4350
 
4118
4351
  #: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
4352
+ #: app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js
4353
+ #: app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js
4119
4354
  msgid "Sync Plans"
4120
4355
  msgstr "Plány synchronizace"
4121
4356
 
@@ -4171,10 +4406,6 @@ msgstr ""
4171
4406
  msgid "System Purpose Management"
4172
4407
  msgstr ""
4173
4408
 
4174
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
4175
- msgid "System Purpose Status"
4176
- msgstr "Stav účelu systému"
4177
-
4178
4409
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifest-lists.html
4179
4410
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
4180
4411
  msgid "Tags"
@@ -4187,6 +4418,9 @@ msgstr "Podrobnosti o úloze"
4187
4418
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4188
4419
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
4189
4420
  #: app/assets/javascripts/bastion_katello/tasks/views/tasks.html
4421
+ #: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
4422
+ #: app/assets/javascripts/bastion_katello/errata/errata.controller.js
4423
+ #: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
4190
4424
  msgid "Tasks"
4191
4425
  msgstr "Úlohy"
4192
4426
 
@@ -4226,6 +4460,11 @@ msgid ""
4226
4460
  "make errata available to these hosts."
4227
4461
  msgstr ""
4228
4462
 
4463
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
4464
+ msgid ""
4465
+ "The filters below have this repository as the last affected repository!"
4466
+ msgstr ""
4467
+
4229
4468
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
4230
4469
  msgid ""
4231
4470
  "The following actions can be performed on content hosts in this host "
@@ -4275,15 +4514,15 @@ msgstr ""
4275
4514
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4276
4515
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4277
4516
  msgid ""
4278
- "The repository will be enabled by default on content hosts with the selected"
4279
- " architecture."
4517
+ "The repository will only be available on content hosts with the selected "
4518
+ "architecture."
4280
4519
  msgstr ""
4281
4520
 
4282
4521
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4283
4522
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4284
4523
  msgid ""
4285
- "The repository will be enabled by default on content hosts with the selected"
4286
- " OS version."
4524
+ "The repository will only be available on content hosts with the selected OS "
4525
+ "version."
4287
4526
  msgstr ""
4288
4527
 
4289
4528
  #: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
@@ -4292,6 +4531,12 @@ msgid ""
4292
4531
  "different environment."
4293
4532
  msgstr ""
4294
4533
 
4534
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4535
+ msgid ""
4536
+ "The sha1 checksum type is no longer supported. The checksum type will reset "
4537
+ "to 'Default' at the next edit or change in content."
4538
+ msgstr ""
4539
+
4295
4540
  #: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
4296
4541
  msgid "The time the sync should happen in your current time zone."
4297
4542
  msgstr ""
@@ -4400,7 +4645,9 @@ msgstr ""
4400
4645
 
4401
4646
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
4402
4647
  msgid ""
4403
- "This activation key may be used during system registration. For example:"
4648
+ "This activation key may be used during <a "
4649
+ "href=\"/hosts/register?initialAKSelection={{ activationKey.name }}\">system "
4650
+ "registration.</a>"
4404
4651
  msgstr ""
4405
4652
 
4406
4653
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
@@ -4413,26 +4660,16 @@ msgstr ""
4413
4660
  "Tento štítek obrazu kontejneru nepředstavuje žádná prostředí životního "
4414
4661
  "cyklu."
4415
4662
 
4663
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
4664
+ msgid "This Container Image Tag is not present in any Repositories."
4665
+ msgstr ""
4666
+
4416
4667
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4417
4668
  msgid ""
4418
4669
  "This operation may also remove managed resources linked to the host such as virtual machines and DNS records.\n"
4419
4670
  " Change the setting \"Delete Host upon Unregister\" to false on the <a href=\"/settings\">settings page</a> to prevent this."
4420
4671
  msgstr ""
4421
4672
 
4422
- #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
4423
- msgid ""
4424
- "This organization has Simple Content Access enabled. Hosts are not required"
4425
- " to have subscriptions attached to access repositories."
4426
- msgstr ""
4427
-
4428
- #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
4429
- msgid ""
4430
- "This organization is not using <a target=\"_blank\" "
4431
- "href=\"https://access.redhat.com/articles/simple-content-access\">Simple "
4432
- "Content Access.</a> Entitlement-based subscription management is deprecated "
4433
- "and will be removed in a future version."
4434
- msgstr ""
4435
-
4436
4673
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
4437
4674
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
4438
4675
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
@@ -4468,6 +4705,7 @@ msgstr ""
4468
4705
 
4469
4706
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
4470
4707
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4708
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js
4471
4709
  msgid "Traces"
4472
4710
  msgstr ""
4473
4711
 
@@ -4531,8 +4769,8 @@ msgid "Unregister Host"
4531
4769
  msgstr "Zrušit registraci stroje"
4532
4770
 
4533
4771
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4534
- msgid "Unregister Host \"{{host.name}}\"?"
4535
- msgstr "Zrušit registraci stroje „{{host.name}}“?"
4772
+ msgid "Unregister Host \"{{host.display_name}}\"?"
4773
+ msgstr ""
4536
4774
 
4537
4775
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4538
4776
  msgid "Unregister Options:"
@@ -4769,17 +5007,6 @@ msgstr ""
4769
5007
  msgid "Versions"
4770
5008
  msgstr "Verze"
4771
5009
 
4772
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
4773
- #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
4774
- #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
4775
- #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
4776
- msgid "via Katello agent"
4777
- msgstr "skrze Katello agenta"
4778
-
4779
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
4780
- msgid "via Katello Agent"
4781
- msgstr ""
4782
-
4783
5010
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
4784
5011
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
4785
5012
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
@@ -4853,6 +5080,13 @@ msgid ""
4853
5080
  "associated subscriptions."
4854
5081
  msgstr ""
4855
5082
 
5083
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
5084
+ msgid ""
5085
+ "When Auto Attach is enabled, registering systems will be attached to all "
5086
+ "associated custom products and only associated Red Hat subscriptions "
5087
+ "required to satisfy the system's installed products."
5088
+ msgstr ""
5089
+
4856
5090
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4857
5091
  msgid ""
4858
5092
  "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"
@@ -4905,11 +5139,21 @@ msgid ""
4905
5139
  "contents of requirement.yml here"
4906
5140
  msgstr ""
4907
5141
 
5142
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
5143
+ msgid "You cannot remove content from a redhat repository"
5144
+ msgstr ""
5145
+
4908
5146
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
4909
5147
  msgid ""
4910
5148
  "You cannot remove these repositories because you do not have permission."
4911
5149
  msgstr ""
4912
5150
 
5151
+ #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
5152
+ msgid ""
5153
+ "You cannot remove this product because it has repositories that are the last"
5154
+ " affected repository on content view filters"
5155
+ msgstr ""
5156
+
4913
5157
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
4914
5158
  msgid "You cannot remove this product because it is a Red Hat product."
4915
5159
  msgstr ""
@@ -5155,6 +5399,7 @@ msgstr ""
5155
5399
  msgid "Your search returned zero Repositories"
5156
5400
  msgstr ""
5157
5401
 
5402
+ #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
5158
5403
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
5159
5404
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
5160
5405
  msgid "Your search returned zero Repositories."