katello 4.10.0 → 4.11.0.rc2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


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

Files changed (498) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +254 -215
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +254 -215
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +254 -215
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +254 -215
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +254 -215
  7. data/app/assets/javascripts/katello/locale/de/katello.js +260 -245
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +254 -215
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +254 -215
  10. data/app/assets/javascripts/katello/locale/el/katello.js +254 -215
  11. data/app/assets/javascripts/katello/locale/en/katello.js +254 -215
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +254 -215
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +254 -215
  14. data/app/assets/javascripts/katello/locale/es/katello.js +257 -233
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +254 -215
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +268 -268
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +254 -215
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +254 -215
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +254 -215
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +254 -215
  21. data/app/assets/javascripts/katello/locale/id/katello.js +254 -215
  22. data/app/assets/javascripts/katello/locale/it/katello.js +254 -221
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +268 -268
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +261 -231
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +254 -215
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +255 -222
  27. data/app/assets/javascripts/katello/locale/locale/katello.js +1049 -1012
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +254 -215
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +254 -215
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +254 -215
  31. data/app/assets/javascripts/katello/locale/or/katello.js +254 -215
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +254 -215
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +254 -215
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +254 -215
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +254 -215
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +257 -233
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +254 -215
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +254 -215
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +255 -222
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +254 -215
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +254 -215
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +254 -215
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +254 -215
  44. data/app/assets/javascripts/katello/locale/te/katello.js +254 -215
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +254 -215
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +254 -215
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +254 -215
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +254 -215
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +268 -268
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -222
  51. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +15 -2
  52. data/app/controllers/katello/api/v2/capsule_content_controller.rb +21 -4
  53. data/app/controllers/katello/api/v2/capsules_controller.rb +11 -1
  54. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +1 -1
  55. data/app/controllers/katello/api/v2/docker_tags_controller.rb +2 -0
  56. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +2 -1
  57. data/app/controllers/katello/api/v2/organizations_controller.rb +2 -2
  58. data/app/controllers/katello/api/v2/repositories_controller.rb +1 -0
  59. data/app/controllers/katello/api/v2/simple_content_access_controller.rb +5 -5
  60. data/app/controllers/katello/api/v2/sync_plans_controller.rb +11 -3
  61. data/app/controllers/katello/concerns/api/api_controller.rb +6 -0
  62. data/app/controllers/katello/concerns/api/v2/hosts_bulk_actions_controller_extensions.rb +23 -0
  63. data/app/controllers/katello/concerns/filtered_auto_complete_search.rb +1 -1
  64. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +2 -0
  65. data/app/controllers/katello/remote_execution_controller.rb +1 -1
  66. data/app/jobs/create_host_lifecycle_expire_soon_notifications.rb +11 -0
  67. data/app/lib/actions/katello/applicability/hosts/bulk_generate.rb +10 -0
  68. data/app/lib/actions/katello/capsule_content/refresh_repos.rb +8 -2
  69. data/app/lib/actions/katello/capsule_content/sync.rb +30 -10
  70. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +13 -0
  71. data/app/lib/actions/katello/capsule_content/update_content_counts.rb +24 -0
  72. data/app/lib/actions/katello/content_view/promote.rb +9 -0
  73. data/app/lib/actions/katello/content_view/publish.rb +9 -0
  74. data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +8 -0
  75. data/app/lib/actions/katello/repository/sync.rb +11 -0
  76. data/app/lib/actions/pulp3/capsule_content/reclaim_space.rb +5 -0
  77. data/app/lib/actions/pulp3/content_view_version/create_export_history.rb +6 -1
  78. data/app/lib/actions/pulp3/content_view_version/export.rb +8 -0
  79. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +1 -1
  80. data/app/lib/katello/concerns/base_template_scope_extensions.rb +14 -1
  81. data/app/lib/katello/errors.rb +1 -0
  82. data/app/lib/katello/repo_discovery.rb +2 -2
  83. data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +22 -0
  84. data/app/lib/katello/validators/content_view_environment_validator.rb +1 -0
  85. data/app/mailers/katello/task_mailer.rb +54 -0
  86. data/app/models/katello/concerns/host_managed_extensions.rb +41 -1
  87. data/app/models/katello/concerns/organization_extensions.rb +1 -1
  88. data/app/models/katello/concerns/smart_proxy_extensions.rb +75 -3
  89. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +6 -0
  90. data/app/models/katello/content_view.rb +21 -0
  91. data/app/models/katello/content_view_environment.rb +6 -1
  92. data/app/models/katello/docker_meta_tag.rb +1 -1
  93. data/app/models/katello/docker_tag.rb +1 -1
  94. data/app/models/katello/erratum.rb +1 -1
  95. data/app/models/katello/host/content_facet.rb +10 -7
  96. data/app/models/katello/product.rb +8 -0
  97. data/app/models/katello/repository.rb +31 -6
  98. data/app/models/katello/rhel_lifecycle_status.rb +214 -0
  99. data/app/models/katello/sync_plan.rb +19 -1
  100. data/app/models/katello/yum_metadata_file.rb +1 -1
  101. data/app/services/katello/applicability/applicable_content_helper.rb +1 -1
  102. data/app/services/katello/event_queue.rb +10 -2
  103. data/app/services/katello/host_status_manager.rb +1 -0
  104. data/app/services/katello/product_content_importer.rb +45 -3
  105. data/app/services/katello/pulp3/ansible_collection.rb +1 -0
  106. data/app/services/katello/pulp3/api/core.rb +1 -1
  107. data/app/services/katello/pulp3/deb.rb +1 -0
  108. data/app/services/katello/pulp3/docker_manifest.rb +1 -0
  109. data/app/services/katello/pulp3/docker_manifest_list.rb +9 -4
  110. data/app/services/katello/pulp3/docker_tag.rb +1 -0
  111. data/app/services/katello/pulp3/erratum.rb +1 -0
  112. data/app/services/katello/pulp3/file_unit.rb +1 -0
  113. data/app/services/katello/pulp3/module_stream.rb +1 -0
  114. data/app/services/katello/pulp3/package_group.rb +1 -0
  115. data/app/services/katello/pulp3/pulp_content_unit.rb +39 -0
  116. data/app/services/katello/pulp3/repository_mirror.rb +21 -2
  117. data/app/services/katello/pulp3/rpm.rb +1 -0
  118. data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +1 -1
  119. data/app/services/katello/pulp3/srpm.rb +3 -2
  120. data/app/services/katello/registration_manager.rb +6 -3
  121. data/app/services/katello/repository_type.rb +2 -1
  122. data/app/services/katello/ui_notifications/hosts/lifecycle_expire_soon.rb +58 -0
  123. data/app/views/foreman/job_templates/resolve_traces.erb +1 -1
  124. data/app/views/foreman/smart_proxies/_content_tab.html.erb +1 -3
  125. data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +39 -1
  126. data/app/views/katello/api/v2/content_export_incrementals/repository.json.rabl +13 -0
  127. data/app/views/katello/api/v2/content_facet/show.json.rabl +4 -0
  128. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -1
  129. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +28 -6
  130. data/app/views/katello/hosts/_errata_counts.html.erb +2 -2
  131. data/app/views/katello/task_mailer/cv_promote_failure.html.erb +31 -0
  132. data/app/views/katello/task_mailer/cv_promote_failure.text.erb +13 -0
  133. data/app/views/katello/task_mailer/cv_publish_failure.html.erb +31 -0
  134. data/app/views/katello/task_mailer/cv_publish_failure.text.erb +13 -0
  135. data/app/views/katello/task_mailer/proxy_sync_failure.html.erb +45 -0
  136. data/app/views/katello/task_mailer/proxy_sync_failure.text.erb +25 -0
  137. data/app/views/katello/task_mailer/repo_sync_failure.html.erb +35 -0
  138. data/app/views/katello/task_mailer/repo_sync_failure.text.erb +15 -0
  139. data/app/views/overrides/organizations/_edit_override.html.erb +4 -0
  140. data/config/routes/api/v2.rb +2 -0
  141. data/db/migrate/20230825180856_add_content_counts_to_smart_proxy.rb +7 -0
  142. data/db/migrate/20231020153017_create_indexes_for_nvra_and_epoch.rb +6 -0
  143. data/db/seeds.d/106-mail_notifications.rb +32 -0
  144. data/db/seeds.d/109-katello-notification-blueprints.rb +6 -0
  145. data/engines/bastion/app/assets/javascripts/bastion/components/views/bst-alert.html +1 -1
  146. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -0
  147. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js +3 -0
  148. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js +3 -0
  149. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js +4 -0
  150. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js +7 -2
  151. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js +3 -0
  152. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +3 -0
  153. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js +3 -0
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js +6 -2
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js +16 -1
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html +5 -0
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js +7 -2
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js +7 -2
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js +7 -2
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js +7 -2
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js +3 -0
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +5 -1
  163. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js +5 -1
  164. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +3 -0
  165. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js +3 -0
  166. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +4 -0
  167. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +3 -0
  168. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +3 -0
  169. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +3 -0
  170. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +3 -0
  171. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js +4 -0
  172. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html +1 -1
  173. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +1 -1
  174. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html +1 -1
  175. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +3 -3
  176. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
  177. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +1 -1
  178. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +1 -1
  179. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -1
  180. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html +3 -3
  181. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +5 -0
  182. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js +1 -1
  183. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js +4 -1
  184. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js +3 -0
  185. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js +4 -1
  186. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js +3 -0
  187. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js +3 -0
  188. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html +1 -1
  189. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +4 -3
  190. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html +1 -1
  191. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +3 -3
  192. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +2 -2
  193. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html +1 -1
  194. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html +1 -1
  195. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +3 -3
  196. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +7 -0
  197. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +8 -1
  198. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js +10 -2
  199. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js +5 -2
  200. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js +6 -2
  201. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js +6 -3
  202. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js +13 -0
  203. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js +6 -0
  204. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/new-environment.controller.js +8 -2
  205. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +4 -0
  206. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js +7 -2
  207. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js +7 -2
  208. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js +6 -2
  209. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html +2 -2
  210. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.controller.js +5 -0
  211. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html +1 -1
  212. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +10 -2
  213. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js +8 -1
  214. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/files.controller.js +9 -2
  215. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js +3 -0
  216. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js +7 -2
  217. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js +3 -0
  218. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js +4 -0
  219. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js +6 -2
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host.factory.js +4 -0
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +166 -43
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +4 -0
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +1 -1
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.controller.js +7 -0
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js +5 -0
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js +6 -2
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +11 -0
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -0
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +2 -2
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js +3 -0
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js +3 -0
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/product-form.controller.js +6 -2
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +4 -0
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html +1 -1
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js +5 -1
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js +4 -0
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js +3 -0
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js +4 -0
  239. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-details.controller.js +6 -2
  240. data/lib/katello/engine.rb +2 -3
  241. data/lib/katello/permission_creator.rb +2 -2
  242. data/lib/katello/plugin.rb +4 -0
  243. data/lib/katello/repository_types/ostree.rb +1 -0
  244. data/lib/katello/repository_types/python.rb +1 -0
  245. data/lib/katello/scheduled_jobs.rb +1 -1
  246. data/lib/katello/version.rb +1 -1
  247. data/locale/action_names.rb +1 -3
  248. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  249. data/locale/bn/katello.po +236 -197
  250. data/locale/bn/katello.po.time_stamp +0 -0
  251. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  252. data/locale/bn_IN/katello.po +236 -197
  253. data/locale/bn_IN/katello.po.time_stamp +0 -0
  254. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  255. data/locale/ca/katello.po +236 -197
  256. data/locale/ca/katello.po.time_stamp +0 -0
  257. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  258. data/locale/cs/katello.po +236 -206
  259. data/locale/cs/katello.po.time_stamp +0 -0
  260. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  261. data/locale/cs_CZ/katello.po +236 -197
  262. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  263. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  264. data/locale/de/katello.po +241 -202
  265. data/locale/de/katello.po.time_stamp +0 -0
  266. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  267. data/locale/de_AT/katello.po +236 -197
  268. data/locale/de_AT/katello.po.time_stamp +0 -0
  269. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  270. data/locale/de_DE/katello.po +236 -197
  271. data/locale/de_DE/katello.po.time_stamp +0 -0
  272. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  273. data/locale/el/katello.po +236 -197
  274. data/locale/el/katello.po.time_stamp +0 -0
  275. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  276. data/locale/en/katello.po +236 -197
  277. data/locale/en/katello.po.time_stamp +0 -0
  278. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  279. data/locale/en_GB/katello.po +236 -197
  280. data/locale/en_GB/katello.po.time_stamp +0 -0
  281. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  282. data/locale/en_US/katello.po +236 -197
  283. data/locale/en_US/katello.po.time_stamp +0 -0
  284. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  285. data/locale/es/katello.po +238 -199
  286. data/locale/es/katello.po.time_stamp +0 -0
  287. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  288. data/locale/et_EE/katello.po +236 -197
  289. data/locale/et_EE/katello.po.time_stamp +0 -0
  290. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  291. data/locale/fr/katello.po +247 -208
  292. data/locale/fr/katello.po.time_stamp +0 -0
  293. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  294. data/locale/gl/katello.po +236 -197
  295. data/locale/gl/katello.po.time_stamp +0 -0
  296. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  297. data/locale/gu/katello.po +236 -197
  298. data/locale/gu/katello.po.time_stamp +0 -0
  299. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  300. data/locale/he_IL/katello.po +236 -197
  301. data/locale/he_IL/katello.po.time_stamp +0 -0
  302. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  303. data/locale/hi/katello.po +236 -197
  304. data/locale/hi/katello.po.time_stamp +0 -0
  305. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  306. data/locale/id/katello.po +236 -197
  307. data/locale/id/katello.po.time_stamp +0 -0
  308. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  309. data/locale/it/katello.po +236 -197
  310. data/locale/it/katello.po.time_stamp +0 -0
  311. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  312. data/locale/ja/katello.po +247 -208
  313. data/locale/ja/katello.po.time_stamp +0 -0
  314. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  315. data/locale/ka/katello.po +241 -202
  316. data/locale/ka/katello.po.time_stamp +0 -0
  317. data/locale/katello.pot +1427 -1296
  318. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  319. data/locale/kn/katello.po +236 -197
  320. data/locale/kn/katello.po.time_stamp +0 -0
  321. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  322. data/locale/ko/katello.po +236 -197
  323. data/locale/ko/katello.po.time_stamp +0 -0
  324. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  325. data/locale/ml_IN/katello.po +236 -197
  326. data/locale/ml_IN/katello.po.time_stamp +0 -0
  327. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  328. data/locale/mr/katello.po +236 -197
  329. data/locale/mr/katello.po.time_stamp +0 -0
  330. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  331. data/locale/nl_NL/katello.po +236 -197
  332. data/locale/nl_NL/katello.po.time_stamp +0 -0
  333. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  334. data/locale/or/katello.po +236 -197
  335. data/locale/or/katello.po.time_stamp +0 -0
  336. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  337. data/locale/pa/katello.po +236 -197
  338. data/locale/pa/katello.po.time_stamp +0 -0
  339. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  340. data/locale/pl/katello.po +236 -197
  341. data/locale/pl/katello.po.time_stamp +0 -0
  342. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  343. data/locale/pl_PL/katello.po +236 -197
  344. data/locale/pl_PL/katello.po.time_stamp +0 -0
  345. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  346. data/locale/pt/katello.po +236 -197
  347. data/locale/pt/katello.po.time_stamp +0 -0
  348. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  349. data/locale/pt_BR/katello.po +238 -199
  350. data/locale/pt_BR/katello.po.time_stamp +0 -0
  351. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  352. data/locale/ro/katello.po +236 -197
  353. data/locale/ro/katello.po.time_stamp +0 -0
  354. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  355. data/locale/ro_RO/katello.po +236 -197
  356. data/locale/ro_RO/katello.po.time_stamp +0 -0
  357. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  358. data/locale/ru/katello.po +236 -197
  359. data/locale/ru/katello.po.time_stamp +0 -0
  360. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  361. data/locale/sl/katello.po +236 -197
  362. data/locale/sl/katello.po.time_stamp +0 -0
  363. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  364. data/locale/sv_SE/katello.po +236 -197
  365. data/locale/sv_SE/katello.po.time_stamp +0 -0
  366. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  367. data/locale/ta/katello.po +236 -197
  368. data/locale/ta/katello.po.time_stamp +0 -0
  369. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  370. data/locale/ta_IN/katello.po +236 -197
  371. data/locale/ta_IN/katello.po.time_stamp +0 -0
  372. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  373. data/locale/te/katello.po +236 -197
  374. data/locale/te/katello.po.time_stamp +0 -0
  375. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  376. data/locale/tr/katello.po +236 -197
  377. data/locale/tr/katello.po.time_stamp +0 -0
  378. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  379. data/locale/vi/katello.po +236 -197
  380. data/locale/vi/katello.po.time_stamp +0 -0
  381. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  382. data/locale/vi_VN/katello.po +236 -197
  383. data/locale/vi_VN/katello.po.time_stamp +0 -0
  384. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  385. data/locale/zh/katello.po +236 -197
  386. data/locale/zh/katello.po.time_stamp +0 -0
  387. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  388. data/locale/zh_CN/katello.po +247 -208
  389. data/locale/zh_CN/katello.po.time_stamp +0 -0
  390. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  391. data/locale/zh_TW/katello.po +236 -197
  392. data/locale/zh_TW/katello.po.time_stamp +0 -0
  393. data/webpack/components/Table/EmptyStateMessage.js +7 -4
  394. data/webpack/components/Table/MainTable.scss +18 -17
  395. data/webpack/components/Table/TableWrapper.js +4 -1
  396. data/webpack/components/extensions/HostDetails/ActionsBar/index.js +45 -4
  397. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +9 -7
  398. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +1 -1
  399. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
  400. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeActions.js +29 -7
  401. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +106 -66
  402. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +6 -0
  403. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeConstants.js +2 -0
  404. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +53 -29
  405. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeSelectors.js +7 -6
  406. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +24 -5
  407. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +137 -7
  408. data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +11 -10
  409. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +8 -2
  410. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +27 -10
  411. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +3 -22
  412. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +0 -1
  413. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +3 -2
  414. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +2 -2
  415. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +48 -12
  416. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +22 -10
  417. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
  418. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +2 -2
  419. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +71 -5
  420. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +16 -0
  421. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +4 -1
  422. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +6 -2
  423. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +2 -1
  424. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +25 -0
  425. data/webpack/components/extensions/Hosts/ActionsBar/index.js +36 -0
  426. data/webpack/components/extensions/Hosts/constants.js +2 -0
  427. data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageHelpers.js +13 -7
  428. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +9 -1
  429. data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +87 -22
  430. data/webpack/components/extensions/RegistrationCommands/index.js +17 -41
  431. data/webpack/global_index.js +11 -2
  432. data/webpack/redux/reducers/RedHatRepositories/enabled.fixtures.js +4 -0
  433. data/webpack/redux/reducers/RedHatRepositories/enabled.js +1 -0
  434. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +10 -1
  435. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +33 -31
  436. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +3 -1
  437. data/webpack/scenes/Content/ContentConfig.js +3 -0
  438. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +6 -4
  439. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +8 -6
  440. data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +1 -0
  441. data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +4 -2
  442. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +3 -4
  443. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -2
  444. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +5 -5
  445. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +393 -0
  446. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +30 -4
  447. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +3 -1
  448. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +3 -3
  449. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +2 -1
  450. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +1 -1
  451. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +1 -1
  452. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +1 -1
  453. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +1 -1
  454. data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +24 -1
  455. data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +1 -0
  456. data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +42 -0
  457. data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +13 -11
  458. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
  459. data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
  460. data/webpack/scenes/Hosts/ChangeContentSource/index.js +4 -3
  461. data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js +1 -2
  462. data/webpack/scenes/ModuleStreams/Details/__tests__/__snapshots__/ModuleStreamDetails.test.js.snap +1 -1
  463. data/webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js +2 -1
  464. data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +6 -0
  465. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepository.js +4 -1
  466. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +13 -4
  467. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/EnabledRepositoryContent.test.js +1 -0
  468. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepository.test.js.snap +1 -0
  469. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +3 -2
  470. data/webpack/scenes/SmartProxy/AdditionalCapsuleContent.js +93 -0
  471. data/webpack/scenes/SmartProxy/Content.js +12 -4
  472. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +107 -0
  473. data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +139 -0
  474. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +17 -4
  475. data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
  476. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +150 -0
  477. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.fixtures.json +799 -0
  478. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +29 -17
  479. data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.js +16 -19
  480. data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.scss +12 -8
  481. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +21 -18
  482. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +4 -2
  483. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.scss +38 -19
  484. data/webpack/scenes/Subscriptions/Manifest/index.js +0 -2
  485. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +38 -12
  486. data/webpack/scenes/Subscriptions/SubscriptionsPage.scss +38 -36
  487. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +16 -13
  488. data/webpack/utils/helpers.js +0 -1
  489. metadata +148 -33
  490. data/app/controllers/katello/concerns/api/v2/bulk_hosts_extensions.rb +0 -47
  491. data/webpack/components/Table/TableHooks.js +0 -315
  492. data/webpack/components/Table/__test__/useBulkSelect.test.js +0 -99
  493. data/webpack/components/extensions/RegistrationCommands/__tests__/LifeCycleEnvironment.test.js +0 -11
  494. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/LifeCycleEnvironment.test.js.snap +0 -29
  495. data/webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js +0 -57
  496. data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +0 -164
  497. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentResult.fixtures.json +0 -140
  498. data/webpack/scenes/Subscriptions/Manifest/Manifest.scss +0 -16
data/locale/ja/katello.po CHANGED
@@ -41,6 +41,12 @@ msgstr "モジュールストリーム %{modulemd_count} 個"
41
41
  msgid " %{package_count} Package(s)"
42
42
  msgstr "パッケージ %{package_count} 個"
43
43
 
44
+ msgid " (${item.published_at_words} ago)"
45
+ msgstr ""
46
+
47
+ msgid " (${version.published_at_words} ago)"
48
+ msgstr ""
49
+
44
50
  msgid " Content view updated"
45
51
  msgstr " コンテンツビューが更新されました"
46
52
 
@@ -261,6 +267,12 @@ msgstr "%{group} パッケージグループの更新がタイムアウトにな
261
267
  msgid "%{group} package group updated"
262
268
  msgstr "%{group} パッケージグループが更新されました"
263
269
 
270
+ msgid "%{label} failed"
271
+ msgstr ""
272
+
273
+ msgid "%{label} failed."
274
+ msgstr ""
275
+
264
276
  msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
265
277
  msgstr ""
266
278
 
@@ -333,6 +345,9 @@ msgstr "%{package} パッケージの更新がタイムアウトになりまし
333
345
  msgid "%{package} package updated"
334
346
  msgstr "%{package} パッケージが更新されました。"
335
347
 
348
+ msgid "%{release}: %{number_of_hosts} hosts are approaching end of %{lifecycle} on %{end_date}. Please upgrade them before support expires. Check Report Host - Statuses for detail."
349
+ msgstr ""
350
+
336
351
  msgid "%{sla}"
337
352
  msgstr "%{sla}"
338
353
 
@@ -402,9 +417,6 @@ msgstr ""
402
417
  msgid "A backend service [ %s ] is unreachable"
403
418
  msgstr "バックエンドサービス [ %s ] に到達できません"
404
419
 
405
- msgid "A content_type must be provided."
406
- msgstr "content_type を指定する必要があります。"
407
-
408
420
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
409
421
  msgstr "多数のエラータがこのコンテンツビューに適用されていません。そのため、最初の 100 件のみが表示されています。"
410
422
 
@@ -417,6 +429,18 @@ msgstr "まもなく期限切れになるサブスクリプションの一覧"
417
429
  msgid "A new version of "
418
430
  msgstr "新しいバージョン:"
419
431
 
432
+ msgid "A notification about failed content view promotion"
433
+ msgstr ""
434
+
435
+ msgid "A notification about failed content view publish"
436
+ msgstr ""
437
+
438
+ msgid "A notification about failed proxy sync"
439
+ msgstr ""
440
+
441
+ msgid "A notification about failed repository sync"
442
+ msgstr ""
443
+
420
444
  msgid "A post-promotion summary of hosts with installable errata"
421
445
  msgstr "ホストとインストール可能なエラータのプロモート後の概要"
422
446
 
@@ -450,9 +474,6 @@ msgstr "概要"
450
474
  msgid "Abstract async task"
451
475
  msgstr "非同期タスクの抽象化"
452
476
 
453
- msgid "Accept action timeout"
454
- msgstr "アクションのタイムアウトを受け入れる"
455
-
456
477
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
457
478
  msgstr "Red Hat Subcription Management へのアクセスは禁止されています。これを変更する場合は、コンテンツ設定の「サブスクリプション接続の有効化」を更新してください。"
458
479
 
@@ -495,8 +516,8 @@ msgstr ""
495
516
  msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
496
517
  msgstr "CentOS および Red Hat Enterprise Linux に必要な subscription-manager クライアントのアクティベーションキー。複数のキーの場合は、代わりに `activation_keys` パラメーターを使用してください。"
497
518
 
498
- msgid "Activation key(s) for Subscription Manager."
499
- msgstr "Subscription Manager のアクティベーションキー。"
519
+ msgid "Activation key(s) to use during registration"
520
+ msgstr ""
500
521
 
501
522
  msgid "Activation keys"
502
523
  msgstr "アクティベーションキー"
@@ -531,9 +552,6 @@ msgstr "RPM ルールの追加"
531
552
  msgid "Add Subscriptions"
532
553
  msgstr "サブスクリプションの追加"
533
554
 
534
- msgid "Add Subscriptions using the Add Subscriptions button."
535
- msgstr ""
536
-
537
555
  msgid "Add a subscription to a host"
538
556
  msgstr "ホストにサブスクリプションを追加します"
539
557
 
@@ -606,6 +624,9 @@ msgstr "Red Hat Subscription Management からマニフェストが使用する
606
624
  msgid "Add subscriptions to one or more hosts"
607
625
  msgstr "1 つ以上のホストにサブスクリプションを追加します"
608
626
 
627
+ msgid "Add subscriptions using the Add Subscriptions button."
628
+ msgstr ""
629
+
609
630
  msgid "Add to a host collection"
610
631
  msgstr "ホストコレクションへの追加"
611
632
 
@@ -642,9 +663,6 @@ msgstr ""
642
663
  msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
643
664
  msgstr "指定のホストへの変更は、増分更新の生成後に適用します。現在、エラータのみがサポートされています。"
644
665
 
645
- msgid "Agent action"
646
- msgstr "エージェントのアクション"
647
-
648
666
  msgid "All"
649
667
  msgstr "すべて"
650
668
 
@@ -788,8 +806,8 @@ msgstr "アプリケーション"
788
806
  msgid "Apply"
789
807
  msgstr "適用"
790
808
 
791
- msgid "Apply Erratum"
792
- msgstr "エラータの適用"
809
+ msgid "Apply erratum"
810
+ msgstr ""
793
811
 
794
812
  msgid "Apply to all repositories in the CV"
795
813
  msgstr "CV のすべてのリポジトリーへの適用"
@@ -797,15 +815,24 @@ msgstr "CV のすべてのリポジトリーへの適用"
797
815
  msgid "Apply to subset of repositories"
798
816
  msgstr "リポジトリーのサブセットへの適用"
799
817
 
800
- msgid "Apply via Katello agent"
801
- msgstr "Katello エージェントによる適用"
802
-
803
818
  msgid "Apply via customized remote execution"
804
819
  msgstr "カスタマイズされたリモート実行による適用"
805
820
 
806
821
  msgid "Apply via remote execution"
807
822
  msgstr "リモート実行による適用"
808
823
 
824
+ msgid "Approaching end of maintenance support"
825
+ msgstr ""
826
+
827
+ msgid "Approaching end of maintenance support (%s)"
828
+ msgstr ""
829
+
830
+ msgid "Approaching end of support"
831
+ msgstr ""
832
+
833
+ msgid "Approaching end of support (%s)"
834
+ msgstr ""
835
+
809
836
  msgid "Arch"
810
837
  msgstr "アーキテクチャー"
811
838
 
@@ -981,6 +1008,9 @@ msgstr "Basic 認証ユーザー名"
981
1008
  msgid "Batch size to sync repositories in."
982
1009
  msgstr "リポジトリーを同期するバッチサイズ。"
983
1010
 
1011
+ msgid "Before continuing, ensure that all of the following prerequisites are met:"
1012
+ msgstr ""
1013
+
984
1014
  msgid "Before removing versions you must move activation keys to an environment where the associated version is not in use."
985
1015
  msgstr "バージョンを削除する前に、関連付けられたバージョンが使用されていない環境にアクティベーションキーを移動する必要があります。"
986
1016
 
@@ -1134,6 +1164,12 @@ msgstr "複合バージョンを別の複合コンテンツビューに追加で
1134
1164
  msgid "Cannot add default content view to composite content view"
1135
1165
  msgstr "デフォルトのコンテンツビューを複合コンテンツビューに追加できません"
1136
1166
 
1167
+ msgid "Cannot add disabled Red Hat product %s to sync plan!"
1168
+ msgstr ""
1169
+
1170
+ msgid "Cannot add disabled products to sync plan!"
1171
+ msgstr ""
1172
+
1137
1173
  msgid "Cannot add generated content view versions to composite content view"
1138
1174
  msgstr "生成されたコンテンツビューを複合コンテンツビューに追加できません"
1139
1175
 
@@ -1149,6 +1185,9 @@ msgstr ""
1149
1185
  msgid "Cannot associate a component to a non composite content view"
1150
1186
  msgstr "コンポーネントを複合コンテンツビュー以外に関連付けできません"
1151
1187
 
1188
+ msgid "Cannot be disabled because it is part of a published content view"
1189
+ msgstr ""
1190
+
1152
1191
  msgid "Cannot calculate name for custom repos"
1153
1192
  msgstr "カスタムリポジトリーの名前を計算できません"
1154
1193
 
@@ -1284,11 +1323,11 @@ msgstr ""
1284
1323
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1285
1324
  msgstr "Red Hat Subscription Management に接続できるかどうかを確認します。"
1286
1325
 
1287
- msgid "Check if the specified organization has Simple Content Access enabled"
1288
- msgstr "指定された組織でシンプルコンテンツアクセスが有効になっているかどうかを確認します"
1326
+ msgid "Check if the specified organization has Simple Content Access enabled. %s"
1327
+ msgstr ""
1289
1328
 
1290
- msgid "Check if the specified organization is eligible for Simple Content Access"
1291
- msgstr "指定された組織がシンプルコンテンツアクセスの対象かどうかを確認します"
1329
+ msgid "Check if the specified organization is eligible for Simple Content Access. %s"
1330
+ msgstr ""
1292
1331
 
1293
1332
  msgid "Check services before actions"
1294
1333
  msgstr "アクションの前にサービスを確認します"
@@ -1350,9 +1389,6 @@ msgstr "コンマ区切りのサブパスの一覧。すべてのサブパスに
1350
1389
  msgid "Comma-separated list of tags to exclude when syncing a container image repository. Default: any tag ending in \"-source\""
1351
1390
  msgstr "コンテナーイメージリポジトリーの同期時に除外するタグのコンマ区切りリスト。デフォルト: \"-source\" で終わるタグ"
1352
1391
 
1353
- msgid "Comma-separated list of tags to sync for Container Image repository (Deprecated)"
1354
- msgstr "コンテナーイメージリポジトリーに同期するコンマ区切りのタグ一覧 (非推奨)"
1355
-
1356
1392
  msgid "Comma-separated list of tags to sync for a container image repository"
1357
1393
  msgstr "コンテナーイメージリポジトリーに同期するコンマ区切りのタグ一覧"
1358
1394
 
@@ -1644,6 +1680,12 @@ msgstr "メタデータで提供されていないコンテンツビュー"
1644
1680
  msgid "Content view numeric identifier"
1645
1681
  msgstr "コンテンツビューの数値 ID"
1646
1682
 
1683
+ msgid "Content view promote failure"
1684
+ msgstr ""
1685
+
1686
+ msgid "Content view publish failure"
1687
+ msgstr ""
1688
+
1647
1689
  msgid "Content view version export history identifier"
1648
1690
  msgstr "コンテンツビューバージョンのエクスポート履歴 ID"
1649
1691
 
@@ -1653,6 +1695,9 @@ msgstr "コンテンツビューのバージョン ID"
1653
1695
  msgid "Content view version import history identifier"
1654
1696
  msgstr "コンテンツビューバージョンのインポート履歴 ID"
1655
1697
 
1698
+ msgid "Content view version is empty"
1699
+ msgstr ""
1700
+
1656
1701
  msgid "Content views"
1657
1702
  msgstr "コンテンツビュー"
1658
1703
 
@@ -2283,8 +2328,8 @@ msgstr "セットのリポジトリーの無効化"
2283
2328
  msgid "Disable module stream"
2284
2329
  msgstr "モジュールストリームの無効化"
2285
2330
 
2286
- msgid "Disable simple content access for a manifest"
2287
- msgstr "マニフェストのシンプルコンテンツアクセスを無効化します"
2331
+ msgid "Disable simple content access for a manifest. %s"
2332
+ msgstr ""
2288
2333
 
2289
2334
  msgid "Disabled"
2290
2335
  msgstr "無効化済み"
@@ -2325,6 +2370,9 @@ msgstr "レート制限のダウンロード"
2325
2370
  msgid "Duplicate artifact detected"
2326
2371
  msgstr "重複するアーティファクトが検出されました"
2327
2372
 
2373
+ msgid "Duplicate repositories in content view versions"
2374
+ msgstr ""
2375
+
2328
2376
  msgid "Duration"
2329
2377
  msgstr "期間"
2330
2378
 
@@ -2430,8 +2478,8 @@ msgstr "有効化されたリポジトリー"
2430
2478
  msgid "Enabling Simple Content Access failed for '%{subject}'."
2431
2479
  msgstr "'%{subject}' のシンプルコンテンツアクセスの有効化に失敗しました。"
2432
2480
 
2433
- msgid "Enabling will install the katello-host-tools-tracer package on the host."
2434
- msgstr "有効にすると、ホストに katello-host-tools-tracer パッケージがインストールされます。"
2481
+ msgid "Enabling Tracer requires installing the katello-host-tools-tracer package on the host."
2482
+ msgstr ""
2435
2483
 
2436
2484
  msgid "End Date"
2437
2485
  msgstr "終了日"
@@ -2466,6 +2514,9 @@ msgstr "エンタイトルメント"
2466
2514
  msgid "Environment"
2467
2515
  msgstr "環境"
2468
2516
 
2517
+ msgid "Environment ID"
2518
+ msgstr ""
2519
+
2469
2520
  msgid "Environment IDs"
2470
2521
  msgstr "環境 ID"
2471
2522
 
@@ -2475,6 +2526,9 @@ msgstr "同じ環境内のプロモートパスに環境を存在させること
2475
2526
  msgid "Environment identifier"
2476
2527
  msgstr "環境 ID"
2477
2528
 
2529
+ msgid "Environment name"
2530
+ msgstr ""
2531
+
2478
2532
  msgid "Environments"
2479
2533
  msgstr "環境"
2480
2534
 
@@ -2607,6 +2661,9 @@ msgstr "エクスポートタイプ"
2607
2661
  msgid "Export as CSV"
2608
2662
  msgstr "CSVとしてエクスポート"
2609
2663
 
2664
+ msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
2665
+ msgstr ""
2666
+
2610
2667
  msgid "Export formats.Choose syncable if the exported content needs to be in a yum format. This option is only available for %{syncable_repos} repositories. Choose importable if the importing server uses the same version and exported content needs to be one of %{importable_repos} repositories."
2611
2668
  msgstr ""
2612
2669
 
@@ -2619,6 +2676,9 @@ msgstr "エクスポート済みのコンテンツビュー"
2619
2676
  msgid "Exported version"
2620
2677
  msgstr "エクスポートされたバージョン"
2621
2678
 
2679
+ msgid "Extended support"
2680
+ msgstr ""
2681
+
2622
2682
  msgid "Facts successfully updated."
2623
2683
  msgstr "ファクトが正常に更新されました。"
2624
2684
 
@@ -2766,9 +2826,6 @@ msgstr "各 RHUI リポジトリーの相対パスを見つけ、それらをコ
2766
2826
  msgid "Finish"
2767
2827
  msgstr "終了"
2768
2828
 
2769
- msgid "Finish action timeout"
2770
- msgstr "アクションのタイムアウトを終了"
2771
-
2772
2829
  msgid "Finished"
2773
2830
  msgstr "終了"
2774
2831
 
@@ -2818,6 +2875,9 @@ msgstr "バージョンのリポジトリーのメタデータを強制的に再
2818
2875
  msgid "Full description"
2819
2876
  msgstr "説明全文"
2820
2877
 
2878
+ msgid "Full support"
2879
+ msgstr ""
2880
+
2821
2881
  msgid "Fully entitled"
2822
2882
  msgstr "完全なエンタイトルメント"
2823
2883
 
@@ -2875,15 +2935,15 @@ msgstr "ホストおよびエラータのセットに基づいて、更新の必
2875
2935
  msgid "Given criteria doesn't match any DEBs. Try changing your rule."
2876
2936
  msgstr "指定された条件はどの DEB とも一致しません。ルールを変更してみてください。"
2877
2937
 
2878
- msgid "Given criteria doesn't match any RPMs. Try changing your rule."
2879
- msgstr "指定された条件はどの RPM ともマッチしません。ルールを変更してみてください。"
2880
-
2881
2938
  msgid "Given criteria doesn't match any activation keys. Try changing your rule."
2882
2939
  msgstr "指定された条件はどのアクティベーションキーともマッチしません。ルールを変更してみてください。"
2883
2940
 
2884
2941
  msgid "Given criteria doesn't match any hosts. Try changing your rule."
2885
2942
  msgstr "指定された条件はどのホストともマッチしません。ルールを変更してみてください。"
2886
2943
 
2944
+ msgid "Given criteria doesn't match any non-modular RPMs. Try changing your rule."
2945
+ msgstr ""
2946
+
2887
2947
  msgid "Go to job details"
2888
2948
  msgstr "ジョブの詳細に移動"
2889
2949
 
@@ -2908,6 +2968,9 @@ msgstr "HW プロパティー"
2908
2968
  msgid "Has to be > 0"
2909
2969
  msgstr "0 より大きい必要があります"
2910
2970
 
2971
+ msgid "Help"
2972
+ msgstr ""
2973
+
2911
2974
  msgid "Helper"
2912
2975
  msgstr "ヘルパー"
2913
2976
 
@@ -2998,12 +3061,6 @@ msgstr "ホストコンテンツビューと環境が更新されました"
2998
3061
  msgid "Host creation was skipped for %s because it shares a BIOS UUID with %s. To report this hypervisor, override its dmi.system.uuid fact or set 'candlepin.use_system_uuid_for_matching' to 'true' in the Candlepin configuration."
2999
3062
  msgstr "%s と BIOS UUID を共有するため、%s のホスト作成は省略されました。このハイパーバイザーをレポートするには、dmi.system.uuid ファクトを上書きするか、Candlepin 設定の 'candlepin.use_system_uuid_for_matching' を「true」に設定してください。"
3000
3063
 
3001
- msgid "Host did not finish content action in %s seconds. The task has been cancelled."
3002
- msgstr "ホストがコンテンツアクションを %s 秒以内に終了しませんでした。タスクはキャンセルされました。"
3003
-
3004
- msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
3005
- msgstr "ホストが %s 秒以内に応答しなかったため、タスクはキャンセルされました。katello-agent がインストールされており、goferd がホストで実行されていますか?"
3006
-
3007
3064
  msgid "Host errata advisory"
3008
3065
  msgstr "ホストエラータアドバイザリー"
3009
3066
 
@@ -3025,6 +3082,9 @@ msgstr "該当するエラータをリストするホスト ID"
3025
3082
  msgid "Host id to list applicable packages for"
3026
3083
  msgstr "該当するパッケージをリストするホスト ID"
3027
3084
 
3085
+ msgid "Host lifecycle support expiration notification"
3086
+ msgstr ""
3087
+
3028
3088
  msgid "Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this instance"
3029
3089
  msgstr "サブスクリプション UUID: '%s' でホストが見つかりませんでした。これは、ホストがすでに登録されているけれども、このインスタンスには登録されていない場合に発生する可能性があります。"
3030
3090
 
@@ -3225,9 +3285,6 @@ msgstr "これが有効な場合は、複合コンテンツビューを公開ま
3225
3285
  msgid "If this is enabled, and register_hostname_fact is set and provided, registration will look for a new host by name only using that fact, and will skip all hostname matching"
3226
3286
  msgstr "これが有効で、register_hostname_fact が設定および指定されている場合には、登録時に、そのファクトだけを使用して名前で新規ホストを検索し、ホスト名の照合をすべてスキップします"
3227
3287
 
3228
- msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
3229
- msgstr "これが有効な場合は、リモートアクションに katello-agent の代わりにリモート実行が使用されます"
3230
-
3231
3288
  msgid "If this is enabled, repositories can be deleted even when they belong to published content views. The deleted repository will be removed from all content view versions."
3232
3289
  msgstr "有効の場合、公開済みコンテンツビューに属する場合でもリポジトリーを削除できます。削除されたリポジトリーは、すべてのコンテンツビューバージョンから削除されます。"
3233
3290
 
@@ -3312,9 +3369,6 @@ msgstr "マニフェストのインポート"
3312
3369
  msgid "Import a Manifest to Begin"
3313
3370
  msgstr "開始するマニフェストのインポート"
3314
3371
 
3315
- msgid "Import a Manifest to manage your Entitlements."
3316
- msgstr "マニフェストをインポートしてエンタイトルメントを管理します。"
3317
-
3318
3372
  msgid "Import a Manifest using the manifest tab above."
3319
3373
  msgstr "上のマニフェストタブを使用してマニフェストをインポートします。"
3320
3374
 
@@ -3327,6 +3381,9 @@ msgstr "コンテンツビューバージョンをライブラリーにインポ
3327
3381
  msgid "Import a repository"
3328
3382
  msgstr "リポジトリーのインポート"
3329
3383
 
3384
+ msgid "Import a subscription manifest to give hosts access to Red Hat content."
3385
+ msgstr ""
3386
+
3330
3387
  msgid "Import facts"
3331
3388
  msgstr "ファクトのインポート"
3332
3389
 
@@ -3435,36 +3492,12 @@ msgstr "同期プランに割り当てられた製品の同期を開始します
3435
3492
  msgid "Install"
3436
3493
  msgstr "インストール"
3437
3494
 
3438
- msgid "Install Applicable Errata"
3439
- msgstr "適用可能なエラータのインストール"
3440
-
3441
- msgid "Install Applicable Errata on %s"
3442
- msgstr "%s への適用可能なエラータのインストール"
3443
-
3444
- msgid "Install content on one or more hosts using katello-agent. %s"
3445
- msgstr "katello-agent を使用して 1 つ以上のホストにコンテンツをインストールします。 %s"
3446
-
3447
3495
  msgid "Install errata using scoped search query"
3448
3496
  msgstr "スコープ限定検索クエリーでのエラータのインストール"
3449
3497
 
3450
3498
  msgid "Install errata via Katello interface"
3451
3499
  msgstr "Katello インターフェイスでのエラータのインストール"
3452
3500
 
3453
- msgid "Install erratum"
3454
- msgstr "エラータのインストール"
3455
-
3456
- msgid "Install erratum for %s"
3457
- msgstr "%s のエラータのインストール"
3458
-
3459
- msgid "Install package"
3460
- msgstr "パッケージのインストール"
3461
-
3462
- msgid "Install package for %s"
3463
- msgstr "%s のパッケージのインストール"
3464
-
3465
- msgid "Install package group"
3466
- msgstr "パッケージグループのインストール"
3467
-
3468
3501
  msgid "Install package group via Katello interface"
3469
3502
  msgstr "Katello インターフェイスでのパッケージグループのインストール"
3470
3503
 
@@ -3474,18 +3507,12 @@ msgstr "Katello インターフェイスでのパッケージのインストー
3474
3507
  msgid "Install packages"
3475
3508
  msgstr "パッケージのインストール"
3476
3509
 
3477
- msgid "Install packages remotely using katello-agent. %s"
3478
- msgstr "katello-agent を使用してパッケージをリモートでインストールします。%s"
3479
-
3480
3510
  msgid "Install packages via Katello interface"
3481
3511
  msgstr "Katello インターフェイスでのパッケージのインストール"
3482
3512
 
3483
3513
  msgid "Install via customized remote execution"
3484
3514
  msgstr "カスタマイズされたリモート実行によるインストール"
3485
3515
 
3486
- msgid "Install via katello-agent"
3487
- msgstr "katello-agent によるインストール"
3488
-
3489
3516
  msgid "Install via remote execution"
3490
3517
  msgstr "リモート実行によるインストール"
3491
3518
 
@@ -3498,15 +3525,6 @@ msgstr ""
3498
3525
  msgid "Installable updates"
3499
3526
  msgstr "インストール可能な更新"
3500
3527
 
3501
- msgid "Installation of errata requested: %{errata}"
3502
- msgstr "エラータのインストールが要求されました: %{errata}"
3503
-
3504
- msgid "Installation of package group(s) requested: %{groups}"
3505
- msgstr "要求されたパッケージグループのインストール: %{groups}"
3506
-
3507
- msgid "Installation of package(s) requested: %{packages}"
3508
- msgstr "要求されたパッケージのインストール: %{packages}"
3509
-
3510
3528
  msgid "Installation status"
3511
3529
  msgstr "インストールの状態"
3512
3530
 
@@ -3564,9 +3582,6 @@ msgstr "コンテンツビュー ID の関連付けが無効です。コンテ
3564
3582
  msgid "Invalid content label: %s"
3565
3583
  msgstr "無効なコンテンツラベル: %s"
3566
3584
 
3567
- msgid "Invalid content type %s"
3568
- msgstr "無効なコンテンツタイプ %s"
3569
-
3570
3585
  msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
3571
3586
  msgstr "無効なコンテンツタイプ '{content_type}' が指定されています。コンテンツタイプには {content_types} のいずれかを指定できます。"
3572
3587
 
@@ -3642,15 +3657,9 @@ msgstr "ジョブ '${description}' が完了しました"
3642
3657
  msgid "Job '${description}' has started."
3643
3658
  msgstr "ジョブ '${description}' が開始されました。"
3644
3659
 
3645
- msgid "Katello 4.10"
3646
- msgstr ""
3647
-
3648
3660
  msgid "Katello ID of local pool to update"
3649
3661
  msgstr "更新するローカルプールの Katello ID"
3650
3662
 
3651
- msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
3652
- msgstr ""
3653
-
3654
3663
  msgid "Katello: Install Errata"
3655
3664
  msgstr "Katello: エラータのインストール"
3656
3665
 
@@ -3732,6 +3741,9 @@ msgstr "最終更新"
3732
3741
  msgid "Last refresh :"
3733
3742
  msgstr "最終更新 :"
3734
3743
 
3744
+ msgid "Last sync"
3745
+ msgstr ""
3746
+
3735
3747
  msgid "Last task"
3736
3748
  msgstr "最後のタスク"
3737
3749
 
@@ -3792,6 +3804,9 @@ msgstr "ライフサイクル環境"
3792
3804
  msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
3793
3805
  msgstr "ライフサイクル環境 '%{environment}' はこの Capsule に割り当てられていません。"
3794
3806
 
3807
+ msgid "Lifecycle environment '%{env}' cannot be used with content view '%{view}'"
3808
+ msgstr ""
3809
+
3795
3810
  msgid "Lifecycle environment ID"
3796
3811
  msgstr "ライフサイクル環境 ID"
3797
3812
 
@@ -3873,6 +3888,9 @@ msgstr "Red Hat Subscription Management から利用可能なサブスクリプ
3873
3888
  msgid "List components attached to this content view"
3874
3889
  msgstr "このコンテンツビューに割り当てられたコンポーネントの一覧を表示します"
3875
3890
 
3891
+ msgid "List content counts for the smart proxy"
3892
+ msgstr ""
3893
+
3876
3894
  msgid "List content view versions"
3877
3895
  msgstr "コンテンツビューのバージョンを一覧表示"
3878
3896
 
@@ -3924,9 +3942,6 @@ msgstr "ホストで利用可能なモジュールストリームを一覧表示
3924
3942
  msgid "List of Errata ids"
3925
3943
  msgstr "エラータ ID の一覧"
3926
3944
 
3927
- msgid "List of Errata ids to install. Will be removed in %s"
3928
- msgstr "インストールするエラータ ID の一覧。%s で削除されます。"
3929
-
3930
3945
  msgid "List of Products for sync plan"
3931
3946
  msgstr "同期プランの製品の一覧"
3932
3947
 
@@ -3936,12 +3951,6 @@ msgstr "代替コンテンツソース ID のリスト"
3936
3951
  msgid "List of component content view version ids for composite views"
3937
3952
  msgstr "複合ビューのコンポーネントコンテンツビューのバージョン ID の一覧"
3938
3953
 
3939
- msgid "List of content (e.g. package names, package group names (Deprecated) or errata ids)"
3940
- msgstr "コンテンツの一覧 (例: パッケージ名、パッケージグループ名 (非推奨) またはエラータ ID)"
3941
-
3942
- msgid "List of content (e.g. package or package group names)"
3943
- msgstr "コンテンツの一覧 (例: パッケージ名、パッケージグループ名)"
3944
-
3945
3954
  msgid "List of content units to ignore while syncing a yum repository. Must be subset of %s"
3946
3955
  msgstr "Yum リポジトリーの同期中に無視するコンテンツユニットの一覧。%s のサブセットである必要があります"
3947
3956
 
@@ -4089,6 +4098,9 @@ msgstr "読み込み中..."
4089
4098
  msgid "Low"
4090
4099
  msgstr "低"
4091
4100
 
4101
+ msgid "Maintenance support"
4102
+ msgstr ""
4103
+
4092
4104
  msgid "Make copy of a content view"
4093
4105
  msgstr "コンテンツビューのコピー作成"
4094
4106
 
@@ -4146,6 +4158,9 @@ msgstr "%s のコンテンツホストステータスを不明としてマーク
4146
4158
  msgid "Matched"
4147
4159
  msgstr "一致"
4148
4160
 
4161
+ msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
4162
+ msgstr ""
4163
+
4149
4164
  msgid "Matching content"
4150
4165
  msgstr "マッチするコンテンツ"
4151
4166
 
@@ -4367,9 +4382,6 @@ msgstr "コンテンツビューがありません"
4367
4382
  msgid "No Content found"
4368
4383
  msgstr "コンテンツが見つかりません"
4369
4384
 
4370
- msgid "No Lifecycle environment to select"
4371
- msgstr "選択するライフサイクル環境がありません"
4372
-
4373
4385
  msgid "No Manifest Uploaded"
4374
4386
  msgstr "アップロードされたマニフェストはありません"
4375
4387
 
@@ -4394,9 +4406,6 @@ msgstr "アクションは必要ありません"
4394
4406
  msgid "No applicable errata"
4395
4407
  msgstr "適用可能なエラータがありません"
4396
4408
 
4397
- msgid "No applicable errata for %s, skipping"
4398
- msgstr "%s に適用可能なエラータがありません。省略します。"
4399
-
4400
4409
  msgid "No applications to restart"
4401
4410
  msgstr "再起動するアプリケーションはありません"
4402
4411
 
@@ -4415,9 +4424,6 @@ msgstr "コンテンツがありません"
4415
4424
  msgid "No content added."
4416
4425
  msgstr "コンテンツが追加されていません。"
4417
4426
 
4418
- msgid "No content has been provided."
4419
- msgstr "コンテンツが提供されていません。"
4420
-
4421
4427
  msgid "No content ids provided"
4422
4428
  msgstr "コンテンツ ID が提供されていません"
4423
4429
 
@@ -4448,6 +4454,9 @@ msgstr "説明なし"
4448
4454
  msgid "No description provided"
4449
4455
  msgstr "説明はありません"
4450
4456
 
4457
+ msgid "No docker manifests to delete after ignoring manifests with tags or manifest lists"
4458
+ msgstr ""
4459
+
4451
4460
  msgid "No enabled repositories match your search criteria."
4452
4461
  msgstr "検索条件に一致する有効なリポジトリーはありません。"
4453
4462
 
@@ -4529,9 +4538,6 @@ msgstr "マッチする {selectedContentType} が見つかりませんでした"
4529
4538
  msgid "No matching DEB found."
4530
4539
  msgstr "一致する DEB が見つかりませんでした。"
4531
4540
 
4532
- msgid "No matching RPM found."
4533
- msgstr "マッチする RPM が見つかりませんでした。"
4534
-
4535
4541
  msgid "No matching activation keys found."
4536
4542
  msgstr "マッチするアクティベーションキーが見つかりませんでした。"
4537
4543
 
@@ -4559,6 +4565,9 @@ msgstr "一致するホストコレクションが見つかりません"
4559
4565
  msgid "No matching hosts found."
4560
4566
  msgstr "マッチするホストが見つかりませんでした。"
4561
4567
 
4568
+ msgid "No matching non-modular RPM found."
4569
+ msgstr ""
4570
+
4562
4571
  msgid "No matching packages found"
4563
4572
  msgstr "マッチするパッケージが見つかりませんでした"
4564
4573
 
@@ -4775,6 +4784,9 @@ msgstr "エクスポートされたリポジトリーのディスク上ロケー
4775
4784
  msgid "On-disk location for pulp 3 exported repositories"
4776
4785
  msgstr "Pulp 3 でエクスポートされたリポジトリーのディスク上のロケーション"
4777
4786
 
4787
+ msgid "Once the prerequisites are met, select a provider to install katello-host-tools-tracer"
4788
+ msgstr ""
4789
+
4778
4790
  msgid "One of parameters [ %s ] required but not specified."
4779
4791
  msgstr "[ %s ] パラメーターのいずれかが必要ですが、指定されていません。"
4780
4792
 
@@ -4799,6 +4811,9 @@ msgstr "オンデマンド Smart Proxy にしか再利用する領域があり
4799
4811
  msgid "Only one Red Hat provider permitted for an Organization"
4800
4812
  msgstr "1 つの組織で許容できるのは、Red Hat プロバイダー 1 つのみです"
4801
4813
 
4814
+ msgid "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page."
4815
+ msgstr ""
4816
+
4802
4817
  msgid "Only returns id and quantity fields"
4803
4818
  msgstr "ID と数量のフィールドのみを返します"
4804
4819
 
@@ -5211,6 +5226,9 @@ msgstr ""
5211
5226
  "ホストのインストール済み製品からリストされた製品 ID。\\\n"
5212
5227
  " 製品 API が返した製品 ID とは異なります。"
5213
5228
 
5229
+ msgid "Product label"
5230
+ msgstr ""
5231
+
5214
5232
  msgid "Product name"
5215
5233
  msgstr "製品名"
5216
5234
 
@@ -5283,6 +5301,9 @@ msgstr "プロビジョニングテンプレート ID"
5283
5301
  msgid "Proxies"
5284
5302
  msgstr "プロキシー"
5285
5303
 
5304
+ msgid "Proxy sync failure"
5305
+ msgstr ""
5306
+
5286
5307
  msgid "Public"
5287
5308
  msgstr "公開"
5288
5309
 
@@ -5415,6 +5436,12 @@ msgstr "メモリー: %s GB"
5415
5436
  msgid "RH Repos"
5416
5437
  msgstr "RH レポジトリー"
5417
5438
 
5439
+ msgid "RHEL Lifecycle status"
5440
+ msgstr ""
5441
+
5442
+ msgid "RHEL lifecycle"
5443
+ msgstr ""
5444
+
5418
5445
  msgid "RHUI"
5419
5446
  msgstr "RHUI"
5420
5447
 
@@ -5463,9 +5490,6 @@ msgstr "影響を受けるホストの再割り当て"
5463
5490
  msgid "Reboot required"
5464
5491
  msgstr "再起動が必要です"
5465
5492
 
5466
- msgid "Recalculate"
5467
- msgstr "再計算"
5468
-
5469
5493
  msgid "Recently Expired Subscriptions"
5470
5494
  msgstr "最近期限切れになったサブスクリプション"
5471
5495
 
@@ -5541,6 +5565,18 @@ msgstr "代替コンテンツソースの更新"
5541
5565
  msgid "Refresh an alternate content source. Refreshing, like repository syncing, is required before using an alternate content source."
5542
5566
  msgstr "代替コンテンツソースを更新します。代替コンテンツソースを使用する前に、リポジトリーの同期などの更新が必要になります。"
5543
5567
 
5568
+ msgid "Refresh applicability"
5569
+ msgstr ""
5570
+
5571
+ msgid "Refresh counts"
5572
+ msgstr ""
5573
+
5574
+ msgid "Refresh errata applicability"
5575
+ msgstr ""
5576
+
5577
+ msgid "Refresh package applicability"
5578
+ msgstr ""
5579
+
5544
5580
  msgid "Refresh previously imported manifest for Red Hat provider"
5545
5581
  msgstr "Red Hat プロバイダーの以前にインポートされたマニフェストを更新"
5546
5582
 
@@ -5622,15 +5658,12 @@ msgstr "データの再読み込み"
5622
5658
  msgid "Remote action:"
5623
5659
  msgstr "リモートアクション:"
5624
5660
 
5661
+ msgid "Remote execution is enabled."
5662
+ msgstr ""
5663
+
5625
5664
  msgid "Remote execution job '${description}' failed."
5626
5665
  msgstr "リモート実行ジョブ '${description}' が失敗しました。"
5627
5666
 
5628
- msgid "Removal of package group(s) requested: %{groups}"
5629
- msgstr "要求されたパッケージグループの削除: %{groups}"
5630
-
5631
- msgid "Removal of package(s) requested: %{packages}"
5632
- msgstr "要求されたパッケージの削除: %{packages}"
5633
-
5634
5667
  msgid "Remove"
5635
5668
  msgstr "削除"
5636
5669
 
@@ -5652,9 +5685,6 @@ msgstr "登録前に `katello-ca-consumer` rpm を削除し、`--force` 引数
5652
5685
  msgid "Remove components from the content view"
5653
5686
  msgstr "コンテンツビューからコンポーネントを削除します"
5654
5687
 
5655
- msgid "Remove content on one or more hosts using katello-agent. %s"
5656
- msgstr "katello-agent を使用して、1 つ以上のホスト上のコンテンツを削除します。 %s"
5657
-
5658
5688
  msgid "Remove content view version"
5659
5689
  msgstr "コンテンツビューバージョンの削除"
5660
5690
 
@@ -5688,15 +5718,6 @@ msgstr "1 つ以上のホストから 1 つ以上のコンテンツコレクシ
5688
5718
  msgid "Remove one or more subscriptions from an upstream manifest"
5689
5719
  msgstr "アップストリームマニフェストから 1 つ以上のサブスクリプションを削除します"
5690
5720
 
5691
- msgid "Remove package"
5692
- msgstr "パッケージの削除"
5693
-
5694
- msgid "Remove package for %s"
5695
- msgstr "%s のパッケージグループの削除"
5696
-
5697
- msgid "Remove package group"
5698
- msgstr "パッケージグループの削除"
5699
-
5700
5721
  msgid "Remove package group via Katello interface"
5701
5722
  msgstr "Katello インターフェイスでのパッケージグループの削除"
5702
5723
 
@@ -5742,10 +5763,13 @@ msgstr "ID が %{acs_id} の ACS %{acs_name} から ID が %{prod_id} の製品
5742
5763
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5743
5764
  msgstr "すべての環境からこのバージョンを削除しても、バージョンは削除されません。バージョンは引き続き以降のプロモーションの対象になります。"
5744
5765
 
5766
+ msgid "Repo ID"
5767
+ msgstr ""
5768
+
5745
5769
  msgid "Repo Type"
5746
5770
  msgstr "リポジトリータイプ"
5747
5771
 
5748
- msgid "Report"
5772
+ msgid "Repo label"
5749
5773
  msgstr ""
5750
5774
 
5751
5775
  msgid "Repositories"
@@ -5754,6 +5778,9 @@ msgstr "リポジトリー"
5754
5778
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
5755
5779
  msgstr "CDN 設定がエアギャップ (切断) に設定されている間、リポジトリーは有効にできません。"
5756
5780
 
5781
+ 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."
5782
+ msgstr ""
5783
+
5757
5784
  msgid "Repositories from published Content Views are not allowed."
5758
5785
  msgstr "公開されたコンテンツビューからのリポジトリーは許可されません。"
5759
5786
 
@@ -5766,12 +5793,18 @@ msgstr ""
5766
5793
  msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
5767
5794
  msgstr ""
5768
5795
 
5796
+ msgid "Repository %{label} failed to synchronize"
5797
+ msgstr ""
5798
+
5769
5799
  msgid "Repository '%(repoName)s' has been disabled."
5770
5800
  msgstr "リポジトリー '%(repoName)s' が無効化されました。"
5771
5801
 
5772
5802
  msgid "Repository '%(repoName)s' has been enabled."
5773
5803
  msgstr "リポジトリー '%(repoName)s' が有効化されました"
5774
5804
 
5805
+ msgid "Repository ID"
5806
+ msgstr ""
5807
+
5775
5808
  msgid "Repository Id associated with the kickstart repo used for provisioning"
5776
5809
  msgstr "プロビジョニングに使用する Kickstart リポジトリーに関連付けられたリポジトリー ID"
5777
5810
 
@@ -5793,6 +5826,9 @@ msgstr "リポジトリー ID"
5793
5826
  msgid "Repository label '%s' is not associated with content view."
5794
5827
  msgstr "コンテンツビューには、リポジトリーラベル '%s' が関連付けられていません。"
5795
5828
 
5829
+ msgid "Repository name"
5830
+ msgstr ""
5831
+
5796
5832
  msgid "Repository not found"
5797
5833
  msgstr "リポジトリーが見つかりません"
5798
5834
 
@@ -5832,6 +5868,9 @@ msgstr "リポジトリーセットは、Red Hat リポジトリーを有効に
5832
5868
  msgid "Repository sets will appear here when the host's content view and environment has available content."
5833
5869
  msgstr ""
5834
5870
 
5871
+ msgid "Repository sync failure"
5872
+ msgstr ""
5873
+
5835
5874
  msgid "Repository type"
5836
5875
  msgstr ""
5837
5876
 
@@ -6060,9 +6099,6 @@ msgstr "保存"
6060
6099
  msgid "Saving alternate content source..."
6061
6100
  msgstr "代替コンテンツソースの保存"
6062
6101
 
6063
- msgid "Schedule errata for installation using katello-agent. %s"
6064
- msgstr "katello-agent を使用してインストールするエラータをスケジュールします。%s"
6065
-
6066
6102
  msgid "Schema Version 1"
6067
6103
  msgstr "スキーマバージョン 1"
6068
6104
 
@@ -6240,8 +6276,11 @@ msgstr "Smart Proxy の選択"
6240
6276
  msgid "Select source type"
6241
6277
  msgstr "ソースタイプの選択"
6242
6278
 
6243
- msgid "Select system purpose attributes for host {hostName}."
6244
- msgstr "ホスト {hostName} のシステム目的の属性を選択します。"
6279
+ msgid "Select system purpose attributes for activation key {name}."
6280
+ msgstr ""
6281
+
6282
+ msgid "Select system purpose attributes for host {name}."
6283
+ msgstr ""
6245
6284
 
6246
6285
  msgid "Select the installation media that will be used to provision this host. Choose 'Synced Content' for Synced Kickstart Repositories or 'All Media' for other media."
6247
6286
  msgstr "このホストのプロビジョニングに使用するインストールメディアを選択してください。同期済みの Kickstart リポジトリーには「同期済みコンテンツ」を、他のメディアには「全メディア」を選択してください。"
@@ -6408,6 +6447,9 @@ msgstr "'%{subject}' のシンプルコンテンツアクセスが無効にな
6408
6447
  msgid "Simple Content Access has been enabled for '%{subject}'."
6409
6448
  msgstr "'%{subject}' のシンプルコンテンツアクセスが有効になりました。"
6410
6449
 
6450
+ msgid "Simple Content Access will be required for all organizations in Katello 4.12."
6451
+ msgstr ""
6452
+
6411
6453
  msgid "Simplified"
6412
6454
  msgstr "簡易"
6413
6455
 
@@ -6426,12 +6468,21 @@ msgstr "pulp チェックの失敗後に pulp_auth チェックが省略され
6426
6468
  msgid "Smart proxies"
6427
6469
  msgstr "Smart Proxy"
6428
6470
 
6471
+ msgid "Smart proxy ID"
6472
+ msgstr ""
6473
+
6429
6474
  msgid "Smart proxy IDs"
6430
6475
  msgstr "Smart Proxy ID"
6431
6476
 
6477
+ msgid "Smart proxy content count refresh has started in the background"
6478
+ msgstr ""
6479
+
6432
6480
  msgid "Smart proxy content source not found!"
6433
6481
  msgstr "Smart Proxy コンテンツソースが見つかりません!"
6434
6482
 
6483
+ msgid "Smart proxy name"
6484
+ msgstr ""
6485
+
6435
6486
  msgid "Sockets"
6436
6487
  msgstr "ソケット"
6437
6488
 
@@ -6540,6 +6591,9 @@ msgstr "コンテンツビューのロード中に問題が発生しました。
6540
6591
  msgid "Something went wrong while refreshing alternate content sources: "
6541
6592
  msgstr "代替コンテンツソースの更新中に問題が発生しました:"
6542
6593
 
6594
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
6595
+ msgstr ""
6596
+
6543
6597
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
6544
6598
  msgstr "フィルタールールの削除中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
6545
6599
 
@@ -6801,6 +6855,9 @@ msgstr "要約"
6801
6855
  msgid "Support Type"
6802
6856
  msgstr "サポートタイプ"
6803
6857
 
6858
+ msgid "Support ended"
6859
+ msgstr ""
6860
+
6804
6861
  msgid "Supported Content Types"
6805
6862
  msgstr "サポート対象のコンテンツタイプ"
6806
6863
 
@@ -6882,15 +6939,15 @@ msgstr "同期の状態"
6882
6939
  msgid "Syncable export"
6883
6940
  msgstr "同期可能なエクスポート"
6884
6941
 
6942
+ msgid "Synced"
6943
+ msgstr ""
6944
+
6885
6945
  msgid "Synced "
6886
6946
  msgstr "同期されています "
6887
6947
 
6888
6948
  msgid "Synced Content"
6889
6949
  msgstr "同期されたコンテンツ"
6890
6950
 
6891
- msgid "Synced to smart proxy"
6892
- msgstr "Smart Proxy に同期しています"
6893
-
6894
6951
  msgid "Synchronize"
6895
6952
  msgstr "同期"
6896
6953
 
@@ -6948,12 +7005,24 @@ msgstr "${task.humanized.action} completed with a result of ${task.result}. ${ta
6948
7005
  msgid "Task ${task.humanized.action} has started."
6949
7006
  msgstr "タスク${task.humanized.action} が開始されました。"
6950
7007
 
7008
+ msgid "Task ID"
7009
+ msgstr ""
7010
+
6951
7011
  msgid "Task canceled"
6952
7012
  msgstr "タスクが取り消されました"
6953
7013
 
6954
7014
  msgid "Task detail"
6955
7015
  msgstr "タスクの詳細"
6956
7016
 
7017
+ msgid "Task details"
7018
+ msgstr ""
7019
+
7020
+ msgid "Task result"
7021
+ msgstr ""
7022
+
7023
+ msgid "Task state"
7024
+ msgstr ""
7025
+
6957
7026
  msgid "Temporary"
6958
7027
  msgstr "一時的"
6959
7028
 
@@ -6963,6 +7032,18 @@ msgstr "'%s' 環境には変更セットを含めることができません!"
6963
7032
  msgid "The Alternate Content Source type"
6964
7033
  msgstr "代替コンテンツソースのタイプ"
6965
7034
 
7035
+ msgid "The Foreman Client repository is available in the host's content view environment(s). "
7036
+ msgstr ""
7037
+
7038
+ msgid "The Foreman Client repository is enabled. "
7039
+ msgstr ""
7040
+
7041
+ msgid "The Foreman Client repository is synced. "
7042
+ msgstr ""
7043
+
7044
+ msgid "The Foreman Client repository set is enabled for the host. "
7045
+ msgstr ""
7046
+
6966
7047
  msgid "The URL to receive a session token from, e.g. used with Automation Hub."
6967
7048
  msgstr "セッショントークンを受信するためのURL (例: Automation Hub で使用)。"
6968
7049
 
@@ -6984,9 +7065,6 @@ msgstr "デフォルトコンテンツビューの編集、公開、または削
6984
7065
  msgid "The default content view cannot be promoted"
6985
7066
  msgstr "デフォルトのコンテンツビューはプロモートできません"
6986
7067
 
6987
- msgid "The default dependency solving value for new content views."
6988
- msgstr "新規コンテンツビューのデフォルト依存関係を解決する値。"
6989
-
6990
7068
  msgid "The description for the content view version"
6991
7069
  msgstr "コンテンツビューバージョンの説明"
6992
7070
 
@@ -7136,12 +7214,6 @@ msgstr "削除するコンテンツタイプ (srpm、docker_manifest など)。/
7136
7214
  msgid "The type of content to upload (srpm, file, etc.). Check uploadable types here: /katello/api/repositories/repository_types"
7137
7215
  msgstr "アップロードするコンテンツのタイプ (srpm、file など)。アップロード可能なタイプは、/katello/api/repositories/repository_types で確認できます。"
7138
7216
 
7139
- msgid "The type of content. The following types are supported: 'package' and 'package_group."
7140
- msgstr "コンテンツのタイプです。次のタイプがサポートされています: 'package' および 'package_group'"
7141
-
7142
- msgid "The type of content. The following types are supported: 'package', 'package_group' and 'errata'."
7143
- msgstr "コンテンツのタイプです。次のタイプがサポートされています: 'package'、'package_group' および 'errata'"
7144
-
7145
7217
  msgid "There are no Manifests to display"
7146
7218
  msgstr "表示するマニフェストはありません。"
7147
7219
 
@@ -7214,9 +7286,6 @@ msgstr ""
7214
7286
  msgid "This action should only be taken in extreme circumstances or for debugging purposes."
7215
7287
  msgstr "この操作は、特殊な状況またはデバッグの目的でのみ実行する必要があります。"
7216
7288
 
7217
- msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
7218
- msgstr "このアクションでは、現在無効になっている katello-agent を使用します。代わりにリモート実行を使用してください。"
7219
-
7220
7289
  msgid "This activation key is associated to one or more Hosts/Hostgroups. Search and unassociate Hosts/Hostgroups using params.kt_activation_keys ~ \"%{name}\" before deleting."
7221
7290
  msgstr "このアクティべーションキーは 1 つ以上のホスト/ホストグループに関連付けられます。削除前に params.kt_activation_keys ~ \"%{name}\" を使用してホスト/ホストグループを検索し、関連付け解除します。"
7222
7291
 
@@ -7274,11 +7343,11 @@ msgstr "サブスクリプションが選択されていないため、これは
7274
7343
  msgid "This is not a linked repository"
7275
7344
  msgstr "これは、リンクされたリポジトリーではありません"
7276
7345
 
7277
- msgid "This organization has Simple Content Access enabled. Hosts are not required to have subscriptions attached to access repositories. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7278
- msgstr "この組織ではシンプルコンテンツアクセスが有効です。リポジトリーにアクセスするのに、ホストにサブスクリプションをアタッチする必要はありません。{br}全体的なサブスクリプションの使用状況は、{subscriptionsService} で確認してください。"
7346
+ msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12."
7347
+ msgstr ""
7279
7348
 
7280
- msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7281
- msgstr "この組織は {scaLink} を使用していません。エンタイトルツーベースのサブスクリプション管理は非推奨となり、今後のバージョンで削除されます。"
7349
+ msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7350
+ msgstr ""
7282
7351
 
7283
7352
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
7284
7353
  msgstr "このリポジトリーは推奨されていません。使用する前に、 %(anchorBegin)sドキュメント%(anchorEnd)s を追加で参照してください。"
@@ -7313,12 +7382,6 @@ msgstr "これにより、詳細、リポジトリー、およびフィルター
7313
7382
  msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7314
7383
  msgstr ""
7315
7384
 
7316
- msgid "Time in seconds to wait for a host to finish a katello-agent action"
7317
- msgstr "ホストが katello-agent アクションを終了するまでの待機時間 (秒単位)"
7318
-
7319
- msgid "Time in seconds to wait for a host to pick up a katello-agent action"
7320
- msgstr "ホストが katello-agent アクションを取得するまでの待機時間 (秒単位)"
7321
-
7322
7385
  msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
7323
7386
  msgstr ""
7324
7387
 
@@ -7544,9 +7607,6 @@ msgstr "フィルタリングされていないパラメーター配列: %s。"
7544
7607
  msgid "Uninstall and reset"
7545
7608
  msgstr "アンインストールとリセット"
7546
7609
 
7547
- msgid "Uninstall packages remotely using katello-agent. %s"
7548
- msgstr "katello-agent を使用してパッケージをリモートでアンインストールします。 %s"
7549
-
7550
7610
  msgid "Unknown"
7551
7611
  msgstr "不明"
7552
7612
 
@@ -7604,6 +7664,9 @@ msgstr "代替コンテンツソースの更新"
7604
7664
  msgid "Update CDN Configuration"
7605
7665
  msgstr "CDN 設定の更新"
7606
7666
 
7667
+ msgid "Update Content Counts"
7668
+ msgstr ""
7669
+
7607
7670
  msgid "Update Content Overrides"
7608
7671
  msgstr "コンテンツ上書きの更新"
7609
7672
 
@@ -7649,8 +7712,8 @@ msgstr "環境の更新"
7649
7712
  msgid "Update an environment in an organization"
7650
7713
  msgstr "組織内の環境を更新"
7651
7714
 
7652
- msgid "Update content on one or more hosts using katello-agent. %s"
7653
- msgstr "katello-agent を使用して、1 つ以上のホストのコンテンツを更新します。 %s"
7715
+ msgid "Update content counts for the smart proxy"
7716
+ msgstr ""
7654
7717
 
7655
7718
  msgid "Update content urls"
7656
7719
  msgstr "コンテンツ url の更新"
@@ -7673,30 +7736,15 @@ msgstr "HTTP プロキシーの詳細更新"
7673
7736
  msgid "Update installed packages, enabled repos, module inventory"
7674
7737
  msgstr "インストール済みパッケージ、有効なリポジトリー、モジュールインベントリーの更新"
7675
7738
 
7676
- msgid "Update of all packages requested"
7677
- msgstr "要求された全パッケージの更新"
7678
-
7679
- msgid "Update of package(s) requested: %{packages}"
7680
- msgstr "要求されたパッケージの更新: %{packages}"
7681
-
7682
7739
  msgid "Update organization"
7683
7740
  msgstr "組織の更新"
7684
7741
 
7685
- msgid "Update package"
7686
- msgstr "パッケージの更新"
7687
-
7688
- msgid "Update package for %s"
7689
- msgstr "%s のパッケージの更新"
7690
-
7691
7742
  msgid "Update package group via Katello interface"
7692
7743
  msgstr "Katello インターフェイスでのパッケージグループの更新"
7693
7744
 
7694
7745
  msgid "Update package via Katello interface"
7695
7746
  msgstr "Katello インターフェイスでのパッケージの更新"
7696
7747
 
7697
- msgid "Update packages remotely using katello-agent. %s"
7698
- msgstr "katello-agent を使用してパッケージをリモートで更新します。 %s"
7699
-
7700
7748
  msgid "Update packages via Katello interface"
7701
7749
  msgstr "Katello インターフェイスでのパッケージの更新"
7702
7750
 
@@ -7748,9 +7796,6 @@ msgstr "更新"
7748
7796
  msgid "Updates a product"
7749
7797
  msgstr "製品の更新"
7750
7798
 
7751
- msgid "Updates all packages on the host(s)"
7752
- msgstr "ホスト上の全パッケージを更新します"
7753
-
7754
7799
  msgid "Updates available: Component content view versions have been updated."
7755
7800
  msgstr ""
7756
7801
 
@@ -7868,9 +7913,6 @@ msgstr "HTTP プロキシーの使用"
7868
7913
  msgid "Use HTTP proxies"
7869
7914
  msgstr "HTTP プロキシーの使用"
7870
7915
 
7871
- msgid "Use remote execution by default"
7872
- msgstr "デフォルトでリモート実行を使用する"
7873
-
7874
7916
  msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
7875
7917
  msgstr "pulp3 のリポジトリーの同時ダウンロード数を判断するのに使用します。値は 20 未満を使用してください。デフォルト値は 10 です。"
7876
7918
 
@@ -7991,12 +8033,18 @@ msgstr ""
7991
8033
  msgid "View by"
7992
8034
  msgstr "表示"
7993
8035
 
8036
+ msgid "View content views"
8037
+ msgstr ""
8038
+
7994
8039
  msgid "View documentation"
7995
8040
  msgstr ""
7996
8041
 
7997
8042
  msgid "View matching content"
7998
8043
  msgstr "マッチするコンテンツの表示"
7999
8044
 
8045
+ msgid "View sync status"
8046
+ msgstr ""
8047
+
8000
8048
  msgid "View tasks "
8001
8049
  msgstr "タスクの表示 "
8002
8050
 
@@ -8015,7 +8063,7 @@ msgstr "仮想ゲスト"
8015
8063
  msgid "Virtual host"
8016
8064
  msgstr "仮想ホスト"
8017
8065
 
8018
- msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
8066
+ msgid "WARNING: Simple Content Access will be required for all organizations in Katello 4.12."
8019
8067
  msgstr ""
8020
8068
 
8021
8069
  msgid "Waiting to start."
@@ -8162,15 +8210,15 @@ msgstr "検索条件で一致する DEB が返されませんでした。"
8162
8210
  msgid "Your search returned no matching Module streams."
8163
8211
  msgstr "検索条件にマッチするモジュールストリームはありませんでした。"
8164
8212
 
8165
- msgid "Your search returned no matching RPMs."
8166
- msgstr "検索条件にマッチする RPM はありませんでした。"
8167
-
8168
8213
  msgid "Your search returned no matching activation keys."
8169
8214
  msgstr "検索条件にマッチするアクティベーションキーはありませんでした。"
8170
8215
 
8171
8216
  msgid "Your search returned no matching hosts."
8172
8217
  msgstr "検索条件にマッチするホストはありませんでした。"
8173
8218
 
8219
+ msgid "Your search returned no matching non-modular RPMs."
8220
+ msgstr ""
8221
+
8174
8222
  msgid "Yum"
8175
8223
  msgstr "Yum"
8176
8224
 
@@ -8357,9 +8405,6 @@ msgstr "コンテンツリリースバージョン"
8357
8405
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8358
8406
  msgstr "コンテンツタイプ ('deb'、'docker_manifest'、'file'、'ostree_ref'、'rpm'、'srpm')"
8359
8407
 
8360
- msgid "content view Dependency Solving Default"
8361
- msgstr "コンテンツビューの依存関係解決のデフォルト"
8362
-
8363
8408
  msgid "content view component ID. Identifier of the component association"
8364
8409
  msgstr "コンテンツビューコンポーネント ID。コンポーネントの関連付けの ID"
8365
8410
 
@@ -8480,9 +8525,6 @@ msgstr "コンテンツビューフィルタールールの errata_id"
8480
8525
  msgid "errata_ids is a required parameter"
8481
8526
  msgstr "errata_ids は必須パラメーターです"
8482
8527
 
8483
- msgid "errata_ids or update_all must be provided"
8484
- msgstr "errata_ids または update_all を指定する必要があります"
8485
-
8486
8528
  msgid "erratum: IDs or a select all object"
8487
8529
  msgstr "エラータ: ID またはすべてのオブジェクトを選択"
8488
8530
 
@@ -8639,9 +8681,6 @@ msgstr "このダウンロードポリシーのあるリポジトリーのみに
8639
8681
  msgid "list filters"
8640
8682
  msgstr "フィルターの一覧を表示します。"
8641
8683
 
8642
- msgid "list of packages names"
8643
- msgstr "パッケージ名の一覧"
8644
-
8645
8684
  msgid "list of repository ids"
8646
8685
  msgstr "リポジトリー ID の一覧"
8647
8686