katello 4.10.0.rc2 → 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 (418) 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/remove_content.rb +9 -1
  76. data/app/lib/actions/katello/repository/sync.rb +11 -0
  77. data/app/lib/actions/pulp3/capsule_content/reclaim_space.rb +5 -0
  78. data/app/lib/actions/pulp3/content_view_version/create_export_history.rb +6 -1
  79. data/app/lib/actions/pulp3/content_view_version/export.rb +8 -0
  80. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +1 -1
  81. data/app/lib/katello/concerns/base_template_scope_extensions.rb +14 -1
  82. data/app/lib/katello/errors.rb +1 -0
  83. data/app/lib/katello/repo_discovery.rb +78 -5
  84. data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +22 -0
  85. data/app/lib/katello/validators/content_view_environment_validator.rb +1 -0
  86. data/app/mailers/katello/task_mailer.rb +54 -0
  87. data/app/models/katello/concerns/host_managed_extensions.rb +41 -1
  88. data/app/models/katello/concerns/organization_extensions.rb +1 -1
  89. data/app/models/katello/concerns/smart_proxy_extensions.rb +75 -3
  90. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +6 -0
  91. data/app/models/katello/content_view.rb +21 -0
  92. data/app/models/katello/content_view_environment.rb +6 -1
  93. data/app/models/katello/docker_meta_tag.rb +1 -1
  94. data/app/models/katello/docker_tag.rb +1 -1
  95. data/app/models/katello/erratum.rb +1 -1
  96. data/app/models/katello/host/content_facet.rb +10 -7
  97. data/app/models/katello/product.rb +8 -0
  98. data/app/models/katello/repository.rb +31 -6
  99. data/app/models/katello/rhel_lifecycle_status.rb +214 -0
  100. data/app/models/katello/sync_plan.rb +19 -1
  101. data/app/models/katello/yum_metadata_file.rb +1 -1
  102. data/app/services/katello/applicability/applicable_content_helper.rb +1 -1
  103. data/app/services/katello/event_queue.rb +10 -2
  104. data/app/services/katello/host_status_manager.rb +1 -0
  105. data/app/services/katello/product_content_importer.rb +45 -3
  106. data/app/services/katello/pulp3/ansible_collection.rb +1 -0
  107. data/app/services/katello/pulp3/api/core.rb +1 -1
  108. data/app/services/katello/pulp3/deb.rb +1 -0
  109. data/app/services/katello/pulp3/docker_manifest.rb +1 -0
  110. data/app/services/katello/pulp3/docker_manifest_list.rb +9 -4
  111. data/app/services/katello/pulp3/docker_tag.rb +1 -0
  112. data/app/services/katello/pulp3/erratum.rb +1 -0
  113. data/app/services/katello/pulp3/file_unit.rb +1 -0
  114. data/app/services/katello/pulp3/module_stream.rb +1 -0
  115. data/app/services/katello/pulp3/package_group.rb +1 -0
  116. data/app/services/katello/pulp3/pulp_content_unit.rb +39 -0
  117. data/app/services/katello/pulp3/repository_mirror.rb +21 -2
  118. data/app/services/katello/pulp3/rpm.rb +1 -0
  119. data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +1 -1
  120. data/app/services/katello/pulp3/srpm.rb +3 -2
  121. data/app/services/katello/registration_manager.rb +6 -3
  122. data/app/services/katello/repository_type.rb +2 -1
  123. data/app/services/katello/ui_notifications/hosts/lifecycle_expire_soon.rb +58 -0
  124. data/app/views/foreman/job_templates/resolve_traces.erb +1 -1
  125. data/app/views/foreman/smart_proxies/_content_tab.html.erb +1 -3
  126. data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +39 -1
  127. data/app/views/katello/api/v2/content_facet/show.json.rabl +4 -0
  128. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -1
  129. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +28 -6
  130. data/app/views/katello/hosts/_errata_counts.html.erb +2 -2
  131. data/app/views/katello/task_mailer/cv_promote_failure.html.erb +31 -0
  132. data/app/views/katello/task_mailer/cv_promote_failure.text.erb +13 -0
  133. data/app/views/katello/task_mailer/cv_publish_failure.html.erb +31 -0
  134. data/app/views/katello/task_mailer/cv_publish_failure.text.erb +13 -0
  135. data/app/views/katello/task_mailer/proxy_sync_failure.html.erb +45 -0
  136. data/app/views/katello/task_mailer/proxy_sync_failure.text.erb +25 -0
  137. data/app/views/katello/task_mailer/repo_sync_failure.html.erb +35 -0
  138. data/app/views/katello/task_mailer/repo_sync_failure.text.erb +15 -0
  139. data/app/views/overrides/organizations/_edit_override.html.erb +4 -0
  140. data/config/routes/api/v2.rb +2 -0
  141. data/db/migrate/20230825180856_add_content_counts_to_smart_proxy.rb +7 -0
  142. data/db/migrate/20231020153017_create_indexes_for_nvra_and_epoch.rb +6 -0
  143. data/db/seeds.d/106-mail_notifications.rb +32 -0
  144. data/db/seeds.d/109-katello-notification-blueprints.rb +6 -0
  145. data/engines/bastion/app/assets/javascripts/bastion/components/views/bst-alert.html +1 -1
  146. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -0
  147. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js +3 -0
  148. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js +3 -0
  149. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js +4 -0
  150. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js +7 -2
  151. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js +3 -0
  152. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +3 -0
  153. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js +3 -0
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js +6 -2
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js +16 -1
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html +5 -0
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js +7 -2
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js +7 -2
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js +7 -2
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js +7 -2
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js +3 -0
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +5 -1
  163. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js +5 -1
  164. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +3 -0
  165. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js +3 -0
  166. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +4 -0
  167. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +3 -0
  168. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +3 -0
  169. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +3 -0
  170. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +3 -0
  171. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js +4 -0
  172. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html +1 -1
  173. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +1 -1
  174. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html +1 -1
  175. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +3 -3
  176. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
  177. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +1 -1
  178. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +1 -1
  179. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -1
  180. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html +3 -3
  181. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +5 -0
  182. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js +1 -1
  183. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js +4 -1
  184. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js +3 -0
  185. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js +4 -1
  186. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js +3 -0
  187. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js +3 -0
  188. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html +1 -1
  189. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +4 -3
  190. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html +1 -1
  191. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +3 -3
  192. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +2 -2
  193. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html +1 -1
  194. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html +1 -1
  195. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +3 -3
  196. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +7 -0
  197. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +8 -1
  198. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js +10 -2
  199. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js +5 -2
  200. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js +6 -2
  201. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js +6 -3
  202. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js +13 -0
  203. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js +6 -0
  204. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/new-environment.controller.js +8 -2
  205. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +4 -0
  206. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js +7 -2
  207. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js +7 -2
  208. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js +6 -2
  209. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html +2 -2
  210. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.controller.js +5 -0
  211. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html +1 -1
  212. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +10 -2
  213. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js +8 -1
  214. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/files.controller.js +9 -2
  215. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js +3 -0
  216. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js +7 -2
  217. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js +3 -0
  218. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js +4 -0
  219. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js +6 -2
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host.factory.js +4 -0
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +166 -43
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +4 -0
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +1 -1
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.controller.js +7 -0
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js +5 -0
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js +6 -2
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +11 -0
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -0
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +2 -2
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js +3 -0
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js +3 -0
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/product-form.controller.js +6 -2
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +4 -0
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html +1 -1
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js +5 -1
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js +4 -0
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js +3 -0
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js +4 -0
  239. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-details.controller.js +6 -2
  240. data/lib/katello/engine.rb +2 -3
  241. data/lib/katello/permission_creator.rb +2 -2
  242. data/lib/katello/plugin.rb +4 -0
  243. data/lib/katello/repository_types/ostree.rb +1 -0
  244. data/lib/katello/repository_types/python.rb +1 -0
  245. data/lib/katello/scheduled_jobs.rb +1 -1
  246. data/lib/katello/version.rb +1 -1
  247. data/locale/action_names.rb +1 -3
  248. data/locale/bn/katello.po +236 -197
  249. data/locale/bn_IN/katello.po +236 -197
  250. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  251. data/locale/ca/katello.po +236 -197
  252. data/locale/cs/katello.po +236 -206
  253. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  254. data/locale/cs_CZ/katello.po +236 -197
  255. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  256. data/locale/de/katello.po +241 -202
  257. data/locale/de_AT/katello.po +236 -197
  258. data/locale/de_DE/katello.po +236 -197
  259. data/locale/el/katello.po +236 -197
  260. data/locale/en/katello.po +236 -197
  261. data/locale/en_GB/katello.po +236 -197
  262. data/locale/en_US/katello.po +236 -197
  263. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  264. data/locale/es/katello.po +238 -199
  265. data/locale/et_EE/katello.po +236 -197
  266. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  267. data/locale/fr/katello.po +247 -208
  268. data/locale/gl/katello.po +236 -197
  269. data/locale/gu/katello.po +236 -197
  270. data/locale/he_IL/katello.po +236 -197
  271. data/locale/hi/katello.po +236 -197
  272. data/locale/id/katello.po +236 -197
  273. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  274. data/locale/it/katello.po +236 -197
  275. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  276. data/locale/ja/katello.po +247 -208
  277. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  278. data/locale/ka/katello.po +241 -202
  279. data/locale/katello.pot +1427 -1296
  280. data/locale/kn/katello.po +236 -197
  281. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  282. data/locale/ko/katello.po +236 -197
  283. data/locale/ml_IN/katello.po +236 -197
  284. data/locale/mr/katello.po +236 -197
  285. data/locale/nl_NL/katello.po +236 -197
  286. data/locale/or/katello.po +236 -197
  287. data/locale/pa/katello.po +236 -197
  288. data/locale/pl/katello.po +236 -197
  289. data/locale/pl_PL/katello.po +236 -197
  290. data/locale/pt/katello.po +236 -197
  291. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  292. data/locale/pt_BR/katello.po +238 -199
  293. data/locale/ro/katello.po +236 -197
  294. data/locale/ro_RO/katello.po +236 -197
  295. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  296. data/locale/ru/katello.po +236 -197
  297. data/locale/sl/katello.po +236 -197
  298. data/locale/sv_SE/katello.po +236 -197
  299. data/locale/ta/katello.po +236 -197
  300. data/locale/ta_IN/katello.po +236 -197
  301. data/locale/te/katello.po +236 -197
  302. data/locale/tr/katello.po +236 -197
  303. data/locale/vi/katello.po +236 -197
  304. data/locale/vi_VN/katello.po +236 -197
  305. data/locale/zh/katello.po +236 -197
  306. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  307. data/locale/zh_CN/katello.po +247 -208
  308. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  309. data/locale/zh_TW/katello.po +236 -197
  310. data/webpack/components/Table/EmptyStateMessage.js +7 -4
  311. data/webpack/components/Table/MainTable.scss +18 -17
  312. data/webpack/components/Table/TableWrapper.js +4 -1
  313. data/webpack/components/extensions/HostDetails/ActionsBar/index.js +45 -4
  314. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +9 -7
  315. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +1 -1
  316. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
  317. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeActions.js +29 -7
  318. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +106 -66
  319. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +6 -0
  320. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeConstants.js +2 -0
  321. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +53 -29
  322. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeSelectors.js +7 -6
  323. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +24 -5
  324. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +137 -7
  325. data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +11 -10
  326. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +8 -2
  327. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +27 -10
  328. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +3 -22
  329. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +0 -1
  330. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +3 -2
  331. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +2 -2
  332. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +48 -12
  333. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +22 -10
  334. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
  335. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +2 -2
  336. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +71 -5
  337. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +16 -0
  338. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +4 -1
  339. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +6 -2
  340. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +2 -1
  341. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +25 -0
  342. data/webpack/components/extensions/Hosts/ActionsBar/index.js +36 -0
  343. data/webpack/components/extensions/Hosts/constants.js +2 -0
  344. data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageHelpers.js +13 -7
  345. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +9 -1
  346. data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +87 -22
  347. data/webpack/components/extensions/RegistrationCommands/index.js +17 -41
  348. data/webpack/global_index.js +11 -2
  349. data/webpack/redux/reducers/RedHatRepositories/enabled.fixtures.js +4 -0
  350. data/webpack/redux/reducers/RedHatRepositories/enabled.js +1 -0
  351. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +10 -1
  352. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +33 -31
  353. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +3 -1
  354. data/webpack/scenes/Content/ContentConfig.js +3 -0
  355. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +6 -4
  356. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +8 -6
  357. data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +1 -0
  358. data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +4 -2
  359. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +3 -4
  360. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -2
  361. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +5 -5
  362. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +393 -0
  363. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +30 -4
  364. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +3 -1
  365. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVRpmMatchContentModal.js +18 -4
  366. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/matchContentModal.scss +3 -0
  367. data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +15 -1
  368. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +3 -3
  369. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +2 -1
  370. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +1 -1
  371. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +1 -1
  372. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +1 -1
  373. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +1 -1
  374. data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +24 -1
  375. data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +1 -0
  376. data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +42 -0
  377. data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +13 -11
  378. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
  379. data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
  380. data/webpack/scenes/Hosts/ChangeContentSource/index.js +4 -3
  381. data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js +1 -2
  382. data/webpack/scenes/ModuleStreams/Details/__tests__/__snapshots__/ModuleStreamDetails.test.js.snap +1 -1
  383. data/webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js +2 -1
  384. data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +6 -0
  385. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepository.js +4 -1
  386. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +13 -4
  387. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/EnabledRepositoryContent.test.js +1 -0
  388. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepository.test.js.snap +1 -0
  389. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +3 -2
  390. data/webpack/scenes/SmartProxy/AdditionalCapsuleContent.js +93 -0
  391. data/webpack/scenes/SmartProxy/Content.js +12 -4
  392. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +107 -0
  393. data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +139 -0
  394. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +17 -4
  395. data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
  396. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +150 -0
  397. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.fixtures.json +799 -0
  398. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +29 -17
  399. data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.js +16 -19
  400. data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.scss +12 -8
  401. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +21 -18
  402. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +4 -2
  403. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.scss +38 -19
  404. data/webpack/scenes/Subscriptions/Manifest/index.js +0 -2
  405. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +38 -12
  406. data/webpack/scenes/Subscriptions/SubscriptionsPage.scss +38 -36
  407. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +16 -13
  408. data/webpack/utils/helpers.js +0 -1
  409. metadata +58 -39
  410. data/app/controllers/katello/concerns/api/v2/bulk_hosts_extensions.rb +0 -47
  411. data/webpack/components/Table/TableHooks.js +0 -315
  412. data/webpack/components/Table/__test__/useBulkSelect.test.js +0 -99
  413. data/webpack/components/extensions/RegistrationCommands/__tests__/LifeCycleEnvironment.test.js +0 -11
  414. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/LifeCycleEnvironment.test.js.snap +0 -29
  415. data/webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js +0 -57
  416. data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +0 -164
  417. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentResult.fixtures.json +0 -140
  418. data/webpack/scenes/Subscriptions/Manifest/Manifest.scss +0 -16
@@ -365,9 +365,6 @@
365
365
  "root-node of collection contained in responses (default: 'results')": [
366
366
  "包含在响应中集合的根节点(默认:'results')"
367
367
  ],
368
- "This action uses katello-agent, which is currently disabled. Use remote execution instead.": [
369
- "此操作使用 katello-agent,当前已禁用。改为使用远程执行。"
370
- ],
371
368
  "Your search query was invalid. Please revise it and try again. The full error has been sent to the application logs.": [
372
369
  "您的搜索查询无效。请对其进行修改,然后重试。完整的错误已发送到应用程序日志。"
373
370
  ],
@@ -395,6 +392,12 @@
395
392
  "Id of the lifecycle environment": [
396
393
  "生命周期环境 ID"
397
394
  ],
395
+ "List content counts for the smart proxy": [
396
+ ""
397
+ ],
398
+ "Update content counts for the smart proxy": [
399
+ ""
400
+ ],
398
401
  "List the lifecycle environments attached to the smart proxy": [
399
402
  "列出附加到智能代理的生命周期环境"
400
403
  ],
@@ -1394,18 +1397,12 @@
1394
1397
  "Return only errata of a particular severity (None, Low, Moderate, Important, Critical)": [
1395
1398
  "仅返回特定严重级别的勘误(无、低、中、重要、严重)"
1396
1399
  ],
1397
- "Schedule errata for installation using katello-agent. %s": [
1398
- "为使用 katello-agent 的安装调度勘误。%s"
1400
+ "Retrieve a single errata for a host": [
1401
+ "获取主机的单个勘误"
1399
1402
  ],
1400
1403
  "Host ID": [
1401
1404
  "主机 ID"
1402
1405
  ],
1403
- "List of Errata ids to install. Will be removed in %s": [
1404
- "要安装的勘误 ID 列表。将在 %s 中删除"
1405
- ],
1406
- "Retrieve a single errata for a host": [
1407
- "获取主机的单个勘误"
1408
- ],
1409
1406
  "Errata id of the erratum (RHSA-2012:108)": [
1410
1407
  "勘误的勘误ID(RHSA-2012:108)"
1411
1408
  ],
@@ -1448,18 +1445,6 @@
1448
1445
  "Return only packages of a particular status (upgradable or up-to-date)": [
1449
1446
  "仅返回特定状态的软件包(可升级或最新)"
1450
1447
  ],
1451
- "Install packages remotely using katello-agent. %s": [
1452
- "使用 katello-agent 远程安装软件包。 %s"
1453
- ],
1454
- "Update packages remotely using katello-agent. %s": [
1455
- "使用 katello-agent 远程更新软件包。 %s"
1456
- ],
1457
- "list of packages names": [
1458
- "套件名稱清單"
1459
- ],
1460
- "Uninstall packages remotely using katello-agent. %s": [
1461
- "使用 katello-agent 远程卸载软件包。 %s"
1462
- ],
1463
1448
  "Couldn't find host with host id '%s'": [
1464
1449
  "找不到主机 id 为 '%s' 的主机"
1465
1450
  ],
@@ -1646,30 +1631,6 @@
1646
1631
  "Fetch installable errata for one or more hosts.": [
1647
1632
  "为一台或多台主机获取可安装的勘误。"
1648
1633
  ],
1649
- "Install content on one or more hosts using katello-agent. %s": [
1650
- "使用 katello-agent 在一个或多个主机上安装内容。%s"
1651
- ],
1652
- "The type of content. The following types are supported: 'package', 'package_group' and 'errata'.": [
1653
- "内容类型。支持以下类型:“ package”,“ package_group”和“ errata”。"
1654
- ],
1655
- "List of content (e.g. package names, package group names (Deprecated) or errata ids)": [
1656
- "内容列表(例如,软件包名称,软件包组名称(已弃用)或勘误 ID)"
1657
- ],
1658
- "Update content on one or more hosts using katello-agent. %s": [
1659
- "使用 katello-agent 在一个或多个主机上更新内容。%s"
1660
- ],
1661
- "The type of content. The following types are supported: 'package' and 'package_group.": [
1662
- "内容类型。支持以下类型:'package' 和 'package_group。"
1663
- ],
1664
- "List of content (e.g. package or package group names)": [
1665
- "内容列表(例如,软件包或软件包组名称)"
1666
- ],
1667
- "Updates all packages on the host(s)": [
1668
- "更新主机上的所有软件包"
1669
- ],
1670
- "Remove content on one or more hosts using katello-agent. %s": [
1671
- "使用 katello-agent 在一个或多个主机上删除内容。%s"
1672
- ],
1673
1634
  "Destroy one or more hosts": [
1674
1635
  "銷毀一或更多个主机"
1675
1636
  ],
@@ -1748,15 +1709,6 @@
1748
1709
  "Maximum number of content hosts exceeded for host collection(s): %s": [
1749
1710
  "已超过主机集的最大內容主机数量:%s"
1750
1711
  ],
1751
- "A content_type must be provided.": [
1752
- "必須提供 content_type。"
1753
- ],
1754
- "No content has been provided.": [
1755
- "未提供內容。"
1756
- ],
1757
- "Invalid content type %s": [
1758
- "无效的内容类型 %s"
1759
- ],
1760
1712
  "Shows status of Katello system and it's subcomponents": [
1761
1713
  "显示 Katello 系统和它的子组件的状态"
1762
1714
  ],
@@ -2123,9 +2075,6 @@
2123
2075
  "Name of the upstream docker repository": [
2124
2076
  "上游 docker 仓库的名称"
2125
2077
  ],
2126
- "Comma-separated list of tags to sync for Container Image repository (Deprecated)": [
2127
- "逗号分隔的标签列表,以同步容器镜像仓库(已弃用)"
2128
- ],
2129
2078
  "Comma-separated list of tags to sync for a container image repository": [
2130
2079
  "逗号分隔的标签列表,以同步容器镜像仓库"
2131
2080
  ],
@@ -2510,17 +2459,17 @@
2510
2459
  "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
2511
2460
  "当 CDN 配置设置为 Air-gapped(断开连接)时,仓库不可用。"
2512
2461
  ],
2513
- "Check if the specified organization is eligible for Simple Content Access": [
2514
- "检查指定的机构是否有资格进行简单内容访问"
2462
+ "Check if the specified organization is eligible for Simple Content Access. %s": [
2463
+ ""
2515
2464
  ],
2516
- "Check if the specified organization has Simple Content Access enabled": [
2517
- "检查指定机构是否启用了简单内容访问"
2465
+ "Check if the specified organization has Simple Content Access enabled. %s": [
2466
+ ""
2518
2467
  ],
2519
2468
  "Enable simple content access for a manifest": [
2520
2469
  "启用对一个清单的简单内容访问"
2521
2470
  ],
2522
- "Disable simple content access for a manifest": [
2523
- "禁用对一个清单的简单内容访问"
2471
+ "Disable simple content access for a manifest. %s": [
2472
+ ""
2524
2473
  ],
2525
2474
  "SRPM details": [
2526
2475
  "SRPM 详情"
@@ -2666,6 +2615,9 @@
2666
2615
  "List of product ids to add to the sync plan": [
2667
2616
  "要加入到同步计划的产品 ID 列表"
2668
2617
  ],
2618
+ "Cannot add disabled products to sync plan!": [
2619
+ ""
2620
+ ],
2669
2621
  "Remove products from sync plan": [
2670
2622
  "从同步计划中删除产品"
2671
2623
  ],
@@ -2738,10 +2690,7 @@
2738
2690
  "Invalid parameters sent. You may have mistyped the address. If you continue having trouble with this, please contact an Administrator.": [
2739
2691
  "发送了无效的参数。您可能输入了错误的地址。如果您仍然遇到此问题,请与管理员联系。"
2740
2692
  ],
2741
- "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now.": [
2742
- ""
2743
- ],
2744
- "Katello 4.10": [
2693
+ "WARNING: Simple Content Access will be required for all organizations in Katello 4.12.": [
2745
2694
  ""
2746
2695
  ],
2747
2696
  "Could not find %{name} resource with id %{id}. %{perms_message}": [
@@ -3008,6 +2957,9 @@
3008
2957
  "Subscription Manifest validity check": [
3009
2958
  "订阅清单有效性检查"
3010
2959
  ],
2960
+ "Host lifecycle support expiration notification": [
2961
+ ""
2962
+ ],
3011
2963
  "Pulp disk space notification": [
3012
2964
  "Pulp 磁盘空间通知"
3013
2965
  ],
@@ -3038,18 +2990,6 @@
3038
2990
  "Delete Activation Key": [
3039
2991
  "删除激活码"
3040
2992
  ],
3041
- "No new packages installed": [
3042
- "未安装新软件包"
3043
- ],
3044
- "No packages removed": [
3045
- "没有删除软件包"
3046
- ],
3047
- "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?": [
3048
- "主机在%s秒内没有响应。任务已取消。主机上是否已安装 katello-agent 并且 goferd 正在运行?"
3049
- ],
3050
- "Host did not finish content action in %s seconds. The task has been cancelled.": [
3051
- "主机在%s秒内未完成内容操作。任务已取消。"
3052
- ],
3053
2993
  "Create Alternate Content Source": [
3054
2994
  "创建备用内容源"
3055
2995
  ],
@@ -3083,6 +3023,9 @@
3083
3023
  "Action not allowed for the default smart proxy.": [
3084
3024
  "默认的智能代理不允许的操作。"
3085
3025
  ],
3026
+ "Update Content Counts": [
3027
+ ""
3028
+ ],
3086
3029
  "Update CDN Configuration": [
3087
3030
  "更新 CDN 配置"
3088
3031
  ],
@@ -3227,75 +3170,12 @@
3227
3170
  "Destroy Content Host": [
3228
3171
  "销毁内容主机"
3229
3172
  ],
3230
- "errata_ids or update_all must be provided": [
3231
- "必须提供 errata_ids 或 update_all"
3232
- ],
3233
- "No applicable errata for %s, skipping": [
3234
- "没有适用于%s 的勘误,跳过"
3235
- ],
3236
- "Install Applicable Errata": [
3237
- "安装适用的勘误"
3238
- ],
3239
- "Install Applicable Errata on %s": [
3240
- "在 %s 上安装适用的勘误"
3241
- ],
3242
- "Install erratum for %s": [
3243
- "为 %s 安装勘误"
3244
- ],
3245
- "Install erratum": [
3246
- "安装勘误"
3247
- ],
3248
- "Installation of errata requested: %{errata}": [
3249
- "要求安装的勘误:%{errata}"
3250
- ],
3251
3173
  "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.": [
3252
3174
  "主机创建已被跳过%s,因为它与 %s 共享一个 BIOS UUID。要报告此虚拟机管理程序,请覆盖其dmi.system.uuid fact,或在 Candlepin 配置中将 'candlepin.use_system_uuid_for_matching' 设置为'true'。"
3253
3175
  ],
3254
3176
  "Host '%{name}' does not belong to an organization": [
3255
3177
  "主机 '%{name}' 不属于一个机构"
3256
3178
  ],
3257
- "Install package for %s": [
3258
- "为 %s 安装软件包"
3259
- ],
3260
- "Install package": [
3261
- "安装软件包"
3262
- ],
3263
- "Installation of package(s) requested: %{packages}": [
3264
- "要求安装的软件包:%{packages}"
3265
- ],
3266
- "Remove package for %s": [
3267
- "为 %s 删除软件包"
3268
- ],
3269
- "Remove package": [
3270
- "删除软件包"
3271
- ],
3272
- "Removal of package(s) requested: %{packages}": [
3273
- "要求删除的软件包:%{packages}"
3274
- ],
3275
- "Update package for %s": [
3276
- "为 %s 更新软件包"
3277
- ],
3278
- "Update package": [
3279
- "更新软件包"
3280
- ],
3281
- "Update of package(s) requested: %{packages}": [
3282
- "请求的软件包更新:%{packages}"
3283
- ],
3284
- "Update of all packages requested": [
3285
- "更新所有请求的软件包"
3286
- ],
3287
- "Install package group": [
3288
- "安裝软件包组"
3289
- ],
3290
- "Installation of package group(s) requested: %{groups}": [
3291
- "要求安装的软件包组:%{groups}"
3292
- ],
3293
- "Remove package group": [
3294
- "删除了软件包组"
3295
- ],
3296
- "Removal of package group(s) requested: %{groups}": [
3297
- "需要删除的软件包组 : %{groups}"
3298
- ],
3299
3179
  "Error refreshing status for %s: ": [
3300
3180
  "%s 的错误刷新状态: "
3301
3181
  ],
@@ -3425,6 +3305,9 @@
3425
3305
  "Can only remove content from within the Default Content View": [
3426
3306
  "只能從預設的內容視域移除內容"
3427
3307
  ],
3308
+ "No docker manifests to delete after ignoring manifests with tags or manifest lists": [
3309
+ ""
3310
+ ],
3428
3311
  "Remove Content": [
3429
3312
  "删除内容"
3430
3313
  ],
@@ -3509,6 +3392,9 @@
3509
3392
  "There is no downloaded content to clean.": [
3510
3393
  "没有要清理的下载内容。"
3511
3394
  ],
3395
+ "Export failed: One or more repositories needs to be synced (with Immediate download policy.)": [
3396
+ ""
3397
+ ],
3512
3398
  "Create Export History": [
3513
3399
  "创建导出历史记录"
3514
3400
  ],
@@ -4064,6 +3950,9 @@
4064
3950
  "cannot be a binary file.": [
4065
3951
  "不能一个二进制文件。"
4066
3952
  ],
3953
+ "Lifecycle environment '%{env}' cannot be used with content view '%{view}'": [
3954
+ ""
3955
+ ],
4067
3956
  "Content view environments must have both a content view and an environment": [
4068
3957
  ""
4069
3958
  ],
@@ -4214,6 +4103,12 @@
4214
4103
  "You have subscriptions expiring within %s days": [
4215
4104
  "您有订阅将在 %s 天内过期"
4216
4105
  ],
4106
+ "Repository %{label} failed to synchronize": [
4107
+ ""
4108
+ ],
4109
+ "%{label} failed": [
4110
+ ""
4111
+ ],
4217
4112
  "cannot contain commas": [
4218
4113
  "不能包含逗号"
4219
4114
  ],
@@ -4688,6 +4583,9 @@
4688
4583
  "Cannot associate a Red Hat provider with a custom product": [
4689
4584
  ""
4690
4585
  ],
4586
+ "Cannot add disabled Red Hat product %s to sync plan!": [
4587
+ ""
4588
+ ],
4691
4589
  "must be true or false": [
4692
4590
  ""
4693
4591
  ],
@@ -4742,6 +4640,33 @@
4742
4640
  "This is not a linked repository": [
4743
4641
  "没有连接的仓库"
4744
4642
  ],
4643
+ "RHEL lifecycle": [
4644
+ ""
4645
+ ],
4646
+ "Full support": [
4647
+ ""
4648
+ ],
4649
+ "Maintenance support": [
4650
+ ""
4651
+ ],
4652
+ "Approaching end of maintenance support (%s)": [
4653
+ ""
4654
+ ],
4655
+ "Approaching end of maintenance support": [
4656
+ ""
4657
+ ],
4658
+ "Extended support": [
4659
+ ""
4660
+ ],
4661
+ "Approaching end of support (%s)": [
4662
+ ""
4663
+ ],
4664
+ "Approaching end of support": [
4665
+ ""
4666
+ ],
4667
+ "Support ended": [
4668
+ ""
4669
+ ],
4745
4670
  "is not enabled. must be one of the following: %s": [
4746
4671
  "没有启用。需要是以下之一:%s"
4747
4672
  ],
@@ -4910,6 +4835,12 @@
4910
4835
  "No packages updated": [
4911
4836
  "为更新任何软件包"
4912
4837
  ],
4838
+ "No packages removed": [
4839
+ "没有删除软件包"
4840
+ ],
4841
+ "No new packages installed": [
4842
+ "未安装新软件包"
4843
+ ],
4913
4844
  "Traces": [
4914
4845
  "Traces"
4915
4846
  ],
@@ -5345,6 +5276,57 @@
5345
5276
  "Sync Plan: ": [
5346
5277
  "同步计划: "
5347
5278
  ],
5279
+ "%{label} failed.": [
5280
+ ""
5281
+ ],
5282
+ "Content view": [
5283
+ "内容视图"
5284
+ ],
5285
+ "Task ID": [
5286
+ ""
5287
+ ],
5288
+ "Task state": [
5289
+ ""
5290
+ ],
5291
+ "Task result": [
5292
+ ""
5293
+ ],
5294
+ "Content view name": [
5295
+ "内容视图名称"
5296
+ ],
5297
+ "Task details": [
5298
+ ""
5299
+ ],
5300
+ "Smart proxy ID": [
5301
+ ""
5302
+ ],
5303
+ "Smart proxy name": [
5304
+ ""
5305
+ ],
5306
+ "Environment ID": [
5307
+ ""
5308
+ ],
5309
+ "Environment name": [
5310
+ ""
5311
+ ],
5312
+ "Repository ID": [
5313
+ ""
5314
+ ],
5315
+ "Repository name": [
5316
+ ""
5317
+ ],
5318
+ "Repo ID": [
5319
+ ""
5320
+ ],
5321
+ "Repo label": [
5322
+ ""
5323
+ ],
5324
+ "Product ID": [
5325
+ "产品 ID"
5326
+ ],
5327
+ "Product label": [
5328
+ ""
5329
+ ],
5348
5330
  "Installed Packages": [
5349
5331
  "已安装的软件包"
5350
5332
  ],
@@ -5393,6 +5375,9 @@
5393
5375
  "Generate and Download": [
5394
5376
  "生成并下载"
5395
5377
  ],
5378
+ "Simple Content Access will be required for all organizations in Katello 4.12.": [
5379
+ ""
5380
+ ],
5396
5381
  "Alternate Content Source HTTP Proxy": [
5397
5382
  "备用内容源 HTTP 代理"
5398
5383
  ],
@@ -5471,6 +5456,18 @@
5471
5456
  "Promote errata": [
5472
5457
  "升级勘误"
5473
5458
  ],
5459
+ "Repository sync failure": [
5460
+ ""
5461
+ ],
5462
+ "Content view publish failure": [
5463
+ ""
5464
+ ],
5465
+ "Content view promote failure": [
5466
+ ""
5467
+ ],
5468
+ "Proxy sync failure": [
5469
+ ""
5470
+ ],
5474
5471
  "A summary of available and applicable errata for your hosts": [
5475
5472
  "主机的可用和适用的勘误摘要"
5476
5473
  ],
@@ -5483,6 +5480,24 @@
5483
5480
  "A list of subscriptions expiring soon": [
5484
5481
  "即将过期的订阅列表"
5485
5482
  ],
5483
+ "A notification about failed repository sync": [
5484
+ ""
5485
+ ],
5486
+ "A notification about failed content view publish": [
5487
+ ""
5488
+ ],
5489
+ "A notification about failed content view promotion": [
5490
+ ""
5491
+ ],
5492
+ "A notification about failed proxy sync": [
5493
+ ""
5494
+ ],
5495
+ "Hosts": [
5496
+ "主机"
5497
+ ],
5498
+ "%{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.": [
5499
+ ""
5500
+ ],
5486
5501
  "Proxies": [
5487
5502
  "代理服务器"
5488
5503
  ],
@@ -5567,15 +5582,15 @@
5567
5582
  "Subscription status": [
5568
5583
  "订阅状态"
5569
5584
  ],
5585
+ "RHEL Lifecycle status": [
5586
+ ""
5587
+ ],
5570
5588
  "Installable updates": [
5571
5589
  "可安装的更新"
5572
5590
  ],
5573
5591
  "Lifecycle environment": [
5574
5592
  "生命周期环境"
5575
5593
  ],
5576
- "Content view": [
5577
- "内容视图"
5578
- ],
5579
5594
  "Registered": [
5580
5595
  "注册"
5581
5596
  ],
@@ -5675,18 +5690,6 @@
5675
5690
  "Manifest refresh timeout": [
5676
5691
  "清单刷新超时"
5677
5692
  ],
5678
- "Accept action timeout": [
5679
- "接受操作超时"
5680
- ],
5681
- "Time in seconds to wait for a host to pick up a katello-agent action": [
5682
- "等待主机获取 katello-agent 操作的时间(以秒为单位)"
5683
- ],
5684
- "Finish action timeout": [
5685
- "完成操纵超时"
5686
- ],
5687
- "Time in seconds to wait for a host to finish a katello-agent action": [
5688
- "等待主机完成 katello-agent 操作的时间(以秒为单位)"
5689
- ],
5690
5693
  "Subscription connection enabled": [
5691
5694
  "启用订阅连接"
5692
5695
  ],
@@ -5789,12 +5792,6 @@
5789
5792
  "The maximum number of seconds that Pulp can take to download a file, not counting connection time.": [
5790
5793
  "在不计算连接时间的情况下,Pulp 可以用于下载文件的最长时间(以秒为单位)。"
5791
5794
  ],
5792
- "Use remote execution by default": [
5793
- "默认情况下使用远程执行"
5794
- ],
5795
- "If this is enabled, remote execution is used instead of katello-agent for remote actions": [
5796
- "如果这个被启用,使用远程执行替代 katello-agent 来进行远程操作"
5797
- ],
5798
5795
  "Delete Host upon unregister": [
5799
5796
  "取消注册后删除主机"
5800
5797
  ],
@@ -5825,12 +5822,6 @@
5825
5822
  "The number of days remaining in a subscription before you will be reminded about renewing it.": [
5826
5823
  "在提示您进行续订时订阅剩余的天数。"
5827
5824
  ],
5828
- "content view Dependency Solving Default": [
5829
- "内容视图依赖性解决默认值"
5830
- ],
5831
- "The default dependency solving value for new content views.": [
5832
- "新的内容视图的默认依赖关系解决值。"
5833
- ],
5834
5825
  "Host Duplicate DMI UUIDs": [
5835
5826
  "主机重复 DMI UUID"
5836
5827
  ],
@@ -6137,6 +6128,9 @@
6137
6128
  "Legacy content host UI": [
6138
6129
  "旧内容主机 UI"
6139
6130
  ],
6131
+ "Refresh applicability": [
6132
+ ""
6133
+ ],
6140
6134
  "Edit content view assignment": [
6141
6135
  "编辑内容视图分配"
6142
6136
  ],
@@ -6317,8 +6311,11 @@
6317
6311
  "Edit system purpose attributes": [
6318
6312
  "编辑系统目的属性"
6319
6313
  ],
6320
- "Select system purpose attributes for host {hostName}.": [
6321
- "为主机 {hostName} 选择系统目的属性。"
6314
+ "Select system purpose attributes for host {name}.": [
6315
+ ""
6316
+ ],
6317
+ "Select system purpose attributes for activation key {name}.": [
6318
+ ""
6322
6319
  ],
6323
6320
  "Select add-ons": [
6324
6321
  "选择附加组件"
@@ -6410,6 +6407,9 @@
6410
6407
  "No action is needed because there are no applicable errata for this host.": [
6411
6408
  "不需要操作,因为没有适用于此主机的勘误。"
6412
6409
  ],
6410
+ "Refresh errata applicability": [
6411
+ ""
6412
+ ],
6413
6413
  "This host has errata that are applicable, but not installable. Adjust your filters and try again.": [
6414
6414
  ""
6415
6415
  ],
@@ -6428,23 +6428,17 @@
6428
6428
  "A remote execution job is in progress": [
6429
6429
  "远程执行作业正在进行"
6430
6430
  ],
6431
- "Recalculate": [
6432
- "重新计算"
6433
- ],
6434
6431
  "Apply via remote execution": [
6435
6432
  "通过远程执行应用"
6436
6433
  ],
6437
6434
  "Apply via customized remote execution": [
6438
6435
  "通过自定义远程执行应用"
6439
6436
  ],
6440
- "Apply via Katello agent": [
6441
- "通过 Katello 代理应用"
6442
- ],
6443
6437
  "Apply": [
6444
6438
  "应用"
6445
6439
  ],
6446
- "Apply Erratum": [
6447
- "应用勘误"
6440
+ "Apply erratum": [
6441
+ ""
6448
6442
  ],
6449
6443
  "Yes": [
6450
6444
  "是"
@@ -6539,9 +6533,6 @@
6539
6533
  "Uninstall and reset": [
6540
6534
  "卸载和重置"
6541
6535
  ],
6542
- "Install via katello-agent": [
6543
- "通过 katello-agent 安装"
6544
- ],
6545
6536
  "Install via remote execution": [
6546
6537
  "通过远程执行安装"
6547
6538
  ],
@@ -6593,6 +6584,9 @@
6593
6584
  "Upgrade via customized remote execution": [
6594
6585
  "通过自定义远程执行升级"
6595
6586
  ],
6587
+ "Refresh package applicability": [
6588
+ ""
6589
+ ],
6596
6590
  "Upgrade": [
6597
6591
  "升级"
6598
6592
  ],
@@ -6686,18 +6680,45 @@
6686
6680
  "Enable Tracer": [
6687
6681
  "启用跟踪"
6688
6682
  ],
6689
- "Enabling will install the katello-host-tools-tracer package on the host.": [
6690
- "启用后 将在主机上安装 katello-host-tools-tracer 软件包。"
6691
- ],
6692
6683
  "via remote execution": [
6693
6684
  "通过远程执行"
6694
6685
  ],
6695
6686
  "via customized remote execution": [
6696
6687
  "通过自定义远程执行"
6697
6688
  ],
6689
+ "Enabling Tracer requires installing the katello-host-tools-tracer package on the host.": [
6690
+ ""
6691
+ ],
6692
+ "Before continuing, ensure that all of the following prerequisites are met:": [
6693
+ ""
6694
+ ],
6695
+ "The Foreman Client repository is enabled. ": [
6696
+ ""
6697
+ ],
6698
+ "The Foreman Client repository is synced. ": [
6699
+ ""
6700
+ ],
6701
+ "View sync status": [
6702
+ ""
6703
+ ],
6704
+ "The Foreman Client repository is available in the host's content view environment(s). ": [
6705
+ ""
6706
+ ],
6707
+ "View content views": [
6708
+ ""
6709
+ ],
6710
+ "The Foreman Client repository set is enabled for the host. ": [
6711
+ ""
6712
+ ],
6713
+ "Remote execution is enabled.": [
6714
+ ""
6715
+ ],
6698
6716
  "Select a provider to install katello-host-tools-tracer": [
6699
6717
  "选择安装 katello-host-tools-tracer 的供应商"
6700
6718
  ],
6719
+ "Once the prerequisites are met, select a provider to install katello-host-tools-tracer": [
6720
+ ""
6721
+ ],
6701
6722
  "Enable Traces": [
6702
6723
  "启用跟踪"
6703
6724
  ],
@@ -6758,17 +6779,14 @@
6758
6779
  "Traces that require logout cannot be restarted remotely": [
6759
6780
  "需要登出的跟踪无法远程重启"
6760
6781
  ],
6761
- "Katello-agent is deprecated and will be removed in Katello 4.10.": [
6762
- ""
6763
- ],
6764
6782
  "Create new activation key": [
6765
6783
  ""
6766
6784
  ],
6767
6785
  "No Activation Keys selected": [
6768
6786
  "没有选择激活码"
6769
6787
  ],
6770
- "Activation key(s) for Subscription Manager.": [
6771
- "Subscription Manager 的激活码。"
6788
+ "Activation key(s) to use during registration": [
6789
+ ""
6772
6790
  ],
6773
6791
  "No Activation keys to select": [
6774
6792
  "没有选择激活码"
@@ -6788,9 +6806,6 @@
6788
6806
  "Ignore subscription manager errors": [
6789
6807
  "忽略 subscription manager 错误"
6790
6808
  ],
6791
- "No Lifecycle environment to select": [
6792
- "没有选择生命周期环境"
6793
- ],
6794
6809
  "Backend System Status": [
6795
6810
  "后端系统状态"
6796
6811
  ],
@@ -7250,9 +7265,6 @@
7250
7265
  "Deleting content view : ": [
7251
7266
  "删除内容视图:"
7252
7267
  ],
7253
- "Hosts": [
7254
- "主机"
7255
- ],
7256
7268
  "${pluralize(versionCount, 'content view version')} in the environments below will be removed when content view is deleted": [
7257
7269
  "${pluralize(versionCount, 'content view version')} 在以下环境中,会在内容视图被删除时删除"
7258
7270
  ],
@@ -7295,6 +7307,9 @@
7295
7307
  "Version ${item.version}": [
7296
7308
  "版本 ${item.version}"
7297
7309
  ],
7310
+ " (${item.published_at_words} ago)": [
7311
+ ""
7312
+ ],
7298
7313
  "Update version": [
7299
7314
  "更新版本"
7300
7315
  ],
@@ -7319,6 +7334,9 @@
7319
7334
  "Select available version of content views to use": [
7320
7335
  "选择要使用的内容视图的可用版本"
7321
7336
  ],
7337
+ " (${version.published_at_words} ago)": [
7338
+ ""
7339
+ ],
7322
7340
  "Not yet published": [
7323
7341
  "尚未发布"
7324
7342
  ],
@@ -7628,9 +7646,6 @@
7628
7646
  "Reset filters": [
7629
7647
  "重置过滤"
7630
7648
  ],
7631
- "Edit rule": [
7632
- "编辑规则"
7633
- ],
7634
7649
  "Issued": [
7635
7650
  "发行"
7636
7651
  ],
@@ -7733,18 +7748,27 @@
7733
7748
  "Matching content": [
7734
7749
  "匹配内容"
7735
7750
  ],
7736
- "No matching RPM found.": [
7737
- "未找到匹配的 RPM。"
7751
+ "No matching non-modular RPM found.": [
7752
+ ""
7738
7753
  ],
7739
- "Given criteria doesn't match any RPMs. Try changing your rule.": [
7740
- "给定条件与任何 RPM 都不匹配。尝试更改您的规则。"
7754
+ "Given criteria doesn't match any non-modular RPMs. Try changing your rule.": [
7755
+ ""
7741
7756
  ],
7742
- "Your search returned no matching RPMs.": [
7743
- "您的搜索没有返回匹配的 RPM。"
7757
+ "Your search returned no matching non-modular RPMs.": [
7758
+ ""
7759
+ ],
7760
+ "Help": [
7761
+ ""
7762
+ ],
7763
+ "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs.": [
7764
+ ""
7744
7765
  ],
7745
7766
  "Edit filter rule": [
7746
7767
  "列表过滤规则"
7747
7768
  ],
7769
+ "Edit rule": [
7770
+ "编辑规则"
7771
+ ],
7748
7772
  "Add rule": [
7749
7773
  "添加规则"
7750
7774
  ],
@@ -8183,6 +8207,12 @@
8183
8207
  "Newly published version will be the same as the previous version.": [
8184
8208
  ""
8185
8209
  ],
8210
+ "Duplicate repositories in content view versions": [
8211
+ ""
8212
+ ],
8213
+ "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.": [
8214
+ ""
8215
+ ],
8186
8216
  "A new version of ": [
8187
8217
  "一个新版本 "
8188
8218
  ],
@@ -8195,9 +8225,6 @@
8195
8225
  "Filters will be applied to this content view version.": [
8196
8226
  ""
8197
8227
  ],
8198
- "Content view name": [
8199
- "内容视图名称"
8200
- ],
8201
8228
  "Newly published": [
8202
8229
  "最新发布的"
8203
8230
  ],
@@ -8405,6 +8432,9 @@
8405
8432
  "Enabled Repositories": [
8406
8433
  "启用的仓库"
8407
8434
  ],
8435
+ "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page.": [
8436
+ ""
8437
+ ],
8408
8438
  "Export as CSV": [
8409
8439
  "导出为 CSV"
8410
8440
  ],
@@ -8414,6 +8444,9 @@
8414
8444
  "(Orphaned)": [
8415
8445
  "(孤立)"
8416
8446
  ],
8447
+ "Cannot be disabled because it is part of a published content view": [
8448
+ ""
8449
+ ],
8417
8450
  "Recommended Repositories": [
8418
8451
  "推荐的仓库"
8419
8452
  ],
@@ -8471,8 +8504,23 @@
8471
8504
  "No repositories enabled.": [
8472
8505
  "没有启用的仓库。"
8473
8506
  ],
8474
- "Synced to smart proxy": [
8475
- "同步到智能代理"
8507
+ "Synced": [
8508
+ ""
8509
+ ],
8510
+ "Content view version is empty": [
8511
+ ""
8512
+ ],
8513
+ "Smart proxy content count refresh has started in the background": [
8514
+ ""
8515
+ ],
8516
+ "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}": [
8517
+ ""
8518
+ ],
8519
+ "Last sync": [
8520
+ ""
8521
+ ],
8522
+ "Refresh counts": [
8523
+ ""
8476
8524
  ],
8477
8525
  "Requires Virt-Who": [
8478
8526
  "需要 Virt-Who"
@@ -8486,9 +8534,6 @@
8486
8534
  "Ends": [
8487
8535
  "结束"
8488
8536
  ],
8489
- "Product ID": [
8490
- "产品 ID"
8491
- ],
8492
8537
  "Contract Number": [
8493
8538
  "合同号"
8494
8539
  ],
@@ -8726,26 +8771,26 @@
8726
8771
  "There are no Subscriptions to display": [
8727
8772
  "没有可显示的订阅"
8728
8773
  ],
8729
- "Add Subscriptions using the Add Subscriptions button.": [
8774
+ "Add subscriptions using the Add Subscriptions button.": [
8730
8775
  ""
8731
8776
  ],
8732
8777
  "Add subscriptions": [
8733
8778
  ""
8734
8779
  ],
8735
- "Import a Manifest to manage your Entitlements.": [
8736
- "导入一个清单来管理您的权利。"
8780
+ "Import a subscription manifest to give hosts access to Red Hat content.": [
8781
+ ""
8737
8782
  ],
8738
8783
  "Import a Manifest": [
8739
8784
  "导入一个清单"
8740
8785
  ],
8786
+ "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12.": [
8787
+ ""
8788
+ ],
8741
8789
  "Subscriptions service": [
8742
8790
  "订阅服务"
8743
8791
  ],
8744
- "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}.": [
8745
- "该机构已启用“简单内容访问”。不需要主机将订阅附加到访问仓库。{br} 了解总体订阅使用的详情{subscriptionsService}。"
8746
- ],
8747
- "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version.": [
8748
- "这个机构没有使用 {scaLink}。基于权利的订阅管理已弃用,并将在以后的版本中删除。"
8792
+ "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
8793
+ ""
8749
8794
  ],
8750
8795
  "Please enter a positive number above zero": [
8751
8796
  "请输入大于零的正数"
@@ -8873,9 +8918,6 @@
8873
8918
  "Action with sub plans": [
8874
8919
  "有子计划的操作"
8875
8920
  ],
8876
- "Agent action": [
8877
- "代理操作"
8878
- ],
8879
8921
  "Auto attach subscriptions": [
8880
8922
  "自动附加订阅"
8881
8923
  ],
@@ -8936,9 +8978,6 @@
8936
8978
  "Remote action:": [
8937
8979
  "远程操作:"
8938
8980
  ],
8939
- "Report": [
8940
- ""
8941
- ],
8942
8981
  "Sync capsule": [
8943
8982
  "同步 capsule"
8944
8983
  ],
@@ -8959,45 +8998,6 @@
8959
8998
  ],
8960
8999
  "Verify checksum": [
8961
9000
  "验证校验和"
8962
- ],
8963
- "Cannot validate contents on non-yum/deb repositories.": [
8964
- "无法验证非 yum/deb 仓库中的内容。"
8965
- ],
8966
- "#~ \"Force metadata regeneration to proceed. Dangerous when repositories use the '\"#~ \"Complete Mirroring' mirroring policy\"": [
8967
- "强制元数据重新生成继续。当存储库使用 'Complete Mirroring' mirroring 策略时这样做是危险的"
8968
- ],
8969
- "#~ \"Force metadata regeneration to proceed. Dangerous when repositories use the '\"#~ \"Complete Mirroring' mirroring policy.\"": [
8970
- "强制元数据重新生成继续。当存储库使用 'Complete Mirroring' mirroring 策略时这样做是危险的。"
8971
- ],
8972
- "#~ \"Forces a republish of the specified repository, regenerating metadata and syml\"#~ \"inks on the filesystem.\"": [
8973
- "强制重新发布指定的仓库,在文件系统上重新生成元数据和符号链接。"
8974
- ],
8975
- "Get status of repo synchronisation for given product": [
8976
- "為指定的產品取得軟體庫同步化的狀態"
8977
- ],
8978
- "#~ \"Identifies whether the repository should be disabled on a client with a non-ma\"#~ \"tching OS version. Pass [] to enable regardless of OS version. Maximum length \"#~ \"1; allowed tags are: %s\"": [
8979
- "指定是否应在操作系统版本不匹配的客户端上禁用存储库。传递 [] 以启用,而不考虑操作系统版本。最大长度1;允许的标签为: %s"
8980
- ],
8981
- "Learn more about adding Subscription Manifests": [
8982
- "了解有关添加订阅清单的更多信息"
8983
- ],
8984
- "Metadata republishing must be forced because it is a dangerous operation.": [
8985
- "必须强制进行元数据重新发布,因为它是一个危险的操作。"
8986
- ],
8987
- "#~ \"NOTE: Katello-agent is deprecated and will be removed in %s. Consider using re\"#~ \"mote execution instead.\"": [
8988
- "注:Katello-agent 已弃用并将在 %s 中删除。考虑迁移到远程执行。"
8989
- ],
8990
- "#~ \"Repository %s cannot be deleted since it has already been included in a publis\"#~ \"hed Content View.\"": [
8991
- "无法删除存储库 %s,因为它已包括在一个发布的内容视图中。"
8992
- ],
8993
- "#~ \"The product %{name} has no %{type} repositories with upstream URLs to add to t\"#~ \"he alternate content source.\"": [
8994
- "产品 %{name} 没有带有上游 URL 的 %{type} 软件仓库来添加到备用内容源中。"
8995
- ],
8996
- "Time in minutes to consider orphan content as orphaned.": [
8997
- "将孤立的内容视为孤立经过的时间(以分钟为单位)。"
8998
- ],
8999
- "a future release": [
9000
- "一个将来的发行版本"
9001
9001
  ]
9002
9002
  }
9003
9003
  }