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
@@ -10,13 +10,14 @@
10
10
  # Amit Upadhye <aupadhye@redhat.com>, 2024
11
11
  # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
12
12
  # Bryan Kearney <bryan.kearney@gmail.com>, 2025
13
+ # Ondřej Gajdušek, 2025
13
14
  #
14
15
  msgid ""
15
16
  msgstr ""
16
- "Project-Id-Version: katello 4.18.0.rc2\n"
17
+ "Project-Id-Version: katello 4.19.0.pre.master\n"
17
18
  "Report-Msgid-Bugs-To: \n"
18
19
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
19
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2025\n"
20
+ "Last-Translator: Ondřej Gajdušek, 2025\n"
20
21
  "Language-Team: Chinese (China) (https://app.transifex.com/foreman/teams/114/zh"
21
22
  "_CN/)\n"
22
23
  "MIME-Version: 1.0\n"
@@ -459,9 +460,6 @@ msgstr "远程执行作业正在进行"
459
460
  msgid "A remote execution job is in progress."
460
461
  msgstr "远程执行作业正在进行中。"
461
462
 
462
- msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
463
- msgstr "自动修复进程的服务级别,例如 SELF-SUPPORT"
464
-
465
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."
466
464
  msgstr "智能代理似乎已经刷新,且没有运行 pulpcore。请在确保 pulpcore 服务已运行后刷新智能代理。"
467
465
 
@@ -477,9 +475,6 @@ msgstr "任何"
477
475
  msgid "About page"
478
476
  msgstr "About 页面"
479
477
 
480
- msgid "Abstract async task"
481
- msgstr ""
482
-
483
478
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
484
479
  msgstr "禁止访问红帽订阅管理。如果要更改这个设置,请更新内容设置\"订阅连接已启用\"。"
485
480
 
@@ -567,12 +562,15 @@ msgstr "添加 DEB 规则"
567
562
  msgid "Add RPM rule"
568
563
  msgstr "添加 RPM 规则"
569
564
 
565
+ msgid "Add Red Hat Flatpak remote"
566
+ msgstr ""
567
+
568
+ msgid "Add Red Hat flatpak remote"
569
+ msgstr ""
570
+
570
571
  msgid "Add Subscriptions"
571
572
  msgstr "添加订阅"
572
573
 
573
- msgid "Add a subscription to a host"
574
- msgstr "为主机添加一个订阅"
575
-
576
574
  msgid "Add an alternate content source"
577
575
  msgstr "添加一个备用内容源"
578
576
 
@@ -624,9 +622,6 @@ msgstr "添加仓库"
624
622
  msgid "Add repositories with package groups to content view to select them here."
625
623
  msgstr "将含有软件包组的存储库添加到内容视图,以在此处选择它们。"
626
624
 
627
- msgid "Add rolling repo clone"
628
- msgstr ""
629
-
630
625
  msgid "Add rule"
631
626
  msgstr "添加规则"
632
627
 
@@ -639,9 +634,6 @@ msgstr "添加订阅"
639
634
  msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
640
635
  msgstr "从 Red Hat Subscription Management 添加被清单消耗的订阅"
641
636
 
642
- msgid "Add subscriptions to one or more hosts"
643
- msgstr "将订阅添加到一个或多个主机"
644
-
645
637
  msgid "Add subscriptions using the Add Subscriptions button."
646
638
  msgstr "使用 Add Subscriptions 按钮添加订阅。"
647
639
 
@@ -804,7 +796,7 @@ msgid "Ansible collections"
804
796
  msgstr "Ansible 集合"
805
797
 
806
798
  msgid "Any updates to image mode host(s) will be lost on the next reboot."
807
- msgstr ""
799
+ msgstr "对镜像模式主机的任何更新都会在下次重启时丢失。"
808
800
 
809
801
  msgid "Applicability Batch Size"
810
802
  msgstr "适用批次数量"
@@ -828,7 +820,7 @@ msgid "Application"
828
820
  msgstr "应用"
829
821
 
830
822
  msgid "Application name"
831
- msgstr ""
823
+ msgstr "应用程序名称"
832
824
 
833
825
  msgid "Apply"
834
826
  msgstr "应用"
@@ -917,12 +909,6 @@ msgstr "本地池 ID 的数组。仅接受来自上游社区的池。"
917
909
  msgid "Array of pools to add"
918
910
  msgstr "要添加的池数组"
919
911
 
920
- msgid "Array of subscriptions to add"
921
- msgstr "添加的订阅数组"
922
-
923
- msgid "Array of subscriptions to remove"
924
- msgstr "要删除的订阅数组"
925
-
926
912
  msgid "Array of uploads to import"
927
913
  msgstr "导入的上传数组"
928
914
 
@@ -978,15 +964,6 @@ msgstr "至少一个所选项目需要主机重新引导"
978
964
  msgid "At least one organization must exist."
979
965
  msgstr "至少必须存在一个组织。"
980
966
 
981
- msgid "Attach a subscription"
982
- msgstr "附加订阅"
983
-
984
- msgid "Attach subscriptions"
985
- msgstr "附加订阅"
986
-
987
- msgid "Attach subscriptions to %s"
988
- msgstr "将订阅附加到 %s"
989
-
990
967
  msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
991
968
  msgstr "试图从 candlepin 销毁消费者 %s,但消费者不存在于 candlepin 中"
992
969
 
@@ -1002,9 +979,6 @@ msgstr "作者"
1002
979
  msgid "Auto Publish - Triggered by '%s'"
1003
980
  msgstr "自动发布 - 由 '%s' 触发"
1004
981
 
1005
- msgid "Auto attach subscriptions"
1006
- msgstr ""
1007
-
1008
982
  msgid "Auto publish"
1009
983
  msgstr "自动发布"
1010
984
 
@@ -1072,7 +1046,7 @@ msgid "Below are the repository sets currently available for this content host.
1072
1046
  msgstr "以下是对于这个内容主机当前可用的仓库集。对于红帽订阅,额外的内容可以通过 {rhrp} 获得。修改默认设置需要 subscription-manager 1.10 或更新版本来在这个主机上安装。"
1073
1047
 
1074
1048
  msgid "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."
1075
- msgstr ""
1049
+ msgstr "在以下您可以添加内容覆盖,它改变一个仓库被禁用还是禁用。一次只单独修改一个的状态,或使用复选框并选择一个操作。"
1076
1050
 
1077
1051
  msgid "Beta"
1078
1052
  msgstr "Beta"
@@ -1101,6 +1075,9 @@ msgstr "通过 Bootc 接口的 Bootc 交换"
1101
1075
  msgid "Bootc upgrade via Bootc interface"
1102
1076
  msgstr "通过 Bootc 接口的 Bootc 升级"
1103
1077
 
1078
+ msgid "Booted"
1079
+ msgstr ""
1080
+
1104
1081
  msgid "Booted Container Images"
1105
1082
  msgstr "引导的容器镜像"
1106
1083
 
@@ -1234,7 +1211,7 @@ msgid "Cannot add composite versions to another composite content view"
1234
1211
  msgstr "无法将复合版本添加到另外一个复合内容视图中"
1235
1212
 
1236
1213
  msgid "Cannot add container push repositories to a rolling content view"
1237
- msgstr ""
1214
+ msgstr "无法将容器推送仓库添加到滚动内容视图"
1238
1215
 
1239
1216
  msgid "Cannot add content view environments from a different organization"
1240
1217
  msgstr "无法添加来自不同机构的内容视图环境"
@@ -1258,10 +1235,10 @@ msgid "Cannot add repositories to a composite content view"
1258
1235
  msgstr "无法将仓库添加到复合内容视图"
1259
1236
 
1260
1237
  msgid "Cannot add rolling content view to composite content view"
1261
- msgstr ""
1238
+ msgstr "无法将滚动内容视图添加到复合内容视图"
1262
1239
 
1263
1240
  msgid "Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment."
1264
- msgstr ""
1241
+ msgstr "无法分配内容视图环境 %s:内容视图尚未发布或未提升到那个生命周期环境。"
1265
1242
 
1266
1243
  msgid "Cannot associate a Red Hat provider with a custom product"
1267
1244
  msgstr "无法将红帽供应商与自定义产品关联"
@@ -1270,7 +1247,7 @@ msgid "Cannot associate a component to a non composite content view"
1270
1247
  msgstr "无法将一个组件和一个非复合内容视图相关联"
1271
1248
 
1272
1249
  msgid "Cannot be disabled because it is part of a content view"
1273
- msgstr ""
1250
+ msgstr "无法禁用,因为它是内容视图的一部分"
1274
1251
 
1275
1252
  msgid "Cannot calculate name for custom repos"
1276
1253
  msgstr "无法计算自定义仓库的名称"
@@ -1414,10 +1391,10 @@ msgid "Change host content source"
1414
1391
  msgstr "更改主机内容源"
1415
1392
 
1416
1393
  msgid "Change the status of at least one repository."
1417
- msgstr ""
1394
+ msgstr "更改至少一个仓库的状态。"
1418
1395
 
1419
1396
  msgid "Changed status"
1420
- msgstr ""
1397
+ msgstr "更改的状态"
1421
1398
 
1422
1399
  msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
1423
1400
  msgstr "更改主机的内容源将更改主机从中获取其内容的智能代理。"
@@ -1497,9 +1474,6 @@ msgstr "同步容器镜像仓库时要排除的标签列表(以逗号分隔)
1497
1474
  msgid "Comma-separated list of tags to sync for a container image repository"
1498
1475
  msgstr "逗号分隔的标签列表,以同步容器镜像仓库"
1499
1476
 
1500
- msgid "Commit upload"
1501
- msgstr ""
1502
-
1503
1477
  msgid "Compare"
1504
1478
  msgstr "比较"
1505
1479
 
@@ -1572,6 +1546,9 @@ msgstr "容器镜像标签"
1572
1546
  msgid "Container image tags"
1573
1547
  msgstr "容器镜像标签"
1574
1548
 
1549
+ msgid "Container images"
1550
+ msgstr ""
1551
+
1575
1552
  msgid "Container manifest lists"
1576
1553
  msgstr "容器清单列表"
1577
1554
 
@@ -1582,13 +1559,13 @@ msgid "Container tags"
1582
1559
  msgstr "容器标签"
1583
1560
 
1584
1561
  msgid "Contains content views. You must choose the version to use for each content view."
1585
- msgstr ""
1562
+ msgstr "包含内容视图。您必须选择要用于每个内容视图的版本。"
1586
1563
 
1587
1564
  msgid "Contains repositories. Always serves the latest synced content, without the need to publish versions."
1588
- msgstr ""
1565
+ msgstr "包含仓库。始终提供最新的同步内容,而无需发布版本。"
1589
1566
 
1590
1567
  msgid "Contains repositories. Versions are published and optionally filtered."
1591
- msgstr ""
1568
+ msgstr "包含仓库。版本被发布并可以进行过滤(可选)。"
1592
1569
 
1593
1570
  msgid "Content"
1594
1571
  msgstr "内容"
@@ -1714,7 +1691,7 @@ msgid "Content override search parameters"
1714
1691
  msgstr "内容覆盖搜索参数"
1715
1692
 
1716
1693
  msgid "Content overrides updating."
1717
- msgstr ""
1694
+ msgstr "内容覆盖更新。"
1718
1695
 
1719
1696
  msgid "Content source"
1720
1697
  msgstr "内容源"
@@ -1851,27 +1828,15 @@ msgstr "已复制到剪贴板"
1851
1828
  msgid "Copy"
1852
1829
  msgstr "复制"
1853
1830
 
1854
- msgid "Copy all units"
1855
- msgstr ""
1856
-
1857
1831
  msgid "Copy an activation key"
1858
1832
  msgstr "复制激活码"
1859
1833
 
1860
- msgid "Copy content"
1861
- msgstr ""
1862
-
1863
1834
  msgid "Copy content view"
1864
1835
  msgstr "复制内容视图"
1865
1836
 
1866
1837
  msgid "Copy to clipboard"
1867
1838
  msgstr "复制到剪贴板"
1868
1839
 
1869
- msgid "Copy version"
1870
- msgstr ""
1871
-
1872
- msgid "Copy version units to library"
1873
- msgstr ""
1874
-
1875
1840
  msgid "Cores per socket"
1876
1841
  msgstr "每個插槽的核心數"
1877
1842
 
@@ -1912,7 +1877,7 @@ msgid "Could not find environments for promotion"
1912
1877
  msgstr "无法找到升级到的环境"
1913
1878
 
1914
1879
  msgid "Could not find product with name '%{name}' in organization id %{org_id}."
1915
- msgstr ""
1880
+ msgstr "无法找到机构 id %{org_id} 中的名为 '%{name}' 的产品。"
1916
1881
 
1917
1882
  msgid "Could not locate Pulp distribution."
1918
1883
  msgstr "无法找到 Pulp 发布。"
@@ -2026,7 +1991,7 @@ msgid "Create Export History"
2026
1991
  msgstr "创建导出历史记录"
2027
1992
 
2028
1993
  msgid "Create Flatpak Remote"
2029
- msgstr ""
1994
+ msgstr "将 Flatpak Remote"
2030
1995
 
2031
1996
  msgid "Create Import History"
2032
1997
  msgstr "创建导入历史记录"
@@ -2085,39 +2050,18 @@ msgstr "使用生成的 SSL 证书和密钥创建内容凭据。"
2085
2050
  msgid "Create content view"
2086
2051
  msgstr "创建內容视图"
2087
2052
 
2088
- msgid "Create exporter"
2089
- msgstr ""
2090
-
2091
2053
  msgid "Create filter"
2092
2054
  msgstr "创建过滤器"
2093
2055
 
2094
2056
  msgid "Create host collection"
2095
2057
  msgstr "创建主机集"
2096
2058
 
2097
- msgid "Create import"
2098
- msgstr ""
2099
-
2100
- msgid "Create importer"
2101
- msgstr ""
2102
-
2103
2059
  msgid "Create new activation key"
2104
2060
  msgstr "创建新的激活码"
2105
2061
 
2106
2062
  msgid "Create organization"
2107
2063
  msgstr "创建机构"
2108
2064
 
2109
- msgid "Create package filter rule"
2110
- msgstr "创建软件包过滤规则"
2111
-
2112
- msgid "Create publication"
2113
- msgstr ""
2114
-
2115
- msgid "Create remote"
2116
- msgstr ""
2117
-
2118
- msgid "Create rule"
2119
- msgstr "创建规则"
2120
-
2121
2065
  msgid "Credentials"
2122
2066
  msgstr "凭证"
2123
2067
 
@@ -2233,13 +2177,13 @@ msgid "Default System SLA"
2233
2177
  msgstr "默认系统 SLA"
2234
2178
 
2235
2179
  msgid "Default and Rolling content view versions cannot be promoted"
2236
- msgstr ""
2180
+ msgstr "无法提升默认和滚动内容视图版本"
2237
2181
 
2238
2182
  msgid "Default custom non-yum repository mirroring policy"
2239
- msgstr ""
2183
+ msgstr "默认自定义非 yum 仓库镜像策略"
2240
2184
 
2241
2185
  msgid "Default custom yum repository mirroring policy"
2242
- msgstr ""
2186
+ msgstr "默认自定义 yum 仓库镜像策略"
2243
2187
 
2244
2188
  msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
2245
2189
  msgstr "智能代理同步默认下载策略('inherit'、immediate' 或'on_demand')"
@@ -2269,10 +2213,10 @@ msgid "Default location for subscribed hosts"
2269
2213
  msgstr "订阅主机的默认位置"
2270
2214
 
2271
2215
  msgid "Default mirroring policy for custom non-yum repositories (either 'mirror_content_only' or 'additive')"
2272
- msgstr ""
2216
+ msgstr "用于自定义 yum 仓库的默认镜像策略('mirror_content_only'、'additive' 或 'mirror_complete')"
2273
2217
 
2274
2218
  msgid "Default mirroring policy for custom yum repositories (either 'mirror_content_only', 'additive' or 'mirror_complete')"
2275
- msgstr ""
2219
+ msgstr "用于自定义 yum 仓库的默认镜像策略('mirror_content_only'、'additive' 或 'mirror_complete')"
2276
2220
 
2277
2221
  msgid "Default partitioning table for new Operating Systems created from synced content"
2278
2222
  msgstr "从同步内容创建的新操作系统的默认分区表"
@@ -2329,7 +2273,7 @@ msgid "Delete Activation Key"
2329
2273
  msgstr "删除激活码"
2330
2274
 
2331
2275
  msgid "Delete Flatpak remote?"
2332
- msgstr ""
2276
+ msgstr "删除 Flatpak remote?"
2333
2277
 
2334
2278
  msgid "Delete Host upon unregister"
2335
2279
  msgstr "取消注册后删除主机"
@@ -2379,36 +2323,12 @@ msgstr "删除內容视图"
2379
2323
  msgid "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."
2380
2324
  msgstr "删除将此存储库作为最后一个关联的存储库的内容视图过滤器。默认为 true。如果为 false,则此类过滤器现在应用到内容视图中的所有存储库。"
2381
2325
 
2382
- msgid "Delete distributions"
2383
- msgstr ""
2384
-
2385
2326
  msgid "Delete manifest from Red Hat provider"
2386
2327
  msgstr "從 Red Hat 供應者中刪除清單"
2387
2328
 
2388
2329
  msgid "Delete multiple filters from a content view"
2389
2330
  msgstr "从内容视图中删除多个过滤器"
2390
2331
 
2391
- msgid "Delete orphan alternate content sources"
2392
- msgstr ""
2393
-
2394
- msgid "Delete orphan distributions"
2395
- msgstr ""
2396
-
2397
- msgid "Delete orphan remotes"
2398
- msgstr ""
2399
-
2400
- msgid "Delete orphan repository versions"
2401
- msgstr ""
2402
-
2403
- msgid "Delete orphaned migrated repositories"
2404
- msgstr ""
2405
-
2406
- msgid "Delete remote"
2407
- msgstr ""
2408
-
2409
- msgid "Delete repository references"
2410
- msgstr ""
2411
-
2412
2332
  msgid "Delete version"
2413
2333
  msgstr "删除版本"
2414
2334
 
@@ -2508,12 +2428,6 @@ msgstr "销毁环境"
2508
2428
  msgid "Destroy an environment in an organization"
2509
2429
  msgstr "銷毀組織中的一個環境"
2510
2430
 
2511
- msgid "Destroy exporter"
2512
- msgstr ""
2513
-
2514
- msgid "Destroy importer"
2515
- msgstr ""
2516
-
2517
2431
  msgid "Destroy one or more alternate content sources"
2518
2432
  msgstr "销毁一个或多个备用内容源"
2519
2433
 
@@ -2547,9 +2461,6 @@ msgstr "禁用"
2547
2461
  msgid "Disable Red Hat Insights."
2548
2462
  msgstr "禁用 Red Hat Insights。"
2549
2463
 
2550
- msgid "Disable Simple Content Access"
2551
- msgstr "禁用简单内容访问"
2552
-
2553
2464
  msgid "Disable a repository from the set"
2554
2465
  msgstr "从集合中禁用仓库"
2555
2466
 
@@ -2562,9 +2473,6 @@ msgstr "禁用"
2562
2473
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2563
2474
  msgstr "为 '%{subject}' 禁用简单内容访问失败。"
2564
2475
 
2565
- msgid "Discover"
2566
- msgstr ""
2567
-
2568
2476
  msgid "Discover Repositories"
2569
2477
  msgstr "发现软件仓库"
2570
2478
 
@@ -2608,7 +2516,7 @@ msgid "Duration"
2608
2516
  msgstr "持续时间"
2609
2517
 
2610
2518
  msgid "During incremental update, the previous content view version '%s' could not be found."
2611
- msgstr ""
2519
+ msgstr "在增量更新过程中,无法找到之前的内容视图版本 '%s'。"
2612
2520
 
2613
2521
  msgid "ERRATA ADVISORY"
2614
2522
  msgstr "勘误公告"
@@ -2616,9 +2524,12 @@ msgstr "勘误公告"
2616
2524
  msgid "Edit"
2617
2525
  msgstr "编辑"
2618
2526
 
2619
- msgid "Edit Flatpak Remote"
2527
+ msgid "Edit DEB rule"
2620
2528
  msgstr ""
2621
2529
 
2530
+ msgid "Edit Flatpak Remote"
2531
+ msgstr "编辑 Flatpak Remote"
2532
+
2622
2533
  msgid "Edit RPM rule"
2623
2534
  msgstr "编辑 RPM 规则"
2624
2535
 
@@ -2643,9 +2554,6 @@ msgstr "编辑详情"
2643
2554
  msgid "Edit filter rule"
2644
2555
  msgstr "列表过滤规则"
2645
2556
 
2646
- msgid "Edit package filter rule"
2647
- msgstr "编辑软件包过滤规则"
2648
-
2649
2557
  msgid "Edit products"
2650
2558
  msgstr "编辑产品"
2651
2559
 
@@ -2688,9 +2596,6 @@ msgstr "启用"
2688
2596
  msgid "Enable Red Hat repositories"
2689
2597
  msgstr "启用 Red Hat 仓库"
2690
2598
 
2691
- msgid "Enable Simple Content Access"
2692
- msgstr "启用简单内容访问"
2693
-
2694
2599
  msgid "Enable Tracer"
2695
2600
  msgstr "启用跟踪"
2696
2601
 
@@ -2766,9 +2671,6 @@ msgstr "环境 ID"
2766
2671
  msgid "Environment cannot be in its own promotion path"
2767
2672
  msgstr "環境不能位於自己的推送路徑上"
2768
2673
 
2769
- msgid "Environment contents refresh"
2770
- msgstr ""
2771
-
2772
2674
  msgid "Environment identifier"
2773
2675
  msgstr "环境标识符"
2774
2676
 
@@ -2808,9 +2710,6 @@ msgstr "勘误和软件包信息将立即更新。"
2808
2710
  msgid "Errata id of the erratum (RHSA-2012:108)"
2809
2711
  msgstr "勘误的勘误ID(RHSA-2012:108)"
2810
2712
 
2811
- msgid "Errata mail"
2812
- msgstr ""
2813
-
2814
2713
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2815
2714
  msgstr "删除的 UUID 为 %s 的内容方面的勘误状态没有被更新"
2816
2715
 
@@ -2976,9 +2875,6 @@ msgstr "为主机获取可用的模块流。"
2976
2875
  msgid "Fetch installable errata for one or more hosts."
2977
2876
  msgstr "为一台或多台主机获取可安装的勘误。"
2978
2877
 
2979
- msgid "Fetch pxe files"
2980
- msgstr ""
2981
-
2982
2878
  msgid "Fetch traces for one or more hosts"
2983
2879
  msgstr "为一个或多个主机获取跟踪"
2984
2880
 
@@ -3072,9 +2968,6 @@ msgstr "按版本号过滤版本"
3072
2968
  msgid "Filter versions that are components in the specified composite version"
3073
2969
  msgstr "过滤在指定复合版本中作为组件的版本"
3074
2970
 
3075
- msgid "Filtered index content"
3076
- msgstr ""
3077
-
3078
2971
  msgid "Filters"
3079
2972
  msgstr "过滤器"
3080
2973
 
@@ -3097,19 +2990,19 @@ msgid "Finished"
3097
2990
  msgstr "完成"
3098
2991
 
3099
2992
  msgid "Flatpak Remote ${name} created"
3100
- msgstr ""
2993
+ msgstr "Flatpak Remote ${name} 被创建"
3101
2994
 
3102
2995
  msgid "Flatpak Remote Details"
3103
- msgstr ""
2996
+ msgstr "Flatpak Remote 详情"
3104
2997
 
3105
2998
  msgid "Flatpak Remotes"
3106
2999
  msgstr "Flatpak 远程"
3107
3000
 
3108
3001
  msgid "Flatpak remote could not be deleted: "
3109
- msgstr ""
3002
+ msgstr "Flatpak remote 无法被删除:"
3110
3003
 
3111
3004
  msgid "Flatpak remote deleted"
3112
- msgstr ""
3005
+ msgstr "Flatpak remote 被删除"
3113
3006
 
3114
3007
  msgid "Flatpak remote numeric identifier"
3115
3008
  msgstr "Flatpak 远程数字标识符"
@@ -3118,10 +3011,10 @@ msgid "Flatpak remote repository numeric identifier"
3118
3011
  msgstr "Flatpak 远程仓库的数字标识符"
3119
3012
 
3120
3013
  msgid "Flatpak remote scan could not be started: "
3121
- msgstr ""
3014
+ msgstr "Flatpak remote 扫描无法被启动:"
3122
3015
 
3123
3016
  msgid "Flatpak remote updated"
3124
- msgstr ""
3017
+ msgstr "Flatpak remote 被更新"
3125
3018
 
3126
3019
  msgid "Flatpak repositories cannot be mirrored into Red Hat products. Please select a custom product."
3127
3020
  msgstr ""
@@ -3190,12 +3083,12 @@ msgstr "从直接安装的内容生成勘误状态"
3190
3083
  msgid "Generate host applicability"
3191
3084
  msgstr "产生主机适用性"
3192
3085
 
3193
- msgid "Generate metadata"
3194
- msgstr ""
3195
-
3196
3086
  msgid "Generate repository applicability"
3197
3087
  msgstr "生成仓库适用性"
3198
3088
 
3089
+ msgid "Generate username and password"
3090
+ msgstr ""
3091
+
3199
3092
  msgid "Generated"
3200
3093
  msgstr "生成"
3201
3094
 
@@ -3430,12 +3323,6 @@ msgstr "capsule 上应同时同步多少个参数。较小的数字可能导致
3430
3323
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3431
3324
  msgstr "如何排序結果的順序(比方說 ASC 從下到上)"
3432
3325
 
3433
- msgid "Hypervisors"
3434
- msgstr ""
3435
-
3436
- msgid "Hypervisors update"
3437
- msgstr ""
3438
-
3439
3326
  msgid "ID"
3440
3327
  msgstr "ID"
3441
3328
 
@@ -3629,9 +3516,6 @@ msgstr "如果产品证书应该用于向自定义 CDN 进行身份验证。"
3629
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'."
3630
3517
  msgstr "如果设置,在 Katello 中新创建的 APT 仓库将使用它们从其中同步的远程仓库相同的仓库结构。您可以通过运行 'foreman-rake katello:migrate_structure_content_for_deb' 来迁移现有的 APT 存储库来匹配相关的设置。"
3631
3518
 
3632
- msgid "If specified, remove the first instance of a subscription with matching id and quantity"
3633
- msgstr "如果指定,删除具有匹配 id 和数量的订阅的第一个实例"
3634
-
3635
3519
  msgid "If the smart proxies' assigned HTTP proxies should be used"
3636
3520
  msgstr "智能代理分配的 HTTP 代理是否应该使用"
3637
3521
 
@@ -3761,9 +3645,6 @@ msgstr "导入软件仓库"
3761
3645
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3762
3646
  msgstr "导入订阅清单,为主机授予红帽内容的访问权限。"
3763
3647
 
3764
- msgid "Import migration"
3765
- msgstr ""
3766
-
3767
3648
  msgid "Import new manifest"
3768
3649
  msgstr "导入新清单"
3769
3650
 
@@ -3773,12 +3654,6 @@ msgstr "仅导入"
3773
3654
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3774
3655
  msgstr "仅导入不能直接发布的内容视图。内容只能通过导入至视图来更新。"
3775
3656
 
3776
- msgid "Import repository upload"
3777
- msgstr ""
3778
-
3779
- msgid "Import upload"
3780
- msgstr ""
3781
-
3782
3657
  msgid "Import uploads into a repository"
3783
3658
  msgstr "将上传文件导入仓库"
3784
3659
 
@@ -3845,9 +3720,6 @@ msgstr "增量更新"
3845
3720
  msgid "Incremental Update incomplete."
3846
3721
  msgstr "增量更新不完整。"
3847
3722
 
3848
- msgid "Incremental Update of Content View Version(s) "
3849
- msgstr ""
3850
-
3851
3723
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3852
3724
  msgstr "%{content_view_count} 内容视图版本的增量更新 "
3853
3725
 
@@ -3860,27 +3732,12 @@ msgstr "增量更新至少需要一个内容单元"
3860
3732
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3861
3733
  msgstr "为复合 %{name} 版本 %{version} 指定了增量更新,但没有更新的组件。"
3862
3734
 
3863
- msgid "Index content"
3864
- msgstr ""
3865
-
3866
- msgid "Index errata"
3867
- msgstr ""
3868
-
3869
- msgid "Index module streams"
3870
- msgstr ""
3871
-
3872
- msgid "Index package groups"
3873
- msgstr ""
3874
-
3875
3735
  msgid "Informable Type must be one of the following [ %{list} ]"
3876
3736
  msgstr "信息类型需要是 [ %{list} ] 之一"
3877
3737
 
3878
3738
  msgid "Inherit from Repository"
3879
3739
  msgstr "从仓库继承"
3880
3740
 
3881
- msgid "Initialize"
3882
- msgstr ""
3883
-
3884
3741
  msgid "Initiate a sync of the products attached to the sync plan"
3885
3742
  msgstr "启动同步计划中附加产品的同步"
3886
3743
 
@@ -3918,7 +3775,7 @@ msgid "Installable bugfix/enhancement errata"
3918
3775
  msgstr "可安装的程序错误修复/功能增强勘误"
3919
3776
 
3920
3777
  msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
3921
- msgstr ""
3778
+ msgstr "可安装勘误是主机分配的内容视图和生命周期环境中可用的适用的勘误。"
3922
3779
 
3923
3780
  msgid "Installable security errata"
3924
3781
  msgstr "可安装的安全勘误"
@@ -3956,9 +3813,6 @@ msgstr "正在安装软件包组..."
3956
3813
  msgid "Installing Package..."
3957
3814
  msgstr "正在安裝套件..."
3958
3815
 
3959
- msgid "Instance update"
3960
- msgstr ""
3961
-
3962
3816
  msgid "Instance-based"
3963
3817
  msgstr "基于实例"
3964
3818
 
@@ -4068,25 +3922,28 @@ msgid "It is only allowed for Non-Redhat Yum repositories."
4068
3922
  msgstr "仅允许用于非红帽的 Yum 仓库。"
4069
3923
 
4070
3924
  msgid "It's not possible to bulk remove versions from a rolling content view."
4071
- msgstr ""
3925
+ msgstr "无法从一个滚动内容视图中大量删除版本。"
4072
3926
 
4073
3927
  msgid "It's not possible to copy a rolling content view."
4074
- msgstr ""
3928
+ msgstr "无法复制一个滚动内容视图。"
4075
3929
 
4076
3930
  msgid "It's not possible to create a filter for a rolling content view."
4077
- msgstr ""
3931
+ msgstr "无法为滚动内容视图创建过滤。"
4078
3932
 
4079
3933
  msgid "It's not possible to destroy a version of a rolling content view."
4080
- msgstr ""
3934
+ msgstr "无法销毁滚动内容视图的一个版本。"
4081
3935
 
4082
3936
  msgid "It's not possible to export a rolling content view."
4083
- msgstr ""
3937
+ msgstr "无法导出一个滚动内容视图。"
4084
3938
 
4085
3939
  msgid "It's not possible to promote a rolling content view."
3940
+ msgstr "无法提升一个滚动内容视图。"
3941
+
3942
+ msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
4086
3943
  msgstr ""
4087
3944
 
4088
3945
  msgid "It's not possible to publish a rolling content view."
4089
- msgstr ""
3946
+ msgstr "无法发布一个滚动内容视图。"
4090
3947
 
4091
3948
  msgid "Job '${description}' completed"
4092
3949
  msgstr "作为 '${description}' 已完成"
@@ -4200,7 +4057,7 @@ msgid "Last checkin"
4200
4057
  msgstr "最后检查"
4201
4058
 
4202
4059
  msgid "Last mirrored"
4203
- msgstr ""
4060
+ msgstr "最近镜像的"
4204
4061
 
4205
4062
  msgid "Last published"
4206
4063
  msgstr "最新发布的"
@@ -4484,6 +4341,9 @@ msgstr "主机 ID 列表,用于替换主机集合中的主机"
4484
4341
  msgid "List of hypervisor guest uuids"
4485
4342
  msgstr "hypervisor 客户系统 uuid 列表"
4486
4343
 
4344
+ msgid "List of lifecycle environments for rolling content views"
4345
+ msgstr ""
4346
+
4487
4347
  msgid "List of package group names (Deprecated)"
4488
4348
  msgstr "软件包组名称列表(已弃用)"
4489
4349
 
@@ -4617,7 +4477,7 @@ msgid "Manage packages"
4617
4477
  msgstr "管理软件包"
4618
4478
 
4619
4479
  msgid "Manage repository sets"
4620
- msgstr ""
4480
+ msgstr "管理仓库集"
4621
4481
 
4622
4482
  msgid "Manifest"
4623
4483
  msgstr "清单"
@@ -4712,9 +4572,6 @@ msgstr "信息"
4712
4572
  msgid "Messaging connection"
4713
4573
  msgstr "訊息連線"
4714
4574
 
4715
- msgid "Metadata generate"
4716
- msgstr ""
4717
-
4718
4575
  msgid ""
4719
4576
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4720
4577
  "Alternatively, 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."
@@ -4729,19 +4586,19 @@ msgid "Minimum version"
4729
4586
  msgstr "最小版本"
4730
4587
 
4731
4588
  msgid "Mirror"
4732
- msgstr ""
4589
+ msgstr "镜像"
4733
4590
 
4734
4591
  msgid "Mirror Remote Repository"
4735
4592
  msgstr "镜像远程仓库"
4736
4593
 
4737
4594
  msgid "Mirror Repository"
4738
- msgstr ""
4595
+ msgstr "镜像仓库"
4739
4596
 
4740
4597
  msgid "Mirror a flatpak remote repository"
4741
4598
  msgstr "镜像一个 flatpak 远程仓库"
4742
4599
 
4743
4600
  msgid "Mirroring will import the remote flatpak repository"
4744
- msgstr ""
4601
+ msgstr "镜像将导入远程 flatpak 仓库"
4745
4602
 
4746
4603
  msgid "Missing activation key!"
4747
4604
  msgstr "缺少激活码!"
@@ -4782,29 +4639,20 @@ msgstr "启用红帽存储库或创建自定义产品后,将在此处显示模
4782
4639
  msgid "Multi Content View Environment"
4783
4640
  msgstr "多内容视图环境"
4784
4641
 
4785
- msgid "Multi copy all units"
4786
- msgstr ""
4787
-
4788
- msgid "Multi copy content"
4789
- msgstr ""
4790
-
4791
- msgid "Multi copy units"
4792
- msgstr ""
4793
-
4794
4642
  msgid "Multi-entitlement"
4795
4643
  msgstr "多权利"
4796
4644
 
4797
4645
  msgid "Multi-environment activation key(s) affected"
4798
- msgstr ""
4646
+ msgstr "多环境激活码受影响"
4799
4647
 
4800
4648
  msgid "Multi-environment host(s) affected"
4801
- msgstr ""
4649
+ msgstr "多环境主机受影响"
4802
4650
 
4803
4651
  msgid "Must be Ascii alphanumeric, '_' or '-'"
4804
- msgstr ""
4652
+ msgstr "必须是 Ascii 字母数字, '_' 或 '-'"
4805
4653
 
4806
4654
  msgid "Must be a vaild URL"
4807
- msgstr ""
4655
+ msgstr "需要是一个有效的 URL"
4808
4656
 
4809
4657
  msgid "N/A"
4810
4658
  msgstr "不适用"
@@ -4876,7 +4724,7 @@ msgid "Name of the host"
4876
4724
  msgstr "主机名"
4877
4725
 
4878
4726
  msgid "Name of the product to mirror the remote repository to"
4879
- msgstr ""
4727
+ msgstr "将远程仓库镜像到的产品名称"
4880
4728
 
4881
4729
  msgid "Name of the repository"
4882
4730
  msgstr "仓库名"
@@ -5182,7 +5030,7 @@ msgid "No packages available to install"
5182
5030
  msgstr "没有可安装的软件包"
5183
5031
 
5184
5032
  msgid "No packages available to install on this host. Please check the host's assigned content view environments."
5185
- msgstr ""
5033
+ msgstr "没有在此主机上可以安装的软件包。请检查主机分配的内容视图环境。"
5186
5034
 
5187
5035
  msgid "No packages removed"
5188
5036
  msgstr "没有删除软件包"
@@ -5412,11 +5260,8 @@ msgstr "机构 %s 已被删除。"
5412
5260
  msgid "Organization ID"
5413
5261
  msgstr "机构 ID"
5414
5262
 
5415
- msgid "Organization ID is required"
5416
- msgstr "必须提供机构 ID"
5417
-
5418
5263
  msgid "Organization ID or title"
5419
- msgstr ""
5264
+ msgstr "机构 id 或名称"
5420
5265
 
5421
5266
  msgid "Organization Information not provided."
5422
5267
  msgstr "未提供的机构信息。"
@@ -5449,7 +5294,7 @@ msgid "Organization required"
5449
5294
  msgstr "需要的机构"
5450
5295
 
5451
5296
  msgid "Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details."
5452
- msgstr ""
5297
+ msgstr "对孤立项进行清理时无法删除一些 Pulp 仓库版本。请检查日志以了解更多详细信息。"
5453
5298
 
5454
5299
  msgid "Orphaned Content Protection Time"
5455
5300
  msgstr "孤立的内容保护时间"
@@ -5605,7 +5450,7 @@ msgid "Package Update scheduled by %s"
5605
5450
  msgstr "%s调度的软件包更新"
5606
5451
 
5607
5452
  msgid "Package actions will be transient"
5608
- msgstr ""
5453
+ msgstr "软件包操作将是临时的"
5609
5454
 
5610
5455
  msgid "Package group update canceled"
5611
5456
  msgstr "软件包组更新已取消"
@@ -5716,7 +5561,7 @@ msgid "Physical"
5716
5561
  msgstr "物理"
5717
5562
 
5718
5563
  msgid "Place symlinks to entitlement certificates on the host, enabling container/flatpak registry access without a username or password."
5719
- msgstr ""
5564
+ msgstr "为主机上的权利证书添加符号链接,启用容器/flatpak registry 访问无需用户名或密码。"
5720
5565
 
5721
5566
  msgid "Plan numeric identifier"
5722
5567
  msgstr "计划数字标识符"
@@ -5902,6 +5747,9 @@ msgstr "为 %{content_view} 提升摘要"
5902
5747
  msgid "Promotion to Environment"
5903
5748
  msgstr "升级到环境"
5904
5749
 
5750
+ msgid "Provide credentials if the registry requires authentication"
5751
+ msgstr ""
5752
+
5905
5753
  msgid "Provide the required information and click {update} below to save changes."
5906
5754
  msgstr "提供所需信息并点下面的 {update} 保存更改。"
5907
5755
 
@@ -6001,9 +5849,6 @@ msgstr "Pulp 存储"
6001
5849
  msgid "Pulp task error"
6002
5850
  msgstr "Pulp 任务错误"
6003
5851
 
6004
- msgid "Purge completed tasks"
6005
- msgstr ""
6006
-
6007
5852
  msgid "Python Package"
6008
5853
  msgstr "Python 软件包"
6009
5854
 
@@ -6031,15 +5876,6 @@ msgstr "数量不得超过 ${pool.available}"
6031
5876
  msgid "Quantity of entitlements to bind"
6032
5877
  msgstr "绑定权利的数量"
6033
5878
 
6034
- msgid "Quantity of specified subscription to remove"
6035
- msgstr "要删除的指定订阅数量"
6036
-
6037
- msgid "Quantity of this subscription to add"
6038
- msgstr "添加的这个订阅的数量"
6039
-
6040
- msgid "Quantity of this subscriptions to add"
6041
- msgstr "添加的这个订阅的数量"
6042
-
6043
5879
  msgid "Quantity to Allocate"
6044
5880
  msgstr "分配数量"
6045
5881
 
@@ -6112,9 +5948,6 @@ msgstr "需要重启"
6112
5948
  msgid "Reclaim Space"
6113
5949
  msgstr "重新声明空间"
6114
5950
 
6115
- msgid "Reclaim space"
6116
- msgstr ""
6117
-
6118
5951
  msgid "Reclaim space from On Demand repositories"
6119
5952
  msgstr "重新声明来自 On Demand 软件仓库的空间"
6120
5953
 
@@ -6176,14 +6009,11 @@ msgid "Refresh Manifest"
6176
6009
  msgstr "刷新清单"
6177
6010
 
6178
6011
  msgid "Refresh RollingCV Repo"
6179
- msgstr ""
6012
+ msgstr "刷新 RollingCV Repo"
6180
6013
 
6181
6014
  msgid "Refresh all alternate content sources"
6182
6015
  msgstr "刷新所有备用内容源"
6183
6016
 
6184
- msgid "Refresh all distributions"
6185
- msgstr ""
6186
-
6187
6017
  msgid "Refresh alternate content sources"
6188
6018
  msgstr "销毁备用内容源"
6189
6019
 
@@ -6196,27 +6026,15 @@ msgstr "刷新适用性"
6196
6026
  msgid "Refresh counts"
6197
6027
  msgstr "刷新计数"
6198
6028
 
6199
- msgid "Refresh distribution"
6200
- msgstr ""
6201
-
6202
6029
  msgid "Refresh errata applicability"
6203
6030
  msgstr "刷新勘误适用性"
6204
6031
 
6205
- msgid "Refresh if needed"
6206
- msgstr ""
6207
-
6208
6032
  msgid "Refresh package applicability"
6209
6033
  msgstr "刷新软件包适用性"
6210
6034
 
6211
6035
  msgid "Refresh previously imported manifest for Red Hat provider"
6212
6036
  msgstr "為 Red Hat 供應者更新之前匯入的清單"
6213
6037
 
6214
- msgid "Refresh remote"
6215
- msgstr ""
6216
-
6217
- msgid "Refresh repos"
6218
- msgstr ""
6219
-
6220
6038
  msgid "Refresh source"
6221
6039
  msgstr "刷新源"
6222
6040
 
@@ -6226,9 +6044,6 @@ msgstr "Refresh_Content_Host_Status"
6226
6044
  msgid "Register a host with subscription and information"
6227
6045
  msgstr "注册具有订阅和信息的主机"
6228
6046
 
6229
- msgid "Register host '%s' before attaching subscriptions"
6230
- msgstr "在附加订阅之前注册主机 '%s'"
6231
-
6232
6047
  msgid "Registered"
6233
6048
  msgstr "注册"
6234
6049
 
@@ -6262,9 +6077,6 @@ msgstr "Registry 名称特征将导致成员仓库的容器镜像名称无效"
6262
6077
  msgid "Registry token expiration time"
6263
6078
  msgstr ""
6264
6079
 
6265
- msgid "Reindex subscriptions"
6266
- msgstr ""
6267
-
6268
6080
  msgid "Related composite content views"
6269
6081
  msgstr "相关的复合内容视图"
6270
6082
 
@@ -6361,9 +6173,6 @@ msgstr "从一个或多个主机中删除一个或多个主机集合"
6361
6173
  msgid "Remove one or more subscriptions from an upstream manifest"
6362
6174
  msgstr "从上游清单中删除一个或多个订阅"
6363
6175
 
6364
- msgid "Remove orphans"
6365
- msgstr ""
6366
-
6367
6176
  msgid "Remove package group via Katello interface"
6368
6177
  msgstr "通过 Katello 接口删除软件包组"
6369
6178
 
@@ -6379,27 +6188,6 @@ msgstr "通过 Katello 界面删除软件包"
6379
6188
  msgid "Remove products from sync plan"
6380
6189
  msgstr "从同步计划中删除产品"
6381
6190
 
6382
- msgid "Remove rolling repo clone"
6383
- msgstr ""
6384
-
6385
- msgid "Remove subscriptions"
6386
- msgstr "删除订阅"
6387
-
6388
- msgid "Remove subscriptions from %s"
6389
- msgstr "从 %s 中删除订阅"
6390
-
6391
- msgid "Remove subscriptions from a host"
6392
- msgstr "从一个主机中删除订阅"
6393
-
6394
- msgid "Remove subscriptions from one or more hosts"
6395
- msgstr "从一个或多个主机上删除订阅"
6396
-
6397
- msgid "Remove units"
6398
- msgstr ""
6399
-
6400
- msgid "Remove unneeded repos"
6401
- msgstr ""
6402
-
6403
6191
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6404
6192
  msgstr "从内容视图中删除版本和/或环境,并重新分配系统和密钥"
6405
6193
 
@@ -6424,9 +6212,6 @@ msgstr "删除来自 ID 为 %{acs_id} 的 ACS %{acs_name} 的 ID 为%{prod_id}
6424
6212
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6425
6213
  msgstr "从所有环境中移出此版本不会删除此版本。版本仍可用于以后的提升。"
6426
6214
 
6427
- msgid "Repair"
6428
- msgstr ""
6429
-
6430
6215
  msgid "Replace content source on the target machine"
6431
6216
  msgstr "替换目标机器上的内容源"
6432
6217
 
@@ -6445,18 +6230,12 @@ msgstr "软件仓库"
6445
6230
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6446
6231
  msgstr "当 CDN 配置设置为 Air-gapped(断开连接)时,仓库不可用。"
6447
6232
 
6448
- msgid "Repositories certs reset"
6449
- msgstr ""
6450
-
6451
6233
  msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
6452
6234
  msgstr "所选内容视图版本常见的存储库将合并,生成复合内容视图,该视图是每个内容视图版本中的所有内容。"
6453
6235
 
6454
6236
  msgid "Repositories from published Content Views are not allowed."
6455
6237
  msgstr "不允许来自发布的内容视图中的仓库。"
6456
6238
 
6457
- msgid "Repositories gpg reset"
6458
- msgstr ""
6459
-
6460
6239
  msgid "Repository"
6461
6240
  msgstr "仓库"
6462
6241
 
@@ -6628,6 +6407,9 @@ msgstr "获取主机的单个勘误"
6628
6407
  msgid "Return Red Hat (non-custom) products only"
6629
6408
  msgstr "仅返回红帽(非定制)产品"
6630
6409
 
6410
+ msgid "Return a list of installed debs distinct by name"
6411
+ msgstr ""
6412
+
6631
6413
  msgid "Return a list of installed packages distinct by name"
6632
6414
  msgstr "返回名称不同的安装的软件包列表"
6633
6415
 
@@ -6722,10 +6504,10 @@ msgid "Review affected environments"
6722
6504
  msgstr "检查受影响的环境"
6723
6505
 
6724
6506
  msgid "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."
6725
- msgstr ""
6507
+ msgstr "检查,(可选)从您的选择中排除主机。请注意,任何镜像模式主机上的软件包操作都是临时的,并在下次重启时丢失。"
6726
6508
 
6727
6509
  msgid "Review and then click 'Set content overrides.' Status will be changed for the selected repository sets on the selected hosts."
6728
- msgstr ""
6510
+ msgstr "检查,然后点 'Set content overrides.' 状态将为所选主机上的所选仓库集更改。"
6729
6511
 
6730
6512
  msgid "Review and then click {submitBtnText}."
6731
6513
  msgstr "审核并点 {submitBtnText}。"
@@ -6758,10 +6540,10 @@ msgid "Rollback image digest"
6758
6540
  msgstr "回滚镜像摘要"
6759
6541
 
6760
6542
  msgid "Rolling content view"
6761
- msgstr ""
6543
+ msgstr "滚动内容视图"
6762
6544
 
6763
6545
  msgid "Rolling content views"
6764
- msgstr ""
6546
+ msgstr "滚动内容视图"
6765
6547
 
6766
6548
  msgid "Rules to be added"
6767
6549
  msgstr "要添加的规则"
@@ -6808,36 +6590,18 @@ msgstr "订阅将很快过期"
6808
6590
  msgid "Save"
6809
6591
  msgstr "保存"
6810
6592
 
6811
- msgid "Save artifact"
6812
- msgstr ""
6813
-
6814
- msgid "Save distribution references"
6815
- msgstr ""
6816
-
6817
- msgid "Save publication"
6818
- msgstr ""
6819
-
6820
- msgid "Save version"
6821
- msgstr ""
6822
-
6823
- msgid "Save versions"
6593
+ msgid "Save Environments"
6824
6594
  msgstr ""
6825
6595
 
6826
6596
  msgid "Saving alternate content source..."
6827
6597
  msgstr "更新备用内容源..."
6828
6598
 
6829
6599
  msgid "Scan"
6830
- msgstr ""
6600
+ msgstr "扫描"
6831
6601
 
6832
6602
  msgid "Scan a flatpak remote"
6833
6603
  msgstr "扫描 flatpak 远程"
6834
6604
 
6835
- msgid "Scan cdn"
6836
- msgstr ""
6837
-
6838
- msgid "Scan remote"
6839
- msgstr ""
6840
-
6841
6605
  msgid "Schema version 1"
6842
6606
  msgstr "Schema 版本 1"
6843
6607
 
@@ -6935,7 +6699,7 @@ msgid "Select a lifecycle environment from the available promotion paths to prom
6935
6699
  msgstr "从可用的提升路径中选择生命周期环境来提升新版本。"
6936
6700
 
6937
6701
  msgid "Select a product to mirror the repository into"
6938
- msgstr ""
6702
+ msgstr "选择将仓库镜像到的产品"
6939
6703
 
6940
6704
  msgid "Select a provider to install katello-host-tools-tracer"
6941
6705
  msgstr "选择安装 katello-host-tools-tracer 的供应商"
@@ -7031,7 +6795,7 @@ msgid "Select products to associate to this source."
7031
6795
  msgstr "选择要与这个源关联的产品。"
7032
6796
 
7033
6797
  msgid "Select repository sets"
7034
- msgstr ""
6798
+ msgstr "选择仓库集"
7035
6799
 
7036
6800
  msgid "Select row"
7037
6801
  msgstr "选择行"
@@ -7075,14 +6839,17 @@ msgstr "服务等级 %s"
7075
6839
  msgid "Service Level (SLA)"
7076
6840
  msgstr "服务等级 (SLA)"
7077
6841
 
6842
+ msgid "Service level"
6843
+ msgstr ""
6844
+
7078
6845
  msgid "Service level of host"
7079
6846
  msgstr "主机服务等级"
7080
6847
 
7081
- msgid "Service level to be used for autoheal"
7082
- msgstr "用于自动修复的服务级别"
6848
+ msgid "Service level, e.g. SELF-SUPPORT"
6849
+ msgstr ""
7083
6850
 
7084
6851
  msgid "Set content overrides"
7085
- msgstr ""
6852
+ msgstr "设置内容覆盖"
7086
6853
 
7087
6854
  msgid "Set content overrides for the host"
7088
6855
  msgstr "设置主机的内容覆盖"
@@ -7100,14 +6867,11 @@ msgid "Set true to remove an override and reset it to 'default'"
7100
6867
  msgstr "设置为 true 以删除覆盖并将它重置为 'default'"
7101
6868
 
7102
6869
  msgid "Set up container registry certs"
7103
- msgstr ""
6870
+ msgstr "设置容器 registry 证书"
7104
6871
 
7105
6872
  msgid "Sets the system purpose usage"
7106
6873
  msgstr "设置系统用途使用"
7107
6874
 
7108
- msgid "Sets whether the Host will autoheal subscriptions upon checkin"
7109
- msgstr "设置主机是否在签入后自动修复订阅"
7110
-
7111
6875
  msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
7112
6876
  msgstr "'default_location_subscribed_hosts' 没有设置为一个有效位置。"
7113
6877
 
@@ -7258,6 +7022,9 @@ msgstr "未找到智能代理内容源!"
7258
7022
  msgid "Smart proxy name"
7259
7023
  msgstr "智能代理名称"
7260
7024
 
7025
+ msgid "Smart proxy verify content checksum has started in the background"
7026
+ msgstr ""
7027
+
7261
7028
  msgid "Sockets"
7262
7029
  msgstr "插槽"
7263
7030
 
@@ -7274,7 +7041,7 @@ msgid "Solve dependencies"
7274
7041
  msgstr "解决依赖关系"
7275
7042
 
7276
7043
  msgid "Some environments are disabled because they are not associated with all of the affected hosts' content sources."
7277
- msgstr ""
7044
+ msgstr "一些环境被禁用,因为它们没有与所有受影响主机的内容源关联。"
7278
7045
 
7279
7046
  msgid "Some environments are disabled because they are not associated with the host's content source."
7280
7047
  msgstr "有些环境被禁用,因为它们没有与主机的内容源关联。"
@@ -7372,8 +7139,8 @@ msgstr "加载内容视图时出现错误。如需更多信息,请参阅日志
7372
7139
  msgid "Something went wrong while refreshing alternate content sources: "
7373
7140
  msgstr "在刷新备用内容源时出现错误:"
7374
7141
 
7375
- msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
7376
- msgstr "刷新内容计数时出现错误:${getResponseErrorMsgs(error.response)}"
7142
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
7143
+ msgstr ""
7377
7144
 
7378
7145
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
7379
7146
  msgstr "删除过滤规则时出现问题!${getResponseErrorMsgs(error.response)}"
@@ -7441,6 +7208,9 @@ msgstr "获取仓库类型时出错!${getResponseErrorMsgs(error.response)}"
7441
7208
  msgid "Something went wrong while updating the content source. See the logs for more information"
7442
7209
  msgstr "更新内容源时出现错误。如需更多信息,请参阅日志"
7443
7210
 
7211
+ msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
7212
+ msgstr ""
7213
+
7444
7214
  msgid "Something went wrong! Please check server logs!"
7445
7215
  msgstr "出现错误!请检查服务器日志!"
7446
7216
 
@@ -7528,9 +7298,6 @@ msgstr "订阅"
7528
7298
  msgid "Subscription Details"
7529
7299
  msgstr "订阅详情"
7530
7300
 
7531
- msgid "Subscription ID"
7532
- msgstr "订阅 ID"
7533
-
7534
7301
  msgid "Subscription Info"
7535
7302
  msgstr "订阅信息"
7536
7303
 
@@ -7546,12 +7313,6 @@ msgstr "订阅清单有效性检查"
7546
7313
  msgid "Subscription Name"
7547
7314
  msgstr "订阅名称"
7548
7315
 
7549
- msgid "Subscription Pool id"
7550
- msgstr "订阅池 ID"
7551
-
7552
- msgid "Subscription Pool uuid"
7553
- msgstr "订阅池 UUID"
7554
-
7555
7316
  msgid "Subscription UUID"
7556
7317
  msgstr "订阅 UUID"
7557
7318
 
@@ -7639,9 +7400,6 @@ msgstr "支持终止"
7639
7400
  msgid "Supported Content Types"
7640
7401
  msgstr "支持的内容类型"
7641
7402
 
7642
- msgid "Sync"
7643
- msgstr ""
7644
-
7645
7403
  msgid "Sync Canceled"
7646
7404
  msgstr "已取消同步"
7647
7405
 
@@ -7696,9 +7454,6 @@ msgstr "同步軟體庫"
7696
7454
  msgid "Sync all repositories for a product"
7697
7455
  msgstr "为一个产品同步所有存储库"
7698
7456
 
7699
- msgid "Sync capsule"
7700
- msgstr ""
7701
-
7702
7457
  msgid "Sync complete."
7703
7458
  msgstr "完成同步。"
7704
7459
 
@@ -7717,9 +7472,6 @@ msgstr "选择所需的产品,直接从上游仓库同步智能代理内容。
7717
7472
  msgid "Sync state"
7718
7473
  msgstr "同步状态"
7719
7474
 
7720
- msgid "Syncable export"
7721
- msgstr ""
7722
-
7723
7475
  msgid "Synced"
7724
7476
  msgstr "同步的"
7725
7477
 
@@ -7729,6 +7481,9 @@ msgstr "同步的 "
7729
7481
  msgid "Synced Content"
7730
7482
  msgstr "同步的内容"
7731
7483
 
7484
+ msgid "Synced container images content"
7485
+ msgstr ""
7486
+
7732
7487
  msgid "Synchronize"
7733
7488
  msgstr "同步"
7734
7489
 
@@ -7882,7 +7637,7 @@ msgid ""
7882
7637
  msgstr "导入元数据中提供的以下存储库的内容类型或供应商类型不正确。在导入 %{repos} 之前,请确保导出和导入存储库的类型相同"
7883
7638
 
7884
7639
  msgid "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."
7885
- msgstr ""
7640
+ msgstr "生成的容器仓库名称是无效的。请检查生命周期环境的 registry 名称模式。它可能是因为在组成名称的组件(如机构)中有特殊字符导致的。"
7886
7641
 
7887
7642
  msgid "The id of the content source"
7888
7643
  msgstr "内容源的 id"
@@ -7982,9 +7737,6 @@ msgstr "所选生命周期环境没有激活码"
7982
7737
  msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
7983
7738
  msgstr "此生命周期环境不支持所选/继承的内容视图"
7984
7739
 
7985
- msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
7986
- msgstr "指定的机构处于“简单内容访问”模式。附加订阅已禁用"
7987
-
7988
7740
  msgid "The subscription cannot be found upstream"
7989
7741
  msgstr "无法在上游找到订阅"
7990
7742
 
@@ -8064,7 +7816,7 @@ msgid "This Content View must be set to Import-only before performing an import"
8064
7816
  msgstr "在执行导入之前,必须将此内容视图设置为“仅导入”"
8065
7817
 
8066
7818
  msgid "This Flatpak remote will be deleted. Repositories mirrored from this remote will remain available and functional for use"
8067
- msgstr ""
7819
+ msgstr "这个 Flatpak remote 将被删除。从这个 remote 镜像的仓库会一直可用并正常工作"
8068
7820
 
8069
7821
  msgid "This Host is not currently registered with subscription-manager."
8070
7822
  msgstr "该主机当前没有使用 subscription-manager 注册。"
@@ -8112,7 +7864,7 @@ msgid "This environment is used in one or more multi-environment activation keys
8112
7864
  msgstr "此环境在一个或多个多环境激活码中使用。环境会从多环境码中删除。您在此处选择的内容视图和生命周期环境将只适用于单环境激活码。请参阅 hammer activation-key --help。"
8113
7865
 
8114
7866
  msgid "This erratum is not installable because it is not in this host's assigned content view environments."
8115
- msgstr ""
7867
+ msgstr "此勘误不可安装,因为它不在此主机分配的内容视图环境中。"
8116
7868
 
8117
7869
  msgid "This host does not have any Module streams."
8118
7870
  msgstr "此主机没有任何模块流。"
@@ -8126,12 +7878,6 @@ msgstr "此主机具有适用的勘误,但无法安装。调整您的过滤器
8126
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."
8127
7879
  msgstr "此主机与多个内容视图环境关联。如果您在此处分配了一个生命周期环境和内容视图,则主机将从其他环境中删除。"
8128
7880
 
8129
- msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
8130
- msgstr "该主机的机构处于“简单内容访问”模式。自动附加被禁用。"
8131
-
8132
- msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
8133
- msgstr "该主机的机构处于“简单内容访问”模式。自动附加被禁用"
8134
-
8135
7881
  msgid "This is disabled because a manifest task is in progress"
8136
7882
  msgstr "由于清单任务正在进行中,因此已禁用"
8137
7883
 
@@ -8210,6 +7956,9 @@ msgstr "提示"
8210
7956
  msgid "To change content view environments, a specific organization must be selected from the organization context."
8211
7957
  msgstr "要更改内容视图环境,需要从机构上下文中选择一个特定的机构。"
8212
7958
 
7959
+ msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
7960
+ msgstr ""
7961
+
8213
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."
8214
7963
  msgstr "要启用同步的内容选项,此主机必须使用内容源、内容视图和生命周期环境,其中包含所选架构和操作系统的同步 kickstart 仓库。"
8215
7964
 
@@ -8232,7 +7981,7 @@ msgid "To include or exclude specific content from the content view, create a fi
8232
7981
  msgstr "要从内容视图中包含或排除特定内容,请创建一个过滤器。如果没有过滤器,内容视图包含添加的存储库的所有内容。"
8233
7982
 
8234
7983
  msgid "To manage host content overrides, a specific organization must be selected from the organization context."
8235
- msgstr ""
7984
+ msgstr "要管理主机内容覆盖,需要从机构上下文中选择一个特定的机构。"
8236
7985
 
8237
7986
  msgid "To manage host packages, a specific organization must be selected from the organization context."
8238
7987
  msgstr "若要管理主机软件包,必须从机构上下文中选择特定的机构。"
@@ -8240,9 +7989,6 @@ msgstr "若要管理主机软件包,必须从机构上下文中选择特定的
8240
7989
  msgid "To manage packages, select an action."
8241
7990
  msgstr "要管理软件包,选择一个操作。"
8242
7991
 
8243
- msgid "Toggle"
8244
- msgstr ""
8245
-
8246
7992
  msgid "Token/password for the flatpak remote"
8247
7993
  msgstr "flatpak 远程的令牌/密码"
8248
7994
 
@@ -8288,12 +8034,6 @@ msgstr "对于有适当权限的用户,这里将显示 trace。"
8288
8034
  msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
8289
8035
  msgstr "与此智能代理关联的所有备用内容源的流量将通过所选的 HTTP 代理。"
8290
8036
 
8291
- msgid "Trigger an auto-attach of subscriptions"
8292
- msgstr "触发订阅的自动附加"
8293
-
8294
- msgid "Trigger an auto-attach of subscriptions on one or more hosts"
8295
- msgstr "在一个或多个主机上触发一个自动附加订阅"
8296
-
8297
8037
  msgid "Try changing your search criteria."
8298
8038
  msgstr "尝试更改搜索设置。"
8299
8039
 
@@ -8340,7 +8080,7 @@ msgid "URL of an OSTree repository."
8340
8080
  msgstr "OSTree 存储库的 URL。"
8341
8081
 
8342
8082
  msgid "URL:"
8343
- msgstr ""
8083
+ msgstr "URL:"
8344
8084
 
8345
8085
  msgid "UUID"
8346
8086
  msgstr "UUID"
@@ -8385,10 +8125,10 @@ msgid "Unable to find a base content view to use for incremental export. Please
8385
8125
  msgstr ""
8386
8126
 
8387
8127
  msgid "Unable to find a content view with ID %s"
8388
- msgstr ""
8128
+ msgstr "无法找到 ID 为 %s 的内容视图"
8389
8129
 
8390
8130
  msgid "Unable to find a lifecycle environment with ID %s"
8391
- msgstr ""
8131
+ msgstr "无法找到 ID 为 '%s' 的生命周期环境。"
8392
8132
 
8393
8133
  msgid "Unable to find product '%s' in organization '%s'"
8394
8134
  msgstr "在机构 '%s' 中找不到产品 '%s'"
@@ -8418,7 +8158,7 @@ msgid "Unable to refresh any alternate content source. You either do not have th
8418
8158
  msgstr "无法刷新任何备用内容源。您没有刷新的权限,或者没有任何备用内容源。"
8419
8159
 
8420
8160
  msgid "Unable to refresh host-repository mapping"
8421
- msgstr ""
8161
+ msgstr "无法刷新 host-repository 映射"
8422
8162
 
8423
8163
  msgid "Unable to send errata e-mail notification: %{error}"
8424
8164
  msgstr "无法发送勘误电子邮件通知:%{error}"
@@ -8433,10 +8173,10 @@ msgid "Unable to synchronize any repository. You either do not have the permissi
8433
8173
  msgstr "无法同步任何存储库。您或者没有同步权限,或者所选存储库没有提要URL。"
8434
8174
 
8435
8175
  msgid "Unable to update host-repository mapping"
8436
- msgstr ""
8176
+ msgstr "无法更新 host-repository 映射"
8437
8177
 
8438
8178
  msgid "Unable to update hosts"
8439
- msgstr ""
8179
+ msgstr "无法更新主机"
8440
8180
 
8441
8181
  msgid "Unable to update the repository list"
8442
8182
  msgstr "无法更新存储库列表"
@@ -8447,9 +8187,6 @@ msgstr "无法更新 user-repository 映射"
8447
8187
  msgid "Unapplied Errata"
8448
8188
  msgstr "未应用的勘误"
8449
8189
 
8450
- msgid "Unattach a subscription"
8451
- msgstr "取消附加的订阅"
8452
-
8453
8190
  msgid "Unfiltered params array: %s."
8454
8191
  msgstr "未过滤的参数数组:%s"
8455
8192
 
@@ -8481,7 +8218,7 @@ msgid "Unregister host %s before assigning an organization"
8481
8218
  msgstr "分配机构之前先取消注册主机 %s"
8482
8219
 
8483
8220
  msgid "Unregister host %s before assigning an organization."
8484
- msgstr ""
8221
+ msgstr "分配机构之前先取消注册主机 %s。"
8485
8222
 
8486
8223
  msgid "Unregister the host as a subscription consumer"
8487
8224
  msgstr "取消主机作为订阅使用者"
@@ -8561,27 +8298,15 @@ msgstr "更新組織中的環境"
8561
8298
  msgid "Update content counts for the smart proxy"
8562
8299
  msgstr "更新智能代理的内容计数"
8563
8300
 
8564
- msgid "Update content urls"
8565
- msgstr ""
8566
-
8567
8301
  msgid "Update content view environments for host"
8568
8302
  msgstr "为主机更新内容视图环境"
8569
8303
 
8570
8304
  msgid "Update content view environments for host %s"
8571
8305
  msgstr "为主机 %s 更新内容视图环境"
8572
8306
 
8573
- msgid "Update distributions"
8574
- msgstr ""
8575
-
8576
8307
  msgid "Update hosts manually"
8577
8308
  msgstr "手动更新主机"
8578
8309
 
8579
- msgid "Update http proxy"
8580
- msgstr ""
8581
-
8582
- msgid "Update http proxy details"
8583
- msgstr ""
8584
-
8585
8310
  msgid "Update installed packages, enabled repos, module inventory"
8586
8311
  msgstr "更新安装的软件包,已启用的仓库,模块清单"
8587
8312
 
@@ -8597,21 +8322,12 @@ msgstr "通过 Katello 接口更新软件包"
8597
8322
  msgid "Update packages via Katello interface"
8598
8323
  msgstr "通过 Katello 接口更新软件包"
8599
8324
 
8600
- msgid "Update redhat repository"
8601
- msgstr ""
8602
-
8603
8325
  msgid "Update release version for host"
8604
8326
  msgstr "为主机更新发行版本"
8605
8327
 
8606
8328
  msgid "Update release version for host %s"
8607
8329
  msgstr "为主机 %s 更新发行版本"
8608
8330
 
8609
- msgid "Update remote"
8610
- msgstr ""
8611
-
8612
- msgid "Update repository"
8613
- msgstr ""
8614
-
8615
8331
  msgid "Update services requiring restart"
8616
8332
  msgstr "更新服务需要重启"
8617
8333
 
@@ -8702,12 +8418,6 @@ msgstr "上载文件内容的一部分"
8702
8418
  msgid "Upload a subscription manifest"
8703
8419
  msgstr "上载订阅清单"
8704
8420
 
8705
- msgid "Upload content"
8706
- msgstr ""
8707
-
8708
- msgid "Upload file"
8709
- msgstr ""
8710
-
8711
8421
  msgid "Upload into"
8712
8422
  msgstr "上传到"
8713
8423
 
@@ -8717,9 +8427,6 @@ msgstr "上传软件包 / 仓库配置集"
8717
8427
  msgid "Upload request id"
8718
8428
  msgstr "上传请求 ID"
8719
8429
 
8720
- msgid "Upload tag"
8721
- msgstr ""
8722
-
8723
8430
  msgid "Upstream Candlepin"
8724
8431
  msgstr "上游 Candlepin"
8725
8432
 
@@ -8784,7 +8491,7 @@ msgid "Use HTTP proxies"
8784
8491
  msgstr "使用 HTTP 代理"
8785
8492
 
8786
8493
  msgid "Use container certificates for container registry authentication. If it is set to true, container registry certificates will be installed on the host"
8787
- msgstr ""
8494
+ msgstr "使用容器证书进行容器 registry 身份验证。如果设为 true,容器 registry 证书将安装到主机上"
8788
8495
 
8789
8496
  msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
8790
8497
  msgstr "用于确定在 pulp3 中并性下载存储库的数量。使用小于20 的值。默认为 10"
@@ -8834,12 +8541,12 @@ msgstr "验证主机分配的生命周期环境是否已通过主机从其中获
8834
8541
  msgid "Value must either be a boolean or 'default' for 'enabled'"
8835
8542
  msgstr "值需要是一个布尔值,或 'default' 代表 'enabled'"
8836
8543
 
8544
+ msgid "Verify Content Checksum"
8545
+ msgstr ""
8546
+
8837
8547
  msgid "Verify SSL"
8838
8548
  msgstr "验证 SSL"
8839
8549
 
8840
- msgid "Verify checksum"
8841
- msgstr ""
8842
-
8843
8550
  msgid "Verify checksum for content on smart proxy"
8844
8551
  msgstr "为智能代理中的内容验证校验和"
8845
8552
 
@@ -8921,11 +8628,14 @@ msgstr "查看适用的勘误"
8921
8628
  msgid "View by"
8922
8629
  msgstr "查看方法"
8923
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
+
8924
8634
  msgid "View content views"
8925
8635
  msgstr "查看内容视图"
8926
8636
 
8927
8637
  msgid "View details"
8928
- msgstr ""
8638
+ msgstr "查看详情"
8929
8639
 
8930
8640
  msgid "View documentation"
8931
8641
  msgstr "查看文档"
@@ -9201,7 +8911,7 @@ msgid "are only allowed for Yum repositories."
9201
8911
  msgstr "仅允许用于Yum存储库。"
9202
8912
 
9203
8913
  msgid "assign a new content source to the hosts"
9204
- msgstr ""
8914
+ msgstr "为主机分配一个新内容源"
9205
8915
 
9206
8916
  msgid "attempted to sync a non-library repository."
9207
8917
  msgstr "尝试同步 non-library 仓库。"
@@ -9209,9 +8919,6 @@ msgstr "尝试同步 non-library 仓库。"
9209
8919
  msgid "attempted to sync without a feed URL"
9210
8920
  msgstr "尝试在没有 Feed URL 的情况下进行同步"
9211
8921
 
9212
- msgid "auto attach subscriptions upon registration"
9213
- msgstr "注册时自动附加订阅"
9214
-
9215
8922
  msgid "base url to perform repo discovery on"
9216
8923
  msgstr "执行仓库发现的基本 url"
9217
8924
 
@@ -9561,7 +9268,7 @@ msgid "interpret specified object to return only Repositories that can be associ
9561
9268
  msgstr "解析指定的对象只返回与特定对象关联的仓库。只支持 'content_view' 和 'content_view_version'。"
9562
9269
 
9563
9270
  msgid "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."
9564
- msgstr ""
9271
+ msgstr "到一个产品。flatpak remote 将会自动填充仓库字段。当仓库被镜像到产品中后,该仓库就可以用于同步。"
9565
9272
 
9566
9273
  msgid "invalid: Repositories can only require one OS version."
9567
9274
  msgstr "无效:存储库只能要求一个操作系统版本。"
@@ -9848,9 +9555,6 @@ msgstr "指定内容应该被包括还是排除,默认:inclusion=false"
9848
9555
  msgid "start datetime of synchronization"
9849
9556
  msgstr "開始同步的日期與時間"
9850
9557
 
9851
- msgid "subscriptions not specified"
9852
- msgstr "未指定订阅"
9853
-
9854
9558
  msgid "sync plan description"
9855
9559
  msgstr "同步計畫的描述"
9856
9560