katello 4.16.3 → 4.17.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 (509) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +5 -3
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +77 -263
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +77 -263
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +77 -263
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +77 -263
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +77 -263
  8. data/app/assets/javascripts/katello/locale/de/katello.js +87 -273
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +77 -263
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +77 -263
  11. data/app/assets/javascripts/katello/locale/el/katello.js +77 -263
  12. data/app/assets/javascripts/katello/locale/en/katello.js +77 -263
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +77 -263
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +77 -263
  15. data/app/assets/javascripts/katello/locale/es/katello.js +242 -428
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +77 -263
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +900 -1086
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +77 -263
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +77 -263
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +77 -263
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +77 -263
  22. data/app/assets/javascripts/katello/locale/id/katello.js +77 -263
  23. data/app/assets/javascripts/katello/locale/it/katello.js +78 -264
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +628 -814
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +474 -660
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +77 -263
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +2129 -2314
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +77 -263
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +77 -263
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +77 -263
  31. data/app/assets/javascripts/katello/locale/or/katello.js +77 -263
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +77 -263
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +77 -263
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +77 -263
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +77 -263
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +255 -441
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +77 -263
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +77 -263
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +78 -264
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +77 -263
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +77 -263
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +77 -263
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +77 -263
  44. data/app/assets/javascripts/katello/locale/te/katello.js +77 -263
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +77 -263
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +77 -263
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +77 -263
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +77 -263
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +632 -818
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +78 -264
  51. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +19 -5
  52. data/app/controllers/katello/api/v2/content_view_components_controller.rb +6 -6
  53. data/app/controllers/katello/api/v2/content_view_filters_controller.rb +3 -0
  54. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +6 -0
  55. data/app/controllers/katello/api/v2/content_views_controller.rb +12 -1
  56. data/app/controllers/katello/api/v2/exports_controller.rb +3 -0
  57. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +12 -14
  58. data/app/controllers/katello/api/v2/organizations_controller.rb +10 -10
  59. data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +8 -2
  60. data/app/lib/actions/helpers/rolling_cv_repos.rb +25 -0
  61. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +6 -1
  62. data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +39 -0
  63. data/app/lib/actions/katello/content_view/create.rb +3 -0
  64. data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +40 -0
  65. data/app/lib/actions/katello/content_view/remove.rb +8 -4
  66. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +28 -0
  67. data/app/lib/actions/katello/content_view/update.rb +8 -0
  68. data/app/lib/actions/katello/repository/check_matching_content.rb +1 -8
  69. data/app/lib/actions/katello/repository/import_upload.rb +5 -0
  70. data/app/lib/actions/katello/repository/sync.rb +8 -4
  71. data/app/lib/actions/katello/repository/upload_files.rb +7 -1
  72. data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +3 -2
  73. data/app/lib/actions/pulp3/orphan_cleanup/delete_orphan_repository_versions.rb +8 -1
  74. data/app/lib/katello/errors.rb +8 -0
  75. data/app/lib/katello/validators/container_image_name_validator.rb +3 -2
  76. data/app/models/katello/authorization/repository.rb +11 -1
  77. data/app/models/katello/concerns/host_managed_extensions.rb +2 -2
  78. data/app/models/katello/concerns/pulp_database_unit.rb +12 -42
  79. data/app/models/katello/concerns/smart_proxy_extensions.rb +8 -0
  80. data/app/models/katello/content_view.rb +14 -1
  81. data/app/models/katello/content_view_component.rb +4 -0
  82. data/app/models/katello/content_view_environment.rb +1 -0
  83. data/app/models/katello/content_view_version.rb +3 -2
  84. data/app/models/katello/host/content_facet.rb +18 -5
  85. data/app/models/katello/product_content.rb +3 -1
  86. data/app/models/katello/repository.rb +3 -3
  87. data/app/services/katello/content_unit_indexer.rb +1 -1
  88. data/app/services/katello/pulp3/api/content_guard.rb +1 -1
  89. data/app/services/katello/pulp3/api/core.rb +6 -0
  90. data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +58 -1
  91. data/app/services/katello/pulp3/smart_proxy_repository.rb +67 -3
  92. data/app/services/katello/smart_proxy_helper.rb +6 -1
  93. data/app/views/foreman/job_templates/install_errata_-_katello_ansible_default.erb +15 -1
  94. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +15 -1
  95. data/app/views/foreman/job_templates/install_group_-_katello_ansible_default.erb +15 -2
  96. data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +21 -2
  97. data/app/views/foreman/job_templates/remove_group_-_katello_ansible_default.erb +15 -1
  98. data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +20 -1
  99. data/app/views/foreman/job_templates/update_group_-_katello_ansible_default.erb +15 -2
  100. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +17 -1
  101. data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -0
  102. data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +2 -1
  103. data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -0
  104. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +12 -0
  105. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
  106. data/app/views/katello/api/v2/environments/show.json.rabl +14 -0
  107. data/app/views/katello/api/v2/hosts/base.json.rabl +1 -0
  108. data/app/views/katello/api/v2/organizations/show.json.rabl +2 -0
  109. data/app/views/katello/api/v2/repositories/base.json.rabl +2 -1
  110. data/db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb +1 -1
  111. data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +0 -20
  112. data/db/migrate/20241022122325_add_rolling_to_katello_content_views.rb +5 -0
  113. data/db/migrate/20241025151105_remove_pulp3_migrated_hrefs_from_content_tables.rb +1 -1
  114. data/db/migrate/20250215143303_drop_katello_yum_metadata_file.rb +5 -0
  115. data/db/migrate/20250409120843_fix_file_download_policy.rb +11 -0
  116. data/db/migrate/20250410155300_change_ansible_templates_category.rb +22 -0
  117. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +0 -6
  118. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +0 -6
  119. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +0 -6
  120. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +0 -6
  121. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +0 -6
  122. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +0 -6
  123. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +0 -6
  124. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +0 -6
  125. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +0 -6
  126. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +0 -6
  127. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +0 -6
  128. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +0 -6
  129. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +0 -6
  130. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +0 -6
  131. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +0 -6
  132. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +0 -6
  133. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +0 -6
  134. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +0 -6
  135. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +0 -6
  136. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +0 -6
  137. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +0 -6
  138. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +0 -6
  139. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +0 -6
  140. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +0 -6
  141. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +0 -6
  142. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +0 -6
  143. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +0 -6
  144. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +0 -6
  145. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +0 -6
  146. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +0 -6
  147. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +0 -6
  148. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +0 -6
  149. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +0 -6
  150. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +0 -6
  151. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +0 -6
  152. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +0 -6
  153. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +0 -6
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +0 -6
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +0 -6
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +0 -6
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +0 -6
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +0 -6
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +0 -6
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +0 -6
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +0 -6
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +0 -6
  163. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repository-types.service.js +3 -0
  164. data/lib/katello/engine.rb +9 -1
  165. data/lib/katello/repository_types/python.rb +1 -1
  166. data/lib/katello/tasks/repository.rake +1 -1
  167. data/lib/katello/version.rb +1 -1
  168. data/locale/action_names.rb +3 -0
  169. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  170. data/locale/bn/katello.po +77 -263
  171. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/bn_IN/katello.po +77 -263
  173. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  174. data/locale/ca/katello.po +77 -263
  175. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  176. data/locale/cs/katello.po +77 -263
  177. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  178. data/locale/cs_CZ/katello.po +77 -263
  179. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/de/katello.po +91 -277
  181. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  182. data/locale/de_AT/katello.po +77 -263
  183. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  184. data/locale/de_DE/katello.po +77 -263
  185. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  186. data/locale/el/katello.po +77 -263
  187. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  188. data/locale/en/katello.po +77 -263
  189. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  190. data/locale/en_GB/katello.po +77 -263
  191. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/en_US/katello.po +77 -263
  193. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/es/katello.po +245 -432
  195. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  196. data/locale/et_EE/katello.po +77 -263
  197. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/fr/katello.po +906 -1092
  199. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  200. data/locale/gl/katello.po +77 -263
  201. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  202. data/locale/gu/katello.po +77 -263
  203. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  204. data/locale/he_IL/katello.po +77 -263
  205. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  206. data/locale/hi/katello.po +77 -263
  207. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  208. data/locale/id/katello.po +77 -263
  209. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/it/katello.po +78 -264
  211. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/ja/katello.po +634 -822
  213. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/ka/katello.po +474 -662
  215. data/locale/katello.pot +1194 -1472
  216. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  217. data/locale/kn/katello.po +77 -263
  218. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  219. data/locale/ko/katello.po +2125 -2324
  220. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  221. data/locale/ml_IN/katello.po +77 -263
  222. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  223. data/locale/mr/katello.po +77 -263
  224. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  225. data/locale/nl_NL/katello.po +77 -263
  226. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  227. data/locale/or/katello.po +77 -263
  228. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  229. data/locale/pa/katello.po +77 -263
  230. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  231. data/locale/pl/katello.po +77 -263
  232. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  233. data/locale/pl_PL/katello.po +77 -263
  234. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  235. data/locale/pt/katello.po +77 -263
  236. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  237. data/locale/pt_BR/katello.po +258 -445
  238. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  239. data/locale/ro/katello.po +77 -263
  240. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  241. data/locale/ro_RO/katello.po +77 -263
  242. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  243. data/locale/ru/katello.po +78 -264
  244. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  245. data/locale/sl/katello.po +77 -263
  246. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  247. data/locale/sv_SE/katello.po +77 -263
  248. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  249. data/locale/ta/katello.po +77 -263
  250. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  251. data/locale/ta_IN/katello.po +77 -263
  252. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  253. data/locale/te/katello.po +77 -263
  254. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  255. data/locale/tr/katello.po +77 -263
  256. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  257. data/locale/vi/katello.po +77 -263
  258. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  259. data/locale/vi_VN/katello.po +77 -263
  260. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  261. data/locale/zh/katello.po +77 -263
  262. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  263. data/locale/zh_CN/katello.po +632 -824
  264. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  265. data/locale/zh_TW/katello.po +78 -264
  266. data/webpack/ForemanColumnExtensions/index.js +12 -4
  267. data/webpack/components/ActivationKeysSearch/index.js +6 -7
  268. data/webpack/components/Bookmark/AddBookmarkModal.js +3 -3
  269. data/webpack/components/Bookmark/Bookmark.scss +3 -3
  270. data/webpack/components/Bookmark/index.js +7 -2
  271. data/webpack/components/EditableSwitch.js +1 -1
  272. data/webpack/components/EditableTextInput/EditableTextInput.js +1 -1
  273. data/webpack/components/EditableTextInput/editableTextInput.scss +1 -1
  274. data/webpack/components/Errata/index.js +1 -24
  275. data/webpack/components/Loading.js +10 -6
  276. data/webpack/components/Packages/index.js +2 -1
  277. data/webpack/components/SelectAllCheckbox/index.js +7 -3
  278. data/webpack/components/SelectableDropdown/SelectableDropdown.js +21 -3
  279. data/webpack/components/Table/EmptyStateMessage.js +12 -14
  280. data/webpack/components/Table/MainTable.js +8 -7
  281. data/webpack/components/Table/MainTable.scss +4 -4
  282. data/webpack/components/extensions/HostDetails/ActionsBar/index.js +4 -1
  283. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +1 -1
  284. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +9 -6
  285. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/changeHostCVModal.test.js +2 -1
  286. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/contentViews.fixtures.json +4 -1
  287. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +23 -6
  288. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +1 -1
  289. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +5 -3
  290. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.scss +3 -3
  291. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
  292. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/__tests__/hostCollectionsModal.test.js +25 -10
  293. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +5 -2
  294. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +2 -2
  295. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +5 -4
  296. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +6 -3
  297. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +19 -12
  298. data/webpack/components/extensions/HostDetails/Cards/__tests__/errataOverviewCard.test.js +1 -1
  299. data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +1 -4
  300. data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +1 -4
  301. data/webpack/components/extensions/HostDetails/DetailsTabCards/InstalledProductsCard.js +1 -4
  302. data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/HwPropertiesCard.test.js +63 -0
  303. data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/ImageModeCard.test.js +73 -0
  304. data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/InstalledProductsCard.test.js +45 -0
  305. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +12 -2
  306. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.scss +1 -1
  307. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js +10 -13
  308. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.scss +1 -1
  309. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +46 -21
  310. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.scss +1 -1
  311. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +15 -7
  312. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +13 -3
  313. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.scss +1 -1
  314. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +34 -20
  315. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.scss +1 -1
  316. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +8 -6
  317. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +5 -3
  318. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +1 -1
  319. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +12 -13
  320. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +16 -6
  321. data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsInstallModal.test.js +10 -5
  322. data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsTab.test.js +48 -22
  323. data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +123 -47
  324. data/webpack/components/extensions/HostDetails/Tabs/__tests__/moduleStreamsTab.test.js +14 -7
  325. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +10 -5
  326. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +41 -24
  327. data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +50 -25
  328. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +50 -25
  329. data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +3 -0
  330. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js +16 -2
  331. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +6 -2
  332. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +5 -1
  333. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js +16 -2
  334. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +6 -2
  335. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +15 -2
  336. data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +1 -1
  337. data/webpack/components/extensions/Hosts/BulkActions/__tests__/bulkChangeHostCVModal.test.js +2 -1
  338. data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +1 -1
  339. data/webpack/components/extensions/Hosts/ImageModeHostAlert.js +14 -0
  340. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +14 -17
  341. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/Force.test.js.snap +1 -1
  342. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/IgnoreSubmanErrors.test.js.snap +1 -1
  343. data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +38 -49
  344. data/webpack/containers/Application/overrides.scss +7 -7
  345. data/webpack/ouia_id_check.js +15 -11
  346. data/webpack/redux/actions/RedHatRepositories/helpers.js +0 -2
  347. data/webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js +12 -6
  348. data/webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js +12 -2
  349. data/webpack/scenes/ActivationKeys/Details/components/EditModal.js +3 -3
  350. data/webpack/scenes/AlternateContentSources/Create/ACSCreateWizard.js +3 -1
  351. data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCreateFinish.js +3 -1
  352. data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js +12 -6
  353. data/webpack/scenes/AlternateContentSources/Create/Steps/ACSSmartProxies.js +1 -1
  354. data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +22 -7
  355. data/webpack/scenes/AlternateContentSources/Create/Steps/NameACS.js +2 -2
  356. data/webpack/scenes/AlternateContentSources/Create/Steps/SelectSource.js +1 -1
  357. data/webpack/scenes/AlternateContentSources/Create/__tests__/acsCreate.test.js +6 -3
  358. data/webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js +25 -15
  359. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +9 -6
  360. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js +2 -2
  361. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +1 -1
  362. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +33 -7
  363. data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +10 -5
  364. data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSExpandableDetails.test.js +4 -2
  365. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +10 -8
  366. data/webpack/scenes/AlternateContentSources/MainTable/__tests__/acsTable.test.js +4 -2
  367. data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +5 -5
  368. data/webpack/scenes/Content/Details/__tests__/contentDetail.test.js +8 -4
  369. data/webpack/scenes/Content/__tests__/contentTable.test.js +4 -2
  370. data/webpack/scenes/ContentViews/Copy/CopyContentViewForm.js +1 -1
  371. data/webpack/scenes/ContentViews/Copy/__tests__/contentViewCopyResult.fixtures.json +1 -0
  372. data/webpack/scenes/ContentViews/Copy/__tests__/copyContentView.test.js +2 -1
  373. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +86 -31
  374. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +10 -2
  375. data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
  376. data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +10 -4
  377. data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +3 -1
  378. data/webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js +6 -6
  379. data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignActivationKeysForm.js +7 -2
  380. data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignHostsForm.js +7 -2
  381. data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReview.js +3 -3
  382. data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +1 -1
  383. data/webpack/scenes/ContentViews/Delete/__tests__/CvData.fixtures.json +2 -1
  384. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +3 -2
  385. data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +10 -8
  386. data/webpack/scenes/ContentViews/Delete/__tests__/cvDetails.fixtures.json +2 -1
  387. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +16 -5
  388. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +19 -5
  389. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentEnvironments.js +1 -1
  390. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +11 -2
  391. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +2 -1
  392. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +69 -27
  393. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json +2 -1
  394. data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +22 -29
  395. data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +6 -2
  396. data/webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js +20 -7
  397. data/webpack/scenes/ContentViews/Details/Filters/Add/__tests__/cvFilterAdd.test.js +4 -2
  398. data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositorySelection.js +5 -2
  399. data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js +3 -1
  400. data/webpack/scenes/ContentViews/Details/Filters/ArtifactsWithNoErrata.js +1 -1
  401. data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +4 -2
  402. data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +13 -1
  403. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +23 -7
  404. data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +23 -5
  405. data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +15 -3
  406. data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +15 -3
  407. data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +13 -1
  408. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +6 -4
  409. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +11 -1
  410. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +4 -2
  411. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/matchContentModal.scss +1 -1
  412. data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +2 -2
  413. data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +4 -4
  414. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +18 -12
  415. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +7 -11
  416. data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +81 -70
  417. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewErrataByDateDetails.fixtures.json +1 -0
  418. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +4 -2
  419. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +52 -38
  420. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +9 -4
  421. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +18 -12
  422. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErratumFilterDetails.fixtures.json +1 -0
  423. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailModuleAffectedRepos.fixtures.json +1 -0
  424. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailWithAffectedRepos.fixtures.json +1 -0
  425. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterFixutre.fixture.json +2 -1
  426. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +77 -67
  427. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilterDetails.fixtures.json +1 -0
  428. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvPackageFilterDetail.fixtures.json +1 -0
  429. data/webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js +2 -2
  430. data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +4 -2
  431. data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +1 -1
  432. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +7 -5
  433. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +6 -3
  434. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewRepoAdd.fixture.json +1 -0
  435. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/ActionSummary.js +3 -2
  436. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/BulkDeleteModal.js +3 -1
  437. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js +2 -2
  438. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignActivationKeys.js +3 -1
  439. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignHosts.js +3 -1
  440. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReviewEnvironments.js +4 -4
  441. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.scss +11 -11
  442. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareHeader.js +15 -5
  443. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionEnvironments.js +1 -1
  444. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +13 -3
  445. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +3 -1
  446. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js +17 -13
  447. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +12 -7
  448. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +64 -7
  449. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +52 -21
  450. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +30 -16
  451. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.scss +7 -7
  452. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js +5 -3
  453. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +4 -2
  454. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +6 -3
  455. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsEmpty.test.js +2 -1
  456. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +6 -6
  457. data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetail.test.js +35 -4
  458. data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetails.fixtures.json +1 -0
  459. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +197 -0
  460. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +82 -0
  461. data/webpack/scenes/ContentViews/Publish/CVPublishFinish.js +3 -7
  462. data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +2 -2
  463. data/webpack/scenes/ContentViews/Publish/CVPublishReview.js +6 -5
  464. data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +3 -1
  465. data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +15 -7
  466. data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +4 -4
  467. data/webpack/scenes/ContentViews/Table/ContentViewVersionCell.js +6 -4
  468. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +14 -3
  469. data/webpack/scenes/ContentViews/Table/tableDataGenerator.js +3 -0
  470. data/webpack/scenes/ContentViews/__tests__/basicContentViews.fixtures.js +1 -0
  471. data/webpack/scenes/ContentViews/__tests__/contentViewList.fixtures.json +89 -2
  472. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +85 -14
  473. data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
  474. data/webpack/scenes/ContentViews/components/ContentViewIcon.js +20 -6
  475. data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelect.js +4 -1
  476. data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelectOption.js +11 -2
  477. data/webpack/scenes/ContentViews/components/ContentViewsCounter.js +27 -7
  478. data/webpack/scenes/ContentViews/components/EnvironmentLabels.js +2 -2
  479. data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.js +6 -2
  480. data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.scss +4 -1
  481. data/webpack/scenes/ContentViews/components/FiltersAppliedIcon.js +4 -2
  482. data/webpack/scenes/ContentViews/components/NeedsPublishIcon.js +7 -6
  483. data/webpack/scenes/ContentViews/components/NeedsPublishIcon.scss +2 -2
  484. data/webpack/scenes/ContentViews/components/contentViewIcon.scss +16 -3
  485. data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +6 -1
  486. data/webpack/scenes/ContentViews/expansions/RelatedCompositeContentViewsModal.js +3 -3
  487. data/webpack/scenes/ContentViews/expansions/__tests__/contentViewComponentsModal.test.js +2 -1
  488. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +5 -3
  489. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +3 -2
  490. data/webpack/scenes/Hosts/ChangeContentSource/components/FormField.js +1 -1
  491. data/webpack/scenes/Hosts/ChangeContentSource/components/HostsModal.js +1 -1
  492. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +1 -1
  493. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +1 -1
  494. data/webpack/scenes/RedHatRepositories/index.scss +1 -1
  495. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +27 -7
  496. data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +51 -2
  497. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +2 -2
  498. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +14 -9
  499. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +1 -1
  500. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js +2 -2
  501. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js +6 -6
  502. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/CdnTypeForm.test.js +2 -1
  503. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/CustomCdnTypeForm.test.js +2 -1
  504. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/ExportSyncForm.test.js +2 -1
  505. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/NetworkSyncForm.test.js +2 -1
  506. metadata +72 -53
  507. data/app/models/katello/yum_metadata_file.rb +0 -22
  508. data/app/services/katello/pulp3/yum_metadata_file.rb +0 -20
  509. data/db/migrate/20250714190050_add_missing_rpms_evr_index.rb +0 -14
@@ -3,11 +3,11 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 4.16.2",
6
+ "Project-Id-Version": "katello 2.4.0-RC1",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2017-12-19 20:14+0000",
9
- "Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025",
10
- "Language-Team": "Chinese (China) (https://app.transifex.com/foreman/teams/114/zh_CN/)",
9
+ "Last-Translator": "Amit Upadhye <aupadhye@redhat.com>, 2023",
10
+ "Language-Team": "Chinese (China) (https://www.transifex.com/foreman/teams/114/zh_CN/)",
11
11
  "MIME-Version": "1.0",
12
12
  "Content-Type": "text/plain; charset=UTF-8",
13
13
  "Content-Transfer-Encoding": "8bit",
@@ -18,10 +18,10 @@
18
18
  "plural_forms": "nplurals=1; plural=0;"
19
19
  },
20
20
  "\\n* Product = '%{product}', Repository = '%{repository}'": [
21
- "\\n* Product = '%{product}', Repository = '%{repository}'"
21
+ "\\n* product = '%{product}', Repository = '%{repository}'"
22
22
  ],
23
23
  " %{errata_count} Errata": [
24
- " %{errata_count}勘误"
24
+ " %{errata_count} 勘误"
25
25
  ],
26
26
  " %{modulemd_count} Module Stream(s)": [
27
27
  " %{modulemd_count} 模块流"
@@ -30,10 +30,10 @@
30
30
  " %{package_count} 软件包"
31
31
  ],
32
32
  " (${item.published_at_words} ago)": [
33
- " (${item.published_at_words} 前)"
33
+ ""
34
34
  ],
35
35
  " (${version.published_at_words} ago)": [
36
- " (${version.published_at_words} 前)"
36
+ ""
37
37
  ],
38
38
  " Content view updated": [
39
39
  " 內容視域已更新"
@@ -102,13 +102,13 @@
102
102
  "$ {pluralize(hostResponse.length, 'host')} 内容主机将移至 ${selectedCVNameForHosts},在 "
103
103
  ],
104
104
  "${pluralize(versionCount, 'content view version')} in the environments below will be removed when content view is deleted": [
105
- "当删除内容视图时,以下环境中的 ${pluralize(versionCount, 'content view version')} 将被删除"
105
+ "${pluralize(versionCount, 'content view version')} 在以下环境中,会在内容视图被删除时删除"
106
106
  ],
107
107
  "${selectedContentType}": [
108
108
  "${selectedContentType}"
109
109
  ],
110
110
  "${selectedContentType} will appear here when created.": [
111
- "${selectedContentType} 在创建后将在此处显示。"
111
+ "${selectedContentType} 在创建时将显示。"
112
112
  ],
113
113
  "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?": [
114
114
  "%s%s 有 %s 主机和 %s 主机组,它们需要在删除后重新关联。删除 %s?"
@@ -129,7 +129,7 @@
129
129
  "%s 前"
130
130
  ],
131
131
  "%s content type is not enabled.": [
132
- "%s 内容类型没有启用。"
132
+ ""
133
133
  ],
134
134
  "%s guests": [
135
135
  "%s 客户系统"
@@ -150,7 +150,7 @@
150
150
  "%s 无法访问。%s"
151
151
  ],
152
152
  "%s was not found!": [
153
- "没有找到 %s !"
153
+ ""
154
154
  ],
155
155
  "%{errata} (%{total} other errata)": [
156
156
  "%{errata} (%{total} 个其他勘误)"
@@ -180,7 +180,7 @@
180
180
  "%{errata} 勘误已安装"
181
181
  ],
182
182
  "%{expiring_subs} subscriptions in %{subject} are going to expire in less than %{days} days. Please renew them before they expire to guarantee your hosts will continue receiving content.": [
183
- "%{subject} 中的 %{expiring_subs} 订阅将在不到 %{days} 天之内过期。请在它们到期之前对其进行更新,以确保您的主机将继续接收内容。"
183
+ "%{subject} 中的 {expiring_subs} 订阅将在不到%{days}天之内过期。请在它们到期之前对其进行更新,以确保您的主机将继续接收内容。"
184
184
  ],
185
185
  "%{group} (%{total} other package groups)": [
186
186
  "%{group} (%{total} 个其他软件包组)"
@@ -258,13 +258,13 @@
258
258
  "%{group} 软件包组已更新"
259
259
  ],
260
260
  "%{label} failed": [
261
- "%{label} 失败"
261
+ ""
262
262
  ],
263
263
  "%{label} failed.": [
264
- "%{label} 失败。"
264
+ ""
265
265
  ],
266
266
  "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source.": [
267
- "%{name} 没有带有上游 URL 的 %{type} 软件仓库来添加到备用内容源中。"
267
+ ""
268
268
  ],
269
269
  "%{package} (%{total} other packages)": [
270
270
  "%{package} (%{total} 个其他软件包)"
@@ -336,7 +336,7 @@
336
336
  "%{package} 软件包已更新"
337
337
  ],
338
338
  "%{release}: %{number_of_hosts} hosts are approaching end of %{lifecycle} on %{end_date}. Please upgrade them before support expires. Check Report Host - Statuses for detail.": [
339
- "%{release}: %{number_of_hosts} 主机接近于 %{lifecycle} 结束(%{end_date})。请在支持过期前升级它们。检查报告主机 - 状态。"
339
+ ""
340
340
  ],
341
341
  "%{sla}": [
342
342
  "%{sla}"
@@ -345,16 +345,16 @@
345
345
  "%{subject} 的磁盘已 %{percentage} 被使用。由于此代理正在运行 Pulp,因此需要磁盘空间才能发布内容视图。请确保磁盘不会被完全使用。"
346
346
  ],
347
347
  "%{unused_substitutions} cannot be specified for %{content_name} as that information is not substitutable in %{content_url} ": [
348
- "无法为 %{content_name} 指定 %{unused_substitutions},因为这个信息无法在 %{content_url} 中被替代 "
348
+ "无法为 %{content_name} 指定%{unused_substitutions},因为这个信息无法在 %{content_url} 中被替代"
349
349
  ],
350
350
  "%{used} of %{total}": [
351
351
  "%{used}(共 %{total})"
352
352
  ],
353
353
  "%{value} can contain only lowercase letters, numbers, dashes and dots.": [
354
- "%{value} 只能包含小写字母、数字、横线和点。"
354
+ ""
355
355
  ],
356
356
  "%{view_label} could not be promoted to %{environment_label} because the content view and the environment are not in the same organization!": [
357
- "无法将 %{view_label} 提升到 %{environment_label},因为内容视图和环境不在同一机构中!"
357
+ "无法将 {view_label} 提升到 {environment_label},因为内容视图和环境不在同一机构中!"
358
358
  ],
359
359
  "'%{item}' does not exist in the backend system [ Candlepin ]. Either remove and re-enable the repository or try refreshing the manifest before synchronizing. ": [
360
360
  "'%{item}' 没有存在于后端系统中 [Candlepin ]。删除并重新启用仓库,或在同步前尝试刷新清单。 "
@@ -402,16 +402,16 @@
402
402
  "带有相同的主版本和次版本 (%{major}.%{minor}}) 的一个 CV 版本已存在"
403
403
  ],
404
404
  "A Pool and its Subscription cannot belong to different organizations.": [
405
- "一个池及其订阅不能属于不同的机构。"
405
+ ""
406
406
  ],
407
407
  "A backend service [ %s ] is unreachable": [
408
408
  "一个后端服务 [ %s ] 无法被访问"
409
409
  ],
410
410
  "A comma-separated list of refs to include during an ostree sync. The wildcards *, ? are recognized.": [
411
- "在 ostree 同步期间要包含的以逗号分隔的 refs 列表。可以识别通配符 *, ?。"
411
+ ""
412
412
  ],
413
413
  "A comma-separated list of tags to exclude during an ostree sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'.": [
414
- "在 ostree 同步期间要排除的以逗号分隔的标签列表。通配符 *, ? 可以被识别。'exclude_refs' 在 'include_refs' 后被评估。"
414
+ ""
415
415
  ],
416
416
  "A large number of errata are unapplied in this content view, so only the first 100 are shown.": [
417
417
  "此内容视图中未应用大量勘误,因此仅显示前 100 个。"
@@ -426,16 +426,16 @@
426
426
  "一个新版本 "
427
427
  ],
428
428
  "A notification about failed content view promotion": [
429
- "有关失败的内容视图提升的通知"
429
+ ""
430
430
  ],
431
431
  "A notification about failed content view publish": [
432
- "有关失败的内容视图发布的通知"
432
+ ""
433
433
  ],
434
434
  "A notification about failed proxy sync": [
435
- "有关失败的代理同步的通知"
435
+ ""
436
436
  ],
437
437
  "A notification about failed repository sync": [
438
- "有关失败的存储库同步的通知"
438
+ ""
439
439
  ],
440
440
  "A post-promotion summary of hosts with installable errata": [
441
441
  "具有可安装勘误的主机的提升后的摘要"
@@ -464,9 +464,6 @@
464
464
  "About page": [
465
465
  "About 页面"
466
466
  ],
467
- "Abstract async task": [
468
- ""
469
- ],
470
467
  "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
471
468
  "禁止访问红帽订阅管理。如果要更改这个设置,请更新内容设置\\\"订阅连接已启用\\\"。"
472
469
  ],
@@ -483,10 +480,10 @@
483
480
  "操作没有获得可以在这个机构上执行的授权。"
484
481
  ],
485
482
  "Activation Key information": [
486
- "激活码信息"
483
+ ""
487
484
  ],
488
485
  "Activation Key will no longer be available for use. This operation cannot be undone.": [
489
- "激活码将无法使用。此操作无法撤消。"
486
+ ""
490
487
  ],
491
488
  "Activation Keys": [
492
489
  "激活码"
@@ -495,46 +492,46 @@
495
492
  "激活码"
496
493
  ],
497
494
  "Activation key %s has more than one content view. Use #content_views instead.": [
498
- "激活码 %s 有多个内容视图。使用 #content_views 替代。"
495
+ ""
499
496
  ],
500
497
  "Activation key %s has more than one lifecycle environment. Use #lifecycle_environments instead.": [
501
- "激活码 %s 有多个生命周期环境。使用 #lifecycle_environments 替代。"
498
+ ""
502
499
  ],
503
500
  "Activation key '%s' is associated to multiple environments and registering to multiple environments is not enabled.": [
504
- "激活码 '%s' 与多个环境关联,但没有启用注册到多个环境。"
501
+ ""
505
502
  ],
506
503
  "Activation key ID": [
507
504
  "激活码 ID"
508
505
  ],
509
506
  "Activation key deleted": [
510
- "啟動金鑰已刪除"
507
+ ""
511
508
  ],
512
509
  "Activation key details": [
513
- "激活码详情"
510
+ ""
514
511
  ],
515
512
  "Activation key details updated": [
516
- "激活码详情已更新"
513
+ ""
517
514
  ],
518
515
  "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead.": [
519
516
  "subscription-manager 客户端的激活码,CentOS 和 Red Hat Enterprise Linux 需要它。如果是多个激活码,使用 `activation_keys` 参数替代。"
520
517
  ],
521
518
  "Activation key identifier": [
522
- "激活码标识符"
519
+ ""
523
520
  ],
524
521
  "Activation key(s) to use during registration": [
525
- "注册过程中使用的激活码"
522
+ ""
526
523
  ],
527
524
  "Activation keys": [
528
525
  "激活码"
529
526
  ],
530
527
  "Activation keys can be managed {here}.": [
531
- "激活码可以被管理 {here}。"
528
+ ""
532
529
  ],
533
530
  "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys or if you do not provide a host group.": [
534
- "subscription-manager 客户端的激活码,CentOS 和 Red Hat Enterprise Linux 需要它。只有在主机组没有激活码或您没有提供一个主机组时才需要。"
531
+ ""
535
532
  ],
536
533
  "Activation keys may be used during {system_registration}.": [
537
- "激活码可在 {system_registration} 中使用。"
534
+ ""
538
535
  ],
539
536
  "Activation keys: ": [
540
537
  "激活码:"
@@ -567,7 +564,7 @@
567
564
  "将组件添加到内容视图"
568
565
  ],
569
566
  "Add content": [
570
- "添加内容"
567
+ ""
571
568
  ],
572
569
  "Add content view": [
573
570
  "添加内容视图"
@@ -609,7 +606,7 @@
609
606
  "添加仓库"
610
607
  ],
611
608
  "Add repositories with package groups to content view to select them here.": [
612
- "将含有软件包组的存储库添加到内容视图,以在此处选择它们。"
609
+ ""
613
610
  ],
614
611
  "Add rule": [
615
612
  "添加规则"
@@ -618,7 +615,7 @@
618
615
  "添加源"
619
616
  ],
620
617
  "Add subscriptions": [
621
- "添加订阅"
618
+ ""
622
619
  ],
623
620
  "Add subscriptions consumed by a manifest from Red Hat Subscription Management": [
624
621
  "从 Red Hat Subscription Management 添加被清单消耗的订阅"
@@ -627,7 +624,7 @@
627
624
  "将订阅添加到一个或多个主机"
628
625
  ],
629
626
  "Add subscriptions using the Add Subscriptions button.": [
630
- "使用 Add Subscriptions 按钮添加订阅。"
627
+ ""
631
628
  ],
632
629
  "Add to a host collection": [
633
630
  "添加到一个主机集合"
@@ -651,13 +648,13 @@
651
648
  "受影响的仓库"
652
649
  ],
653
650
  "Affected hosts": [
654
- "受影响的主机"
651
+ ""
655
652
  ],
656
653
  "Affected repositories": [
657
654
  "受影响的仓库"
658
655
  ],
659
656
  "After configuring Foreman, configuration must also be updated on {hosts}. Choose one of the following options to update {hosts}:": [
660
- "配置 Foreman 后,还必须在 {hosts} 上更新配置。选择以下选项之一来更新 {hosts} :"
657
+ ""
661
658
  ],
662
659
  "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently.": [
663
660
  "生成增量更新后,对特定主机应用改变。当前仅支持勘误。"
@@ -699,13 +696,13 @@
699
696
  "只要主机处于构建模式,允许主机注册绕过 'Host Profile Assume'。"
700
697
  ],
701
698
  "Allow hosts or activation keys to be associated with multiple content view environments": [
702
- "允许主机或激活码与多个内容视图环境关联"
699
+ ""
703
700
  ],
704
701
  "Allow hosts to re-register themselves only when they are in build mode": [
705
702
  "仅当主机处于构建模式时才允许主机重新注册"
706
703
  ],
707
704
  "Allow multiple content views": [
708
- "由多个组件内容视图组成"
705
+ ""
709
706
  ],
710
707
  "Allow new host registrations to assume registered profiles with matching hostname as long as the registering DMI UUID is not used by another host.": [
711
708
  "只要其他主机未使用注册的 DMI UUID,就允许新的主机注册假定注册的配置文件具有匹配的主机名。"
@@ -750,7 +747,7 @@
750
747
  "池中处理与主机相关的任务执行的 worker 数量。当设置为 0 时,将使用默认队列。需要重新启动 dynflowd/foreman-tasks 服务。"
751
748
  ],
752
749
  "An alternate content source can be added by using the \\\\\\\"Add source\\\\\\\" button below.": [
753
- "可使用下面的 \\\\\\\"Add source\\\\\\\"按钮添加备用内容源。"
750
+ ""
754
751
  ],
755
752
  "An environment is missing a prior": [
756
753
  "环境缺少一个前"
@@ -762,7 +759,7 @@
762
759
  "同步时发生错误 \\n%{error_message}"
763
760
  ],
764
761
  "An option to specify how many ostree commits to traverse.": [
765
- "用于指定要遍历的 ostree 提交数量的选项。"
762
+ ""
766
763
  ],
767
764
  "Another component already includes content view with ID %s": [
768
765
  "另一个组件已经包含了 ID 为 %s 的内容视图"
@@ -779,6 +776,9 @@
779
776
  "Ansible collections": [
780
777
  "Ansible 集合"
781
778
  ],
779
+ "Any updates to image mode host(s) will be lost on the next reboot.": [
780
+ ""
781
+ ],
782
782
  "Applicability Batch Size": [
783
783
  "适用批次数量"
784
784
  ],
@@ -789,13 +789,13 @@
789
789
  "适用的内容主机"
790
790
  ],
791
791
  "Applicable bugfix/enhancement errata": [
792
- "适用的程序错误修复/功能增强勘误"
792
+ ""
793
793
  ],
794
794
  "Applicable errata apply to at least one package installed on the host.": [
795
795
  "适用的勘误会应用到主机上安装的至少一个软件包。"
796
796
  ],
797
797
  "Applicable security errata": [
798
- "适用的安全勘误"
798
+ ""
799
799
  ],
800
800
  "Application": [
801
801
  "应用"
@@ -804,9 +804,6 @@
804
804
  "应用"
805
805
  ],
806
806
  "Apply errata": [
807
- "应用勘误"
808
- ],
809
- "Apply erratum": [
810
807
  ""
811
808
  ],
812
809
  "Apply to all repositories in the CV": [
@@ -822,16 +819,16 @@
822
819
  "通过远程执行应用"
823
820
  ],
824
821
  "Approaching end of maintenance support": [
825
- "接近维护支持结束"
822
+ ""
826
823
  ],
827
824
  "Approaching end of maintenance support (%s)": [
828
- "接近维护支持结束 (%s)"
825
+ ""
829
826
  ],
830
827
  "Approaching end of support": [
831
- "接近支持结束"
828
+ ""
832
829
  ],
833
830
  "Approaching end of support (%s)": [
834
- "接近支持结束 (%s)"
831
+ ""
835
832
  ],
836
833
  "Arch": [
837
834
  "架构"
@@ -873,13 +870,13 @@
873
870
  "要删除的内容视图组件 ID 的数组。组件关联的标识符"
874
871
  ],
875
872
  "Array of content view environment ids associated with the activation key. Ignored if content_view_id and lifecycle_environment_id are specified.Requires allow_multiple_content_views setting to be on.": [
876
- "要与激活码关联的内容视图环境的 id 数组。如果指定了 content_view_id 和 lifecycle_environment_id,则忽略它。需要启用了 allow_multiple_content_views 设置。"
873
+ ""
877
874
  ],
878
875
  "Array of content view environment ids to be associated with the activation key. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
879
- "要与激活码关联的内容视图环境的 id 数组。如果指定了 content_view_id 和 lifecycle_environment_id,则忽略它。需要启用了 allow_multiple_content_views 设置。"
876
+ ""
880
877
  ],
881
878
  "Array of content view environment ids to be associated with the host. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
882
- "要与主机关联的内容视图环境的 id 数组。如果指定了 content_view_id 和 lifecycle_environment_id,则忽略它。需要启用了 allow_multiple_content_views 设置。"
879
+ ""
883
880
  ],
884
881
  "Array of host ids": [
885
882
  "主机 ID 数组"
@@ -918,10 +915,10 @@
918
915
  "将发行版本分配给一个或多个主机"
919
916
  ],
920
917
  "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
921
- "没有启用将一个主机分配给多个内容视图环境。要启用它,请设置 allow_multiple_content_views 设置。"
918
+ ""
922
919
  ],
923
920
  "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
924
- "没有启用将激活密钥分配给多个内容视图环境。要启用它,请设置 allow_multiple_content_views 设置。"
921
+ ""
925
922
  ],
926
923
  "Associated location IDs": [
927
924
  "关联的位置 ID"
@@ -942,10 +939,10 @@
942
939
  "至少有一个激活密钥有分配的生命周期环境和内容视图"
943
940
  ],
944
941
  "At least one errata type option needs to be selected.": [
945
- "至少需要选择一个勘误类型选项。"
942
+ ""
946
943
  ],
947
944
  "At least one of the selected items requires the host to reboot": [
948
- "至少一个所选项目需要主机重新引导"
945
+ ""
949
946
  ],
950
947
  "At least one organization must exist.": [
951
948
  "至少必须存在一个组织。"
@@ -974,9 +971,6 @@
974
971
  "Auto Publish - Triggered by '%s'": [
975
972
  "自动发布 - 由 '%s' 触发"
976
973
  ],
977
- "Auto attach subscriptions": [
978
- ""
979
- ],
980
974
  "Auto publish": [
981
975
  "自动发布"
982
976
  ],
@@ -993,13 +987,13 @@
993
987
  "可用仓库"
994
988
  ],
995
989
  "Available image": [
996
- "可用镜像"
990
+ ""
997
991
  ],
998
992
  "Available image digest": [
999
- "可用的镜像摘要"
993
+ ""
1000
994
  ],
1001
995
  "Available schema versions": [
1002
- "可用的 Schema 版本"
996
+ ""
1003
997
  ],
1004
998
  "Back": [
1005
999
  "返回"
@@ -1014,7 +1008,7 @@
1014
1008
  "查找备用内容的基本 URL"
1015
1009
  ],
1016
1010
  "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/.": [
1017
- "flatpak registry 索引的基本 URL,例如: https://flatpaks.redhat.io/rhel/、https://registry.fedoraproject.org/。"
1011
+ ""
1018
1012
  ],
1019
1013
  "Base URL to perform repo discovery on": [
1020
1014
  "执行仓库发现操纵的基础 URL"
@@ -1035,7 +1029,7 @@
1035
1029
  "同步仓库的批量大小。"
1036
1030
  ],
1037
1031
  "Before continuing, ensure that all of the following prerequisites are met:": [
1038
- "在继续操作前,请确保满足以下所有先决条件:"
1032
+ ""
1039
1033
  ],
1040
1034
  "Before removing versions you must move activation keys to an environment where the associated version is not in use.": [
1041
1035
  "在删除版本之前,您必须将激活码移到相关的版本没有使用的环境中。"
@@ -1062,22 +1056,22 @@
1062
1056
  "标记为公共的书签可供所有用户使用"
1063
1057
  ],
1064
1058
  "Bootc rollback via Bootc interface": [
1065
- "通过 Bootc 接口的 Bootc 回滚"
1059
+ ""
1066
1060
  ],
1067
1061
  "Bootc status via Bootc interface": [
1068
- "通过 Bootc 接口的 Bootc 状态"
1062
+ ""
1069
1063
  ],
1070
1064
  "Bootc switch via Bootc interface": [
1071
- "通过 Bootc 接口的 Bootc 交换"
1065
+ ""
1072
1066
  ],
1073
1067
  "Bootc upgrade via Bootc interface": [
1074
- "通过 Bootc 接口的 Bootc 升级"
1068
+ ""
1075
1069
  ],
1076
1070
  "Booted Container Images": [
1077
- "引导的容器镜像"
1071
+ ""
1078
1072
  ],
1079
1073
  "Booted container images": [
1080
- "引导的容器镜像"
1074
+ ""
1081
1075
  ],
1082
1076
  "Both": [
1083
1077
  "两者"
@@ -1146,7 +1140,7 @@
1146
1140
  "根據特定環境,計算可套用的勘誤"
1147
1141
  ],
1148
1142
  "Calculate content counts on smart proxies automatically": [
1149
- "自动在智能代理上计算内容的数量"
1143
+ ""
1150
1144
  ],
1151
1145
  "Can communicate with the Red Hat Portal for subscriptions.": [
1152
1146
  "可与红帽门户网站沟通以获取订阅。"
@@ -1188,7 +1182,7 @@
1188
1182
  "Candlepin 没有正常运行"
1189
1183
  ],
1190
1184
  "Candlepin returned different consumer uuid than requested (%s), updating uuid in subscription_facet.": [
1191
- "Candlepin 返回与请求的 (%s) 不同的消费者 uuid,在 subscription_facet 中更新 uuid。"
1185
+ ""
1192
1186
  ],
1193
1187
  "Cannot add %s repositories to a content view.": [
1194
1188
  "无法将%s仓库添加到一个内容视图。"
@@ -1206,33 +1200,39 @@
1206
1200
  "无法将复合版本添加到另外一个复合内容视图中"
1207
1201
  ],
1208
1202
  "Cannot add content view environments from a different organization": [
1209
- "无法添加来自不同机构的内容视图环境"
1203
+ ""
1210
1204
  ],
1211
1205
  "Cannot add default content view to composite content view": [
1212
1206
  "无法将默认内容视图添加到复合内容视图"
1213
1207
  ],
1214
1208
  "Cannot add disabled Red Hat product %s to sync plan!": [
1215
- "无法将禁用的红帽产品 %s 添加到迁移计划中!"
1209
+ ""
1216
1210
  ],
1217
1211
  "Cannot add disabled products to sync plan!": [
1218
- "无法将禁用的产品添加到迁移计划中!"
1212
+ ""
1219
1213
  ],
1220
1214
  "Cannot add generated content view versions to composite content view": [
1221
1215
  "无法将默认内容视图添加到复合内容视图"
1222
1216
  ],
1223
1217
  "Cannot add product %s because it is disabled.": [
1224
- "无法添加产品 %s,因为已将其禁用。"
1218
+ ""
1225
1219
  ],
1226
1220
  "Cannot add repositories to a composite content view": [
1227
1221
  "无法将仓库添加到复合内容视图"
1228
1222
  ],
1223
+ "Cannot add rolling content view to composite content view": [
1224
+ ""
1225
+ ],
1226
+ "Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment.": [
1227
+ ""
1228
+ ],
1229
1229
  "Cannot associate a Red Hat provider with a custom product": [
1230
- "无法将红帽供应商与自定义产品关联"
1230
+ ""
1231
1231
  ],
1232
1232
  "Cannot associate a component to a non composite content view": [
1233
1233
  "无法将一个组件和一个非复合内容视图相关联"
1234
1234
  ],
1235
- "Cannot be disabled because it is part of a published content view": [
1235
+ "Cannot be disabled because it is part of a content view": [
1236
1236
  ""
1237
1237
  ],
1238
1238
  "Cannot calculate name for custom repos": [
@@ -1251,10 +1251,10 @@
1251
1251
  "无法从 %s 删除,视图在那里不存在。"
1252
1252
  ],
1253
1253
  "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}": [
1254
- "无法删除具有在内容视图中发布的仓库的产品。产品:%{product},%{view_versions}"
1254
+ "无法删除具有在内容视图中发布的仓库的产品。产品:%{product},%{view_versions}"
1255
1255
  ],
1256
1256
  "Cannot delete product: %{product} with repositories that are the last affected repository in content view filters. Delete these repositories before deleting product.": [
1257
- "无法删除产品:%{product},带有作为内容视图过滤中最后一个受影响的存储库的软件仓库。在删除产品前删除这些软件仓库。"
1257
+ ""
1258
1258
  ],
1259
1259
  "Cannot delete provider with attached products": [
1260
1260
  "无法删除附带产品的供应商"
@@ -1272,10 +1272,10 @@
1272
1272
  "当它在环境 %s 中时,无法删除版本"
1273
1273
  ],
1274
1274
  "Cannot delete version while it is in environments: %s": [
1275
- "当它在环境中时,无法删除版本:%s"
1275
+ "当它在环境 %s 中时,无法删除版本"
1276
1276
  ],
1277
1277
  "Cannot delete version while it is in use by composite content views: %s": [
1278
- "当它在复合内容视图中时,无法删除版本:%s"
1278
+ "当它在复合内容视图 %s 中时,无法删除版本"
1279
1279
  ],
1280
1280
  "Cannot delete view while it exists in environments": [
1281
1281
  "当在环境中存在时无法删除视图"
@@ -1287,13 +1287,13 @@
1287
1287
  "无法从红帽产品导入定制订阅。"
1288
1288
  ],
1289
1289
  "Cannot incrementally export from a filtered and a non-filtered content view version. The exported content view version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}.'. Please do a full export.": [
1290
- "无法从过滤和非过滤的内容视图版本导出。导出的内容视图版本 '%{content_view} %{current}' 无法从版本 '%{from}.' 中递增更新。请做一个完整的导出。"
1290
+ ""
1291
1291
  ],
1292
1292
  "Cannot incrementally export from a incrementally exported version and a regular version or vice-versa. The exported Content View Version '%{content_view} %{current}' cannot be incrementally exported from version '%{from}.' Please do a full export.": [
1293
- "不能逐步导出版本以及常规版本或反之亦然。导出的内容视图版本 '%{content_view} %{current}' 无法从版本 '%{from}.' 进行完整导出。"
1293
+ ""
1294
1294
  ],
1295
1295
  "Cannot install errata: No errata found for search term '%s'": [
1296
- "无法安装勘误:没有找到搜索词 '%s' 的勘误"
1296
+ ""
1297
1297
  ],
1298
1298
  "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}": [
1299
1299
  "无法在组合内容视图版本 (%{name} version version %{version} 上执行增量更新"
@@ -1317,7 +1317,7 @@
1317
1317
  "无法将系统注册到“%s ' 环境"
1318
1318
  ],
1319
1319
  "Cannot remove '%{view}' from environment '%{env}' due to associated %{dependent}: %{names}.": [
1320
- "无法从环境 '%{env}' 中删除 '%{view}',因为关联了 %{dependent}: %{names}"
1320
+ "无法从环境 '%{env}' 删除 '%{view}',因为关联了 %{dependent}: %{names}."
1321
1321
  ],
1322
1322
  "Cannot remove content from a non-custom repository": [
1323
1323
  "無法從非自訂軟體庫移除內容"
@@ -1326,7 +1326,7 @@
1326
1326
  "无法从环境中删除内容视图。内容视图 '%{view}' 没有在生命周期环境 '%{env}' 中。"
1327
1327
  ],
1328
1328
  "Cannot remove package(s): No installed packages found for search term '%s'.": [
1329
- "无法删除软件包:没有找到搜索术语 '%s' 的软件包。"
1329
+ ""
1330
1330
  ],
1331
1331
  "Cannot set attribute %{attr} for content type %{type}": [
1332
1332
  "无法为内容类型 %{attr} 设置属性 %{type}"
@@ -1335,7 +1335,7 @@
1335
1335
  "无法将自动发布设置为非复合内容视图"
1336
1336
  ],
1337
1337
  "Cannot skip metadata check on non-yum/deb repositories.": [
1338
- "无法在非 yum/deb 仓库上跳过元数据检查。"
1338
+ ""
1339
1339
  ],
1340
1340
  "Cannot specify components for non-composite views": [
1341
1341
  "无法为非复合视图指定组件"
@@ -1347,10 +1347,10 @@
1347
1347
  "无法同步带有按需下载策略的 file:// 仓库"
1348
1348
  ],
1349
1349
  "Cannot update properties of a container push repository": [
1350
- "无法更新容器推送仓库的属性"
1350
+ ""
1351
1351
  ],
1352
1352
  "Cannot upgrade packages: No installed packages found for search term '%s'.": [
1353
- "无法升级软件包:没有找到根据关键字 '%s' 搜索的软件包。"
1353
+ ""
1354
1354
  ],
1355
1355
  "Cannot upload Ansible collections.": [
1356
1356
  "无法上传 Ansible 集合。"
@@ -1359,7 +1359,7 @@
1359
1359
  "无法上传容器镜像内容。"
1360
1360
  ],
1361
1361
  "Cannot upload container content via Hammer/API. Use podman push instead.": [
1362
- "无法通过 Hammer/API 上传容器内容。使用 podman push 替代。"
1362
+ ""
1363
1363
  ],
1364
1364
  "Capacity": [
1365
1365
  "容量"
@@ -1371,19 +1371,19 @@
1371
1371
  "更改内容源"
1372
1372
  ],
1373
1373
  "Change content view environments": [
1374
- "改变内容视图环境"
1374
+ ""
1375
1375
  ],
1376
1376
  "Change host content source": [
1377
1377
  "更改主机内容源"
1378
1378
  ],
1379
1379
  "Changing a host's content source will change the Smart Proxy from which the host gets its content.": [
1380
- "更改主机的内容源将更改主机从中获取其内容的智能代理。"
1380
+ ""
1381
1381
  ],
1382
1382
  "Check audited changes and proceed only if content or filters have changed since last publish": [
1383
- "检查审计的更改,只有在内容或过滤器自上次发布后改变时才进行"
1383
+ ""
1384
1384
  ],
1385
1385
  "Check for missing or corrupted artifacts, and attempt to redownload them.": [
1386
- "检查丢失或损坏的工件,并尝试重新下载它们。"
1386
+ ""
1387
1387
  ],
1388
1388
  "Check if a connection can be made to Red Hat Subscription Management.": [
1389
1389
  "检查是否可以与 Red Hat Subscription Management 建立连接。"
@@ -1404,7 +1404,7 @@
1404
1404
  "无法为使用按需下载策略的 yum 仓库设置 Checksum 类型。"
1405
1405
  ],
1406
1406
  "Checksum used for published repository contents. Supported types: %s": [
1407
- "用于发布的仓库内容的校验和。支持的类型:%s"
1407
+ ""
1408
1408
  ],
1409
1409
  "Choose content credentials if required for this RHUI source.": [
1410
1410
  "如果需要此 RHUI 源,请选择内容凭证。"
@@ -1422,7 +1422,7 @@
1422
1422
  "单击此处进入任务的任务页面。"
1423
1423
  ],
1424
1424
  "Click to see repositories available to add.": [
1425
- "点击以查看可添加的存储库。"
1425
+ ""
1426
1426
  ],
1427
1427
  "Click {update} below to save changes.": [
1428
1428
  "点击下面的 {update} 来保存更改。"
@@ -1437,13 +1437,13 @@
1437
1437
  "全部折叠"
1438
1438
  ],
1439
1439
  "Comma-separated list of content view environment labels associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1440
- "与激活码关联的内容视图环境标签的列表,以逗号分隔, 格式为 'lifecycle_environment_label/content_view_label'。如果指定了 content_view_environment_ids,或指定了 content_view_id 和 lifecycle_environment_id 则会被忽略。需要启用 allow_multiple_content_views 设置。"
1440
+ ""
1441
1441
  ],
1442
1442
  "Comma-separated list of content view environment labels to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1443
- "与激活码关联的内容视图环境标签的列表,以逗号分隔, 格式为 'lifecycle_environment_label/content_view_label'。如果指定了 content_view_environment_ids,或指定了 content_view_id 和 lifecycle_environment_id 则会被忽略。需要启用 allow_multiple_content_views 设置。"
1443
+ ""
1444
1444
  ],
1445
1445
  "Comma-separated list of content view environment labels to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1446
- "与主机关联的内容视图环境标签的列表,以逗号分隔, 格式为 'lifecycle_environment_label/content_view_label'。如果指定了 content_view_environment_ids,或指定了 content_view_id 和 lifecycle_environment_id 则会被忽略。需要启用 allow_multiple_content_views 设置。"
1446
+ ""
1447
1447
  ],
1448
1448
  "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front.": [
1449
1449
  "以逗号分隔的子路径列表。所有子路径都必须在结尾有一个斜杠,且在开头没有斜杠。"
@@ -1454,14 +1454,11 @@
1454
1454
  "Comma-separated list of tags to sync for a container image repository": [
1455
1455
  "逗号分隔的标签列表,以同步容器镜像仓库"
1456
1456
  ],
1457
- "Commit upload": [
1458
- ""
1459
- ],
1460
1457
  "Compare": [
1461
1458
  "比较"
1462
1459
  ],
1463
1460
  "Completed pulp task protection days": [
1464
- "完成的 pulp 任务保护的天数"
1461
+ ""
1465
1462
  ],
1466
1463
  "Component": [
1467
1464
  "组件"
@@ -1475,9 +1472,6 @@
1475
1472
  "Components": [
1476
1473
  "组件"
1477
1474
  ],
1478
- "Composite": [
1479
- ""
1480
- ],
1481
1475
  "Composite Content View": [
1482
1476
  "复合内容视图"
1483
1477
  ],
@@ -1494,10 +1488,10 @@
1494
1488
  "運算資源 ID"
1495
1489
  ],
1496
1490
  "Configuration still must be updated on {hosts}": [
1497
- "配置仍需要在 {hosts} 上更新"
1491
+ ""
1498
1492
  ],
1499
1493
  "Configuration updated on Foreman": [
1500
- "Foreman 上更新的配置"
1494
+ ""
1501
1495
  ],
1502
1496
  "Confirm Deletion": [
1503
1497
  "确认删除"
@@ -1508,15 +1502,6 @@
1508
1502
  "Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific.": [
1509
1503
  "考虑将生命周期环境的注册表名称特征改为更具体。"
1510
1504
  ],
1511
- "Consisting of multiple content views": [
1512
- ""
1513
- ],
1514
- "Consists of content views": [
1515
- ""
1516
- ],
1517
- "Consists of repositories": [
1518
- ""
1519
- ],
1520
1505
  "Consumed": [
1521
1506
  "已消耗"
1522
1507
  ],
@@ -1553,6 +1538,15 @@
1553
1538
  "Container tags": [
1554
1539
  "容器标签"
1555
1540
  ],
1541
+ "Contains content views. You must choose the version to use for each content view.": [
1542
+ ""
1543
+ ],
1544
+ "Contains repositories. Always serves the latest synced content, without the need to publish versions.": [
1545
+ ""
1546
+ ],
1547
+ "Contains repositories. Versions are published and optionally filtered.": [
1548
+ ""
1549
+ ],
1556
1550
  "Content": [
1557
1551
  "内容"
1558
1552
  ],
@@ -1605,7 +1599,7 @@
1605
1599
  "内容视图过滤器 ID"
1606
1600
  ],
1607
1601
  "Content View Filter identifier. Use to filter by ID": [
1608
- "内容视图过滤器标识符。用于根据 ID 过滤"
1602
+ ""
1609
1603
  ],
1610
1604
  "Content View ID": [
1611
1605
  "内容视图 ID"
@@ -1650,10 +1644,10 @@
1650
1644
  "内容凭证"
1651
1645
  ],
1652
1646
  "Content facet for host %s has more than one content view. Use #content_views instead.": [
1653
- "主机 %s 的内容会有多个内容视图。改为使用 slirpcontent_views。"
1647
+ ""
1654
1648
  ],
1655
1649
  "Content facet for host %s has more than one lifecycle environment. Use #lifecycle_environments instead.": [
1656
- "主机 %s 的内容有多个生命周期环境。使用它替代了lifecycle_environments。"
1650
+ ""
1657
1651
  ],
1658
1652
  "Content files to upload. Can be a single file or array of files.": [
1659
1653
  "要上传的内容文件。可以是单个文件或文件数组。"
@@ -1668,7 +1662,7 @@
1668
1662
  "由 %{user} 导入到内容视图 '%{name}' 中的内容"
1669
1663
  ],
1670
1664
  "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer.": [
1671
- "内容可能来自 {contentSourceName} 或负载均衡器后面的任何其他智能代理。"
1665
+ ""
1672
1666
  ],
1673
1667
  "Content not uploaded to pulp": [
1674
1668
  "没有上传到 pulp 的内容"
@@ -1689,13 +1683,13 @@
1689
1683
  "內容类型"
1690
1684
  ],
1691
1685
  "Content type %{content_type_string} does not belong to an enabled repo type.": [
1692
- "内容类型 %{content_type_string} 不属于已启用的仓库类型。"
1686
+ "内容类型 %{content_type_string} 不属于已启用的存储库类型。"
1693
1687
  ],
1694
1688
  "Content type %{content_type} is incompatible with repositories of type %{repo_type}": [
1695
- "内容类型 %{content_type} 与类型为 %{repo_type} 的软件仓库不兼容"
1689
+ "内容类型 %{content_type} 与类型为%{repo_type} 的软件仓库不兼容"
1696
1690
  ],
1697
1691
  "Content type does not support repo discovery": [
1698
- "内容类型不支持仓库发现"
1692
+ ""
1699
1693
  ],
1700
1694
  "Content view": [
1701
1695
  "内容视图"
@@ -1704,13 +1698,13 @@
1704
1698
  "内容视图 {name} 已创建"
1705
1699
  ],
1706
1700
  "Content view '%{content_view}' is not attached to the environment.": [
1707
- "内容视图 '%{content_view}' 没有附加到环境。"
1701
+ ""
1708
1702
  ],
1709
1703
  "Content view '%{content_view}' is not attached to this capsule.": [
1710
- "内容视图 '%{content_view}' 没有附加到这个 capsule。"
1704
+ ""
1711
1705
  ],
1712
1706
  "Content view '%{cv_name}' is a generated content view, which cannot be assigned to hosts or activation keys.": [
1713
- "内容视图 '%{cv_name}' 是一个生成的内容视图,无法分配给主机或激活码。"
1707
+ ""
1714
1708
  ],
1715
1709
  "Content view '%{view}' is not in environment '%{env}'": [
1716
1710
  "内容视图 '%{view}' 没有在环境 '%{env}' 中"
@@ -1722,25 +1716,25 @@
1722
1716
  "内容视图 ID"
1723
1717
  ],
1724
1718
  "Content view and environment not set for registration.": [
1725
- "未设置内容视图和环境以进行注册。"
1719
+ ""
1726
1720
  ],
1727
1721
  "Content view and lifecycle environment must be provided together": [
1728
- "内容视图和生命周期环境必须一起提供"
1722
+ ""
1729
1723
  ],
1730
1724
  "Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish.": [
1731
- "内容视图不需要发布,因为上次发布以来没有审核更改。如果您不想检查内容视图是否需要发布,则 Pass check_needs_publish 参数为 false。"
1725
+ ""
1732
1726
  ],
1733
1727
  "Content view environment": [
1734
- "内容视图环境"
1728
+ ""
1735
1729
  ],
1736
1730
  "Content view environments": [
1737
- "内容视图环境"
1731
+ ""
1738
1732
  ],
1739
1733
  "Content view environments and activation key must all belong to the same organization": [
1740
- "内容视图环境和激活码必须属于同一机构"
1734
+ ""
1741
1735
  ],
1742
1736
  "Content view environments must have both a content view and an environment": [
1743
- "内容视图环境必须具有内容视图和环境"
1737
+ ""
1744
1738
  ],
1745
1739
  "Content view has repository label '%s' which is not specified in repos_units parameter.": [
1746
1740
  "内容视图具有仓库标签 '%s',它没有在 repos_units 参数中指定。"
@@ -1752,7 +1746,7 @@
1752
1746
  "内容视图标签"
1753
1747
  ],
1754
1748
  "Content view must be specified": [
1755
- "必须指定内容视图"
1749
+ ""
1756
1750
  ],
1757
1751
  "Content view name": [
1758
1752
  "内容视图名称"
@@ -1764,10 +1758,10 @@
1764
1758
  "內容視域的數字識別子"
1765
1759
  ],
1766
1760
  "Content view promote failure": [
1767
- "内容视图提升失败"
1761
+ ""
1768
1762
  ],
1769
1763
  "Content view publish failure": [
1770
- "内容视图发布失败"
1764
+ ""
1771
1765
  ],
1772
1766
  "Content view version export history identifier": [
1773
1767
  "内容视图版本导出的历史标识符"
@@ -1779,10 +1773,10 @@
1779
1773
  "内容视图版本导入的历史标识符"
1780
1774
  ],
1781
1775
  "Content view version is empty": [
1782
- "内容视图版本为空"
1776
+ ""
1783
1777
  ],
1784
1778
  "Content view version is empty or content counts are not up to date": [
1785
- "内容视图版本为空,或者内容计数不是最新的"
1779
+ ""
1786
1780
  ],
1787
1781
  "Content views": [
1788
1782
  "内容视图"
@@ -1811,27 +1805,15 @@
1811
1805
  "Copy": [
1812
1806
  "复制"
1813
1807
  ],
1814
- "Copy all units": [
1815
- ""
1816
- ],
1817
1808
  "Copy an activation key": [
1818
1809
  "复制激活码"
1819
1810
  ],
1820
- "Copy content": [
1821
- ""
1822
- ],
1823
1811
  "Copy content view": [
1824
1812
  "复制内容视图"
1825
1813
  ],
1826
1814
  "Copy to clipboard": [
1827
1815
  "复制到剪贴板"
1828
1816
  ],
1829
- "Copy version": [
1830
- ""
1831
- ],
1832
- "Copy version units to library": [
1833
- ""
1834
- ],
1835
1817
  "Cores per socket": [
1836
1818
  "每個插槽的核心數"
1837
1819
  ],
@@ -1848,10 +1830,10 @@
1848
1830
  "找不到 %{count} 勘误。仅找到:%{found}"
1849
1831
  ],
1850
1832
  "Could not find %{name} resource with id %{id}. %{perms_message}": [
1851
- "没有找到 id 为 %{id} 的 %{name} 资源。%{perms_message}"
1833
+ "无法找到 ID 为 %{name} 的 %{id} 资源。%{perms_message}"
1852
1834
  ],
1853
1835
  "Could not find %{name} resources with ids %{ids}": [
1854
- "没有找到 id %{ids} %{name} 资源"
1836
+ "无法找到带有 id %{name} 资源 %{ids}"
1855
1837
  ],
1856
1838
  "Could not find Environment with ids: %s": [
1857
1839
  "找不到 id 为 %s 的环境"
@@ -1872,13 +1854,13 @@
1872
1854
  "无法找到升级到的环境"
1873
1855
  ],
1874
1856
  "Could not locate Pulp distribution.": [
1875
- "无法找到 Pulp 发布。"
1857
+ ""
1876
1858
  ],
1877
1859
  "Could not locate local uploaded repository for content indexing.": [
1878
- "无法找到用于内容索引的本地上传的仓库。"
1860
+ ""
1879
1861
  ],
1880
1862
  "Could not locate repository properties for content indexing.": [
1881
- "无法找到用于内容索引的仓库属性。"
1863
+ ""
1882
1864
  ],
1883
1865
  "Could not remove the lifecycle environment from the smart proxy": [
1884
1866
  "无法从智能代理中删除生命周期环境"
@@ -1887,10 +1869,10 @@
1887
1869
  "无法建立到 %s 的连接"
1888
1870
  ],
1889
1871
  "Couldn't find %{content_type} with id '%{id}'": [
1890
- "没有找到 id '%{id}' 的 %{content_type}"
1872
+ "没有找到带有 id '%{id}' 的 %{content_type}"
1891
1873
  ],
1892
1874
  "Couldn't find %{type} Filter with id %{id}": [
1893
- "找不到 id 为 %{id} 的 %{type} 过滤"
1875
+ "找不到 id 为 %{id} 的 %{type} 过滤器"
1894
1876
  ],
1895
1877
  "Couldn't find ContentViewFilter with id=%s": [
1896
1878
  "找不到 id=%s 的 ContentViewFilter"
@@ -1917,7 +1899,7 @@
1917
1899
  "找不到内容主机环境 '%s'"
1918
1900
  ],
1919
1901
  "Couldn't find content view environment with content view ID '%{cv}' and environment ID '%{env}'": [
1920
- "无法找到带有内容视图 ID '%{cv}' 和环境 ID '%{env}' 的内容视图环境。"
1902
+ ""
1921
1903
  ],
1922
1904
  "Couldn't find content view version '%s'": [
1923
1905
  "找不到内容视图版本 '%s'"
@@ -1962,7 +1944,7 @@
1962
1944
  "无法找到名称为 '%s' 的智能代理"
1963
1945
  ],
1964
1946
  "Couldn't find specified content view and lifecycle environment.": [
1965
- "找不到指定的内容视图和生命周期环境。"
1947
+ ""
1966
1948
  ],
1967
1949
  "Couldn't find subject of synchronization": [
1968
1950
  "找不到要同步的東西"
@@ -1977,7 +1959,7 @@
1977
1959
  "创建备用内容源"
1978
1960
  ],
1979
1961
  "Create Container Push Repository Root": [
1980
- "创建容器推送仓库根"
1962
+ ""
1981
1963
  ],
1982
1964
  "Create Export History": [
1983
1965
  "创建导出历史记录"
@@ -2007,7 +1989,7 @@
2007
1989
  "创建一个过滤规则。所包含的参数应基于过滤器类型。"
2008
1990
  ],
2009
1991
  "Create a flatpak remote": [
2010
- "创建 flatpak 远程"
1992
+ ""
2011
1993
  ],
2012
1994
  "Create a host collection": [
2013
1995
  "建立主機集"
@@ -2039,23 +2021,14 @@
2039
2021
  "Create content view": [
2040
2022
  "创建內容视图"
2041
2023
  ],
2042
- "Create exporter": [
2043
- ""
2044
- ],
2045
2024
  "Create filter": [
2046
2025
  "创建过滤器"
2047
2026
  ],
2048
2027
  "Create host collection": [
2049
2028
  "创建主机集"
2050
2029
  ],
2051
- "Create import": [
2052
- ""
2053
- ],
2054
- "Create importer": [
2055
- ""
2056
- ],
2057
2030
  "Create new activation key": [
2058
- "创建新的激活码"
2031
+ ""
2059
2032
  ],
2060
2033
  "Create organization": [
2061
2034
  "创建机构"
@@ -2063,12 +2036,6 @@
2063
2036
  "Create package filter rule": [
2064
2037
  "创建软件包过滤规则"
2065
2038
  ],
2066
- "Create publication": [
2067
- ""
2068
- ],
2069
- "Create remote": [
2070
- ""
2071
- ],
2072
2039
  "Create rule": [
2073
2040
  "创建规则"
2074
2041
  ],
@@ -2148,7 +2115,7 @@
2148
2115
  "Deb 软件包"
2149
2116
  ],
2150
2117
  "Debian packages": [
2151
- "Debian 软件包"
2118
+ ""
2152
2119
  ],
2153
2120
  "Debug Certificate": [
2154
2121
  "除錯憑證"
@@ -2186,7 +2153,7 @@
2186
2153
  "Default System SLA": [
2187
2154
  "默认系统 SLA"
2188
2155
  ],
2189
- "Default content view versions cannot be promoted": [
2156
+ "Default and Rolling content view versions cannot be promoted": [
2190
2157
  ""
2191
2158
  ],
2192
2159
  "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')": [
@@ -2199,10 +2166,10 @@
2199
2166
  "用于启用的红帽仓库默认下载策略('immediate' 或'on_demand')"
2200
2167
  ],
2201
2168
  "Default export format": [
2202
- "默认导出格式"
2169
+ ""
2203
2170
  ],
2204
2171
  "Default export format for content-exports(either 'syncable' or 'importable')": [
2205
- "content-exports 的默认导出格式(是 'syncable' 或 'importable')"
2172
+ ""
2206
2173
  ],
2207
2174
  "Default finish template for new Operating Systems created from synced content": [
2208
2175
  "从同步内容创建的新操作系统的默认完成模板"
@@ -2295,10 +2262,10 @@
2295
2262
  "刪除过滤器规则"
2296
2263
  ],
2297
2264
  "Delete a flatpak remote": [
2298
- "删除 flatpak 远程"
2265
+ ""
2299
2266
  ],
2300
2267
  "Delete activation key?": [
2301
- "删除激活码?"
2268
+ ""
2302
2269
  ],
2303
2270
  "Delete all subscriptions attached to activation keys.": [
2304
2271
  "删除激活码附带的所有订阅。"
@@ -2316,9 +2283,6 @@
2316
2283
  "删除內容视图"
2317
2284
  ],
2318
2285
  "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.": [
2319
- "删除将此存储库作为最后一个关联的存储库的内容视图过滤器。默认为 true。如果为 false,则此类过滤器现在应用到内容视图中的所有存储库。"
2320
- ],
2321
- "Delete distributions": [
2322
2286
  ""
2323
2287
  ],
2324
2288
  "Delete manifest from Red Hat provider": [
@@ -2327,27 +2291,6 @@
2327
2291
  "Delete multiple filters from a content view": [
2328
2292
  "从内容视图中删除多个过滤器"
2329
2293
  ],
2330
- "Delete orphan alternate content sources": [
2331
- ""
2332
- ],
2333
- "Delete orphan distributions": [
2334
- ""
2335
- ],
2336
- "Delete orphan remotes": [
2337
- ""
2338
- ],
2339
- "Delete orphan repository versions": [
2340
- ""
2341
- ],
2342
- "Delete orphaned migrated repositories": [
2343
- ""
2344
- ],
2345
- "Delete remote": [
2346
- ""
2347
- ],
2348
- "Delete repository references": [
2349
- ""
2350
- ],
2351
2294
  "Delete version": [
2352
2295
  "删除版本"
2353
2296
  ],
@@ -2355,7 +2298,7 @@
2355
2298
  "删除版本"
2356
2299
  ],
2357
2300
  "Deleted %{host_count} %{hosts}": [
2358
- "已删除 %{host_count} 个 %{hosts}"
2301
+ ""
2359
2302
  ],
2360
2303
  "Deleted consumer '%s'": [
2361
2304
  "删除消费者 '%s'"
@@ -2379,7 +2322,7 @@
2379
2322
  "删除版本: {versionList}"
2380
2323
  ],
2381
2324
  "Depth": [
2382
- "Depth"
2325
+ ""
2383
2326
  ],
2384
2327
  "Description": [
2385
2328
  "描述"
@@ -2394,7 +2337,7 @@
2394
2337
  "新发布的内容视图版本的描述"
2395
2338
  ],
2396
2339
  "Description of the flatpak remote": [
2397
- "flatpak 远程的描述"
2340
+ ""
2398
2341
  ],
2399
2342
  "Description of the repository": [
2400
2343
  "仓库的描述信息"
@@ -2447,12 +2390,6 @@
2447
2390
  "Destroy an environment in an organization": [
2448
2391
  "銷毀組織中的一個環境"
2449
2392
  ],
2450
- "Destroy exporter": [
2451
- ""
2452
- ],
2453
- "Destroy importer": [
2454
- ""
2455
- ],
2456
2393
  "Destroy one or more alternate content sources": [
2457
2394
  "销毁一个或多个备用内容源"
2458
2395
  ],
@@ -2469,10 +2406,10 @@
2469
2406
  "详情"
2470
2407
  ],
2471
2408
  "Determining settings for ${truncate(name)}": [
2472
- "确定 {truncate(name)} 的设置"
2409
+ ""
2473
2410
  ],
2474
2411
  "Digest": [
2475
- "文摘值"
2412
+ ""
2476
2413
  ],
2477
2414
  "Directly setting package lists on composite content views is not allowed. Please update the components, then re-publish the composite.": [
2478
2415
  "不允许在复合内容视图上直接设置软件包列表。请更新组件,然后重新发布组合。"
@@ -2501,9 +2438,6 @@
2501
2438
  "Disabling Simple Content Access failed for '%{subject}'.": [
2502
2439
  "为 '%{subject}' 禁用简单内容访问失败。"
2503
2440
  ],
2504
- "Discover": [
2505
- ""
2506
- ],
2507
2441
  "Discover Repositories": [
2508
2442
  "发现软件仓库"
2509
2443
  ],
@@ -2532,16 +2466,16 @@
2532
2466
  "下载速率限制"
2533
2467
  ],
2534
2468
  "Due to a change in your organizations, this container name has become ambiguous (org name '%{org_label}'). If you wish to continue using this container name, destroy the organization in conflict with '%{o_name} (id %{o_id}). If you wish to keep both orgs, destroy '%{o_label}/%{prod_label}/%{root_repo_label}' and retry your push using the id format.": [
2535
- "由于机构发生了变化,此容器名称已经变得不明确(机构名称 '%{org_label}')。如果您希望继续使用此容器名称,请销毁有冲突的机构 '%{o_name}(id %{o_id})。如果您想要同时保留这些机构,请销毁 '%{o_label}/%{prod_label}/%{root_repo_label}' 并使用 id 格式尝试重试推送。"
2469
+ ""
2536
2470
  ],
2537
2471
  "Due to a change in your products, this container name has become ambiguous (product name '%{prod_label}'). If you wish to continue using this container name, destroy the product in conflict with '%{prod_name}' (id %{prod_id}). If you wish to keep both products, destroy '%{org_label}/%{prod_dot_label}/%{root_repo_label}' and retry your push using the id format.": [
2538
- "由于产品发生了变化,此容器名称已经变得不明确(产品名称 '%{prod_label}')。如果您希望继续使用此容器名称,请销毁有冲突的产品 '%{prod_name}' (id %{prod_id})。如果您想要同时保留这些产品,请销毁 '%{org_label}/%{prod_dot_label}/%{root_repo_label}' 并使用 id 格式尝试重试推送。"
2472
+ ""
2539
2473
  ],
2540
2474
  "Duplicate artifact detected": [
2541
2475
  "检测到重复工件"
2542
2476
  ],
2543
2477
  "Duplicate repositories in content view versions": [
2544
- "内容视图版本中的重复存储库"
2478
+ ""
2545
2479
  ],
2546
2480
  "Duration": [
2547
2481
  "持续时间"
@@ -2559,13 +2493,13 @@
2559
2493
  "编辑 URL 和子路径"
2560
2494
  ],
2561
2495
  "Edit activation key": [
2562
- "编辑激活码"
2496
+ ""
2563
2497
  ],
2564
2498
  "Edit content view assignment": [
2565
2499
  "编辑内容视图分配"
2566
2500
  ],
2567
2501
  "Edit content view environments": [
2568
- "编辑内容视图环境"
2502
+ ""
2569
2503
  ],
2570
2504
  "Edit credentials": [
2571
2505
  "编辑凭证"
@@ -2637,7 +2571,7 @@
2637
2571
  "启用仓库集"
2638
2572
  ],
2639
2573
  "Enable structured APT for deb content": [
2640
- "为 deb 内容启用结构化 APT"
2574
+ ""
2641
2575
  ],
2642
2576
  "Enable/Disable auto publish of composite view": [
2643
2577
  "启用/禁用自动发布复合视图"
@@ -2652,7 +2586,7 @@
2652
2586
  "为 '%{subject}' 启用简单内容访问失败。"
2653
2587
  ],
2654
2588
  "Enabling Tracer requires installing the katello-host-tools-tracer package on the host.": [
2655
- "启用 Tracer 需要在主机上安装 katello-host-tools-tracer 软件包。"
2589
+ ""
2656
2590
  ],
2657
2591
  "End Date": [
2658
2592
  "结束日期"
@@ -2688,10 +2622,10 @@
2688
2622
  "环境"
2689
2623
  ],
2690
2624
  "Environment ID": [
2691
- "环境 ID"
2625
+ ""
2692
2626
  ],
2693
2627
  "Environment ID and content view ID must be provided together": [
2694
- "环境 ID 和内容视图 ID 必须一起提供"
2628
+ ""
2695
2629
  ],
2696
2630
  "Environment IDs": [
2697
2631
  "环境 ID"
@@ -2699,14 +2633,11 @@
2699
2633
  "Environment cannot be in its own promotion path": [
2700
2634
  "環境不能位於自己的推送路徑上"
2701
2635
  ],
2702
- "Environment contents refresh": [
2703
- ""
2704
- ],
2705
2636
  "Environment identifier": [
2706
2637
  "环境标识符"
2707
2638
  ],
2708
2639
  "Environment name": [
2709
- "環境名稱"
2640
+ ""
2710
2641
  ],
2711
2642
  "Environments": [
2712
2643
  "环境"
@@ -2733,22 +2664,19 @@
2733
2664
  "%s 调度的勘误安装"
2734
2665
  ],
2735
2666
  "Errata and package information will be updated at the next host check-in or package action.": [
2736
- "勘误和软件包信息将在下一个主机检查或软件包操作中更新。"
2667
+ ""
2737
2668
  ],
2738
2669
  "Errata and package information will be updated immediately.": [
2739
- "勘误和软件包信息将立即更新。"
2670
+ ""
2740
2671
  ],
2741
2672
  "Errata id of the erratum (RHSA-2012:108)": [
2742
2673
  "勘误的勘误ID(RHSA-2012:108)"
2743
2674
  ],
2744
- "Errata mail": [
2745
- ""
2746
- ],
2747
2675
  "Errata statuses not updated for deleted content facet with UUID %s": [
2748
- "删除的 UUID 为 %s 的内容方面的勘误状态没有被更新"
2676
+ ""
2749
2677
  ],
2750
2678
  "Errata to apply": [
2751
- "要应用的勘误"
2679
+ ""
2752
2680
  ],
2753
2681
  "Errata to exclusively include in the action": [
2754
2682
  "仅包含在操作中的勘误"
@@ -2799,7 +2727,7 @@
2799
2727
  "排除"
2800
2728
  ],
2801
2729
  "Exclude Refs": [
2802
- "排除 Refs"
2730
+ ""
2803
2731
  ],
2804
2732
  "Exclude all RPMs not associated to any errata": [
2805
2733
  "排除没有与任何勘误关联的所有 RPM"
@@ -2829,10 +2757,10 @@
2829
2757
  "即将过期天数"
2830
2758
  ],
2831
2759
  "Expired ": [
2832
- "已过期"
2760
+ ""
2833
2761
  ],
2834
2762
  "Expires ": [
2835
- "过期 "
2763
+ ""
2836
2764
  ],
2837
2765
  "Export": [
2838
2766
  "导出"
@@ -2856,10 +2784,10 @@
2856
2784
  "导出为 CSV"
2857
2785
  ],
2858
2786
  "Export failed: One or more repositories needs to be synced (with Immediate download policy.)": [
2859
- "导出失败:需要同步一个或多个软件仓库(使用 Immediate 下载策略)"
2787
+ ""
2860
2788
  ],
2861
2789
  "Export formats.Choose syncable if the exported content needs to be in a yum format. This option is only available for %{syncable_repos} repositories. Choose importable if the importing server uses the same version and exported content needs to be one of %{importable_repos} repositories.": [
2862
- "导出格式。如果导出的内容需要采用 yum 格式,选择 syncable。此选项仅适用于 %{syncable_repos} 软件仓库。如果导入服务器使用相同的版本和导出内容之一,则需要 %{importable_repos} 存储库之一。"
2790
+ ""
2863
2791
  ],
2864
2792
  "Export history identifier used for incremental export. If not provided the most recent export history will be used.": [
2865
2793
  "用于增量导出的导出历史记录标识符。如果未提供,将使用最新的出口历史记录。"
@@ -2871,7 +2799,7 @@
2871
2799
  "导出的版本"
2872
2800
  ],
2873
2801
  "Extended support": [
2874
- "延长支持"
2802
+ ""
2875
2803
  ],
2876
2804
  "Facts successfully updated.": [
2877
2805
  "Fact 已成功更新。"
@@ -2903,9 +2831,6 @@
2903
2831
  "Fetch installable errata for one or more hosts.": [
2904
2832
  "为一台或多台主机获取可安装的勘误。"
2905
2833
  ],
2906
- "Fetch pxe files": [
2907
- ""
2908
- ],
2909
2834
  "Fetch traces for one or more hosts": [
2910
2835
  "为一个或多个主机获取跟踪"
2911
2836
  ],
@@ -2937,7 +2862,7 @@
2937
2862
  "过滤其发布由指定的组件版本触发的组合版本"
2938
2863
  ],
2939
2864
  "Filter content view versions that contain the file": [
2940
- "过滤包含文件的内容视图版本"
2865
+ ""
2941
2866
  ],
2942
2867
  "Filter created": [
2943
2868
  "篩選器已建立"
@@ -2999,9 +2924,6 @@
2999
2924
  "Filter versions that are components in the specified composite version": [
3000
2925
  "过滤在指定复合版本中作为组件的版本"
3001
2926
  ],
3002
- "Filtered index content": [
3003
- ""
3004
- ],
3005
2927
  "Filters": [
3006
2928
  "过滤器"
3007
2929
  ],
@@ -3009,10 +2931,10 @@
3009
2931
  "删除的过滤"
3010
2932
  ],
3011
2933
  "Filters were applied to this version.": [
3012
- "过滤器应用于这个版本。"
2934
+ ""
3013
2935
  ],
3014
2936
  "Filters will be applied to this content view version.": [
3015
- "过滤器将应用到此内容视图版本。"
2937
+ ""
3016
2938
  ],
3017
2939
  "Find the relative path for each RHUI repository and combine them in a comma-separated list.": [
3018
2940
  "查找每个 RHUI 仓库的相对路径,并将它们组合在以逗号分隔的列表中。"
@@ -3024,13 +2946,13 @@
3024
2946
  "完成"
3025
2947
  ],
3026
2948
  "Flatpak Remotes": [
3027
- "Flatpak 远程"
2949
+ ""
3028
2950
  ],
3029
2951
  "Flatpak remote numeric identifier": [
3030
- "Flatpak 远程数字标识符"
2952
+ ""
3031
2953
  ],
3032
2954
  "Flatpak remote repository numeric identifier": [
3033
- "Flatpak 远程仓库的数字标识符"
2955
+ ""
3034
2956
  ],
3035
2957
  "Force": [
3036
2958
  "强制"
@@ -3042,16 +2964,16 @@
3042
2964
  "强制一个同步并验证所有内容的 checksums。仅用于yum仓库。"
3043
2965
  ],
3044
2966
  "Force content view promotion and bypass lifecycle environment restriction": [
3045
- "强制内容视图推广,并绕过生命周期环境限制"
2967
+ ""
3046
2968
  ],
3047
2969
  "Force delete the repository by removing it from all content view versions": [
3048
2970
  "从所有内容视图版本中删除存储库来强制删除存储库"
3049
2971
  ],
3050
2972
  "Force metadata regeneration to proceed. Dangerous operation when version has repositories with the 'Complete Mirroring' mirroring policy": [
3051
- "强制元数据重新生成。当版本带有\\\"Complete Mirroring\\\"镜像策略的存储库时是危险的操作"
2973
+ ""
3052
2974
  ],
3053
2975
  "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy": [
3054
- "强制元数据重新生成继续。当仓库使用 'Complete Mirroring' 镜像策略时这样做是危险的"
2976
+ ""
3055
2977
  ],
3056
2978
  "Force promotion": [
3057
2979
  "强制提升"
@@ -3063,10 +2985,10 @@
3063
2985
  "即使未检测到上游更改也强制进行同步。非 yum 仓库会被跳过。"
3064
2986
  ],
3065
2987
  "Force sync even if no upstream changes are detected. Only used with yum or deb repositories.": [
3066
- "即使未检测到上游更改也强制进行同步。仅用于 yum 或 deb 仓库。"
2988
+ ""
3067
2989
  ],
3068
2990
  "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem. Not allowed for repositories with the 'Complete Mirroring' mirroring policy.": [
3069
- "强制重新发布指定存储库,在文件系统上重新生成元数据和符号链接。不允许使用\\\"Complete Mirroring' 镜像\\\"镜像策略的存储库。"
2991
+ ""
3070
2992
  ],
3071
2993
  "Forces a republish of the version's repositories' metadata": [
3072
2994
  "强制重新发布版本仓库的元数据"
@@ -3075,7 +2997,7 @@
3075
2997
  "完整描述"
3076
2998
  ],
3077
2999
  "Full support": [
3078
- "完全支持"
3000
+ ""
3079
3001
  ],
3080
3002
  "GPG Key URL": [
3081
3003
  "GPG 密钥 URL"
@@ -3087,14 +3009,11 @@
3087
3009
  "生成并下载"
3088
3010
  ],
3089
3011
  "Generate errata status from directly-installable content": [
3090
- "从直接安装的内容生成勘误状态"
3012
+ ""
3091
3013
  ],
3092
3014
  "Generate host applicability": [
3093
3015
  "产生主机适用性"
3094
3016
  ],
3095
- "Generate metadata": [
3096
- ""
3097
- ],
3098
3017
  "Generate repository applicability": [
3099
3018
  "生成仓库适用性"
3100
3019
  ],
@@ -3102,7 +3021,7 @@
3102
3021
  "生成"
3103
3022
  ],
3104
3023
  "Generated content views cannot be assigned to hosts or activation keys": [
3105
- "生成的内容视图无法分配给主机/激活码"
3024
+ ""
3106
3025
  ],
3107
3026
  "Generated content views cannot be directly published. They can updated only via export.": [
3108
3027
  "生成的内容视图无法直接发布。它们只能通过导出进行更新。"
@@ -3141,7 +3060,7 @@
3141
3060
  "给定条件与任何主机都不匹配。尝试更改您的规则。"
3142
3061
  ],
3143
3062
  "Given criteria doesn't match any non-modular RPMs. Try changing your rule.": [
3144
- "给定条件与任何非模块化 RPM 都不匹配。尝试更改您的规则。"
3063
+ ""
3145
3064
  ],
3146
3065
  "Go to job details": [
3147
3066
  "进入作业详情"
@@ -3168,16 +3087,16 @@
3168
3087
  "必须大于 0"
3169
3088
  ],
3170
3089
  "Hash containing the Id of the single lifecycle environment to be associated with the activation key.": [
3171
- "包括与激活码关联的单个生命周期环境 ID 的哈希。"
3090
+ ""
3172
3091
  ],
3173
3092
  "Help": [
3174
- "帮助"
3093
+ ""
3175
3094
  ],
3176
3095
  "Helper": [
3177
3096
  "帮助"
3178
3097
  ],
3179
3098
  "Hide Reclaim Space Warning": [
3180
- "隐藏回收空间警告"
3099
+ ""
3181
3100
  ],
3182
3101
  "Hide affected activation keys": [
3183
3102
  "隐藏受影响的激活码"
@@ -3201,10 +3120,10 @@
3201
3120
  "主机 %s 还没有通过 subscription-manager 注册。"
3202
3121
  ],
3203
3122
  "Host %{hostname}: Cannot add content view environment to content facet. The host's content source '%{content_source}' does not sync lifecycle environment '%{lce}'.": [
3204
- "主机 %{hostname} :无法向内容添加内容视图环境。主机的内容源 '%{content_source}' 不同步生命周期环境 '%{lce}'。"
3123
+ ""
3205
3124
  ],
3206
3125
  "Host %{name} cannot be assigned release version %{release_version}.": [
3207
- "主机 %{name} 不能是分配的发行版本 %{release_version} 。"
3126
+ "主机 %{name} 无法分配发行版本%{release_version} 。"
3208
3127
  ],
3209
3128
  "Host '%{name}' does not belong to an organization": [
3210
3129
  "主机 '%{name}' 不属于一个机构"
@@ -3228,7 +3147,7 @@
3228
3147
  "主机 ID"
3229
3148
  ],
3230
3149
  "Host Limit": [
3231
- "主机限制"
3150
+ ""
3232
3151
  ],
3233
3152
  "Host Profile Assume": [
3234
3153
  "主机配置集假设"
@@ -3258,16 +3177,16 @@
3258
3177
  "主机内容和订阅详细信息"
3259
3178
  ],
3260
3179
  "Host content source will remain the same. Click Save below to update the host's content view environment.": [
3261
- "主机内容源将保持不变。点下面的 Save 以更新主机的内容视图环境。"
3180
+ ""
3262
3181
  ],
3263
3182
  "Host content view and environment updated": [
3264
3183
  "主机内容视图和环境已更新"
3265
3184
  ],
3266
3185
  "Host content view environment(s) updated": [
3267
- "更新主机内容视图环境"
3186
+ ""
3268
3187
  ],
3269
3188
  "Host content view environments updating.": [
3270
- "主机内容视图环境更新。"
3189
+ ""
3271
3190
  ],
3272
3191
  "Host creation was skipped for %s because it shares a BIOS UUID with %s. To report this hypervisor, override its dmi.system.uuid fact or set 'candlepin.use_system_uuid_for_matching' to 'true' in the Candlepin configuration.": [
3273
3192
  "主机创建已被跳过%s,因为它与 %s 共享一个 BIOS UUID。要报告此虚拟机管理程序,请覆盖其dmi.system.uuid fact,或在 Candlepin 配置中将 'candlepin.use_system_uuid_for_matching' 设置为'true'。"
@@ -3294,10 +3213,10 @@
3294
3213
  "主机 ID 以列出适用的软件包"
3295
3214
  ],
3296
3215
  "Host identifier": [
3297
- "主机标识符"
3216
+ ""
3298
3217
  ],
3299
3218
  "Host lifecycle support expiration notification": [
3300
- "主机生命周期支持过期通知"
3219
+ ""
3301
3220
  ],
3302
3221
  "Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this instance": [
3303
3222
  "无法根据订阅 UUID 找到主机:'%s'。如果已注册主机但并不是这个实例,则可能发生这种情况"
@@ -3324,7 +3243,7 @@
3324
3243
  "主机:"
3325
3244
  ],
3326
3245
  "How many days before a completed Pulp task is purged by Orphan Cleanup.": [
3327
- "在 Orphan Cleanup 清除已完成的 Pulp 任务前需要等待的天数。"
3246
+ ""
3328
3247
  ],
3329
3248
  "How many repositories should be synced concurrently on the capsule. A smaller number may lead to longer sync times. A larger number will increase dynflow load.": [
3330
3249
  "capsule 上应同时同步多少个参数。较小的数字可能导致更长的同步时间。较大的数字将增加 dynflow 负载。"
@@ -3332,12 +3251,6 @@
3332
3251
  "How to order the sorted results (e.g. ASC for ascending)": [
3333
3252
  "如何排序結果的順序(比方說 ASC 從下到上)"
3334
3253
  ],
3335
- "Hypervisors": [
3336
- ""
3337
- ],
3338
- "Hypervisors update": [
3339
- ""
3340
- ],
3341
3254
  "ID of a HTTP Proxy": [
3342
3255
  "HTTP 代理的 ID"
3343
3256
  ],
@@ -3360,7 +3273,7 @@
3360
3273
  "在其中显示仓库的机构 ID"
3361
3274
  ],
3362
3275
  "ID of flatpak remote to show repositories of": [
3363
- "用于显示软件仓库的 flatpak 远程的 ID"
3276
+ ""
3364
3277
  ],
3365
3278
  "ID of the Organization": [
3366
3279
  "机构 ID"
@@ -3378,7 +3291,7 @@
3378
3291
  "主機集的 ID"
3379
3292
  ],
3380
3293
  "ID of the organization": [
3381
- "机构 ID"
3294
+ "組織的 ID"
3382
3295
  ],
3383
3296
  "ID of the product containing the repository set": [
3384
3297
  "包含了軟體庫集的產品之 ID"
@@ -3423,22 +3336,22 @@
3423
3336
  "内容主机 ID"
3424
3337
  ],
3425
3338
  "Id of the content view to limit the content counting on": [
3426
- "在其中限制内容数量的内容视图 ID"
3339
+ ""
3427
3340
  ],
3428
3341
  "Id of the content view to limit the synchronization on": [
3429
3342
  "将同步限制于在的内容视图 ID"
3430
3343
  ],
3431
3344
  "Id of the content view to limit verifying checksum on": [
3432
- "用于限制验证校验和的内容视图 ID"
3345
+ ""
3433
3346
  ],
3434
3347
  "Id of the environment to limit the content counting on": [
3435
- "在其中限制内容数量的环境 ID"
3348
+ ""
3436
3349
  ],
3437
3350
  "Id of the environment to limit the synchronization on": [
3438
3351
  "将同步限制于的环境 ID"
3439
3352
  ],
3440
3353
  "Id of the environment to limit verifying checksum on": [
3441
- "用于限制验证校验和的环境 ID"
3354
+ ""
3442
3355
  ],
3443
3356
  "Id of the host": [
3444
3357
  "主機的 ID"
@@ -3456,31 +3369,31 @@
3456
3369
  "把环境限制于的机构 ID"
3457
3370
  ],
3458
3371
  "Id of the repository to limit the content counting on": [
3459
- "在其中限制内容数量的仓库 ID"
3372
+ ""
3460
3373
  ],
3461
3374
  "Id of the repository to limit the synchronization on": [
3462
3375
  "将同步限制于在的仓库 ID"
3463
3376
  ],
3464
3377
  "Id of the repository to limit verifying checksum on": [
3465
- "用于限制验证校验和的仓库 ID"
3378
+ ""
3466
3379
  ],
3467
3380
  "Id of the single content view to be associated with the activation key.": [
3468
- "与激活码关联的单一内容视图的 ID。"
3381
+ ""
3469
3382
  ],
3470
3383
  "Id of the single content view to be associated with the host.": [
3471
- "与主机关联的单个内容视图 ID。"
3384
+ ""
3472
3385
  ],
3473
3386
  "Id of the single lifecycle environment to be associated with the activation key.": [
3474
- "与激活码关联的单一生命周期环境的 ID。"
3387
+ ""
3475
3388
  ],
3476
3389
  "Id of the single lifecycle environment to be associated with the host.": [
3477
- "与主机关联的单个生命周期环境 ID。"
3390
+ ""
3478
3391
  ],
3479
3392
  "Id of the smart proxy": [
3480
3393
  "智能代理 ID"
3481
3394
  ],
3482
3395
  "Id of the smart proxy from which the host consumes content.": [
3483
- "主机从其中获取内容的智能代理 ID。"
3396
+ ""
3484
3397
  ],
3485
3398
  "Idenifier of the SSL CA Cert": [
3486
3399
  "SSL CA 证书的标识符"
@@ -3507,7 +3420,7 @@
3507
3420
  "生命周期环境的标识符"
3508
3421
  ],
3509
3422
  "Identifies whether the repository should be unavailable on a client with a non-matching OS version.\\nPass [] to make repo available for clients regardless of OS version. Maximum length 1; allowed tags are: %s": [
3510
- "确定存储库是否应该在具有不匹配操作系统版本的客户端上不可用。 \\n 传递 [] 来为客户端提供存储库,无论操作系统版本是什么。最大长度 1;允许的标签为:%s"
3423
+ ""
3511
3424
  ],
3512
3425
  "Ids of smart proxies to associate": [
3513
3426
  "要关联的智能代理的 ID"
@@ -3519,10 +3432,10 @@
3519
3432
  "如果主机由于重复的 DMI UUID 而未能注册,请在此处添加以逗号分隔的值。随后的注册将为受影响的主机生成唯一的 DMI UUID。"
3520
3433
  ],
3521
3434
  "If product certificates should be used to authenticate to a custom CDN.": [
3522
- "如果产品证书应该用于向自定义 CDN 进行身份验证。"
3435
+ ""
3523
3436
  ],
3524
3437
  "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'.": [
3525
- "如果设置,在 Katello 中新创建的 APT 仓库将使用它们从其中同步的远程仓库相同的仓库结构。您可以通过运行 'foreman-rake katello:migrate_structure_content_for_deb' 来迁移现有的 APT 存储库来匹配相关的设置。"
3438
+ ""
3526
3439
  ],
3527
3440
  "If specified, remove the first instance of a subscription with matching id and quantity": [
3528
3441
  "如果指定,删除具有匹配 id 和数量的订阅的第一个实例"
@@ -3537,7 +3450,7 @@
3537
3450
  "如果这个被启用,并且设置并提供了register_hostname_fact,注册将仅使用该 fact 按名称查找新主机,并且将忽略所有主机名匹配"
3538
3451
  ],
3539
3452
  "If this is enabled, content counts on smart proxies will be updated automatically after content sync.": [
3540
- "如果启用了此功能,在内容同步后会自动更新智能代理中的内容数量。"
3453
+ ""
3541
3454
  ],
3542
3455
  "If this is enabled, repositories can be deleted even when they belong to published content views. The deleted repository will be removed from all content view versions.": [
3543
3456
  "如果启用此项,可以删除仓库,即使它们属于公布的内容视图。已删除的仓库将从所有内容视图版本中删除。"
@@ -3546,10 +3459,10 @@
3546
3459
  "如果启用此项,在没有环境的情况下,内容视图版本的软件仓库将在 '/pulp/content/<organization>//content_views/<content view>/X.Y/...' 中分发。"
3547
3460
  ],
3548
3461
  "If this is enabled, the Smart Proxy page will suppress the warning message about reclaiming space.": [
3549
- "如果启用了此项,则 Smart Proxy 页将阻止有关回收空间的警告信息。"
3462
+ ""
3550
3463
  ],
3551
3464
  "If true, only errata that can be installed without an incremental update will affect the host's errata status. Also affects the Host Collections dashboard widget.": [
3552
- "如果为 true,则只有可以在没有增量更新的情况下安装的勘误才会影响主机的勘误状态。也会影响主机集合仪表板中的 widget。"
3465
+ ""
3553
3466
  ],
3554
3467
  "If true, only return repository sets that are associated with an active subscriptions": [
3555
3468
  "如果为 true,则仅返回与有效订阅关联的仓库集"
@@ -3558,7 +3471,7 @@
3558
3471
  "如果为 true,则仅返回已启用的仓库集。默认为 false"
3559
3472
  ],
3560
3473
  "If true, return custom repository sets along with redhat repos. Will be ignored if repository_type is supplied.": [
3561
- "如果为 true,则返回自定义存储库集以及 redhat repos。如果提供了 repository_type,则会被忽略。"
3474
+ ""
3562
3475
  ],
3563
3476
  "If true, when adding the specified errata or packages, any needed dependencies will be copied as well. Defaults to true": [
3564
3477
  "如果为 true,在添加指定勘误或软件包时,需要的依赖软件包也会被复制。默认为 true"
@@ -3573,7 +3486,7 @@
3573
3486
  "可忽略内容只能为 Yum 仓库设置。"
3574
3487
  ],
3575
3488
  "Ignore %s cannot be set in combination with the 'Complete Mirroring' mirroring policy.": [
3576
- "忽略 %s 无法与 'Complete Mirroring' 镜像策略结合使用。"
3489
+ ""
3577
3490
  ],
3578
3491
  "Ignore errors": [
3579
3492
  "忽略错误"
@@ -3591,28 +3504,28 @@
3591
3504
  "忽略的主机"
3592
3505
  ],
3593
3506
  "Image": [
3594
- "镜像"
3507
+ ""
3595
3508
  ],
3596
3509
  "Image digest": [
3597
- "镜像摘要"
3510
+ ""
3598
3511
  ],
3599
3512
  "Image digests": [
3600
- "镜像摘要"
3513
+ ""
3601
3514
  ],
3602
3515
  "Image mode": [
3603
- "镜像模式"
3516
+ ""
3604
3517
  ],
3605
3518
  "Image mode / package mode": [
3606
- "镜像模式 / 软件包模式"
3519
+ ""
3607
3520
  ],
3608
3521
  "Image mode details": [
3609
- "镜像模式详情"
3522
+ ""
3610
3523
  ],
3611
3524
  "Image name": [
3612
- "镜像名称"
3525
+ ""
3613
3526
  ],
3614
3527
  "Image-mode host": [
3615
- "image-mode 主机"
3528
+ ""
3616
3529
  ],
3617
3530
  "Immediate": [
3618
3531
  "立即"
@@ -3648,19 +3561,16 @@
3648
3561
  "将一个内容视图版本导入到库"
3649
3562
  ],
3650
3563
  "Import a manifest using the Manifest tab above.": [
3651
- "使用上面的清单标签页导入清单。"
3564
+ ""
3652
3565
  ],
3653
3566
  "Import a repository": [
3654
3567
  "导入软件仓库"
3655
3568
  ],
3656
3569
  "Import a subscription manifest to give hosts access to Red Hat content.": [
3657
- "导入订阅清单,为主机授予红帽内容的访问权限。"
3658
- ],
3659
- "Import migration": [
3660
3570
  ""
3661
3571
  ],
3662
3572
  "Import new manifest": [
3663
- "导入新清单"
3573
+ ""
3664
3574
  ],
3665
3575
  "Import only": [
3666
3576
  "仅导入"
@@ -3668,12 +3578,6 @@
3668
3578
  "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
3669
3579
  "仅导入不能直接发布的内容视图。内容只能通过导入至视图来更新。"
3670
3580
  ],
3671
- "Import repository upload": [
3672
- ""
3673
- ],
3674
- "Import upload": [
3675
- ""
3676
- ],
3677
3581
  "Import uploads into a repository": [
3678
3582
  "将上传文件导入仓库"
3679
3583
  ],
@@ -3702,7 +3606,7 @@
3702
3606
  "包括"
3703
3607
  ],
3704
3608
  "Include Refs": [
3705
- "包括 Refs"
3609
+ ""
3706
3610
  ],
3707
3611
  "Include all RPMs not associated to any errata": [
3708
3612
  "包括所有没有与任何勘误关联的 RPM"
@@ -3717,7 +3621,7 @@
3717
3621
  "包含的过滤"
3718
3622
  ],
3719
3623
  "Include manifests": [
3720
- "包括清单"
3624
+ ""
3721
3625
  ],
3722
3626
  "Included": [
3723
3627
  "包含"
@@ -3740,11 +3644,8 @@
3740
3644
  "Incremental Update incomplete.": [
3741
3645
  "增量更新不完整。"
3742
3646
  ],
3743
- "Incremental Update of Content View Version(s) ": [
3744
- ""
3745
- ],
3746
3647
  "Incremental Update of %{content_view_count} Content View Version(s) ": [
3747
- "%{content_view_count} 内容视图版本的增量更新 "
3648
+ "增量更新 %{content_view_count} 个内容视图版本"
3748
3649
  ],
3749
3650
  "Incremental update": [
3750
3651
  "增量更新"
@@ -3755,27 +3656,12 @@
3755
3656
  "Incremental update specified for composite %{name} version %{version}, but no components updated.": [
3756
3657
  "为复合 %{name} 版本 %{version} 指定了增量更新,但没有更新的组件。"
3757
3658
  ],
3758
- "Index content": [
3759
- ""
3760
- ],
3761
- "Index errata": [
3762
- ""
3763
- ],
3764
- "Index module streams": [
3765
- ""
3766
- ],
3767
- "Index package groups": [
3768
- ""
3769
- ],
3770
3659
  "Informable Type must be one of the following [ %{list} ]": [
3771
3660
  "信息类型需要是 [ %{list} ] 之一"
3772
3661
  ],
3773
3662
  "Inherit from Repository": [
3774
3663
  "从仓库继承"
3775
3664
  ],
3776
- "Initialize": [
3777
- ""
3778
- ],
3779
3665
  "Initiate a sync of the products attached to the sync plan": [
3780
3666
  "启动同步计划中附加产品的同步"
3781
3667
  ],
@@ -3810,13 +3696,13 @@
3810
3696
  "可安装"
3811
3697
  ],
3812
3698
  "Installable bugfix/enhancement errata": [
3813
- "可安装的程序错误修复/功能增强勘误"
3699
+ ""
3814
3700
  ],
3815
3701
  "Installable errata are applicable errata that are available in the host's assigned content view environments.": [
3816
3702
  ""
3817
3703
  ],
3818
3704
  "Installable security errata": [
3819
- "可安装的安全勘误"
3705
+ ""
3820
3706
  ],
3821
3707
  "Installable updates": [
3822
3708
  "可安装的更新"
@@ -3851,9 +3737,6 @@
3851
3737
  "Installing Package...": [
3852
3738
  "正在安裝套件..."
3853
3739
  ],
3854
- "Instance update": [
3855
- ""
3856
- ],
3857
3740
  "Instance-based": [
3858
3741
  "基于实例"
3859
3742
  ],
@@ -3885,10 +3768,10 @@
3885
3768
  "指定了無效的勘誤篩選器規則,「errata_id」不可指定為與 'start_date'、'end_date' 或 'types' 相同的變數值組"
3886
3769
  ],
3887
3770
  "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date', 'types', or 'allow_other_types'": [
3888
- "指定了无效的勘误过滤,需要是以下之一: 'errata_id', 'start_date', 'end_date', 'types', 或 'allow_other_types'"
3771
+ ""
3889
3772
  ],
3890
3773
  "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}": [
3891
- "提供了无效的勘误类型 %{invalid_types}。勘误类型可以是 %{valid_types} 的任何值"
3774
+ "提供了无效的勘误类型 %{invalid_types}。勘误类型可用是 %{valid_types} 中的任何值"
3892
3775
  ],
3893
3776
  "Invalid event_type %s": [
3894
3777
  "无效的 event_type %s"
@@ -3900,25 +3783,25 @@
3900
3783
  "指定了无效的过滤器规则,“ version” 不能在同一个tuple 中与 'min_version' 或 'max_version' 一起指定"
3901
3784
  ],
3902
3785
  "Invalid format. Container name cannot be blank.": [
3903
- "无效的格式。容器名称不能为空。"
3786
+ ""
3904
3787
  ],
3905
3788
  "Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema.": [
3906
- "无效的格式。容器推送应遵循 'organization_label/product_label/name' 或 'id/organization_id/product_id/name' 的格式。"
3789
+ ""
3907
3790
  ],
3908
3791
  "Invalid format. Organization id must be an integer without leading zeros.": [
3909
- "无效的格式。机构 id 必须是没有前导零的整数。"
3792
+ ""
3910
3793
  ],
3911
3794
  "Invalid format. Organization label cannot be blank.": [
3912
- "无效的格式。机构标签不能为空。"
3795
+ ""
3913
3796
  ],
3914
3797
  "Invalid format. Product id must be an integer without leading zeros.": [
3915
- "无效的格式。产品 id 必须是没有前导零的整数。"
3798
+ ""
3916
3799
  ],
3917
3800
  "Invalid format. Product label cannot be blank.": [
3918
- "无效的格式。产品标签不能为空。"
3801
+ ""
3919
3802
  ],
3920
3803
  "Invalid mirroring policy for repository type %{type}, only %{policies} are valid.": [
3921
- "对于仓库类型 %{type} 的无效的镜像策略,只有 %{policies} 有效。"
3804
+ "对仓库类型 %{type} 而言无效的镜像策略,只有 %{policies} 有效。"
3922
3805
  ],
3923
3806
  "Invalid parameters sent in the request for this operation. Please contact a system administrator.": [
3924
3807
  "在此操作的请求中发送了无效的参数。请与系统管理员联系。"
@@ -3960,7 +3843,28 @@
3960
3843
  "出自"
3961
3844
  ],
3962
3845
  "It is only allowed for Non-Redhat Yum repositories.": [
3963
- "仅允许用于非红帽的 Yum 仓库。"
3846
+ ""
3847
+ ],
3848
+ "It's not possible to bulk remove versions from a rolling content view.": [
3849
+ ""
3850
+ ],
3851
+ "It's not possible to copy a rolling content view.": [
3852
+ ""
3853
+ ],
3854
+ "It's not possible to create a filter for a rolling content view.": [
3855
+ ""
3856
+ ],
3857
+ "It's not possible to destroy a version of a rolling content view.": [
3858
+ ""
3859
+ ],
3860
+ "It's not possible to export a rolling content view.": [
3861
+ ""
3862
+ ],
3863
+ "It's not possible to promote a rolling content view.": [
3864
+ ""
3865
+ ],
3866
+ "It's not possible to publish a rolling content view.": [
3867
+ ""
3964
3868
  ],
3965
3869
  "Job '${description}' completed": [
3966
3870
  "作为 '${description}' 已完成"
@@ -3969,28 +3873,28 @@
3969
3873
  "作业 '${description}' 已启动。"
3970
3874
  ],
3971
3875
  "Katello Bootc interface": [
3972
- "Katello Bootc interface"
3876
+ ""
3973
3877
  ],
3974
3878
  "Katello ID of local pool to update": [
3975
3879
  "要更新的本地池的 Katello ID"
3976
3880
  ],
3977
3881
  "Katello: Bootc Action": [
3978
- "Katello: Bootc Action"
3882
+ ""
3979
3883
  ],
3980
3884
  "Katello: Bootc Rollback": [
3981
- "Katello: Bootc Rollback"
3885
+ ""
3982
3886
  ],
3983
3887
  "Katello: Bootc Status": [
3984
- "Katello: Bootc Status"
3888
+ ""
3985
3889
  ],
3986
3890
  "Katello: Bootc Switch": [
3987
- "Katello: Bootc Switch"
3891
+ ""
3988
3892
  ],
3989
3893
  "Katello: Bootc Upgrade": [
3990
- "Katello: Bootc Upgrade"
3894
+ ""
3991
3895
  ],
3992
3896
  "Katello: Configure host for new content source": [
3993
- "Katello: 为新内容源配置主机"
3897
+ ""
3994
3898
  ],
3995
3899
  "Katello: Install Errata": [
3996
3900
  "Katello:安装勘误"
@@ -4035,10 +3939,10 @@
4035
3939
  "Katello: 通过搜索查询更新软件包"
4036
3940
  ],
4037
3941
  "Katello: Upload Profile": [
4038
- "Katello: 上传配置集"
3942
+ ""
4039
3943
  ],
4040
3944
  "Keep latest packages": [
4041
- "保留最新的软件包"
3945
+ ""
4042
3946
  ],
4043
3947
  "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)": [
4044
3948
  "subscription-manager fact 的键-值哈希,使用句点 (.) 进行嵌套"
@@ -4065,7 +3969,7 @@
4065
3969
  "内容视图标签"
4066
3970
  ],
4067
3971
  "Label of the flatpak remote": [
4068
- "flatpak 远程的标签"
3972
+ ""
4069
3973
  ],
4070
3974
  "Last check-in:": [
4071
3975
  "最后签到:"
@@ -4083,10 +3987,10 @@
4083
3987
  "最后刷新:"
4084
3988
  ],
4085
3989
  "Last seen": [
4086
- "最后看到的"
3990
+ ""
4087
3991
  ],
4088
3992
  "Last sync": [
4089
- "最后同步"
3993
+ ""
4090
3994
  ],
4091
3995
  "Last task": [
4092
3996
  "最新任务"
@@ -4101,10 +4005,10 @@
4101
4005
  "最新版本"
4102
4006
  ],
4103
4007
  "Learn more about adding subscription manifests in ": [
4104
- "了解有关添加订阅清单的更多信息 "
4008
+ ""
4105
4009
  ],
4106
4010
  "Legacy UI": [
4107
- "旧 UI"
4011
+ ""
4108
4012
  ],
4109
4013
  "Legacy content host UI": [
4110
4014
  "旧内容主机 UI"
@@ -4149,13 +4053,13 @@
4149
4053
  "生命周期环境%{environment}'未连接到此 capsule。"
4150
4054
  ],
4151
4055
  "Lifecycle environment '%{env}' cannot be used with content view '%{view}'": [
4152
- "生命周期环境 '%{env}' 无法与内容视图 '%{view}' 一起使用"
4056
+ ""
4153
4057
  ],
4154
4058
  "Lifecycle environment ID": [
4155
4059
  "生命周期环境 ID"
4156
4060
  ],
4157
4061
  "Lifecycle environment must be specified": [
4158
- "必须指定生命周期阶段"
4062
+ ""
4159
4063
  ],
4160
4064
  "Lifecycle environment was not attached to the smart proxy; therefore, no changes were made.": [
4161
4065
  "生命周期环境没有附加到智能代理,因此没有改变。"
@@ -4167,10 +4071,10 @@
4167
4071
  "无法在默认的智能代理上修改生命周期环境。所有生命周期环境中的内容都将存在于此智能代理中。"
4168
4072
  ],
4169
4073
  "Limit actions to content in the host's environment.": [
4170
- "将操作限制为针对主机环境中的内容。"
4074
+ ""
4171
4075
  ],
4172
4076
  "Limit content to Red Hat / custom": [
4173
- "将内容限制为 Red Hat / custom"
4077
+ ""
4174
4078
  ],
4175
4079
  "Limit content to enabled / disabled / overridden": [
4176
4080
  "将内容限制为 enabled / disabled / overridden"
@@ -4218,7 +4122,7 @@
4218
4122
  "列出所有机构"
4219
4123
  ],
4220
4124
  "List all packages unique by name": [
4221
- "按名称列出所有软件包"
4125
+ ""
4222
4126
  ],
4223
4127
  "List alternate content sources.": [
4224
4128
  "备用内容源列表。"
@@ -4233,16 +4137,16 @@
4233
4137
  "列出来自 Red Hat Subscription Management 的可用订阅"
4234
4138
  ],
4235
4139
  "List booted bootc container images for hosts": [
4236
- "列出主机的引导容器镜像"
4140
+ ""
4237
4141
  ],
4238
4142
  "List components attached to this content view": [
4239
4143
  "列出此内容视图附带的组件"
4240
4144
  ],
4241
4145
  "List content counts for the smart proxy": [
4242
- "列出智能代理的内容计数"
4146
+ ""
4243
4147
  ],
4244
4148
  "List content view environments": [
4245
- "列出内容视图环境"
4149
+ ""
4246
4150
  ],
4247
4151
  "List content view versions": [
4248
4152
  "列出内容视图版本"
@@ -4275,13 +4179,13 @@
4275
4179
  "列表过滤规则"
4276
4180
  ],
4277
4181
  "List flatpak remote repositories": [
4278
- "列出 flatpak 远程仓库"
4182
+ ""
4279
4183
  ],
4280
4184
  "List flatpak remote's repositories": [
4281
- "列出 flatpak 远程的仓库"
4185
+ ""
4282
4186
  ],
4283
4187
  "List flatpak remotes": [
4284
- "列出 flatpak 远程"
4188
+ ""
4285
4189
  ],
4286
4190
  "List host collections": [
4287
4191
  "列出主機集"
@@ -4449,7 +4353,7 @@
4449
4353
  "列出未附加到智能代理的生命周期环境"
4450
4354
  ],
4451
4355
  "Load balancer": [
4452
- "负载均衡器"
4356
+ ""
4453
4357
  ],
4454
4358
  "Loading": [
4455
4359
  "加载"
@@ -4464,7 +4368,7 @@
4464
4368
  "低"
4465
4369
  ],
4466
4370
  "Maintenance support": [
4467
- "维护支持"
4371
+ ""
4468
4372
  ],
4469
4373
  "Make copy of a content view": [
4470
4374
  "複製一份內容視域"
@@ -4479,13 +4383,13 @@
4479
4383
  "管理清单"
4480
4384
  ],
4481
4385
  "Manage content": [
4482
- "管理内容"
4386
+ ""
4483
4387
  ],
4484
4388
  "Manage errata": [
4485
- "管理勘误"
4389
+ ""
4486
4390
  ],
4487
4391
  "Manage packages": [
4488
- "管理软件包"
4392
+ ""
4489
4393
  ],
4490
4394
  "Manifest": [
4491
4395
  "清单"
@@ -4497,13 +4401,13 @@
4497
4401
  "删除的清单"
4498
4402
  ],
4499
4403
  "Manifest does not have a valid subscription": [
4500
- "清单没有有效订阅"
4404
+ ""
4501
4405
  ],
4502
4406
  "Manifest expired": [
4503
- "清单已过期"
4407
+ ""
4504
4408
  ],
4505
4409
  "Manifest expiring soon": [
4506
- "清单即将过期"
4410
+ ""
4507
4411
  ],
4508
4412
  "Manifest imported": [
4509
4413
  "导入的清单"
@@ -4521,7 +4425,7 @@
4521
4425
  "'%{subject}' 中的清单被刷新。"
4522
4426
  ],
4523
4427
  "Manifest in organization %{subject} has an identity certificate that will expire in %{days_remaining} days, on %{manifest_expire_date}. To extend the expiration date, please refresh your manifest.": [
4524
- "机构 %{subject} 中的清单有将要在 %{days_remaining} 天后(%{manifest_expire_date})过期的身份证书。要延长过期日期,请刷新您的清单。"
4428
+ ""
4525
4429
  ],
4526
4430
  "Manifest refresh timeout": [
4527
4431
  "清单刷新超时"
@@ -4539,7 +4443,7 @@
4539
4443
  "将%s 的内容主机状态标记为未知"
4540
4444
  ],
4541
4445
  "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs.": [
4542
- "根据您创建的过滤规则匹配 RPM。请记住,RPM 过滤不适用于模块化 RPM。"
4446
+ ""
4543
4447
  ],
4544
4448
  "Matching content": [
4545
4449
  "匹配内容"
@@ -4580,11 +4484,8 @@
4580
4484
  "Messaging connection": [
4581
4485
  "訊息連線"
4582
4486
  ],
4583
- "Metadata generate": [
4584
- ""
4585
- ],
4586
4487
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories.": [
4587
- "元数据重新发布会面临\\\"完成镜像\\\"存储库的风险。更改镜像策略并重试。 \\n 或者,使用 'force' 参数在本地重新生成元数据。在下一次同步中,上游存储库的元数据将覆盖 'Complete Mirroring' 存储库的本地元数据。"
4488
+ ""
4588
4489
  ],
4589
4490
  "Metadata taken from the upstream export history for this Content View Version": [
4590
4491
  "从此 Content View 版本的上游导出历史记录中获取的元数据"
@@ -4593,16 +4494,16 @@
4593
4494
  "最小版本"
4594
4495
  ],
4595
4496
  "Mirror Remote Repository": [
4596
- "镜像远程仓库"
4497
+ ""
4597
4498
  ],
4598
4499
  "Mirror a flatpak remote repository": [
4599
- "镜像一个 flatpak 远程仓库"
4500
+ ""
4600
4501
  ],
4601
4502
  "Missing activation key!": [
4602
4503
  "缺少激活码!"
4603
4504
  ],
4604
4505
  "Missing arguments %{substitutions} for %{content_url}": [
4605
- "缺少 %{content_url} 的参数 %{substitutions}"
4506
+ "%{content_url} 缺少参数 %{substitutions}"
4606
4507
  ],
4607
4508
  "Model": [
4608
4509
  "模型"
@@ -4611,7 +4512,7 @@
4611
4512
  "中等"
4612
4513
  ],
4613
4514
  "Modify via remote execution": [
4614
- "通过远程执行修改"
4515
+ ""
4615
4516
  ],
4616
4517
  "Modular": [
4617
4518
  "模块化"
@@ -4635,20 +4536,14 @@
4635
4536
  "启用红帽存储库或创建自定义产品后,将在此处显示模块流。"
4636
4537
  ],
4637
4538
  "Multi Content View Environment": [
4638
- "多内容视图环境"
4639
- ],
4640
- "Multi copy all units": [
4641
- ""
4642
- ],
4643
- "Multi copy content": [
4644
- ""
4645
- ],
4646
- "Multi copy units": [
4647
4539
  ""
4648
4540
  ],
4649
4541
  "Multi-entitlement": [
4650
4542
  "多权利"
4651
4543
  ],
4544
+ "Must be Ascii alphanumeric, '_' or '-'": [
4545
+ ""
4546
+ ],
4652
4547
  "N/A": [
4653
4548
  "不适用"
4654
4549
  ],
@@ -4656,22 +4551,22 @@
4656
4551
  "不适用"
4657
4552
  ],
4658
4553
  "NOTE: Content view version '%{content_view} %{current}' does not have any exportable repositories. At least one repository with any of the following types is required to be able to export: '%{exportable_types}'.": [
4659
- "注意:内容视图版本 '%{content_view} %{current}' 没有任何可导出的存储库。至少需要一个具有以下类型的存储库才能导出: '%{exportable_types}'。"
4554
+ ""
4660
4555
  ],
4661
4556
  "NOTE: Unable to export repository '%{repository}' because it does not have an exportable content type.": [
4662
4557
  "注意:无法导出仓库 \\\"%{repository}\\\",因为它没有可导出的内容类型。"
4663
4558
  ],
4664
4559
  "NOTE: Unable to export repository '%{repository}' because it does not have an syncably exportable content type.": [
4665
- "注意:无法导出仓库 '%{repository}',因为它没有可导出的内容类型。"
4560
+ ""
4666
4561
  ],
4667
4562
  "NOTE: Unable to fully export '%{organization}' organization's library because it contains repositories without the 'immediate' download policy. Update the download policy and sync affected repositories to include them in the export. \\n %{repos}": [
4668
- "注意:无法完全导出“%{organization}”机构的库,因为它包含没有“立即”下载策略的仓库。更新下载策略并同步受影响的仓库,以将其包括在导出中。\\n %{repos}"
4563
+ "注意:无法完全导出 '%{organization}' 机构的库,因为它包含没有 'immediate' 下载策略的软件仓库。更新下载策略并同步受影响的软件仓库,使其包含在导出中。 \\n %{repos}"
4669
4564
  ],
4670
4565
  "NOTE: Unable to fully export Content View Version '%{content_view} %{current}' it contains repositories with un-exportable content types. \\n %{repos}": [
4671
- "注意:无法完全导出内容视图版本 '%{content_view} %{current}',它包含具有不可导出内容类型的存储库。 \\n %{repos}"
4566
+ "注意:无法完全导出内容视图版本 '%{content_view} %{current},它包含具有不可导出内容类型的仓库。 \\n %{repos}"
4672
4567
  ],
4673
4568
  "NOTE: Unable to fully export Content View Version '%{content_view} %{current}' it contains repositories without the 'immediate' download policy. Update the download policy and sync affected repositories. Once synced republish the content view and export the generated version. \\n %{repos}": [
4674
- "注意:无法完全导入内容视图版本 '%{content_view} %{current}',它包括没有 'immediate' 下载策略的仓库。更新下载策论并同步受影响的仓库。在同步重新发布的内容视图后,导入生成的版本。 \\n %{repos}"
4569
+ "注意:无法完全导出内容视图版本 '%{content_view} %{current},它包含没有 'immediate' 下载策略的存储库。更新下载策略和同步受影响的存储库后。同步重新发布内容视图并导出生成的版本。 \\n %{repos}"
4675
4570
  ],
4676
4571
  "NOTE: Unable to fully export repository '%{repository}' because it does not have the 'immediate' download policy. Update the download policy and sync the affected repository to include them in the export.": [
4677
4572
  "注意:无法完全导出仓库 '%{repository}',因为它没有 'immediate' 下载策略。更新下载策略并同步受影响的仓库,使其包含在导出中。"
@@ -4698,10 +4593,10 @@
4698
4593
  "內容視域的名稱"
4699
4594
  ],
4700
4595
  "Name of the flatpak remote": [
4701
- "flatpak 远程的名称"
4596
+ ""
4702
4597
  ],
4703
4598
  "Name of the flatpak remote repository": [
4704
- "flatpak 远程仓库的名称"
4599
+ ""
4705
4600
  ],
4706
4601
  "Name of the host": [
4707
4602
  "主机名"
@@ -4752,13 +4647,13 @@
4752
4647
  "內容視域的新名稱"
4753
4648
  ],
4754
4649
  "New version is available: Version ${latestVersion}": [
4755
- "可用的新版本:版本 ${latestVersion}"
4650
+ "有新版本可用:版本 ${latestVersion}"
4756
4651
  ],
4757
4652
  "Newly published": [
4758
4653
  "最新发布的"
4759
4654
  ],
4760
4655
  "Newly published version will be the same as the previous version.": [
4761
- "新版本将与上一版本相同。"
4656
+ ""
4762
4657
  ],
4763
4658
  "No": [
4764
4659
  "否"
@@ -4803,16 +4698,16 @@
4803
4698
  "没有可显示的工件"
4804
4699
  ],
4805
4700
  "No available component content view updates": [
4806
- "没有可用的组件内容视图更新"
4701
+ ""
4807
4702
  ],
4808
4703
  "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs.": [
4809
- "没有找到根据关键字 '%s' 搜索的可用 debs。检查主机的内容视图环境和已安装的软件包。"
4704
+ ""
4810
4705
  ],
4811
4706
  "No available packages found for search term '%s'.": [
4812
- "没有找到搜索术语 '%s' 的可用软件包。"
4707
+ ""
4813
4708
  ],
4814
4709
  "No available repository or filter updates": [
4815
- "没有可用的存储库或过滤器更新"
4710
+ ""
4816
4711
  ],
4817
4712
  "No content": [
4818
4713
  "没有内容"
@@ -4827,13 +4722,13 @@
4827
4722
  "所选版本中没有内容。"
4828
4723
  ],
4829
4724
  "No content view environments": [
4830
- "没有内容视图环境"
4725
+ ""
4831
4726
  ],
4832
4727
  "No content view environments found with ids: %{ids}": [
4833
- "没有找到 ids 为 %{ids} 的内容视图环境"
4728
+ ""
4834
4729
  ],
4835
4730
  "No content view environments found with names: %{names}": [
4836
- "没有找到带有名称为 %{names} 的内容视图环境 "
4731
+ ""
4837
4732
  ],
4838
4733
  "No content view history events found.": [
4839
4734
  "找不到内容视图历史记录事件。"
@@ -4845,10 +4740,10 @@
4845
4740
  "没有可用于所选环境的内容视图"
4846
4741
  ],
4847
4742
  "No content views to add yet": [
4848
- "还没有要添加的内容视图"
4743
+ ""
4849
4744
  ],
4850
4745
  "No content views yet": [
4851
- "还沒有內容视图"
4746
+ ""
4852
4747
  ],
4853
4748
  "No content_view_version_ids provided": [
4854
4749
  "未提供 content_view_version_ids"
@@ -4860,7 +4755,7 @@
4860
4755
  "没有提供描述"
4861
4756
  ],
4862
4757
  "No docker manifests to delete after ignoring manifests with tags or manifest lists": [
4863
- "在忽略带有标签或清单列表的清单后,没有要删除的 docker 清单"
4758
+ ""
4864
4759
  ],
4865
4760
  "No enabled repositories match your search criteria.": [
4866
4761
  "没有启用的仓库符合您的搜索条件。"
@@ -4869,16 +4764,16 @@
4869
4764
  "没有环境"
4870
4765
  ],
4871
4766
  "No errata filter rules yet": [
4872
- "还没有勘误过滤规则"
4767
+ ""
4873
4768
  ],
4874
4769
  "No errata found.": [
4875
- "没有找到勘误。"
4770
+ ""
4876
4771
  ],
4877
4772
  "No errata matching given search query": [
4878
- "没有与给定搜索查询匹配的勘误"
4773
+ ""
4879
4774
  ],
4880
4775
  "No errata to add yet": [
4881
- "还没有添加勘误"
4776
+ ""
4882
4777
  ],
4883
4778
  "No errors": [
4884
4779
  "无错误"
@@ -4890,10 +4785,10 @@
4890
4785
  "没有上传文件"
4891
4786
  ],
4892
4787
  "No filters yet": [
4893
- "还没有过滤器"
4788
+ ""
4894
4789
  ],
4895
4790
  "No history yet": [
4896
- "还没有发现历史信息"
4791
+ ""
4897
4792
  ],
4898
4793
  "No host collections": [
4899
4794
  "没有主机集合"
@@ -4905,16 +4800,16 @@
4905
4800
  "还没有主机集合"
4906
4801
  ],
4907
4802
  "No hosts found": [
4908
- "没有找到主机"
4803
+ ""
4909
4804
  ],
4910
4805
  "No hosts registered with subscription-manager found in selection.": [
4911
4806
  "在选择中未找到 subscription-manager 注册的主机。"
4912
4807
  ],
4913
4808
  "No hosts were specified": [
4914
- "没有指定主机"
4809
+ ""
4915
4810
  ],
4916
4811
  "No installed debs found for search term '%s'": [
4917
- "无法找到根据关键字 '%s' 搜索的安装的 debs"
4812
+ ""
4918
4813
  ],
4919
4814
  "No installed packages and/or enabled repositories have been reported by %s.": [
4920
4815
  "%s 还没有报告任何安装的软件包和/或启用的仓库。"
@@ -4929,7 +4824,7 @@
4929
4824
  "没有找到清单。导入内容之前导入带有适当订阅的清单。"
4930
4825
  ],
4931
4826
  "No manifest imported": [
4932
- "没有导入清单"
4827
+ ""
4933
4828
  ],
4934
4829
  "No matching ": [
4935
4830
  "未匹配 "
@@ -4971,7 +4866,7 @@
4971
4866
  "未找到匹配的主机。"
4972
4867
  ],
4973
4868
  "No matching non-modular RPM found.": [
4974
- "未找到匹配的非模块化 RPM。"
4869
+ ""
4975
4870
  ],
4976
4871
  "No matching packages found": [
4977
4872
  "没有找到匹配的软件包组"
@@ -4989,16 +4884,16 @@
4989
4884
  "未找到匹配的版本"
4990
4885
  ],
4991
4886
  "No module stream filter rules yet": [
4992
- "还没有模块流过滤器"
4887
+ ""
4993
4888
  ],
4994
4889
  "No module streams to add yet.": [
4995
- "还没有添加模块流。"
4890
+ ""
4996
4891
  ],
4997
4892
  "No new packages installed": [
4998
4893
  "未安装新软件包"
4999
4894
  ],
5000
4895
  "No package groups yet": [
5001
- "还没有软件包组"
4896
+ ""
5002
4897
  ],
5003
4898
  "No packages": [
5004
4899
  "没有软件包"
@@ -5049,10 +4944,10 @@
5049
4944
  "没有与同步计划相关的重复逻辑。"
5050
4945
  ],
5051
4946
  "No repositories added yet": [
5052
- "还没有添加仓库"
4947
+ ""
5053
4948
  ],
5054
4949
  "No repositories available to add": [
5055
- "没有可用的仓库进行添加"
4950
+ ""
5056
4951
  ],
5057
4952
  "No repositories available.": [
5058
4953
  "没有可用的仓库。"
@@ -5073,7 +4968,7 @@
5073
4968
  "没有要显示的仓库集。"
5074
4969
  ],
5075
4970
  "No rules yet": [
5076
- "还没有规则"
4971
+ ""
5077
4972
  ],
5078
4973
  "No services defined, is this class extended?": [
5079
4974
  "未定义服务,是否已扩展此类?"
@@ -5088,16 +4983,16 @@
5088
4983
  "找不到所选产品和选项的可同步仓库。"
5089
4984
  ],
5090
4985
  "No upgradable packages found for search term '%s'.": [
5091
- "没有找到搜索术语 '%s' 的可升级软件包。"
4986
+ ""
5092
4987
  ],
5093
4988
  "No upgradable packages found.": [
5094
- "没有找到可升级的软件包。"
4989
+ ""
5095
4990
  ],
5096
4991
  "No uploads param specified. An array of uploads to import is required.": [
5097
4992
  "未指定上传参数。需要导入的上传阵列。"
5098
4993
  ],
5099
4994
  "No versions yet": [
5100
- "还没有版本"
4995
+ ""
5101
4996
  ],
5102
4997
  "Non-security errata applicable": [
5103
4998
  "可应用的非安全勘误"
@@ -5133,7 +5028,7 @@
5133
5028
  "尚未发布"
5134
5029
  ],
5135
5030
  "Note: Deleting a subscription manifest is STRONGLY discouraged.": [
5136
- "备注:不建议删除订阅清单。"
5031
+ ""
5137
5032
  ],
5138
5033
  "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:": [
5139
5034
  "注:强烈不建议删除订阅清单。删除清单将会:"
@@ -5160,7 +5055,7 @@
5160
5055
  "分配编号"
5161
5056
  ],
5162
5057
  "OS": [
5163
- "OS"
5058
+ ""
5164
5059
  ],
5165
5060
  "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host.": [
5166
5061
  "仅限于 {osRestricted}。如果主机操作系统不匹配,则这个主机上将无法使用该仓库。"
@@ -5193,7 +5088,7 @@
5193
5088
  "pulp 3 导入仓库的磁盘中的位置"
5194
5089
  ],
5195
5090
  "Once the prerequisites are met, select a provider to install katello-host-tools-tracer": [
5196
- "满足先决条件后,选择安装 katello-host-tools-tracer 的供应商"
5091
+ ""
5197
5092
  ],
5198
5093
  "One of parameters [ %s ] required but not specified.": [
5199
5094
  "需要 [ %s ] 中的一个参数但没有指定。"
@@ -5205,7 +5100,7 @@
5205
5100
  "找不到一台或多台主机"
5206
5101
  ],
5207
5102
  "One or more ids (%{ids}) were not found for %{assoc}. You may not have permissions to see them.": [
5208
- "%{assoc} 的一个或多个 ID(%{ids})没有找到。可能是您没有查看它们的权限。"
5103
+ "找不到 %{assoc} 的一个或多个 ID(%{ids})。您可能没有查看权限。"
5209
5104
  ],
5210
5105
  "One or more processes require restarting": [
5211
5106
  "一个或多个进程需要重新启动"
@@ -5220,7 +5115,7 @@
5220
5115
  "一个机构仅允许一个 Red Hat 供应商"
5221
5116
  ],
5222
5117
  "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page.": [
5223
- "只有未发布在内容视图中的存储库才能禁用。必须从存储库详情页面中删除发布的存储库。"
5118
+ ""
5224
5119
  ],
5225
5120
  "Only returns id and quantity fields": [
5226
5121
  "仅返回 id 和 quantity 字段"
@@ -5250,7 +5145,7 @@
5250
5145
  "組織 ID"
5251
5146
  ],
5252
5147
  "Organization id not found: '%s'": [
5253
- "机构 id 没有找到: '%s'"
5148
+ ""
5254
5149
  ],
5255
5150
  "Organization identifier": [
5256
5151
  "机构标识符"
@@ -5259,22 +5154,25 @@
5259
5154
  "机构标签"
5260
5155
  ],
5261
5156
  "Organization label '%s' is ambiguous. Try using an id-based container name.": [
5262
- "机构标签 '%s' 不明确。使用基于 id 的容器名称。"
5157
+ ""
5263
5158
  ],
5264
5159
  "Organization not found": [
5265
5160
  "没有找到机构"
5266
5161
  ],
5267
5162
  "Organization not found: '%s'": [
5268
- "没有找到机构:'%s'"
5163
+ ""
5269
5164
  ],
5270
5165
  "Organization required": [
5271
5166
  "需要的机构"
5272
5167
  ],
5168
+ "Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details.": [
5169
+ ""
5170
+ ],
5273
5171
  "Orphaned Content Protection Time": [
5274
5172
  "孤立的内容保护时间"
5275
5173
  ],
5276
5174
  "Orphaned content facets for deleted hosts exist for the content view and environment. Please run rake task : katello:clean_orphaned_facets and try again!": [
5277
- "对于内容视图和环境,存在已删除的主机的孤立内容。请运行 rake 任务 : katello:clean_orphaned_facets,然后重试!"
5175
+ ""
5278
5176
  ],
5279
5177
  "Other": [
5280
5178
  "其他"
@@ -5423,6 +5321,9 @@
5423
5321
  "Package Update scheduled by %s": [
5424
5322
  "%s调度的软件包更新"
5425
5323
  ],
5324
+ "Package actions will be transient": [
5325
+ ""
5326
+ ],
5426
5327
  "Package group update canceled": [
5427
5328
  "软件包组更新已取消"
5428
5329
  ],
@@ -5448,10 +5349,10 @@
5448
5349
  "软件包安装:\\\"%{package}\\\" "
5449
5350
  ],
5450
5351
  "Package mode": [
5451
- "软件包模式"
5352
+ ""
5452
5353
  ],
5453
5354
  "Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg,bdist_dumb,bdist_egg,bdist_msi,bdist_rpm,bdist_wheel,bdist_wininst,sdist.": [
5454
- "为 Python 内容同步的软件包类型,以逗号隔开。留空代表获得每个软件包类型。软件包类型包括:bdist_dmg,bdist_dumb,bdist_egg,bdist_msi,bdist_rpm,bdist_wheel,bdist_wininst,sdist."
5355
+ ""
5455
5356
  ],
5456
5357
  "Packages": [
5457
5358
  "软件包"
@@ -5460,13 +5361,13 @@
5460
5361
  "必须提供软件包"
5461
5362
  ],
5462
5363
  "Packages to be removed": [
5463
- "要删除的软件包"
5364
+ ""
5464
5365
  ],
5465
5366
  "Packages to be updated": [
5466
- "要更新的软件包"
5367
+ ""
5467
5368
  ],
5468
5369
  "Packages to install": [
5469
- "要安装的软件包"
5370
+ ""
5470
5371
  ],
5471
5372
  "Packages will appear here when available.": [
5472
5373
  "当软件包可用时,将在此处显示。"
@@ -5499,7 +5400,7 @@
5499
5400
  "暂停"
5500
5401
  ],
5501
5402
  "Pending tasks detected in repositories of this content view. Please wait for the tasks: ": [
5502
- "在此内容视图的仓库中检测到的待处理的任务。请等待任务: "
5403
+ ""
5503
5404
  ],
5504
5405
  "Perform a module stream action via Katello interface": [
5505
5406
  "通过 Katello 接口执行模块流操作"
@@ -5538,7 +5439,7 @@
5538
5439
  "请添加一些仓库。"
5539
5440
  ],
5540
5441
  "Please create some content views.": [
5541
- "请添加一些内容视图。"
5442
+ ""
5542
5443
  ],
5543
5444
  "Please enter a positive number above zero": [
5544
5445
  "请输入大于零的正数"
@@ -5559,7 +5460,7 @@
5559
5460
  "请选择生命周期环境和内容视图来移动此激活码。"
5560
5461
  ],
5561
5462
  "Please select a lifecycle environment and content view to view activation keys.": [
5562
- "请选择生命周期环境和内容视图来查看激活码。"
5463
+ ""
5563
5464
  ],
5564
5465
  "Please select an architecture before assigning a kickstart repository": [
5565
5466
  "在分配 kickstart 仓库之前,请先选择一个架构"
@@ -5574,25 +5475,25 @@
5574
5475
  "请等待任务启动.."
5575
5476
  ],
5576
5477
  "Please wait...": [
5577
- "请等待..."
5478
+ "请稍等。"
5578
5479
  ],
5579
5480
  "Policy to set for mirroring content. Must be one of %s.": [
5580
5481
  "为镜像内容设置的策略。必须是 %s 之一。"
5581
5482
  ],
5582
5483
  "Possible values: %s": [
5583
- "可能的值:%s"
5484
+ ""
5584
5485
  ],
5585
5486
  "Prefer registered through Smart Proxy for remote execution": [
5586
- "首选通过智能代理注册的远程执行"
5487
+ ""
5587
5488
  ],
5588
5489
  "Prefer using a Smart Proxy to which a host is registered when using remote execution": [
5589
- "在使用远程执行时,首选使用主机注册的智能代理"
5490
+ ""
5590
5491
  ],
5591
5492
  "Prevent from further updates": [
5592
5493
  "防止进一步更新"
5593
5494
  ],
5594
5495
  "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' ": [
5595
- "在元数据中指定的前内容查看版本 - '%{name}'不存在。请先导入“%{name}”的元数据,然后再导入“%{current} "
5496
+ "元数据中指定的之前的内容视图版本 - '%{name}' 不存在。请在导入 '%{current}' 前导入 '%{name}' 的元数据。 "
5596
5497
  ],
5597
5498
  "Problem searching": [
5598
5499
  "问题搜索"
@@ -5625,13 +5526,13 @@
5625
5526
  "产品创建"
5626
5527
  ],
5627
5528
  "Product Host Count": [
5628
- "产品主机计数"
5529
+ ""
5629
5530
  ],
5630
5531
  "Product ID": [
5631
5532
  "产品 ID"
5632
5533
  ],
5633
5534
  "Product ID to mirror the remote repository to": [
5634
- "将远程仓库镜像到的产品 ID"
5535
+ ""
5635
5536
  ],
5636
5537
  "Product and Repositories": [
5637
5538
  "产品和存储库"
@@ -5646,13 +5547,13 @@
5646
5547
  "产品 id,与列出的主机安装的产品一样,\\\\\\n 而不是 products api 返回的 product id"
5647
5548
  ],
5648
5549
  "Product id not found: '%s'": [
5649
- "没有找到产品 id: '%s'"
5550
+ ""
5650
5551
  ],
5651
5552
  "Product label": [
5652
- "产品标签"
5553
+ ""
5653
5554
  ],
5654
5555
  "Product label '%s' is ambiguous. Try using an id-based container name.": [
5655
- "产品标签 '%s' 不明确。使用基于 id 的容器名称。"
5556
+ ""
5656
5557
  ],
5657
5558
  "Product name": [
5658
5559
  "产品名称"
@@ -5661,7 +5562,7 @@
5661
5562
  "产品名称,与列出的主机安装的产品一样"
5662
5563
  ],
5663
5564
  "Product not found: '%s'": [
5664
- "未找到产品:'%s'"
5565
+ ""
5665
5566
  ],
5666
5567
  "Product the repository belongs to": [
5667
5568
  "仓库所属的产品"
@@ -5673,7 +5574,7 @@
5673
5574
  "在 Candlepin 中找不到 ID 为 %s 的产品。跳过内容导入。"
5674
5575
  ],
5675
5576
  "Product: '%{product}', Repository: '%{repository}'": [
5676
- "产品:'%{product}', 仓库:'%{repository}' "
5577
+ "Product: '%{product}', Repository: '%{repository}'"
5677
5578
  ],
5678
5579
  "Product: '%{product}', Repository: '%{repo}' ": [
5679
5580
  "产品:'%{product}', 仓库:'%{repo}' "
@@ -5730,7 +5631,7 @@
5730
5631
  "代理服务器"
5731
5632
  ],
5732
5633
  "Proxy sync failure": [
5733
- "代理同步失败"
5634
+ ""
5734
5635
  ],
5735
5636
  "Public": [
5736
5637
  "公共的"
@@ -5742,7 +5643,7 @@
5742
5643
  "发布"
5743
5644
  ],
5744
5645
  "Publish Lifecycle Environment Container Repositories": [
5745
- "发布生命周期环境容器仓库"
5646
+ ""
5746
5647
  ],
5747
5648
  "Publish a content view": [
5748
5649
  "出版內容視域"
@@ -5760,7 +5661,7 @@
5760
5661
  "发布新版本"
5761
5662
  ],
5762
5663
  "Publishing ${truncate(name)}": [
5763
- "发布 ${truncate(name)}"
5664
+ ""
5764
5665
  ],
5765
5666
  "Publishing content view": [
5766
5667
  "发布内容视图"
@@ -5813,9 +5714,6 @@
5813
5714
  "Pulp task error": [
5814
5715
  "Pulp 任务错误"
5815
5716
  ],
5816
- "Purge completed tasks": [
5817
- ""
5818
- ],
5819
5717
  "Python Package": [
5820
5718
  "Python 软件包"
5821
5719
  ],
@@ -5865,10 +5763,10 @@
5865
5763
  "RH 仓库"
5866
5764
  ],
5867
5765
  "RHEL Lifecycle status": [
5868
- "RHEL 生命周期状态"
5766
+ ""
5869
5767
  ],
5870
5768
  "RHEL lifecycle": [
5871
- "RHEL 生命周期"
5769
+ ""
5872
5770
  ],
5873
5771
  "RHUI": [
5874
5772
  "RHUI"
@@ -5916,7 +5814,7 @@
5916
5814
  "重新分配受影响的主机"
5917
5815
  ],
5918
5816
  "Reboot host": [
5919
- "重启主机"
5817
+ ""
5920
5818
  ],
5921
5819
  "Reboot required": [
5922
5820
  "需要重启"
@@ -5924,9 +5822,6 @@
5924
5822
  "Reclaim Space": [
5925
5823
  "重新声明空间"
5926
5824
  ],
5927
- "Reclaim space": [
5928
- ""
5929
- ],
5930
5825
  "Reclaim space from On Demand repositories": [
5931
5826
  "重新声明来自 On Demand 软件仓库的空间"
5932
5827
  ],
@@ -5940,7 +5835,7 @@
5940
5835
  "推荐的仓库"
5941
5836
  ],
5942
5837
  "Red Hat": [
5943
- "Red Hat"
5838
+ ""
5944
5839
  ],
5945
5840
  "Red Hat CDN": [
5946
5841
  "Red Hat CDN"
@@ -5987,10 +5882,10 @@
5987
5882
  "Refresh Manifest": [
5988
5883
  "刷新清单"
5989
5884
  ],
5990
- "Refresh all alternate content sources": [
5991
- "刷新所有备用内容源"
5885
+ "Refresh RollingCV Repo": [
5886
+ ""
5992
5887
  ],
5993
- "Refresh all distributions": [
5888
+ "Refresh all alternate content sources": [
5994
5889
  ""
5995
5890
  ],
5996
5891
  "Refresh alternate content sources": [
@@ -6000,32 +5895,20 @@
6000
5895
  "刷新备用内容源。在使用备用内容源前,需要进行刷新(如仓库同步)。"
6001
5896
  ],
6002
5897
  "Refresh applicability": [
6003
- "刷新适用性"
5898
+ ""
6004
5899
  ],
6005
5900
  "Refresh counts": [
6006
- "刷新计数"
6007
- ],
6008
- "Refresh distribution": [
6009
5901
  ""
6010
5902
  ],
6011
5903
  "Refresh errata applicability": [
6012
- "刷新勘误适用性"
6013
- ],
6014
- "Refresh if needed": [
6015
5904
  ""
6016
5905
  ],
6017
5906
  "Refresh package applicability": [
6018
- "刷新软件包适用性"
5907
+ ""
6019
5908
  ],
6020
5909
  "Refresh previously imported manifest for Red Hat provider": [
6021
5910
  "為 Red Hat 供應者更新之前匯入的清單"
6022
5911
  ],
6023
- "Refresh remote": [
6024
- ""
6025
- ],
6026
- "Refresh repos": [
6027
- ""
6028
- ],
6029
5912
  "Refresh source": [
6030
5913
  "刷新源"
6031
5914
  ],
@@ -6042,7 +5925,7 @@
6042
5925
  "注册"
6043
5926
  ],
6044
5927
  "Registered at": [
6045
- "注册于"
5928
+ ""
6046
5929
  ],
6047
5930
  "Registered by": [
6048
5931
  "注册人"
@@ -6051,10 +5934,10 @@
6051
5934
  "注册于"
6052
5935
  ],
6053
5936
  "Registered to": [
6054
- "注册到"
5937
+ ""
6055
5938
  ],
6056
5939
  "Registering to multiple environments is not enabled.": [
6057
- "未启用注册到多个环境。"
5940
+ ""
6058
5941
  ],
6059
5942
  "Registration details": [
6060
5943
  "注册详情"
@@ -6068,9 +5951,6 @@
6068
5951
  "Registry name pattern will result in invalid container image name of member repositories": [
6069
5952
  "Registry 名称特征将导致成员仓库的容器镜像名称无效"
6070
5953
  ],
6071
- "Reindex subscriptions": [
6072
- ""
6073
- ],
6074
5954
  "Related composite content views": [
6075
5955
  "相关的复合内容视图"
6076
5956
  ],
@@ -6108,7 +5988,7 @@
6108
5988
  "重新载入数据"
6109
5989
  ],
6110
5990
  "Remote execution is enabled.": [
6111
- "远程执行已启用。"
5991
+ ""
6112
5992
  ],
6113
5993
  "Remote execution job '${description}' failed.": [
6114
5994
  "远程执行作业 '${description}' 失败。"
@@ -6167,9 +6047,6 @@
6167
6047
  "Remove one or more subscriptions from an upstream manifest": [
6168
6048
  "从上游清单中删除一个或多个订阅"
6169
6049
  ],
6170
- "Remove orphans": [
6171
- ""
6172
- ],
6173
6050
  "Remove package group via Katello interface": [
6174
6051
  "通过 Katello 接口删除软件包组"
6175
6052
  ],
@@ -6177,7 +6054,7 @@
6177
6054
  "通过 Katello 界面删除软件包"
6178
6055
  ],
6179
6056
  "Remove packages": [
6180
- "删除软件包"
6057
+ ""
6181
6058
  ],
6182
6059
  "Remove packages via Katello interface": [
6183
6060
  "通过 Katello 界面删除软件包"
@@ -6192,17 +6069,11 @@
6192
6069
  "从 %s 中删除订阅"
6193
6070
  ],
6194
6071
  "Remove subscriptions from a host": [
6195
- "从一个主机中删除订阅"
6072
+ ""
6196
6073
  ],
6197
6074
  "Remove subscriptions from one or more hosts": [
6198
6075
  "从一个或多个主机上删除订阅"
6199
6076
  ],
6200
- "Remove units": [
6201
- ""
6202
- ],
6203
- "Remove unneeded repos": [
6204
- ""
6205
- ],
6206
6077
  "Remove versions and/or environments from a content view and reassign systems and keys": [
6207
6078
  "从内容视图中删除版本和/或环境,并重新分配系统和密钥"
6208
6079
  ],
@@ -6222,25 +6093,22 @@
6222
6093
  "正在删除软件包..."
6223
6094
  ],
6224
6095
  "Removing product %{prod_name} with ID %{prod_id} from ACS %{acs_name} with ID %{acs_id}": [
6225
- "删除来自 ID 为 %{acs_id} 的 ACS %{acs_name} 的 ID 为%{prod_id} 的产品%{acs_name}"
6096
+ "删除来自 ID 为 %{acs_id} 的 ACS %{acs_name} 的 ID 为 %{prod_id} 的产品 %{prod_name}"
6226
6097
  ],
6227
6098
  "Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
6228
6099
  "从所有环境中移出此版本不会删除此版本。版本仍可用于以后的提升。"
6229
6100
  ],
6230
- "Repair": [
6231
- ""
6232
- ],
6233
6101
  "Replace content source on the target machine": [
6234
- "替换目标机器上的内容源"
6102
+ ""
6235
6103
  ],
6236
6104
  "Repo ID": [
6237
- "仓库 ID"
6105
+ ""
6238
6106
  ],
6239
6107
  "Repo Type": [
6240
6108
  "仓库类型"
6241
6109
  ],
6242
6110
  "Repo label": [
6243
- "仓库标签"
6111
+ ""
6244
6112
  ],
6245
6113
  "Repositories": [
6246
6114
  "软件仓库"
@@ -6248,29 +6116,23 @@
6248
6116
  "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
6249
6117
  "当 CDN 配置设置为 Air-gapped(断开连接)时,仓库不可用。"
6250
6118
  ],
6251
- "Repositories certs reset": [
6252
- ""
6253
- ],
6254
6119
  "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.": [
6255
- "所选内容视图版本常见的存储库将合并,生成复合内容视图,该视图是每个内容视图版本中的所有内容。"
6120
+ ""
6256
6121
  ],
6257
6122
  "Repositories from published Content Views are not allowed.": [
6258
6123
  "不允许来自发布的内容视图中的仓库。"
6259
6124
  ],
6260
- "Repositories gpg reset": [
6261
- ""
6262
- ],
6263
6125
  "Repository": [
6264
6126
  "仓库"
6265
6127
  ],
6266
6128
  "Repository %s cannot be deleted since it has already been included in a published Content View. Use repository details page to delete": [
6267
- "仓库 %s 无法被删除,因为它已包含在公布的内容视图中。使用仓库详情页面删除"
6129
+ ""
6268
6130
  ],
6269
6131
  "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete.": [
6270
- "仓库 %s 无法被删除,因为它是过滤中最后一个受影响的存储库。使用仓库详情页面删除。"
6132
+ ""
6271
6133
  ],
6272
6134
  "Repository %{label} failed to synchronize": [
6273
- "仓库 %{label} 无法同步"
6135
+ ""
6274
6136
  ],
6275
6137
  "Repository '%(repoName)s' has been disabled.": [
6276
6138
  "仓库 '%(repoName)s' 已被禁用。"
@@ -6279,13 +6141,13 @@
6279
6141
  "仓库 '%(repoName)s' 已被启用。"
6280
6142
  ],
6281
6143
  "Repository ID": [
6282
- "仓库 ID"
6144
+ ""
6283
6145
  ],
6284
6146
  "Repository Id associated with the kickstart repo used for provisioning": [
6285
6147
  "与用于配置的 kickstart 仓库关联的仓库 ID"
6286
6148
  ],
6287
6149
  "Repository cannot be deleted since it has already been included in a published Content View. Please delete all Content View versions containing this repository before attempting to delete it or use --remove-from-content-view-versions flag to automatically remove the repository from all published versions.": [
6288
- "由于已包含在公布的内容视图中,因此无法删除存储库。请在尝试删除它前删除所有包含此存储库的内容视图版本,或使用 --remove-from-content-view-versions 标志自动从所有发布的版本中删除存储库。"
6150
+ ""
6289
6151
  ],
6290
6152
  "Repository cannot be disabled since it has already been promoted.": [
6291
6153
  "軟體庫無法停用,因為該軟體庫已推送。"
@@ -6303,10 +6165,10 @@
6303
6165
  "仓库标签 '%s' 没有与内容视图关联。"
6304
6166
  ],
6305
6167
  "Repository name": [
6306
- "仓库名称"
6168
+ ""
6307
6169
  ],
6308
6170
  "Repository name '%{container_name}' already exists in this product using a different naming scheme. Please retry your request with the %{root_repo_container_push_name} format or destroy and recreate the repository using your preferred schema.": [
6309
- "仓库名称 '%{container_name}' 在这个产品中已存在(使用了不同的命名规则)。请尝试在您的请求中使用 %{root_repo_container_push_name} 格式,或者先销毁然后再使用您首选的格式重现创建仓库。"
6171
+ ""
6310
6172
  ],
6311
6173
  "Repository not found": [
6312
6174
  "找不到軟體庫"
@@ -6345,13 +6207,13 @@
6345
6207
  "在启用红帽存储库或创建自定义产品后,存储库集将出现在此处。"
6346
6208
  ],
6347
6209
  "Repository sets will appear here when the host's content view and environment has available content.": [
6348
- "当主机的内容视图和环境可用内容时,将在此处显示存储库集。"
6210
+ ""
6349
6211
  ],
6350
6212
  "Repository sync failure": [
6351
- "仓库同步失败"
6213
+ ""
6352
6214
  ],
6353
6215
  "Repository type": [
6354
- "仓库类型"
6216
+ ""
6355
6217
  ],
6356
6218
  "Republish Repositories of %{name} %{version}": [
6357
6219
  "重新发布 %{name}%{version} 的仓库"
@@ -6360,10 +6222,10 @@
6360
6222
  "发布版本库"
6361
6223
  ],
6362
6224
  "Republish repository metadata": [
6363
- "重新发布仓库元数据"
6225
+ ""
6364
6226
  ],
6365
6227
  "Requested access to '%s' is denied": [
6366
- "请求对 '%s' 的访问被拒绝"
6228
+ ""
6367
6229
  ],
6368
6230
  "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys.": [
6369
6231
  "需要您上传 subscription-manifest 并为主机和激活码重新附加订阅。"
@@ -6432,7 +6294,7 @@
6432
6294
  "仅返回红帽(非定制)产品"
6433
6295
  ],
6434
6296
  "Return a list of installed packages distinct by name": [
6435
- "返回名称不同的安装的软件包列表"
6297
+ ""
6436
6298
  ],
6437
6299
  "Return content that can be added to the specified object. The values 'content_view_version' and 'content_view_filter are supported.": [
6438
6300
  "返回可以添加到指定对象的内容。支持的值为 'content_view_version' 和 'content_view_filter。"
@@ -6516,7 +6378,7 @@
6516
6378
  "返回可以添加及当前被添加的内容。支持值“ content_view_filter”"
6517
6379
  ],
6518
6380
  "Review": [
6519
- "审核"
6381
+ ""
6520
6382
  ],
6521
6383
  "Review affected environment": [
6522
6384
  "检查受影响的环境"
@@ -6524,17 +6386,17 @@
6524
6386
  "Review affected environments": [
6525
6387
  "检查受影响的环境"
6526
6388
  ],
6527
- "Review and optionally exclude hosts from your selection.": [
6389
+ "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.": [
6528
6390
  ""
6529
6391
  ],
6530
6392
  "Review and then click {submitBtnText}.": [
6531
- "审核并点 {submitBtnText}。"
6393
+ ""
6532
6394
  ],
6533
6395
  "Review details": [
6534
6396
  "审阅详情"
6535
6397
  ],
6536
6398
  "Review hosts": [
6537
- "审阅主机"
6399
+ ""
6538
6400
  ],
6539
6401
  "Review the information below and click ": [
6540
6402
  "查看以下信息并点 "
@@ -6552,10 +6414,16 @@
6552
6414
  "角色"
6553
6415
  ],
6554
6416
  "Rollback image": [
6555
- "回滚镜像"
6417
+ ""
6556
6418
  ],
6557
6419
  "Rollback image digest": [
6558
- "回滚镜像摘要"
6420
+ ""
6421
+ ],
6422
+ "Rolling content view": [
6423
+ ""
6424
+ ],
6425
+ "Rolling content views": [
6426
+ ""
6559
6427
  ],
6560
6428
  "Rules to be added": [
6561
6429
  "要添加的规则"
@@ -6564,16 +6432,16 @@
6564
6432
  "运行同步计划:"
6565
6433
  ],
6566
6434
  "Run job invocation": [
6567
- "运行作业调用"
6435
+ ""
6568
6436
  ],
6569
6437
  "Running": [
6570
6438
  "執行中"
6571
6439
  ],
6572
6440
  "Running image": [
6573
- "运行的镜像"
6441
+ ""
6574
6442
  ],
6575
6443
  "Running image digest": [
6576
- "运行镜像摘要"
6444
+ ""
6577
6445
  ],
6578
6446
  "SKU": [
6579
6447
  "SKU"
@@ -6602,38 +6470,17 @@
6602
6470
  "Save": [
6603
6471
  "保存"
6604
6472
  ],
6605
- "Save artifact": [
6606
- ""
6607
- ],
6608
- "Save distribution references": [
6609
- ""
6610
- ],
6611
- "Save publication": [
6612
- ""
6613
- ],
6614
- "Save version": [
6615
- ""
6616
- ],
6617
- "Save versions": [
6618
- ""
6619
- ],
6620
6473
  "Saving alternate content source...": [
6621
6474
  "更新备用内容源..."
6622
6475
  ],
6623
6476
  "Scan a flatpak remote": [
6624
- "扫描 flatpak 远程"
6625
- ],
6626
- "Scan cdn": [
6627
- ""
6628
- ],
6629
- "Scan remote": [
6630
6477
  ""
6631
6478
  ],
6632
6479
  "Schema version 1": [
6633
- "Schema 版本 1"
6480
+ ""
6634
6481
  ],
6635
6482
  "Schema version 2": [
6636
- "Schema 版本 2"
6483
+ ""
6637
6484
  ],
6638
6485
  "Search": [
6639
6486
  "搜索"
@@ -6642,7 +6489,7 @@
6642
6489
  "搜索查询"
6643
6490
  ],
6644
6491
  "Search available Debian packages": [
6645
- "搜索可用的 Debian 软件包"
6492
+ ""
6646
6493
  ],
6647
6494
  "Search available packages": [
6648
6495
  "搜索可用的软件包"
@@ -6708,7 +6555,7 @@
6708
6555
  "选择客户端密钥"
6709
6556
  ],
6710
6557
  "Select a content source first": [
6711
- "先选择一个内容源"
6558
+ ""
6712
6559
  ],
6713
6560
  "Select a content view": [
6714
6561
  "选择一个内容视图"
@@ -6720,7 +6567,7 @@
6720
6567
  "选择一个生命周期环境和一个内容视图来移动这个主机。"
6721
6568
  ],
6722
6569
  "Select a lifecycle environment first": [
6723
- "首先选择生命周期环境"
6570
+ ""
6724
6571
  ],
6725
6572
  "Select a lifecycle environment from the available promotion paths to promote new version.": [
6726
6573
  "从可用的提升路径中选择生命周期环境来提升新版本。"
@@ -6729,10 +6576,10 @@
6729
6576
  "选择安装 katello-host-tools-tracer 的供应商"
6730
6577
  ],
6731
6578
  "Select a source": [
6732
- "选择一个源"
6579
+ ""
6733
6580
  ],
6734
6581
  "Select action": [
6735
- "选择操作"
6582
+ ""
6736
6583
  ],
6737
6584
  "Select all": [
6738
6585
  "选择所有"
@@ -6753,16 +6600,16 @@
6753
6600
  "选择一个机构"
6754
6601
  ],
6755
6602
  "Select at least one erratum.": [
6756
- "请至少选择一个勘误。"
6603
+ ""
6757
6604
  ],
6758
6605
  "Select at least one package.": [
6759
- "请至少选择一个软件包。"
6606
+ ""
6760
6607
  ],
6761
6608
  "Select attributes for ${akDetails.name}": [
6762
- "为 ${akDetails.name} 选择属性"
6609
+ ""
6763
6610
  ],
6764
6611
  "Select available version of ${truncate(cvName)} to use": [
6765
- "选择一个可用的 {truncate(cvName)} 版本来使用"
6612
+ ""
6766
6613
  ],
6767
6614
  "Select available version of content views to use": [
6768
6615
  "选择要使用的内容视图的可用版本"
@@ -6774,10 +6621,10 @@
6774
6621
  "选择环境"
6775
6622
  ],
6776
6623
  "Select errata": [
6777
- "选择勘误"
6624
+ ""
6778
6625
  ],
6779
6626
  "Select errata to apply on the selected hosts. Some errata may already be applied on some hosts.": [
6780
- "选择要应用到所选主机的勘误。一些勘误可能已在某些主机上应用。"
6627
+ ""
6781
6628
  ],
6782
6629
  "Select host collection(s) to associate with host {hostName}.": [
6783
6630
  "选择与主机 {hostName} 关联的主机集合。"
@@ -6798,16 +6645,16 @@
6798
6645
  "选择一个"
6799
6646
  ],
6800
6647
  "Select packages to install on the selected hosts. Some packages may already be installed on some hosts.": [
6801
- "选择要在所选主机上安装的软件包。一些软件包可能已在某些主机上安装了。"
6648
+ ""
6802
6649
  ],
6803
6650
  "Select packages to install to the host {hostName}.": [
6804
6651
  "选择安装到主机 {hostName} 的软件包。"
6805
6652
  ],
6806
6653
  "Select packages to remove on the selected hosts.": [
6807
- "选择要在所选主机上删除的软件包。"
6654
+ ""
6808
6655
  ],
6809
6656
  "Select packages to upgrade to the latest version. Packages may have different versions on different hosts.": [
6810
- "选择要升级到最新版本的软件包。软件包在不同主机上可能会有不同的版本。"
6657
+ ""
6811
6658
  ],
6812
6659
  "Select page": [
6813
6660
  "选择页"
@@ -6831,10 +6678,10 @@
6831
6678
  "选择源类型"
6832
6679
  ],
6833
6680
  "Select system purpose attributes for activation key {name}.": [
6834
- "为激活码 {name} 选择系统目的属性。"
6681
+ ""
6835
6682
  ],
6836
6683
  "Select system purpose attributes for host {name}.": [
6837
- "为主机 {name} 选择系统目的属性。"
6684
+ ""
6838
6685
  ],
6839
6686
  "Select the installation media that will be used to provision this host. Choose 'Synced Content' for Synced Kickstart Repositories or 'All Media' for other media.": [
6840
6687
  "选择用于置备这个主机的安装媒体。为同步的 Kickstart 仓库选择 'Synced Content',为其他媒体选择 'All Media'。"
@@ -6846,10 +6693,10 @@
6846
6693
  "选择的环境 "
6847
6694
  ],
6848
6695
  "Selected errata will be applied on {hostCount} hosts": [
6849
- "所选要应用到 {hostCount} 主机的勘误"
6696
+ ""
6850
6697
  ],
6851
6698
  "Selected packages will be {submitAction} on {hostCount} hosts": [
6852
- "所选软件包将在 {hostCount} 个主机上 {submitAction}"
6699
+ ""
6853
6700
  ],
6854
6701
  "Sending a list of included IDs is not allowed when all items are being selected.": [
6855
6702
  "当选择所有项目时,不允许发送包含 ID 的列表。"
@@ -6873,7 +6720,7 @@
6873
6720
  "为一个或更多主机设置内容覆盖"
6874
6721
  ],
6875
6722
  "Set this HTTP proxy as the default content HTTP proxy": [
6876
- "将此 HTTP 代理设置为默认内容 HTTP 代理"
6723
+ ""
6877
6724
  ],
6878
6725
  "Set true to override to enabled; Set false to override to disabled.'": [
6879
6726
  "设置为 true 进行覆盖以启用;设置为 false 进行覆盖以禁用。'"
@@ -6915,10 +6762,10 @@
6915
6762
  "显示内容视图的历史记录"
6916
6763
  ],
6917
6764
  "Show a flatpak remote": [
6918
- "显示 flatpak 远程"
6765
+ ""
6919
6766
  ],
6920
6767
  "Show a flatpak remote repository": [
6921
- "显示一个 flatpak 远程仓库"
6768
+ ""
6922
6769
  ],
6923
6770
  "Show a host collection": [
6924
6771
  "顯示主機集項目"
@@ -6945,7 +6792,7 @@
6945
6792
  "显示所有"
6946
6793
  ],
6947
6794
  "Show all repository sets": [
6948
- "显示所有存储库集"
6795
+ ""
6949
6796
  ],
6950
6797
  "Show an activation key": [
6951
6798
  "顯示啟動金鑰"
@@ -6969,7 +6816,7 @@
6969
6816
  "显示完整描述"
6970
6817
  ],
6971
6818
  "Show hosts associated to an activation key": [
6972
- "显示与激活码关联的主机"
6819
+ ""
6973
6820
  ],
6974
6821
  "Show organization": [
6975
6822
  "顯示組織"
@@ -6981,7 +6828,7 @@
6981
6828
  "显示可用于内容主机的发行版本"
6982
6829
  ],
6983
6830
  "Show repositories": [
6984
- "显示仓库"
6831
+ ""
6985
6832
  ],
6986
6833
  "Show repositories enabled on the host that are known to Katello": [
6987
6834
  "显示主机上启用的仓库,被 Katello 知道"
@@ -6990,7 +6837,7 @@
6990
6837
  "显示可用的仓库类型"
6991
6838
  ],
6992
6839
  "Show whether each lifecycle environment is associated with the given Smart Proxy id.": [
6993
- "显示每个生命周期环境是否与给定的智能卡 ID 关联。"
6840
+ ""
6994
6841
  ],
6995
6842
  "Shows status of Katello system and it's subcomponents": [
6996
6843
  "显示 Katello 系统和它的子组件的状态"
@@ -7005,14 +6852,11 @@
7005
6852
  "已为“%{subject} ' 启用了简单内容访问。"
7006
6853
  ],
7007
6854
  "Simple Content Access is the only supported content access mode": [
7008
- "简单内容访问是唯一支持的内容访问模式"
6855
+ ""
7009
6856
  ],
7010
6857
  "Simplified": [
7011
6858
  "简化的"
7012
6859
  ],
7013
- "Single content view consisting of e.g. repositories": [
7014
- ""
7015
- ],
7016
6860
  "Size of file to upload": [
7017
6861
  "要上传的文件大小"
7018
6862
  ],
@@ -7023,22 +6867,22 @@
7023
6867
  "pulp 检查失败后跳过 pulp_auth"
7024
6868
  ],
7025
6869
  "Smart proxies": [
7026
- "智能代理"
6870
+ "智慧協定"
7027
6871
  ],
7028
6872
  "Smart proxy ID": [
7029
- "智能代理 ID"
6873
+ ""
7030
6874
  ],
7031
6875
  "Smart proxy IDs": [
7032
6876
  "智慧型代理伺服器的 ID"
7033
6877
  ],
7034
6878
  "Smart proxy content count refresh has started in the background": [
7035
- "智能代理内容计数刷新已在后台启动"
6879
+ ""
7036
6880
  ],
7037
6881
  "Smart proxy content source not found!": [
7038
6882
  "未找到智能代理内容源!"
7039
6883
  ],
7040
6884
  "Smart proxy name": [
7041
- "智能代理名称"
6885
+ ""
7042
6886
  ],
7043
6887
  "Sockets": [
7044
6888
  "插槽"
@@ -7055,11 +6899,14 @@
7055
6899
  "Solve dependencies": [
7056
6900
  "解决依赖关系"
7057
6901
  ],
6902
+ "Some environments are disabled because they are not associated with all of the affected hosts' content sources.": [
6903
+ ""
6904
+ ],
7058
6905
  "Some environments are disabled because they are not associated with the host's content source.": [
7059
- "有些环境被禁用,因为它们没有与主机的内容源关联。"
6906
+ ""
7060
6907
  ],
7061
6908
  "Some environments are disabled because they are not associated with the selected content source.": [
7062
- "有些环境被禁用,因为它们没有与所选内容源关联。"
6909
+ ""
7063
6910
  ],
7064
6911
  "Some hosts are not registered as content hosts and will be ignored.": [
7065
6912
  "一些主机没有注册为内容主机并将被忽略。"
@@ -7071,7 +6918,7 @@
7071
6918
  "有些服务没有正确启动。如需更多信息,请参阅 About 页面。"
7072
6919
  ],
7073
6920
  "Something went wrong while adding a bookmark: ${getBookmarkErrorMsgs(error.response)}": [
7074
- "添加书签时出现错误:${getBookmarkErrorMsgs(error.response)}"
6921
+ "添加书签时会出现一个错误:${getBookmarkErrorMsgs(error.response)}"
7075
6922
  ],
7076
6923
  "Something went wrong while adding a filter rule! ${getResponseErrorMsgs(error.response)}": [
7077
6924
  "添加过滤规则时出现问题!${getResponseErrorMsgs(error.response)}"
@@ -7119,7 +6966,7 @@
7119
6966
  "获取 rpm 软件包时发生错误!${getResponseErrorMsgs(error.response)}"
7120
6967
  ],
7121
6968
  "Something went wrong while getting container manifest lists! ${getResponseErrorMsgs(error.response)}": [
7122
- "获取容器清单列表时出现错误!${getResponseErrorMsgs(error.response)}"
6969
+ ""
7123
6970
  ],
7124
6971
  "Something went wrong while getting container tags! ${getResponseErrorMsgs(error.response)}": [
7125
6972
  "获取目标时出错!${getResponseErrorMsgs(error.response)}"
@@ -7152,7 +6999,7 @@
7152
6999
  "在刷新备用内容源时出现错误:"
7153
7000
  ],
7154
7001
  "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}": [
7155
- "刷新内容计数时出现错误:${getResponseErrorMsgs(error.response)}"
7002
+ ""
7156
7003
  ],
7157
7004
  "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}": [
7158
7005
  "删除过滤规则时出现问题!${getResponseErrorMsgs(error.response)}"
@@ -7248,10 +7095,10 @@
7248
7095
  "堆叠 ID"
7249
7096
  ],
7250
7097
  "Staged image": [
7251
- "预发布镜像"
7098
+ ""
7252
7099
  ],
7253
7100
  "Staged image digest": [
7254
- "预发布镜像摘要"
7101
+ ""
7255
7102
  ],
7256
7103
  "Start Date": [
7257
7104
  "开始日期"
@@ -7317,7 +7164,7 @@
7317
7164
  "订阅清单"
7318
7165
  ],
7319
7166
  "Subscription Manifest expiration date check": [
7320
- "订阅清单过期日期检查"
7167
+ ""
7321
7168
  ],
7322
7169
  "Subscription Manifest validity check": [
7323
7170
  "订阅清单有效性检查"
@@ -7359,7 +7206,7 @@
7359
7206
  "没有找到订阅"
7360
7207
  ],
7361
7208
  "Subscription was not persisted - %{error_message}": [
7362
- "订阅没有持久性 - %{error_message}"
7209
+ "订阅没有持久性 - {error_message}"
7363
7210
  ],
7364
7211
  "Subscriptions": [
7365
7212
  "订阅"
@@ -7374,7 +7221,7 @@
7374
7221
  "订阅服务"
7375
7222
  ],
7376
7223
  "Substitution Mismatch. Unable to update for content: (%{content}). From [%{content_url}] To [%{new_url}].": [
7377
- "替换不匹配。无法更新内容:(%{content})。从 [%{content_url}] 到 [%{new_url}]。"
7224
+ "替换不匹配。无法更新内容:(%{content})。从 [{content_url}] 到 [{new_url}]。"
7378
7225
  ],
7379
7226
  "Success": [
7380
7227
  "成功"
@@ -7398,7 +7245,7 @@
7398
7245
  "成功删除 %s 主机。"
7399
7246
  ],
7400
7247
  "Successfully removed %{count} content host(s) from host collection %{host_collection}.": [
7401
- "已从主机集合 %{host_collection} 中成功删除了 %{host_collection} 个内容主机。"
7248
+ "已成功从主机集 %{host_collection} 中删除 %{count} 个内容主机。"
7402
7249
  ],
7403
7250
  "Successfully synced capsule.": [
7404
7251
  "成功同步的 capsule。"
@@ -7413,14 +7260,11 @@
7413
7260
  "支持类型"
7414
7261
  ],
7415
7262
  "Support ended": [
7416
- "支持终止"
7263
+ ""
7417
7264
  ],
7418
7265
  "Supported Content Types": [
7419
7266
  "支持的内容类型"
7420
7267
  ],
7421
- "Sync": [
7422
- ""
7423
- ],
7424
7268
  "Sync Canceled": [
7425
7269
  "已取消同步"
7426
7270
  ],
@@ -7475,9 +7319,6 @@
7475
7319
  "Sync all repositories for a product": [
7476
7320
  "为一个产品同步所有存储库"
7477
7321
  ],
7478
- "Sync capsule": [
7479
- ""
7480
- ],
7481
7322
  "Sync complete.": [
7482
7323
  "完成同步。"
7483
7324
  ],
@@ -7496,11 +7337,8 @@
7496
7337
  "Sync state": [
7497
7338
  "同步状态"
7498
7339
  ],
7499
- "Syncable export": [
7500
- ""
7501
- ],
7502
7340
  "Synced": [
7503
- "同步的"
7341
+ ""
7504
7342
  ],
7505
7343
  "Synced ": [
7506
7344
  "同步的 "
@@ -7548,7 +7386,7 @@
7548
7386
  "更新的系统目的属性"
7549
7387
  ],
7550
7388
  "System purpose enables you to set the system's intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console.": [
7551
- "系统目的用于设置系统在网络中的使用目的,以便在 Red Hat Hybrid Cloud Console 的订阅服务中提高报告准确性。"
7389
+ ""
7552
7390
  ],
7553
7391
  "Tag name": [
7554
7392
  "标签名称"
@@ -7560,13 +7398,13 @@
7560
7398
  "任务"
7561
7399
  ],
7562
7400
  "Task ${task.humanized.action} completed with a result of ${task.result}. ${task.errors ? getErrors(task) : ''}": [
7563
- "任务 ${task.humanized.action} 完成,结果为 ${task.result}. ${task.errors ? getErrors(task) : ''}"
7401
+ "任务 ${task.humanized.action} 完成,结果为 ${task.result}{task.errors ? getErrors(task) : ''}"
7564
7402
  ],
7565
7403
  "Task ${task.humanized.action} has started.": [
7566
7404
  "任务${task.humanized.action}已经开始。"
7567
7405
  ],
7568
7406
  "Task ID": [
7569
- "任务 ID"
7407
+ ""
7570
7408
  ],
7571
7409
  "Task canceled": [
7572
7410
  "任務已取消"
@@ -7575,13 +7413,13 @@
7575
7413
  "任务详情"
7576
7414
  ],
7577
7415
  "Task details": [
7578
- "任务详情"
7416
+ ""
7579
7417
  ],
7580
7418
  "Task result": [
7581
- "任务结果"
7419
+ ""
7582
7420
  ],
7583
7421
  "Task state": [
7584
- "任务状态"
7422
+ ""
7585
7423
  ],
7586
7424
  "Temporary": [
7587
7425
  "临时"
@@ -7593,16 +7431,16 @@
7593
7431
  "备用内容源类型"
7594
7432
  ],
7595
7433
  "The Foreman Client repository is available in the host's content view environment(s). ": [
7596
- "Foreman 客户端存储库在主机的内容视图环境中提供。 "
7434
+ ""
7597
7435
  ],
7598
7436
  "The Foreman Client repository is enabled. ": [
7599
- "Foreman 客户端存储库已启用。 "
7437
+ ""
7600
7438
  ],
7601
7439
  "The Foreman Client repository is synced. ": [
7602
- "Foreman 客户端存储库是同步的。 "
7440
+ ""
7603
7441
  ],
7604
7442
  "The Foreman Client repository set is enabled for the host. ": [
7605
- "为主机启用 Foreman 客户端存储库集。 "
7443
+ ""
7606
7444
  ],
7607
7445
  "The URL to receive a session token from, e.g. used with Automation Hub.": [
7608
7446
  "从以下网址接收会话令牌的网址:与 Automation Hub 一起使用。"
@@ -7614,7 +7452,7 @@
7614
7452
  "實際的檔案內容"
7615
7453
  ],
7616
7454
  "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions.": [
7617
- "要保持同步的软件包的最新版本的数量,包括预发布(如果已被同步)。默认 0 会保留所有版本。"
7455
+ ""
7618
7456
  ],
7619
7457
  "The content type for the Alternate Content Source": [
7620
7458
  "备用内容源的内容类型"
@@ -7658,6 +7496,9 @@
7658
7496
  "The following repositories provided in the import metadata have an incorrect content type or provider type. Make sure the export and import repositories are of the same type before importing\\n %{repos}": [
7659
7497
  "导入元数据中提供的以下存储库的内容类型或供应商类型不正确。在导入 %{repos} 之前,请确保导出和导入存储库的类型相同"
7660
7498
  ],
7499
+ "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.": [
7500
+ ""
7501
+ ],
7661
7502
  "The id of the content source": [
7662
7503
  "内容源的 id"
7663
7504
  ],
@@ -7698,7 +7539,7 @@
7698
7539
  "要保留的每个软件包的最大版本数。"
7699
7540
  ],
7700
7541
  "The number of days remaining in a subscription before you will be reminded about renewing it. Also used for manifest expiration warnings.": [
7701
- "在提示您要进行续订前当前订阅剩余的天数。也用于清单过期警告。"
7542
+ ""
7702
7543
  ],
7703
7544
  "The number of items fetched from a single paged Pulp API call.": [
7704
7545
  "从单个页面 Pulp API 调用获取的项目数。"
@@ -7710,19 +7551,19 @@
7710
7551
  "结果排序的顺序。['asc','desc'] 默认为 'desc'。"
7711
7552
  ],
7712
7553
  "The organization's manifest does not contain the subscriptions required to enable the following repositories.\\n %{repos}": [
7713
- "机构的清单中没有包含启用以下仓库所需的订阅。%{repos}"
7554
+ "机构的清单中没有包含启用以下存储库所需的订阅。%{repos}"
7714
7555
  ],
7715
7556
  "The page you are attempting to access requires selecting a specific organization.": [
7716
7557
  "您尝试访问的页面需要选择一个特定的机构。"
7717
7558
  ],
7718
7559
  "The path %{real_path} does not seem to be a valid repository. If you think this is an error, please try refreshing your manifest.": [
7719
- "路径 %{real_path} 似乎不是有效的仓库。如果您认为这是一个错误,请尝试刷新清单。"
7560
+ "路径 {real_path} 似乎不是有效的仓库。如果您认为这是一个错误,请尝试刷新清单。"
7720
7561
  ],
7721
7562
  "The promotion of %{content_view} to %{environment} has completed. %{count} errata are available to your hosts.": [
7722
- "提升 %{content_view} 至 %{environment} 已经完成。%{count} 个勘误表可用于您的主机。"
7563
+ "提升%{content_view}至%{environment}已经完成。%{count} 个勘误表可用于您的主机。"
7723
7564
  ],
7724
7565
  "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts.": [
7725
- "提升 %{content_view} 至 <b>%{environment}</b>已经完成。%{count} 个所需的勘误可在您的主机上安装。"
7566
+ "提升%{content_view}至<b>%{environment}</b>已经完成。%{count} 个所需的勘误可在您的主机上安装。"
7726
7567
  ],
7727
7568
  "The repository is already enabled": [
7728
7569
  "仓库已启用"
@@ -7746,7 +7587,7 @@
7746
7587
  "所选的 kickstart 仓库不是所分配的内容视图,内容源、操纵系统和架构的一部分"
7747
7588
  ],
7748
7589
  "The selected lifecycle environment contains no activation keys": [
7749
- "所选生命周期环境没有激活码"
7590
+ ""
7750
7591
  ],
7751
7592
  "The selected/Inherited Content View is not available for this Lifecycle Environment": [
7752
7593
  "此生命周期环境不支持所选/继承的内容视图"
@@ -7773,7 +7614,7 @@
7773
7614
  "要上传的内容类型 (srpm、file 等)。检查可上传类型:/katello/api/repositories/repository_types"
7774
7615
  ],
7775
7616
  "The value will be available in templates as @host.params['kt_activation_keys']": [
7776
- "值将在模板中以 @host.params['kt_activation_keys'] 存在"
7617
+ ""
7777
7618
  ],
7778
7619
  "There are no Manifests to display": [
7779
7620
  "没有要显示的清单"
@@ -7803,7 +7644,7 @@
7803
7644
  "没有要清理的下载内容。"
7804
7645
  ],
7805
7646
  "There is no manifest history to display.": [
7806
- "没有要显示的清单历史记录。"
7647
+ ""
7807
7648
  ],
7808
7649
  "There is no such HTTP proxy": [
7809
7650
  "没有这样的 HTTP 代理"
@@ -7839,10 +7680,10 @@
7839
7680
  "该机构的订阅清单已过期。请导入一个新的清单。"
7840
7681
  ],
7841
7682
  "This action doesn't support package groups": [
7842
- "这个操作不支持软件包组"
7683
+ "這項動作不支援套件群組"
7843
7684
  ],
7844
7685
  "This action should only be taken for debugging purposes.": [
7845
- "这个操作只应用于调试目的。"
7686
+ ""
7846
7687
  ],
7847
7688
  "This action should only be taken in extreme circumstances or for debugging purposes.": [
7848
7689
  "只有在极端情况下或进行调试时才应采取此操作。"
@@ -7860,7 +7701,7 @@
7860
7701
  "此内容视图版本没有历史记录。"
7861
7702
  ],
7862
7703
  "This content view version is used in one or more multi-environment hosts. The version will simply be removed from the multi-environment hosts. The content view and lifecycle environment you select here will only apply to single-environment hosts. See hammer activation-key --help for more details.": [
7863
- "此内容视图版本在一个或多个多环境主机中使用。版本会从多环境主机中删除。您在此处选择的内容视图和生命周期环境仅应用到单环境主机。请参阅 hammer activation-key --help。"
7704
+ ""
7864
7705
  ],
7865
7706
  "This content view will be automatically updated to the latest version.": [
7866
7707
  "此内容视图将自动更新至最新版本。"
@@ -7869,13 +7710,13 @@
7869
7710
  "此内容视图将被删除。改变将在点 Delete 后生效。"
7870
7711
  ],
7871
7712
  "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode.": [
7872
- "此端点已弃用,并将在以后的发行版本中删除。简单内容访问(Simple Content Access)是唯一支持的内容访问模式。"
7713
+ ""
7873
7714
  ],
7874
7715
  "This endpoint is primarily designed for UI interactions and uploading content into the repository. For API-based uploads, please use the 'content_uploads' endpoint instead.": [
7875
- "此端点主要用于 UI 交互以及将内容上传到仓库中。对于基于 API 的上传,请使用 'content_uploads' 端点。"
7716
+ ""
7876
7717
  ],
7877
7718
  "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
7878
- "此环境在一个或多个多环境激活码中使用。环境会从多环境码中删除。您在此处选择的内容视图和生命周期环境将只适用于单环境激活码。请参阅 hammer activation-key --help。"
7719
+ ""
7879
7720
  ],
7880
7721
  "This erratum is not installable because it is not in this host's assigned content view environments.": [
7881
7722
  ""
@@ -7887,10 +7728,10 @@
7887
7728
  "该主机没有任何软件包。"
7888
7729
  ],
7889
7730
  "This host has errata that are applicable, but not installable. Adjust your filters and try again.": [
7890
- "此主机具有适用的勘误,但无法安装。调整您的过滤器并重试。"
7731
+ ""
7891
7732
  ],
7892
7733
  "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.": [
7893
- "此主机与多个内容视图环境关联。如果您在此处分配了一个生命周期环境和内容视图,则主机将从其他环境中删除。"
7734
+ ""
7894
7735
  ],
7895
7736
  "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled.": [
7896
7737
  "该主机的机构处于“简单内容访问”模式。自动附加被禁用。"
@@ -7920,7 +7761,7 @@
7920
7761
  "没有连接的仓库"
7921
7762
  ],
7922
7763
  "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
7923
- "本页显示了这个机构的订阅清单中提供的订阅。{br} 了解更多有关您使用 {subscriptionsService} 的订阅使用情况的信息。"
7764
+ ""
7924
7765
  ],
7925
7766
  "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
7926
7767
  "不建议使用此仓库。使用前,请参阅 %(anchorBegin)s文档%(anchorEnd)s"
@@ -7953,13 +7794,13 @@
7953
7794
  "这将创建一个 {cv} 的副本,包括详情、仓库和过滤器。生成的数据,如历史记录、任务和版本不会被复制。"
7954
7795
  ],
7955
7796
  "This will update the content view environments for {hosts}.": [
7956
- "这将为 {hosts} 更新内容视图环境。"
7797
+ ""
7957
7798
  ],
7958
7799
  "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned.": [
7959
- "在未包含在存储库中且尚未被访问的内容前,时间(以分钟为单位)被视为孤立。"
7800
+ ""
7960
7801
  ],
7961
7802
  "Time to expire yum metadata in seconds. Only relevant for custom yum repositories.": [
7962
- "yum 元数据过期的时间(以秒为单位)。只适用于自定义 yum 存储库。"
7803
+ ""
7963
7804
  ],
7964
7805
  "Timeout when refreshing a manifest (in seconds)": [
7965
7806
  "刷新清单时超时(以秒为单位)"
@@ -7971,40 +7812,37 @@
7971
7812
  "提示"
7972
7813
  ],
7973
7814
  "To change content view environments, a specific organization must be selected from the organization context.": [
7974
- "要更改内容视图环境,需要从机构上下文中选择一个特定的机构。"
7815
+ ""
7975
7816
  ],
7976
7817
  "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.": [
7977
- "要启用同步的内容选项,此主机必须使用内容源、内容视图和生命周期环境,其中包含所选架构和操作系统的同步 kickstart 仓库。"
7818
+ ""
7978
7819
  ],
7979
7820
  "To enable them, add the environment to the content source, or select a different content source.": [
7980
- "要启用它们,请将环境添加到内容源,或者选择不同的内容源。"
7821
+ ""
7981
7822
  ],
7982
7823
  "To enable them, add the environment to the host's content source, or ": [
7983
- "要启用它们,请将环境添加到主机的内容源中,或者 "
7824
+ ""
7984
7825
  ],
7985
7826
  "To finish the process of changing the content source, run the following script manually on {hosts}.": [
7986
- "要完成更改内容源的过程,请在 {hosts} 中手动运行以下脚本。"
7827
+ ""
7987
7828
  ],
7988
7829
  "To get started, add a filter rule to this filter": [
7989
- "要开始,请在此过滤器中添加过滤规则"
7830
+ ""
7990
7831
  ],
7991
7832
  "To get started, add this host to a host collection.": [
7992
7833
  "要开始,将此主机添加到主机集合。"
7993
7834
  ],
7994
7835
  "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories.": [
7995
- "要从内容视图中包含或排除特定内容,请创建一个过滤器。如果没有过滤器,内容视图包含添加的存储库的所有内容。"
7836
+ ""
7996
7837
  ],
7997
7838
  "To manage host packages, a specific organization must be selected from the organization context.": [
7998
- "若要管理主机软件包,必须从机构上下文中选择特定的机构。"
7839
+ ""
7999
7840
  ],
8000
7841
  "To manage packages, select an action.": [
8001
- "要管理软件包,选择一个操作。"
8002
- ],
8003
- "Toggle": [
8004
7842
  ""
8005
7843
  ],
8006
7844
  "Token/password for the flatpak remote": [
8007
- "flatpak 远程的令牌/密码"
7845
+ ""
8008
7846
  ],
8009
7847
  "Total steps: ": [
8010
7848
  "总步骤: "
@@ -8124,7 +7962,7 @@
8124
7962
  "无法连接。得到了: %s"
8125
7963
  ],
8126
7964
  "Unable to create ContentViewEnvironment. Check the logs for more information.": [
8127
- "无法创建 ContentViewEnvironment。检查日志以了解更多信息。"
7965
+ ""
8128
7966
  ],
8129
7967
  "Unable to delete any alternate content source. You either do not have the permission to delete, or none of the alternate content sources exist.": [
8130
7968
  "无法删除任何备用内容源。您没有删除的权限,或者没有任何备用内容源。"
@@ -8135,6 +7973,12 @@
8135
7973
  "Unable to detect puppet path": [
8136
7974
  "无法检测到 puppet 路径"
8137
7975
  ],
7976
+ "Unable to find a content view with ID %s": [
7977
+ ""
7978
+ ],
7979
+ "Unable to find a lifecycle environment with ID %s": [
7980
+ ""
7981
+ ],
8138
7982
  "Unable to find product '%s' in organization '%s'": [
8139
7983
  "在机构 '%s' 中找不到产品 '%s'"
8140
7984
  ],
@@ -8163,7 +8007,7 @@
8163
8007
  "無法重新指定系統。請檢查 system_content_view_id 與 system_environment_id。"
8164
8008
  ],
8165
8009
  "Unable to refresh any alternate content source. You either do not have the permission to refresh, or no alternate content sources exist.": [
8166
- "无法刷新任何备用内容源。您没有刷新的权限,或者没有任何备用内容源。"
8010
+ ""
8167
8011
  ],
8168
8012
  "Unable to refresh any alternate content source. You either do not have the permission to refresh, or none of the alternate content sources exist.": [
8169
8013
  "无法刷新任何备用内容源。您没有刷新的权限,或者没有任何备用内容源。"
@@ -8175,7 +8019,7 @@
8175
8019
  "无法同步仓库。该仓库没有 feed URL。"
8176
8020
  ],
8177
8021
  "Unable to sync repo. This repository is not a library instance repository.": [
8178
- "无法同步存储库。此软件仓库不是库实例存储库。"
8022
+ ""
8179
8023
  ],
8180
8024
  "Unable to synchronize any repository. You either do not have the permission to synchronize or the selected repositories do not have a feed url.": [
8181
8025
  "无法同步任何存储库。您或者没有同步权限,或者所选存储库没有提要URL。"
@@ -8241,7 +8085,7 @@
8241
8085
  "更新 CDN 配置"
8242
8086
  ],
8243
8087
  "Update Content Counts": [
8244
- "更新内容计数"
8088
+ ""
8245
8089
  ],
8246
8090
  "Update Content Overrides": [
8247
8091
  "更新内容覆盖"
@@ -8268,7 +8112,7 @@
8268
8112
  "更新过滤器规则。包含的参数应基于过滤器类型。"
8269
8113
  ],
8270
8114
  "Update a flatpak remote": [
8271
- "更新 flatpak 远程"
8115
+ ""
8272
8116
  ],
8273
8117
  "Update a host collection": [
8274
8118
  "更新主機集項目"
@@ -8292,27 +8136,15 @@
8292
8136
  "更新組織中的環境"
8293
8137
  ],
8294
8138
  "Update content counts for the smart proxy": [
8295
- "更新智能代理的内容计数"
8296
- ],
8297
- "Update content urls": [
8298
8139
  ""
8299
8140
  ],
8300
8141
  "Update content view environments for host": [
8301
- "为主机更新内容视图环境"
8142
+ ""
8302
8143
  ],
8303
8144
  "Update content view environments for host %s": [
8304
- "为主机 %s 更新内容视图环境"
8305
- ],
8306
- "Update distributions": [
8307
8145
  ""
8308
8146
  ],
8309
8147
  "Update hosts manually": [
8310
- "手动更新主机"
8311
- ],
8312
- "Update http proxy": [
8313
- ""
8314
- ],
8315
- "Update http proxy details": [
8316
8148
  ""
8317
8149
  ],
8318
8150
  "Update installed packages, enabled repos, module inventory": [
@@ -8330,21 +8162,12 @@
8330
8162
  "Update packages via Katello interface": [
8331
8163
  "通过 Katello 接口更新软件包"
8332
8164
  ],
8333
- "Update redhat repository": [
8334
- ""
8335
- ],
8336
8165
  "Update release version for host": [
8337
8166
  "为主机更新发行版本"
8338
8167
  ],
8339
8168
  "Update release version for host %s": [
8340
8169
  "为主机 %s 更新发行版本"
8341
8170
  ],
8342
- "Update remote": [
8343
- ""
8344
- ],
8345
- "Update repository": [
8346
- ""
8347
- ],
8348
8171
  "Update services requiring restart": [
8349
8172
  "更新服务需要重启"
8350
8173
  ],
@@ -8358,7 +8181,7 @@
8358
8181
  "为指定主机更新内容源并生成重新配置脚本"
8359
8182
  ],
8360
8183
  "Update the host immediately via remote execution": [
8361
- "通过远程执行立即更新主机"
8184
+ ""
8362
8185
  ],
8363
8186
  "Update the information about enabled repositories": [
8364
8187
  "更新关于启用的软件仓库的信息"
@@ -8385,13 +8208,13 @@
8385
8208
  "更新產品"
8386
8209
  ],
8387
8210
  "Updates available: Component content view versions have been updated.": [
8388
- "更新可用 :组件内容视图版本已更新。"
8211
+ ""
8389
8212
  ],
8390
8213
  "Updates available: Repositories and/or filters have changed.": [
8391
- "可用更新:存储库和/或过滤器已更改。"
8214
+ ""
8392
8215
  ],
8393
8216
  "Updating Package...": [
8394
- "正在更新软件包..."
8217
+ "正在更新软件包…"
8395
8218
  ],
8396
8219
  "Updating System Purpose for host": [
8397
8220
  "主机更新系统目的"
@@ -8415,10 +8238,10 @@
8415
8238
  "升级"
8416
8239
  ],
8417
8240
  "Upgrade all packages": [
8418
- "升级所有软件包"
8241
+ ""
8419
8242
  ],
8420
8243
  "Upgrade packages": [
8421
- "升级软件包"
8244
+ ""
8422
8245
  ],
8423
8246
  "Upgrade via customized remote execution": [
8424
8247
  "通过自定义远程执行升级"
@@ -8435,24 +8258,15 @@
8435
8258
  "Upload a subscription manifest": [
8436
8259
  "上载订阅清单"
8437
8260
  ],
8438
- "Upload content": [
8439
- ""
8440
- ],
8441
- "Upload file": [
8442
- ""
8443
- ],
8444
8261
  "Upload into": [
8445
8262
  "上传到"
8446
8263
  ],
8447
8264
  "Upload package / repos profile": [
8448
- "上传软件包 / 仓库配置集"
8265
+ ""
8449
8266
  ],
8450
8267
  "Upload request id": [
8451
8268
  "上传请求 ID"
8452
8269
  ],
8453
- "Upload tag": [
8454
- ""
8455
- ],
8456
8270
  "Upstream Candlepin": [
8457
8271
  "上游 Candlepin"
8458
8272
  ],
@@ -8466,7 +8280,7 @@
8466
8280
  "当提供仓库 URL 时,上游名称不能为空。"
8467
8281
  ],
8468
8282
  "Upstream authentication token string for yum repositories.": [
8469
- "用于 yum 仓库的上游身份验证令牌字符串。"
8283
+ ""
8470
8284
  ],
8471
8285
  "Upstream foreman server to sync CDN content from. Relevant only for 'upstream_server' type.": [
8472
8286
  "从其中同步 CDN 内容的上游 foreman 服务器。只适用于 'upstream_server' 类型。"
@@ -8478,10 +8292,10 @@
8478
8292
  "上游机构 %s 没有提供这个内容路径"
8479
8293
  ],
8480
8294
  "Upstream organization %{org_label} does not have a content view with the label %{cv_label}": [
8481
- "上游机构 %{org_label} 没有带有标签 %{cv_label} 的内容视图"
8295
+ "上游机构 %{org_label} 没有带有标签 {cv_label} 的内容视图"
8482
8296
  ],
8483
8297
  "Upstream organization %{org_label} does not have a lifecycle environment with the label %{lce_label}": [
8484
- "上游机构 %{org_label} 没有带有标签 %{lce_label} 的生命周期环境"
8298
+ "上游机构 %{org_label} 没有带有标签 {lce_label} 的生命周期环境"
8485
8299
  ],
8486
8300
  "Upstream organization to sync CDN content from. Relevant only for 'upstream_server' type.": [
8487
8301
  "从其中同步 CDN 内容的上游机构。只适用于 'upstream_server' 类型。"
@@ -8541,7 +8355,7 @@
8541
8355
  "用于身份验证的用户名。只适用于 'upstream_server' 类型。"
8542
8356
  ],
8543
8357
  "Username for the flatpak remote": [
8544
- "flatpak 远程的用户名"
8358
+ ""
8545
8359
  ],
8546
8360
  "Username of the upstream repository user used for authentication": [
8547
8361
  "用于认证的上游仓库用户的用户名"
@@ -8556,10 +8370,10 @@
8556
8370
  "在使用上游 Foreman 服务器时需要用户名、密码、上游机构标签和 SSL CA 凭据。"
8557
8371
  ],
8558
8372
  "Validate host/lifecycle environment/content source coherence": [
8559
- "验证主机/生命周期环境/内容源的一致性"
8373
+ ""
8560
8374
  ],
8561
8375
  "Validate that a host's assigned lifecycle environment is synced by the smart proxy from which the host will get its content. Applies only to API requests; does not affect web UI checks": [
8562
- "验证主机分配的生命周期环境是否已通过主机从其中获取其内容的智能代理进行了同步。只适用于 API 请求,不会影响通过 Web UI 的检查"
8376
+ ""
8563
8377
  ],
8564
8378
  "Value must either be a boolean or 'default' for 'enabled'": [
8565
8379
  "值需要是一个布尔值,或 'default' 代表 'enabled'"
@@ -8567,26 +8381,23 @@
8567
8381
  "Verify SSL": [
8568
8382
  "验证 SSL"
8569
8383
  ],
8570
- "Verify checksum": [
8571
- ""
8572
- ],
8573
8384
  "Verify checksum for content on smart proxy": [
8574
- "为智能代理中的内容验证校验和"
8385
+ ""
8575
8386
  ],
8576
8387
  "Verify checksum for one or more products": [
8577
8388
  "验证一个或多个产品的校验和"
8578
8389
  ],
8579
8390
  "Verify checksum of repositories in %{name} %{version}": [
8580
- "验证 %{name}%{version} 中的仓库的校验和"
8391
+ ""
8581
8392
  ],
8582
8393
  "Verify checksum of repository contents": [
8583
8394
  "验证存储库内容的校验和"
8584
8395
  ],
8585
8396
  "Verify checksum of repository contents in the content view version": [
8586
- "验证内容视图版本中的仓库内容的校验和"
8397
+ ""
8587
8398
  ],
8588
8399
  "Verify checksum of version repositories": [
8589
- "验证版本仓库的校验和"
8400
+ ""
8590
8401
  ],
8591
8402
  "Version": [
8592
8403
  "版本"
@@ -8601,10 +8412,10 @@
8601
8412
  "版本 ${version.version}"
8602
8413
  ],
8603
8414
  "Version ${versionNameToRemove} will be deleted from all environments. It will no longer be available for promotion.": [
8604
- "版本 ${versionNameToRemove} 将从所有环境中删除。它将不再可用于提升。"
8415
+ "版本 ${versionNameToRemove} 将从所有环境中删除。它将不再可用于促销。"
8605
8416
  ],
8606
8417
  "Version ${versionNameToRemove} will be deleted from the listed environments. It will no longer be available for promotion.": [
8607
- "版本 ${versionNameToRemove} 将从列出的环境中删除。它将不再可用于提升。"
8418
+ "版本 ${versionNameToRemove} 将从列出的环境中删除。它将不再可用于促销。"
8608
8419
  ],
8609
8420
  "Version ${versionOne}": [
8610
8421
  "版本 ${versionOne}"
@@ -8637,7 +8448,7 @@
8637
8448
  "视图 %{view} 已被提升为 %{env}"
8638
8449
  ],
8639
8450
  "View Filters": [
8640
- "查看过滤器"
8451
+ ""
8641
8452
  ],
8642
8453
  "View Subscription Usage": [
8643
8454
  "查看订阅使用情况"
@@ -8646,22 +8457,25 @@
8646
8457
  "查看受影响主机的报告"
8647
8458
  ],
8648
8459
  "View applicable errata": [
8649
- "查看适用的勘误"
8460
+ ""
8650
8461
  ],
8651
8462
  "View by": [
8652
8463
  "查看方法"
8653
8464
  ],
8654
8465
  "View content views": [
8655
- "查看内容视图"
8466
+ ""
8467
+ ],
8468
+ "View details": [
8469
+ ""
8656
8470
  ],
8657
8471
  "View documentation": [
8658
- "查看文档"
8472
+ ""
8659
8473
  ],
8660
8474
  "View matching content": [
8661
8475
  "显示匹配内容"
8662
8476
  ],
8663
8477
  "View sync status": [
8664
- "查看同步状态"
8478
+ ""
8665
8479
  ],
8666
8480
  "View tasks ": [
8667
8481
  "查看任务 "
@@ -8682,7 +8496,7 @@
8682
8496
  "虚拟主机"
8683
8497
  ],
8684
8498
  "WARNING: Simple Content Access will be required for all organizations in Katello 4.12.": [
8685
- "警告: Katello 4.12 中的所有机构都需要简单内容访问。"
8499
+ ""
8686
8500
  ],
8687
8501
  "Waiting to start.": [
8688
8502
  "等待开始。"
@@ -8712,13 +8526,13 @@
8712
8526
  "在内容视图被升级后是否自动同步智能代理。"
8713
8527
  ],
8714
8528
  "Whether or not to check the status of backend services such as pulp and candlepin prior to performing some actions.": [
8715
- "在这些操作前,是否检查后端服务(如 pulp 和 candlepin)的状态。"
8529
+ "在这些操作前,是否检查后端服务(如 pulp 和 candlepin)的状态"
8716
8530
  ],
8717
8531
  "Whether or not to regenerate the repository on disk. Default: true": [
8718
8532
  "是否重新生成磁盘上的仓库。默认值:true"
8719
8533
  ],
8720
8534
  "Whether or not to return filters applied to the content view version": [
8721
- "是否返回应用到内容视图版本的过滤器"
8535
+ ""
8722
8536
  ],
8723
8537
  "Whether or not to show all results": [
8724
8538
  "是否显示所有结果"
@@ -8760,13 +8574,13 @@
8760
8574
  "您无法设置机构的 parent_id。此功能被禁用。"
8761
8575
  ],
8762
8576
  "You currently don't have any ${selectedContentType}.": [
8763
- "您目前没有任何 ${selectedContentType}。"
8577
+ "您当前没有任何 ${selectedContentType}。"
8764
8578
  ],
8765
8579
  "You currently don't have any alternate content sources.": [
8766
8580
  "您目前没有备用内容源。"
8767
8581
  ],
8768
8582
  "You currently don't have any related content views.": [
8769
- "您目前没有任何相关的内容视图。"
8583
+ ""
8770
8584
  ],
8771
8585
  "You currently don't have any repositories associated with this content.": [
8772
8586
  "您目前没有与此内容关联的任何仓库。"
@@ -8775,7 +8589,7 @@
8775
8589
  "您目前没有要添加到此过滤的仓库。"
8776
8590
  ],
8777
8591
  "You currently have no content views to display": [
8778
- "您目前没有要显示的内容视图"
8592
+ ""
8779
8593
  ],
8780
8594
  "You do not have permissions to delete %s": [
8781
8595
  "您没有权限删除 %s"
@@ -8790,7 +8604,7 @@
8790
8604
  "您有尚未保存的更改。您要退出而不保存更改吗?"
8791
8605
  ],
8792
8606
  "You must select at least one host.": [
8793
- "您至少需要选择一个主机。"
8607
+ ""
8794
8608
  ],
8795
8609
  "You were not allowed to add %s": [
8796
8610
  "您不允许添加 %s"
@@ -8808,13 +8622,13 @@
8808
8622
  "您更改了 %(entitlementCount)s 个权利"
8809
8623
  ],
8810
8624
  "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest.": [
8811
- "您的清单已于 {expirationDate} 过期。要继续使用红帽内容,请导入一个新的清单。"
8625
+ ""
8812
8626
  ],
8813
8627
  "Your manifest has expired. To continue using Red Hat content, import a new manifest.": [
8814
- "您的清单已过期。要继续使用红帽内容,请导入一个新的清单。"
8628
+ ""
8815
8629
  ],
8816
8630
  "Your manifest will expire in {daysMessage}. To extend the expiration date, refresh your manifest. Or, if your Foreman is disconnected, import a new manifest.": [
8817
- "您的清单将在 {daysMessage} 后过期。要扩展过期日期,请刷新您的清单。或者,如果您的 Foreman 已断开,请导入一个新清单。"
8631
+ ""
8818
8632
  ],
8819
8633
  "Your search query was invalid. Please revise it and try again. The full error has been sent to the application logs.": [
8820
8634
  "您的搜索查询无效。请对其进行修改,然后重试。完整的错误已发送到应用程序日志。"
@@ -8838,7 +8652,7 @@
8838
8652
  "您的搜索没有返回匹配的主机。"
8839
8653
  ],
8840
8654
  "Your search returned no matching non-modular RPMs.": [
8841
- "您的搜索不会返回任何匹配的非模块化 RPM。"
8655
+ ""
8842
8656
  ],
8843
8657
  "Yum": [
8844
8658
  "Yum"
@@ -8877,7 +8691,7 @@
8877
8691
  "未找到操作"
8878
8692
  ],
8879
8693
  "activation key": [
8880
- "激活码"
8694
+ ""
8881
8695
  ],
8882
8696
  "activation key identifier": [
8883
8697
  "激活码标识符"
@@ -8927,8 +8741,11 @@
8927
8741
  "are only allowed for Yum repositories.": [
8928
8742
  "仅允许用于Yum存储库。"
8929
8743
  ],
8744
+ "assign a new content source to the hosts": [
8745
+ ""
8746
+ ],
8930
8747
  "attempted to sync a non-library repository.": [
8931
- "尝试同步 non-library 仓库。"
8748
+ ""
8932
8749
  ],
8933
8750
  "attempted to sync without a feed URL": [
8934
8751
  "尝试在没有 Feed URL 的情况下进行同步"
@@ -8940,10 +8757,10 @@
8940
8757
  "执行仓库发现的基本 url"
8941
8758
  ],
8942
8759
  "bug fix": [
8943
- "程序错误修正"
8760
+ ""
8944
8761
  ],
8945
8762
  "bug fixes": [
8946
- "程序错误修正"
8763
+ ""
8947
8764
  ],
8948
8765
  "bulk add filter rules": [
8949
8766
  "批量添加过滤规则"
@@ -8991,7 +8808,7 @@
8991
8808
  "无法设置,因为设置了无限的主机"
8992
8809
  ],
8993
8810
  "cannot be set for repositories without 'Additive' mirroring policy.": [
8994
- "无法为没有 'Additive' 镜像策略的仓库设置。"
8811
+ ""
8995
8812
  ],
8996
8813
  "cannot contain characters other than ascii alpha numerals, '_', '-'. ": [
8997
8814
  "不可包含除了 ascii 字母數字、'_'、'-' 以外的字元。"
@@ -9009,7 +8826,7 @@
9009
8826
  "不能包含超过%s个字符"
9010
8827
  ],
9011
8828
  "change the host's content source.": [
9012
- "更改主机的内容源。"
8829
+ ""
9013
8830
  ],
9014
8831
  "checking %s task status": [
9015
8832
  "检查 %s 任务状态"
@@ -9033,7 +8850,7 @@
9033
8850
  "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
9034
8851
  ],
9035
8852
  "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')": [
9036
- "内容类型 ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
8853
+ ""
9037
8854
  ],
9038
8855
  "content view component ID. Identifier of the component association": [
9039
8856
  "内容视图组件 ID。组件关联的标识符"
@@ -9078,16 +8895,16 @@
9078
8895
  "欲進行比較的內容視域版本"
9079
8896
  ],
9080
8897
  "create a custom product": [
9081
- "创建自定义仓库"
8898
+ ""
9082
8899
  ],
9083
8900
  "create a filter for a content view": [
9084
8901
  "为内容视图创建一个过滤器"
9085
8902
  ],
9086
8903
  "day": [
9087
- ""
8904
+ ""
9088
8905
  ],
9089
8906
  "days": [
9090
- ""
8907
+ ""
9091
8908
  ],
9092
8909
  "deb, package, package group, or docker tag names": [
9093
8910
  "deb、软件包、软件包组或 docker 标签名"
@@ -9096,7 +8913,7 @@
9096
8913
  "deb_ids 不是一个数组"
9097
8914
  ],
9098
8915
  "deb_names_for_job_template: Action must be one of %s": [
9099
- "deb_names_for_job_template: 操作必须是 %s 中的一个"
8916
+ ""
9100
8917
  ],
9101
8918
  "delete a filter": [
9102
8919
  "删除过滤器"
@@ -9120,16 +8937,16 @@
9120
8937
  "磁盘"
9121
8938
  ],
9122
8939
  "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')": [
9123
- "下载对 deb、docker、file 和 yum 仓库( 'immediate' 或 'on_demand')的下载策略"
8940
+ ""
9124
8941
  ],
9125
8942
  "enables or disables synchronization": [
9126
8943
  "启用或禁用同步"
9127
8944
  ],
9128
8945
  "enhancement": [
9129
- "功能增强"
8946
+ ""
9130
8947
  ],
9131
8948
  "enhancements": [
9132
- "功能增强"
8949
+ ""
9133
8950
  ],
9134
8951
  "environment identifier": [
9135
8952
  "環境識別子"
@@ -9159,7 +8976,7 @@
9159
8976
  "勘誤:ID 或全選物件"
9160
8977
  ],
9161
8978
  "erratum: allow types not matching a valid errata type": [
9162
- "勘误:允许类型不匹配有效的勘误类型"
8979
+ ""
9163
8980
  ],
9164
8981
  "erratum: end date (YYYY-MM-DD)": [
9165
8982
  "勘誤:截止日期(YYYY-MM-DD)"
@@ -9201,7 +9018,7 @@
9201
9018
  "只篩選包含此名稱的環境"
9202
9019
  ],
9203
9020
  "for repository '%{name}' is not unique and cannot be created in '%{env}'. Its Container Repository Name (%{container_name}) conflicts with an existing repository. Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific.": [
9204
- "仓库 '%{name}' 的名称不是唯一的,因此无法在 '%{env}' 中创建。其容器仓库名称(%{container_name})与现有仓库冲突。考虑将生命周期的 Registry Name Pattern 改为更加具体。"
9021
+ "仓库 '%{name}' 的名称不是唯一的,因此无法在 '%{env}' 中创建。其容器仓库名称(%{container_name})与现有仓库冲突。考虑将 Lifecycle Environment 的注册表名称模式更改为更具体。"
9205
9022
  ],
9206
9023
  "force content view promotion and bypass lifecycle environment restriction": [
9207
9024
  "强制内容视图推广,并绕过生命周期环境限制"
@@ -9219,10 +9036,10 @@
9219
9036
  "已經為此產品使用。"
9220
9037
  ],
9221
9038
  "here": [
9222
- "这里"
9039
+ ""
9223
9040
  ],
9224
9041
  "host": [
9225
- "主机"
9042
+ ""
9226
9043
  ],
9227
9044
  "host collection name to filter by": [
9228
9045
  "要过滤的主机集合名称"
@@ -9258,7 +9075,7 @@
9258
9075
  "初始化 Pulp 任務"
9259
9076
  ],
9260
9077
  "installed": [
9261
- "已安裝"
9078
+ ""
9262
9079
  ],
9263
9080
  "installing errata...": [
9264
9081
  "正在安装勘误..."
@@ -9284,14 +9101,11 @@
9284
9101
  "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported.": [
9285
9102
  "解析指定的对象只返回与特定对象关联的仓库。只支持 'content_view' 和 'content_view_version'。"
9286
9103
  ],
9287
- "invalid container image name": [
9288
- ""
9289
- ],
9290
9104
  "invalid: Repositories can only require one OS version.": [
9291
9105
  "无效:存储库只能要求一个操作系统版本。"
9292
9106
  ],
9293
9107
  "invalid: The content source must sync the lifecycle environment assigned to the host. See the logs for more information.": [
9294
- "无效 :内容源必须同步到分配给主机的生命周期环境。如需更多信息,请参阅日志。"
9108
+ ""
9295
9109
  ],
9296
9110
  "is already attached to the capsule": [
9297
9111
  "已附加到 capsule"
@@ -9345,19 +9159,19 @@
9345
9159
  "找不到模块流"
9346
9160
  ],
9347
9161
  "multi-environment activation key": [
9348
- "多环境激活码"
9162
+ ""
9349
9163
  ],
9350
9164
  "multi-environment activation keys": [
9351
- "多环境激活码"
9165
+ ""
9352
9166
  ],
9353
9167
  "multi-environment host": [
9354
- "多环境主机"
9168
+ ""
9355
9169
  ],
9356
9170
  "multi-environment hosts": [
9357
- "多环境主机"
9171
+ ""
9358
9172
  ],
9359
9173
  "must be %{gpg_key} or %{cert}": [
9360
- "必须是 %{gpg_key} 或 %{cert}"
9174
+ "必须是 {gpg_key} 或 %{cert}"
9361
9175
  ],
9362
9176
  "must be a positive integer value.": [
9363
9177
  "必须是正整数值。"
@@ -9369,7 +9183,7 @@
9369
9183
  "必须是 %s 之一"
9370
9184
  ],
9371
9185
  "must be true or false": [
9372
- "必须为 true 或 false"
9186
+ ""
9373
9187
  ],
9374
9188
  "must be unique within one organization": [
9375
9189
  "在机构中需要是唯一的"
@@ -9534,16 +9348,16 @@
9534
9348
  "規則識別子"
9535
9349
  ],
9536
9350
  "security advisories": [
9537
- "安全公告"
9351
+ ""
9538
9352
  ],
9539
9353
  "security advisory": [
9540
- "安全公告"
9354
+ ""
9541
9355
  ],
9542
9356
  "selected host": [
9543
- "选择的主机"
9357
+ ""
9544
9358
  ],
9545
9359
  "selected hosts": [
9546
- "选择的主机"
9360
+ ""
9547
9361
  ],
9548
9362
  "service level": [
9549
9363
  "服務等級"
@@ -9564,7 +9378,7 @@
9564
9378
  "在库和默认内容视图中显示仓库"
9565
9379
  ],
9566
9380
  "some executors are not responding, check %{status_url}": [
9567
- "一些执行程序没有响应,请检查 %{status_url}"
9381
+ "一些执行程序没有响应,请检查%{status_url}"
9568
9382
  ],
9569
9383
  "specifies if content should be included or excluded, default: inclusion=false": [
9570
9384
  "指定内容应该被包括还是排除,默认:inclusion=false"
@@ -9585,19 +9399,19 @@
9585
9399
  "同步计划数字标识符"
9586
9400
  ],
9587
9401
  "system registration": [
9588
- "系统注册"
9402
+ ""
9589
9403
  ],
9590
9404
  "the documentation.": [
9591
- "文档。"
9405
+ ""
9592
9406
  ],
9593
9407
  "the following attributes can not be updated for the Red Hat provider: [ %s ]": [
9594
9408
  "以下属性不能为红帽供应商更新: [ %s ]"
9595
9409
  ],
9596
9410
  "the host": [
9597
- "主机"
9411
+ ""
9598
9412
  ],
9599
9413
  "the hosts": [
9600
- "主机"
9414
+ ""
9601
9415
  ],
9602
9416
  "to": [
9603
9417
  "至"
@@ -9627,7 +9441,7 @@
9627
9441
  "更新篩選器"
9628
9442
  ],
9629
9443
  "updated": [
9630
- "已更新"
9444
+ ""
9631
9445
  ],
9632
9446
  "updating package group...": [
9633
9447
  "正在更新软件包组..."
@@ -9684,7 +9498,7 @@
9684
9498
  "已选择 {0} 个项目"
9685
9499
  ],
9686
9500
  "{enableRedHatRepos} or {createACustomProduct}.": [
9687
- "{enableRedHatRepos} 或 {createACustomProduct}。"
9501
+ ""
9688
9502
  ],
9689
9503
  "{numberOfActivationKeys} activation key will be assigned to content view {cvName} in": [
9690
9504
  "{numberOfActivationKeys} 激活码将分配给内容视图 {cvName}"