katello 4.18.0 → 4.19.0.rc1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (345) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +52 -349
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +52 -349
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +52 -349
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +53 -350
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +54 -351
  7. data/app/assets/javascripts/katello/locale/de/katello.js +56 -353
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +52 -349
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +52 -349
  10. data/app/assets/javascripts/katello/locale/el/katello.js +54 -351
  11. data/app/assets/javascripts/katello/locale/en/katello.js +53 -350
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +53 -350
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +52 -349
  14. data/app/assets/javascripts/katello/locale/es/katello.js +56 -353
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +52 -349
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +138 -435
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +52 -349
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +52 -349
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +52 -349
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +52 -349
  21. data/app/assets/javascripts/katello/locale/id/katello.js +52 -349
  22. data/app/assets/javascripts/katello/locale/it/katello.js +53 -350
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +142 -439
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +56 -353
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +52 -349
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +135 -432
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +52 -349
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +52 -349
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +52 -349
  30. data/app/assets/javascripts/katello/locale/or/katello.js +52 -349
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +52 -349
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +52 -349
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +52 -349
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +52 -349
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +56 -353
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +52 -349
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +52 -349
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +54 -351
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +52 -349
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +52 -349
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +52 -349
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +52 -349
  43. data/app/assets/javascripts/katello/locale/te/katello.js +52 -349
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +52 -349
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +52 -349
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +52 -349
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +52 -349
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +135 -432
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +54 -351
  50. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +46 -13
  51. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  52. data/app/controllers/katello/api/v2/activation_keys_controller.rb +3 -65
  53. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +56 -34
  54. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
  55. data/app/controllers/katello/api/v2/content_views_controller.rb +18 -3
  56. data/app/controllers/katello/api/v2/debs_controller.rb +21 -11
  57. data/app/controllers/katello/api/v2/docker_tags_controller.rb +7 -0
  58. data/app/controllers/katello/api/v2/errata_controller.rb +4 -4
  59. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +21 -19
  60. data/app/controllers/katello/api/v2/host_debs_controller.rb +16 -1
  61. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +3 -60
  62. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +10 -53
  63. data/app/controllers/katello/api/v2/repositories_controller.rb +0 -1
  64. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +3 -0
  65. data/app/lib/actions/candlepin/activation_key/create.rb +0 -2
  66. data/app/lib/actions/candlepin/activation_key/update.rb +0 -2
  67. data/app/lib/actions/candlepin/product/content_create.rb +3 -5
  68. data/app/lib/actions/candlepin/product/content_update.rb +2 -3
  69. data/app/lib/actions/helpers/rolling_cv_repos.rb +1 -1
  70. data/app/lib/actions/katello/activation_key/create.rb +0 -1
  71. data/app/lib/actions/katello/activation_key/update.rb +0 -2
  72. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -6
  73. data/app/lib/actions/katello/content_credential/update.rb +1 -1
  74. data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +18 -24
  75. data/app/lib/actions/katello/content_view/create.rb +9 -4
  76. data/app/lib/actions/katello/content_view/publish.rb +7 -7
  77. data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +6 -1
  78. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +16 -11
  79. data/app/lib/actions/katello/content_view/update.rb +34 -7
  80. data/app/lib/actions/katello/product/content_create.rb +2 -2
  81. data/app/lib/actions/katello/product/content_destroy.rb +1 -1
  82. data/app/lib/actions/katello/repository/check_matching_content.rb +1 -1
  83. data/app/lib/actions/katello/repository/clone_contents.rb +1 -1
  84. data/app/lib/actions/katello/repository/create.rb +1 -1
  85. data/app/lib/actions/katello/repository/destroy.rb +4 -4
  86. data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
  87. data/app/lib/actions/katello/repository/sync.rb +1 -1
  88. data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +2 -2
  89. data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
  90. data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +1 -1
  91. data/app/lib/actions/pulp3/repository/save_publication.rb +3 -1
  92. data/app/lib/actions/pulp3/repository/save_version.rb +45 -24
  93. data/app/lib/actions/pulp3/repository/save_versions.rb +2 -1
  94. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -4
  95. data/app/lib/katello/resources/candlepin/upstream_job.rb +9 -1
  96. data/app/lib/katello/resources/candlepin.rb +4 -0
  97. data/app/models/katello/authorization/repository.rb +17 -4
  98. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -7
  99. data/app/models/katello/content_view_deb_filter.rb +10 -0
  100. data/app/models/katello/content_view_deb_filter_rule.rb +7 -0
  101. data/app/models/katello/deb.rb +10 -12
  102. data/app/models/katello/erratum.rb +1 -1
  103. data/app/models/katello/glue/provider.rb +14 -3
  104. data/app/models/katello/host/content_facet.rb +1 -1
  105. data/app/models/katello/host/subscription_facet.rb +1 -7
  106. data/app/models/katello/product_content.rb +2 -2
  107. data/app/models/katello/repository.rb +4 -23
  108. data/app/models/katello/root_repository.rb +2 -5
  109. data/app/services/katello/candlepin/event_handler.rb +0 -33
  110. data/app/services/katello/candlepin/message_handler.rb +0 -41
  111. data/app/services/katello/content_unit_indexer.rb +59 -13
  112. data/app/services/katello/product_content_finder.rb +16 -7
  113. data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
  114. data/app/services/katello/pulp3/ansible_collection.rb +1 -0
  115. data/app/services/katello/pulp3/api/content_guard.rb +5 -5
  116. data/app/services/katello/pulp3/api/core.rb +10 -0
  117. data/app/services/katello/pulp3/content_view_version/export.rb +25 -10
  118. data/app/services/katello/pulp3/deb.rb +1 -0
  119. data/app/services/katello/pulp3/docker_manifest.rb +1 -0
  120. data/app/services/katello/pulp3/docker_manifest_list.rb +1 -0
  121. data/app/services/katello/pulp3/docker_tag.rb +1 -0
  122. data/app/services/katello/pulp3/file_unit.rb +1 -0
  123. data/app/services/katello/pulp3/generic_content_unit.rb +1 -0
  124. data/app/services/katello/pulp3/module_stream.rb +1 -0
  125. data/app/services/katello/pulp3/package_group.rb +1 -0
  126. data/app/services/katello/pulp3/repository/apt.rb +30 -13
  127. data/app/services/katello/pulp3/repository.rb +59 -10
  128. data/app/services/katello/pulp3/rpm.rb +3 -2
  129. data/app/services/katello/pulp3/srpm.rb +3 -2
  130. data/app/services/katello/pulp3/task_group.rb +1 -1
  131. data/app/services/katello/registration_manager.rb +19 -17
  132. data/app/services/katello/repository_type_manager.rb +7 -5
  133. data/app/services/katello/smart_proxy_helper.rb +1 -6
  134. data/app/views/foreman/job_templates/upload_profile.erb +5 -0
  135. data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -1
  136. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
  137. data/app/views/katello/api/v2/debs/thindex.json.rabl +6 -0
  138. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +32 -0
  139. data/app/views/katello/api/v2/docker_tags/show.json.rabl +0 -5
  140. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +6 -0
  141. data/app/views/katello/api/v2/host_debs/installed_debs.json.rabl +6 -0
  142. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_errata.json.rabl +1 -1
  143. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_erratum.json.rabl +9 -0
  144. data/app/views/katello/api/v2/hosts_bulk_actions/installable_errata.json.rabl +1 -1
  145. data/app/views/katello/api/v2/hosts_bulk_actions/{erratum.json.rabl → installable_erratum.json.rabl} +3 -3
  146. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
  147. data/config/initializers/monkeys.rb +1 -0
  148. data/config/routes/api/v2.rb +2 -2
  149. data/config/routes/overrides.rb +2 -7
  150. data/config/routes.rb +2 -0
  151. data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +1 -1
  152. data/db/migrate/20250912000000_add_pulp_prn_fields.rb +73 -0
  153. data/db/migrate/20250912000001_populate_pulp_prn_fields.rb +403 -0
  154. data/db/migrate/20251009142516_remove_auto_attach_from_activation_keys.rb +5 -0
  155. data/db/migrate/20251009142517_remove_autoheal_from_subscription_facets.rb +5 -0
  156. data/db/seeds.d/111-upgrade_tasks.rb +2 -0
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +2 -2
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -1
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +5 -2
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +5 -2
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +5 -2
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +4 -4
  163. data/lib/katello/permission_creator.rb +2 -2
  164. data/lib/katello/permissions/host_permissions.rb +0 -6
  165. data/lib/katello/plugin.rb +16 -8
  166. data/lib/katello/tasks/jenkins.rake +1 -1
  167. data/lib/katello/tasks/upgrades/4.19/enable_structured_apt_for_deb.rake +87 -0
  168. data/lib/katello/tasks/upgrades/4.19/populate_repository_version_prns.rake +32 -0
  169. data/lib/katello/version.rb +1 -1
  170. data/lib/monkeys/fix_rpm_repository_gpgcheck.rb +38 -0
  171. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/bn/katello.po +52 -349
  173. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  174. data/locale/bn_IN/katello.po +52 -349
  175. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  176. data/locale/ca/katello.po +52 -349
  177. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  178. data/locale/cs/katello.po +54 -350
  179. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/cs_CZ/katello.po +54 -351
  181. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  182. data/locale/de/katello.po +56 -353
  183. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  184. data/locale/de_AT/katello.po +52 -349
  185. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  186. data/locale/de_DE/katello.po +52 -349
  187. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  188. data/locale/el/katello.po +55 -352
  189. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  190. data/locale/en/katello.po +54 -350
  191. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/en_GB/katello.po +53 -350
  193. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/en_US/katello.po +52 -349
  195. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  196. data/locale/es/katello.po +56 -353
  197. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/et_EE/katello.po +52 -349
  199. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  200. data/locale/fr/katello.po +139 -435
  201. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  202. data/locale/gl/katello.po +52 -349
  203. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  204. data/locale/gu/katello.po +52 -349
  205. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  206. data/locale/he_IL/katello.po +52 -349
  207. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  208. data/locale/hi/katello.po +52 -349
  209. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/id/katello.po +52 -349
  211. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/it/katello.po +53 -350
  213. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/ja/katello.po +143 -439
  215. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/ka/katello.po +56 -353
  217. data/locale/katello.pot +695 -1152
  218. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  219. data/locale/kn/katello.po +52 -349
  220. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  221. data/locale/ko/katello.po +136 -432
  222. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  223. data/locale/ml_IN/katello.po +52 -349
  224. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  225. data/locale/mr/katello.po +52 -349
  226. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  227. data/locale/nl_NL/katello.po +52 -349
  228. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  229. data/locale/or/katello.po +52 -349
  230. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  231. data/locale/pa/katello.po +52 -349
  232. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  233. data/locale/pl/katello.po +52 -349
  234. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  235. data/locale/pl_PL/katello.po +52 -349
  236. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  237. data/locale/pt/katello.po +52 -349
  238. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  239. data/locale/pt_BR/katello.po +56 -353
  240. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  241. data/locale/ro/katello.po +52 -349
  242. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  243. data/locale/ro_RO/katello.po +52 -349
  244. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  245. data/locale/ru/katello.po +54 -351
  246. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  247. data/locale/sl/katello.po +52 -349
  248. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  249. data/locale/sv_SE/katello.po +52 -349
  250. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  251. data/locale/ta/katello.po +52 -349
  252. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  253. data/locale/ta_IN/katello.po +52 -349
  254. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  255. data/locale/te/katello.po +52 -349
  256. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  257. data/locale/tr/katello.po +52 -349
  258. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  259. data/locale/vi/katello.po +52 -349
  260. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  261. data/locale/vi_VN/katello.po +52 -349
  262. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  263. data/locale/zh/katello.po +52 -349
  264. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  265. data/locale/zh_CN/katello.po +136 -432
  266. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  267. data/locale/zh_TW/katello.po +54 -351
  268. data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
  269. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +0 -2
  270. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -2
  271. data/webpack/components/extensions/Hosts/ActionsBar/index.js +1 -0
  272. data/webpack/components/extensions/Hosts/BulkActions/BulkActionsConstants.js +7 -0
  273. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js +388 -0
  274. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/__tests__/BulkChangeHostCollectionsModal.test.js +640 -0
  275. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/actions.js +28 -0
  276. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +71 -0
  277. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +1 -1
  278. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +10 -3
  279. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
  280. data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +7 -0
  281. data/webpack/containers/Application/config.js +11 -1
  282. data/webpack/global_index.js +3 -0
  283. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesConstants.js +1 -1
  284. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesPage.js +7 -43
  285. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImagesPage.test.js +1 -1
  286. data/webpack/scenes/ContainerImages/ContainerImagesPage.js +86 -0
  287. data/webpack/scenes/ContainerImages/LabelsAnnotationsModal.js +105 -0
  288. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js +218 -0
  289. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsActions.js +15 -0
  290. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsSelectors.js +16 -0
  291. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/ManifestDetails.test.js +395 -0
  292. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestDetails.fixtures.json +43 -0
  293. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestList.fixtures.json +58 -0
  294. data/webpack/scenes/ContainerImages/Synced/Details/index.js +4 -0
  295. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js +359 -0
  296. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.scss +21 -0
  297. data/webpack/scenes/ContainerImages/Synced/__tests__/LabelsAnnotationsModal.test.js +69 -0
  298. data/webpack/scenes/ContainerImages/Synced/__tests__/SyncedContainerImagesPage.test.js +335 -0
  299. data/webpack/scenes/ContainerImages/Synced/__tests__/syncedContainerImages.fixtures.json +105 -0
  300. data/webpack/scenes/ContainerImages/TableEmptyState.js +67 -0
  301. data/webpack/scenes/ContainerImages/containerImagesHelpers.js +48 -0
  302. data/webpack/scenes/ContainerImages/index.js +4 -0
  303. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +29 -3
  304. data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
  305. data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +45 -1
  306. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -1
  307. data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +59 -1
  308. data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +1 -0
  309. data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +164 -24
  310. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVDebFilterContent.test.js +268 -0
  311. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterDetail.fixtures.json +95 -0
  312. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterRules.fixtures.json +31 -0
  313. data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVDebFilterRules.fixtures.json +10 -0
  314. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -1
  315. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -1
  316. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +15 -0
  317. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +1 -0
  318. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +9 -0
  319. data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +5 -3
  320. data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +1 -1
  321. data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +35 -3
  322. data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +1 -1
  323. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.css +3 -0
  324. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +63 -132
  325. data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +67 -143
  326. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +10 -2
  327. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +13 -2
  328. data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
  329. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +8 -2
  330. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +67 -1
  331. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
  332. data/webpack/scenes/Subscriptions/SubscriptionConstants.js +0 -2
  333. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
  334. metadata +83 -55
  335. data/app/lib/actions/katello/host/attach_subscriptions.rb +0 -59
  336. data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -22
  337. data/app/lib/actions/katello/host/remove_subscriptions.rb +0 -50
  338. data/app/lib/actions/katello/organization/simple_content_access/disable.rb +0 -25
  339. data/app/lib/actions/katello/organization/simple_content_access/enable.rb +0 -25
  340. data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +0 -42
  341. data/lib/katello/tasks/migrate_structure_content_for_deb.rake +0 -105
  342. data/lib/katello/tasks/upgrades/4.2/remove_checksum_values.rake +0 -17
  343. data/locale/action_names.rb +0 -186
  344. /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImages.fixtures.js +0 -0
  345. /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/index.js +0 -0
@@ -3,10 +3,10 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 4.18.0.rc2",
6
+ "Project-Id-Version": "katello 4.19.0.pre.master",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2017-12-19 20:14+0000",
9
- "Last-Translator": "Bryan Kearney <bryan.kearney@gmail.com>, 2025",
9
+ "Last-Translator": "Ondřej Gajdušek, 2025",
10
10
  "Language-Team": "Chinese (China) (https://app.transifex.com/foreman/teams/114/zh_CN/)",
11
11
  "MIME-Version": "1.0",
12
12
  "Content-Type": "text/plain; charset=UTF-8",
@@ -446,9 +446,6 @@
446
446
  "A remote execution job is in progress.": [
447
447
  "远程执行作业正在进行中。"
448
448
  ],
449
- "A service level for auto-healing process, e.g. SELF-SUPPORT": [
450
- "自动修复进程的服务级别,例如 SELF-SUPPORT"
451
- ],
452
449
  "A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running.": [
453
450
  "智能代理似乎已经刷新,且没有运行 pulpcore。请在确保 pulpcore 服务已运行后刷新智能代理。"
454
451
  ],
@@ -464,9 +461,6 @@
464
461
  "About page": [
465
462
  "About 页面"
466
463
  ],
467
- "Abstract async task": [
468
- ""
469
- ],
470
464
  "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
471
465
  "禁止访问红帽订阅管理。如果要更改这个设置,请更新内容设置\\\"订阅连接已启用\\\"。"
472
466
  ],
@@ -554,12 +548,15 @@
554
548
  "Add RPM rule": [
555
549
  "添加 RPM 规则"
556
550
  ],
551
+ "Add Red Hat Flatpak remote": [
552
+ ""
553
+ ],
554
+ "Add Red Hat flatpak remote": [
555
+ ""
556
+ ],
557
557
  "Add Subscriptions": [
558
558
  "添加订阅"
559
559
  ],
560
- "Add a subscription to a host": [
561
- "为主机添加一个订阅"
562
- ],
563
560
  "Add an alternate content source": [
564
561
  "添加一个备用内容源"
565
562
  ],
@@ -611,9 +608,6 @@
611
608
  "Add repositories with package groups to content view to select them here.": [
612
609
  "将含有软件包组的存储库添加到内容视图,以在此处选择它们。"
613
610
  ],
614
- "Add rolling repo clone": [
615
- ""
616
- ],
617
611
  "Add rule": [
618
612
  "添加规则"
619
613
  ],
@@ -626,9 +620,6 @@
626
620
  "Add subscriptions consumed by a manifest from Red Hat Subscription Management": [
627
621
  "从 Red Hat Subscription Management 添加被清单消耗的订阅"
628
622
  ],
629
- "Add subscriptions to one or more hosts": [
630
- "将订阅添加到一个或多个主机"
631
- ],
632
623
  "Add subscriptions using the Add Subscriptions button.": [
633
624
  "使用 Add Subscriptions 按钮添加订阅。"
634
625
  ],
@@ -783,7 +774,7 @@
783
774
  "Ansible 集合"
784
775
  ],
785
776
  "Any updates to image mode host(s) will be lost on the next reboot.": [
786
- ""
777
+ "对镜像模式主机的任何更新都会在下次重启时丢失。"
787
778
  ],
788
779
  "Applicability Batch Size": [
789
780
  "适用批次数量"
@@ -807,7 +798,7 @@
807
798
  "应用"
808
799
  ],
809
800
  "Application name": [
810
- ""
801
+ "应用程序名称"
811
802
  ],
812
803
  "Apply": [
813
804
  "应用"
@@ -896,12 +887,6 @@
896
887
  "Array of pools to add": [
897
888
  "要添加的池数组"
898
889
  ],
899
- "Array of subscriptions to add": [
900
- "添加的订阅数组"
901
- ],
902
- "Array of subscriptions to remove": [
903
- "要删除的订阅数组"
904
- ],
905
890
  "Array of uploads to import": [
906
891
  "导入的上传数组"
907
892
  ],
@@ -956,15 +941,6 @@
956
941
  "At least one organization must exist.": [
957
942
  "至少必须存在一个组织。"
958
943
  ],
959
- "Attach a subscription": [
960
- "附加订阅"
961
- ],
962
- "Attach subscriptions": [
963
- "附加订阅"
964
- ],
965
- "Attach subscriptions to %s": [
966
- "将订阅附加到 %s"
967
- ],
968
944
  "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin": [
969
945
  "试图从 candlepin 销毁消费者 %s,但消费者不存在于 candlepin 中"
970
946
  ],
@@ -980,9 +956,6 @@
980
956
  "Auto Publish - Triggered by '%s'": [
981
957
  "自动发布 - 由 '%s' 触发"
982
958
  ],
983
- "Auto attach subscriptions": [
984
- ""
985
- ],
986
959
  "Auto publish": [
987
960
  "自动发布"
988
961
  ],
@@ -1050,7 +1023,7 @@
1050
1023
  "以下是对于这个内容主机当前可用的仓库集。对于红帽订阅,额外的内容可以通过 {rhrp} 获得。修改默认设置需要 subscription-manager 1.10 或更新版本来在这个主机上安装。"
1051
1024
  ],
1052
1025
  "Below you can add content overrides, which change whether a repository is enabled or disabled. Change their state one by one, or use the checkboxes and select an action to perform.": [
1053
- ""
1026
+ "在以下您可以添加内容覆盖,它改变一个仓库被禁用还是禁用。一次只单独修改一个的状态,或使用复选框并选择一个操作。"
1054
1027
  ],
1055
1028
  "Beta": [
1056
1029
  "Beta"
@@ -1079,6 +1052,9 @@
1079
1052
  "Bootc upgrade via Bootc interface": [
1080
1053
  "通过 Bootc 接口的 Bootc 升级"
1081
1054
  ],
1055
+ "Booted": [
1056
+ ""
1057
+ ],
1082
1058
  "Booted Container Images": [
1083
1059
  "引导的容器镜像"
1084
1060
  ],
@@ -1212,7 +1188,7 @@
1212
1188
  "无法将复合版本添加到另外一个复合内容视图中"
1213
1189
  ],
1214
1190
  "Cannot add container push repositories to a rolling content view": [
1215
- ""
1191
+ "无法将容器推送仓库添加到滚动内容视图"
1216
1192
  ],
1217
1193
  "Cannot add content view environments from a different organization": [
1218
1194
  "无法添加来自不同机构的内容视图环境"
@@ -1236,10 +1212,10 @@
1236
1212
  "无法将仓库添加到复合内容视图"
1237
1213
  ],
1238
1214
  "Cannot add rolling content view to composite content view": [
1239
- ""
1215
+ "无法将滚动内容视图添加到复合内容视图"
1240
1216
  ],
1241
1217
  "Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment.": [
1242
- ""
1218
+ "无法分配内容视图环境 %s:内容视图尚未发布或未提升到那个生命周期环境。"
1243
1219
  ],
1244
1220
  "Cannot associate a Red Hat provider with a custom product": [
1245
1221
  "无法将红帽供应商与自定义产品关联"
@@ -1248,7 +1224,7 @@
1248
1224
  "无法将一个组件和一个非复合内容视图相关联"
1249
1225
  ],
1250
1226
  "Cannot be disabled because it is part of a content view": [
1251
- ""
1227
+ "无法禁用,因为它是内容视图的一部分"
1252
1228
  ],
1253
1229
  "Cannot calculate name for custom repos": [
1254
1230
  "无法计算自定义仓库的名称"
@@ -1392,10 +1368,10 @@
1392
1368
  "更改主机内容源"
1393
1369
  ],
1394
1370
  "Change the status of at least one repository.": [
1395
- ""
1371
+ "更改至少一个仓库的状态。"
1396
1372
  ],
1397
1373
  "Changed status": [
1398
- ""
1374
+ "更改的状态"
1399
1375
  ],
1400
1376
  "Changing a host's content source will change the Smart Proxy from which the host gets its content.": [
1401
1377
  "更改主机的内容源将更改主机从中获取其内容的智能代理。"
@@ -1475,9 +1451,6 @@
1475
1451
  "Comma-separated list of tags to sync for a container image repository": [
1476
1452
  "逗号分隔的标签列表,以同步容器镜像仓库"
1477
1453
  ],
1478
- "Commit upload": [
1479
- ""
1480
- ],
1481
1454
  "Compare": [
1482
1455
  "比较"
1483
1456
  ],
@@ -1550,6 +1523,9 @@
1550
1523
  "Container image tags": [
1551
1524
  "容器镜像标签"
1552
1525
  ],
1526
+ "Container images": [
1527
+ ""
1528
+ ],
1553
1529
  "Container manifest lists": [
1554
1530
  "容器清单列表"
1555
1531
  ],
@@ -1560,13 +1536,13 @@
1560
1536
  "容器标签"
1561
1537
  ],
1562
1538
  "Contains content views. You must choose the version to use for each content view.": [
1563
- ""
1539
+ "包含内容视图。您必须选择要用于每个内容视图的版本。"
1564
1540
  ],
1565
1541
  "Contains repositories. Always serves the latest synced content, without the need to publish versions.": [
1566
- ""
1542
+ "包含仓库。始终提供最新的同步内容,而无需发布版本。"
1567
1543
  ],
1568
1544
  "Contains repositories. Versions are published and optionally filtered.": [
1569
- ""
1545
+ "包含仓库。版本被发布并可以进行过滤(可选)。"
1570
1546
  ],
1571
1547
  "Content": [
1572
1548
  "内容"
@@ -1692,7 +1668,7 @@
1692
1668
  "内容覆盖搜索参数"
1693
1669
  ],
1694
1670
  "Content overrides updating.": [
1695
- ""
1671
+ "内容覆盖更新。"
1696
1672
  ],
1697
1673
  "Content source": [
1698
1674
  "内容源"
@@ -1829,27 +1805,15 @@
1829
1805
  "Copy": [
1830
1806
  "复制"
1831
1807
  ],
1832
- "Copy all units": [
1833
- ""
1834
- ],
1835
1808
  "Copy an activation key": [
1836
1809
  "复制激活码"
1837
1810
  ],
1838
- "Copy content": [
1839
- ""
1840
- ],
1841
1811
  "Copy content view": [
1842
1812
  "复制内容视图"
1843
1813
  ],
1844
1814
  "Copy to clipboard": [
1845
1815
  "复制到剪贴板"
1846
1816
  ],
1847
- "Copy version": [
1848
- ""
1849
- ],
1850
- "Copy version units to library": [
1851
- ""
1852
- ],
1853
1817
  "Cores per socket": [
1854
1818
  "每個插槽的核心數"
1855
1819
  ],
@@ -1890,7 +1854,7 @@
1890
1854
  "无法找到升级到的环境"
1891
1855
  ],
1892
1856
  "Could not find product with name '%{name}' in organization id %{org_id}.": [
1893
- ""
1857
+ "无法找到机构 id %{org_id} 中的名为 '%{name}' 的产品。"
1894
1858
  ],
1895
1859
  "Could not locate Pulp distribution.": [
1896
1860
  "无法找到 Pulp 发布。"
@@ -2004,7 +1968,7 @@
2004
1968
  "创建导出历史记录"
2005
1969
  ],
2006
1970
  "Create Flatpak Remote": [
2007
- ""
1971
+ "将 Flatpak Remote"
2008
1972
  ],
2009
1973
  "Create Import History": [
2010
1974
  "创建导入历史记录"
@@ -2063,39 +2027,18 @@
2063
2027
  "Create content view": [
2064
2028
  "创建內容视图"
2065
2029
  ],
2066
- "Create exporter": [
2067
- ""
2068
- ],
2069
2030
  "Create filter": [
2070
2031
  "创建过滤器"
2071
2032
  ],
2072
2033
  "Create host collection": [
2073
2034
  "创建主机集"
2074
2035
  ],
2075
- "Create import": [
2076
- ""
2077
- ],
2078
- "Create importer": [
2079
- ""
2080
- ],
2081
2036
  "Create new activation key": [
2082
2037
  "创建新的激活码"
2083
2038
  ],
2084
2039
  "Create organization": [
2085
2040
  "创建机构"
2086
2041
  ],
2087
- "Create package filter rule": [
2088
- "创建软件包过滤规则"
2089
- ],
2090
- "Create publication": [
2091
- ""
2092
- ],
2093
- "Create remote": [
2094
- ""
2095
- ],
2096
- "Create rule": [
2097
- "创建规则"
2098
- ],
2099
2042
  "Credentials": [
2100
2043
  "凭证"
2101
2044
  ],
@@ -2211,13 +2154,13 @@
2211
2154
  "默认系统 SLA"
2212
2155
  ],
2213
2156
  "Default and Rolling content view versions cannot be promoted": [
2214
- ""
2157
+ "无法提升默认和滚动内容视图版本"
2215
2158
  ],
2216
2159
  "Default custom non-yum repository mirroring policy": [
2217
- ""
2160
+ "默认自定义非 yum 仓库镜像策略"
2218
2161
  ],
2219
2162
  "Default custom yum repository mirroring policy": [
2220
- ""
2163
+ "默认自定义 yum 仓库镜像策略"
2221
2164
  ],
2222
2165
  "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')": [
2223
2166
  "智能代理同步默认下载策略('inherit'、immediate' 或'on_demand')"
@@ -2247,10 +2190,10 @@
2247
2190
  "订阅主机的默认位置"
2248
2191
  ],
2249
2192
  "Default mirroring policy for custom non-yum repositories (either 'mirror_content_only' or 'additive')": [
2250
- ""
2193
+ "用于自定义 yum 仓库的默认镜像策略('mirror_content_only'、'additive' 或 'mirror_complete')"
2251
2194
  ],
2252
2195
  "Default mirroring policy for custom yum repositories (either 'mirror_content_only', 'additive' or 'mirror_complete')": [
2253
- ""
2196
+ "用于自定义 yum 仓库的默认镜像策略('mirror_content_only'、'additive' 或 'mirror_complete')"
2254
2197
  ],
2255
2198
  "Default partitioning table for new Operating Systems created from synced content": [
2256
2199
  "从同步内容创建的新操作系统的默认分区表"
@@ -2307,7 +2250,7 @@
2307
2250
  "删除激活码"
2308
2251
  ],
2309
2252
  "Delete Flatpak remote?": [
2310
- ""
2253
+ "删除 Flatpak remote?"
2311
2254
  ],
2312
2255
  "Delete Host upon unregister": [
2313
2256
  "取消注册后删除主机"
@@ -2357,36 +2300,12 @@
2357
2300
  "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view.": [
2358
2301
  "删除将此存储库作为最后一个关联的存储库的内容视图过滤器。默认为 true。如果为 false,则此类过滤器现在应用到内容视图中的所有存储库。"
2359
2302
  ],
2360
- "Delete distributions": [
2361
- ""
2362
- ],
2363
2303
  "Delete manifest from Red Hat provider": [
2364
2304
  "從 Red Hat 供應者中刪除清單"
2365
2305
  ],
2366
2306
  "Delete multiple filters from a content view": [
2367
2307
  "从内容视图中删除多个过滤器"
2368
2308
  ],
2369
- "Delete orphan alternate content sources": [
2370
- ""
2371
- ],
2372
- "Delete orphan distributions": [
2373
- ""
2374
- ],
2375
- "Delete orphan remotes": [
2376
- ""
2377
- ],
2378
- "Delete orphan repository versions": [
2379
- ""
2380
- ],
2381
- "Delete orphaned migrated repositories": [
2382
- ""
2383
- ],
2384
- "Delete remote": [
2385
- ""
2386
- ],
2387
- "Delete repository references": [
2388
- ""
2389
- ],
2390
2309
  "Delete version": [
2391
2310
  "删除版本"
2392
2311
  ],
@@ -2486,12 +2405,6 @@
2486
2405
  "Destroy an environment in an organization": [
2487
2406
  "銷毀組織中的一個環境"
2488
2407
  ],
2489
- "Destroy exporter": [
2490
- ""
2491
- ],
2492
- "Destroy importer": [
2493
- ""
2494
- ],
2495
2408
  "Destroy one or more alternate content sources": [
2496
2409
  "销毁一个或多个备用内容源"
2497
2410
  ],
@@ -2525,9 +2438,6 @@
2525
2438
  "Disable Red Hat Insights.": [
2526
2439
  "禁用 Red Hat Insights。"
2527
2440
  ],
2528
- "Disable Simple Content Access": [
2529
- "禁用简单内容访问"
2530
- ],
2531
2441
  "Disable a repository from the set": [
2532
2442
  "从集合中禁用仓库"
2533
2443
  ],
@@ -2540,9 +2450,6 @@
2540
2450
  "Disabling Simple Content Access failed for '%{subject}'.": [
2541
2451
  "为 '%{subject}' 禁用简单内容访问失败。"
2542
2452
  ],
2543
- "Discover": [
2544
- ""
2545
- ],
2546
2453
  "Discover Repositories": [
2547
2454
  "发现软件仓库"
2548
2455
  ],
@@ -2586,7 +2493,7 @@
2586
2493
  "持续时间"
2587
2494
  ],
2588
2495
  "During incremental update, the previous content view version '%s' could not be found.": [
2589
- ""
2496
+ "在增量更新过程中,无法找到之前的内容视图版本 '%s'。"
2590
2497
  ],
2591
2498
  "ERRATA ADVISORY": [
2592
2499
  "勘误公告"
@@ -2594,9 +2501,12 @@
2594
2501
  "Edit": [
2595
2502
  "编辑"
2596
2503
  ],
2597
- "Edit Flatpak Remote": [
2504
+ "Edit DEB rule": [
2598
2505
  ""
2599
2506
  ],
2507
+ "Edit Flatpak Remote": [
2508
+ "编辑 Flatpak Remote"
2509
+ ],
2600
2510
  "Edit RPM rule": [
2601
2511
  "编辑 RPM 规则"
2602
2512
  ],
@@ -2621,9 +2531,6 @@
2621
2531
  "Edit filter rule": [
2622
2532
  "列表过滤规则"
2623
2533
  ],
2624
- "Edit package filter rule": [
2625
- "编辑软件包过滤规则"
2626
- ],
2627
2534
  "Edit products": [
2628
2535
  "编辑产品"
2629
2536
  ],
@@ -2666,9 +2573,6 @@
2666
2573
  "Enable Red Hat repositories": [
2667
2574
  "启用 Red Hat 仓库"
2668
2575
  ],
2669
- "Enable Simple Content Access": [
2670
- "启用简单内容访问"
2671
- ],
2672
2576
  "Enable Tracer": [
2673
2577
  "启用跟踪"
2674
2578
  ],
@@ -2744,9 +2648,6 @@
2744
2648
  "Environment cannot be in its own promotion path": [
2745
2649
  "環境不能位於自己的推送路徑上"
2746
2650
  ],
2747
- "Environment contents refresh": [
2748
- ""
2749
- ],
2750
2651
  "Environment identifier": [
2751
2652
  "环境标识符"
2752
2653
  ],
@@ -2786,9 +2687,6 @@
2786
2687
  "Errata id of the erratum (RHSA-2012:108)": [
2787
2688
  "勘误的勘误ID(RHSA-2012:108)"
2788
2689
  ],
2789
- "Errata mail": [
2790
- ""
2791
- ],
2792
2690
  "Errata statuses not updated for deleted content facet with UUID %s": [
2793
2691
  "删除的 UUID 为 %s 的内容方面的勘误状态没有被更新"
2794
2692
  ],
@@ -2954,9 +2852,6 @@
2954
2852
  "Fetch installable errata for one or more hosts.": [
2955
2853
  "为一台或多台主机获取可安装的勘误。"
2956
2854
  ],
2957
- "Fetch pxe files": [
2958
- ""
2959
- ],
2960
2855
  "Fetch traces for one or more hosts": [
2961
2856
  "为一个或多个主机获取跟踪"
2962
2857
  ],
@@ -3050,9 +2945,6 @@
3050
2945
  "Filter versions that are components in the specified composite version": [
3051
2946
  "过滤在指定复合版本中作为组件的版本"
3052
2947
  ],
3053
- "Filtered index content": [
3054
- ""
3055
- ],
3056
2948
  "Filters": [
3057
2949
  "过滤器"
3058
2950
  ],
@@ -3075,19 +2967,19 @@
3075
2967
  "完成"
3076
2968
  ],
3077
2969
  "Flatpak Remote ${name} created": [
3078
- ""
2970
+ "Flatpak Remote ${name} 被创建"
3079
2971
  ],
3080
2972
  "Flatpak Remote Details": [
3081
- ""
2973
+ "Flatpak Remote 详情"
3082
2974
  ],
3083
2975
  "Flatpak Remotes": [
3084
2976
  "Flatpak 远程"
3085
2977
  ],
3086
2978
  "Flatpak remote could not be deleted: ": [
3087
- ""
2979
+ "Flatpak remote 无法被删除:"
3088
2980
  ],
3089
2981
  "Flatpak remote deleted": [
3090
- ""
2982
+ "Flatpak remote 被删除"
3091
2983
  ],
3092
2984
  "Flatpak remote numeric identifier": [
3093
2985
  "Flatpak 远程数字标识符"
@@ -3096,10 +2988,10 @@
3096
2988
  "Flatpak 远程仓库的数字标识符"
3097
2989
  ],
3098
2990
  "Flatpak remote scan could not be started: ": [
3099
- ""
2991
+ "Flatpak remote 扫描无法被启动:"
3100
2992
  ],
3101
2993
  "Flatpak remote updated": [
3102
- ""
2994
+ "Flatpak remote 被更新"
3103
2995
  ],
3104
2996
  "Flatpak repositories cannot be mirrored into Red Hat products. Please select a custom product.": [
3105
2997
  ""
@@ -3164,12 +3056,12 @@
3164
3056
  "Generate host applicability": [
3165
3057
  "产生主机适用性"
3166
3058
  ],
3167
- "Generate metadata": [
3168
- ""
3169
- ],
3170
3059
  "Generate repository applicability": [
3171
3060
  "生成仓库适用性"
3172
3061
  ],
3062
+ "Generate username and password": [
3063
+ ""
3064
+ ],
3173
3065
  "Generated": [
3174
3066
  "生成"
3175
3067
  ],
@@ -3404,12 +3296,6 @@
3404
3296
  "How to order the sorted results (e.g. ASC for ascending)": [
3405
3297
  "如何排序結果的順序(比方說 ASC 從下到上)"
3406
3298
  ],
3407
- "Hypervisors": [
3408
- ""
3409
- ],
3410
- "Hypervisors update": [
3411
- ""
3412
- ],
3413
3299
  "ID": [
3414
3300
  "ID"
3415
3301
  ],
@@ -3599,9 +3485,6 @@
3599
3485
  "If set, newly created APT repos in Katello will use the same repo structure as the remote repos they are synchronized from. You may migrate existing APT repos to match the setting, by running 'foreman-rake katello:migrate_structure_content_for_deb'.": [
3600
3486
  "如果设置,在 Katello 中新创建的 APT 仓库将使用它们从其中同步的远程仓库相同的仓库结构。您可以通过运行 'foreman-rake katello:migrate_structure_content_for_deb' 来迁移现有的 APT 存储库来匹配相关的设置。"
3601
3487
  ],
3602
- "If specified, remove the first instance of a subscription with matching id and quantity": [
3603
- "如果指定,删除具有匹配 id 和数量的订阅的第一个实例"
3604
- ],
3605
3488
  "If the smart proxies' assigned HTTP proxies should be used": [
3606
3489
  "智能代理分配的 HTTP 代理是否应该使用"
3607
3490
  ],
@@ -3731,9 +3614,6 @@
3731
3614
  "Import a subscription manifest to give hosts access to Red Hat content.": [
3732
3615
  "导入订阅清单,为主机授予红帽内容的访问权限。"
3733
3616
  ],
3734
- "Import migration": [
3735
- ""
3736
- ],
3737
3617
  "Import new manifest": [
3738
3618
  "导入新清单"
3739
3619
  ],
@@ -3743,12 +3623,6 @@
3743
3623
  "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
3744
3624
  "仅导入不能直接发布的内容视图。内容只能通过导入至视图来更新。"
3745
3625
  ],
3746
- "Import repository upload": [
3747
- ""
3748
- ],
3749
- "Import upload": [
3750
- ""
3751
- ],
3752
3626
  "Import uploads into a repository": [
3753
3627
  "将上传文件导入仓库"
3754
3628
  ],
@@ -3815,9 +3689,6 @@
3815
3689
  "Incremental Update incomplete.": [
3816
3690
  "增量更新不完整。"
3817
3691
  ],
3818
- "Incremental Update of Content View Version(s) ": [
3819
- ""
3820
- ],
3821
3692
  "Incremental Update of %{content_view_count} Content View Version(s) ": [
3822
3693
  "%{content_view_count} 内容视图版本的增量更新 "
3823
3694
  ],
@@ -3830,27 +3701,12 @@
3830
3701
  "Incremental update specified for composite %{name} version %{version}, but no components updated.": [
3831
3702
  "为复合 %{name} 版本 %{version} 指定了增量更新,但没有更新的组件。"
3832
3703
  ],
3833
- "Index content": [
3834
- ""
3835
- ],
3836
- "Index errata": [
3837
- ""
3838
- ],
3839
- "Index module streams": [
3840
- ""
3841
- ],
3842
- "Index package groups": [
3843
- ""
3844
- ],
3845
3704
  "Informable Type must be one of the following [ %{list} ]": [
3846
3705
  "信息类型需要是 [ %{list} ] 之一"
3847
3706
  ],
3848
3707
  "Inherit from Repository": [
3849
3708
  "从仓库继承"
3850
3709
  ],
3851
- "Initialize": [
3852
- ""
3853
- ],
3854
3710
  "Initiate a sync of the products attached to the sync plan": [
3855
3711
  "启动同步计划中附加产品的同步"
3856
3712
  ],
@@ -3888,7 +3744,7 @@
3888
3744
  "可安装的程序错误修复/功能增强勘误"
3889
3745
  ],
3890
3746
  "Installable errata are applicable errata that are available in the host's assigned content view environments.": [
3891
- ""
3747
+ "可安装勘误是主机分配的内容视图和生命周期环境中可用的适用的勘误。"
3892
3748
  ],
3893
3749
  "Installable security errata": [
3894
3750
  "可安装的安全勘误"
@@ -3926,9 +3782,6 @@
3926
3782
  "Installing Package...": [
3927
3783
  "正在安裝套件..."
3928
3784
  ],
3929
- "Instance update": [
3930
- ""
3931
- ],
3932
3785
  "Instance-based": [
3933
3786
  "基于实例"
3934
3787
  ],
@@ -4038,25 +3891,28 @@
4038
3891
  "仅允许用于非红帽的 Yum 仓库。"
4039
3892
  ],
4040
3893
  "It's not possible to bulk remove versions from a rolling content view.": [
4041
- ""
3894
+ "无法从一个滚动内容视图中大量删除版本。"
4042
3895
  ],
4043
3896
  "It's not possible to copy a rolling content view.": [
4044
- ""
3897
+ "无法复制一个滚动内容视图。"
4045
3898
  ],
4046
3899
  "It's not possible to create a filter for a rolling content view.": [
4047
- ""
3900
+ "无法为滚动内容视图创建过滤。"
4048
3901
  ],
4049
3902
  "It's not possible to destroy a version of a rolling content view.": [
4050
- ""
3903
+ "无法销毁滚动内容视图的一个版本。"
4051
3904
  ],
4052
3905
  "It's not possible to export a rolling content view.": [
4053
- ""
3906
+ "无法导出一个滚动内容视图。"
4054
3907
  ],
4055
3908
  "It's not possible to promote a rolling content view.": [
3909
+ "无法提升一个滚动内容视图。"
3910
+ ],
3911
+ "It's not possible to provide environment_ids for anything other than a rolling content view.": [
4056
3912
  ""
4057
3913
  ],
4058
3914
  "It's not possible to publish a rolling content view.": [
4059
- ""
3915
+ "无法发布一个滚动内容视图。"
4060
3916
  ],
4061
3917
  "Job '${description}' completed": [
4062
3918
  "作为 '${description}' 已完成"
@@ -4170,7 +4026,7 @@
4170
4026
  "最后检查"
4171
4027
  ],
4172
4028
  "Last mirrored": [
4173
- ""
4029
+ "最近镜像的"
4174
4030
  ],
4175
4031
  "Last published": [
4176
4032
  "最新发布的"
@@ -4454,6 +4310,9 @@
4454
4310
  "List of hypervisor guest uuids": [
4455
4311
  "hypervisor 客户系统 uuid 列表"
4456
4312
  ],
4313
+ "List of lifecycle environments for rolling content views": [
4314
+ ""
4315
+ ],
4457
4316
  "List of package group names (Deprecated)": [
4458
4317
  "软件包组名称列表(已弃用)"
4459
4318
  ],
@@ -4587,7 +4446,7 @@
4587
4446
  "管理软件包"
4588
4447
  ],
4589
4448
  "Manage repository sets": [
4590
- ""
4449
+ "管理仓库集"
4591
4450
  ],
4592
4451
  "Manifest": [
4593
4452
  "清单"
@@ -4682,9 +4541,6 @@
4682
4541
  "Messaging connection": [
4683
4542
  "訊息連線"
4684
4543
  ],
4685
- "Metadata generate": [
4686
- ""
4687
- ],
4688
4544
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories.": [
4689
4545
  "元数据重新发布会面临\\\"完成镜像\\\"存储库的风险。更改镜像策略并重试。 \\n 或者,使用 'force' 参数在本地重新生成元数据。在下一次同步中,上游存储库的元数据将覆盖 'Complete Mirroring' 存储库的本地元数据。"
4690
4546
  ],
@@ -4695,19 +4551,19 @@
4695
4551
  "最小版本"
4696
4552
  ],
4697
4553
  "Mirror": [
4698
- ""
4554
+ "镜像"
4699
4555
  ],
4700
4556
  "Mirror Remote Repository": [
4701
4557
  "镜像远程仓库"
4702
4558
  ],
4703
4559
  "Mirror Repository": [
4704
- ""
4560
+ "镜像仓库"
4705
4561
  ],
4706
4562
  "Mirror a flatpak remote repository": [
4707
4563
  "镜像一个 flatpak 远程仓库"
4708
4564
  ],
4709
4565
  "Mirroring will import the remote flatpak repository": [
4710
- ""
4566
+ "镜像将导入远程 flatpak 仓库"
4711
4567
  ],
4712
4568
  "Missing activation key!": [
4713
4569
  "缺少激活码!"
@@ -4748,29 +4604,20 @@
4748
4604
  "Multi Content View Environment": [
4749
4605
  "多内容视图环境"
4750
4606
  ],
4751
- "Multi copy all units": [
4752
- ""
4753
- ],
4754
- "Multi copy content": [
4755
- ""
4756
- ],
4757
- "Multi copy units": [
4758
- ""
4759
- ],
4760
4607
  "Multi-entitlement": [
4761
4608
  "多权利"
4762
4609
  ],
4763
4610
  "Multi-environment activation key(s) affected": [
4764
- ""
4611
+ "多环境激活码受影响"
4765
4612
  ],
4766
4613
  "Multi-environment host(s) affected": [
4767
- ""
4614
+ "多环境主机受影响"
4768
4615
  ],
4769
4616
  "Must be Ascii alphanumeric, '_' or '-'": [
4770
- ""
4617
+ "必须是 Ascii 字母数字, '_' 或 '-'"
4771
4618
  ],
4772
4619
  "Must be a vaild URL": [
4773
- ""
4620
+ "需要是一个有效的 URL"
4774
4621
  ],
4775
4622
  "N/A": [
4776
4623
  "不适用"
@@ -4830,7 +4677,7 @@
4830
4677
  "主机名"
4831
4678
  ],
4832
4679
  "Name of the product to mirror the remote repository to": [
4833
- ""
4680
+ "将远程仓库镜像到的产品名称"
4834
4681
  ],
4835
4682
  "Name of the repository": [
4836
4683
  "仓库名"
@@ -5136,7 +4983,7 @@
5136
4983
  "没有可安装的软件包"
5137
4984
  ],
5138
4985
  "No packages available to install on this host. Please check the host's assigned content view environments.": [
5139
- ""
4986
+ "没有在此主机上可以安装的软件包。请检查主机分配的内容视图环境。"
5140
4987
  ],
5141
4988
  "No packages removed": [
5142
4989
  "没有删除软件包"
@@ -5366,11 +5213,8 @@
5366
5213
  "Organization ID": [
5367
5214
  "机构 ID"
5368
5215
  ],
5369
- "Organization ID is required": [
5370
- "必须提供机构 ID"
5371
- ],
5372
5216
  "Organization ID or title": [
5373
- ""
5217
+ "机构 id 或名称"
5374
5218
  ],
5375
5219
  "Organization Information not provided.": [
5376
5220
  "未提供的机构信息。"
@@ -5403,7 +5247,7 @@
5403
5247
  "需要的机构"
5404
5248
  ],
5405
5249
  "Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details.": [
5406
- ""
5250
+ "对孤立项进行清理时无法删除一些 Pulp 仓库版本。请检查日志以了解更多详细信息。"
5407
5251
  ],
5408
5252
  "Orphaned Content Protection Time": [
5409
5253
  "孤立的内容保护时间"
@@ -5559,7 +5403,7 @@
5559
5403
  "%s调度的软件包更新"
5560
5404
  ],
5561
5405
  "Package actions will be transient": [
5562
- ""
5406
+ "软件包操作将是临时的"
5563
5407
  ],
5564
5408
  "Package group update canceled": [
5565
5409
  "软件包组更新已取消"
@@ -5670,7 +5514,7 @@
5670
5514
  "物理"
5671
5515
  ],
5672
5516
  "Place symlinks to entitlement certificates on the host, enabling container/flatpak registry access without a username or password.": [
5673
- ""
5517
+ "为主机上的权利证书添加符号链接,启用容器/flatpak registry 访问无需用户名或密码。"
5674
5518
  ],
5675
5519
  "Plan numeric identifier": [
5676
5520
  "计划数字标识符"
@@ -5852,6 +5696,9 @@
5852
5696
  "Promotion to Environment": [
5853
5697
  "升级到环境"
5854
5698
  ],
5699
+ "Provide credentials if the registry requires authentication": [
5700
+ ""
5701
+ ],
5855
5702
  "Provide the required information and click {update} below to save changes.": [
5856
5703
  "提供所需信息并点下面的 {update} 保存更改。"
5857
5704
  ],
@@ -5951,9 +5798,6 @@
5951
5798
  "Pulp task error": [
5952
5799
  "Pulp 任务错误"
5953
5800
  ],
5954
- "Purge completed tasks": [
5955
- ""
5956
- ],
5957
5801
  "Python Package": [
5958
5802
  "Python 软件包"
5959
5803
  ],
@@ -5981,15 +5825,6 @@
5981
5825
  "Quantity of entitlements to bind": [
5982
5826
  "绑定权利的数量"
5983
5827
  ],
5984
- "Quantity of specified subscription to remove": [
5985
- "要删除的指定订阅数量"
5986
- ],
5987
- "Quantity of this subscription to add": [
5988
- "添加的这个订阅的数量"
5989
- ],
5990
- "Quantity of this subscriptions to add": [
5991
- "添加的这个订阅的数量"
5992
- ],
5993
5828
  "Quantity to Allocate": [
5994
5829
  "分配数量"
5995
5830
  ],
@@ -6062,9 +5897,6 @@
6062
5897
  "Reclaim Space": [
6063
5898
  "重新声明空间"
6064
5899
  ],
6065
- "Reclaim space": [
6066
- ""
6067
- ],
6068
5900
  "Reclaim space from On Demand repositories": [
6069
5901
  "重新声明来自 On Demand 软件仓库的空间"
6070
5902
  ],
@@ -6126,14 +5958,11 @@
6126
5958
  "刷新清单"
6127
5959
  ],
6128
5960
  "Refresh RollingCV Repo": [
6129
- ""
5961
+ "刷新 RollingCV Repo"
6130
5962
  ],
6131
5963
  "Refresh all alternate content sources": [
6132
5964
  "刷新所有备用内容源"
6133
5965
  ],
6134
- "Refresh all distributions": [
6135
- ""
6136
- ],
6137
5966
  "Refresh alternate content sources": [
6138
5967
  "销毁备用内容源"
6139
5968
  ],
@@ -6146,27 +5975,15 @@
6146
5975
  "Refresh counts": [
6147
5976
  "刷新计数"
6148
5977
  ],
6149
- "Refresh distribution": [
6150
- ""
6151
- ],
6152
5978
  "Refresh errata applicability": [
6153
5979
  "刷新勘误适用性"
6154
5980
  ],
6155
- "Refresh if needed": [
6156
- ""
6157
- ],
6158
5981
  "Refresh package applicability": [
6159
5982
  "刷新软件包适用性"
6160
5983
  ],
6161
5984
  "Refresh previously imported manifest for Red Hat provider": [
6162
5985
  "為 Red Hat 供應者更新之前匯入的清單"
6163
5986
  ],
6164
- "Refresh remote": [
6165
- ""
6166
- ],
6167
- "Refresh repos": [
6168
- ""
6169
- ],
6170
5987
  "Refresh source": [
6171
5988
  "刷新源"
6172
5989
  ],
@@ -6176,9 +5993,6 @@
6176
5993
  "Register a host with subscription and information": [
6177
5994
  "注册具有订阅和信息的主机"
6178
5995
  ],
6179
- "Register host '%s' before attaching subscriptions": [
6180
- "在附加订阅之前注册主机 '%s'"
6181
- ],
6182
5996
  "Registered": [
6183
5997
  "注册"
6184
5998
  ],
@@ -6212,9 +6026,6 @@
6212
6026
  "Registry token expiration time": [
6213
6027
  ""
6214
6028
  ],
6215
- "Reindex subscriptions": [
6216
- ""
6217
- ],
6218
6029
  "Related composite content views": [
6219
6030
  "相关的复合内容视图"
6220
6031
  ],
@@ -6311,9 +6122,6 @@
6311
6122
  "Remove one or more subscriptions from an upstream manifest": [
6312
6123
  "从上游清单中删除一个或多个订阅"
6313
6124
  ],
6314
- "Remove orphans": [
6315
- ""
6316
- ],
6317
6125
  "Remove package group via Katello interface": [
6318
6126
  "通过 Katello 接口删除软件包组"
6319
6127
  ],
@@ -6329,27 +6137,6 @@
6329
6137
  "Remove products from sync plan": [
6330
6138
  "从同步计划中删除产品"
6331
6139
  ],
6332
- "Remove rolling repo clone": [
6333
- ""
6334
- ],
6335
- "Remove subscriptions": [
6336
- "删除订阅"
6337
- ],
6338
- "Remove subscriptions from %s": [
6339
- "从 %s 中删除订阅"
6340
- ],
6341
- "Remove subscriptions from a host": [
6342
- "从一个主机中删除订阅"
6343
- ],
6344
- "Remove subscriptions from one or more hosts": [
6345
- "从一个或多个主机上删除订阅"
6346
- ],
6347
- "Remove units": [
6348
- ""
6349
- ],
6350
- "Remove unneeded repos": [
6351
- ""
6352
- ],
6353
6140
  "Remove versions and/or environments from a content view and reassign systems and keys": [
6354
6141
  "从内容视图中删除版本和/或环境,并重新分配系统和密钥"
6355
6142
  ],
@@ -6374,9 +6161,6 @@
6374
6161
  "Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
6375
6162
  "从所有环境中移出此版本不会删除此版本。版本仍可用于以后的提升。"
6376
6163
  ],
6377
- "Repair": [
6378
- ""
6379
- ],
6380
6164
  "Replace content source on the target machine": [
6381
6165
  "替换目标机器上的内容源"
6382
6166
  ],
@@ -6395,18 +6179,12 @@
6395
6179
  "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
6396
6180
  "当 CDN 配置设置为 Air-gapped(断开连接)时,仓库不可用。"
6397
6181
  ],
6398
- "Repositories certs reset": [
6399
- ""
6400
- ],
6401
6182
  "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.": [
6402
6183
  "所选内容视图版本常见的存储库将合并,生成复合内容视图,该视图是每个内容视图版本中的所有内容。"
6403
6184
  ],
6404
6185
  "Repositories from published Content Views are not allowed.": [
6405
6186
  "不允许来自发布的内容视图中的仓库。"
6406
6187
  ],
6407
- "Repositories gpg reset": [
6408
- ""
6409
- ],
6410
6188
  "Repository": [
6411
6189
  "仓库"
6412
6190
  ],
@@ -6578,6 +6356,9 @@
6578
6356
  "Return Red Hat (non-custom) products only": [
6579
6357
  "仅返回红帽(非定制)产品"
6580
6358
  ],
6359
+ "Return a list of installed debs distinct by name": [
6360
+ ""
6361
+ ],
6581
6362
  "Return a list of installed packages distinct by name": [
6582
6363
  "返回名称不同的安装的软件包列表"
6583
6364
  ],
@@ -6672,10 +6453,10 @@
6672
6453
  "检查受影响的环境"
6673
6454
  ],
6674
6455
  "Review and optionally exclude hosts from your selection. Note that package actions on any image mode hosts will be transient and lost on the next reboot.": [
6675
- ""
6456
+ "检查,(可选)从您的选择中排除主机。请注意,任何镜像模式主机上的软件包操作都是临时的,并在下次重启时丢失。"
6676
6457
  ],
6677
6458
  "Review and then click 'Set content overrides.' Status will be changed for the selected repository sets on the selected hosts.": [
6678
- ""
6459
+ "检查,然后点 'Set content overrides.' 状态将为所选主机上的所选仓库集更改。"
6679
6460
  ],
6680
6461
  "Review and then click {submitBtnText}.": [
6681
6462
  "审核并点 {submitBtnText}。"
@@ -6708,10 +6489,10 @@
6708
6489
  "回滚镜像摘要"
6709
6490
  ],
6710
6491
  "Rolling content view": [
6711
- ""
6492
+ "滚动内容视图"
6712
6493
  ],
6713
6494
  "Rolling content views": [
6714
- ""
6495
+ "滚动内容视图"
6715
6496
  ],
6716
6497
  "Rules to be added": [
6717
6498
  "要添加的规则"
@@ -6758,36 +6539,18 @@
6758
6539
  "Save": [
6759
6540
  "保存"
6760
6541
  ],
6761
- "Save artifact": [
6762
- ""
6763
- ],
6764
- "Save distribution references": [
6765
- ""
6766
- ],
6767
- "Save publication": [
6768
- ""
6769
- ],
6770
- "Save version": [
6771
- ""
6772
- ],
6773
- "Save versions": [
6542
+ "Save Environments": [
6774
6543
  ""
6775
6544
  ],
6776
6545
  "Saving alternate content source...": [
6777
6546
  "更新备用内容源..."
6778
6547
  ],
6779
6548
  "Scan": [
6780
- ""
6549
+ "扫描"
6781
6550
  ],
6782
6551
  "Scan a flatpak remote": [
6783
6552
  "扫描 flatpak 远程"
6784
6553
  ],
6785
- "Scan cdn": [
6786
- ""
6787
- ],
6788
- "Scan remote": [
6789
- ""
6790
- ],
6791
6554
  "Schema version 1": [
6792
6555
  "Schema 版本 1"
6793
6556
  ],
@@ -6885,7 +6648,7 @@
6885
6648
  "从可用的提升路径中选择生命周期环境来提升新版本。"
6886
6649
  ],
6887
6650
  "Select a product to mirror the repository into": [
6888
- ""
6651
+ "选择将仓库镜像到的产品"
6889
6652
  ],
6890
6653
  "Select a provider to install katello-host-tools-tracer": [
6891
6654
  "选择安装 katello-host-tools-tracer 的供应商"
@@ -6981,7 +6744,7 @@
6981
6744
  "选择要与这个源关联的产品。"
6982
6745
  ],
6983
6746
  "Select repository sets": [
6984
- ""
6747
+ "选择仓库集"
6985
6748
  ],
6986
6749
  "Select row": [
6987
6750
  "选择行"
@@ -7025,14 +6788,17 @@
7025
6788
  "Service Level (SLA)": [
7026
6789
  "服务等级 (SLA)"
7027
6790
  ],
6791
+ "Service level": [
6792
+ ""
6793
+ ],
7028
6794
  "Service level of host": [
7029
6795
  "主机服务等级"
7030
6796
  ],
7031
- "Service level to be used for autoheal": [
7032
- "用于自动修复的服务级别"
6797
+ "Service level, e.g. SELF-SUPPORT": [
6798
+ ""
7033
6799
  ],
7034
6800
  "Set content overrides": [
7035
- ""
6801
+ "设置内容覆盖"
7036
6802
  ],
7037
6803
  "Set content overrides for the host": [
7038
6804
  "设置主机的内容覆盖"
@@ -7050,14 +6816,11 @@
7050
6816
  "设置为 true 以删除覆盖并将它重置为 'default'"
7051
6817
  ],
7052
6818
  "Set up container registry certs": [
7053
- ""
6819
+ "设置容器 registry 证书"
7054
6820
  ],
7055
6821
  "Sets the system purpose usage": [
7056
6822
  "设置系统用途使用"
7057
6823
  ],
7058
- "Sets whether the Host will autoheal subscriptions upon checkin": [
7059
- "设置主机是否在签入后自动修复订阅"
7060
- ],
7061
6824
  "Setting 'default_location_subscribed_hosts' is not set to a valid location.": [
7062
6825
  "'default_location_subscribed_hosts' 没有设置为一个有效位置。"
7063
6826
  ],
@@ -7208,6 +6971,9 @@
7208
6971
  "Smart proxy name": [
7209
6972
  "智能代理名称"
7210
6973
  ],
6974
+ "Smart proxy verify content checksum has started in the background": [
6975
+ ""
6976
+ ],
7211
6977
  "Sockets": [
7212
6978
  "插槽"
7213
6979
  ],
@@ -7224,7 +6990,7 @@
7224
6990
  "解决依赖关系"
7225
6991
  ],
7226
6992
  "Some environments are disabled because they are not associated with all of the affected hosts' content sources.": [
7227
- ""
6993
+ "一些环境被禁用,因为它们没有与所有受影响主机的内容源关联。"
7228
6994
  ],
7229
6995
  "Some environments are disabled because they are not associated with the host's content source.": [
7230
6996
  "有些环境被禁用,因为它们没有与主机的内容源关联。"
@@ -7322,8 +7088,8 @@
7322
7088
  "Something went wrong while refreshing alternate content sources: ": [
7323
7089
  "在刷新备用内容源时出现错误:"
7324
7090
  ],
7325
- "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}": [
7326
- "刷新内容计数时出现错误:${getResponseErrorMsgs(error.response)}"
7091
+ "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}": [
7092
+ ""
7327
7093
  ],
7328
7094
  "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}": [
7329
7095
  "删除过滤规则时出现问题!${getResponseErrorMsgs(error.response)}"
@@ -7391,6 +7157,9 @@
7391
7157
  "Something went wrong while updating the content source. See the logs for more information": [
7392
7158
  "更新内容源时出现错误。如需更多信息,请参阅日志"
7393
7159
  ],
7160
+ "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}": [
7161
+ ""
7162
+ ],
7394
7163
  "Something went wrong! Please check server logs!": [
7395
7164
  "出现错误!请检查服务器日志!"
7396
7165
  ],
@@ -7478,9 +7247,6 @@
7478
7247
  "Subscription Details": [
7479
7248
  "订阅详情"
7480
7249
  ],
7481
- "Subscription ID": [
7482
- "订阅 ID"
7483
- ],
7484
7250
  "Subscription Info": [
7485
7251
  "订阅信息"
7486
7252
  ],
@@ -7496,12 +7262,6 @@
7496
7262
  "Subscription Name": [
7497
7263
  "订阅名称"
7498
7264
  ],
7499
- "Subscription Pool id": [
7500
- "订阅池 ID"
7501
- ],
7502
- "Subscription Pool uuid": [
7503
- "订阅池 UUID"
7504
- ],
7505
7265
  "Subscription UUID": [
7506
7266
  "订阅 UUID"
7507
7267
  ],
@@ -7589,9 +7349,6 @@
7589
7349
  "Supported Content Types": [
7590
7350
  "支持的内容类型"
7591
7351
  ],
7592
- "Sync": [
7593
- ""
7594
- ],
7595
7352
  "Sync Canceled": [
7596
7353
  "已取消同步"
7597
7354
  ],
@@ -7646,9 +7403,6 @@
7646
7403
  "Sync all repositories for a product": [
7647
7404
  "为一个产品同步所有存储库"
7648
7405
  ],
7649
- "Sync capsule": [
7650
- ""
7651
- ],
7652
7406
  "Sync complete.": [
7653
7407
  "完成同步。"
7654
7408
  ],
@@ -7667,9 +7421,6 @@
7667
7421
  "Sync state": [
7668
7422
  "同步状态"
7669
7423
  ],
7670
- "Syncable export": [
7671
- ""
7672
- ],
7673
7424
  "Synced": [
7674
7425
  "同步的"
7675
7426
  ],
@@ -7679,6 +7430,9 @@
7679
7430
  "Synced Content": [
7680
7431
  "同步的内容"
7681
7432
  ],
7433
+ "Synced container images content": [
7434
+ ""
7435
+ ],
7682
7436
  "Synchronize": [
7683
7437
  "同步"
7684
7438
  ],
@@ -7830,7 +7584,7 @@
7830
7584
  "导入元数据中提供的以下存储库的内容类型或供应商类型不正确。在导入 %{repos} 之前,请确保导出和导入存储库的类型相同"
7831
7585
  ],
7832
7586
  "The generated container repository name is invalid. Please review the lifecycle environment's registry name pattern. It may be caused by special characters in the components that make up the name, like the organization.": [
7833
- ""
7587
+ "生成的容器仓库名称是无效的。请检查生命周期环境的 registry 名称模式。它可能是因为在组成名称的组件(如机构)中有特殊字符导致的。"
7834
7588
  ],
7835
7589
  "The id of the content source": [
7836
7590
  "内容源的 id"
@@ -7928,9 +7682,6 @@
7928
7682
  "The selected/Inherited Content View is not available for this Lifecycle Environment": [
7929
7683
  "此生命周期环境不支持所选/继承的内容视图"
7930
7684
  ],
7931
- "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled": [
7932
- "指定的机构处于“简单内容访问”模式。附加订阅已禁用"
7933
- ],
7934
7685
  "The subscription cannot be found upstream": [
7935
7686
  "无法在上游找到订阅"
7936
7687
  ],
@@ -8010,7 +7761,7 @@
8010
7761
  "在执行导入之前,必须将此内容视图设置为“仅导入”"
8011
7762
  ],
8012
7763
  "This Flatpak remote will be deleted. Repositories mirrored from this remote will remain available and functional for use": [
8013
- ""
7764
+ "这个 Flatpak remote 将被删除。从这个 remote 镜像的仓库会一直可用并正常工作"
8014
7765
  ],
8015
7766
  "This Host is not currently registered with subscription-manager.": [
8016
7767
  "该主机当前没有使用 subscription-manager 注册。"
@@ -8058,7 +7809,7 @@
8058
7809
  "此环境在一个或多个多环境激活码中使用。环境会从多环境码中删除。您在此处选择的内容视图和生命周期环境将只适用于单环境激活码。请参阅 hammer activation-key --help。"
8059
7810
  ],
8060
7811
  "This erratum is not installable because it is not in this host's assigned content view environments.": [
8061
- ""
7812
+ "此勘误不可安装,因为它不在此主机分配的内容视图环境中。"
8062
7813
  ],
8063
7814
  "This host does not have any Module streams.": [
8064
7815
  "此主机没有任何模块流。"
@@ -8072,12 +7823,6 @@
8072
7823
  "This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments.": [
8073
7824
  "此主机与多个内容视图环境关联。如果您在此处分配了一个生命周期环境和内容视图,则主机将从其他环境中删除。"
8074
7825
  ],
8075
- "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled.": [
8076
- "该主机的机构处于“简单内容访问”模式。自动附加被禁用。"
8077
- ],
8078
- "This host's organization is in Simple Content Access mode. Auto-attach is disabled": [
8079
- "该主机的机构处于“简单内容访问”模式。自动附加被禁用"
8080
- ],
8081
7826
  "This is disabled because a manifest task is in progress": [
8082
7827
  "由于清单任务正在进行中,因此已禁用"
8083
7828
  ],
@@ -8156,6 +7901,9 @@
8156
7901
  "To change content view environments, a specific organization must be selected from the organization context.": [
8157
7902
  "要更改内容视图环境,需要从机构上下文中选择一个特定的机构。"
8158
7903
  ],
7904
+ "To continue with Red Hat Flatpak remote, you need to generate your username and password in": [
7905
+ ""
7906
+ ],
8159
7907
  "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system.": [
8160
7908
  "要启用同步的内容选项,此主机必须使用内容源、内容视图和生命周期环境,其中包含所选架构和操作系统的同步 kickstart 仓库。"
8161
7909
  ],
@@ -8178,7 +7926,7 @@
8178
7926
  "要从内容视图中包含或排除特定内容,请创建一个过滤器。如果没有过滤器,内容视图包含添加的存储库的所有内容。"
8179
7927
  ],
8180
7928
  "To manage host content overrides, a specific organization must be selected from the organization context.": [
8181
- ""
7929
+ "要管理主机内容覆盖,需要从机构上下文中选择一个特定的机构。"
8182
7930
  ],
8183
7931
  "To manage host packages, a specific organization must be selected from the organization context.": [
8184
7932
  "若要管理主机软件包,必须从机构上下文中选择特定的机构。"
@@ -8186,9 +7934,6 @@
8186
7934
  "To manage packages, select an action.": [
8187
7935
  "要管理软件包,选择一个操作。"
8188
7936
  ],
8189
- "Toggle": [
8190
- ""
8191
- ],
8192
7937
  "Token/password for the flatpak remote": [
8193
7938
  "flatpak 远程的令牌/密码"
8194
7939
  ],
@@ -8234,12 +7979,6 @@
8234
7979
  "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy.": [
8235
7980
  "与此智能代理关联的所有备用内容源的流量将通过所选的 HTTP 代理。"
8236
7981
  ],
8237
- "Trigger an auto-attach of subscriptions": [
8238
- "触发订阅的自动附加"
8239
- ],
8240
- "Trigger an auto-attach of subscriptions on one or more hosts": [
8241
- "在一个或多个主机上触发一个自动附加订阅"
8242
- ],
8243
7982
  "Try changing your search criteria.": [
8244
7983
  "尝试更改搜索设置。"
8245
7984
  ],
@@ -8286,7 +8025,7 @@
8286
8025
  "OSTree 存储库的 URL。"
8287
8026
  ],
8288
8027
  "URL:": [
8289
- ""
8028
+ "URL:"
8290
8029
  ],
8291
8030
  "UUID": [
8292
8031
  "UUID"
@@ -8331,10 +8070,10 @@
8331
8070
  ""
8332
8071
  ],
8333
8072
  "Unable to find a content view with ID %s": [
8334
- ""
8073
+ "无法找到 ID 为 %s 的内容视图"
8335
8074
  ],
8336
8075
  "Unable to find a lifecycle environment with ID %s": [
8337
- ""
8076
+ "无法找到 ID 为 '%s' 的生命周期环境。"
8338
8077
  ],
8339
8078
  "Unable to find product '%s' in organization '%s'": [
8340
8079
  "在机构 '%s' 中找不到产品 '%s'"
@@ -8364,7 +8103,7 @@
8364
8103
  "无法刷新任何备用内容源。您没有刷新的权限,或者没有任何备用内容源。"
8365
8104
  ],
8366
8105
  "Unable to refresh host-repository mapping": [
8367
- ""
8106
+ "无法刷新 host-repository 映射"
8368
8107
  ],
8369
8108
  "Unable to send errata e-mail notification: %{error}": [
8370
8109
  "无法发送勘误电子邮件通知:%{error}"
@@ -8379,10 +8118,10 @@
8379
8118
  "无法同步任何存储库。您或者没有同步权限,或者所选存储库没有提要URL。"
8380
8119
  ],
8381
8120
  "Unable to update host-repository mapping": [
8382
- ""
8121
+ "无法更新 host-repository 映射"
8383
8122
  ],
8384
8123
  "Unable to update hosts": [
8385
- ""
8124
+ "无法更新主机"
8386
8125
  ],
8387
8126
  "Unable to update the repository list": [
8388
8127
  "无法更新存储库列表"
@@ -8393,9 +8132,6 @@
8393
8132
  "Unapplied Errata": [
8394
8133
  "未应用的勘误"
8395
8134
  ],
8396
- "Unattach a subscription": [
8397
- "取消附加的订阅"
8398
- ],
8399
8135
  "Unfiltered params array: %s.": [
8400
8136
  "未过滤的参数数组:%s"
8401
8137
  ],
@@ -8427,7 +8163,7 @@
8427
8163
  "分配机构之前先取消注册主机 %s"
8428
8164
  ],
8429
8165
  "Unregister host %s before assigning an organization.": [
8430
- ""
8166
+ "分配机构之前先取消注册主机 %s。"
8431
8167
  ],
8432
8168
  "Unregister the host as a subscription consumer": [
8433
8169
  "取消主机作为订阅使用者"
@@ -8507,27 +8243,15 @@
8507
8243
  "Update content counts for the smart proxy": [
8508
8244
  "更新智能代理的内容计数"
8509
8245
  ],
8510
- "Update content urls": [
8511
- ""
8512
- ],
8513
8246
  "Update content view environments for host": [
8514
8247
  "为主机更新内容视图环境"
8515
8248
  ],
8516
8249
  "Update content view environments for host %s": [
8517
8250
  "为主机 %s 更新内容视图环境"
8518
8251
  ],
8519
- "Update distributions": [
8520
- ""
8521
- ],
8522
8252
  "Update hosts manually": [
8523
8253
  "手动更新主机"
8524
8254
  ],
8525
- "Update http proxy": [
8526
- ""
8527
- ],
8528
- "Update http proxy details": [
8529
- ""
8530
- ],
8531
8255
  "Update installed packages, enabled repos, module inventory": [
8532
8256
  "更新安装的软件包,已启用的仓库,模块清单"
8533
8257
  ],
@@ -8543,21 +8267,12 @@
8543
8267
  "Update packages via Katello interface": [
8544
8268
  "通过 Katello 接口更新软件包"
8545
8269
  ],
8546
- "Update redhat repository": [
8547
- ""
8548
- ],
8549
8270
  "Update release version for host": [
8550
8271
  "为主机更新发行版本"
8551
8272
  ],
8552
8273
  "Update release version for host %s": [
8553
8274
  "为主机 %s 更新发行版本"
8554
8275
  ],
8555
- "Update remote": [
8556
- ""
8557
- ],
8558
- "Update repository": [
8559
- ""
8560
- ],
8561
8276
  "Update services requiring restart": [
8562
8277
  "更新服务需要重启"
8563
8278
  ],
@@ -8648,12 +8363,6 @@
8648
8363
  "Upload a subscription manifest": [
8649
8364
  "上载订阅清单"
8650
8365
  ],
8651
- "Upload content": [
8652
- ""
8653
- ],
8654
- "Upload file": [
8655
- ""
8656
- ],
8657
8366
  "Upload into": [
8658
8367
  "上传到"
8659
8368
  ],
@@ -8663,9 +8372,6 @@
8663
8372
  "Upload request id": [
8664
8373
  "上传请求 ID"
8665
8374
  ],
8666
- "Upload tag": [
8667
- ""
8668
- ],
8669
8375
  "Upstream Candlepin": [
8670
8376
  "上游 Candlepin"
8671
8377
  ],
@@ -8730,7 +8436,7 @@
8730
8436
  "使用 HTTP 代理"
8731
8437
  ],
8732
8438
  "Use container certificates for container registry authentication. If it is set to true, container registry certificates will be installed on the host": [
8733
- ""
8439
+ "使用容器证书进行容器 registry 身份验证。如果设为 true,容器 registry 证书将安装到主机上"
8734
8440
  ],
8735
8441
  "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10": [
8736
8442
  "用于确定在 pulp3 中并性下载存储库的数量。使用小于20 的值。默认为 10"
@@ -8780,12 +8486,12 @@
8780
8486
  "Value must either be a boolean or 'default' for 'enabled'": [
8781
8487
  "值需要是一个布尔值,或 'default' 代表 'enabled'"
8782
8488
  ],
8489
+ "Verify Content Checksum": [
8490
+ ""
8491
+ ],
8783
8492
  "Verify SSL": [
8784
8493
  "验证 SSL"
8785
8494
  ],
8786
- "Verify checksum": [
8787
- ""
8788
- ],
8789
8495
  "Verify checksum for content on smart proxy": [
8790
8496
  "为智能代理中的内容验证校验和"
8791
8497
  ],
@@ -8867,11 +8573,14 @@
8867
8573
  "View by": [
8868
8574
  "查看方法"
8869
8575
  ],
8576
+ "View container images in the local registry using the Synced tab. View container images booted by image mode hosts using the Booted tab. The Booted tab also shows images outside of the local container registry.": [
8577
+ ""
8578
+ ],
8870
8579
  "View content views": [
8871
8580
  "查看内容视图"
8872
8581
  ],
8873
8582
  "View details": [
8874
- ""
8583
+ "查看详情"
8875
8584
  ],
8876
8585
  "View documentation": [
8877
8586
  "查看文档"
@@ -9147,7 +8856,7 @@
9147
8856
  "仅允许用于Yum存储库。"
9148
8857
  ],
9149
8858
  "assign a new content source to the hosts": [
9150
- ""
8859
+ "为主机分配一个新内容源"
9151
8860
  ],
9152
8861
  "attempted to sync a non-library repository.": [
9153
8862
  "尝试同步 non-library 仓库。"
@@ -9155,9 +8864,6 @@
9155
8864
  "attempted to sync without a feed URL": [
9156
8865
  "尝试在没有 Feed URL 的情况下进行同步"
9157
8866
  ],
9158
- "auto attach subscriptions upon registration": [
9159
- "注册时自动附加订阅"
9160
- ],
9161
8867
  "base url to perform repo discovery on": [
9162
8868
  "执行仓库发现的基本 url"
9163
8869
  ],
@@ -9507,7 +9213,7 @@
9507
9213
  "解析指定的对象只返回与特定对象关联的仓库。只支持 'content_view' 和 'content_view_version'。"
9508
9214
  ],
9509
9215
  "into a product. Details from the flatpak remote will automatically populate the repository fields. The repository will be available for syncing once it has been mirrored into a product.": [
9510
- ""
9216
+ "到一个产品。flatpak remote 将会自动填充仓库字段。当仓库被镜像到产品中后,该仓库就可以用于同步。"
9511
9217
  ],
9512
9218
  "invalid: Repositories can only require one OS version.": [
9513
9219
  "无效:存储库只能要求一个操作系统版本。"
@@ -9794,9 +9500,6 @@
9794
9500
  "start datetime of synchronization": [
9795
9501
  "開始同步的日期與時間"
9796
9502
  ],
9797
- "subscriptions not specified": [
9798
- "未指定订阅"
9799
- ],
9800
9503
  "sync plan description": [
9801
9504
  "同步計畫的描述"
9802
9505
  ],