katello 4.13.1 → 4.14.0.rc1

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

Potentially problematic release.


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

Files changed (386) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +12 -8
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +274 -22
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +274 -22
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +274 -22
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +274 -22
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +275 -23
  8. data/app/assets/javascripts/katello/locale/de/katello.js +280 -28
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +274 -22
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +274 -22
  11. data/app/assets/javascripts/katello/locale/el/katello.js +274 -22
  12. data/app/assets/javascripts/katello/locale/en/katello.js +274 -22
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +274 -22
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +274 -22
  15. data/app/assets/javascripts/katello/locale/es/katello.js +276 -24
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +274 -22
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +283 -31
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +274 -22
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +274 -22
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +274 -22
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +274 -22
  22. data/app/assets/javascripts/katello/locale/id/katello.js +274 -22
  23. data/app/assets/javascripts/katello/locale/it/katello.js +274 -22
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +283 -31
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +280 -28
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +274 -22
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +274 -22
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +274 -22
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +274 -22
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +274 -22
  31. data/app/assets/javascripts/katello/locale/or/katello.js +274 -22
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +274 -22
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +274 -22
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +274 -22
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +274 -22
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +276 -24
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +274 -22
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +274 -22
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +274 -22
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +274 -22
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +274 -22
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +274 -22
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +274 -22
  44. data/app/assets/javascripts/katello/locale/te/katello.js +274 -22
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +274 -22
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +274 -22
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +274 -22
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +274 -22
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +283 -31
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +274 -22
  51. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +118 -74
  52. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +15 -10
  53. data/app/controllers/katello/api/v2/activation_keys_controller.rb +1 -1
  54. data/app/controllers/katello/api/v2/api_controller.rb +7 -0
  55. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +4 -4
  56. data/app/controllers/katello/api/v2/debs_controller.rb +3 -2
  57. data/app/controllers/katello/api/v2/environments_controller.rb +2 -4
  58. data/app/controllers/katello/api/v2/host_contents_controller.rb +8 -3
  59. data/app/controllers/katello/api/v2/host_errata_controller.rb +4 -4
  60. data/app/controllers/katello/api/v2/host_packages_controller.rb +2 -2
  61. data/app/controllers/katello/api/v2/organizations_controller.rb +1 -1
  62. data/app/controllers/katello/api/v2/packages_controller.rb +13 -3
  63. data/app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb +6 -2
  64. data/app/controllers/katello/api/v2/repositories_controller.rb +3 -4
  65. data/app/controllers/katello/api/v2/repository_sets_controller.rb +13 -14
  66. data/app/controllers/katello/api/v2/subscriptions_controller.rb +15 -9
  67. data/app/controllers/katello/api/v2/sync_controller.rb +2 -2
  68. data/app/controllers/katello/application_controller.rb +1 -1
  69. data/app/controllers/katello/concerns/api/v2/authorization.rb +3 -2
  70. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +28 -0
  71. data/app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb +1 -1
  72. data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +4 -3
  73. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +2 -4
  74. data/app/controllers/katello/remote_execution_controller.rb +53 -58
  75. data/app/helpers/katello/hosts_and_hostgroups_helper.rb +19 -2
  76. data/app/helpers/katello/katello_urls_helper.rb +1 -1
  77. data/app/lib/actions/katello/alternate_content_source/alternate_content_source_common.rb +1 -1
  78. data/app/lib/actions/katello/alternate_content_source/update.rb +2 -1
  79. data/app/lib/actions/katello/capsule_content/verify_checksum.rb +1 -2
  80. data/app/lib/actions/katello/content_view/publish.rb +1 -0
  81. data/app/lib/actions/katello/content_view_version/create_repos.rb +1 -0
  82. data/app/lib/actions/katello/content_view_version/incremental_update.rb +3 -2
  83. data/app/lib/actions/katello/environment/{publish_repositories.rb → publish_container_repositories.rb} +10 -8
  84. data/app/lib/actions/katello/foreman/content_update.rb +4 -6
  85. data/app/lib/actions/katello/host/hypervisors_update.rb +6 -4
  86. data/app/lib/actions/katello/repository/create.rb +4 -4
  87. data/app/lib/actions/katello/repository/import_upload.rb +4 -6
  88. data/app/lib/actions/katello/repository/metadata_generate.rb +1 -0
  89. data/app/lib/actions/katello/repository/update.rb +3 -3
  90. data/app/lib/actions/katello/repository_set/enable_repository.rb +5 -6
  91. data/app/lib/actions/middleware/backend_services_check.rb +3 -2
  92. data/app/lib/actions/pulp3/abstract_async_task.rb +2 -4
  93. data/app/lib/actions/pulp3/capsule_content/verify_checksum.rb +1 -2
  94. data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +5 -1
  95. data/app/lib/actions/pulp3/orchestration/repository/delete.rb +5 -2
  96. data/app/lib/actions/pulp3/repository/save_version.rb +3 -5
  97. data/app/lib/katello/concerns/base_template_scope_extensions.rb +5 -9
  98. data/app/lib/katello/errors.rb +1 -0
  99. data/app/lib/katello/http_resource.rb +1 -0
  100. data/app/lib/katello/lazy_accessor.rb +1 -1
  101. data/app/lib/katello/resources/candlepin/candlepin_ping.rb +0 -5
  102. data/app/lib/katello/resources/candlepin/owner.rb +1 -1
  103. data/app/lib/katello/resources/candlepin/pool.rb +1 -2
  104. data/app/lib/katello/resources/candlepin/upstream_job.rb +1 -1
  105. data/app/lib/katello/resources/cdn.rb +3 -2
  106. data/app/lib/katello/resources/discovery/yum.rb +3 -3
  107. data/app/lib/katello/util/cdn_var_substitutor.rb +5 -3
  108. data/app/lib/katello/util/data.rb +3 -2
  109. data/app/lib/katello/util/errata.rb +4 -3
  110. data/app/lib/katello/util/package.rb +3 -3
  111. data/app/lib/katello/util/path_with_substitutions.rb +1 -1
  112. data/app/lib/katello/util/report_table.rb +3 -2
  113. data/app/lib/katello/util/url_matcher.rb +1 -1
  114. data/app/lib/katello/validators/alternate_content_source_path_validator.rb +4 -3
  115. data/app/lib/katello/validators/alternate_content_source_products_validator.rb +5 -7
  116. data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
  117. data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
  118. data/app/lib/katello/validators/no_trailing_space_validator.rb +2 -2
  119. data/app/lib/katello/validators/prior_validator.rb +2 -2
  120. data/app/lib/katello/validators/product_unique_attribute_validator.rb +2 -4
  121. data/app/models/katello/activation_key.rb +4 -6
  122. data/app/models/katello/alternate_content_source.rb +1 -1
  123. data/app/models/katello/authorization/host_tracer.rb +1 -2
  124. data/app/models/katello/candlepin/repository_mapper.rb +2 -2
  125. data/app/models/katello/concerns/host_managed_extensions.rb +41 -10
  126. data/app/models/katello/concerns/hostgroup_extensions.rb +2 -4
  127. data/app/models/katello/concerns/location_extensions.rb +2 -4
  128. data/app/models/katello/concerns/operatingsystem_extensions.rb +84 -16
  129. data/app/models/katello/concerns/smart_proxy_extensions.rb +4 -4
  130. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +2 -0
  131. data/app/models/katello/content_view.rb +5 -1
  132. data/app/models/katello/content_view_environment.rb +19 -4
  133. data/app/models/katello/content_view_environment_content_facet.rb +11 -0
  134. data/app/models/katello/erratum.rb +1 -1
  135. data/app/models/katello/event.rb +1 -1
  136. data/app/models/katello/glue/provider.rb +1 -2
  137. data/app/models/katello/hash_util.rb +1 -1
  138. data/app/models/katello/host/content_facet.rb +16 -3
  139. data/app/models/katello/host/subscription_facet.rb +27 -4
  140. data/app/models/katello/host_collection.rb +12 -8
  141. data/app/models/katello/pool.rb +5 -1
  142. data/app/models/katello/product.rb +7 -4
  143. data/app/models/katello/provider.rb +1 -2
  144. data/app/models/katello/repository.rb +18 -4
  145. data/app/models/katello/root_repository.rb +19 -0
  146. data/app/models/katello/rpm.rb +2 -2
  147. data/app/models/katello/subscription_facet_pool.rb +1 -1
  148. data/app/models/katello/sync_plan.rb +5 -4
  149. data/app/models/katello/task_status.rb +18 -18
  150. data/app/presenters/katello/product_host_count_presenter.rb +10 -0
  151. data/app/services/katello/candlepin/consumer.rb +11 -11
  152. data/app/services/katello/candlepin/message_handler.rb +3 -2
  153. data/app/services/katello/content_unit_indexer.rb +6 -0
  154. data/app/services/katello/pulp3/alternate_content_source.rb +1 -3
  155. data/app/services/katello/pulp3/api/core.rb +1 -1
  156. data/app/services/katello/pulp3/api/docker.rb +10 -0
  157. data/app/services/katello/pulp3/content_view_version/export.rb +1 -0
  158. data/app/services/katello/pulp3/content_view_version/import.rb +6 -4
  159. data/app/services/katello/pulp3/content_view_version/importable_products.rb +1 -3
  160. data/app/services/katello/pulp3/repository/apt.rb +4 -16
  161. data/app/services/katello/pulp3/repository/yum.rb +9 -5
  162. data/app/services/katello/pulp3/repository.rb +2 -2
  163. data/app/services/katello/pulp3/repository_mirror.rb +2 -9
  164. data/app/services/katello/pulp3/task.rb +4 -2
  165. data/app/services/katello/registration_manager.rb +13 -3
  166. data/app/services/katello/smart_proxy_helper.rb +1 -0
  167. data/app/views/dashboard/_host_collection_widget.html.erb +5 -4
  168. data/app/views/foreman/job_templates/install_errata.erb +2 -0
  169. data/app/views/foreman/job_templates/install_errata_-_katello_ansible_default.erb +2 -0
  170. data/app/views/foreman/job_templates/install_errata_by_search_query.erb +2 -0
  171. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +3 -1
  172. data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +1 -1
  173. data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +2 -2
  174. data/app/views/foreman/job_templates/resolve_traces.erb +5 -1
  175. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
  176. data/app/views/foreman/job_templates/upload_profile.erb +2 -0
  177. data/app/views/foreman/smart_proxies/_reclaim_space.html.erb +7 -5
  178. data/app/views/katello/api/v2/content_facet/base.json.rabl +18 -2
  179. data/app/views/katello/api/v2/packages/thindex.json.rabl +6 -0
  180. data/app/views/katello/api/v2/repositories/show.json.rabl +8 -8
  181. data/app/views/katello/api/v2/repository_sets/show.json.rabl +1 -1
  182. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
  183. data/app/views/katello/api/v2/subscriptions/index.json.rabl +1 -0
  184. data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -0
  185. data/app/views/overrides/activation_keys/_host_environment_select.html.erb +14 -11
  186. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +4 -4
  187. data/config/routes/api/v2.rb +3 -1
  188. data/config/routes.rb +1 -3
  189. data/db/migrate/20160114200145_add_mirror_on_sync_to_repositories.rb +1 -0
  190. data/db/migrate/20160131182301_add_download_policy_to_katello_repositories.rb +1 -0
  191. data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +3 -0
  192. data/db/migrate/20240522165308_add_priority_to_content_view_environment_content_facet.rb +5 -0
  193. data/db/migrate/20240621121212_katello_repository_debs_id_bigint.rb +6 -0
  194. data/db/migrate/20240729192228_add_convert2rhel_to_host_facets.rb +9 -0
  195. data/db/seeds.d/102-organizations.rb +5 -7
  196. data/db/seeds.d/150-module_job_templates.rb +7 -9
  197. data/db/seeds.d/75-job_templates.rb +9 -16
  198. data/engines/bastion_katello/README.md +3 -0
  199. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +3 -3
  200. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html +6 -6
  201. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html +2 -2
  202. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -4
  203. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +6 -6
  204. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +28 -27
  205. data/engines/bastion_katello/lib/bastion_katello/engine.rb +2 -2
  206. data/lib/katello/engine.rb +1 -8
  207. data/lib/katello/permission_creator.rb +3 -2
  208. data/lib/katello/plugin.rb +31 -27
  209. data/lib/katello/tasks/clean_old_file_repos.rake +2 -4
  210. data/lib/katello/tasks/reset.rake +3 -4
  211. data/lib/katello/version.rb +1 -1
  212. data/lib/katello.rb +0 -2
  213. data/lib/monkeys/ar_postgres_evr_t.rb +2 -0
  214. data/locale/action_names.rb +1 -1
  215. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/bn/katello.po +274 -22
  217. data/locale/bn_IN/katello.po +274 -22
  218. data/locale/ca/katello.po +274 -22
  219. data/locale/cs/katello.po +274 -22
  220. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  221. data/locale/cs_CZ/katello.po +275 -23
  222. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  223. data/locale/de/katello.po +280 -28
  224. data/locale/de_AT/katello.po +274 -22
  225. data/locale/de_DE/katello.po +274 -22
  226. data/locale/el/katello.po +274 -22
  227. data/locale/en/katello.po +274 -22
  228. data/locale/en_GB/katello.po +274 -22
  229. data/locale/en_US/katello.po +274 -22
  230. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  231. data/locale/es/katello.po +276 -24
  232. data/locale/et_EE/katello.po +274 -22
  233. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  234. data/locale/fr/katello.po +283 -31
  235. data/locale/gl/katello.po +274 -22
  236. data/locale/gu/katello.po +274 -22
  237. data/locale/he_IL/katello.po +274 -22
  238. data/locale/hi/katello.po +274 -22
  239. data/locale/id/katello.po +274 -22
  240. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  241. data/locale/it/katello.po +274 -22
  242. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  243. data/locale/ja/katello.po +283 -31
  244. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  245. data/locale/ka/katello.po +280 -28
  246. data/locale/katello.pot +1001 -527
  247. data/locale/kn/katello.po +274 -22
  248. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  249. data/locale/ko/katello.po +274 -22
  250. data/locale/ml_IN/katello.po +274 -22
  251. data/locale/mr/katello.po +274 -22
  252. data/locale/nl_NL/katello.po +274 -22
  253. data/locale/or/katello.po +274 -22
  254. data/locale/pa/katello.po +274 -22
  255. data/locale/pl/katello.po +274 -22
  256. data/locale/pl_PL/katello.po +274 -22
  257. data/locale/pt/katello.po +274 -22
  258. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  259. data/locale/pt_BR/katello.po +276 -24
  260. data/locale/ro/katello.po +274 -22
  261. data/locale/ro_RO/katello.po +274 -22
  262. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  263. data/locale/ru/katello.po +274 -22
  264. data/locale/sl/katello.po +274 -22
  265. data/locale/sv_SE/katello.po +274 -22
  266. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  267. data/locale/ta/katello.po +274 -22
  268. data/locale/ta_IN/katello.po +274 -22
  269. data/locale/te/katello.po +274 -22
  270. data/locale/tr/katello.po +274 -22
  271. data/locale/vi/katello.po +274 -22
  272. data/locale/vi_VN/katello.po +274 -22
  273. data/locale/zh/katello.po +274 -22
  274. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  275. data/locale/zh_CN/katello.po +283 -31
  276. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  277. data/locale/zh_TW/katello.po +274 -22
  278. data/webpack/ForemanColumnExtensions/index.js +44 -1
  279. data/webpack/components/Table/TableWrapper.js +6 -0
  280. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +24 -3
  281. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +124 -56
  282. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/HostContentViewActions.js +2 -3
  283. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/contentViewDetailsCard.test.js +44 -10
  284. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +75 -31
  285. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionConstants.js +1 -0
  286. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
  287. data/webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js +22 -7
  288. data/webpack/components/extensions/Hosts/ActionsBar/ActionsBar.scss +14 -0
  289. data/webpack/components/extensions/Hosts/ActionsBar/index.js +82 -23
  290. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/index.js +5 -2
  291. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +171 -0
  292. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js +160 -0
  293. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +99 -0
  294. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +157 -0
  295. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/index.js +24 -0
  296. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +157 -0
  297. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js +168 -0
  298. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +141 -0
  299. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +252 -0
  300. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/index.js +24 -0
  301. data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +176 -0
  302. data/webpack/components/extensions/Hosts/TableRowActions/index.js +17 -0
  303. data/webpack/global_index.js +11 -3
  304. data/webpack/redux/actions/RedHatRepositories/repositorySetRepositories.js +5 -6
  305. data/webpack/redux/reducers/RedHatRepositories/__tests__/repositorySetRepositories.test.js +1 -1
  306. data/webpack/redux/reducers/RedHatRepositories/repositorySetRepositories.js +1 -1
  307. data/webpack/scenes/ContentViews/Copy/CopyContentViewModal.js +2 -1
  308. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +2 -1
  309. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -1
  310. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +2 -1
  311. data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +2 -1
  312. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +2 -2
  313. data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +2 -1
  314. data/webpack/scenes/ContentViews/Publish/CVPublishReview.js +3 -2
  315. data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +2 -1
  316. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
  317. data/webpack/scenes/ContentViews/components/CVBreadCrumb.js +2 -1
  318. data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelectOption.js +2 -2
  319. data/webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js +1 -0
  320. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +10 -0
  321. data/webpack/scenes/Subscriptions/SubscriptionConstants.js +6 -0
  322. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +2 -0
  323. data/webpack/scenes/Subscriptions/__tests__/subscriptions.fixtures.js +14 -0
  324. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableHelpers.js +1 -0
  325. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js +10 -0
  326. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/SubscriptionsTable.fixtures.js +1 -0
  327. data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/__snapshots__/SubscriptionsToolbar.test.js.snap +10 -0
  328. data/webpack/scenes/Tasks/helpers.js +1 -1
  329. metadata +24 -63
  330. data/app/assets/javascripts/katello/containers/container.js +0 -304
  331. data/app/lib/katello/util/http_helper.rb +0 -15
  332. data/app/models/732bd3db9f64c621c64d2be4f2a838727aac0845.patch +0 -61
  333. data/app/models/katello/repository.rb.bak +0 -978
  334. data/app/services/katello/pulp3/content_view_version/import_validator.rb.bak +0 -166
  335. data/app/services/katello/pulp3/content_view_version/importable_repositories.rb.bak +0 -164
  336. data/lib/katello/tasks/update_repository_expiry.rake +0 -114
  337. data/locale/bn/katello.po.time_stamp +0 -0
  338. data/locale/bn_IN/katello.po.time_stamp +0 -0
  339. data/locale/ca/katello.po.time_stamp +0 -0
  340. data/locale/cs/katello.po.time_stamp +0 -0
  341. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  342. data/locale/de/katello.po.time_stamp +0 -0
  343. data/locale/de_AT/katello.po.time_stamp +0 -0
  344. data/locale/de_DE/katello.po.time_stamp +0 -0
  345. data/locale/el/katello.po.time_stamp +0 -0
  346. data/locale/en/katello.po.time_stamp +0 -0
  347. data/locale/en_GB/katello.po.time_stamp +0 -0
  348. data/locale/en_US/katello.po.time_stamp +0 -0
  349. data/locale/es/katello.po.time_stamp +0 -0
  350. data/locale/et_EE/katello.po.time_stamp +0 -0
  351. data/locale/fr/katello.po.time_stamp +0 -0
  352. data/locale/gl/katello.po.time_stamp +0 -0
  353. data/locale/gu/katello.po.time_stamp +0 -0
  354. data/locale/he_IL/katello.po.time_stamp +0 -0
  355. data/locale/hi/katello.po.time_stamp +0 -0
  356. data/locale/id/katello.po.time_stamp +0 -0
  357. data/locale/it/katello.po.time_stamp +0 -0
  358. data/locale/ja/katello.po.time_stamp +0 -0
  359. data/locale/ka/katello.po.time_stamp +0 -0
  360. data/locale/kn/katello.po.time_stamp +0 -0
  361. data/locale/ko/katello.po.time_stamp +0 -0
  362. data/locale/ml_IN/katello.po.time_stamp +0 -0
  363. data/locale/mr/katello.po.time_stamp +0 -0
  364. data/locale/nl_NL/katello.po.time_stamp +0 -0
  365. data/locale/or/katello.po.time_stamp +0 -0
  366. data/locale/pa/katello.po.time_stamp +0 -0
  367. data/locale/pl/katello.po.time_stamp +0 -0
  368. data/locale/pl_PL/katello.po.time_stamp +0 -0
  369. data/locale/pt/katello.po.time_stamp +0 -0
  370. data/locale/pt_BR/katello.po.time_stamp +0 -0
  371. data/locale/ro/katello.po.time_stamp +0 -0
  372. data/locale/ro_RO/katello.po.time_stamp +0 -0
  373. data/locale/ru/katello.po.time_stamp +0 -0
  374. data/locale/sl/katello.po.time_stamp +0 -0
  375. data/locale/sv_SE/katello.po.time_stamp +0 -0
  376. data/locale/ta/katello.po.time_stamp +0 -0
  377. data/locale/ta_IN/katello.po.time_stamp +0 -0
  378. data/locale/te/katello.po.time_stamp +0 -0
  379. data/locale/tr/katello.po.time_stamp +0 -0
  380. data/locale/vi/katello.po.time_stamp +0 -0
  381. data/locale/vi_VN/katello.po.time_stamp +0 -0
  382. data/locale/zh/katello.po.time_stamp +0 -0
  383. data/locale/zh_CN/katello.po.time_stamp +0 -0
  384. data/locale/zh_TW/katello.po.time_stamp +0 -0
  385. data/webpack/global_test_setup.js.bak +0 -59
  386. data/webpack/utils/useKatelloDocUrl.js +0 -18
@@ -161,6 +161,9 @@ msgstr "%s 是必需的"
161
161
  msgid "%s is unreachable. %s"
162
162
  msgstr "%s 无法访问。%s"
163
163
 
164
+ msgid "%s was not found!"
165
+ msgstr ""
166
+
164
167
  msgid "%{errata} (%{total} other errata)"
165
168
  msgstr "%{errata} (%{total} 个其他勘误)"
166
169
 
@@ -416,6 +419,12 @@ msgstr ""
416
419
  msgid "A backend service [ %s ] is unreachable"
417
420
  msgstr "一个后端服务 [ %s ] 无法被访问"
418
421
 
422
+ msgid "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized."
423
+ msgstr ""
424
+
425
+ msgid "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
426
+ msgstr ""
427
+
419
428
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
420
429
  msgstr "此内容视图中未应用大量勘误,因此仅显示前 100 个。"
421
430
 
@@ -524,8 +533,8 @@ msgstr "激活码"
524
533
  msgid "Activation keys can be managed {here}."
525
534
  msgstr ""
526
535
 
527
- msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys."
528
- msgstr "subscription-manager 客户端的激活码,CentOS 和 Red Hat Enterprise Linux 需要它。只有在主机组没有激活码时才需要。"
536
+ msgid "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."
537
+ msgstr ""
529
538
 
530
539
  msgid "Activation keys may be used during {system_registration}."
531
540
  msgstr ""
@@ -650,6 +659,9 @@ msgstr "其他内容"
650
659
  msgid "Affected Repositories"
651
660
  msgstr "受影响的仓库"
652
661
 
662
+ msgid "Affected hosts"
663
+ msgstr ""
664
+
653
665
  msgid "Affected repositories"
654
666
  msgstr "受影响的仓库"
655
667
 
@@ -689,7 +701,7 @@ msgstr "所有版本"
689
701
  msgid "All versions will be removed from these environments"
690
702
  msgstr "所有版本都将从这些环境中删除"
691
703
 
692
- msgid "Allow a host to be registered to multiple content view environments with 'subscription-manager register --environments'."
704
+ msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
693
705
  msgstr ""
694
706
 
695
707
  msgid "Allow deleting repositories in published content views"
@@ -790,15 +802,24 @@ msgstr "适用"
790
802
  msgid "Applicable Content Hosts"
791
803
  msgstr "适用的内容主机"
792
804
 
805
+ msgid "Applicable bugfix/enhancement errata"
806
+ msgstr ""
807
+
793
808
  msgid "Applicable errata apply to at least one package installed on the host."
794
809
  msgstr "适用的勘误会应用到主机上安装的至少一个软件包。"
795
810
 
811
+ msgid "Applicable security errata"
812
+ msgstr ""
813
+
796
814
  msgid "Application"
797
815
  msgstr "应用"
798
816
 
799
817
  msgid "Apply"
800
818
  msgstr "应用"
801
819
 
820
+ msgid "Apply errata"
821
+ msgstr ""
822
+
802
823
  msgid "Apply erratum"
803
824
  msgstr ""
804
825
 
@@ -865,6 +886,9 @@ msgstr "要添加的组件数组"
865
886
  msgid "Array of content view component IDs to remove. Identifier of the component association"
866
887
  msgstr "要删除的内容视图组件 ID 的数组。组件关联的标识符"
867
888
 
889
+ msgid "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."
890
+ msgstr ""
891
+
868
892
  msgid "Array of host ids"
869
893
  msgstr "主机 ID 数组"
870
894
 
@@ -902,6 +926,9 @@ msgstr "将环境和内容视图分配给一个或多个主机"
902
926
  msgid "Assign the release version to one or more hosts"
903
927
  msgstr "将发行版本分配给一个或多个主机"
904
928
 
929
+ msgid "Assigning a host to multiple content view environments is not enabled."
930
+ msgstr ""
931
+
905
932
  msgid "Associated location IDs"
906
933
  msgstr "关联的位置 ID"
907
934
 
@@ -1097,6 +1124,9 @@ msgstr "根據特定內容視域,計算可套用的勘誤"
1097
1124
  msgid "Calculate Applicable Errata based on a particular Environment"
1098
1125
  msgstr "根據特定環境,計算可套用的勘誤"
1099
1126
 
1127
+ msgid "Calculate content counts on smart proxies automatically"
1128
+ msgstr ""
1129
+
1100
1130
  msgid "Can communicate with the Red Hat Portal for subscriptions."
1101
1131
  msgstr "可与红帽门户网站沟通以获取订阅。"
1102
1132
 
@@ -1238,6 +1268,9 @@ msgstr ""
1238
1268
  msgid "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."
1239
1269
  msgstr ""
1240
1270
 
1271
+ msgid "Cannot install errata: No installable errata found for search term '%s'"
1272
+ msgstr ""
1273
+
1241
1274
  msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
1242
1275
  msgstr "无法在组合内容视图版本 (%{name} version version %{version} 上执行增量更新"
1243
1276
 
@@ -1268,6 +1301,9 @@ msgstr "無法從非自訂軟體庫移除內容"
1268
1301
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
1269
1302
  msgstr "无法从环境中删除内容视图。内容视图 '%{view}' 没有在生命周期环境 '%{env}' 中。"
1270
1303
 
1304
+ msgid "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'."
1305
+ msgstr ""
1306
+
1271
1307
  msgid "Cannot set attribute %{attr} for content type %{type}"
1272
1308
  msgstr "无法为内容类型 %{attr} 设置属性 %{type}"
1273
1309
 
@@ -1286,6 +1322,12 @@ msgstr "无法为复合视图指定内容"
1286
1322
  msgid "Cannot sync file:// repositories with the On Demand Download Policy"
1287
1323
  msgstr "无法同步带有按需下载策略的 file:// 仓库"
1288
1324
 
1325
+ msgid "Cannot update properties of a container push repository"
1326
+ msgstr ""
1327
+
1328
+ msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
1329
+ msgstr ""
1330
+
1289
1331
  msgid "Cannot upload Ansible collections."
1290
1332
  msgstr "无法上传 Ansible 集合。"
1291
1333
 
@@ -1331,12 +1373,12 @@ msgstr "checksum 是必需的参数。"
1331
1373
  msgid "Checksum of file to upload"
1332
1374
  msgstr "上传文件的 Checksum"
1333
1375
 
1334
- msgid "Checksum of the repository, currently 'sha1' & 'sha256' are supported"
1335
- msgstr "仓库的 Checksum,目前支援 'sha1' 和 'sha256'"
1336
-
1337
1376
  msgid "Checksum type cannot be set for yum repositories with on demand download policy."
1338
1377
  msgstr "无法为使用按需下载策略的 yum 仓库设置 Checksum 类型。"
1339
1378
 
1379
+ msgid "Checksum used for published repository contents. Supported types: %s"
1380
+ msgstr ""
1381
+
1340
1382
  msgid "Choose content credentials if required for this RHUI source."
1341
1383
  msgstr "如果需要此 RHUI 源,请选择内容凭证。"
1342
1384
 
@@ -1367,6 +1409,9 @@ msgstr "关闭"
1367
1409
  msgid "Collapse All"
1368
1410
  msgstr "全部折叠"
1369
1411
 
1412
+ msgid "Comma-separated list of Candlepin environment names 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."
1413
+ msgstr ""
1414
+
1370
1415
  msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
1371
1416
  msgstr "以逗号分隔的子路径列表。所有子路径都必须在结尾有一个斜杠,且在开头没有斜杠。"
1372
1417
 
@@ -1379,6 +1424,9 @@ msgstr "逗号分隔的标签列表,以同步容器镜像仓库"
1379
1424
  msgid "Compare"
1380
1425
  msgstr "比较"
1381
1426
 
1427
+ msgid "Completed pulp task protection days"
1428
+ msgstr ""
1429
+
1382
1430
  msgid "Component"
1383
1431
  msgstr "组件"
1384
1432
 
@@ -1607,6 +1655,9 @@ msgstr "内容类型 %{content_type_string} 不属于已启用的存储库类型
1607
1655
  msgid "Content type %{content_type} is incompatible with repositories of type %{repo_type}"
1608
1656
  msgstr "内容类型 %{content_type} 与类型为%{repo_type} 的软件仓库不兼容"
1609
1657
 
1658
+ msgid "Content type does not support repo discovery"
1659
+ msgstr ""
1660
+
1610
1661
  msgid "Content view"
1611
1662
  msgstr "内容视图"
1612
1663
 
@@ -1637,12 +1688,12 @@ msgstr ""
1637
1688
  msgid "Content view and lifecycle environment must be provided together"
1638
1689
  msgstr ""
1639
1690
 
1640
- msgid "Content view details"
1641
- msgstr "内容视图详情"
1642
-
1643
1691
  msgid "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."
1644
1692
  msgstr ""
1645
1693
 
1694
+ msgid "Content view environments"
1695
+ msgstr ""
1696
+
1646
1697
  msgid "Content view environments and activation key must all belong to the same organization"
1647
1698
  msgstr ""
1648
1699
 
@@ -1766,6 +1817,15 @@ msgstr "找不到所有指定的勘误 ID:%s"
1766
1817
  msgid "Could not find environments for promotion"
1767
1818
  msgstr "无法找到升级到的环境"
1768
1819
 
1820
+ msgid "Could not locate Pulp distribution."
1821
+ msgstr ""
1822
+
1823
+ msgid "Could not locate local uploaded repository for content indexing."
1824
+ msgstr ""
1825
+
1826
+ msgid "Could not locate repository properties for content indexing."
1827
+ msgstr ""
1828
+
1769
1829
  msgid "Could not remove the lifecycle environment from the smart proxy"
1770
1830
  msgstr "无法从智能代理中删除生命周期环境"
1771
1831
 
@@ -2294,8 +2354,8 @@ msgstr "销毁一个或多个仓库"
2294
2354
  msgid "Details"
2295
2355
  msgstr "详情"
2296
2356
 
2297
- msgid "Determining settings for ${name}"
2298
- msgstr "确定 $ 的设置{name}"
2357
+ msgid "Determining settings for ${truncate(name)}"
2358
+ msgstr ""
2299
2359
 
2300
2360
  msgid "Digest"
2301
2361
  msgstr ""
@@ -2357,6 +2417,12 @@ msgstr "下载调试证书"
2357
2417
  msgid "Download rate limit"
2358
2418
  msgstr "下载速率限制"
2359
2419
 
2420
+ msgid "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."
2421
+ msgstr ""
2422
+
2423
+ msgid "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."
2424
+ msgstr ""
2425
+
2360
2426
  msgid "Duplicate artifact detected"
2361
2427
  msgstr "检测到重复工件"
2362
2428
 
@@ -2555,6 +2621,12 @@ msgstr "勘误的勘误ID(RHSA-2012:108)"
2555
2621
  msgid "Errata mail"
2556
2622
  msgstr "勘误邮件"
2557
2623
 
2624
+ msgid "Errata statuses not updated for deleted content facet with UUID %s"
2625
+ msgstr ""
2626
+
2627
+ msgid "Errata to apply"
2628
+ msgstr ""
2629
+
2558
2630
  msgid "Errata to exclusively include in the action"
2559
2631
  msgstr "仅包含在操作中的勘误"
2560
2632
 
@@ -2603,6 +2675,9 @@ msgstr "超过可用数量"
2603
2675
  msgid "Exclude"
2604
2676
  msgstr "排除"
2605
2677
 
2678
+ msgid "Exclude Refs"
2679
+ msgstr ""
2680
+
2606
2681
  msgid "Exclude all RPMs not associated to any errata"
2607
2682
  msgstr "排除没有与任何勘误关联的所有 RPM"
2608
2683
 
@@ -3108,6 +3183,9 @@ msgstr "有可安装勘误的主机"
3108
3183
  msgid "Hosts: "
3109
3184
  msgstr "主机:"
3110
3185
 
3186
+ msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
3187
+ msgstr ""
3188
+
3111
3189
  msgid "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."
3112
3190
  msgstr "capsule 上应同时同步多少个参数。较小的数字可能导致更长的同步时间。较大的数字将增加 dynflow 负载。"
3113
3191
 
@@ -3237,9 +3315,18 @@ msgstr "将同步限制于在的仓库 ID"
3237
3315
  msgid "Id of the repository to limit verifying checksum on"
3238
3316
  msgstr ""
3239
3317
 
3318
+ msgid "Id of the single content view to be associated with the host."
3319
+ msgstr ""
3320
+
3321
+ msgid "Id of the single lifecycle environment to be associated with the host."
3322
+ msgstr ""
3323
+
3240
3324
  msgid "Id of the smart proxy"
3241
3325
  msgstr "智能代理 ID"
3242
3326
 
3327
+ msgid "Id of the smart proxy from which the host consumes content."
3328
+ msgstr ""
3329
+
3243
3330
  msgid "Idenifier of the SSL CA Cert"
3244
3331
  msgstr "SSL CA 证书的标识符"
3245
3332
 
@@ -3293,13 +3380,16 @@ msgstr "如果这个被启用,复合内容视图可能无法发布或升级,
3293
3380
  msgid "If this is enabled, and register_hostname_fact is set and provided, registration will look for a new host by name only using that fact, and will skip all hostname matching"
3294
3381
  msgstr "如果这个被启用,并且设置并提供了register_hostname_fact,注册将仅使用该 fact 按名称查找新主机,并且将忽略所有主机名匹配"
3295
3382
 
3383
+ msgid "If this is enabled, content counts on smart proxies will be updated automatically after content sync."
3384
+ msgstr ""
3385
+
3296
3386
  msgid "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."
3297
3387
  msgstr "如果启用此项,可以删除仓库,即使它们属于公布的内容视图。已删除的仓库将从所有内容视图版本中删除。"
3298
3388
 
3299
3389
  msgid "If this is enabled, repositories of content view versions without environments (\"archived\") will be distributed at '/pulp/content/<organization>/content_views/<content view>/X.Y/...'."
3300
3390
  msgstr "如果启用此项,在没有环境的情况下,内容视图版本的软件仓库将在 '/pulp/content/<organization>//content_views/<content view>/X.Y/...' 中分发。"
3301
3391
 
3302
- msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status."
3392
+ msgid "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."
3303
3393
  msgstr ""
3304
3394
 
3305
3395
  msgid "If true, only return repository sets that are associated with an active subscriptions"
@@ -3422,6 +3512,9 @@ msgstr "进行中"
3422
3512
  msgid "Include"
3423
3513
  msgstr "包括"
3424
3514
 
3515
+ msgid "Include Refs"
3516
+ msgstr ""
3517
+
3425
3518
  msgid "Include all RPMs not associated to any errata"
3426
3519
  msgstr "包括所有没有与任何勘误关联的 RPM"
3427
3520
 
@@ -3521,9 +3614,15 @@ msgstr "通过远程执行安装"
3521
3614
  msgid "Installable"
3522
3615
  msgstr "可安装"
3523
3616
 
3617
+ msgid "Installable bugfix/enhancement errata"
3618
+ msgstr ""
3619
+
3524
3620
  msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
3525
3621
  msgstr ""
3526
3622
 
3623
+ msgid "Installable security errata"
3624
+ msgstr ""
3625
+
3527
3626
  msgid "Installable updates"
3528
3627
  msgstr "可安装的更新"
3529
3628
 
@@ -3605,6 +3704,24 @@ msgstr "提供的导出格式无效。格式必须是 %s 之一 "
3605
3704
  msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
3606
3705
  msgstr "指定了无效的过滤器规则,“ version” 不能在同一个tuple 中与 'min_version' 或 'max_version' 一起指定"
3607
3706
 
3707
+ msgid "Invalid format. Container name cannot be blank."
3708
+ msgstr ""
3709
+
3710
+ msgid "Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema."
3711
+ msgstr ""
3712
+
3713
+ msgid "Invalid format. Organization id must be an integer without leading zeros."
3714
+ msgstr ""
3715
+
3716
+ msgid "Invalid format. Organization label cannot be blank."
3717
+ msgstr ""
3718
+
3719
+ msgid "Invalid format. Product id must be an integer without leading zeros."
3720
+ msgstr ""
3721
+
3722
+ msgid "Invalid format. Product label cannot be blank."
3723
+ msgstr ""
3724
+
3608
3725
  msgid "Invalid mirroring policy for repository type %{type}, only %{policies} are valid."
3609
3726
  msgstr "对仓库类型 %{type} 而言无效的镜像策略,只有 %{policies} 有效。"
3610
3727
 
@@ -3881,6 +3998,9 @@ msgstr "列出所有 :resource_id"
3881
3998
  msgid "List all organizations"
3882
3999
  msgstr "列出所有机构"
3883
4000
 
4001
+ msgid "List all packages unique by name"
4002
+ msgstr ""
4003
+
3884
4004
  msgid "List alternate content sources."
3885
4005
  msgstr "备用内容源列表。"
3886
4006
 
@@ -4121,6 +4241,15 @@ msgstr "在发布/提升复合内容视图之前,请确保已发布所有组
4121
4241
  msgid "Manage Manifest"
4122
4242
  msgstr "管理清单"
4123
4243
 
4244
+ msgid "Manage content"
4245
+ msgstr ""
4246
+
4247
+ msgid "Manage errata"
4248
+ msgstr ""
4249
+
4250
+ msgid "Manage packages"
4251
+ msgstr ""
4252
+
4124
4253
  msgid "Manifest"
4125
4254
  msgstr "清单"
4126
4255
 
@@ -4426,6 +4555,12 @@ msgstr "没有可显示的工件"
4426
4555
  msgid "No available component content view updates"
4427
4556
  msgstr ""
4428
4557
 
4558
+ msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
4559
+ msgstr ""
4560
+
4561
+ msgid "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages."
4562
+ msgstr ""
4563
+
4429
4564
  msgid "No available repository or filter updates"
4430
4565
  msgstr ""
4431
4566
 
@@ -4480,6 +4615,9 @@ msgstr "没有环境"
4480
4615
  msgid "No errata filter rules yet"
4481
4616
  msgstr ""
4482
4617
 
4618
+ msgid "No errata found."
4619
+ msgstr ""
4620
+
4483
4621
  msgid "No errata matching given search query"
4484
4622
  msgstr ""
4485
4623
 
@@ -4519,6 +4657,9 @@ msgstr "在选择中未找到 subscription-manager 注册的主机。"
4519
4657
  msgid "No hosts were specified"
4520
4658
  msgstr ""
4521
4659
 
4660
+ msgid "No installed debs found for search term '%s'"
4661
+ msgstr ""
4662
+
4522
4663
  msgid "No installed packages and/or enabled repositories have been reported by %s."
4523
4664
  msgstr "%s 还没有报告任何安装的软件包和/或启用的仓库。"
4524
4665
 
@@ -4690,6 +4831,12 @@ msgstr "没有符合您搜索条件的订阅。"
4690
4831
  msgid "No syncable repositories found for selected products and options."
4691
4832
  msgstr "找不到所选产品和选项的可同步仓库。"
4692
4833
 
4834
+ msgid "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed."
4835
+ msgstr ""
4836
+
4837
+ msgid "No upgradable packages found."
4838
+ msgstr ""
4839
+
4693
4840
  msgid "No uploads param specified. An array of uploads to import is required."
4694
4841
  msgstr "未指定上传参数。需要导入的上传阵列。"
4695
4842
 
@@ -4756,6 +4903,9 @@ msgstr "每页返回的结果数量。"
4756
4903
  msgid "Number to Allocate"
4757
4904
  msgstr "分配编号"
4758
4905
 
4906
+ msgid "OS"
4907
+ msgstr ""
4908
+
4759
4909
  msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
4760
4910
  msgstr "仅限于 {osRestricted}。如果主机操作系统不匹配,则这个主机上将无法使用该仓库。"
4761
4911
 
@@ -4843,15 +4993,24 @@ msgstr "机构不能为空。"
4843
4993
  msgid "Organization id"
4844
4994
  msgstr "組織 ID"
4845
4995
 
4996
+ msgid "Organization id not found: '%s'"
4997
+ msgstr ""
4998
+
4846
4999
  msgid "Organization identifier"
4847
5000
  msgstr "机构标识符"
4848
5001
 
4849
5002
  msgid "Organization label"
4850
5003
  msgstr "机构标签"
4851
5004
 
5005
+ msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
5006
+ msgstr ""
5007
+
4852
5008
  msgid "Organization not found"
4853
5009
  msgstr "没有找到机构"
4854
5010
 
5011
+ msgid "Organization not found: '%s'"
5012
+ msgstr ""
5013
+
4855
5014
  msgid "Organization required"
4856
5015
  msgstr "需要的机构"
4857
5016
 
@@ -5041,6 +5200,15 @@ msgstr "软件包"
5041
5200
  msgid "Packages must be provided"
5042
5201
  msgstr "必须提供软件包"
5043
5202
 
5203
+ msgid "Packages to be removed"
5204
+ msgstr ""
5205
+
5206
+ msgid "Packages to be updated"
5207
+ msgstr ""
5208
+
5209
+ msgid "Packages to install"
5210
+ msgstr ""
5211
+
5044
5212
  msgid "Packages will appear here when available."
5045
5213
  msgstr "当软件包可用时,将在此处显示。"
5046
5214
 
@@ -5152,11 +5320,11 @@ msgstr "请稍等。"
5152
5320
  msgid "Policy to set for mirroring content. Must be one of %s."
5153
5321
  msgstr "为镜像内容设置的策略。必须是 %s 之一。"
5154
5322
 
5155
- msgid "Prefer registered through proxy for remote execution"
5156
- msgstr "首选通过代理注册以进行远程执行"
5323
+ msgid "Prefer registered through Smart Proxy for remote execution"
5324
+ msgstr ""
5157
5325
 
5158
- msgid "Prefer using a proxy to which a host is registered when using remote execution"
5159
- msgstr "在使用远程执行时,首选使用注册主机的代理"
5326
+ msgid "Prefer using a Smart Proxy to which a host is registered when using remote execution"
5327
+ msgstr ""
5160
5328
 
5161
5329
  msgid "Prevent from further updates"
5162
5330
  msgstr "防止进一步更新"
@@ -5213,15 +5381,24 @@ msgstr ""
5213
5381
  "产品 id,与列出的主机安装的产品一样,\\\n"
5214
5382
  " 而不是 products api 返回的 product id"
5215
5383
 
5384
+ msgid "Product id not found: '%s'"
5385
+ msgstr ""
5386
+
5216
5387
  msgid "Product label"
5217
5388
  msgstr ""
5218
5389
 
5390
+ msgid "Product label '%s' is ambiguous. Try using an id-based container name."
5391
+ msgstr ""
5392
+
5219
5393
  msgid "Product name"
5220
5394
  msgstr "产品名称"
5221
5395
 
5222
5396
  msgid "Product name as listed from a host's installed products"
5223
5397
  msgstr "产品名称,与列出的主机安装的产品一样"
5224
5398
 
5399
+ msgid "Product not found: '%s'"
5400
+ msgstr ""
5401
+
5225
5402
  msgid "Product the repository belongs to"
5226
5403
  msgstr "仓库所属的产品"
5227
5404
 
@@ -5300,8 +5477,8 @@ msgstr "以 DER 编码的公钥块或证书内容"
5300
5477
  msgid "Publish"
5301
5478
  msgstr "发布"
5302
5479
 
5303
- msgid "Publish Lifecycle Environment Repositories"
5304
- msgstr "发布生命周期环境仓库"
5480
+ msgid "Publish Lifecycle Environment Container Repositories"
5481
+ msgstr ""
5305
5482
 
5306
5483
  msgid "Publish a content view"
5307
5484
  msgstr "出版內容視域"
@@ -5318,8 +5495,8 @@ msgstr "发布的日期"
5318
5495
  msgid "Published new version"
5319
5496
  msgstr "发布新版本"
5320
5497
 
5321
- msgid "Publishing ${name}"
5322
- msgstr "发布 ${name}"
5498
+ msgid "Publishing ${truncate(name)}"
5499
+ msgstr ""
5323
5500
 
5324
5501
  msgid "Publishing content view"
5325
5502
  msgstr "发布内容视图"
@@ -5708,6 +5885,9 @@ msgstr "通过 Katello 接口删除软件包组"
5708
5885
  msgid "Remove package via Katello interface"
5709
5886
  msgstr "通过 Katello 界面删除软件包"
5710
5887
 
5888
+ msgid "Remove packages"
5889
+ msgstr ""
5890
+
5711
5891
  msgid "Remove packages via Katello interface"
5712
5892
  msgstr "通过 Katello 界面删除软件包"
5713
5893
 
@@ -5819,6 +5999,9 @@ msgstr "仓库标签 '%s' 没有与内容视图关联。"
5819
5999
  msgid "Repository name"
5820
6000
  msgstr ""
5821
6001
 
6002
+ msgid "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."
6003
+ msgstr ""
6004
+
5822
6005
  msgid "Repository not found"
5823
6006
  msgstr "找不到軟體庫"
5824
6007
 
@@ -5873,6 +6056,9 @@ msgstr "发布版本库"
5873
6056
  msgid "Republish repository metadata"
5874
6057
  msgstr ""
5875
6058
 
6059
+ msgid "Requested access to '%s' is denied"
6060
+ msgstr ""
6061
+
5876
6062
  msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
5877
6063
  msgstr "需要您上传 subscription-manifest 并为主机和激活码重新附加订阅。"
5878
6064
 
@@ -6020,15 +6206,27 @@ msgstr "返回启用的内容类型"
6020
6206
  msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
6021
6207
  msgstr "返回可以添加及当前被添加的内容。支持值“ content_view_filter”"
6022
6208
 
6209
+ msgid "Review"
6210
+ msgstr ""
6211
+
6023
6212
  msgid "Review affected environment"
6024
6213
  msgstr "检查受影响的环境"
6025
6214
 
6026
6215
  msgid "Review affected environments"
6027
6216
  msgstr "检查受影响的环境"
6028
6217
 
6218
+ msgid "Review and optionally exclude hosts from your selection."
6219
+ msgstr ""
6220
+
6221
+ msgid "Review and then click {submitBtnText}."
6222
+ msgstr ""
6223
+
6029
6224
  msgid "Review details"
6030
6225
  msgstr "审阅详情"
6031
6226
 
6227
+ msgid "Review hosts"
6228
+ msgstr ""
6229
+
6032
6230
  msgid "Review the information below and click "
6033
6231
  msgstr "查看以下信息并点 "
6034
6232
 
@@ -6188,6 +6386,9 @@ msgstr "选择安装 katello-host-tools-tracer 的供应商"
6188
6386
  msgid "Select a source"
6189
6387
  msgstr ""
6190
6388
 
6389
+ msgid "Select action"
6390
+ msgstr ""
6391
+
6191
6392
  msgid "Select add-ons"
6192
6393
  msgstr "选择附加组件"
6193
6394
 
@@ -6209,11 +6410,17 @@ msgstr "选择一个选项"
6209
6410
  msgid "Select an organization"
6210
6411
  msgstr "选择一个机构"
6211
6412
 
6413
+ msgid "Select at least one erratum."
6414
+ msgstr ""
6415
+
6416
+ msgid "Select at least one package."
6417
+ msgstr ""
6418
+
6212
6419
  msgid "Select attributes for ${akDetails.name}"
6213
6420
  msgstr ""
6214
6421
 
6215
- msgid "Select available version of ${cvName} to use"
6216
- msgstr "选择可用的 ${cvName} 版本"
6422
+ msgid "Select available version of ${truncate(cvName)} to use"
6423
+ msgstr ""
6217
6424
 
6218
6425
  msgid "Select available version of content views to use"
6219
6426
  msgstr "选择要使用的内容视图的可用版本"
@@ -6224,6 +6431,12 @@ msgstr "选择内容视图"
6224
6431
  msgid "Select environment"
6225
6432
  msgstr "选择环境"
6226
6433
 
6434
+ msgid "Select errata"
6435
+ msgstr ""
6436
+
6437
+ msgid "Select errata to apply on the selected hosts. Some errata may already be applied on some hosts."
6438
+ msgstr ""
6439
+
6227
6440
  msgid "Select host collection(s) to associate with host {hostName}."
6228
6441
  msgstr "选择与主机 {hostName} 关联的主机集合。"
6229
6442
 
@@ -6242,9 +6455,18 @@ msgstr "全部不选择"
6242
6455
  msgid "Select one"
6243
6456
  msgstr "选择一个"
6244
6457
 
6458
+ msgid "Select packages to install on the selected hosts. Some packages may already be installed on some hosts."
6459
+ msgstr ""
6460
+
6245
6461
  msgid "Select packages to install to the host {hostName}."
6246
6462
  msgstr "选择安装到主机 {hostName} 的软件包。"
6247
6463
 
6464
+ msgid "Select packages to remove on the selected hosts."
6465
+ msgstr ""
6466
+
6467
+ msgid "Select packages to upgrade to the latest version. Packages may have different versions on different hosts."
6468
+ msgstr ""
6469
+
6248
6470
  msgid "Select page"
6249
6471
  msgstr "选择页"
6250
6472
 
@@ -6281,6 +6503,12 @@ msgstr "选择的环境 "
6281
6503
  msgid "Selected environments "
6282
6504
  msgstr "选择的环境 "
6283
6505
 
6506
+ msgid "Selected errata will be applied on {hostCount} hosts"
6507
+ msgstr ""
6508
+
6509
+ msgid "Selected packages will be {submitAction} on {hostCount} hosts"
6510
+ msgstr ""
6511
+
6284
6512
  msgid "Sending a list of included IDs is not allowed when all items are being selected."
6285
6513
  msgstr "当选择所有项目时,不允许发送包含 ID 的列表。"
6286
6514
 
@@ -7284,6 +7512,9 @@ msgstr "此内容视图将被删除。改变将在点 Delete 后生效。"
7284
7512
  msgid "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode."
7285
7513
  msgstr ""
7286
7514
 
7515
+ msgid "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."
7516
+ msgstr ""
7517
+
7287
7518
  msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7288
7519
  msgstr "此勘误不可安装,因为它不在此主机的内容视图和生命周期环境中。"
7289
7520
 
@@ -7296,6 +7527,9 @@ msgstr "该主机没有任何软件包。"
7296
7527
  msgid "This host has errata that are applicable, but not installable. Adjust your filters and try again."
7297
7528
  msgstr ""
7298
7529
 
7530
+ msgid "This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments."
7531
+ msgstr ""
7532
+
7299
7533
  msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
7300
7534
  msgstr "该主机的机构处于“简单内容访问”模式。自动附加被禁用。"
7301
7535
 
@@ -7377,6 +7611,9 @@ msgstr "时间戳"
7377
7611
  msgid "Title"
7378
7612
  msgstr "提示"
7379
7613
 
7614
+ msgid "To change content view environments, a specific organization must be selected from the organization context."
7615
+ msgstr ""
7616
+
7380
7617
  msgid "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system."
7381
7618
  msgstr ""
7382
7619
 
@@ -7398,6 +7635,12 @@ msgstr "要开始,将此主机添加到主机集合。"
7398
7635
  msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
7399
7636
  msgstr ""
7400
7637
 
7638
+ msgid "To manage host packages, a specific organization must be selected from the organization context."
7639
+ msgstr ""
7640
+
7641
+ msgid "To manage packages, select an action."
7642
+ msgstr ""
7643
+
7401
7644
  msgid "Total steps: "
7402
7645
  msgstr "总步骤: "
7403
7646
 
@@ -7617,9 +7860,6 @@ msgstr "未指定"
7617
7860
  msgid "Unsupported CDN resource"
7618
7861
  msgstr "不支持的 CDN 资源"
7619
7862
 
7620
- msgid "Unsupported URL protocol %s."
7621
- msgstr "不支持的 URL 协议 %s。"
7622
-
7623
7863
  msgid "Unsupported event type %{type}. Supported: %{types}"
7624
7864
  msgstr "不支持的事件类型 %{type}。支持:%{types}"
7625
7865
 
@@ -7797,6 +8037,12 @@ msgstr "可升级到"
7797
8037
  msgid "Upgrade"
7798
8038
  msgstr "升级"
7799
8039
 
8040
+ msgid "Upgrade all packages"
8041
+ msgstr ""
8042
+
8043
+ msgid "Upgrade packages"
8044
+ msgstr ""
8045
+
7800
8046
  msgid "Upgrade via customized remote execution"
7801
8047
  msgstr "通过自定义远程执行升级"
7802
8048
 
@@ -7812,9 +8058,6 @@ msgstr "上载文件内容的一部分"
7812
8058
  msgid "Upload a subscription manifest"
7813
8059
  msgstr "上载订阅清单"
7814
8060
 
7815
- msgid "Upload content into the repository"
7816
- msgstr "上傳內容至軟體庫"
7817
-
7818
8061
  msgid "Upload into"
7819
8062
  msgstr "上传到"
7820
8063
 
@@ -7983,9 +8226,6 @@ msgstr "版本 ${versionTwo}"
7983
8226
  msgid "Version details updated."
7984
8227
  msgstr "更新的版本详情。"
7985
8228
 
7986
- msgid "Version in use"
7987
- msgstr "使用的版本"
7988
-
7989
8229
  msgid "Versions"
7990
8230
  msgstr "版本"
7991
8231
 
@@ -8160,6 +8400,9 @@ msgstr "您有订阅将在 %s 天内过期"
8160
8400
  msgid "You have unsaved changes. Do you want to exit without saving your changes?"
8161
8401
  msgstr "您有尚未保存的更改。您要退出而不保存更改吗?"
8162
8402
 
8403
+ msgid "You must select at least one host."
8404
+ msgstr ""
8405
+
8163
8406
  msgid "You were not allowed to add %s"
8164
8407
  msgstr "您不允许添加 %s"
8165
8408
 
@@ -8178,6 +8421,9 @@ msgstr "您更改了 %(entitlementCount)s 个权利"
8178
8421
  msgid "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest."
8179
8422
  msgstr ""
8180
8423
 
8424
+ msgid "Your manifest has expired. To continue using Red Hat content, import a new manifest."
8425
+ msgstr ""
8426
+
8181
8427
  msgid "Your manifest will expire in {daysMessage}. To extend the expiration date, refresh your manifest. Or, if your Foreman is disconnected, import a new manifest."
8182
8428
  msgstr ""
8183
8429
 
@@ -8619,6 +8865,9 @@ msgstr "初始 %s 任务"
8619
8865
  msgid "initiating Pulp task"
8620
8866
  msgstr "初始化 Pulp 任務"
8621
8867
 
8868
+ msgid "installed"
8869
+ msgstr ""
8870
+
8622
8871
  msgid "installing errata..."
8623
8872
  msgstr "正在安装勘误..."
8624
8873
 
@@ -8973,6 +9222,9 @@ msgstr "无限制"
8973
9222
  msgid "update a filter"
8974
9223
  msgstr "更新篩選器"
8975
9224
 
9225
+ msgid "updated"
9226
+ msgstr ""
9227
+
8976
9228
  msgid "updating package group..."
8977
9229
  msgstr "正在更新软件包组..."
8978
9230