katello 4.15.0 → 4.16.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 (505) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/common/katello_object.js +2 -2
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +248 -263
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +247 -262
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +247 -262
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +521 -536
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +253 -268
  8. data/app/assets/javascripts/katello/locale/de/katello.js +248 -263
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +247 -262
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +249 -264
  11. data/app/assets/javascripts/katello/locale/el/katello.js +251 -266
  12. data/app/assets/javascripts/katello/locale/en/katello.js +253 -268
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +263 -278
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +247 -262
  15. data/app/assets/javascripts/katello/locale/es/katello.js +248 -263
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +247 -262
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +250 -265
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +247 -262
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +249 -264
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +249 -264
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +248 -263
  22. data/app/assets/javascripts/katello/locale/id/katello.js +261 -275
  23. data/app/assets/javascripts/katello/locale/it/katello.js +252 -267
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +250 -265
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +247 -262
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +248 -263
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +248 -263
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +247 -262
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +248 -263
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +252 -267
  31. data/app/assets/javascripts/katello/locale/or/katello.js +248 -263
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +248 -263
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +248 -263
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +247 -262
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +248 -263
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +248 -263
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +247 -262
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +247 -262
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +253 -268
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +247 -262
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +248 -263
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +248 -263
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +247 -262
  44. data/app/assets/javascripts/katello/locale/te/katello.js +248 -263
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +247 -262
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +247 -262
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +247 -262
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +247 -262
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +250 -265
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -270
  51. data/app/assets/javascripts/katello/sync_management/sync_management.js +16 -2
  52. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +33 -9
  53. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  54. data/app/controllers/katello/api/v2/activation_keys_controller.rb +4 -9
  55. data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
  56. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +3 -1
  57. data/app/controllers/katello/api/v2/content_views_controller.rb +4 -1
  58. data/app/controllers/katello/api/v2/environments_controller.rb +4 -0
  59. data/app/controllers/katello/api/v2/errata_controller.rb +12 -1
  60. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +81 -0
  61. data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +86 -0
  62. data/app/controllers/katello/api/v2/host_bootc_images_controller.rb +71 -0
  63. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +4 -6
  64. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -5
  65. data/app/controllers/katello/api/v2/repositories_controller.rb +18 -3
  66. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +0 -8
  67. data/app/controllers/katello/concerns/api/v2/http_proxies_controller_extensions.rb +17 -0
  68. data/app/controllers/katello/concerns/http_proxies_controller_extensions.rb +20 -0
  69. data/app/controllers/katello/sync_management_controller.rb +6 -2
  70. data/app/helpers/katello/content_source_helper.rb +8 -1
  71. data/app/helpers/katello/content_view_helper.rb +3 -1
  72. data/app/lib/actions/candlepin/activation_key/create.rb +1 -3
  73. data/app/lib/actions/candlepin/activation_key/update.rb +1 -3
  74. data/app/lib/actions/candlepin/environment/set_content.rb +17 -4
  75. data/app/lib/actions/katello/activation_key/create.rb +1 -2
  76. data/app/lib/actions/katello/activation_key/update.rb +2 -4
  77. data/app/lib/actions/katello/capsule_content/refresh_repos.rb +7 -1
  78. data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +3 -2
  79. data/app/lib/actions/katello/content_view/publish.rb +7 -2
  80. data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +11 -2
  81. data/app/lib/actions/katello/content_view_version/incremental_update.rb +31 -22
  82. data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +30 -0
  83. data/app/lib/actions/katello/flatpak/scan_remote.rb +17 -12
  84. data/app/lib/actions/katello/host/update_system_purpose.rb +1 -6
  85. data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +18 -2
  86. data/app/lib/actions/pulp3/repository/multi_copy_units.rb +4 -0
  87. data/app/lib/katello/api/v2/rendering.rb +2 -1
  88. data/app/lib/katello/concerns/base_template_scope_extensions.rb +3 -4
  89. data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +13 -0
  90. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -5
  91. data/app/lib/katello/resources/candlepin/product.rb +2 -1
  92. data/app/lib/katello/util/cveak_migrator.rb +3 -2
  93. data/app/lib/katello/validators/alternate_content_source_path_validator.rb +2 -2
  94. data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
  95. data/app/lib/katello/validators/content_validator.rb +1 -1
  96. data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +2 -2
  97. data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -2
  98. data/app/lib/katello/validators/content_view_environment_validator.rb +3 -3
  99. data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +12 -12
  100. data/app/lib/katello/validators/content_view_filter_version_validator.rb +1 -1
  101. data/app/lib/katello/validators/generated_content_view_validator.rb +1 -1
  102. data/app/lib/katello/validators/gpg_key_content_type_validator.rb +2 -2
  103. data/app/lib/katello/validators/gpg_key_content_validator.rb +5 -5
  104. data/app/lib/katello/validators/katello_label_format_validator.rb +4 -4
  105. data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
  106. data/app/lib/katello/validators/katello_url_format_validator.rb +1 -1
  107. data/app/lib/katello/validators/library_presence_validator.rb +1 -1
  108. data/app/lib/katello/validators/no_trailing_space_validator.rb +1 -1
  109. data/app/lib/katello/validators/non_library_environment_validator.rb +1 -1
  110. data/app/lib/katello/validators/not_in_library_validator.rb +1 -1
  111. data/app/lib/katello/validators/path_descendents_validator.rb +1 -1
  112. data/app/lib/katello/validators/prior_validator.rb +1 -1
  113. data/app/lib/katello/validators/product_unique_attribute_validator.rb +1 -1
  114. data/app/lib/katello/validators/repo_disablement_validator.rb +2 -2
  115. data/app/lib/katello/validators/root_repository_unique_attribute_validator.rb +1 -1
  116. data/app/lib/katello/validators/self_reference_environment_validator.rb +1 -1
  117. data/app/lib/katello/validators/unique_field_in_org.rb +1 -1
  118. data/app/models/katello/activation_key.rb +6 -17
  119. data/app/models/katello/authorization/flatpak_remote.rb +33 -0
  120. data/app/models/katello/concerns/content_facet_host_extensions.rb +2 -1
  121. data/app/models/katello/concerns/host_managed_extensions.rb +8 -5
  122. data/app/models/katello/concerns/http_proxy_extensions.rb +4 -0
  123. data/app/models/katello/concerns/smart_proxy_extensions.rb +30 -6
  124. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -8
  125. data/app/models/katello/content_view.rb +4 -2
  126. data/app/models/katello/content_view_erratum_filter.rb +18 -2
  127. data/app/models/katello/content_view_version.rb +6 -0
  128. data/app/models/katello/docker_manifest.rb +8 -0
  129. data/app/models/katello/docker_manifest_list.rb +8 -0
  130. data/app/models/katello/erratum.rb +8 -2
  131. data/app/models/katello/flatpak_remote.rb +16 -0
  132. data/app/models/katello/flatpak_remote_repository.rb +18 -0
  133. data/app/models/katello/flatpak_remote_repository_manifest.rb +4 -0
  134. data/app/models/katello/glue/candlepin/pool.rb +1 -1
  135. data/app/models/katello/glue/pulp/repos.rb +12 -1
  136. data/app/models/katello/host/content_facet.rb +42 -3
  137. data/app/models/katello/host/subscription_facet.rb +4 -12
  138. data/app/models/katello/repository.rb +21 -8
  139. data/app/models/katello/rhel_lifecycle_status.rb +6 -0
  140. data/app/models/katello/root_repository.rb +6 -8
  141. data/app/models/katello/upstream_pool.rb +1 -0
  142. data/app/overrides/add_organization_attributes.rb +6 -0
  143. data/app/services/katello/product_content_finder.rb +2 -1
  144. data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +1 -1
  145. data/app/services/katello/pulp3/docker_manifest.rb +3 -2
  146. data/app/services/katello/pulp3/docker_manifest_list.rb +3 -2
  147. data/app/services/katello/pulp3/repository/ansible_collection.rb +8 -1
  148. data/app/services/katello/pulp3/repository/apt.rb +16 -18
  149. data/app/services/katello/pulp3/repository/file.rb +4 -2
  150. data/app/services/katello/pulp3/repository.rb +4 -0
  151. data/app/services/katello/pulp3/task.rb +2 -2
  152. data/app/views/foreman/job_templates/bootc_action.erb +26 -0
  153. data/app/views/foreman/job_templates/bootc_rollback.erb +13 -0
  154. data/app/views/foreman/job_templates/bootc_status.erb +13 -0
  155. data/app/views/foreman/job_templates/bootc_switch.erb +13 -0
  156. data/app/views/foreman/job_templates/bootc_upgrade.erb +13 -0
  157. data/app/views/foreman/job_templates/flatpak_install.erb +23 -0
  158. data/app/views/foreman/job_templates/flatpak_login_action.erb +30 -0
  159. data/app/views/foreman/job_templates/flatpak_setup.erb +27 -0
  160. data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
  161. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
  162. data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +1 -1
  163. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
  164. data/app/views/katello/api/v2/activation_keys/base.json.rabl +0 -4
  165. data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -1
  166. data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -0
  167. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +5 -1
  168. data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -1
  169. data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -1
  170. data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +4 -0
  171. data/app/views/katello/api/v2/flatpak_remote_repositories/index.json.rabl +7 -0
  172. data/app/views/katello/api/v2/flatpak_remote_repositories/show.json.rabl +13 -0
  173. data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
  174. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +8 -0
  175. data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +11 -0
  176. data/app/views/katello/api/v2/flatpak_remotes/show.json.rabl +3 -0
  177. data/app/views/katello/api/v2/hosts/base.json.rabl +0 -8
  178. data/app/views/katello/api/v2/hosts/os_attributes.json.rabl +13 -0
  179. data/app/views/katello/api/v2/http_proxies/show.json.rabl +1 -0
  180. data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
  181. data/app/views/katello/api/v2/repositories/show.json.rabl +1 -0
  182. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +0 -4
  183. data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
  184. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +10 -4
  185. data/app/views/overrides/http_proxies/_update_setting_input.html.erb +18 -0
  186. data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
  187. data/config/initializers/monkeys.rb +0 -1
  188. data/config/initializers/pagelets.rb +6 -0
  189. data/config/routes/api/registry.rb +1 -0
  190. data/config/routes/api/v2.rb +21 -0
  191. data/config/routes/overrides.rb +1 -0
  192. data/config/routes.rb +2 -0
  193. data/db/migrate/20190605014649_add_purpose_addons.rb +0 -12
  194. data/db/migrate/20200213184848_create_evr_type.rb +126 -1
  195. data/db/migrate/20200818192230_update_system_purpose_status.rb +0 -1
  196. data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +0 -1
  197. data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +160 -0
  198. data/db/migrate/20241022121706_add_sync_dependencies_option.rb +5 -0
  199. data/db/migrate/20241101144625_remove_system_purpose_addons.rb +9 -0
  200. data/db/migrate/20241107002541_add_registry_url_to_katello_flatpak_remotes.rb +5 -0
  201. data/db/migrate/20241112145802_add_manifest_entity_to_content_facets.rb +7 -0
  202. data/db/migrate/20241120213713_add_allow_other_types_to_content_view_erratum_filter_rules.rb +6 -0
  203. data/db/migrate/20241206183052_add_content_type_to_container_manifests_and_lists.rb +9 -0
  204. data/db/seeds.d/75-job_templates.rb +5 -1
  205. data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +2 -2
  206. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js +3 -3
  207. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap.js +3 -3
  208. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +0 -5
  209. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +1 -41
  210. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +0 -12
  211. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html +1 -1
  212. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-system-purpose-modal.controller.js +1 -41
  213. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js +1 -1
  214. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
  215. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html +2 -2
  216. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +0 -13
  217. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -1
  218. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +0 -5
  219. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +1 -35
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -14
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +1 -1
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -2
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +46 -22
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +2 -1
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +4 -0
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html +1 -1
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +1 -1
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html +2 -1
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +85 -29
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +338 -93
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +340 -95
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +340 -95
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +341 -96
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +31 -54
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +338 -93
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +338 -93
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +341 -96
  239. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +349 -104
  240. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +338 -93
  241. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +33 -56
  242. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +338 -93
  243. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +80 -68
  244. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +340 -95
  245. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +340 -95
  246. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +339 -111
  247. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +340 -95
  248. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +379 -130
  249. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +342 -103
  250. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +70 -83
  251. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +84 -90
  252. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +340 -95
  253. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +130 -138
  254. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +338 -93
  255. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +340 -95
  256. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +343 -97
  257. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +340 -95
  258. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +340 -95
  259. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +340 -95
  260. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +338 -93
  261. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +338 -93
  262. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +40 -63
  263. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +338 -93
  264. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +338 -93
  265. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +343 -102
  266. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +338 -93
  267. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +340 -95
  268. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +338 -93
  269. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +340 -95
  270. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +340 -95
  271. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +338 -93
  272. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +338 -93
  273. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +338 -93
  274. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +338 -93
  275. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +70 -83
  276. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +362 -105
  277. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +29 -29
  278. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +1 -1
  279. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js +1 -1
  280. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html +2 -2
  281. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +24 -8
  282. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-tasks.html +2 -1
  283. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -2
  284. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -8
  285. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/os-versions.service.js +1 -0
  286. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html +3 -3
  287. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html +2 -1
  288. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html +4 -2
  289. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +2 -1
  290. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +3 -3
  291. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +1 -1
  292. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +1 -1
  293. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
  294. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +2 -2
  295. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -1
  296. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html +2 -2
  297. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -1
  298. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +1 -1
  299. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html +1 -1
  300. data/lib/katello/engine.rb +6 -0
  301. data/lib/katello/permission_creator.rb +37 -0
  302. data/lib/katello/permissions/host_permissions.rb +2 -0
  303. data/lib/katello/permissions/registry_permissions.rb +1 -0
  304. data/lib/katello/plugin.rb +18 -1
  305. data/lib/katello/repository_types/docker.rb +0 -1
  306. data/lib/katello/repository_types/python.rb +1 -1
  307. data/lib/katello/version.rb +1 -1
  308. data/lib/katello.rb +2 -0
  309. data/locale/Makefile +20 -24
  310. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  311. data/locale/bn/katello.po +248 -263
  312. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  313. data/locale/bn_IN/katello.po +247 -262
  314. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  315. data/locale/ca/katello.po +247 -262
  316. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  317. data/locale/cs/katello.po +524 -799
  318. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  319. data/locale/cs_CZ/katello.po +254 -269
  320. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  321. data/locale/de/katello.po +248 -263
  322. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  323. data/locale/de_AT/katello.po +247 -262
  324. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  325. data/locale/de_DE/katello.po +250 -265
  326. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  327. data/locale/el/katello.po +252 -267
  328. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  329. data/locale/en/katello.po +257 -271
  330. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  331. data/locale/en_GB/katello.po +264 -279
  332. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  333. data/locale/en_US/katello.po +247 -262
  334. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  335. data/locale/es/katello.po +248 -263
  336. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  337. data/locale/et_EE/katello.po +247 -262
  338. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  339. data/locale/fr/katello.po +250 -265
  340. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  341. data/locale/gl/katello.po +247 -262
  342. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  343. data/locale/gu/katello.po +250 -265
  344. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  345. data/locale/he_IL/katello.po +249 -264
  346. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  347. data/locale/hi/katello.po +248 -263
  348. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  349. data/locale/id/katello.po +264 -275
  350. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  351. data/locale/it/katello.po +254 -270
  352. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  353. data/locale/ja/katello.po +250 -265
  354. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  355. data/locale/ka/katello.po +247 -262
  356. data/locale/katello.pot +1216 -1215
  357. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  358. data/locale/kn/katello.po +248 -263
  359. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  360. data/locale/ko/katello.po +248 -263
  361. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  362. data/locale/ml_IN/katello.po +247 -262
  363. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  364. data/locale/mr/katello.po +248 -263
  365. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  366. data/locale/nl_NL/katello.po +254 -268
  367. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  368. data/locale/or/katello.po +248 -263
  369. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  370. data/locale/pa/katello.po +248 -263
  371. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  372. data/locale/pl/katello.po +249 -264
  373. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  374. data/locale/pl_PL/katello.po +247 -262
  375. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  376. data/locale/pt/katello.po +248 -263
  377. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  378. data/locale/pt_BR/katello.po +248 -263
  379. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  380. data/locale/ro/katello.po +247 -262
  381. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  382. data/locale/ro_RO/katello.po +247 -262
  383. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  384. data/locale/ru/katello.po +255 -270
  385. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  386. data/locale/sl/katello.po +247 -262
  387. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  388. data/locale/sv_SE/katello.po +249 -264
  389. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  390. data/locale/ta/katello.po +248 -263
  391. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  392. data/locale/ta_IN/katello.po +247 -262
  393. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  394. data/locale/te/katello.po +248 -263
  395. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  396. data/locale/tr/katello.po +247 -262
  397. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  398. data/locale/vi/katello.po +247 -262
  399. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  400. data/locale/vi_VN/katello.po +247 -262
  401. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  402. data/locale/zh/katello.po +247 -262
  403. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  404. data/locale/zh_CN/katello.po +250 -265
  405. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  406. data/locale/zh_TW/katello.po +257 -272
  407. data/webpack/ForemanColumnExtensions/index.js +73 -3
  408. data/webpack/ForemanColumnExtensions/index.scss +9 -0
  409. data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +1 -0
  410. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +1 -1
  411. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +1 -20
  412. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +3 -61
  413. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +0 -5
  414. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -5
  415. data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +87 -0
  416. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +28 -2
  417. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +1 -1
  418. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +2 -2
  419. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -1
  420. data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +55 -0
  421. data/webpack/containers/Application/config.js +5 -0
  422. data/webpack/global_index.js +3 -1
  423. data/webpack/redux/actions/RedHatRepositories/helpers.js +9 -0
  424. data/webpack/scenes/BootedContainerImages/BootedContainerImagesConstants.js +5 -0
  425. data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +242 -0
  426. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImages.fixtures.js +42 -0
  427. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImagesPage.test.js +233 -0
  428. data/webpack/scenes/BootedContainerImages/index.js +4 -0
  429. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +1 -2
  430. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +39 -7
  431. data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +13 -2
  432. data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +1 -1
  433. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +1 -0
  434. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +4 -2
  435. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +1 -2
  436. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +20 -1
  437. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +20 -1
  438. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +128 -18
  439. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +0 -1
  440. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +1 -2
  441. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -4
  442. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +5 -1
  443. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +6 -1
  444. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -1
  445. data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +5 -1
  446. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +4 -2
  447. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +38 -0
  448. data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +0 -1
  449. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +0 -10
  450. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -3
  451. data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +0 -1
  452. metadata +61 -58
  453. data/app/models/katello/activation_key_purpose_addon.rb +0 -6
  454. data/app/models/katello/purpose_addon.rb +0 -11
  455. data/app/models/katello/subscription_facet_purpose_addon.rb +0 -6
  456. data/lib/monkeys/fx_sqlite_skip.rb +0 -13
  457. data/locale/action_names.rb +0 -181
  458. data/locale/bn/katello.po.time_stamp +0 -0
  459. data/locale/bn_IN/katello.po.time_stamp +0 -0
  460. data/locale/ca/katello.po.time_stamp +0 -0
  461. data/locale/cs/katello.po.time_stamp +0 -0
  462. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  463. data/locale/de/katello.po.time_stamp +0 -0
  464. data/locale/de_AT/katello.po.time_stamp +0 -0
  465. data/locale/de_DE/katello.po.time_stamp +0 -0
  466. data/locale/el/katello.po.time_stamp +0 -0
  467. data/locale/en/katello.po.time_stamp +0 -0
  468. data/locale/en_GB/katello.po.time_stamp +0 -0
  469. data/locale/en_US/katello.po.time_stamp +0 -0
  470. data/locale/es/katello.po.time_stamp +0 -0
  471. data/locale/et_EE/katello.po.time_stamp +0 -0
  472. data/locale/fr/katello.po.time_stamp +0 -0
  473. data/locale/gl/katello.po.time_stamp +0 -0
  474. data/locale/gu/katello.po.time_stamp +0 -0
  475. data/locale/he_IL/katello.po.time_stamp +0 -0
  476. data/locale/hi/katello.po.time_stamp +0 -0
  477. data/locale/id/katello.po.time_stamp +0 -0
  478. data/locale/it/katello.po.time_stamp +0 -0
  479. data/locale/ja/katello.po.time_stamp +0 -0
  480. data/locale/ka/katello.po.time_stamp +0 -0
  481. data/locale/kn/katello.po.time_stamp +0 -0
  482. data/locale/ko/katello.po.time_stamp +0 -0
  483. data/locale/ml_IN/katello.po.time_stamp +0 -0
  484. data/locale/mr/katello.po.time_stamp +0 -0
  485. data/locale/nl_NL/katello.po.time_stamp +0 -0
  486. data/locale/or/katello.po.time_stamp +0 -0
  487. data/locale/pa/katello.po.time_stamp +0 -0
  488. data/locale/pl/katello.po.time_stamp +0 -0
  489. data/locale/pl_PL/katello.po.time_stamp +0 -0
  490. data/locale/pt/katello.po.time_stamp +0 -0
  491. data/locale/pt_BR/katello.po.time_stamp +0 -0
  492. data/locale/ro/katello.po.time_stamp +0 -0
  493. data/locale/ro_RO/katello.po.time_stamp +0 -0
  494. data/locale/ru/katello.po.time_stamp +0 -0
  495. data/locale/sl/katello.po.time_stamp +0 -0
  496. data/locale/sv_SE/katello.po.time_stamp +0 -0
  497. data/locale/ta/katello.po.time_stamp +0 -0
  498. data/locale/ta_IN/katello.po.time_stamp +0 -0
  499. data/locale/te/katello.po.time_stamp +0 -0
  500. data/locale/tr/katello.po.time_stamp +0 -0
  501. data/locale/vi/katello.po.time_stamp +0 -0
  502. data/locale/vi_VN/katello.po.time_stamp +0 -0
  503. data/locale/zh/katello.po.time_stamp +0 -0
  504. data/locale/zh_CN/katello.po.time_stamp +0 -0
  505. data/locale/zh_TW/katello.po.time_stamp +0 -0
@@ -3,12 +3,12 @@
3
3
  # 0868a4d1af5275b3f70b0a6dac4c99a4, 2017
4
4
  # Amit Upadhye <aupadhye@redhat.com>, 2023
5
5
  # Bryan Kearney <bryan.kearney@gmail.com>, 2023
6
- # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2023
6
+ # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024
7
7
  #
8
8
  msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: \n"
11
- "Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2023\n"
11
+ "Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024\n"
12
12
  "Language-Team: Japanese (https://app.transifex.com/foreman/teams/114/ja/)\n"
13
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
14
  "Content-Transfer-Encoding: 8bit\n"
@@ -64,12 +64,12 @@ msgid "{{ file.name }}"
64
64
  msgstr "{{ file.name }}"
65
65
 
66
66
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
67
- msgid "{{ host.name }}"
68
- msgstr "{{ host.name }}"
67
+ msgid "{{ host.display_name }}"
68
+ msgstr "{{ host.display_name }}"
69
69
 
70
70
  #: app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html
71
71
  msgid "{{ host.rhel_lifecycle_status_label }}"
72
- msgstr ""
72
+ msgstr "{{ host.rhel_lifecycle_status_label }}"
73
73
 
74
74
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
75
75
  msgid "{{ host.subscription_facet_attributes.user.login }}"
@@ -398,7 +398,7 @@ msgstr "コンテンツホストの追加先: "
398
398
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
399
399
  #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
400
400
  msgid "Add Host Collections"
401
- msgstr ""
401
+ msgstr "ホストコレクションの追加"
402
402
 
403
403
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
404
404
  msgid "Add hosts to the host collection to see available actions."
@@ -419,7 +419,7 @@ msgstr "アドオン:"
419
419
 
420
420
  #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
421
421
  msgid "Add Products"
422
- msgstr ""
422
+ msgstr "製品の追加"
423
423
 
424
424
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
425
425
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
@@ -680,8 +680,8 @@ msgid "Apply Errata"
680
680
  msgstr "エラータの適用"
681
681
 
682
682
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
683
- msgid "Apply Errata to Content Host \"{{host.name}}\"?"
684
- msgstr "エラータをコンテンツホスト \"{{host.name}}\" に適用しますか?"
683
+ msgid "Apply Errata to Content Host \"{{host.display_name}}\"?"
684
+ msgstr "エラータをコンテンツホスト \"{{host.display_name}}\" に適用しますか?"
685
685
 
686
686
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
687
687
  msgid "Apply Errata to Content Hosts"
@@ -745,8 +745,10 @@ msgid ""
745
745
  msgstr "選択した製品に同期プランを追加してもよろしいですか?"
746
746
 
747
747
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
748
- msgid "Are you sure you want to apply Errata to content host \"{{ host.name }}\"?"
749
- msgstr "エラータをコンテンツホスト \"{{ host.name }}\" に適用してもよろしいですか?"
748
+ msgid ""
749
+ "Are you sure you want to apply Errata to content host \"{{ host.display_name"
750
+ " }}\"?"
751
+ msgstr "エラータをコンテンツホスト \"{{ host.display_name }}\" に適用してもよろしいですか?"
750
752
 
751
753
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
752
754
  msgid ""
@@ -875,7 +877,7 @@ msgid_plural ""
875
877
  "Repositories that are published in content view\n"
876
878
  " versions or are the last affected repository in a content view filter will be skipped. You can delete those from the repository details page.\n"
877
879
  " "
878
- msgstr[0] ""
880
+ msgstr[0] "{{ table.getSelected()[0].name }} リポジトリーを削除してもよろしいですか?"
879
881
 
880
882
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
881
883
  msgid ""
@@ -905,9 +907,9 @@ msgstr "選択した {{ table.numSelected }} 個のリポジトリーをデフ
905
907
 
906
908
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
907
909
  msgid ""
908
- "Are you sure you want to restart services on content host \"{{ host.name "
909
- "}}\"?"
910
- msgstr "コンテンツホスト \"{{ host.name }}\" でサービスを再起動してもよろしいですか?"
910
+ "Are you sure you want to restart services on content host \"{{ "
911
+ "host.display_name }}\"?"
912
+ msgstr "コンテンツホスト \"{{ host.display_name }}\" でサービスを再起動してもよろしいですか?"
911
913
 
912
914
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
913
915
  msgid ""
@@ -1097,7 +1099,7 @@ msgstr "ビルド時間"
1097
1099
 
1098
1100
  #: app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
1099
1101
  msgid "Bulk Task"
1100
- msgstr ""
1102
+ msgstr "一括タスク"
1101
1103
 
1102
1104
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
1103
1105
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
@@ -1337,7 +1339,7 @@ msgstr "コンテンツ数"
1337
1339
 
1338
1340
  #: app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js
1339
1341
  msgid "Content Credential"
1340
- msgstr ""
1342
+ msgstr "コンテンツ認証情報"
1341
1343
 
1342
1344
  #: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
1343
1345
  msgid "Content Credential %s has been created."
@@ -1553,7 +1555,7 @@ msgstr "コンテンツ認証情報の作成"
1553
1555
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js
1554
1556
  #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js
1555
1557
  msgid "Create Copy"
1556
- msgstr ""
1558
+ msgstr "コピーの作成"
1557
1559
 
1558
1560
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
1559
1561
  msgid "Create Discovered Repositories"
@@ -1666,7 +1668,7 @@ msgstr ""
1666
1668
 
1667
1669
  #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js
1668
1670
  msgid "Deb Package Actions"
1669
- msgstr ""
1671
+ msgstr "Deb パッケージのアクション"
1670
1672
 
1671
1673
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1672
1674
  msgid "deb Package Updates"
@@ -1727,7 +1729,7 @@ msgstr "{{ table.numSelected }} 台のホストを削除しますか?"
1727
1729
 
1728
1730
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
1729
1731
  msgid "Delete filters"
1730
- msgstr ""
1732
+ msgstr "フィルターの削除"
1731
1733
 
1732
1734
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1733
1735
  msgid "Delete Hosts"
@@ -2120,14 +2122,6 @@ msgstr "フィルター"
2120
2122
  msgid "Finished At"
2121
2123
  msgstr "完了: "
2122
2124
 
2123
- #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2124
- msgid ""
2125
- "For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 "
2126
- "it is recommended to use sha1."
2127
- msgstr ""
2128
- "Red Hat Enterprise Linux 5 または CentOS 5 などの以前のオペレーティングシステムの場合は sha1 "
2129
- "の使用を推奨します。"
2130
-
2131
2125
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2132
2126
  msgid ""
2133
2127
  "For On Demand synchronization, only the metadata is downloaded during sync and packages are fetched and stored on the filesystem when clients request them.\n"
@@ -2295,6 +2289,12 @@ msgstr "HttpProxyPolicy"
2295
2289
  msgid "Id"
2296
2290
  msgstr "ID"
2297
2291
 
2292
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2293
+ msgid ""
2294
+ "If you want to upload individual packages, create a separate repository with"
2295
+ " an empty \"Upstream URL\" field."
2296
+ msgstr "個々のパッケージをアップロードする場合は、\"アップストリームの URL\" フィールドを空にして別のリポジトリーを作成します。"
2297
+
2298
2298
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2299
2299
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2300
2300
  msgid "Ignore SRPMs"
@@ -2303,7 +2303,7 @@ msgstr "SRPM を無視する"
2303
2303
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2304
2304
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2305
2305
  msgid "Ignore treeinfo"
2306
- msgstr ""
2306
+ msgstr "treeinfo を無視する"
2307
2307
 
2308
2308
  #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
2309
2309
  msgid "Image"
@@ -2449,6 +2449,10 @@ msgstr "最終公開日"
2449
2449
  msgid "Last Puppet Report"
2450
2450
  msgstr "最終 Puppet レポート"
2451
2451
 
2452
+ #: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
2453
+ msgid "Last reclaim failed:"
2454
+ msgstr "失敗した最後の再利用:"
2455
+
2452
2456
  #: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
2453
2457
  msgid "Last reclaim space failed:"
2454
2458
  msgstr "失敗した最後の領域再利用: "
@@ -2530,7 +2534,7 @@ msgstr "制限"
2530
2534
  msgid ""
2531
2535
  "Limit Repository Sets to only those available in this Activation Key's "
2532
2536
  "Lifecycle Environment"
2533
- msgstr ""
2537
+ msgstr "アクティベーションキーのライフサイクル環境で利用可能なものだけにリポジトリーセットを制限する"
2534
2538
 
2535
2539
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
2536
2540
  msgid ""
@@ -2562,20 +2566,20 @@ msgstr "リスト"
2562
2566
 
2563
2567
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
2564
2568
  msgid "List Host Collections"
2565
- msgstr ""
2569
+ msgstr "ホストコレクションの一覧表示"
2566
2570
 
2567
2571
  #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js
2568
2572
  #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js
2569
2573
  msgid "List Hosts"
2570
- msgstr ""
2574
+ msgstr "ホストの一覧表示"
2571
2575
 
2572
2576
  #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
2573
2577
  msgid "List Products"
2574
- msgstr ""
2578
+ msgstr "製品の一覧表示"
2575
2579
 
2576
2580
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
2577
2581
  msgid "List Subscriptions"
2578
- msgstr ""
2582
+ msgstr "サブスクリプションの一覧表示"
2579
2583
 
2580
2584
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
2581
2585
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
@@ -2598,7 +2602,7 @@ msgstr "読み込み...\""
2598
2602
 
2599
2603
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
2600
2604
  msgid "Make filters apply to all repositories in the content view"
2601
- msgstr ""
2605
+ msgstr "コンテンツビュー内のすべてのリポジトリーにフィルターを適用"
2602
2606
 
2603
2607
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
2604
2608
  msgid "Manage Ansible Collections for Repository:"
@@ -2841,7 +2845,7 @@ msgstr "新規アクティベーションキー"
2841
2845
 
2842
2846
  #: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
2843
2847
  msgid "New Content Credential"
2844
- msgstr ""
2848
+ msgstr "新しいコンテンツ認証情報"
2845
2849
 
2846
2850
  #: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
2847
2851
  #: app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
@@ -2850,7 +2854,7 @@ msgstr "新規環境"
2850
2854
 
2851
2855
  #: app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
2852
2856
  msgid "New Host Collection"
2853
- msgstr ""
2857
+ msgstr "新しいホストコレクション"
2854
2858
 
2855
2859
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
2856
2860
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
@@ -3294,14 +3298,14 @@ msgstr "実行"
3294
3298
  msgid ""
3295
3299
  "Performing host package actions is disabled because Katello is not "
3296
3300
  "configured for remote execution."
3297
- msgstr ""
3301
+ msgstr "Katello がリモート実行用に設定されていないため、ホストパッケージアクションの実行は無効になっています。"
3298
3302
 
3299
3303
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
3300
3304
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
3301
3305
  msgid ""
3302
3306
  "Performing host package actions is disabled because Katello is not "
3303
3307
  "configured for Remote Execution."
3304
- msgstr ""
3308
+ msgstr "Katello がリモート実行用に設定されていないため、ホストパッケージアクションの実行は無効になっています。"
3305
3309
 
3306
3310
  #: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
3307
3311
  msgid "Physical"
@@ -3429,7 +3433,7 @@ msgstr "提供"
3429
3433
 
3430
3434
  #: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
3431
3435
  msgid "Provisioning"
3432
- msgstr ""
3436
+ msgstr "プロビジョニング"
3433
3437
 
3434
3438
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
3435
3439
  msgid "Provisioning Details"
@@ -3915,8 +3919,8 @@ msgid "Restart Selected"
3915
3919
  msgstr "選択項目の再起動"
3916
3920
 
3917
3921
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
3918
- msgid "Restart Services on Content Host \"{{host.name}}\"?"
3919
- msgstr "コンテンツホスト \"{{host.name}}\" でサービスを再起動しますか?"
3922
+ msgid "Restart Services on Content Host \"{{host.display_name}}\"?"
3923
+ msgstr "コンテンツホスト \"{{host.display_name}}\" でサービスを再起動しますか?"
3920
3924
 
3921
3925
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3922
3926
  msgid "Restrict to <br>OS version"
@@ -4028,7 +4032,7 @@ msgstr "組織の選択"
4028
4032
 
4029
4033
  #: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
4030
4034
  msgid "Select Content Host(s)"
4031
- msgstr ""
4035
+ msgstr "コンテンツホストの選択"
4032
4036
 
4033
4037
  #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
4034
4038
  msgid "Select Content View"
@@ -4039,6 +4043,7 @@ msgid ""
4039
4043
  "Select this option if treeinfo files or other kickstart content is failing "
4040
4044
  "to syncronize from the upstream repository."
4041
4045
  msgstr ""
4046
+ "このオプションは、treeinfo ファイルやその他のキックスタートコンテンツがアップストリームリポジトリーから同期できない場合に選択します。"
4042
4047
 
4043
4048
  #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
4044
4049
  msgid ""
@@ -4055,7 +4060,7 @@ msgstr "このオプションを選択すると、リポジトリーの同期か
4055
4060
  msgid ""
4056
4061
  "Selecting this option will exclude treeinfo files from repository "
4057
4062
  "synchronization."
4058
- msgstr ""
4063
+ msgstr "このオプションを選択すると、リポジトリーの同期から treeinfo ファイルが除外されます。"
4059
4064
 
4060
4065
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4061
4066
  msgid ""
@@ -4223,7 +4228,6 @@ msgstr "状態"
4223
4228
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
4224
4229
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
4225
4230
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
4226
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
4227
4231
  #: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
4228
4232
  #: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
4229
4233
  msgid "Status"
@@ -4245,8 +4249,6 @@ msgid "Subscription Management"
4245
4249
  msgstr "サブスクリプションの管理"
4246
4250
 
4247
4251
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
4248
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
4249
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
4250
4252
  msgid "Subscription Status"
4251
4253
  msgstr "サブスクリプションのステータス"
4252
4254
 
@@ -4254,14 +4256,6 @@ msgstr "サブスクリプションのステータス"
4254
4256
  msgid "Subscription UUID"
4255
4257
  msgstr "サブスクリプション UUID"
4256
4258
 
4257
- #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
4258
- msgid ""
4259
- "subscription-manager register --org=\"{{ activationKey.organization.label "
4260
- "}}\" --activationkey=\"{{ activationKey.name }}\""
4261
- msgstr ""
4262
- "subscription-manager register --org=\"{{ activationKey.organization.label "
4263
- "}}\" --activationkey=\"{{ activationKey.name }}\""
4264
-
4265
4259
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
4266
4260
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4267
4261
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
@@ -4446,10 +4440,6 @@ msgstr ""
4446
4440
  msgid "System Purpose Management"
4447
4441
  msgstr "システム目的の管理"
4448
4442
 
4449
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
4450
- msgid "System Purpose Status"
4451
- msgstr "システム目的のステータス"
4452
-
4453
4443
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifest-lists.html
4454
4444
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
4455
4445
  msgid "Tags"
@@ -4529,7 +4519,7 @@ msgstr "これらのホストでエラータを利用できるようにするに
4529
4519
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
4530
4520
  msgid ""
4531
4521
  "The filters below have this repository as the last affected repository!"
4532
- msgstr ""
4522
+ msgstr "このリポジトリーは、以下のフィルターに含まれる関連する最後のリポジトリーです!"
4533
4523
 
4534
4524
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
4535
4525
  msgid ""
@@ -4585,14 +4575,14 @@ msgstr "トレースを解決するには、リモート実行プラグインを
4585
4575
  msgid ""
4586
4576
  "The repository will only be available on content hosts with the selected "
4587
4577
  "architecture."
4588
- msgstr ""
4578
+ msgstr "このリポジトリーは、選択したアーキテクチャーのコンテンツホストでのみ利用可能になります。"
4589
4579
 
4590
4580
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4591
4581
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4592
4582
  msgid ""
4593
4583
  "The repository will only be available on content hosts with the selected OS "
4594
4584
  "version."
4595
- msgstr ""
4585
+ msgstr "このリポジトリーは、選択した OS バージョンのコンテンツホストでのみ利用可能になります。"
4596
4586
 
4597
4587
  #: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
4598
4588
  msgid ""
@@ -4600,6 +4590,14 @@ msgid ""
4600
4590
  "different environment."
4601
4591
  msgstr "選択した環境にはコンテンツビューが含まれていません。別の環境を選択してください。"
4602
4592
 
4593
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4594
+ msgid ""
4595
+ "The sha1 checksum type is no longer supported. The checksum type will reset "
4596
+ "to 'Default' at the next edit or change in content."
4597
+ msgstr ""
4598
+ "sha1 チェックサムタイプはサポートされなくなりました。チェックサムタイプは、次の編集時またはコンテンツの変更時に 'デフォルト' "
4599
+ "にリセットされます。"
4600
+
4603
4601
  #: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
4604
4602
  msgid "The time the sync should happen in your current time zone."
4605
4603
  msgstr "現在のタイムゾーンで同期が実行する時間。"
@@ -4712,8 +4710,12 @@ msgstr "このアクティベーションキーは、どのコンテンツホス
4712
4710
 
4713
4711
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
4714
4712
  msgid ""
4715
- "This activation key may be used during system registration. For example:"
4716
- msgstr "このアクティベーションキーは、システム登録時に使用できます。例:"
4713
+ "This activation key may be used during <a "
4714
+ "href=\"/hosts/register?initialAKSelection={{ activationKey.name }}\">system "
4715
+ "registration.</a>"
4716
+ msgstr ""
4717
+ "このアクティベーションキーは、<a href=\"/hosts/register?initialAKSelection={{ "
4718
+ "activationKey.name }}\">システム登録</a> 時に使用できます。"
4717
4719
 
4718
4720
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
4719
4721
  msgid "This change will be applied to <b>{{ hostCount }} systems.</b>"
@@ -4735,21 +4737,6 @@ msgstr ""
4735
4737
  "この操作では、仮想マシンや DNS レコードなどのホストにリンクされている管理対象リソースも削除される可能性があります。\n"
4736
4738
  " <a href=\"/settings\">設定ページ</a> で「登録解除時のホストの削除」設定を false に指定してこれを回避してください。"
4737
4739
 
4738
- #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
4739
- msgid ""
4740
- "This organization has Simple Content Access enabled. Hosts are not required"
4741
- " to have subscriptions attached to access repositories."
4742
- msgstr ""
4743
- "この組織ではシンプルコンテンツアクセスが有効です。リポジトリーにアクセスできるように、ホストにサブスクリプションをアタッチする必要はありません。"
4744
-
4745
- #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
4746
- msgid ""
4747
- "This organization is not using <a target=\"_blank\" "
4748
- "href=\"https://access.redhat.com/articles/simple-content-access\">Simple "
4749
- "Content Access.</a> Entitlement-based subscription management is deprecated "
4750
- "and will be removed in Katello 4.12."
4751
- msgstr ""
4752
-
4753
4740
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
4754
4741
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
4755
4742
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
@@ -4849,8 +4836,8 @@ msgid "Unregister Host"
4849
4836
  msgstr "ホストの登録解除"
4850
4837
 
4851
4838
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4852
- msgid "Unregister Host \"{{host.name}}\"?"
4853
- msgstr "ホスト \"{{host.name}}\" の登録を解除しますか?"
4839
+ msgid "Unregister Host \"{{host.display_name}}\"?"
4840
+ msgstr "ホスト \"{{host.display_name}}\" の登録を解除しますか?"
4854
4841
 
4855
4842
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4856
4843
  msgid "Unregister Options:"
@@ -5242,7 +5229,7 @@ msgstr ""
5242
5229
 
5243
5230
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
5244
5231
  msgid "You cannot remove content from a redhat repository"
5245
- msgstr ""
5232
+ msgstr "redhat リポジトリーからコンテンツを削除することはできません"
5246
5233
 
5247
5234
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
5248
5235
  msgid ""
@@ -5253,7 +5240,7 @@ msgstr "権限がないため、これらのリポジトリーを削除できま
5253
5240
  msgid ""
5254
5241
  "You cannot remove this product because it has repositories that are the last"
5255
5242
  " affected repository on content view filters"
5256
- msgstr ""
5243
+ msgstr "この製品は削除できません。製品のリポジトリーが、コンテンツビューフィルターの関連する最後のリポジトリーです"
5257
5244
 
5258
5245
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
5259
5246
  msgid "You cannot remove this product because it is a Red Hat product."