katello 4.18.1 → 4.19.0.rc2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (388) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +379 -109
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +379 -109
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +379 -109
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +380 -110
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +382 -112
  7. data/app/assets/javascripts/katello/locale/de/katello.js +385 -115
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +379 -109
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +379 -109
  10. data/app/assets/javascripts/katello/locale/el/katello.js +380 -110
  11. data/app/assets/javascripts/katello/locale/en/katello.js +380 -110
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +379 -109
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +379 -109
  14. data/app/assets/javascripts/katello/locale/es/katello.js +383 -113
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +379 -109
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +388 -118
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +379 -109
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +379 -109
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +379 -109
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +379 -109
  21. data/app/assets/javascripts/katello/locale/id/katello.js +379 -109
  22. data/app/assets/javascripts/katello/locale/it/katello.js +379 -109
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +388 -118
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +385 -115
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +379 -109
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +388 -118
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +379 -109
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +379 -109
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +379 -109
  30. data/app/assets/javascripts/katello/locale/or/katello.js +379 -109
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +379 -109
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +379 -109
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +379 -109
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +379 -109
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +383 -113
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +379 -109
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +379 -109
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +381 -111
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +379 -109
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +379 -109
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +379 -109
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +379 -109
  43. data/app/assets/javascripts/katello/locale/te/katello.js +379 -109
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +379 -109
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +379 -109
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +379 -109
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +379 -109
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +388 -118
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +381 -111
  50. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +41 -12
  51. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  52. data/app/controllers/katello/api/v2/activation_keys_controller.rb +3 -65
  53. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
  54. data/app/controllers/katello/api/v2/content_views_controller.rb +18 -3
  55. data/app/controllers/katello/api/v2/debs_controller.rb +21 -11
  56. data/app/controllers/katello/api/v2/docker_tags_controller.rb +7 -0
  57. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +21 -19
  58. data/app/controllers/katello/api/v2/host_debs_controller.rb +16 -1
  59. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +3 -60
  60. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +10 -53
  61. data/app/controllers/katello/api/v2/repositories_controller.rb +0 -1
  62. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -0
  63. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +3 -0
  64. data/app/lib/actions/candlepin/activation_key/create.rb +0 -2
  65. data/app/lib/actions/candlepin/activation_key/update.rb +0 -2
  66. data/app/lib/actions/candlepin/product/content_create.rb +3 -5
  67. data/app/lib/actions/candlepin/product/content_update.rb +2 -3
  68. data/app/lib/actions/helpers/rolling_cv_repos.rb +1 -1
  69. data/app/lib/actions/katello/activation_key/create.rb +0 -1
  70. data/app/lib/actions/katello/activation_key/update.rb +0 -2
  71. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -6
  72. data/app/lib/actions/katello/content_credential/update.rb +1 -1
  73. data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +18 -24
  74. data/app/lib/actions/katello/content_view/create.rb +9 -4
  75. data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +6 -1
  76. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +16 -11
  77. data/app/lib/actions/katello/content_view/update.rb +34 -7
  78. data/app/lib/actions/katello/product/content_create.rb +2 -2
  79. data/app/lib/actions/katello/product/content_destroy.rb +1 -1
  80. data/app/lib/actions/katello/repository/check_matching_content.rb +1 -1
  81. data/app/lib/actions/katello/repository/clone_contents.rb +1 -1
  82. data/app/lib/actions/katello/repository/create.rb +1 -1
  83. data/app/lib/actions/katello/repository/destroy.rb +4 -4
  84. data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
  85. data/app/lib/actions/katello/repository/sync.rb +1 -1
  86. data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +2 -2
  87. data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
  88. data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +1 -1
  89. data/app/lib/actions/pulp3/repository/save_publication.rb +3 -1
  90. data/app/lib/actions/pulp3/repository/save_version.rb +45 -24
  91. data/app/lib/actions/pulp3/repository/save_versions.rb +2 -1
  92. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -4
  93. data/app/lib/katello/resources/candlepin/upstream_job.rb +9 -1
  94. data/app/lib/katello/resources/candlepin.rb +4 -0
  95. data/app/models/katello/authorization/repository.rb +17 -4
  96. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -7
  97. data/app/models/katello/content_view_deb_filter.rb +10 -0
  98. data/app/models/katello/content_view_deb_filter_rule.rb +7 -0
  99. data/app/models/katello/deb.rb +10 -10
  100. data/app/models/katello/erratum.rb +1 -1
  101. data/app/models/katello/glue/provider.rb +14 -3
  102. data/app/models/katello/host/content_facet.rb +1 -1
  103. data/app/models/katello/host/subscription_facet.rb +1 -7
  104. data/app/models/katello/product_content.rb +2 -2
  105. data/app/models/katello/repository.rb +4 -23
  106. data/app/models/katello/root_repository.rb +2 -5
  107. data/app/services/katello/candlepin/event_handler.rb +0 -33
  108. data/app/services/katello/candlepin/message_handler.rb +0 -41
  109. data/app/services/katello/content_unit_indexer.rb +59 -13
  110. data/app/services/katello/product_content_finder.rb +5 -4
  111. data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
  112. data/app/services/katello/pulp3/ansible_collection.rb +1 -0
  113. data/app/services/katello/pulp3/api/content_guard.rb +5 -5
  114. data/app/services/katello/pulp3/api/core.rb +10 -0
  115. data/app/services/katello/pulp3/deb.rb +1 -0
  116. data/app/services/katello/pulp3/docker_manifest.rb +1 -0
  117. data/app/services/katello/pulp3/docker_manifest_list.rb +1 -0
  118. data/app/services/katello/pulp3/docker_tag.rb +1 -0
  119. data/app/services/katello/pulp3/file_unit.rb +1 -0
  120. data/app/services/katello/pulp3/generic_content_unit.rb +1 -0
  121. data/app/services/katello/pulp3/module_stream.rb +1 -0
  122. data/app/services/katello/pulp3/package_group.rb +1 -0
  123. data/app/services/katello/pulp3/repository/apt.rb +41 -16
  124. data/app/services/katello/pulp3/repository.rb +59 -10
  125. data/app/services/katello/pulp3/rpm.rb +3 -2
  126. data/app/services/katello/pulp3/srpm.rb +3 -2
  127. data/app/services/katello/pulp3/task_group.rb +1 -1
  128. data/app/services/katello/registration_manager.rb +19 -17
  129. data/app/services/katello/repository_type_manager.rb +7 -5
  130. data/app/services/katello/smart_proxy_helper.rb +1 -6
  131. data/app/views/foreman/job_templates/upload_profile.erb +5 -0
  132. data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -1
  133. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
  134. data/app/views/katello/api/v2/debs/thindex.json.rabl +6 -0
  135. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +32 -0
  136. data/app/views/katello/api/v2/docker_tags/show.json.rabl +0 -5
  137. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +6 -0
  138. data/app/views/katello/api/v2/host_debs/installed_debs.json.rabl +6 -0
  139. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_errata.json.rabl +1 -1
  140. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_erratum.json.rabl +9 -0
  141. data/app/views/katello/api/v2/hosts_bulk_actions/installable_errata.json.rabl +1 -1
  142. data/app/views/katello/api/v2/hosts_bulk_actions/{erratum.json.rabl → installable_erratum.json.rabl} +3 -3
  143. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
  144. data/config/initializers/monkeys.rb +1 -0
  145. data/config/routes/api/v2.rb +2 -2
  146. data/config/routes/overrides.rb +2 -7
  147. data/config/routes.rb +2 -0
  148. data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +1 -1
  149. data/db/migrate/20250912000000_add_pulp_prn_fields.rb +73 -0
  150. data/db/migrate/20250912000001_populate_pulp_prn_fields.rb +403 -0
  151. data/db/migrate/20251009142516_remove_auto_attach_from_activation_keys.rb +5 -0
  152. data/db/migrate/20251009142517_remove_autoheal_from_subscription_facets.rb +5 -0
  153. data/db/seeds.d/111-upgrade_tasks.rb +2 -0
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +10 -0
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +10 -0
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +10 -0
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +10 -0
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +10 -0
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +10 -0
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +10 -0
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +12 -2
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +10 -0
  163. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +10 -0
  164. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +10 -0
  165. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +10 -0
  166. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +10 -0
  167. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +10 -0
  168. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +10 -0
  169. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +10 -0
  170. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +10 -0
  171. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +10 -0
  172. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +10 -0
  173. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +10 -0
  174. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +10 -0
  175. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +10 -0
  176. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +10 -0
  177. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +10 -0
  178. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +10 -0
  179. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +10 -0
  180. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +10 -0
  181. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +10 -0
  182. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +10 -0
  183. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +10 -0
  184. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +10 -0
  185. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +10 -0
  186. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +10 -0
  187. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +10 -0
  188. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +10 -0
  189. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +10 -0
  190. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +10 -0
  191. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +10 -0
  192. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +10 -0
  193. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +10 -0
  194. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +10 -0
  195. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +10 -0
  196. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +10 -0
  197. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +10 -0
  198. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +10 -0
  199. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +10 -0
  200. data/lib/katello/permission_creator.rb +2 -2
  201. data/lib/katello/permissions/host_permissions.rb +0 -6
  202. data/lib/katello/plugin.rb +17 -8
  203. data/lib/katello/tasks/jenkins.rake +1 -1
  204. data/lib/katello/tasks/upgrades/4.19/enable_structured_apt_for_deb.rake +87 -0
  205. data/lib/katello/tasks/upgrades/4.19/populate_repository_version_prns.rake +32 -0
  206. data/lib/katello/version.rb +1 -1
  207. data/lib/monkeys/fix_rpm_repository_gpgcheck.rb +38 -0
  208. data/locale/action_names.rb +0 -6
  209. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/bn/katello.po +379 -109
  211. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/bn_IN/katello.po +379 -109
  213. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/ca/katello.po +379 -109
  215. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/cs/katello.po +380 -111
  217. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  218. data/locale/cs_CZ/katello.po +382 -112
  219. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  220. data/locale/de/katello.po +386 -116
  221. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  222. data/locale/de_AT/katello.po +379 -109
  223. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  224. data/locale/de_DE/katello.po +379 -109
  225. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  226. data/locale/el/katello.po +381 -111
  227. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  228. data/locale/en/katello.po +380 -111
  229. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  230. data/locale/en_GB/katello.po +379 -109
  231. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  232. data/locale/en_US/katello.po +379 -109
  233. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  234. data/locale/es/katello.po +383 -113
  235. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  236. data/locale/et_EE/katello.po +379 -109
  237. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  238. data/locale/fr/katello.po +389 -119
  239. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  240. data/locale/gl/katello.po +379 -109
  241. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  242. data/locale/gu/katello.po +379 -109
  243. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  244. data/locale/he_IL/katello.po +379 -109
  245. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  246. data/locale/hi/katello.po +379 -109
  247. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  248. data/locale/id/katello.po +379 -109
  249. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  250. data/locale/it/katello.po +379 -109
  251. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  252. data/locale/ja/katello.po +390 -119
  253. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  254. data/locale/ka/katello.po +385 -115
  255. data/locale/katello.pot +1273 -831
  256. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  257. data/locale/kn/katello.po +379 -109
  258. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  259. data/locale/ko/katello.po +389 -119
  260. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  261. data/locale/ml_IN/katello.po +379 -109
  262. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  263. data/locale/mr/katello.po +379 -109
  264. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  265. data/locale/nl_NL/katello.po +379 -109
  266. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  267. data/locale/or/katello.po +379 -109
  268. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  269. data/locale/pa/katello.po +379 -109
  270. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  271. data/locale/pl/katello.po +379 -109
  272. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  273. data/locale/pl_PL/katello.po +379 -109
  274. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  275. data/locale/pt/katello.po +379 -109
  276. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  277. data/locale/pt_BR/katello.po +383 -113
  278. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  279. data/locale/ro/katello.po +379 -109
  280. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  281. data/locale/ro_RO/katello.po +379 -109
  282. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  283. data/locale/ru/katello.po +381 -111
  284. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  285. data/locale/sl/katello.po +379 -109
  286. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  287. data/locale/sv_SE/katello.po +379 -109
  288. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  289. data/locale/ta/katello.po +379 -109
  290. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  291. data/locale/ta_IN/katello.po +379 -109
  292. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  293. data/locale/te/katello.po +379 -109
  294. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  295. data/locale/tr/katello.po +379 -109
  296. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  297. data/locale/vi/katello.po +379 -109
  298. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  299. data/locale/vi_VN/katello.po +379 -109
  300. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  301. data/locale/zh/katello.po +379 -109
  302. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  303. data/locale/zh_CN/katello.po +389 -119
  304. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  305. data/locale/zh_TW/katello.po +381 -111
  306. data/webpack/ForemanColumnExtensions/index.js +46 -2
  307. data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
  308. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +0 -2
  309. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -2
  310. data/webpack/components/extensions/Hosts/ActionsBar/index.js +1 -0
  311. data/webpack/components/extensions/Hosts/BulkActions/BulkActionsConstants.js +7 -0
  312. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js +388 -0
  313. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/__tests__/BulkChangeHostCollectionsModal.test.js +640 -0
  314. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/actions.js +28 -0
  315. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +71 -0
  316. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +1 -1
  317. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +1 -1
  318. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +11 -4
  319. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
  320. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +1 -1
  321. data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +8 -1
  322. data/webpack/containers/Application/config.js +11 -1
  323. data/webpack/global_index.js +3 -0
  324. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesConstants.js +1 -1
  325. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesPage.js +7 -43
  326. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImagesPage.test.js +1 -1
  327. data/webpack/scenes/ContainerImages/ContainerImagesPage.js +86 -0
  328. data/webpack/scenes/ContainerImages/LabelsAnnotationsModal.js +105 -0
  329. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js +218 -0
  330. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsActions.js +15 -0
  331. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsSelectors.js +16 -0
  332. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/ManifestDetails.test.js +395 -0
  333. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestDetails.fixtures.json +43 -0
  334. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestList.fixtures.json +58 -0
  335. data/webpack/scenes/ContainerImages/Synced/Details/index.js +4 -0
  336. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js +359 -0
  337. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.scss +21 -0
  338. data/webpack/scenes/ContainerImages/Synced/__tests__/LabelsAnnotationsModal.test.js +69 -0
  339. data/webpack/scenes/ContainerImages/Synced/__tests__/SyncedContainerImagesPage.test.js +335 -0
  340. data/webpack/scenes/ContainerImages/Synced/__tests__/syncedContainerImages.fixtures.json +105 -0
  341. data/webpack/scenes/ContainerImages/TableEmptyState.js +67 -0
  342. data/webpack/scenes/ContainerImages/containerImagesHelpers.js +48 -0
  343. data/webpack/scenes/ContainerImages/index.js +4 -0
  344. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +29 -3
  345. data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
  346. data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +45 -1
  347. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -1
  348. data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +59 -1
  349. data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +1 -0
  350. data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +164 -24
  351. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVDebFilterContent.test.js +268 -0
  352. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterDetail.fixtures.json +95 -0
  353. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterRules.fixtures.json +31 -0
  354. data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVDebFilterRules.fixtures.json +10 -0
  355. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -1
  356. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -1
  357. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +15 -0
  358. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +1 -0
  359. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +9 -0
  360. data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +5 -3
  361. data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +1 -1
  362. data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +35 -3
  363. data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +1 -1
  364. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.css +3 -0
  365. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +63 -132
  366. data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +67 -143
  367. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +10 -2
  368. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +13 -2
  369. data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
  370. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +8 -2
  371. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +67 -1
  372. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
  373. data/webpack/scenes/Subscriptions/SubscriptionConstants.js +0 -2
  374. data/webpack/scenes/Subscriptions/SubscriptionReducer.js +15 -5
  375. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +22 -5
  376. data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +141 -0
  377. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
  378. metadata +82 -56
  379. data/app/lib/actions/katello/host/attach_subscriptions.rb +0 -59
  380. data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -22
  381. data/app/lib/actions/katello/host/remove_subscriptions.rb +0 -50
  382. data/app/lib/actions/katello/organization/simple_content_access/disable.rb +0 -25
  383. data/app/lib/actions/katello/organization/simple_content_access/enable.rb +0 -25
  384. data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +0 -42
  385. data/lib/katello/tasks/migrate_structure_content_for_deb.rake +0 -105
  386. data/lib/katello/tasks/upgrades/4.2/remove_checksum_values.rake +0 -17
  387. /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImages.fixtures.js +0 -0
  388. /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/index.js +0 -0
@@ -3,10 +3,10 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 4.18.0",
6
+ "Project-Id-Version": "katello 4.19.0.rc1",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2017-12-19 20:14+0000",
9
- "Last-Translator": "Ondřej Gajdušek, 2025",
9
+ "Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025",
10
10
  "Language-Team": "Japanese (https://app.transifex.com/foreman/teams/114/ja/)",
11
11
  "MIME-Version": "1.0",
12
12
  "Content-Type": "text/plain; charset=UTF-8",
@@ -110,6 +110,9 @@
110
110
  "${selectedContentType} will appear here when created.": [
111
111
  "${selectedContentType} が作成されると、ここに表示されます。"
112
112
  ],
113
+ "${totalCount} labels and annotations": [
114
+ ""
115
+ ],
113
116
  "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?": [
114
117
  "%s%s には、削除後にもう一度関連付けする必要があるホスト %s 台とホストグループ %s 個があります。%s を削除しますか?"
115
118
  ],
@@ -446,9 +449,6 @@
446
449
  "A remote execution job is in progress.": [
447
450
  "リモート実行ジョブが進行中です。"
448
451
  ],
449
- "A service level for auto-healing process, e.g. SELF-SUPPORT": [
450
- "自動修復プロセスのサービスレベル。例: SELF-SUPPORT"
451
- ],
452
452
  "A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running.": [
453
453
  "Smart Proxy は、pulpcore を実行せずに更新されたようです。Pulpcore サービスが実行されていることを確認してから、Smart Proxy を更新してください。"
454
454
  ],
@@ -464,6 +464,9 @@
464
464
  "About page": [
465
465
  "About ページ"
466
466
  ],
467
+ "Abstract async task": [
468
+ ""
469
+ ],
467
470
  "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
468
471
  "Red Hat Subscription Management へのアクセスは禁止されています。これを変更するには、コンテンツ設定の 'サブスクリプション接続の有効化' を更新してください。"
469
472
  ],
@@ -551,12 +554,15 @@
551
554
  "Add RPM rule": [
552
555
  "RPM ルールの追加"
553
556
  ],
557
+ "Add Red Hat Flatpak remote": [
558
+ ""
559
+ ],
560
+ "Add Red Hat flatpak remote": [
561
+ ""
562
+ ],
554
563
  "Add Subscriptions": [
555
564
  "サブスクリプションの追加"
556
565
  ],
557
- "Add a subscription to a host": [
558
- "ホストにサブスクリプションを追加します"
559
- ],
560
566
  "Add an alternate content source": [
561
567
  "代替コンテンツソースの追加"
562
568
  ],
@@ -608,6 +614,9 @@
608
614
  "Add repositories with package groups to content view to select them here.": [
609
615
  "パッケージグループのあるリポジトリーをコンテンツビューに追加して、ここで選択します。"
610
616
  ],
617
+ "Add rolling repo clone": [
618
+ ""
619
+ ],
611
620
  "Add rule": [
612
621
  "ルールの追加"
613
622
  ],
@@ -620,21 +629,24 @@
620
629
  "Add subscriptions consumed by a manifest from Red Hat Subscription Management": [
621
630
  "Red Hat Subscription Management からマニフェストが使用するサブスクリプションを追加します"
622
631
  ],
623
- "Add subscriptions to one or more hosts": [
624
- "1 つ以上のホストにサブスクリプションを追加します"
625
- ],
626
632
  "Add subscriptions using the Add Subscriptions button.": [
627
633
  "サブスクリプションの追加ボタンを使用してサブスクリプションを追加します。"
628
634
  ],
629
635
  "Add to a host collection": [
630
636
  "ホストコレクションへの追加"
631
637
  ],
638
+ "Add to host collections": [
639
+ ""
640
+ ],
632
641
  "Added": [
633
642
  "追加されました"
634
643
  ],
635
644
  "Added %s": [
636
645
  "%s を追加しました"
637
646
  ],
647
+ "Added %{count} host(s) to host collection %{host_collection}.": [
648
+ ""
649
+ ],
638
650
  "Added Content:": [
639
651
  "追加されたコンテンツ:"
640
652
  ],
@@ -677,6 +689,9 @@
677
689
  "All errata up-to-date": [
678
690
  "すべてのエラータは最新の状態です"
679
691
  ],
692
+ "All selected hosts were already members of host collection %{host_collection}.": [
693
+ ""
694
+ ],
680
695
  "All subpaths must have a slash at the end and none at the front": [
681
696
  "すべてのサブパスには、必ず末尾にスラッシュが必要で、先頭には不要です"
682
697
  ],
@@ -758,6 +773,9 @@
758
773
  "An error occurred during upload \\n%{error_message}": [
759
774
  "アップロード中にエラーが発生しました \\n%{error_message}"
760
775
  ],
776
+ "An error occurred while updating host collections": [
777
+ ""
778
+ ],
761
779
  "An option to specify how many ostree commits to traverse.": [
762
780
  "走査する ostree コミットの数を指定するオプション。"
763
781
  ],
@@ -890,12 +908,6 @@
890
908
  "Array of pools to add": [
891
909
  "追加するプールの配列"
892
910
  ],
893
- "Array of subscriptions to add": [
894
- "追加するサブスクリプションの配列"
895
- ],
896
- "Array of subscriptions to remove": [
897
- "削除するサブスクリプションの配列"
898
- ],
899
911
  "Array of uploads to import": [
900
912
  "インポートするアップロードの配列"
901
913
  ],
@@ -950,15 +962,6 @@
950
962
  "At least one organization must exist.": [
951
963
  "1 つ以上の組織が存在している必要があります。"
952
964
  ],
953
- "Attach a subscription": [
954
- "サブスクリプションを割り当てる"
955
- ],
956
- "Attach subscriptions": [
957
- "サブスクリプションの割り当て"
958
- ],
959
- "Attach subscriptions to %s": [
960
- "%s へのサブスクリプションの割り当て"
961
- ],
962
965
  "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin": [
963
966
  "Candlepin からコンシューマー %s を破棄しようとしましたが、コンシューマーが candlepin に存在しません"
964
967
  ],
@@ -1058,6 +1061,9 @@
1058
1061
  "Bookmarks marked as public are available to all users": [
1059
1062
  "パブリックと識別されたブックマークは、すべてのユーザーが利用できます"
1060
1063
  ],
1064
+ "Bootable": [
1065
+ ""
1066
+ ],
1061
1067
  "Bootc rollback via Bootc interface": [
1062
1068
  "Bootc インターフェイスを使用した Bootc ロールバック"
1063
1069
  ],
@@ -1070,6 +1076,9 @@
1070
1076
  "Bootc upgrade via Bootc interface": [
1071
1077
  "Bootc インターフェイスを使用した Bootc アップグレード"
1072
1078
  ],
1079
+ "Booted": [
1080
+ ""
1081
+ ],
1073
1082
  "Booted Container Images": [
1074
1083
  "起動済みのコンテナーイメージ"
1075
1084
  ],
@@ -1379,6 +1388,9 @@
1379
1388
  "Change content view environments": [
1380
1389
  "コンテンツビュー環境の変更"
1381
1390
  ],
1391
+ "Change host collections": [
1392
+ ""
1393
+ ],
1382
1394
  "Change host content source": [
1383
1395
  "ホストコンテンツソースの変更"
1384
1396
  ],
@@ -1466,6 +1478,9 @@
1466
1478
  "Comma-separated list of tags to sync for a container image repository": [
1467
1479
  "コンテナーイメージリポジトリーに同期するコンマ区切りのタグ一覧"
1468
1480
  ],
1481
+ "Commit upload": [
1482
+ ""
1483
+ ],
1469
1484
  "Compare": [
1470
1485
  "比較"
1471
1486
  ],
@@ -1538,6 +1553,9 @@
1538
1553
  "Container image tags": [
1539
1554
  "コンテナーイメージタグ"
1540
1555
  ],
1556
+ "Container images": [
1557
+ ""
1558
+ ],
1541
1559
  "Container manifest lists": [
1542
1560
  "コンテナーマニフェストのリスト"
1543
1561
  ],
@@ -1817,15 +1835,27 @@
1817
1835
  "Copy": [
1818
1836
  "コピー"
1819
1837
  ],
1838
+ "Copy all units": [
1839
+ ""
1840
+ ],
1820
1841
  "Copy an activation key": [
1821
1842
  "アクティベーションキーをコピーします"
1822
1843
  ],
1844
+ "Copy content": [
1845
+ ""
1846
+ ],
1823
1847
  "Copy content view": [
1824
1848
  "コンテンツビューのコピー"
1825
1849
  ],
1826
1850
  "Copy to clipboard": [
1827
1851
  "クリップボードにコピー"
1828
1852
  ],
1853
+ "Copy version": [
1854
+ ""
1855
+ ],
1856
+ "Copy version units to library": [
1857
+ ""
1858
+ ],
1829
1859
  "Cores per socket": [
1830
1860
  "1 ソケットあたりのコア数"
1831
1861
  ],
@@ -2039,23 +2069,35 @@
2039
2069
  "Create content view": [
2040
2070
  "コンテンツビューの作成"
2041
2071
  ],
2072
+ "Create exporter": [
2073
+ ""
2074
+ ],
2042
2075
  "Create filter": [
2043
2076
  "フィルターの作成"
2044
2077
  ],
2045
2078
  "Create host collection": [
2046
2079
  "ホストコレクションの作成"
2047
2080
  ],
2081
+ "Create import": [
2082
+ ""
2083
+ ],
2084
+ "Create importer": [
2085
+ ""
2086
+ ],
2048
2087
  "Create new activation key": [
2049
2088
  "新規アクティベーションキーの作成"
2050
2089
  ],
2051
2090
  "Create organization": [
2052
2091
  "組織の作成"
2053
2092
  ],
2054
- "Create package filter rule": [
2055
- "パッケージフィルタールールの作成"
2093
+ "Create publication": [
2094
+ ""
2056
2095
  ],
2057
- "Create rule": [
2058
- "ルールの作成"
2096
+ "Create remote": [
2097
+ ""
2098
+ ],
2099
+ "Creation": [
2100
+ ""
2059
2101
  ],
2060
2102
  "Credentials": [
2061
2103
  "認証情報"
@@ -2318,12 +2360,36 @@
2318
2360
  "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view.": [
2319
2361
  "このリポジトリーが関連付けられた最後のリポジトリーであるコンテンツビューフィルターを削除します。デフォルトは true です。false の場合、そのようなフィルターがコンテンツビュー内のすべてのリポジトリーに適用されます。"
2320
2362
  ],
2363
+ "Delete distributions": [
2364
+ ""
2365
+ ],
2321
2366
  "Delete manifest from Red Hat provider": [
2322
2367
  "Red Hat プロバイダーからマニフェストを削除"
2323
2368
  ],
2324
2369
  "Delete multiple filters from a content view": [
2325
2370
  "コンテンツビューから複数のフィルターを削除します"
2326
2371
  ],
2372
+ "Delete orphan alternate content sources": [
2373
+ ""
2374
+ ],
2375
+ "Delete orphan distributions": [
2376
+ ""
2377
+ ],
2378
+ "Delete orphan remotes": [
2379
+ ""
2380
+ ],
2381
+ "Delete orphan repository versions": [
2382
+ ""
2383
+ ],
2384
+ "Delete orphaned migrated repositories": [
2385
+ ""
2386
+ ],
2387
+ "Delete remote": [
2388
+ ""
2389
+ ],
2390
+ "Delete repository references": [
2391
+ ""
2392
+ ],
2327
2393
  "Delete version": [
2328
2394
  "バージョンの削除"
2329
2395
  ],
@@ -2423,6 +2489,12 @@
2423
2489
  "Destroy an environment in an organization": [
2424
2490
  "組織の環境を破棄"
2425
2491
  ],
2492
+ "Destroy exporter": [
2493
+ ""
2494
+ ],
2495
+ "Destroy importer": [
2496
+ ""
2497
+ ],
2426
2498
  "Destroy one or more alternate content sources": [
2427
2499
  "1 つ以上の代替コンテンツソースの破棄"
2428
2500
  ],
@@ -2456,9 +2528,6 @@
2456
2528
  "Disable Red Hat Insights.": [
2457
2529
  "Red Hat Insights を無効にします。"
2458
2530
  ],
2459
- "Disable Simple Content Access": [
2460
- "シンプルコンテンツアクセスの無効化"
2461
- ],
2462
2531
  "Disable a repository from the set": [
2463
2532
  "セットのリポジトリーの無効化"
2464
2533
  ],
@@ -2471,6 +2540,9 @@
2471
2540
  "Disabling Simple Content Access failed for '%{subject}'.": [
2472
2541
  "'%{subject}' のシンプルコンテンツアクセスの有効化に失敗しました。"
2473
2542
  ],
2543
+ "Discover": [
2544
+ ""
2545
+ ],
2474
2546
  "Discover Repositories": [
2475
2547
  "リポジトリーの検出"
2476
2548
  ],
@@ -2522,6 +2594,9 @@
2522
2594
  "Edit": [
2523
2595
  "編集"
2524
2596
  ],
2597
+ "Edit DEB rule": [
2598
+ ""
2599
+ ],
2525
2600
  "Edit Flatpak Remote": [
2526
2601
  "Flatpak リモートの編集"
2527
2602
  ],
@@ -2549,9 +2624,6 @@
2549
2624
  "Edit filter rule": [
2550
2625
  "フィルタールールの編集"
2551
2626
  ],
2552
- "Edit package filter rule": [
2553
- "パッケージフィルタールールの編集"
2554
- ],
2555
2627
  "Edit products": [
2556
2628
  "製品の編集"
2557
2629
  ],
@@ -2594,9 +2666,6 @@
2594
2666
  "Enable Red Hat repositories": [
2595
2667
  "Red Hat リポジトリーの有効化"
2596
2668
  ],
2597
- "Enable Simple Content Access": [
2598
- "シンプルコンテンツアクセスの有効化"
2599
- ],
2600
2669
  "Enable Tracer": [
2601
2670
  "トレーサーの有効化"
2602
2671
  ],
@@ -2609,9 +2678,6 @@
2609
2678
  "Enable repository sets": [
2610
2679
  "リポジトリーセットの有効化"
2611
2680
  ],
2612
- "Enable structured APT for deb content": [
2613
- "deb コンテンツに対して構造化 APT を有効にする"
2614
- ],
2615
2681
  "Enable/Disable auto publish of composite view": [
2616
2682
  "複合ビューの自動公開を有効/無効にします"
2617
2683
  ],
@@ -2672,6 +2738,9 @@
2672
2738
  "Environment cannot be in its own promotion path": [
2673
2739
  "同じ環境内のプロモートパスに環境を存在させることはできません。"
2674
2740
  ],
2741
+ "Environment contents refresh": [
2742
+ ""
2743
+ ],
2675
2744
  "Environment identifier": [
2676
2745
  "環境 ID"
2677
2746
  ],
@@ -2711,6 +2780,9 @@
2711
2780
  "Errata id of the erratum (RHSA-2012:108)": [
2712
2781
  "エラータのエラータ ID (RHSA-2012:108)"
2713
2782
  ],
2783
+ "Errata mail": [
2784
+ ""
2785
+ ],
2714
2786
  "Errata statuses not updated for deleted content facet with UUID %s": [
2715
2787
  "UUID %s を持つ削除済みコンテンツファセットのエラータステータスが更新されませんでした"
2716
2788
  ],
@@ -2876,6 +2948,9 @@
2876
2948
  "Fetch installable errata for one or more hosts.": [
2877
2949
  "1 つまたは複数のホストにインストール可能なエラータを取得します。"
2878
2950
  ],
2951
+ "Fetch pxe files": [
2952
+ ""
2953
+ ],
2879
2954
  "Fetch traces for one or more hosts": [
2880
2955
  "1 台以上のホストのトレースを取得します"
2881
2956
  ],
@@ -2969,6 +3044,9 @@
2969
3044
  "Filter versions that are components in the specified composite version": [
2970
3045
  "指定した複合バージョンに含まれるコンポーネントのバージョンを絞り込む"
2971
3046
  ],
3047
+ "Filtered index content": [
3048
+ ""
3049
+ ],
2972
3050
  "Filters": [
2973
3051
  "フィルター"
2974
3052
  ],
@@ -2990,6 +3068,9 @@
2990
3068
  "Finished": [
2991
3069
  "終了"
2992
3070
  ],
3071
+ "Flatpak": [
3072
+ ""
3073
+ ],
2993
3074
  "Flatpak Remote ${name} created": [
2994
3075
  "Flatpak リモート ${name} が作成されました"
2995
3076
  ],
@@ -3080,9 +3161,15 @@
3080
3161
  "Generate host applicability": [
3081
3162
  "ホストに適用可能なエラータを生成します"
3082
3163
  ],
3164
+ "Generate metadata": [
3165
+ ""
3166
+ ],
3083
3167
  "Generate repository applicability": [
3084
3168
  "リポジトリーに適用可能なエラータを生成します"
3085
3169
  ],
3170
+ "Generate username and password": [
3171
+ ""
3172
+ ],
3086
3173
  "Generated": [
3087
3174
  "生成済み"
3088
3175
  ],
@@ -3317,6 +3404,12 @@
3317
3404
  "How to order the sorted results (e.g. ASC for ascending)": [
3318
3405
  "結果のソート順 (例: ascending (昇順) の ASC)"
3319
3406
  ],
3407
+ "Hypervisors": [
3408
+ ""
3409
+ ],
3410
+ "Hypervisors update": [
3411
+ ""
3412
+ ],
3320
3413
  "ID": [
3321
3414
  "ID"
3322
3415
  ],
@@ -3503,12 +3596,6 @@
3503
3596
  "If product certificates should be used to authenticate to a custom CDN.": [
3504
3597
  "カスタム CDN に対する認証に製品証明書を使用する必要があるかどうか。"
3505
3598
  ],
3506
- "If set, newly created APT repos in Katello will use the same repo structure as the remote repos they are synchronized from. You may migrate existing APT repos to match the setting, by running 'foreman-rake katello:migrate_structure_content_for_deb'.": [
3507
- "これが設定されている場合、Katello で新しく作成された APT リポジトリーは、同期元のリモートリポジトリーと同じリポジトリー構造を使用します。'foreman-rake katello:migrate_structure_content_for_deb' を実行して、既存の APT リポジトリーを設定に合わせて移行できます。"
3508
- ],
3509
- "If specified, remove the first instance of a subscription with matching id and quantity": [
3510
- "指定された場合、ID と数量が一致するサブスクリプションの最初のインスタンスを削除します"
3511
- ],
3512
3599
  "If the smart proxies' assigned HTTP proxies should be used": [
3513
3600
  "Smart Proxy に割り当てられた HTTP プロキシーを使用する場合"
3514
3601
  ],
@@ -3638,6 +3725,9 @@
3638
3725
  "Import a subscription manifest to give hosts access to Red Hat content.": [
3639
3726
  "サブスクリプションマニフェストをインポートして、ホストが Red Hat コンテンツにアクセスできるようにします。"
3640
3727
  ],
3728
+ "Import migration": [
3729
+ ""
3730
+ ],
3641
3731
  "Import new manifest": [
3642
3732
  "新しいマニフェストのインポート"
3643
3733
  ],
@@ -3647,6 +3737,12 @@
3647
3737
  "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
3648
3738
  "インポートのみのコンテンツビューは直接公開できません。コンテンツは、ビューにインポートしなければ更新されません。"
3649
3739
  ],
3740
+ "Import repository upload": [
3741
+ ""
3742
+ ],
3743
+ "Import upload": [
3744
+ ""
3745
+ ],
3650
3746
  "Import uploads into a repository": [
3651
3747
  "アップロードのリポジトリーへのインポート"
3652
3748
  ],
@@ -3713,6 +3809,9 @@
3713
3809
  "Incremental Update incomplete.": [
3714
3810
  "増分更新が完了していません。"
3715
3811
  ],
3812
+ "Incremental Update of Content View Version(s) ": [
3813
+ ""
3814
+ ],
3716
3815
  "Incremental Update of %{content_view_count} Content View Version(s) ": [
3717
3816
  "%{content_view_count} 件のコンテンツビューバージョンの増分更新 "
3718
3817
  ],
@@ -3725,12 +3824,27 @@
3725
3824
  "Incremental update specified for composite %{name} version %{version}, but no components updated.": [
3726
3825
  "複合コンテンツ %{name} のバージョン %{version} に増分更新が指定されましたが、コンポーネントは更新されていません。"
3727
3826
  ],
3827
+ "Index content": [
3828
+ ""
3829
+ ],
3830
+ "Index errata": [
3831
+ ""
3832
+ ],
3833
+ "Index module streams": [
3834
+ ""
3835
+ ],
3836
+ "Index package groups": [
3837
+ ""
3838
+ ],
3728
3839
  "Informable Type must be one of the following [ %{list} ]": [
3729
3840
  "情報タイプは以下のいずれかでなければなりません [ %{list} ]"
3730
3841
  ],
3731
3842
  "Inherit from Repository": [
3732
3843
  "リポジトリーから継承"
3733
3844
  ],
3845
+ "Initialize": [
3846
+ ""
3847
+ ],
3734
3848
  "Initiate a sync of the products attached to the sync plan": [
3735
3849
  "同期プランに割り当てられた製品の同期を開始します"
3736
3850
  ],
@@ -3806,9 +3920,15 @@
3806
3920
  "Installing Package...": [
3807
3921
  "パッケージのインストール中..."
3808
3922
  ],
3923
+ "Instance update": [
3924
+ ""
3925
+ ],
3809
3926
  "Instance-based": [
3810
3927
  "インスタンスベース"
3811
3928
  ],
3929
+ "Insufficient space for selected hosts": [
3930
+ ""
3931
+ ],
3812
3932
  "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported.": [
3813
3933
  "指定済みオブジェクトに関連付けることができるホストコレクションのみを返す指定済みオブジェクトを解釈します。値 'host' がサポートされます。"
3814
3934
  ],
@@ -3932,6 +4052,9 @@
3932
4052
  "It's not possible to promote a rolling content view.": [
3933
4053
  "ローリングコンテンツビューをプロモートすることはできません。"
3934
4054
  ],
4055
+ "It's not possible to provide environment_ids for anything other than a rolling content view.": [
4056
+ ""
4057
+ ],
3935
4058
  "It's not possible to publish a rolling content view.": [
3936
4059
  "ローリングコンテンツビューを公開することはできません。"
3937
4060
  ],
@@ -4040,6 +4163,15 @@
4040
4163
  "Label of the flatpak remote": [
4041
4164
  "flatpak リモートのラベル"
4042
4165
  ],
4166
+ "Labels": [
4167
+ ""
4168
+ ],
4169
+ "Labels and annotations": [
4170
+ ""
4171
+ ],
4172
+ "Labels | Annotations": [
4173
+ ""
4174
+ ],
4043
4175
  "Last check-in:": [
4044
4176
  "最終チェックイン"
4045
4177
  ],
@@ -4142,6 +4274,9 @@
4142
4274
  "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy.": [
4143
4275
  "ライフサイクル環境をデフォルトの Smart Proxy で変更できません。すべてのライフサイクル環境のコンテンツはこの Smart Proxy 上に存在します。"
4144
4276
  ],
4277
+ "Limit": [
4278
+ ""
4279
+ ],
4145
4280
  "Limit actions to content in the host's environment.": [
4146
4281
  "アクションをホストの環境内のコンテンツに制限します。"
4147
4282
  ],
@@ -4331,6 +4466,9 @@
4331
4466
  "List of hypervisor guest uuids": [
4332
4467
  "ハイパーバイザーゲストの UUID 一覧"
4333
4468
  ],
4469
+ "List of lifecycle environments for rolling content views": [
4470
+ ""
4471
+ ],
4334
4472
  "List of package group names (Deprecated)": [
4335
4473
  "パッケージグループ名の一覧 (非推奨)"
4336
4474
  ],
@@ -4469,12 +4607,18 @@
4469
4607
  "Manifest": [
4470
4608
  "Manifest (マニフェスト)"
4471
4609
  ],
4610
+ "Manifest Details": [
4611
+ ""
4612
+ ],
4472
4613
  "Manifest History": [
4473
4614
  "マニフェストの履歴"
4474
4615
  ],
4475
4616
  "Manifest deleted": [
4476
4617
  "マニフェストを削除しました"
4477
4618
  ],
4619
+ "Manifest digest": [
4620
+ ""
4621
+ ],
4478
4622
  "Manifest does not have a valid subscription": [
4479
4623
  "マニフェストに有効なサブスクリプションがありません"
4480
4624
  ],
@@ -4559,6 +4703,9 @@
4559
4703
  "Messaging connection": [
4560
4704
  "メッセージング接続"
4561
4705
  ],
4706
+ "Metadata generate": [
4707
+ ""
4708
+ ],
4562
4709
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories.": [
4563
4710
  "メタデータの再公開は、'完全ミラーリング' リポジトリーでは危険です。ミラーリングポリシーを変更してから再試行してください。\\nあるいは、'force' パラメーターを使用してメタデータをローカルに再生成してください。次回の同期時に、アップストリームリポジトリーのメタデータによって、'完全ミラーリング' リポジトリーのローカルメタデータが上書きされます。"
4564
4711
  ],
@@ -4595,6 +4742,9 @@
4595
4742
  "Moderate": [
4596
4743
  "中"
4597
4744
  ],
4745
+ "Modified": [
4746
+ ""
4747
+ ],
4598
4748
  "Modify via remote execution": [
4599
4749
  "リモート実行による変更"
4600
4750
  ],
@@ -4622,6 +4772,15 @@
4622
4772
  "Multi Content View Environment": [
4623
4773
  "マルチコンテンツビュー環境"
4624
4774
  ],
4775
+ "Multi copy all units": [
4776
+ ""
4777
+ ],
4778
+ "Multi copy content": [
4779
+ ""
4780
+ ],
4781
+ "Multi copy units": [
4782
+ ""
4783
+ ],
4625
4784
  "Multi-entitlement": [
4626
4785
  "マルチエンタイトルメント"
4627
4786
  ],
@@ -4916,6 +5075,9 @@
4916
5075
  "No items have been specified.": [
4917
5076
  "項目が指定されていません。"
4918
5077
  ],
5078
+ "No labels": [
5079
+ ""
5080
+ ],
4919
5081
  "No manifest file uploaded": [
4920
5082
  "マニフェストファイルがアップロードされていません"
4921
5083
  ],
@@ -5231,9 +5393,6 @@
5231
5393
  "Organization ID": [
5232
5394
  "組織 ID"
5233
5395
  ],
5234
- "Organization ID is required": [
5235
- "組織 ID は必須です"
5236
- ],
5237
5396
  "Organization ID or title": [
5238
5397
  "組織 ID またはタイトル"
5239
5398
  ],
@@ -5258,6 +5417,9 @@
5258
5417
  "Organization label '%s' is ambiguous. Try using an id-based container name.": [
5259
5418
  "組織ラベル '%s' はあいまいです。ID ベースのコンテナー名の使用を試してください。"
5260
5419
  ],
5420
+ "Organization must be specified when providing product by name.": [
5421
+ ""
5422
+ ],
5261
5423
  "Organization not found": [
5262
5424
  "組織が見つかりません"
5263
5425
  ],
@@ -5657,6 +5819,9 @@
5657
5819
  "Product label '%s' is ambiguous. Try using an id-based container name.": [
5658
5820
  "製品ラベル '%s' はあいまいです。ID ベースのコンテナー名の使用を試してください。"
5659
5821
  ],
5822
+ "Product must be specified.": [
5823
+ ""
5824
+ ],
5660
5825
  "Product name": [
5661
5826
  "製品名"
5662
5827
  ],
@@ -5717,6 +5882,9 @@
5717
5882
  "Promotion to Environment": [
5718
5883
  "環境へのプロモート"
5719
5884
  ],
5885
+ "Provide credentials if the registry requires authentication": [
5886
+ ""
5887
+ ],
5720
5888
  "Provide the required information and click {update} below to save changes.": [
5721
5889
  "必要な情報を指定し、{update} をクリックして変更を保存します。"
5722
5890
  ],
@@ -5816,6 +5984,9 @@
5816
5984
  "Pulp task error": [
5817
5985
  "Pulp タスクのエラー"
5818
5986
  ],
5987
+ "Purge completed tasks": [
5988
+ ""
5989
+ ],
5819
5990
  "Python Package": [
5820
5991
  "Python パッケージ"
5821
5992
  ],
@@ -5843,15 +6014,6 @@
5843
6014
  "Quantity of entitlements to bind": [
5844
6015
  "バインドするエンタイトルメント数"
5845
6016
  ],
5846
- "Quantity of specified subscription to remove": [
5847
- "削除する指定のサブスクリプションの数"
5848
- ],
5849
- "Quantity of this subscription to add": [
5850
- "追加するこのサブスクリプションの数量"
5851
- ],
5852
- "Quantity of this subscriptions to add": [
5853
- "追加するこのサブスクリプションの数量"
5854
- ],
5855
6017
  "Quantity to Allocate": [
5856
6018
  "割り当て数"
5857
6019
  ],
@@ -5924,6 +6086,9 @@
5924
6086
  "Reclaim Space": [
5925
6087
  "領域の再利用"
5926
6088
  ],
6089
+ "Reclaim space": [
6090
+ ""
6091
+ ],
5927
6092
  "Reclaim space from On Demand repositories": [
5928
6093
  "オンデマンドリポジトリーからの領域の再利用"
5929
6094
  ],
@@ -5990,6 +6155,9 @@
5990
6155
  "Refresh all alternate content sources": [
5991
6156
  "すべての代替コンテンツソースの更新"
5992
6157
  ],
6158
+ "Refresh all distributions": [
6159
+ ""
6160
+ ],
5993
6161
  "Refresh alternate content sources": [
5994
6162
  "代替コンテンツソースの更新"
5995
6163
  ],
@@ -6002,15 +6170,27 @@
6002
6170
  "Refresh counts": [
6003
6171
  "更新回数"
6004
6172
  ],
6173
+ "Refresh distribution": [
6174
+ ""
6175
+ ],
6005
6176
  "Refresh errata applicability": [
6006
6177
  "エラータの適用可能性の更新"
6007
6178
  ],
6179
+ "Refresh if needed": [
6180
+ ""
6181
+ ],
6008
6182
  "Refresh package applicability": [
6009
6183
  "パッケージの適用可能性の更新"
6010
6184
  ],
6011
6185
  "Refresh previously imported manifest for Red Hat provider": [
6012
6186
  "Red Hat プロバイダーの以前にインポートされたマニフェストを更新"
6013
6187
  ],
6188
+ "Refresh remote": [
6189
+ ""
6190
+ ],
6191
+ "Refresh repos": [
6192
+ ""
6193
+ ],
6014
6194
  "Refresh source": [
6015
6195
  "ソースの更新"
6016
6196
  ],
@@ -6020,9 +6200,6 @@
6020
6200
  "Register a host with subscription and information": [
6021
6201
  "サブスクリプションと情報を使用したホスト登録"
6022
6202
  ],
6023
- "Register host '%s' before attaching subscriptions": [
6024
- "サブスクリプションをアタッチする前にホスト '%s' を登録してください"
6025
- ],
6026
6203
  "Registered": [
6027
6204
  "登録済み"
6028
6205
  ],
@@ -6056,6 +6233,9 @@
6056
6233
  "Registry token expiration time": [
6057
6234
  ""
6058
6235
  ],
6236
+ "Reindex subscriptions": [
6237
+ ""
6238
+ ],
6059
6239
  "Related composite content views": [
6060
6240
  "関連する複合コンテンツビュー"
6061
6241
  ],
@@ -6131,6 +6311,9 @@
6131
6311
  "Remove from environments": [
6132
6312
  "環境からの削除"
6133
6313
  ],
6314
+ "Remove from host collections": [
6315
+ ""
6316
+ ],
6134
6317
  "Remove host from collections": [
6135
6318
  "コレクションからホストを削除"
6136
6319
  ],
@@ -6152,6 +6335,9 @@
6152
6335
  "Remove one or more subscriptions from an upstream manifest": [
6153
6336
  "アップストリームマニフェストから 1 つ以上のサブスクリプションを削除します"
6154
6337
  ],
6338
+ "Remove orphans": [
6339
+ ""
6340
+ ],
6155
6341
  "Remove package group via Katello interface": [
6156
6342
  "Katello インターフェイスでのパッケージグループの削除"
6157
6343
  ],
@@ -6167,17 +6353,14 @@
6167
6353
  "Remove products from sync plan": [
6168
6354
  "同期プランから製品を削除"
6169
6355
  ],
6170
- "Remove subscriptions": [
6171
- "サブスクリプションの削除"
6172
- ],
6173
- "Remove subscriptions from %s": [
6174
- "%s からのサブスクリプション削除"
6356
+ "Remove rolling repo clone": [
6357
+ ""
6175
6358
  ],
6176
- "Remove subscriptions from a host": [
6177
- "ホストからのサブスクリプションの削除"
6359
+ "Remove units": [
6360
+ ""
6178
6361
  ],
6179
- "Remove subscriptions from one or more hosts": [
6180
- "1 つ以上のホストからサブスクリプションを削除します"
6362
+ "Remove unneeded repos": [
6363
+ ""
6181
6364
  ],
6182
6365
  "Remove versions and/or environments from a content view and reassign systems and keys": [
6183
6366
  "コンテンツビューからバージョンおよび/または環境を削除し、システムおよびキーを再度割り当てます"
@@ -6185,6 +6368,9 @@
6185
6368
  "Remove versions from environments": [
6186
6369
  "環境からのバージョンの削除"
6187
6370
  ],
6371
+ "Removed %{count} host(s) from host collection %{host_collection}.": [
6372
+ ""
6373
+ ],
6188
6374
  "Removed component from content view": [
6189
6375
  "コンテンツビューからコンポーネントを削除しました"
6190
6376
  ],
@@ -6203,6 +6389,9 @@
6203
6389
  "Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
6204
6390
  "すべての環境からこのバージョンを削除しても、バージョンは削除されません。バージョンは引き続き以降のプロモーションの対象になります。"
6205
6391
  ],
6392
+ "Repair": [
6393
+ ""
6394
+ ],
6206
6395
  "Replace content source on the target machine": [
6207
6396
  "ターゲットマシン上のコンテンツソースの置き換え"
6208
6397
  ],
@@ -6221,12 +6410,18 @@
6221
6410
  "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
6222
6411
  "CDN 設定がエアギャップ (切断) に設定されている間、リポジトリーは有効にできません。"
6223
6412
  ],
6413
+ "Repositories certs reset": [
6414
+ ""
6415
+ ],
6224
6416
  "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions.": [
6225
6417
  "選択したコンテンツビューバージョンに共通のリポジトリーがマージされます。その結果、各コンテンツビューバージョンのすべてのコンテンツが結合された複合コンテンツビューが作成されます。"
6226
6418
  ],
6227
6419
  "Repositories from published Content Views are not allowed.": [
6228
6420
  "公開されたコンテンツビューからのリポジトリーは許可されません。"
6229
6421
  ],
6422
+ "Repositories gpg reset": [
6423
+ ""
6424
+ ],
6230
6425
  "Repository": [
6231
6426
  "リポジトリー"
6232
6427
  ],
@@ -6392,12 +6587,18 @@
6392
6587
  "Result": [
6393
6588
  "結果"
6394
6589
  ],
6590
+ "Retain build profile upon unregistration": [
6591
+ ""
6592
+ ],
6395
6593
  "Retrieve a single errata for a host": [
6396
6594
  "ホストに関するエラータを 1 つ取得する"
6397
6595
  ],
6398
6596
  "Return Red Hat (non-custom) products only": [
6399
6597
  "Red Hat (カスタム以外) 製品のみを返します"
6400
6598
  ],
6599
+ "Return a list of installed debs distinct by name": [
6600
+ ""
6601
+ ],
6401
6602
  "Return a list of installed packages distinct by name": [
6402
6603
  "名前別にインストール済みパッケージのリストを返す"
6403
6604
  ],
@@ -6578,6 +6779,24 @@
6578
6779
  "Save": [
6579
6780
  "保存"
6580
6781
  ],
6782
+ "Save Environments": [
6783
+ ""
6784
+ ],
6785
+ "Save artifact": [
6786
+ ""
6787
+ ],
6788
+ "Save distribution references": [
6789
+ ""
6790
+ ],
6791
+ "Save publication": [
6792
+ ""
6793
+ ],
6794
+ "Save version": [
6795
+ ""
6796
+ ],
6797
+ "Save versions": [
6798
+ ""
6799
+ ],
6581
6800
  "Saving alternate content source...": [
6582
6801
  "代替コンテンツソースの保存"
6583
6802
  ],
@@ -6587,6 +6806,12 @@
6587
6806
  "Scan a flatpak remote": [
6588
6807
  "flatpak リモートをスキャンする"
6589
6808
  ],
6809
+ "Scan cdn": [
6810
+ ""
6811
+ ],
6812
+ "Scan remote": [
6813
+ ""
6814
+ ],
6590
6815
  "Schema version 1": [
6591
6816
  "スキーマバージョン 1"
6592
6817
  ],
@@ -6635,6 +6860,9 @@
6635
6860
  "Security errata installable": [
6636
6861
  "インストール可能なセキュリティーエラータ"
6637
6862
  ],
6863
+ "See child manifests": [
6864
+ ""
6865
+ ],
6638
6866
  "Select": [
6639
6867
  "選択"
6640
6868
  ],
@@ -6746,6 +6974,9 @@
6746
6974
  "Select host collection(s) to remove from host {hostName}.": [
6747
6975
  "ホスト {hostName} から削除するホストコレクションを選択します。"
6748
6976
  ],
6977
+ "Select host collections to change their associations with {selectedHosts}. Changing host collection will affect all your selected hosts. Some hosts may already be in your chosen collections.": [
6978
+ ""
6979
+ ],
6749
6980
  "Select hosts to assign to %s": [
6750
6981
  "ホストを選択して %s に割り当てます"
6751
6982
  ],
@@ -6824,11 +7055,14 @@
6824
7055
  "Service Level (SLA)": [
6825
7056
  "サービスレベル (SLA)"
6826
7057
  ],
7058
+ "Service level": [
7059
+ "サービスレベル"
7060
+ ],
6827
7061
  "Service level of host": [
6828
7062
  "ホストのサービスレベル"
6829
7063
  ],
6830
- "Service level to be used for autoheal": [
6831
- "自動修復に使用されるサービスレベル"
7064
+ "Service level, e.g. SELF-SUPPORT": [
7065
+ ""
6832
7066
  ],
6833
7067
  "Set content overrides": [
6834
7068
  "コンテンツオーバーライドの設定"
@@ -6854,9 +7088,6 @@
6854
7088
  "Sets the system purpose usage": [
6855
7089
  "システム目的の使用率を設定します"
6856
7090
  ],
6857
- "Sets whether the Host will autoheal subscriptions upon checkin": [
6858
- "ホストがチェックイン時にサブスクリプションを自動修復するかどうかを設定します"
6859
- ],
6860
7091
  "Setting 'default_location_subscribed_hosts' is not set to a valid location.": [
6861
7092
  "'default_location_subscribed_hosts' 設定は、有効なロケーションに設定されていません。"
6862
7093
  ],
@@ -6866,6 +7097,9 @@
6866
7097
  "Severity must be one of: %s": [
6867
7098
  "重大度は %s のいずれかに指定する必要があります"
6868
7099
  ],
7100
+ "Show ${remainingCount} more": [
7101
+ ""
7102
+ ],
6869
7103
  "Show %s": [
6870
7104
  "%s の表示"
6871
7105
  ],
@@ -7007,6 +7241,9 @@
7007
7241
  "Smart proxy name": [
7008
7242
  "Smart Proxy 名"
7009
7243
  ],
7244
+ "Smart proxy verify content checksum has started in the background": [
7245
+ ""
7246
+ ],
7010
7247
  "Sockets": [
7011
7248
  "ソケット"
7012
7249
  ],
@@ -7121,8 +7358,8 @@
7121
7358
  "Something went wrong while refreshing alternate content sources: ": [
7122
7359
  "代替コンテンツソースの更新中に問題が発生しました:"
7123
7360
  ],
7124
- "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}": [
7125
- "コンテンツ数の更新中に問題が発生しました: ${getResponseErrorMsgs(error.response)}"
7361
+ "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}": [
7362
+ ""
7126
7363
  ],
7127
7364
  "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}": [
7128
7365
  "フィルタールールの削除中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
@@ -7190,6 +7427,9 @@
7190
7427
  "Something went wrong while updating the content source. See the logs for more information": [
7191
7428
  "コンテンツソースの更新中に問題が発生しました。詳細についてはログを参照してください。"
7192
7429
  ],
7430
+ "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}": [
7431
+ ""
7432
+ ],
7193
7433
  "Something went wrong! Please check server logs!": [
7194
7434
  "問題が発生しました! サーバーログを確認してください!"
7195
7435
  ],
@@ -7277,9 +7517,6 @@
7277
7517
  "Subscription Details": [
7278
7518
  "サブスクリプションの詳細"
7279
7519
  ],
7280
- "Subscription ID": [
7281
- "サブスクリプション ID"
7282
- ],
7283
7520
  "Subscription Info": [
7284
7521
  "サブスクリプションの情報"
7285
7522
  ],
@@ -7295,12 +7532,6 @@
7295
7532
  "Subscription Name": [
7296
7533
  "サブスクリプション名"
7297
7534
  ],
7298
- "Subscription Pool id": [
7299
- "サブスクリプションプール ID"
7300
- ],
7301
- "Subscription Pool uuid": [
7302
- "サブスクリプションプール UUID"
7303
- ],
7304
7535
  "Subscription UUID": [
7305
7536
  "サブスクリプション UUID"
7306
7537
  ],
@@ -7352,9 +7583,6 @@
7352
7583
  "Successfully added %s Host(s).": [
7353
7584
  "%s 台のホストが正常に追加されました。"
7354
7585
  ],
7355
- "Successfully added %{count} content host(s) to host collection %{host_collection}.": [
7356
- "コンテンツホスト %{count} 台がホストコレクション %{host_collection} に正常に追加されました。"
7357
- ],
7358
7586
  "Successfully changed sync plan for %s product(s)": [
7359
7587
  "%s 製品の同期プランが正常に変更されました"
7360
7588
  ],
@@ -7367,9 +7595,6 @@
7367
7595
  "Successfully removed %s Host(s).": [
7368
7596
  "%s 台のホストが正常に削除されました。"
7369
7597
  ],
7370
- "Successfully removed %{count} content host(s) from host collection %{host_collection}.": [
7371
- "ホストコレクション %{host_collection} から %{count} 台のコンテンツホストが正常に削除されました。"
7372
- ],
7373
7598
  "Successfully synced capsule.": [
7374
7599
  "Capsule が正常に同期されました。"
7375
7600
  ],
@@ -7388,6 +7613,9 @@
7388
7613
  "Supported Content Types": [
7389
7614
  "サポート対象のコンテンツタイプ"
7390
7615
  ],
7616
+ "Sync": [
7617
+ ""
7618
+ ],
7391
7619
  "Sync Canceled": [
7392
7620
  "同期が取り消されました"
7393
7621
  ],
@@ -7442,6 +7670,9 @@
7442
7670
  "Sync all repositories for a product": [
7443
7671
  "製品のすべてのリポジトリーを同期します"
7444
7672
  ],
7673
+ "Sync capsule": [
7674
+ ""
7675
+ ],
7445
7676
  "Sync complete.": [
7446
7677
  "同期が完了しました。"
7447
7678
  ],
@@ -7460,6 +7691,9 @@
7460
7691
  "Sync state": [
7461
7692
  "同期の状態"
7462
7693
  ],
7694
+ "Syncable export": [
7695
+ ""
7696
+ ],
7463
7697
  "Synced": [
7464
7698
  "同期されています"
7465
7699
  ],
@@ -7511,6 +7745,9 @@
7511
7745
  "System purpose enables you to set the system's intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console.": [
7512
7746
  "システム目的では、ネットワーク上でシステムの使用目的を設定して、Red Hat Hybrid Cloud Console のサブスクリプションサービスでレポートの精度を向上させることができます。"
7513
7747
  ],
7748
+ "Tag": [
7749
+ ""
7750
+ ],
7514
7751
  "Tag name": [
7515
7752
  "タグ名"
7516
7753
  ],
@@ -7718,9 +7955,6 @@
7718
7955
  "The selected/Inherited Content View is not available for this Lifecycle Environment": [
7719
7956
  "このライフサイクル環境では、選択したコンテンツビュー/継承したコンテンツビューは利用できません"
7720
7957
  ],
7721
- "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled": [
7722
- "指定の組織はシンプルコンテンツアクセスモードです。サブスクリプションのアタッチが無効になっています"
7723
- ],
7724
7958
  "The subscription cannot be found upstream": [
7725
7959
  "サブスクリプションがアップストリームにありません"
7726
7960
  ],
@@ -7862,12 +8096,6 @@
7862
8096
  "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.": [
7863
8097
  "このホストは複数のコンテンツビュー環境に関連付けられています。ここでライフサイクル環境とコンテンツビューを割り当てると、このホストは他の環境から削除されます。"
7864
8098
  ],
7865
- "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled.": [
7866
- "このホストの組織はシンプルコンテンツアクセスモードです。サブスクリプションのアタッチが無効になっています。"
7867
- ],
7868
- "This host's organization is in Simple Content Access mode. Auto-attach is disabled": [
7869
- "このホストの組織はシンプルコンテンツアクセスモードです。自動アタッチが無効になっています"
7870
- ],
7871
8099
  "This is disabled because a manifest task is in progress": [
7872
8100
  "マニフェストのタスクが実行中であるため、これは無効になっています"
7873
8101
  ],
@@ -7946,6 +8174,9 @@
7946
8174
  "To change content view environments, a specific organization must be selected from the organization context.": [
7947
8175
  "コンテンツビュー環境を変更するには、組織コンテキストから特定の組織を選択する必要があります。"
7948
8176
  ],
8177
+ "To continue with Red Hat Flatpak remote, you need to generate your username and password in": [
8178
+ ""
8179
+ ],
7949
8180
  "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.": [
7950
8181
  "同期コンテンツオプションを有効にするには、このホストが、選択したアーキテクチャーおよびオペレーティングシステム用の同期済みキックスタートリポジトリーを含むコンテンツソース、コンテンツビュー、およびライフサイクル環境を使用している必要があります。"
7951
8182
  ],
@@ -7967,6 +8198,9 @@
7967
8198
  "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories.": [
7968
8199
  "コンテンツビューから特定のコンテンツを追加または除外するには、フィルターを作成します。フィルターを使用しない場合は、コンテンツビューには追加したリポジトリーにあるものがすべて含まれます。"
7969
8200
  ],
8201
+ "To manage host collections, a specific organization must be selected from the organization context.": [
8202
+ ""
8203
+ ],
7970
8204
  "To manage host content overrides, a specific organization must be selected from the organization context.": [
7971
8205
  "ホストのコンテンツオーバーライドを管理するには、組織コンテキストから特定の組織を選択する必要があります。"
7972
8206
  ],
@@ -8021,12 +8255,6 @@
8021
8255
  "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy.": [
8022
8256
  "このSmart Proxy に関連付けられた代替コンテンツソースのトラフィックは、選択した HTTP プロキシーを通過します。"
8023
8257
  ],
8024
- "Trigger an auto-attach of subscriptions": [
8025
- "サブスクリプションの自動割り当てのトリガー"
8026
- ],
8027
- "Trigger an auto-attach of subscriptions on one or more hosts": [
8028
- "1 つ以上のホストに、サブスクリプションの自動割り当てをトリガーします"
8029
- ],
8030
8258
  "Try changing your search criteria.": [
8031
8259
  "検索条件を変更してみてください。"
8032
8260
  ],
@@ -8180,9 +8408,6 @@
8180
8408
  "Unapplied Errata": [
8181
8409
  "適用されないエラータ"
8182
8410
  ],
8183
- "Unattach a subscription": [
8184
- "サブスクリプションの割り当て解除"
8185
- ],
8186
8411
  "Unfiltered params array: %s.": [
8187
8412
  "フィルタリングされていないパラメーター配列: %s。"
8188
8413
  ],
@@ -8294,15 +8519,27 @@
8294
8519
  "Update content counts for the smart proxy": [
8295
8520
  "Smart Proxy のコンテンツ数を更新します"
8296
8521
  ],
8522
+ "Update content urls": [
8523
+ ""
8524
+ ],
8297
8525
  "Update content view environments for host": [
8298
8526
  "ホストのコンテンツビュー環境の更新"
8299
8527
  ],
8300
8528
  "Update content view environments for host %s": [
8301
8529
  "ホスト %s のコンテンツビュー環境の更新"
8302
8530
  ],
8531
+ "Update distributions": [
8532
+ ""
8533
+ ],
8303
8534
  "Update hosts manually": [
8304
8535
  "ホストの手動更新"
8305
8536
  ],
8537
+ "Update http proxy": [
8538
+ ""
8539
+ ],
8540
+ "Update http proxy details": [
8541
+ ""
8542
+ ],
8306
8543
  "Update installed packages, enabled repos, module inventory": [
8307
8544
  "インストール済みパッケージ、有効なリポジトリー、モジュールインベントリーの更新"
8308
8545
  ],
@@ -8318,12 +8555,21 @@
8318
8555
  "Update packages via Katello interface": [
8319
8556
  "Katello インターフェイスでのパッケージの更新"
8320
8557
  ],
8558
+ "Update redhat repository": [
8559
+ ""
8560
+ ],
8321
8561
  "Update release version for host": [
8322
8562
  "ホストのリリースバージョンの更新"
8323
8563
  ],
8324
8564
  "Update release version for host %s": [
8325
8565
  "ホスト %s のリリースバージョンの更新"
8326
8566
  ],
8567
+ "Update remote": [
8568
+ ""
8569
+ ],
8570
+ "Update repository": [
8571
+ ""
8572
+ ],
8327
8573
  "Update services requiring restart": [
8328
8574
  "再起動が必要なサービスの更新"
8329
8575
  ],
@@ -8414,6 +8660,12 @@
8414
8660
  "Upload a subscription manifest": [
8415
8661
  "サブスクリプションマニフェストのアップロード"
8416
8662
  ],
8663
+ "Upload content": [
8664
+ ""
8665
+ ],
8666
+ "Upload file": [
8667
+ ""
8668
+ ],
8417
8669
  "Upload into": [
8418
8670
  "アップロード先"
8419
8671
  ],
@@ -8423,6 +8675,9 @@
8423
8675
  "Upload request id": [
8424
8676
  "要求 ID のアップロード"
8425
8677
  ],
8678
+ "Upload tag": [
8679
+ ""
8680
+ ],
8426
8681
  "Upstream Candlepin": [
8427
8682
  "アップストリーム Candlepin"
8428
8683
  ],
@@ -8537,9 +8792,15 @@
8537
8792
  "Value must either be a boolean or 'default' for 'enabled'": [
8538
8793
  "値は、ブール値またはデフォルト (「有効」) のいずれかである必要があります"
8539
8794
  ],
8795
+ "Verify Content Checksum": [
8796
+ "コンテンツチェックサムの確認"
8797
+ ],
8540
8798
  "Verify SSL": [
8541
8799
  "SSL の確認"
8542
8800
  ],
8801
+ "Verify checksum": [
8802
+ ""
8803
+ ],
8543
8804
  "Verify checksum for content on smart proxy": [
8544
8805
  "Smart Proxy 上のコンテンツのチェックサムを確認する"
8545
8806
  ],
@@ -8621,6 +8882,9 @@
8621
8882
  "View by": [
8622
8883
  "表示"
8623
8884
  ],
8885
+ "View container images in the local registry using the Synced tab. View container images booted by image mode hosts using the Booted tab. The Booted tab also shows images outside of the local container registry.": [
8886
+ ""
8887
+ ],
8624
8888
  "View content views": [
8625
8889
  "コンテンツビューの表示"
8626
8890
  ],
@@ -8630,6 +8894,15 @@
8630
8894
  "View documentation": [
8631
8895
  "ドキュメントの表示"
8632
8896
  ],
8897
+ "View here": [
8898
+ ""
8899
+ ],
8900
+ "View labels and annotations": [
8901
+ ""
8902
+ ],
8903
+ "View labels and annotations for image ": [
8904
+ ""
8905
+ ],
8633
8906
  "View matching content": [
8634
8907
  "マッチするコンテンツの表示"
8635
8908
  ],
@@ -8669,6 +8942,9 @@
8669
8942
  "When \\\"Upstream URL\\\" is set, \\\"Releases/Distributions\\\" must also be set!": [
8670
8943
  "「アップストリームの URL」を設定した場合は、「リリース/ディストリビューション」も設定する必要があります!"
8671
8944
  ],
8945
+ "When enabled, provisioning information like content view environments, kickstart repository, and content source will be retained when a host is unregistered. When disabled, this information will be cleared during unregistration.": [
8946
+ ""
8947
+ ],
8672
8948
  "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')": [
8673
8949
  "subscription-manager でホストを登録すると、指定のファクトを強制的に使用します ('fact.fact' の形式)"
8674
8950
  ],
@@ -8909,9 +9185,6 @@
8909
9185
  "attempted to sync without a feed URL": [
8910
9186
  "フィード URL なしで同期が試行されました"
8911
9187
  ],
8912
- "auto attach subscriptions upon registration": [
8913
- "登録時のサブスクリプションの自動割り当て"
8914
- ],
8915
9188
  "base url to perform repo discovery on": [
8916
9189
  "リポジトリー検出を実行するベース URL"
8917
9190
  ],
@@ -9548,9 +9821,6 @@
9548
9821
  "start datetime of synchronization": [
9549
9822
  "同期の開始日時"
9550
9823
  ],
9551
- "subscriptions not specified": [
9552
- "サブスクリプションが指定されていません"
9553
- ],
9554
9824
  "sync plan description": [
9555
9825
  "同期プランの説明"
9556
9826
  ],