katello 4.10.0 → 4.11.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 (449) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +254 -215
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +254 -215
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +254 -215
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +254 -215
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +254 -215
  7. data/app/assets/javascripts/katello/locale/de/katello.js +260 -245
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +254 -215
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +254 -215
  10. data/app/assets/javascripts/katello/locale/el/katello.js +254 -215
  11. data/app/assets/javascripts/katello/locale/en/katello.js +254 -215
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +254 -215
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +254 -215
  14. data/app/assets/javascripts/katello/locale/es/katello.js +257 -233
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +254 -215
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +268 -268
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +254 -215
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +254 -215
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +254 -215
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +254 -215
  21. data/app/assets/javascripts/katello/locale/id/katello.js +254 -215
  22. data/app/assets/javascripts/katello/locale/it/katello.js +254 -221
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +268 -268
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +261 -231
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +254 -215
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +255 -222
  27. data/app/assets/javascripts/katello/locale/locale/katello.js +1049 -1012
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +254 -215
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +254 -215
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +254 -215
  31. data/app/assets/javascripts/katello/locale/or/katello.js +254 -215
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +254 -215
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +254 -215
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +254 -215
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +254 -215
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +257 -233
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +254 -215
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +254 -215
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +255 -222
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +254 -215
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +254 -215
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +254 -215
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +254 -215
  44. data/app/assets/javascripts/katello/locale/te/katello.js +254 -215
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +254 -215
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +254 -215
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +254 -215
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +254 -215
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +268 -268
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -222
  51. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +15 -2
  52. data/app/controllers/katello/api/v2/capsule_content_controller.rb +21 -4
  53. data/app/controllers/katello/api/v2/capsules_controller.rb +11 -1
  54. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +1 -1
  55. data/app/controllers/katello/api/v2/docker_tags_controller.rb +2 -0
  56. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +2 -1
  57. data/app/controllers/katello/api/v2/organizations_controller.rb +2 -2
  58. data/app/controllers/katello/api/v2/repositories_controller.rb +1 -0
  59. data/app/controllers/katello/api/v2/simple_content_access_controller.rb +5 -5
  60. data/app/controllers/katello/api/v2/sync_plans_controller.rb +11 -3
  61. data/app/controllers/katello/concerns/api/api_controller.rb +6 -0
  62. data/app/controllers/katello/concerns/api/v2/hosts_bulk_actions_controller_extensions.rb +23 -0
  63. data/app/controllers/katello/concerns/filtered_auto_complete_search.rb +1 -1
  64. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +2 -0
  65. data/app/controllers/katello/remote_execution_controller.rb +1 -1
  66. data/app/jobs/create_host_lifecycle_expire_soon_notifications.rb +11 -0
  67. data/app/lib/actions/katello/applicability/hosts/bulk_generate.rb +10 -0
  68. data/app/lib/actions/katello/capsule_content/refresh_repos.rb +8 -2
  69. data/app/lib/actions/katello/capsule_content/sync.rb +30 -10
  70. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +13 -0
  71. data/app/lib/actions/katello/capsule_content/update_content_counts.rb +24 -0
  72. data/app/lib/actions/katello/content_view/promote.rb +9 -0
  73. data/app/lib/actions/katello/content_view/publish.rb +9 -0
  74. data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +8 -0
  75. data/app/lib/actions/katello/repository/sync.rb +11 -0
  76. data/app/lib/actions/pulp3/capsule_content/reclaim_space.rb +5 -0
  77. data/app/lib/actions/pulp3/content_view_version/create_export_history.rb +6 -1
  78. data/app/lib/actions/pulp3/content_view_version/export.rb +8 -0
  79. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +1 -1
  80. data/app/lib/katello/concerns/base_template_scope_extensions.rb +14 -1
  81. data/app/lib/katello/errors.rb +1 -0
  82. data/app/lib/katello/repo_discovery.rb +2 -2
  83. data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +22 -0
  84. data/app/lib/katello/validators/content_view_environment_validator.rb +1 -0
  85. data/app/mailers/katello/task_mailer.rb +54 -0
  86. data/app/models/katello/concerns/host_managed_extensions.rb +41 -1
  87. data/app/models/katello/concerns/organization_extensions.rb +1 -1
  88. data/app/models/katello/concerns/smart_proxy_extensions.rb +75 -3
  89. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +6 -0
  90. data/app/models/katello/content_view.rb +21 -0
  91. data/app/models/katello/content_view_environment.rb +6 -1
  92. data/app/models/katello/docker_meta_tag.rb +1 -1
  93. data/app/models/katello/docker_tag.rb +1 -1
  94. data/app/models/katello/erratum.rb +1 -1
  95. data/app/models/katello/host/content_facet.rb +10 -7
  96. data/app/models/katello/product.rb +8 -0
  97. data/app/models/katello/repository.rb +31 -6
  98. data/app/models/katello/rhel_lifecycle_status.rb +214 -0
  99. data/app/models/katello/sync_plan.rb +19 -1
  100. data/app/models/katello/yum_metadata_file.rb +1 -1
  101. data/app/services/katello/applicability/applicable_content_helper.rb +1 -1
  102. data/app/services/katello/event_queue.rb +10 -2
  103. data/app/services/katello/host_status_manager.rb +1 -0
  104. data/app/services/katello/product_content_importer.rb +45 -3
  105. data/app/services/katello/pulp3/ansible_collection.rb +1 -0
  106. data/app/services/katello/pulp3/api/core.rb +1 -1
  107. data/app/services/katello/pulp3/deb.rb +1 -0
  108. data/app/services/katello/pulp3/docker_manifest.rb +1 -0
  109. data/app/services/katello/pulp3/docker_manifest_list.rb +9 -4
  110. data/app/services/katello/pulp3/docker_tag.rb +1 -0
  111. data/app/services/katello/pulp3/erratum.rb +1 -0
  112. data/app/services/katello/pulp3/file_unit.rb +1 -0
  113. data/app/services/katello/pulp3/module_stream.rb +1 -0
  114. data/app/services/katello/pulp3/package_group.rb +1 -0
  115. data/app/services/katello/pulp3/pulp_content_unit.rb +39 -0
  116. data/app/services/katello/pulp3/repository_mirror.rb +21 -2
  117. data/app/services/katello/pulp3/rpm.rb +1 -0
  118. data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +1 -1
  119. data/app/services/katello/pulp3/srpm.rb +3 -2
  120. data/app/services/katello/registration_manager.rb +6 -3
  121. data/app/services/katello/repository_type.rb +2 -1
  122. data/app/services/katello/ui_notifications/hosts/lifecycle_expire_soon.rb +58 -0
  123. data/app/views/foreman/job_templates/resolve_traces.erb +1 -1
  124. data/app/views/foreman/smart_proxies/_content_tab.html.erb +1 -3
  125. data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +39 -1
  126. data/app/views/katello/api/v2/content_facet/show.json.rabl +4 -0
  127. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -1
  128. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +28 -6
  129. data/app/views/katello/hosts/_errata_counts.html.erb +2 -2
  130. data/app/views/katello/task_mailer/cv_promote_failure.html.erb +31 -0
  131. data/app/views/katello/task_mailer/cv_promote_failure.text.erb +13 -0
  132. data/app/views/katello/task_mailer/cv_publish_failure.html.erb +31 -0
  133. data/app/views/katello/task_mailer/cv_publish_failure.text.erb +13 -0
  134. data/app/views/katello/task_mailer/proxy_sync_failure.html.erb +45 -0
  135. data/app/views/katello/task_mailer/proxy_sync_failure.text.erb +25 -0
  136. data/app/views/katello/task_mailer/repo_sync_failure.html.erb +35 -0
  137. data/app/views/katello/task_mailer/repo_sync_failure.text.erb +15 -0
  138. data/app/views/overrides/organizations/_edit_override.html.erb +4 -0
  139. data/config/routes/api/v2.rb +2 -0
  140. data/db/migrate/20230825180856_add_content_counts_to_smart_proxy.rb +7 -0
  141. data/db/migrate/20231020153017_create_indexes_for_nvra_and_epoch.rb +6 -0
  142. data/db/seeds.d/106-mail_notifications.rb +32 -0
  143. data/db/seeds.d/109-katello-notification-blueprints.rb +6 -0
  144. data/engines/bastion/app/assets/javascripts/bastion/components/views/bst-alert.html +1 -1
  145. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -0
  146. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js +3 -0
  147. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js +3 -0
  148. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js +4 -0
  149. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js +7 -2
  150. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js +3 -0
  151. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +3 -0
  152. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js +3 -0
  153. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js +6 -2
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js +16 -1
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html +5 -0
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js +7 -2
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js +7 -2
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js +7 -2
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js +7 -2
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js +3 -0
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +5 -1
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js +5 -1
  163. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +3 -0
  164. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js +3 -0
  165. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +4 -0
  166. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +3 -0
  167. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +3 -0
  168. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +3 -0
  169. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +3 -0
  170. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js +4 -0
  171. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html +1 -1
  172. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +1 -1
  173. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html +1 -1
  174. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +3 -3
  175. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
  176. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +1 -1
  177. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +1 -1
  178. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -1
  179. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html +3 -3
  180. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +5 -0
  181. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js +1 -1
  182. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js +4 -1
  183. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js +3 -0
  184. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js +4 -1
  185. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js +3 -0
  186. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js +3 -0
  187. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html +1 -1
  188. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +4 -3
  189. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html +1 -1
  190. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +3 -3
  191. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +2 -2
  192. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html +1 -1
  193. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html +1 -1
  194. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +3 -3
  195. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +7 -0
  196. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +8 -1
  197. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js +10 -2
  198. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js +5 -2
  199. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js +6 -2
  200. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js +6 -3
  201. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js +13 -0
  202. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js +6 -0
  203. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/new-environment.controller.js +8 -2
  204. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +4 -0
  205. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js +7 -2
  206. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js +7 -2
  207. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js +6 -2
  208. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html +2 -2
  209. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.controller.js +5 -0
  210. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html +1 -1
  211. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +10 -2
  212. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js +8 -1
  213. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/files.controller.js +9 -2
  214. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js +3 -0
  215. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js +7 -2
  216. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js +3 -0
  217. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js +4 -0
  218. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js +6 -2
  219. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host.factory.js +4 -0
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +166 -43
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +4 -0
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +1 -1
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.controller.js +7 -0
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js +5 -0
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js +6 -2
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +11 -0
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -0
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +2 -2
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js +3 -0
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js +3 -0
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/product-form.controller.js +6 -2
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +4 -0
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html +1 -1
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js +5 -1
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js +4 -0
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js +3 -0
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js +4 -0
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-details.controller.js +6 -2
  239. data/lib/katello/engine.rb +2 -3
  240. data/lib/katello/permission_creator.rb +2 -2
  241. data/lib/katello/plugin.rb +4 -0
  242. data/lib/katello/repository_types/ostree.rb +1 -0
  243. data/lib/katello/repository_types/python.rb +1 -0
  244. data/lib/katello/scheduled_jobs.rb +1 -1
  245. data/lib/katello/version.rb +1 -1
  246. data/locale/action_names.rb +1 -3
  247. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  248. data/locale/bn/katello.po +236 -197
  249. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  250. data/locale/bn_IN/katello.po +236 -197
  251. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  252. data/locale/ca/katello.po +236 -197
  253. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  254. data/locale/cs/katello.po +236 -206
  255. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  256. data/locale/cs_CZ/katello.po +236 -197
  257. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  258. data/locale/de/katello.po +241 -202
  259. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  260. data/locale/de_AT/katello.po +236 -197
  261. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  262. data/locale/de_DE/katello.po +236 -197
  263. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  264. data/locale/el/katello.po +236 -197
  265. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  266. data/locale/en/katello.po +236 -197
  267. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  268. data/locale/en_GB/katello.po +236 -197
  269. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  270. data/locale/en_US/katello.po +236 -197
  271. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  272. data/locale/es/katello.po +238 -199
  273. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  274. data/locale/et_EE/katello.po +236 -197
  275. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  276. data/locale/fr/katello.po +247 -208
  277. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  278. data/locale/gl/katello.po +236 -197
  279. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  280. data/locale/gu/katello.po +236 -197
  281. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  282. data/locale/he_IL/katello.po +236 -197
  283. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  284. data/locale/hi/katello.po +236 -197
  285. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  286. data/locale/id/katello.po +236 -197
  287. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  288. data/locale/it/katello.po +236 -197
  289. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  290. data/locale/ja/katello.po +247 -208
  291. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  292. data/locale/ka/katello.po +241 -202
  293. data/locale/katello.pot +1427 -1296
  294. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  295. data/locale/kn/katello.po +236 -197
  296. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  297. data/locale/ko/katello.po +236 -197
  298. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  299. data/locale/ml_IN/katello.po +236 -197
  300. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  301. data/locale/mr/katello.po +236 -197
  302. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  303. data/locale/nl_NL/katello.po +236 -197
  304. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  305. data/locale/or/katello.po +236 -197
  306. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  307. data/locale/pa/katello.po +236 -197
  308. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  309. data/locale/pl/katello.po +236 -197
  310. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  311. data/locale/pl_PL/katello.po +236 -197
  312. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  313. data/locale/pt/katello.po +236 -197
  314. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  315. data/locale/pt_BR/katello.po +238 -199
  316. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  317. data/locale/ro/katello.po +236 -197
  318. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  319. data/locale/ro_RO/katello.po +236 -197
  320. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  321. data/locale/ru/katello.po +236 -197
  322. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  323. data/locale/sl/katello.po +236 -197
  324. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  325. data/locale/sv_SE/katello.po +236 -197
  326. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  327. data/locale/ta/katello.po +236 -197
  328. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  329. data/locale/ta_IN/katello.po +236 -197
  330. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  331. data/locale/te/katello.po +236 -197
  332. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  333. data/locale/tr/katello.po +236 -197
  334. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  335. data/locale/vi/katello.po +236 -197
  336. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  337. data/locale/vi_VN/katello.po +236 -197
  338. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  339. data/locale/zh/katello.po +236 -197
  340. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  341. data/locale/zh_CN/katello.po +247 -208
  342. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  343. data/locale/zh_TW/katello.po +236 -197
  344. data/webpack/components/Table/EmptyStateMessage.js +7 -4
  345. data/webpack/components/Table/MainTable.scss +18 -17
  346. data/webpack/components/Table/TableWrapper.js +4 -1
  347. data/webpack/components/extensions/HostDetails/ActionsBar/index.js +45 -4
  348. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +9 -7
  349. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +1 -1
  350. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
  351. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeActions.js +29 -7
  352. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +106 -66
  353. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +6 -0
  354. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeConstants.js +2 -0
  355. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +53 -29
  356. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeSelectors.js +7 -6
  357. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +24 -5
  358. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +137 -7
  359. data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +11 -10
  360. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +8 -2
  361. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +27 -10
  362. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +3 -22
  363. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +0 -1
  364. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +3 -2
  365. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +2 -2
  366. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +48 -12
  367. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +22 -10
  368. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
  369. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +2 -2
  370. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +71 -5
  371. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +16 -0
  372. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +4 -1
  373. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +6 -2
  374. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +2 -1
  375. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +25 -0
  376. data/webpack/components/extensions/Hosts/ActionsBar/index.js +36 -0
  377. data/webpack/components/extensions/Hosts/constants.js +2 -0
  378. data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageHelpers.js +13 -7
  379. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +9 -1
  380. data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +87 -22
  381. data/webpack/components/extensions/RegistrationCommands/index.js +17 -41
  382. data/webpack/global_index.js +11 -2
  383. data/webpack/redux/reducers/RedHatRepositories/enabled.fixtures.js +4 -0
  384. data/webpack/redux/reducers/RedHatRepositories/enabled.js +1 -0
  385. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +10 -1
  386. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +33 -31
  387. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +3 -1
  388. data/webpack/scenes/Content/ContentConfig.js +3 -0
  389. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +6 -4
  390. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +8 -6
  391. data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +1 -0
  392. data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +4 -2
  393. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +3 -4
  394. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -2
  395. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +5 -5
  396. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +393 -0
  397. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +30 -4
  398. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +3 -1
  399. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +3 -3
  400. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +2 -1
  401. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +1 -1
  402. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +1 -1
  403. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +1 -1
  404. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +1 -1
  405. data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +24 -1
  406. data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +1 -0
  407. data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +42 -0
  408. data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +13 -11
  409. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
  410. data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
  411. data/webpack/scenes/Hosts/ChangeContentSource/index.js +4 -3
  412. data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js +1 -2
  413. data/webpack/scenes/ModuleStreams/Details/__tests__/__snapshots__/ModuleStreamDetails.test.js.snap +1 -1
  414. data/webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js +2 -1
  415. data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +6 -0
  416. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepository.js +4 -1
  417. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +13 -4
  418. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/EnabledRepositoryContent.test.js +1 -0
  419. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepository.test.js.snap +1 -0
  420. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +3 -2
  421. data/webpack/scenes/SmartProxy/AdditionalCapsuleContent.js +93 -0
  422. data/webpack/scenes/SmartProxy/Content.js +12 -4
  423. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +107 -0
  424. data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +139 -0
  425. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +17 -4
  426. data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
  427. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +150 -0
  428. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.fixtures.json +799 -0
  429. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +29 -17
  430. data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.js +16 -19
  431. data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.scss +12 -8
  432. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +21 -18
  433. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +4 -2
  434. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.scss +38 -19
  435. data/webpack/scenes/Subscriptions/Manifest/index.js +0 -2
  436. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +38 -12
  437. data/webpack/scenes/Subscriptions/SubscriptionsPage.scss +38 -36
  438. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +16 -13
  439. data/webpack/utils/helpers.js +0 -1
  440. metadata +99 -33
  441. data/app/controllers/katello/concerns/api/v2/bulk_hosts_extensions.rb +0 -47
  442. data/webpack/components/Table/TableHooks.js +0 -315
  443. data/webpack/components/Table/__test__/useBulkSelect.test.js +0 -99
  444. data/webpack/components/extensions/RegistrationCommands/__tests__/LifeCycleEnvironment.test.js +0 -11
  445. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/LifeCycleEnvironment.test.js.snap +0 -29
  446. data/webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js +0 -57
  447. data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +0 -164
  448. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentResult.fixtures.json +0 -140
  449. data/webpack/scenes/Subscriptions/Manifest/Manifest.scss +0 -16
data/locale/ru/katello.po CHANGED
@@ -42,6 +42,12 @@ msgstr ""
42
42
  msgid " %{package_count} Package(s)"
43
43
  msgstr ""
44
44
 
45
+ msgid " (${item.published_at_words} ago)"
46
+ msgstr ""
47
+
48
+ msgid " (${version.published_at_words} ago)"
49
+ msgstr ""
50
+
45
51
  msgid " Content view updated"
46
52
  msgstr ""
47
53
 
@@ -263,6 +269,12 @@ msgstr "Время ожидания обновления группы %{group}
263
269
  msgid "%{group} package group updated"
264
270
  msgstr "Группа %{group} обновлена"
265
271
 
272
+ msgid "%{label} failed"
273
+ msgstr ""
274
+
275
+ msgid "%{label} failed."
276
+ msgstr ""
277
+
266
278
  msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
267
279
  msgstr ""
268
280
 
@@ -335,6 +347,9 @@ msgstr "Время ожидания обновления %{package} истекл
335
347
  msgid "%{package} package updated"
336
348
  msgstr "%{package} обновлен"
337
349
 
350
+ msgid "%{release}: %{number_of_hosts} hosts are approaching end of %{lifecycle} on %{end_date}. Please upgrade them before support expires. Check Report Host - Statuses for detail."
351
+ msgstr ""
352
+
338
353
  msgid "%{sla}"
339
354
  msgstr "%{sla}"
340
355
 
@@ -404,9 +419,6 @@ msgstr ""
404
419
  msgid "A backend service [ %s ] is unreachable"
405
420
  msgstr "Базовая служба [ %s ] недоступна"
406
421
 
407
- msgid "A content_type must be provided."
408
- msgstr "Необходимо определить content_type."
409
-
410
422
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
411
423
  msgstr "Показаны первые 100 непримененных исправлений."
412
424
 
@@ -419,6 +431,18 @@ msgstr ""
419
431
  msgid "A new version of "
420
432
  msgstr ""
421
433
 
434
+ msgid "A notification about failed content view promotion"
435
+ msgstr ""
436
+
437
+ msgid "A notification about failed content view publish"
438
+ msgstr ""
439
+
440
+ msgid "A notification about failed proxy sync"
441
+ msgstr ""
442
+
443
+ msgid "A notification about failed repository sync"
444
+ msgstr ""
445
+
422
446
  msgid "A post-promotion summary of hosts with installable errata"
423
447
  msgstr "Сводный отчет после переноса представлений со списком узлов, для которых доступны исправления"
424
448
 
@@ -452,9 +476,6 @@ msgstr ""
452
476
  msgid "Abstract async task"
453
477
  msgstr "Абстрактная асинхронная задача"
454
478
 
455
- msgid "Accept action timeout"
456
- msgstr ""
457
-
458
479
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
459
480
  msgstr ""
460
481
 
@@ -497,7 +518,7 @@ msgstr ""
497
518
  msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
498
519
  msgstr ""
499
520
 
500
- msgid "Activation key(s) for Subscription Manager."
521
+ msgid "Activation key(s) to use during registration"
501
522
  msgstr ""
502
523
 
503
524
  msgid "Activation keys"
@@ -533,9 +554,6 @@ msgstr ""
533
554
  msgid "Add Subscriptions"
534
555
  msgstr ""
535
556
 
536
- msgid "Add Subscriptions using the Add Subscriptions button."
537
- msgstr ""
538
-
539
557
  msgid "Add a subscription to a host"
540
558
  msgstr "Выделить подписки узлу"
541
559
 
@@ -608,6 +626,9 @@ msgstr ""
608
626
  msgid "Add subscriptions to one or more hosts"
609
627
  msgstr ""
610
628
 
629
+ msgid "Add subscriptions using the Add Subscriptions button."
630
+ msgstr ""
631
+
611
632
  msgid "Add to a host collection"
612
633
  msgstr ""
613
634
 
@@ -644,9 +665,6 @@ msgstr ""
644
665
  msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
645
666
  msgstr "После генерации инкрементного обновления применить изменения к выбранным системам. В настоящее время поддерживаются только исправления."
646
667
 
647
- msgid "Agent action"
648
- msgstr ""
649
-
650
668
  msgid "All"
651
669
  msgstr "Все"
652
670
 
@@ -788,7 +806,7 @@ msgstr "Программа"
788
806
  msgid "Apply"
789
807
  msgstr "Применить"
790
808
 
791
- msgid "Apply Erratum"
809
+ msgid "Apply erratum"
792
810
  msgstr ""
793
811
 
794
812
  msgid "Apply to all repositories in the CV"
@@ -797,15 +815,24 @@ msgstr ""
797
815
  msgid "Apply to subset of repositories"
798
816
  msgstr ""
799
817
 
800
- msgid "Apply via Katello agent"
801
- msgstr ""
802
-
803
818
  msgid "Apply via customized remote execution"
804
819
  msgstr ""
805
820
 
806
821
  msgid "Apply via remote execution"
807
822
  msgstr ""
808
823
 
824
+ msgid "Approaching end of maintenance support"
825
+ msgstr ""
826
+
827
+ msgid "Approaching end of maintenance support (%s)"
828
+ msgstr ""
829
+
830
+ msgid "Approaching end of support"
831
+ msgstr ""
832
+
833
+ msgid "Approaching end of support (%s)"
834
+ msgstr ""
835
+
809
836
  msgid "Arch"
810
837
  msgstr "Архитектура"
811
838
 
@@ -982,6 +1009,9 @@ msgstr ""
982
1009
  msgid "Batch size to sync repositories in."
983
1010
  msgstr ""
984
1011
 
1012
+ msgid "Before continuing, ensure that all of the following prerequisites are met:"
1013
+ msgstr ""
1014
+
985
1015
  msgid "Before removing versions you must move activation keys to an environment where the associated version is not in use."
986
1016
  msgstr ""
987
1017
 
@@ -1135,6 +1165,12 @@ msgstr "Сложные версии не могут добавляться в д
1135
1165
  msgid "Cannot add default content view to composite content view"
1136
1166
  msgstr "Исходное представление не может входить в составное представление"
1137
1167
 
1168
+ msgid "Cannot add disabled Red Hat product %s to sync plan!"
1169
+ msgstr ""
1170
+
1171
+ msgid "Cannot add disabled products to sync plan!"
1172
+ msgstr ""
1173
+
1138
1174
  msgid "Cannot add generated content view versions to composite content view"
1139
1175
  msgstr ""
1140
1176
 
@@ -1150,6 +1186,9 @@ msgstr ""
1150
1186
  msgid "Cannot associate a component to a non composite content view"
1151
1187
  msgstr ""
1152
1188
 
1189
+ msgid "Cannot be disabled because it is part of a published content view"
1190
+ msgstr ""
1191
+
1153
1192
  msgid "Cannot calculate name for custom repos"
1154
1193
  msgstr ""
1155
1194
 
@@ -1285,10 +1324,10 @@ msgstr ""
1285
1324
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1286
1325
  msgstr ""
1287
1326
 
1288
- msgid "Check if the specified organization has Simple Content Access enabled"
1327
+ msgid "Check if the specified organization has Simple Content Access enabled. %s"
1289
1328
  msgstr ""
1290
1329
 
1291
- msgid "Check if the specified organization is eligible for Simple Content Access"
1330
+ msgid "Check if the specified organization is eligible for Simple Content Access. %s"
1292
1331
  msgstr ""
1293
1332
 
1294
1333
  msgid "Check services before actions"
@@ -1351,9 +1390,6 @@ msgstr ""
1351
1390
  msgid "Comma-separated list of tags to exclude when syncing a container image repository. Default: any tag ending in \"-source\""
1352
1391
  msgstr ""
1353
1392
 
1354
- msgid "Comma-separated list of tags to sync for Container Image repository (Deprecated)"
1355
- msgstr ""
1356
-
1357
1393
  msgid "Comma-separated list of tags to sync for a container image repository"
1358
1394
  msgstr ""
1359
1395
 
@@ -1645,6 +1681,12 @@ msgstr ""
1645
1681
  msgid "Content view numeric identifier"
1646
1682
  msgstr "Числовой идентификатор представления"
1647
1683
 
1684
+ msgid "Content view promote failure"
1685
+ msgstr ""
1686
+
1687
+ msgid "Content view publish failure"
1688
+ msgstr ""
1689
+
1648
1690
  msgid "Content view version export history identifier"
1649
1691
  msgstr ""
1650
1692
 
@@ -1654,6 +1696,9 @@ msgstr "Идентификатор версии представления"
1654
1696
  msgid "Content view version import history identifier"
1655
1697
  msgstr ""
1656
1698
 
1699
+ msgid "Content view version is empty"
1700
+ msgstr ""
1701
+
1657
1702
  msgid "Content views"
1658
1703
  msgstr ""
1659
1704
 
@@ -2284,7 +2329,7 @@ msgstr ""
2284
2329
  msgid "Disable module stream"
2285
2330
  msgstr ""
2286
2331
 
2287
- msgid "Disable simple content access for a manifest"
2332
+ msgid "Disable simple content access for a manifest. %s"
2288
2333
  msgstr ""
2289
2334
 
2290
2335
  msgid "Disabled"
@@ -2326,6 +2371,9 @@ msgstr ""
2326
2371
  msgid "Duplicate artifact detected"
2327
2372
  msgstr ""
2328
2373
 
2374
+ msgid "Duplicate repositories in content view versions"
2375
+ msgstr ""
2376
+
2329
2377
  msgid "Duration"
2330
2378
  msgstr "Продолжительность"
2331
2379
 
@@ -2431,7 +2479,7 @@ msgstr "Активные репозитории"
2431
2479
  msgid "Enabling Simple Content Access failed for '%{subject}'."
2432
2480
  msgstr ""
2433
2481
 
2434
- msgid "Enabling will install the katello-host-tools-tracer package on the host."
2482
+ msgid "Enabling Tracer requires installing the katello-host-tools-tracer package on the host."
2435
2483
  msgstr ""
2436
2484
 
2437
2485
  msgid "End Date"
@@ -2467,6 +2515,9 @@ msgstr ""
2467
2515
  msgid "Environment"
2468
2516
  msgstr "Окружение"
2469
2517
 
2518
+ msgid "Environment ID"
2519
+ msgstr ""
2520
+
2470
2521
  msgid "Environment IDs"
2471
2522
  msgstr "Идентификаторы окружений"
2472
2523
 
@@ -2476,6 +2527,9 @@ msgstr "Путь переноса не может быть таким же ка
2476
2527
  msgid "Environment identifier"
2477
2528
  msgstr ""
2478
2529
 
2530
+ msgid "Environment name"
2531
+ msgstr ""
2532
+
2479
2533
  msgid "Environments"
2480
2534
  msgstr "Окружения"
2481
2535
 
@@ -2608,6 +2662,9 @@ msgstr ""
2608
2662
  msgid "Export as CSV"
2609
2663
  msgstr ""
2610
2664
 
2665
+ msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
2666
+ msgstr ""
2667
+
2611
2668
  msgid "Export formats.Choose syncable if the exported content needs to be in a yum format. This option is only available for %{syncable_repos} repositories. Choose importable if the importing server uses the same version and exported content needs to be one of %{importable_repos} repositories."
2612
2669
  msgstr ""
2613
2670
 
@@ -2620,6 +2677,9 @@ msgstr "Экспортируемое представление"
2620
2677
  msgid "Exported version"
2621
2678
  msgstr "Экспорт версии"
2622
2679
 
2680
+ msgid "Extended support"
2681
+ msgstr ""
2682
+
2623
2683
  msgid "Facts successfully updated."
2624
2684
  msgstr "Системная статистика обновлена."
2625
2685
 
@@ -2767,9 +2827,6 @@ msgstr ""
2767
2827
  msgid "Finish"
2768
2828
  msgstr ""
2769
2829
 
2770
- msgid "Finish action timeout"
2771
- msgstr ""
2772
-
2773
2830
  msgid "Finished"
2774
2831
  msgstr "Готово"
2775
2832
 
@@ -2817,6 +2874,9 @@ msgstr ""
2817
2874
  msgid "Full description"
2818
2875
  msgstr ""
2819
2876
 
2877
+ msgid "Full support"
2878
+ msgstr ""
2879
+
2820
2880
  msgid "Fully entitled"
2821
2881
  msgstr "Полные полномочия"
2822
2882
 
@@ -2874,15 +2934,15 @@ msgstr "В качестве исходных данных принимает с
2874
2934
  msgid "Given criteria doesn't match any DEBs. Try changing your rule."
2875
2935
  msgstr ""
2876
2936
 
2877
- msgid "Given criteria doesn't match any RPMs. Try changing your rule."
2878
- msgstr ""
2879
-
2880
2937
  msgid "Given criteria doesn't match any activation keys. Try changing your rule."
2881
2938
  msgstr ""
2882
2939
 
2883
2940
  msgid "Given criteria doesn't match any hosts. Try changing your rule."
2884
2941
  msgstr ""
2885
2942
 
2943
+ msgid "Given criteria doesn't match any non-modular RPMs. Try changing your rule."
2944
+ msgstr ""
2945
+
2886
2946
  msgid "Go to job details"
2887
2947
  msgstr ""
2888
2948
 
@@ -2907,6 +2967,9 @@ msgstr ""
2907
2967
  msgid "Has to be > 0"
2908
2968
  msgstr ""
2909
2969
 
2970
+ msgid "Help"
2971
+ msgstr ""
2972
+
2910
2973
  msgid "Helper"
2911
2974
  msgstr ""
2912
2975
 
@@ -2997,12 +3060,6 @@ msgstr ""
2997
3060
  msgid "Host creation was skipped for %s because it shares a BIOS UUID with %s. To report this hypervisor, override its dmi.system.uuid fact or set 'candlepin.use_system_uuid_for_matching' to 'true' in the Candlepin configuration."
2998
3061
  msgstr ""
2999
3062
 
3000
- msgid "Host did not finish content action in %s seconds. The task has been cancelled."
3001
- msgstr "Узел не смог завершить операцию с содержимым по истечении %s секунд. Задача была отменена."
3002
-
3003
- msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
3004
- msgstr "Узел не отвечает на протяжении %s секунд, поэтому задача была отменена. Убедитесь, что на узле установлен katello-agent и запущен goferd."
3005
-
3006
3063
  msgid "Host errata advisory"
3007
3064
  msgstr ""
3008
3065
 
@@ -3024,6 +3081,9 @@ msgstr ""
3024
3081
  msgid "Host id to list applicable packages for"
3025
3082
  msgstr ""
3026
3083
 
3084
+ msgid "Host lifecycle support expiration notification"
3085
+ msgstr ""
3086
+
3027
3087
  msgid "Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this instance"
3028
3088
  msgstr ""
3029
3089
 
@@ -3224,9 +3284,6 @@ msgstr ""
3224
3284
  msgid "If this is enabled, and register_hostname_fact is set and provided, registration will look for a new host by name only using that fact, and will skip all hostname matching"
3225
3285
  msgstr ""
3226
3286
 
3227
- msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
3228
- msgstr ""
3229
-
3230
3287
  msgid "If this is enabled, repositories can be deleted even when they belong to published content views. The deleted repository will be removed from all content view versions."
3231
3288
  msgstr ""
3232
3289
 
@@ -3311,9 +3368,6 @@ msgstr ""
3311
3368
  msgid "Import a Manifest to Begin"
3312
3369
  msgstr ""
3313
3370
 
3314
- msgid "Import a Manifest to manage your Entitlements."
3315
- msgstr ""
3316
-
3317
3371
  msgid "Import a Manifest using the manifest tab above."
3318
3372
  msgstr ""
3319
3373
 
@@ -3326,6 +3380,9 @@ msgstr ""
3326
3380
  msgid "Import a repository"
3327
3381
  msgstr ""
3328
3382
 
3383
+ msgid "Import a subscription manifest to give hosts access to Red Hat content."
3384
+ msgstr ""
3385
+
3329
3386
  msgid "Import facts"
3330
3387
  msgstr "Импорт фактов"
3331
3388
 
@@ -3434,36 +3491,12 @@ msgstr "Инициировать синхронизацию продуктов
3434
3491
  msgid "Install"
3435
3492
  msgstr "Установить"
3436
3493
 
3437
- msgid "Install Applicable Errata"
3438
- msgstr "Установить исправления"
3439
-
3440
- msgid "Install Applicable Errata on %s"
3441
- msgstr "Установить применимые исправления на %s"
3442
-
3443
- msgid "Install content on one or more hosts using katello-agent. %s"
3444
- msgstr ""
3445
-
3446
3494
  msgid "Install errata using scoped search query"
3447
3495
  msgstr ""
3448
3496
 
3449
3497
  msgid "Install errata via Katello interface"
3450
3498
  msgstr "Установить исправления с помощью Katello"
3451
3499
 
3452
- msgid "Install erratum"
3453
- msgstr "Установить исправление"
3454
-
3455
- msgid "Install erratum for %s"
3456
- msgstr ""
3457
-
3458
- msgid "Install package"
3459
- msgstr "Установить пакет"
3460
-
3461
- msgid "Install package for %s"
3462
- msgstr ""
3463
-
3464
- msgid "Install package group"
3465
- msgstr "Установить группу пакетов"
3466
-
3467
3500
  msgid "Install package group via Katello interface"
3468
3501
  msgstr "Установить пакет с помощью Katello"
3469
3502
 
@@ -3473,18 +3506,12 @@ msgstr "Установить пакет с помощью Katello"
3473
3506
  msgid "Install packages"
3474
3507
  msgstr ""
3475
3508
 
3476
- msgid "Install packages remotely using katello-agent. %s"
3477
- msgstr ""
3478
-
3479
3509
  msgid "Install packages via Katello interface"
3480
3510
  msgstr ""
3481
3511
 
3482
3512
  msgid "Install via customized remote execution"
3483
3513
  msgstr ""
3484
3514
 
3485
- msgid "Install via katello-agent"
3486
- msgstr ""
3487
-
3488
3515
  msgid "Install via remote execution"
3489
3516
  msgstr ""
3490
3517
 
@@ -3497,15 +3524,6 @@ msgstr ""
3497
3524
  msgid "Installable updates"
3498
3525
  msgstr ""
3499
3526
 
3500
- msgid "Installation of errata requested: %{errata}"
3501
- msgstr ""
3502
-
3503
- msgid "Installation of package group(s) requested: %{groups}"
3504
- msgstr ""
3505
-
3506
- msgid "Installation of package(s) requested: %{packages}"
3507
- msgstr ""
3508
-
3509
3527
  msgid "Installation status"
3510
3528
  msgstr ""
3511
3529
 
@@ -3563,9 +3581,6 @@ msgstr ""
3563
3581
  msgid "Invalid content label: %s"
3564
3582
  msgstr ""
3565
3583
 
3566
- msgid "Invalid content type %s"
3567
- msgstr "Недопустимый тип содержимого: %s"
3568
-
3569
3584
  msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
3570
3585
  msgstr "Предоставлен неверный тип содержимого: «%{ content_type }». Тип может быть одним из %{ content_types }"
3571
3586
 
@@ -3641,15 +3656,9 @@ msgstr ""
3641
3656
  msgid "Job '${description}' has started."
3642
3657
  msgstr ""
3643
3658
 
3644
- msgid "Katello 4.10"
3645
- msgstr ""
3646
-
3647
3659
  msgid "Katello ID of local pool to update"
3648
3660
  msgstr ""
3649
3661
 
3650
- msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
3651
- msgstr ""
3652
-
3653
3662
  msgid "Katello: Install Errata"
3654
3663
  msgstr ""
3655
3664
 
@@ -3731,6 +3740,9 @@ msgstr ""
3731
3740
  msgid "Last refresh :"
3732
3741
  msgstr ""
3733
3742
 
3743
+ msgid "Last sync"
3744
+ msgstr ""
3745
+
3734
3746
  msgid "Last task"
3735
3747
  msgstr ""
3736
3748
 
@@ -3791,6 +3803,9 @@ msgstr ""
3791
3803
  msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
3792
3804
  msgstr "Окружение «%{environment}» не связано с этой капсулой."
3793
3805
 
3806
+ msgid "Lifecycle environment '%{env}' cannot be used with content view '%{view}'"
3807
+ msgstr ""
3808
+
3794
3809
  msgid "Lifecycle environment ID"
3795
3810
  msgstr ""
3796
3811
 
@@ -3872,6 +3887,9 @@ msgstr ""
3872
3887
  msgid "List components attached to this content view"
3873
3888
  msgstr ""
3874
3889
 
3890
+ msgid "List content counts for the smart proxy"
3891
+ msgstr ""
3892
+
3875
3893
  msgid "List content view versions"
3876
3894
  msgstr "Показать версии представления"
3877
3895
 
@@ -3923,9 +3941,6 @@ msgstr ""
3923
3941
  msgid "List of Errata ids"
3924
3942
  msgstr "Список идентификаторов исправлений"
3925
3943
 
3926
- msgid "List of Errata ids to install. Will be removed in %s"
3927
- msgstr ""
3928
-
3929
3944
  msgid "List of Products for sync plan"
3930
3945
  msgstr "Список продуктов в плане синхронизации"
3931
3946
 
@@ -3935,12 +3950,6 @@ msgstr ""
3935
3950
  msgid "List of component content view version ids for composite views"
3936
3951
  msgstr "Список идентификаторов версий компонентов для сложных представлений"
3937
3952
 
3938
- msgid "List of content (e.g. package names, package group names (Deprecated) or errata ids)"
3939
- msgstr ""
3940
-
3941
- msgid "List of content (e.g. package or package group names)"
3942
- msgstr "Список компонентов (пакетов и групп)"
3943
-
3944
3953
  msgid "List of content units to ignore while syncing a yum repository. Must be subset of %s"
3945
3954
  msgstr ""
3946
3955
 
@@ -4088,6 +4097,9 @@ msgstr "Загрузка..."
4088
4097
  msgid "Low"
4089
4098
  msgstr ""
4090
4099
 
4100
+ msgid "Maintenance support"
4101
+ msgstr ""
4102
+
4091
4103
  msgid "Make copy of a content view"
4092
4104
  msgstr "Создать копию представления"
4093
4105
 
@@ -4145,6 +4157,9 @@ msgstr ""
4145
4157
  msgid "Matched"
4146
4158
  msgstr ""
4147
4159
 
4160
+ msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
4161
+ msgstr ""
4162
+
4148
4163
  msgid "Matching content"
4149
4164
  msgstr ""
4150
4165
 
@@ -4360,9 +4375,6 @@ msgstr "Нет представления"
4360
4375
  msgid "No Content found"
4361
4376
  msgstr ""
4362
4377
 
4363
- msgid "No Lifecycle environment to select"
4364
- msgstr ""
4365
-
4366
4378
  msgid "No Manifest Uploaded"
4367
4379
  msgstr ""
4368
4380
 
@@ -4387,9 +4399,6 @@ msgstr ""
4387
4399
  msgid "No applicable errata"
4388
4400
  msgstr ""
4389
4401
 
4390
- msgid "No applicable errata for %s, skipping"
4391
- msgstr ""
4392
-
4393
4402
  msgid "No applications to restart"
4394
4403
  msgstr ""
4395
4404
 
@@ -4408,9 +4417,6 @@ msgstr ""
4408
4417
  msgid "No content added."
4409
4418
  msgstr ""
4410
4419
 
4411
- msgid "No content has been provided."
4412
- msgstr "Не указано содержимое."
4413
-
4414
4420
  msgid "No content ids provided"
4415
4421
  msgstr "Не заданы идентификаторы содержимого"
4416
4422
 
@@ -4441,6 +4447,9 @@ msgstr ""
4441
4447
  msgid "No description provided"
4442
4448
  msgstr ""
4443
4449
 
4450
+ msgid "No docker manifests to delete after ignoring manifests with tags or manifest lists"
4451
+ msgstr ""
4452
+
4444
4453
  msgid "No enabled repositories match your search criteria."
4445
4454
  msgstr ""
4446
4455
 
@@ -4522,9 +4531,6 @@ msgstr ""
4522
4531
  msgid "No matching DEB found."
4523
4532
  msgstr ""
4524
4533
 
4525
- msgid "No matching RPM found."
4526
- msgstr ""
4527
-
4528
4534
  msgid "No matching activation keys found."
4529
4535
  msgstr ""
4530
4536
 
@@ -4552,6 +4558,9 @@ msgstr ""
4552
4558
  msgid "No matching hosts found."
4553
4559
  msgstr ""
4554
4560
 
4561
+ msgid "No matching non-modular RPM found."
4562
+ msgstr ""
4563
+
4555
4564
  msgid "No matching packages found"
4556
4565
  msgstr ""
4557
4566
 
@@ -4768,6 +4777,9 @@ msgstr "Расположение экспортируемых репозитор
4768
4777
  msgid "On-disk location for pulp 3 exported repositories"
4769
4778
  msgstr ""
4770
4779
 
4780
+ msgid "Once the prerequisites are met, select a provider to install katello-host-tools-tracer"
4781
+ msgstr ""
4782
+
4771
4783
  msgid "One of parameters [ %s ] required but not specified."
4772
4784
  msgstr "Отсутствует обязательный параметр [ %s ] "
4773
4785
 
@@ -4792,6 +4804,9 @@ msgstr ""
4792
4804
  msgid "Only one Red Hat provider permitted for an Organization"
4793
4805
  msgstr "Для каждой организации может быть добавлен только один провайдер Red Hat."
4794
4806
 
4807
+ msgid "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page."
4808
+ msgstr ""
4809
+
4795
4810
  msgid "Only returns id and quantity fields"
4796
4811
  msgstr ""
4797
4812
 
@@ -5202,6 +5217,9 @@ msgid ""
5202
5217
  " this is not the same product id as the products api returns"
5203
5218
  msgstr ""
5204
5219
 
5220
+ msgid "Product label"
5221
+ msgstr ""
5222
+
5205
5223
  msgid "Product name"
5206
5224
  msgstr "Название продукта"
5207
5225
 
@@ -5274,6 +5292,9 @@ msgstr "Идентификаторы шаблонов"
5274
5292
  msgid "Proxies"
5275
5293
  msgstr "Прокси"
5276
5294
 
5295
+ msgid "Proxy sync failure"
5296
+ msgstr ""
5297
+
5277
5298
  msgid "Public"
5278
5299
  msgstr "Общее"
5279
5300
 
@@ -5406,6 +5427,12 @@ msgstr ""
5406
5427
  msgid "RH Repos"
5407
5428
  msgstr ""
5408
5429
 
5430
+ msgid "RHEL Lifecycle status"
5431
+ msgstr ""
5432
+
5433
+ msgid "RHEL lifecycle"
5434
+ msgstr ""
5435
+
5409
5436
  msgid "RHUI"
5410
5437
  msgstr ""
5411
5438
 
@@ -5454,9 +5481,6 @@ msgstr ""
5454
5481
  msgid "Reboot required"
5455
5482
  msgstr ""
5456
5483
 
5457
- msgid "Recalculate"
5458
- msgstr ""
5459
-
5460
5484
  msgid "Recently Expired Subscriptions"
5461
5485
  msgstr "Недавно закончились"
5462
5486
 
@@ -5532,6 +5556,18 @@ msgstr ""
5532
5556
  msgid "Refresh an alternate content source. Refreshing, like repository syncing, is required before using an alternate content source."
5533
5557
  msgstr ""
5534
5558
 
5559
+ msgid "Refresh applicability"
5560
+ msgstr ""
5561
+
5562
+ msgid "Refresh counts"
5563
+ msgstr ""
5564
+
5565
+ msgid "Refresh errata applicability"
5566
+ msgstr ""
5567
+
5568
+ msgid "Refresh package applicability"
5569
+ msgstr ""
5570
+
5535
5571
  msgid "Refresh previously imported manifest for Red Hat provider"
5536
5572
  msgstr "Обновить ранее импортированный манифест провайдера Red Hat"
5537
5573
 
@@ -5613,13 +5649,10 @@ msgstr "Перезагрузить"
5613
5649
  msgid "Remote action:"
5614
5650
  msgstr "Удаленное действие:"
5615
5651
 
5616
- msgid "Remote execution job '${description}' failed."
5617
- msgstr ""
5618
-
5619
- msgid "Removal of package group(s) requested: %{groups}"
5652
+ msgid "Remote execution is enabled."
5620
5653
  msgstr ""
5621
5654
 
5622
- msgid "Removal of package(s) requested: %{packages}"
5655
+ msgid "Remote execution job '${description}' failed."
5623
5656
  msgstr ""
5624
5657
 
5625
5658
  msgid "Remove"
@@ -5643,9 +5676,6 @@ msgstr ""
5643
5676
  msgid "Remove components from the content view"
5644
5677
  msgstr ""
5645
5678
 
5646
- msgid "Remove content on one or more hosts using katello-agent. %s"
5647
- msgstr ""
5648
-
5649
5679
  msgid "Remove content view version"
5650
5680
  msgstr "Удалить версию представления"
5651
5681
 
@@ -5679,15 +5709,6 @@ msgstr "Удалить узлы из коллекций"
5679
5709
  msgid "Remove one or more subscriptions from an upstream manifest"
5680
5710
  msgstr ""
5681
5711
 
5682
- msgid "Remove package"
5683
- msgstr "Удалить пакет"
5684
-
5685
- msgid "Remove package for %s"
5686
- msgstr ""
5687
-
5688
- msgid "Remove package group"
5689
- msgstr "Удалить группу пакетов"
5690
-
5691
5712
  msgid "Remove package group via Katello interface"
5692
5713
  msgstr "Удалить группу пакетов с помощью Katello"
5693
5714
 
@@ -5733,10 +5754,13 @@ msgstr ""
5733
5754
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5734
5755
  msgstr ""
5735
5756
 
5757
+ msgid "Repo ID"
5758
+ msgstr ""
5759
+
5736
5760
  msgid "Repo Type"
5737
5761
  msgstr "Тип репозитория"
5738
5762
 
5739
- msgid "Report"
5763
+ msgid "Repo label"
5740
5764
  msgstr ""
5741
5765
 
5742
5766
  msgid "Repositories"
@@ -5745,6 +5769,9 @@ msgstr "Репозитории"
5745
5769
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
5746
5770
  msgstr ""
5747
5771
 
5772
+ msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
5773
+ msgstr ""
5774
+
5748
5775
  msgid "Repositories from published Content Views are not allowed."
5749
5776
  msgstr "Нельзя использовать репозитории из опубликованных представлений."
5750
5777
 
@@ -5757,12 +5784,18 @@ msgstr ""
5757
5784
  msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
5758
5785
  msgstr ""
5759
5786
 
5787
+ msgid "Repository %{label} failed to synchronize"
5788
+ msgstr ""
5789
+
5760
5790
  msgid "Repository '%(repoName)s' has been disabled."
5761
5791
  msgstr ""
5762
5792
 
5763
5793
  msgid "Repository '%(repoName)s' has been enabled."
5764
5794
  msgstr ""
5765
5795
 
5796
+ msgid "Repository ID"
5797
+ msgstr ""
5798
+
5766
5799
  msgid "Repository Id associated with the kickstart repo used for provisioning"
5767
5800
  msgstr ""
5768
5801
 
@@ -5784,6 +5817,9 @@ msgstr "Идентификатор репозитория"
5784
5817
  msgid "Repository label '%s' is not associated with content view."
5785
5818
  msgstr ""
5786
5819
 
5820
+ msgid "Repository name"
5821
+ msgstr ""
5822
+
5787
5823
  msgid "Repository not found"
5788
5824
  msgstr "Репозиторий не найден"
5789
5825
 
@@ -5823,6 +5859,9 @@ msgstr ""
5823
5859
  msgid "Repository sets will appear here when the host's content view and environment has available content."
5824
5860
  msgstr ""
5825
5861
 
5862
+ msgid "Repository sync failure"
5863
+ msgstr ""
5864
+
5826
5865
  msgid "Repository type"
5827
5866
  msgstr ""
5828
5867
 
@@ -6051,9 +6090,6 @@ msgstr "Сохранить"
6051
6090
  msgid "Saving alternate content source..."
6052
6091
  msgstr ""
6053
6092
 
6054
- msgid "Schedule errata for installation using katello-agent. %s"
6055
- msgstr ""
6056
-
6057
6093
  msgid "Schema Version 1"
6058
6094
  msgstr ""
6059
6095
 
@@ -6231,7 +6267,10 @@ msgstr ""
6231
6267
  msgid "Select source type"
6232
6268
  msgstr ""
6233
6269
 
6234
- msgid "Select system purpose attributes for host {hostName}."
6270
+ msgid "Select system purpose attributes for activation key {name}."
6271
+ msgstr ""
6272
+
6273
+ msgid "Select system purpose attributes for host {name}."
6235
6274
  msgstr ""
6236
6275
 
6237
6276
  msgid "Select the installation media that will be used to provision this host. Choose 'Synced Content' for Synced Kickstart Repositories or 'All Media' for other media."
@@ -6399,6 +6438,9 @@ msgstr ""
6399
6438
  msgid "Simple Content Access has been enabled for '%{subject}'."
6400
6439
  msgstr ""
6401
6440
 
6441
+ msgid "Simple Content Access will be required for all organizations in Katello 4.12."
6442
+ msgstr ""
6443
+
6402
6444
  msgid "Simplified"
6403
6445
  msgstr ""
6404
6446
 
@@ -6417,12 +6459,21 @@ msgstr "Проверка pulp_auth была пропущена после неу
6417
6459
  msgid "Smart proxies"
6418
6460
  msgstr "Капсулы"
6419
6461
 
6462
+ msgid "Smart proxy ID"
6463
+ msgstr ""
6464
+
6420
6465
  msgid "Smart proxy IDs"
6421
6466
  msgstr "Идентификаторы капсул"
6422
6467
 
6468
+ msgid "Smart proxy content count refresh has started in the background"
6469
+ msgstr ""
6470
+
6423
6471
  msgid "Smart proxy content source not found!"
6424
6472
  msgstr ""
6425
6473
 
6474
+ msgid "Smart proxy name"
6475
+ msgstr ""
6476
+
6426
6477
  msgid "Sockets"
6427
6478
  msgstr "Сокеты"
6428
6479
 
@@ -6531,6 +6582,9 @@ msgstr ""
6531
6582
  msgid "Something went wrong while refreshing alternate content sources: "
6532
6583
  msgstr ""
6533
6584
 
6585
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
6586
+ msgstr ""
6587
+
6534
6588
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
6535
6589
  msgstr ""
6536
6590
 
@@ -6792,6 +6846,9 @@ msgstr "Краткая информация"
6792
6846
  msgid "Support Type"
6793
6847
  msgstr "Тип поддержки"
6794
6848
 
6849
+ msgid "Support ended"
6850
+ msgstr ""
6851
+
6795
6852
  msgid "Supported Content Types"
6796
6853
  msgstr ""
6797
6854
 
@@ -6873,15 +6930,15 @@ msgstr ""
6873
6930
  msgid "Syncable export"
6874
6931
  msgstr ""
6875
6932
 
6933
+ msgid "Synced"
6934
+ msgstr ""
6935
+
6876
6936
  msgid "Synced "
6877
6937
  msgstr ""
6878
6938
 
6879
6939
  msgid "Synced Content"
6880
6940
  msgstr "Синхронизация содержимого"
6881
6941
 
6882
- msgid "Synced to smart proxy"
6883
- msgstr ""
6884
-
6885
6942
  msgid "Synchronize"
6886
6943
  msgstr "Синхронизировать"
6887
6944
 
@@ -6939,12 +6996,24 @@ msgstr ""
6939
6996
  msgid "Task ${task.humanized.action} has started."
6940
6997
  msgstr ""
6941
6998
 
6999
+ msgid "Task ID"
7000
+ msgstr ""
7001
+
6942
7002
  msgid "Task canceled"
6943
7003
  msgstr "Задача отменена"
6944
7004
 
6945
7005
  msgid "Task detail"
6946
7006
  msgstr ""
6947
7007
 
7008
+ msgid "Task details"
7009
+ msgstr ""
7010
+
7011
+ msgid "Task result"
7012
+ msgstr ""
7013
+
7014
+ msgid "Task state"
7015
+ msgstr ""
7016
+
6948
7017
  msgid "Temporary"
6949
7018
  msgstr "Временные"
6950
7019
 
@@ -6954,6 +7023,18 @@ msgstr "Окружение «%s» не может содержать набор
6954
7023
  msgid "The Alternate Content Source type"
6955
7024
  msgstr ""
6956
7025
 
7026
+ msgid "The Foreman Client repository is available in the host's content view environment(s). "
7027
+ msgstr ""
7028
+
7029
+ msgid "The Foreman Client repository is enabled. "
7030
+ msgstr ""
7031
+
7032
+ msgid "The Foreman Client repository is synced. "
7033
+ msgstr ""
7034
+
7035
+ msgid "The Foreman Client repository set is enabled for the host. "
7036
+ msgstr ""
7037
+
6957
7038
  msgid "The URL to receive a session token from, e.g. used with Automation Hub."
6958
7039
  msgstr ""
6959
7040
 
@@ -6975,9 +7056,6 @@ msgstr "Исходное представление не может быть и
6975
7056
  msgid "The default content view cannot be promoted"
6976
7057
  msgstr "Используемое по умолчанию представление не может переноситься."
6977
7058
 
6978
- msgid "The default dependency solving value for new content views."
6979
- msgstr ""
6980
-
6981
7059
  msgid "The description for the content view version"
6982
7060
  msgstr ""
6983
7061
 
@@ -7123,12 +7201,6 @@ msgstr ""
7123
7201
  msgid "The type of content to upload (srpm, file, etc.). Check uploadable types here: /katello/api/repositories/repository_types"
7124
7202
  msgstr ""
7125
7203
 
7126
- msgid "The type of content. The following types are supported: 'package' and 'package_group."
7127
- msgstr ""
7128
-
7129
- msgid "The type of content. The following types are supported: 'package', 'package_group' and 'errata'."
7130
- msgstr ""
7131
-
7132
7204
  msgid "There are no Manifests to display"
7133
7205
  msgstr ""
7134
7206
 
@@ -7201,9 +7273,6 @@ msgstr ""
7201
7273
  msgid "This action should only be taken in extreme circumstances or for debugging purposes."
7202
7274
  msgstr ""
7203
7275
 
7204
- msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
7205
- msgstr ""
7206
-
7207
7276
  msgid "This activation key is associated to one or more Hosts/Hostgroups. Search and unassociate Hosts/Hostgroups using params.kt_activation_keys ~ \"%{name}\" before deleting."
7208
7277
  msgstr ""
7209
7278
 
@@ -7261,10 +7330,10 @@ msgstr ""
7261
7330
  msgid "This is not a linked repository"
7262
7331
  msgstr ""
7263
7332
 
7264
- msgid "This organization has Simple Content Access enabled. Hosts are not required to have subscriptions attached to access repositories. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7333
+ msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12."
7265
7334
  msgstr ""
7266
7335
 
7267
- msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7336
+ msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7268
7337
  msgstr ""
7269
7338
 
7270
7339
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7300,12 +7369,6 @@ msgstr ""
7300
7369
  msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7301
7370
  msgstr ""
7302
7371
 
7303
- msgid "Time in seconds to wait for a host to finish a katello-agent action"
7304
- msgstr ""
7305
-
7306
- msgid "Time in seconds to wait for a host to pick up a katello-agent action"
7307
- msgstr ""
7308
-
7309
7372
  msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
7310
7373
  msgstr ""
7311
7374
 
@@ -7531,9 +7594,6 @@ msgstr ""
7531
7594
  msgid "Uninstall and reset"
7532
7595
  msgstr ""
7533
7596
 
7534
- msgid "Uninstall packages remotely using katello-agent. %s"
7535
- msgstr ""
7536
-
7537
7597
  msgid "Unknown"
7538
7598
  msgstr "Неизвестно"
7539
7599
 
@@ -7591,6 +7651,9 @@ msgstr ""
7591
7651
  msgid "Update CDN Configuration"
7592
7652
  msgstr ""
7593
7653
 
7654
+ msgid "Update Content Counts"
7655
+ msgstr ""
7656
+
7594
7657
  msgid "Update Content Overrides"
7595
7658
  msgstr ""
7596
7659
 
@@ -7636,7 +7699,7 @@ msgstr "Обновить окружение"
7636
7699
  msgid "Update an environment in an organization"
7637
7700
  msgstr "Обновить окружение в организации"
7638
7701
 
7639
- msgid "Update content on one or more hosts using katello-agent. %s"
7702
+ msgid "Update content counts for the smart proxy"
7640
7703
  msgstr ""
7641
7704
 
7642
7705
  msgid "Update content urls"
@@ -7660,30 +7723,15 @@ msgstr ""
7660
7723
  msgid "Update installed packages, enabled repos, module inventory"
7661
7724
  msgstr ""
7662
7725
 
7663
- msgid "Update of all packages requested"
7664
- msgstr ""
7665
-
7666
- msgid "Update of package(s) requested: %{packages}"
7667
- msgstr ""
7668
-
7669
7726
  msgid "Update organization"
7670
7727
  msgstr "Обновить организацию"
7671
7728
 
7672
- msgid "Update package"
7673
- msgstr "Обновить пакет"
7674
-
7675
- msgid "Update package for %s"
7676
- msgstr ""
7677
-
7678
7729
  msgid "Update package group via Katello interface"
7679
7730
  msgstr "Обновить группу пакетов с помощью Katello"
7680
7731
 
7681
7732
  msgid "Update package via Katello interface"
7682
7733
  msgstr "Обновить пакеты с помощью Katello"
7683
7734
 
7684
- msgid "Update packages remotely using katello-agent. %s"
7685
- msgstr ""
7686
-
7687
7735
  msgid "Update packages via Katello interface"
7688
7736
  msgstr ""
7689
7737
 
@@ -7735,9 +7783,6 @@ msgstr "Обновления"
7735
7783
  msgid "Updates a product"
7736
7784
  msgstr "Обновить продукт"
7737
7785
 
7738
- msgid "Updates all packages on the host(s)"
7739
- msgstr "Обновляет все пакеты на узлах"
7740
-
7741
7786
  msgid "Updates available: Component content view versions have been updated."
7742
7787
  msgstr ""
7743
7788
 
@@ -7855,9 +7900,6 @@ msgstr ""
7855
7900
  msgid "Use HTTP proxies"
7856
7901
  msgstr ""
7857
7902
 
7858
- msgid "Use remote execution by default"
7859
- msgstr ""
7860
-
7861
7903
  msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
7862
7904
  msgstr ""
7863
7905
 
@@ -7978,12 +8020,18 @@ msgstr ""
7978
8020
  msgid "View by"
7979
8021
  msgstr ""
7980
8022
 
8023
+ msgid "View content views"
8024
+ msgstr ""
8025
+
7981
8026
  msgid "View documentation"
7982
8027
  msgstr ""
7983
8028
 
7984
8029
  msgid "View matching content"
7985
8030
  msgstr ""
7986
8031
 
8032
+ msgid "View sync status"
8033
+ msgstr ""
8034
+
7987
8035
  msgid "View tasks "
7988
8036
  msgstr ""
7989
8037
 
@@ -8002,7 +8050,7 @@ msgstr ""
8002
8050
  msgid "Virtual host"
8003
8051
  msgstr ""
8004
8052
 
8005
- msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
8053
+ msgid "WARNING: Simple Content Access will be required for all organizations in Katello 4.12."
8006
8054
  msgstr ""
8007
8055
 
8008
8056
  msgid "Waiting to start."
@@ -8149,15 +8197,15 @@ msgstr ""
8149
8197
  msgid "Your search returned no matching Module streams."
8150
8198
  msgstr ""
8151
8199
 
8152
- msgid "Your search returned no matching RPMs."
8153
- msgstr ""
8154
-
8155
8200
  msgid "Your search returned no matching activation keys."
8156
8201
  msgstr ""
8157
8202
 
8158
8203
  msgid "Your search returned no matching hosts."
8159
8204
  msgstr ""
8160
8205
 
8206
+ msgid "Your search returned no matching non-modular RPMs."
8207
+ msgstr ""
8208
+
8161
8209
  msgid "Yum"
8162
8210
  msgstr ""
8163
8211
 
@@ -8344,9 +8392,6 @@ msgstr "версия содержимого"
8344
8392
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8345
8393
  msgstr ""
8346
8394
 
8347
- msgid "content view Dependency Solving Default"
8348
- msgstr ""
8349
-
8350
8395
  msgid "content view component ID. Identifier of the component association"
8351
8396
  msgstr ""
8352
8397
 
@@ -8467,9 +8512,6 @@ msgstr ""
8467
8512
  msgid "errata_ids is a required parameter"
8468
8513
  msgstr ""
8469
8514
 
8470
- msgid "errata_ids or update_all must be provided"
8471
- msgstr ""
8472
-
8473
8515
  msgid "erratum: IDs or a select all object"
8474
8516
  msgstr ""
8475
8517
 
@@ -8626,9 +8668,6 @@ msgstr ""
8626
8668
  msgid "list filters"
8627
8669
  msgstr "возвращает список фильтров"
8628
8670
 
8629
- msgid "list of packages names"
8630
- msgstr "список имен пакетов"
8631
-
8632
8671
  msgid "list of repository ids"
8633
8672
  msgstr "список идентификаторов репозиториев"
8634
8673