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
data/locale/ja/katello.po CHANGED
@@ -477,9 +477,6 @@ msgstr "任意"
477
477
  msgid "About page"
478
478
  msgstr "About ページ"
479
479
 
480
- msgid "Abstract async task"
481
- msgstr "非同期タスクの抽象化"
482
-
483
480
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
484
481
  msgstr "Red Hat Subcription Management へのアクセスは禁止されています。これを変更する場合は、コンテンツ設定の「サブスクリプション接続の有効化」を更新してください。"
485
482
 
@@ -615,9 +612,6 @@ msgstr "新しいブックマークの追加"
615
612
  msgid "Add one or more host collections to one or more hosts"
616
613
  msgstr "1 つ以上のホストに 1 つ以上のホストコレクションを追加します"
617
614
 
618
- msgid "Add ons"
619
- msgstr "アドオン"
620
-
621
615
  msgid "Add products to sync plan"
622
616
  msgstr "製品の同期プランへの追加"
623
617
 
@@ -648,9 +642,6 @@ msgstr ""
648
642
  msgid "Add to a host collection"
649
643
  msgstr "ホストコレクションへの追加"
650
644
 
651
- msgid "Add-ons"
652
- msgstr "アドオン"
653
-
654
645
  msgid "Added"
655
646
  msgstr "追加されました"
656
647
 
@@ -711,15 +702,15 @@ msgstr "全バージョン"
711
702
  msgid "All versions will be removed from these environments"
712
703
  msgstr "すべてのバージョンがこれらの環境から削除されます"
713
704
 
714
- msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
715
- msgstr ""
716
-
717
705
  msgid "Allow deleting repositories in published content views"
718
706
  msgstr "公開済みコンテンツビューでのリポジトリー削除を許可"
719
707
 
720
708
  msgid "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
721
709
  msgstr "ホストがビルドモードである限り、ホスト登録が「ホストプロファイルの想定」をバイパスすることを許可します。"
722
710
 
711
+ msgid "Allow hosts or activation keys to be associated with multiple content view environments"
712
+ msgstr ""
713
+
723
714
  msgid "Allow hosts to re-register themselves only when they are in build mode"
724
715
  msgstr "ホストがビルドモードである場合にのみ、ホスト自体の再登録を許可します"
725
716
 
@@ -945,10 +936,10 @@ msgstr "1 台以上のホストに環境およびコンテンツビューを割
945
936
  msgid "Assign the release version to one or more hosts"
946
937
  msgstr "1 台以上のホストにリリースバージョンを割り当てます"
947
938
 
948
- msgid "Assigning a host to multiple content view environments is not enabled."
939
+ msgid "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
949
940
  msgstr ""
950
941
 
951
- msgid "Assigning an activation key to multiple content view environments is not enabled."
942
+ msgid "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
952
943
  msgstr ""
953
944
 
954
945
  msgid "Associated location IDs"
@@ -969,15 +960,15 @@ msgstr "1 つ以上のアクティベーションキーが必要です"
969
960
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
970
961
  msgstr "1 つ以上のアクティベーションキーには、ライフサイクル環境の設定が必要であり、コンテンツビューをこれに割り当てる必要があります"
971
962
 
963
+ msgid "At least one errata type option needs to be selected."
964
+ msgstr ""
965
+
972
966
  msgid "At least one of the selected items requires the host to reboot"
973
967
  msgstr ""
974
968
 
975
969
  msgid "At least one organization must exist."
976
970
  msgstr "1 つ以上の組織が存在している必要があります。"
977
971
 
978
- msgid "Atleast one errata type needs to be selected."
979
- msgstr "少なくとも 1 つのエラータタイプを選択する必要があります。"
980
-
981
972
  msgid "Attach a subscription"
982
973
  msgstr "サブスクリプションを割り当てる"
983
974
 
@@ -1002,9 +993,6 @@ msgstr "作成者"
1002
993
  msgid "Auto Publish - Triggered by '%s'"
1003
994
  msgstr "自動公開 - '%s' によるトリガー"
1004
995
 
1005
- msgid "Auto attach subscriptions"
1006
- msgstr "サブスクリプションの自動割り当て"
1007
-
1008
996
  msgid "Auto publish"
1009
997
  msgstr "自動公開"
1010
998
 
@@ -1020,6 +1008,12 @@ msgstr "利用可能なエンタイトルメント"
1020
1008
  msgid "Available Repositories"
1021
1009
  msgstr "利用可能なリポジトリー"
1022
1010
 
1011
+ msgid "Available image"
1012
+ msgstr ""
1013
+
1014
+ msgid "Available image digest"
1015
+ msgstr ""
1016
+
1023
1017
  msgid "Available schema versions"
1024
1018
  msgstr ""
1025
1019
 
@@ -1035,6 +1029,9 @@ msgstr "ベース URL"
1035
1029
  msgid "Base URL for finding alternate content"
1036
1030
  msgstr "代替コンテンツを検索するためのベース URL"
1037
1031
 
1032
+ msgid "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/."
1033
+ msgstr ""
1034
+
1038
1035
  msgid "Base URL to perform repo discovery on"
1039
1036
  msgstr "リポジトリー検出を実行するベース URL"
1040
1037
 
@@ -1080,6 +1077,24 @@ msgstr "この検索をブックマーク"
1080
1077
  msgid "Bookmarks marked as public are available to all users"
1081
1078
  msgstr "パブリックと識別されたブックマークは、すべてのユーザーが利用できます"
1082
1079
 
1080
+ msgid "Bootc rollback via Bootc interface"
1081
+ msgstr ""
1082
+
1083
+ msgid "Bootc status via Bootc interface"
1084
+ msgstr ""
1085
+
1086
+ msgid "Bootc switch via Bootc interface"
1087
+ msgstr ""
1088
+
1089
+ msgid "Bootc upgrade via Bootc interface"
1090
+ msgstr ""
1091
+
1092
+ msgid "Booted Container Images"
1093
+ msgstr ""
1094
+
1095
+ msgid "Booted container images"
1096
+ msgstr ""
1097
+
1083
1098
  msgid "Both"
1084
1099
  msgstr "両方"
1085
1100
 
@@ -1359,6 +1374,9 @@ msgstr "Ansible コレクションをアップロードできません。"
1359
1374
  msgid "Cannot upload Container Image content."
1360
1375
  msgstr "コンテナーイメージのコンテンツをアップロードできません。"
1361
1376
 
1377
+ msgid "Cannot upload container content via Hammer/API. Use podman push instead."
1378
+ msgstr ""
1379
+
1362
1380
  msgid "Capacity"
1363
1381
  msgstr "容量"
1364
1382
 
@@ -1434,13 +1452,13 @@ msgstr "閉じる"
1434
1452
  msgid "Collapse All"
1435
1453
  msgstr "すべて折りたたむ"
1436
1454
 
1437
- msgid "Comma-separated list of Candlepin environment names associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1455
+ msgid "Comma-separated list of content view environment labels associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1438
1456
  msgstr ""
1439
1457
 
1440
- msgid "Comma-separated list of Candlepin environment names to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1458
+ msgid "Comma-separated list of content view environment labels to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1441
1459
  msgstr ""
1442
1460
 
1443
- msgid "Comma-separated list of Candlepin environment names to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1461
+ msgid "Comma-separated list of content view environment labels to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1444
1462
  msgstr ""
1445
1463
 
1446
1464
  msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
@@ -1452,9 +1470,6 @@ msgstr "コンテナーイメージリポジトリーの同期時に除外する
1452
1470
  msgid "Comma-separated list of tags to sync for a container image repository"
1453
1471
  msgstr "コンテナーイメージリポジトリーに同期するコンマ区切りのタグ一覧"
1454
1472
 
1455
- msgid "Commit upload"
1456
- msgstr ""
1457
-
1458
1473
  msgid "Compare"
1459
1474
  msgstr "比較"
1460
1475
 
@@ -1665,6 +1680,9 @@ msgstr "コンテンツホスト"
1665
1680
  msgid "Content imported by %{user} into content view '%{name}'"
1666
1681
  msgstr "%{user} によって '%{name}' にインポートされたコンテンツ"
1667
1682
 
1683
+ msgid "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer."
1684
+ msgstr ""
1685
+
1668
1686
  msgid "Content not uploaded to pulp"
1669
1687
  msgstr "コンテンツが pulp にアップロードされませんでした"
1670
1688
 
@@ -1725,6 +1743,9 @@ msgstr ""
1725
1743
  msgid "Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish."
1726
1744
  msgstr ""
1727
1745
 
1746
+ msgid "Content view environment"
1747
+ msgstr ""
1748
+
1728
1749
  msgid "Content view environments"
1729
1750
  msgstr ""
1730
1751
 
@@ -1773,6 +1794,9 @@ msgstr "コンテンツビューバージョンのインポート履歴 ID"
1773
1794
  msgid "Content view version is empty"
1774
1795
  msgstr ""
1775
1796
 
1797
+ msgid "Content view version is empty or content counts are not up to date"
1798
+ msgstr ""
1799
+
1776
1800
  msgid "Content views"
1777
1801
  msgstr "コンテンツビュー"
1778
1802
 
@@ -1800,27 +1824,15 @@ msgstr "クリップボードにコピーしました"
1800
1824
  msgid "Copy"
1801
1825
  msgstr "コピー"
1802
1826
 
1803
- msgid "Copy all units"
1804
- msgstr ""
1805
-
1806
1827
  msgid "Copy an activation key"
1807
1828
  msgstr "アクティベーションキーをコピーします"
1808
1829
 
1809
- msgid "Copy content"
1810
- msgstr ""
1811
-
1812
1830
  msgid "Copy content view"
1813
1831
  msgstr "コンテンツビューのコピー"
1814
1832
 
1815
1833
  msgid "Copy to clipboard"
1816
1834
  msgstr "クリップボードへのコピー"
1817
1835
 
1818
- msgid "Copy version"
1819
- msgstr ""
1820
-
1821
- msgid "Copy version units to library"
1822
- msgstr "バージョンユニットのライブラリーへのコピー"
1823
-
1824
1836
  msgid "Cores per socket"
1825
1837
  msgstr "1 ソケットあたりのコア数"
1826
1838
 
@@ -1995,6 +2007,9 @@ msgstr "カスタムリポジトリーの作成"
1995
2007
  msgid "Create a filter rule. The parameters included should be based upon the filter type."
1996
2008
  msgstr "フィルタールールの作成。組み込まれるパラメーターはフィルタータイプに基づいている必要があります。"
1997
2009
 
2010
+ msgid "Create a flatpak remote"
2011
+ msgstr ""
2012
+
1998
2013
  msgid "Create a host collection"
1999
2014
  msgstr "ホストコレクションの作成"
2000
2015
 
@@ -2025,21 +2040,12 @@ msgstr "生成された SSL 証明書およびキーでコンテンツの認証
2025
2040
  msgid "Create content view"
2026
2041
  msgstr "コンテンツビューの作成"
2027
2042
 
2028
- msgid "Create exporter"
2029
- msgstr ""
2030
-
2031
2043
  msgid "Create filter"
2032
2044
  msgstr "フィルターの作成"
2033
2045
 
2034
2046
  msgid "Create host collection"
2035
2047
  msgstr "ホストコレクションの作成"
2036
2048
 
2037
- msgid "Create import"
2038
- msgstr ""
2039
-
2040
- msgid "Create importer"
2041
- msgstr ""
2042
-
2043
2049
  msgid "Create new activation key"
2044
2050
  msgstr ""
2045
2051
 
@@ -2049,12 +2055,6 @@ msgstr "組織の作成"
2049
2055
  msgid "Create package filter rule"
2050
2056
  msgstr "パッケージフィルタールールの作成"
2051
2057
 
2052
- msgid "Create publication"
2053
- msgstr ""
2054
-
2055
- msgid "Create remote"
2056
- msgstr ""
2057
-
2058
2058
  msgid "Create rule"
2059
2059
  msgstr "ルールの作成"
2060
2060
 
@@ -2280,6 +2280,9 @@ msgstr "コンテンツビューの削除"
2280
2280
  msgid "Delete a filter rule"
2281
2281
  msgstr "フィルタールールの削除"
2282
2282
 
2283
+ msgid "Delete a flatpak remote"
2284
+ msgstr ""
2285
+
2283
2286
  msgid "Delete activation key?"
2284
2287
  msgstr ""
2285
2288
 
@@ -2301,36 +2304,12 @@ msgstr "コンテンツビューの削除"
2301
2304
  msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
2302
2305
  msgstr ""
2303
2306
 
2304
- msgid "Delete distributions"
2305
- msgstr ""
2306
-
2307
2307
  msgid "Delete manifest from Red Hat provider"
2308
2308
  msgstr "Red Hat プロバイダーからマニフェストを削除"
2309
2309
 
2310
2310
  msgid "Delete multiple filters from a content view"
2311
2311
  msgstr "コンテンツビューから複数のフィルターを削除します"
2312
2312
 
2313
- msgid "Delete orphan alternate content sources"
2314
- msgstr ""
2315
-
2316
- msgid "Delete orphan distributions"
2317
- msgstr ""
2318
-
2319
- msgid "Delete orphan remotes"
2320
- msgstr ""
2321
-
2322
- msgid "Delete orphan repository versions"
2323
- msgstr ""
2324
-
2325
- msgid "Delete orphaned migrated repositories"
2326
- msgstr ""
2327
-
2328
- msgid "Delete remote"
2329
- msgstr ""
2330
-
2331
- msgid "Delete repository references"
2332
- msgstr ""
2333
-
2334
2313
  msgid "Delete version"
2335
2314
  msgstr "バージョンの削除"
2336
2315
 
@@ -2376,6 +2355,9 @@ msgstr "コンテンツビューについての説明"
2376
2355
  msgid "Description for the new published content view version"
2377
2356
  msgstr "新規に公開されたコンテンツビューバージョンの説明"
2378
2357
 
2358
+ msgid "Description of the flatpak remote"
2359
+ msgstr ""
2360
+
2379
2361
  msgid "Description of the repository"
2380
2362
  msgstr "リポジトリーの説明"
2381
2363
 
@@ -2427,12 +2409,6 @@ msgstr "環境の破棄"
2427
2409
  msgid "Destroy an environment in an organization"
2428
2410
  msgstr "組織の環境を破棄"
2429
2411
 
2430
- msgid "Destroy exporter"
2431
- msgstr ""
2432
-
2433
- msgid "Destroy importer"
2434
- msgstr ""
2435
-
2436
2412
  msgid "Destroy one or more alternate content sources"
2437
2413
  msgstr "1 つ以上の代替コンテンツソースの破棄"
2438
2414
 
@@ -2481,9 +2457,6 @@ msgstr "無効化済み"
2481
2457
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2482
2458
  msgstr "'%{subject}' のシンプルコンテンツアクセスの有効化に失敗しました。"
2483
2459
 
2484
- msgid "Discover"
2485
- msgstr "検出"
2486
-
2487
2460
  msgid "Discover Repositories"
2488
2461
  msgstr "リポジトリーの検出"
2489
2462
 
@@ -2679,9 +2652,6 @@ msgstr "環境 ID"
2679
2652
  msgid "Environment cannot be in its own promotion path"
2680
2653
  msgstr "同じ環境内のプロモートパスに環境を存在させることはできません。"
2681
2654
 
2682
- msgid "Environment contents refresh"
2683
- msgstr ""
2684
-
2685
2655
  msgid "Environment identifier"
2686
2656
  msgstr "環境 ID"
2687
2657
 
@@ -2721,9 +2691,6 @@ msgstr ""
2721
2691
  msgid "Errata id of the erratum (RHSA-2012:108)"
2722
2692
  msgstr "エラータのエラータ ID (RHSA-2012:108)"
2723
2693
 
2724
- msgid "Errata mail"
2725
- msgstr "エラータメール"
2726
-
2727
2694
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2728
2695
  msgstr ""
2729
2696
 
@@ -2883,9 +2850,6 @@ msgstr "ホストで利用可能なモジュールストリームを取得しま
2883
2850
  msgid "Fetch installable errata for one or more hosts."
2884
2851
  msgstr "1 つまたは複数のホストにインストール可能なエラータを取得します。"
2885
2852
 
2886
- msgid "Fetch pxe files"
2887
- msgstr "PXE ファイルの取得"
2888
-
2889
2853
  msgid "Fetch traces for one or more hosts"
2890
2854
  msgstr "1 台以上のホストのトレースを取得します"
2891
2855
 
@@ -2979,9 +2943,6 @@ msgstr "バージョン番号別にバージョンを絞り込む"
2979
2943
  msgid "Filter versions that are components in the specified composite version"
2980
2944
  msgstr "指定した複合バージョンに含まれるコンポーネントのバージョンを絞り込む"
2981
2945
 
2982
- msgid "Filtered index content"
2983
- msgstr "フィルタリングしたインデックスコンテンツ"
2984
-
2985
2946
  msgid "Filters"
2986
2947
  msgstr "フィルター"
2987
2948
 
@@ -3003,6 +2964,15 @@ msgstr "終了"
3003
2964
  msgid "Finished"
3004
2965
  msgstr "終了"
3005
2966
 
2967
+ msgid "Flatpak Remotes"
2968
+ msgstr ""
2969
+
2970
+ msgid "Flatpak remote numeric identifier"
2971
+ msgstr ""
2972
+
2973
+ msgid "Flatpak remote repository numeric identifier"
2974
+ msgstr ""
2975
+
3006
2976
  msgid "Force"
3007
2977
  msgstr "強制"
3008
2978
 
@@ -3067,9 +3037,6 @@ msgstr ""
3067
3037
  msgid "Generate host applicability"
3068
3038
  msgstr "ホストに適用可能なエラータを生成します"
3069
3039
 
3070
- msgid "Generate metadata"
3071
- msgstr ""
3072
-
3073
3040
  msgid "Generate repository applicability"
3074
3041
  msgstr "リポジトリーに適用可能なエラータを生成します"
3075
3042
 
@@ -3307,12 +3274,6 @@ msgstr "Capsule で同時に同期する必要があるリポジトリ数。数
3307
3274
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3308
3275
  msgstr "結果のソート順 (例: ascending (昇順) の ASC)"
3309
3276
 
3310
- msgid "Hypervisors"
3311
- msgstr "ハイパーバイザー"
3312
-
3313
- msgid "Hypervisors update"
3314
- msgstr "ハイパーバイザーの更新"
3315
-
3316
3277
  msgid "ID of a HTTP Proxy"
3317
3278
  msgstr "HTTP プロキシ ー ID"
3318
3279
 
@@ -3334,6 +3295,9 @@ msgstr "リポジトリーを表示させる環境の ID"
3334
3295
  msgid "ID of an organization to show repositories in"
3335
3296
  msgstr "リポジトリーを表示させる組織の ID"
3336
3297
 
3298
+ msgid "ID of flatpak remote to show repositories of"
3299
+ msgstr ""
3300
+
3337
3301
  msgid "ID of the Organization"
3338
3302
  msgstr "組織 ID"
3339
3303
 
@@ -3394,12 +3358,18 @@ msgstr "代替コンテンツソースで使用する HTTP プロキシーの ID
3394
3358
  msgid "Id of the content host"
3395
3359
  msgstr "コンテンツホストの ID"
3396
3360
 
3361
+ msgid "Id of the content view to limit the content counting on"
3362
+ msgstr ""
3363
+
3397
3364
  msgid "Id of the content view to limit the synchronization on"
3398
3365
  msgstr "同期を制限するコンテンツビューの ID"
3399
3366
 
3400
3367
  msgid "Id of the content view to limit verifying checksum on"
3401
3368
  msgstr ""
3402
3369
 
3370
+ msgid "Id of the environment to limit the content counting on"
3371
+ msgstr ""
3372
+
3403
3373
  msgid "Id of the environment to limit the synchronization on"
3404
3374
  msgstr "同期を制限する環境の ID"
3405
3375
 
@@ -3421,6 +3391,9 @@ msgstr "ステータスを取得する組織の ID"
3421
3391
  msgid "Id of the organization to limit environments on"
3422
3392
  msgstr "環境を制限する組織の ID"
3423
3393
 
3394
+ msgid "Id of the repository to limit the content counting on"
3395
+ msgstr ""
3396
+
3424
3397
  msgid "Id of the repository to limit the synchronization on"
3425
3398
  msgstr "同期を制限するリポジトリーの ID"
3426
3399
 
@@ -3558,6 +3531,27 @@ msgstr "無視するホスト"
3558
3531
  msgid "Image"
3559
3532
  msgstr ""
3560
3533
 
3534
+ msgid "Image digest"
3535
+ msgstr ""
3536
+
3537
+ msgid "Image digests"
3538
+ msgstr ""
3539
+
3540
+ msgid "Image mode"
3541
+ msgstr ""
3542
+
3543
+ msgid "Image mode / package mode"
3544
+ msgstr ""
3545
+
3546
+ msgid "Image mode details"
3547
+ msgstr ""
3548
+
3549
+ msgid "Image name"
3550
+ msgstr ""
3551
+
3552
+ msgid "Image-mode host"
3553
+ msgstr ""
3554
+
3561
3555
  msgid "Immediate"
3562
3556
  msgstr "即時"
3563
3557
 
@@ -3600,9 +3594,6 @@ msgstr "リポジトリーのインポート"
3600
3594
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3601
3595
  msgstr ""
3602
3596
 
3603
- msgid "Import migration"
3604
- msgstr ""
3605
-
3606
3597
  msgid "Import new manifest"
3607
3598
  msgstr ""
3608
3599
 
@@ -3612,12 +3603,6 @@ msgstr "インポートのみ"
3612
3603
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3613
3604
  msgstr "インポートのみのコンテンツビューは直接公開できません。コンテンツは、ビューにインポートしなければ更新されません。"
3614
3605
 
3615
- msgid "Import repository upload"
3616
- msgstr ""
3617
-
3618
- msgid "Import upload"
3619
- msgstr ""
3620
-
3621
3606
  msgid "Import uploads into a repository"
3622
3607
  msgstr "アップロードのリポジトリーへのインポート"
3623
3608
 
@@ -3660,6 +3645,9 @@ msgstr "インポート/エクスポートにより生成されるコンテン
3660
3645
  msgid "Include filter"
3661
3646
  msgstr "追加フィルター"
3662
3647
 
3648
+ msgid "Include manifests"
3649
+ msgstr ""
3650
+
3663
3651
  msgid "Included"
3664
3652
  msgstr "包含済み"
3665
3653
 
@@ -3681,9 +3669,6 @@ msgstr "増分更新"
3681
3669
  msgid "Incremental Update incomplete."
3682
3670
  msgstr "増分更新が完了していません。"
3683
3671
 
3684
- msgid "Incremental Update of Content View Version(s) "
3685
- msgstr "コンテンツビューバージョンの増分更新"
3686
-
3687
3672
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3688
3673
  msgstr "%{content_view_count} 件のコンテンツビューバージョンの増分更新"
3689
3674
 
@@ -3696,27 +3681,12 @@ msgstr "増分更新には少なくとも 1 つのコンテンツユニットが
3696
3681
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3697
3682
  msgstr "複合コンテンツ %{name} のバージョン %{version} に増分更新が指定されましたが、コンポーネントは更新されていません。"
3698
3683
 
3699
- msgid "Index content"
3700
- msgstr "コンテンツのインデックス作成"
3701
-
3702
- msgid "Index errata"
3703
- msgstr "エラータのインデックス作成"
3704
-
3705
- msgid "Index module streams"
3706
- msgstr "モジュールストリームのインデックス作成"
3707
-
3708
- msgid "Index package groups"
3709
- msgstr "パッケージグループのインデックス作成"
3710
-
3711
3684
  msgid "Informable Type must be one of the following [ %{list} ]"
3712
3685
  msgstr "情報タイプは以下のいずれかでなければなりません [ %{list} ]"
3713
3686
 
3714
3687
  msgid "Inherit from Repository"
3715
3688
  msgstr "リポジトリーから継承"
3716
3689
 
3717
- msgid "Initialize"
3718
- msgstr ""
3719
-
3720
3690
  msgid "Initiate a sync of the products attached to the sync plan"
3721
3691
  msgstr "同期プランに割り当てられた製品の同期を開始します"
3722
3692
 
@@ -3792,9 +3762,6 @@ msgstr "パッケージグループをインストールしています..."
3792
3762
  msgid "Installing Package..."
3793
3763
  msgstr "パッケージのインストール中..."
3794
3764
 
3795
- msgid "Instance update"
3796
- msgstr "インスタンスの更新"
3797
-
3798
3765
  msgid "Instance-based"
3799
3766
  msgstr "インスタンスベース"
3800
3767
 
@@ -3825,8 +3792,8 @@ msgstr "無効な日付の範囲です。エラータフィルタールールの
3825
3792
  msgid "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'"
3826
3793
  msgstr "無効なエラータフィルタールールが指定されました。'errata_id' を 'start_date'、'end_date' または 'types' と同じ組で指定することはできません"
3827
3794
 
3828
- msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or 'types'"
3829
- msgstr "無効なエラータフィルタールールが指定されました。少なくとも以下のいずれかを指定する必要があります: 'errata_id'、'start_date'、'end_date' または 'types'"
3795
+ msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date', 'types', or 'allow_other_types'"
3796
+ msgstr ""
3830
3797
 
3831
3798
  msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
3832
3799
  msgstr "無効なエラータタイプ %{invalid_types} が指定されました。エラータタイプは %{valid_types} のいずれかに指定できます"
@@ -3909,9 +3876,27 @@ msgstr "ジョブ '${description}' が完了しました"
3909
3876
  msgid "Job '${description}' has started."
3910
3877
  msgstr "ジョブ '${description}' が開始されました。"
3911
3878
 
3879
+ msgid "Katello Bootc interface"
3880
+ msgstr ""
3881
+
3912
3882
  msgid "Katello ID of local pool to update"
3913
3883
  msgstr "更新するローカルプールの Katello ID"
3914
3884
 
3885
+ msgid "Katello: Bootc Action"
3886
+ msgstr ""
3887
+
3888
+ msgid "Katello: Bootc Rollback"
3889
+ msgstr ""
3890
+
3891
+ msgid "Katello: Bootc Status"
3892
+ msgstr ""
3893
+
3894
+ msgid "Katello: Bootc Switch"
3895
+ msgstr ""
3896
+
3897
+ msgid "Katello: Bootc Upgrade"
3898
+ msgstr ""
3899
+
3915
3900
  msgid "Katello: Configure host for new content source"
3916
3901
  msgstr ""
3917
3902
 
@@ -3960,6 +3945,9 @@ msgstr "Katello: 検索クエリーでのパッケージの更新"
3960
3945
  msgid "Katello: Upload Profile"
3961
3946
  msgstr ""
3962
3947
 
3948
+ msgid "Keep latest packages"
3949
+ msgstr ""
3950
+
3963
3951
  msgid "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)"
3964
3952
  msgstr "subscription-manager ファクトの Key-Value ハッシュ。ネスト化には、ピリオド (.) で区切ります。"
3965
3953
 
@@ -3984,6 +3972,9 @@ msgstr "コンテンツのラベル"
3984
3972
  msgid "Label of the content view"
3985
3973
  msgstr "コンテンツビューのラベル"
3986
3974
 
3975
+ msgid "Label of the flatpak remote"
3976
+ msgstr ""
3977
+
3987
3978
  msgid "Last check-in:"
3988
3979
  msgstr "最終チェックイン"
3989
3980
 
@@ -4149,6 +4140,9 @@ msgstr "組織で利用可能なリリースを一覧表示します"
4149
4140
  msgid "List available subscriptions from Red Hat Subscription Management"
4150
4141
  msgstr "Red Hat Subscription Management から利用可能なサブスクリプションを一覧表示します"
4151
4142
 
4143
+ msgid "List booted bootc container images for hosts"
4144
+ msgstr ""
4145
+
4152
4146
  msgid "List components attached to this content view"
4153
4147
  msgstr "このコンテンツビューに割り当てられたコンポーネントの一覧を表示します"
4154
4148
 
@@ -4188,6 +4182,15 @@ msgstr "エクスポート履歴を一覧表示します"
4188
4182
  msgid "List filter rules"
4189
4183
  msgstr "フィルタールールを一覧表示"
4190
4184
 
4185
+ msgid "List flatpak remote repositories"
4186
+ msgstr ""
4187
+
4188
+ msgid "List flatpak remote's repositories"
4189
+ msgstr ""
4190
+
4191
+ msgid "List flatpak remotes"
4192
+ msgstr ""
4193
+
4191
4194
  msgid "List host collections"
4192
4195
  msgstr "ホストコレクションを一覧表示"
4193
4196
 
@@ -4353,6 +4356,9 @@ msgstr "Smart Proxy に割り当てられたライフサイクル環境を一覧
4353
4356
  msgid "List the lifecycle environments not attached to the smart proxy"
4354
4357
  msgstr "Smart Proxy に割り当てられていないライフサイクル環境を一覧表示します"
4355
4358
 
4359
+ msgid "Load balancer"
4360
+ msgstr ""
4361
+
4356
4362
  msgid "Loading"
4357
4363
  msgstr "ロード中"
4358
4364
 
@@ -4482,9 +4488,6 @@ msgstr "メッセージ"
4482
4488
  msgid "Messaging connection"
4483
4489
  msgstr "メッセージング接続"
4484
4490
 
4485
- msgid "Metadata generate"
4486
- msgstr ""
4487
-
4488
4491
  msgid ""
4489
4492
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4490
4493
  "Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
@@ -4496,6 +4499,12 @@ msgstr "このコンテンツビューバージョンのアップストリーム
4496
4499
  msgid "Minimum version"
4497
4500
  msgstr "最小のバージョン"
4498
4501
 
4502
+ msgid "Mirror Remote Repository"
4503
+ msgstr ""
4504
+
4505
+ msgid "Mirror a flatpak remote repository"
4506
+ msgstr ""
4507
+
4499
4508
  msgid "Missing activation key!"
4500
4509
  msgstr "アクティベーションキーがありません!"
4501
4510
 
@@ -4508,6 +4517,9 @@ msgstr "モデル"
4508
4517
  msgid "Moderate"
4509
4518
  msgstr "中"
4510
4519
 
4520
+ msgid "Modify via remote execution"
4521
+ msgstr ""
4522
+
4511
4523
  msgid "Modular"
4512
4524
  msgstr "モジュラー"
4513
4525
 
@@ -4529,13 +4541,7 @@ msgstr "モジュールストリーム"
4529
4541
  msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
4530
4542
  msgstr "Red Hat リポジトリーを有効にしたり、カスタム製品を作成したりすると、モジュールストリームがここに表示されます。"
4531
4543
 
4532
- msgid "Multi copy all units"
4533
- msgstr ""
4534
-
4535
- msgid "Multi copy content"
4536
- msgstr ""
4537
-
4538
- msgid "Multi copy units"
4544
+ msgid "Multi Content View Environment"
4539
4545
  msgstr ""
4540
4546
 
4541
4547
  msgid "Multi-entitlement"
@@ -4601,6 +4607,12 @@ msgstr "代替コンテンツソースの名前"
4601
4607
  msgid "Name of the content view"
4602
4608
  msgstr "コンテンツビューの名前"
4603
4609
 
4610
+ msgid "Name of the flatpak remote"
4611
+ msgstr ""
4612
+
4613
+ msgid "Name of the flatpak remote repository"
4614
+ msgstr ""
4615
+
4604
4616
  msgid "Name of the host"
4605
4617
  msgstr "ホスト名"
4606
4618
 
@@ -4724,6 +4736,9 @@ msgstr "コンテンツ ID が提供されていません"
4724
4736
  msgid "No content in selected versions."
4725
4737
  msgstr "選択したバージョンにコンテンツがありません。"
4726
4738
 
4739
+ msgid "No content view environments"
4740
+ msgstr ""
4741
+
4727
4742
  msgid "No content view environments found with ids: %{ids}"
4728
4743
  msgstr ""
4729
4744
 
@@ -4760,9 +4775,6 @@ msgstr ""
4760
4775
  msgid "No enabled repositories match your search criteria."
4761
4776
  msgstr "検索条件に一致する有効なリポジトリーはありません。"
4762
4777
 
4763
- msgid "No environment"
4764
- msgstr "環境なし"
4765
-
4766
4778
  msgid "No environments"
4767
4779
  msgstr "環境なし"
4768
4780
 
@@ -5345,8 +5357,11 @@ msgstr "パッケージのインストールが失敗しました: \"%{package}\
5345
5357
  msgid "Package installation: \"%{package}\" "
5346
5358
  msgstr "パッケージのインストール: \"%{package}\" "
5347
5359
 
5348
- msgid "Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg, bdist_dumb, bdist_egg, bdist_msi, bdist_rpm, bdist_wheel, bdist_wininst, sdist."
5349
- msgstr "Python コンテンツの同期に使用するパッケージタイプ (コンマ区切り)。すべてのパッケージタイプを指定するには、空白のままにします。パッケージタイプは、bdist_dmg、bdist_dumb、bdist_egg, bdist_msi、bdist_rpm、bdist_wheel、bdist_wininst、sdist です。"
5360
+ msgid "Package mode"
5361
+ msgstr ""
5362
+
5363
+ msgid "Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg,bdist_dumb,bdist_egg,bdist_msi,bdist_rpm,bdist_wheel,bdist_wininst,sdist."
5364
+ msgstr ""
5350
5365
 
5351
5366
  msgid "Packages"
5352
5367
  msgstr "パッケージ"
@@ -5474,6 +5489,9 @@ msgstr "お待ちください..."
5474
5489
  msgid "Policy to set for mirroring content. Must be one of %s."
5475
5490
  msgstr "コンテンツのミラーリングに設定するポリシー。%s のいずれかでなければなりません。"
5476
5491
 
5492
+ msgid "Possible values: %s"
5493
+ msgstr ""
5494
+
5477
5495
  msgid "Prefer registered through Smart Proxy for remote execution"
5478
5496
  msgstr ""
5479
5497
 
@@ -5522,6 +5540,9 @@ msgstr ""
5522
5540
  msgid "Product ID"
5523
5541
  msgstr "製品 ID"
5524
5542
 
5543
+ msgid "Product ID to mirror the remote repository to"
5544
+ msgstr ""
5545
+
5525
5546
  msgid "Product and Repositories"
5526
5547
  msgstr "製品およびリポジトリー"
5527
5548
 
@@ -5706,9 +5727,6 @@ msgstr "Pulp ストレージ"
5706
5727
  msgid "Pulp task error"
5707
5728
  msgstr "Pulp タスクのエラー"
5708
5729
 
5709
- msgid "Purge completed tasks"
5710
- msgstr ""
5711
-
5712
5730
  msgid "Python Package"
5713
5731
  msgstr "Python パッケージ"
5714
5732
 
@@ -5817,9 +5835,6 @@ msgstr "再起動が必要です"
5817
5835
  msgid "Reclaim Space"
5818
5836
  msgstr "領域の再利用"
5819
5837
 
5820
- msgid "Reclaim space"
5821
- msgstr ""
5822
-
5823
5838
  msgid "Reclaim space from On Demand repositories"
5824
5839
  msgstr "オンデマンドリポジトリーからの領域の再利用"
5825
5840
 
@@ -5883,9 +5898,6 @@ msgstr "マニフェストの更新"
5883
5898
  msgid "Refresh all alternate content sources"
5884
5899
  msgstr ""
5885
5900
 
5886
- msgid "Refresh all distributions"
5887
- msgstr ""
5888
-
5889
5901
  msgid "Refresh alternate content sources"
5890
5902
  msgstr "代替コンテンツソースの更新"
5891
5903
 
@@ -5898,27 +5910,15 @@ msgstr ""
5898
5910
  msgid "Refresh counts"
5899
5911
  msgstr ""
5900
5912
 
5901
- msgid "Refresh distribution"
5902
- msgstr ""
5903
-
5904
5913
  msgid "Refresh errata applicability"
5905
5914
  msgstr ""
5906
5915
 
5907
- msgid "Refresh if needed"
5908
- msgstr ""
5909
-
5910
5916
  msgid "Refresh package applicability"
5911
5917
  msgstr ""
5912
5918
 
5913
5919
  msgid "Refresh previously imported manifest for Red Hat provider"
5914
5920
  msgstr "Red Hat プロバイダーの以前にインポートされたマニフェストを更新"
5915
5921
 
5916
- msgid "Refresh remote"
5917
- msgstr ""
5918
-
5919
- msgid "Refresh repos"
5920
- msgstr ""
5921
-
5922
5922
  msgid "Refresh source"
5923
5923
  msgstr "ソースの更新"
5924
5924
 
@@ -5943,6 +5943,9 @@ msgstr "以下で登録済み:"
5943
5943
  msgid "Registered on"
5944
5944
  msgstr "登録先"
5945
5945
 
5946
+ msgid "Registered to"
5947
+ msgstr ""
5948
+
5946
5949
  msgid "Registering to multiple environments is not enabled."
5947
5950
  msgstr ""
5948
5951
 
@@ -5958,9 +5961,6 @@ msgstr "レジストリー名のパターンが原因で、メンバーリポジ
5958
5961
  msgid "Registry name pattern will result in invalid container image name of member repositories"
5959
5962
  msgstr "レジストリー名のパターンが原因で、メンバーリポジトリーのコンテナーイメージ名が無効になります"
5960
5963
 
5961
- msgid "Reindex subscriptions"
5962
- msgstr "サブスクリプションのインデックス再作成"
5963
-
5964
5964
  msgid "Related composite content views"
5965
5965
  msgstr "関連する複合コンテンツビュー"
5966
5966
 
@@ -6057,9 +6057,6 @@ msgstr "1 つ以上のホストから 1 つ以上のコンテンツコレクシ
6057
6057
  msgid "Remove one or more subscriptions from an upstream manifest"
6058
6058
  msgstr "アップストリームマニフェストから 1 つ以上のサブスクリプションを削除します"
6059
6059
 
6060
- msgid "Remove orphans"
6061
- msgstr ""
6062
-
6063
6060
  msgid "Remove package group via Katello interface"
6064
6061
  msgstr "Katello インターフェイスでのパッケージグループの削除"
6065
6062
 
@@ -6087,12 +6084,6 @@ msgstr ""
6087
6084
  msgid "Remove subscriptions from one or more hosts"
6088
6085
  msgstr "1 つ以上のホストからサブスクリプションを削除します"
6089
6086
 
6090
- msgid "Remove units"
6091
- msgstr ""
6092
-
6093
- msgid "Remove unneeded repos"
6094
- msgstr ""
6095
-
6096
6087
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6097
6088
  msgstr "コンテンツビューからバージョンおよび/または環境を削除し、システムおよびキーを再度割り当てます"
6098
6089
 
@@ -6117,9 +6108,6 @@ msgstr "ID が %{acs_id} の ACS %{acs_name} から ID が %{prod_id} の製品
6117
6108
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6118
6109
  msgstr "すべての環境からこのバージョンを削除しても、バージョンは削除されません。バージョンは引き続き以降のプロモーションの対象になります。"
6119
6110
 
6120
- msgid "Repair"
6121
- msgstr ""
6122
-
6123
6111
  msgid "Replace content source on the target machine"
6124
6112
  msgstr ""
6125
6113
 
@@ -6138,18 +6126,12 @@ msgstr "リポジトリー"
6138
6126
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6139
6127
  msgstr "CDN 設定がエアギャップ (切断) に設定されている間、リポジトリーは有効にできません。"
6140
6128
 
6141
- msgid "Repositories certs reset"
6142
- msgstr ""
6143
-
6144
6129
  msgid "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."
6145
6130
  msgstr ""
6146
6131
 
6147
6132
  msgid "Repositories from published Content Views are not allowed."
6148
6133
  msgstr "公開されたコンテンツビューからのリポジトリーは許可されません。"
6149
6134
 
6150
- msgid "Repositories gpg reset"
6151
- msgstr ""
6152
-
6153
6135
  msgid "Repository"
6154
6136
  msgstr "リポジトリー"
6155
6137
 
@@ -6441,6 +6423,12 @@ msgstr "ホストのロール"
6441
6423
  msgid "Roles"
6442
6424
  msgstr "ロール"
6443
6425
 
6426
+ msgid "Rollback image"
6427
+ msgstr ""
6428
+
6429
+ msgid "Rollback image digest"
6430
+ msgstr ""
6431
+
6444
6432
  msgid "Rules to be added"
6445
6433
  msgstr "追加するルール"
6446
6434
 
@@ -6453,6 +6441,12 @@ msgstr ""
6453
6441
  msgid "Running"
6454
6442
  msgstr "実行中"
6455
6443
 
6444
+ msgid "Running image"
6445
+ msgstr ""
6446
+
6447
+ msgid "Running image digest"
6448
+ msgstr ""
6449
+
6456
6450
  msgid "SKU"
6457
6451
  msgstr "SKU"
6458
6452
 
@@ -6480,25 +6474,10 @@ msgstr "まもなく期限切れになるサブスクリプション"
6480
6474
  msgid "Save"
6481
6475
  msgstr "保存"
6482
6476
 
6483
- msgid "Save artifact"
6484
- msgstr ""
6485
-
6486
- msgid "Save distribution references"
6487
- msgstr ""
6488
-
6489
- msgid "Save publication"
6490
- msgstr ""
6491
-
6492
- msgid "Save version"
6493
- msgstr ""
6494
-
6495
- msgid "Save versions"
6496
- msgstr ""
6497
-
6498
6477
  msgid "Saving alternate content source..."
6499
6478
  msgstr "代替コンテンツソースの保存"
6500
6479
 
6501
- msgid "Scan cdn"
6480
+ msgid "Scan a flatpak remote"
6502
6481
  msgstr ""
6503
6482
 
6504
6483
  msgid "Schema version 1"
@@ -6606,9 +6585,6 @@ msgstr ""
6606
6585
  msgid "Select action"
6607
6586
  msgstr ""
6608
6587
 
6609
- msgid "Select add-ons"
6610
- msgstr "アドオンの選択"
6611
-
6612
6588
  msgid "Select all"
6613
6589
  msgstr "すべてを選択"
6614
6590
 
@@ -6747,15 +6723,15 @@ msgstr "ホストのコンテンツ上書きの設定"
6747
6723
  msgid "Set content overrides to one or more hosts"
6748
6724
  msgstr "1 台以上のホストにコンテンツ上書きを設定します"
6749
6725
 
6726
+ msgid "Set this HTTP proxy as the default content HTTP proxy"
6727
+ msgstr ""
6728
+
6750
6729
  msgid "Set true to override to enabled; Set false to override to disabled.'"
6751
6730
  msgstr "true に設定するとオーバーライドが有効になり、false に設定するとオーバーライドが無効になります。"
6752
6731
 
6753
6732
  msgid "Set true to remove an override and reset it to 'default'"
6754
6733
  msgstr "上書きを削除して「デフォルト」にリセットするには True に設定します"
6755
6734
 
6756
- msgid "Sets the system add-ons"
6757
- msgstr "システムのアドオンを設定します"
6758
-
6759
6735
  msgid "Sets the system purpose usage"
6760
6736
  msgstr "システム目的の使用率を設定します"
6761
6737
 
@@ -6789,6 +6765,12 @@ msgstr "コンテンツビューのコンポーネントの表示"
6789
6765
  msgid "Show a content view's history"
6790
6766
  msgstr "コンテンツビューの履歴を表示"
6791
6767
 
6768
+ msgid "Show a flatpak remote"
6769
+ msgstr ""
6770
+
6771
+ msgid "Show a flatpak remote repository"
6772
+ msgstr ""
6773
+
6792
6774
  msgid "Show a host collection"
6793
6775
  msgstr "ホストコレクションの表示"
6794
6776
 
@@ -7116,6 +7098,12 @@ msgstr "エクスポートされたコンテンツを、ギガバイト単位で
7116
7098
  msgid "Stacking ID"
7117
7099
  msgstr "スタッキング ID"
7118
7100
 
7101
+ msgid "Staged image"
7102
+ msgstr ""
7103
+
7104
+ msgid "Staged image digest"
7105
+ msgstr ""
7106
+
7119
7107
  msgid "Start Date"
7120
7108
  msgstr "開始日"
7121
7109
 
@@ -7281,9 +7269,6 @@ msgstr ""
7281
7269
  msgid "Supported Content Types"
7282
7270
  msgstr "サポート対象のコンテンツタイプ"
7283
7271
 
7284
- msgid "Sync"
7285
- msgstr ""
7286
-
7287
7272
  msgid "Sync Canceled"
7288
7273
  msgstr "同期が取り消されました"
7289
7274
 
@@ -7338,9 +7323,6 @@ msgstr "リポジトリーの同期"
7338
7323
  msgid "Sync all repositories for a product"
7339
7324
  msgstr "製品のすべてのリポジトリーを同期します"
7340
7325
 
7341
- msgid "Sync capsule"
7342
- msgstr "Capsule の同期"
7343
-
7344
7326
  msgid "Sync complete."
7345
7327
  msgstr "同期が完了しました。"
7346
7328
 
@@ -7359,9 +7341,6 @@ msgstr "目的の製品を選択して、アップストリームリポジトリ
7359
7341
  msgid "Sync state"
7360
7342
  msgstr "同期の状態"
7361
7343
 
7362
- msgid "Syncable export"
7363
- msgstr "同期可能なエクスポート"
7364
-
7365
7344
  msgid "Synced"
7366
7345
  msgstr ""
7367
7346
 
@@ -7476,6 +7455,9 @@ msgstr "この複合ビューで要求されたアクションは、すべての
7476
7455
  msgid "The actual file contents"
7477
7456
  msgstr "実際のコンテンツファイル"
7478
7457
 
7458
+ msgid "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions."
7459
+ msgstr ""
7460
+
7479
7461
  msgid "The content type for the Alternate Content Source"
7480
7462
  msgstr "代替コンテンツソースのコンテンツタイプ"
7481
7463
 
@@ -7727,6 +7709,9 @@ msgstr "このコンテンツビューには、バージョンが関連付けら
7727
7709
  msgid "This content view version doesn't have a history."
7728
7710
  msgstr "このコンテンツビューバージョンには履歴がありません。"
7729
7711
 
7712
+ msgid "This content view version is used in one or more multi-environment hosts. The version will simply be removed from the multi-environment hosts. The content view and lifecycle environment you select here will only apply to single-environment hosts. See hammer activation-key --help for more details."
7713
+ msgstr ""
7714
+
7730
7715
  msgid "This content view will be automatically updated to the latest version."
7731
7716
  msgstr "このコンテンツビューは、最新バージョンに自動的に更新されます。"
7732
7717
 
@@ -7739,6 +7724,9 @@ msgstr ""
7739
7724
  msgid "This endpoint is primarily designed for UI interactions and uploading content into the repository. For API-based uploads, please use the 'content_uploads' endpoint instead."
7740
7725
  msgstr ""
7741
7726
 
7727
+ msgid "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details."
7728
+ msgstr ""
7729
+
7742
7730
  msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7743
7731
  msgstr "このホストのコンテンツビューおよびライフサイクル環境に含まれていないため、このエラータはインストール可能ではありません。"
7744
7732
 
@@ -7865,7 +7853,7 @@ msgstr ""
7865
7853
  msgid "To manage packages, select an action."
7866
7854
  msgstr ""
7867
7855
 
7868
- msgid "Toggle"
7856
+ msgid "Token/password for the flatpak remote"
7869
7857
  msgstr ""
7870
7858
 
7871
7859
  msgid "Total steps: "
@@ -8129,6 +8117,9 @@ msgstr "コンテンツビューのバージョンを更新します。"
8129
8117
  msgid "Update a filter rule. The parameters included should be based upon the filter type."
8130
8118
  msgstr "フィルタールールの更新。組み込まれるパラメーターはフィルタータイプに基づくものでなければなりません。"
8131
8119
 
8120
+ msgid "Update a flatpak remote"
8121
+ msgstr ""
8122
+
8132
8123
  msgid "Update a host collection"
8133
8124
  msgstr "ホストコレクションの更新"
8134
8125
 
@@ -8153,27 +8144,15 @@ msgstr "組織内の環境を更新"
8153
8144
  msgid "Update content counts for the smart proxy"
8154
8145
  msgstr ""
8155
8146
 
8156
- msgid "Update content urls"
8157
- msgstr "コンテンツ url の更新"
8158
-
8159
8147
  msgid "Update content view environments for host"
8160
8148
  msgstr ""
8161
8149
 
8162
8150
  msgid "Update content view environments for host %s"
8163
8151
  msgstr ""
8164
8152
 
8165
- msgid "Update distributions"
8166
- msgstr ""
8167
-
8168
8153
  msgid "Update hosts manually"
8169
8154
  msgstr ""
8170
8155
 
8171
- msgid "Update http proxy"
8172
- msgstr "http プロキシーの更新"
8173
-
8174
- msgid "Update http proxy details"
8175
- msgstr "HTTP プロキシーの詳細更新"
8176
-
8177
8156
  msgid "Update installed packages, enabled repos, module inventory"
8178
8157
  msgstr "インストール済みパッケージ、有効なリポジトリー、モジュールインベントリーの更新"
8179
8158
 
@@ -8189,21 +8168,12 @@ msgstr "Katello インターフェイスでのパッケージの更新"
8189
8168
  msgid "Update packages via Katello interface"
8190
8169
  msgstr "Katello インターフェイスでのパッケージの更新"
8191
8170
 
8192
- msgid "Update redhat repository"
8193
- msgstr "redhat リポジトリーの更新"
8194
-
8195
8171
  msgid "Update release version for host"
8196
8172
  msgstr "ホストのリリースバージョンの更新"
8197
8173
 
8198
8174
  msgid "Update release version for host %s"
8199
8175
  msgstr "ホスト %s のリリースバージョンの更新"
8200
8176
 
8201
- msgid "Update remote"
8202
- msgstr ""
8203
-
8204
- msgid "Update repository"
8205
- msgstr ""
8206
-
8207
8177
  msgid "Update services requiring restart"
8208
8178
  msgstr "再起動が必要なサービスの更新"
8209
8179
 
@@ -8294,12 +8264,6 @@ msgstr "ファイルのコンテンツのチャンクをアップロード"
8294
8264
  msgid "Upload a subscription manifest"
8295
8265
  msgstr "サブスクリプションマニフェストのアップロード"
8296
8266
 
8297
- msgid "Upload content"
8298
- msgstr ""
8299
-
8300
- msgid "Upload file"
8301
- msgstr ""
8302
-
8303
8267
  msgid "Upload into"
8304
8268
  msgstr "アップロード先"
8305
8269
 
@@ -8309,9 +8273,6 @@ msgstr ""
8309
8273
  msgid "Upload request id"
8310
8274
  msgstr "要求 ID のアップロード"
8311
8275
 
8312
- msgid "Upload tag"
8313
- msgstr ""
8314
-
8315
8276
  msgid "Upstream Candlepin"
8316
8277
  msgstr "アップストリーム Candlepin"
8317
8278
 
@@ -8399,6 +8360,9 @@ msgstr "ユーザー名"
8399
8360
  msgid "Username for authentication. Relevant only for 'upstream_server' type."
8400
8361
  msgstr "認証用のユーザー名。'upstream_server' タイプにのみ必要です。"
8401
8362
 
8363
+ msgid "Username for the flatpak remote"
8364
+ msgstr ""
8365
+
8402
8366
  msgid "Username of the upstream repository user used for authentication"
8403
8367
  msgstr "認証に使用するアップストリームリポジトリーユーザーのユーザー名"
8404
8368
 
@@ -8423,9 +8387,6 @@ msgstr "値は、ブール値またはデフォルト (「有効」) のいず
8423
8387
  msgid "Verify SSL"
8424
8388
  msgstr "SSL の確認"
8425
8389
 
8426
- msgid "Verify checksum"
8427
- msgstr "チェックサムの確認"
8428
-
8429
8390
  msgid "Verify checksum for content on smart proxy"
8430
8391
  msgstr ""
8431
8392
 
@@ -8732,6 +8693,9 @@ msgstr "パッケージグループ"
8732
8693
  msgid "actions not found"
8733
8694
  msgstr "アクションが見つかりません"
8734
8695
 
8696
+ msgid "activation key"
8697
+ msgstr ""
8698
+
8735
8699
  msgid "activation key identifier"
8736
8700
  msgstr "アクティベーションキー ID"
8737
8701
 
@@ -8843,8 +8807,8 @@ msgstr "Nill にしないでください"
8843
8807
  msgid "cannot be set because unlimited hosts is set"
8844
8808
  msgstr "ホストが無制限に設定されているため設定できません"
8845
8809
 
8846
- msgid "cannot be set for non-yum repositories."
8847
- msgstr "yum 以外のリポジトリーには設定できません。"
8810
+ msgid "cannot be set for repositories without 'Additive' mirroring policy."
8811
+ msgstr ""
8848
8812
 
8849
8813
  msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
8850
8814
  msgstr "ASCII 英数字、アンダースコア (_)、ハイフン (-) 以外の文字を含めることはできません。 "
@@ -8885,6 +8849,9 @@ msgstr "コンテンツリリースバージョン"
8885
8849
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8886
8850
  msgstr "コンテンツタイプ ('deb'、'docker_manifest'、'file'、'ostree_ref'、'rpm'、'srpm')"
8887
8851
 
8852
+ msgid "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
8853
+ msgstr ""
8854
+
8888
8855
  msgid "content view component ID. Identifier of the component association"
8889
8856
  msgstr "コンテンツビューコンポーネント ID。コンポーネントの関連付けの ID"
8890
8857
 
@@ -8969,8 +8936,8 @@ msgstr "リポジトリーの説明"
8969
8936
  msgid "disk"
8970
8937
  msgstr "ディスク"
8971
8938
 
8972
- msgid "download policy for yum, deb, and docker repos (either 'immediate' or 'on_demand')"
8973
- msgstr "yum、deb、docker リポジトリーのダウンロードポリシー ('immediate' または 'on_demand')"
8939
+ msgid "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')"
8940
+ msgstr ""
8974
8941
 
8975
8942
  msgid "enables or disables synchronization"
8976
8943
  msgstr "同期の有効化または無効化"
@@ -9008,6 +8975,9 @@ msgstr "errata_ids は必須パラメーターです"
9008
8975
  msgid "erratum: IDs or a select all object"
9009
8976
  msgstr "エラータ: ID またはすべてのオブジェクトを選択"
9010
8977
 
8978
+ msgid "erratum: allow types not matching a valid errata type"
8979
+ msgstr ""
8980
+
9011
8981
  msgid "erratum: end date (YYYY-MM-DD)"
9012
8982
  msgstr "エラータ: 終了日 (YYYY-MM-DD)"
9013
8983
 
@@ -9068,6 +9038,9 @@ msgstr "この製品に対してすでに使用されています。"
9068
9038
  msgid "here"
9069
9039
  msgstr ""
9070
9040
 
9041
+ msgid "host"
9042
+ msgstr ""
9043
+
9071
9044
  msgid "host collection name to filter by"
9072
9045
  msgstr "フィルターに使用するホストコレクション名"
9073
9046
 
@@ -9188,6 +9161,18 @@ msgstr "モジュールストリーム ID"
9188
9161
  msgid "module streams not found"
9189
9162
  msgstr "モジュールストリームが見つかりません"
9190
9163
 
9164
+ msgid "multi-environment activation key"
9165
+ msgstr ""
9166
+
9167
+ msgid "multi-environment activation keys"
9168
+ msgstr ""
9169
+
9170
+ msgid "multi-environment host"
9171
+ msgstr ""
9172
+
9173
+ msgid "multi-environment hosts"
9174
+ msgstr ""
9175
+
9191
9176
  msgid "must be %{gpg_key} or %{cert}"
9192
9177
  msgstr "%{gpg_key} または %{cert} でなければなりません。"
9193
9178