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/mr/katello.po CHANGED
@@ -1,27 +1,27 @@
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 Suchy <msuchy@redhat.com>, 2012-2013.
7
- # sandeeps <sandeeps@fedoraproject.org>, 2013. #zanata
7
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
8
+ #
8
9
  msgid ""
9
10
  msgstr ""
10
- "Project-Id-Version: version 0.0.1\n"
11
+ "Project-Id-Version: katello 2.4.0-RC1\n"
11
12
  "Report-Msgid-Bugs-To: \n"
13
+ "PO-Revision-Date: 2017-12-19 20:14+0000\n"
14
+ "Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2021\n"
15
+ "Language-Team: Marathi (https://www.transifex.com/foreman/teams/114/mr/)\n"
12
16
  "MIME-Version: 1.0\n"
13
17
  "Content-Type: text/plain; charset=UTF-8\n"
14
18
  "Content-Transfer-Encoding: 8bit\n"
15
- "PO-Revision-Date: 2013-07-09 04:23-0400\n"
16
- "Last-Translator: sandeeps <sandeeps@fedoraproject.org>\n"
17
- "Language-Team: LANGUAGE <LL@li.org>\n"
18
19
  "Language: mr\n"
19
20
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
- "X-Generator: Zanata 3.6.2\n"
21
21
 
22
22
  msgid ""
23
23
  "\n"
24
- "* Product = '%{product}', Repository = '%{repository}', Repository Type = '%{repo_type}'"
24
+ "* Product = '%{product}', Repository = '%{repository}'"
25
25
  msgstr ""
26
26
 
27
27
  msgid " %{errata_count} Errata"
@@ -33,17 +33,17 @@ msgstr ""
33
33
  msgid " %{package_count} Package(s)"
34
34
  msgstr ""
35
35
 
36
- msgid " %{puppet_module_count} Puppet Module(s)"
37
- msgstr ""
38
-
39
36
  msgid " Content view updated."
40
37
  msgstr ""
41
38
 
42
39
  msgid " Either select the latest content view or the content view version. Cannot set both."
43
40
  msgstr ""
44
41
 
42
+ msgid " RPMs"
43
+ msgstr ""
44
+
45
45
  msgid " environment cannot be set to an environment already on its path"
46
- msgstr "आधिपासूनच मार्गावर असणारे वातावरणाला सेट कऱणे अशक्य"
46
+ msgstr ""
47
47
 
48
48
  msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
49
49
  msgstr ""
@@ -51,10 +51,8 @@ msgstr ""
51
51
  msgid "%s Available"
52
52
  msgstr ""
53
53
 
54
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author sandeeps
55
- #, fuzzy
56
54
  msgid "%s Errata"
57
- msgstr "एराटा"
55
+ msgstr ""
58
56
 
59
57
  msgid "%s Host"
60
58
  msgid_plural "%s Hosts"
@@ -64,16 +62,14 @@ msgstr[1] ""
64
62
  msgid "%s Used"
65
63
  msgstr ""
66
64
 
67
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author sandeeps
68
65
  msgid "%s ago"
69
66
  msgstr "%s पूर्वी"
70
67
 
71
68
  msgid "%s has already been deleted"
72
69
  msgstr ""
73
70
 
74
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
75
71
  msgid "%s is not a valid package name"
76
- msgstr "%s वैध संकुल नाव नाही"
72
+ msgstr ""
77
73
 
78
74
  msgid "%s is unreachable. %s"
79
75
  msgstr ""
@@ -81,236 +77,179 @@ msgstr ""
81
77
  msgid "%s must be an array."
82
78
  msgstr ""
83
79
 
84
- #, fuzzy
85
80
  msgid "%{errata} (%{total} other errata)"
86
- msgstr "%{errata} (%{rest} इतर एराटा)"
81
+ msgstr ""
87
82
 
88
- #, fuzzy
89
83
  msgid "%{errata} (%{total} other errata) install canceled"
90
- msgstr "%s (%s इतर एराटा) इंस्टॉलेशन रद्द केले"
84
+ msgstr ""
91
85
 
92
- #, fuzzy
93
86
  msgid "%{errata} (%{total} other errata) install failed"
94
- msgstr "%s (%s इतर एराटा) प्रतिष्ठापन अपयशी"
87
+ msgstr ""
95
88
 
96
- #, fuzzy
97
89
  msgid "%{errata} (%{total} other errata) install timed out"
98
- msgstr "%s (%s इतर एराटा) प्रतिष्ठापन वेळ समाप्ति"
90
+ msgstr ""
99
91
 
100
- #, fuzzy
101
92
  msgid "%{errata} (%{total} other errata) installed"
102
- msgstr "%{errata} (%{rest} इतर एराटा)"
93
+ msgstr ""
103
94
 
104
- #, fuzzy
105
95
  msgid "%{errata} erratum install canceled"
106
- msgstr "%s एराटम इंस्टॉलेशन रद्द केले"
96
+ msgstr ""
107
97
 
108
- #, fuzzy
109
98
  msgid "%{errata} erratum install failed"
110
- msgstr "%s एराटम प्रतिष्ठापन अपयशी"
99
+ msgstr ""
111
100
 
112
- #, fuzzy
113
101
  msgid "%{errata} erratum install timed out"
114
- msgstr "%s एराटम प्रतिष्ठापन वेळसमाप्ति"
102
+ msgstr ""
115
103
 
116
- #, fuzzy
117
104
  msgid "%{errata} erratum installed"
118
- msgstr "%s एराटम प्रतिष्ठापीत केले"
105
+ msgstr ""
119
106
 
120
107
  msgid "%{expiring_subs} subscriptions in %{subject} are going to expire in less than %{days} days. Please renew them before they expire to guarantee your hosts will continue receiving content."
121
108
  msgstr ""
122
109
 
123
- #, fuzzy
124
110
  msgid "%{group} (%{total} other package groups)"
125
- msgstr "%{group} (%{rest} इतर संकुल गट)"
111
+ msgstr ""
126
112
 
127
- #, fuzzy
128
113
  msgid "%{group} (%{total} other package groups) install canceled"
129
- msgstr "%s (%s इतर संकुल गट) इंस्टॉलेशन रद्द केले"
114
+ msgstr ""
130
115
 
131
- #, fuzzy
132
116
  msgid "%{group} (%{total} other package groups) install failed"
133
- msgstr "%s (%s इतर संकुल गटे) प्रतिष्ठापन अपयशी"
117
+ msgstr ""
134
118
 
135
- #, fuzzy
136
119
  msgid "%{group} (%{total} other package groups) install timed out"
137
- msgstr "%s (%s इतर संकुल गटे) प्रतिष्ठापन वेळ समाप्ति"
120
+ msgstr ""
138
121
 
139
- #, fuzzy
140
122
  msgid "%{group} (%{total} other package groups) installed"
141
- msgstr "%s (%s इतर संकुल गटे) प्रतिष्ठापीत"
123
+ msgstr ""
142
124
 
143
- #, fuzzy
144
125
  msgid "%{group} (%{total} other package groups) remove canceled"
145
- msgstr "%s (%s इतर संकुल गट) काढून टाकणे रद्द केले"
126
+ msgstr ""
146
127
 
147
- #, fuzzy
148
128
  msgid "%{group} (%{total} other package groups) remove failed"
149
- msgstr "%s (%s इतर संकुल गटे) काढून टाकणे अपयशी"
129
+ msgstr ""
150
130
 
151
- #, fuzzy
152
131
  msgid "%{group} (%{total} other package groups) remove timed out"
153
- msgstr "%s (%s इतर संकुल गटे) काढून टाकणे वेळसमाप्ति"
132
+ msgstr ""
154
133
 
155
- #, fuzzy
156
134
  msgid "%{group} (%{total} other package groups) removed"
157
- msgstr "%{group} (%{rest} इतर संकुल गट)"
135
+ msgstr ""
158
136
 
159
- #, fuzzy
160
137
  msgid "%{group} (%{total} other package groups) update canceled"
161
- msgstr "%s (%s इतर संकुल गट) सुधारणा रद्द केले"
138
+ msgstr ""
162
139
 
163
- #, fuzzy
164
140
  msgid "%{group} (%{total} other package groups) update failed"
165
- msgstr "%s (%s इतर संकुल गटे) सुधारणा अपयशी"
141
+ msgstr ""
166
142
 
167
- #, fuzzy
168
143
  msgid "%{group} (%{total} other package groups) update timed out"
169
- msgstr "%s (%s इतर संकुल गटे) सुधारणा वेळसमाप्ति"
144
+ msgstr ""
170
145
 
171
- #, fuzzy
172
146
  msgid "%{group} (%{total} other package groups) updated"
173
- msgstr "%{group} (%{rest} इतर संकुल गट)"
147
+ msgstr ""
174
148
 
175
- #, fuzzy
176
149
  msgid "%{group} package group install canceled"
177
- msgstr "%s संकुल गट इंस्टॉलेशन रद्द केले"
150
+ msgstr ""
178
151
 
179
- #, fuzzy
180
152
  msgid "%{group} package group install failed"
181
- msgstr "%s संकुल गट प्रतिष्ठापन अपयशी"
153
+ msgstr ""
182
154
 
183
- #, fuzzy
184
155
  msgid "%{group} package group install timed out"
185
- msgstr "%s संकुल गट प्रतिष्ठापन वेळसमाप्ति"
156
+ msgstr ""
186
157
 
187
- #, fuzzy
188
158
  msgid "%{group} package group installed"
189
- msgstr "%s संकुल गट प्रतिष्ठापीत केले"
159
+ msgstr ""
190
160
 
191
- #, fuzzy
192
161
  msgid "%{group} package group remove canceled"
193
- msgstr "%s संकुल गट काढून टाकणे रद्द केले"
162
+ msgstr ""
194
163
 
195
- #, fuzzy
196
164
  msgid "%{group} package group remove failed"
197
- msgstr "%s संकुल गट काढून टाकणे अपयशी"
165
+ msgstr ""
198
166
 
199
- #, fuzzy
200
167
  msgid "%{group} package group remove timed out"
201
- msgstr "%s संकुल गट काढून टाकणे वेळसमाप्ति"
168
+ msgstr ""
202
169
 
203
- #, fuzzy
204
170
  msgid "%{group} package group removed"
205
- msgstr "%s संकुल गट काढून टाकले"
171
+ msgstr ""
206
172
 
207
- #, fuzzy
208
173
  msgid "%{group} package group update canceled"
209
- msgstr "%s संकुल गट सुधारणा रद्द केले"
174
+ msgstr ""
210
175
 
211
- #, fuzzy
212
176
  msgid "%{group} package group update failed"
213
- msgstr "%s संकुल गट सुधारणा अपयशी"
177
+ msgstr ""
214
178
 
215
- #, fuzzy
216
179
  msgid "%{group} package group update timed out"
217
- msgstr "%s संकुल गट सुधारणा वेळसमाप्ति"
180
+ msgstr ""
218
181
 
219
- #, fuzzy
220
182
  msgid "%{group} package group updated"
221
- msgstr "%s संकुल गट सुधारित केले"
183
+ msgstr ""
222
184
 
223
- #, fuzzy
224
185
  msgid "%{package} (%{total} other packages)"
225
- msgstr "%{package} (%{rest} इतर संकुल)"
186
+ msgstr ""
226
187
 
227
- #, fuzzy
228
188
  msgid "%{package} (%{total} other packages) install canceled"
229
- msgstr "%s (%s इतर संकुल) इंस्टॉलेशन रद्द केले"
189
+ msgstr ""
230
190
 
231
- #, fuzzy
232
191
  msgid "%{package} (%{total} other packages) install failed"
233
- msgstr "%s (%s इतर संकुले) प्रतिष्ठापन अपयशी"
192
+ msgstr ""
234
193
 
235
- #, fuzzy
236
194
  msgid "%{package} (%{total} other packages) install timed out"
237
- msgstr "%s (%s इतर संकुले) प्रतिष्ठापन वेळ समाप्ति"
195
+ msgstr ""
238
196
 
239
- #, fuzzy
240
197
  msgid "%{package} (%{total} other packages) installed"
241
- msgstr "%{package} (%{rest} इतर संकुल)"
198
+ msgstr ""
242
199
 
243
- #, fuzzy
244
200
  msgid "%{package} (%{total} other packages) remove canceled"
245
- msgstr "%s (%s इतर संकुल) काढून टाकणे रद्द केले"
201
+ msgstr ""
246
202
 
247
- #, fuzzy
248
203
  msgid "%{package} (%{total} other packages) remove failed"
249
- msgstr "%s (%s इतर संकुले) काढून टाकणे अपयशी"
204
+ msgstr ""
250
205
 
251
- #, fuzzy
252
206
  msgid "%{package} (%{total} other packages) remove timed out"
253
- msgstr "%s (%s इतर संकुले) काढून टाकणे वेळसमाप्ति"
207
+ msgstr ""
254
208
 
255
- #, fuzzy
256
209
  msgid "%{package} (%{total} other packages) removed"
257
- msgstr "%{package} (%{rest} इतर संकुल)"
210
+ msgstr ""
258
211
 
259
- #, fuzzy
260
212
  msgid "%{package} (%{total} other packages) update canceled"
261
- msgstr "%s (%s इतर संकुल) सुधारणा रद्द केले"
213
+ msgstr ""
262
214
 
263
- #, fuzzy
264
215
  msgid "%{package} (%{total} other packages) update failed"
265
- msgstr "%s (%s इतर संकुले) सुधारणा अपयशी"
216
+ msgstr ""
266
217
 
267
- #, fuzzy
268
218
  msgid "%{package} (%{total} other packages) update timed out"
269
- msgstr "%s (%s इतर संकुले) सुधारणा वेळसमाप्ति"
219
+ msgstr ""
270
220
 
271
- #, fuzzy
272
221
  msgid "%{package} (%{total} other packages) updated"
273
- msgstr "%{package} (%{rest} इतर संकुल)"
222
+ msgstr ""
274
223
 
275
- #, fuzzy
276
224
  msgid "%{package} package install canceled"
277
- msgstr "%s संकुल इंस्टॉलेशन रद्द केले"
225
+ msgstr ""
278
226
 
279
- #, fuzzy
280
227
  msgid "%{package} package install timed out"
281
- msgstr "%s संकुल प्रतिष्ठापन वेळसमाप्ति"
228
+ msgstr ""
282
229
 
283
- #, fuzzy
284
230
  msgid "%{package} package remove canceled"
285
- msgstr "%s संकुल काढून टाकणे रद्द केले"
231
+ msgstr ""
286
232
 
287
- #, fuzzy
288
233
  msgid "%{package} package remove failed"
289
- msgstr "%s संकुल काढून टाकणे अपयशी"
234
+ msgstr ""
290
235
 
291
- #, fuzzy
292
236
  msgid "%{package} package remove timed out"
293
- msgstr "%s संकुल काढून टाकणे वेळसमाप्ति"
237
+ msgstr ""
294
238
 
295
- #, fuzzy
296
239
  msgid "%{package} package removed"
297
- msgstr "%s संकुल काढून टाकले"
240
+ msgstr ""
298
241
 
299
- #, fuzzy
300
242
  msgid "%{package} package update canceled"
301
- msgstr "%s संकुल सुधारणा रद्द केले"
243
+ msgstr ""
302
244
 
303
- #, fuzzy
304
245
  msgid "%{package} package update failed"
305
- msgstr "%s संकुल सुधारणा अपयशी"
246
+ msgstr ""
306
247
 
307
- #, fuzzy
308
248
  msgid "%{package} package update timed out"
309
- msgstr "%s संकुल सुधारणा वेळसमाप्ति"
249
+ msgstr ""
310
250
 
311
- #, fuzzy
312
251
  msgid "%{package} package updated"
313
- msgstr "%s संकुल सुधारित केले"
252
+ msgstr ""
314
253
 
315
254
  msgid "%{sla}"
316
255
  msgstr ""
@@ -336,9 +275,8 @@ msgstr ""
336
275
  msgid ", must be unique to major and version id version."
337
276
  msgstr ""
338
277
 
339
- # translation auto-copied from project CFSE, version sam-1.2, document app
340
278
  msgid ": '%s' is a built-in environment"
341
- msgstr ": '%s' बिल्ट-इन वातावरण आहे"
279
+ msgstr ""
342
280
 
343
281
  msgid ":a_resource identifier"
344
282
  msgstr ""
@@ -352,15 +290,17 @@ msgstr ""
352
290
  msgid "A CV version already exists with the same major and minor version (%{major}.%{minor})"
353
291
  msgstr ""
354
292
 
293
+ msgid "A Pool and its Subscription cannot belong to different organizations"
294
+ msgstr ""
295
+
355
296
  msgid "A backend service [ %s ] is unreachable"
356
297
  msgstr ""
357
298
 
358
299
  msgid "A content view can be added by using the \"New content view\" button below."
359
300
  msgstr ""
360
301
 
361
- #, fuzzy
362
302
  msgid "A content_type must be provided."
363
- msgstr "किनेम पुरवणे आवश्यक"
303
+ msgstr ""
364
304
 
365
305
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
366
306
  msgstr ""
@@ -389,6 +329,9 @@ msgstr ""
389
329
  msgid "A summary of new errata after a repository is synchronized"
390
330
  msgstr ""
391
331
 
332
+ msgid "About page"
333
+ msgstr ""
334
+
392
335
  msgid "Abstract async task"
393
336
  msgstr ""
394
337
 
@@ -398,44 +341,49 @@ msgstr ""
398
341
  msgid "Account Number"
399
342
  msgstr ""
400
343
 
344
+ msgid "Action"
345
+ msgstr "ॲक्शन"
346
+
401
347
  msgid "Action not allowed for the default smart proxy."
402
348
  msgstr ""
403
349
 
404
- msgid "Action unauthorized to be performed on selected hosts."
350
+ msgid "Action unauthorized to be performed in this organization."
405
351
  msgstr ""
406
352
 
407
- msgid "Action with sub plans"
353
+ msgid "Action unauthorized to be performed on selected hosts."
408
354
  msgstr ""
409
355
 
410
- msgid "Activation Key(s)"
356
+ msgid "Action with sub plans"
411
357
  msgstr ""
412
358
 
413
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author sandeeps
414
359
  msgid "Activation Keys"
415
- msgstr "ॲक्टिवेशन किज्"
360
+ msgstr ""
416
361
 
417
362
  msgid "Activation key ID"
418
363
  msgstr ""
419
364
 
420
- 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."
365
+ 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."
366
+ msgstr ""
367
+
368
+ msgid "Activation key(s) for Subscription Manager."
369
+ msgstr ""
370
+
371
+ 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"
421
372
  msgstr ""
422
373
 
423
- #, fuzzy
424
374
  msgid "Activation keys and subscriptions can be managed"
425
- msgstr "ॲक्टिवेशन कि '%s' निर्माण केले."
375
+ msgstr ""
376
+
377
+ msgid "Activation keys: "
378
+ msgstr ""
426
379
 
427
380
  msgid "Active Subscriptions"
428
381
  msgstr ""
429
382
 
430
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author sandeeps
431
- #, fuzzy
432
383
  msgid "Active only"
433
- msgstr "ॲक्टिवेशन किज्"
434
-
435
- msgid "Add Subscriptions"
436
384
  msgstr ""
437
385
 
438
- msgid "Add a puppet module to the content view"
386
+ msgid "Add Subscriptions"
439
387
  msgstr ""
440
388
 
441
389
  msgid "Add a subscription to a host"
@@ -471,13 +419,22 @@ msgstr ""
471
419
  msgid "Add subscriptions to one or more hosts"
472
420
  msgstr ""
473
421
 
422
+ msgid "Add to this filter using the 'Add RPM' button."
423
+ msgstr ""
424
+
425
+ msgid "Add to this filter using the 'Add package group' button."
426
+ msgstr ""
427
+
428
+ msgid "Added"
429
+ msgstr ""
430
+
474
431
  msgid "Added Content:"
475
432
  msgstr ""
476
433
 
477
434
  msgid "Adding content units"
478
435
  msgstr ""
479
436
 
480
- 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}"
437
+ msgid "Additional content"
481
438
  msgstr ""
482
439
 
483
440
  msgid "Addons"
@@ -539,6 +496,9 @@ msgstr ""
539
496
  msgid "Arch"
540
497
  msgstr ""
541
498
 
499
+ msgid "Architecture"
500
+ msgstr ""
501
+
542
502
  msgid "Architecture of content in the repository"
543
503
  msgstr ""
544
504
 
@@ -613,21 +573,17 @@ msgstr ""
613
573
  msgid "At least one Content View Version must be specified"
614
574
  msgstr ""
615
575
 
616
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
617
576
  msgid "At least one activation key must be provided"
618
- msgstr "किमान एक ॲक्टिवेशन कि पुरवणे आवश्यक आहे"
577
+ msgstr ""
619
578
 
620
579
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
621
580
  msgstr ""
622
581
 
623
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
624
582
  msgid "At least one organization must exist."
625
- msgstr "किमान एक संस्था पुरवणे आवश्यक आहे."
583
+ msgstr ""
626
584
 
627
- # translation auto-copied from project CFSE, version sam-1.2, document app
628
- #, fuzzy
629
585
  msgid "Attach a subscription"
630
- msgstr "जोडलेल्या सबस्क्रिप्शन्स्"
586
+ msgstr ""
631
587
 
632
588
  msgid "Attach subscriptions"
633
589
  msgstr ""
@@ -639,7 +595,7 @@ msgid "Attempted to destroy consumer %s from candlepin, but consumer does not ex
639
595
  msgstr ""
640
596
 
641
597
  msgid "Author"
642
- msgstr ""
598
+ msgstr "लेखक"
643
599
 
644
600
  msgid "Auto Publish"
645
601
  msgstr ""
@@ -647,10 +603,8 @@ msgstr ""
647
603
  msgid "Auto Publish - Triggered by '%s'"
648
604
  msgstr ""
649
605
 
650
- # translation auto-copied from project CFSE, version sam-1.2, document app
651
- #, fuzzy
652
606
  msgid "Auto attach subscriptions"
653
- msgstr "जोडलेल्या सबस्क्रिप्शन्स्"
607
+ msgstr ""
654
608
 
655
609
  msgid "Autopublish"
656
610
  msgstr ""
@@ -685,9 +639,8 @@ msgstr ""
685
639
  msgid "Batch size to sync repositories in."
686
640
  msgstr ""
687
641
 
688
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
689
642
  msgid "Beta"
690
- msgstr "बिटा"
643
+ msgstr ""
691
644
 
692
645
  msgid "Bind an entitlement to an allocation"
693
646
  msgstr ""
@@ -701,14 +654,11 @@ msgstr ""
701
654
  msgid "Branches updated"
702
655
  msgstr ""
703
656
 
704
- # translation auto-copied from project CFSE, version sam-1.2, document app
705
657
  msgid "Bug Fix"
706
- msgstr "बग फिक्स्"
658
+ msgstr ""
707
659
 
708
- # translation auto-copied from project CFSE, version sam-1.2, document app
709
- #, fuzzy
710
660
  msgid "Bugfix"
711
- msgstr "बग फिक्स्"
661
+ msgstr ""
712
662
 
713
663
  msgid "Bulk generate applicability for hosts"
714
664
  msgstr ""
@@ -716,17 +666,14 @@ msgstr ""
716
666
  msgid "CDN SSL version"
717
667
  msgstr ""
718
668
 
719
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
720
669
  msgid "CDN loading error: %s not found"
721
- msgstr "CDN लोड करतेवेळी त्रुटी: %s आढळले नाही"
670
+ msgstr ""
722
671
 
723
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
724
672
  msgid "CDN loading error: access denied to %s"
725
- msgstr "CDN लोड करतेवेळी त्रुटी: %s करीता प्रवेश बंद"
673
+ msgstr ""
726
674
 
727
- # translation auto-copied from project CFSE, version sam-1.2, document app
728
675
  msgid "CDN loading error: access forbidden to %s"
729
- msgstr "CDN लोडिंग त्रुटी: %s करीता प्रवेश बंद"
676
+ msgstr ""
730
677
 
731
678
  msgid "CVE identifier"
732
679
  msgstr ""
@@ -752,11 +699,9 @@ msgstr ""
752
699
  msgid "Can only upload to Yum Repositories."
753
700
  msgstr ""
754
701
 
755
- # translation auto-copied from project CFSE, version sam-1.2, document app
756
702
  msgid "Can't update the '%s' environment"
757
- msgstr "'%s' वातावण सुधारणा अशक्य"
703
+ msgstr ""
758
704
 
759
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman
760
705
  msgid "Cancel"
761
706
  msgstr "रद्द करा"
762
707
 
@@ -766,22 +711,17 @@ msgstr ""
766
711
  msgid "Cancel running smart proxy synchronization"
767
712
  msgstr ""
768
713
 
769
- # translation auto-copied from project CFSE, version sam-1.2, document app
770
- #, fuzzy
771
714
  msgid "Canceled"
772
- msgstr "रद्द केले."
715
+ msgstr ""
773
716
 
774
717
  msgid "Cancelled"
775
718
  msgstr ""
776
719
 
777
- # translation auto-copied from project CFSE, version sam-1.2, document app
778
- #, fuzzy
779
720
  msgid "Cancelled."
780
- msgstr "रद्द केले."
721
+ msgstr ""
781
722
 
782
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
783
723
  msgid "Candlepin Event"
784
- msgstr "कँडलपिन इव्हेंट"
724
+ msgstr ""
785
725
 
786
726
  msgid "Candlepin ID of pool to add"
787
727
  msgstr ""
@@ -822,16 +762,14 @@ msgstr ""
822
762
  msgid "Cannot clone into the Default Content View"
823
763
  msgstr ""
824
764
 
825
- #, fuzzy
826
765
  msgid "Cannot delete '%{view}' due to associated %{dependent}: %{names}."
827
- msgstr "चेंजसेट '%s' नष्ट करणे अशक्य कारण ते पुनरावलोकन फेजमध्ये नाही."
766
+ msgstr ""
828
767
 
829
768
  msgid "Cannot delete Red Hat product: %{product}"
830
769
  msgstr ""
831
770
 
832
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
833
771
  msgid "Cannot delete from %s, view does not exist there."
834
- msgstr "%s पासून नष्ट करणे अशक्य, दृष्य तेथे अस्तित्वात नाही."
772
+ msgstr ""
835
773
 
836
774
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
837
775
  msgstr ""
@@ -842,29 +780,23 @@ msgstr ""
842
780
  msgid "Cannot delete redhat product content"
843
781
  msgstr ""
844
782
 
845
- 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."
846
- msgstr ""
847
-
848
783
  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."
849
784
  msgstr ""
850
785
 
851
- msgid "Cannot delete the last Location. Foreman needs at least one Location to put newly published Puppet content and Hosts registered via subscription-manager"
786
+ msgid "Cannot delete the last Location."
852
787
  msgstr ""
853
788
 
854
- #, fuzzy
855
789
  msgid "Cannot delete version while it is in environment %s"
856
- msgstr "दुसरे वातावरण असणारे टेम्प्लेट संपादित करणे अशक्य"
790
+ msgstr ""
857
791
 
858
- #, fuzzy
859
792
  msgid "Cannot delete version while it is in environments: %s"
860
- msgstr "दुसरे वातावरण असणारे टेम्प्लेट संपादित करणे अशक्य"
793
+ msgstr ""
861
794
 
862
795
  msgid "Cannot delete version while it is in use by composite content views: %s"
863
796
  msgstr ""
864
797
 
865
- #, fuzzy
866
798
  msgid "Cannot delete view while it exists in environments"
867
- msgstr "दुसरे वातावरण असणारे टेम्प्लेट संपादित करणे अशक्य"
799
+ msgstr ""
868
800
 
869
801
  msgid "Cannot import a composite content view"
870
802
  msgstr ""
@@ -890,9 +822,8 @@ msgstr ""
890
822
  msgid "Cannot publish default content view"
891
823
  msgstr ""
892
824
 
893
- # translation auto-copied from project CFSE, version sam-1.2, document app
894
825
  msgid "Cannot register a system to the '%s' environment"
895
- msgstr "'%s' वातावरणकरीता प्रणालीची नोंदणी अशक्य"
826
+ msgstr ""
896
827
 
897
828
  msgid "Cannot remove '%{view}' from environment '%{env}' due to associated %{dependent}: %{names}."
898
829
  msgstr ""
@@ -918,15 +849,12 @@ msgstr ""
918
849
  msgid "Cannot specify content for composite views"
919
850
  msgstr ""
920
851
 
921
- msgid "Cannot sync file:// repositories with On Demand or Background Download Policies"
852
+ msgid "Cannot sync file:// repositories with the On Demand Download Policy"
922
853
  msgstr ""
923
854
 
924
855
  msgid "Cannot upload Container Image content."
925
856
  msgstr ""
926
857
 
927
- msgid "Cannot use this end point for importing to library. If you intented to upload to library, use the library endpoint."
928
- msgstr ""
929
-
930
858
  msgid "Cannot validate contents on non-yum/deb repositories."
931
859
  msgstr ""
932
860
 
@@ -951,19 +879,20 @@ msgstr ""
951
879
  msgid "Checksum type cannot be set for yum repositories with on demand download policy."
952
880
  msgstr ""
953
881
 
882
+ msgid "Clear any previous registration and run subscription-manager with --force."
883
+ msgstr ""
884
+
954
885
  msgid "Click here to go to the tasks page for the task."
955
886
  msgstr ""
956
887
 
957
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
958
888
  msgid "Clone"
959
889
  msgstr "क्लोन"
960
890
 
961
891
  msgid "Close"
962
- msgstr ""
892
+ msgstr "बंद करा"
963
893
 
964
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
965
894
  msgid "Collapse All"
966
- msgstr "सर्व संक्षिप्त करा"
895
+ msgstr ""
967
896
 
968
897
  msgid "Combined Profile Update"
969
898
  msgstr ""
@@ -974,9 +903,8 @@ msgstr ""
974
903
  msgid "Comma-separated list of tags to sync for Container Image repository"
975
904
  msgstr ""
976
905
 
977
- # translation auto-copied from project CFSE, version sam-1.2, document app
978
906
  msgid "Component"
979
- msgstr "घटक"
907
+ msgstr ""
980
908
 
981
909
  msgid "Component Content View"
982
910
  msgstr ""
@@ -1027,7 +955,7 @@ msgid "Container image tag"
1027
955
  msgstr ""
1028
956
 
1029
957
  msgid "Content"
1030
- msgstr "कंटेंट"
958
+ msgstr ""
1031
959
 
1032
960
  msgid "Content Credential ID"
1033
961
  msgstr ""
@@ -1044,14 +972,7 @@ msgstr ""
1044
972
  msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
1045
973
  msgstr ""
1046
974
 
1047
- #, fuzzy
1048
975
  msgid "Content Hosts"
1049
- msgstr "कंटेंट"
1050
-
1051
- msgid "Content Migration"
1052
- msgstr ""
1053
-
1054
- msgid "Content Migration Reset"
1055
976
  msgstr ""
1056
977
 
1057
978
  msgid "Content Source"
@@ -1063,11 +984,7 @@ msgstr ""
1063
984
  msgid "Content Types"
1064
985
  msgstr ""
1065
986
 
1066
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
1067
987
  msgid "Content View"
1068
- msgstr "अंतर्भुत माहिती दृष्य"
1069
-
1070
- msgid "Content View %s cannot be published without an internal capsule."
1071
988
  msgstr ""
1072
989
 
1073
990
  msgid "Content View %{view}: Versions: %{versions}"
@@ -1082,10 +999,8 @@ msgstr ""
1082
999
  msgid "Content View Details"
1083
1000
  msgstr ""
1084
1001
 
1085
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
1086
- #, fuzzy
1087
1002
  msgid "Content View Filter id"
1088
- msgstr "अंतर्भुत माहिती दृष्य अवलोकन"
1003
+ msgstr ""
1089
1004
 
1090
1005
  msgid "Content View Filter identifier"
1091
1006
  msgstr ""
@@ -1114,9 +1029,8 @@ msgstr ""
1114
1029
  msgid "Content View id"
1115
1030
  msgstr ""
1116
1031
 
1117
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
1118
1032
  msgid "Content Views"
1119
- msgstr "अंतर्भुत माहिती दृष्य"
1033
+ msgstr ""
1120
1034
 
1121
1035
  msgid "Content files to upload. Can be a single file or array of files."
1122
1036
  msgstr ""
@@ -1124,6 +1038,9 @@ msgstr ""
1124
1038
  msgid "Content host must be unregistered before performing this action."
1125
1039
  msgstr ""
1126
1040
 
1041
+ msgid "Content imported from %{path} into content view '%{name}' by %{user}"
1042
+ msgstr ""
1043
+
1127
1044
  msgid "Content source ID"
1128
1045
  msgstr ""
1129
1046
 
@@ -1139,9 +1056,8 @@ msgstr ""
1139
1056
  msgid "Content view ${name} created"
1140
1057
  msgstr ""
1141
1058
 
1142
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
1143
1059
  msgid "Content view '%{view}' is not in environment '%{env}'"
1144
- msgstr "अंतर्भुत माहिती दृष्य '%{view}' वातावरण '%{env}' अंतर्गत नाही"
1060
+ msgstr ""
1145
1061
 
1146
1062
  msgid "Content view '%{view}' is not in lifecycle environment '%{env}'."
1147
1063
  msgstr ""
@@ -1158,6 +1074,9 @@ msgstr ""
1158
1074
  msgid "Content view label"
1159
1075
  msgstr ""
1160
1076
 
1077
+ msgid "Content view not provided in the metadata"
1078
+ msgstr ""
1079
+
1161
1080
  msgid "Content view numeric identifier"
1162
1081
  msgstr ""
1163
1082
 
@@ -1167,6 +1086,9 @@ msgstr ""
1167
1086
  msgid "Content view version identifier"
1168
1087
  msgstr ""
1169
1088
 
1089
+ msgid "Content view version import history identifier"
1090
+ msgstr ""
1091
+
1170
1092
  msgid "Content_Host_Status"
1171
1093
  msgstr ""
1172
1094
 
@@ -1182,20 +1104,17 @@ msgstr ""
1182
1104
  msgid "Contract Number"
1183
1105
  msgstr ""
1184
1106
 
1185
- #, fuzzy
1186
1107
  msgid "Copy an activation key"
1187
- msgstr "ॲक्टिवेशन किज्"
1108
+ msgstr ""
1188
1109
 
1189
1110
  msgid "Copy version units to library"
1190
1111
  msgstr ""
1191
1112
 
1192
- #, fuzzy
1193
1113
  msgid "Cores: %s"
1194
- msgstr "कारण: %s"
1114
+ msgstr ""
1195
1115
 
1196
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
1197
1116
  msgid "Could not delete organization '%s'."
1198
- msgstr "संस्था '%s' नष्ट करणे अशक्य."
1117
+ msgstr ""
1199
1118
 
1200
1119
  msgid "Could not find %{content} with id '%{id}' in repository."
1201
1120
  msgstr ""
@@ -1215,9 +1134,6 @@ msgstr ""
1215
1134
  msgid "Could not find Lifecycle Environment with id '%{id}'."
1216
1135
  msgstr ""
1217
1136
 
1218
- msgid "Could not find Repository for module %s."
1219
- msgstr ""
1220
-
1221
1137
  msgid "Could not find a host with id %s"
1222
1138
  msgstr ""
1223
1139
 
@@ -1233,28 +1149,20 @@ msgstr ""
1233
1149
  msgid "Could not remove the lifecycle environment from the smart proxy"
1234
1150
  msgstr ""
1235
1151
 
1236
- msgid "Could not unarchive puppet module. Please make sure the puppet module has been compressed properly."
1237
- msgstr ""
1238
-
1239
1152
  msgid "Couldn't find %{content_type} with id '%{id}'"
1240
1153
  msgstr ""
1241
1154
 
1242
1155
  msgid "Couldn't find %{type} Filter with id %{id}"
1243
1156
  msgstr ""
1244
1157
 
1245
- #, fuzzy
1246
1158
  msgid "Couldn't find ContentViewFilter with id=%s"
1247
- msgstr "id '%s' सह उत्पादन आढळले नाही"
1248
-
1249
- msgid "Couldn't find Organization '%s'."
1250
1159
  msgstr ""
1251
1160
 
1252
- msgid "Couldn't find Puppet Module with id '%s'"
1161
+ msgid "Couldn't find Organization '%s'."
1253
1162
  msgstr ""
1254
1163
 
1255
- # translation auto-copied from project CFSE, version sam-1.2, document app
1256
1164
  msgid "Couldn't find activation key '%s'"
1257
- msgstr "ॲक्टिवेशन कि '%s' शोधणे अशक्य"
1165
+ msgstr ""
1258
1166
 
1259
1167
  msgid "Couldn't find activation key content view id '%s'"
1260
1168
  msgstr ""
@@ -1262,9 +1170,8 @@ msgstr ""
1262
1170
  msgid "Couldn't find activation key environment '%s'"
1263
1171
  msgstr ""
1264
1172
 
1265
- #, fuzzy
1266
1173
  msgid "Couldn't find consumer '%s'"
1267
- msgstr "वापरकर्ता '%s' शोधणे अशक्य"
1174
+ msgstr ""
1268
1175
 
1269
1176
  msgid "Couldn't find content host content view id '%s'"
1270
1177
  msgstr ""
@@ -1272,28 +1179,20 @@ msgstr ""
1272
1179
  msgid "Couldn't find content host environment '%s'"
1273
1180
  msgstr ""
1274
1181
 
1275
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
1276
1182
  msgid "Couldn't find content view '%s'"
1277
- msgstr "अंतर्भुत माहिती दृष्य '%s' शोधणे अशक्य"
1183
+ msgstr ""
1278
1184
 
1279
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
1280
- #, fuzzy
1281
1185
  msgid "Couldn't find content view version '%s'"
1282
- msgstr "अंतर्भुत माहिती दृष्य '%s' शोधणे अशक्य"
1186
+ msgstr ""
1283
1187
 
1284
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
1285
- #, fuzzy
1286
1188
  msgid "Couldn't find content view versions '%s'"
1287
- msgstr "अंतर्भुत माहिती दृष्य '%s' शोधणे अशक्य"
1189
+ msgstr ""
1288
1190
 
1289
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
1290
1191
  msgid "Couldn't find environment '%s'"
1291
- msgstr "वातावरण '%s' आढळले नाही"
1192
+ msgstr ""
1292
1193
 
1293
- # translation auto-copied from project CFSE, version sam-1.2, document app
1294
- #, fuzzy
1295
1194
  msgid "Couldn't find errata ids '%s'"
1296
- msgstr "संस्था '%s' शोधणे अशक्य"
1195
+ msgstr ""
1297
1196
 
1298
1197
  msgid "Couldn't find host collection '%s'"
1299
1198
  msgstr ""
@@ -1301,35 +1200,35 @@ msgstr ""
1301
1200
  msgid "Couldn't find host with host id '%s'"
1302
1201
  msgstr ""
1303
1202
 
1304
- # translation auto-copied from project CFSE, version sam-1.2, document app
1305
1203
  msgid "Couldn't find organization '%s'"
1306
- msgstr "संस्था '%s' शोधणे अशक्य"
1204
+ msgstr ""
1307
1205
 
1308
- #, fuzzy
1309
1206
  msgid "Couldn't find prior-environment '%s'"
1310
- msgstr "वातावरण '%s' आढळले नाही"
1207
+ msgstr ""
1311
1208
 
1312
- # translation auto-copied from project CFSE, version sam-1.2, document app
1313
1209
  msgid "Couldn't find product with id '%s'"
1314
- msgstr "id '%s' सह उत्पादन आढळले नाही"
1210
+ msgstr ""
1315
1211
 
1316
- # translation auto-copied from project CFSE, version sam-1.2, document app
1317
1212
  msgid "Couldn't find repository '%s'"
1318
- msgstr "रेपॉजिटरि '%s' शोधणे अशक्य"
1213
+ msgstr ""
1319
1214
 
1320
1215
  msgid "Couldn't find specified Content View and Lifecycle Environment."
1321
1216
  msgstr ""
1322
1217
 
1323
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
1324
1218
  msgid "Couldn't find subject of synchronization"
1325
- msgstr "सिंक्रोनाइजेशनचा विषय आढळले नाही"
1219
+ msgstr ""
1326
1220
 
1327
1221
  msgid "Count"
1328
1222
  msgstr ""
1329
1223
 
1330
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
1331
1224
  msgid "Create"
1332
- msgstr "निर्माण करा"
1225
+ msgstr ""
1226
+
1227
+ msgid "Create Export History"
1228
+ msgstr ""
1229
+
1230
+ msgid "Create Import History"
1231
+ msgstr ""
1333
1232
 
1334
1233
  msgid "Create Package Group"
1335
1234
  msgstr ""
@@ -1391,26 +1290,23 @@ msgstr ""
1391
1290
  msgid "Current organization not set."
1392
1291
  msgstr ""
1393
1292
 
1394
- msgid "Custom"
1395
- msgstr ""
1396
-
1397
- # translation auto-copied from project CFSE, version sam-1.2, document app
1398
1293
  msgid "Custom Content Repositories"
1399
- msgstr "पसंतीचे कंटेंट रेपॉजिटरिज्"
1294
+ msgstr ""
1400
1295
 
1401
1296
  msgid "Custom cron expression only needs to be set for interval value of custom cron"
1402
1297
  msgstr ""
1403
1298
 
1404
- #, fuzzy
1405
1299
  msgid "Custom repositories cannot be disabled."
1406
- msgstr "अपरिचीत रेपॉजिटरि लेबल: %s"
1300
+ msgstr ""
1407
1301
 
1408
1302
  msgid "Database connection"
1409
1303
  msgstr ""
1410
1304
 
1411
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
1305
+ msgid "Date"
1306
+ msgstr ""
1307
+
1412
1308
  msgid "Date format is incorrect."
1413
- msgstr "दिनांक रूपण अयोग्य आहे."
1309
+ msgstr ""
1414
1310
 
1415
1311
  msgid "Days Remaining"
1416
1312
  msgstr ""
@@ -1424,9 +1320,8 @@ msgstr ""
1424
1320
  msgid "Deb Packages"
1425
1321
  msgstr ""
1426
1322
 
1427
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
1428
1323
  msgid "Debug Certificate"
1429
- msgstr "डिबग प्रमाणपत्र"
1324
+ msgstr ""
1430
1325
 
1431
1326
  msgid "Debug RPM"
1432
1327
  msgstr ""
@@ -1440,15 +1335,9 @@ msgstr ""
1440
1335
  msgid "Default HTTP proxy"
1441
1336
  msgstr ""
1442
1337
 
1443
- msgid "Default Location Puppet content"
1444
- msgstr ""
1445
-
1446
1338
  msgid "Default Location subscribed hosts"
1447
1339
  msgstr ""
1448
1340
 
1449
- msgid "Default Location where new Puppet content will be put upon Content View publish"
1450
- msgstr ""
1451
-
1452
1341
  msgid "Default Location where new subscribed hosts will put upon registration"
1453
1342
  msgstr ""
1454
1343
 
@@ -1467,9 +1356,8 @@ msgstr ""
1467
1356
  msgid "Default Smart Proxy download policy"
1468
1357
  msgstr ""
1469
1358
 
1470
- #, fuzzy
1471
1359
  msgid "Default System SLA"
1472
- msgstr "प्रणाली गट नष्ट करा"
1360
+ msgstr ""
1473
1361
 
1474
1362
  msgid "Default content view versions cannot be promoted"
1475
1363
  msgstr ""
@@ -1534,7 +1422,6 @@ msgstr ""
1534
1422
  msgid "Default user data for new Operating Systems created from synced content"
1535
1423
  msgstr ""
1536
1424
 
1537
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author sandeeps
1538
1425
  msgid "Delete"
1539
1426
  msgstr "नष्ट करा"
1540
1427
 
@@ -1544,13 +1431,11 @@ msgstr ""
1544
1431
  msgid "Delete Host upon unregister"
1545
1432
  msgstr ""
1546
1433
 
1547
- #, fuzzy
1548
1434
  msgid "Delete Lifecycle Environment"
1549
- msgstr "वातावरनांतर्फे"
1435
+ msgstr ""
1550
1436
 
1551
- # translation auto-copied from project CFSE, version sam-1.2, document app
1552
1437
  msgid "Delete Manifest"
1553
- msgstr "मॅनिफेस्ट नष्ट करा"
1438
+ msgstr ""
1554
1439
 
1555
1440
  msgid "Delete Package Group"
1556
1441
  msgstr ""
@@ -1585,9 +1470,8 @@ msgstr ""
1585
1470
  msgid "Delete manifest from Red Hat provider"
1586
1471
  msgstr ""
1587
1472
 
1588
- #, fuzzy
1589
1473
  msgid "Deleted consumer '%s'"
1590
- msgstr "वापरकर्ता '%s' नष्ट केले"
1474
+ msgstr ""
1591
1475
 
1592
1476
  msgid "Deleted from %{environment}"
1593
1477
  msgstr ""
@@ -1596,7 +1480,7 @@ msgid "Deleting manifest in '%{subject}' failed."
1596
1480
  msgstr ""
1597
1481
 
1598
1482
  msgid "Description"
1599
- msgstr ""
1483
+ msgstr "वर्णन"
1600
1484
 
1601
1485
  msgid "Description for the content view"
1602
1486
  msgstr ""
@@ -1617,7 +1501,7 @@ msgid "Destination Server name"
1617
1501
  msgstr ""
1618
1502
 
1619
1503
  msgid "Destroy"
1620
- msgstr ""
1504
+ msgstr "नष्ट करा"
1621
1505
 
1622
1506
  msgid "Destroy Content Host"
1623
1507
  msgstr ""
@@ -1659,7 +1543,7 @@ msgid "Destroy one or more repositories"
1659
1543
  msgstr ""
1660
1544
 
1661
1545
  msgid "Details"
1662
- msgstr ""
1546
+ msgstr "तपशील"
1663
1547
 
1664
1548
  msgid "Directly setting package lists on composite content views is not allowed. Please update the components, then re-publish the composite."
1665
1549
  msgstr ""
@@ -1715,15 +1599,14 @@ msgstr ""
1715
1599
  msgid "Duplicate branches specified - %{branches}"
1716
1600
  msgstr ""
1717
1601
 
1718
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author sandeeps
1719
1602
  msgid "Duration"
1720
- msgstr "कालावधि"
1603
+ msgstr ""
1721
1604
 
1722
1605
  msgid "ERRATA ADVISORY"
1723
1606
  msgstr ""
1724
1607
 
1725
1608
  msgid "Edit"
1726
- msgstr ""
1609
+ msgstr "संपादित करा"
1727
1610
 
1728
1611
  msgid "Editing Entitlements"
1729
1612
  msgstr ""
@@ -1731,13 +1614,11 @@ msgstr ""
1731
1614
  msgid "Either both parameters 'content_view_id' and 'environment_id' should be specified or neither should be specified"
1732
1615
  msgstr ""
1733
1616
 
1734
- #, fuzzy
1735
1617
  msgid "Either environments or versions must be specified."
1736
- msgstr "एकतर संस्था ID किंवा वातावरण ID यास निर्देशीत करणे आवश्यक आहे"
1618
+ msgstr ""
1737
1619
 
1738
- # translation auto-copied from project CFSE, version sam-1.2, document app
1739
1620
  msgid "Either organization ID or environment ID needs to be specified"
1740
- msgstr "एकतर संस्था ID किंवा वातावरण ID यास निर्देशीत करणे आवश्यक आहे"
1621
+ msgstr ""
1741
1622
 
1742
1623
  msgid "Either packages or groups must be provided"
1743
1624
  msgstr ""
@@ -1764,7 +1645,7 @@ msgid "Enable/Disable auto publish of composite view"
1764
1645
  msgstr ""
1765
1646
 
1766
1647
  msgid "Enabled"
1767
- msgstr ""
1648
+ msgstr "सुरू केले"
1768
1649
 
1769
1650
  msgid "Enabled Repositories"
1770
1651
  msgstr ""
@@ -1778,51 +1659,44 @@ msgstr ""
1778
1659
  msgid "Ends"
1779
1660
  msgstr ""
1780
1661
 
1781
- # translation auto-copied from project CFSE, version sam-1.2, document app
1782
1662
  msgid "Enhancement"
1783
- msgstr "सुधारणा"
1663
+ msgstr ""
1784
1664
 
1785
1665
  msgid "Entitlements"
1786
1666
  msgstr ""
1787
1667
 
1788
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys
1789
1668
  msgid "Environment"
1790
1669
  msgstr "वातावरण"
1791
1670
 
1792
1671
  msgid "Environment IDs"
1793
1672
  msgstr ""
1794
1673
 
1795
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
1796
1674
  msgid "Environment cannot be in its own promotion path"
1797
- msgstr "वातावरण स्वतःच्या प्रमोशन मार्गावर असू शकत नाही"
1675
+ msgstr ""
1798
1676
 
1799
1677
  msgid "Environment identifier"
1800
1678
  msgstr ""
1801
1679
 
1802
1680
  msgid "Environments"
1803
- msgstr ""
1681
+ msgstr "वातावरणे"
1804
1682
 
1805
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author sandeeps
1806
1683
  msgid "Errata"
1807
- msgstr "एराटा"
1684
+ msgstr ""
1808
1685
 
1809
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author sandeeps
1810
- #, fuzzy
1811
1686
  msgid "Errata ID"
1812
- msgstr "एराटा"
1687
+ msgstr ""
1813
1688
 
1814
1689
  msgid "Errata Install"
1815
- msgstr "एराटा प्रतिष्ठापन"
1690
+ msgstr ""
1816
1691
 
1817
1692
  msgid "Errata Install scheduled by %s"
1818
- msgstr "%s तर्फे एराटा प्रतिष्ठापन क्रमवारित लावले"
1693
+ msgstr ""
1819
1694
 
1820
1695
  msgid "Errata id of the erratum (RHSA-2012:108)"
1821
1696
  msgstr ""
1822
1697
 
1823
- #, fuzzy
1824
1698
  msgid "Errata mail"
1825
- msgstr "एराटा प्रतिष्ठापन"
1699
+ msgstr ""
1826
1700
 
1827
1701
  msgid "Errata to exclusively include in the action"
1828
1702
  msgstr ""
@@ -1830,25 +1704,21 @@ msgstr ""
1830
1704
  msgid "Errata to explicitly exclude in the action. All other applicable errata will be included in the action, unless an included parameter is passed as well."
1831
1705
  msgstr ""
1832
1706
 
1833
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author sandeeps
1834
- #, fuzzy
1835
1707
  msgid "Erratum"
1836
- msgstr "एराटा"
1708
+ msgstr ""
1837
1709
 
1838
- # translation auto-copied from project CFSE, version sam-1.2, document app
1839
1710
  msgid "Erratum Install Canceled"
1840
- msgstr "एराटम इंस्टॉलेशन रद्द केले"
1711
+ msgstr ""
1841
1712
 
1842
1713
  msgid "Erratum Install Complete"
1843
- msgstr "एराटम प्रतिष्ठापन पूर्ण झाले"
1714
+ msgstr ""
1844
1715
 
1845
1716
  msgid "Erratum Install Failed"
1846
- msgstr "एराटम प्रतिष्ठापन अपयशी"
1717
+ msgstr ""
1847
1718
 
1848
1719
  msgid "Erratum Install Timed Out"
1849
- msgstr "एराटम प्रतिष्ठापन वेळ समाप्ति"
1720
+ msgstr ""
1850
1721
 
1851
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author sandeeps
1852
1722
  msgid "Error"
1853
1723
  msgstr "त्रुटी"
1854
1724
 
@@ -1867,12 +1737,17 @@ msgstr ""
1867
1737
  msgid "Exceeds available quantity"
1868
1738
  msgstr ""
1869
1739
 
1740
+ msgid "Exclude"
1741
+ msgstr ""
1742
+
1743
+ msgid "Excluded"
1744
+ msgstr ""
1745
+
1870
1746
  msgid "Exit"
1871
1747
  msgstr ""
1872
1748
 
1873
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
1874
1749
  msgid "Expand All"
1875
- msgstr "सर्व विस्तारित करा"
1750
+ msgstr ""
1876
1751
 
1877
1752
  msgid "Expire soon days"
1878
1753
  msgstr ""
@@ -1889,9 +1764,6 @@ msgstr ""
1889
1764
  msgid "Export Types"
1890
1765
  msgstr ""
1891
1766
 
1892
- msgid "Export a content view version. Relevant only for Pulp 2 repositories."
1893
- msgstr ""
1894
-
1895
1767
  msgid "Export a repository"
1896
1768
  msgstr ""
1897
1769
 
@@ -1904,17 +1776,12 @@ msgstr ""
1904
1776
  msgid "Export to ISO format"
1905
1777
  msgstr ""
1906
1778
 
1907
- msgid "Export to ISO format."
1908
- msgstr ""
1909
-
1910
1779
  msgid "Exported version"
1911
1780
  msgstr ""
1912
1781
 
1913
- #, fuzzy
1914
1782
  msgid "Facts successfully updated."
1915
- msgstr "यशस्वीरित्या निर्माण केले."
1783
+ msgstr ""
1916
1784
 
1917
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author sandeeps
1918
1785
  msgid "Failed"
1919
1786
  msgstr "अपयशी"
1920
1787
 
@@ -1924,11 +1791,6 @@ msgstr ""
1924
1791
  msgid "Failed to delete %{host}: %{errors}"
1925
1792
  msgstr ""
1926
1793
 
1927
- msgid "Failed to download %s module."
1928
- msgid_plural "Failed to download %s modules."
1929
- msgstr[0] ""
1930
- msgstr[1] ""
1931
-
1932
1794
  msgid "Failed to download %s package."
1933
1795
  msgid_plural "Failed to download %s packages."
1934
1796
  msgstr[0] ""
@@ -2006,9 +1868,6 @@ msgstr ""
2006
1868
  msgid "Filter versions by environment"
2007
1869
  msgstr ""
2008
1870
 
2009
- msgid "Filter versions by puppet module"
2010
- msgstr ""
2011
-
2012
1871
  msgid "Filter versions by version number"
2013
1872
  msgstr ""
2014
1873
 
@@ -2019,7 +1878,7 @@ msgid "Filtered index content"
2019
1878
  msgstr ""
2020
1879
 
2021
1880
  msgid "Filters"
2022
- msgstr ""
1881
+ msgstr "फिल्टर्स्"
2023
1882
 
2024
1883
  msgid "Finish action timeout"
2025
1884
  msgstr ""
@@ -2030,6 +1889,9 @@ msgstr ""
2030
1889
  msgid "For pages that support it, automatically perform search while typing in search input."
2031
1890
  msgstr ""
2032
1891
 
1892
+ msgid "Force"
1893
+ msgstr ""
1894
+
2033
1895
  msgid ""
2034
1896
  "Force a sync and validate the checksums of all content. Non-yum repositories (or those with \\\n"
2035
1897
  " On Demand download policy) are skipped."
@@ -2059,9 +1921,8 @@ msgstr ""
2059
1921
  msgid "GPG Key URL"
2060
1922
  msgstr ""
2061
1923
 
2062
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
2063
1924
  msgid "Generate and Download"
2064
- msgstr "निर्माण व डाऊनलोड करा"
1925
+ msgstr ""
2065
1926
 
2066
1927
  msgid "Generate host applicability"
2067
1928
  msgstr ""
@@ -2072,6 +1933,9 @@ msgstr ""
2072
1933
  msgid "Get all content available, not just that provided by subscriptions"
2073
1934
  msgstr ""
2074
1935
 
1936
+ msgid "Get all content available, not just that provided by subscriptions. Relevant for Activation Keys only"
1937
+ msgstr ""
1938
+
2075
1939
  msgid "Get content and overrides for the host"
2076
1940
  msgstr ""
2077
1941
 
@@ -2084,12 +1948,6 @@ msgstr ""
2084
1948
  msgid "Get list of available repositories for the repository set"
2085
1949
  msgstr ""
2086
1950
 
2087
- msgid "Get puppet modules names that are available to be added to the content view"
2088
- msgstr ""
2089
-
2090
- msgid "Get puppet modules that are available to be added to the content view"
2091
- msgstr ""
2092
-
2093
1951
  msgid "Get status of repo synchronisation for given product"
2094
1952
  msgstr ""
2095
1953
 
@@ -2118,9 +1976,11 @@ msgid "Has to be > 0"
2118
1976
  msgstr ""
2119
1977
 
2120
1978
  msgid "History"
1979
+ msgstr "इतिहास"
1980
+
1981
+ msgid "History will appear here when the content view is published or promoted."
2121
1982
  msgstr ""
2122
1983
 
2123
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author sandeeps
2124
1984
  msgid "Host"
2125
1985
  msgstr "यजमान"
2126
1986
 
@@ -2208,6 +2068,9 @@ msgstr ""
2208
2068
  msgid "Hosts with Installable Errata"
2209
2069
  msgstr ""
2210
2070
 
2071
+ msgid "Hosts: "
2072
+ msgstr ""
2073
+
2211
2074
  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."
2212
2075
  msgstr ""
2213
2076
 
@@ -2277,9 +2140,8 @@ msgstr ""
2277
2140
  msgid "ID of the sync plan"
2278
2141
  msgstr ""
2279
2142
 
2280
- # translation auto-copied from project CFSE, version sam-1.2, document app
2281
2143
  msgid "ID: %s doesn't exist "
2282
- msgstr "ID: %s अस्तित्वात नाही "
2144
+ msgstr ""
2283
2145
 
2284
2146
  msgid "ISO export must be enabled when specifying ISO size"
2285
2147
  msgstr ""
@@ -2362,7 +2224,7 @@ msgstr ""
2362
2224
  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."
2363
2225
  msgstr ""
2364
2226
 
2365
- msgid "If set to true, use the remote execution over katello-agent for remote actions"
2227
+ msgid "If set to true, use remote execution instead of katello-agent for remote actions"
2366
2228
  msgstr ""
2367
2229
 
2368
2230
  msgid "If specified, remove the first instance of a subscription with matching id and quantity"
@@ -2389,6 +2251,15 @@ msgstr ""
2389
2251
  msgid "Ignorable content can be only set for Yum repositories."
2390
2252
  msgstr ""
2391
2253
 
2254
+ msgid "Ignore errors"
2255
+ msgstr ""
2256
+
2257
+ msgid "Ignore subscription manager errors"
2258
+ msgstr ""
2259
+
2260
+ msgid "Ignore subscription-manager errors for `subscription-manager register` command"
2261
+ msgstr ""
2262
+
2392
2263
  msgid "Ignore subscriptions that are unavailable to the specified host"
2393
2264
  msgstr ""
2394
2265
 
@@ -2396,7 +2267,7 @@ msgid "Immediate"
2396
2267
  msgstr ""
2397
2268
 
2398
2269
  msgid "Import"
2399
- msgstr ""
2270
+ msgstr "आयात करा"
2400
2271
 
2401
2272
  msgid "Import Content View Version"
2402
2273
  msgstr ""
@@ -2404,9 +2275,8 @@ msgstr ""
2404
2275
  msgid "Import Default Content View"
2405
2276
  msgstr ""
2406
2277
 
2407
- #, fuzzy
2408
2278
  msgid "Import Manifest"
2409
- msgstr "आयात करा"
2279
+ msgstr ""
2410
2280
 
2411
2281
  msgid "Import New Manifest"
2412
2282
  msgstr ""
@@ -2417,6 +2287,9 @@ msgstr ""
2417
2287
  msgid "Import Puppet classes"
2418
2288
  msgstr ""
2419
2289
 
2290
+ msgid "Import Types"
2291
+ msgstr ""
2292
+
2420
2293
  msgid "Import a Manifest"
2421
2294
  msgstr ""
2422
2295
 
@@ -2435,9 +2308,8 @@ msgstr ""
2435
2308
  msgid "Import a content view version to the library"
2436
2309
  msgstr ""
2437
2310
 
2438
- #, fuzzy
2439
2311
  msgid "Import facts"
2440
- msgstr "आयात करा"
2312
+ msgstr ""
2441
2313
 
2442
2314
  msgid "Import uploads into a repository"
2443
2315
  msgstr ""
@@ -2448,15 +2320,21 @@ msgstr ""
2448
2320
  msgid "Import-only content views can not be published directly"
2449
2321
  msgstr ""
2450
2322
 
2451
- msgid "Import-only content views will be available in a future version."
2452
- msgstr ""
2453
-
2454
2323
  msgid "Importing manifest into '%{subject}' failed."
2455
2324
  msgstr ""
2456
2325
 
2457
2326
  msgid "In Progress"
2458
2327
  msgstr ""
2459
2328
 
2329
+ msgid "Include"
2330
+ msgstr ""
2331
+
2332
+ msgid "Included"
2333
+ msgstr ""
2334
+
2335
+ msgid "Includes associated content view filter ids in response"
2336
+ msgstr ""
2337
+
2460
2338
  msgid "Inclusion type"
2461
2339
  msgstr ""
2462
2340
 
@@ -2481,9 +2359,8 @@ msgstr ""
2481
2359
  msgid "Index content"
2482
2360
  msgstr ""
2483
2361
 
2484
- #, fuzzy
2485
2362
  msgid "Index errata"
2486
- msgstr "एराटम प्रतिष्ठापीत करत आहे..."
2363
+ msgstr ""
2487
2364
 
2488
2365
  msgid "Index module streams"
2489
2366
  msgstr ""
@@ -2506,29 +2383,26 @@ msgstr ""
2506
2383
  msgid "Install Applicable Errata on %s"
2507
2384
  msgstr ""
2508
2385
 
2509
- msgid "Install content on one or more hosts"
2386
+ msgid "Install content on one or more hosts using katello-agent. %s"
2510
2387
  msgstr ""
2511
2388
 
2512
2389
  msgid "Install errata via Katello interface"
2513
2390
  msgstr ""
2514
2391
 
2515
- #, fuzzy
2516
2392
  msgid "Install erratum"
2517
- msgstr "एराटम प्रतिष्ठापीत करत आहे..."
2393
+ msgstr ""
2518
2394
 
2519
2395
  msgid "Install erratum for %s"
2520
2396
  msgstr ""
2521
2397
 
2522
- #, fuzzy
2523
2398
  msgid "Install package"
2524
- msgstr "संकुल प्रतिष्ठापीत करत आहे..."
2399
+ msgstr ""
2525
2400
 
2526
2401
  msgid "Install package for %s"
2527
2402
  msgstr ""
2528
2403
 
2529
- #, fuzzy
2530
2404
  msgid "Install package group"
2531
- msgstr "संकुल गट प्रतिष्ठापीत करत आहे..."
2405
+ msgstr ""
2532
2406
 
2533
2407
  msgid "Install package group via Katello interface"
2534
2408
  msgstr ""
@@ -2536,7 +2410,7 @@ msgstr ""
2536
2410
  msgid "Install package via Katello interface"
2537
2411
  msgstr ""
2538
2412
 
2539
- msgid "Install packages remotely"
2413
+ msgid "Install packages remotely using katello-agent. %s"
2540
2414
  msgstr ""
2541
2415
 
2542
2416
  msgid "Installable errata from Content View"
@@ -2551,21 +2425,17 @@ msgstr ""
2551
2425
  msgid "Installation of package(s) requested: %{packages}"
2552
2426
  msgstr ""
2553
2427
 
2554
- # translation auto-copied from project CFSE, version sam-1.2, document app
2555
2428
  msgid "Installed Packages"
2556
- msgstr "इनस्टॉल्ड् संकुले"
2429
+ msgstr ""
2557
2430
 
2558
- # translation auto-copied from project CFSE, version sam-1.2, document app
2559
2431
  msgid "Installing Erratum..."
2560
- msgstr "एराटम प्रतिष्ठापीत करत आहे..."
2432
+ msgstr ""
2561
2433
 
2562
- # translation auto-copied from project CFSE, version sam-1.2, document app
2563
2434
  msgid "Installing Package Group..."
2564
- msgstr "संकुल गट प्रतिष्ठापीत करत आहे..."
2435
+ msgstr ""
2565
2436
 
2566
- # translation auto-copied from project CFSE, version sam-1.2, document app
2567
2437
  msgid "Installing Package..."
2568
- msgstr "संकुल प्रतिष्ठापीत करत आहे..."
2438
+ msgstr ""
2569
2439
 
2570
2440
  msgid "Instance update"
2571
2441
  msgstr ""
@@ -2591,13 +2461,11 @@ msgstr ""
2591
2461
  msgid "Invalid association of the content view id. Content View must match the content view version being saved"
2592
2462
  msgstr ""
2593
2463
 
2594
- #, fuzzy
2595
2464
  msgid "Invalid content label: %s"
2596
- msgstr "अवैध स्तर"
2465
+ msgstr ""
2597
2466
 
2598
- #, fuzzy
2599
2467
  msgid "Invalid content type %s"
2600
- msgstr "अवैध स्तर"
2468
+ msgstr ""
2601
2469
 
2602
2470
  msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
2603
2471
  msgstr ""
@@ -2614,9 +2482,8 @@ msgstr ""
2614
2482
  msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or 'types'"
2615
2483
  msgstr ""
2616
2484
 
2617
- #, fuzzy
2618
2485
  msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
2619
- msgstr "अवैध स्रोत प्रकार '%{resource_type}'. स्रोत प्रकारे '%{possible_types}' पैकी एक असू शकते"
2486
+ msgstr ""
2620
2487
 
2621
2488
  msgid "Invalid event_type %s"
2622
2489
  msgstr ""
@@ -2624,13 +2491,11 @@ msgstr ""
2624
2491
  msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
2625
2492
  msgstr ""
2626
2493
 
2627
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
2628
2494
  msgid "Invalid parameters sent in the request for this operation. Please contact a system administrator."
2629
- msgstr "या कार्यकरीता विनंतीमध्ये अवैध घटके पाठवले. कृपया प्रणाली प्रशासकाशी संपर्क करा."
2495
+ msgstr ""
2630
2496
 
2631
- # translation auto-copied from project CFSE, version sam-1.2, document app
2632
2497
  msgid "Invalid parameters sent. You may have mistyped the address. If you continue having trouble with this, please contact an Administrator."
2633
- msgstr "अवैध घटक पाठवले. तुम्ही पत्ता चुकिच्या प्रमाणे टाइप केले. यासह अडचण आढळल्यास, कृपया प्रशासकाशी संपर्क करा."
2498
+ msgstr ""
2634
2499
 
2635
2500
  msgid "Invalid params provided - content_type must be one of %s"
2636
2501
  msgstr ""
@@ -2638,20 +2503,6 @@ msgstr ""
2638
2503
  msgid "Invalid params provided - date_type must be one of %s"
2639
2504
  msgstr ""
2640
2505
 
2641
- msgid ""
2642
- "Invalid puppet module parameters specified. \\\n"
2643
- " Either 'uuid' or 'name' and 'author' must be specified."
2644
- msgstr ""
2645
-
2646
- msgid "Invalid puppet module. Please make sure the puppet module contains a metadata.json file and is properly compressed."
2647
- msgstr ""
2648
-
2649
- msgid "Invalid usage for Pulp 2 repositories. Use export for Yum repositories"
2650
- msgstr ""
2651
-
2652
- msgid "Invalid usage for Pulp 3 repositories. Use hammer content-export for Yum repositories"
2653
- msgstr ""
2654
-
2655
2506
  msgid "Invalid value specified for Container Image repositories."
2656
2507
  msgstr ""
2657
2508
 
@@ -2661,9 +2512,6 @@ msgstr ""
2661
2512
  msgid "Invalid value specified for ignorable content. Permissible values %s"
2662
2513
  msgstr ""
2663
2514
 
2664
- msgid "Katello"
2665
- msgstr ""
2666
-
2667
2515
  msgid "Katello ID of local pool to update"
2668
2516
  msgstr ""
2669
2517
 
@@ -2718,15 +2566,23 @@ msgstr ""
2718
2566
  msgid "Last published"
2719
2567
  msgstr ""
2720
2568
 
2569
+ msgid "Last task"
2570
+ msgstr ""
2571
+
2572
+ msgid "Latest (automatically updates)"
2573
+ msgstr ""
2574
+
2721
2575
  msgid "Latest Errata"
2722
2576
  msgstr ""
2723
2577
 
2578
+ msgid "Latest version"
2579
+ msgstr ""
2580
+
2724
2581
  msgid "Learn more about adding Subscription Manifests"
2725
2582
  msgstr ""
2726
2583
 
2727
- #, fuzzy
2728
2584
  msgid "Library lifecycle environments may not be deleted."
2729
- msgstr "वातावरण '%s' नष्ट केले."
2585
+ msgstr ""
2730
2586
 
2731
2587
  msgid "Library repository id to restrict comparisons to"
2732
2588
  msgstr ""
@@ -2746,9 +2602,11 @@ msgstr ""
2746
2602
  msgid "Lifecycle Environment ID"
2747
2603
  msgstr ""
2748
2604
 
2749
- #, fuzzy
2750
2605
  msgid "Lifecycle Environments"
2751
- msgstr "वातावरनांतर्फे"
2606
+ msgstr ""
2607
+
2608
+ msgid "Lifecycle environment"
2609
+ msgstr ""
2752
2610
 
2753
2611
  msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
2754
2612
  msgstr ""
@@ -2756,6 +2614,9 @@ msgstr ""
2756
2614
  msgid "Lifecycle environment ID"
2757
2615
  msgstr ""
2758
2616
 
2617
+ msgid "Lifecycle environment for the host."
2618
+ msgstr ""
2619
+
2759
2620
  msgid "Lifecycle environment was not attached to the smart proxy; therefore, no changes were made."
2760
2621
  msgstr ""
2761
2622
 
@@ -2765,6 +2626,9 @@ msgstr ""
2765
2626
  msgid "Limit content to just that available in the activation key's content view version"
2766
2627
  msgstr ""
2767
2628
 
2629
+ msgid "Limit content to just that available in the activation key's content view version. Relevant for Activation Keys only"
2630
+ msgstr ""
2631
+
2768
2632
  msgid "Limit content to just that available in the host's content view version"
2769
2633
  msgstr ""
2770
2634
 
@@ -2801,9 +2665,6 @@ msgstr ""
2801
2665
  msgid "List components attached to this content view"
2802
2666
  msgstr ""
2803
2667
 
2804
- msgid "List content view puppet modules"
2805
- msgstr ""
2806
-
2807
2668
  msgid "List content view versions"
2808
2669
  msgstr ""
2809
2670
 
@@ -2843,6 +2704,9 @@ msgstr ""
2843
2704
  msgid "List host collections within an organization"
2844
2705
  msgstr ""
2845
2706
 
2707
+ msgid "List import histories"
2708
+ msgstr ""
2709
+
2846
2710
  msgid "List module streams available to the host"
2847
2711
  msgstr ""
2848
2712
 
@@ -2991,7 +2855,7 @@ msgid "List the lifecycle environments not attached to the smart proxy"
2991
2855
  msgstr ""
2992
2856
 
2993
2857
  msgid "Loading"
2994
- msgstr ""
2858
+ msgstr "लोड करत आहे"
2995
2859
 
2996
2860
  msgid "Make copy of a content view"
2997
2861
  msgstr ""
@@ -3059,10 +2923,12 @@ msgstr ""
3059
2923
  msgid "May not add an id rule to a filter that has an existing type or date range rule."
3060
2924
  msgstr ""
3061
2925
 
2926
+ msgid "Media Selection"
2927
+ msgstr ""
2928
+
3062
2929
  msgid "Medium IDs"
3063
2930
  msgstr ""
3064
2931
 
3065
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys
3066
2932
  msgid "Message"
3067
2933
  msgstr "संदेश"
3068
2934
 
@@ -3096,9 +2962,15 @@ msgstr ""
3096
2962
  msgid "Must supply at least one of mandatory_package_names, optional_package_names, conditional_package_names, default_package_names parameters"
3097
2963
  msgstr ""
3098
2964
 
2965
+ msgid "N/A"
2966
+ msgstr ""
2967
+
3099
2968
  msgid "NA"
3100
2969
  msgstr ""
3101
2970
 
2971
+ msgid "NOTE: Katello-agent is deprecated and will be removed in %s. Consider using remote execution instead."
2972
+ msgstr ""
2973
+
3102
2974
  msgid ""
3103
2975
  "NOTE: Unable to fully export '%{organization}' organization's library because it contains repositories without the 'immediate' download policy. Update the download policy and sync affected repositories to include them in the export. \n"
3104
2976
  " %{repos}"
@@ -3139,15 +3011,11 @@ msgstr ""
3139
3011
  msgid "Nest"
3140
3012
  msgstr ""
3141
3013
 
3142
- # translation auto-copied from project CFSE, version sam-1.2, document app
3143
- #, fuzzy
3144
3014
  msgid "Never Synced"
3145
- msgstr "कधिच तपासले नाही"
3015
+ msgstr ""
3146
3016
 
3147
- # translation auto-copied from project CFSE, version sam-1.2, document app
3148
- #, fuzzy
3149
3017
  msgid "New Errata"
3150
- msgstr "शोध एराटा"
3018
+ msgstr ""
3151
3019
 
3152
3020
  msgid "New Files: %s"
3153
3021
  msgstr ""
@@ -3161,10 +3029,8 @@ msgstr ""
3161
3029
  msgid "New host collection name"
3162
3030
  msgstr ""
3163
3031
 
3164
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
3165
- #, fuzzy
3166
3032
  msgid "New name cannot be blank"
3167
- msgstr "रिकामे असणे अशक्य"
3033
+ msgstr ""
3168
3034
 
3169
3035
  msgid "New name for the content view"
3170
3036
  msgstr ""
@@ -3172,25 +3038,35 @@ msgstr ""
3172
3038
  msgid "New packages: %{count} (%{size})."
3173
3039
  msgstr ""
3174
3040
 
3041
+ msgid "New version is available: Version ${latestVersion}"
3042
+ msgstr ""
3043
+
3175
3044
  msgid "No"
3176
3045
  msgstr ""
3177
3046
 
3178
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
3047
+ msgid "No Activation Keys selected"
3048
+ msgstr ""
3049
+
3050
+ msgid "No Activation keys to select"
3051
+ msgstr ""
3052
+
3179
3053
  msgid "No Content View"
3180
- msgstr "अंतर्भुत माहितीचे दृष्य नाही"
3054
+ msgstr ""
3181
3055
 
3182
3056
  msgid "No Content found"
3183
3057
  msgstr ""
3184
3058
 
3059
+ msgid "No Lifecycle environment to select"
3060
+ msgstr ""
3061
+
3185
3062
  msgid "No Manifest Uploaded"
3186
3063
  msgstr ""
3187
3064
 
3188
3065
  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."
3189
3066
  msgstr ""
3190
3067
 
3191
- # translation auto-copied from project CFSE, version sam-1.2, document app
3192
3068
  msgid "No Service Level Preference"
3193
- msgstr "सर्व्हिस स्तर पसंती आढळली नाही"
3069
+ msgstr ""
3194
3070
 
3195
3071
  msgid "No URL found for a container registry. Please check the configuration."
3196
3072
  msgstr ""
@@ -3204,9 +3080,8 @@ msgstr ""
3204
3080
  msgid "No artifacts to show"
3205
3081
  msgstr ""
3206
3082
 
3207
- #, fuzzy
3208
3083
  msgid "No content has been provided."
3209
- msgstr "किमान एक ॲक्टिवेशन कि पुरवणे आवश्यक आहे"
3084
+ msgstr ""
3210
3085
 
3211
3086
  msgid "No content ids provided"
3212
3087
  msgstr ""
@@ -3214,18 +3089,29 @@ msgstr ""
3214
3089
  msgid "No content view history events found."
3215
3090
  msgstr ""
3216
3091
 
3092
+ msgid "No content views belong to ${label}"
3093
+ msgstr ""
3094
+
3217
3095
  msgid "No content_view_version_ids provided"
3218
3096
  msgstr ""
3219
3097
 
3098
+ msgid "No description"
3099
+ msgstr ""
3100
+
3220
3101
  msgid "No enabled repositories match your search criteria."
3221
3102
  msgstr ""
3222
3103
 
3104
+ msgid "No environment"
3105
+ msgstr ""
3106
+
3107
+ msgid "No environments"
3108
+ msgstr ""
3109
+
3223
3110
  msgid "No errata has been specified."
3224
3111
  msgstr ""
3225
3112
 
3226
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
3227
3113
  msgid "No errors"
3228
- msgstr "त्रुटी आढळली नाही"
3114
+ msgstr ""
3229
3115
 
3230
3116
  msgid "No existing export history was found to perform an incremental export. A full export must be performed"
3231
3117
  msgstr ""
@@ -3254,21 +3140,35 @@ msgstr ""
3254
3140
  msgid "No matching filters found"
3255
3141
  msgstr ""
3256
3142
 
3143
+ msgid "No matching history record found"
3144
+ msgstr ""
3145
+
3146
+ msgid "No matching package groups found."
3147
+ msgstr ""
3148
+
3257
3149
  msgid "No matching repositories found"
3258
3150
  msgstr ""
3259
3151
 
3152
+ msgid "No matching rules found."
3153
+ msgstr ""
3154
+
3155
+ msgid "No matching version found"
3156
+ msgstr ""
3157
+
3260
3158
  msgid "No new packages installed"
3261
- msgstr "नवीन संकुले प्रतिष्ठापीत झाले नाही"
3159
+ msgstr ""
3262
3160
 
3263
- #, fuzzy
3264
3161
  msgid "No new packages."
3265
- msgstr "नवीन संकुले प्रतिष्ठापीत झाले नाही"
3162
+ msgstr ""
3163
+
3164
+ msgid "No package groups have been added to this filter."
3165
+ msgstr ""
3266
3166
 
3267
3167
  msgid "No packages removed"
3268
- msgstr "संकुले काढून टाकले नाही"
3168
+ msgstr ""
3269
3169
 
3270
3170
  msgid "No packages updated"
3271
- msgstr "संकुले सुधारित केले नाही"
3171
+ msgstr ""
3272
3172
 
3273
3173
  msgid "No pool IDs were provided."
3274
3174
  msgstr ""
@@ -3309,12 +3209,14 @@ msgstr ""
3309
3209
  msgid "No repository sets match your search criteria."
3310
3210
  msgstr ""
3311
3211
 
3212
+ msgid "No rules have been added to this filter."
3213
+ msgstr ""
3214
+
3312
3215
  msgid "No services defined, is this class extended?"
3313
3216
  msgstr ""
3314
3217
 
3315
- #, fuzzy
3316
3218
  msgid "No start time currently available."
3317
- msgstr "वितरणे"
3219
+ msgstr ""
3318
3220
 
3319
3221
  msgid "No subscriptions match your search criteria."
3320
3222
  msgstr ""
@@ -3331,11 +3233,9 @@ msgstr ""
3331
3233
  msgid "Non-security errata installable"
3332
3234
  msgstr ""
3333
3235
 
3334
- #, fuzzy
3335
3236
  msgid "Non-system event"
3336
- msgstr "प्रणाली"
3237
+ msgstr ""
3337
3238
 
3338
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys
3339
3239
  msgid "None"
3340
3240
  msgstr "काहिच नाही"
3341
3241
 
@@ -3348,12 +3248,18 @@ msgstr ""
3348
3248
  msgid "Not a number"
3349
3249
  msgstr ""
3350
3250
 
3251
+ msgid "Not added"
3252
+ msgstr ""
3253
+
3351
3254
  msgid "Not all necessary pulp workers running at %s."
3352
3255
  msgstr ""
3353
3256
 
3354
3257
  msgid "Not running"
3355
3258
  msgstr ""
3356
3259
 
3260
+ msgid "Not yet published"
3261
+ msgstr ""
3262
+
3357
3263
  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."
3358
3264
  msgstr ""
3359
3265
 
@@ -3399,9 +3305,8 @@ msgstr ""
3399
3305
  msgid "On-disk location for pulp 3 exported repositories"
3400
3306
  msgstr ""
3401
3307
 
3402
- #, fuzzy
3403
3308
  msgid "One of parameters [ %s ] required but not specified."
3404
- msgstr "organization_id आवश्यक परंतु निर्देशीत केले नाही."
3309
+ msgstr ""
3405
3310
 
3406
3311
  msgid "One of yum or docker"
3407
3312
  msgstr ""
@@ -3412,16 +3317,14 @@ msgstr ""
3412
3317
  msgid "One or more ids (%{ids}) were not found for %{assoc}. You may not have permissions to see them."
3413
3318
  msgstr ""
3414
3319
 
3415
- #, fuzzy
3416
3320
  msgid "One or more packages failed to sync properly."
3417
- msgstr "एक किंवा त्यापेक्षा जास्त एराटा पुरवणे आवश्यक"
3321
+ msgstr ""
3418
3322
 
3419
3323
  msgid "One or more processes require restarting"
3420
3324
  msgstr ""
3421
3325
 
3422
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
3423
3326
  msgid "Only one Red Hat provider permitted for an Organization"
3424
- msgstr "संस्थाकरीता फक्त एक Red Hat प्रोव्हाडर स्वीकारले जाते"
3327
+ msgstr ""
3425
3328
 
3426
3329
  msgid "Only returns id and quantity fields"
3427
3330
  msgstr ""
@@ -3432,10 +3335,6 @@ msgstr ""
3432
3335
  msgid "Optional date of last export (ex: 2010-01-01T12:00:00Z)"
3433
3336
  msgstr ""
3434
3337
 
3435
- msgid "Optional date of last export (ex: 2010-01-01T12:00:00Z). Relevant only for Pulp 2 repositories"
3436
- msgstr ""
3437
-
3438
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman
3439
3338
  msgid "Organization"
3440
3339
  msgstr "संस्था"
3441
3340
 
@@ -3448,9 +3347,11 @@ msgstr ""
3448
3347
  msgid "Organization ID is required"
3449
3348
  msgstr ""
3450
3349
 
3451
- # translation auto-copied from project CFSE, version sam-1.2, document app
3350
+ msgid "Organization Information not provided."
3351
+ msgstr ""
3352
+
3452
3353
  msgid "Organization cannot be blank."
3453
- msgstr "संस्था रिकामे असणे अशक्य."
3354
+ msgstr ""
3454
3355
 
3455
3356
  msgid "Organization id"
3456
3357
  msgstr ""
@@ -3464,13 +3365,11 @@ msgstr ""
3464
3365
  msgid "Organization not found"
3465
3366
  msgstr ""
3466
3367
 
3467
- #, fuzzy
3468
3368
  msgid "Organization required"
3469
- msgstr "संस्था"
3369
+ msgstr ""
3470
3370
 
3471
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
3472
3371
  msgid "Other"
3473
- msgstr "इतर"
3372
+ msgstr ""
3474
3373
 
3475
3374
  msgid "Override content for activation_key"
3476
3375
  msgstr ""
@@ -3493,86 +3392,74 @@ msgstr ""
3493
3392
  msgid "Override value. Provide a boolean value if name is 'enabled'"
3494
3393
  msgstr ""
3495
3394
 
3496
- #, fuzzy
3497
3395
  msgid "Package"
3498
- msgstr "संकुले"
3396
+ msgstr ""
3499
3397
 
3500
- #, fuzzy
3501
3398
  msgid "Package Group"
3502
- msgstr "संकुल गटे"
3399
+ msgstr ""
3503
3400
 
3504
3401
  msgid "Package Group Install"
3505
- msgstr "संकुल गट प्रतिष्ठापन"
3402
+ msgstr ""
3506
3403
 
3507
- # translation auto-copied from project CFSE, version sam-1.2, document app
3508
3404
  msgid "Package Group Install Canceled"
3509
- msgstr "संकुल गट इंस्टॉलेशन रद्द केले"
3405
+ msgstr ""
3510
3406
 
3511
3407
  msgid "Package Group Install Complete"
3512
- msgstr "संकुल गट प्रतिष्ठापन पूर्ण"
3408
+ msgstr ""
3513
3409
 
3514
3410
  msgid "Package Group Install Failed"
3515
- msgstr "संकुल गट प्रतिष्ठापन अपयशी"
3411
+ msgstr ""
3516
3412
 
3517
3413
  msgid "Package Group Install Timed Out"
3518
- msgstr "संकुल गट प्रतिष्ठापन वेळ समाप्ति"
3414
+ msgstr ""
3519
3415
 
3520
3416
  msgid "Package Group Install scheduled by %s"
3521
- msgstr "%s तर्फे संकुल गट प्रतिष्ठापन क्रमवारित लावले"
3417
+ msgstr ""
3522
3418
 
3523
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
3524
3419
  msgid "Package Group Remove"
3525
- msgstr "संकुल गट काढून टाकणे"
3420
+ msgstr ""
3526
3421
 
3527
- # translation auto-copied from project CFSE, version sam-1.2, document app
3528
3422
  msgid "Package Group Remove Canceled"
3529
- msgstr "संकुल गट काढून टाकणे रद्द केले"
3423
+ msgstr ""
3530
3424
 
3531
- # translation auto-copied from project CFSE, version sam-1.2, document app
3532
3425
  msgid "Package Group Remove Complete"
3533
- msgstr "संकुल गट काढून टाकणे पूर्ण झाले"
3426
+ msgstr ""
3534
3427
 
3535
- # translation auto-copied from project CFSE, version sam-1.2, document app
3536
3428
  msgid "Package Group Remove Failed"
3537
- msgstr "संकुल गट काढून टाकण्यास अपयशी"
3429
+ msgstr ""
3538
3430
 
3539
- # translation auto-copied from project CFSE, version sam-1.2, document app
3540
3431
  msgid "Package Group Remove Timed Out"
3541
- msgstr "संकुल गट काढून टाकण्यास वेळसमाप्ति"
3432
+ msgstr ""
3542
3433
 
3543
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
3544
3434
  msgid "Package Group Remove scheduled by %s"
3545
- msgstr "%s तर्फे संकुल गट काढून टाकणे क्रमवारित लावले"
3435
+ msgstr ""
3546
3436
 
3547
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
3548
3437
  msgid "Package Group Update"
3549
- msgstr "संकुल गट सुधारणा"
3438
+ msgstr ""
3550
3439
 
3551
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
3552
3440
  msgid "Package Group Update scheduled by %s"
3553
- msgstr "%s तर्फे संकुल गट सुधारणा क्रमवारित लावले"
3441
+ msgstr ""
3554
3442
 
3555
3443
  msgid "Package Groups"
3556
- msgstr "संकुल गटे"
3444
+ msgstr ""
3557
3445
 
3558
3446
  msgid "Package Install"
3559
- msgstr "संकुल प्रतिष्ठापन"
3447
+ msgstr ""
3560
3448
 
3561
- # translation auto-copied from project CFSE, version sam-1.2, document app
3562
3449
  msgid "Package Install Canceled"
3563
- msgstr "संकुल इंस्टॉलेशन रद्द केले"
3450
+ msgstr ""
3564
3451
 
3565
3452
  msgid "Package Install Complete"
3566
- msgstr "संकुल प्रतिष्ठापन पूर्ण"
3453
+ msgstr ""
3567
3454
 
3568
3455
  msgid "Package Install Failed"
3569
- msgstr "संकुल प्रतिष्ठापन अपयशी"
3456
+ msgstr ""
3570
3457
 
3571
3458
  msgid "Package Install Timed Out"
3572
- msgstr "संकुल प्रतिष्ठापन वेळसमाप्ति"
3459
+ msgstr ""
3573
3460
 
3574
3461
  msgid "Package Install scheduled by %s"
3575
- msgstr "%s तर्फे संकुल प्रतिष्ठापन क्रमवारित लावले"
3462
+ msgstr ""
3576
3463
 
3577
3464
  msgid "Package Profile Update"
3578
3465
  msgstr ""
@@ -3580,86 +3467,71 @@ msgstr ""
3580
3467
  msgid "Package Profile Update for %s"
3581
3468
  msgstr ""
3582
3469
 
3583
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
3584
3470
  msgid "Package Remove"
3585
- msgstr "संकुल काढून टाकणे"
3471
+ msgstr ""
3586
3472
 
3587
- # translation auto-copied from project CFSE, version sam-1.2, document app
3588
3473
  msgid "Package Remove Canceled"
3589
- msgstr "संकुल काढून टाकणे रद्द केले"
3474
+ msgstr ""
3590
3475
 
3591
- # translation auto-copied from project CFSE, version sam-1.2, document app
3592
3476
  msgid "Package Remove Complete"
3593
- msgstr "संकुल काढून टाकणे पूर्ण"
3477
+ msgstr ""
3594
3478
 
3595
- # translation auto-copied from project CFSE, version sam-1.2, document app
3596
3479
  msgid "Package Remove Failed"
3597
- msgstr "संकुल काढून टाकणे अपयशी"
3480
+ msgstr ""
3598
3481
 
3599
- # translation auto-copied from project CFSE, version sam-1.2, document app
3600
3482
  msgid "Package Remove Timed Out"
3601
- msgstr "संकुल काढून टाकणे वेळ समाप्ति"
3483
+ msgstr ""
3602
3484
 
3603
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
3604
3485
  msgid "Package Remove scheduled by %s"
3605
- msgstr "%s तर्फे संकुल काढून टाकणे क्रमवारित लावले"
3486
+ msgstr ""
3606
3487
 
3607
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
3608
3488
  msgid "Package Update"
3609
- msgstr "संकुल सुधारणा"
3489
+ msgstr ""
3610
3490
 
3611
- # translation auto-copied from project CFSE, version sam-1.2, document app
3612
3491
  msgid "Package Update Canceled"
3613
- msgstr "संकुल सुधारणा रद्द केले"
3492
+ msgstr ""
3614
3493
 
3615
- # translation auto-copied from project CFSE, version sam-1.2, document app
3616
3494
  msgid "Package Update Complete"
3617
- msgstr "संकुल सुधारमा पूर्ण झाली"
3495
+ msgstr ""
3618
3496
 
3619
- # translation auto-copied from project CFSE, version sam-1.2, document app
3620
3497
  msgid "Package Update Failed"
3621
- msgstr "संकुल सुधारणा अपयशी"
3498
+ msgstr ""
3622
3499
 
3623
- # translation auto-copied from project CFSE, version sam-1.2, document app
3624
3500
  msgid "Package Update Timed Out"
3625
- msgstr "संकुल सुधारणा वेळ समाप्ति"
3501
+ msgstr ""
3626
3502
 
3627
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
3628
3503
  msgid "Package Update scheduled by %s"
3629
- msgstr "%s तर्फे संकुल काढून टाकणे क्रमवारित लावले"
3504
+ msgstr ""
3630
3505
 
3631
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
3632
3506
  msgid "Package group update canceled"
3633
- msgstr "संकुल गट सुधारणा रद्द केली"
3507
+ msgstr ""
3634
3508
 
3635
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
3636
3509
  msgid "Package group update complete"
3637
- msgstr "संकुल गट सुधारणा पूर्ण झाली"
3510
+ msgstr ""
3638
3511
 
3639
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
3640
3512
  msgid "Package group update failed"
3641
- msgstr "संकुल गट सुधारणा अपयशी"
3513
+ msgstr ""
3642
3514
 
3643
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
3644
3515
  msgid "Package group update timed out"
3645
- msgstr "संकुल गट सुधारची वेळसमाप्ति"
3516
+ msgstr ""
3517
+
3518
+ msgid "Package groups"
3519
+ msgstr ""
3646
3520
 
3647
3521
  msgid "Package identifiers to filter content by"
3648
3522
  msgstr ""
3649
3523
 
3650
- #, fuzzy
3651
3524
  msgid "Package install failed: \"%{package}\""
3652
- msgstr "संकुल प्रतिष्ठापन अपयशी"
3525
+ msgstr ""
3653
3526
 
3654
- #, fuzzy
3655
3527
  msgid "Package installation: \"%{package}\" "
3656
- msgstr "संकुल इंस्टॉलेशन रद्द केले"
3528
+ msgstr ""
3657
3529
 
3658
3530
  msgid "Packages"
3659
- msgstr "संकुले"
3531
+ msgstr ""
3660
3532
 
3661
3533
  msgid "Packages must be provided"
3662
- msgstr "संकुले पुरवणे आवश्यक आहे"
3534
+ msgstr ""
3663
3535
 
3664
3536
  msgid "Page number, starting at 1"
3665
3537
  msgstr ""
@@ -3688,10 +3560,8 @@ msgstr ""
3688
3560
  msgid "Paused"
3689
3561
  msgstr ""
3690
3562
 
3691
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys
3692
- #, fuzzy
3693
3563
  msgid "Pending"
3694
- msgstr "चालवत आहे"
3564
+ msgstr "उर्वरित"
3695
3565
 
3696
3566
  msgid "Perform a module stream action via Katello interface"
3697
3567
  msgstr ""
@@ -3711,17 +3581,18 @@ msgstr ""
3711
3581
  msgid "Performs an incremental-export of the repositories in library."
3712
3582
  msgstr ""
3713
3583
 
3714
- # translation auto-copied from project CFSE, version sam-1.2, document app
3715
3584
  msgid "Permission Denied. User '%{user}' does not have permissions to access organization '%{org}'."
3716
- msgstr "परवानगी नकारली. वापरकर्ता '%{user}' कडे संस्था '%{org}' करीता प्रवेशसाठी परवानगी नाही."
3585
+ msgstr ""
3717
3586
 
3718
- # translation auto-copied from project Subscription Manager, version 1.8.X, document keys
3719
3587
  msgid "Physical"
3720
- msgstr "फिजिकल"
3588
+ msgstr ""
3721
3589
 
3722
3590
  msgid "Plan numeric identifier"
3723
3591
  msgstr ""
3724
3592
 
3593
+ msgid "Please add some content views."
3594
+ msgstr ""
3595
+
3725
3596
  msgid "Please add some repositories."
3726
3597
  msgstr ""
3727
3598
 
@@ -3761,9 +3632,8 @@ msgstr ""
3761
3632
  msgid "Processing metadata."
3762
3633
  msgstr ""
3763
3634
 
3764
- # translation auto-copied from project Subscription Manager, version 1.8.X, document keys
3765
3635
  msgid "Product"
3766
- msgstr "उत्पादन"
3636
+ msgstr ""
3767
3637
 
3768
3638
  msgid "Product Content"
3769
3639
  msgstr ""
@@ -3806,9 +3676,8 @@ msgstr ""
3806
3676
  msgid "Product: '%{product}', Repository: '%{repository}'"
3807
3677
  msgstr ""
3808
3678
 
3809
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author sandeeps
3810
3679
  msgid "Products"
3811
- msgstr "उत्पादने"
3680
+ msgstr ""
3812
3681
 
3813
3682
  msgid "Profiles"
3814
3683
  msgstr ""
@@ -3849,9 +3718,8 @@ msgstr ""
3849
3718
  msgid "Public key block in DER encoding or certificate content"
3850
3719
  msgstr ""
3851
3720
 
3852
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
3853
3721
  msgid "Publish"
3854
- msgstr "प्रकाशीत करा"
3722
+ msgstr ""
3855
3723
 
3856
3724
  msgid "Publish Lifecycle Environment Repositories"
3857
3725
  msgstr ""
@@ -3871,15 +3739,15 @@ msgstr ""
3871
3739
  msgid "Pulp 3 export destination filepath"
3872
3740
  msgstr ""
3873
3741
 
3874
- msgid "Pulp 3 migration cannot run. Types %s have already been migrated."
3875
- msgstr ""
3876
-
3877
3742
  msgid "Pulp Consumer %s has already been removed"
3878
3743
  msgstr ""
3879
3744
 
3880
3745
  msgid "Pulp Docker registry port"
3881
3746
  msgstr ""
3882
3747
 
3748
+ msgid "Pulp bulk load size"
3749
+ msgstr ""
3750
+
3883
3751
  msgid "Pulp client cert"
3884
3752
  msgstr ""
3885
3753
 
@@ -3928,33 +3796,6 @@ msgstr ""
3928
3796
  msgid "Pulpcore"
3929
3797
  msgstr ""
3930
3798
 
3931
- msgid "Puppet Environment"
3932
- msgstr ""
3933
-
3934
- msgid "Puppet Module"
3935
- msgstr ""
3936
-
3937
- msgid ""
3938
- "Puppet Module does not belong to content view organization\\\n"
3939
- " '%{name}'"
3940
- msgstr ""
3941
-
3942
- msgid ""
3943
- "Puppet Module with name='%{name}' and author='%{author}' does\\\n"
3944
- " not exist"
3945
- msgstr ""
3946
-
3947
- msgid ""
3948
- "Puppet Module with uuid='%{uuid}' does not\\\n"
3949
- " exist"
3950
- msgstr ""
3951
-
3952
- msgid "Puppet Modules"
3953
- msgstr ""
3954
-
3955
- msgid "Puppet module conflict: '%{mod}' is in %{versions}."
3956
- msgstr ""
3957
-
3958
3799
  msgid "Quantity"
3959
3800
  msgstr ""
3960
3801
 
@@ -3985,9 +3826,11 @@ msgstr ""
3985
3826
  msgid "RPM"
3986
3827
  msgstr ""
3987
3828
 
3988
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
3829
+ msgid "RPM name"
3830
+ msgstr ""
3831
+
3989
3832
  msgid "RPMs"
3990
- msgstr "RPMs"
3833
+ msgstr ""
3991
3834
 
3992
3835
  msgid "Realm IDs"
3993
3836
  msgstr ""
@@ -4001,38 +3844,29 @@ msgstr ""
4001
3844
  msgid "Recommended Repositories"
4002
3845
  msgstr ""
4003
3846
 
4004
- msgid "Red Hat"
4005
- msgstr ""
4006
-
4007
- #, fuzzy
4008
3847
  msgid "Red Hat CDN URL"
4009
- msgstr "उत्पादने"
3848
+ msgstr ""
4010
3849
 
4011
3850
  msgid "Red Hat Provider Details"
4012
3851
  msgstr ""
4013
3852
 
4014
- # translation auto-copied from project CFSE, version sam-1.2, document app
4015
3853
  msgid "Red Hat Repositories"
4016
- msgstr "Red Hat रेपॉजिटरिज्"
3854
+ msgstr ""
4017
3855
 
4018
- #, fuzzy
4019
3856
  msgid "Red Hat products cannot be manipulated."
4020
- msgstr "Red Hat प्रोव्हाडर नष्ट करणे अशक्य"
3857
+ msgstr ""
4021
3858
 
4022
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
4023
3859
  msgid "Red Hat provider can not be deleted"
4024
- msgstr "Red Hat प्रोव्हाडर नष्ट करणे अशक्य"
3860
+ msgstr ""
4025
3861
 
4026
- #, fuzzy
4027
3862
  msgid "Red Hat repositories cannot be manipulated."
4028
- msgstr "Red Hat प्रोव्हाडर नष्ट करणे अशक्य"
3863
+ msgstr ""
4029
3864
 
4030
3865
  msgid "Refresh"
4031
3866
  msgstr ""
4032
3867
 
4033
- #, fuzzy
4034
3868
  msgid "Refresh Manifest"
4035
- msgstr "रोल्स् नष्ट करा"
3869
+ msgstr ""
4036
3870
 
4037
3871
  msgid "Refresh previously imported manifest for Red Hat provider"
4038
3872
  msgstr ""
@@ -4082,32 +3916,29 @@ msgstr ""
4082
3916
  msgid "Remove Content"
4083
3917
  msgstr ""
4084
3918
 
4085
- #, fuzzy
4086
3919
  msgid "Remove Version"
4087
- msgstr "रोल्स् परवानगी वाचा"
3920
+ msgstr ""
4088
3921
 
4089
- #, fuzzy
4090
3922
  msgid "Remove Versions and Associations"
4091
- msgstr "संस्था वाचा"
3923
+ msgstr ""
4092
3924
 
4093
3925
  msgid "Remove a content view from an environment"
4094
3926
  msgstr ""
4095
3927
 
4096
- msgid "Remove a puppet module from the content view"
3928
+ msgid "Remove any `katello-ca-consumer` rpms before registration and run subscription-manager with `--force` argument."
4097
3929
  msgstr ""
4098
3930
 
4099
3931
  msgid "Remove components from the content view"
4100
3932
  msgstr ""
4101
3933
 
4102
- msgid "Remove content on one or more hosts"
3934
+ msgid "Remove content on one or more hosts using katello-agent. %s"
4103
3935
  msgstr ""
4104
3936
 
4105
3937
  msgid "Remove content view version"
4106
3938
  msgstr ""
4107
3939
 
4108
- #, fuzzy
4109
3940
  msgid "Remove from Environment"
4110
- msgstr "वातावरण वाचा"
3941
+ msgstr ""
4111
3942
 
4112
3943
  msgid "Remove hosts from the host collection"
4113
3944
  msgstr ""
@@ -4121,16 +3952,14 @@ msgstr ""
4121
3952
  msgid "Remove one or more subscriptions from an upstream subscription allocation"
4122
3953
  msgstr ""
4123
3954
 
4124
- #, fuzzy
4125
3955
  msgid "Remove package"
4126
- msgstr "संकुल '%s' काढून टाकले"
3956
+ msgstr ""
4127
3957
 
4128
3958
  msgid "Remove package for %s"
4129
3959
  msgstr ""
4130
3960
 
4131
- #, fuzzy
4132
3961
  msgid "Remove package group"
4133
- msgstr "संकुल गट '%s' काढून टाकले"
3962
+ msgstr ""
4134
3963
 
4135
3964
  msgid "Remove package group via Katello interface"
4136
3965
  msgstr ""
@@ -4153,27 +3982,23 @@ msgstr ""
4153
3982
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
4154
3983
  msgstr ""
4155
3984
 
4156
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
4157
3985
  msgid "Removing Package Group..."
4158
- msgstr "संकुल गट काढून टाकत आहे..."
3986
+ msgstr ""
4159
3987
 
4160
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
4161
3988
  msgid "Removing Package..."
4162
- msgstr "संकुल काढून टाकत आहे..."
3989
+ msgstr ""
4163
3990
 
4164
3991
  msgid "Repo Type"
4165
3992
  msgstr ""
4166
3993
 
4167
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author sandeeps
4168
3994
  msgid "Repositories"
4169
- msgstr "रेपॉजिटरिज्"
3995
+ msgstr ""
4170
3996
 
4171
3997
  msgid "Repositories from published Content Views are not allowed."
4172
3998
  msgstr ""
4173
3999
 
4174
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
4175
4000
  msgid "Repository"
4176
- msgstr "रेपॉजिटरि"
4001
+ msgstr ""
4177
4002
 
4178
4003
  msgid "Repository %s cannot be deleted since it has already been included in a published Content View."
4179
4004
  msgstr ""
@@ -4193,16 +4018,14 @@ msgstr ""
4193
4018
  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."
4194
4019
  msgstr ""
4195
4020
 
4196
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
4197
4021
  msgid "Repository cannot be disabled since it has already been promoted."
4198
- msgstr "रेपॉजिटरिला आधिपासूनच प्रमोट केल्यामुळे त्यास बंद करणे अशक्य."
4022
+ msgstr ""
4199
4023
 
4200
4024
  msgid "Repository content type must be 'yum' to export."
4201
4025
  msgstr ""
4202
4026
 
4203
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
4204
4027
  msgid "Repository has already been cloned to %{cv_name} in environment %{to_env}"
4205
- msgstr "रेपॉजिटरिला आधीपासूनच %{cv_name} करिता क्लोन केले आहे, वातावरण %{to_env} मध्ये"
4028
+ msgstr ""
4206
4029
 
4207
4030
  msgid "Repository id"
4208
4031
  msgstr ""
@@ -4216,16 +4039,14 @@ msgstr ""
4216
4039
  msgid "Repository metadata publish"
4217
4040
  msgstr ""
4218
4041
 
4219
- #, fuzzy
4220
4042
  msgid "Repository not found"
4221
- msgstr "रेपॉजिटरिज्"
4043
+ msgstr ""
4222
4044
 
4223
4045
  msgid "Repository set name to search on"
4224
4046
  msgstr ""
4225
4047
 
4226
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
4227
4048
  msgid "Repository sets are not available for custom products."
4228
- msgstr "पसंतीच्या उत्पादनांकरिता रेपॉजिटरि संच लागू होत नाही."
4049
+ msgstr ""
4229
4050
 
4230
4051
  msgid "Republish Repositories of %{name} %{version}"
4231
4052
  msgstr ""
@@ -4236,9 +4057,6 @@ msgstr ""
4236
4057
  msgid "Requires Virt-Who"
4237
4058
  msgstr ""
4238
4059
 
4239
- msgid "Reset Puppet Environment"
4240
- msgstr ""
4241
-
4242
4060
  msgid "Resolve Traces"
4243
4061
  msgstr ""
4244
4062
 
@@ -4246,7 +4064,7 @@ msgid "Resolve traces for one or more hosts"
4246
4064
  msgstr ""
4247
4065
 
4248
4066
  msgid "Resource"
4249
- msgstr ""
4067
+ msgstr "स्रोत"
4250
4068
 
4251
4069
  msgid "Restart Services via Katello interface"
4252
4070
  msgstr ""
@@ -4254,9 +4072,8 @@ msgstr ""
4254
4072
  msgid "Restrict Composite Content View promotion"
4255
4073
  msgstr ""
4256
4074
 
4257
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author sandeeps
4258
4075
  msgid "Result"
4259
- msgstr "परिणाम"
4076
+ msgstr ""
4260
4077
 
4261
4078
  msgid "Retrieve a single errata for a host"
4262
4079
  msgstr ""
@@ -4318,18 +4135,23 @@ msgstr ""
4318
4135
  msgid "Return the content of a repo gpg key, used directly by yum"
4319
4136
  msgstr ""
4320
4137
 
4321
- msgid "Role"
4138
+ msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
4322
4139
  msgstr ""
4323
4140
 
4141
+ msgid "Role"
4142
+ msgstr "रोल"
4143
+
4324
4144
  msgid "Role of host"
4325
4145
  msgstr ""
4326
4146
 
4147
+ msgid "Roles"
4148
+ msgstr "रोल्स्"
4149
+
4327
4150
  msgid "Run Sync Plan:"
4328
4151
  msgstr ""
4329
4152
 
4330
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys
4331
4153
  msgid "Running"
4332
- msgstr "चालवत आहे"
4154
+ msgstr ""
4333
4155
 
4334
4156
  msgid "SKU"
4335
4157
  msgstr ""
@@ -4344,13 +4166,13 @@ msgid "SUBSCRIPTIONS EXPIRING SOON"
4344
4166
  msgstr ""
4345
4167
 
4346
4168
  msgid "Save"
4347
- msgstr ""
4169
+ msgstr "साठवा"
4348
4170
 
4349
- msgid "Schedule errata for installation"
4171
+ msgid "Schedule errata for installation using katello-agent. %s"
4350
4172
  msgstr ""
4351
4173
 
4352
4174
  msgid "Search"
4353
- msgstr ""
4175
+ msgstr "शोध"
4354
4176
 
4355
4177
  msgid "Search pattern (defaults to '*')"
4356
4178
  msgstr ""
@@ -4367,9 +4189,8 @@ msgstr ""
4367
4189
  msgid "Search string for hosts to perform an action on"
4368
4190
  msgstr ""
4369
4191
 
4370
- # translation auto-copied from project CFSE, version sam-1.2, document app
4371
4192
  msgid "Security"
4372
- msgstr "सुरक्षा"
4193
+ msgstr ""
4373
4194
 
4374
4195
  msgid "Security errata applicable"
4375
4196
  msgstr ""
@@ -4380,20 +4201,17 @@ msgstr ""
4380
4201
  msgid "Select"
4381
4202
  msgstr ""
4382
4203
 
4383
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author sandeeps
4384
4204
  msgid "Select All"
4385
4205
  msgstr "सर्व नीवडा"
4386
4206
 
4387
- #, fuzzy
4388
4207
  msgid "Select Content View"
4389
- msgstr "कंटेंट"
4208
+ msgstr ""
4390
4209
 
4391
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
4392
4210
  msgid "Select None"
4393
- msgstr "काहिच नीवडू नका"
4211
+ msgstr ""
4394
4212
 
4395
4213
  msgid "Select Organization"
4396
- msgstr ""
4214
+ msgstr "संस्था नीवडा"
4397
4215
 
4398
4216
  msgid "Select Value"
4399
4217
  msgstr ""
@@ -4401,10 +4219,8 @@ msgstr ""
4401
4219
  msgid "Select all rows"
4402
4220
  msgstr ""
4403
4221
 
4404
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author sandeeps
4405
- #, fuzzy
4406
4222
  msgid "Select an Organization"
4407
- msgstr "संस्था नीवडा"
4223
+ msgstr ""
4408
4224
 
4409
4225
  msgid "Select an organization"
4410
4226
  msgstr ""
@@ -4421,9 +4237,8 @@ msgstr ""
4421
4237
  msgid "Service Level"
4422
4238
  msgstr ""
4423
4239
 
4424
- # translation auto-copied from project CFSE, version sam-1.2, document app
4425
4240
  msgid "Service Level %s"
4426
- msgstr "सर्व्हिस स्तर %s"
4241
+ msgstr ""
4427
4242
 
4428
4243
  msgid "Service Level (SLA)"
4429
4244
  msgstr ""
@@ -4452,15 +4267,11 @@ msgstr ""
4452
4267
  msgid "Sets whether the Host will autoheal subscriptions upon checkin"
4453
4268
  msgstr ""
4454
4269
 
4455
- msgid "Setting 'default_location_puppet_content' is not set to a valid location."
4456
- msgstr ""
4457
-
4458
4270
  msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
4459
4271
  msgstr ""
4460
4272
 
4461
- # translation auto-copied from project CFSE, version sam-1.2, document app
4462
4273
  msgid "Severity"
4463
- msgstr "तीव्रता"
4274
+ msgstr ""
4464
4275
 
4465
4276
  msgid "Show :a_resource"
4466
4277
  msgstr ""
@@ -4474,9 +4285,6 @@ msgstr ""
4474
4285
  msgid "Show a content view component"
4475
4286
  msgstr ""
4476
4287
 
4477
- msgid "Show a content view puppet module"
4478
- msgstr ""
4479
-
4480
4288
  msgid "Show a content view's history"
4481
4289
  msgstr ""
4482
4290
 
@@ -4552,9 +4360,8 @@ msgstr ""
4552
4360
  msgid "Smart proxy IDs"
4553
4361
  msgstr ""
4554
4362
 
4555
- # translation auto-copied from project CFSE, version sam-1.2, document app
4556
4363
  msgid "Sockets: %s"
4557
- msgstr "सॉकेट्स्: %s"
4364
+ msgstr ""
4558
4365
 
4559
4366
  msgid "Solve Dependencies"
4560
4367
  msgstr ""
@@ -4568,10 +4375,28 @@ msgstr ""
4568
4375
  msgid "Some of your inputs contain errors. Please update them and save your changes again."
4569
4376
  msgstr ""
4570
4377
 
4571
- msgid "Something went wrong while retrieving the content view filters! ${error}"
4378
+ msgid "Some services are not properly started. See the About page for more information."
4572
4379
  msgstr ""
4573
4380
 
4574
- msgid "Something went wrong while retrieving the repository types! ${error}"
4381
+ msgid "Something went wrong while retrieving the content view components! ${getResponseErrorMsgs(error.response)}"
4382
+ msgstr ""
4383
+
4384
+ msgid "Something went wrong while retrieving the content view filter rules! ${getResponseErrorMsgs(error.response)}"
4385
+ msgstr ""
4386
+
4387
+ msgid "Something went wrong while retrieving the content view filter! ${getResponseErrorMsgs(error.response)}"
4388
+ msgstr ""
4389
+
4390
+ msgid "Something went wrong while retrieving the content view filters! ${getResponseErrorMsgs(error.response)}"
4391
+ msgstr ""
4392
+
4393
+ msgid "Something went wrong while retrieving the content view history! ${getResponseErrorMsgs(error.response)}"
4394
+ msgstr ""
4395
+
4396
+ msgid "Something went wrong while retrieving the content view versions! ${getResponseErrorMsgs(error.response)}"
4397
+ msgstr ""
4398
+
4399
+ msgid "Something went wrong while retrieving the repository types! ${getResponseErrorMsgs(error.response)}"
4575
4400
  msgstr ""
4576
4401
 
4577
4402
  msgid "Sort field and order, eg. 'id DESC'"
@@ -4589,27 +4414,23 @@ msgstr ""
4589
4414
  msgid "Stacking ID"
4590
4415
  msgstr ""
4591
4416
 
4592
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys
4593
4417
  msgid "Start Date"
4594
- msgstr "प्रारंभ दिनांक"
4418
+ msgstr ""
4595
4419
 
4596
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
4597
4420
  msgid "Start Date and Time can't be blank"
4598
- msgstr "सुरवात दिनांक व वेळ रिकामे असणे अशक्य"
4421
+ msgstr ""
4599
4422
 
4600
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author sandeeps
4601
4423
  msgid "Start Time"
4602
- msgstr "प्रारंभ वेळ"
4424
+ msgstr ""
4603
4425
 
4604
4426
  msgid "Starts"
4605
4427
  msgstr ""
4606
4428
 
4607
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys
4608
4429
  msgid "Status"
4609
4430
  msgstr "स्थिती"
4610
4431
 
4611
4432
  msgid "Storage"
4612
- msgstr ""
4433
+ msgstr "स्टोरेज"
4613
4434
 
4614
4435
  msgid "Stream"
4615
4436
  msgstr ""
@@ -4623,9 +4444,8 @@ msgstr ""
4623
4444
  msgid "Subnet IDs"
4624
4445
  msgstr ""
4625
4446
 
4626
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys
4627
4447
  msgid "Subscription"
4628
- msgstr "सबस्क्रिप्शन"
4448
+ msgstr ""
4629
4449
 
4630
4450
  msgid "Subscription Allocation"
4631
4451
  msgstr ""
@@ -4696,14 +4516,12 @@ msgstr ""
4696
4516
  msgid "Subscriptions have been saved and are being updated. "
4697
4517
  msgstr ""
4698
4518
 
4699
- #, fuzzy
4700
4519
  msgid "Subscriptions information based on selected activation keys:"
4701
- msgstr "ॲक्टिवेशन कि '%s' करीता सबस्क्रिप्शन्स् यशस्वीरित्या समाविष्ट केले."
4520
+ msgstr ""
4702
4521
 
4703
4522
  msgid "Substitution Mismatch. Unable to update for content: (%{content}). From [%{content_url}] To [%{new_url}]."
4704
4523
  msgstr ""
4705
4524
 
4706
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author sandeeps
4707
4525
  msgid "Success"
4708
4526
  msgstr "यशस्वी"
4709
4527
 
@@ -4728,9 +4546,8 @@ msgstr ""
4728
4546
  msgid "Successfully synchronized."
4729
4547
  msgstr ""
4730
4548
 
4731
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
4732
4549
  msgid "Summary"
4733
- msgstr "सारांश"
4550
+ msgstr ""
4734
4551
 
4735
4552
  msgid "Support Type"
4736
4553
  msgstr ""
@@ -4738,21 +4555,20 @@ msgstr ""
4738
4555
  msgid "Supported Content Types"
4739
4556
  msgstr ""
4740
4557
 
4741
- # translation auto-copied from project CFSE, version sam-1.2, document app
4742
4558
  msgid "Sync Canceled"
4743
- msgstr "सिंक रद्द केले"
4559
+ msgstr ""
4560
+
4561
+ msgid "Sync Connection Timeout"
4562
+ msgstr ""
4744
4563
 
4745
4564
  msgid "Sync Content View on Smart Proxy(ies)"
4746
4565
  msgstr ""
4747
4566
 
4748
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
4749
- #, fuzzy
4750
4567
  msgid "Sync Incomplete"
4751
- msgstr "सिंक पूर्ण."
4568
+ msgstr ""
4752
4569
 
4753
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
4754
4570
  msgid "Sync Overview"
4755
- msgstr "सिंक पुनरावलोकन"
4571
+ msgstr ""
4756
4572
 
4757
4573
  msgid "Sync Plan"
4758
4574
  msgstr ""
@@ -4760,9 +4576,8 @@ msgstr ""
4760
4576
  msgid "Sync Plan: "
4761
4577
  msgstr ""
4762
4578
 
4763
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
4764
4579
  msgid "Sync Plans"
4765
- msgstr "सिंक प्लॅन्स्"
4580
+ msgstr ""
4766
4581
 
4767
4582
  msgid "Sync Repository on Smart Proxy(ies)"
4768
4583
  msgstr ""
@@ -4770,9 +4585,8 @@ msgstr ""
4770
4585
  msgid "Sync Smart Proxies after Content View promotion"
4771
4586
  msgstr ""
4772
4587
 
4773
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
4774
4588
  msgid "Sync Status"
4775
- msgstr "सिंक स्थिती"
4589
+ msgstr ""
4776
4590
 
4777
4591
  msgid "Sync Summary"
4778
4592
  msgstr ""
@@ -4789,9 +4603,8 @@ msgstr ""
4789
4603
  msgid "Sync capsule"
4790
4604
  msgstr ""
4791
4605
 
4792
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
4793
4606
  msgid "Sync complete."
4794
- msgstr "सिंक पूर्ण."
4607
+ msgstr ""
4795
4608
 
4796
4609
  msgid "Sync errata"
4797
4610
  msgstr ""
@@ -4811,13 +4624,11 @@ msgstr ""
4811
4624
  msgid "Synced to smart proxy"
4812
4625
  msgstr ""
4813
4626
 
4814
- #, fuzzy
4815
4627
  msgid "Synchronize"
4816
- msgstr "सिंक्रोनाइजेशन"
4628
+ msgstr ""
4817
4629
 
4818
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
4819
4630
  msgid "Synchronize Now"
4820
- msgstr "आत्ता समजुळवणी करा"
4631
+ msgstr ""
4821
4632
 
4822
4633
  msgid "Synchronize capsule content"
4823
4634
  msgstr ""
@@ -4837,14 +4648,15 @@ msgstr ""
4837
4648
  msgid "Synchronize: Validate Content"
4838
4649
  msgstr ""
4839
4650
 
4840
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
4841
- #, fuzzy
4842
4651
  msgid "Syncing Complete."
4843
- msgstr "सिंक पूर्ण."
4652
+ msgstr ""
4844
4653
 
4845
4654
  msgid "System Purpose"
4846
4655
  msgstr ""
4847
4656
 
4657
+ msgid "System Status"
4658
+ msgstr ""
4659
+
4848
4660
  msgid "Tags"
4849
4661
  msgstr ""
4850
4662
 
@@ -4863,29 +4675,29 @@ msgstr ""
4863
4675
  msgid "Temporary"
4864
4676
  msgstr ""
4865
4677
 
4866
- # translation auto-copied from project CFSE, version sam-1.2, document app
4867
4678
  msgid "The '%s' environment cannot contain a changeset!"
4868
- msgstr "'%s' वातावरणात चेंजसेट समाविष्टीत असणे अशक्य!"
4679
+ msgstr ""
4869
4680
 
4870
4681
  msgid "The Subscription Allocation providing the imported manifest has been removed. Please create a new Subscription Allocation and import the new manifest."
4871
4682
  msgstr ""
4872
4683
 
4684
+ msgid "The URL to receive a session token from, e.g. used with Automation Hub."
4685
+ msgstr ""
4686
+
4873
4687
  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."
4874
4688
  msgstr ""
4875
4689
 
4876
4690
  msgid "The actual file contents"
4877
4691
  msgstr ""
4878
4692
 
4879
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
4880
4693
  msgid "The current organization cannot be deleted. Please switch to a different organization before deleting."
4881
- msgstr "सध्याची संस्था नष्ट करणे अशक्य. कृपया नष्ट करण्यापूर्वी वेगळ्या संस्थेचा वापर करा."
4694
+ msgstr ""
4882
4695
 
4883
4696
  msgid "The default content view cannot be edited, published, or deleted."
4884
4697
  msgstr ""
4885
4698
 
4886
- #, fuzzy
4887
4699
  msgid "The default content view cannot be promoted"
4888
- msgstr "टेम्पलेटला एकस्पोर्ट करणे अशक्य"
4700
+ msgstr ""
4889
4701
 
4890
4702
  msgid "The default dependency solving value for new Content Views."
4891
4703
  msgstr ""
@@ -4902,6 +4714,12 @@ msgstr ""
4902
4714
  msgid "The email notification will include subscriptions expiring in this number of days or fewer."
4903
4715
  msgstr ""
4904
4716
 
4717
+ msgid "The environment %{name} is in use by %{count} Host Group(s) including %{names}"
4718
+ msgstr ""
4719
+
4720
+ msgid "The environment %{name} is in use by %{count} Host(s) including %{names}"
4721
+ msgstr ""
4722
+
4905
4723
  msgid "The erratum filter rule end date is in an invalid format or type."
4906
4724
  msgstr ""
4907
4725
 
@@ -4925,6 +4743,11 @@ msgid ""
4925
4743
  " %{repos}"
4926
4744
  msgstr ""
4927
4745
 
4746
+ msgid ""
4747
+ "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"
4748
+ " %{repos}"
4749
+ msgstr ""
4750
+
4928
4751
  msgid "The id of the host to alter"
4929
4752
  msgstr ""
4930
4753
 
@@ -4937,6 +4760,9 @@ msgstr ""
4937
4760
  msgid "The number of days remaining in a subscription before you will be reminded about renewing it."
4938
4761
  msgstr ""
4939
4762
 
4763
+ msgid "The number of items fetched from a single paged Pulp API call."
4764
+ msgstr ""
4765
+
4940
4766
  msgid "The offset in the file where the content starts"
4941
4767
  msgstr ""
4942
4768
 
@@ -4958,15 +4784,8 @@ msgstr ""
4958
4784
  msgid "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts."
4959
4785
  msgstr ""
4960
4786
 
4961
- msgid "The puppet environment %{name} is in use by %{count} Host Group(s) including %{names}"
4962
- msgstr ""
4963
-
4964
- msgid "The puppet environment %{name} is in use by %{count} Host(s) including %{names}"
4965
- msgstr ""
4966
-
4967
- #, fuzzy
4968
4787
  msgid "The repository is already enabled"
4969
- msgstr "रेपॉजिटरि '%s' सुरू केले."
4788
+ msgstr ""
4970
4789
 
4971
4790
  msgid "The request did not contain any repository information."
4972
4791
  msgstr ""
@@ -4980,9 +4799,6 @@ msgstr ""
4980
4799
  msgid "The requested traces were not found for this host"
4981
4800
  msgstr ""
4982
4801
 
4983
- msgid "The selected content source and lifecycle environment do not match"
4984
- msgstr ""
4985
-
4986
4802
  msgid ""
4987
4803
  "The selected kickstart repository is not part of the assigned content view, lifecycle environment,\n"
4988
4804
  " content source, operating system, and architecture"
@@ -5000,6 +4816,9 @@ msgstr ""
5000
4816
  msgid "The synchronization of \"%s\" has completed. Below is a summary of new errata."
5001
4817
  msgstr ""
5002
4818
 
4819
+ msgid "The token key to use for authentication."
4820
+ msgstr ""
4821
+
5003
4822
  msgid "The type of content. The following types are supported: 'package' and 'package_group."
5004
4823
  msgstr ""
5005
4824
 
@@ -5015,14 +4834,10 @@ msgstr ""
5015
4834
  msgid "There are no errata that need to be applied to registered content hosts."
5016
4835
  msgstr ""
5017
4836
 
5018
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
5019
4837
  msgid "There are no products or repositories enabled. Try enabling via %{custom} or %{redhat}."
5020
- msgstr "उत्पादने किंवा रेपॉजिटरिज समर्थीत नाही. %{custom} किंवा %{redhat} तर्फे सुरू करण्याचा प्रयत्न करा."
5021
-
5022
- 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."
5023
4838
  msgstr ""
5024
4839
 
5025
- msgid "There is already a module named \"%{value}\" in this content view."
4840
+ 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."
5026
4841
  msgstr ""
5027
4842
 
5028
4843
  msgid "There is no Manifest History to display."
@@ -5055,15 +4870,12 @@ msgstr ""
5055
4870
  msgid "This action doesn't support package groups"
5056
4871
  msgstr ""
5057
4872
 
5058
- msgid "This action will become available after the Pulp 3 content migration"
4873
+ msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
5059
4874
  msgstr ""
5060
4875
 
5061
4876
  msgid "This certificate allows a user to view the repositories in any environment from a browser."
5062
4877
  msgstr ""
5063
4878
 
5064
- msgid "This content view has on demand repositories that cannot be exported: %{repos}"
5065
- msgstr ""
5066
-
5067
4879
  msgid "This content view version doesn't have a history."
5068
4880
  msgstr ""
5069
4881
 
@@ -5127,17 +4939,16 @@ msgstr ""
5127
4939
  msgid "Timestamp"
5128
4940
  msgstr ""
5129
4941
 
5130
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author sandeeps
5131
4942
  msgid "Title"
5132
- msgstr "शीर्षक"
4943
+ msgstr ""
5133
4944
 
5134
4945
  msgid "Toggling Simple Content Access will refresh your manifest."
5135
4946
  msgstr ""
5136
4947
 
5137
- msgid "Total module count: %s."
4948
+ msgid "Total steps: "
5138
4949
  msgstr ""
5139
4950
 
5140
- msgid "Total steps: "
4951
+ msgid "Total timeout in seconds for connections when syncing"
5141
4952
  msgstr ""
5142
4953
 
5143
4954
  msgid "Tracer profile uploaded successfully"
@@ -5168,7 +4979,7 @@ msgid "Type of content: \"cert\", \"gpg_key\""
5168
4979
  msgstr ""
5169
4980
 
5170
4981
  msgid "UUID"
5171
- msgstr ""
4982
+ msgstr "UUID"
5172
4983
 
5173
4984
  msgid "UUID of the consumer"
5174
4985
  msgstr ""
@@ -5200,13 +5011,13 @@ msgstr ""
5200
5011
  msgid "Unable to export. 'pulp_export_destination' setting is not a writable directory."
5201
5012
  msgstr ""
5202
5013
 
5203
- msgid "Unable to export. 'pulpcore_export_destination' setting is not set to a valid directory."
5014
+ msgid "Unable to find product '%s' in organization '%s'"
5204
5015
  msgstr ""
5205
5016
 
5206
- msgid "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment."
5017
+ msgid "Unable to get users"
5207
5018
  msgstr ""
5208
5019
 
5209
- msgid "Unable to perform unauthenticated repository list operation"
5020
+ msgid "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment."
5210
5021
  msgstr ""
5211
5022
 
5212
5023
  msgid "Unable to reassign activation_keys. Please check activation_key_content_view_id and activation_key_environment_id."
@@ -5230,6 +5041,12 @@ msgstr ""
5230
5041
  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."
5231
5042
  msgstr ""
5232
5043
 
5044
+ msgid "Unable to update the repository list"
5045
+ msgstr ""
5046
+
5047
+ msgid "Unable to update the user-repository mapping"
5048
+ msgstr ""
5049
+
5233
5050
  msgid "Unapplied Errata"
5234
5051
  msgstr ""
5235
5052
 
@@ -5245,10 +5062,9 @@ msgstr ""
5245
5062
  msgid "Unfiltered params array: %s."
5246
5063
  msgstr ""
5247
5064
 
5248
- msgid "Uninstall packages remotely"
5065
+ msgid "Uninstall packages remotely using katello-agent. %s"
5249
5066
  msgstr ""
5250
5067
 
5251
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman
5252
5068
  msgid "Unknown"
5253
5069
  msgstr "अपरिचीत"
5254
5070
 
@@ -5285,14 +5101,12 @@ msgstr ""
5285
5101
  msgid "Unsubscribed hypervisor"
5286
5102
  msgstr ""
5287
5103
 
5288
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
5289
5104
  msgid "Unsupported URL protocol %s."
5290
- msgstr "असमर्थीत URL प्रोटोकॉल %s."
5105
+ msgstr ""
5291
5106
 
5292
5107
  msgid "Unsupported event type %{type}. Supported: %{types}"
5293
5108
  msgstr ""
5294
5109
 
5295
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman
5296
5110
  msgid "Update"
5297
5111
  msgstr "सुधारणा"
5298
5112
 
@@ -5323,9 +5137,6 @@ msgstr ""
5323
5137
  msgid "Update a host collection"
5324
5138
  msgstr ""
5325
5139
 
5326
- msgid "Update a puppet module associated with the content view"
5327
- msgstr ""
5328
-
5329
5140
  msgid "Update a repository"
5330
5141
  msgstr ""
5331
5142
 
@@ -5341,7 +5152,7 @@ msgstr ""
5341
5152
  msgid "Update an environment in an organization"
5342
5153
  msgstr ""
5343
5154
 
5344
- msgid "Update content on one or more hosts"
5155
+ msgid "Update content on one or more hosts using katello-agent. %s"
5345
5156
  msgstr ""
5346
5157
 
5347
5158
  msgid "Update content urls"
@@ -5383,7 +5194,7 @@ msgstr ""
5383
5194
  msgid "Update package via Katello interface"
5384
5195
  msgstr ""
5385
5196
 
5386
- msgid "Update packages remotely"
5197
+ msgid "Update packages remotely using katello-agent. %s"
5387
5198
  msgstr ""
5388
5199
 
5389
5200
  msgid "Update redhat repository"
@@ -5408,7 +5219,7 @@ msgid "Update the quantity of one or more subscriptions on an upstream allocatio
5408
5219
  msgstr ""
5409
5220
 
5410
5221
  msgid "Updated"
5411
- msgstr ""
5222
+ msgstr "सुधारित केले"
5412
5223
 
5413
5224
  msgid "Updates"
5414
5225
  msgstr ""
@@ -5419,9 +5230,8 @@ msgstr ""
5419
5230
  msgid "Updates all packages on the host(s)"
5420
5231
  msgstr ""
5421
5232
 
5422
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
5423
5233
  msgid "Updating Package..."
5424
- msgstr "संकुल सुधारित करत आहे..."
5234
+ msgstr ""
5425
5235
 
5426
5236
  msgid "Updating System Purpose for host"
5427
5237
  msgstr ""
@@ -5429,9 +5239,8 @@ msgstr ""
5429
5239
  msgid "Updating System Purpose for host %s"
5430
5240
  msgstr ""
5431
5241
 
5432
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
5433
5242
  msgid "Updating package group..."
5434
- msgstr "संकुल गट सुधारित करत आहे..."
5243
+ msgstr ""
5435
5244
 
5436
5245
  msgid "Updating repository authentication configuration"
5437
5246
  msgstr ""
@@ -5454,10 +5263,8 @@ msgstr ""
5454
5263
  msgid "Upload errata into"
5455
5264
  msgstr ""
5456
5265
 
5457
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
5458
- #, fuzzy
5459
5266
  msgid "Upload into"
5460
- msgstr "सुधारित करत आहे"
5267
+ msgstr ""
5461
5268
 
5462
5269
  msgid "Upload request id"
5463
5270
  msgstr ""
@@ -5492,6 +5299,9 @@ msgstr ""
5492
5299
  msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
5493
5300
  msgstr ""
5494
5301
 
5302
+ msgid "User"
5303
+ msgstr "वापरकर्ता"
5304
+
5495
5305
  msgid "User '%s' did not specify an organization ID and does not have a default organization."
5496
5306
  msgstr ""
5497
5307
 
@@ -5526,20 +5336,22 @@ msgid "Verify checksum of repository contents"
5526
5336
  msgstr ""
5527
5337
 
5528
5338
  msgid "Version"
5529
- msgstr ""
5339
+ msgstr "आवृत्ती"
5530
5340
 
5531
5341
  msgid "Versions"
5532
5342
  msgstr ""
5533
5343
 
5534
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
5344
+ msgid "Versions will appear here when the content view is published."
5345
+ msgstr ""
5346
+
5535
5347
  msgid "View %{view} has not been promoted to %{env}"
5536
- msgstr "दृष्य %{view} यास %{env} करिता प्रमोट केले नाही"
5348
+ msgstr ""
5537
5349
 
5538
5350
  msgid "View a report of the affected hosts"
5539
5351
  msgstr ""
5540
5352
 
5541
5353
  msgid "Virtual"
5542
- msgstr "वर्चुअल"
5354
+ msgstr ""
5543
5355
 
5544
5356
  msgid "When Simple Content Access is enabled, hosts are not required to have subscriptions attached to access repositories."
5545
5357
  msgstr ""
@@ -5601,13 +5413,11 @@ msgstr ""
5601
5413
  msgid "You cannot have more than %{max_hosts} host(s) associated with host collection '%{host_collection}'."
5602
5414
  msgstr ""
5603
5415
 
5604
- #, fuzzy
5605
5416
  msgid "You cannot set an organization's parent. This feature is disabled."
5606
- msgstr "वापरकर्ता %s करीता पूर्वनिर्धारित संस्था व वातावरण ठरवले नाही."
5417
+ msgstr ""
5607
5418
 
5608
- #, fuzzy
5609
5419
  msgid "You cannot set an organization's parent_id. This feature is disabled."
5610
- msgstr "वापरकर्ता %s करीता पूर्वनिर्धारित संस्था व वातावरण ठरवले नाही."
5420
+ msgstr ""
5611
5421
 
5612
5422
  msgid "You currently don't have any Content Views."
5613
5423
  msgstr ""
@@ -5615,9 +5425,15 @@ msgstr ""
5615
5425
  msgid "You currently don't have any filters for this content view."
5616
5426
  msgstr ""
5617
5427
 
5428
+ msgid "You currently don't have any history for this content view."
5429
+ msgstr ""
5430
+
5618
5431
  msgid "You currently don't have any repositories to add to this content view."
5619
5432
  msgstr ""
5620
5433
 
5434
+ msgid "You currently don't have any versions for this content view."
5435
+ msgstr ""
5436
+
5621
5437
  msgid "You do not have permissions to delete %s"
5622
5438
  msgstr ""
5623
5439
 
@@ -5666,18 +5482,16 @@ msgstr ""
5666
5482
  msgid "a file"
5667
5483
  msgstr ""
5668
5484
 
5485
+ msgid "a future release"
5486
+ msgstr ""
5487
+
5669
5488
  msgid "a module stream"
5670
5489
  msgstr ""
5671
5490
 
5672
- #, fuzzy
5673
5491
  msgid "a package"
5674
- msgstr "सर्व संकुले"
5492
+ msgstr ""
5675
5493
 
5676
- #, fuzzy
5677
5494
  msgid "a package group"
5678
- msgstr "संकुल गट प्रतिष्ठापीत करत आहे..."
5679
-
5680
- msgid "a puppet module"
5681
5495
  msgstr ""
5682
5496
 
5683
5497
  msgid "actions not found"
@@ -5689,9 +5503,8 @@ msgstr ""
5689
5503
  msgid "activation key name to filter by"
5690
5504
  msgstr ""
5691
5505
 
5692
- #, fuzzy
5693
5506
  msgid "activation keys"
5694
- msgstr "ॲक्टिवेशन किज्"
5507
+ msgstr ""
5695
5508
 
5696
5509
  msgid "add all module streams without errata to the included/excluded list. (module stream filter only)"
5697
5510
  msgstr ""
@@ -5700,34 +5513,31 @@ msgid "add all packages without errata to the included/excluded list. (package f
5700
5513
  msgstr ""
5701
5514
 
5702
5515
  msgid "all packages"
5703
- msgstr "सर्व संकुले"
5516
+ msgstr ""
5704
5517
 
5705
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
5706
5518
  msgid "all packages update"
5707
- msgstr "सर्व संकुलांची सुधारणा"
5519
+ msgstr ""
5708
5520
 
5709
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
5710
5521
  msgid "all packages update failed"
5711
- msgstr "सर्व संकुलांची सुधारणा अपयशी झाली"
5522
+ msgstr ""
5712
5523
 
5713
5524
  msgid "allow unauthenticed pull of container images"
5714
5525
  msgstr ""
5715
5526
 
5716
- #, fuzzy
5527
+ msgid "already belongs to the content view"
5528
+ msgstr ""
5529
+
5717
5530
  msgid "already taken"
5718
- msgstr "आधिपासूनच टेम्पलेटमध्ये समाविष्टीत आहे"
5531
+ msgstr ""
5719
5532
 
5720
5533
  msgid "an ansible collection"
5721
5534
  msgstr ""
5722
5535
 
5723
- #, fuzzy
5724
5536
  msgid "an erratum"
5725
- msgstr "एराटम प्रतिष्ठापीत करत आहे..."
5537
+ msgstr ""
5726
5538
 
5727
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman
5728
- #, fuzzy
5729
5539
  msgid "an organization"
5730
- msgstr "संस्था"
5540
+ msgstr ""
5731
5541
 
5732
5542
  msgid "an ostree branch"
5733
5543
  msgstr ""
@@ -5738,9 +5548,6 @@ msgstr ""
5738
5548
  msgid "attempted to sync without a feed URL"
5739
5549
  msgstr ""
5740
5550
 
5741
- msgid "author of the puppet module"
5742
- msgstr ""
5743
-
5744
5551
  msgid "auto attach subscriptions upon registration"
5745
5552
  msgstr ""
5746
5553
 
@@ -5750,43 +5557,35 @@ msgstr ""
5750
5557
  msgid "can the activation key have unlimited hosts"
5751
5558
  msgstr ""
5752
5559
 
5753
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
5754
5560
  msgid "can't be blank"
5755
- msgstr "रिकामे असणे अशक्य"
5561
+ msgstr ""
5756
5562
 
5757
5563
  msgid "cannot add filter to import-only view"
5758
5564
  msgstr ""
5759
5565
 
5760
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
5761
5566
  msgid "cannot be a binary file."
5762
- msgstr "बाइनरि फाइल असणे अशक्य."
5567
+ msgstr ""
5763
5568
 
5764
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
5765
5569
  msgid "cannot be blank"
5766
- msgstr "रिकामे असणे अशक्य"
5570
+ msgstr ""
5767
5571
 
5768
5572
  msgid "cannot be blank when Repository URL is provided."
5769
5573
  msgstr ""
5770
5574
 
5771
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
5772
- #, fuzzy
5773
5575
  msgid "cannot be changed."
5774
- msgstr "रिकामे असणे अशक्य"
5576
+ msgstr ""
5775
5577
 
5776
- #, fuzzy
5777
5578
  msgid "cannot be deleted if it has been promoted."
5778
- msgstr "रेपॉजिटरिला आधिपासूनच प्रमोट केल्यामुळे त्यास बंद करणे अशक्य."
5579
+ msgstr ""
5779
5580
 
5780
5581
  msgid "cannot be less than one"
5781
5582
  msgstr ""
5782
5583
 
5783
- #, fuzzy
5784
5584
  msgid "cannot be lower than current usage count (%s)"
5785
- msgstr "सध्याच्या वापर (%s) किंवा अमर्यादितपेक्षा जास्त पाहिजे"
5585
+ msgstr ""
5786
5586
 
5787
- #, fuzzy
5788
5587
  msgid "cannot be nil"
5789
- msgstr "रिकामे असणे अशक्य"
5588
+ msgstr ""
5790
5589
 
5791
5590
  msgid "cannot be set because unlimited hosts is set"
5792
5591
  msgstr ""
@@ -5797,23 +5596,20 @@ msgstr ""
5797
5596
  msgid "cannot be set for non-yum repositories."
5798
5597
  msgstr ""
5799
5598
 
5800
- # translation auto-copied from project CFSE, version sam-1.2, document app
5801
5599
  msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
5802
- msgstr "ascii अल्फा न्युमेरल्स्, '_', '-' व्यतिरिक्त इतर अक्षरे समाविष्टीत असणे अशक्य. "
5600
+ msgstr ""
5803
5601
 
5804
5602
  msgid "cannot contain commas"
5805
5603
  msgstr ""
5806
5604
 
5807
- #, fuzzy
5808
5605
  msgid "cannot contain filters if composite view"
5809
- msgstr "ASCII मूल्यांऐवजी इतर अक्षरे समाविष्ट करणे अशक्य"
5606
+ msgstr ""
5810
5607
 
5811
5608
  msgid "cannot contain filters whose repositories do not belong to this content view"
5812
5609
  msgstr ""
5813
5610
 
5814
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
5815
5611
  msgid "cannot contain more than %s characters"
5816
- msgstr "%s अक्षरांपेक्षा जास्त असणे अशक्य"
5612
+ msgstr ""
5817
5613
 
5818
5614
  msgid "checking Candlepin task status"
5819
5615
  msgstr ""
@@ -5821,15 +5617,6 @@ msgstr ""
5821
5617
  msgid "checking Pulp task status"
5822
5618
  msgstr ""
5823
5619
 
5824
- msgid "comma-separated list of architectures to be synced from deb-archive"
5825
- msgstr ""
5826
-
5827
- msgid "comma-separated list of releases to be synced from deb-archive"
5828
- msgstr ""
5829
-
5830
- msgid "comma-separated list of repo components to be synced from deb-archive"
5831
- msgstr ""
5832
-
5833
5620
  msgid "composite content view identifier"
5834
5621
  msgstr ""
5835
5622
 
@@ -5842,7 +5629,7 @@ msgstr ""
5842
5629
  msgid "content release version"
5843
5630
  msgstr ""
5844
5631
 
5845
- msgid "content type ('deb', 'docker_manifest', 'file', 'ostree', 'puppet_module', 'rpm', 'srpm')"
5632
+ msgid "content type ('deb', 'docker_manifest', 'file', 'ostree', 'rpm', 'srpm')"
5846
5633
  msgstr ""
5847
5634
 
5848
5635
  msgid "content view component ID. Identifier of the component association"
@@ -5869,13 +5656,11 @@ msgstr ""
5869
5656
  msgid "content view numeric identifier"
5870
5657
  msgstr ""
5871
5658
 
5872
- #, fuzzy
5873
5659
  msgid "content view publish"
5874
- msgstr "कंटेंट"
5660
+ msgstr ""
5875
5661
 
5876
- #, fuzzy
5877
5662
  msgid "content view refresh"
5878
- msgstr "कंटेंट"
5663
+ msgstr ""
5879
5664
 
5880
5665
  msgid "content view to reassign orphaned activation keys to"
5881
5666
  msgstr ""
@@ -5946,9 +5731,8 @@ msgstr ""
5946
5731
  msgid "environment to reassign orphaned systems to"
5947
5732
  msgstr ""
5948
5733
 
5949
- #, fuzzy
5950
5734
  msgid "environments"
5951
- msgstr "वातावरणे"
5735
+ msgstr ""
5952
5736
 
5953
5737
  msgid "errata_id of the content view filter rule"
5954
5738
  msgstr ""
@@ -6004,9 +5788,8 @@ msgstr ""
6004
5788
  msgid "foreman-tasks service not running or is not ready yet"
6005
5789
  msgstr ""
6006
5790
 
6007
- #, fuzzy
6008
5791
  msgid "has already been taken"
6009
- msgstr "वैधता अपयशी: लेबलचा आधिपासून झाला आहे"
5792
+ msgstr ""
6010
5793
 
6011
5794
  msgid "has already been taken for a product in this organization."
6012
5795
  msgstr ""
@@ -6053,27 +5836,23 @@ msgstr ""
6053
5836
  msgid "initiating Pulp task"
6054
5837
  msgstr ""
6055
5838
 
6056
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
6057
5839
  msgid "installing errata..."
6058
- msgstr "एराटा प्रतिष्ठापीत करत आहे..."
5840
+ msgstr ""
6059
5841
 
6060
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
6061
5842
  msgid "installing erratum..."
6062
- msgstr "एराटम प्रतिष्ठापीत करत आहे..."
5843
+ msgstr ""
6063
5844
 
6064
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
6065
5845
  msgid "installing package group..."
6066
- msgstr "संकुल गट प्रतिष्ठापीत करत आहे..."
5846
+ msgstr ""
6067
5847
 
6068
5848
  msgid "installing package groups..."
6069
- msgstr "संकुल गटे प्रतिष्ठापीत करत आहे..."
5849
+ msgstr ""
6070
5850
 
6071
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
6072
5851
  msgid "installing package..."
6073
- msgstr "संकुल प्रतिष्ठापीत करत आहे..."
5852
+ msgstr ""
6074
5853
 
6075
5854
  msgid "installing packages..."
6076
- msgstr "संकुले प्रतिष्ठापीत करत आहे..."
5855
+ msgstr ""
6077
5856
 
6078
5857
  msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
6079
5858
  msgstr ""
@@ -6087,7 +5866,6 @@ msgstr ""
6087
5866
  msgid "is already attached to the capsule"
6088
5867
  msgstr ""
6089
5868
 
6090
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author sandeeps
6091
5869
  msgid "is invalid"
6092
5870
  msgstr "अवैध आहे"
6093
5871
 
@@ -6127,15 +5905,9 @@ msgstr ""
6127
5905
  msgid "maximum size of each ISO in MB"
6128
5906
  msgstr ""
6129
5907
 
6130
- msgid "maximum size of each ISO in MB. Relevant only for Pulp 2 repositories"
6131
- msgstr ""
6132
-
6133
5908
  msgid "may not be less than the number of hosts associated with the host collection."
6134
5909
  msgstr ""
6135
5910
 
6136
- msgid "module name to restrict modules for"
6137
- msgstr ""
6138
-
6139
5911
  msgid "module stream ids"
6140
5912
  msgstr ""
6141
5913
 
@@ -6145,9 +5917,8 @@ msgstr ""
6145
5917
  msgid "must be %{gpg_key} or %{cert}"
6146
5918
  msgstr ""
6147
5919
 
6148
- # translation auto-copied from project CFSE, version sam-1.2, document app
6149
5920
  msgid "must be a positive integer value."
6150
- msgstr "पॉजिटिव्ह इंटिजर मूल्य पाहिजे."
5921
+ msgstr ""
6151
5922
 
6152
5923
  msgid "must be one of the following: %s"
6153
5924
  msgstr ""
@@ -6155,21 +5926,17 @@ msgstr ""
6155
5926
  msgid "must be one of: %s"
6156
5927
  msgstr ""
6157
5928
 
6158
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
6159
5929
  msgid "must be unique within one organization"
6160
- msgstr "एक संस्था अंतर्गत एकमेव असायला हवे"
5930
+ msgstr ""
6161
5931
 
6162
- # translation auto-copied from project CFSE, version sam-1.2, document app
6163
5932
  msgid "must contain '%s'"
6164
- msgstr "'%s' समाविष्टीत असणे आवश्यक"
5933
+ msgstr ""
6165
5934
 
6166
- #, fuzzy
6167
5935
  msgid "must contain GPG Key"
6168
- msgstr "'%s' समाविष्टीत असणे आवश्यक"
5936
+ msgstr ""
6169
5937
 
6170
- # translation auto-copied from project CFSE, version sam-1.2, document app
6171
5938
  msgid "must contain at least %s character"
6172
- msgstr "किमान %s अक्षर समाविष्टीत पाहिजे"
5939
+ msgstr ""
6173
5940
 
6174
5941
  msgid "must contain valid Public GPG Key"
6175
5942
  msgstr ""
@@ -6177,9 +5944,8 @@ msgstr ""
6177
5944
  msgid "must contain valid Public GPG Key"
6178
5945
  msgstr ""
6179
5946
 
6180
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
6181
5947
  msgid "must not contain leading or trailing white spaces."
6182
- msgstr "लिडिंग किंवा ट्रेलिंग वाइट स्पेसेस् समाविष्टीत नसावे."
5948
+ msgstr ""
6183
5949
 
6184
5950
  msgid "name"
6185
5951
  msgstr ""
@@ -6202,14 +5968,14 @@ msgstr ""
6202
5968
  msgid "name of the organization"
6203
5969
  msgstr ""
6204
5970
 
6205
- msgid "name of the puppet module"
5971
+ msgid "name of the repository"
6206
5972
  msgstr ""
6207
5973
 
6208
- msgid "name of the repository"
5974
+ msgid "name of the subscription"
6209
5975
  msgstr ""
6210
5976
 
6211
5977
  msgid "name: %s doesn't exist "
6212
- msgstr "नाव: %s अस्तित्वात नाही"
5978
+ msgstr ""
6213
5979
 
6214
5980
  msgid "new name for the filter"
6215
5981
  msgstr ""
@@ -6226,13 +5992,15 @@ msgstr ""
6226
5992
  msgid "obtain manifest history for subscriptions"
6227
5993
  msgstr ""
6228
5994
 
6229
- # translation auto-copied from project CFSE, version sam-1.2, document app
6230
5995
  msgid "of environment must be unique within one organization"
6231
- msgstr "एका संस्थेत वातावरण एकमेव पाहिजे"
5996
+ msgstr ""
6232
5997
 
6233
5998
  msgid "only repositories having at least one of the specified content type ex: rpm , erratum"
6234
5999
  msgstr ""
6235
6000
 
6001
+ msgid "only show the repositories readable by this user with this username"
6002
+ msgstr ""
6003
+
6236
6004
  msgid "optional package names to include in the package group"
6237
6005
  msgstr ""
6238
6006
 
@@ -6272,6 +6040,9 @@ msgstr ""
6272
6040
  msgid "package_ids is not an array"
6273
6041
  msgstr ""
6274
6042
 
6043
+ msgid "params 'show_all_for' and 'available_for' must be used independently"
6044
+ msgstr ""
6045
+
6275
6046
  msgid "pattern for container image names"
6276
6047
  msgstr ""
6277
6048
 
@@ -6293,28 +6064,20 @@ msgstr ""
6293
6064
  msgid "product numeric identifier"
6294
6065
  msgstr ""
6295
6066
 
6296
- msgid "puppet module ID"
6297
- msgstr ""
6298
-
6299
- msgid "puppet_module_ids is not an array"
6300
- msgstr ""
6301
-
6302
6067
  msgid "register_hostname_fact set for %s, but no fact found, or was localhost."
6303
6068
  msgstr ""
6304
6069
 
6305
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
6306
6070
  msgid "removing package group..."
6307
- msgstr "संकुल गट काढून टाकत आहे..."
6071
+ msgstr ""
6308
6072
 
6309
6073
  msgid "removing package groups..."
6310
- msgstr "संकुल गटे काढून टाकत आहे..."
6074
+ msgstr ""
6311
6075
 
6312
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
6313
6076
  msgid "removing package..."
6314
- msgstr "संकुल काढून टाकत आहे..."
6077
+ msgstr ""
6315
6078
 
6316
6079
  msgid "removing packages..."
6317
- msgstr "संकुले काढून टाकत आहे..."
6080
+ msgstr ""
6318
6081
 
6319
6082
  msgid "repo label"
6320
6083
  msgstr ""
@@ -6394,17 +6157,7 @@ msgstr ""
6394
6157
  msgid "temporarily override feed URL for sync"
6395
6158
  msgstr ""
6396
6159
 
6397
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
6398
6160
  msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
6399
- msgstr "खालील गुणधर्मांना Red Hat प्रोव्हाइडरकरीता: [ %s ] करीता सुधारित करणे अशक्य"
6400
-
6401
- msgid "the id of the puppet module to associate"
6402
- msgstr ""
6403
-
6404
- msgid "the uuid of the puppet module to associate"
6405
- msgstr ""
6406
-
6407
- msgid "true if the export api is pulp3 ready and usable. This API is intended for use by hammer-cli only."
6408
6161
  msgstr ""
6409
6162
 
6410
6163
  msgid "true if the latest version of the component's content view is desired"
@@ -6434,24 +6187,19 @@ msgstr ""
6434
6187
  msgid "update a filter"
6435
6188
  msgstr ""
6436
6189
 
6437
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
6438
6190
  msgid "updating package group..."
6439
- msgstr "संकुल गट सुधारित करत आहे..."
6191
+ msgstr ""
6440
6192
 
6441
6193
  msgid "updating package groups..."
6442
- msgstr "संकुल गटे सुधारित करत आहे..."
6194
+ msgstr ""
6443
6195
 
6444
- # translation auto-copied from project CFSE, version sam-1.2, document app, author sandeeps
6445
6196
  msgid "updating package..."
6446
- msgstr "संकुल सुधारित करत आहे..."
6197
+ msgstr ""
6447
6198
 
6448
6199
  msgid "updating packages..."
6449
- msgstr "संकुले सुधारित करत आहे..."
6450
-
6451
- msgid "url not defined."
6452
6200
  msgstr ""
6453
6201
 
6454
- msgid "uuid of the puppet module"
6202
+ msgid "url not defined."
6455
6203
  msgstr ""
6456
6204
 
6457
6205
  msgid "waiting for Candlepin to finish the task"
@@ -6463,6 +6211,15 @@ msgstr ""
6463
6211
  msgid "waiting for Pulp to start the task"
6464
6212
  msgstr ""
6465
6213
 
6214
+ msgid "whitespace-separated list of architectures to be synced from deb-archive"
6215
+ msgstr ""
6216
+
6217
+ msgid "whitespace-separated list of releases to be synced from deb-archive"
6218
+ msgstr ""
6219
+
6220
+ msgid "whitespace-separated list of repo components to be synced from deb-archive"
6221
+ msgstr ""
6222
+
6466
6223
  msgid "with"
6467
6224
  msgstr ""
6468
6225