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
@@ -36,6 +36,12 @@ msgstr ""
36
36
  msgid " %{package_count} Package(s)"
37
37
  msgstr ""
38
38
 
39
+ msgid " (${item.published_at_words} ago)"
40
+ msgstr ""
41
+
42
+ msgid " (${version.published_at_words} ago)"
43
+ msgstr ""
44
+
39
45
  msgid " Content view updated"
40
46
  msgstr ""
41
47
 
@@ -257,6 +263,12 @@ msgstr "%{group} 套件群組更新逾時"
257
263
  msgid "%{group} package group updated"
258
264
  msgstr "已更新 %{group} 套件群組"
259
265
 
266
+ msgid "%{label} failed"
267
+ msgstr ""
268
+
269
+ msgid "%{label} failed."
270
+ msgstr ""
271
+
260
272
  msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
261
273
  msgstr ""
262
274
 
@@ -329,6 +341,9 @@ msgstr "%{package} 套件更新逾時"
329
341
  msgid "%{package} package updated"
330
342
  msgstr "%{package} 套件已更新"
331
343
 
344
+ 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."
345
+ msgstr ""
346
+
332
347
  msgid "%{sla}"
333
348
  msgstr "%{sla}"
334
349
 
@@ -398,9 +413,6 @@ msgstr ""
398
413
  msgid "A backend service [ %s ] is unreachable"
399
414
  msgstr "無法連上後端服務 [ %s ]"
400
415
 
401
- msgid "A content_type must be provided."
402
- msgstr "必須提供 content_type。"
403
-
404
416
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
405
417
  msgstr "許多勘誤並未套用於此內容視域,因此只顯示了前 100 個。"
406
418
 
@@ -413,6 +425,18 @@ msgstr ""
413
425
  msgid "A new version of "
414
426
  msgstr ""
415
427
 
428
+ msgid "A notification about failed content view promotion"
429
+ msgstr ""
430
+
431
+ msgid "A notification about failed content view publish"
432
+ msgstr ""
433
+
434
+ msgid "A notification about failed proxy sync"
435
+ msgstr ""
436
+
437
+ msgid "A notification about failed repository sync"
438
+ msgstr ""
439
+
416
440
  msgid "A post-promotion summary of hosts with installable errata"
417
441
  msgstr "主機的後推送摘要與可安裝勘誤"
418
442
 
@@ -446,9 +470,6 @@ msgstr ""
446
470
  msgid "Abstract async task"
447
471
  msgstr "抽象 async task"
448
472
 
449
- msgid "Accept action timeout"
450
- msgstr ""
451
-
452
473
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
453
474
  msgstr ""
454
475
 
@@ -491,7 +512,7 @@ msgstr ""
491
512
  msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
492
513
  msgstr ""
493
514
 
494
- msgid "Activation key(s) for Subscription Manager."
515
+ msgid "Activation key(s) to use during registration"
495
516
  msgstr ""
496
517
 
497
518
  msgid "Activation keys"
@@ -527,9 +548,6 @@ msgstr ""
527
548
  msgid "Add Subscriptions"
528
549
  msgstr ""
529
550
 
530
- msgid "Add Subscriptions using the Add Subscriptions button."
531
- msgstr ""
532
-
533
551
  msgid "Add a subscription to a host"
534
552
  msgstr "新增訂閱至一部主機"
535
553
 
@@ -602,6 +620,9 @@ msgstr ""
602
620
  msgid "Add subscriptions to one or more hosts"
603
621
  msgstr ""
604
622
 
623
+ msgid "Add subscriptions using the Add Subscriptions button."
624
+ msgstr ""
625
+
605
626
  msgid "Add to a host collection"
606
627
  msgstr ""
607
628
 
@@ -638,9 +659,6 @@ msgstr ""
638
659
  msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
639
660
  msgstr "產生累進更新後,將變更套用到指定的主機上。目前僅支援勘誤。"
640
661
 
641
- msgid "Agent action"
642
- msgstr ""
643
-
644
662
  msgid "All"
645
663
  msgstr "全部"
646
664
 
@@ -782,7 +800,7 @@ msgstr "應用程式"
782
800
  msgid "Apply"
783
801
  msgstr "套用"
784
802
 
785
- msgid "Apply Erratum"
803
+ msgid "Apply erratum"
786
804
  msgstr ""
787
805
 
788
806
  msgid "Apply to all repositories in the CV"
@@ -791,15 +809,24 @@ msgstr ""
791
809
  msgid "Apply to subset of repositories"
792
810
  msgstr ""
793
811
 
794
- msgid "Apply via Katello agent"
795
- msgstr ""
796
-
797
812
  msgid "Apply via customized remote execution"
798
813
  msgstr ""
799
814
 
800
815
  msgid "Apply via remote execution"
801
816
  msgstr ""
802
817
 
818
+ msgid "Approaching end of maintenance support"
819
+ msgstr ""
820
+
821
+ msgid "Approaching end of maintenance support (%s)"
822
+ msgstr ""
823
+
824
+ msgid "Approaching end of support"
825
+ msgstr ""
826
+
827
+ msgid "Approaching end of support (%s)"
828
+ msgstr ""
829
+
803
830
  msgid "Arch"
804
831
  msgstr "架構"
805
832
 
@@ -975,6 +1002,9 @@ msgstr ""
975
1002
  msgid "Batch size to sync repositories in."
976
1003
  msgstr ""
977
1004
 
1005
+ msgid "Before continuing, ensure that all of the following prerequisites are met:"
1006
+ msgstr ""
1007
+
978
1008
  msgid "Before removing versions you must move activation keys to an environment where the associated version is not in use."
979
1009
  msgstr ""
980
1010
 
@@ -1128,6 +1158,12 @@ msgstr "無法新增複合式版本至另一個複合式內容視域中"
1128
1158
  msgid "Cannot add default content view to composite content view"
1129
1159
  msgstr "無法新增預設內容視域至複合式內容視域中"
1130
1160
 
1161
+ msgid "Cannot add disabled Red Hat product %s to sync plan!"
1162
+ msgstr ""
1163
+
1164
+ msgid "Cannot add disabled products to sync plan!"
1165
+ msgstr ""
1166
+
1131
1167
  msgid "Cannot add generated content view versions to composite content view"
1132
1168
  msgstr ""
1133
1169
 
@@ -1143,6 +1179,9 @@ msgstr ""
1143
1179
  msgid "Cannot associate a component to a non composite content view"
1144
1180
  msgstr ""
1145
1181
 
1182
+ msgid "Cannot be disabled because it is part of a published content view"
1183
+ msgstr ""
1184
+
1146
1185
  msgid "Cannot calculate name for custom repos"
1147
1186
  msgstr ""
1148
1187
 
@@ -1278,10 +1317,10 @@ msgstr ""
1278
1317
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1279
1318
  msgstr ""
1280
1319
 
1281
- msgid "Check if the specified organization has Simple Content Access enabled"
1320
+ msgid "Check if the specified organization has Simple Content Access enabled. %s"
1282
1321
  msgstr ""
1283
1322
 
1284
- msgid "Check if the specified organization is eligible for Simple Content Access"
1323
+ msgid "Check if the specified organization is eligible for Simple Content Access. %s"
1285
1324
  msgstr ""
1286
1325
 
1287
1326
  msgid "Check services before actions"
@@ -1344,9 +1383,6 @@ msgstr ""
1344
1383
  msgid "Comma-separated list of tags to exclude when syncing a container image repository. Default: any tag ending in \"-source\""
1345
1384
  msgstr ""
1346
1385
 
1347
- msgid "Comma-separated list of tags to sync for Container Image repository (Deprecated)"
1348
- msgstr ""
1349
-
1350
1386
  msgid "Comma-separated list of tags to sync for a container image repository"
1351
1387
  msgstr ""
1352
1388
 
@@ -1638,6 +1674,12 @@ msgstr ""
1638
1674
  msgid "Content view numeric identifier"
1639
1675
  msgstr "內容視域的數字識別子"
1640
1676
 
1677
+ msgid "Content view promote failure"
1678
+ msgstr ""
1679
+
1680
+ msgid "Content view publish failure"
1681
+ msgstr ""
1682
+
1641
1683
  msgid "Content view version export history identifier"
1642
1684
  msgstr ""
1643
1685
 
@@ -1647,6 +1689,9 @@ msgstr "內容視域的版本識別子"
1647
1689
  msgid "Content view version import history identifier"
1648
1690
  msgstr ""
1649
1691
 
1692
+ msgid "Content view version is empty"
1693
+ msgstr ""
1694
+
1650
1695
  msgid "Content views"
1651
1696
  msgstr ""
1652
1697
 
@@ -2277,7 +2322,7 @@ msgstr ""
2277
2322
  msgid "Disable module stream"
2278
2323
  msgstr ""
2279
2324
 
2280
- msgid "Disable simple content access for a manifest"
2325
+ msgid "Disable simple content access for a manifest. %s"
2281
2326
  msgstr ""
2282
2327
 
2283
2328
  msgid "Disabled"
@@ -2319,6 +2364,9 @@ msgstr ""
2319
2364
  msgid "Duplicate artifact detected"
2320
2365
  msgstr ""
2321
2366
 
2367
+ msgid "Duplicate repositories in content view versions"
2368
+ msgstr ""
2369
+
2322
2370
  msgid "Duration"
2323
2371
  msgstr "持續時間"
2324
2372
 
@@ -2424,7 +2472,7 @@ msgstr "已啟用的軟體庫"
2424
2472
  msgid "Enabling Simple Content Access failed for '%{subject}'."
2425
2473
  msgstr ""
2426
2474
 
2427
- msgid "Enabling will install the katello-host-tools-tracer package on the host."
2475
+ msgid "Enabling Tracer requires installing the katello-host-tools-tracer package on the host."
2428
2476
  msgstr ""
2429
2477
 
2430
2478
  msgid "End Date"
@@ -2460,6 +2508,9 @@ msgstr ""
2460
2508
  msgid "Environment"
2461
2509
  msgstr "環境"
2462
2510
 
2511
+ msgid "Environment ID"
2512
+ msgstr ""
2513
+
2463
2514
  msgid "Environment IDs"
2464
2515
  msgstr "環境 ID"
2465
2516
 
@@ -2469,6 +2520,9 @@ msgstr "環境不能位於自己的推送路徑上"
2469
2520
  msgid "Environment identifier"
2470
2521
  msgstr ""
2471
2522
 
2523
+ msgid "Environment name"
2524
+ msgstr ""
2525
+
2472
2526
  msgid "Environments"
2473
2527
  msgstr "環境"
2474
2528
 
@@ -2601,6 +2655,9 @@ msgstr ""
2601
2655
  msgid "Export as CSV"
2602
2656
  msgstr ""
2603
2657
 
2658
+ msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
2659
+ msgstr ""
2660
+
2604
2661
  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."
2605
2662
  msgstr ""
2606
2663
 
@@ -2613,6 +2670,9 @@ msgstr "匯出內容視域"
2613
2670
  msgid "Exported version"
2614
2671
  msgstr "匯出版本"
2615
2672
 
2673
+ msgid "Extended support"
2674
+ msgstr ""
2675
+
2616
2676
  msgid "Facts successfully updated."
2617
2677
  msgstr "詳情已成功更新。"
2618
2678
 
@@ -2760,9 +2820,6 @@ msgstr ""
2760
2820
  msgid "Finish"
2761
2821
  msgstr ""
2762
2822
 
2763
- msgid "Finish action timeout"
2764
- msgstr ""
2765
-
2766
2823
  msgid "Finished"
2767
2824
  msgstr "已完成"
2768
2825
 
@@ -2810,6 +2867,9 @@ msgstr ""
2810
2867
  msgid "Full description"
2811
2868
  msgstr ""
2812
2869
 
2870
+ msgid "Full support"
2871
+ msgstr ""
2872
+
2813
2873
  msgid "Fully entitled"
2814
2874
  msgstr "有完整權利"
2815
2875
 
@@ -2867,15 +2927,15 @@ msgstr "給定一組主機與勘誤,列出需要更新的內容視域版本與
2867
2927
  msgid "Given criteria doesn't match any DEBs. Try changing your rule."
2868
2928
  msgstr ""
2869
2929
 
2870
- msgid "Given criteria doesn't match any RPMs. Try changing your rule."
2871
- msgstr ""
2872
-
2873
2930
  msgid "Given criteria doesn't match any activation keys. Try changing your rule."
2874
2931
  msgstr ""
2875
2932
 
2876
2933
  msgid "Given criteria doesn't match any hosts. Try changing your rule."
2877
2934
  msgstr ""
2878
2935
 
2936
+ msgid "Given criteria doesn't match any non-modular RPMs. Try changing your rule."
2937
+ msgstr ""
2938
+
2879
2939
  msgid "Go to job details"
2880
2940
  msgstr ""
2881
2941
 
@@ -2900,6 +2960,9 @@ msgstr ""
2900
2960
  msgid "Has to be > 0"
2901
2961
  msgstr ""
2902
2962
 
2963
+ msgid "Help"
2964
+ msgstr ""
2965
+
2903
2966
  msgid "Helper"
2904
2967
  msgstr ""
2905
2968
 
@@ -2990,12 +3053,6 @@ msgstr ""
2990
3053
  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."
2991
3054
  msgstr ""
2992
3055
 
2993
- msgid "Host did not finish content action in %s seconds. The task has been cancelled."
2994
- msgstr "主機 %s 秒內未完成內容動作。任務已經取消。"
2995
-
2996
- msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
2997
- msgstr "主機 %s 秒內未回應。任務已經取消。katello-agent 已安裝且 goferd 已在主機上執行?"
2998
-
2999
3056
  msgid "Host errata advisory"
3000
3057
  msgstr ""
3001
3058
 
@@ -3017,6 +3074,9 @@ msgstr ""
3017
3074
  msgid "Host id to list applicable packages for"
3018
3075
  msgstr ""
3019
3076
 
3077
+ msgid "Host lifecycle support expiration notification"
3078
+ msgstr ""
3079
+
3020
3080
  msgid "Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this instance"
3021
3081
  msgstr ""
3022
3082
 
@@ -3217,9 +3277,6 @@ msgstr ""
3217
3277
  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"
3218
3278
  msgstr ""
3219
3279
 
3220
- msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
3221
- msgstr ""
3222
-
3223
3280
  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."
3224
3281
  msgstr ""
3225
3282
 
@@ -3304,9 +3361,6 @@ msgstr ""
3304
3361
  msgid "Import a Manifest to Begin"
3305
3362
  msgstr ""
3306
3363
 
3307
- msgid "Import a Manifest to manage your Entitlements."
3308
- msgstr ""
3309
-
3310
3364
  msgid "Import a Manifest using the manifest tab above."
3311
3365
  msgstr ""
3312
3366
 
@@ -3319,6 +3373,9 @@ msgstr ""
3319
3373
  msgid "Import a repository"
3320
3374
  msgstr ""
3321
3375
 
3376
+ msgid "Import a subscription manifest to give hosts access to Red Hat content."
3377
+ msgstr ""
3378
+
3322
3379
  msgid "Import facts"
3323
3380
  msgstr "匯入詳情"
3324
3381
 
@@ -3427,36 +3484,12 @@ msgstr "對連上同步計畫的產品進行同步"
3427
3484
  msgid "Install"
3428
3485
  msgstr "安裝"
3429
3486
 
3430
- msgid "Install Applicable Errata"
3431
- msgstr "安裝可套用的勘誤"
3432
-
3433
- msgid "Install Applicable Errata on %s"
3434
- msgstr "在 %s 上安裝可套用的勘誤"
3435
-
3436
- msgid "Install content on one or more hosts using katello-agent. %s"
3437
- msgstr ""
3438
-
3439
3487
  msgid "Install errata using scoped search query"
3440
3488
  msgstr ""
3441
3489
 
3442
3490
  msgid "Install errata via Katello interface"
3443
3491
  msgstr "透過 Katello 介面安裝勘誤"
3444
3492
 
3445
- msgid "Install erratum"
3446
- msgstr "安裝勘誤"
3447
-
3448
- msgid "Install erratum for %s"
3449
- msgstr ""
3450
-
3451
- msgid "Install package"
3452
- msgstr "安裝套件"
3453
-
3454
- msgid "Install package for %s"
3455
- msgstr ""
3456
-
3457
- msgid "Install package group"
3458
- msgstr "安裝套件群組"
3459
-
3460
3493
  msgid "Install package group via Katello interface"
3461
3494
  msgstr "透過 Katello 介面安裝套件群組"
3462
3495
 
@@ -3466,18 +3499,12 @@ msgstr "透過 Katello 介面安裝套件"
3466
3499
  msgid "Install packages"
3467
3500
  msgstr ""
3468
3501
 
3469
- msgid "Install packages remotely using katello-agent. %s"
3470
- msgstr ""
3471
-
3472
3502
  msgid "Install packages via Katello interface"
3473
3503
  msgstr ""
3474
3504
 
3475
3505
  msgid "Install via customized remote execution"
3476
3506
  msgstr ""
3477
3507
 
3478
- msgid "Install via katello-agent"
3479
- msgstr ""
3480
-
3481
3508
  msgid "Install via remote execution"
3482
3509
  msgstr ""
3483
3510
 
@@ -3490,15 +3517,6 @@ msgstr ""
3490
3517
  msgid "Installable updates"
3491
3518
  msgstr ""
3492
3519
 
3493
- msgid "Installation of errata requested: %{errata}"
3494
- msgstr ""
3495
-
3496
- msgid "Installation of package group(s) requested: %{groups}"
3497
- msgstr ""
3498
-
3499
- msgid "Installation of package(s) requested: %{packages}"
3500
- msgstr ""
3501
-
3502
3520
  msgid "Installation status"
3503
3521
  msgstr ""
3504
3522
 
@@ -3556,9 +3574,6 @@ msgstr ""
3556
3574
  msgid "Invalid content label: %s"
3557
3575
  msgstr "無效的內容標籤:%s"
3558
3576
 
3559
- msgid "Invalid content type %s"
3560
- msgstr "無效的內容類型 %s"
3561
-
3562
3577
  msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
3563
3578
  msgstr "提供了無效的內容類型 '%{content_type}'。內容類型能夠是 %{content_types} 之一"
3564
3579
 
@@ -3634,15 +3649,9 @@ msgstr ""
3634
3649
  msgid "Job '${description}' has started."
3635
3650
  msgstr ""
3636
3651
 
3637
- msgid "Katello 4.10"
3638
- msgstr ""
3639
-
3640
3652
  msgid "Katello ID of local pool to update"
3641
3653
  msgstr ""
3642
3654
 
3643
- msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
3644
- msgstr ""
3645
-
3646
3655
  msgid "Katello: Install Errata"
3647
3656
  msgstr "Katello:安裝勘誤"
3648
3657
 
@@ -3724,6 +3733,9 @@ msgstr ""
3724
3733
  msgid "Last refresh :"
3725
3734
  msgstr ""
3726
3735
 
3736
+ msgid "Last sync"
3737
+ msgstr ""
3738
+
3727
3739
  msgid "Last task"
3728
3740
  msgstr ""
3729
3741
 
@@ -3784,6 +3796,9 @@ msgstr ""
3784
3796
  msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
3785
3797
  msgstr "生命週期環境 '%{environment}' 尚未連接至此 capsule。"
3786
3798
 
3799
+ msgid "Lifecycle environment '%{env}' cannot be used with content view '%{view}'"
3800
+ msgstr ""
3801
+
3787
3802
  msgid "Lifecycle environment ID"
3788
3803
  msgstr ""
3789
3804
 
@@ -3865,6 +3880,9 @@ msgstr ""
3865
3880
  msgid "List components attached to this content view"
3866
3881
  msgstr ""
3867
3882
 
3883
+ msgid "List content counts for the smart proxy"
3884
+ msgstr ""
3885
+
3868
3886
  msgid "List content view versions"
3869
3887
  msgstr "列出內容視域版本"
3870
3888
 
@@ -3916,9 +3934,6 @@ msgstr ""
3916
3934
  msgid "List of Errata ids"
3917
3935
  msgstr "列出勘誤 ID"
3918
3936
 
3919
- msgid "List of Errata ids to install. Will be removed in %s"
3920
- msgstr ""
3921
-
3922
3937
  msgid "List of Products for sync plan"
3923
3938
  msgstr "同步計畫的產品清單"
3924
3939
 
@@ -3928,12 +3943,6 @@ msgstr ""
3928
3943
  msgid "List of component content view version ids for composite views"
3929
3944
  msgstr "複合式視域的元件內容視域版本 ID 之清單"
3930
3945
 
3931
- msgid "List of content (e.g. package names, package group names (Deprecated) or errata ids)"
3932
- msgstr ""
3933
-
3934
- msgid "List of content (e.g. package or package group names)"
3935
- msgstr "內容清單(例如套件或是套件群組名稱)"
3936
-
3937
3946
  msgid "List of content units to ignore while syncing a yum repository. Must be subset of %s"
3938
3947
  msgstr ""
3939
3948
 
@@ -4081,6 +4090,9 @@ msgstr "載入中……"
4081
4090
  msgid "Low"
4082
4091
  msgstr ""
4083
4092
 
4093
+ msgid "Maintenance support"
4094
+ msgstr ""
4095
+
4084
4096
  msgid "Make copy of a content view"
4085
4097
  msgstr "複製一份內容視域"
4086
4098
 
@@ -4138,6 +4150,9 @@ msgstr ""
4138
4150
  msgid "Matched"
4139
4151
  msgstr ""
4140
4152
 
4153
+ msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
4154
+ msgstr ""
4155
+
4141
4156
  msgid "Matching content"
4142
4157
  msgstr ""
4143
4158
 
@@ -4353,9 +4368,6 @@ msgstr "沒有內容視域"
4353
4368
  msgid "No Content found"
4354
4369
  msgstr ""
4355
4370
 
4356
- msgid "No Lifecycle environment to select"
4357
- msgstr ""
4358
-
4359
4371
  msgid "No Manifest Uploaded"
4360
4372
  msgstr ""
4361
4373
 
@@ -4380,9 +4392,6 @@ msgstr ""
4380
4392
  msgid "No applicable errata"
4381
4393
  msgstr ""
4382
4394
 
4383
- msgid "No applicable errata for %s, skipping"
4384
- msgstr ""
4385
-
4386
4395
  msgid "No applications to restart"
4387
4396
  msgstr ""
4388
4397
 
@@ -4401,9 +4410,6 @@ msgstr ""
4401
4410
  msgid "No content added."
4402
4411
  msgstr ""
4403
4412
 
4404
- msgid "No content has been provided."
4405
- msgstr "未提供內容。"
4406
-
4407
4413
  msgid "No content ids provided"
4408
4414
  msgstr "未提供內容 ID"
4409
4415
 
@@ -4434,6 +4440,9 @@ msgstr ""
4434
4440
  msgid "No description provided"
4435
4441
  msgstr ""
4436
4442
 
4443
+ msgid "No docker manifests to delete after ignoring manifests with tags or manifest lists"
4444
+ msgstr ""
4445
+
4437
4446
  msgid "No enabled repositories match your search criteria."
4438
4447
  msgstr ""
4439
4448
 
@@ -4515,9 +4524,6 @@ msgstr ""
4515
4524
  msgid "No matching DEB found."
4516
4525
  msgstr ""
4517
4526
 
4518
- msgid "No matching RPM found."
4519
- msgstr ""
4520
-
4521
4527
  msgid "No matching activation keys found."
4522
4528
  msgstr ""
4523
4529
 
@@ -4545,6 +4551,9 @@ msgstr ""
4545
4551
  msgid "No matching hosts found."
4546
4552
  msgstr ""
4547
4553
 
4554
+ msgid "No matching non-modular RPM found."
4555
+ msgstr ""
4556
+
4548
4557
  msgid "No matching packages found"
4549
4558
  msgstr ""
4550
4559
 
@@ -4761,6 +4770,9 @@ msgstr "匯入軟體庫的磁碟位置"
4761
4770
  msgid "On-disk location for pulp 3 exported repositories"
4762
4771
  msgstr ""
4763
4772
 
4773
+ msgid "Once the prerequisites are met, select a provider to install katello-host-tools-tracer"
4774
+ msgstr ""
4775
+
4764
4776
  msgid "One of parameters [ %s ] required but not specified."
4765
4777
  msgstr "需要其中一項 [%s] 參數,不過尚未指定。"
4766
4778
 
@@ -4785,6 +4797,9 @@ msgstr ""
4785
4797
  msgid "Only one Red Hat provider permitted for an Organization"
4786
4798
  msgstr "一個組織只能有一個 Red Hat 供應者"
4787
4799
 
4800
+ msgid "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page."
4801
+ msgstr ""
4802
+
4788
4803
  msgid "Only returns id and quantity fields"
4789
4804
  msgstr ""
4790
4805
 
@@ -5195,6 +5210,9 @@ msgid ""
5195
5210
  " this is not the same product id as the products api returns"
5196
5211
  msgstr ""
5197
5212
 
5213
+ msgid "Product label"
5214
+ msgstr ""
5215
+
5198
5216
  msgid "Product name"
5199
5217
  msgstr "產品名稱"
5200
5218
 
@@ -5267,6 +5285,9 @@ msgstr "佈建範本 ID"
5267
5285
  msgid "Proxies"
5268
5286
  msgstr "代理伺服器"
5269
5287
 
5288
+ msgid "Proxy sync failure"
5289
+ msgstr ""
5290
+
5270
5291
  msgid "Public"
5271
5292
  msgstr "公開的"
5272
5293
 
@@ -5399,6 +5420,12 @@ msgstr "記憶體:%s GB"
5399
5420
  msgid "RH Repos"
5400
5421
  msgstr ""
5401
5422
 
5423
+ msgid "RHEL Lifecycle status"
5424
+ msgstr ""
5425
+
5426
+ msgid "RHEL lifecycle"
5427
+ msgstr ""
5428
+
5402
5429
  msgid "RHUI"
5403
5430
  msgstr ""
5404
5431
 
@@ -5447,9 +5474,6 @@ msgstr ""
5447
5474
  msgid "Reboot required"
5448
5475
  msgstr ""
5449
5476
 
5450
- msgid "Recalculate"
5451
- msgstr ""
5452
-
5453
5477
  msgid "Recently Expired Subscriptions"
5454
5478
  msgstr "最近過期的訂閱服務"
5455
5479
 
@@ -5525,6 +5549,18 @@ msgstr ""
5525
5549
  msgid "Refresh an alternate content source. Refreshing, like repository syncing, is required before using an alternate content source."
5526
5550
  msgstr ""
5527
5551
 
5552
+ msgid "Refresh applicability"
5553
+ msgstr ""
5554
+
5555
+ msgid "Refresh counts"
5556
+ msgstr ""
5557
+
5558
+ msgid "Refresh errata applicability"
5559
+ msgstr ""
5560
+
5561
+ msgid "Refresh package applicability"
5562
+ msgstr ""
5563
+
5528
5564
  msgid "Refresh previously imported manifest for Red Hat provider"
5529
5565
  msgstr "為 Red Hat 供應者更新之前匯入的清單"
5530
5566
 
@@ -5606,13 +5642,10 @@ msgstr "重新載入資料"
5606
5642
  msgid "Remote action:"
5607
5643
  msgstr "遠端動作:"
5608
5644
 
5609
- msgid "Remote execution job '${description}' failed."
5610
- msgstr ""
5611
-
5612
- msgid "Removal of package group(s) requested: %{groups}"
5645
+ msgid "Remote execution is enabled."
5613
5646
  msgstr ""
5614
5647
 
5615
- msgid "Removal of package(s) requested: %{packages}"
5648
+ msgid "Remote execution job '${description}' failed."
5616
5649
  msgstr ""
5617
5650
 
5618
5651
  msgid "Remove"
@@ -5636,9 +5669,6 @@ msgstr ""
5636
5669
  msgid "Remove components from the content view"
5637
5670
  msgstr ""
5638
5671
 
5639
- msgid "Remove content on one or more hosts using katello-agent. %s"
5640
- msgstr ""
5641
-
5642
5672
  msgid "Remove content view version"
5643
5673
  msgstr "移除內容視域版本"
5644
5674
 
@@ -5672,15 +5702,6 @@ msgstr "從一或多台主機刪除一或多個主機集項目"
5672
5702
  msgid "Remove one or more subscriptions from an upstream manifest"
5673
5703
  msgstr ""
5674
5704
 
5675
- msgid "Remove package"
5676
- msgstr "移除套件"
5677
-
5678
- msgid "Remove package for %s"
5679
- msgstr ""
5680
-
5681
- msgid "Remove package group"
5682
- msgstr "移除了套件群組"
5683
-
5684
5705
  msgid "Remove package group via Katello interface"
5685
5706
  msgstr "透過 Katello 介面移除套件群組"
5686
5707
 
@@ -5726,10 +5747,13 @@ msgstr ""
5726
5747
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5727
5748
  msgstr ""
5728
5749
 
5750
+ msgid "Repo ID"
5751
+ msgstr ""
5752
+
5729
5753
  msgid "Repo Type"
5730
5754
  msgstr "軟體庫類型"
5731
5755
 
5732
- msgid "Report"
5756
+ msgid "Repo label"
5733
5757
  msgstr ""
5734
5758
 
5735
5759
  msgid "Repositories"
@@ -5738,6 +5762,9 @@ msgstr "軟體庫"
5738
5762
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
5739
5763
  msgstr ""
5740
5764
 
5765
+ 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."
5766
+ msgstr ""
5767
+
5741
5768
  msgid "Repositories from published Content Views are not allowed."
5742
5769
  msgstr "不允許來自於已發行之內容視域的軟體庫。"
5743
5770
 
@@ -5750,12 +5777,18 @@ msgstr ""
5750
5777
  msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
5751
5778
  msgstr ""
5752
5779
 
5780
+ msgid "Repository %{label} failed to synchronize"
5781
+ msgstr ""
5782
+
5753
5783
  msgid "Repository '%(repoName)s' has been disabled."
5754
5784
  msgstr ""
5755
5785
 
5756
5786
  msgid "Repository '%(repoName)s' has been enabled."
5757
5787
  msgstr ""
5758
5788
 
5789
+ msgid "Repository ID"
5790
+ msgstr ""
5791
+
5759
5792
  msgid "Repository Id associated with the kickstart repo used for provisioning"
5760
5793
  msgstr ""
5761
5794
 
@@ -5777,6 +5810,9 @@ msgstr "軟體庫識別子"
5777
5810
  msgid "Repository label '%s' is not associated with content view."
5778
5811
  msgstr ""
5779
5812
 
5813
+ msgid "Repository name"
5814
+ msgstr ""
5815
+
5780
5816
  msgid "Repository not found"
5781
5817
  msgstr "找不到軟體庫"
5782
5818
 
@@ -5816,6 +5852,9 @@ msgstr ""
5816
5852
  msgid "Repository sets will appear here when the host's content view and environment has available content."
5817
5853
  msgstr ""
5818
5854
 
5855
+ msgid "Repository sync failure"
5856
+ msgstr ""
5857
+
5819
5858
  msgid "Repository type"
5820
5859
  msgstr ""
5821
5860
 
@@ -6044,9 +6083,6 @@ msgstr "儲存"
6044
6083
  msgid "Saving alternate content source..."
6045
6084
  msgstr ""
6046
6085
 
6047
- msgid "Schedule errata for installation using katello-agent. %s"
6048
- msgstr ""
6049
-
6050
6086
  msgid "Schema Version 1"
6051
6087
  msgstr ""
6052
6088
 
@@ -6224,7 +6260,10 @@ msgstr ""
6224
6260
  msgid "Select source type"
6225
6261
  msgstr ""
6226
6262
 
6227
- msgid "Select system purpose attributes for host {hostName}."
6263
+ msgid "Select system purpose attributes for activation key {name}."
6264
+ msgstr ""
6265
+
6266
+ msgid "Select system purpose attributes for host {name}."
6228
6267
  msgstr ""
6229
6268
 
6230
6269
  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."
@@ -6392,6 +6431,9 @@ msgstr ""
6392
6431
  msgid "Simple Content Access has been enabled for '%{subject}'."
6393
6432
  msgstr ""
6394
6433
 
6434
+ msgid "Simple Content Access will be required for all organizations in Katello 4.12."
6435
+ msgstr ""
6436
+
6395
6437
  msgid "Simplified"
6396
6438
  msgstr ""
6397
6439
 
@@ -6410,12 +6452,21 @@ msgstr "pulp 檢查失敗後,跳過 pulp_auth"
6410
6452
  msgid "Smart proxies"
6411
6453
  msgstr "智慧代理"
6412
6454
 
6455
+ msgid "Smart proxy ID"
6456
+ msgstr ""
6457
+
6413
6458
  msgid "Smart proxy IDs"
6414
6459
  msgstr "智慧型代理伺服器的 ID"
6415
6460
 
6461
+ msgid "Smart proxy content count refresh has started in the background"
6462
+ msgstr ""
6463
+
6416
6464
  msgid "Smart proxy content source not found!"
6417
6465
  msgstr ""
6418
6466
 
6467
+ msgid "Smart proxy name"
6468
+ msgstr ""
6469
+
6419
6470
  msgid "Sockets"
6420
6471
  msgstr "插槽"
6421
6472
 
@@ -6524,6 +6575,9 @@ msgstr ""
6524
6575
  msgid "Something went wrong while refreshing alternate content sources: "
6525
6576
  msgstr ""
6526
6577
 
6578
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
6579
+ msgstr ""
6580
+
6527
6581
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
6528
6582
  msgstr ""
6529
6583
 
@@ -6785,6 +6839,9 @@ msgstr "摘要"
6785
6839
  msgid "Support Type"
6786
6840
  msgstr "支援類型"
6787
6841
 
6842
+ msgid "Support ended"
6843
+ msgstr ""
6844
+
6788
6845
  msgid "Supported Content Types"
6789
6846
  msgstr ""
6790
6847
 
@@ -6866,15 +6923,15 @@ msgstr ""
6866
6923
  msgid "Syncable export"
6867
6924
  msgstr ""
6868
6925
 
6926
+ msgid "Synced"
6927
+ msgstr ""
6928
+
6869
6929
  msgid "Synced "
6870
6930
  msgstr ""
6871
6931
 
6872
6932
  msgid "Synced Content"
6873
6933
  msgstr "已同步內容"
6874
6934
 
6875
- msgid "Synced to smart proxy"
6876
- msgstr ""
6877
-
6878
6935
  msgid "Synchronize"
6879
6936
  msgstr "同步"
6880
6937
 
@@ -6932,12 +6989,24 @@ msgstr ""
6932
6989
  msgid "Task ${task.humanized.action} has started."
6933
6990
  msgstr ""
6934
6991
 
6992
+ msgid "Task ID"
6993
+ msgstr ""
6994
+
6935
6995
  msgid "Task canceled"
6936
6996
  msgstr "任務已取消"
6937
6997
 
6938
6998
  msgid "Task detail"
6939
6999
  msgstr ""
6940
7000
 
7001
+ msgid "Task details"
7002
+ msgstr ""
7003
+
7004
+ msgid "Task result"
7005
+ msgstr ""
7006
+
7007
+ msgid "Task state"
7008
+ msgstr ""
7009
+
6941
7010
  msgid "Temporary"
6942
7011
  msgstr "暫時性"
6943
7012
 
@@ -6947,6 +7016,18 @@ msgstr "'%s' 環境不可包含變更集!"
6947
7016
  msgid "The Alternate Content Source type"
6948
7017
  msgstr ""
6949
7018
 
7019
+ msgid "The Foreman Client repository is available in the host's content view environment(s). "
7020
+ msgstr ""
7021
+
7022
+ msgid "The Foreman Client repository is enabled. "
7023
+ msgstr ""
7024
+
7025
+ msgid "The Foreman Client repository is synced. "
7026
+ msgstr ""
7027
+
7028
+ msgid "The Foreman Client repository set is enabled for the host. "
7029
+ msgstr ""
7030
+
6950
7031
  msgid "The URL to receive a session token from, e.g. used with Automation Hub."
6951
7032
  msgstr ""
6952
7033
 
@@ -6968,9 +7049,6 @@ msgstr "無法編輯、推送、或刪除預設的內容視域。"
6968
7049
  msgid "The default content view cannot be promoted"
6969
7050
  msgstr "無法提示預設的內容視域"
6970
7051
 
6971
- msgid "The default dependency solving value for new content views."
6972
- msgstr ""
6973
-
6974
7052
  msgid "The description for the content view version"
6975
7053
  msgstr ""
6976
7054
 
@@ -7116,12 +7194,6 @@ msgstr ""
7116
7194
  msgid "The type of content to upload (srpm, file, etc.). Check uploadable types here: /katello/api/repositories/repository_types"
7117
7195
  msgstr ""
7118
7196
 
7119
- msgid "The type of content. The following types are supported: 'package' and 'package_group."
7120
- msgstr "內容的類型。支援以下類型:「package」(套件)與「package_group」(套件群組)。"
7121
-
7122
- msgid "The type of content. The following types are supported: 'package', 'package_group' and 'errata'."
7123
- msgstr "內容的類型。支援以下類型;「package」(套件)、「package_group」(套件群組)與「errata」(勘誤)。"
7124
-
7125
7197
  msgid "There are no Manifests to display"
7126
7198
  msgstr ""
7127
7199
 
@@ -7194,9 +7266,6 @@ msgstr ""
7194
7266
  msgid "This action should only be taken in extreme circumstances or for debugging purposes."
7195
7267
  msgstr ""
7196
7268
 
7197
- msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
7198
- msgstr ""
7199
-
7200
7269
  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."
7201
7270
  msgstr ""
7202
7271
 
@@ -7254,10 +7323,10 @@ msgstr ""
7254
7323
  msgid "This is not a linked repository"
7255
7324
  msgstr ""
7256
7325
 
7257
- 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}."
7326
+ msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12."
7258
7327
  msgstr ""
7259
7328
 
7260
- msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7329
+ msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7261
7330
  msgstr ""
7262
7331
 
7263
7332
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7293,12 +7362,6 @@ msgstr ""
7293
7362
  msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7294
7363
  msgstr ""
7295
7364
 
7296
- msgid "Time in seconds to wait for a host to finish a katello-agent action"
7297
- msgstr ""
7298
-
7299
- msgid "Time in seconds to wait for a host to pick up a katello-agent action"
7300
- msgstr ""
7301
-
7302
7365
  msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
7303
7366
  msgstr ""
7304
7367
 
@@ -7524,9 +7587,6 @@ msgstr ""
7524
7587
  msgid "Uninstall and reset"
7525
7588
  msgstr ""
7526
7589
 
7527
- msgid "Uninstall packages remotely using katello-agent. %s"
7528
- msgstr ""
7529
-
7530
7590
  msgid "Unknown"
7531
7591
  msgstr "不明"
7532
7592
 
@@ -7584,6 +7644,9 @@ msgstr ""
7584
7644
  msgid "Update CDN Configuration"
7585
7645
  msgstr ""
7586
7646
 
7647
+ msgid "Update Content Counts"
7648
+ msgstr ""
7649
+
7587
7650
  msgid "Update Content Overrides"
7588
7651
  msgstr ""
7589
7652
 
@@ -7629,7 +7692,7 @@ msgstr "更新環境"
7629
7692
  msgid "Update an environment in an organization"
7630
7693
  msgstr "更新組織中的環境"
7631
7694
 
7632
- msgid "Update content on one or more hosts using katello-agent. %s"
7695
+ msgid "Update content counts for the smart proxy"
7633
7696
  msgstr ""
7634
7697
 
7635
7698
  msgid "Update content urls"
@@ -7653,30 +7716,15 @@ msgstr ""
7653
7716
  msgid "Update installed packages, enabled repos, module inventory"
7654
7717
  msgstr ""
7655
7718
 
7656
- msgid "Update of all packages requested"
7657
- msgstr ""
7658
-
7659
- msgid "Update of package(s) requested: %{packages}"
7660
- msgstr ""
7661
-
7662
7719
  msgid "Update organization"
7663
7720
  msgstr "更新組織"
7664
7721
 
7665
- msgid "Update package"
7666
- msgstr "更新套件"
7667
-
7668
- msgid "Update package for %s"
7669
- msgstr ""
7670
-
7671
7722
  msgid "Update package group via Katello interface"
7672
7723
  msgstr "透過 Katello 介面更新套件群組"
7673
7724
 
7674
7725
  msgid "Update package via Katello interface"
7675
7726
  msgstr "透過 Katello 介面更新套件"
7676
7727
 
7677
- msgid "Update packages remotely using katello-agent. %s"
7678
- msgstr ""
7679
-
7680
7728
  msgid "Update packages via Katello interface"
7681
7729
  msgstr ""
7682
7730
 
@@ -7728,9 +7776,6 @@ msgstr "更新"
7728
7776
  msgid "Updates a product"
7729
7777
  msgstr "更新產品"
7730
7778
 
7731
- msgid "Updates all packages on the host(s)"
7732
- msgstr ""
7733
-
7734
7779
  msgid "Updates available: Component content view versions have been updated."
7735
7780
  msgstr ""
7736
7781
 
@@ -7848,9 +7893,6 @@ msgstr ""
7848
7893
  msgid "Use HTTP proxies"
7849
7894
  msgstr ""
7850
7895
 
7851
- msgid "Use remote execution by default"
7852
- msgstr ""
7853
-
7854
7896
  msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
7855
7897
  msgstr ""
7856
7898
 
@@ -7971,12 +8013,18 @@ msgstr ""
7971
8013
  msgid "View by"
7972
8014
  msgstr ""
7973
8015
 
8016
+ msgid "View content views"
8017
+ msgstr ""
8018
+
7974
8019
  msgid "View documentation"
7975
8020
  msgstr ""
7976
8021
 
7977
8022
  msgid "View matching content"
7978
8023
  msgstr ""
7979
8024
 
8025
+ msgid "View sync status"
8026
+ msgstr ""
8027
+
7980
8028
  msgid "View tasks "
7981
8029
  msgstr ""
7982
8030
 
@@ -7995,7 +8043,7 @@ msgstr ""
7995
8043
  msgid "Virtual host"
7996
8044
  msgstr ""
7997
8045
 
7998
- msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
8046
+ msgid "WARNING: Simple Content Access will be required for all organizations in Katello 4.12."
7999
8047
  msgstr ""
8000
8048
 
8001
8049
  msgid "Waiting to start."
@@ -8142,15 +8190,15 @@ msgstr ""
8142
8190
  msgid "Your search returned no matching Module streams."
8143
8191
  msgstr ""
8144
8192
 
8145
- msgid "Your search returned no matching RPMs."
8146
- msgstr ""
8147
-
8148
8193
  msgid "Your search returned no matching activation keys."
8149
8194
  msgstr ""
8150
8195
 
8151
8196
  msgid "Your search returned no matching hosts."
8152
8197
  msgstr ""
8153
8198
 
8199
+ msgid "Your search returned no matching non-modular RPMs."
8200
+ msgstr ""
8201
+
8154
8202
  msgid "Yum"
8155
8203
  msgstr ""
8156
8204
 
@@ -8337,9 +8385,6 @@ msgstr "內容發行版本"
8337
8385
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8338
8386
  msgstr ""
8339
8387
 
8340
- msgid "content view Dependency Solving Default"
8341
- msgstr ""
8342
-
8343
8388
  msgid "content view component ID. Identifier of the component association"
8344
8389
  msgstr ""
8345
8390
 
@@ -8460,9 +8505,6 @@ msgstr ""
8460
8505
  msgid "errata_ids is a required parameter"
8461
8506
  msgstr ""
8462
8507
 
8463
- msgid "errata_ids or update_all must be provided"
8464
- msgstr ""
8465
-
8466
8508
  msgid "erratum: IDs or a select all object"
8467
8509
  msgstr "勘誤:ID 或全選物件"
8468
8510
 
@@ -8619,9 +8661,6 @@ msgstr ""
8619
8661
  msgid "list filters"
8620
8662
  msgstr "列出篩選器"
8621
8663
 
8622
- msgid "list of packages names"
8623
- msgstr "套件名稱清單"
8624
-
8625
8664
  msgid "list of repository ids"
8626
8665
  msgstr "軟體庫 ID 的清單"
8627
8666