katello 4.15.0 → 4.16.0.rc1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (505) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/common/katello_object.js +2 -2
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +248 -263
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +247 -262
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +247 -262
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +521 -536
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +253 -268
  8. data/app/assets/javascripts/katello/locale/de/katello.js +248 -263
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +247 -262
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +249 -264
  11. data/app/assets/javascripts/katello/locale/el/katello.js +251 -266
  12. data/app/assets/javascripts/katello/locale/en/katello.js +253 -268
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +263 -278
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +247 -262
  15. data/app/assets/javascripts/katello/locale/es/katello.js +248 -263
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +247 -262
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +250 -265
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +247 -262
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +249 -264
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +249 -264
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +248 -263
  22. data/app/assets/javascripts/katello/locale/id/katello.js +261 -275
  23. data/app/assets/javascripts/katello/locale/it/katello.js +252 -267
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +250 -265
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +247 -262
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +248 -263
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +248 -263
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +247 -262
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +248 -263
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +252 -267
  31. data/app/assets/javascripts/katello/locale/or/katello.js +248 -263
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +248 -263
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +248 -263
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +247 -262
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +248 -263
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +248 -263
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +247 -262
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +247 -262
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +253 -268
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +247 -262
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +248 -263
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +248 -263
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +247 -262
  44. data/app/assets/javascripts/katello/locale/te/katello.js +248 -263
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +247 -262
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +247 -262
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +247 -262
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +247 -262
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +250 -265
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -270
  51. data/app/assets/javascripts/katello/sync_management/sync_management.js +16 -2
  52. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +33 -9
  53. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  54. data/app/controllers/katello/api/v2/activation_keys_controller.rb +4 -9
  55. data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
  56. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +3 -1
  57. data/app/controllers/katello/api/v2/content_views_controller.rb +4 -1
  58. data/app/controllers/katello/api/v2/environments_controller.rb +4 -0
  59. data/app/controllers/katello/api/v2/errata_controller.rb +12 -1
  60. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +81 -0
  61. data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +86 -0
  62. data/app/controllers/katello/api/v2/host_bootc_images_controller.rb +71 -0
  63. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +4 -6
  64. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -5
  65. data/app/controllers/katello/api/v2/repositories_controller.rb +18 -3
  66. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +0 -8
  67. data/app/controllers/katello/concerns/api/v2/http_proxies_controller_extensions.rb +17 -0
  68. data/app/controllers/katello/concerns/http_proxies_controller_extensions.rb +20 -0
  69. data/app/controllers/katello/sync_management_controller.rb +6 -2
  70. data/app/helpers/katello/content_source_helper.rb +8 -1
  71. data/app/helpers/katello/content_view_helper.rb +3 -1
  72. data/app/lib/actions/candlepin/activation_key/create.rb +1 -3
  73. data/app/lib/actions/candlepin/activation_key/update.rb +1 -3
  74. data/app/lib/actions/candlepin/environment/set_content.rb +17 -4
  75. data/app/lib/actions/katello/activation_key/create.rb +1 -2
  76. data/app/lib/actions/katello/activation_key/update.rb +2 -4
  77. data/app/lib/actions/katello/capsule_content/refresh_repos.rb +7 -1
  78. data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +3 -2
  79. data/app/lib/actions/katello/content_view/publish.rb +7 -2
  80. data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +11 -2
  81. data/app/lib/actions/katello/content_view_version/incremental_update.rb +31 -22
  82. data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +30 -0
  83. data/app/lib/actions/katello/flatpak/scan_remote.rb +17 -12
  84. data/app/lib/actions/katello/host/update_system_purpose.rb +1 -6
  85. data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +18 -2
  86. data/app/lib/actions/pulp3/repository/multi_copy_units.rb +4 -0
  87. data/app/lib/katello/api/v2/rendering.rb +2 -1
  88. data/app/lib/katello/concerns/base_template_scope_extensions.rb +3 -4
  89. data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +13 -0
  90. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -5
  91. data/app/lib/katello/resources/candlepin/product.rb +2 -1
  92. data/app/lib/katello/util/cveak_migrator.rb +3 -2
  93. data/app/lib/katello/validators/alternate_content_source_path_validator.rb +2 -2
  94. data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
  95. data/app/lib/katello/validators/content_validator.rb +1 -1
  96. data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +2 -2
  97. data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -2
  98. data/app/lib/katello/validators/content_view_environment_validator.rb +3 -3
  99. data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +12 -12
  100. data/app/lib/katello/validators/content_view_filter_version_validator.rb +1 -1
  101. data/app/lib/katello/validators/generated_content_view_validator.rb +1 -1
  102. data/app/lib/katello/validators/gpg_key_content_type_validator.rb +2 -2
  103. data/app/lib/katello/validators/gpg_key_content_validator.rb +5 -5
  104. data/app/lib/katello/validators/katello_label_format_validator.rb +4 -4
  105. data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
  106. data/app/lib/katello/validators/katello_url_format_validator.rb +1 -1
  107. data/app/lib/katello/validators/library_presence_validator.rb +1 -1
  108. data/app/lib/katello/validators/no_trailing_space_validator.rb +1 -1
  109. data/app/lib/katello/validators/non_library_environment_validator.rb +1 -1
  110. data/app/lib/katello/validators/not_in_library_validator.rb +1 -1
  111. data/app/lib/katello/validators/path_descendents_validator.rb +1 -1
  112. data/app/lib/katello/validators/prior_validator.rb +1 -1
  113. data/app/lib/katello/validators/product_unique_attribute_validator.rb +1 -1
  114. data/app/lib/katello/validators/repo_disablement_validator.rb +2 -2
  115. data/app/lib/katello/validators/root_repository_unique_attribute_validator.rb +1 -1
  116. data/app/lib/katello/validators/self_reference_environment_validator.rb +1 -1
  117. data/app/lib/katello/validators/unique_field_in_org.rb +1 -1
  118. data/app/models/katello/activation_key.rb +6 -17
  119. data/app/models/katello/authorization/flatpak_remote.rb +33 -0
  120. data/app/models/katello/concerns/content_facet_host_extensions.rb +2 -1
  121. data/app/models/katello/concerns/host_managed_extensions.rb +8 -5
  122. data/app/models/katello/concerns/http_proxy_extensions.rb +4 -0
  123. data/app/models/katello/concerns/smart_proxy_extensions.rb +30 -6
  124. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -8
  125. data/app/models/katello/content_view.rb +4 -2
  126. data/app/models/katello/content_view_erratum_filter.rb +18 -2
  127. data/app/models/katello/content_view_version.rb +6 -0
  128. data/app/models/katello/docker_manifest.rb +8 -0
  129. data/app/models/katello/docker_manifest_list.rb +8 -0
  130. data/app/models/katello/erratum.rb +8 -2
  131. data/app/models/katello/flatpak_remote.rb +16 -0
  132. data/app/models/katello/flatpak_remote_repository.rb +18 -0
  133. data/app/models/katello/flatpak_remote_repository_manifest.rb +4 -0
  134. data/app/models/katello/glue/candlepin/pool.rb +1 -1
  135. data/app/models/katello/glue/pulp/repos.rb +12 -1
  136. data/app/models/katello/host/content_facet.rb +42 -3
  137. data/app/models/katello/host/subscription_facet.rb +4 -12
  138. data/app/models/katello/repository.rb +21 -8
  139. data/app/models/katello/rhel_lifecycle_status.rb +6 -0
  140. data/app/models/katello/root_repository.rb +6 -8
  141. data/app/models/katello/upstream_pool.rb +1 -0
  142. data/app/overrides/add_organization_attributes.rb +6 -0
  143. data/app/services/katello/product_content_finder.rb +2 -1
  144. data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +1 -1
  145. data/app/services/katello/pulp3/docker_manifest.rb +3 -2
  146. data/app/services/katello/pulp3/docker_manifest_list.rb +3 -2
  147. data/app/services/katello/pulp3/repository/ansible_collection.rb +8 -1
  148. data/app/services/katello/pulp3/repository/apt.rb +16 -18
  149. data/app/services/katello/pulp3/repository/file.rb +4 -2
  150. data/app/services/katello/pulp3/repository.rb +4 -0
  151. data/app/services/katello/pulp3/task.rb +2 -2
  152. data/app/views/foreman/job_templates/bootc_action.erb +26 -0
  153. data/app/views/foreman/job_templates/bootc_rollback.erb +13 -0
  154. data/app/views/foreman/job_templates/bootc_status.erb +13 -0
  155. data/app/views/foreman/job_templates/bootc_switch.erb +13 -0
  156. data/app/views/foreman/job_templates/bootc_upgrade.erb +13 -0
  157. data/app/views/foreman/job_templates/flatpak_install.erb +23 -0
  158. data/app/views/foreman/job_templates/flatpak_login_action.erb +30 -0
  159. data/app/views/foreman/job_templates/flatpak_setup.erb +27 -0
  160. data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
  161. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
  162. data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +1 -1
  163. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
  164. data/app/views/katello/api/v2/activation_keys/base.json.rabl +0 -4
  165. data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -1
  166. data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -0
  167. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +5 -1
  168. data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -1
  169. data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -1
  170. data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +4 -0
  171. data/app/views/katello/api/v2/flatpak_remote_repositories/index.json.rabl +7 -0
  172. data/app/views/katello/api/v2/flatpak_remote_repositories/show.json.rabl +13 -0
  173. data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
  174. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +8 -0
  175. data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +11 -0
  176. data/app/views/katello/api/v2/flatpak_remotes/show.json.rabl +3 -0
  177. data/app/views/katello/api/v2/hosts/base.json.rabl +0 -8
  178. data/app/views/katello/api/v2/hosts/os_attributes.json.rabl +13 -0
  179. data/app/views/katello/api/v2/http_proxies/show.json.rabl +1 -0
  180. data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
  181. data/app/views/katello/api/v2/repositories/show.json.rabl +1 -0
  182. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +0 -4
  183. data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
  184. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +10 -4
  185. data/app/views/overrides/http_proxies/_update_setting_input.html.erb +18 -0
  186. data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
  187. data/config/initializers/monkeys.rb +0 -1
  188. data/config/initializers/pagelets.rb +6 -0
  189. data/config/routes/api/registry.rb +1 -0
  190. data/config/routes/api/v2.rb +21 -0
  191. data/config/routes/overrides.rb +1 -0
  192. data/config/routes.rb +2 -0
  193. data/db/migrate/20190605014649_add_purpose_addons.rb +0 -12
  194. data/db/migrate/20200213184848_create_evr_type.rb +126 -1
  195. data/db/migrate/20200818192230_update_system_purpose_status.rb +0 -1
  196. data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +0 -1
  197. data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +160 -0
  198. data/db/migrate/20241022121706_add_sync_dependencies_option.rb +5 -0
  199. data/db/migrate/20241101144625_remove_system_purpose_addons.rb +9 -0
  200. data/db/migrate/20241107002541_add_registry_url_to_katello_flatpak_remotes.rb +5 -0
  201. data/db/migrate/20241112145802_add_manifest_entity_to_content_facets.rb +7 -0
  202. data/db/migrate/20241120213713_add_allow_other_types_to_content_view_erratum_filter_rules.rb +6 -0
  203. data/db/migrate/20241206183052_add_content_type_to_container_manifests_and_lists.rb +9 -0
  204. data/db/seeds.d/75-job_templates.rb +5 -1
  205. data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +2 -2
  206. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js +3 -3
  207. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap.js +3 -3
  208. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +0 -5
  209. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +1 -41
  210. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +0 -12
  211. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html +1 -1
  212. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-system-purpose-modal.controller.js +1 -41
  213. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js +1 -1
  214. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
  215. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html +2 -2
  216. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +0 -13
  217. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -1
  218. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +0 -5
  219. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +1 -35
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -14
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +1 -1
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -2
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +46 -22
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +2 -1
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +4 -0
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html +1 -1
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +1 -1
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html +2 -1
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +85 -29
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +338 -93
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +340 -95
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +340 -95
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +341 -96
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +31 -54
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +338 -93
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +338 -93
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +341 -96
  239. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +349 -104
  240. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +338 -93
  241. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +33 -56
  242. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +338 -93
  243. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +80 -68
  244. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +340 -95
  245. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +340 -95
  246. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +339 -111
  247. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +340 -95
  248. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +379 -130
  249. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +342 -103
  250. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +70 -83
  251. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +84 -90
  252. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +340 -95
  253. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +130 -138
  254. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +338 -93
  255. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +340 -95
  256. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +343 -97
  257. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +340 -95
  258. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +340 -95
  259. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +340 -95
  260. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +338 -93
  261. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +338 -93
  262. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +40 -63
  263. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +338 -93
  264. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +338 -93
  265. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +343 -102
  266. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +338 -93
  267. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +340 -95
  268. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +338 -93
  269. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +340 -95
  270. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +340 -95
  271. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +338 -93
  272. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +338 -93
  273. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +338 -93
  274. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +338 -93
  275. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +70 -83
  276. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +362 -105
  277. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +29 -29
  278. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +1 -1
  279. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js +1 -1
  280. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html +2 -2
  281. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +24 -8
  282. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-tasks.html +2 -1
  283. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -2
  284. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -8
  285. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/os-versions.service.js +1 -0
  286. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html +3 -3
  287. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html +2 -1
  288. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html +4 -2
  289. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +2 -1
  290. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +3 -3
  291. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +1 -1
  292. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +1 -1
  293. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
  294. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +2 -2
  295. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -1
  296. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html +2 -2
  297. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -1
  298. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +1 -1
  299. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html +1 -1
  300. data/lib/katello/engine.rb +6 -0
  301. data/lib/katello/permission_creator.rb +37 -0
  302. data/lib/katello/permissions/host_permissions.rb +2 -0
  303. data/lib/katello/permissions/registry_permissions.rb +1 -0
  304. data/lib/katello/plugin.rb +18 -1
  305. data/lib/katello/repository_types/docker.rb +0 -1
  306. data/lib/katello/repository_types/python.rb +1 -1
  307. data/lib/katello/version.rb +1 -1
  308. data/lib/katello.rb +2 -0
  309. data/locale/Makefile +20 -24
  310. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  311. data/locale/bn/katello.po +248 -263
  312. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  313. data/locale/bn_IN/katello.po +247 -262
  314. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  315. data/locale/ca/katello.po +247 -262
  316. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  317. data/locale/cs/katello.po +524 -799
  318. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  319. data/locale/cs_CZ/katello.po +254 -269
  320. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  321. data/locale/de/katello.po +248 -263
  322. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  323. data/locale/de_AT/katello.po +247 -262
  324. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  325. data/locale/de_DE/katello.po +250 -265
  326. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  327. data/locale/el/katello.po +252 -267
  328. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  329. data/locale/en/katello.po +257 -271
  330. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  331. data/locale/en_GB/katello.po +264 -279
  332. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  333. data/locale/en_US/katello.po +247 -262
  334. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  335. data/locale/es/katello.po +248 -263
  336. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  337. data/locale/et_EE/katello.po +247 -262
  338. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  339. data/locale/fr/katello.po +250 -265
  340. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  341. data/locale/gl/katello.po +247 -262
  342. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  343. data/locale/gu/katello.po +250 -265
  344. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  345. data/locale/he_IL/katello.po +249 -264
  346. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  347. data/locale/hi/katello.po +248 -263
  348. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  349. data/locale/id/katello.po +264 -275
  350. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  351. data/locale/it/katello.po +254 -270
  352. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  353. data/locale/ja/katello.po +250 -265
  354. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  355. data/locale/ka/katello.po +247 -262
  356. data/locale/katello.pot +1216 -1215
  357. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  358. data/locale/kn/katello.po +248 -263
  359. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  360. data/locale/ko/katello.po +248 -263
  361. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  362. data/locale/ml_IN/katello.po +247 -262
  363. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  364. data/locale/mr/katello.po +248 -263
  365. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  366. data/locale/nl_NL/katello.po +254 -268
  367. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  368. data/locale/or/katello.po +248 -263
  369. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  370. data/locale/pa/katello.po +248 -263
  371. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  372. data/locale/pl/katello.po +249 -264
  373. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  374. data/locale/pl_PL/katello.po +247 -262
  375. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  376. data/locale/pt/katello.po +248 -263
  377. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  378. data/locale/pt_BR/katello.po +248 -263
  379. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  380. data/locale/ro/katello.po +247 -262
  381. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  382. data/locale/ro_RO/katello.po +247 -262
  383. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  384. data/locale/ru/katello.po +255 -270
  385. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  386. data/locale/sl/katello.po +247 -262
  387. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  388. data/locale/sv_SE/katello.po +249 -264
  389. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  390. data/locale/ta/katello.po +248 -263
  391. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  392. data/locale/ta_IN/katello.po +247 -262
  393. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  394. data/locale/te/katello.po +248 -263
  395. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  396. data/locale/tr/katello.po +247 -262
  397. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  398. data/locale/vi/katello.po +247 -262
  399. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  400. data/locale/vi_VN/katello.po +247 -262
  401. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  402. data/locale/zh/katello.po +247 -262
  403. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  404. data/locale/zh_CN/katello.po +250 -265
  405. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  406. data/locale/zh_TW/katello.po +257 -272
  407. data/webpack/ForemanColumnExtensions/index.js +73 -3
  408. data/webpack/ForemanColumnExtensions/index.scss +9 -0
  409. data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +1 -0
  410. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +1 -1
  411. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +1 -20
  412. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +3 -61
  413. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +0 -5
  414. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -5
  415. data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +87 -0
  416. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +28 -2
  417. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +1 -1
  418. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +2 -2
  419. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -1
  420. data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +55 -0
  421. data/webpack/containers/Application/config.js +5 -0
  422. data/webpack/global_index.js +3 -1
  423. data/webpack/redux/actions/RedHatRepositories/helpers.js +9 -0
  424. data/webpack/scenes/BootedContainerImages/BootedContainerImagesConstants.js +5 -0
  425. data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +242 -0
  426. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImages.fixtures.js +42 -0
  427. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImagesPage.test.js +233 -0
  428. data/webpack/scenes/BootedContainerImages/index.js +4 -0
  429. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +1 -2
  430. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +39 -7
  431. data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +13 -2
  432. data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +1 -1
  433. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +1 -0
  434. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +4 -2
  435. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +1 -2
  436. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +20 -1
  437. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +20 -1
  438. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +128 -18
  439. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +0 -1
  440. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +1 -2
  441. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -4
  442. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +5 -1
  443. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +6 -1
  444. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -1
  445. data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +5 -1
  446. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +4 -2
  447. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +38 -0
  448. data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +0 -1
  449. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +0 -10
  450. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -3
  451. data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +0 -1
  452. metadata +61 -58
  453. data/app/models/katello/activation_key_purpose_addon.rb +0 -6
  454. data/app/models/katello/purpose_addon.rb +0 -11
  455. data/app/models/katello/subscription_facet_purpose_addon.rb +0 -6
  456. data/lib/monkeys/fx_sqlite_skip.rb +0 -13
  457. data/locale/action_names.rb +0 -181
  458. data/locale/bn/katello.po.time_stamp +0 -0
  459. data/locale/bn_IN/katello.po.time_stamp +0 -0
  460. data/locale/ca/katello.po.time_stamp +0 -0
  461. data/locale/cs/katello.po.time_stamp +0 -0
  462. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  463. data/locale/de/katello.po.time_stamp +0 -0
  464. data/locale/de_AT/katello.po.time_stamp +0 -0
  465. data/locale/de_DE/katello.po.time_stamp +0 -0
  466. data/locale/el/katello.po.time_stamp +0 -0
  467. data/locale/en/katello.po.time_stamp +0 -0
  468. data/locale/en_GB/katello.po.time_stamp +0 -0
  469. data/locale/en_US/katello.po.time_stamp +0 -0
  470. data/locale/es/katello.po.time_stamp +0 -0
  471. data/locale/et_EE/katello.po.time_stamp +0 -0
  472. data/locale/fr/katello.po.time_stamp +0 -0
  473. data/locale/gl/katello.po.time_stamp +0 -0
  474. data/locale/gu/katello.po.time_stamp +0 -0
  475. data/locale/he_IL/katello.po.time_stamp +0 -0
  476. data/locale/hi/katello.po.time_stamp +0 -0
  477. data/locale/id/katello.po.time_stamp +0 -0
  478. data/locale/it/katello.po.time_stamp +0 -0
  479. data/locale/ja/katello.po.time_stamp +0 -0
  480. data/locale/ka/katello.po.time_stamp +0 -0
  481. data/locale/kn/katello.po.time_stamp +0 -0
  482. data/locale/ko/katello.po.time_stamp +0 -0
  483. data/locale/ml_IN/katello.po.time_stamp +0 -0
  484. data/locale/mr/katello.po.time_stamp +0 -0
  485. data/locale/nl_NL/katello.po.time_stamp +0 -0
  486. data/locale/or/katello.po.time_stamp +0 -0
  487. data/locale/pa/katello.po.time_stamp +0 -0
  488. data/locale/pl/katello.po.time_stamp +0 -0
  489. data/locale/pl_PL/katello.po.time_stamp +0 -0
  490. data/locale/pt/katello.po.time_stamp +0 -0
  491. data/locale/pt_BR/katello.po.time_stamp +0 -0
  492. data/locale/ro/katello.po.time_stamp +0 -0
  493. data/locale/ro_RO/katello.po.time_stamp +0 -0
  494. data/locale/ru/katello.po.time_stamp +0 -0
  495. data/locale/sl/katello.po.time_stamp +0 -0
  496. data/locale/sv_SE/katello.po.time_stamp +0 -0
  497. data/locale/ta/katello.po.time_stamp +0 -0
  498. data/locale/ta_IN/katello.po.time_stamp +0 -0
  499. data/locale/te/katello.po.time_stamp +0 -0
  500. data/locale/tr/katello.po.time_stamp +0 -0
  501. data/locale/vi/katello.po.time_stamp +0 -0
  502. data/locale/vi_VN/katello.po.time_stamp +0 -0
  503. data/locale/zh/katello.po.time_stamp +0 -0
  504. data/locale/zh_CN/katello.po.time_stamp +0 -0
  505. data/locale/zh_TW/katello.po.time_stamp +0 -0
@@ -3,14 +3,14 @@
3
3
  # Martin Liu <liuzh66@gmail.com>, 2017
4
4
  # 0868a4d1af5275b3f70b0a6dac4c99a4, 2017
5
5
  # tim123, 2020
6
- # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2023
7
6
  # Bryan Kearney <bryan.kearney@gmail.com>, 2023
8
7
  # Amit Upadhye <aupadhye@redhat.com>, 2023
8
+ # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024
9
9
  #
10
10
  msgid ""
11
11
  msgstr ""
12
12
  "Project-Id-Version: \n"
13
- "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2023\n"
13
+ "Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024\n"
14
14
  "Language-Team: Chinese (China) (https://app.transifex.com/foreman/teams/114/zh_CN/)\n"
15
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
16
  "Content-Transfer-Encoding: 8bit\n"
@@ -66,12 +66,12 @@ msgid "{{ file.name }}"
66
66
  msgstr "{{ file.name }}"
67
67
 
68
68
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
69
- msgid "{{ host.name }}"
70
- msgstr "{{ host.name }}"
69
+ msgid "{{ host.display_name }}"
70
+ msgstr "{{ host.display_name }}"
71
71
 
72
72
  #: app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html
73
73
  msgid "{{ host.rhel_lifecycle_status_label }}"
74
- msgstr ""
74
+ msgstr "{{ host.rhel_lifecycle_status_label }}"
75
75
 
76
76
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
77
77
  msgid "{{ host.subscription_facet_attributes.user.login }}"
@@ -391,7 +391,7 @@ msgstr "添加内容主机到:"
391
391
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
392
392
  #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
393
393
  msgid "Add Host Collections"
394
- msgstr ""
394
+ msgstr "添加主机集合"
395
395
 
396
396
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
397
397
  msgid "Add hosts to the host collection to see available actions."
@@ -412,7 +412,7 @@ msgstr "附加组件:"
412
412
 
413
413
  #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
414
414
  msgid "Add Products"
415
- msgstr ""
415
+ msgstr "添加产品"
416
416
 
417
417
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
418
418
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
@@ -479,7 +479,7 @@ msgstr "受影响的主机"
479
479
 
480
480
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
481
481
  msgid "All"
482
- msgstr ""
482
+ msgstr "全部"
483
483
 
484
484
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
485
485
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
@@ -671,8 +671,8 @@ msgid "Apply Errata"
671
671
  msgstr "应用勘误"
672
672
 
673
673
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
674
- msgid "Apply Errata to Content Host \"{{host.name}}\"?"
675
- msgstr "将勘误应用于内容主机“{{host.name}} “?"
674
+ msgid "Apply Errata to Content Host \"{{host.display_name}}\"?"
675
+ msgstr "将勘误应用于内容主机“{{host.display_name}} “?"
676
676
 
677
677
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
678
678
  msgid "Apply Errata to Content Hosts"
@@ -736,8 +736,10 @@ msgid ""
736
736
  msgstr "您确定要将同步计划添加到所选产品吗?"
737
737
 
738
738
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
739
- msgid "Are you sure you want to apply Errata to content host \"{{ host.name }}\"?"
740
- msgstr "确定要将勘误应用于内容主机“{{ host.name }} “?"
739
+ msgid ""
740
+ "Are you sure you want to apply Errata to content host \"{{ host.display_name"
741
+ " }}\"?"
742
+ msgstr "确定要将勘误应用于内容主机“{{ host.display_name }} “?"
741
743
 
742
744
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
743
745
  msgid ""
@@ -863,7 +865,7 @@ msgid_plural ""
863
865
  "Repositories that are published in content view\n"
864
866
  " versions or are the last affected repository in a content view filter will be skipped. You can delete those from the repository details page.\n"
865
867
  " "
866
- msgstr[0] ""
868
+ msgstr[0] "您确定要删除{{ table.getSelected()[0].name }} 仓库?"
867
869
 
868
870
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
869
871
  msgid ""
@@ -893,9 +895,9 @@ msgstr "您确定要重置到选择的默认 {{ table.numSelected }} 仓库集
893
895
 
894
896
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
895
897
  msgid ""
896
- "Are you sure you want to restart services on content host \"{{ host.name "
897
- "}}\"?"
898
- msgstr "您确定要重启内容主机 \"{{ host.name }}\" 上的服务?"
898
+ "Are you sure you want to restart services on content host \"{{ "
899
+ "host.display_name }}\"?"
900
+ msgstr "您确定要重启内容主机 \"{{ host.display_name }}\" 上的服务?"
899
901
 
900
902
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
901
903
  msgid ""
@@ -922,7 +924,7 @@ msgid ""
922
924
  "Are you sure you want to update {{ content.content }} on the {{ "
923
925
  "getSelectedSystemIds().length }} system(s) selected?"
924
926
  msgstr ""
925
- "您确定要在所选的 {{ getSelectedSystemIds().length }} 系统上更新{{ content.content }}"
927
+ "您确定要在所选的 {{ getSelectedSystemIds().length }} 系统上更新 {{ content.content }}"
926
928
 
927
929
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
928
930
  msgid ""
@@ -1078,7 +1080,7 @@ msgstr "构建时间"
1078
1080
 
1079
1081
  #: app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
1080
1082
  msgid "Bulk Task"
1081
- msgstr ""
1083
+ msgstr "批量任务"
1082
1084
 
1083
1085
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
1084
1086
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
@@ -1306,7 +1308,7 @@ msgstr "内容计数"
1306
1308
 
1307
1309
  #: app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js
1308
1310
  msgid "Content Credential"
1309
- msgstr ""
1311
+ msgstr "内容凭证"
1310
1312
 
1311
1313
  #: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
1312
1314
  msgid "Content Credential %s has been created."
@@ -1522,7 +1524,7 @@ msgstr "建立內容凭证"
1522
1524
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js
1523
1525
  #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js
1524
1526
  msgid "Create Copy"
1525
- msgstr ""
1527
+ msgstr "创建复制"
1526
1528
 
1527
1529
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
1528
1530
  msgid "Create Discovered Repositories"
@@ -1633,7 +1635,7 @@ msgstr "deb元数据生成已在后台启动。请点击<a href=\"{{ taskUrl() }
1633
1635
 
1634
1636
  #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js
1635
1637
  msgid "Deb Package Actions"
1636
- msgstr ""
1638
+ msgstr "deb 软件包操作"
1637
1639
 
1638
1640
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1639
1641
  msgid "deb Package Updates"
@@ -1694,7 +1696,7 @@ msgstr "删除 {{ table.numSelected }} 主机?"
1694
1696
 
1695
1697
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
1696
1698
  msgid "Delete filters"
1697
- msgstr ""
1699
+ msgstr "删除过滤"
1698
1700
 
1699
1701
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1700
1702
  msgid "Delete Hosts"
@@ -2082,12 +2084,6 @@ msgstr "过滤器"
2082
2084
  msgid "Finished At"
2083
2085
  msgstr "完成于"
2084
2086
 
2085
- #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2086
- msgid ""
2087
- "For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 "
2088
- "it is recommended to use sha1."
2089
- msgstr "对于较旧的操作系统,如 Red Hat Enterprise Linux 5 或CentOS 5,建议使用 sha1。"
2090
-
2091
2087
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2092
2088
  msgid ""
2093
2089
  "For On Demand synchronization, only the metadata is downloaded during sync and packages are fetched and stored on the filesystem when clients request them.\n"
@@ -2254,6 +2250,12 @@ msgstr "HttpProxyPolicy"
2254
2250
  msgid "Id"
2255
2251
  msgstr "ID"
2256
2252
 
2253
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2254
+ msgid ""
2255
+ "If you want to upload individual packages, create a separate repository with"
2256
+ " an empty \"Upstream URL\" field."
2257
+ msgstr "如果要上传单个软件包,请使用一个空的 \"Upstream URL\" 字段创建单独的仓库。"
2258
+
2257
2259
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2258
2260
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2259
2261
  msgid "Ignore SRPMs"
@@ -2262,7 +2264,7 @@ msgstr "忽略 SRPM"
2262
2264
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2263
2265
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2264
2266
  msgid "Ignore treeinfo"
2265
- msgstr ""
2267
+ msgstr "忽略 treeinfo"
2266
2268
 
2267
2269
  #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
2268
2270
  msgid "Image"
@@ -2408,6 +2410,10 @@ msgstr "最后发布的"
2408
2410
  msgid "Last Puppet Report"
2409
2411
  msgstr "最后的 Puppet 报告"
2410
2412
 
2413
+ #: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
2414
+ msgid "Last reclaim failed:"
2415
+ msgstr "最后重新声明失败:"
2416
+
2411
2417
  #: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
2412
2418
  msgid "Last reclaim space failed:"
2413
2419
  msgstr "最后的重新声明空间失败:"
@@ -2489,7 +2495,7 @@ msgstr "限制"
2489
2495
  msgid ""
2490
2496
  "Limit Repository Sets to only those available in this Activation Key's "
2491
2497
  "Lifecycle Environment"
2492
- msgstr ""
2498
+ msgstr "将仓库集限制为仅此激活码的生命周期环境中可用的仓库集"
2493
2499
 
2494
2500
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
2495
2501
  msgid ""
@@ -2521,20 +2527,20 @@ msgstr "列出"
2521
2527
 
2522
2528
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
2523
2529
  msgid "List Host Collections"
2524
- msgstr ""
2530
+ msgstr "列出主机集合"
2525
2531
 
2526
2532
  #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js
2527
2533
  #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js
2528
2534
  msgid "List Hosts"
2529
- msgstr ""
2535
+ msgstr "列出主机"
2530
2536
 
2531
2537
  #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
2532
2538
  msgid "List Products"
2533
- msgstr ""
2539
+ msgstr "列出产品"
2534
2540
 
2535
2541
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
2536
2542
  msgid "List Subscriptions"
2537
- msgstr ""
2543
+ msgstr "列出订阅"
2538
2544
 
2539
2545
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
2540
2546
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
@@ -2557,7 +2563,7 @@ msgstr "加载...\""
2557
2563
 
2558
2564
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
2559
2565
  msgid "Make filters apply to all repositories in the content view"
2560
- msgstr ""
2566
+ msgstr "使过滤应用到内容视图中的所有仓库"
2561
2567
 
2562
2568
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
2563
2569
  msgid "Manage Ansible Collections for Repository:"
@@ -2798,7 +2804,7 @@ msgstr "新激活码"
2798
2804
 
2799
2805
  #: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
2800
2806
  msgid "New Content Credential"
2801
- msgstr ""
2807
+ msgstr "新内容凭证"
2802
2808
 
2803
2809
  #: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
2804
2810
  #: app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
@@ -2807,7 +2813,7 @@ msgstr "新环境"
2807
2813
 
2808
2814
  #: app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
2809
2815
  msgid "New Host Collection"
2810
- msgstr ""
2816
+ msgstr "新主机集合"
2811
2817
 
2812
2818
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
2813
2819
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
@@ -3245,14 +3251,14 @@ msgstr "执行"
3245
3251
  msgid ""
3246
3252
  "Performing host package actions is disabled because Katello is not "
3247
3253
  "configured for remote execution."
3248
- msgstr ""
3254
+ msgstr "执行主机软件包操作被禁用,因为没有为远程执行配置 Katello。"
3249
3255
 
3250
3256
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
3251
3257
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
3252
3258
  msgid ""
3253
3259
  "Performing host package actions is disabled because Katello is not "
3254
3260
  "configured for Remote Execution."
3255
- msgstr ""
3261
+ msgstr "执行主机软件包操作被禁用,因为没有为远程执行配置 Katello。"
3256
3262
 
3257
3263
  #: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
3258
3264
  msgid "Physical"
@@ -3380,7 +3386,7 @@ msgstr "提供"
3380
3386
 
3381
3387
  #: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
3382
3388
  msgid "Provisioning"
3383
- msgstr ""
3389
+ msgstr "置备"
3384
3390
 
3385
3391
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
3386
3392
  msgid "Provisioning Details"
@@ -3866,8 +3872,8 @@ msgid "Restart Selected"
3866
3872
  msgstr "重新启动所选"
3867
3873
 
3868
3874
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
3869
- msgid "Restart Services on Content Host \"{{host.name}}\"?"
3870
- msgstr "重新启动内容主机\"{{host.name}}\"上的服务?"
3875
+ msgid "Restart Services on Content Host \"{{host.display_name}}\"?"
3876
+ msgstr "重新启动内容主机\"{{host.display_name}}\"上的服务?"
3871
3877
 
3872
3878
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3873
3879
  msgid "Restrict to <br>OS version"
@@ -3979,7 +3985,7 @@ msgstr "现在一个机构"
3979
3985
 
3980
3986
  #: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
3981
3987
  msgid "Select Content Host(s)"
3982
- msgstr ""
3988
+ msgstr "选择内容主机"
3983
3989
 
3984
3990
  #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
3985
3991
  msgid "Select Content View"
@@ -3989,7 +3995,7 @@ msgstr "选择内容视图"
3989
3995
  msgid ""
3990
3996
  "Select this option if treeinfo files or other kickstart content is failing "
3991
3997
  "to syncronize from the upstream repository."
3992
- msgstr ""
3998
+ msgstr "如果 treeinfo 文件或其他 kickstart 内容无法从上游存储库同步,请选择这个选项。"
3993
3999
 
3994
4000
  #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
3995
4001
  msgid ""
@@ -4006,7 +4012,7 @@ msgstr "选择此选项将从存储库同步中排除 SRPM。"
4006
4012
  msgid ""
4007
4013
  "Selecting this option will exclude treeinfo files from repository "
4008
4014
  "synchronization."
4009
- msgstr ""
4015
+ msgstr "选择这个选项将从存储库同步中排除 treeinfo 文件。"
4010
4016
 
4011
4017
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4012
4018
  msgid ""
@@ -4169,7 +4175,6 @@ msgstr "状态"
4169
4175
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
4170
4176
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
4171
4177
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
4172
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
4173
4178
  #: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
4174
4179
  #: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
4175
4180
  msgid "Status"
@@ -4191,8 +4196,6 @@ msgid "Subscription Management"
4191
4196
  msgstr "订阅管理"
4192
4197
 
4193
4198
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
4194
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
4195
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
4196
4199
  msgid "Subscription Status"
4197
4200
  msgstr "订阅状态"
4198
4201
 
@@ -4200,14 +4203,6 @@ msgstr "订阅状态"
4200
4203
  msgid "Subscription UUID"
4201
4204
  msgstr "订阅 UUID"
4202
4205
 
4203
- #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
4204
- msgid ""
4205
- "subscription-manager register --org=\"{{ activationKey.organization.label "
4206
- "}}\" --activationkey=\"{{ activationKey.name }}\""
4207
- msgstr ""
4208
- "subscription-manager register --org=\"{{ activationKey.organization.label "
4209
- "}}\" --activationkey=\"{{ activationKey.name }}\""
4210
-
4211
4206
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
4212
4207
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4213
4208
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
@@ -4388,10 +4383,6 @@ msgstr "系统目的用于设置系统在网络中的使用目的,以便在 Re
4388
4383
  msgid "System Purpose Management"
4389
4384
  msgstr "系统目的管理"
4390
4385
 
4391
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
4392
- msgid "System Purpose Status"
4393
- msgstr "系统目的"
4394
-
4395
4386
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifest-lists.html
4396
4387
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
4397
4388
  msgid "Tags"
@@ -4471,7 +4462,7 @@ msgstr "需要更新内容视图或生命周期环境,以使勘误可用于这
4471
4462
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
4472
4463
  msgid ""
4473
4464
  "The filters below have this repository as the last affected repository!"
4474
- msgstr ""
4465
+ msgstr "以下过滤器将此存储库作为最后一个受影响的存储库!"
4475
4466
 
4476
4467
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
4477
4468
  msgid ""
@@ -4526,14 +4517,14 @@ msgstr "需要安装远程执行插件才能解决跟踪。"
4526
4517
  msgid ""
4527
4518
  "The repository will only be available on content hosts with the selected "
4528
4519
  "architecture."
4529
- msgstr ""
4520
+ msgstr "该存储库将仅在具有所选架构的内容主机上可用。"
4530
4521
 
4531
4522
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4532
4523
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4533
4524
  msgid ""
4534
4525
  "The repository will only be available on content hosts with the selected OS "
4535
4526
  "version."
4536
- msgstr ""
4527
+ msgstr "存储库仅在带有所选操作系统版本的内容主机上可用。"
4537
4528
 
4538
4529
  #: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
4539
4530
  msgid ""
@@ -4541,6 +4532,12 @@ msgid ""
4541
4532
  "different environment."
4542
4533
  msgstr "所选环境不包含“内容视图”,请选择其他环境。"
4543
4534
 
4535
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4536
+ msgid ""
4537
+ "The sha1 checksum type is no longer supported. The checksum type will reset "
4538
+ "to 'Default' at the next edit or change in content."
4539
+ msgstr "不再支持 sha1 校验和类型。校验和类型将在下一次编辑或更改内容时被重置为 'Default'。"
4540
+
4544
4541
  #: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
4545
4542
  msgid "The time the sync should happen in your current time zone."
4546
4543
  msgstr "同步应该在您当前时区中发生的时间。"
@@ -4650,8 +4647,12 @@ msgstr "此激活码没有与任何内容主机关联。"
4650
4647
 
4651
4648
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
4652
4649
  msgid ""
4653
- "This activation key may be used during system registration. For example:"
4654
- msgstr "该激活码可以在系统注册期间使用。例如:"
4650
+ "This activation key may be used during <a "
4651
+ "href=\"/hosts/register?initialAKSelection={{ activationKey.name }}\">system "
4652
+ "registration.</a>"
4653
+ msgstr ""
4654
+ "这个激活码可用于在<a href=\"/hosts/register?initialAKSelection={{ activationKey.name "
4655
+ "}}\">系统注册</a>过程中使用。"
4655
4656
 
4656
4657
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
4657
4658
  msgid "This change will be applied to <b>{{ hostCount }} systems.</b>"
@@ -4673,20 +4674,6 @@ msgstr ""
4673
4674
  "此操作还可以删除链接到主机的受管资源,例如虚拟机和DNS记录。将“取消注册时删除主机”设置更改为false<a "
4674
4675
  "href=\"/settings\">设定页面</a>为了防止这种情况。"
4675
4676
 
4676
- #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
4677
- msgid ""
4678
- "This organization has Simple Content Access enabled. Hosts are not required"
4679
- " to have subscriptions attached to access repositories."
4680
- msgstr "该机构已启用“简单内容访问”。不需要主机将订阅附加到访问仓库。"
4681
-
4682
- #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
4683
- msgid ""
4684
- "This organization is not using <a target=\"_blank\" "
4685
- "href=\"https://access.redhat.com/articles/simple-content-access\">Simple "
4686
- "Content Access.</a> Entitlement-based subscription management is deprecated "
4687
- "and will be removed in Katello 4.12."
4688
- msgstr ""
4689
-
4690
4677
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
4691
4678
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
4692
4679
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
@@ -4786,8 +4773,8 @@ msgid "Unregister Host"
4786
4773
  msgstr "取消注册主机"
4787
4774
 
4788
4775
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4789
- msgid "Unregister Host \"{{host.name}}\"?"
4790
- msgstr "取消注册主机 \"{{host.name}}\"?"
4776
+ msgid "Unregister Host \"{{host.display_name}}\"?"
4777
+ msgstr "取消注册主机 \"{{host.display_name}}\"?"
4791
4778
 
4792
4779
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4793
4780
  msgid "Unregister Options:"
@@ -5175,7 +5162,7 @@ msgstr "您可以上传下面的 requirements.yml 文件以自动填充内容,
5175
5162
 
5176
5163
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
5177
5164
  msgid "You cannot remove content from a redhat repository"
5178
- msgstr ""
5165
+ msgstr "您无法从 redhat 存储库中删除内容"
5179
5166
 
5180
5167
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
5181
5168
  msgid ""
@@ -5186,7 +5173,7 @@ msgstr "您无权删除这些仓库。"
5186
5173
  msgid ""
5187
5174
  "You cannot remove this product because it has repositories that are the last"
5188
5175
  " affected repository on content view filters"
5189
- msgstr ""
5176
+ msgstr "您无法删除此产品,因为它具有在内容视图过滤中最后一个受影响的存储库的存储库"
5190
5177
 
5191
5178
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
5192
5179
  msgid "You cannot remove this product because it is a Red Hat product."