katello 4.9.1 → 4.10.0.rc2

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 (308) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -7
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +8967 -1
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +8967 -0
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +8967 -0
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +8967 -1
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +8969 -0
  8. data/app/assets/javascripts/katello/locale/de/katello.js +8991 -1
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +8966 -0
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +8967 -0
  11. data/app/assets/javascripts/katello/locale/el/katello.js +8967 -0
  12. data/app/assets/javascripts/katello/locale/en/katello.js +8967 -1
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +8967 -0
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +8966 -0
  15. data/app/assets/javascripts/katello/locale/es/katello.js +8984 -1
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +8966 -0
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +9008 -1
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +8967 -0
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +8967 -1
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +8967 -0
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +8967 -1
  22. data/app/assets/javascripts/katello/locale/id/katello.js +8966 -0
  23. data/app/assets/javascripts/katello/locale/it/katello.js +8974 -1
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +9004 -1
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +8976 -1
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +8967 -1
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +8972 -1
  28. data/app/assets/javascripts/katello/locale/locale/katello.js +3070 -1
  29. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +8966 -0
  30. data/app/assets/javascripts/katello/locale/mr/katello.js +8967 -1
  31. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +8967 -0
  32. data/app/assets/javascripts/katello/locale/or/katello.js +8967 -1
  33. data/app/assets/javascripts/katello/locale/pa/katello.js +8967 -1
  34. data/app/assets/javascripts/katello/locale/pl/katello.js +8967 -0
  35. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +8966 -0
  36. data/app/assets/javascripts/katello/locale/pt/katello.js +8967 -1
  37. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +8984 -1
  38. data/app/assets/javascripts/katello/locale/ro/katello.js +8966 -0
  39. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +8966 -0
  40. data/app/assets/javascripts/katello/locale/ru/katello.js +8973 -1
  41. data/app/assets/javascripts/katello/locale/sl/katello.js +8967 -0
  42. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +8967 -0
  43. data/app/assets/javascripts/katello/locale/ta/katello.js +8967 -1
  44. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +8967 -0
  45. data/app/assets/javascripts/katello/locale/te/katello.js +8967 -1
  46. data/app/assets/javascripts/katello/locale/tr/katello.js +8967 -0
  47. data/app/assets/javascripts/katello/locale/vi/katello.js +8966 -0
  48. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +8966 -0
  49. data/app/assets/javascripts/katello/locale/zh/katello.js +8966 -0
  50. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +9004 -1
  51. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +8972 -1
  52. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  53. data/app/controllers/katello/api/v2/alternate_content_sources_bulk_actions_controller.rb +22 -1
  54. data/app/controllers/katello/api/v2/api_controller.rb +0 -15
  55. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +13 -4
  56. data/app/controllers/katello/api/v2/host_errata_controller.rb +0 -12
  57. data/app/controllers/katello/api/v2/host_packages_controller.rb +0 -55
  58. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +1 -1
  59. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +0 -77
  60. data/app/controllers/katello/api/v2/organizations_controller.rb +2 -1
  61. data/app/controllers/katello/api/v2/products_controller.rb +4 -4
  62. data/app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb +12 -5
  63. data/app/controllers/katello/api/v2/repositories_controller.rb +16 -17
  64. data/app/controllers/katello/api/v2/sync_controller.rb +0 -1
  65. data/app/controllers/katello/concerns/api/api_controller.rb +0 -10
  66. data/app/controllers/katello/concerns/content_facet_hosts_controller_extensions.rb +7 -9
  67. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +1 -1
  68. data/app/helpers/katello/hosts_and_hostgroups_helper.rb +14 -2
  69. data/app/lib/actions/katello/alternate_content_source/update.rb +1 -1
  70. data/app/lib/actions/katello/content_view/capsule_sync.rb +1 -1
  71. data/app/lib/actions/katello/content_view/incremental_updates.rb +3 -9
  72. data/app/lib/actions/katello/content_view_environment/destroy.rb +5 -3
  73. data/app/lib/actions/katello/content_view_version/destroy.rb +5 -1
  74. data/app/lib/actions/katello/content_view_version/republish_repositories.rb +8 -2
  75. data/app/lib/actions/katello/host/update_content_view.rb +4 -2
  76. data/app/lib/actions/katello/product/destroy.rb +15 -11
  77. data/app/lib/actions/katello/repository/capsule_sync.rb +1 -1
  78. data/app/lib/actions/katello/repository/destroy.rb +10 -2
  79. data/app/lib/actions/katello/repository/index_content.rb +0 -1
  80. data/app/lib/actions/katello/repository/sync.rb +1 -3
  81. data/app/lib/actions/katello/repository/update_metadata_sync.rb +1 -1
  82. data/app/lib/actions/katello/repository/verify_checksum.rb +2 -10
  83. data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +12 -5
  84. data/app/lib/katello/concerns/base_template_scope_extensions.rb +4 -9
  85. data/app/lib/katello/resources/cdn.rb +4 -0
  86. data/app/lib/katello/validators/alternate_content_source_products_validator.rb +1 -1
  87. data/app/models/katello/candlepin/repository_mapper.rb +1 -0
  88. data/app/models/katello/cdn_configuration.rb +4 -0
  89. data/app/models/katello/concerns/host_managed_extensions.rb +57 -4
  90. data/app/models/katello/content_view.rb +21 -3
  91. data/app/models/katello/content_view_component.rb +1 -1
  92. data/app/models/katello/content_view_version.rb +4 -0
  93. data/app/models/katello/docker_meta_tag.rb +3 -1
  94. data/app/models/katello/host/content_facet.rb +10 -8
  95. data/app/models/katello/kt_environment.rb +1 -1
  96. data/app/models/katello/ping.rb +1 -12
  97. data/app/models/katello/product_content.rb +14 -1
  98. data/app/models/katello/repository.rb +6 -1
  99. data/app/models/katello/root_repository.rb +2 -8
  100. data/app/services/katello/applicability/applicable_content_helper.rb +2 -2
  101. data/app/services/katello/registration_manager.rb +2 -12
  102. data/app/views/foreman/job_templates/configure_host_for_new_content_source.erb +25 -0
  103. data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +1 -1
  104. data/app/views/katello/api/v2/content_facet/show.json.rabl +0 -12
  105. data/app/views/katello/api/v2/content_view_components/show.json.rabl +4 -1
  106. data/app/views/katello/api/v2/content_views/base.json.rabl +6 -2
  107. data/app/views/katello/api/v2/products/show.json.rabl +3 -0
  108. data/app/views/katello/api/v2/repositories/base.json.rabl +18 -0
  109. data/app/views/katello/api/v2/repositories/show.json.rabl +0 -1
  110. data/app/views/katello/api/v2/repository_sets/show.json.rabl +2 -2
  111. data/app/views/overrides/activation_keys/_host_environment_select.html.erb +4 -5
  112. data/app/views/overrides/activation_keys/_host_media_type_select.html.erb +11 -3
  113. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +15 -7
  114. data/config/initializers/monkeys.rb +1 -0
  115. data/config/katello.yaml.example +0 -4
  116. data/config/routes/api/v2.rb +3 -0
  117. data/config/routes/overrides.rb +0 -11
  118. data/db/migrate/20220228173251_remove_drpm_from_ignorable_content.rb +1 -0
  119. data/db/migrate/20230609155411_add_custom_cdn_auth_enabled_to_katello_cdn_configurations.rb +5 -0
  120. data/db/migrate/20230710190626_remove_relative_path_limit.rb +5 -0
  121. data/db/migrate/20230717150442_change_change_content_source_job_template_name.rb +20 -0
  122. data/db/migrate/20230828143236_remove_katello_agent_dispatch_history.rb +15 -0
  123. data/db/seeds.d/111-upgrade_tasks.rb +1 -2
  124. data/engines/bastion/app/views/bastion/layouts/assets.html.erb +1 -1
  125. data/engines/bastion_katello/README.md +2 -1
  126. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -2
  127. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html +2 -2
  128. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html +8 -3
  129. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +3 -44
  130. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-module-streams-modal.controller.js +0 -1
  131. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +1 -65
  132. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +1 -3
  133. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +1 -6
  134. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +1 -1
  135. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +1 -16
  136. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +0 -1
  137. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-actions.controller.js +0 -1
  138. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +2 -11
  139. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +0 -2
  140. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +1 -39
  141. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +2 -2
  142. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -4
  143. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +2 -4
  144. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +4 -6
  145. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -3
  146. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +0 -14
  147. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +1 -2
  148. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +2 -1
  149. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html +1 -1
  150. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +235 -521
  151. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-details.controller.js +2 -0
  152. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details.controller.js +17 -4
  153. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html +55 -6
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +2 -2
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html +13 -2
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +2 -2
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +4 -1
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-details.html +5 -0
  159. data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -3
  160. data/lib/katello/engine.rb +0 -18
  161. data/lib/katello/permission_creator.rb +1 -1
  162. data/lib/katello/plugin.rb +0 -25
  163. data/lib/katello/version.rb +1 -1
  164. data/lib/monkeys/remove_hidden_distribution.rb +383 -0
  165. data/locale/action_names.rb +3 -1
  166. data/locale/bn/katello.po +130 -39
  167. data/locale/bn_IN/katello.po +130 -39
  168. data/locale/ca/katello.po +130 -39
  169. data/locale/cs/katello.po +130 -39
  170. data/locale/cs_CZ/katello.po +130 -39
  171. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/de/katello.po +134 -43
  173. data/locale/de_AT/katello.po +130 -39
  174. data/locale/de_DE/katello.po +130 -39
  175. data/locale/el/katello.po +130 -39
  176. data/locale/en/katello.po +130 -39
  177. data/locale/en_GB/katello.po +130 -39
  178. data/locale/en_US/katello.po +130 -39
  179. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/es/katello.po +133 -42
  181. data/locale/et_EE/katello.po +130 -39
  182. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  183. data/locale/fr/katello.po +138 -47
  184. data/locale/gl/katello.po +130 -39
  185. data/locale/gu/katello.po +130 -39
  186. data/locale/he_IL/katello.po +130 -39
  187. data/locale/hi/katello.po +130 -39
  188. data/locale/id/katello.po +130 -39
  189. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  190. data/locale/it/katello.po +131 -40
  191. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/ja/katello.po +138 -47
  193. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/ka/katello.po +131 -40
  195. data/locale/katello.pot +805 -642
  196. data/locale/kn/katello.po +130 -39
  197. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/ko/katello.po +131 -40
  199. data/locale/ml_IN/katello.po +130 -39
  200. data/locale/mr/katello.po +130 -39
  201. data/locale/nl_NL/katello.po +130 -39
  202. data/locale/or/katello.po +130 -39
  203. data/locale/pa/katello.po +130 -39
  204. data/locale/pl/katello.po +130 -39
  205. data/locale/pl_PL/katello.po +130 -39
  206. data/locale/pt/katello.po +130 -39
  207. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  208. data/locale/pt_BR/katello.po +133 -42
  209. data/locale/ro/katello.po +130 -39
  210. data/locale/ro_RO/katello.po +130 -39
  211. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/ru/katello.po +131 -40
  213. data/locale/sl/katello.po +130 -39
  214. data/locale/sv_SE/katello.po +130 -39
  215. data/locale/ta/katello.po +130 -39
  216. data/locale/ta_IN/katello.po +130 -39
  217. data/locale/te/katello.po +130 -39
  218. data/locale/tr/katello.po +130 -39
  219. data/locale/vi/katello.po +130 -39
  220. data/locale/vi_VN/katello.po +130 -39
  221. data/locale/zh/katello.po +130 -39
  222. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  223. data/locale/zh_CN/katello.po +138 -47
  224. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  225. data/locale/zh_TW/katello.po +131 -40
  226. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +0 -5
  227. data/webpack/components/extensions/HostDetails/Tabs/ContentTab/index.js +9 -3
  228. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +7 -54
  229. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +2 -11
  230. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesActions.js +1 -40
  231. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesConstants.js +0 -3
  232. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +5 -40
  233. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +6 -61
  234. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +5 -4
  235. data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +0 -212
  236. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +2 -157
  237. data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +0 -20
  238. data/webpack/containers/Application/config.js +5 -0
  239. data/webpack/scenes/ActivationKeys/Details/ActivationKeyActions.js +31 -0
  240. data/webpack/scenes/ActivationKeys/Details/ActivationKeyConstants.js +3 -0
  241. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +127 -0
  242. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +37 -0
  243. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetailsSelectors.js +16 -0
  244. data/webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js +117 -0
  245. data/webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js +77 -0
  246. data/webpack/scenes/ActivationKeys/Details/components/DeleteModal.js +63 -0
  247. data/webpack/scenes/ActivationKeys/Details/components/EditModal.js +199 -0
  248. data/webpack/scenes/ActivationKeys/Details/index.js +3 -0
  249. data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +1 -1
  250. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +10 -5
  251. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js +8 -3
  252. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +8 -3
  253. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +1 -1
  254. data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +2 -2
  255. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +1 -1
  256. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +37 -29
  257. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +53 -37
  258. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +7 -0
  259. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.fixtures.json +15 -6
  260. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +6 -5
  261. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json +43 -197
  262. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +1 -1
  263. data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +1 -1
  264. data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +2 -2
  265. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js +1 -1
  266. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.fixtures.json +0 -98
  267. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +103 -1
  268. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersionsLatestEnvironment.fixtures.json +634 -0
  269. data/webpack/scenes/ContentViews/components/ContentViewSelect/helpers.js +1 -1
  270. data/webpack/scenes/Hosts/ChangeContentSource/actions.js +14 -12
  271. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +45 -6
  272. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +42 -7
  273. data/webpack/scenes/Hosts/ChangeContentSource/index.js +37 -10
  274. data/webpack/scenes/Hosts/ChangeContentSource/styles.scss +5 -0
  275. data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +0 -8
  276. data/webpack/scenes/RedHatRepositories/index.scss +1 -1
  277. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +2 -2
  278. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +0 -8
  279. metadata +85 -80
  280. data/app/lib/actions/katello/agent/dispatch_history_presenter.rb +0 -64
  281. data/app/lib/actions/katello/agent_action.rb +0 -119
  282. data/app/lib/actions/katello/bulk_agent_action.rb +0 -34
  283. data/app/lib/actions/katello/host/erratum/applicable_errata_install.rb +0 -44
  284. data/app/lib/actions/katello/host/erratum/install.rb +0 -38
  285. data/app/lib/actions/katello/host/package/install.rb +0 -34
  286. data/app/lib/actions/katello/host/package/remove.rb +0 -48
  287. data/app/lib/actions/katello/host/package/update.rb +0 -42
  288. data/app/lib/actions/katello/host/package_group/install.rb +0 -30
  289. data/app/lib/actions/katello/host/package_group/remove.rb +0 -30
  290. data/app/lib/katello/agent/base_message.rb +0 -41
  291. data/app/lib/katello/agent/client_message_handler.rb +0 -69
  292. data/app/lib/katello/agent/connection.rb +0 -38
  293. data/app/lib/katello/agent/install_errata_message.rb +0 -25
  294. data/app/lib/katello/agent/install_package_group_message.rb +0 -25
  295. data/app/lib/katello/agent/install_package_message.rb +0 -28
  296. data/app/lib/katello/agent/remove_package_group_message.rb +0 -25
  297. data/app/lib/katello/agent/remove_package_message.rb +0 -28
  298. data/app/lib/katello/agent/update_package_message.rb +0 -33
  299. data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +0 -59
  300. data/app/lib/katello/qpid/connection.rb +0 -149
  301. data/app/lib/katello/util/default_enablement_migrator.rb +0 -183
  302. data/app/models/katello/agent/dispatch_history.rb +0 -19
  303. data/app/models/katello/events/delete_host_agent_queue.rb +0 -19
  304. data/app/services/katello/agent/dispatcher.rb +0 -60
  305. data/app/views/foreman/job_templates/change_content_source.erb +0 -18
  306. data/app/views/katello/api/v2/sync/index.json.rabl +0 -1
  307. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html +0 -8
  308. data/lib/katello/tasks/upgrades/4.9/update_custom_products_enablement.rake +0 -13
@@ -134,6 +134,9 @@ msgstr "%s 已使用"
134
134
  msgid "%s ago"
135
135
  msgstr "%s 前"
136
136
 
137
+ msgid "%s content type is not enabled."
138
+ msgstr ""
139
+
137
140
  msgid "%s guests"
138
141
  msgstr "%s 客户系统"
139
142
 
@@ -257,6 +260,9 @@ msgstr "%{group} 软件包组更新超时"
257
260
  msgid "%{group} package group updated"
258
261
  msgstr "%{group} 软件包组已更新"
259
262
 
263
+ msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
264
+ msgstr ""
265
+
260
266
  msgid "%{package} (%{total} other packages)"
261
267
  msgstr "%{package} (%{total} 个其他软件包)"
262
268
 
@@ -338,6 +344,9 @@ msgstr "无法为 %{content_name} 指定%{unused_substitutions},因为这个
338
344
  msgid "%{used} of %{total}"
339
345
  msgstr "%{used}(共 %{total})"
340
346
 
347
+ msgid "%{value} can contain only lowercase letters, numbers, dashes and dots."
348
+ msgstr ""
349
+
341
350
  msgid "%{view_label} could not be promoted to %{environment_label} because the content view and the environment are not in the same organization!"
342
351
  msgstr "无法将 %{view_label} 提升到 %{environment_label},因为内容视图和环境不在同一机构中!"
343
352
 
@@ -461,6 +470,9 @@ msgstr "操作没有获得可以在这个机构上执行的授权。"
461
470
  msgid "Action with sub plans"
462
471
  msgstr "有子计划的操作"
463
472
 
473
+ msgid "Activation Key will no longer be available for use. This operation cannot be undone."
474
+ msgstr ""
475
+
464
476
  msgid "Activation Keys"
465
477
  msgstr "激活码"
466
478
 
@@ -470,6 +482,15 @@ msgstr "激活码"
470
482
  msgid "Activation key ID"
471
483
  msgstr "激活码 ID"
472
484
 
485
+ msgid "Activation key deleted"
486
+ msgstr ""
487
+
488
+ msgid "Activation key details"
489
+ msgstr ""
490
+
491
+ msgid "Activation key details updated"
492
+ msgstr ""
493
+
473
494
  msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
474
495
  msgstr "subscription-manager 客户端的激活码,CentOS 和 Red Hat Enterprise Linux 需要它。如果是多个激活码,使用 `activation_keys` 参数替代。"
475
496
 
@@ -614,6 +635,9 @@ msgstr "受影响的仓库"
614
635
  msgid "Affected repositories"
615
636
  msgstr "受影响的仓库"
616
637
 
638
+ msgid "After configuring Foreman, configuration must also be updated on {hosts}. Choose one of the following options to update {hosts}:"
639
+ msgstr ""
640
+
617
641
  msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
618
642
  msgstr "生成增量更新后,对特定主机应用改变。当前仅支持勘误。"
619
643
 
@@ -1142,6 +1166,9 @@ msgstr "无法从 %s 删除,视图在那里不存在。"
1142
1166
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
1143
1167
  msgstr "无法删除具有在内容视图中发布的仓库的产品。产品:%{product},%{view_versions}"
1144
1168
 
1169
+ msgid "Cannot delete product: %{product} with repositories that are the last affected repository in content view filters. Delete these repositories before deleting product."
1170
+ msgstr ""
1171
+
1145
1172
  msgid "Cannot delete provider with attached products"
1146
1173
  msgstr "无法删除附带产品的供应商"
1147
1174
 
@@ -1232,9 +1259,6 @@ msgstr "无法上传 Ansible 集合。"
1232
1259
  msgid "Cannot upload Container Image content."
1233
1260
  msgstr "无法上传容器镜像内容。"
1234
1261
 
1235
- msgid "Cannot validate contents on non-yum/deb repositories."
1236
- msgstr "无法验证非 yum/deb 仓库中的内容。"
1237
-
1238
1262
  msgid "Capacity"
1239
1263
  msgstr "容量"
1240
1264
 
@@ -1247,9 +1271,15 @@ msgstr "更改内容源"
1247
1271
  msgid "Change host content source"
1248
1272
  msgstr "更改主机内容源"
1249
1273
 
1274
+ msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
1275
+ msgstr ""
1276
+
1250
1277
  msgid "Check audited changes and proceed only if content or filters have changed since last publish"
1251
1278
  msgstr ""
1252
1279
 
1280
+ msgid "Check for long running tasks"
1281
+ msgstr ""
1282
+
1253
1283
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1254
1284
  msgstr "检查是否可以与 Red Hat Subscription Management 建立连接。"
1255
1285
 
@@ -1358,6 +1388,12 @@ msgstr "复合内容视图"
1358
1388
  msgid "Compute resource IDs"
1359
1389
  msgstr "運算資源 ID"
1360
1390
 
1391
+ msgid "Configuration still must be updated on {hosts}"
1392
+ msgstr ""
1393
+
1394
+ msgid "Configuration updated on Foreman"
1395
+ msgstr ""
1396
+
1361
1397
  msgid "Confirm Deletion"
1362
1398
  msgstr "确认删除"
1363
1399
 
@@ -1571,6 +1607,9 @@ msgstr "内容视图 ID"
1571
1607
  msgid "Content view and environment not set for registration."
1572
1608
  msgstr ""
1573
1609
 
1610
+ msgid "Content view and lifecycle environment must be provided together"
1611
+ msgstr ""
1612
+
1574
1613
  msgid "Content view details"
1575
1614
  msgstr "内容视图详情"
1576
1615
 
@@ -2084,6 +2123,9 @@ msgstr "刪除內容視域"
2084
2123
  msgid "Delete a filter rule"
2085
2124
  msgstr "刪除过滤器规则"
2086
2125
 
2126
+ msgid "Delete activation key?"
2127
+ msgstr ""
2128
+
2087
2129
  msgid "Delete all subscriptions attached to activation keys."
2088
2130
  msgstr "删除激活码附带的所有订阅。"
2089
2131
 
@@ -2099,6 +2141,9 @@ msgstr "删除上传请求"
2099
2141
  msgid "Delete content view"
2100
2142
  msgstr "删除內容视图"
2101
2143
 
2144
+ msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
2145
+ msgstr ""
2146
+
2102
2147
  msgid "Delete manifest from Red Hat provider"
2103
2148
  msgstr "從 Red Hat 供應者中刪除清單"
2104
2149
 
@@ -2132,6 +2177,9 @@ msgstr "删除版本 {versionList}"
2132
2177
  msgid "Deleting versions: {versionList}"
2133
2178
  msgstr "删除版本: {versionList}"
2134
2179
 
2180
+ msgid "Deliver notifications about long running tasks"
2181
+ msgstr ""
2182
+
2135
2183
  msgid "Description"
2136
2184
  msgstr "描述"
2137
2185
 
@@ -2291,6 +2339,9 @@ msgstr "编辑 RPM 规则"
2291
2339
  msgid "Edit URL and subpaths"
2292
2340
  msgstr "编辑 URL 和子路径"
2293
2341
 
2342
+ msgid "Edit activation key"
2343
+ msgstr ""
2344
+
2294
2345
  msgid "Edit content view assignment"
2295
2346
  msgstr "编辑内容视图分配"
2296
2347
 
@@ -2630,6 +2681,9 @@ msgstr "按类型过滤"
2630
2681
  msgid "Filter composite versions whose publish was triggered by the specified component version"
2631
2682
  msgstr "过滤其发布由指定的组件版本触发的组合版本"
2632
2683
 
2684
+ msgid "Filter content view versions that contain the file"
2685
+ msgstr ""
2686
+
2633
2687
  msgid "Filter created"
2634
2688
  msgstr "篩選器已建立"
2635
2689
 
@@ -2736,11 +2790,11 @@ msgstr ""
2736
2790
  msgid "Force delete the repository by removing it from all content view versions"
2737
2791
  msgstr "从所有内容视图版本中删除存储库来强制删除存储库"
2738
2792
 
2739
- msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy"
2740
- msgstr "强制元数据重新生成继续。当存储库使用 'Complete Mirroring' mirroring 策略时这样做是危险的"
2793
+ msgid "Force metadata regeneration to proceed. Dangerous operation when version has repositories with the 'Complete Mirroring' mirroring policy"
2794
+ msgstr ""
2741
2795
 
2742
- msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy."
2743
- msgstr "强制元数据重新生成继续。当存储库使用 'Complete Mirroring' mirroring 策略时这样做是危险的。"
2796
+ msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy"
2797
+ msgstr ""
2744
2798
 
2745
2799
  msgid "Force promotion"
2746
2800
  msgstr "强制提升"
@@ -2754,8 +2808,8 @@ msgstr "即使未检测到上游更改也强制进行同步。非 yum 仓库会
2754
2808
  msgid "Force sync even if no upstream changes are detected. Only used with yum or deb repositories."
2755
2809
  msgstr ""
2756
2810
 
2757
- msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem."
2758
- msgstr "强制重新发布指定的仓库,在文件系统上重新生成元数据和符号链接。"
2811
+ msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem. Not allowed for repositories with the 'Complete Mirroring' mirroring policy."
2812
+ msgstr ""
2759
2813
 
2760
2814
  msgid "Forces a republish of the version's repositories' metadata"
2761
2815
  msgstr "强制重新发布版本仓库的元数据"
@@ -2811,9 +2865,6 @@ msgstr "获取有关仓库集的信息"
2811
2865
  msgid "Get list of available repositories for the repository set"
2812
2866
  msgstr "获取仓库集的可用仓库列表"
2813
2867
 
2814
- msgid "Get status of repo synchronisation for given product"
2815
- msgstr "為指定的產品取得軟體庫同步化的狀態"
2816
-
2817
2868
  msgid "Get status of synchronisation for given repository"
2818
2869
  msgstr "為指定的軟體庫取得同步化的狀態"
2819
2870
 
@@ -2907,6 +2958,9 @@ msgstr "主机勘误公告"
2907
2958
  msgid "Host ID"
2908
2959
  msgstr "主机 ID"
2909
2960
 
2961
+ msgid "Host Limit"
2962
+ msgstr ""
2963
+
2910
2964
  msgid "Host Profile Assume"
2911
2965
  msgstr "主机配置集假设"
2912
2966
 
@@ -2934,9 +2988,6 @@ msgstr "主机集合"
2934
2988
  msgid "Host collections updated"
2935
2989
  msgstr "已更新的主机集合"
2936
2990
 
2937
- msgid "Host configurations are not updated yet"
2938
- msgstr ""
2939
-
2940
2991
  msgid "Host content and subscription details"
2941
2992
  msgstr "主机内容和订阅详细信息"
2942
2993
 
@@ -3144,8 +3195,10 @@ msgstr "包含 SSL 客户端密钥的内容凭证的标识符"
3144
3195
  msgid "Identifiers for Lifecycle Environment"
3145
3196
  msgstr "生命周期环境的标识符"
3146
3197
 
3147
- msgid "Identifies whether the repository should be disabled on a client with a non-matching OS version. Pass [] to enable regardless of OS version. Maximum length 1; allowed tags are: %s"
3148
- msgstr "指定是否应在操作系统版本不匹配的客户端上禁用存储库。传递 [] 以启用,而不考虑操作系统版本。最大长度1;允许的标签为: %s"
3198
+ msgid ""
3199
+ "Identifies whether the repository should be unavailable on a client with a non-matching OS version.\n"
3200
+ "Pass [] to make repo available for clients regardless of OS version. Maximum length 1; allowed tags are: %s"
3201
+ msgstr ""
3149
3202
 
3150
3203
  msgid "Ids of smart proxies to associate"
3151
3204
  msgstr "要关联的智能代理的 ID"
@@ -3156,6 +3209,9 @@ msgstr "是否应该对上游 URL 进行 SSL 验证"
3156
3209
  msgid "If hosts fail to register because of duplicate DMI UUIDs, add their comma-separated values here. Subsequent registrations will generate a unique DMI UUID for the affected hosts."
3157
3210
  msgstr "如果主机由于重复的 DMI UUID 而未能注册,请在此处添加以逗号分隔的值。随后的注册将为受影响的主机生成唯一的 DMI UUID。"
3158
3211
 
3212
+ msgid "If product certificates should be used to authenticate to a custom CDN."
3213
+ msgstr ""
3214
+
3159
3215
  msgid "If specified, remove the first instance of a subscription with matching id and quantity"
3160
3216
  msgstr "如果指定,删除具有匹配 id 和数量的订阅的第一个实例"
3161
3217
 
@@ -3201,7 +3257,7 @@ msgstr "如果您希望将部分主机移到不同的内容视图或环境中,
3201
3257
  msgid "Ignorable content can be only set for Yum repositories."
3202
3258
  msgstr "可忽略内容只能为 Yum 仓库设置。"
3203
3259
 
3204
- msgid "Ignore %s can not be set in combination with 'Complete Mirroring' mirroring policy."
3260
+ msgid "Ignore %s cannot be set in combination with the 'Complete Mirroring' mirroring policy."
3205
3261
  msgstr ""
3206
3262
 
3207
3263
  msgid "Ignore errors"
@@ -3585,9 +3641,15 @@ msgstr "作为 '${description}' 已完成"
3585
3641
  msgid "Job '${description}' has started."
3586
3642
  msgstr "作业 '${description}' 已启动。"
3587
3643
 
3644
+ msgid "Katello 4.10"
3645
+ msgstr ""
3646
+
3588
3647
  msgid "Katello ID of local pool to update"
3589
3648
  msgstr "要更新的本地池的 Katello ID"
3590
3649
 
3650
+ msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
3651
+ msgstr ""
3652
+
3591
3653
  msgid "Katello: Install Errata"
3592
3654
  msgstr "Katello:安装勘误"
3593
3655
 
@@ -3681,8 +3743,11 @@ msgstr "最新勘误"
3681
3743
  msgid "Latest version"
3682
3744
  msgstr "最新版本"
3683
3745
 
3684
- msgid "Learn more about adding Subscription Manifests"
3685
- msgstr "了解有关添加订阅清单的更多信息"
3746
+ msgid "Learn more about adding Subscription Manifests "
3747
+ msgstr ""
3748
+
3749
+ msgid "Legacy UI"
3750
+ msgstr ""
3686
3751
 
3687
3752
  msgid "Legacy content host UI"
3688
3753
  msgstr "旧内容主机 UI"
@@ -4044,6 +4109,9 @@ msgstr "清单历史"
4044
4109
  msgid "Manifest deleted"
4045
4110
  msgstr "删除的清单"
4046
4111
 
4112
+ msgid "Manifest does not have a valid subscription"
4113
+ msgstr ""
4114
+
4047
4115
  msgid "Manifest imported"
4048
4116
  msgstr "导入的清单"
4049
4117
 
@@ -4116,8 +4184,10 @@ msgstr "信息"
4116
4184
  msgid "Messaging connection"
4117
4185
  msgstr "訊息連線"
4118
4186
 
4119
- msgid "Metadata republishing must be forced because it is a dangerous operation."
4120
- msgstr "必须强制进行元数据重新发布,因为它是一个危险的操作。"
4187
+ msgid ""
4188
+ "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4189
+ "Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
4190
+ msgstr ""
4121
4191
 
4122
4192
  msgid "Metadata taken from the upstream export history for this Content View Version"
4123
4193
  msgstr "从此 Content View 版本的上游导出历史记录中获取的元数据"
@@ -4173,9 +4243,6 @@ msgstr "不适用"
4173
4243
  msgid "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}'."
4174
4244
  msgstr ""
4175
4245
 
4176
- msgid "NOTE: Katello-agent is deprecated and will be removed in %s. Consider using remote execution instead."
4177
- msgstr "注:Katello-agent 已弃用并将在 %s 中删除。考虑迁移到远程执行。"
4178
-
4179
4246
  msgid "NOTE: Unable to export repository '%{repository}' because it does not have an exportable content type."
4180
4247
  msgstr "注意:无法导出仓库 \"%{repository}\",因为它没有可导出的内容类型。"
4181
4248
 
@@ -4647,6 +4714,9 @@ msgstr "未指定"
4647
4714
  msgid "Not yet published"
4648
4715
  msgstr "尚未发布"
4649
4716
 
4717
+ msgid "Note: Deleting a subscription manifest is STRONGLY discouraged."
4718
+ msgstr ""
4719
+
4650
4720
  msgid "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:"
4651
4721
  msgstr "注:强烈不建议删除订阅清单。删除清单将会:"
4652
4722
 
@@ -5461,6 +5531,9 @@ msgstr "为 %s 刷新内容主机状态"
5461
5531
  msgid "Refresh Manifest"
5462
5532
  msgstr "刷新清单"
5463
5533
 
5534
+ msgid "Refresh all alternate content sources"
5535
+ msgstr ""
5536
+
5464
5537
  msgid "Refresh alternate content sources"
5465
5538
  msgstr "销毁备用内容源"
5466
5539
 
@@ -5686,8 +5759,11 @@ msgstr "不允许来自发布的内容视图中的仓库。"
5686
5759
  msgid "Repository"
5687
5760
  msgstr "仓库"
5688
5761
 
5689
- msgid "Repository %s cannot be deleted since it has already been included in a published Content View."
5690
- msgstr "无法删除存储库 %s,因为它已包括在一个发布的内容视图中。"
5762
+ msgid "Repository %s cannot be deleted since it has already been included in a published Content View. Use repository details page to delete"
5763
+ msgstr ""
5764
+
5765
+ msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
5766
+ msgstr ""
5691
5767
 
5692
5768
  msgid "Repository '%(repoName)s' has been disabled."
5693
5769
  msgstr "仓库 '%(repoName)s' 已被禁用。"
@@ -5764,6 +5840,9 @@ msgstr "重新发布 %{name}%{version} 的仓库"
5764
5840
  msgid "Republish Version Repositories"
5765
5841
  msgstr "发布版本库"
5766
5842
 
5843
+ msgid "Republish repository metadata"
5844
+ msgstr ""
5845
+
5767
5846
  msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
5768
5847
  msgstr "需要您上传 subscription-manifest 并为主机和激活码重新附加订阅。"
5769
5848
 
@@ -5941,6 +6020,9 @@ msgstr "要添加的规则"
5941
6020
  msgid "Run Sync Plan:"
5942
6021
  msgstr "运行同步计划:"
5943
6022
 
6023
+ msgid "Run job invocation"
6024
+ msgstr ""
6025
+
5944
6026
  msgid "Running"
5945
6027
  msgstr "執行中"
5946
6028
 
@@ -6067,6 +6149,9 @@ msgstr "选择一个生命周期环境和一个内容视图来移动这些主机
6067
6149
  msgid "Select a lifecycle environment and a content view to move this host."
6068
6150
  msgstr "选择一个生命周期环境和一个内容视图来移动这个主机。"
6069
6151
 
6152
+ msgid "Select a lifecycle environment first"
6153
+ msgstr ""
6154
+
6070
6155
  msgid "Select a lifecycle environment from the available promotion paths to promote new version."
6071
6156
  msgstr "从可用的提升路径中选择生命周期环境来提升新版本。"
6072
6157
 
@@ -6091,15 +6176,15 @@ msgstr "现在一个机构"
6091
6176
  msgid "Select an environment"
6092
6177
  msgstr "选择一个环境"
6093
6178
 
6094
- msgid "Select an environment first"
6095
- msgstr ""
6096
-
6097
6179
  msgid "Select an option"
6098
6180
  msgstr "选择一个选项"
6099
6181
 
6100
6182
  msgid "Select an organization"
6101
6183
  msgstr "选择一个机构"
6102
6184
 
6185
+ msgid "Select attributes for ${akDetails.name}"
6186
+ msgstr ""
6187
+
6103
6188
  msgid "Select available version of ${cvName} to use"
6104
6189
  msgstr "选择可用的 ${cvName} 版本"
6105
6190
 
@@ -6995,9 +7080,6 @@ msgstr "您尝试访问的页面需要选择一个特定的机构。"
6995
7080
  msgid "The path %{real_path} does not seem to be a valid repository. If you think this is an error, please try refreshing your manifest."
6996
7081
  msgstr "路径 %{real_path} 似乎不是有效的仓库。如果您认为这是一个错误,请尝试刷新清单。"
6997
7082
 
6998
- msgid "The product %{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
6999
- msgstr "产品 %{name} 没有带有上游 URL 的 %{type} 软件仓库来添加到备用内容源中。"
7000
-
7001
7083
  msgid "The promotion of %{content_view} to %{environment} has completed. %{count} errata are available to your hosts."
7002
7084
  msgstr "提升%{content_view}至%{environment}已经完成。%{count} 个勘误表可用于您的主机。"
7003
7085
 
@@ -7121,6 +7203,9 @@ msgstr "该机构的订阅清单已过期。请导入一个新的清单。"
7121
7203
  msgid "This action doesn't support package groups"
7122
7204
  msgstr "這項動作不支援套件群組"
7123
7205
 
7206
+ msgid "This action should only be taken for debugging purposes."
7207
+ msgstr ""
7208
+
7124
7209
  msgid "This action should only be taken in extreme circumstances or for debugging purposes."
7125
7210
  msgstr "只有在极端情况下或进行调试时才应采取此操作。"
7126
7211
 
@@ -7220,8 +7305,8 @@ msgstr "该版本将从以下位置删除:"
7220
7305
  msgid "This will create a copy of {cv}, including details, repositories, and filters. Generated data such as history, tasks and versions will not be copied."
7221
7306
  msgstr "这将创建一个 {cv} 的副本,包括详情、仓库和过滤器。生成的数据,如历史记录、任务和版本不会被复制。"
7222
7307
 
7223
- msgid "Time in minutes to consider orphan content as orphaned."
7224
- msgstr "将孤立的内容视为孤立经过的时间(以分钟为单位)。"
7308
+ msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7309
+ msgstr ""
7225
7310
 
7226
7311
  msgid "Time in seconds to wait for a host to finish a katello-agent action"
7227
7312
  msgstr "等待主机完成 katello-agent 操作的时间(以秒为单位)"
@@ -7247,6 +7332,9 @@ msgstr ""
7247
7332
  msgid "To enable them, add the environment to the host's content source, or "
7248
7333
  msgstr ""
7249
7334
 
7335
+ msgid "To finish the process of changing the content source, run the following script manually on {hosts}."
7336
+ msgstr ""
7337
+
7250
7338
  msgid "To get started, add a filter rule to this filter"
7251
7339
  msgstr ""
7252
7340
 
@@ -7256,12 +7344,6 @@ msgstr "要开始,将此主机添加到主机集合。"
7256
7344
  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."
7257
7345
  msgstr ""
7258
7346
 
7259
- msgid "To update the selected host configuration, update hosts manually in the next section."
7260
- msgstr ""
7261
-
7262
- msgid "To update the selected host configuration, {link}, or update hosts manually in the next section."
7263
- msgstr ""
7264
-
7265
7347
  msgid "Toggling Simple Content Access will refresh your manifest."
7266
7348
  msgstr "切换简单内容访问将刷新您的清单。"
7267
7349
 
@@ -7421,6 +7503,9 @@ msgstr "无法重新分配内容主机。请提供system_content_view_id 和 sys
7421
7503
  msgid "Unable to reassign systems. Please check system_content_view_id and system_environment_id."
7422
7504
  msgstr "無法重新指定系統。請檢查 system_content_view_id 與 system_environment_id。"
7423
7505
 
7506
+ msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or no alternate content sources exist."
7507
+ msgstr ""
7508
+
7424
7509
  msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or none of the alternate content sources exist."
7425
7510
  msgstr "无法刷新任何备用内容源。您没有刷新的权限,或者没有任何备用内容源。"
7426
7511
 
@@ -7571,6 +7656,9 @@ msgstr "对主机的更新"
7571
7656
  msgid "Update for host %s"
7572
7657
  msgstr "主机 %s 的更新"
7573
7658
 
7659
+ msgid "Update hosts manually"
7660
+ msgstr ""
7661
+
7574
7662
  msgid "Update http proxy"
7575
7663
  msgstr "更新 HTTP 代理"
7576
7664
 
@@ -7922,6 +8010,9 @@ msgstr "虚拟客户系统"
7922
8010
  msgid "Virtual host"
7923
8011
  msgstr "虚拟主机"
7924
8012
 
8013
+ msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
8014
+ msgstr ""
8015
+
7925
8016
  msgid "Waiting to start."
7926
8017
  msgstr "等待开始。"
7927
8018
 
@@ -8099,9 +8190,6 @@ msgstr "Docker 标签"
8099
8190
  msgid "a file"
8100
8191
  msgstr "一个文件"
8101
8192
 
8102
- msgid "a future release"
8103
- msgstr "一个将来的发行版本"
8104
-
8105
8193
  msgid "a module stream"
8106
8194
  msgstr "一个模块流"
8107
8195
 
@@ -8750,9 +8838,6 @@ msgstr "單一資源回應的根節點(選用)"
8750
8838
  msgid "rule identifier"
8751
8839
  msgstr "規則識別子"
8752
8840
 
8753
- msgid "run job invocation"
8754
- msgstr ""
8755
-
8756
8841
  msgid "security advisories"
8757
8842
  msgstr ""
8758
8843
 
@@ -8807,6 +8892,12 @@ msgstr "临时覆盖 feed 网址以进行同步"
8807
8892
  msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
8808
8893
  msgstr "以下属性不能为红帽供应商更新: [ %s ]"
8809
8894
 
8895
+ msgid "the host"
8896
+ msgstr ""
8897
+
8898
+ msgid "the hosts"
8899
+ msgstr ""
8900
+
8810
8901
  msgid "to"
8811
8902
  msgstr "至"
8812
8903
 
Binary file