katello 4.0.3 → 4.1.0.rc1

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

Potentially problematic release.


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

Files changed (563) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +0 -33
  3. data/app/assets/stylesheets/katello/contents.scss +1 -1
  4. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +5 -11
  5. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +2 -9
  6. data/app/controllers/katello/api/v2/activation_keys_controller.rb +10 -24
  7. data/app/controllers/katello/api/v2/api_controller.rb +15 -3
  8. data/app/controllers/katello/api/v2/content_credentials_controller.rb +1 -1
  9. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +1 -8
  10. data/app/controllers/katello/api/v2/content_exports_controller.rb +1 -14
  11. data/app/controllers/katello/api/v2/content_imports_controller.rb +38 -15
  12. data/app/controllers/katello/api/v2/content_uploads_controller.rb +1 -1
  13. data/app/controllers/katello/api/v2/content_view_components_controller.rb +22 -1
  14. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +6 -1
  15. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +2 -59
  16. data/app/controllers/katello/api/v2/content_views_controller.rb +3 -58
  17. data/app/controllers/katello/api/v2/host_errata_controller.rb +7 -6
  18. data/app/controllers/katello/api/v2/host_packages_controller.rb +4 -4
  19. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +18 -22
  20. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +16 -16
  21. data/app/controllers/katello/api/v2/organizations_controller.rb +2 -1
  22. data/app/controllers/katello/api/v2/package_groups_controller.rb +4 -0
  23. data/app/controllers/katello/api/v2/repositories_controller.rb +13 -12
  24. data/app/controllers/katello/api/v2/repository_sets_controller.rb +50 -4
  25. data/app/controllers/katello/api/v2/subscriptions_controller.rb +7 -1
  26. data/app/controllers/katello/concerns/api/api_controller.rb +10 -0
  27. data/app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb +46 -0
  28. data/app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb +8 -0
  29. data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +31 -22
  30. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +0 -8
  31. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +1 -1
  32. data/app/controllers/katello/concerns/registration_commands_controller_extensions.rb +34 -0
  33. data/app/helpers/katello/katello_urls_helper.rb +23 -0
  34. data/app/lib/actions/candlepin/owner/import.rb +10 -3
  35. data/app/lib/actions/candlepin/product/content_update.rb +1 -1
  36. data/app/lib/actions/foreman/environment/destroy.rb +2 -2
  37. data/app/lib/actions/katello/agent_action.rb +1 -6
  38. data/app/lib/actions/katello/capsule_content/refresh_repos.rb +0 -7
  39. data/app/lib/actions/katello/capsule_content/sync.rb +1 -1
  40. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -2
  41. data/app/lib/actions/katello/content_view/add_to_environment.rb +9 -7
  42. data/app/lib/actions/katello/content_view/incremental_updates.rb +3 -10
  43. data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +2 -3
  44. data/app/lib/actions/katello/content_view/promote_to_environment.rb +1 -4
  45. data/app/lib/actions/katello/content_view/publish.rb +21 -31
  46. data/app/lib/actions/katello/content_view_environment/destroy.rb +0 -5
  47. data/app/lib/actions/katello/content_view_version/auto_create_products.rb +22 -0
  48. data/app/lib/actions/katello/content_view_version/auto_create_repositories.rb +22 -0
  49. data/app/lib/actions/katello/content_view_version/destroy.rb +0 -10
  50. data/app/lib/actions/katello/content_view_version/export.rb +20 -22
  51. data/app/lib/actions/katello/content_view_version/import.rb +27 -13
  52. data/app/lib/actions/katello/content_view_version/import_library.rb +4 -2
  53. data/app/lib/actions/katello/content_view_version/incremental_update.rb +12 -67
  54. data/app/lib/actions/katello/content_view_version/republish_repositories.rb +0 -4
  55. data/app/lib/actions/katello/content_view_version/reset_content_view_repositories_from_metadata.rb +11 -0
  56. data/app/lib/actions/katello/foreman/content_update.rb +0 -3
  57. data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -4
  58. data/app/lib/actions/katello/organization/manifest_import.rb +7 -1
  59. data/app/lib/actions/katello/organization/manifest_refresh.rb +28 -7
  60. data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +2 -2
  61. data/app/lib/actions/katello/product/create.rb +0 -1
  62. data/app/lib/actions/katello/repository/check_matching_content.rb +4 -3
  63. data/app/lib/actions/katello/repository/destroy.rb +1 -1
  64. data/app/lib/actions/katello/repository/discover.rb +1 -1
  65. data/app/lib/actions/katello/repository/filtered_index_content.rb +1 -4
  66. data/app/lib/actions/katello/repository/import_upload.rb +0 -1
  67. data/app/lib/actions/katello/repository/update.rb +0 -1
  68. data/app/lib/actions/middleware/record_smart_proxy_sync_history.rb +0 -5
  69. data/app/lib/actions/pulp/repository/create.rb +1 -7
  70. data/app/lib/actions/pulp/repository/distributor_publish.rb +2 -10
  71. data/app/lib/actions/pulp/repository/sync.rb +1 -3
  72. data/app/lib/actions/pulp3/capsule_content/refresh_content_guard.rb +17 -0
  73. data/app/lib/actions/pulp3/content_guard/refresh.rb +10 -6
  74. data/app/lib/actions/pulp3/content_view_version/create_export_history.rb +57 -0
  75. data/app/lib/actions/pulp3/content_view_version/create_import_history.rb +34 -0
  76. data/app/lib/actions/pulp3/orchestration/content_view_version/copy_version_units_to_library.rb +2 -3
  77. data/app/lib/actions/pulp3/orchestration/content_view_version/export.rb +34 -51
  78. data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +2 -2
  79. data/app/lib/actions/pulp3/orchestration/content_view_version/import.rb +13 -1
  80. data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +1 -1
  81. data/app/lib/actions/pulp3/orchestration/repository/sync.rb +1 -0
  82. data/app/lib/actions/pulp3/repository/refresh_remote.rb +17 -0
  83. data/app/lib/katello/agent/client_message_handler.rb +3 -11
  84. data/app/lib/katello/concerns/base_template_scope_extensions.rb +117 -3
  85. data/app/lib/katello/errors.rb +6 -11
  86. data/app/lib/katello/event_daemon/monitor.rb +0 -1
  87. data/app/lib/katello/event_daemon/runner.rb +2 -2
  88. data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +10 -6
  89. data/app/lib/katello/http_resource.rb +1 -6
  90. data/app/lib/katello/logging.rb +11 -6
  91. data/app/lib/katello/qpid/connection.rb +1 -3
  92. data/app/lib/katello/repo_discovery.rb +15 -1
  93. data/app/lib/katello/resources/candlepin/owner.rb +3 -2
  94. data/app/lib/katello/resources/candlepin/pool.rb +6 -2
  95. data/app/lib/katello/resources/candlepin.rb +10 -0
  96. data/app/lib/katello/util/package.rb +1 -1
  97. data/app/lib/katello/util/pulpcore_content_filters.rb +1 -1
  98. data/app/lib/katello/validators/hostgroup_kickstart_repository_validator.rb +0 -6
  99. data/app/models/katello/authorization/content_view.rb +8 -0
  100. data/app/models/katello/authorization/content_view_version_import_history.rb +11 -0
  101. data/app/models/katello/concerns/content_facet_host_extensions.rb +1 -1
  102. data/app/models/katello/concerns/content_view_filter_rule_common.rb +2 -2
  103. data/app/models/katello/concerns/host_managed_extensions.rb +1 -32
  104. data/app/models/katello/concerns/hostgroup_extensions.rb +2 -9
  105. data/app/models/katello/concerns/http_proxy_extensions.rb +2 -4
  106. data/app/models/katello/concerns/location_extensions.rb +2 -25
  107. data/app/models/katello/concerns/operatingsystem_extensions.rb +0 -2
  108. data/app/models/katello/concerns/organization_extensions.rb +4 -18
  109. data/app/models/katello/concerns/redhat_extensions.rb +10 -18
  110. data/app/models/katello/concerns/smart_proxy_extensions.rb +6 -31
  111. data/app/models/katello/content_view.rb +17 -113
  112. data/app/models/katello/content_view_component.rb +5 -0
  113. data/app/models/katello/content_view_docker_filter_rule.rb +1 -0
  114. data/app/models/katello/content_view_package_filter_rule.rb +4 -0
  115. data/app/models/katello/content_view_package_group_filter.rb +1 -0
  116. data/app/models/katello/content_view_repository.rb +4 -5
  117. data/app/models/katello/content_view_version.rb +9 -33
  118. data/app/models/katello/content_view_version_export_history.rb +18 -4
  119. data/app/models/katello/content_view_version_import_history.rb +42 -0
  120. data/app/models/katello/erratum.rb +1 -1
  121. data/app/models/katello/events/delete_pool.rb +19 -0
  122. data/app/models/katello/glue/candlepin/environment.rb +7 -0
  123. data/app/models/katello/glue/candlepin/owner.rb +12 -1
  124. data/app/models/katello/glue/candlepin/pool.rb +42 -25
  125. data/app/models/katello/glue/provider.rb +3 -6
  126. data/app/models/katello/glue/pulp/repo.rb +19 -9
  127. data/app/models/katello/host/content_facet.rb +1 -0
  128. data/app/models/katello/host/subscription_facet.rb +3 -1
  129. data/app/models/katello/kt_environment.rb +0 -6
  130. data/app/models/katello/package_group.rb +4 -0
  131. data/app/models/katello/ping.rb +15 -4
  132. data/app/models/katello/pool.rb +9 -0
  133. data/app/models/katello/product.rb +0 -6
  134. data/app/models/katello/product_content.rb +3 -1
  135. data/app/models/katello/pulp_sync_status.rb +0 -10
  136. data/app/models/katello/repository.rb +20 -35
  137. data/app/models/katello/root_repository.rb +0 -5
  138. data/app/models/katello/subscription.rb +10 -0
  139. data/app/models/katello/sync_plan.rb +7 -0
  140. data/app/models/setting/content.rb +7 -8
  141. data/app/presenters/katello/content_view_version_compare_presenter.rb +2 -6
  142. data/app/presenters/katello/product_content_presenter.rb +3 -5
  143. data/app/services/cert/certs.rb +3 -7
  144. data/app/services/katello/applicability/applicable_content_helper.rb +1 -2
  145. data/app/services/katello/candlepin/event_handler.rb +22 -22
  146. data/app/services/katello/candlepin/message_handler.rb +24 -15
  147. data/app/services/katello/content_view_manager.rb +24 -0
  148. data/app/services/katello/event_monitor/poller_thread.rb +25 -20
  149. data/app/services/katello/managed_content_medium_provider.rb +4 -0
  150. data/app/services/katello/organization_creator.rb +120 -0
  151. data/app/services/katello/product_content_finder.rb +5 -1
  152. data/app/services/katello/pulp/pulp_content_unit.rb +6 -6
  153. data/app/services/katello/pulp/smart_proxy_repository.rb +2 -17
  154. data/app/services/katello/pulp3/api/ansible_collection.rb +14 -2
  155. data/app/services/katello/pulp3/api/apt.rb +1 -1
  156. data/app/services/katello/pulp3/api/content_guard.rb +6 -40
  157. data/app/services/katello/pulp3/api/core.rb +27 -2
  158. data/app/services/katello/pulp3/api/docker.rb +1 -1
  159. data/app/services/katello/pulp3/api/file.rb +5 -1
  160. data/app/services/katello/pulp3/api/yum.rb +9 -1
  161. data/app/services/katello/pulp3/content_view_version/export.rb +18 -40
  162. data/app/services/katello/pulp3/content_view_version/import.rb +75 -30
  163. data/app/services/katello/pulp3/content_view_version/import_gpg_keys.rb +32 -0
  164. data/app/services/katello/pulp3/content_view_version/import_validator.rb +53 -21
  165. data/app/services/katello/pulp3/content_view_version/importable_products.rb +47 -0
  166. data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +52 -0
  167. data/app/services/katello/pulp3/content_view_version/metadata_generator.rb +99 -0
  168. data/app/services/katello/pulp3/pulp_content_unit.rb +1 -1
  169. data/app/services/katello/pulp3/repository/ansible_collection.rb +5 -1
  170. data/app/services/katello/pulp3/repository/apt.rb +2 -1
  171. data/app/services/katello/pulp3/repository/yum.rb +0 -16
  172. data/app/services/katello/pulp3/repository.rb +20 -1
  173. data/app/services/katello/pulp3/rpm.rb +5 -1
  174. data/app/services/katello/pulp3/task.rb +12 -5
  175. data/app/services/katello/pulp3/task_group.rb +10 -5
  176. data/app/services/katello/smart_proxy_helper.rb +1 -8
  177. data/app/services/katello/ui_notifications/pulp/proxy_disk_space.rb +0 -1
  178. data/app/services/katello/ui_notifications/system_error.rb +25 -0
  179. data/app/views/katello/api/v2/content_view_components/show.json.rabl +1 -1
  180. data/app/views/katello/api/v2/content_view_filters/show.json.rabl +0 -1
  181. data/app/views/katello/api/v2/{puppet_modules → content_view_version_import_histories}/index.json.rabl +1 -1
  182. data/app/views/katello/api/v2/content_view_version_import_histories/show.json.rabl +14 -0
  183. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +2 -2
  184. data/app/views/katello/api/v2/content_view_versions/show.json.rabl +0 -7
  185. data/app/views/katello/api/v2/content_views/base.json.rabl +20 -9
  186. data/app/views/katello/api/v2/environments/show.json.rabl +0 -1
  187. data/app/views/katello/api/v2/package_groups/index.json.rabl +4 -0
  188. data/app/views/katello/api/v2/repositories/base.json.rabl +0 -1
  189. data/app/views/katello/api/v2/repositories/show.json.rabl +1 -1
  190. data/app/views/katello/api/v2/repository_sets/index.json.rabl +4 -1
  191. data/app/views/katello/api/v2/repository_sets/show.json.rabl +22 -0
  192. data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
  193. data/app/views/overrides/activation_keys/_host_media_type_select.html.erb +1 -1
  194. data/app/views/overrides/smart_proxies/_download_policy.erb +1 -1
  195. data/config/initializers/monkeys.rb +0 -1
  196. data/config/katello.yaml.example +0 -1
  197. data/config/routes/api/v2.rb +9 -21
  198. data/config/routes/overrides.rb +1 -2
  199. data/db/migrate/20140422000001_update_products_add_organization.rb +3 -2
  200. data/db/migrate/20160701180402_add_sortable_version_to_puppet_modules.rb +2 -0
  201. data/db/migrate/20200514092553_move_katello_fields_from_hostgroups.katello.rb +1 -1
  202. data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +14 -20
  203. data/db/migrate/20210224160921_remove_disabled_products_from_sync_plans.rb +6 -0
  204. data/db/migrate/20210302165636_remove_katello_puppet_modules.rb +62 -0
  205. data/db/migrate/20210309160925_create_katello_content_view_version_import_histories.rb +13 -0
  206. data/db/migrate/20210318204533_add_import_type_to_import_histories.rb +8 -0
  207. data/db/migrate/20210319123300_add_foreign_keys_to_import_export_histories.rb +6 -0
  208. data/db/migrate/20210322142311_add_auth_url_token_to_root_repositories.rb +6 -0
  209. data/db/migrate/20210331180353_katello_pool_organization_id_not_nullable.rb +16 -0
  210. data/db/migrate/20210409033915_add_created_in_katello_to_taxonomy.rb +9 -0
  211. data/db/seeds.d/101-locations.rb +0 -3
  212. data/db/seeds.d/102-organizations.rb +1 -5
  213. data/db/seeds.d/109-katello-notification-blueprints.rb +12 -0
  214. data/db/seeds.d/111-upgrade_tasks.rb +3 -2
  215. data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +325 -156
  216. data/engines/bastion/vendor/assets/javascripts/bastion/angular-animate/angular-animate.js +3 -3
  217. data/engines/bastion/vendor/assets/javascripts/bastion/angular-resource/angular-resource.js +3 -3
  218. data/engines/bastion/vendor/assets/javascripts/bastion/angular-route/angular-route.js +3 -3
  219. data/engines/bastion/vendor/assets/javascripts/bastion/angular-sanitize/angular-sanitize.js +21 -43
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +9 -10
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html +2 -9
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion-katello-bootstrap.js +0 -1
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion_katello.js +0 -3
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +2 -0
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +2 -0
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +11 -4
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +18 -11
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +10 -4
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +2 -0
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-actions.controller.js +5 -1
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +7 -2
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +7 -2
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +6 -6
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +7 -7
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +14 -6
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +5 -5
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js +0 -14
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js +9 -11
  239. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -2
  240. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html +2 -8
  241. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +3 -6
  242. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html +5 -0
  243. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-view.factory.js +0 -6
  244. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.routes.js +0 -56
  245. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-available-content-views.html +0 -5
  246. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-content-views-list.html +0 -5
  247. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html +2 -9
  248. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html +0 -12
  249. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html +0 -3
  250. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version-content.controller.js +2 -6
  251. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-versions.module.js +0 -1
  252. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html +0 -7
  253. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/content.service.js +0 -5
  254. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.module.js +0 -1
  255. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.routes.js +0 -11
  256. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/views/environments.html +0 -3
  257. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +21 -6
  258. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html +9 -0
  259. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +71 -311
  260. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +0 -10
  261. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/fenced-pages.service.js +0 -1
  262. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +2 -4
  263. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +13 -15
  264. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -7
  265. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repositories.routes.js +0 -9
  266. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +0 -6
  267. data/engines/bastion_katello/lib/bastion_katello/engine.rb +3 -3
  268. data/lib/katello/engine.rb +16 -15
  269. data/lib/katello/middleware/organization_created_enforcer.rb +22 -0
  270. data/lib/katello/permission_creator.rb +12 -28
  271. data/lib/katello/permissions/host_permissions.rb +3 -2
  272. data/lib/katello/plugin.rb +6 -19
  273. data/lib/katello/repository_types/ansible_collection.rb +1 -1
  274. data/lib/katello/repository_types/deb.rb +1 -1
  275. data/lib/katello/repository_types/docker.rb +1 -1
  276. data/lib/katello/repository_types/file.rb +1 -1
  277. data/lib/katello/repository_types/yum.rb +1 -1
  278. data/lib/katello/tasks/clean_backend_objects.rake +25 -0
  279. data/lib/katello/tasks/jenkins.rake +6 -0
  280. data/lib/katello/tasks/receptor/extract_orgs.rake +1 -3
  281. data/lib/katello/tasks/reimport.rake +0 -1
  282. data/lib/katello/tasks/repository.rake +0 -30
  283. data/lib/katello/tasks/update_subscription_facet_backend_data.rake +3 -3
  284. data/lib/katello/tasks/upgrades/4.0/remove_ostree_puppet_content.rake +2 -4
  285. data/lib/katello/tasks/upgrades/4.1/fix_invalid_pools.rake +62 -0
  286. data/lib/katello/tasks/upgrades/4.1/sync_noarch_content.rake +15 -0
  287. data/lib/katello/version.rb +1 -1
  288. data/lib/katello.rb +1 -1
  289. data/locale/action_names.rb +65 -63
  290. data/locale/bn/katello.edit.po +1357 -1606
  291. data/locale/bn/katello.po +465 -744
  292. data/locale/cs/katello.edit.po +1213 -1087
  293. data/locale/cs/katello.po +307 -219
  294. data/locale/de/katello.edit.po +1498 -1520
  295. data/locale/de/katello.po +589 -625
  296. data/locale/en/katello.edit.po +1198 -1074
  297. data/locale/en/katello.po +304 -213
  298. data/locale/es/katello.edit.po +2344 -2304
  299. data/locale/es/katello.po +1407 -1407
  300. data/locale/fr/katello.edit.po +2720 -2642
  301. data/locale/fr/katello.po +1703 -1750
  302. data/locale/gu/katello.edit.po +1546 -1797
  303. data/locale/gu/katello.po +654 -935
  304. data/locale/hi/katello.edit.po +1545 -1793
  305. data/locale/hi/katello.po +653 -931
  306. data/locale/it/katello.edit.po +1323 -1310
  307. data/locale/it/katello.po +407 -409
  308. data/locale/ja/katello.edit.po +2645 -2557
  309. data/locale/ja/katello.po +1646 -1664
  310. data/locale/katello.pot +1435 -1289
  311. data/locale/kn/katello.edit.po +1546 -1795
  312. data/locale/kn/katello.po +654 -933
  313. data/locale/ko/katello.edit.po +1464 -1449
  314. data/locale/ko/katello.po +554 -554
  315. data/locale/mr/katello.edit.po +1545 -1758
  316. data/locale/mr/katello.po +653 -896
  317. data/locale/or/katello.edit.po +1546 -1795
  318. data/locale/or/katello.po +654 -933
  319. data/locale/pa/katello.edit.po +1541 -1775
  320. data/locale/pa/katello.po +649 -913
  321. data/locale/pt/katello.edit.po +1289 -1255
  322. data/locale/pt/katello.po +398 -394
  323. data/locale/pt_BR/katello.edit.po +2370 -2315
  324. data/locale/pt_BR/katello.po +1435 -1421
  325. data/locale/ru/katello.edit.po +1611 -1608
  326. data/locale/ru/katello.po +704 -716
  327. data/locale/ta/katello.edit.po +1358 -1605
  328. data/locale/ta/katello.po +465 -742
  329. data/locale/te/katello.edit.po +1545 -1792
  330. data/locale/te/katello.po +653 -930
  331. data/locale/zh_CN/katello.edit.po +3052 -2930
  332. data/locale/zh_CN/katello.po +2055 -2039
  333. data/locale/zh_TW/katello.edit.po +1571 -1669
  334. data/locale/zh_TW/katello.po +649 -777
  335. data/package.json +2 -2
  336. data/webpack/{scenes/ContentViews/Details/Repositories/RepoAddedStatus.js → components/AddedStatusLabel.js} +5 -5
  337. data/webpack/components/RoutedTabs/RoutedTabs.js +91 -0
  338. data/webpack/components/RoutedTabs/__tests__/RoutedTabs.test.js +32 -0
  339. data/webpack/components/RoutedTabs/index.js +4 -0
  340. data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageConstants.js +2 -0
  341. data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageHelpers.js +21 -0
  342. data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js +21 -0
  343. data/webpack/components/extensions/RegistrationCommands/__tests__/ActivationKeys.test.js +18 -0
  344. data/webpack/components/extensions/RegistrationCommands/__tests__/Force.test.js +9 -0
  345. data/webpack/components/extensions/RegistrationCommands/__tests__/IgnoreSubmanErrors.test.js +9 -0
  346. data/webpack/components/extensions/RegistrationCommands/__tests__/LifeCycleEnvironment.test.js +11 -0
  347. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +58 -0
  348. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/Force.test.js.snap +25 -0
  349. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/IgnoreSubmanErrors.test.js.snap +25 -0
  350. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/LifeCycleEnvironment.test.js.snap +27 -0
  351. data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +99 -0
  352. data/webpack/components/extensions/RegistrationCommands/fields/Force.js +38 -0
  353. data/webpack/components/extensions/RegistrationCommands/fields/IgnoreSubmanErrors.js +38 -0
  354. data/webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js +56 -0
  355. data/webpack/components/extensions/RegistrationCommands/index.js +81 -0
  356. data/webpack/components/pf3Table/formatters/EntitlementsInlineEditFormatter.js +23 -24
  357. data/webpack/components/pf3Table/formatters/__tests__/__snapshots__/EntitlementsInlineEditFormatter.test.js.snap +3 -1
  358. data/webpack/components/pf3Table/formatters/entitlementsValueFormatter.js +16 -0
  359. data/webpack/containers/Application/overrides.scss +3 -0
  360. data/webpack/fills_index.js +3 -0
  361. data/webpack/redux/reducers/RedHatRepositories/enabled.fixtures.js +0 -2
  362. data/webpack/scenes/ContentViews/ContentViewsConstants.js +8 -1
  363. data/webpack/scenes/ContentViews/Copy/__tests__/contentViewCopyResult.fixtures.json +1 -3
  364. data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -3
  365. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentEnvironments.js +28 -0
  366. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentVersion.js +45 -0
  367. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +124 -0
  368. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.fixtures.json +161 -0
  369. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +163 -0
  370. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/unpublishedCVComponents.fixtures.json +64 -0
  371. data/webpack/scenes/ContentViews/Details/ContentViewDetailActions.js +67 -7
  372. data/webpack/scenes/ContentViews/Details/ContentViewDetailSelectors.js +61 -4
  373. data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +34 -11
  374. data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +33 -0
  375. data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +117 -0
  376. data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +115 -0
  377. data/webpack/scenes/ContentViews/Details/Filters/ContentType.js +7 -10
  378. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetails.js +49 -0
  379. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +56 -0
  380. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +3 -17
  381. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +116 -0
  382. data/webpack/scenes/ContentViews/Details/Filters/__tests__/allFilterPackageGroups.fixtures.json +69 -0
  383. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetail.fixtures.json +103 -0
  384. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +116 -0
  385. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvPackageFilterDetail.fixtures.json +147 -0
  386. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvPackageFilterRules.fixtures.json +30 -0
  387. data/webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js +136 -0
  388. data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.fixtures.json +370 -0
  389. data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +94 -0
  390. data/webpack/scenes/ContentViews/Details/Repositories/ContentCounts.js +0 -1
  391. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +106 -13
  392. data/webpack/scenes/ContentViews/Details/Repositories/LastSync.js +11 -5
  393. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +5 -1
  394. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +138 -0
  395. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewDetailRepos.fixtures.json +0 -2
  396. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewDetailRepos.test.js +1 -1
  397. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewRepoAdd.fixture.json +57 -0
  398. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionContent.js +73 -0
  399. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionEnvironments.js +31 -0
  400. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionErrata.js +64 -0
  401. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionErrata.scss +8 -0
  402. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionPackages.js +0 -0
  403. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +105 -0
  404. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.fixtures.json +728 -0
  405. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +154 -0
  406. data/webpack/scenes/ContentViews/Details/Versions/__tests__/emptyCVVersion.fixtures.json +13 -0
  407. data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetail.test.js +3 -1
  408. data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetails.fixtures.json +0 -2
  409. data/webpack/scenes/ContentViews/Table/ContentViewVersionCell.js +33 -0
  410. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +17 -22
  411. data/webpack/scenes/ContentViews/Table/tableDataGenerator.js +51 -102
  412. data/webpack/scenes/ContentViews/__tests__/basicContentViews.fixtures.js +5 -3
  413. data/webpack/scenes/ContentViews/__tests__/contentViewList.fixtures.json +30 -5
  414. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +95 -0
  415. data/webpack/scenes/ContentViews/components/ContentViewIcon.js +11 -5
  416. data/webpack/scenes/ContentViews/components/EnvironmentLabels.js +16 -0
  417. data/webpack/scenes/ContentViews/components/IconWithCount.js +1 -1
  418. data/webpack/scenes/ContentViews/components/InactiveText.js +15 -0
  419. data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +19 -1
  420. data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +1 -1
  421. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +1 -1
  422. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +3 -3
  423. data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +1 -1
  424. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableHelpers.js +17 -0
  425. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js +2 -1
  426. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/SubscriptionsTable.test.js +1 -1
  427. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/__snapshots__/SubscriptionsTable.test.js.snap +144 -0
  428. data/webpack/scenes/Tasks/helpers.js +2 -2
  429. data/webpack/test-utils/react-testing-lib-wrapper.js +11 -3
  430. data/webpack/utils/__tests__/useParamsWithHash.test.js +22 -0
  431. data/webpack/utils/helpers.js +2 -0
  432. data/webpack/utils/paramsFromHash.js +16 -0
  433. data/webpack/utils/useUrlParams.js +14 -0
  434. metadata +122 -206
  435. data/app/controllers/katello/api/v2/content_view_puppet_modules_controller.rb +0 -82
  436. data/app/controllers/katello/api/v2/puppet_modules_controller.rb +0 -19
  437. data/app/controllers/katello/concerns/registration_controller_extensions.rb +0 -16
  438. data/app/helpers/katello/concerns/hosts_and_hostgroups_helper_extensions.rb +0 -20
  439. data/app/lib/actions/candlepin/owner/create.rb +0 -16
  440. data/app/lib/actions/katello/content_view_puppet_environment/clear.rb +0 -11
  441. data/app/lib/actions/katello/content_view_puppet_environment/clone.rb +0 -78
  442. data/app/lib/actions/katello/content_view_puppet_environment/clone_content_for_version.rb +0 -20
  443. data/app/lib/actions/katello/content_view_puppet_environment/create.rb +0 -34
  444. data/app/lib/actions/katello/content_view_puppet_environment/create_for_version.rb +0 -23
  445. data/app/lib/actions/katello/content_view_puppet_environment/destroy.rb +0 -28
  446. data/app/lib/actions/katello/content_view_puppet_module/destroy.rb +0 -46
  447. data/app/lib/actions/katello/environment/library_create.rb +0 -35
  448. data/app/lib/actions/katello/organization/create.rb +0 -38
  449. data/app/lib/actions/pulp/content_view_puppet_environment/copy_contents.rb +0 -36
  450. data/app/lib/actions/pulp/content_view_puppet_environment/index_content.rb +0 -19
  451. data/app/lib/actions/pulp/repository/presenters/puppet_presenter.rb +0 -54
  452. data/app/lib/actions/pulp3/content_migration.rb +0 -31
  453. data/app/lib/actions/pulp3/content_migration_presenter.rb +0 -59
  454. data/app/lib/actions/pulp3/content_migration_reset.rb +0 -22
  455. data/app/lib/katello/foreman.rb +0 -32
  456. data/app/lib/katello/mapping.rb +0 -31
  457. data/app/lib/katello/util/hostgroup_facets_helper.rb +0 -126
  458. data/app/lib/katello/validators/content_view_puppet_module_validator.rb +0 -32
  459. data/app/models/katello/concerns/environment_extensions.rb +0 -74
  460. data/app/models/katello/content_view_puppet_environment.rb +0 -116
  461. data/app/models/katello/content_view_puppet_environment_puppet_module.rb +0 -11
  462. data/app/models/katello/content_view_puppet_module.rb +0 -63
  463. data/app/models/katello/puppet_module.rb +0 -77
  464. data/app/models/katello/repository_puppet_module.rb +0 -7
  465. data/app/services/katello/pulp/puppet_module.rb +0 -21
  466. data/app/services/katello/pulp/repository/puppet.rb +0 -68
  467. data/app/services/katello/pulp3/migration.rb +0 -329
  468. data/app/services/katello/pulp3/migration_plan.rb +0 -178
  469. data/app/services/katello/pulp3/migration_switchover.rb +0 -126
  470. data/app/services/katello/puppet_class_importer_extensions.rb +0 -32
  471. data/app/views/foreman/hosts/_registration.html.erb +0 -12
  472. data/app/views/katello/api/v2/activation_keys/product_content.json.rabl +0 -30
  473. data/app/views/katello/api/v2/content_view_puppet_modules/create.json.rabl +0 -3
  474. data/app/views/katello/api/v2/content_view_puppet_modules/index.json.rabl +0 -7
  475. data/app/views/katello/api/v2/content_view_puppet_modules/show.json.rabl +0 -9
  476. data/app/views/katello/api/v2/content_views/puppet_modules.json.rabl +0 -7
  477. data/app/views/katello/api/v2/host_subscriptions/content_override.json.rabl +0 -3
  478. data/app/views/katello/api/v2/host_subscriptions/product_content.json.rabl +0 -29
  479. data/app/views/katello/api/v2/puppet_modules/backend.json.rabl +0 -7
  480. data/app/views/katello/api/v2/puppet_modules/base.json.rabl +0 -9
  481. data/app/views/katello/api/v2/puppet_modules/compare.json.rabl +0 -10
  482. data/app/views/katello/api/v2/puppet_modules/name.json.rabl +0 -3
  483. data/app/views/katello/api/v2/puppet_modules/names.json.rabl +0 -7
  484. data/app/views/katello/api/v2/puppet_modules/show.json.rabl +0 -4
  485. data/db/migrate/20210512192745_fix_red_hat_root_repository_arch.rb +0 -11
  486. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-register-client.directive.js +0 -6
  487. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-register-os-client.directive.js +0 -17
  488. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-register.controller.js +0 -44
  489. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html +0 -28
  490. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register-deb-client.html +0 -38
  491. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register-oracle-client.html +0 -5
  492. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register-sles-client.html +0 -28
  493. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-puppet-modules.controller.js +0 -9
  494. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module-names.controller.js +0 -45
  495. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module-versions.controller.js +0 -61
  496. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module.factory.js +0 -23
  497. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-modules.controller.js +0 -74
  498. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html +0 -57
  499. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-versions.html +0 -64
  500. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-modules.html +0 -54
  501. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-puppet-modules.html +0 -19
  502. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-puppet-modules.html +0 -25
  503. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +0 -6903
  504. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +0 -7094
  505. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +0 -7303
  506. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +0 -6895
  507. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +0 -6865
  508. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +0 -6720
  509. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +0 -7077
  510. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +0 -6832
  511. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +0 -6766
  512. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +0 -6703
  513. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-puppet-modules.html +0 -66
  514. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/puppet-module-content-views.controller.js +0 -44
  515. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/puppet-module-repositories.controller.js +0 -36
  516. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/puppet-module.controller.js +0 -34
  517. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-content-views.html +0 -41
  518. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-info.html +0 -32
  519. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-repositories.html +0 -52
  520. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module.html +0 -37
  521. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-module.factory.js +0 -28
  522. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-modules.controller.js +0 -35
  523. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-modules.module.js +0 -20
  524. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-modules.routes.js +0 -71
  525. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules.html +0 -47
  526. data/lib/katello/repository_types/puppet.rb +0 -5
  527. data/lib/katello/tasks/fix_hostgroup_facets.rake +0 -8
  528. data/lib/katello/tasks/pulp3_content_switchover.rake +0 -32
  529. data/lib/katello/tasks/pulp3_migration.rake +0 -41
  530. data/lib/katello/tasks/pulp3_migration_abort.rake +0 -22
  531. data/lib/katello/tasks/pulp3_migration_reset.rake +0 -26
  532. data/lib/katello/tasks/pulp3_migration_stats.rake +0 -41
  533. data/lib/katello/tasks/pulp3_post_migration_check.rake +0 -51
  534. data/lib/monkeys/passenger_tee_input.rb +0 -20
  535. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  536. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  537. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  538. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  539. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  540. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  541. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  542. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  543. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  544. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  545. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  546. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  547. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  548. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  549. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  550. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  551. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  552. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  553. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  554. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  555. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  556. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  557. data/webpack/components/TabWrapper/TabWrapper.js +0 -26
  558. data/webpack/components/TabWrapper/index.js +0 -3
  559. data/webpack/components/TabbedView/TabbedView.js +0 -38
  560. data/webpack/components/TabbedView/TabbedView.scss +0 -3
  561. data/webpack/components/TabbedView/index.js +0 -3
  562. data/webpack/scenes/ContentViews/expansions/EnvironmentsExpansion.js +0 -19
  563. data/webpack/scenes/ContentViews/expansions/VersionsExpansion.js +0 -11
data/locale/de/katello.po CHANGED
@@ -1,30 +1,44 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the PACKAGE package.
3
+ # This file is distributed under the same license as the katello package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4
5
  #
5
6
  # Translators:
6
- # Miroslav Suchý <msuchy@redhat.com>, 2012-2013.
7
- # hpeters <hpeters@redhat.com>, 2014. #zanata
8
- # hpeters <hpeters@redhat.com>, 2015. #zanata
9
- # jdimanos <jdimanos@redhat.com>, 2015. #zanata
10
- # rgromans <rgromans@redhat.com>, 2015. #zanata
7
+ # mbacovsky <martin.bacovsky@gmail.com>, 2017
8
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2017
9
+ # Hannes Schaller <admin@cyberkov.at>, 2017
10
+ # stbenjam <stephen@redhat.com>, 2017
11
+ # Christina Gurski <Gurski_christina@yahoo.de>, 2017
12
+ # Markus Bucher <bucher@atix.de>, 2019
13
+ # simon11 <transifex@stieger.co>, 2020
14
+ # Martin Zimmermann <martin.zimmermann@gmx.com>, 2020
15
+ # Michael Moll, 2020
16
+ # Arnold Bechtoldt <mail@arnoldbechtoldt.com>, 2020
17
+ # abf90805572190d649c59f7a021d76cb, 2021
18
+ # Ulrich Habel <rhaen@pkgbox.de>, 2021
19
+ # Ettore Atalan <atalanttore@googlemail.com>, 2021
20
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2021
21
+ # Bernhard Suttner <bernhard.suttner@atix.de>, 2021
22
+ # Lukáš Zapletal, 2021
23
+ # Wiederoder <stefanwiederoder@googlemail.com>, 2021
24
+ # Crited <Alexander.Stoll@netways.de>, 2021
25
+ #
11
26
  msgid ""
12
27
  msgstr ""
13
- "Project-Id-Version: version 0.0.1\n"
28
+ "Project-Id-Version: katello 2.4.0-RC1\n"
14
29
  "Report-Msgid-Bugs-To: \n"
15
- "PO-Revision-Date: 2015-04-28 01:24+0000\n"
16
- "Last-Translator: hpeters <hpeters@redhat.com>\n"
17
- "Language-Team: LANGUAGE <LL@li.org>\n"
18
- "Language: de\n"
30
+ "PO-Revision-Date: 2017-12-19 20:14+0000\n"
31
+ "Last-Translator: Crited <Alexander.Stoll@netways.de>, 2021\n"
32
+ "Language-Team: German (https://www.transifex.com/foreman/teams/114/de/)\n"
19
33
  "MIME-Version: 1.0\n"
20
34
  "Content-Type: text/plain; charset=UTF-8\n"
21
35
  "Content-Transfer-Encoding: 8bit\n"
36
+ "Language: de\n"
22
37
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
23
- "X-Generator: Zanata 3.6.0\n"
24
38
 
25
39
  msgid ""
26
40
  "\n"
27
- "* Product = '%{product}', Repository = '%{repository}', Repository Type = '%{repo_type}'"
41
+ "* Product = '%{product}', Repository = '%{repository}'"
28
42
  msgstr ""
29
43
 
30
44
  msgid " %{errata_count} Errata"
@@ -36,15 +50,15 @@ msgstr ""
36
50
  msgid " %{package_count} Package(s)"
37
51
  msgstr ""
38
52
 
39
- msgid " %{puppet_module_count} Puppet Module(s)"
40
- msgstr ""
41
-
42
53
  msgid " Content view updated."
43
54
  msgstr ""
44
55
 
45
56
  msgid " Either select the latest content view or the content view version. Cannot set both."
46
57
  msgstr ""
47
58
 
59
+ msgid " RPMs"
60
+ msgstr ""
61
+
48
62
  msgid " environment cannot be set to an environment already on its path"
49
63
  msgstr " Umgebung darf sich nicht bereits auf dem Pfad befinden"
50
64
 
@@ -52,7 +66,7 @@ msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated po
52
66
  msgstr ""
53
67
 
54
68
  msgid "%s Available"
55
- msgstr ""
69
+ msgstr "%s verfügbar"
56
70
 
57
71
  msgid "%s Errata"
58
72
  msgstr "%s Errata"
@@ -63,7 +77,7 @@ msgstr[0] ""
63
77
  msgstr[1] ""
64
78
 
65
79
  msgid "%s Used"
66
- msgstr ""
80
+ msgstr "%s verwendet"
67
81
 
68
82
  msgid "%s ago"
69
83
  msgstr "vor %s"
@@ -264,7 +278,7 @@ msgid "%{unused_substitutions} cannot be specified for %{content_name} as that i
264
278
  msgstr ""
265
279
 
266
280
  msgid "%{used} of %{total}"
267
- msgstr ""
281
+ msgstr "%{used} von %{total}"
268
282
 
269
283
  msgid "%{view_label} could not be promoted to %{environment_label} because the content view and the environment are not in the same organization!"
270
284
  msgstr ""
@@ -278,7 +292,6 @@ msgstr ""
278
292
  msgid ", must be unique to major and version id version."
279
293
  msgstr ""
280
294
 
281
- # translation auto-copied from project CFSE, version sam-1.2, document app, author hedda
282
295
  msgid ": '%s' is a built-in environment"
283
296
  msgstr ": \"%s\" ist eine integrierte Umgebung"
284
297
 
@@ -294,6 +307,9 @@ msgstr ""
294
307
  msgid "A CV version already exists with the same major and minor version (%{major}.%{minor})"
295
308
  msgstr ""
296
309
 
310
+ msgid "A Pool and its Subscription cannot belong to different organizations"
311
+ msgstr ""
312
+
297
313
  msgid "A backend service [ %s ] is unreachable"
298
314
  msgstr "Ein Back-End-Dienst [ %s ] kann nicht erreicht werden"
299
315
 
@@ -313,7 +329,7 @@ msgid "A list of subscriptions expiring soon"
313
329
  msgstr ""
314
330
 
315
331
  msgid "A post-promotion summary of hosts with installable errata"
316
- msgstr ""
332
+ msgstr "Eine Zusammenfassung (nach Übertragung) der Hosts mit installierbaren Errata"
317
333
 
318
334
  msgid "A server operating in disconnected mode does not communicate with the Red Hat CDN."
319
335
  msgstr ""
@@ -330,6 +346,9 @@ msgstr "Eine Zusammenfassung der verfügbaren und relevanten Errata für Ihre Ho
330
346
  msgid "A summary of new errata after a repository is synchronized"
331
347
  msgstr "Eine Zusammenfassung der neuen Errata, nachdem ein Repository synchronisiert wurde"
332
348
 
349
+ msgid "About page"
350
+ msgstr ""
351
+
333
352
  msgid "Abstract async task"
334
353
  msgstr "Übersicht asynchrone Task"
335
354
 
@@ -337,19 +356,22 @@ msgid "Accept action timeout"
337
356
  msgstr ""
338
357
 
339
358
  msgid "Account Number"
340
- msgstr ""
359
+ msgstr "Account-Nummer:"
360
+
361
+ msgid "Action"
362
+ msgstr "Aktion"
341
363
 
342
364
  msgid "Action not allowed for the default smart proxy."
343
365
  msgstr ""
344
366
 
345
- msgid "Action unauthorized to be performed on selected hosts."
367
+ msgid "Action unauthorized to be performed in this organization."
346
368
  msgstr ""
347
369
 
348
- msgid "Action with sub plans"
370
+ msgid "Action unauthorized to be performed on selected hosts."
349
371
  msgstr ""
350
372
 
351
- msgid "Activation Key(s)"
352
- msgstr ""
373
+ msgid "Action with sub plans"
374
+ msgstr "Aktion mit Unterplänen"
353
375
 
354
376
  msgid "Activation Keys"
355
377
  msgstr "Aktivierungsschlüssel"
@@ -357,26 +379,32 @@ msgstr "Aktivierungsschlüssel"
357
379
  msgid "Activation key ID"
358
380
  msgstr "Aktivierungsschlüssel-ID"
359
381
 
360
- msgid "Activation key(s) for Subscription Manager. Required for CentOS and Red Hat Enterprise Linux. Multiple keys add separated by comma, example: key1,key2,key3."
382
+ msgid "Activation key for subscription-manager client. Required for CentOS and Red Hat Enterprise Linux. Multiple keys add separated by comma, example: key1,key2,key3."
383
+ msgstr ""
384
+
385
+ msgid "Activation key(s) for Subscription Manager."
386
+ msgstr ""
387
+
388
+ msgid "Activation key(s) for subscription-manager client. Required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys"
361
389
  msgstr ""
362
390
 
363
391
  msgid "Activation keys and subscriptions can be managed"
364
392
  msgstr "Aktivierungsschlüssel und Subskriptionen können verwaltet werden"
365
393
 
366
- msgid "Active Subscriptions"
394
+ msgid "Activation keys: "
367
395
  msgstr ""
368
396
 
397
+ msgid "Active Subscriptions"
398
+ msgstr "Aktive Subskriptionen"
399
+
369
400
  msgid "Active only"
370
401
  msgstr "Nur aktive"
371
402
 
372
403
  msgid "Add Subscriptions"
373
404
  msgstr ""
374
405
 
375
- msgid "Add a puppet module to the content view"
376
- msgstr "Puppet-Modul zur Inhaltsansicht hinzufügen"
377
-
378
406
  msgid "Add a subscription to a host"
379
- msgstr ""
407
+ msgstr "Subskription zu einem Host hinzufügen"
380
408
 
381
409
  msgid "Add components to the content view"
382
410
  msgstr ""
@@ -388,10 +416,10 @@ msgid "Add filters using the 'Add filter' button above."
388
416
  msgstr ""
389
417
 
390
418
  msgid "Add host to the host collection"
391
- msgstr ""
419
+ msgstr "Host zur Hostsammlung hinzufügen"
392
420
 
393
421
  msgid "Add lifecycle environments to the smart proxy"
394
- msgstr ""
422
+ msgstr "Lebenszyklusumgebung zum Smart Proxy hinzufügen"
395
423
 
396
424
  msgid "Add one or more host collections to one or more hosts"
397
425
  msgstr ""
@@ -408,13 +436,22 @@ msgstr ""
408
436
  msgid "Add subscriptions to one or more hosts"
409
437
  msgstr ""
410
438
 
439
+ msgid "Add to this filter using the 'Add RPM' button."
440
+ msgstr ""
441
+
442
+ msgid "Add to this filter using the 'Add package group' button."
443
+ msgstr ""
444
+
445
+ msgid "Added"
446
+ msgstr "Hinzugefügt"
447
+
411
448
  msgid "Added Content:"
412
449
  msgstr "Hinzugefügte Inhalte:"
413
450
 
414
451
  msgid "Adding content units"
415
452
  msgstr ""
416
453
 
417
- msgid "Adding multiple versions of the same Puppet Module is not supported by incremental update. The following Puppet Modules have duplicate versions in the incremental update content list: %{dup_list}"
454
+ msgid "Additional content"
418
455
  msgstr ""
419
456
 
420
457
  msgid "Addons"
@@ -433,13 +470,13 @@ msgid "All available architectures for this repo are enabled."
433
470
  msgstr ""
434
471
 
435
472
  msgid "All errata applied"
436
- msgstr ""
473
+ msgstr "Alle Errata angewendet"
437
474
 
438
475
  msgid "Allow new Host registrations to assume registered profiles with matching hostname as long as the registering DMI UUID is not used by another host."
439
476
  msgstr ""
440
477
 
441
478
  msgid "Alter a hosts host collections"
442
- msgstr ""
479
+ msgstr "Ändern von Hosts und Hostsammlungen"
443
480
 
444
481
  msgid "Always Use Latest (currently %{version})"
445
482
  msgstr ""
@@ -457,6 +494,8 @@ msgid ""
457
494
  "An error occurred during the sync \n"
458
495
  "%{error_message}"
459
496
  msgstr ""
497
+ "Fehler bei der Synchronisation\n"
498
+ "%{error_message}"
460
499
 
461
500
  msgid "Another component already includes content view with ID %s"
462
501
  msgstr ""
@@ -474,13 +513,16 @@ msgid "Applicability Batch Size"
474
513
  msgstr ""
475
514
 
476
515
  msgid "Arch"
516
+ msgstr "Architektur"
517
+
518
+ msgid "Architecture"
477
519
  msgstr ""
478
520
 
479
521
  msgid "Architecture of content in the repository"
480
522
  msgstr ""
481
523
 
482
524
  msgid "Architecture(s)"
483
- msgstr ""
525
+ msgstr "Architektur(en)"
484
526
 
485
527
  msgid "Are you sure you want to delete the manifest?"
486
528
  msgstr ""
@@ -504,7 +546,7 @@ msgid "Array of content view component IDs to remove. Identifier of the componen
504
546
  msgstr ""
505
547
 
506
548
  msgid "Array of host ids"
507
- msgstr ""
549
+ msgstr "Array der Host-IDs"
508
550
 
509
551
  msgid "Array of local pool IDs. Only pools originating upstream are accepted."
510
552
  msgstr ""
@@ -516,7 +558,7 @@ msgid "Array of subscriptions to add"
516
558
  msgstr "Array der hinzuzufügenden Subskriptionen"
517
559
 
518
560
  msgid "Array of subscriptions to remove"
519
- msgstr ""
561
+ msgstr "Array der zu entfernenden Subskriptionen"
520
562
 
521
563
  msgid "Array of uploads to import"
522
564
  msgstr ""
@@ -545,7 +587,7 @@ msgid "Associated location IDs"
545
587
  msgstr ""
546
588
 
547
589
  msgid "Associations"
548
- msgstr ""
590
+ msgstr "Zuweisungen"
549
591
 
550
592
  msgid "At least one Content View Version must be specified"
551
593
  msgstr "Mindestens eine Inhaltsansichtsversion muss angegeben werden"
@@ -559,24 +601,23 @@ msgstr "Zu mindestens einem Aktivierungsschlüssel muss eine Lebenszyklusumgebun
559
601
  msgid "At least one organization must exist."
560
602
  msgstr "Mindestens eine Organisation muss existieren."
561
603
 
562
- # translation auto-copied from project rhsm-web, version 0.0, document management, author jdimanos
563
604
  msgid "Attach a subscription"
564
605
  msgstr "Subskription verknüpfen"
565
606
 
566
607
  msgid "Attach subscriptions"
567
- msgstr ""
608
+ msgstr "Subskriptionen verknüpfen"
568
609
 
569
610
  msgid "Attach subscriptions to %s"
570
- msgstr ""
611
+ msgstr "Subskriptionen mit %s verknüpfen"
571
612
 
572
613
  msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
573
614
  msgstr ""
574
615
 
575
616
  msgid "Author"
576
- msgstr ""
617
+ msgstr "Autor"
577
618
 
578
619
  msgid "Auto Publish"
579
- msgstr ""
620
+ msgstr "Automatisch veröffentlichen"
580
621
 
581
622
  msgid "Auto Publish - Triggered by '%s'"
582
623
  msgstr ""
@@ -617,7 +658,6 @@ msgstr "Zu aktivierende Basisarchitektur"
617
658
  msgid "Batch size to sync repositories in."
618
659
  msgstr ""
619
660
 
620
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author rgromans
621
661
  msgid "Beta"
622
662
  msgstr "Beta"
623
663
 
@@ -633,11 +673,9 @@ msgstr ""
633
673
  msgid "Branches updated"
634
674
  msgstr ""
635
675
 
636
- # translation auto-copied from project RHN Satellite UI, version 5.6, document java/code/src/com/redhat/rhn/frontend/strings/jsp/StringResource
637
676
  msgid "Bug Fix"
638
677
  msgstr "Bugfix"
639
678
 
640
- # translation auto-copied from project Satellite6 Bastion Katello, version 6.1, document bastion_katello
641
679
  msgid "Bugfix"
642
680
  msgstr "Bugfix"
643
681
 
@@ -647,15 +685,12 @@ msgstr ""
647
685
  msgid "CDN SSL version"
648
686
  msgstr ""
649
687
 
650
- # translation auto-copied from project CFSE, version sam-1.2, document app
651
688
  msgid "CDN loading error: %s not found"
652
689
  msgstr "CDN-Ladefehler: %s nicht gefunden"
653
690
 
654
- # translation auto-copied from project CFSE, version sam-1.2, document app
655
691
  msgid "CDN loading error: access denied to %s"
656
692
  msgstr "CDN-Ladefehler: Zugriff auf %s verweigert"
657
693
 
658
- # translation auto-copied from project CFSE, version sam-1.2, document app, author hedda
659
694
  msgid "CDN loading error: access forbidden to %s"
660
695
  msgstr "CDN-Ladefehler: Zugriff auf %s verweigert"
661
696
 
@@ -683,11 +718,9 @@ msgstr "Nur Inhalt aus der standardmäßigen Inhaltsansicht kann entfernt werden
683
718
  msgid "Can only upload to Yum Repositories."
684
719
  msgstr ""
685
720
 
686
- # translation auto-copied from project CFSE, version sam-1.2, document app, author hedda
687
721
  msgid "Can't update the '%s' environment"
688
722
  msgstr "\"%s\" Umgebung kann nicht aktualisiert werden"
689
723
 
690
- # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery
691
724
  msgid "Cancel"
692
725
  msgstr "Abbrechen"
693
726
 
@@ -697,10 +730,8 @@ msgstr "Repository-Suche abbrechen"
697
730
  msgid "Cancel running smart proxy synchronization"
698
731
  msgstr ""
699
732
 
700
- # translation auto-copied from project CFSE, version sam-1.2, document app, author hedda
701
- #, fuzzy
702
733
  msgid "Canceled"
703
- msgstr "Abgebrochen."
734
+ msgstr "Abgebrochen"
704
735
 
705
736
  msgid "Cancelled"
706
737
  msgstr ""
@@ -756,7 +787,6 @@ msgstr "\"%{view}\" kann nicht gelöscht werden aufgrund zugewiesener %{dependen
756
787
  msgid "Cannot delete Red Hat product: %{product}"
757
788
  msgstr ""
758
789
 
759
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author rgromans
760
790
  msgid "Cannot delete from %s, view does not exist there."
761
791
  msgstr "Aus %s kann nicht gelöscht werden, die Ansicht existiert dort nicht."
762
792
 
@@ -769,13 +799,10 @@ msgstr "Anbieter mit verknüpften Produkten kann nicht gelöscht werden"
769
799
  msgid "Cannot delete redhat product content"
770
800
  msgstr ""
771
801
 
772
- msgid "Cannot delete the default Location for Puppet content. If you no longer want this Location, change the default Location for Puppet content under Administer > Settings, tab Content."
773
- msgstr ""
774
-
775
802
  msgid "Cannot delete the default Location for subscribed hosts. If you no longer want this Location, change the default Location for subscribed hosts under Administer > Settings, tab Content."
776
803
  msgstr ""
777
804
 
778
- msgid "Cannot delete the last Location. Foreman needs at least one Location to put newly published Puppet content and Hosts registered via subscription-manager"
805
+ msgid "Cannot delete the last Location."
779
806
  msgstr ""
780
807
 
781
808
  msgid "Cannot delete version while it is in environment %s"
@@ -785,7 +812,7 @@ msgid "Cannot delete version while it is in environments: %s"
785
812
  msgstr "Version kann nicht gelöscht werden, während sie in Umgebungen ist: %s"
786
813
 
787
814
  msgid "Cannot delete version while it is in use by composite content views: %s"
788
- msgstr ""
815
+ msgstr "Version kann nicht gelöscht werden, während sie von zusammengesetzten Inhaltsansichten verwendet wird: %s"
789
816
 
790
817
  msgid "Cannot delete view while it exists in environments"
791
818
  msgstr "Ansicht kann nicht gelöscht werden, während sie in Umgebungen existiert"
@@ -814,7 +841,6 @@ msgstr ""
814
841
  msgid "Cannot publish default content view"
815
842
  msgstr "Standardinhaltsansicht kann nicht veröffentlicht werden"
816
843
 
817
- # translation auto-copied from project CFSE, version sam-1.2, document app, author hedda
818
844
  msgid "Cannot register a system to the '%s' environment"
819
845
  msgstr "System kann nicht in der \"%s\" Umgebung registriert werden"
820
846
 
@@ -842,15 +868,12 @@ msgstr "Komponenten für Nicht-Verbundansichten können nicht angegeben werden"
842
868
  msgid "Cannot specify content for composite views"
843
869
  msgstr "Inhalte für Verbundansichten können nicht angegeben werden"
844
870
 
845
- msgid "Cannot sync file:// repositories with On Demand or Background Download Policies"
871
+ msgid "Cannot sync file:// repositories with the On Demand Download Policy"
846
872
  msgstr ""
847
873
 
848
874
  msgid "Cannot upload Container Image content."
849
875
  msgstr ""
850
876
 
851
- msgid "Cannot use this end point for importing to library. If you intented to upload to library, use the library endpoint."
852
- msgstr ""
853
-
854
877
  msgid "Cannot validate contents on non-yum/deb repositories."
855
878
  msgstr ""
856
879
 
@@ -864,7 +887,7 @@ msgid "Check services before actions"
864
887
  msgstr ""
865
888
 
866
889
  msgid "Checksum"
867
- msgstr ""
890
+ msgstr "Prüfsumme"
868
891
 
869
892
  msgid "Checksum of file to upload"
870
893
  msgstr ""
@@ -875,17 +898,18 @@ msgstr ""
875
898
  msgid "Checksum type cannot be set for yum repositories with on demand download policy."
876
899
  msgstr ""
877
900
 
901
+ msgid "Clear any previous registration and run subscription-manager with --force."
902
+ msgstr ""
903
+
878
904
  msgid "Click here to go to the tasks page for the task."
879
905
  msgstr ""
880
906
 
881
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman
882
907
  msgid "Clone"
883
908
  msgstr "Klonen"
884
909
 
885
910
  msgid "Close"
886
- msgstr ""
911
+ msgstr "Schließen"
887
912
 
888
- # translation auto-copied from project CFSE, version sam-1.2, document app
889
913
  msgid "Collapse All"
890
914
  msgstr "Alle einklappen"
891
915
 
@@ -898,7 +922,6 @@ msgstr ""
898
922
  msgid "Comma-separated list of tags to sync for Container Image repository"
899
923
  msgstr ""
900
924
 
901
- # translation auto-copied from project PressGang CCMS topics, version 1, document 15564-459330
902
925
  msgid "Component"
903
926
  msgstr "Komponente"
904
927
 
@@ -915,7 +938,7 @@ msgid "Composite content view"
915
938
  msgstr "Verbundinhaltsansicht"
916
939
 
917
940
  msgid "Compute resource IDs"
918
- msgstr ""
941
+ msgstr "Rechnerressourcen-IDs"
919
942
 
920
943
  msgid "Confirm Deletion"
921
944
  msgstr ""
@@ -927,7 +950,7 @@ msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to so
927
950
  msgstr ""
928
951
 
929
952
  msgid "Consumed"
930
- msgstr ""
953
+ msgstr "Verbraucht"
931
954
 
932
955
  msgid "Container Image Manifest"
933
956
  msgstr ""
@@ -950,7 +973,6 @@ msgstr ""
950
973
  msgid "Container image tag"
951
974
  msgstr ""
952
975
 
953
- # translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello
954
976
  msgid "Content"
955
977
  msgstr "Inhalt"
956
978
 
@@ -964,7 +986,7 @@ msgid "Content Credentials"
964
986
  msgstr ""
965
987
 
966
988
  msgid "Content Download URL"
967
- msgstr ""
989
+ msgstr "Inhaltsdownload-URL"
968
990
 
969
991
  msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
970
992
  msgstr ""
@@ -972,28 +994,18 @@ msgstr ""
972
994
  msgid "Content Hosts"
973
995
  msgstr "Inhaltshosts"
974
996
 
975
- msgid "Content Migration"
976
- msgstr ""
977
-
978
- msgid "Content Migration Reset"
979
- msgstr ""
980
-
981
997
  msgid "Content Source"
982
998
  msgstr "Inhaltsquelle"
983
999
 
984
1000
  msgid "Content Sync"
985
- msgstr ""
1001
+ msgstr "Synchronisation des Inhalts"
986
1002
 
987
1003
  msgid "Content Types"
988
1004
  msgstr ""
989
1005
 
990
- # translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello
991
1006
  msgid "Content View"
992
1007
  msgstr "Inhaltsansicht"
993
1008
 
994
- msgid "Content View %s cannot be published without an internal capsule."
995
- msgstr ""
996
-
997
1009
  msgid "Content View %{view}: Versions: %{versions}"
998
1010
  msgstr ""
999
1011
 
@@ -1006,10 +1018,8 @@ msgstr ""
1006
1018
  msgid "Content View Details"
1007
1019
  msgstr ""
1008
1020
 
1009
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author rgromans
1010
- #, fuzzy
1011
1021
  msgid "Content View Filter id"
1012
- msgstr "Inhaltsansichten-Übersicht"
1022
+ msgstr "Inhaltsansichtsfilter-ID"
1013
1023
 
1014
1024
  msgid "Content View Filter identifier"
1015
1025
  msgstr ""
@@ -1033,12 +1043,11 @@ msgid "Content View Version specified in the metadata - '%{name}' already exists
1033
1043
  msgstr ""
1034
1044
 
1035
1045
  msgid "Content View and Environment not set for registration."
1036
- msgstr ""
1046
+ msgstr "Inhaltsansicht und Umgebung für Registrierung nicht festgelegt."
1037
1047
 
1038
1048
  msgid "Content View id"
1039
1049
  msgstr ""
1040
1050
 
1041
- # translation auto-copied from project PressGang CCMS topics, version 1, document 20647-698348, author hpeters
1042
1051
  msgid "Content Views"
1043
1052
  msgstr "Inhaltsansichten"
1044
1053
 
@@ -1048,6 +1057,9 @@ msgstr "Hochzuladende Inhaltsdateien. Kann eine einzelne Datei oder eine Array m
1048
1057
  msgid "Content host must be unregistered before performing this action."
1049
1058
  msgstr ""
1050
1059
 
1060
+ msgid "Content imported from %{path} into content view '%{name}' by %{user}"
1061
+ msgstr ""
1062
+
1051
1063
  msgid "Content source ID"
1052
1064
  msgstr ""
1053
1065
 
@@ -1063,7 +1075,6 @@ msgstr ""
1063
1075
  msgid "Content view ${name} created"
1064
1076
  msgstr ""
1065
1077
 
1066
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author rgromans
1067
1078
  msgid "Content view '%{view}' is not in environment '%{env}'"
1068
1079
  msgstr "Inhaltsansicht \"%{view}\" ist nicht in der Umgebung \"%{env}\""
1069
1080
 
@@ -1082,6 +1093,9 @@ msgstr "ID der Inhaltsansicht"
1082
1093
  msgid "Content view label"
1083
1094
  msgstr "Kennung der Inhaltsansicht"
1084
1095
 
1096
+ msgid "Content view not provided in the metadata"
1097
+ msgstr ""
1098
+
1085
1099
  msgid "Content view numeric identifier"
1086
1100
  msgstr "Numerische ID der Inhaltsansicht"
1087
1101
 
@@ -1091,6 +1105,9 @@ msgstr ""
1091
1105
  msgid "Content view version identifier"
1092
1106
  msgstr "ID der Inhaltsansichtsversion"
1093
1107
 
1108
+ msgid "Content view version import history identifier"
1109
+ msgstr ""
1110
+
1094
1111
  msgid "Content_Host_Status"
1095
1112
  msgstr ""
1096
1113
 
@@ -1098,13 +1115,13 @@ msgid "Contents of requirement yaml file to sync from URL"
1098
1115
  msgstr ""
1099
1116
 
1100
1117
  msgid "Context"
1101
- msgstr ""
1118
+ msgstr "Kontext"
1102
1119
 
1103
1120
  msgid "Contract"
1104
- msgstr ""
1121
+ msgstr "Vertrag"
1105
1122
 
1106
1123
  msgid "Contract Number"
1107
- msgstr ""
1124
+ msgstr "Vertragsnummer"
1108
1125
 
1109
1126
  msgid "Copy an activation key"
1110
1127
  msgstr "Aktivierungsschlüssel kopieren"
@@ -1115,7 +1132,6 @@ msgstr ""
1115
1132
  msgid "Cores: %s"
1116
1133
  msgstr "Kerne: %s"
1117
1134
 
1118
- # translation auto-copied from project CFSE, version sam-1.2, document app
1119
1135
  msgid "Could not delete organization '%s'."
1120
1136
  msgstr "Organisation \"%s\" konnte nicht gelöscht werden."
1121
1137
 
@@ -1137,9 +1153,6 @@ msgstr "Umgebung mit IDs %s konnte nicht gefunden werden"
1137
1153
  msgid "Could not find Lifecycle Environment with id '%{id}'."
1138
1154
  msgstr "Lebenszyklusumgebung mit ID %{id} konnte nicht gefunden werden."
1139
1155
 
1140
- msgid "Could not find Repository for module %s."
1141
- msgstr "Repository für Modul %s konnte nicht gefunden werden."
1142
-
1143
1156
  msgid "Could not find a host with id %s"
1144
1157
  msgstr ""
1145
1158
 
@@ -1155,9 +1168,6 @@ msgstr ""
1155
1168
  msgid "Could not remove the lifecycle environment from the smart proxy"
1156
1169
  msgstr ""
1157
1170
 
1158
- msgid "Could not unarchive puppet module. Please make sure the puppet module has been compressed properly."
1159
- msgstr "Puppet-Modul konnte nicht aus dem Archiv wiederhergestellt werden. Vergewissern Sie sich, dass das Modul ordnungsgemäß komprimiert wurde."
1160
-
1161
1171
  msgid "Couldn't find %{content_type} with id '%{id}'"
1162
1172
  msgstr ""
1163
1173
 
@@ -1170,10 +1180,6 @@ msgstr "Inhaltsansichtsfilter mit ID=%s konnte nicht gefunden werden."
1170
1180
  msgid "Couldn't find Organization '%s'."
1171
1181
  msgstr "Organisation \"%s\" konnte nicht gefunden werden."
1172
1182
 
1173
- msgid "Couldn't find Puppet Module with id '%s'"
1174
- msgstr "Puppet-Modul mit ID \"%s\" konnte nicht gefunden werden."
1175
-
1176
- # translation auto-copied from project CFSE, version sam-1.2, document app
1177
1183
  msgid "Couldn't find activation key '%s'"
1178
1184
  msgstr "Aktivierungsschlüssel \"%s\" konnte nicht gefunden werden"
1179
1185
 
@@ -1192,7 +1198,6 @@ msgstr "Inhaltshost-Inhaltsansichts-ID \"%s\" konnte nicht gefunden werden."
1192
1198
  msgid "Couldn't find content host environment '%s'"
1193
1199
  msgstr "Inhaltshostumgebung \"%s\" konnte nicht gefunden werden."
1194
1200
 
1195
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author rgromans
1196
1201
  msgid "Couldn't find content view '%s'"
1197
1202
  msgstr "Inhaltsansicht \"%s\" konnte nicht gefunden werden."
1198
1203
 
@@ -1202,7 +1207,6 @@ msgstr "Inhaltsansichtsversion \"%s\" konnte nicht gefunden werden."
1202
1207
  msgid "Couldn't find content view versions '%s'"
1203
1208
  msgstr "Inhaltsansichtsversionen \"%s\" konnte nicht gefunden werden."
1204
1209
 
1205
- # translation auto-copied from project CFSE, version sam-1.2, document app
1206
1210
  msgid "Couldn't find environment '%s'"
1207
1211
  msgstr "Umgebung \"%s\" konnte nicht gefunden werden."
1208
1212
 
@@ -1213,20 +1217,17 @@ msgid "Couldn't find host collection '%s'"
1213
1217
  msgstr "Hostsammlung \"%s\" konnte nicht gefunden werden."
1214
1218
 
1215
1219
  msgid "Couldn't find host with host id '%s'"
1216
- msgstr ""
1220
+ msgstr "Host mit ID \"%s\" nicht gefunden."
1217
1221
 
1218
- # translation auto-copied from project CFSE, version sam-1.2, document app
1219
1222
  msgid "Couldn't find organization '%s'"
1220
1223
  msgstr "Organisation \"%s\" konnte nicht gefunden werden."
1221
1224
 
1222
1225
  msgid "Couldn't find prior-environment '%s'"
1223
1226
  msgstr "Vorherige Umgebung \"%s\" konnte nicht gefunden werden."
1224
1227
 
1225
- # translation auto-copied from project CFSE, version sam-1.2, document app
1226
1228
  msgid "Couldn't find product with id '%s'"
1227
1229
  msgstr "Produkt mit ID \"%s\" konnte nicht gefunden werden."
1228
1230
 
1229
- # translation auto-copied from project CFSE, version sam-1.2, document app
1230
1231
  msgid "Couldn't find repository '%s'"
1231
1232
  msgstr "Repository \"%s\" konnte nicht gefunden werden."
1232
1233
 
@@ -1239,10 +1240,15 @@ msgstr "Subjekt der Synchronisation konnte nicht gefunden werden."
1239
1240
  msgid "Count"
1240
1241
  msgstr ""
1241
1242
 
1242
- # translation auto-copied from project NetworkManager, version 0.9.9.0, document NetworkManager, author hpeters
1243
1243
  msgid "Create"
1244
1244
  msgstr "Erstellen"
1245
1245
 
1246
+ msgid "Create Export History"
1247
+ msgstr ""
1248
+
1249
+ msgid "Create Import History"
1250
+ msgstr ""
1251
+
1246
1252
  msgid "Create Package Group"
1247
1253
  msgstr ""
1248
1254
 
@@ -1276,7 +1282,6 @@ msgstr "Synchronisationsplan erstellen"
1276
1282
  msgid "Create an activation key"
1277
1283
  msgstr "Aktivierungsschlüssel erstellen"
1278
1284
 
1279
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
1280
1285
  msgid "Create an environment"
1281
1286
  msgstr "Umgebung erstellen"
1282
1287
 
@@ -1293,7 +1298,7 @@ msgid "Creating local repository"
1293
1298
  msgstr ""
1294
1299
 
1295
1300
  msgid "Cron expression is not valid!"
1296
- msgstr ""
1301
+ msgstr "Cron-Ausdruck ungültig!"
1297
1302
 
1298
1303
  msgid "Current organization has no manifest imported."
1299
1304
  msgstr ""
@@ -1304,10 +1309,6 @@ msgstr ""
1304
1309
  msgid "Current organization not set."
1305
1310
  msgstr ""
1306
1311
 
1307
- msgid "Custom"
1308
- msgstr ""
1309
-
1310
- # translation auto-copied from project CFSE, version sam-1.2, document app, author hedda
1311
1312
  msgid "Custom Content Repositories"
1312
1313
  msgstr "Benutzerdefinierte Inhaltsrepositorys"
1313
1314
 
@@ -1318,7 +1319,10 @@ msgid "Custom repositories cannot be disabled."
1318
1319
  msgstr "Benutzerdefinierte Repositorys können nicht deaktiviert werden."
1319
1320
 
1320
1321
  msgid "Database connection"
1321
- msgstr ""
1322
+ msgstr "Verbindung zur Datenbank "
1323
+
1324
+ msgid "Date"
1325
+ msgstr "Datum"
1322
1326
 
1323
1327
  msgid "Date format is incorrect."
1324
1328
  msgstr "Datumsformat ist ungültig."
@@ -1335,7 +1339,6 @@ msgstr ""
1335
1339
  msgid "Deb Packages"
1336
1340
  msgstr ""
1337
1341
 
1338
- # translation auto-copied from project CFSE, version sam-1.2, document app
1339
1342
  msgid "Debug Certificate"
1340
1343
  msgstr "Debug-Zertifikat"
1341
1344
 
@@ -1351,15 +1354,9 @@ msgstr ""
1351
1354
  msgid "Default HTTP proxy"
1352
1355
  msgstr ""
1353
1356
 
1354
- msgid "Default Location Puppet content"
1355
- msgstr ""
1356
-
1357
1357
  msgid "Default Location subscribed hosts"
1358
1358
  msgstr ""
1359
1359
 
1360
- msgid "Default Location where new Puppet content will be put upon Content View publish"
1361
- msgstr ""
1362
-
1363
1360
  msgid "Default Location where new subscribed hosts will put upon registration"
1364
1361
  msgstr ""
1365
1362
 
@@ -1444,11 +1441,9 @@ msgstr ""
1444
1441
  msgid "Default user data for new Operating Systems created from synced content"
1445
1442
  msgstr ""
1446
1443
 
1447
- # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery
1448
1444
  msgid "Delete"
1449
1445
  msgstr "Löschen"
1450
1446
 
1451
- # translation auto-copied from project RHN Satellite UI, version 5.6, document java/code/src/com/redhat/rhn/frontend/strings/jsp/StringResource
1452
1447
  msgid "Delete Activation Key"
1453
1448
  msgstr "Aktivierungsschlüssel löschen"
1454
1449
 
@@ -1458,7 +1453,6 @@ msgstr ""
1458
1453
  msgid "Delete Lifecycle Environment"
1459
1454
  msgstr "Lebenszyklusumgebung löschen"
1460
1455
 
1461
- # translation auto-copied from project CFSE, version sam-1.2, document app, author hedda
1462
1456
  msgid "Delete Manifest"
1463
1457
  msgstr "Manifest löschen"
1464
1458
 
@@ -1505,7 +1499,7 @@ msgid "Deleting manifest in '%{subject}' failed."
1505
1499
  msgstr ""
1506
1500
 
1507
1501
  msgid "Description"
1508
- msgstr ""
1502
+ msgstr "Beschreibung"
1509
1503
 
1510
1504
  msgid "Description for the content view"
1511
1505
  msgstr "Beschreibung der Inhaltsansicht"
@@ -1525,7 +1519,6 @@ msgstr ""
1525
1519
  msgid "Destination Server name"
1526
1520
  msgstr ""
1527
1521
 
1528
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
1529
1522
  msgid "Destroy"
1530
1523
  msgstr "Löschen"
1531
1524
 
@@ -1577,7 +1570,6 @@ msgstr ""
1577
1570
  msgid "Directory containing the exported Content View Version"
1578
1571
  msgstr ""
1579
1572
 
1580
- # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author rgromans
1581
1573
  msgid "Disable"
1582
1574
  msgstr "Deaktivieren"
1583
1575
 
@@ -1600,7 +1592,7 @@ msgid "Disconnected mode"
1600
1592
  msgstr ""
1601
1593
 
1602
1594
  msgid "Discover"
1603
- msgstr ""
1595
+ msgstr "Suchen"
1604
1596
 
1605
1597
  msgid "Discover Repositories"
1606
1598
  msgstr "Repositorys suchen"
@@ -1615,7 +1607,7 @@ msgid "Do not wait for the update action to finish. Default: true"
1615
1607
  msgstr ""
1616
1608
 
1617
1609
  msgid "Domain IDs"
1618
- msgstr ""
1610
+ msgstr "Domain-IDs"
1619
1611
 
1620
1612
  msgid "Download Policy of the capsule, must be one of %s"
1621
1613
  msgstr ""
@@ -1626,14 +1618,12 @@ msgstr "Debug-Zertifikat herunterladen"
1626
1618
  msgid "Duplicate branches specified - %{branches}"
1627
1619
  msgstr ""
1628
1620
 
1629
- # translation auto-copied from project totem, version 3.8.2, document totem
1630
1621
  msgid "Duration"
1631
1622
  msgstr "Dauer"
1632
1623
 
1633
1624
  msgid "ERRATA ADVISORY"
1634
1625
  msgstr ""
1635
1626
 
1636
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
1637
1627
  msgid "Edit"
1638
1628
  msgstr "Bearbeiten"
1639
1629
 
@@ -1646,12 +1636,11 @@ msgstr "Entweder müssen beide Parameter \"content_view_id\" und \"environment_i
1646
1636
  msgid "Either environments or versions must be specified."
1647
1637
  msgstr "Entweder Umgebungen oder Versionen müssen angegeben werden."
1648
1638
 
1649
- # translation auto-copied from project CFSE, version sam-1.2, document app, author hedda
1650
1639
  msgid "Either organization ID or environment ID needs to be specified"
1651
1640
  msgstr "Entweder Organisations-ID oder Umgebungs-ID muss angegeben werden."
1652
1641
 
1653
1642
  msgid "Either packages or groups must be provided"
1654
- msgstr ""
1643
+ msgstr "Entweder Pakete oder Gruppen müssen angegeben werden."
1655
1644
 
1656
1645
  msgid "Either set the content view with the latest flag or set the content view version"
1657
1646
  msgstr ""
@@ -1659,7 +1648,6 @@ msgstr ""
1659
1648
  msgid "Either set the latest content view or the content view version. Cannot set both"
1660
1649
  msgstr ""
1661
1650
 
1662
- # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author rgromans
1663
1651
  msgid "Enable"
1664
1652
  msgstr "Aktivieren"
1665
1653
 
@@ -1676,21 +1664,20 @@ msgid "Enable/Disable auto publish of composite view"
1676
1664
  msgstr ""
1677
1665
 
1678
1666
  msgid "Enabled"
1679
- msgstr ""
1667
+ msgstr "Aktiviert"
1680
1668
 
1681
1669
  msgid "Enabled Repositories"
1682
- msgstr ""
1670
+ msgstr "Aktivierte Repositorys"
1683
1671
 
1684
1672
  msgid "Enabling Simple Content Access failed for '%{subject}'."
1685
1673
  msgstr ""
1686
1674
 
1687
1675
  msgid "End Date"
1688
- msgstr ""
1676
+ msgstr "Enddatum"
1689
1677
 
1690
1678
  msgid "Ends"
1691
- msgstr ""
1679
+ msgstr "Endet"
1692
1680
 
1693
- # translation auto-copied from project RHN Satellite UI, version 5.6, document java/code/src/com/redhat/rhn/frontend/strings/jsp/StringResource
1694
1681
  msgid "Enhancement"
1695
1682
  msgstr "Erweiterung"
1696
1683
 
@@ -1701,7 +1688,7 @@ msgid "Environment"
1701
1688
  msgstr "Umgebung"
1702
1689
 
1703
1690
  msgid "Environment IDs"
1704
- msgstr ""
1691
+ msgstr "Umgebungs-IDs"
1705
1692
 
1706
1693
  msgid "Environment cannot be in its own promotion path"
1707
1694
  msgstr "Umgebung kann nicht in ihrem eigenen Übertragungspfad liegen"
@@ -1710,20 +1697,17 @@ msgid "Environment identifier"
1710
1697
  msgstr ""
1711
1698
 
1712
1699
  msgid "Environments"
1713
- msgstr ""
1700
+ msgstr "Umgebungen"
1714
1701
 
1715
1702
  msgid "Errata"
1716
1703
  msgstr "Errata"
1717
1704
 
1718
- # translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello
1719
1705
  msgid "Errata ID"
1720
1706
  msgstr "Errata-ID"
1721
1707
 
1722
- # translation auto-copied from project CFSE, version sam-1.2, document app
1723
1708
  msgid "Errata Install"
1724
1709
  msgstr "Errata-Installation"
1725
1710
 
1726
- # translation auto-copied from project CFSE, version sam-1.2, document app
1727
1711
  msgid "Errata Install scheduled by %s"
1728
1712
  msgstr "Errata-Installation eingeplant durch %s"
1729
1713
 
@@ -1751,33 +1735,36 @@ msgstr "Erratum-Installation abgeschlossen"
1751
1735
  msgid "Erratum Install Failed"
1752
1736
  msgstr "Erratum-Installation fehlgeschlagen"
1753
1737
 
1754
- # translation auto-copied from project CFSE, version sam-1.2, document app, author hedda
1755
1738
  msgid "Erratum Install Timed Out"
1756
1739
  msgstr "Zeitüberschreitung bei Erratum-Installation"
1757
1740
 
1758
- # translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello
1759
1741
  msgid "Error"
1760
1742
  msgstr "Fehler"
1761
1743
 
1762
1744
  msgid "Error connecting to Pulp service"
1763
- msgstr ""
1745
+ msgstr "Fehler bei Verbindung zu Pulp-Dienst"
1764
1746
 
1765
1747
  msgid "Error connecting. Got: %s"
1766
- msgstr ""
1748
+ msgstr "Verbindungsfehler. Ausgabe: %s"
1767
1749
 
1768
1750
  msgid "Error refreshing status for %s: "
1769
1751
  msgstr ""
1770
1752
 
1771
1753
  msgid "Error retrieving Pulp storage"
1772
- msgstr ""
1754
+ msgstr "Fehler beim Abrufen des Pulp-Speichers"
1773
1755
 
1774
1756
  msgid "Exceeds available quantity"
1775
1757
  msgstr ""
1776
1758
 
1759
+ msgid "Exclude"
1760
+ msgstr "Ausschließen"
1761
+
1762
+ msgid "Excluded"
1763
+ msgstr ""
1764
+
1777
1765
  msgid "Exit"
1778
1766
  msgstr ""
1779
1767
 
1780
- # translation auto-copied from project CFSE, version sam-1.2, document app
1781
1768
  msgid "Expand All"
1782
1769
  msgstr "Alle ausklappen"
1783
1770
 
@@ -1785,7 +1772,7 @@ msgid "Expire soon days"
1785
1772
  msgstr ""
1786
1773
 
1787
1774
  msgid "Export"
1788
- msgstr ""
1775
+ msgstr "Export"
1789
1776
 
1790
1777
  msgid "Export CSV"
1791
1778
  msgstr ""
@@ -1796,11 +1783,8 @@ msgstr ""
1796
1783
  msgid "Export Types"
1797
1784
  msgstr ""
1798
1785
 
1799
- msgid "Export a content view version. Relevant only for Pulp 2 repositories."
1800
- msgstr ""
1801
-
1802
1786
  msgid "Export a repository"
1803
- msgstr ""
1787
+ msgstr "Ein Repository exportieren"
1804
1788
 
1805
1789
  msgid "Export as CSV"
1806
1790
  msgstr ""
@@ -1809,10 +1793,7 @@ msgid "Export history identifier used for incremental export. If not provided th
1809
1793
  msgstr ""
1810
1794
 
1811
1795
  msgid "Export to ISO format"
1812
- msgstr ""
1813
-
1814
- msgid "Export to ISO format."
1815
- msgstr ""
1796
+ msgstr "Als ISO-Format exportieren"
1816
1797
 
1817
1798
  msgid "Exported version"
1818
1799
  msgstr ""
@@ -1824,16 +1805,11 @@ msgid "Failed"
1824
1805
  msgstr "Fehlgeschlagen"
1825
1806
 
1826
1807
  msgid "Failed indexing errata, maximum retries encountered"
1827
- msgstr ""
1808
+ msgstr "Indexierung der Errata unter maximaler Anzahl von Versuchen fehlgeschlagen"
1828
1809
 
1829
1810
  msgid "Failed to delete %{host}: %{errors}"
1830
1811
  msgstr ""
1831
1812
 
1832
- msgid "Failed to download %s module."
1833
- msgid_plural "Failed to download %s modules."
1834
- msgstr[0] "Herunterladen für %s Modul fehlgeschlagen."
1835
- msgstr[1] "Herunterladen für %s Module fehlgeschlagen."
1836
-
1837
1813
  msgid "Failed to download %s package."
1838
1814
  msgid_plural "Failed to download %s packages."
1839
1815
  msgstr[0] "Herunterladen für %s Paket fehlgeschlagen."
@@ -1873,7 +1849,7 @@ msgid "File contents"
1873
1849
  msgstr ""
1874
1850
 
1875
1851
  msgid "Files"
1876
- msgstr ""
1852
+ msgstr "Dateien"
1877
1853
 
1878
1854
  msgid "Filter by Product"
1879
1855
  msgstr ""
@@ -1894,7 +1870,7 @@ msgid "Filter out default content views"
1894
1870
  msgstr "Standardinhaltsansichten ausfiltern"
1895
1871
 
1896
1872
  msgid "Filter products by host id"
1897
- msgstr ""
1873
+ msgstr "Produkte nach Host-ID filtern"
1898
1874
 
1899
1875
  msgid "Filter products by name"
1900
1876
  msgstr "Produkte nach Namen filtern"
@@ -1906,14 +1882,11 @@ msgid "Filter products by subscription"
1906
1882
  msgstr "Produkte nach Subskription filtern"
1907
1883
 
1908
1884
  msgid "Filter products by sync plan id"
1909
- msgstr ""
1885
+ msgstr "Produkte nach Synchronisationsplan-ID filtern"
1910
1886
 
1911
1887
  msgid "Filter versions by environment"
1912
1888
  msgstr "Versionen nach Umgebung filtern"
1913
1889
 
1914
- msgid "Filter versions by puppet module"
1915
- msgstr ""
1916
-
1917
1890
  msgid "Filter versions by version number"
1918
1891
  msgstr "Versionen nach Versionsnummer filtern"
1919
1892
 
@@ -1921,10 +1894,10 @@ msgid "Filter versions that are components in the specified composite version"
1921
1894
  msgstr "Versionen filtern, die Komponenten in der angegebenen Verbundversion sind"
1922
1895
 
1923
1896
  msgid "Filtered index content"
1924
- msgstr ""
1897
+ msgstr "Indexinhalt gefiltert"
1925
1898
 
1926
1899
  msgid "Filters"
1927
- msgstr ""
1900
+ msgstr "Filter"
1928
1901
 
1929
1902
  msgid "Finish action timeout"
1930
1903
  msgstr ""
@@ -1935,6 +1908,9 @@ msgstr ""
1935
1908
  msgid "For pages that support it, automatically perform search while typing in search input."
1936
1909
  msgstr ""
1937
1910
 
1911
+ msgid "Force"
1912
+ msgstr ""
1913
+
1938
1914
  msgid ""
1939
1915
  "Force a sync and validate the checksums of all content. Non-yum repositories (or those with \\\n"
1940
1916
  " On Demand download policy) are skipped."
@@ -1959,12 +1935,11 @@ msgid "Forces a republish of the version's repositories' metadata"
1959
1935
  msgstr ""
1960
1936
 
1961
1937
  msgid "Fully entitled"
1962
- msgstr ""
1938
+ msgstr "Voll berechtigt"
1963
1939
 
1964
1940
  msgid "GPG Key URL"
1965
- msgstr ""
1941
+ msgstr "GPG-Schlüssel-URL"
1966
1942
 
1967
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author rgromans
1968
1943
  msgid "Generate and Download"
1969
1944
  msgstr "Generieren und herunterladen"
1970
1945
 
@@ -1977,6 +1952,9 @@ msgstr ""
1977
1952
  msgid "Get all content available, not just that provided by subscriptions"
1978
1953
  msgstr ""
1979
1954
 
1955
+ msgid "Get all content available, not just that provided by subscriptions. Relevant for Activation Keys only"
1956
+ msgstr ""
1957
+
1980
1958
  msgid "Get content and overrides for the host"
1981
1959
  msgstr ""
1982
1960
 
@@ -1989,12 +1967,6 @@ msgstr "Informationen über eine Repository-Gruppe abrufen"
1989
1967
  msgid "Get list of available repositories for the repository set"
1990
1968
  msgstr ""
1991
1969
 
1992
- msgid "Get puppet modules names that are available to be added to the content view"
1993
- msgstr "Puppet-Modulnamen abrufen, die zur Inhaltsansicht hinzugefügt werden können"
1994
-
1995
- msgid "Get puppet modules that are available to be added to the content view"
1996
- msgstr "Puppet-Module abrufen, die zur Inhaltsansicht hinzugefügt werden können"
1997
-
1998
1970
  msgid "Get status of repo synchronisation for given product"
1999
1971
  msgstr "Status der Repository-Synchronisation für angegebenes Produkt abrufen"
2000
1972
 
@@ -2011,10 +1983,10 @@ msgid "Group %{id} already created."
2011
1983
  msgstr ""
2012
1984
 
2013
1985
  msgid "Guests of"
2014
- msgstr ""
1986
+ msgstr "Gäste von"
2015
1987
 
2016
1988
  msgid "HTTP Proxies"
2017
- msgstr ""
1989
+ msgstr "HTTP-Proxies"
2018
1990
 
2019
1991
  msgid "HTTP Proxy identifier to associated"
2020
1992
  msgstr ""
@@ -2023,6 +1995,9 @@ msgid "Has to be > 0"
2023
1995
  msgstr ""
2024
1996
 
2025
1997
  msgid "History"
1998
+ msgstr "Chronik"
1999
+
2000
+ msgid "History will appear here when the content view is published or promoted."
2026
2001
  msgstr ""
2027
2002
 
2028
2003
  msgid "Host"
@@ -2035,7 +2010,7 @@ msgid "Host %{name} cannot be assigned release version %{release_version}."
2035
2010
  msgstr ""
2036
2011
 
2037
2012
  msgid "Host '%{name}' does not belong to an organization"
2038
- msgstr ""
2013
+ msgstr "Host '%{name}' gehört zu keiner Organisation"
2039
2014
 
2040
2015
  msgid "Host Collection name"
2041
2016
  msgstr "Name der Hostsammlung"
@@ -2050,7 +2025,7 @@ msgid "Host Errata Advisory"
2050
2025
  msgstr ""
2051
2026
 
2052
2027
  msgid "Host ID"
2053
- msgstr ""
2028
+ msgstr "Host-ID"
2054
2029
 
2055
2030
  msgid "Host Profile Assume"
2056
2031
  msgstr ""
@@ -2074,19 +2049,19 @@ msgid "Host creation was skipped for %s because it shares a BIOS UUID with %s. T
2074
2049
  msgstr ""
2075
2050
 
2076
2051
  msgid "Host did not finish content action in %s seconds. The task has been cancelled."
2077
- msgstr ""
2052
+ msgstr "Host hat Inhaltsaktion nicht innerhalb %s Sekunden abgeschlossen. Die Aufgabe wurde abgebrochen."
2078
2053
 
2079
2054
  msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
2080
- msgstr ""
2055
+ msgstr "Host hat nicht innerhalb %s Sekunden reagiert. Die Aufgabe wurde abgebrochen. Ist der Katello-Agent installiert und läuft goferd auf dem Host?"
2081
2056
 
2082
2057
  msgid "Host errata advisory"
2083
2058
  msgstr ""
2084
2059
 
2085
2060
  msgid "Host group IDs"
2086
- msgstr ""
2061
+ msgstr "Hostgruppen-IDs"
2087
2062
 
2088
2063
  msgid "Host has not been registered with subscription-manager"
2089
- msgstr ""
2064
+ msgstr "Wurde nicht im Subskriptionsmanager registriert"
2090
2065
 
2091
2066
  msgid "Host has not been registered with subscription-manager."
2092
2067
  msgstr ""
@@ -2112,6 +2087,9 @@ msgstr ""
2112
2087
  msgid "Hosts with Installable Errata"
2113
2088
  msgstr "Hosts mit installierbaren Errata"
2114
2089
 
2090
+ msgid "Hosts: "
2091
+ msgstr ""
2092
+
2115
2093
  msgid "How many repositories should be synced concurrently on the capsule. A smaller number may lead to longer sync times. A larger number will increase dynflow load."
2116
2094
  msgstr ""
2117
2095
 
@@ -2122,10 +2100,10 @@ msgid "How to order the sorted results (e.g. ASC for ascending)"
2122
2100
  msgstr "Reihenfolge der sortierten Ergebnisse (z. B. ASC für aufsteigend)"
2123
2101
 
2124
2102
  msgid "Hypervisors"
2125
- msgstr ""
2103
+ msgstr "Hypervisoren"
2126
2104
 
2127
2105
  msgid "Hypervisors update"
2128
- msgstr ""
2106
+ msgstr "Hypervisoren aktualisieren"
2129
2107
 
2130
2108
  msgid "ID of a HTTP Proxy"
2131
2109
  msgstr ""
@@ -2158,7 +2136,7 @@ msgid "ID of the environment"
2158
2136
  msgstr "ID der Umgebung"
2159
2137
 
2160
2138
  msgid "ID of the host"
2161
- msgstr ""
2139
+ msgstr "ID des Hosts"
2162
2140
 
2163
2141
  msgid "ID of the host collection"
2164
2142
  msgstr "ID der Hostsammlung"
@@ -2200,7 +2178,7 @@ msgid "Id of an ansible collection to find repositories that contain the ansible
2200
2178
  msgstr ""
2201
2179
 
2202
2180
  msgid "Id of an erratum to find repositories that contain the erratum"
2203
- msgstr ""
2181
+ msgstr "ID eines Erratum um Repositorys mit diesem Erratum zu finden"
2204
2182
 
2205
2183
  msgid "Id of an ostree branch to find repositories that contain that branch"
2206
2184
  msgstr ""
@@ -2209,25 +2187,25 @@ msgid "Id of the content host"
2209
2187
  msgstr ""
2210
2188
 
2211
2189
  msgid "Id of the environment to limit the synchronization on"
2212
- msgstr ""
2190
+ msgstr "ID der Umgebung zur Synchronisationsbegrenzung"
2213
2191
 
2214
2192
  msgid "Id of the host"
2215
- msgstr ""
2193
+ msgstr "ID des Hosts"
2216
2194
 
2217
2195
  msgid "Id of the host collection"
2218
2196
  msgstr "ID der Hostsammlung"
2219
2197
 
2220
2198
  msgid "Id of the lifecycle environment"
2221
- msgstr ""
2199
+ msgstr "ID der Lebenszyklusumgebung"
2222
2200
 
2223
2201
  msgid "Id of the organization to get the status for"
2224
- msgstr ""
2202
+ msgstr "ID der Organisation, deren Status abgefragt werden soll"
2225
2203
 
2226
2204
  msgid "Id of the organization to limit environments on"
2227
- msgstr ""
2205
+ msgstr "ID der Organisation zur Umgebungsbegrenzung "
2228
2206
 
2229
2207
  msgid "Id of the smart proxy"
2230
- msgstr ""
2208
+ msgstr "ID des Smart Proxy"
2231
2209
 
2232
2210
  msgid "Idenifier of the SSL CA Cert"
2233
2211
  msgstr ""
@@ -2263,13 +2241,13 @@ msgid "If hosts fail to register because of duplicate DMI UUIDs add their comma-
2263
2241
  msgstr ""
2264
2242
 
2265
2243
  msgid "If set to true, a composite content view may not be published or promoted, unless the component content view versions that it includes exist in the target environment."
2266
- msgstr ""
2244
+ msgstr "Ist dieser Wert auf \"wahr\" gesetzt, kann eine zusammengesetzte Inhaltsansicht unter Umständen nicht veröffentlicht oder übertragen werden, außer die zusammengesetzte Version der Inhaltsansicht existiert in der Zielumgebung."
2267
2245
 
2268
- msgid "If set to true, use the remote execution over katello-agent for remote actions"
2246
+ msgid "If set to true, use remote execution instead of katello-agent for remote actions"
2269
2247
  msgstr ""
2270
2248
 
2271
2249
  msgid "If specified, remove the first instance of a subscription with matching id and quantity"
2272
- msgstr ""
2250
+ msgstr "Falls angegeben, entfernen Sie die erste Instanz einer Subskription mit passender ID und Anzahl"
2273
2251
 
2274
2252
  msgid "If true, 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"
2275
2253
  msgstr ""
@@ -2292,14 +2270,23 @@ msgstr ""
2292
2270
  msgid "Ignorable content can be only set for Yum repositories."
2293
2271
  msgstr ""
2294
2272
 
2295
- msgid "Ignore subscriptions that are unavailable to the specified host"
2273
+ msgid "Ignore errors"
2274
+ msgstr ""
2275
+
2276
+ msgid "Ignore subscription manager errors"
2277
+ msgstr ""
2278
+
2279
+ msgid "Ignore subscription-manager errors for `subscription-manager register` command"
2296
2280
  msgstr ""
2297
2281
 
2282
+ msgid "Ignore subscriptions that are unavailable to the specified host"
2283
+ msgstr "Subskriptionen, die für den angegebenen Host nicht verfügbar sind, ignorieren"
2284
+
2298
2285
  msgid "Immediate"
2299
2286
  msgstr ""
2300
2287
 
2301
2288
  msgid "Import"
2302
- msgstr ""
2289
+ msgstr "Import"
2303
2290
 
2304
2291
  msgid "Import Content View Version"
2305
2292
  msgstr ""
@@ -2319,6 +2306,9 @@ msgstr ""
2319
2306
  msgid "Import Puppet classes"
2320
2307
  msgstr ""
2321
2308
 
2309
+ msgid "Import Types"
2310
+ msgstr ""
2311
+
2322
2312
  msgid "Import a Manifest"
2323
2313
  msgstr ""
2324
2314
 
@@ -2332,7 +2322,7 @@ msgid "Import a Manifest using the manifest tab above."
2332
2322
  msgstr ""
2333
2323
 
2334
2324
  msgid "Import a content view version"
2335
- msgstr ""
2325
+ msgstr "Eine Inhaltsansichtsversion importieren"
2336
2326
 
2337
2327
  msgid "Import a content view version to the library"
2338
2328
  msgstr ""
@@ -2349,15 +2339,21 @@ msgstr ""
2349
2339
  msgid "Import-only content views can not be published directly"
2350
2340
  msgstr ""
2351
2341
 
2352
- msgid "Import-only content views will be available in a future version."
2353
- msgstr ""
2354
-
2355
2342
  msgid "Importing manifest into '%{subject}' failed."
2356
2343
  msgstr ""
2357
2344
 
2358
2345
  msgid "In Progress"
2359
2346
  msgstr "In Arbeit"
2360
2347
 
2348
+ msgid "Include"
2349
+ msgstr "Einschließen"
2350
+
2351
+ msgid "Included"
2352
+ msgstr ""
2353
+
2354
+ msgid "Includes associated content view filter ids in response"
2355
+ msgstr ""
2356
+
2361
2357
  msgid "Inclusion type"
2362
2358
  msgstr ""
2363
2359
 
@@ -2380,7 +2376,7 @@ msgid "Incremental update specified for composite %{name} version %{version}, bu
2380
2376
  msgstr "Inkrementelle Aktualisierung für Verbund %{name} Version %{version} angegeben, aber keine Komponenten aktualisiert."
2381
2377
 
2382
2378
  msgid "Index content"
2383
- msgstr ""
2379
+ msgstr "Inhalt indizieren"
2384
2380
 
2385
2381
  msgid "Index errata"
2386
2382
  msgstr "Errata indizieren"
@@ -2389,7 +2385,7 @@ msgid "Index module streams"
2389
2385
  msgstr ""
2390
2386
 
2391
2387
  msgid "Index package groups"
2392
- msgstr ""
2388
+ msgstr "Paketgruppen indizieren"
2393
2389
 
2394
2390
  msgid "Informable Type must be one of the following [ %{list} ]"
2395
2391
  msgstr "Relevante Typen sind folgende [ %{list} ]"
@@ -2398,7 +2394,7 @@ msgid "Inherit from Repository"
2398
2394
  msgstr ""
2399
2395
 
2400
2396
  msgid "Initiate a sync of the products attached to the sync plan"
2401
- msgstr ""
2397
+ msgstr "Synchronisation von Produkten des Synchronisationsplans einleiten"
2402
2398
 
2403
2399
  msgid "Install Applicable Errata"
2404
2400
  msgstr "Relevante Errata installieren"
@@ -2406,7 +2402,7 @@ msgstr "Relevante Errata installieren"
2406
2402
  msgid "Install Applicable Errata on %s"
2407
2403
  msgstr ""
2408
2404
 
2409
- msgid "Install content on one or more hosts"
2405
+ msgid "Install content on one or more hosts using katello-agent. %s"
2410
2406
  msgstr ""
2411
2407
 
2412
2408
  msgid "Install errata via Katello interface"
@@ -2418,7 +2414,6 @@ msgstr "Erratum installieren"
2418
2414
  msgid "Install erratum for %s"
2419
2415
  msgstr ""
2420
2416
 
2421
- # translation auto-copied from project gnome-packagekit, version 3.8.2, document gnome-packagekit
2422
2417
  msgid "Install package"
2423
2418
  msgstr "Paket installieren"
2424
2419
 
@@ -2434,8 +2429,8 @@ msgstr ""
2434
2429
  msgid "Install package via Katello interface"
2435
2430
  msgstr ""
2436
2431
 
2437
- msgid "Install packages remotely"
2438
- msgstr "Pakete entfernt installieren"
2432
+ msgid "Install packages remotely using katello-agent. %s"
2433
+ msgstr ""
2439
2434
 
2440
2435
  msgid "Installable errata from Content View"
2441
2436
  msgstr ""
@@ -2449,19 +2444,15 @@ msgstr ""
2449
2444
  msgid "Installation of package(s) requested: %{packages}"
2450
2445
  msgstr ""
2451
2446
 
2452
- # translation auto-copied from project RHN Satellite UI, version 5.6, document java/code/src/com/redhat/rhn/frontend/strings/jsp/StringResource
2453
2447
  msgid "Installed Packages"
2454
2448
  msgstr "Installierte Pakete"
2455
2449
 
2456
- # translation auto-copied from project CFSE, version sam-1.2, document app, author hedda
2457
2450
  msgid "Installing Erratum..."
2458
2451
  msgstr "Erratum wird installiert …"
2459
2452
 
2460
- # translation auto-copied from project CFSE, version sam-1.2, document app, author hedda
2461
2453
  msgid "Installing Package Group..."
2462
2454
  msgstr "Paketgruppe wird installiert …"
2463
2455
 
2464
- # translation auto-copied from project CFSE, version sam-1.2, document app, author hedda
2465
2456
  msgid "Installing Package..."
2466
2457
  msgstr "Paket wird installiert …"
2467
2458
 
@@ -2469,22 +2460,22 @@ msgid "Instance update"
2469
2460
  msgstr ""
2470
2461
 
2471
2462
  msgid "Instance-based"
2472
- msgstr ""
2463
+ msgstr "Instanzbasiert"
2473
2464
 
2474
2465
  msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
2475
- msgstr ""
2466
+ msgstr "Interpretation eines angegebenen Objekts, damit nur Hostsammlungen ausgegeben werden, die dem angegebenen Objekt zugewiesen werden können. Der Wert 'host' wird unterstützt."
2476
2467
 
2477
2468
  msgid "Interpret specified object to return only Products that can be associated with specified object. Only 'sync_plan' is supported."
2478
- msgstr ""
2469
+ msgstr "Interpretation eines angegebenen Objekts, damit nur Produkte ausgegeben werden, die dem angegebenen Objekt zugewiesen werden können. Nur 'sync_plan' wird unterstützt."
2479
2470
 
2480
2471
  msgid "Interval cannot be nil"
2481
- msgstr ""
2472
+ msgstr "Intervall darf nicht Null sein"
2482
2473
 
2483
2474
  msgid "Interval not set correctly"
2484
- msgstr ""
2475
+ msgstr "Intervall nicht richtig gesetzt"
2485
2476
 
2486
2477
  msgid "Invalid"
2487
- msgstr ""
2478
+ msgstr "Ungültig"
2488
2479
 
2489
2480
  msgid "Invalid association of the content view id. Content View must match the content view version being saved"
2490
2481
  msgstr ""
@@ -2496,10 +2487,10 @@ msgid "Invalid content type %s"
2496
2487
  msgstr "Ungültiger Inhaltstyp %s"
2497
2488
 
2498
2489
  msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
2499
- msgstr ""
2490
+ msgstr "Ungültiger Inhaltstyp '%{content_type}' angegeben. Folgende Werte sind gültige Inhaltstypen %{content_types}"
2500
2491
 
2501
2492
  msgid "Invalid date provided."
2502
- msgstr ""
2493
+ msgstr "Ungültiges Datum."
2503
2494
 
2504
2495
  msgid "Invalid date range. The erratum filter rule start date must come before the end date"
2505
2496
  msgstr "Ungültiger Datumsbereich. Das Startdatum der Erratum-Filterregel muss vor dem Enddatum liegen."
@@ -2522,29 +2513,14 @@ msgstr "Ungültige Regel angegeben, \"version\" kann nicht in demselben Tupel an
2522
2513
  msgid "Invalid parameters sent in the request for this operation. Please contact a system administrator."
2523
2514
  msgstr "Ungültige Parameter in der Anfrage für diese Operation gesendet. Bitte setzen Sie sich bitte mit einem Systemadministrator in Verbindung."
2524
2515
 
2525
- # translation auto-copied from project CFSE, version sam-1.2, document app, author hedda
2526
2516
  msgid "Invalid parameters sent. You may have mistyped the address. If you continue having trouble with this, please contact an Administrator."
2527
2517
  msgstr "Ungültige Parameter gesendet. Womöglich haben Sie sich in der Adresse vertippt. Falls Sie weiterhin Probleme damit haben, setzen Sie sich bitte mit einem Administrator in Verbindung."
2528
2518
 
2529
2519
  msgid "Invalid params provided - content_type must be one of %s"
2530
- msgstr ""
2520
+ msgstr "Ungültige Parameter angegeben - content_type muss einer von %s sein"
2531
2521
 
2532
2522
  msgid "Invalid params provided - date_type must be one of %s"
2533
- msgstr ""
2534
-
2535
- msgid ""
2536
- "Invalid puppet module parameters specified. \\\n"
2537
- " Either 'uuid' or 'name' and 'author' must be specified."
2538
- msgstr ""
2539
-
2540
- msgid "Invalid puppet module. Please make sure the puppet module contains a metadata.json file and is properly compressed."
2541
- msgstr "Ungültiges Puppet-Modul. Vergewissern Sie sich, dass das Puppet-Modul eine metadata.json-Datei enthält und ordnungsgemäß komprimiert ist."
2542
-
2543
- msgid "Invalid usage for Pulp 2 repositories. Use export for Yum repositories"
2544
- msgstr ""
2545
-
2546
- msgid "Invalid usage for Pulp 3 repositories. Use hammer content-export for Yum repositories"
2547
- msgstr ""
2523
+ msgstr "Ungültige Parameter angegeben - date_type muss einer von %s sein"
2548
2524
 
2549
2525
  msgid "Invalid value specified for Container Image repositories."
2550
2526
  msgstr ""
@@ -2555,9 +2531,6 @@ msgstr ""
2555
2531
  msgid "Invalid value specified for ignorable content. Permissible values %s"
2556
2532
  msgstr ""
2557
2533
 
2558
- msgid "Katello"
2559
- msgstr ""
2560
-
2561
2534
  msgid "Katello ID of local pool to update"
2562
2535
  msgstr ""
2563
2536
 
@@ -2604,7 +2577,7 @@ msgid "Kickstart repository was not set for host '%{host}'"
2604
2577
  msgstr ""
2605
2578
 
2606
2579
  msgid "Label"
2607
- msgstr ""
2580
+ msgstr "Kennung"
2608
2581
 
2609
2582
  msgid "Label of the content"
2610
2583
  msgstr "Kennung des Inhalts"
@@ -2612,7 +2585,16 @@ msgstr "Kennung des Inhalts"
2612
2585
  msgid "Last published"
2613
2586
  msgstr ""
2614
2587
 
2588
+ msgid "Last task"
2589
+ msgstr ""
2590
+
2591
+ msgid "Latest (automatically updates)"
2592
+ msgstr ""
2593
+
2615
2594
  msgid "Latest Errata"
2595
+ msgstr "Neueste Errata"
2596
+
2597
+ msgid "Latest version"
2616
2598
  msgstr ""
2617
2599
 
2618
2600
  msgid "Learn more about adding Subscription Manifests"
@@ -2627,7 +2609,6 @@ msgstr "Library-Repository-ID, auf die Vergleiche beschränkt werden sollen"
2627
2609
  msgid "Lifecycle"
2628
2610
  msgstr ""
2629
2611
 
2630
- # translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello
2631
2612
  msgid "Lifecycle Environment"
2632
2613
  msgstr "Lebenszyklusumgebung"
2633
2614
 
@@ -2640,16 +2621,21 @@ msgstr ""
2640
2621
  msgid "Lifecycle Environment ID"
2641
2622
  msgstr ""
2642
2623
 
2643
- # translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello, author hpeters
2644
2624
  msgid "Lifecycle Environments"
2645
2625
  msgstr "Lebenszyklusumgebungen"
2646
2626
 
2627
+ msgid "Lifecycle environment"
2628
+ msgstr ""
2629
+
2647
2630
  msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
2648
2631
  msgstr "Lebenszyklusumgebung \"%{environment}\" ist nicht mit dieser Capsule verknüpft."
2649
2632
 
2650
2633
  msgid "Lifecycle environment ID"
2651
2634
  msgstr ""
2652
2635
 
2636
+ msgid "Lifecycle environment for the host."
2637
+ msgstr ""
2638
+
2653
2639
  msgid "Lifecycle environment was not attached to the smart proxy; therefore, no changes were made."
2654
2640
  msgstr ""
2655
2641
 
@@ -2659,11 +2645,14 @@ msgstr ""
2659
2645
  msgid "Limit content to just that available in the activation key's content view version"
2660
2646
  msgstr ""
2661
2647
 
2648
+ msgid "Limit content to just that available in the activation key's content view version. Relevant for Activation Keys only"
2649
+ msgstr ""
2650
+
2662
2651
  msgid "Limit content to just that available in the host's content view version"
2663
2652
  msgstr ""
2664
2653
 
2665
2654
  msgid "Limits"
2666
- msgstr ""
2655
+ msgstr "Grenzen"
2667
2656
 
2668
2657
  msgid "List :resource_id"
2669
2658
  msgstr ":resource_id auflisten"
@@ -2672,7 +2661,7 @@ msgid "List Content Credentials"
2672
2661
  msgstr ""
2673
2662
 
2674
2663
  msgid "List a host's subscriptions"
2675
- msgstr ""
2664
+ msgstr "Subskriptionen eines Hosts auflisten"
2676
2665
 
2677
2666
  msgid "List activation keys"
2678
2667
  msgstr "Aktivierungsschlüssel auflisten"
@@ -2695,9 +2684,6 @@ msgstr ""
2695
2684
  msgid "List components attached to this content view"
2696
2685
  msgstr ""
2697
2686
 
2698
- msgid "List content view puppet modules"
2699
- msgstr "Puppet-Module der Inhaltsansicht auflisten"
2700
-
2701
2687
  msgid "List content view versions"
2702
2688
  msgstr "Versionen der Inhaltsansicht auflisten"
2703
2689
 
@@ -2737,6 +2723,9 @@ msgstr ""
2737
2723
  msgid "List host collections within an organization"
2738
2724
  msgstr "Hostsammlungen in einer Organisation auflisten"
2739
2725
 
2726
+ msgid "List import histories"
2727
+ msgstr ""
2728
+
2740
2729
  msgid "List module streams available to the host"
2741
2730
  msgstr ""
2742
2731
 
@@ -2747,7 +2736,7 @@ msgid "List of Errata ids to install. Will be removed in Katello 4.1."
2747
2736
  msgstr ""
2748
2737
 
2749
2738
  msgid "List of Products for sync plan"
2750
- msgstr ""
2739
+ msgstr "Produktliste für Synchronisationsplan"
2751
2740
 
2752
2741
  msgid "List of component content view version ids for composite views"
2753
2742
  msgstr "Liste der Komponenteninhaltsansichts-Versions-IDs für Verbundansichten"
@@ -2783,7 +2772,7 @@ msgid "List of host collection ids"
2783
2772
  msgstr "Liste mit Hostsammlungs-IDs"
2784
2773
 
2785
2774
  msgid "List of host collection ids to update"
2786
- msgstr ""
2775
+ msgstr "Zu aktualisierende Liste von Hostsammlungs-IDs"
2787
2776
 
2788
2777
  msgid "List of host id to list available module streams for"
2789
2778
  msgstr ""
@@ -2795,7 +2784,7 @@ msgid "List of host ids to perform an action on"
2795
2784
  msgstr ""
2796
2785
 
2797
2786
  msgid "List of host ids to replace the hosts in host collection"
2798
- msgstr ""
2787
+ msgstr "Liste von Host-IDs, die Hosts in der Hostsammlung ersetzen soll"
2799
2788
 
2800
2789
  msgid "List of hypervisor guest uuids"
2801
2790
  msgstr ""
@@ -2852,7 +2841,7 @@ msgid "List packages"
2852
2841
  msgstr ""
2853
2842
 
2854
2843
  msgid "List packages installed on the host"
2855
- msgstr ""
2844
+ msgstr "Pakete auflisten, die auf dem Host installiert sind"
2856
2845
 
2857
2846
  msgid "List products"
2858
2847
  msgstr "Produkte auflisten"
@@ -2885,7 +2874,7 @@ msgid "List the lifecycle environments not attached to the smart proxy"
2885
2874
  msgstr ""
2886
2875
 
2887
2876
  msgid "Loading"
2888
- msgstr ""
2877
+ msgstr "Lade"
2889
2878
 
2890
2879
  msgid "Make copy of a content view"
2891
2880
  msgstr "Kopie einer Inhaltsansicht erstellen"
@@ -2897,13 +2886,13 @@ msgid "Make sure all the component content views are published before publishing
2897
2886
  msgstr ""
2898
2887
 
2899
2888
  msgid "Manage Manifest"
2900
- msgstr ""
2889
+ msgstr "Manifest verwalten"
2901
2890
 
2902
2891
  msgid "Manifest"
2903
2892
  msgstr ""
2904
2893
 
2905
2894
  msgid "Manifest History"
2906
- msgstr ""
2895
+ msgstr "Manifestchronik"
2907
2896
 
2908
2897
  msgid "Manifest deleted"
2909
2898
  msgstr ""
@@ -2945,7 +2934,7 @@ msgid "Maximum number of content hosts exceeded for host collection(s): %s"
2945
2934
  msgstr "Höchstanzahl von Inhaltshosts überschritten für Hostsammlungen: %s"
2946
2935
 
2947
2936
  msgid "Maximum number of hosts in the host collection"
2948
- msgstr ""
2937
+ msgstr "Maximale Anzahl von Hosts in der Hostsammlung"
2949
2938
 
2950
2939
  msgid "May not add a type or date range rule to a filter that has existing rules."
2951
2940
  msgstr "Regel für Typ oder Datumsbereich darf nicht zu einem Filter hinzugefügt werden, der bereits vorhandene Regeln hat."
@@ -2953,15 +2942,17 @@ msgstr "Regel für Typ oder Datumsbereich darf nicht zu einem Filter hinzugefüg
2953
2942
  msgid "May not add an id rule to a filter that has an existing type or date range rule."
2954
2943
  msgstr "ID-Regel darf nicht zu einem Filter hinzugefügt werden, der bereits eine vorhandene Regel für Typ oder Datumsbereich hat."
2955
2944
 
2956
- msgid "Medium IDs"
2945
+ msgid "Media Selection"
2957
2946
  msgstr ""
2958
2947
 
2959
- # translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
2948
+ msgid "Medium IDs"
2949
+ msgstr "Medium Kennungen"
2950
+
2960
2951
  msgid "Message"
2961
2952
  msgstr "Nachricht"
2962
2953
 
2963
2954
  msgid "Messaging connection"
2964
- msgstr ""
2955
+ msgstr "Verbindung zum Messaging"
2965
2956
 
2966
2957
  msgid "Metadata taken from the upstream export history for this Content View Version"
2967
2958
  msgstr ""
@@ -2970,7 +2961,7 @@ msgid "Mismatched"
2970
2961
  msgstr ""
2971
2962
 
2972
2963
  msgid "Missing arguments %{substitutions} for %{content_url}"
2973
- msgstr ""
2964
+ msgstr "Fehlende Argumente %{substitutions} für %{content_url}"
2974
2965
 
2975
2966
  msgid "Module Stream"
2976
2967
  msgstr ""
@@ -2979,18 +2970,24 @@ msgid "Module Stream Details"
2979
2970
  msgstr ""
2980
2971
 
2981
2972
  msgid "Module Streams"
2982
- msgstr ""
2973
+ msgstr "Module Streams"
2983
2974
 
2984
2975
  msgid "Module stream"
2985
2976
  msgstr ""
2986
2977
 
2987
2978
  msgid "Multi-entitlement"
2988
- msgstr ""
2979
+ msgstr "Multi-Berechtigung"
2989
2980
 
2990
2981
  msgid "Must supply at least one of mandatory_package_names, optional_package_names, conditional_package_names, default_package_names parameters"
2991
2982
  msgstr ""
2992
2983
 
2984
+ msgid "N/A"
2985
+ msgstr ""
2986
+
2993
2987
  msgid "NA"
2988
+ msgstr "Nicht verfügbar"
2989
+
2990
+ msgid "NOTE: Katello-agent is deprecated and will be removed in %s. Consider using remote execution instead."
2994
2991
  msgstr ""
2995
2992
 
2996
2993
  msgid ""
@@ -3030,7 +3027,6 @@ msgstr ""
3030
3027
  msgid "Needs to only be set for file repositories or docker tags"
3031
3028
  msgstr ""
3032
3029
 
3033
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
3034
3030
  msgid "Nest"
3035
3031
  msgstr "Verschachteln"
3036
3032
 
@@ -3061,23 +3057,33 @@ msgstr "Neuer Name für die Inhaltsansicht"
3061
3057
  msgid "New packages: %{count} (%{size})."
3062
3058
  msgstr "Neue Pakete: %{count} (%{size})"
3063
3059
 
3060
+ msgid "New version is available: Version ${latestVersion}"
3061
+ msgstr ""
3062
+
3064
3063
  msgid "No"
3064
+ msgstr "Nein"
3065
+
3066
+ msgid "No Activation Keys selected"
3067
+ msgstr ""
3068
+
3069
+ msgid "No Activation keys to select"
3065
3070
  msgstr ""
3066
3071
 
3067
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author rgromans
3068
3072
  msgid "No Content View"
3069
3073
  msgstr "Keine Inhaltsansicht"
3070
3074
 
3071
3075
  msgid "No Content found"
3072
3076
  msgstr ""
3073
3077
 
3078
+ msgid "No Lifecycle environment to select"
3079
+ msgstr ""
3080
+
3074
3081
  msgid "No Manifest Uploaded"
3075
3082
  msgstr ""
3076
3083
 
3077
3084
  msgid "No Red Hat products currently exist, please import a manifest %(anchorBegin)s here %(anchorEnd)s to receive Red Hat content. No repository sets available."
3078
3085
  msgstr ""
3079
3086
 
3080
- # translation auto-copied from project CFSE, version sam-1.2, document app
3081
3087
  msgid "No Service Level Preference"
3082
3088
  msgstr "Keine Servicelevel-Einstellung"
3083
3089
 
@@ -3097,17 +3103,29 @@ msgid "No content has been provided."
3097
3103
  msgstr "Kein Inhalt wurde bereitgestellt."
3098
3104
 
3099
3105
  msgid "No content ids provided"
3100
- msgstr ""
3106
+ msgstr "Keine Inhalts-IDs angegeben"
3101
3107
 
3102
3108
  msgid "No content view history events found."
3103
3109
  msgstr "Keine vergangenen Ereignisse der Inhaltsansicht gefunden."
3104
3110
 
3111
+ msgid "No content views belong to ${label}"
3112
+ msgstr ""
3113
+
3105
3114
  msgid "No content_view_version_ids provided"
3106
3115
  msgstr "Keine content_view_version_ids angegeben"
3107
3116
 
3117
+ msgid "No description"
3118
+ msgstr ""
3119
+
3108
3120
  msgid "No enabled repositories match your search criteria."
3109
3121
  msgstr ""
3110
3122
 
3123
+ msgid "No environment"
3124
+ msgstr ""
3125
+
3126
+ msgid "No environments"
3127
+ msgstr ""
3128
+
3111
3129
  msgid "No errata has been specified."
3112
3130
  msgstr ""
3113
3131
 
@@ -3141,15 +3159,30 @@ msgstr ""
3141
3159
  msgid "No matching filters found"
3142
3160
  msgstr ""
3143
3161
 
3162
+ msgid "No matching history record found"
3163
+ msgstr ""
3164
+
3165
+ msgid "No matching package groups found."
3166
+ msgstr ""
3167
+
3144
3168
  msgid "No matching repositories found"
3145
3169
  msgstr ""
3146
3170
 
3171
+ msgid "No matching rules found."
3172
+ msgstr ""
3173
+
3174
+ msgid "No matching version found"
3175
+ msgstr ""
3176
+
3147
3177
  msgid "No new packages installed"
3148
3178
  msgstr "Keine neuen Pakete installiert"
3149
3179
 
3150
3180
  msgid "No new packages."
3151
3181
  msgstr "Keine neuen Pakete"
3152
3182
 
3183
+ msgid "No package groups have been added to this filter."
3184
+ msgstr ""
3185
+
3153
3186
  msgid "No packages removed"
3154
3187
  msgstr "Keine Pakete entfernt"
3155
3188
 
@@ -3175,10 +3208,10 @@ msgid "No profiles to show"
3175
3208
  msgstr ""
3176
3209
 
3177
3210
  msgid "No pulp workers running."
3178
- msgstr ""
3211
+ msgstr "Pulp-Worker laufen nicht."
3179
3212
 
3180
3213
  msgid "No recently synced products"
3181
- msgstr ""
3214
+ msgstr "Keine kürzlich synchronisierten Produkte."
3182
3215
 
3183
3216
  msgid "No recurring logic tied to the sync plan."
3184
3217
  msgstr ""
@@ -3195,9 +3228,12 @@ msgstr ""
3195
3228
  msgid "No repository sets match your search criteria."
3196
3229
  msgstr ""
3197
3230
 
3198
- msgid "No services defined, is this class extended?"
3231
+ msgid "No rules have been added to this filter."
3199
3232
  msgstr ""
3200
3233
 
3234
+ msgid "No services defined, is this class extended?"
3235
+ msgstr "Keine Dienste definiert, ist diese Klasse erweitert?"
3236
+
3201
3237
  msgid "No start time currently available."
3202
3238
  msgstr "Keine Startzeit derzeit verfügbar."
3203
3239
 
@@ -3211,7 +3247,7 @@ msgid "No uploads param specified. An array of uploads to import is required."
3211
3247
  msgstr ""
3212
3248
 
3213
3249
  msgid "Non-security errata applicable"
3214
- msgstr ""
3250
+ msgstr "Anwendbare, nicht-sicherheitsspezifische Errata "
3215
3251
 
3216
3252
  msgid "Non-security errata installable"
3217
3253
  msgstr ""
@@ -3231,12 +3267,18 @@ msgstr ""
3231
3267
  msgid "Not a number"
3232
3268
  msgstr ""
3233
3269
 
3270
+ msgid "Not added"
3271
+ msgstr ""
3272
+
3234
3273
  msgid "Not all necessary pulp workers running at %s."
3235
3274
  msgstr ""
3236
3275
 
3237
3276
  msgid "Not running"
3238
3277
  msgstr ""
3239
3278
 
3279
+ msgid "Not yet published"
3280
+ msgstr ""
3281
+
3240
3282
  msgid "Note: The number in parentheses reflects all applicable errata from the Library environment that are unavailable to the host. You will need to promote this content to the relevant content view in order to make it available."
3241
3283
  msgstr "Hinweis: Die Zahl in Klammern gibt alle relevanten Errata in der Library-Umgebung an, die dem Host nicht zur Verfügung stehen. Sie müssen diese Inhalte in die relevante Inhaltsansicht übertragen, um sie verfügbar zu machen."
3242
3284
 
@@ -3256,19 +3298,19 @@ msgid "Number to Allocate"
3256
3298
  msgstr ""
3257
3299
 
3258
3300
  msgid "OSTree"
3259
- msgstr ""
3301
+ msgstr "OSTree"
3260
3302
 
3261
3303
  msgid "OSTree Branch"
3262
3304
  msgstr ""
3263
3305
 
3264
3306
  msgid "OSTree Branches"
3265
- msgstr ""
3307
+ msgstr "OSTree-Branches"
3266
3308
 
3267
3309
  msgid "OSTree Repositories cannot be unprotected."
3268
3310
  msgstr ""
3269
3311
 
3270
3312
  msgid "Object to show subscriptions available for, either 'host' or 'activation_key'"
3271
- msgstr ""
3313
+ msgstr "Objekt zeigt Liste verfügbarer Subskriptionen für 'host' oder 'activation_key' an"
3272
3314
 
3273
3315
  msgid "On Demand"
3274
3316
  msgstr ""
@@ -3277,7 +3319,7 @@ msgid "On demand repositories cannot be exported."
3277
3319
  msgstr ""
3278
3320
 
3279
3321
  msgid "On-disk location for exported repositories"
3280
- msgstr ""
3322
+ msgstr "Speicherort auf der Festplatte für exportierte Repositorys"
3281
3323
 
3282
3324
  msgid "On-disk location for pulp 3 exported repositories"
3283
3325
  msgstr ""
@@ -3300,36 +3342,33 @@ msgstr "Ein oder mehrere Pakete wurden nicht ordnungsgemäß synchronisiert."
3300
3342
  msgid "One or more processes require restarting"
3301
3343
  msgstr ""
3302
3344
 
3303
- # translation auto-copied from project CFSE, version sam-1.2, document app
3304
3345
  msgid "Only one Red Hat provider permitted for an Organization"
3305
3346
  msgstr "Nur ein Red Hat Anbieter erlaubt für eine Organisation"
3306
3347
 
3307
3348
  msgid "Only returns id and quantity fields"
3308
3349
  msgstr ""
3309
3350
 
3310
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
3311
3351
  msgid "Operators"
3312
3352
  msgstr "Operatoren"
3313
3353
 
3314
3354
  msgid "Optional date of last export (ex: 2010-01-01T12:00:00Z)"
3315
3355
  msgstr ""
3316
3356
 
3317
- msgid "Optional date of last export (ex: 2010-01-01T12:00:00Z). Relevant only for Pulp 2 repositories"
3318
- msgstr ""
3319
-
3320
3357
  msgid "Organization"
3321
3358
  msgstr "Organisation"
3322
3359
 
3323
3360
  msgid "Organization %s is being deleted."
3324
3361
  msgstr "Organisation %s wurde gelöscht."
3325
3362
 
3326
- # translation auto-copied from project RHN Satellite UI, version 5.6, document java/code/src/com/redhat/rhn/frontend/strings/jsp/StringResource
3327
3363
  msgid "Organization ID"
3328
3364
  msgstr "Organisations-ID"
3329
3365
 
3330
3366
  msgid "Organization ID is required"
3331
3367
  msgstr ""
3332
3368
 
3369
+ msgid "Organization Information not provided."
3370
+ msgstr ""
3371
+
3333
3372
  msgid "Organization cannot be blank."
3334
3373
  msgstr "Organisation darf nicht leer sein."
3335
3374
 
@@ -3343,12 +3382,11 @@ msgid "Organization label"
3343
3382
  msgstr "Organsiationskennung"
3344
3383
 
3345
3384
  msgid "Organization not found"
3346
- msgstr ""
3385
+ msgstr "Organisation nicht gefunden"
3347
3386
 
3348
3387
  msgid "Organization required"
3349
3388
  msgstr "Organisation erforderlich"
3350
3389
 
3351
- # translation auto-copied from project PressGang CCMS topics, version 1, document 38695-678029, author jdimanos
3352
3390
  msgid "Other"
3353
3391
  msgstr "Andere"
3354
3392
 
@@ -3373,11 +3411,9 @@ msgstr ""
3373
3411
  msgid "Override value. Provide a boolean value if name is 'enabled'"
3374
3412
  msgstr ""
3375
3413
 
3376
- # translation auto-copied from project rhn-client-tools, version 6.5, document rhn-client-tools
3377
3414
  msgid "Package"
3378
3415
  msgstr "Paket"
3379
3416
 
3380
- # translation auto-copied from project RHEL Virtualization Deployment and Administration Guide, version 7.0, document Host_Installation
3381
3417
  msgid "Package Group"
3382
3418
  msgstr "Paketgruppe"
3383
3419
 
@@ -3445,10 +3481,10 @@ msgid "Package Install scheduled by %s"
3445
3481
  msgstr "Paketinstallation eingeplant durch %s"
3446
3482
 
3447
3483
  msgid "Package Profile Update"
3448
- msgstr ""
3484
+ msgstr "Paketprofil-Update"
3449
3485
 
3450
3486
  msgid "Package Profile Update for %s"
3451
- msgstr ""
3487
+ msgstr "Paketprofil-Update für %s"
3452
3488
 
3453
3489
  msgid "Package Remove"
3454
3490
  msgstr "Paketentfernung"
@@ -3486,22 +3522,21 @@ msgstr "Zeitüberschreitung bei Paketaktualisierung"
3486
3522
  msgid "Package Update scheduled by %s"
3487
3523
  msgstr "Paketaktualisierung eingeplant durch %s"
3488
3524
 
3489
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author rgromans
3490
3525
  msgid "Package group update canceled"
3491
3526
  msgstr "Paketgruppenaktualisierung abgebrochen"
3492
3527
 
3493
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author rgromans
3494
3528
  msgid "Package group update complete"
3495
3529
  msgstr "Paketgruppenaktualisierung abgeschlossen"
3496
3530
 
3497
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author rgromans
3498
3531
  msgid "Package group update failed"
3499
3532
  msgstr "Paketgruppenaktualisierung fehlgeschlagen"
3500
3533
 
3501
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author rgromans
3502
3534
  msgid "Package group update timed out"
3503
3535
  msgstr "Zeitüberschreitung bei Paketgruppenaktualisierung"
3504
3536
 
3537
+ msgid "Package groups"
3538
+ msgstr "Paketgruppen"
3539
+
3505
3540
  msgid "Package identifiers to filter content by"
3506
3541
  msgstr ""
3507
3542
 
@@ -3521,13 +3556,13 @@ msgid "Page number, starting at 1"
3521
3556
  msgstr "Seitennummer, beginnend bei 1"
3522
3557
 
3523
3558
  msgid "Partial"
3524
- msgstr ""
3559
+ msgstr "Teilweise"
3525
3560
 
3526
3561
  msgid "Partially entitled"
3527
- msgstr ""
3562
+ msgstr "Teilweise berechtigt"
3528
3563
 
3529
3564
  msgid "Partition template IDs"
3530
- msgstr ""
3565
+ msgstr "Partitionsvorlagenkennungen"
3531
3566
 
3532
3567
  msgid "Password of the upstream repository user used for authentication"
3533
3568
  msgstr ""
@@ -3541,11 +3576,9 @@ msgstr ""
3541
3576
  msgid "Path for ssl key used for pulp server auth"
3542
3577
  msgstr ""
3543
3578
 
3544
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
3545
3579
  msgid "Paused"
3546
3580
  msgstr "Pausiert"
3547
3581
 
3548
- # translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
3549
3582
  msgid "Pending"
3550
3583
  msgstr "Ausstehend"
3551
3584
 
@@ -3567,17 +3600,18 @@ msgstr ""
3567
3600
  msgid "Performs an incremental-export of the repositories in library."
3568
3601
  msgstr ""
3569
3602
 
3570
- # translation auto-copied from project CFSE, version sam-1.2, document app, author hedda
3571
3603
  msgid "Permission Denied. User '%{user}' does not have permissions to access organization '%{org}'."
3572
3604
  msgstr "Zugriff verweigert. Benutzer \"%{user}\" hat keine Berechtigung zum Zugriff auf Organisation \"%{org}\"."
3573
3605
 
3574
- # translation auto-copied from project subscription-manager, version 1.10.10, document keys
3575
3606
  msgid "Physical"
3576
3607
  msgstr "Physisch"
3577
3608
 
3578
3609
  msgid "Plan numeric identifier"
3579
3610
  msgstr "Numerische Plan-ID"
3580
3611
 
3612
+ msgid "Please add some content views."
3613
+ msgstr ""
3614
+
3581
3615
  msgid "Please add some repositories."
3582
3616
  msgstr ""
3583
3617
 
@@ -3606,7 +3640,7 @@ msgid "Please select an organization to view subscription totals."
3606
3640
  msgstr ""
3607
3641
 
3608
3642
  msgid "Please select one from the list below and you will be redirected."
3609
- msgstr ""
3643
+ msgstr "Bitte wählen Sie aus der Liste unten, Sie werden anschließend weitergeleitet."
3610
3644
 
3611
3645
  msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
3612
3646
  msgstr ""
@@ -3617,18 +3651,17 @@ msgstr "Metadaten werden verarbeitet"
3617
3651
  msgid "Processing metadata."
3618
3652
  msgstr "Metadaten werden verarbeitet."
3619
3653
 
3620
- # translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello
3621
3654
  msgid "Product"
3622
3655
  msgstr "Produkt"
3623
3656
 
3624
3657
  msgid "Product Content"
3625
- msgstr ""
3658
+ msgstr "Produktinhalt"
3626
3659
 
3627
3660
  msgid "Product Create"
3628
3661
  msgstr ""
3629
3662
 
3630
3663
  msgid "Product ID"
3631
- msgstr ""
3664
+ msgstr "Produkt-ID"
3632
3665
 
3633
3666
  msgid "Product and Repositories"
3634
3667
  msgstr "Produkte und Repositorys"
@@ -3666,7 +3699,7 @@ msgid "Products"
3666
3699
  msgstr "Produkte"
3667
3700
 
3668
3701
  msgid "Profiles"
3669
- msgstr ""
3702
+ msgstr "Profile"
3670
3703
 
3671
3704
  msgid "Promote"
3672
3705
  msgstr ""
@@ -3690,13 +3723,13 @@ msgid "Promotion to Environment"
3690
3723
  msgstr ""
3691
3724
 
3692
3725
  msgid "Provided Products"
3693
- msgstr ""
3726
+ msgstr "Bereitgestellte Produkte"
3694
3727
 
3695
3728
  msgid "Provided pool with id %s has no upstream entitlement"
3696
3729
  msgstr ""
3697
3730
 
3698
3731
  msgid "Provisioning template IDs"
3699
- msgstr ""
3732
+ msgstr "Bereitstellungsvorlagen-IDs"
3700
3733
 
3701
3734
  msgid "Proxies"
3702
3735
  msgstr ""
@@ -3704,7 +3737,6 @@ msgstr ""
3704
3737
  msgid "Public key block in DER encoding or certificate content"
3705
3738
  msgstr ""
3706
3739
 
3707
- # translation auto-copied from project shotwell-core, version 0.14.1, document shotwell-core
3708
3740
  msgid "Publish"
3709
3741
  msgstr "Veröffentlichen"
3710
3742
 
@@ -3721,20 +3753,20 @@ msgid "Pulling remote branches. Downloaded %s units."
3721
3753
  msgstr ""
3722
3754
 
3723
3755
  msgid "Pulp"
3724
- msgstr ""
3756
+ msgstr "Pulp"
3725
3757
 
3726
3758
  msgid "Pulp 3 export destination filepath"
3727
3759
  msgstr ""
3728
3760
 
3729
- msgid "Pulp 3 migration cannot run. Types %s have already been migrated."
3730
- msgstr ""
3731
-
3732
3761
  msgid "Pulp Consumer %s has already been removed"
3733
3762
  msgstr ""
3734
3763
 
3735
3764
  msgid "Pulp Docker registry port"
3736
3765
  msgstr ""
3737
3766
 
3767
+ msgid "Pulp bulk load size"
3768
+ msgstr ""
3769
+
3738
3770
  msgid "Pulp client cert"
3739
3771
  msgstr ""
3740
3772
 
@@ -3745,7 +3777,7 @@ msgid "Pulp database connection issue at %s."
3745
3777
  msgstr ""
3746
3778
 
3747
3779
  msgid "Pulp database connection issue."
3748
- msgstr ""
3780
+ msgstr "Verbindungsproblem mit Pulp-Datenbank."
3749
3781
 
3750
3782
  msgid "Pulp disk space notification"
3751
3783
  msgstr ""
@@ -3754,7 +3786,7 @@ msgid "Pulp does not appear to be running at %s."
3754
3786
  msgstr ""
3755
3787
 
3756
3788
  msgid "Pulp does not appear to be running."
3757
- msgstr ""
3789
+ msgstr "Pulp scheint nicht zu laufen."
3758
3790
 
3759
3791
  msgid "Pulp export destination filepath"
3760
3792
  msgstr ""
@@ -3763,19 +3795,19 @@ msgid "Pulp message bus connection issue at %s."
3763
3795
  msgstr ""
3764
3796
 
3765
3797
  msgid "Pulp message bus connection issue."
3766
- msgstr ""
3798
+ msgstr "Verbindungsproblem mit Pulp-Nachrichtenbus."
3767
3799
 
3768
3800
  msgid "Pulp node"
3769
- msgstr ""
3801
+ msgstr "Pulp-Knoten"
3770
3802
 
3771
3803
  msgid "Pulp redis connection issue at %s."
3772
3804
  msgstr ""
3773
3805
 
3774
3806
  msgid "Pulp server version"
3775
- msgstr ""
3807
+ msgstr "Pulp-Server Version"
3776
3808
 
3777
3809
  msgid "Pulp storage"
3778
- msgstr ""
3810
+ msgstr "Pulp-Speicher"
3779
3811
 
3780
3812
  msgid "Pulp task error"
3781
3813
  msgstr "Pulp-Taskfehler"
@@ -3783,37 +3815,8 @@ msgstr "Pulp-Taskfehler"
3783
3815
  msgid "Pulpcore"
3784
3816
  msgstr ""
3785
3817
 
3786
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
3787
- msgid "Puppet Environment"
3788
- msgstr "Puppet-Umgebung"
3789
-
3790
- msgid "Puppet Module"
3791
- msgstr "Puppet-Modul"
3792
-
3793
- msgid ""
3794
- "Puppet Module does not belong to content view organization\\\n"
3795
- " '%{name}'"
3796
- msgstr ""
3797
-
3798
- msgid ""
3799
- "Puppet Module with name='%{name}' and author='%{author}' does\\\n"
3800
- " not exist"
3801
- msgstr ""
3802
-
3803
- msgid ""
3804
- "Puppet Module with uuid='%{uuid}' does not\\\n"
3805
- " exist"
3806
- msgstr ""
3807
-
3808
- # translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello
3809
- msgid "Puppet Modules"
3810
- msgstr "Puppet-Module"
3811
-
3812
- msgid "Puppet module conflict: '%{mod}' is in %{versions}."
3813
- msgstr "Puppet-Modulkonflikt: \"%{mod}\" ist in %{versions}."
3814
-
3815
3818
  msgid "Quantity"
3816
- msgstr ""
3819
+ msgstr "Anzahl"
3817
3820
 
3818
3821
  msgid "Quantity must not be above ${pool.available}"
3819
3822
  msgstr ""
@@ -3840,41 +3843,38 @@ msgid "RH Repos"
3840
3843
  msgstr ""
3841
3844
 
3842
3845
  msgid "RPM"
3846
+ msgstr "RPM"
3847
+
3848
+ msgid "RPM name"
3843
3849
  msgstr ""
3844
3850
 
3845
- # translation auto-copied from project PressGang CCMS topics, version 1, document 30483-691333, author jdimanos
3846
3851
  msgid "RPMs"
3847
3852
  msgstr "RPMs"
3848
3853
 
3849
3854
  msgid "Realm IDs"
3850
- msgstr ""
3855
+ msgstr "Realm-IDs"
3851
3856
 
3852
3857
  msgid "Reboot required"
3853
3858
  msgstr ""
3854
3859
 
3855
3860
  msgid "Recently Expired Subscriptions"
3856
- msgstr ""
3861
+ msgstr "Vor Kurzem abgelaufene Subskriptionen"
3857
3862
 
3858
3863
  msgid "Recommended Repositories"
3859
3864
  msgstr ""
3860
3865
 
3861
- msgid "Red Hat"
3862
- msgstr ""
3863
-
3864
3866
  msgid "Red Hat CDN URL"
3865
3867
  msgstr "Red Hat CDN-URL"
3866
3868
 
3867
3869
  msgid "Red Hat Provider Details"
3868
- msgstr ""
3870
+ msgstr "Red Hat Anbieterdetails"
3869
3871
 
3870
- # translation auto-copied from project CFSE, version sam-1.2, document app, author hedda
3871
3872
  msgid "Red Hat Repositories"
3872
3873
  msgstr "Red Hat Repositorys"
3873
3874
 
3874
3875
  msgid "Red Hat products cannot be manipulated."
3875
3876
  msgstr "Red Hat Produkte können nicht verändert werden."
3876
3877
 
3877
- # translation auto-copied from project CFSE, version sam-1.2, document app
3878
3878
  msgid "Red Hat provider can not be deleted"
3879
3879
  msgstr "Red Hat Anbieter kann nicht gelöscht werden"
3880
3880
 
@@ -3882,7 +3882,7 @@ msgid "Red Hat repositories cannot be manipulated."
3882
3882
  msgstr "Red Hat Repositorys können nicht verändert werden."
3883
3883
 
3884
3884
  msgid "Refresh"
3885
- msgstr ""
3885
+ msgstr "Aktualisieren"
3886
3886
 
3887
3887
  msgid "Refresh Manifest"
3888
3888
  msgstr "Manifest aktualisieren"
@@ -3906,7 +3906,7 @@ msgid "Registry name pattern will result in invalid container image name of memb
3906
3906
  msgstr ""
3907
3907
 
3908
3908
  msgid "Reindex subscriptions"
3909
- msgstr ""
3909
+ msgstr "Subskriptionen neu indizieren"
3910
3910
 
3911
3911
  msgid "Release version for this Host to use (7Server, 7.1, etc)"
3912
3912
  msgstr ""
@@ -3924,7 +3924,7 @@ msgid "Reload data"
3924
3924
  msgstr "Daten neu laden"
3925
3925
 
3926
3926
  msgid "Remote action:"
3927
- msgstr ""
3927
+ msgstr "Entfernte Aktion:"
3928
3928
 
3929
3929
  msgid "Removal of package group(s) requested: %{groups}"
3930
3930
  msgstr ""
@@ -3944,13 +3944,13 @@ msgstr "Versionen und Verknüpfungen entfernen"
3944
3944
  msgid "Remove a content view from an environment"
3945
3945
  msgstr "Inhaltsansicht aus einer Umgebung entfernen"
3946
3946
 
3947
- msgid "Remove a puppet module from the content view"
3948
- msgstr "Puppet-Modul aus der Inhaltsansicht entfernen"
3947
+ msgid "Remove any `katello-ca-consumer` rpms before registration and run subscription-manager with `--force` argument."
3948
+ msgstr ""
3949
3949
 
3950
3950
  msgid "Remove components from the content view"
3951
3951
  msgstr ""
3952
3952
 
3953
- msgid "Remove content on one or more hosts"
3953
+ msgid "Remove content on one or more hosts using katello-agent. %s"
3954
3954
  msgstr ""
3955
3955
 
3956
3956
  msgid "Remove content view version"
@@ -3960,10 +3960,10 @@ msgid "Remove from Environment"
3960
3960
  msgstr "Aus Umgebung entfernen"
3961
3961
 
3962
3962
  msgid "Remove hosts from the host collection"
3963
- msgstr ""
3963
+ msgstr "Hosts aus der Hostsammlung entfernen"
3964
3964
 
3965
3965
  msgid "Remove lifecycle environments from the smart proxy"
3966
- msgstr ""
3966
+ msgstr "Lebenszyklusumgebung von Smart Proxy löschen"
3967
3967
 
3968
3968
  msgid "Remove one or more host collections from one or more hosts"
3969
3969
  msgstr ""
@@ -3990,10 +3990,10 @@ msgid "Remove products from sync plan"
3990
3990
  msgstr "Produkte aus Synchronisationsplan entfernen"
3991
3991
 
3992
3992
  msgid "Remove subscriptions"
3993
- msgstr ""
3993
+ msgstr "Subskriptionen entfernen"
3994
3994
 
3995
3995
  msgid "Remove subscriptions from %s"
3996
- msgstr ""
3996
+ msgstr "Subskriptionen aus %s entfernen"
3997
3997
 
3998
3998
  msgid "Remove subscriptions from one or more hosts"
3999
3999
  msgstr ""
@@ -4008,16 +4008,14 @@ msgid "Removing Package..."
4008
4008
  msgstr "Paket wird entfernt …"
4009
4009
 
4010
4010
  msgid "Repo Type"
4011
- msgstr ""
4011
+ msgstr "Repository-Typ"
4012
4012
 
4013
- # translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello
4014
4013
  msgid "Repositories"
4015
4014
  msgstr "Repositorys"
4016
4015
 
4017
4016
  msgid "Repositories from published Content Views are not allowed."
4018
4017
  msgstr "Repositorys aus veröffentlichten Inhaltsansichten sind nicht zulässig."
4019
4018
 
4020
- # translation auto-copied from project Red Hat Satellite Installation Guide, version 6.0, document Definitions1
4021
4019
  msgid "Repository"
4022
4020
  msgstr "Repository"
4023
4021
 
@@ -4037,7 +4035,7 @@ msgid "Repository Id associated with the kickstart repo used for provisioning"
4037
4035
  msgstr ""
4038
4036
 
4039
4037
  msgid "Repository cannot be deleted since it has already been included in a published Content View. Please delete all Content View versions containing this repository before attempting to delete it."
4040
- msgstr ""
4038
+ msgstr "Repository kann nicht gelöscht werden, da es bereits in einer veröffentlichten Inhaltsansicht enthalten ist. Bitte löschen Sie alle Inhaltsansichtsversionen, die dieses Repository enthalten, bevor Sie versuchen es zu löschen."
4041
4039
 
4042
4040
  msgid "Repository cannot be disabled since it has already been promoted."
4043
4041
  msgstr "Repository kann nicht deaktiviert werden, da es bereits übertragen wurde."
@@ -4045,7 +4043,6 @@ msgstr "Repository kann nicht deaktiviert werden, da es bereits übertragen wurd
4045
4043
  msgid "Repository content type must be 'yum' to export."
4046
4044
  msgstr ""
4047
4045
 
4048
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author rgromans
4049
4046
  msgid "Repository has already been cloned to %{cv_name} in environment %{to_env}"
4050
4047
  msgstr "Repository wurde bereits geklont auf %{cv_name} in der Umgebung %{to_env}"
4051
4048
 
@@ -4067,7 +4064,6 @@ msgstr "Repository nicht gefunden"
4067
4064
  msgid "Repository set name to search on"
4068
4065
  msgstr "Name der zu durchsuchenden Repository-Gruppe"
4069
4066
 
4070
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author rgromans
4071
4067
  msgid "Repository sets are not available for custom products."
4072
4068
  msgstr "Repository-Gruppen stehen nicht für benutzerdefinierte Produkte zur Verfügung."
4073
4069
 
@@ -4080,9 +4076,6 @@ msgstr ""
4080
4076
  msgid "Requires Virt-Who"
4081
4077
  msgstr ""
4082
4078
 
4083
- msgid "Reset Puppet Environment"
4084
- msgstr ""
4085
-
4086
4079
  msgid "Resolve Traces"
4087
4080
  msgstr ""
4088
4081
 
@@ -4090,7 +4083,7 @@ msgid "Resolve traces for one or more hosts"
4090
4083
  msgstr ""
4091
4084
 
4092
4085
  msgid "Resource"
4093
- msgstr ""
4086
+ msgstr "Ressource"
4094
4087
 
4095
4088
  msgid "Restart Services via Katello interface"
4096
4089
  msgstr ""
@@ -4098,12 +4091,11 @@ msgstr ""
4098
4091
  msgid "Restrict Composite Content View promotion"
4099
4092
  msgstr ""
4100
4093
 
4101
- # translation auto-copied from project Red Hat Satellite Installation Guide, version 6.0, document chap-Uninstalling_Red_Hat_Satellite_Server_and_Capsule_Server
4102
4094
  msgid "Result"
4103
4095
  msgstr "Ergebnis"
4104
4096
 
4105
4097
  msgid "Retrieve a single errata for a host"
4106
- msgstr ""
4098
+ msgstr "Einzelnes Erratum für einen Host abrufen"
4107
4099
 
4108
4100
  msgid "Return Red Hat (non-custom) products only"
4109
4101
  msgstr ""
@@ -4151,10 +4143,10 @@ msgid "Return packages that can be added to the specified object. Only the valu
4151
4143
  msgstr ""
4152
4144
 
4153
4145
  msgid "Return subscriptions that match installed products of the specified host"
4154
- msgstr ""
4146
+ msgstr "Subskriptionen ausgeben, die auf dem angegebenen Host installierten Produkten entsprechen"
4155
4147
 
4156
4148
  msgid "Return subscriptions which do not overlap with a currently-attached subscription"
4157
- msgstr ""
4149
+ msgstr "Subskriptionen ausgeben, die sich nicht mit einer derzeit zugewiesenen Subskription überschneiden"
4158
4150
 
4159
4151
  msgid "Return the content of a Content Credential, used directly by yum"
4160
4152
  msgstr ""
@@ -4162,16 +4154,21 @@ msgstr ""
4162
4154
  msgid "Return the content of a repo gpg key, used directly by yum"
4163
4155
  msgstr "Inhalt eines Repository-GPG-Schlüssels ausgeben, direkt verwendet von yum"
4164
4156
 
4165
- msgid "Role"
4157
+ msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
4166
4158
  msgstr ""
4167
4159
 
4160
+ msgid "Role"
4161
+ msgstr "Rolle"
4162
+
4168
4163
  msgid "Role of host"
4169
4164
  msgstr ""
4170
4165
 
4166
+ msgid "Roles"
4167
+ msgstr "Rollen"
4168
+
4171
4169
  msgid "Run Sync Plan:"
4172
4170
  msgstr ""
4173
4171
 
4174
- # translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello
4175
4172
  msgid "Running"
4176
4173
  msgstr "Läuft"
4177
4174
 
@@ -4188,13 +4185,13 @@ msgid "SUBSCRIPTIONS EXPIRING SOON"
4188
4185
  msgstr ""
4189
4186
 
4190
4187
  msgid "Save"
4191
- msgstr ""
4188
+ msgstr "Speichern"
4192
4189
 
4193
- msgid "Schedule errata for installation"
4194
- msgstr "Errata zur Installation einplanen"
4190
+ msgid "Schedule errata for installation using katello-agent. %s"
4191
+ msgstr ""
4195
4192
 
4196
4193
  msgid "Search"
4197
- msgstr ""
4194
+ msgstr "Suche"
4198
4195
 
4199
4196
  msgid "Search pattern (defaults to '*')"
4200
4197
  msgstr ""
@@ -4211,32 +4208,29 @@ msgstr ""
4211
4208
  msgid "Search string for hosts to perform an action on"
4212
4209
  msgstr ""
4213
4210
 
4214
- # translation auto-copied from project Customer Portal Translations, version management_page, document Management_Prototype.html, author hpeters
4215
4211
  msgid "Security"
4216
4212
  msgstr "Sicherheit"
4217
4213
 
4218
4214
  msgid "Security errata applicable"
4219
- msgstr ""
4215
+ msgstr "Anwendbare Sicherheits-Errata"
4220
4216
 
4221
4217
  msgid "Security errata installable"
4222
4218
  msgstr ""
4223
4219
 
4224
4220
  msgid "Select"
4225
- msgstr ""
4221
+ msgstr "Auswählen"
4226
4222
 
4227
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman
4228
4223
  msgid "Select All"
4229
4224
  msgstr "Alle auswählen"
4230
4225
 
4231
4226
  msgid "Select Content View"
4232
4227
  msgstr "Inhaltsansicht auswählen"
4233
4228
 
4234
- # translation auto-copied from project CFSE, version sam-1.2, document app
4235
4229
  msgid "Select None"
4236
4230
  msgstr "Keine auswählen"
4237
4231
 
4238
4232
  msgid "Select Organization"
4239
- msgstr ""
4233
+ msgstr "Organisation auswählen"
4240
4234
 
4241
4235
  msgid "Select Value"
4242
4236
  msgstr ""
@@ -4260,9 +4254,8 @@ msgid "Select the installation media that will be used to provision this host. C
4260
4254
  msgstr ""
4261
4255
 
4262
4256
  msgid "Service Level"
4263
- msgstr ""
4257
+ msgstr "Servicelevel"
4264
4258
 
4265
- # translation auto-copied from project CFSE, version sam-1.2, document app
4266
4259
  msgid "Service Level %s"
4267
4260
  msgstr "Servicelevel %s"
4268
4261
 
@@ -4293,13 +4286,9 @@ msgstr ""
4293
4286
  msgid "Sets whether the Host will autoheal subscriptions upon checkin"
4294
4287
  msgstr ""
4295
4288
 
4296
- msgid "Setting 'default_location_puppet_content' is not set to a valid location."
4297
- msgstr ""
4298
-
4299
4289
  msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
4300
4290
  msgstr ""
4301
4291
 
4302
- # translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello, author jdimanos
4303
4292
  msgid "Severity"
4304
4293
  msgstr "Schweregrad"
4305
4294
 
@@ -4315,9 +4304,6 @@ msgstr "Inhaltsansicht anzeigen"
4315
4304
  msgid "Show a content view component"
4316
4305
  msgstr ""
4317
4306
 
4318
- msgid "Show a content view puppet module"
4319
- msgstr "Inhaltsansicht-Puppet-Modul anzeigen"
4320
-
4321
4307
  msgid "Show a content view's history"
4322
4308
  msgstr "Inhaltsansichtschronik anzeigen"
4323
4309
 
@@ -4339,7 +4325,6 @@ msgstr "Synchronisationsplan anzeigen"
4339
4325
  msgid "Show an activation key"
4340
4326
  msgstr "Aktivierungsschlüssel anzeigen"
4341
4327
 
4342
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
4343
4328
  msgid "Show an environment"
4344
4329
  msgstr "Umgebung anzeigen"
4345
4330
 
@@ -4362,7 +4347,7 @@ msgid "Show releases available for the content host"
4362
4347
  msgstr "Verfügbare Releases für den Inhaltshost anzeigen"
4363
4348
 
4364
4349
  msgid "Show the available repository types"
4365
- msgstr ""
4350
+ msgstr "Verfügbare Repository-Typen anzeigen"
4366
4351
 
4367
4352
  msgid "Shows status of Katello system and it's subcomponents"
4368
4353
  msgstr ""
@@ -4389,12 +4374,11 @@ msgid "Skip metadata check on each repository on the smart proxy"
4389
4374
  msgstr ""
4390
4375
 
4391
4376
  msgid "Skipped pulp_auth check after failed pulp check"
4392
- msgstr ""
4377
+ msgstr "pulp_auth Check wurde übersprungen, nachdem Pulp-Check fehlschlug"
4393
4378
 
4394
4379
  msgid "Smart proxy IDs"
4395
- msgstr ""
4380
+ msgstr "Smart-Proxy-IDs"
4396
4381
 
4397
- # translation auto-copied from project CFSE, version sam-1.2, document app, author hedda
4398
4382
  msgid "Sockets: %s"
4399
4383
  msgstr "Sockets: %s"
4400
4384
 
@@ -4410,17 +4394,35 @@ msgstr ""
4410
4394
  msgid "Some of your inputs contain errors. Please update them and save your changes again."
4411
4395
  msgstr ""
4412
4396
 
4413
- msgid "Something went wrong while retrieving the content view filters! ${error}"
4397
+ msgid "Some services are not properly started. See the About page for more information."
4398
+ msgstr ""
4399
+
4400
+ msgid "Something went wrong while retrieving the content view components! ${getResponseErrorMsgs(error.response)}"
4401
+ msgstr ""
4402
+
4403
+ msgid "Something went wrong while retrieving the content view filter rules! ${getResponseErrorMsgs(error.response)}"
4404
+ msgstr ""
4405
+
4406
+ msgid "Something went wrong while retrieving the content view filter! ${getResponseErrorMsgs(error.response)}"
4407
+ msgstr ""
4408
+
4409
+ msgid "Something went wrong while retrieving the content view filters! ${getResponseErrorMsgs(error.response)}"
4410
+ msgstr ""
4411
+
4412
+ msgid "Something went wrong while retrieving the content view history! ${getResponseErrorMsgs(error.response)}"
4413
+ msgstr ""
4414
+
4415
+ msgid "Something went wrong while retrieving the content view versions! ${getResponseErrorMsgs(error.response)}"
4414
4416
  msgstr ""
4415
4417
 
4416
- msgid "Something went wrong while retrieving the repository types! ${error}"
4418
+ msgid "Something went wrong while retrieving the repository types! ${getResponseErrorMsgs(error.response)}"
4417
4419
  msgstr ""
4418
4420
 
4419
4421
  msgid "Sort field and order, eg. 'id DESC'"
4420
4422
  msgstr ""
4421
4423
 
4422
4424
  msgid "Source RPM"
4423
- msgstr ""
4425
+ msgstr "Quell-RPM"
4424
4426
 
4425
4427
  msgid "Specify the list of units in each repo"
4426
4428
  msgstr ""
@@ -4429,43 +4431,38 @@ msgid "Split the exported content into archives no greater than the specified si
4429
4431
  msgstr ""
4430
4432
 
4431
4433
  msgid "Stacking ID"
4432
- msgstr ""
4434
+ msgstr "Bündelungs-ID"
4433
4435
 
4434
- # translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello
4435
4436
  msgid "Start Date"
4436
4437
  msgstr "Startdatum"
4437
4438
 
4438
- # translation auto-copied from project CFSE, version sam-1.2, document app
4439
4439
  msgid "Start Date and Time can't be blank"
4440
4440
  msgstr "Startdatum und -zeit dürfen nicht leer sein"
4441
4441
 
4442
- # translation auto-copied from project RHN Satellite UI, version 5.6, document java/code/src/com/redhat/rhn/frontend/strings/jsp/StringResource, author hpeters
4443
4442
  msgid "Start Time"
4444
4443
  msgstr "Startzeit"
4445
4444
 
4446
4445
  msgid "Starts"
4447
- msgstr ""
4446
+ msgstr "Beginnt"
4448
4447
 
4449
- # translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello
4450
4448
  msgid "Status"
4451
4449
  msgstr "Status"
4452
4450
 
4453
4451
  msgid "Storage"
4454
- msgstr ""
4452
+ msgstr "Speicher"
4455
4453
 
4456
4454
  msgid "Stream"
4457
- msgstr ""
4455
+ msgstr "Stream"
4458
4456
 
4459
4457
  msgid "Streams based on the host based on their status"
4460
4458
  msgstr ""
4461
4459
 
4462
4460
  msgid "Submit"
4463
- msgstr ""
4461
+ msgstr "Absenden"
4464
4462
 
4465
4463
  msgid "Subnet IDs"
4466
- msgstr ""
4464
+ msgstr "Subnetz-IDs"
4467
4465
 
4468
- # translation auto-copied from project Red Hat Satellite Installation Guide, version 6.0, document Definitions1
4469
4466
  msgid "Subscription"
4470
4467
  msgstr "Subskription"
4471
4468
 
@@ -4473,16 +4470,16 @@ msgid "Subscription Allocation"
4473
4470
  msgstr ""
4474
4471
 
4475
4472
  msgid "Subscription Details"
4476
- msgstr ""
4473
+ msgstr "Subskriptionsdetails"
4477
4474
 
4478
4475
  msgid "Subscription ID"
4479
4476
  msgstr "Subskriptions-ID"
4480
4477
 
4481
4478
  msgid "Subscription Info"
4482
- msgstr ""
4479
+ msgstr "Subskriptionsinformationen"
4483
4480
 
4484
4481
  msgid "Subscription Manifest"
4485
- msgstr ""
4482
+ msgstr "Subskriptionsmanifest"
4486
4483
 
4487
4484
  msgid "Subscription Manifest validity check"
4488
4485
  msgstr ""
@@ -4491,7 +4488,7 @@ msgid "Subscription Name"
4491
4488
  msgstr ""
4492
4489
 
4493
4490
  msgid "Subscription Pool id"
4494
- msgstr ""
4491
+ msgstr "Subskriptionspool-ID"
4495
4492
 
4496
4493
  msgid "Subscription Pool uuid"
4497
4494
  msgstr "Subskriptionspool-UUID"
@@ -4506,7 +4503,7 @@ msgid "Subscription expiration notification"
4506
4503
  msgstr ""
4507
4504
 
4508
4505
  msgid "Subscription id is nil."
4509
- msgstr ""
4506
+ msgstr "Subskriptions-ID ist Null."
4510
4507
 
4511
4508
  msgid "Subscription identifier"
4512
4509
  msgstr "Subskriptions-ID"
@@ -4527,10 +4524,10 @@ msgid "Subscription was not persisted - %{error_message}"
4527
4524
  msgstr ""
4528
4525
 
4529
4526
  msgid "Subscriptions"
4530
- msgstr ""
4527
+ msgstr "Subskriptionen"
4531
4528
 
4532
4529
  msgid "Subscriptions Expiring in 120 Days"
4533
- msgstr ""
4530
+ msgstr "Subskriptionen, die in den nächsten 120 Tagen ablaufen "
4534
4531
 
4535
4532
  msgid "Subscriptions expiring soon"
4536
4533
  msgstr ""
@@ -4548,7 +4545,7 @@ msgid "Success"
4548
4545
  msgstr "Erfolgreich"
4549
4546
 
4550
4547
  msgid "Successfully added %s Host(s)."
4551
- msgstr ""
4548
+ msgstr "%s Host(s) erfolgreich hinzugefügt."
4552
4549
 
4553
4550
  msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
4554
4551
  msgstr "%{count} Inhaltshosts erfolgreich zur Hostsammlung %{host_collection} hinzugefügt."
@@ -4560,7 +4557,7 @@ msgid "Successfully initiated removal of %s product(s)"
4560
4557
  msgstr "Entfernen von %s Produkten erfolgreich initiiert"
4561
4558
 
4562
4559
  msgid "Successfully removed %s Host(s)."
4563
- msgstr ""
4560
+ msgstr "%s Host(s) erfolgreich entfernt."
4564
4561
 
4565
4562
  msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
4566
4563
  msgstr "%{count} Inhaltshosts erfolgreich von Hostsammlung %{host_collection} entfernt."
@@ -4568,37 +4565,36 @@ msgstr "%{count} Inhaltshosts erfolgreich von Hostsammlung %{host_collection} en
4568
4565
  msgid "Successfully synchronized."
4569
4566
  msgstr ""
4570
4567
 
4571
- # translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello
4572
4568
  msgid "Summary"
4573
4569
  msgstr "Zusammenfassung"
4574
4570
 
4575
4571
  msgid "Support Type"
4576
- msgstr ""
4572
+ msgstr "Supporttyp"
4577
4573
 
4578
4574
  msgid "Supported Content Types"
4579
4575
  msgstr ""
4580
4576
 
4581
- # translation auto-copied from project CFSE, version sam-1.2, document app, author hedda
4582
4577
  msgid "Sync Canceled"
4583
4578
  msgstr "Synchronisation abgebrochen"
4584
4579
 
4580
+ msgid "Sync Connection Timeout"
4581
+ msgstr ""
4582
+
4585
4583
  msgid "Sync Content View on Smart Proxy(ies)"
4586
4584
  msgstr ""
4587
4585
 
4588
4586
  msgid "Sync Incomplete"
4589
4587
  msgstr "Synchronisation unvollständig"
4590
4588
 
4591
- # translation auto-copied from project Red Hat Satellite User Guide, version 6.0, document Using_the_CloudForms_System_Engine_Dashboard
4592
4589
  msgid "Sync Overview"
4593
4590
  msgstr "Synchronisationsübersicht"
4594
4591
 
4595
4592
  msgid "Sync Plan"
4596
- msgstr ""
4593
+ msgstr "Synchronisationsplan"
4597
4594
 
4598
4595
  msgid "Sync Plan: "
4599
4596
  msgstr ""
4600
4597
 
4601
- # translation auto-copied from project CFSE, version sam-1.2, document app
4602
4598
  msgid "Sync Plans"
4603
4599
  msgstr "Synchronisationspläne"
4604
4600
 
@@ -4608,7 +4604,6 @@ msgstr ""
4608
4604
  msgid "Sync Smart Proxies after Content View promotion"
4609
4605
  msgstr ""
4610
4606
 
4611
- # translation auto-copied from project CFSE, version sam-1.2, document app
4612
4607
  msgid "Sync Status"
4613
4608
  msgstr "Synchronisationsstatus"
4614
4609
 
@@ -4622,12 +4617,11 @@ msgid "Sync a repository"
4622
4617
  msgstr "Repository synchronisieren"
4623
4618
 
4624
4619
  msgid "Sync all repositories for a product"
4625
- msgstr ""
4620
+ msgstr "Alle Repositorys für ein Produkt synchronisieren"
4626
4621
 
4627
4622
  msgid "Sync capsule"
4628
4623
  msgstr ""
4629
4624
 
4630
- # translation auto-copied from project CFSE, version sam-1.2, document app
4631
4625
  msgid "Sync complete."
4632
4626
  msgstr "Synchronisation abgeschlossen."
4633
4627
 
@@ -4652,12 +4646,11 @@ msgstr ""
4652
4646
  msgid "Synchronize"
4653
4647
  msgstr "Synchronisieren"
4654
4648
 
4655
- # translation auto-copied from project CFSE, version sam-1.2, document app
4656
4649
  msgid "Synchronize Now"
4657
4650
  msgstr "Jetzt synchronisieren"
4658
4651
 
4659
4652
  msgid "Synchronize capsule content"
4660
- msgstr ""
4653
+ msgstr "Capsule-Inhalt synchronisieren"
4661
4654
 
4662
4655
  msgid "Synchronize repository"
4663
4656
  msgstr "Repository synchronisieren"
@@ -4680,9 +4673,12 @@ msgstr "Synchronisation abgeschlossen."
4680
4673
  msgid "System Purpose"
4681
4674
  msgstr ""
4682
4675
 
4683
- msgid "Tags"
4676
+ msgid "System Status"
4684
4677
  msgstr ""
4685
4678
 
4679
+ msgid "Tags"
4680
+ msgstr "Tags"
4681
+
4686
4682
  msgid "Task"
4687
4683
  msgstr ""
4688
4684
 
@@ -4696,15 +4692,17 @@ msgid "Task detail"
4696
4692
  msgstr ""
4697
4693
 
4698
4694
  msgid "Temporary"
4699
- msgstr ""
4695
+ msgstr "Temporär"
4700
4696
 
4701
- # translation auto-copied from project CFSE, version sam-1.2, document app, author hedda
4702
4697
  msgid "The '%s' environment cannot contain a changeset!"
4703
4698
  msgstr "Die \"%s\" Umgebung kann keinen Änderungssatz enthalten!"
4704
4699
 
4705
4700
  msgid "The Subscription Allocation providing the imported manifest has been removed. Please create a new Subscription Allocation and import the new manifest."
4706
4701
  msgstr ""
4707
4702
 
4703
+ msgid "The URL to receive a session token from, e.g. used with Automation Hub."
4704
+ msgstr ""
4705
+
4708
4706
  msgid "The action requested on this composite view cannot be performed until all of the component content view versions have been promoted to the target environment: %{env}. This restriction is optional and can be modified in the Administrator -> Settings -> Content page using the restrict_composite_view flag."
4709
4707
  msgstr ""
4710
4708
 
@@ -4735,6 +4733,12 @@ msgstr "Die Beschreibung der neu generierten Inhaltsansichtsversionen"
4735
4733
  msgid "The email notification will include subscriptions expiring in this number of days or fewer."
4736
4734
  msgstr ""
4737
4735
 
4736
+ msgid "The environment %{name} is in use by %{count} Host Group(s) including %{names}"
4737
+ msgstr ""
4738
+
4739
+ msgid "The environment %{name} is in use by %{count} Host(s) including %{names}"
4740
+ msgstr ""
4741
+
4738
4742
  msgid "The erratum filter rule end date is in an invalid format or type."
4739
4743
  msgstr "Das Enddatum der Erratum-Filterregel hat ein ungültiges Format oder einen ungültigen Typ."
4740
4744
 
@@ -4758,9 +4762,14 @@ msgid ""
4758
4762
  " %{repos}"
4759
4763
  msgstr ""
4760
4764
 
4761
- msgid "The id of the host to alter"
4765
+ msgid ""
4766
+ "The following repositories provided in the import metadata have an incorrect content type or provider type. Make sure the export and import repositories are of the same type before importing\n"
4767
+ " %{repos}"
4762
4768
  msgstr ""
4763
4769
 
4770
+ msgid "The id of the host to alter"
4771
+ msgstr "ID des zu ändernden Hosts"
4772
+
4764
4773
  msgid "The list of environments to promote the specified Content View Version to (replacing the older version)"
4765
4774
  msgstr ""
4766
4775
 
@@ -4770,6 +4779,9 @@ msgstr ""
4770
4779
  msgid "The number of days remaining in a subscription before you will be reminded about renewing it."
4771
4780
  msgstr ""
4772
4781
 
4782
+ msgid "The number of items fetched from a single paged Pulp API call."
4783
+ msgstr ""
4784
+
4773
4785
  msgid "The offset in the file where the content starts"
4774
4786
  msgstr "Der Offset in der Datei, wo der Inhalt beginnt"
4775
4787
 
@@ -4777,7 +4789,7 @@ msgid "The order to sort the results in. ['asc', 'desc'] Defaults to 'desc'."
4777
4789
  msgstr ""
4778
4790
 
4779
4791
  msgid "The page you are attempting to access requires selecting a specific organization."
4780
- msgstr ""
4792
+ msgstr "Die Seite, auf die Sie zugreifen möchten, erfordert die Auswahl einer bestimmten Organisation."
4781
4793
 
4782
4794
  msgid "The path %{real_path} does not seem to be a valid repository. If you think this is an error, please try refreshing your manifest."
4783
4795
  msgstr ""
@@ -4791,12 +4803,6 @@ msgstr "Die Übertragung von %{content_view} nach %{environment} wurde abgeschlo
4791
4803
  msgid "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts."
4792
4804
  msgstr "Die Übertragung von %{content_view} nach <b>%{environment}</b> wurde abgeschlossen. %{count} benötigte Errata können auf Ihren Hosts installiert werden."
4793
4805
 
4794
- msgid "The puppet environment %{name} is in use by %{count} Host Group(s) including %{names}"
4795
- msgstr "Die Puppet-Umgebung %{name} wird von %{count} Hostgruppe(n) einschließlich %{names} verwendet"
4796
-
4797
- msgid "The puppet environment %{name} is in use by %{count} Host(s) including %{names}"
4798
- msgstr "Die Puppet-Umgebung %{name} wird von %{count} Host(s) einschließlich %{names} verwendet"
4799
-
4800
4806
  msgid "The repository is already enabled"
4801
4807
  msgstr "Das Repository ist bereits aktiviert"
4802
4808
 
@@ -4812,9 +4818,6 @@ msgstr ""
4812
4818
  msgid "The requested traces were not found for this host"
4813
4819
  msgstr ""
4814
4820
 
4815
- msgid "The selected content source and lifecycle environment do not match"
4816
- msgstr ""
4817
-
4818
4821
  msgid ""
4819
4822
  "The selected kickstart repository is not part of the assigned content view, lifecycle environment,\n"
4820
4823
  " content source, operating system, and architecture"
@@ -4832,6 +4835,9 @@ msgstr ""
4832
4835
  msgid "The synchronization of \"%s\" has completed. Below is a summary of new errata."
4833
4836
  msgstr "Die Synchronisation von \"%s\" wurde abgeschlossen. Nachfolgend sehen Sie eine Zusammenfassung der neuen Errata."
4834
4837
 
4838
+ msgid "The token key to use for authentication."
4839
+ msgstr ""
4840
+
4835
4841
  msgid "The type of content. The following types are supported: 'package' and 'package_group."
4836
4842
  msgstr "Der Inhaltstyp. Die folgenden Typen werden unterstützt: \"package\" und \"package_group\"."
4837
4843
 
@@ -4847,16 +4853,12 @@ msgstr ""
4847
4853
  msgid "There are no errata that need to be applied to registered content hosts."
4848
4854
  msgstr "Es gibt keine Errata, die auf registrierte Inhaltshosts angewendet werden müssen."
4849
4855
 
4850
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author rgromans
4851
4856
  msgid "There are no products or repositories enabled. Try enabling via %{custom} or %{redhat}."
4852
4857
  msgstr "Es sind keine Produkte oder Repositorys aktiviert. Versuchen Sie eine Aktivierung unter %{custom} oder ${redhat}."
4853
4858
 
4854
4859
  msgid "There either were no environments nor versions specified or there were invalid environments/versions specified. Please check environment_ids and content_view_version_ids parameters."
4855
4860
  msgstr "Entweder wurden keine Umgebungen oder Versionen angegeben, oder es wurden ungültige Umgebungen oder Versionen angegeben. Bitte überprüfen Sie die Parameter environment_ids und content_view_version_ids."
4856
4861
 
4857
- msgid "There is already a module named \"%{value}\" in this content view."
4858
- msgstr ""
4859
-
4860
4862
  msgid "There is no Manifest History to display."
4861
4863
  msgstr ""
4862
4864
 
@@ -4870,7 +4872,7 @@ msgid "There was a problem retrieving Activation Key data from the server."
4870
4872
  msgstr ""
4871
4873
 
4872
4874
  msgid "There was an issue with the backend service %s: "
4873
- msgstr ""
4875
+ msgstr "Problem mit Backend-Dienst %s: "
4874
4876
 
4875
4877
  msgid "There's no running synchronization for this smart proxy."
4876
4878
  msgstr ""
@@ -4885,17 +4887,14 @@ msgid "This Organization's subscription manifest has expired. Please import a ne
4885
4887
  msgstr ""
4886
4888
 
4887
4889
  msgid "This action doesn't support package groups"
4888
- msgstr ""
4890
+ msgstr "Diese Aktion unterstützt keine Paketgruppen"
4889
4891
 
4890
- msgid "This action will become available after the Pulp 3 content migration"
4892
+ msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
4891
4893
  msgstr ""
4892
4894
 
4893
4895
  msgid "This certificate allows a user to view the repositories in any environment from a browser."
4894
4896
  msgstr "Dieses Zertifikat ermöglicht es dem Benutzer, die Repositorys in jeder Umgebung mit einem Browser anzuzeigen."
4895
4897
 
4896
- msgid "This content view has on demand repositories that cannot be exported: %{repos}"
4897
- msgstr ""
4898
-
4899
4898
  msgid "This content view version doesn't have a history."
4900
4899
  msgstr ""
4901
4900
 
@@ -4948,10 +4947,10 @@ msgid "This subscription is not relevant to the current organization."
4948
4947
  msgstr ""
4949
4948
 
4950
4949
  msgid "Time in seconds to wait for a Host to finish a remote action"
4951
- msgstr ""
4950
+ msgstr "Wartezeit in Sekunden, bis ein Host eine entfernte Aktion abschließt"
4952
4951
 
4953
4952
  msgid "Time in seconds to wait for a Host to pickup a remote action"
4954
- msgstr ""
4953
+ msgstr "Wartezeit in Sekunden, bis ein Host eine entfernte Aktion aufnimmt"
4955
4954
 
4956
4955
  msgid "Timeout when refreshing a manifest (in seconds)"
4957
4956
  msgstr ""
@@ -4959,19 +4958,18 @@ msgstr ""
4959
4958
  msgid "Timestamp"
4960
4959
  msgstr ""
4961
4960
 
4962
- # translation auto-copied from project CFSE, version sam-1.2, document app
4963
4961
  msgid "Title"
4964
4962
  msgstr "Titel"
4965
4963
 
4966
4964
  msgid "Toggling Simple Content Access will refresh your manifest."
4967
4965
  msgstr ""
4968
4966
 
4969
- msgid "Total module count: %s."
4970
- msgstr "Modulanzahl gesamt: %s."
4971
-
4972
4967
  msgid "Total steps: "
4973
4968
  msgstr ""
4974
4969
 
4970
+ msgid "Total timeout in seconds for connections when syncing"
4971
+ msgstr ""
4972
+
4975
4973
  msgid "Tracer profile uploaded successfully"
4976
4974
  msgstr ""
4977
4975
 
@@ -4979,7 +4977,7 @@ msgid "Traces"
4979
4977
  msgstr ""
4980
4978
 
4981
4979
  msgid "Trigger an auto-attach of subscriptions"
4982
- msgstr ""
4980
+ msgstr "Automatische Verknüpfung von Subskriptionen auslösen "
4983
4981
 
4984
4982
  msgid "Trigger an auto-attach of subscriptions on one or more hosts"
4985
4983
  msgstr ""
@@ -4988,7 +4986,7 @@ msgid "Try changing your search settings."
4988
4986
  msgstr ""
4989
4987
 
4990
4988
  msgid "Trying to cancel the synchronization..."
4991
- msgstr ""
4989
+ msgstr "Versuche die Synchronisation abzubrechen..."
4992
4990
 
4993
4991
  msgid "Type"
4994
4992
  msgstr ""
@@ -5000,10 +4998,10 @@ msgid "Type of content: \"cert\", \"gpg_key\""
5000
4998
  msgstr ""
5001
4999
 
5002
5000
  msgid "UUID"
5003
- msgstr ""
5001
+ msgstr "UUID"
5004
5002
 
5005
5003
  msgid "UUID of the consumer"
5006
- msgstr ""
5004
+ msgstr "UUID des Konsumenten"
5007
5005
 
5008
5006
  msgid "UUID of the content host"
5009
5007
  msgstr "UUID des Inhaltshosts"
@@ -5018,10 +5016,10 @@ msgid "UUIDs of the virtual guests from the host's hypervisor"
5018
5016
  msgstr ""
5019
5017
 
5020
5018
  msgid "Unable to connect. Got: %s"
5021
- msgstr ""
5019
+ msgstr "Verbindung fehlgeschlagen: %s"
5022
5020
 
5023
5021
  msgid "Unable to detect pulp storage"
5024
- msgstr ""
5022
+ msgstr "Pulp-Speicher nicht gefunden"
5025
5023
 
5026
5024
  msgid "Unable to detect puppet path"
5027
5025
  msgstr ""
@@ -5032,13 +5030,13 @@ msgstr ""
5032
5030
  msgid "Unable to export. 'pulp_export_destination' setting is not a writable directory."
5033
5031
  msgstr ""
5034
5032
 
5035
- msgid "Unable to export. 'pulpcore_export_destination' setting is not set to a valid directory."
5033
+ msgid "Unable to find product '%s' in organization '%s'"
5036
5034
  msgstr ""
5037
5035
 
5038
- msgid "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment."
5036
+ msgid "Unable to get users"
5039
5037
  msgstr ""
5040
5038
 
5041
- msgid "Unable to perform unauthenticated repository list operation"
5039
+ msgid "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment."
5042
5040
  msgstr ""
5043
5041
 
5044
5042
  msgid "Unable to reassign activation_keys. Please check activation_key_content_view_id and activation_key_environment_id."
@@ -5057,11 +5055,17 @@ msgid "Unable to send errata e-mail notification: %{error}"
5057
5055
  msgstr ""
5058
5056
 
5059
5057
  msgid "Unable to sync repo. This repository does not have a feed url."
5060
- msgstr ""
5058
+ msgstr "Repo konnte nicht synchronisiert werden. Dieses Repository hat keine Feed-URL."
5061
5059
 
5062
5060
  msgid "Unable to synchronize any repository. You either do not have the permission to synchronize or the selected repositories do not have a feed url."
5063
5061
  msgstr "Keine Repositorys konnten synchronisiert werden. Sie haben entweder nicht die Berechtigung zur Synchronisation oder die ausgewählten Repositorys haben keine Feed-URL."
5064
5062
 
5063
+ msgid "Unable to update the repository list"
5064
+ msgstr ""
5065
+
5066
+ msgid "Unable to update the user-repository mapping"
5067
+ msgstr ""
5068
+
5065
5069
  msgid "Unapplied Errata"
5066
5070
  msgstr "Nicht angewendete Errata"
5067
5071
 
@@ -5072,15 +5076,14 @@ msgid "Unattach a subscription"
5072
5076
  msgstr "Subskription lösen"
5073
5077
 
5074
5078
  msgid "Unentitled"
5075
- msgstr ""
5079
+ msgstr "Unberechtigt"
5076
5080
 
5077
5081
  msgid "Unfiltered params array: %s."
5078
5082
  msgstr ""
5079
5083
 
5080
- msgid "Uninstall packages remotely"
5081
- msgstr "Pakete entfernt deinstallieren"
5084
+ msgid "Uninstall packages remotely using katello-agent. %s"
5085
+ msgstr ""
5082
5086
 
5083
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
5084
5087
  msgid "Unknown"
5085
5088
  msgstr "Unbekannt"
5086
5089
 
@@ -5088,19 +5091,19 @@ msgid "Unknown Action"
5088
5091
  msgstr ""
5089
5092
 
5090
5093
  msgid "Unknown errata status"
5091
- msgstr ""
5094
+ msgstr "Unbekannter Errata-Status"
5092
5095
 
5093
5096
  msgid "Unknown or Unregistered"
5094
5097
  msgstr ""
5095
5098
 
5096
5099
  msgid "Unknown subscription status"
5097
- msgstr ""
5100
+ msgstr "Unbekannter Subskriptionsstatus"
5098
5101
 
5099
5102
  msgid "Unknown traces status"
5100
5103
  msgstr ""
5101
5104
 
5102
5105
  msgid "Unlimited"
5103
- msgstr ""
5106
+ msgstr "Unbegrenzt"
5104
5107
 
5105
5108
  msgid "Unregister host %s before assigning an organization"
5106
5109
  msgstr ""
@@ -5117,7 +5120,6 @@ msgstr ""
5117
5120
  msgid "Unsubscribed hypervisor"
5118
5121
  msgstr ""
5119
5122
 
5120
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author rgromans
5121
5123
  msgid "Unsupported URL protocol %s."
5122
5124
  msgstr "Nicht unterstütztes URL-Protokoll %s."
5123
5125
 
@@ -5154,9 +5156,6 @@ msgstr "Filterregel aktualisieren. Die enthaltenen Parameter sollten auf dem Fil
5154
5156
  msgid "Update a host collection"
5155
5157
  msgstr "Hostsammlung aktualisieren"
5156
5158
 
5157
- msgid "Update a puppet module associated with the content view"
5158
- msgstr "Puppet-Modul aktualisieren, das der Inhaltsansicht zugewiesen ist"
5159
-
5160
5159
  msgid "Update a repository"
5161
5160
  msgstr "Repository aktualisieren"
5162
5161
 
@@ -5166,24 +5165,23 @@ msgstr "Synchronisationsplan aktualisieren"
5166
5165
  msgid "Update an activation key"
5167
5166
  msgstr "Aktivierungsschlüssel aktualisieren"
5168
5167
 
5169
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
5170
5168
  msgid "Update an environment"
5171
5169
  msgstr "Umgebung aktualisieren"
5172
5170
 
5173
5171
  msgid "Update an environment in an organization"
5174
5172
  msgstr "Umgebung in einer Organisation aktualisieren"
5175
5173
 
5176
- msgid "Update content on one or more hosts"
5174
+ msgid "Update content on one or more hosts using katello-agent. %s"
5177
5175
  msgstr ""
5178
5176
 
5179
5177
  msgid "Update content urls"
5180
5178
  msgstr ""
5181
5179
 
5182
5180
  msgid "Update for host"
5183
- msgstr ""
5181
+ msgstr "Update für Host"
5184
5182
 
5185
5183
  msgid "Update for host %s"
5186
- msgstr ""
5184
+ msgstr "Update für Host %s"
5187
5185
 
5188
5186
  msgid "Update http proxy"
5189
5187
  msgstr ""
@@ -5215,8 +5213,8 @@ msgstr ""
5215
5213
  msgid "Update package via Katello interface"
5216
5214
  msgstr ""
5217
5215
 
5218
- msgid "Update packages remotely"
5219
- msgstr "Pakete entfernt aktualisieren"
5216
+ msgid "Update packages remotely using katello-agent. %s"
5217
+ msgstr ""
5220
5218
 
5221
5219
  msgid "Update redhat repository"
5222
5220
  msgstr ""
@@ -5228,7 +5226,7 @@ msgid "Update release version for host %s"
5228
5226
  msgstr ""
5229
5227
 
5230
5228
  msgid "Update services requiring restart"
5231
- msgstr ""
5229
+ msgstr "Services aktualisieren, welche neugestartet werden müssen"
5232
5230
 
5233
5231
  msgid "Update the HTTP proxy configuration on the repositories of one or more products."
5234
5232
  msgstr ""
@@ -5240,7 +5238,7 @@ msgid "Update the quantity of one or more subscriptions on an upstream allocatio
5240
5238
  msgstr ""
5241
5239
 
5242
5240
  msgid "Updated"
5243
- msgstr ""
5241
+ msgstr "Aktualisiert"
5244
5242
 
5245
5243
  msgid "Updates"
5246
5244
  msgstr ""
@@ -5251,7 +5249,6 @@ msgstr "Aktualisiert ein Produkt"
5251
5249
  msgid "Updates all packages on the host(s)"
5252
5250
  msgstr ""
5253
5251
 
5254
- # translation auto-copied from project CFSE, version sam-1.2, document app
5255
5252
  msgid "Updating Package..."
5256
5253
  msgstr "Paket wird aktualisiert …"
5257
5254
 
@@ -5261,7 +5258,6 @@ msgstr ""
5261
5258
  msgid "Updating System Purpose for host %s"
5262
5259
  msgstr ""
5263
5260
 
5264
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author rgromans
5265
5261
  msgid "Updating package group..."
5266
5262
  msgstr "Paketgruppe wird aktualisiert …"
5267
5263
 
@@ -5322,6 +5318,9 @@ msgstr ""
5322
5318
  msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
5323
5319
  msgstr ""
5324
5320
 
5321
+ msgid "User"
5322
+ msgstr "Benutzer"
5323
+
5325
5324
  msgid "User '%s' did not specify an organization ID and does not have a default organization."
5326
5325
  msgstr "Benutzer \"%s\" hat keine Organisations-ID angegeben und hat keine Standardorganisation."
5327
5326
 
@@ -5329,7 +5328,7 @@ msgid "User '%{user}' does not belong to Organization '%{organization}'."
5329
5328
  msgstr "Benutzer \"%{user}\" gehört nicht zur Organisation \"%{organization}\"."
5330
5329
 
5331
5330
  msgid "User IDs"
5332
- msgstr ""
5331
+ msgstr "Benutzer-IDs"
5333
5332
 
5334
5333
  msgid "User must be logged in."
5335
5334
  msgstr "Benutzer muss angemeldet sein."
@@ -5341,7 +5340,7 @@ msgid "Username to access URL"
5341
5340
  msgstr ""
5342
5341
 
5343
5342
  msgid "Valid"
5344
- msgstr ""
5343
+ msgstr "Gültig"
5345
5344
 
5346
5345
  msgid "Value must either be a boolean or 'default' for 'enabled'"
5347
5346
  msgstr ""
@@ -5356,19 +5355,20 @@ msgid "Verify checksum of repository contents"
5356
5355
  msgstr ""
5357
5356
 
5358
5357
  msgid "Version"
5359
- msgstr ""
5358
+ msgstr "Version"
5360
5359
 
5361
5360
  msgid "Versions"
5361
+ msgstr "Versionen"
5362
+
5363
+ msgid "Versions will appear here when the content view is published."
5362
5364
  msgstr ""
5363
5365
 
5364
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author rgromans
5365
5366
  msgid "View %{view} has not been promoted to %{env}"
5366
5367
  msgstr "Ansicht %{view} wurde bereits übertragen in %{env}"
5367
5368
 
5368
5369
  msgid "View a report of the affected hosts"
5369
5370
  msgstr ""
5370
5371
 
5371
- # translation auto-copied from project nm-applet, version 0.8.1, document nm-applet, author jdimanos
5372
5372
  msgid "Virtual"
5373
5373
  msgstr "Virtuell"
5374
5374
 
@@ -5379,19 +5379,19 @@ msgid "When registering a host via subscription-manager, force use the specified
5379
5379
  msgstr ""
5380
5380
 
5381
5381
  msgid "When set to 'True' repository types that are creatable will be returned"
5382
- msgstr ""
5382
+ msgstr "Falls auf \"wahr\" gesetzt, werden erstellbare Repository-Typen ausgegeben"
5383
5383
 
5384
5384
  msgid "When unregistering a host via subscription-manager, also delete the host record. Managed resources linked to host such as virtual machines and DNS records may also be deleted."
5385
5385
  msgstr ""
5386
5386
 
5387
5387
  msgid "Whether or not the host collection may have unlimited hosts"
5388
- msgstr ""
5388
+ msgstr "Ob die Hostsammlung unbegrenzt viele Hosts haben darf"
5389
5389
 
5390
5390
  msgid "Whether or not to auto sync the Smart Proxies after a Content View promotion."
5391
5391
  msgstr ""
5392
5392
 
5393
5393
  msgid "Whether or not to check the status of backend services such as pulp and candlepin prior to performing some actions."
5394
- msgstr ""
5394
+ msgstr "Ob der Status von Backend-Diensten wie Pulp und Candlepin vor der Ausführung von Aktionen überprüft werden soll. "
5395
5395
 
5396
5396
  msgid "Whether or not to regenerate the repository on disk. Default: true"
5397
5397
  msgstr ""
@@ -5403,10 +5403,10 @@ msgid "Whether or not to sync an external capsule after upload. Default: true"
5403
5403
  msgstr ""
5404
5404
 
5405
5405
  msgid "Whether to include available content attribute in results"
5406
- msgstr ""
5406
+ msgstr "Ob verfügbare Inhaltsattribute in Ergebnisse eingeschlossen werden sollen"
5407
5407
 
5408
5408
  msgid "Workers"
5409
- msgstr ""
5409
+ msgstr "Worker"
5410
5410
 
5411
5411
  msgid "Wrong content type submitted."
5412
5412
  msgstr ""
@@ -5415,7 +5415,7 @@ msgid "Yay empty state"
5415
5415
  msgstr ""
5416
5416
 
5417
5417
  msgid "Yes"
5418
- msgstr ""
5418
+ msgstr "Ja"
5419
5419
 
5420
5420
  msgid "You are currently operating in disconnected mode where access to Red Hat Subcription Management is prohibited. If you would like to change this, please update the content setting 'Disconnected mode'."
5421
5421
  msgstr ""
@@ -5430,7 +5430,7 @@ msgid "You can check sync status for repositories only in the library lifecycle
5430
5430
  msgstr "Sie können den Synchronisationsstatus für Repositorys nur in der Library-Lebenszyklusumgebung prüfen."
5431
5431
 
5432
5432
  msgid "You cannot have more than %{max_hosts} host(s) associated with host collection '%{host_collection}'."
5433
- msgstr ""
5433
+ msgstr "Sie können nicht mehr als %{max_hosts} Host(s) mit der Hostsammlung '%{host_collection}' verknüpfen."
5434
5434
 
5435
5435
  msgid "You cannot set an organization's parent. This feature is disabled."
5436
5436
  msgstr "Sie können keine übergeordnete Organisation für diese Organisation festlegen. Diese Funktion ist deaktiviert."
@@ -5444,9 +5444,15 @@ msgstr ""
5444
5444
  msgid "You currently don't have any filters for this content view."
5445
5445
  msgstr ""
5446
5446
 
5447
+ msgid "You currently don't have any history for this content view."
5448
+ msgstr ""
5449
+
5447
5450
  msgid "You currently don't have any repositories to add to this content view."
5448
5451
  msgstr ""
5449
5452
 
5453
+ msgid "You currently don't have any versions for this content view."
5454
+ msgstr ""
5455
+
5450
5456
  msgid "You do not have permissions to delete %s"
5451
5457
  msgstr "Sie sind nicht dazu berechtigt, %s zu löschen"
5452
5458
 
@@ -5478,7 +5484,7 @@ msgid "Your search query was invalid. Please revise it and try again. The full e
5478
5484
  msgstr ""
5479
5485
 
5480
5486
  msgid "Yum Metadata: %s"
5481
- msgstr ""
5487
+ msgstr "Yum Metadaten: %s"
5482
5488
 
5483
5489
  msgid "a deb"
5484
5490
  msgstr ""
@@ -5495,6 +5501,9 @@ msgstr "ein Docker-Tag"
5495
5501
  msgid "a file"
5496
5502
  msgstr ""
5497
5503
 
5504
+ msgid "a future release"
5505
+ msgstr ""
5506
+
5498
5507
  msgid "a module stream"
5499
5508
  msgstr ""
5500
5509
 
@@ -5504,9 +5513,6 @@ msgstr "ein Paket"
5504
5513
  msgid "a package group"
5505
5514
  msgstr "eine Paketgruppe"
5506
5515
 
5507
- msgid "a puppet module"
5508
- msgstr "ein Puppet-Modul"
5509
-
5510
5516
  msgid "actions not found"
5511
5517
  msgstr ""
5512
5518
 
@@ -5523,7 +5529,7 @@ msgid "add all module streams without errata to the included/excluded list. (mod
5523
5529
  msgstr ""
5524
5530
 
5525
5531
  msgid "add all packages without errata to the included/excluded list. (package filter only)"
5526
- msgstr ""
5532
+ msgstr "Alle Pakete ohne Errata zur Einschluss-/Ausschlussliste hinzufügen (nur Paketfilter)"
5527
5533
 
5528
5534
  msgid "all packages"
5529
5535
  msgstr "alle Pakete"
@@ -5537,6 +5543,9 @@ msgstr "Aktualisierung aller Pakete fehlgeschlagen"
5537
5543
  msgid "allow unauthenticed pull of container images"
5538
5544
  msgstr ""
5539
5545
 
5546
+ msgid "already belongs to the content view"
5547
+ msgstr ""
5548
+
5540
5549
  msgid "already taken"
5541
5550
  msgstr "bereits verwendet"
5542
5551
 
@@ -5546,7 +5555,6 @@ msgstr ""
5546
5555
  msgid "an erratum"
5547
5556
  msgstr "ein Erratum"
5548
5557
 
5549
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
5550
5558
  msgid "an organization"
5551
5559
  msgstr "eine Organisation"
5552
5560
 
@@ -5557,10 +5565,7 @@ msgid "are only allowed for Yum repositories."
5557
5565
  msgstr ""
5558
5566
 
5559
5567
  msgid "attempted to sync without a feed URL"
5560
- msgstr ""
5561
-
5562
- msgid "author of the puppet module"
5563
- msgstr "Autor des Puppet-Moduls"
5568
+ msgstr "Synchronisation ohne Feed-URL versucht"
5564
5569
 
5565
5570
  msgid "auto attach subscriptions upon registration"
5566
5571
  msgstr "Nach Registrierung automatisch mit Subskriptionen verknüpfen"
@@ -5608,9 +5613,8 @@ msgid "cannot be set for non-ostree repositories."
5608
5613
  msgstr ""
5609
5614
 
5610
5615
  msgid "cannot be set for non-yum repositories."
5611
- msgstr ""
5616
+ msgstr "kann für nicht-yum Repositorys nicht eingestellt werden."
5612
5617
 
5613
- # translation auto-copied from project CFSE, version sam-1.2, document app
5614
5618
  msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
5615
5619
  msgstr "darf nur ASCII alphanumerische Zeichen, \"_\" und \"-\" enthalten. "
5616
5620
 
@@ -5623,24 +5627,14 @@ msgstr "darf keine Filter enthalten falls Verbundansicht"
5623
5627
  msgid "cannot contain filters whose repositories do not belong to this content view"
5624
5628
  msgstr "darf keine Filter enthalten, deren Repositorys nicht zu dieser Inhaltsansicht gehören"
5625
5629
 
5626
- # translation auto-copied from project CFSE, version sam-1.2, document app
5627
5630
  msgid "cannot contain more than %s characters"
5628
5631
  msgstr "darf nicht mehr als %s Zeichen enthalten"
5629
5632
 
5630
5633
  msgid "checking Candlepin task status"
5631
- msgstr ""
5634
+ msgstr "Candlepin-Aufgabenstatus prüfen"
5632
5635
 
5633
5636
  msgid "checking Pulp task status"
5634
- msgstr ""
5635
-
5636
- msgid "comma-separated list of architectures to be synced from deb-archive"
5637
- msgstr ""
5638
-
5639
- msgid "comma-separated list of releases to be synced from deb-archive"
5640
- msgstr ""
5641
-
5642
- msgid "comma-separated list of repo components to be synced from deb-archive"
5643
- msgstr ""
5637
+ msgstr "Status der Pulp-Aufgabe prüfen"
5644
5638
 
5645
5639
  msgid "composite content view identifier"
5646
5640
  msgstr ""
@@ -5654,7 +5648,7 @@ msgstr ""
5654
5648
  msgid "content release version"
5655
5649
  msgstr "Inhalts-Release-Version"
5656
5650
 
5657
- msgid "content type ('deb', 'docker_manifest', 'file', 'ostree', 'puppet_module', 'rpm', 'srpm')"
5651
+ msgid "content type ('deb', 'docker_manifest', 'file', 'ostree', 'rpm', 'srpm')"
5658
5652
  msgstr ""
5659
5653
 
5660
5654
  msgid "content view component ID. Identifier of the component association"
@@ -5703,7 +5697,7 @@ msgid "content view versions to compare"
5703
5697
  msgstr "Zu vergleichende Inhaltsansichtsversionen"
5704
5698
 
5705
5699
  msgid "create a filter for a content view"
5706
- msgstr ""
5700
+ msgstr "Filter für eine Inhaltsansicht erstellen"
5707
5701
 
5708
5702
  msgid "deb Packages"
5709
5703
  msgstr ""
@@ -5715,9 +5709,8 @@ msgid "default package names to include in the package group"
5715
5709
  msgstr ""
5716
5710
 
5717
5711
  msgid "delete a filter"
5718
- msgstr ""
5712
+ msgstr "Filter löschen"
5719
5713
 
5720
- # translation auto-copied from project anaconda, version 19.31.34, document anaconda
5721
5714
  msgid "description"
5722
5715
  msgstr "Beschreibung"
5723
5716
 
@@ -5779,7 +5772,7 @@ msgid "erratum: id"
5779
5772
  msgstr "Erratum: ID"
5780
5773
 
5781
5774
  msgid "erratum: search using the 'Issued On' or 'Updated On' column of the errata. Values are 'issued'/'updated'"
5782
- msgstr ""
5775
+ msgstr "Erratum: Suche über 'Ausgestellt am' oder 'Aktualisiert am' Spalte der Errata. Werte sind 'ausgestellt'/'aktualisiert'"
5783
5776
 
5784
5777
  msgid "erratum: start date (YYYY-MM-DD)"
5785
5778
  msgstr "Erratum: Startdatum (JJJJ-MM-TT)"
@@ -5797,7 +5790,7 @@ msgid "filter by sync date"
5797
5790
  msgstr "nach Synchronisationsdatum filtern"
5798
5791
 
5799
5792
  msgid "filter content view filters by name"
5800
- msgstr ""
5793
+ msgstr "Inhaltsansichtsfilter nach Namen filtern"
5801
5794
 
5802
5795
  msgid "filter identifier"
5803
5796
  msgstr "ID filtern"
@@ -5812,18 +5805,17 @@ msgid "force content view promotion and bypass lifecycle environment restriction
5812
5805
  msgstr "Übertragung der Inhaltsansicht erzwingen und Einschränkungen der Lebenszyklusumgebung umgehen"
5813
5806
 
5814
5807
  msgid "foreman-tasks service not running or is not ready yet"
5815
- msgstr ""
5808
+ msgstr "Foreman-Tasks Service läuft nicht oder ist noch nicht bereit"
5816
5809
 
5817
5810
  msgid "has already been taken"
5818
5811
  msgstr "wird bereits verwendet"
5819
5812
 
5820
5813
  msgid "has already been taken for a product in this organization."
5821
- msgstr ""
5814
+ msgstr "wird bereits für ein Produkt dieser Organisation verwendet."
5822
5815
 
5823
5816
  msgid "has already been taken for this product."
5824
5817
  msgstr "wird bereits verwendet für dieses Produkt."
5825
5818
 
5826
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
5827
5819
  msgid "here"
5828
5820
  msgstr "hier"
5829
5821
 
@@ -5833,12 +5825,11 @@ msgstr "Name der Hostsammlung, nach der gefiltert werden soll"
5833
5825
  msgid "hosts"
5834
5826
  msgstr ""
5835
5827
 
5836
- # translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello
5837
5828
  msgid "how often synchronization should run"
5838
5829
  msgstr "Häufigkeit der Synchronisation"
5839
5830
 
5840
5831
  msgid "id of a host"
5841
- msgstr ""
5832
+ msgstr "ID eines Hosts"
5842
5833
 
5843
5834
  msgid "id of host"
5844
5835
  msgstr ""
@@ -5859,32 +5850,26 @@ msgid "if true, Katello will verify the upstream url's SSL certifcates are signe
5859
5850
  msgstr ""
5860
5851
 
5861
5852
  msgid "initiating Candlepin task"
5862
- msgstr ""
5853
+ msgstr "Candlepin-Aufgabe einleiten"
5863
5854
 
5864
5855
  msgid "initiating Pulp task"
5865
- msgstr ""
5856
+ msgstr "Pulp-Aufgabe eingeleitet"
5866
5857
 
5867
- # translation auto-copied from project CFSE, version sam-1.2, document app
5868
5858
  msgid "installing errata..."
5869
5859
  msgstr "Errata werden installiert …"
5870
5860
 
5871
- # translation auto-copied from project CFSE, version sam-1.2, document app
5872
5861
  msgid "installing erratum..."
5873
5862
  msgstr "Erratum wird installiert …"
5874
5863
 
5875
- # translation auto-copied from project CFSE, version sam-1.2, document app
5876
5864
  msgid "installing package group..."
5877
5865
  msgstr "Paketgruppe wird installiert …"
5878
5866
 
5879
- # translation auto-copied from project CFSE, version sam-1.2, document app
5880
5867
  msgid "installing package groups..."
5881
5868
  msgstr "Paketgruppen werden installiert …"
5882
5869
 
5883
- # translation auto-copied from project CFSE, version sam-1.2, document app
5884
5870
  msgid "installing package..."
5885
5871
  msgstr "Paket wird installiert …"
5886
5872
 
5887
- # translation auto-copied from project CFSE, version sam-1.2, document app
5888
5873
  msgid "installing packages..."
5889
5874
  msgstr "Pakete werden installiert …"
5890
5875
 
@@ -5916,7 +5901,7 @@ msgid "limit to only repositories with this download policy"
5916
5901
  msgstr ""
5917
5902
 
5918
5903
  msgid "list filters"
5919
- msgstr ""
5904
+ msgstr "Filter auflisten"
5920
5905
 
5921
5906
  msgid "list of packages names"
5922
5907
  msgstr "Liste mit Paketnamen"
@@ -5931,22 +5916,16 @@ msgid "mandatory package names to include in the package group"
5931
5916
  msgstr ""
5932
5917
 
5933
5918
  msgid "max_hosts must be given a value if this host collection is not unlimited."
5934
- msgstr ""
5919
+ msgstr "max_hosts muss einen Wert haben, wenn diese Hostsammlung nicht unbegrenzt ist."
5935
5920
 
5936
5921
  msgid "maximum number of registered content hosts"
5937
5922
  msgstr "Höchstanzahl von registrierten Inhaltshosts"
5938
5923
 
5939
5924
  msgid "maximum size of each ISO in MB"
5940
- msgstr ""
5941
-
5942
- msgid "maximum size of each ISO in MB. Relevant only for Pulp 2 repositories"
5943
- msgstr ""
5925
+ msgstr "Maximale Größe der ISO in MB"
5944
5926
 
5945
5927
  msgid "may not be less than the number of hosts associated with the host collection."
5946
- msgstr ""
5947
-
5948
- msgid "module name to restrict modules for"
5949
- msgstr "Modulname, für den Module eingeschränkt werden"
5928
+ msgstr "darf nicht niedriger als die Zahl der Hosts sein, die mit der Hostsammlung verknüpft sind."
5950
5929
 
5951
5930
  msgid "module stream ids"
5952
5931
  msgstr ""
@@ -5969,7 +5948,6 @@ msgstr ""
5969
5948
  msgid "must be unique within one organization"
5970
5949
  msgstr "muss innerhalb einer Organisation eindeutig sein"
5971
5950
 
5972
- # translation auto-copied from project CFSE, version sam-1.2, document app, author hedda
5973
5951
  msgid "must contain '%s'"
5974
5952
  msgstr "muss \"%s\" enthalten"
5975
5953
 
@@ -5988,7 +5966,6 @@ msgstr "muss einen gültigen öffentlichen GPG-Schlüssel enthalten"
5988
5966
  msgid "must not contain leading or trailing white spaces."
5989
5967
  msgstr "darf keine führenden oder nachfolgenden Leerstellen enthalten."
5990
5968
 
5991
- # translation auto-copied from project anaconda, version 19.31.34, document anaconda
5992
5969
  msgid "name"
5993
5970
  msgstr "Name"
5994
5971
 
@@ -6010,12 +5987,12 @@ msgstr "Name des Filters"
6010
5987
  msgid "name of the organization"
6011
5988
  msgstr "Name der Organisation"
6012
5989
 
6013
- msgid "name of the puppet module"
6014
- msgstr "Name des Puppet-Moduls"
6015
-
6016
5990
  msgid "name of the repository"
6017
5991
  msgstr "Name des Repositorys"
6018
5992
 
5993
+ msgid "name of the subscription"
5994
+ msgstr ""
5995
+
6019
5996
  msgid "name: %s doesn't exist "
6020
5997
  msgstr "Name: %s existiert nicht "
6021
5998
 
@@ -6026,7 +6003,7 @@ msgid "new name to be given to the environment"
6026
6003
  msgstr "Neuer Name für die Umgebung"
6027
6004
 
6028
6005
  msgid "no"
6029
- msgstr ""
6006
+ msgstr "nein"
6030
6007
 
6031
6008
  msgid "no global default"
6032
6009
  msgstr ""
@@ -6034,13 +6011,15 @@ msgstr ""
6034
6011
  msgid "obtain manifest history for subscriptions"
6035
6012
  msgstr "Manifestchronik für Subskriptionen laden"
6036
6013
 
6037
- # translation auto-copied from project CFSE, version sam-1.2, document app, author hedda
6038
6014
  msgid "of environment must be unique within one organization"
6039
6015
  msgstr "der Umgebung muss eindeutig innerhalb einer Organisation sein"
6040
6016
 
6041
6017
  msgid "only repositories having at least one of the specified content type ex: rpm , erratum"
6042
6018
  msgstr ""
6043
6019
 
6020
+ msgid "only show the repositories readable by this user with this username"
6021
+ msgstr ""
6022
+
6044
6023
  msgid "optional package names to include in the package group"
6045
6024
  msgstr ""
6046
6025
 
@@ -6080,6 +6059,9 @@ msgstr "Paket: Version"
6080
6059
  msgid "package_ids is not an array"
6081
6060
  msgstr "package_ids ist kein Array"
6082
6061
 
6062
+ msgid "params 'show_all_for' and 'available_for' must be used independently"
6063
+ msgstr ""
6064
+
6083
6065
  msgid "pattern for container image names"
6084
6066
  msgstr ""
6085
6067
 
@@ -6101,28 +6083,18 @@ msgstr ""
6101
6083
  msgid "product numeric identifier"
6102
6084
  msgstr "Numerische ID des Produkts"
6103
6085
 
6104
- msgid "puppet module ID"
6105
- msgstr "Puppet-Modul-ID"
6106
-
6107
- msgid "puppet_module_ids is not an array"
6108
- msgstr "puppet_module_ids ist kein Array"
6109
-
6110
6086
  msgid "register_hostname_fact set for %s, but no fact found, or was localhost."
6111
6087
  msgstr ""
6112
6088
 
6113
- # translation auto-copied from project CFSE, version sam-1.2, document app
6114
6089
  msgid "removing package group..."
6115
6090
  msgstr "Paketgruppe wird entfernt …"
6116
6091
 
6117
- # translation auto-copied from project CFSE, version sam-1.2, document app
6118
6092
  msgid "removing package groups..."
6119
6093
  msgstr "Paketgruppen werden entfernt …"
6120
6094
 
6121
- # translation auto-copied from project CFSE, version sam-1.2, document app
6122
6095
  msgid "removing package..."
6123
6096
  msgstr "Paket wird entfernt …"
6124
6097
 
6125
- # translation auto-copied from project CFSE, version sam-1.2, document app
6126
6098
  msgid "removing packages..."
6127
6099
  msgstr "Pakete werden entfernt …"
6128
6100
 
@@ -6172,16 +6144,16 @@ msgid "show archived repositories"
6172
6144
  msgstr ""
6173
6145
 
6174
6146
  msgid "show filter info"
6175
- msgstr ""
6147
+ msgstr "Filterinformationen anzeigen"
6176
6148
 
6177
6149
  msgid "show repositories in Library and the default content view"
6178
6150
  msgstr "Repositorys in Library und standardmäßige Inhaltsansicht anzeigen"
6179
6151
 
6180
6152
  msgid "some executors are not responding, check %{status_url}"
6181
- msgstr ""
6153
+ msgstr "Keine Antwort von manchen Executors, überprüfen Sie %{status_url}"
6182
6154
 
6183
6155
  msgid "source URL is malformed"
6184
- msgstr ""
6156
+ msgstr "Quell-URL ist fehlerhaft"
6185
6157
 
6186
6158
  msgid "specifies if content should be included or excluded, default: inclusion=false"
6187
6159
  msgstr "Gibt an, ob Inhalt einbezogen oder ausgeschlossen werden soll. Standard: inclusion=false"
@@ -6190,7 +6162,7 @@ msgid "start datetime of synchronization"
6190
6162
  msgstr "Startdatum und -zeit der Synchronisation"
6191
6163
 
6192
6164
  msgid "subscriptions not specified"
6193
- msgstr ""
6165
+ msgstr "Subskriptionen sind nicht angegeben"
6194
6166
 
6195
6167
  msgid "sync plan description"
6196
6168
  msgstr "Beschreibung des Synchronisationsplans"
@@ -6202,21 +6174,11 @@ msgid "sync plan numeric identifier"
6202
6174
  msgstr "Numerische ID des Synchronisationsplans"
6203
6175
 
6204
6176
  msgid "temporarily override feed URL for sync"
6205
- msgstr ""
6177
+ msgstr "Feed-URL für Synchronisation vorübergehend außer Kraft setzen"
6206
6178
 
6207
- # translation auto-copied from project CFSE, version sam-1.2, document app
6208
6179
  msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
6209
6180
  msgstr "Die folgenden Attribute können nicht für den Red Hat Anbieter aktualisiert werden: [ %s ]"
6210
6181
 
6211
- msgid "the id of the puppet module to associate"
6212
- msgstr ""
6213
-
6214
- msgid "the uuid of the puppet module to associate"
6215
- msgstr "UUID des zu verknüpfenden Puppet-Moduls"
6216
-
6217
- msgid "true if the export api is pulp3 ready and usable. This API is intended for use by hammer-cli only."
6218
- msgstr ""
6219
-
6220
6182
  msgid "true if the latest version of the component's content view is desired"
6221
6183
  msgstr ""
6222
6184
 
@@ -6233,53 +6195,55 @@ msgid "type of filter (e.g. rpm, package_group, erratum, docker, modulemd)"
6233
6195
  msgstr ""
6234
6196
 
6235
6197
  msgid "type of repo"
6236
- msgstr "Typ des Repositorys"
6198
+ msgstr ""
6237
6199
 
6238
6200
  msgid "types of filters"
6239
6201
  msgstr ""
6240
6202
 
6241
6203
  msgid "unknown permission for %s"
6242
- msgstr ""
6204
+ msgstr "unbekannte Berechtigung für %s"
6243
6205
 
6244
6206
  msgid "update a filter"
6245
- msgstr ""
6207
+ msgstr "Filter aktualisieren"
6246
6208
 
6247
- # translation auto-copied from project CFSE, version sam-1.2, document app
6248
6209
  msgid "updating package group..."
6249
6210
  msgstr "Paketgruppe wird aktualisiert …"
6250
6211
 
6251
- # translation auto-copied from project CFSE, version sam-1.2, document app
6252
6212
  msgid "updating package groups..."
6253
6213
  msgstr "Paketgruppen werden aktualisiert …"
6254
6214
 
6255
- # translation auto-copied from project CFSE, version sam-1.2, document app
6256
6215
  msgid "updating package..."
6257
6216
  msgstr "Paket wird aktualisiert …"
6258
6217
 
6259
- # translation auto-copied from project CFSE, version sam-1.2, document app
6260
6218
  msgid "updating packages..."
6261
6219
  msgstr "Pakete werden aktualisiert …"
6262
6220
 
6263
6221
  msgid "url not defined."
6264
6222
  msgstr "URL nicht definiert"
6265
6223
 
6266
- msgid "uuid of the puppet module"
6267
- msgstr ""
6268
-
6269
6224
  msgid "waiting for Candlepin to finish the task"
6270
- msgstr ""
6225
+ msgstr "Warten, bis Candlepin die Aufgabe abgeschlossen hat"
6271
6226
 
6272
6227
  msgid "waiting for Pulp to finish the task"
6273
- msgstr ""
6228
+ msgstr "Warten, bis Pulp die Aufgabe abgeschlossen hat"
6274
6229
 
6275
6230
  msgid "waiting for Pulp to start the task"
6231
+ msgstr "Warten, bis Pulp die Aufgabe gestartet hat"
6232
+
6233
+ msgid "whitespace-separated list of architectures to be synced from deb-archive"
6234
+ msgstr ""
6235
+
6236
+ msgid "whitespace-separated list of releases to be synced from deb-archive"
6237
+ msgstr ""
6238
+
6239
+ msgid "whitespace-separated list of repo components to be synced from deb-archive"
6276
6240
  msgstr ""
6277
6241
 
6278
6242
  msgid "with"
6279
6243
  msgstr ""
6280
6244
 
6281
6245
  msgid "yes"
6282
- msgstr ""
6246
+ msgstr "ja"
6283
6247
 
6284
6248
  msgid "{0} items selected"
6285
6249
  msgstr ""