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/de/katello.po CHANGED
@@ -54,6 +54,12 @@ msgstr "%{modulemd_count} Modulstream(s)"
54
54
  msgid " %{package_count} Package(s)"
55
55
  msgstr "%{package_count} Paket(e)"
56
56
 
57
+ msgid " (${item.published_at_words} ago)"
58
+ msgstr ""
59
+
60
+ msgid " (${version.published_at_words} ago)"
61
+ msgstr ""
62
+
57
63
  msgid " Content view updated"
58
64
  msgstr "Inhaltsansicht aktualisiert"
59
65
 
@@ -275,6 +281,12 @@ msgstr "Zeitüberschreitung bei Aktualisierung von %{group} Paketgruppe"
275
281
  msgid "%{group} package group updated"
276
282
  msgstr "%{group} Paketgruppe aktualisiert"
277
283
 
284
+ msgid "%{label} failed"
285
+ msgstr ""
286
+
287
+ msgid "%{label} failed."
288
+ msgstr ""
289
+
278
290
  msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
279
291
  msgstr ""
280
292
 
@@ -347,6 +359,9 @@ msgstr "Zeitüberschreitung bei Aktualisierung von %{package} Paket"
347
359
  msgid "%{package} package updated"
348
360
  msgstr "%{package} Paket aktualisiert"
349
361
 
362
+ 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."
363
+ msgstr ""
364
+
350
365
  msgid "%{sla}"
351
366
  msgstr "%{sla}"
352
367
 
@@ -416,9 +431,6 @@ msgstr ""
416
431
  msgid "A backend service [ %s ] is unreachable"
417
432
  msgstr "Ein Back-End-Dienst [ %s ] kann nicht erreicht werden"
418
433
 
419
- msgid "A content_type must be provided."
420
- msgstr "Ein content_type muss angegeben werden."
421
-
422
434
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
423
435
  msgstr "In dieser Inhaltsansicht ist eine große Anzahl von Errata nicht angewendet; nur die ersten 100 werden angezeigt."
424
436
 
@@ -431,6 +443,18 @@ msgstr "Eine Liste der Abonnements, die demnächst auslaufen"
431
443
  msgid "A new version of "
432
444
  msgstr "Eine neue Version von"
433
445
 
446
+ msgid "A notification about failed content view promotion"
447
+ msgstr ""
448
+
449
+ msgid "A notification about failed content view publish"
450
+ msgstr ""
451
+
452
+ msgid "A notification about failed proxy sync"
453
+ msgstr ""
454
+
455
+ msgid "A notification about failed repository sync"
456
+ msgstr ""
457
+
434
458
  msgid "A post-promotion summary of hosts with installable errata"
435
459
  msgstr "Eine Zusammenfassung (nach Übertragung) der Hosts mit installierbaren Errata"
436
460
 
@@ -464,9 +488,6 @@ msgstr ""
464
488
  msgid "Abstract async task"
465
489
  msgstr "Übersicht asynchrone Aufgabe"
466
490
 
467
- msgid "Accept action timeout"
468
- msgstr "Aktionszeitüberschreitung akzeptieren"
469
-
470
491
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
471
492
  msgstr ""
472
493
 
@@ -509,8 +530,8 @@ msgstr ""
509
530
  msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
510
531
  msgstr "Aktivierungsschlüssel für den Subscription-Manager-Client, erforderlich für CentOS und Red Hat Enterprise Linux. Für mehrere Schlüssel verwenden Sie stattdessen den Parameter `activation_keys`."
511
532
 
512
- msgid "Activation key(s) for Subscription Manager."
513
- msgstr "Aktivierungsschlüssel(n) für den Abonnement-Manager."
533
+ msgid "Activation key(s) to use during registration"
534
+ msgstr ""
514
535
 
515
536
  msgid "Activation keys"
516
537
  msgstr ""
@@ -545,9 +566,6 @@ msgstr ""
545
566
  msgid "Add Subscriptions"
546
567
  msgstr "Abonnements hinzufügen"
547
568
 
548
- msgid "Add Subscriptions using the Add Subscriptions button."
549
- msgstr ""
550
-
551
569
  msgid "Add a subscription to a host"
552
570
  msgstr "Subskription zu einem Host hinzufügen"
553
571
 
@@ -620,6 +638,9 @@ msgstr "Abonnements hinzufügen, die von einem Manifest von Red Hat Subscription
620
638
  msgid "Add subscriptions to one or more hosts"
621
639
  msgstr "Abonnements zu einem oder mehreren Hosts hinzufügen"
622
640
 
641
+ msgid "Add subscriptions using the Add Subscriptions button."
642
+ msgstr ""
643
+
623
644
  msgid "Add to a host collection"
624
645
  msgstr ""
625
646
 
@@ -656,9 +677,6 @@ msgstr ""
656
677
  msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
657
678
  msgstr "Wenden Sie nach dem Generieren des inkrementellen Updates die Änderungen auf die angegebenen Hosts an. Derzeit werden nur Errata unterstützt."
658
679
 
659
- msgid "Agent action"
660
- msgstr "Agentenaktion"
661
-
662
680
  msgid "All"
663
681
  msgstr "Alle"
664
682
 
@@ -800,7 +818,7 @@ msgstr "Anwendung"
800
818
  msgid "Apply"
801
819
  msgstr "Anwenden"
802
820
 
803
- msgid "Apply Erratum"
821
+ msgid "Apply erratum"
804
822
  msgstr ""
805
823
 
806
824
  msgid "Apply to all repositories in the CV"
@@ -809,15 +827,24 @@ msgstr ""
809
827
  msgid "Apply to subset of repositories"
810
828
  msgstr ""
811
829
 
812
- msgid "Apply via Katello agent"
813
- msgstr ""
814
-
815
830
  msgid "Apply via customized remote execution"
816
831
  msgstr ""
817
832
 
818
833
  msgid "Apply via remote execution"
819
834
  msgstr ""
820
835
 
836
+ msgid "Approaching end of maintenance support"
837
+ msgstr ""
838
+
839
+ msgid "Approaching end of maintenance support (%s)"
840
+ msgstr ""
841
+
842
+ msgid "Approaching end of support"
843
+ msgstr ""
844
+
845
+ msgid "Approaching end of support (%s)"
846
+ msgstr ""
847
+
821
848
  msgid "Arch"
822
849
  msgstr "Architektur"
823
850
 
@@ -994,6 +1021,9 @@ msgstr ""
994
1021
  msgid "Batch size to sync repositories in."
995
1022
  msgstr "Batchgröße zum Synchronisieren von Repositorys."
996
1023
 
1024
+ msgid "Before continuing, ensure that all of the following prerequisites are met:"
1025
+ msgstr ""
1026
+
997
1027
  msgid "Before removing versions you must move activation keys to an environment where the associated version is not in use."
998
1028
  msgstr ""
999
1029
 
@@ -1147,6 +1177,12 @@ msgstr "Verbundversionen können nicht einer anderen Verbundinhaltsansicht hinzu
1147
1177
  msgid "Cannot add default content view to composite content view"
1148
1178
  msgstr "Standardinhaltsansicht kann nicht zu Verbundinhaltsansicht hinzugefügt werden"
1149
1179
 
1180
+ msgid "Cannot add disabled Red Hat product %s to sync plan!"
1181
+ msgstr ""
1182
+
1183
+ msgid "Cannot add disabled products to sync plan!"
1184
+ msgstr ""
1185
+
1150
1186
  msgid "Cannot add generated content view versions to composite content view"
1151
1187
  msgstr ""
1152
1188
 
@@ -1162,6 +1198,9 @@ msgstr ""
1162
1198
  msgid "Cannot associate a component to a non composite content view"
1163
1199
  msgstr "Eine Komponente kann nicht mit einer nicht zusammengesetzten Inhaltsansicht verknüpft werden"
1164
1200
 
1201
+ msgid "Cannot be disabled because it is part of a published content view"
1202
+ msgstr ""
1203
+
1165
1204
  msgid "Cannot calculate name for custom repos"
1166
1205
  msgstr "Name für benutzerdefinierte Repos kann nicht berechnet werden"
1167
1206
 
@@ -1297,11 +1336,11 @@ msgstr ""
1297
1336
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1298
1337
  msgstr "Prüfen Sie, ob eine Verbindung zu Red Hat Subscription Management hergestellt werden kann."
1299
1338
 
1300
- msgid "Check if the specified organization has Simple Content Access enabled"
1339
+ msgid "Check if the specified organization has Simple Content Access enabled. %s"
1301
1340
  msgstr ""
1302
1341
 
1303
- msgid "Check if the specified organization is eligible for Simple Content Access"
1304
- msgstr "Prüfen Sie, ob die angegebene Organisation für den einfachen Inhaltszugriff berechtigt ist"
1342
+ msgid "Check if the specified organization is eligible for Simple Content Access. %s"
1343
+ msgstr ""
1305
1344
 
1306
1345
  msgid "Check services before actions"
1307
1346
  msgstr "Überprüfen Sie die Dienste, bevor Sie Maßnahmen ergreifen"
@@ -1363,9 +1402,6 @@ msgstr ""
1363
1402
  msgid "Comma-separated list of tags to exclude when syncing a container image repository. Default: any tag ending in \"-source\""
1364
1403
  msgstr ""
1365
1404
 
1366
- msgid "Comma-separated list of tags to sync for Container Image repository (Deprecated)"
1367
- msgstr ""
1368
-
1369
1405
  msgid "Comma-separated list of tags to sync for a container image repository"
1370
1406
  msgstr ""
1371
1407
 
@@ -1657,6 +1693,12 @@ msgstr "Inhaltsansicht nicht in den Metadaten bereitgestellt"
1657
1693
  msgid "Content view numeric identifier"
1658
1694
  msgstr "Numerische ID der Inhaltsansicht"
1659
1695
 
1696
+ msgid "Content view promote failure"
1697
+ msgstr ""
1698
+
1699
+ msgid "Content view publish failure"
1700
+ msgstr ""
1701
+
1660
1702
  msgid "Content view version export history identifier"
1661
1703
  msgstr "Identifizierer der Kontent-View-Export-History"
1662
1704
 
@@ -1666,6 +1708,9 @@ msgstr "ID der Inhaltsansichtsversion"
1666
1708
  msgid "Content view version import history identifier"
1667
1709
  msgstr "Identifizierer der Kontent-View-Versions-Geschichte"
1668
1710
 
1711
+ msgid "Content view version is empty"
1712
+ msgstr ""
1713
+
1669
1714
  msgid "Content views"
1670
1715
  msgstr ""
1671
1716
 
@@ -2296,8 +2341,8 @@ msgstr "Deaktivieren Sie ein Repository aus dem Set"
2296
2341
  msgid "Disable module stream"
2297
2342
  msgstr ""
2298
2343
 
2299
- msgid "Disable simple content access for a manifest"
2300
- msgstr "Deaktivieren Sie den einfachen Inhaltszugriff für ein Manifest"
2344
+ msgid "Disable simple content access for a manifest. %s"
2345
+ msgstr ""
2301
2346
 
2302
2347
  msgid "Disabled"
2303
2348
  msgstr "Deaktiviert"
@@ -2338,6 +2383,9 @@ msgstr ""
2338
2383
  msgid "Duplicate artifact detected"
2339
2384
  msgstr ""
2340
2385
 
2386
+ msgid "Duplicate repositories in content view versions"
2387
+ msgstr ""
2388
+
2341
2389
  msgid "Duration"
2342
2390
  msgstr "Dauer"
2343
2391
 
@@ -2443,7 +2491,7 @@ msgstr "Aktivierte Repositorys"
2443
2491
  msgid "Enabling Simple Content Access failed for '%{subject}'."
2444
2492
  msgstr "Fehler beim Aktivieren des einfachen Inhaltszugriffs für '%{subject}'."
2445
2493
 
2446
- msgid "Enabling will install the katello-host-tools-tracer package on the host."
2494
+ msgid "Enabling Tracer requires installing the katello-host-tools-tracer package on the host."
2447
2495
  msgstr ""
2448
2496
 
2449
2497
  msgid "End Date"
@@ -2479,6 +2527,9 @@ msgstr "Entitlements"
2479
2527
  msgid "Environment"
2480
2528
  msgstr "Umgebung"
2481
2529
 
2530
+ msgid "Environment ID"
2531
+ msgstr ""
2532
+
2482
2533
  msgid "Environment IDs"
2483
2534
  msgstr "Umgebungs-IDs"
2484
2535
 
@@ -2488,6 +2539,9 @@ msgstr "Umgebung kann nicht in ihrem eigenen Übertragungspfad liegen"
2488
2539
  msgid "Environment identifier"
2489
2540
  msgstr "Umgebungskennung"
2490
2541
 
2542
+ msgid "Environment name"
2543
+ msgstr ""
2544
+
2491
2545
  msgid "Environments"
2492
2546
  msgstr "Umgebungen"
2493
2547
 
@@ -2620,6 +2674,9 @@ msgstr "Export Typen"
2620
2674
  msgid "Export as CSV"
2621
2675
  msgstr "Als CSV exportieren"
2622
2676
 
2677
+ msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
2678
+ msgstr ""
2679
+
2623
2680
  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."
2624
2681
  msgstr ""
2625
2682
 
@@ -2632,6 +2689,9 @@ msgstr "Exportierte Inhaltsansicht"
2632
2689
  msgid "Exported version"
2633
2690
  msgstr "Exportierte Version"
2634
2691
 
2692
+ msgid "Extended support"
2693
+ msgstr ""
2694
+
2635
2695
  msgid "Facts successfully updated."
2636
2696
  msgstr "Fakten erfolgreich aktualisiert."
2637
2697
 
@@ -2779,9 +2839,6 @@ msgstr ""
2779
2839
  msgid "Finish"
2780
2840
  msgstr ""
2781
2841
 
2782
- msgid "Finish action timeout"
2783
- msgstr "Zeitüberschreitung für Aktion beenden"
2784
-
2785
2842
  msgid "Finished"
2786
2843
  msgstr "Fertig"
2787
2844
 
@@ -2831,6 +2888,9 @@ msgstr "Erzwingt eine erneute Veröffentlichung der Metadaten der Repositorys de
2831
2888
  msgid "Full description"
2832
2889
  msgstr ""
2833
2890
 
2891
+ msgid "Full support"
2892
+ msgstr ""
2893
+
2834
2894
  msgid "Fully entitled"
2835
2895
  msgstr "Voll berechtigt"
2836
2896
 
@@ -2888,15 +2948,15 @@ msgstr "Listet bei einer Reihe von Hosts und Errata die Inhaltsansichtsversionen
2888
2948
  msgid "Given criteria doesn't match any DEBs. Try changing your rule."
2889
2949
  msgstr ""
2890
2950
 
2891
- msgid "Given criteria doesn't match any RPMs. Try changing your rule."
2892
- msgstr ""
2893
-
2894
2951
  msgid "Given criteria doesn't match any activation keys. Try changing your rule."
2895
2952
  msgstr ""
2896
2953
 
2897
2954
  msgid "Given criteria doesn't match any hosts. Try changing your rule."
2898
2955
  msgstr ""
2899
2956
 
2957
+ msgid "Given criteria doesn't match any non-modular RPMs. Try changing your rule."
2958
+ msgstr ""
2959
+
2900
2960
  msgid "Go to job details"
2901
2961
  msgstr ""
2902
2962
 
@@ -2921,6 +2981,9 @@ msgstr "HW-Eigenschaften"
2921
2981
  msgid "Has to be > 0"
2922
2982
  msgstr "Muss > 0 . sein"
2923
2983
 
2984
+ msgid "Help"
2985
+ msgstr ""
2986
+
2924
2987
  msgid "Helper"
2925
2988
  msgstr "Helfer"
2926
2989
 
@@ -3011,12 +3074,6 @@ msgstr ""
3011
3074
  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."
3012
3075
  msgstr "Die Hosterstellung für %s wurde übersprungen, weil sie eine BIOS-UUID mit teilt. Um diesen Hypervisor zu melden, überschreiben Sie seinen dmi.system.uuid fakt oder setzen Sie 'candlepin.use_system_uuid_for_matching' in der Candlepin-Konfiguration auf 'true'."
3013
3076
 
3014
- msgid "Host did not finish content action in %s seconds. The task has been cancelled."
3015
- msgstr "Host hat Inhaltsaktion nicht innerhalb %s Sekunden abgeschlossen. Die Aufgabe wurde abgebrochen."
3016
-
3017
- msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
3018
- msgstr "Host hat nicht innerhalb %s Sekunden reagiert. Die Aufgabe wurde abgebrochen. Ist der Katello-Agent installiert und läuft goferd auf dem Host?"
3019
-
3020
3077
  msgid "Host errata advisory"
3021
3078
  msgstr "Hinweis zu Host-Errata"
3022
3079
 
@@ -3038,6 +3095,9 @@ msgstr "Host-ID zum Auflisten der anwendbaren Errata für"
3038
3095
  msgid "Host id to list applicable packages for"
3039
3096
  msgstr "Host-ID zum Auflisten der anwendbaren Pakete für"
3040
3097
 
3098
+ msgid "Host lifecycle support expiration notification"
3099
+ msgstr ""
3100
+
3041
3101
  msgid "Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this instance"
3042
3102
  msgstr "Host wurde von der Subskriptions-UUID nicht gefunden: '%s', dies kann passieren, wenn der Host bereits registriert ist, aber nicht für diese Instanz"
3043
3103
 
@@ -3238,9 +3298,6 @@ msgstr ""
3238
3298
  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"
3239
3299
  msgstr ""
3240
3300
 
3241
- msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
3242
- msgstr ""
3243
-
3244
3301
  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."
3245
3302
  msgstr ""
3246
3303
 
@@ -3325,9 +3382,6 @@ msgstr "Importieren eines Manifests"
3325
3382
  msgid "Import a Manifest to Begin"
3326
3383
  msgstr "Importieren Sie ein Manifest, um zu beginnen"
3327
3384
 
3328
- msgid "Import a Manifest to manage your Entitlements."
3329
- msgstr "Importieren Sie ein Manifest, um Ihre Berechtigungen zu verwalten."
3330
-
3331
3385
  msgid "Import a Manifest using the manifest tab above."
3332
3386
  msgstr "Importieren Sie ein Manifest über die Registerkarte Manifest oben."
3333
3387
 
@@ -3340,6 +3394,9 @@ msgstr "Importiere eine Kontent-View-Version zur Library"
3340
3394
  msgid "Import a repository"
3341
3395
  msgstr ""
3342
3396
 
3397
+ msgid "Import a subscription manifest to give hosts access to Red Hat content."
3398
+ msgstr ""
3399
+
3343
3400
  msgid "Import facts"
3344
3401
  msgstr "Fakten importieren"
3345
3402
 
@@ -3448,36 +3505,12 @@ msgstr "Synchronisation von Produkten des Synchronisationsplans einleiten"
3448
3505
  msgid "Install"
3449
3506
  msgstr "Installieren"
3450
3507
 
3451
- msgid "Install Applicable Errata"
3452
- msgstr "Relevante Errata installieren"
3453
-
3454
- msgid "Install Applicable Errata on %s"
3455
- msgstr "Anwendbare Errata installieren auf %s"
3456
-
3457
- msgid "Install content on one or more hosts using katello-agent. %s"
3458
- msgstr "Installieren Sie Inhalte auf einem oder mehreren Hosts mit katello-agent. %s"
3459
-
3460
3508
  msgid "Install errata using scoped search query"
3461
3509
  msgstr ""
3462
3510
 
3463
3511
  msgid "Install errata via Katello interface"
3464
3512
  msgstr "Errata über die Katello-Schnittstelle installieren"
3465
3513
 
3466
- msgid "Install erratum"
3467
- msgstr "Erratum installieren"
3468
-
3469
- msgid "Install erratum for %s"
3470
- msgstr "Install erratum for %s"
3471
-
3472
- msgid "Install package"
3473
- msgstr "Paket installieren"
3474
-
3475
- msgid "Install package for %s"
3476
- msgstr "Paket installieren für %s"
3477
-
3478
- msgid "Install package group"
3479
- msgstr "Paketgruppe installieren"
3480
-
3481
3514
  msgid "Install package group via Katello interface"
3482
3515
  msgstr "Paketgruppe über Katello-Schnittstelle installieren"
3483
3516
 
@@ -3487,18 +3520,12 @@ msgstr "Paket über Katello-Schnittstelle installieren"
3487
3520
  msgid "Install packages"
3488
3521
  msgstr "Pakete installieren"
3489
3522
 
3490
- msgid "Install packages remotely using katello-agent. %s"
3491
- msgstr "Installieren Sie Pakete aus der Ferne mit katello-agent. %s"
3492
-
3493
3523
  msgid "Install packages via Katello interface"
3494
3524
  msgstr ""
3495
3525
 
3496
3526
  msgid "Install via customized remote execution"
3497
3527
  msgstr ""
3498
3528
 
3499
- msgid "Install via katello-agent"
3500
- msgstr ""
3501
-
3502
3529
  msgid "Install via remote execution"
3503
3530
  msgstr ""
3504
3531
 
@@ -3511,15 +3538,6 @@ msgstr ""
3511
3538
  msgid "Installable updates"
3512
3539
  msgstr ""
3513
3540
 
3514
- msgid "Installation of errata requested: %{errata}"
3515
- msgstr "Installation von Errata angefordert: %{errata}"
3516
-
3517
- msgid "Installation of package group(s) requested: %{groups}"
3518
- msgstr "Installation der angeforderten Paketgruppe(n): %{groups}"
3519
-
3520
- msgid "Installation of package(s) requested: %{packages}"
3521
- msgstr "Installation der angeforderten Pakete: %{packages}"
3522
-
3523
3541
  msgid "Installation status"
3524
3542
  msgstr "Installationsstatus"
3525
3543
 
@@ -3577,9 +3595,6 @@ msgstr "Ungültige Zuordnung der Inhaltsansichts-ID. Inhaltsansicht muss mit der
3577
3595
  msgid "Invalid content label: %s"
3578
3596
  msgstr "Ungültige Inhaltskennung %s"
3579
3597
 
3580
- msgid "Invalid content type %s"
3581
- msgstr "Ungültiger Inhaltstyp %s"
3582
-
3583
3598
  msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
3584
3599
  msgstr "Ungültiger Inhaltstyp '%{content_type}' angegeben. Folgende Werte sind gültige Inhaltstypen %{content_types}"
3585
3600
 
@@ -3655,15 +3670,9 @@ msgstr ""
3655
3670
  msgid "Job '${description}' has started."
3656
3671
  msgstr ""
3657
3672
 
3658
- msgid "Katello 4.10"
3659
- msgstr ""
3660
-
3661
3673
  msgid "Katello ID of local pool to update"
3662
3674
  msgstr "Katello-ID des zu aktualisierenden lokalen Pools"
3663
3675
 
3664
- msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
3665
- msgstr ""
3666
-
3667
3676
  msgid "Katello: Install Errata"
3668
3677
  msgstr "Katello: Errata installieren"
3669
3678
 
@@ -3745,6 +3754,9 @@ msgstr ""
3745
3754
  msgid "Last refresh :"
3746
3755
  msgstr ""
3747
3756
 
3757
+ msgid "Last sync"
3758
+ msgstr ""
3759
+
3748
3760
  msgid "Last task"
3749
3761
  msgstr "Letzte Aufgabe"
3750
3762
 
@@ -3805,6 +3817,9 @@ msgstr "Lebenszyklusumgebung"
3805
3817
  msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
3806
3818
  msgstr "Lebenszyklusumgebung \"%{environment}\" ist nicht mit dieser Capsule verknüpft."
3807
3819
 
3820
+ msgid "Lifecycle environment '%{env}' cannot be used with content view '%{view}'"
3821
+ msgstr ""
3822
+
3808
3823
  msgid "Lifecycle environment ID"
3809
3824
  msgstr "ID der Lebenszyklusumgebung"
3810
3825
 
@@ -3886,6 +3901,9 @@ msgstr "Verfügbare Abonnements von Red Hat Subscription Management auflisten"
3886
3901
  msgid "List components attached to this content view"
3887
3902
  msgstr "Zeige die Komponenten an die diesem Kontent-View beigefügt sind"
3888
3903
 
3904
+ msgid "List content counts for the smart proxy"
3905
+ msgstr ""
3906
+
3889
3907
  msgid "List content view versions"
3890
3908
  msgstr "Versionen der Inhaltsansicht auflisten"
3891
3909
 
@@ -3937,9 +3955,6 @@ msgstr "Für den Host verfügbare Modulstreams auflisten"
3937
3955
  msgid "List of Errata ids"
3938
3956
  msgstr "Liste mit Errata-IDs"
3939
3957
 
3940
- msgid "List of Errata ids to install. Will be removed in %s"
3941
- msgstr "Liste der zu installierenden Errata-IDs. Wird entfernt in %s"
3942
-
3943
3958
  msgid "List of Products for sync plan"
3944
3959
  msgstr "Produktliste für Synchronisationsplan"
3945
3960
 
@@ -3949,12 +3964,6 @@ msgstr ""
3949
3964
  msgid "List of component content view version ids for composite views"
3950
3965
  msgstr "Liste der Komponenteninhaltsansichts-Versions-IDs für Verbundansichten"
3951
3966
 
3952
- msgid "List of content (e.g. package names, package group names (Deprecated) or errata ids)"
3953
- msgstr "Inhaltsliste (z. B. Paketnamen, Paketgruppennamen (veraltet) oder Errata-IDs)"
3954
-
3955
- msgid "List of content (e.g. package or package group names)"
3956
- msgstr "Liste mit Inhalten (z. B. Paketnamen oder Paketgruppennamen)"
3957
-
3958
3967
  msgid "List of content units to ignore while syncing a yum repository. Must be subset of %s"
3959
3968
  msgstr "Liste der Inhaltseinheiten, die beim Synchronisieren eines Yum-Repositorys ignoriert werden sollen. Muss Teilmenge von sein %s"
3960
3969
 
@@ -4102,6 +4111,9 @@ msgstr "Laden …"
4102
4111
  msgid "Low"
4103
4112
  msgstr "Niedrig"
4104
4113
 
4114
+ msgid "Maintenance support"
4115
+ msgstr ""
4116
+
4105
4117
  msgid "Make copy of a content view"
4106
4118
  msgstr "Kopie einer Inhaltsansicht erstellen"
4107
4119
 
@@ -4159,6 +4171,9 @@ msgstr "Inhaltshoststatus als unbekannt markieren für %s"
4159
4171
  msgid "Matched"
4160
4172
  msgstr "Abgestimmt"
4161
4173
 
4174
+ msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
4175
+ msgstr ""
4176
+
4162
4177
  msgid "Matching content"
4163
4178
  msgstr ""
4164
4179
 
@@ -4378,9 +4393,6 @@ msgstr "Keine Inhaltsansicht"
4378
4393
  msgid "No Content found"
4379
4394
  msgstr "Kein Inhalt gefunden"
4380
4395
 
4381
- msgid "No Lifecycle environment to select"
4382
- msgstr "Keine Lifecycle-Umgebung zur Auswahl"
4383
-
4384
4396
  msgid "No Manifest Uploaded"
4385
4397
  msgstr "Kein Manifest hochgeladen"
4386
4398
 
@@ -4405,9 +4417,6 @@ msgstr "Keine Aktion erforderlich"
4405
4417
  msgid "No applicable errata"
4406
4418
  msgstr ""
4407
4419
 
4408
- msgid "No applicable errata for %s, skipping"
4409
- msgstr "Keine zutreffenden Errata für %s , Überspringen"
4410
-
4411
4420
  msgid "No applications to restart"
4412
4421
  msgstr ""
4413
4422
 
@@ -4426,9 +4435,6 @@ msgstr ""
4426
4435
  msgid "No content added."
4427
4436
  msgstr ""
4428
4437
 
4429
- msgid "No content has been provided."
4430
- msgstr "Kein Inhalt wurde bereitgestellt."
4431
-
4432
4438
  msgid "No content ids provided"
4433
4439
  msgstr "Keine Inhalts-IDs angegeben"
4434
4440
 
@@ -4459,6 +4465,9 @@ msgstr "Keine Beschreibung"
4459
4465
  msgid "No description provided"
4460
4466
  msgstr ""
4461
4467
 
4468
+ msgid "No docker manifests to delete after ignoring manifests with tags or manifest lists"
4469
+ msgstr ""
4470
+
4462
4471
  msgid "No enabled repositories match your search criteria."
4463
4472
  msgstr "Keine aktivierten Repositorys entsprechen Ihren Suchkriterien."
4464
4473
 
@@ -4540,9 +4549,6 @@ msgstr ""
4540
4549
  msgid "No matching DEB found."
4541
4550
  msgstr ""
4542
4551
 
4543
- msgid "No matching RPM found."
4544
- msgstr ""
4545
-
4546
4552
  msgid "No matching activation keys found."
4547
4553
  msgstr ""
4548
4554
 
@@ -4570,6 +4576,9 @@ msgstr ""
4570
4576
  msgid "No matching hosts found."
4571
4577
  msgstr ""
4572
4578
 
4579
+ msgid "No matching non-modular RPM found."
4580
+ msgstr ""
4581
+
4573
4582
  msgid "No matching packages found"
4574
4583
  msgstr ""
4575
4584
 
@@ -4786,6 +4795,9 @@ msgstr "Speicherort auf der Festplatte für exportierte Repositorys"
4786
4795
  msgid "On-disk location for pulp 3 exported repositories"
4787
4796
  msgstr "Speicherort auf der Festplatte für exportierte Pulp-3-Repositorys"
4788
4797
 
4798
+ msgid "Once the prerequisites are met, select a provider to install katello-host-tools-tracer"
4799
+ msgstr ""
4800
+
4789
4801
  msgid "One of parameters [ %s ] required but not specified."
4790
4802
  msgstr "Einer der Parameter [ %s ] ist erforderlich, jedoch nicht angegeben."
4791
4803
 
@@ -4810,6 +4822,9 @@ msgstr ""
4810
4822
  msgid "Only one Red Hat provider permitted for an Organization"
4811
4823
  msgstr "Nur ein Red Hat Anbieter erlaubt für eine Organisation"
4812
4824
 
4825
+ msgid "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page."
4826
+ msgstr ""
4827
+
4813
4828
  msgid "Only returns id and quantity fields"
4814
4829
  msgstr "Gibt nur ID- und Mengenfelder zurück"
4815
4830
 
@@ -5222,6 +5237,9 @@ msgstr ""
5222
5237
  "Produkt-ID wie in den installierten Produkten eines Hosts aufgeführt, \\\n"
5223
5238
  "Dies ist nicht die gleiche Produkt-ID wie die Produkt-API, die zurückgegeben wird"
5224
5239
 
5240
+ msgid "Product label"
5241
+ msgstr ""
5242
+
5225
5243
  msgid "Product name"
5226
5244
  msgstr "Produktname"
5227
5245
 
@@ -5294,6 +5312,9 @@ msgstr "Bereitstellungsvorlagen-IDs"
5294
5312
  msgid "Proxies"
5295
5313
  msgstr "Proxies"
5296
5314
 
5315
+ msgid "Proxy sync failure"
5316
+ msgstr ""
5317
+
5297
5318
  msgid "Public"
5298
5319
  msgstr "Öffentlich"
5299
5320
 
@@ -5426,6 +5447,12 @@ msgstr "RAM: %s GB"
5426
5447
  msgid "RH Repos"
5427
5448
  msgstr "RH Repos"
5428
5449
 
5450
+ msgid "RHEL Lifecycle status"
5451
+ msgstr ""
5452
+
5453
+ msgid "RHEL lifecycle"
5454
+ msgstr ""
5455
+
5429
5456
  msgid "RHUI"
5430
5457
  msgstr ""
5431
5458
 
@@ -5474,9 +5501,6 @@ msgstr ""
5474
5501
  msgid "Reboot required"
5475
5502
  msgstr "Neustart erforderlich"
5476
5503
 
5477
- msgid "Recalculate"
5478
- msgstr ""
5479
-
5480
5504
  msgid "Recently Expired Subscriptions"
5481
5505
  msgstr "Vor Kurzem abgelaufene Subskriptionen"
5482
5506
 
@@ -5552,6 +5576,18 @@ msgstr ""
5552
5576
  msgid "Refresh an alternate content source. Refreshing, like repository syncing, is required before using an alternate content source."
5553
5577
  msgstr ""
5554
5578
 
5579
+ msgid "Refresh applicability"
5580
+ msgstr ""
5581
+
5582
+ msgid "Refresh counts"
5583
+ msgstr ""
5584
+
5585
+ msgid "Refresh errata applicability"
5586
+ msgstr ""
5587
+
5588
+ msgid "Refresh package applicability"
5589
+ msgstr ""
5590
+
5555
5591
  msgid "Refresh previously imported manifest for Red Hat provider"
5556
5592
  msgstr "Zuvor importiertes Manifest für Red Hat Anbieter aktualisieren"
5557
5593
 
@@ -5633,14 +5669,11 @@ msgstr "Daten neu laden"
5633
5669
  msgid "Remote action:"
5634
5670
  msgstr "Entfernte Aktion:"
5635
5671
 
5636
- msgid "Remote execution job '${description}' failed."
5672
+ msgid "Remote execution is enabled."
5637
5673
  msgstr ""
5638
5674
 
5639
- msgid "Removal of package group(s) requested: %{groups}"
5640
- msgstr "Entfernung der angeforderten Paketgruppe(n): %{groups}"
5641
-
5642
- msgid "Removal of package(s) requested: %{packages}"
5643
- msgstr "Entfernung der angeforderten Pakete: %{packages}"
5675
+ msgid "Remote execution job '${description}' failed."
5676
+ msgstr ""
5644
5677
 
5645
5678
  msgid "Remove"
5646
5679
  msgstr "Entfernen"
@@ -5663,9 +5696,6 @@ msgstr "Entfernen Sie alle `katello-ca-consumer`-RPMs vor der Registrierung und
5663
5696
  msgid "Remove components from the content view"
5664
5697
  msgstr "Entferne Komponenten des Kontent-Views"
5665
5698
 
5666
- msgid "Remove content on one or more hosts using katello-agent. %s"
5667
- msgstr "Entfernen Sie Inhalte auf einem oder mehreren Hosts mit katello-agent. %s"
5668
-
5669
5699
  msgid "Remove content view version"
5670
5700
  msgstr "Inhaltsansichtsversion entfernen"
5671
5701
 
@@ -5699,15 +5729,6 @@ msgstr "Entfernen Sie eine oder mehrere Hostsammlungen von einem oder mehreren H
5699
5729
  msgid "Remove one or more subscriptions from an upstream manifest"
5700
5730
  msgstr ""
5701
5731
 
5702
- msgid "Remove package"
5703
- msgstr "Paket entfernen"
5704
-
5705
- msgid "Remove package for %s"
5706
- msgstr "Paket entfernen für %s"
5707
-
5708
- msgid "Remove package group"
5709
- msgstr "Paketgruppe entfernen"
5710
-
5711
5732
  msgid "Remove package group via Katello interface"
5712
5733
  msgstr "Paketgruppe über Katello-Schnittstelle entfernen"
5713
5734
 
@@ -5753,10 +5774,13 @@ msgstr ""
5753
5774
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5754
5775
  msgstr ""
5755
5776
 
5777
+ msgid "Repo ID"
5778
+ msgstr ""
5779
+
5756
5780
  msgid "Repo Type"
5757
5781
  msgstr "Repository-Typ"
5758
5782
 
5759
- msgid "Report"
5783
+ msgid "Repo label"
5760
5784
  msgstr ""
5761
5785
 
5762
5786
  msgid "Repositories"
@@ -5765,6 +5789,9 @@ msgstr "Repositorys"
5765
5789
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
5766
5790
  msgstr ""
5767
5791
 
5792
+ 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."
5793
+ msgstr ""
5794
+
5768
5795
  msgid "Repositories from published Content Views are not allowed."
5769
5796
  msgstr "Repositorys aus veröffentlichten Inhaltsansichten sind nicht zulässig."
5770
5797
 
@@ -5777,12 +5804,18 @@ msgstr ""
5777
5804
  msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
5778
5805
  msgstr ""
5779
5806
 
5807
+ msgid "Repository %{label} failed to synchronize"
5808
+ msgstr ""
5809
+
5780
5810
  msgid "Repository '%(repoName)s' has been disabled."
5781
5811
  msgstr "Repository '%(repoName)s' wurde deaktiviert."
5782
5812
 
5783
5813
  msgid "Repository '%(repoName)s' has been enabled."
5784
5814
  msgstr "Repository '%(repoName)s' wurde aktiviert."
5785
5815
 
5816
+ msgid "Repository ID"
5817
+ msgstr ""
5818
+
5786
5819
  msgid "Repository Id associated with the kickstart repo used for provisioning"
5787
5820
  msgstr "Repository-ID, die mit dem Kickstart-Repository verknüpft ist, das für die Bereitstellung verwendet wird"
5788
5821
 
@@ -5804,6 +5837,9 @@ msgstr "Repository-Identifikator"
5804
5837
  msgid "Repository label '%s' is not associated with content view."
5805
5838
  msgstr "Das Repository-Label '%s' ist nicht mit der Inhaltsansicht verknüpft."
5806
5839
 
5840
+ msgid "Repository name"
5841
+ msgstr ""
5842
+
5807
5843
  msgid "Repository not found"
5808
5844
  msgstr "Repository nicht gefunden"
5809
5845
 
@@ -5843,6 +5879,9 @@ msgstr ""
5843
5879
  msgid "Repository sets will appear here when the host's content view and environment has available content."
5844
5880
  msgstr ""
5845
5881
 
5882
+ msgid "Repository sync failure"
5883
+ msgstr ""
5884
+
5846
5885
  msgid "Repository type"
5847
5886
  msgstr ""
5848
5887
 
@@ -6071,9 +6110,6 @@ msgstr "Speichern"
6071
6110
  msgid "Saving alternate content source..."
6072
6111
  msgstr ""
6073
6112
 
6074
- msgid "Schedule errata for installation using katello-agent. %s"
6075
- msgstr "Planen Sie Errata für die Installation mit katello-agent. %s"
6076
-
6077
6113
  msgid "Schema Version 1"
6078
6114
  msgstr "Schema Version 1"
6079
6115
 
@@ -6251,7 +6287,10 @@ msgstr ""
6251
6287
  msgid "Select source type"
6252
6288
  msgstr ""
6253
6289
 
6254
- msgid "Select system purpose attributes for host {hostName}."
6290
+ msgid "Select system purpose attributes for activation key {name}."
6291
+ msgstr ""
6292
+
6293
+ msgid "Select system purpose attributes for host {name}."
6255
6294
  msgstr ""
6256
6295
 
6257
6296
  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."
@@ -6419,6 +6458,9 @@ msgstr "Der einfache Inhaltszugriff wurde für '%{subject}' deaktiviert."
6419
6458
  msgid "Simple Content Access has been enabled for '%{subject}'."
6420
6459
  msgstr "Der einfache Inhaltszugriff wurde für '%{subject}' aktiviert."
6421
6460
 
6461
+ msgid "Simple Content Access will be required for all organizations in Katello 4.12."
6462
+ msgstr ""
6463
+
6422
6464
  msgid "Simplified"
6423
6465
  msgstr ""
6424
6466
 
@@ -6437,12 +6479,21 @@ msgstr "pulp_auth Check wurde übersprungen, nachdem Pulp-Check fehlschlug"
6437
6479
  msgid "Smart proxies"
6438
6480
  msgstr "Smart-Proxys"
6439
6481
 
6482
+ msgid "Smart proxy ID"
6483
+ msgstr ""
6484
+
6440
6485
  msgid "Smart proxy IDs"
6441
6486
  msgstr "Smart-Proxy-IDs"
6442
6487
 
6488
+ msgid "Smart proxy content count refresh has started in the background"
6489
+ msgstr ""
6490
+
6443
6491
  msgid "Smart proxy content source not found!"
6444
6492
  msgstr "Smart Proxy-Inhaltsquelle nicht gefunden!"
6445
6493
 
6494
+ msgid "Smart proxy name"
6495
+ msgstr ""
6496
+
6446
6497
  msgid "Sockets"
6447
6498
  msgstr "Sockets"
6448
6499
 
@@ -6551,6 +6602,9 @@ msgstr ""
6551
6602
  msgid "Something went wrong while refreshing alternate content sources: "
6552
6603
  msgstr ""
6553
6604
 
6605
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
6606
+ msgstr ""
6607
+
6554
6608
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
6555
6609
  msgstr ""
6556
6610
 
@@ -6812,6 +6866,9 @@ msgstr "Zusammenfassung"
6812
6866
  msgid "Support Type"
6813
6867
  msgstr "Supporttyp"
6814
6868
 
6869
+ msgid "Support ended"
6870
+ msgstr ""
6871
+
6815
6872
  msgid "Supported Content Types"
6816
6873
  msgstr "Unterstützte Inhaltstypen"
6817
6874
 
@@ -6893,15 +6950,15 @@ msgstr "Synchronisierungsstatus"
6893
6950
  msgid "Syncable export"
6894
6951
  msgstr ""
6895
6952
 
6953
+ msgid "Synced"
6954
+ msgstr ""
6955
+
6896
6956
  msgid "Synced "
6897
6957
  msgstr ""
6898
6958
 
6899
6959
  msgid "Synced Content"
6900
6960
  msgstr "Synchronisierte Inhalte"
6901
6961
 
6902
- msgid "Synced to smart proxy"
6903
- msgstr "Mit Smart-Proxy synchronisiert"
6904
-
6905
6962
  msgid "Synchronize"
6906
6963
  msgstr "Synchronisieren"
6907
6964
 
@@ -6959,12 +7016,24 @@ msgstr ""
6959
7016
  msgid "Task ${task.humanized.action} has started."
6960
7017
  msgstr "Aufgabe ${task.humanized.action} wurde gestartet."
6961
7018
 
7019
+ msgid "Task ID"
7020
+ msgstr ""
7021
+
6962
7022
  msgid "Task canceled"
6963
7023
  msgstr "Aufgabe abgebrochen"
6964
7024
 
6965
7025
  msgid "Task detail"
6966
7026
  msgstr "Aufgabendetail"
6967
7027
 
7028
+ msgid "Task details"
7029
+ msgstr ""
7030
+
7031
+ msgid "Task result"
7032
+ msgstr ""
7033
+
7034
+ msgid "Task state"
7035
+ msgstr ""
7036
+
6968
7037
  msgid "Temporary"
6969
7038
  msgstr "Temporär"
6970
7039
 
@@ -6974,6 +7043,18 @@ msgstr "Die \"%s\" Umgebung kann keinen Änderungssatz enthalten!"
6974
7043
  msgid "The Alternate Content Source type"
6975
7044
  msgstr ""
6976
7045
 
7046
+ msgid "The Foreman Client repository is available in the host's content view environment(s). "
7047
+ msgstr ""
7048
+
7049
+ msgid "The Foreman Client repository is enabled. "
7050
+ msgstr ""
7051
+
7052
+ msgid "The Foreman Client repository is synced. "
7053
+ msgstr ""
7054
+
7055
+ msgid "The Foreman Client repository set is enabled for the host. "
7056
+ msgstr ""
7057
+
6977
7058
  msgid "The URL to receive a session token from, e.g. used with Automation Hub."
6978
7059
  msgstr "Die URL, von der ein Sitzungstoken empfangen werden soll, z. mit Automation Hub verwendet."
6979
7060
 
@@ -6995,9 +7076,6 @@ msgstr "Die standardmäßige Inhaltsansicht kann nicht bearbeitet, veröffentlic
6995
7076
  msgid "The default content view cannot be promoted"
6996
7077
  msgstr "Die standardmäßige Inhaltsansicht kann nicht übertragen werden"
6997
7078
 
6998
- msgid "The default dependency solving value for new content views."
6999
- msgstr ""
7000
-
7001
7079
  msgid "The description for the content view version"
7002
7080
  msgstr "Die Beschreibung der Kontent-View Version"
7003
7081
 
@@ -7147,12 +7225,6 @@ msgstr ""
7147
7225
  msgid "The type of content to upload (srpm, file, etc.). Check uploadable types here: /katello/api/repositories/repository_types"
7148
7226
  msgstr ""
7149
7227
 
7150
- msgid "The type of content. The following types are supported: 'package' and 'package_group."
7151
- msgstr "Der Inhaltstyp. Die folgenden Typen werden unterstützt: \"package\" und \"package_group\"."
7152
-
7153
- msgid "The type of content. The following types are supported: 'package', 'package_group' and 'errata'."
7154
- msgstr "Der Inhaltstyp. Die folgenden Typen werden unterstützt: \"package\", \"package_group\" und \"errata\"."
7155
-
7156
7228
  msgid "There are no Manifests to display"
7157
7229
  msgstr ""
7158
7230
 
@@ -7225,9 +7297,6 @@ msgstr ""
7225
7297
  msgid "This action should only be taken in extreme circumstances or for debugging purposes."
7226
7298
  msgstr ""
7227
7299
 
7228
- msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
7229
- msgstr "Die Aktion benutzt den Katello-Agenten, der aktuell abgeschaltet ist. Benutze stattdesses Remote-Ausführung."
7230
-
7231
7300
  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."
7232
7301
  msgstr ""
7233
7302
 
@@ -7285,10 +7354,10 @@ msgstr "Dies ist deaktiviert, da keine Abonnements ausgewählt sind."
7285
7354
  msgid "This is not a linked repository"
7286
7355
  msgstr "Dies ist kein verlinktes Repository"
7287
7356
 
7288
- 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}."
7357
+ msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12."
7289
7358
  msgstr ""
7290
7359
 
7291
- msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7360
+ msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7292
7361
  msgstr ""
7293
7362
 
7294
7363
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7324,12 +7393,6 @@ msgstr ""
7324
7393
  msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7325
7394
  msgstr ""
7326
7395
 
7327
- msgid "Time in seconds to wait for a host to finish a katello-agent action"
7328
- msgstr ""
7329
-
7330
- msgid "Time in seconds to wait for a host to pick up a katello-agent action"
7331
- msgstr ""
7332
-
7333
7396
  msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
7334
7397
  msgstr ""
7335
7398
 
@@ -7555,9 +7618,6 @@ msgstr "Ungefiltertes Parameter-Array: %s ."
7555
7618
  msgid "Uninstall and reset"
7556
7619
  msgstr ""
7557
7620
 
7558
- msgid "Uninstall packages remotely using katello-agent. %s"
7559
- msgstr "Deinstallieren Sie Pakete aus der Ferne mit katello-agent. %s"
7560
-
7561
7621
  msgid "Unknown"
7562
7622
  msgstr "Unbekannt"
7563
7623
 
@@ -7615,6 +7675,9 @@ msgstr ""
7615
7675
  msgid "Update CDN Configuration"
7616
7676
  msgstr ""
7617
7677
 
7678
+ msgid "Update Content Counts"
7679
+ msgstr ""
7680
+
7618
7681
  msgid "Update Content Overrides"
7619
7682
  msgstr "Inhaltsüberschreibungen aktualisieren"
7620
7683
 
@@ -7660,8 +7723,8 @@ msgstr "Umgebung aktualisieren"
7660
7723
  msgid "Update an environment in an organization"
7661
7724
  msgstr "Umgebung in einer Organisation aktualisieren"
7662
7725
 
7663
- msgid "Update content on one or more hosts using katello-agent. %s"
7664
- msgstr "Aktualisieren Sie Inhalte auf einem oder mehreren Hosts mit katello-agent. %s"
7726
+ msgid "Update content counts for the smart proxy"
7727
+ msgstr ""
7665
7728
 
7666
7729
  msgid "Update content urls"
7667
7730
  msgstr "Inhalts-URLs aktualisieren"
@@ -7684,30 +7747,15 @@ msgstr "HTTP-Proxy-Details aktualisieren"
7684
7747
  msgid "Update installed packages, enabled repos, module inventory"
7685
7748
  msgstr "Aktualisiere installierte Packete, aktivierte Repositories und Modul-Inventare"
7686
7749
 
7687
- msgid "Update of all packages requested"
7688
- msgstr "Aktualisierung aller angeforderten Pakete"
7689
-
7690
- msgid "Update of package(s) requested: %{packages}"
7691
- msgstr "Aktualisierung der angeforderten Pakete: %{packages}"
7692
-
7693
7750
  msgid "Update organization"
7694
7751
  msgstr "Organisation aktualisieren"
7695
7752
 
7696
- msgid "Update package"
7697
- msgstr "Paket aktualisieren"
7698
-
7699
- msgid "Update package for %s"
7700
- msgstr "Update-Paket für %s"
7701
-
7702
7753
  msgid "Update package group via Katello interface"
7703
7754
  msgstr "Paketgruppe über Katello-Schnittstelle aktualisieren"
7704
7755
 
7705
7756
  msgid "Update package via Katello interface"
7706
7757
  msgstr "Update-Paket über Katello-Schnittstelle"
7707
7758
 
7708
- msgid "Update packages remotely using katello-agent. %s"
7709
- msgstr "Aktualisieren Sie Pakete aus der Ferne mit katello-agent. %s"
7710
-
7711
7759
  msgid "Update packages via Katello interface"
7712
7760
  msgstr ""
7713
7761
 
@@ -7759,9 +7807,6 @@ msgstr "Updates"
7759
7807
  msgid "Updates a product"
7760
7808
  msgstr "Aktualisiert ein Produkt"
7761
7809
 
7762
- msgid "Updates all packages on the host(s)"
7763
- msgstr "Aktualisiert alle Pakete auf dem/den Host(s)"
7764
-
7765
7810
  msgid "Updates available: Component content view versions have been updated."
7766
7811
  msgstr ""
7767
7812
 
@@ -7879,9 +7924,6 @@ msgstr ""
7879
7924
  msgid "Use HTTP proxies"
7880
7925
  msgstr ""
7881
7926
 
7882
- msgid "Use remote execution by default"
7883
- msgstr "Standardmäßig Remote-Ausführung verwenden"
7884
-
7885
7927
  msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
7886
7928
  msgstr "Wird verwendet, um die Download-Gleichzeitigkeit des Repositorys in pulp3 zu bestimmen. Verwenden Sie einen Wert von weniger als 20. Standardmäßig auf 10"
7887
7929
 
@@ -8002,12 +8044,18 @@ msgstr ""
8002
8044
  msgid "View by"
8003
8045
  msgstr ""
8004
8046
 
8047
+ msgid "View content views"
8048
+ msgstr ""
8049
+
8005
8050
  msgid "View documentation"
8006
8051
  msgstr ""
8007
8052
 
8008
8053
  msgid "View matching content"
8009
8054
  msgstr ""
8010
8055
 
8056
+ msgid "View sync status"
8057
+ msgstr ""
8058
+
8011
8059
  msgid "View tasks "
8012
8060
  msgstr "Aufgaben ansehen"
8013
8061
 
@@ -8026,7 +8074,7 @@ msgstr ""
8026
8074
  msgid "Virtual host"
8027
8075
  msgstr ""
8028
8076
 
8029
- msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
8077
+ msgid "WARNING: Simple Content Access will be required for all organizations in Katello 4.12."
8030
8078
  msgstr ""
8031
8079
 
8032
8080
  msgid "Waiting to start."
@@ -8173,15 +8221,15 @@ msgstr ""
8173
8221
  msgid "Your search returned no matching Module streams."
8174
8222
  msgstr ""
8175
8223
 
8176
- msgid "Your search returned no matching RPMs."
8177
- msgstr ""
8178
-
8179
8224
  msgid "Your search returned no matching activation keys."
8180
8225
  msgstr ""
8181
8226
 
8182
8227
  msgid "Your search returned no matching hosts."
8183
8228
  msgstr ""
8184
8229
 
8230
+ msgid "Your search returned no matching non-modular RPMs."
8231
+ msgstr ""
8232
+
8185
8233
  msgid "Yum"
8186
8234
  msgstr ""
8187
8235
 
@@ -8368,9 +8416,6 @@ msgstr "Inhalts-Release-Version"
8368
8416
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8369
8417
  msgstr ""
8370
8418
 
8371
- msgid "content view Dependency Solving Default"
8372
- msgstr ""
8373
-
8374
8419
  msgid "content view component ID. Identifier of the component association"
8375
8420
  msgstr "Kontent-View Komponenten-ID. Identifizierer der Komponenten-Assoziation"
8376
8421
 
@@ -8491,9 +8536,6 @@ msgstr "errata_id der Kontent-View Filter-Regel"
8491
8536
  msgid "errata_ids is a required parameter"
8492
8537
  msgstr "errata_ids ist ein erforderlicher Parameter"
8493
8538
 
8494
- msgid "errata_ids or update_all must be provided"
8495
- msgstr "errata_ids oder update_all müssen angegeben werden"
8496
-
8497
8539
  msgid "erratum: IDs or a select all object"
8498
8540
  msgstr "Erratum: IDs oder alle Objekte auswählen"
8499
8541
 
@@ -8650,9 +8692,6 @@ msgstr "Beschränken Sie sich auf nur Repositorys mit dieser Download-Richtlinie
8650
8692
  msgid "list filters"
8651
8693
  msgstr "Filter auflisten"
8652
8694
 
8653
- msgid "list of packages names"
8654
- msgstr "Liste mit Paketnamen"
8655
-
8656
8695
  msgid "list of repository ids"
8657
8696
  msgstr "Liste mit Repository-IDs"
8658
8697