katello 4.18.1 → 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 (336) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +56 -107
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +56 -107
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +56 -107
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +56 -107
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +57 -108
  7. data/app/assets/javascripts/katello/locale/de/katello.js +58 -109
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +56 -107
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +56 -107
  10. data/app/assets/javascripts/katello/locale/el/katello.js +57 -108
  11. data/app/assets/javascripts/katello/locale/en/katello.js +56 -107
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +56 -107
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +56 -107
  14. data/app/assets/javascripts/katello/locale/es/katello.js +58 -109
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +56 -107
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +59 -110
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +56 -107
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +56 -107
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +56 -107
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +56 -107
  21. data/app/assets/javascripts/katello/locale/id/katello.js +56 -107
  22. data/app/assets/javascripts/katello/locale/it/katello.js +56 -107
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +59 -110
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +58 -109
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +56 -107
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +59 -110
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +56 -107
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +56 -107
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +56 -107
  30. data/app/assets/javascripts/katello/locale/or/katello.js +56 -107
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +56 -107
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +56 -107
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +56 -107
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +56 -107
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +58 -109
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +56 -107
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +56 -107
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +57 -108
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +56 -107
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +56 -107
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +56 -107
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +56 -107
  43. data/app/assets/javascripts/katello/locale/te/katello.js +56 -107
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +56 -107
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +56 -107
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +56 -107
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +56 -107
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +59 -110
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +57 -108
  50. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +41 -12
  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_view_filter_rules_controller.rb +1 -1
  54. data/app/controllers/katello/api/v2/content_views_controller.rb +18 -3
  55. data/app/controllers/katello/api/v2/debs_controller.rb +21 -11
  56. data/app/controllers/katello/api/v2/docker_tags_controller.rb +7 -0
  57. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +21 -19
  58. data/app/controllers/katello/api/v2/host_debs_controller.rb +16 -1
  59. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +3 -60
  60. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +10 -53
  61. data/app/controllers/katello/api/v2/repositories_controller.rb +0 -1
  62. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +3 -0
  63. data/app/lib/actions/candlepin/activation_key/create.rb +0 -2
  64. data/app/lib/actions/candlepin/activation_key/update.rb +0 -2
  65. data/app/lib/actions/candlepin/product/content_create.rb +3 -5
  66. data/app/lib/actions/candlepin/product/content_update.rb +2 -3
  67. data/app/lib/actions/helpers/rolling_cv_repos.rb +1 -1
  68. data/app/lib/actions/katello/activation_key/create.rb +0 -1
  69. data/app/lib/actions/katello/activation_key/update.rb +0 -2
  70. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -6
  71. data/app/lib/actions/katello/content_credential/update.rb +1 -1
  72. data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +18 -24
  73. data/app/lib/actions/katello/content_view/create.rb +9 -4
  74. data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +6 -1
  75. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +16 -11
  76. data/app/lib/actions/katello/content_view/update.rb +34 -7
  77. data/app/lib/actions/katello/product/content_create.rb +2 -2
  78. data/app/lib/actions/katello/product/content_destroy.rb +1 -1
  79. data/app/lib/actions/katello/repository/check_matching_content.rb +1 -1
  80. data/app/lib/actions/katello/repository/clone_contents.rb +1 -1
  81. data/app/lib/actions/katello/repository/create.rb +1 -1
  82. data/app/lib/actions/katello/repository/destroy.rb +4 -4
  83. data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
  84. data/app/lib/actions/katello/repository/sync.rb +1 -1
  85. data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +2 -2
  86. data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
  87. data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +1 -1
  88. data/app/lib/actions/pulp3/repository/save_publication.rb +3 -1
  89. data/app/lib/actions/pulp3/repository/save_version.rb +45 -24
  90. data/app/lib/actions/pulp3/repository/save_versions.rb +2 -1
  91. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -4
  92. data/app/lib/katello/resources/candlepin/upstream_job.rb +9 -1
  93. data/app/lib/katello/resources/candlepin.rb +4 -0
  94. data/app/models/katello/authorization/repository.rb +17 -4
  95. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -7
  96. data/app/models/katello/content_view_deb_filter.rb +10 -0
  97. data/app/models/katello/content_view_deb_filter_rule.rb +7 -0
  98. data/app/models/katello/deb.rb +10 -10
  99. data/app/models/katello/erratum.rb +1 -1
  100. data/app/models/katello/glue/provider.rb +14 -3
  101. data/app/models/katello/host/content_facet.rb +1 -1
  102. data/app/models/katello/host/subscription_facet.rb +1 -7
  103. data/app/models/katello/product_content.rb +2 -2
  104. data/app/models/katello/repository.rb +4 -23
  105. data/app/models/katello/root_repository.rb +2 -5
  106. data/app/services/katello/candlepin/event_handler.rb +0 -33
  107. data/app/services/katello/candlepin/message_handler.rb +0 -41
  108. data/app/services/katello/content_unit_indexer.rb +59 -13
  109. data/app/services/katello/product_content_finder.rb +5 -4
  110. data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
  111. data/app/services/katello/pulp3/ansible_collection.rb +1 -0
  112. data/app/services/katello/pulp3/api/content_guard.rb +5 -5
  113. data/app/services/katello/pulp3/api/core.rb +10 -0
  114. data/app/services/katello/pulp3/deb.rb +1 -0
  115. data/app/services/katello/pulp3/docker_manifest.rb +1 -0
  116. data/app/services/katello/pulp3/docker_manifest_list.rb +1 -0
  117. data/app/services/katello/pulp3/docker_tag.rb +1 -0
  118. data/app/services/katello/pulp3/file_unit.rb +1 -0
  119. data/app/services/katello/pulp3/generic_content_unit.rb +1 -0
  120. data/app/services/katello/pulp3/module_stream.rb +1 -0
  121. data/app/services/katello/pulp3/package_group.rb +1 -0
  122. data/app/services/katello/pulp3/repository/apt.rb +30 -13
  123. data/app/services/katello/pulp3/repository.rb +59 -10
  124. data/app/services/katello/pulp3/rpm.rb +3 -2
  125. data/app/services/katello/pulp3/srpm.rb +3 -2
  126. data/app/services/katello/pulp3/task_group.rb +1 -1
  127. data/app/services/katello/registration_manager.rb +19 -17
  128. data/app/services/katello/repository_type_manager.rb +7 -5
  129. data/app/services/katello/smart_proxy_helper.rb +1 -6
  130. data/app/views/foreman/job_templates/upload_profile.erb +5 -0
  131. data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -1
  132. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
  133. data/app/views/katello/api/v2/debs/thindex.json.rabl +6 -0
  134. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +32 -0
  135. data/app/views/katello/api/v2/docker_tags/show.json.rabl +0 -5
  136. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +6 -0
  137. data/app/views/katello/api/v2/host_debs/installed_debs.json.rabl +6 -0
  138. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_errata.json.rabl +1 -1
  139. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_erratum.json.rabl +9 -0
  140. data/app/views/katello/api/v2/hosts_bulk_actions/installable_errata.json.rabl +1 -1
  141. data/app/views/katello/api/v2/hosts_bulk_actions/{erratum.json.rabl → installable_erratum.json.rabl} +3 -3
  142. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
  143. data/config/initializers/monkeys.rb +1 -0
  144. data/config/routes/api/v2.rb +2 -2
  145. data/config/routes/overrides.rb +2 -7
  146. data/config/routes.rb +2 -0
  147. data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +1 -1
  148. data/db/migrate/20250912000000_add_pulp_prn_fields.rb +73 -0
  149. data/db/migrate/20250912000001_populate_pulp_prn_fields.rb +403 -0
  150. data/db/migrate/20251009142516_remove_auto_attach_from_activation_keys.rb +5 -0
  151. data/db/migrate/20251009142517_remove_autoheal_from_subscription_facets.rb +5 -0
  152. data/db/seeds.d/111-upgrade_tasks.rb +2 -0
  153. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +2 -2
  154. data/lib/katello/permission_creator.rb +2 -2
  155. data/lib/katello/permissions/host_permissions.rb +0 -6
  156. data/lib/katello/plugin.rb +16 -8
  157. data/lib/katello/tasks/jenkins.rake +1 -1
  158. data/lib/katello/tasks/upgrades/4.19/enable_structured_apt_for_deb.rake +87 -0
  159. data/lib/katello/tasks/upgrades/4.19/populate_repository_version_prns.rake +32 -0
  160. data/lib/katello/version.rb +1 -1
  161. data/lib/monkeys/fix_rpm_repository_gpgcheck.rb +38 -0
  162. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  163. data/locale/bn/katello.po +56 -107
  164. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  165. data/locale/bn_IN/katello.po +56 -107
  166. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  167. data/locale/ca/katello.po +56 -107
  168. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  169. data/locale/cs/katello.po +56 -107
  170. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  171. data/locale/cs_CZ/katello.po +57 -108
  172. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  173. data/locale/de/katello.po +58 -109
  174. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  175. data/locale/de_AT/katello.po +56 -107
  176. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  177. data/locale/de_DE/katello.po +56 -107
  178. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  179. data/locale/el/katello.po +58 -109
  180. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  181. data/locale/en/katello.po +56 -107
  182. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  183. data/locale/en_GB/katello.po +56 -107
  184. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  185. data/locale/en_US/katello.po +56 -107
  186. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  187. data/locale/es/katello.po +58 -109
  188. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  189. data/locale/et_EE/katello.po +56 -107
  190. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  191. data/locale/fr/katello.po +59 -110
  192. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  193. data/locale/gl/katello.po +56 -107
  194. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  195. data/locale/gu/katello.po +56 -107
  196. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  197. data/locale/he_IL/katello.po +56 -107
  198. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  199. data/locale/hi/katello.po +56 -107
  200. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  201. data/locale/id/katello.po +56 -107
  202. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  203. data/locale/it/katello.po +56 -107
  204. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  205. data/locale/ja/katello.po +59 -110
  206. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  207. data/locale/ka/katello.po +58 -109
  208. data/locale/katello.pot +676 -749
  209. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/kn/katello.po +56 -107
  211. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/ko/katello.po +59 -110
  213. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/ml_IN/katello.po +56 -107
  215. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/mr/katello.po +56 -107
  217. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  218. data/locale/nl_NL/katello.po +56 -107
  219. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  220. data/locale/or/katello.po +56 -107
  221. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  222. data/locale/pa/katello.po +56 -107
  223. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  224. data/locale/pl/katello.po +56 -107
  225. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  226. data/locale/pl_PL/katello.po +56 -107
  227. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  228. data/locale/pt/katello.po +56 -107
  229. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  230. data/locale/pt_BR/katello.po +58 -109
  231. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  232. data/locale/ro/katello.po +56 -107
  233. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  234. data/locale/ro_RO/katello.po +56 -107
  235. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  236. data/locale/ru/katello.po +57 -108
  237. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  238. data/locale/sl/katello.po +56 -107
  239. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  240. data/locale/sv_SE/katello.po +56 -107
  241. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  242. data/locale/ta/katello.po +56 -107
  243. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  244. data/locale/ta_IN/katello.po +56 -107
  245. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  246. data/locale/te/katello.po +56 -107
  247. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  248. data/locale/tr/katello.po +56 -107
  249. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  250. data/locale/vi/katello.po +56 -107
  251. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  252. data/locale/vi_VN/katello.po +56 -107
  253. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  254. data/locale/zh/katello.po +56 -107
  255. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  256. data/locale/zh_CN/katello.po +59 -110
  257. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  258. data/locale/zh_TW/katello.po +57 -108
  259. data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
  260. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +0 -2
  261. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -2
  262. data/webpack/components/extensions/Hosts/ActionsBar/index.js +1 -0
  263. data/webpack/components/extensions/Hosts/BulkActions/BulkActionsConstants.js +7 -0
  264. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js +388 -0
  265. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/__tests__/BulkChangeHostCollectionsModal.test.js +640 -0
  266. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/actions.js +28 -0
  267. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +71 -0
  268. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +1 -1
  269. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +10 -3
  270. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
  271. data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +7 -0
  272. data/webpack/containers/Application/config.js +11 -1
  273. data/webpack/global_index.js +3 -0
  274. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesConstants.js +1 -1
  275. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesPage.js +7 -43
  276. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImagesPage.test.js +1 -1
  277. data/webpack/scenes/ContainerImages/ContainerImagesPage.js +86 -0
  278. data/webpack/scenes/ContainerImages/LabelsAnnotationsModal.js +105 -0
  279. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js +218 -0
  280. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsActions.js +15 -0
  281. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsSelectors.js +16 -0
  282. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/ManifestDetails.test.js +395 -0
  283. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestDetails.fixtures.json +43 -0
  284. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestList.fixtures.json +58 -0
  285. data/webpack/scenes/ContainerImages/Synced/Details/index.js +4 -0
  286. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js +359 -0
  287. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.scss +21 -0
  288. data/webpack/scenes/ContainerImages/Synced/__tests__/LabelsAnnotationsModal.test.js +69 -0
  289. data/webpack/scenes/ContainerImages/Synced/__tests__/SyncedContainerImagesPage.test.js +335 -0
  290. data/webpack/scenes/ContainerImages/Synced/__tests__/syncedContainerImages.fixtures.json +105 -0
  291. data/webpack/scenes/ContainerImages/TableEmptyState.js +67 -0
  292. data/webpack/scenes/ContainerImages/containerImagesHelpers.js +48 -0
  293. data/webpack/scenes/ContainerImages/index.js +4 -0
  294. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +29 -3
  295. data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
  296. data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +45 -1
  297. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -1
  298. data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +59 -1
  299. data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +1 -0
  300. data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +164 -24
  301. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVDebFilterContent.test.js +268 -0
  302. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterDetail.fixtures.json +95 -0
  303. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterRules.fixtures.json +31 -0
  304. data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVDebFilterRules.fixtures.json +10 -0
  305. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -1
  306. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -1
  307. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +15 -0
  308. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +1 -0
  309. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +9 -0
  310. data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +5 -3
  311. data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +1 -1
  312. data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +35 -3
  313. data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +1 -1
  314. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.css +3 -0
  315. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +63 -132
  316. data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +67 -143
  317. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +10 -2
  318. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +13 -2
  319. data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
  320. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +8 -2
  321. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +67 -1
  322. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
  323. data/webpack/scenes/Subscriptions/SubscriptionConstants.js +0 -2
  324. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
  325. metadata +83 -55
  326. data/app/lib/actions/katello/host/attach_subscriptions.rb +0 -59
  327. data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -22
  328. data/app/lib/actions/katello/host/remove_subscriptions.rb +0 -50
  329. data/app/lib/actions/katello/organization/simple_content_access/disable.rb +0 -25
  330. data/app/lib/actions/katello/organization/simple_content_access/enable.rb +0 -25
  331. data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +0 -42
  332. data/lib/katello/tasks/migrate_structure_content_for_deb.rake +0 -105
  333. data/lib/katello/tasks/upgrades/4.2/remove_checksum_values.rake +0 -17
  334. data/locale/action_names.rb +0 -186
  335. /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImages.fixtures.js +0 -0
  336. /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/index.js +0 -0
@@ -14,7 +14,7 @@
14
14
  #
15
15
  msgid ""
16
16
  msgstr ""
17
- "Project-Id-Version: katello 4.18.0\n"
17
+ "Project-Id-Version: katello 4.19.0.pre.master\n"
18
18
  "Report-Msgid-Bugs-To: \n"
19
19
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
20
20
  "Last-Translator: Ondřej Gajdušek, 2025\n"
@@ -460,9 +460,6 @@ msgstr "远程执行作业正在进行"
460
460
  msgid "A remote execution job is in progress."
461
461
  msgstr "远程执行作业正在进行中。"
462
462
 
463
- msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
464
- msgstr "自动修复进程的服务级别,例如 SELF-SUPPORT"
465
-
466
463
  msgid "A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running."
467
464
  msgstr "智能代理似乎已经刷新,且没有运行 pulpcore。请在确保 pulpcore 服务已运行后刷新智能代理。"
468
465
 
@@ -565,12 +562,15 @@ msgstr "添加 DEB 规则"
565
562
  msgid "Add RPM rule"
566
563
  msgstr "添加 RPM 规则"
567
564
 
565
+ msgid "Add Red Hat Flatpak remote"
566
+ msgstr ""
567
+
568
+ msgid "Add Red Hat flatpak remote"
569
+ msgstr ""
570
+
568
571
  msgid "Add Subscriptions"
569
572
  msgstr "添加订阅"
570
573
 
571
- msgid "Add a subscription to a host"
572
- msgstr "为主机添加一个订阅"
573
-
574
574
  msgid "Add an alternate content source"
575
575
  msgstr "添加一个备用内容源"
576
576
 
@@ -634,9 +634,6 @@ msgstr "添加订阅"
634
634
  msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
635
635
  msgstr "从 Red Hat Subscription Management 添加被清单消耗的订阅"
636
636
 
637
- msgid "Add subscriptions to one or more hosts"
638
- msgstr "将订阅添加到一个或多个主机"
639
-
640
637
  msgid "Add subscriptions using the Add Subscriptions button."
641
638
  msgstr "使用 Add Subscriptions 按钮添加订阅。"
642
639
 
@@ -912,12 +909,6 @@ msgstr "本地池 ID 的数组。仅接受来自上游社区的池。"
912
909
  msgid "Array of pools to add"
913
910
  msgstr "要添加的池数组"
914
911
 
915
- msgid "Array of subscriptions to add"
916
- msgstr "添加的订阅数组"
917
-
918
- msgid "Array of subscriptions to remove"
919
- msgstr "要删除的订阅数组"
920
-
921
912
  msgid "Array of uploads to import"
922
913
  msgstr "导入的上传数组"
923
914
 
@@ -973,15 +964,6 @@ msgstr "至少一个所选项目需要主机重新引导"
973
964
  msgid "At least one organization must exist."
974
965
  msgstr "至少必须存在一个组织。"
975
966
 
976
- msgid "Attach a subscription"
977
- msgstr "附加订阅"
978
-
979
- msgid "Attach subscriptions"
980
- msgstr "附加订阅"
981
-
982
- msgid "Attach subscriptions to %s"
983
- msgstr "将订阅附加到 %s"
984
-
985
967
  msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
986
968
  msgstr "试图从 candlepin 销毁消费者 %s,但消费者不存在于 candlepin 中"
987
969
 
@@ -1093,6 +1075,9 @@ msgstr "通过 Bootc 接口的 Bootc 交换"
1093
1075
  msgid "Bootc upgrade via Bootc interface"
1094
1076
  msgstr "通过 Bootc 接口的 Bootc 升级"
1095
1077
 
1078
+ msgid "Booted"
1079
+ msgstr ""
1080
+
1096
1081
  msgid "Booted Container Images"
1097
1082
  msgstr "引导的容器镜像"
1098
1083
 
@@ -1561,6 +1546,9 @@ msgstr "容器镜像标签"
1561
1546
  msgid "Container image tags"
1562
1547
  msgstr "容器镜像标签"
1563
1548
 
1549
+ msgid "Container images"
1550
+ msgstr ""
1551
+
1564
1552
  msgid "Container manifest lists"
1565
1553
  msgstr "容器清单列表"
1566
1554
 
@@ -2074,12 +2062,6 @@ msgstr "创建新的激活码"
2074
2062
  msgid "Create organization"
2075
2063
  msgstr "创建机构"
2076
2064
 
2077
- msgid "Create package filter rule"
2078
- msgstr "创建软件包过滤规则"
2079
-
2080
- msgid "Create rule"
2081
- msgstr "创建规则"
2082
-
2083
2065
  msgid "Credentials"
2084
2066
  msgstr "凭证"
2085
2067
 
@@ -2479,9 +2461,6 @@ msgstr "禁用"
2479
2461
  msgid "Disable Red Hat Insights."
2480
2462
  msgstr "禁用 Red Hat Insights。"
2481
2463
 
2482
- msgid "Disable Simple Content Access"
2483
- msgstr "禁用简单内容访问"
2484
-
2485
2464
  msgid "Disable a repository from the set"
2486
2465
  msgstr "从集合中禁用仓库"
2487
2466
 
@@ -2545,6 +2524,9 @@ msgstr "勘误公告"
2545
2524
  msgid "Edit"
2546
2525
  msgstr "编辑"
2547
2526
 
2527
+ msgid "Edit DEB rule"
2528
+ msgstr ""
2529
+
2548
2530
  msgid "Edit Flatpak Remote"
2549
2531
  msgstr "编辑 Flatpak Remote"
2550
2532
 
@@ -2572,9 +2554,6 @@ msgstr "编辑详情"
2572
2554
  msgid "Edit filter rule"
2573
2555
  msgstr "列表过滤规则"
2574
2556
 
2575
- msgid "Edit package filter rule"
2576
- msgstr "编辑软件包过滤规则"
2577
-
2578
2557
  msgid "Edit products"
2579
2558
  msgstr "编辑产品"
2580
2559
 
@@ -2617,9 +2596,6 @@ msgstr "启用"
2617
2596
  msgid "Enable Red Hat repositories"
2618
2597
  msgstr "启用 Red Hat 仓库"
2619
2598
 
2620
- msgid "Enable Simple Content Access"
2621
- msgstr "启用简单内容访问"
2622
-
2623
2599
  msgid "Enable Tracer"
2624
2600
  msgstr "启用跟踪"
2625
2601
 
@@ -3110,6 +3086,9 @@ msgstr "产生主机适用性"
3110
3086
  msgid "Generate repository applicability"
3111
3087
  msgstr "生成仓库适用性"
3112
3088
 
3089
+ msgid "Generate username and password"
3090
+ msgstr ""
3091
+
3113
3092
  msgid "Generated"
3114
3093
  msgstr "生成"
3115
3094
 
@@ -3537,9 +3516,6 @@ msgstr "如果产品证书应该用于向自定义 CDN 进行身份验证。"
3537
3516
  msgid "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'."
3538
3517
  msgstr "如果设置,在 Katello 中新创建的 APT 仓库将使用它们从其中同步的远程仓库相同的仓库结构。您可以通过运行 'foreman-rake katello:migrate_structure_content_for_deb' 来迁移现有的 APT 存储库来匹配相关的设置。"
3539
3518
 
3540
- msgid "If specified, remove the first instance of a subscription with matching id and quantity"
3541
- msgstr "如果指定,删除具有匹配 id 和数量的订阅的第一个实例"
3542
-
3543
3519
  msgid "If the smart proxies' assigned HTTP proxies should be used"
3544
3520
  msgstr "智能代理分配的 HTTP 代理是否应该使用"
3545
3521
 
@@ -3963,6 +3939,9 @@ msgstr "无法导出一个滚动内容视图。"
3963
3939
  msgid "It's not possible to promote a rolling content view."
3964
3940
  msgstr "无法提升一个滚动内容视图。"
3965
3941
 
3942
+ msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
3943
+ msgstr ""
3944
+
3966
3945
  msgid "It's not possible to publish a rolling content view."
3967
3946
  msgstr "无法发布一个滚动内容视图。"
3968
3947
 
@@ -4362,6 +4341,9 @@ msgstr "主机 ID 列表,用于替换主机集合中的主机"
4362
4341
  msgid "List of hypervisor guest uuids"
4363
4342
  msgstr "hypervisor 客户系统 uuid 列表"
4364
4343
 
4344
+ msgid "List of lifecycle environments for rolling content views"
4345
+ msgstr ""
4346
+
4365
4347
  msgid "List of package group names (Deprecated)"
4366
4348
  msgstr "软件包组名称列表(已弃用)"
4367
4349
 
@@ -5278,9 +5260,6 @@ msgstr "机构 %s 已被删除。"
5278
5260
  msgid "Organization ID"
5279
5261
  msgstr "机构 ID"
5280
5262
 
5281
- msgid "Organization ID is required"
5282
- msgstr "必须提供机构 ID"
5283
-
5284
5263
  msgid "Organization ID or title"
5285
5264
  msgstr "机构 id 或名称"
5286
5265
 
@@ -5768,6 +5747,9 @@ msgstr "为 %{content_view} 提升摘要"
5768
5747
  msgid "Promotion to Environment"
5769
5748
  msgstr "升级到环境"
5770
5749
 
5750
+ msgid "Provide credentials if the registry requires authentication"
5751
+ msgstr ""
5752
+
5771
5753
  msgid "Provide the required information and click {update} below to save changes."
5772
5754
  msgstr "提供所需信息并点下面的 {update} 保存更改。"
5773
5755
 
@@ -5894,15 +5876,6 @@ msgstr "数量不得超过 ${pool.available}"
5894
5876
  msgid "Quantity of entitlements to bind"
5895
5877
  msgstr "绑定权利的数量"
5896
5878
 
5897
- msgid "Quantity of specified subscription to remove"
5898
- msgstr "要删除的指定订阅数量"
5899
-
5900
- msgid "Quantity of this subscription to add"
5901
- msgstr "添加的这个订阅的数量"
5902
-
5903
- msgid "Quantity of this subscriptions to add"
5904
- msgstr "添加的这个订阅的数量"
5905
-
5906
5879
  msgid "Quantity to Allocate"
5907
5880
  msgstr "分配数量"
5908
5881
 
@@ -6071,9 +6044,6 @@ msgstr "Refresh_Content_Host_Status"
6071
6044
  msgid "Register a host with subscription and information"
6072
6045
  msgstr "注册具有订阅和信息的主机"
6073
6046
 
6074
- msgid "Register host '%s' before attaching subscriptions"
6075
- msgstr "在附加订阅之前注册主机 '%s'"
6076
-
6077
6047
  msgid "Registered"
6078
6048
  msgstr "注册"
6079
6049
 
@@ -6218,18 +6188,6 @@ msgstr "通过 Katello 界面删除软件包"
6218
6188
  msgid "Remove products from sync plan"
6219
6189
  msgstr "从同步计划中删除产品"
6220
6190
 
6221
- msgid "Remove subscriptions"
6222
- msgstr "删除订阅"
6223
-
6224
- msgid "Remove subscriptions from %s"
6225
- msgstr "从 %s 中删除订阅"
6226
-
6227
- msgid "Remove subscriptions from a host"
6228
- msgstr "从一个主机中删除订阅"
6229
-
6230
- msgid "Remove subscriptions from one or more hosts"
6231
- msgstr "从一个或多个主机上删除订阅"
6232
-
6233
6191
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6234
6192
  msgstr "从内容视图中删除版本和/或环境,并重新分配系统和密钥"
6235
6193
 
@@ -6449,6 +6407,9 @@ msgstr "获取主机的单个勘误"
6449
6407
  msgid "Return Red Hat (non-custom) products only"
6450
6408
  msgstr "仅返回红帽(非定制)产品"
6451
6409
 
6410
+ msgid "Return a list of installed debs distinct by name"
6411
+ msgstr ""
6412
+
6452
6413
  msgid "Return a list of installed packages distinct by name"
6453
6414
  msgstr "返回名称不同的安装的软件包列表"
6454
6415
 
@@ -6629,6 +6590,9 @@ msgstr "订阅将很快过期"
6629
6590
  msgid "Save"
6630
6591
  msgstr "保存"
6631
6592
 
6593
+ msgid "Save Environments"
6594
+ msgstr ""
6595
+
6632
6596
  msgid "Saving alternate content source..."
6633
6597
  msgstr "更新备用内容源..."
6634
6598
 
@@ -6875,11 +6839,14 @@ msgstr "服务等级 %s"
6875
6839
  msgid "Service Level (SLA)"
6876
6840
  msgstr "服务等级 (SLA)"
6877
6841
 
6842
+ msgid "Service level"
6843
+ msgstr ""
6844
+
6878
6845
  msgid "Service level of host"
6879
6846
  msgstr "主机服务等级"
6880
6847
 
6881
- msgid "Service level to be used for autoheal"
6882
- msgstr "用于自动修复的服务级别"
6848
+ msgid "Service level, e.g. SELF-SUPPORT"
6849
+ msgstr ""
6883
6850
 
6884
6851
  msgid "Set content overrides"
6885
6852
  msgstr "设置内容覆盖"
@@ -6905,9 +6872,6 @@ msgstr "设置容器 registry 证书"
6905
6872
  msgid "Sets the system purpose usage"
6906
6873
  msgstr "设置系统用途使用"
6907
6874
 
6908
- msgid "Sets whether the Host will autoheal subscriptions upon checkin"
6909
- msgstr "设置主机是否在签入后自动修复订阅"
6910
-
6911
6875
  msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
6912
6876
  msgstr "'default_location_subscribed_hosts' 没有设置为一个有效位置。"
6913
6877
 
@@ -7058,6 +7022,9 @@ msgstr "未找到智能代理内容源!"
7058
7022
  msgid "Smart proxy name"
7059
7023
  msgstr "智能代理名称"
7060
7024
 
7025
+ msgid "Smart proxy verify content checksum has started in the background"
7026
+ msgstr ""
7027
+
7061
7028
  msgid "Sockets"
7062
7029
  msgstr "插槽"
7063
7030
 
@@ -7172,8 +7139,8 @@ msgstr "加载内容视图时出现错误。如需更多信息,请参阅日志
7172
7139
  msgid "Something went wrong while refreshing alternate content sources: "
7173
7140
  msgstr "在刷新备用内容源时出现错误:"
7174
7141
 
7175
- msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
7176
- msgstr "刷新内容计数时出现错误:${getResponseErrorMsgs(error.response)}"
7142
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
7143
+ msgstr ""
7177
7144
 
7178
7145
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
7179
7146
  msgstr "删除过滤规则时出现问题!${getResponseErrorMsgs(error.response)}"
@@ -7241,6 +7208,9 @@ msgstr "获取仓库类型时出错!${getResponseErrorMsgs(error.response)}"
7241
7208
  msgid "Something went wrong while updating the content source. See the logs for more information"
7242
7209
  msgstr "更新内容源时出现错误。如需更多信息,请参阅日志"
7243
7210
 
7211
+ msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
7212
+ msgstr ""
7213
+
7244
7214
  msgid "Something went wrong! Please check server logs!"
7245
7215
  msgstr "出现错误!请检查服务器日志!"
7246
7216
 
@@ -7328,9 +7298,6 @@ msgstr "订阅"
7328
7298
  msgid "Subscription Details"
7329
7299
  msgstr "订阅详情"
7330
7300
 
7331
- msgid "Subscription ID"
7332
- msgstr "订阅 ID"
7333
-
7334
7301
  msgid "Subscription Info"
7335
7302
  msgstr "订阅信息"
7336
7303
 
@@ -7346,12 +7313,6 @@ msgstr "订阅清单有效性检查"
7346
7313
  msgid "Subscription Name"
7347
7314
  msgstr "订阅名称"
7348
7315
 
7349
- msgid "Subscription Pool id"
7350
- msgstr "订阅池 ID"
7351
-
7352
- msgid "Subscription Pool uuid"
7353
- msgstr "订阅池 UUID"
7354
-
7355
7316
  msgid "Subscription UUID"
7356
7317
  msgstr "订阅 UUID"
7357
7318
 
@@ -7520,6 +7481,9 @@ msgstr "同步的 "
7520
7481
  msgid "Synced Content"
7521
7482
  msgstr "同步的内容"
7522
7483
 
7484
+ msgid "Synced container images content"
7485
+ msgstr ""
7486
+
7523
7487
  msgid "Synchronize"
7524
7488
  msgstr "同步"
7525
7489
 
@@ -7773,9 +7737,6 @@ msgstr "所选生命周期环境没有激活码"
7773
7737
  msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
7774
7738
  msgstr "此生命周期环境不支持所选/继承的内容视图"
7775
7739
 
7776
- msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
7777
- msgstr "指定的机构处于“简单内容访问”模式。附加订阅已禁用"
7778
-
7779
7740
  msgid "The subscription cannot be found upstream"
7780
7741
  msgstr "无法在上游找到订阅"
7781
7742
 
@@ -7917,12 +7878,6 @@ msgstr "此主机具有适用的勘误,但无法安装。调整您的过滤器
7917
7878
  msgid "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."
7918
7879
  msgstr "此主机与多个内容视图环境关联。如果您在此处分配了一个生命周期环境和内容视图,则主机将从其他环境中删除。"
7919
7880
 
7920
- msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
7921
- msgstr "该主机的机构处于“简单内容访问”模式。自动附加被禁用。"
7922
-
7923
- msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
7924
- msgstr "该主机的机构处于“简单内容访问”模式。自动附加被禁用"
7925
-
7926
7881
  msgid "This is disabled because a manifest task is in progress"
7927
7882
  msgstr "由于清单任务正在进行中,因此已禁用"
7928
7883
 
@@ -8001,6 +7956,9 @@ msgstr "提示"
8001
7956
  msgid "To change content view environments, a specific organization must be selected from the organization context."
8002
7957
  msgstr "要更改内容视图环境,需要从机构上下文中选择一个特定的机构。"
8003
7958
 
7959
+ msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
7960
+ msgstr ""
7961
+
8004
7962
  msgid "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."
8005
7963
  msgstr "要启用同步的内容选项,此主机必须使用内容源、内容视图和生命周期环境,其中包含所选架构和操作系统的同步 kickstart 仓库。"
8006
7964
 
@@ -8076,12 +8034,6 @@ msgstr "对于有适当权限的用户,这里将显示 trace。"
8076
8034
  msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
8077
8035
  msgstr "与此智能代理关联的所有备用内容源的流量将通过所选的 HTTP 代理。"
8078
8036
 
8079
- msgid "Trigger an auto-attach of subscriptions"
8080
- msgstr "触发订阅的自动附加"
8081
-
8082
- msgid "Trigger an auto-attach of subscriptions on one or more hosts"
8083
- msgstr "在一个或多个主机上触发一个自动附加订阅"
8084
-
8085
8037
  msgid "Try changing your search criteria."
8086
8038
  msgstr "尝试更改搜索设置。"
8087
8039
 
@@ -8235,9 +8187,6 @@ msgstr "无法更新 user-repository 映射"
8235
8187
  msgid "Unapplied Errata"
8236
8188
  msgstr "未应用的勘误"
8237
8189
 
8238
- msgid "Unattach a subscription"
8239
- msgstr "取消附加的订阅"
8240
-
8241
8190
  msgid "Unfiltered params array: %s."
8242
8191
  msgstr "未过滤的参数数组:%s"
8243
8192
 
@@ -8592,6 +8541,9 @@ msgstr "验证主机分配的生命周期环境是否已通过主机从其中获
8592
8541
  msgid "Value must either be a boolean or 'default' for 'enabled'"
8593
8542
  msgstr "值需要是一个布尔值,或 'default' 代表 'enabled'"
8594
8543
 
8544
+ msgid "Verify Content Checksum"
8545
+ msgstr ""
8546
+
8595
8547
  msgid "Verify SSL"
8596
8548
  msgstr "验证 SSL"
8597
8549
 
@@ -8676,6 +8628,9 @@ msgstr "查看适用的勘误"
8676
8628
  msgid "View by"
8677
8629
  msgstr "查看方法"
8678
8630
 
8631
+ msgid "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."
8632
+ msgstr ""
8633
+
8679
8634
  msgid "View content views"
8680
8635
  msgstr "查看内容视图"
8681
8636
 
@@ -8964,9 +8919,6 @@ msgstr "尝试同步 non-library 仓库。"
8964
8919
  msgid "attempted to sync without a feed URL"
8965
8920
  msgstr "尝试在没有 Feed URL 的情况下进行同步"
8966
8921
 
8967
- msgid "auto attach subscriptions upon registration"
8968
- msgstr "注册时自动附加订阅"
8969
-
8970
8922
  msgid "base url to perform repo discovery on"
8971
8923
  msgstr "执行仓库发现的基本 url"
8972
8924
 
@@ -9603,9 +9555,6 @@ msgstr "指定内容应该被包括还是排除,默认:inclusion=false"
9603
9555
  msgid "start datetime of synchronization"
9604
9556
  msgstr "開始同步的日期與時間"
9605
9557
 
9606
- msgid "subscriptions not specified"
9607
- msgstr "未指定订阅"
9608
-
9609
9558
  msgid "sync plan description"
9610
9559
  msgstr "同步計畫的描述"
9611
9560
 
Binary file