katello 4.9.2 → 4.10.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 (276) 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/hosts_bulk_actions_controller.rb +0 -77
  59. data/app/controllers/katello/api/v2/organizations_controller.rb +2 -1
  60. data/app/controllers/katello/api/v2/repositories_controller.rb +6 -10
  61. data/app/controllers/katello/api/v2/sync_controller.rb +0 -1
  62. data/app/controllers/katello/concerns/api/api_controller.rb +0 -10
  63. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +1 -1
  64. data/app/lib/actions/katello/alternate_content_source/update.rb +1 -1
  65. data/app/lib/actions/katello/content_view/capsule_sync.rb +1 -1
  66. data/app/lib/actions/katello/content_view/incremental_updates.rb +3 -9
  67. data/app/lib/actions/katello/content_view_version/republish_repositories.rb +8 -2
  68. data/app/lib/actions/katello/repository/capsule_sync.rb +1 -1
  69. data/app/lib/actions/katello/repository/update_metadata_sync.rb +1 -1
  70. data/app/lib/katello/concerns/base_template_scope_extensions.rb +4 -9
  71. data/app/lib/katello/resources/cdn.rb +4 -0
  72. data/app/lib/katello/validators/alternate_content_source_products_validator.rb +1 -1
  73. data/app/models/katello/cdn_configuration.rb +4 -0
  74. data/app/models/katello/concerns/host_managed_extensions.rb +2 -1
  75. data/app/models/katello/content_view.rb +5 -1
  76. data/app/models/katello/content_view_component.rb +1 -1
  77. data/app/models/katello/content_view_version.rb +4 -0
  78. data/app/models/katello/host/content_facet.rb +4 -5
  79. data/app/models/katello/ping.rb +0 -19
  80. data/app/models/katello/repository.rb +5 -1
  81. data/app/models/katello/root_repository.rb +2 -8
  82. data/app/services/katello/applicability/applicable_content_helper.rb +2 -2
  83. data/app/services/katello/registration_manager.rb +2 -12
  84. data/app/views/foreman/job_templates/configure_host_for_new_content_source.erb +25 -0
  85. data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +1 -1
  86. data/app/views/katello/api/v2/content_facet/show.json.rabl +0 -12
  87. data/app/views/katello/api/v2/content_view_components/show.json.rabl +4 -1
  88. data/app/views/katello/api/v2/content_views/base.json.rabl +6 -2
  89. data/app/views/katello/api/v2/repositories/show.json.rabl +0 -1
  90. data/config/initializers/monkeys.rb +1 -0
  91. data/config/katello.yaml.example +0 -4
  92. data/config/routes/api/v2.rb +3 -0
  93. data/config/routes/overrides.rb +0 -11
  94. data/db/migrate/20230609155411_add_custom_cdn_auth_enabled_to_katello_cdn_configurations.rb +5 -0
  95. data/db/migrate/20230710190626_remove_relative_path_limit.rb +5 -0
  96. data/db/migrate/20230717150442_change_change_content_source_job_template_name.rb +20 -0
  97. data/db/migrate/20230828143236_remove_katello_agent_dispatch_history.rb +15 -0
  98. data/db/seeds.d/111-upgrade_tasks.rb +1 -2
  99. data/engines/bastion/app/views/bastion/layouts/assets.html.erb +1 -1
  100. data/engines/bastion_katello/README.md +2 -1
  101. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -2
  102. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html +2 -2
  103. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html +8 -3
  104. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +3 -44
  105. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-module-streams-modal.controller.js +0 -1
  106. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +1 -65
  107. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +1 -3
  108. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +1 -6
  109. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +1 -1
  110. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +1 -16
  111. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +0 -1
  112. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-actions.controller.js +0 -1
  113. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +2 -11
  114. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +0 -2
  115. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +1 -39
  116. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +2 -2
  117. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -2
  118. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +2 -3
  119. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +4 -5
  120. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -1
  121. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +2 -4
  122. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +2 -4
  123. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +0 -1
  124. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +0 -14
  125. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +0 -4
  126. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +1 -2
  127. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +2 -1
  128. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html +1 -1
  129. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +235 -521
  130. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html +13 -2
  131. data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -3
  132. data/lib/katello/engine.rb +0 -18
  133. data/lib/katello/permission_creator.rb +1 -1
  134. data/lib/katello/plugin.rb +0 -25
  135. data/lib/katello/version.rb +1 -1
  136. data/lib/monkeys/remove_hidden_distribution.rb +383 -0
  137. data/locale/action_names.rb +3 -1
  138. data/locale/bn/katello.po +130 -39
  139. data/locale/bn_IN/katello.po +130 -39
  140. data/locale/ca/katello.po +130 -39
  141. data/locale/cs/katello.po +130 -39
  142. data/locale/cs_CZ/katello.po +130 -39
  143. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  144. data/locale/de/katello.po +134 -43
  145. data/locale/de_AT/katello.po +130 -39
  146. data/locale/de_DE/katello.po +130 -39
  147. data/locale/el/katello.po +130 -39
  148. data/locale/en/katello.po +130 -39
  149. data/locale/en_GB/katello.po +130 -39
  150. data/locale/en_US/katello.po +130 -39
  151. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  152. data/locale/es/katello.po +133 -42
  153. data/locale/et_EE/katello.po +130 -39
  154. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  155. data/locale/fr/katello.po +138 -47
  156. data/locale/gl/katello.po +130 -39
  157. data/locale/gu/katello.po +130 -39
  158. data/locale/he_IL/katello.po +130 -39
  159. data/locale/hi/katello.po +130 -39
  160. data/locale/id/katello.po +130 -39
  161. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  162. data/locale/it/katello.po +131 -40
  163. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  164. data/locale/ja/katello.po +138 -47
  165. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  166. data/locale/ka/katello.po +131 -40
  167. data/locale/katello.pot +805 -642
  168. data/locale/kn/katello.po +130 -39
  169. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  170. data/locale/ko/katello.po +131 -40
  171. data/locale/ml_IN/katello.po +130 -39
  172. data/locale/mr/katello.po +130 -39
  173. data/locale/nl_NL/katello.po +130 -39
  174. data/locale/or/katello.po +130 -39
  175. data/locale/pa/katello.po +130 -39
  176. data/locale/pl/katello.po +130 -39
  177. data/locale/pl_PL/katello.po +130 -39
  178. data/locale/pt/katello.po +130 -39
  179. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/pt_BR/katello.po +133 -42
  181. data/locale/ro/katello.po +130 -39
  182. data/locale/ro_RO/katello.po +130 -39
  183. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  184. data/locale/ru/katello.po +131 -40
  185. data/locale/sl/katello.po +130 -39
  186. data/locale/sv_SE/katello.po +130 -39
  187. data/locale/ta/katello.po +130 -39
  188. data/locale/ta_IN/katello.po +130 -39
  189. data/locale/te/katello.po +130 -39
  190. data/locale/tr/katello.po +130 -39
  191. data/locale/vi/katello.po +130 -39
  192. data/locale/vi_VN/katello.po +130 -39
  193. data/locale/zh/katello.po +130 -39
  194. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  195. data/locale/zh_CN/katello.po +138 -47
  196. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  197. data/locale/zh_TW/katello.po +131 -40
  198. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +0 -5
  199. data/webpack/components/extensions/HostDetails/Tabs/ContentTab/index.js +9 -3
  200. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +7 -58
  201. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +2 -11
  202. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesActions.js +1 -40
  203. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesConstants.js +0 -3
  204. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +5 -40
  205. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +6 -65
  206. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +5 -4
  207. data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +0 -212
  208. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +2 -157
  209. data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +0 -20
  210. data/webpack/containers/Application/config.js +5 -0
  211. data/webpack/scenes/ActivationKeys/Details/ActivationKeyActions.js +31 -0
  212. data/webpack/scenes/ActivationKeys/Details/ActivationKeyConstants.js +3 -0
  213. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +127 -0
  214. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +37 -0
  215. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetailsSelectors.js +16 -0
  216. data/webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js +117 -0
  217. data/webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js +77 -0
  218. data/webpack/scenes/ActivationKeys/Details/components/DeleteModal.js +63 -0
  219. data/webpack/scenes/ActivationKeys/Details/components/EditModal.js +199 -0
  220. data/webpack/scenes/ActivationKeys/Details/index.js +3 -0
  221. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +10 -5
  222. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js +8 -3
  223. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +8 -3
  224. data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +2 -2
  225. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +1 -1
  226. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +37 -29
  227. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +53 -37
  228. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +7 -0
  229. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.fixtures.json +15 -6
  230. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +6 -5
  231. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json +43 -197
  232. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +1 -1
  233. data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +1 -1
  234. data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +2 -2
  235. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.fixtures.json +0 -98
  236. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +103 -1
  237. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersionsLatestEnvironment.fixtures.json +634 -0
  238. data/webpack/scenes/ContentViews/components/ContentViewSelect/helpers.js +1 -1
  239. data/webpack/scenes/Hosts/ChangeContentSource/actions.js +14 -12
  240. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +45 -6
  241. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +42 -7
  242. data/webpack/scenes/Hosts/ChangeContentSource/index.js +37 -10
  243. data/webpack/scenes/Hosts/ChangeContentSource/styles.scss +5 -0
  244. data/webpack/scenes/RedHatRepositories/index.scss +1 -1
  245. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +2 -2
  246. metadata +85 -81
  247. data/app/lib/actions/katello/agent/dispatch_history_presenter.rb +0 -64
  248. data/app/lib/actions/katello/agent_action.rb +0 -120
  249. data/app/lib/actions/katello/bulk_agent_action.rb +0 -37
  250. data/app/lib/actions/katello/host/erratum/applicable_errata_install.rb +0 -44
  251. data/app/lib/actions/katello/host/erratum/install.rb +0 -38
  252. data/app/lib/actions/katello/host/package/install.rb +0 -34
  253. data/app/lib/actions/katello/host/package/remove.rb +0 -48
  254. data/app/lib/actions/katello/host/package/update.rb +0 -42
  255. data/app/lib/actions/katello/host/package_group/install.rb +0 -30
  256. data/app/lib/actions/katello/host/package_group/remove.rb +0 -30
  257. data/app/lib/katello/agent/base_message.rb +0 -41
  258. data/app/lib/katello/agent/client_message_handler.rb +0 -69
  259. data/app/lib/katello/agent/connection.rb +0 -38
  260. data/app/lib/katello/agent/install_errata_message.rb +0 -25
  261. data/app/lib/katello/agent/install_package_group_message.rb +0 -25
  262. data/app/lib/katello/agent/install_package_message.rb +0 -28
  263. data/app/lib/katello/agent/remove_package_group_message.rb +0 -25
  264. data/app/lib/katello/agent/remove_package_message.rb +0 -28
  265. data/app/lib/katello/agent/update_package_message.rb +0 -33
  266. data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +0 -59
  267. data/app/lib/katello/qpid/connection.rb +0 -149
  268. data/app/lib/katello/util/default_enablement_migrator.rb +0 -183
  269. data/app/models/katello/agent/dispatch_history.rb +0 -19
  270. data/app/models/katello/events/delete_host_agent_queue.rb +0 -19
  271. data/app/services/katello/agent/dispatcher.rb +0 -60
  272. data/app/views/foreman/job_templates/change_content_source.erb +0 -18
  273. data/app/views/katello/api/v2/sync/index.json.rabl +0 -1
  274. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html +0 -8
  275. data/lib/katello/tasks/upgrades/4.9/update_custom_products_enablement.rake +0 -13
  276. data/webpack/components/extensions/HostDetails/common/KatelloAgentDeprecationAlert.js +0 -23
data/locale/ja/katello.po CHANGED
@@ -135,6 +135,9 @@ msgstr "使用済み %s 件"
135
135
  msgid "%s ago"
136
136
  msgstr "%s 前"
137
137
 
138
+ msgid "%s content type is not enabled."
139
+ msgstr ""
140
+
138
141
  msgid "%s guests"
139
142
  msgstr "%s ゲスト"
140
143
 
@@ -258,6 +261,9 @@ msgstr "%{group} パッケージグループの更新がタイムアウトにな
258
261
  msgid "%{group} package group updated"
259
262
  msgstr "%{group} パッケージグループが更新されました"
260
263
 
264
+ msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
265
+ msgstr ""
266
+
261
267
  msgid "%{package} (%{total} other packages)"
262
268
  msgstr "%{package} (他のパッケージ: %{total})"
263
269
 
@@ -339,6 +345,9 @@ msgstr "%{unused_substitutions} は、%{content_url} と置き換えることが
339
345
  msgid "%{used} of %{total}"
340
346
  msgstr "%{used} / %{total}"
341
347
 
348
+ msgid "%{value} can contain only lowercase letters, numbers, dashes and dots."
349
+ msgstr ""
350
+
342
351
  msgid "%{view_label} could not be promoted to %{environment_label} because the content view and the environment are not in the same organization!"
343
352
  msgstr "コンテンツビューと環境が同じ組織内にないため、%{view_label} を %{environment_label} にプロモートできませんでした!"
344
353
 
@@ -462,6 +471,9 @@ msgstr "この組織で実行権限がないアクション"
462
471
  msgid "Action with sub plans"
463
472
  msgstr "サブプランによるアクション"
464
473
 
474
+ msgid "Activation Key will no longer be available for use. This operation cannot be undone."
475
+ msgstr ""
476
+
465
477
  msgid "Activation Keys"
466
478
  msgstr "アクティベーションキー"
467
479
 
@@ -471,6 +483,15 @@ msgstr "アクティベーションキー"
471
483
  msgid "Activation key ID"
472
484
  msgstr "アクティベーションキー ID"
473
485
 
486
+ msgid "Activation key deleted"
487
+ msgstr ""
488
+
489
+ msgid "Activation key details"
490
+ msgstr ""
491
+
492
+ msgid "Activation key details updated"
493
+ msgstr ""
494
+
474
495
  msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
475
496
  msgstr "CentOS および Red Hat Enterprise Linux に必要な subscription-manager クライアントのアクティベーションキー。複数のキーの場合は、代わりに `activation_keys` パラメーターを使用してください。"
476
497
 
@@ -615,6 +636,9 @@ msgstr "影響のあるリポジトリー"
615
636
  msgid "Affected repositories"
616
637
  msgstr "影響を受けるリポジトリー"
617
638
 
639
+ msgid "After configuring Foreman, configuration must also be updated on {hosts}. Choose one of the following options to update {hosts}:"
640
+ msgstr ""
641
+
618
642
  msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
619
643
  msgstr "指定のホストへの変更は、増分更新の生成後に適用します。現在、エラータのみがサポートされています。"
620
644
 
@@ -1143,6 +1167,9 @@ msgstr "%s から削除できません。ビューが存在しません。"
1143
1167
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
1144
1168
  msgstr "コンテンツビューに公開リポジトリーが含まれている場合には、製品を削除できません。製品: %{product}、{view_versions}"
1145
1169
 
1170
+ msgid "Cannot delete product: %{product} with repositories that are the last affected repository in content view filters. Delete these repositories before deleting product."
1171
+ msgstr ""
1172
+
1146
1173
  msgid "Cannot delete provider with attached products"
1147
1174
  msgstr "製品が割り当てられたプロバイダーを削除できません"
1148
1175
 
@@ -1233,9 +1260,6 @@ msgstr "Ansible コレクションをアップロードできません。"
1233
1260
  msgid "Cannot upload Container Image content."
1234
1261
  msgstr "コンテナーイメージのコンテンツをアップロードできません。"
1235
1262
 
1236
- msgid "Cannot validate contents on non-yum/deb repositories."
1237
- msgstr "yum 以外/deb リポジトリーでコンテンツを検証できません。"
1238
-
1239
1263
  msgid "Capacity"
1240
1264
  msgstr "容量"
1241
1265
 
@@ -1248,9 +1272,15 @@ msgstr "コンテンツソースの変更"
1248
1272
  msgid "Change host content source"
1249
1273
  msgstr "ホストコンテンツソースの変更"
1250
1274
 
1275
+ msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
1276
+ msgstr ""
1277
+
1251
1278
  msgid "Check audited changes and proceed only if content or filters have changed since last publish"
1252
1279
  msgstr ""
1253
1280
 
1281
+ msgid "Check for long running tasks"
1282
+ msgstr ""
1283
+
1254
1284
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1255
1285
  msgstr "Red Hat Subscription Management に接続できるかどうかを確認します。"
1256
1286
 
@@ -1359,6 +1389,12 @@ msgstr "複合コンテンツビュー"
1359
1389
  msgid "Compute resource IDs"
1360
1390
  msgstr "コンピュートリソース ID"
1361
1391
 
1392
+ msgid "Configuration still must be updated on {hosts}"
1393
+ msgstr ""
1394
+
1395
+ msgid "Configuration updated on Foreman"
1396
+ msgstr ""
1397
+
1362
1398
  msgid "Confirm Deletion"
1363
1399
  msgstr "削除の確定"
1364
1400
 
@@ -1572,6 +1608,9 @@ msgstr "コンテンツビュー ID"
1572
1608
  msgid "Content view and environment not set for registration."
1573
1609
  msgstr ""
1574
1610
 
1611
+ msgid "Content view and lifecycle environment must be provided together"
1612
+ msgstr ""
1613
+
1575
1614
  msgid "Content view details"
1576
1615
  msgstr "コンテンツビューの詳細"
1577
1616
 
@@ -2085,6 +2124,9 @@ msgstr "コンテンツビューの削除"
2085
2124
  msgid "Delete a filter rule"
2086
2125
  msgstr "フィルタールールの削除"
2087
2126
 
2127
+ msgid "Delete activation key?"
2128
+ msgstr ""
2129
+
2088
2130
  msgid "Delete all subscriptions attached to activation keys."
2089
2131
  msgstr "アクティベーションキーにアタッチされている全サブスクリプションを削除します。"
2090
2132
 
@@ -2100,6 +2142,9 @@ msgstr "アップロード要求の削除"
2100
2142
  msgid "Delete content view"
2101
2143
  msgstr "コンテンツビューの削除"
2102
2144
 
2145
+ 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."
2146
+ msgstr ""
2147
+
2103
2148
  msgid "Delete manifest from Red Hat provider"
2104
2149
  msgstr "Red Hat プロバイダーからマニフェストを削除"
2105
2150
 
@@ -2133,6 +2178,9 @@ msgstr "バージョン {versionList} を削除しています"
2133
2178
  msgid "Deleting versions: {versionList}"
2134
2179
  msgstr "バージョンを削除しています: {versionList}"
2135
2180
 
2181
+ msgid "Deliver notifications about long running tasks"
2182
+ msgstr ""
2183
+
2136
2184
  msgid "Description"
2137
2185
  msgstr "説明"
2138
2186
 
@@ -2292,6 +2340,9 @@ msgstr "RPM ルールの編集"
2292
2340
  msgid "Edit URL and subpaths"
2293
2341
  msgstr "URL およびサブパスの編集"
2294
2342
 
2343
+ msgid "Edit activation key"
2344
+ msgstr ""
2345
+
2295
2346
  msgid "Edit content view assignment"
2296
2347
  msgstr "コンテンツビューの割り当てを編集"
2297
2348
 
@@ -2631,6 +2682,9 @@ msgstr "タイプ別に絞り込む"
2631
2682
  msgid "Filter composite versions whose publish was triggered by the specified component version"
2632
2683
  msgstr "指定したコンポーネントバージョンで公開がトリガーされた複合バージョンをフィルタリングする"
2633
2684
 
2685
+ msgid "Filter content view versions that contain the file"
2686
+ msgstr ""
2687
+
2634
2688
  msgid "Filter created"
2635
2689
  msgstr "フィルターが作成されました"
2636
2690
 
@@ -2737,11 +2791,11 @@ msgstr ""
2737
2791
  msgid "Force delete the repository by removing it from all content view versions"
2738
2792
  msgstr "すべてのコンテンツビューバージョンからリポジトリーを削除して、リポジトリーを強制的に削除します"
2739
2793
 
2740
- msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy"
2741
- msgstr "メタデータの再生成を強制的に実行します。リポジトリーで「Complete Mirroring」ミラーリングポリシーを使用している場合には危険な操作です。"
2794
+ msgid "Force metadata regeneration to proceed. Dangerous operation when version has repositories with the 'Complete Mirroring' mirroring policy"
2795
+ msgstr ""
2742
2796
 
2743
- msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy."
2744
- msgstr "メタデータの再生成を強制的に実行します。リポジトリーで「Complete Mirroring」ミラーリングポリシーを使用している場合には危険な操作です。"
2797
+ msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy"
2798
+ msgstr ""
2745
2799
 
2746
2800
  msgid "Force promotion"
2747
2801
  msgstr "プロモーションの強制"
@@ -2755,8 +2809,8 @@ msgstr "アップストリームの変更が検出されない場合でも、強
2755
2809
  msgid "Force sync even if no upstream changes are detected. Only used with yum or deb repositories."
2756
2810
  msgstr ""
2757
2811
 
2758
- msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem."
2759
- msgstr "指定のリポジトリーを強制的に再公開し、ファイルシステムでメタデータとシンボリックリンクを再生成します。"
2812
+ 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."
2813
+ msgstr ""
2760
2814
 
2761
2815
  msgid "Forces a republish of the version's repositories' metadata"
2762
2816
  msgstr "バージョンのリポジトリーのメタデータを強制的に再公開します"
@@ -2812,9 +2866,6 @@ msgstr "リポジトリーセットの情報取得"
2812
2866
  msgid "Get list of available repositories for the repository set"
2813
2867
  msgstr "リポジトリーセットの利用可能なリポジトリーの一覧を取得します"
2814
2868
 
2815
- msgid "Get status of repo synchronisation for given product"
2816
- msgstr "指定製品のリポジトリーの同期状態を取得"
2817
-
2818
2869
  msgid "Get status of synchronisation for given repository"
2819
2870
  msgstr "指定リポジトリーの同期状態を取得"
2820
2871
 
@@ -2908,6 +2959,9 @@ msgstr "ホストのエラータアドバイザリー"
2908
2959
  msgid "Host ID"
2909
2960
  msgstr "ホスト ID"
2910
2961
 
2962
+ msgid "Host Limit"
2963
+ msgstr ""
2964
+
2911
2965
  msgid "Host Profile Assume"
2912
2966
  msgstr "ホストプロファイルの想定"
2913
2967
 
@@ -2935,9 +2989,6 @@ msgstr "ホストコレクション"
2935
2989
  msgid "Host collections updated"
2936
2990
  msgstr "ホストコレクションが更新されました"
2937
2991
 
2938
- msgid "Host configurations are not updated yet"
2939
- msgstr ""
2940
-
2941
2992
  msgid "Host content and subscription details"
2942
2993
  msgstr "ホストコレクションおよびサブスクリプションの詳細"
2943
2994
 
@@ -3145,8 +3196,10 @@ msgstr "SSL クライアントキーを含むコンテンツ認証情報の ID"
3145
3196
  msgid "Identifiers for Lifecycle Environment"
3146
3197
  msgstr "ライフサイクル環境の ID"
3147
3198
 
3148
- 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"
3149
- msgstr "OS バージョンが一致しないクライアントでリポジトリーを無効にする必要があるかどうかを識別します。[] を渡すと、OS バージョンに関係なく有効になります。最大長は 1 で、許可されるタグは次のとおりです: %s"
3199
+ msgid ""
3200
+ "Identifies whether the repository should be unavailable on a client with a non-matching OS version.\n"
3201
+ "Pass [] to make repo available for clients regardless of OS version. Maximum length 1; allowed tags are: %s"
3202
+ msgstr ""
3150
3203
 
3151
3204
  msgid "Ids of smart proxies to associate"
3152
3205
  msgstr "関連付ける Smart Proxy の ID"
@@ -3157,6 +3210,9 @@ msgstr "アップストリーム URL に対して SSL を検証する必要が
3157
3210
  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."
3158
3211
  msgstr "DMI UUID が重複しているためにホストの登録に失敗した場合は、ここにコンマ区切りの値を追加します。今後の登録では、影響を受けるホストに対して一意の DMI UUID が生成されます。"
3159
3212
 
3213
+ msgid "If product certificates should be used to authenticate to a custom CDN."
3214
+ msgstr ""
3215
+
3160
3216
  msgid "If specified, remove the first instance of a subscription with matching id and quantity"
3161
3217
  msgstr "指定された場合、ID と数量が一致するサブスクリプションの最初のインスタンスを削除します"
3162
3218
 
@@ -3202,7 +3258,7 @@ msgstr "これらのホストの一部を別のコンテンツビューまたは
3202
3258
  msgid "Ignorable content can be only set for Yum repositories."
3203
3259
  msgstr "無視できるコンテンツは、Yum リポジトリーにのみ設定できます。"
3204
3260
 
3205
- msgid "Ignore %s can not be set in combination with 'Complete Mirroring' mirroring policy."
3261
+ msgid "Ignore %s cannot be set in combination with the 'Complete Mirroring' mirroring policy."
3206
3262
  msgstr ""
3207
3263
 
3208
3264
  msgid "Ignore errors"
@@ -3586,9 +3642,15 @@ msgstr "ジョブ '${description}' が完了しました"
3586
3642
  msgid "Job '${description}' has started."
3587
3643
  msgstr "ジョブ '${description}' が開始されました。"
3588
3644
 
3645
+ msgid "Katello 4.10"
3646
+ msgstr ""
3647
+
3589
3648
  msgid "Katello ID of local pool to update"
3590
3649
  msgstr "更新するローカルプールの Katello ID"
3591
3650
 
3651
+ msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
3652
+ msgstr ""
3653
+
3592
3654
  msgid "Katello: Install Errata"
3593
3655
  msgstr "Katello: エラータのインストール"
3594
3656
 
@@ -3682,8 +3744,11 @@ msgstr "最新のエラータ"
3682
3744
  msgid "Latest version"
3683
3745
  msgstr "最新バージョン"
3684
3746
 
3685
- msgid "Learn more about adding Subscription Manifests"
3686
- msgstr "サブスクリプションマニフェストの追加に関する詳細"
3747
+ msgid "Learn more about adding Subscription Manifests "
3748
+ msgstr ""
3749
+
3750
+ msgid "Legacy UI"
3751
+ msgstr ""
3687
3752
 
3688
3753
  msgid "Legacy content host UI"
3689
3754
  msgstr "レガシーコンテンツホストの UI"
@@ -4045,6 +4110,9 @@ msgstr "マニフェストの履歴"
4045
4110
  msgid "Manifest deleted"
4046
4111
  msgstr "マニフェストを削除しました"
4047
4112
 
4113
+ msgid "Manifest does not have a valid subscription"
4114
+ msgstr ""
4115
+
4048
4116
  msgid "Manifest imported"
4049
4117
  msgstr "マニフェストをインポートしました"
4050
4118
 
@@ -4117,8 +4185,10 @@ msgstr "メッセージ"
4117
4185
  msgid "Messaging connection"
4118
4186
  msgstr "メッセージング接続"
4119
4187
 
4120
- msgid "Metadata republishing must be forced because it is a dangerous operation."
4121
- msgstr "メタデータの再公開は危険な操作であるため、強制する必要があります。"
4188
+ msgid ""
4189
+ "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4190
+ "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."
4191
+ msgstr ""
4122
4192
 
4123
4193
  msgid "Metadata taken from the upstream export history for this Content View Version"
4124
4194
  msgstr "このコンテンツビューバージョンのアップストリームエクスポート履歴から取得したメタデータ"
@@ -4174,9 +4244,6 @@ msgstr "NA"
4174
4244
  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}'."
4175
4245
  msgstr ""
4176
4246
 
4177
- msgid "NOTE: Katello-agent is deprecated and will be removed in %s. Consider using remote execution instead."
4178
- msgstr "注記: Katello-agent は非推奨となり、%s で削除される予定です。代わりにリモート実行を使用することを検討してください。"
4179
-
4180
4247
  msgid "NOTE: Unable to export repository '%{repository}' because it does not have an exportable content type."
4181
4248
  msgstr "注: エクスポート可能なコンテンツタイプがないので '%{repository}' リポジトリーをエクスポートできません。"
4182
4249
 
@@ -4648,6 +4715,9 @@ msgstr "指定なし"
4648
4715
  msgid "Not yet published"
4649
4716
  msgstr "公開前"
4650
4717
 
4718
+ msgid "Note: Deleting a subscription manifest is STRONGLY discouraged."
4719
+ msgstr ""
4720
+
4651
4721
  msgid "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:"
4652
4722
  msgstr "注記: サブスクリプションマニフェストを削除することは、決して推奨されません。マニフェストを削除すると、以下のようになります。"
4653
4723
 
@@ -5462,6 +5532,9 @@ msgstr "%s のコンテンツホストステータスのリフレッシュ"
5462
5532
  msgid "Refresh Manifest"
5463
5533
  msgstr "マニフェストの更新"
5464
5534
 
5535
+ msgid "Refresh all alternate content sources"
5536
+ msgstr ""
5537
+
5465
5538
  msgid "Refresh alternate content sources"
5466
5539
  msgstr "代替コンテンツソースの更新"
5467
5540
 
@@ -5687,8 +5760,11 @@ msgstr "公開されたコンテンツビューからのリポジトリーは許
5687
5760
  msgid "Repository"
5688
5761
  msgstr "リポジトリー"
5689
5762
 
5690
- msgid "Repository %s cannot be deleted since it has already been included in a published Content View."
5691
- msgstr "リポジトリー %s は、公開コンテンツビューにすでに含まれているので削除できません。"
5763
+ msgid "Repository %s cannot be deleted since it has already been included in a published Content View. Use repository details page to delete"
5764
+ msgstr ""
5765
+
5766
+ msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
5767
+ msgstr ""
5692
5768
 
5693
5769
  msgid "Repository '%(repoName)s' has been disabled."
5694
5770
  msgstr "リポジトリー '%(repoName)s' が無効化されました。"
@@ -5765,6 +5841,9 @@ msgstr "%{name}%{version} のリポジトリーの再公開"
5765
5841
  msgid "Republish Version Repositories"
5766
5842
  msgstr "バージョンリポジトリーの再公開"
5767
5843
 
5844
+ msgid "Republish repository metadata"
5845
+ msgstr ""
5846
+
5768
5847
  msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
5769
5848
  msgstr "subscription-manifest をアップロードし、サブスクリプションをホストおよびアクティベーションキーに再度アタッチする必要があります。"
5770
5849
 
@@ -5942,6 +6021,9 @@ msgstr "追加するルール"
5942
6021
  msgid "Run Sync Plan:"
5943
6022
  msgstr "同期プランの実行:"
5944
6023
 
6024
+ msgid "Run job invocation"
6025
+ msgstr ""
6026
+
5945
6027
  msgid "Running"
5946
6028
  msgstr "実行中"
5947
6029
 
@@ -6068,6 +6150,9 @@ msgstr "これらのホストを移動するには、ライフサイクル環境
6068
6150
  msgid "Select a lifecycle environment and a content view to move this host."
6069
6151
  msgstr "このホストを移動するには、ライフサイクル環境とコンテンツビューを選択してください。"
6070
6152
 
6153
+ msgid "Select a lifecycle environment first"
6154
+ msgstr ""
6155
+
6071
6156
  msgid "Select a lifecycle environment from the available promotion paths to promote new version."
6072
6157
  msgstr "利用可能なプロモーションパスからライフサイクル環境を選択し、新しいバージョンをプロモートします。"
6073
6158
 
@@ -6092,15 +6177,15 @@ msgstr "組織の選択"
6092
6177
  msgid "Select an environment"
6093
6178
  msgstr "環境の選択"
6094
6179
 
6095
- msgid "Select an environment first"
6096
- msgstr ""
6097
-
6098
6180
  msgid "Select an option"
6099
6181
  msgstr "オプションの選択"
6100
6182
 
6101
6183
  msgid "Select an organization"
6102
6184
  msgstr "組織の選択"
6103
6185
 
6186
+ msgid "Select attributes for ${akDetails.name}"
6187
+ msgstr ""
6188
+
6104
6189
  msgid "Select available version of ${cvName} to use"
6105
6190
  msgstr "使用する {cvName} の利用可能なバージョンの選択"
6106
6191
 
@@ -7000,9 +7085,6 @@ msgstr "アクセス先のページには、特定の組織を選択する必要
7000
7085
  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."
7001
7086
  msgstr "パス %{real_path} は、有効なリポジトリーではないようです。これがエラーだと思われる場合には、マニフェストを更新してみてください。"
7002
7087
 
7003
- msgid "The product %{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
7004
- msgstr "製品 %{name} には、別のコンテンツソースに追加するアップストリーム URL を含む %{type} リポジトリーはありません。"
7005
-
7006
7088
  msgid "The promotion of %{content_view} to %{environment} has completed. %{count} errata are available to your hosts."
7007
7089
  msgstr "%{content_view} から %{environment} のプロモートが完了しました。エラータ %{count} 件がホストで利用できます。"
7008
7090
 
@@ -7126,6 +7208,9 @@ msgstr "この組織のサブスクリプションマニフェストは期限切
7126
7208
  msgid "This action doesn't support package groups"
7127
7209
  msgstr "このアクションはパッケージグループに対応していません"
7128
7210
 
7211
+ msgid "This action should only be taken for debugging purposes."
7212
+ msgstr ""
7213
+
7129
7214
  msgid "This action should only be taken in extreme circumstances or for debugging purposes."
7130
7215
  msgstr "この操作は、特殊な状況またはデバッグの目的でのみ実行する必要があります。"
7131
7216
 
@@ -7225,8 +7310,8 @@ msgstr "このバージョンは以下から削除されます:"
7225
7310
  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."
7226
7311
  msgstr "これにより、詳細、リポジトリー、およびフィルターを含め {cv} のコピーが作成されます。履歴、タスク、およびバージョン等の生成されたデータはコピーされません。"
7227
7312
 
7228
- msgid "Time in minutes to consider orphan content as orphaned."
7229
- msgstr "単独コンテンツを単独であるとみなす時間 (分単位)。"
7313
+ msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7314
+ msgstr ""
7230
7315
 
7231
7316
  msgid "Time in seconds to wait for a host to finish a katello-agent action"
7232
7317
  msgstr "ホストが katello-agent アクションを終了するまでの待機時間 (秒単位)"
@@ -7252,6 +7337,9 @@ msgstr ""
7252
7337
  msgid "To enable them, add the environment to the host's content source, or "
7253
7338
  msgstr ""
7254
7339
 
7340
+ msgid "To finish the process of changing the content source, run the following script manually on {hosts}."
7341
+ msgstr ""
7342
+
7255
7343
  msgid "To get started, add a filter rule to this filter"
7256
7344
  msgstr ""
7257
7345
 
@@ -7261,12 +7349,6 @@ msgstr "まず、このホストをホストコレクションに追加します
7261
7349
  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."
7262
7350
  msgstr ""
7263
7351
 
7264
- msgid "To update the selected host configuration, update hosts manually in the next section."
7265
- msgstr ""
7266
-
7267
- msgid "To update the selected host configuration, {link}, or update hosts manually in the next section."
7268
- msgstr ""
7269
-
7270
7352
  msgid "Toggling Simple Content Access will refresh your manifest."
7271
7353
  msgstr "シンプルコンテンツアクセスを切り替えると、マニフェストが更新されます。"
7272
7354
 
@@ -7426,6 +7508,9 @@ msgstr "コンテンツホストの再割り当てを実行できません。sys
7426
7508
  msgid "Unable to reassign systems. Please check system_content_view_id and system_environment_id."
7427
7509
  msgstr "システムの再割り当てを実行できません。system_content_view_id と system_environment_id を確認してください。"
7428
7510
 
7511
+ msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or no alternate content sources exist."
7512
+ msgstr ""
7513
+
7429
7514
  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."
7430
7515
  msgstr "代替コンテンツソースを更新できません。更新するパーミッションがないか、代替コンテンツソースが存在しません。"
7431
7516
 
@@ -7576,6 +7661,9 @@ msgstr "ホストの更新"
7576
7661
  msgid "Update for host %s"
7577
7662
  msgstr "ホスト %s の更新"
7578
7663
 
7664
+ msgid "Update hosts manually"
7665
+ msgstr ""
7666
+
7579
7667
  msgid "Update http proxy"
7580
7668
  msgstr "http プロキシーの更新"
7581
7669
 
@@ -7927,6 +8015,9 @@ msgstr "仮想ゲスト"
7927
8015
  msgid "Virtual host"
7928
8016
  msgstr "仮想ホスト"
7929
8017
 
8018
+ msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
8019
+ msgstr ""
8020
+
7930
8021
  msgid "Waiting to start."
7931
8022
  msgstr "開始を待機中です。"
7932
8023
 
@@ -8104,9 +8195,6 @@ msgstr "Docker タグ"
8104
8195
  msgid "a file"
8105
8196
  msgstr "ファイル"
8106
8197
 
8107
- msgid "a future release"
8108
- msgstr "今後のリリース"
8109
-
8110
8198
  msgid "a module stream"
8111
8199
  msgstr "モジュールストリーム"
8112
8200
 
@@ -8755,9 +8843,6 @@ msgstr "単一リソース応答の root ノード (オプション)"
8755
8843
  msgid "rule identifier"
8756
8844
  msgstr "ルール ID"
8757
8845
 
8758
- msgid "run job invocation"
8759
- msgstr ""
8760
-
8761
8846
  msgid "security advisories"
8762
8847
  msgstr ""
8763
8848
 
@@ -8812,6 +8897,12 @@ msgstr "フィード URL を一時的に上書きして同期"
8812
8897
  msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
8813
8898
  msgstr "Red Hat プロバイダーの次の属性は更新できません: [ %s ]"
8814
8899
 
8900
+ msgid "the host"
8901
+ msgstr ""
8902
+
8903
+ msgid "the hosts"
8904
+ msgstr ""
8905
+
8815
8906
  msgid "to"
8816
8907
  msgstr "から"
8817
8908
 
Binary file