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/or/katello.po CHANGED
@@ -1,28 +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
- # mgiri <mgiri@fedoraproject.org>, 2013. #zanata
8
- # mgiri <mgiri@fedoraproject.org>, 2014. #zanata
7
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
8
+ #
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: version 0.0.1\n"
11
+ "Project-Id-Version: katello 2.4.0-RC1\n"
12
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: Oriya (https://www.transifex.com/foreman/teams/114/or/)\n"
13
16
  "MIME-Version: 1.0\n"
14
17
  "Content-Type: text/plain; charset=UTF-8\n"
15
18
  "Content-Transfer-Encoding: 8bit\n"
16
- "PO-Revision-Date: 2014-03-21 10:34-0400\n"
17
- "Last-Translator: mgiri <mgiri@fedoraproject.org>\n"
18
- "Language-Team: LANGUAGE <LL@li.org>\n"
19
19
  "Language: or\n"
20
20
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
- "X-Generator: Zanata 3.6.2\n"
22
21
 
23
22
  msgid ""
24
23
  "\n"
25
- "* Product = '%{product}', Repository = '%{repository}', Repository Type = '%{repo_type}'"
24
+ "* Product = '%{product}', Repository = '%{repository}'"
26
25
  msgstr ""
27
26
 
28
27
  msgid " %{errata_count} Errata"
@@ -34,18 +33,17 @@ msgstr ""
34
33
  msgid " %{package_count} Package(s)"
35
34
  msgstr ""
36
35
 
37
- msgid " %{puppet_module_count} Puppet Module(s)"
38
- msgstr ""
39
-
40
36
  msgid " Content view updated."
41
37
  msgstr ""
42
38
 
43
39
  msgid " Either select the latest content view or the content view version. Cannot set both."
44
40
  msgstr ""
45
41
 
46
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
42
+ msgid " RPMs"
43
+ msgstr ""
44
+
47
45
  msgid " environment cannot be set to an environment already on its path"
48
- msgstr "ପରିବେଶକୁ ଏହା ପଥରେ ସେଟ କରିହେବ ନାହିଁ"
46
+ msgstr ""
49
47
 
50
48
  msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
51
49
  msgstr ""
@@ -53,10 +51,8 @@ msgstr ""
53
51
  msgid "%s Available"
54
52
  msgstr ""
55
53
 
56
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
57
- #, fuzzy
58
54
  msgid "%s Errata"
59
- msgstr "ଏରାଟା"
55
+ msgstr ""
60
56
 
61
57
  msgid "%s Host"
62
58
  msgid_plural "%s Hosts"
@@ -66,16 +62,14 @@ msgstr[1] ""
66
62
  msgid "%s Used"
67
63
  msgstr ""
68
64
 
69
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author mgiri
70
65
  msgid "%s ago"
71
66
  msgstr "%s ପୂର୍ବେ"
72
67
 
73
68
  msgid "%s has already been deleted"
74
69
  msgstr ""
75
70
 
76
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
77
71
  msgid "%s is not a valid package name"
78
- msgstr "%s ଟି ଗୋଟିଏ ବୈଧ ପ୍ୟାକେଜ ନାମ ନୁହଁ"
72
+ msgstr ""
79
73
 
80
74
  msgid "%s is unreachable. %s"
81
75
  msgstr ""
@@ -83,236 +77,179 @@ msgstr ""
83
77
  msgid "%s must be an array."
84
78
  msgstr ""
85
79
 
86
- #, fuzzy
87
80
  msgid "%{errata} (%{total} other errata)"
88
- msgstr "%{errata} (%{rest} ଅନ୍ୟାନ୍ୟ ଏରାଟା)"
81
+ msgstr ""
89
82
 
90
- #, fuzzy
91
83
  msgid "%{errata} (%{total} other errata) install canceled"
92
- msgstr "%s (%s ଅନ୍ୟାନ୍ୟ ଏରାଟା) ସ୍ଥାପନ ବିଫଳ ହୋଇଛି"
84
+ msgstr ""
93
85
 
94
- #, fuzzy
95
86
  msgid "%{errata} (%{total} other errata) install failed"
96
- msgstr "%s (%s ଅନ୍ଯ ଏରାଟା) ସ୍ଥାପନ ବିଫଳ ହୋଇଛି"
87
+ msgstr ""
97
88
 
98
- #, fuzzy
99
89
  msgid "%{errata} (%{total} other errata) install timed out"
100
- msgstr "%s (%s ଅନ୍ୟ ଏରାଟା) ସ୍ଥାପନ ସମୟ ସମାପ୍ତ ହୋଇଛି"
90
+ msgstr ""
101
91
 
102
- #, fuzzy
103
92
  msgid "%{errata} (%{total} other errata) installed"
104
- msgstr "%{errata} (%{rest} ଅନ୍ୟାନ୍ୟ ଏରାଟା)"
93
+ msgstr ""
105
94
 
106
- #, fuzzy
107
95
  msgid "%{errata} erratum install canceled"
108
- msgstr "%s ଏରାଟା ସ୍ଥାପନ ବାତିଲ ହୋଇଛି"
96
+ msgstr ""
109
97
 
110
- #, fuzzy
111
98
  msgid "%{errata} erratum install failed"
112
- msgstr "%s ଏରାଟାମ ସ୍ଥାପନ ବିଫଳ ହୋଇଛି"
99
+ msgstr ""
113
100
 
114
- #, fuzzy
115
101
  msgid "%{errata} erratum install timed out"
116
- msgstr "%s ଏରାଟାମ ସ୍ଥାପନ ସମୟ ସମାପ୍ତ ହୋଇଛି"
102
+ msgstr ""
117
103
 
118
- #, fuzzy
119
104
  msgid "%{errata} erratum installed"
120
- msgstr "%s ଏରାଟାମ ସ୍ଥାପନ ହୋଇଛି"
105
+ msgstr ""
121
106
 
122
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."
123
108
  msgstr ""
124
109
 
125
- #, fuzzy
126
110
  msgid "%{group} (%{total} other package groups)"
127
- msgstr "%{group} (%{rest} ଅନ୍ୟାନ୍ୟ ପ୍ୟାକେଜ ଶ୍ରେଣୀଗୁଡ଼ିକ)"
111
+ msgstr ""
128
112
 
129
- #, fuzzy
130
113
  msgid "%{group} (%{total} other package groups) install canceled"
131
- msgstr "%s (%s ଅନ୍ୟାନ୍ୟ ପ୍ୟାକେଜ ଶ୍ରେଣୀଗୁଡ଼ିକ) ସ୍ଥାପନ ବାତିଲ ହୋଇଛି"
114
+ msgstr ""
132
115
 
133
- #, fuzzy
134
116
  msgid "%{group} (%{total} other package groups) install failed"
135
- msgstr "%s (%s ଅନ୍ୟ ପ୍ୟାକେଜ ଶ୍ରେଣୀଗୁଡ଼ିକର) ସ୍ଥାପନ ବିଫଳ ହୋଇଛି"
117
+ msgstr ""
136
118
 
137
- #, fuzzy
138
119
  msgid "%{group} (%{total} other package groups) install timed out"
139
- msgstr "%s (%s ଅନ୍ୟ ପ୍ୟାକେଜ ଶ୍ରେଣୀଗୁଡ଼ିକର) ସ୍ଥାପନ ସମୟ ସମାପ୍ତ ହୋଇଛି"
120
+ msgstr ""
140
121
 
141
- #, fuzzy
142
122
  msgid "%{group} (%{total} other package groups) installed"
143
- msgstr "%s (%s ଅନ୍ୟ ପ୍ୟାକେଜ ଶ୍ରେଣୀଗୁଡ଼ିକ) ସ୍ଥାପିତ"
123
+ msgstr ""
144
124
 
145
- #, fuzzy
146
125
  msgid "%{group} (%{total} other package groups) remove canceled"
147
- msgstr "%s (%s ଅନ୍ୟ ପ୍ୟାକେଜ ଶ୍ରେଣୀଗୁଡ଼ିକର) ବିସ୍ଥାପନ ବାତିଲ ହୋଇଛି"
126
+ msgstr ""
148
127
 
149
- #, fuzzy
150
128
  msgid "%{group} (%{total} other package groups) remove failed"
151
- msgstr "%s (%s ଅନ୍ୟ ପ୍ୟାକେଜ ଶ୍ରେଣୀଗୁଡ଼ିକର) ବହିଷ୍କାର ବିଫଳ ହୋଇଛି"
129
+ msgstr ""
152
130
 
153
- #, fuzzy
154
131
  msgid "%{group} (%{total} other package groups) remove timed out"
155
- msgstr "%s (%s ଅନ୍ୟ ପ୍ୟାକେଜ ଶ୍ରେଣୀଗୁଡ଼ିକର) ବହିଷ୍କାର ସମୟ ସମାପ୍ତ ହୋଇଛି"
132
+ msgstr ""
156
133
 
157
- #, fuzzy
158
134
  msgid "%{group} (%{total} other package groups) removed"
159
- msgstr "%{group} (%{rest} ଅନ୍ୟାନ୍ୟ ପ୍ୟାକେଜ ଶ୍ରେଣୀଗୁଡ଼ିକ)"
135
+ msgstr ""
160
136
 
161
- #, fuzzy
162
137
  msgid "%{group} (%{total} other package groups) update canceled"
163
- msgstr "%s (%s ଅନ୍ୟ ପ୍ୟାକେଜ ଶ୍ରେଣୀଗୁଡ଼ିକର) ଅଦ୍ୟତନ ବାତିଲ ହୋଇଛି"
138
+ msgstr ""
164
139
 
165
- #, fuzzy
166
140
  msgid "%{group} (%{total} other package groups) update failed"
167
- msgstr "%s (%s ଅନ୍ୟ ପ୍ୟାକେଜ ଶ୍ରେଣୀଗୁଡ଼ିକର) ଅଦ୍ୟତନ ବିଫଳ ହୋଇଛି"
141
+ msgstr ""
168
142
 
169
- #, fuzzy
170
143
  msgid "%{group} (%{total} other package groups) update timed out"
171
- msgstr "%s (%s ଅନ୍ୟ ପ୍ୟାକେଜ ଶ୍ରେଣୀଗୁଡ଼ିକର) ଅଦ୍ୟତନ ସମୟ ସମାପ୍ତି ହୋଇଛି"
144
+ msgstr ""
172
145
 
173
- #, fuzzy
174
146
  msgid "%{group} (%{total} other package groups) updated"
175
- msgstr "%{group} (%{rest} ଅନ୍ୟାନ୍ୟ ପ୍ୟାକେଜ ଶ୍ରେଣୀଗୁଡ଼ିକ)"
147
+ msgstr ""
176
148
 
177
- #, fuzzy
178
149
  msgid "%{group} package group install canceled"
179
- msgstr "%s ପ୍ୟାକେଜ ଶ୍ରେଣୀ ସ୍ଥାପନ ବାତିଲ ହୋଇଛି"
150
+ msgstr ""
180
151
 
181
- #, fuzzy
182
152
  msgid "%{group} package group install failed"
183
- msgstr "%s ପ୍ୟାକେଜ ଶ୍ରେଣୀ ସ୍ଥାପନ ବିଫଳ ହୋଇଛି"
153
+ msgstr ""
184
154
 
185
- #, fuzzy
186
155
  msgid "%{group} package group install timed out"
187
- msgstr "%s ପ୍ୟାକେଜ ଶ୍ରେଣୀ ସ୍ଥାପନ ସମୟ ସମାପ୍ତ ହୋଇଛି"
156
+ msgstr ""
188
157
 
189
- #, fuzzy
190
158
  msgid "%{group} package group installed"
191
- msgstr "%s ପ୍ୟାକେଜ ଶ୍ରେଣୀ ସ୍ଥାପନ ହୋଇଛି"
159
+ msgstr ""
192
160
 
193
- #, fuzzy
194
161
  msgid "%{group} package group remove canceled"
195
- msgstr "%s ପ୍ୟାକେଜ ଶ୍ରେଣୀ ବିସ୍ଥାପନ ବାତିଲ ହୋଇଛି"
162
+ msgstr ""
196
163
 
197
- #, fuzzy
198
164
  msgid "%{group} package group remove failed"
199
- msgstr "%s ପ୍ୟାକେଜ ଶ୍ରେଣୀ ବହିଷ୍କାର ବିଫଳ ହୋଇଛି"
165
+ msgstr ""
200
166
 
201
- #, fuzzy
202
167
  msgid "%{group} package group remove timed out"
203
- msgstr "%s ପ୍ୟାକେଜ ଶ୍ରେଣୀ ବହିଷ୍କାର ସମୟ ସମାପ୍ତ ହୋଇଛି"
168
+ msgstr ""
204
169
 
205
- #, fuzzy
206
170
  msgid "%{group} package group removed"
207
- msgstr "%s ପ୍ୟାକେଜ ଶ୍ରେଣୀ ବହିଷ୍କାର ହୋଇଛି"
171
+ msgstr ""
208
172
 
209
- #, fuzzy
210
173
  msgid "%{group} package group update canceled"
211
- msgstr "%s ପ୍ୟାକେଜ ଶ୍ରେଣୀ ଅଦ୍ୟତନ ବାତିଲ ହୋଇଛି"
174
+ msgstr ""
212
175
 
213
- #, fuzzy
214
176
  msgid "%{group} package group update failed"
215
- msgstr "%s ପ୍ୟାକେଜ ଶ୍ରେଣୀ ଅଦ୍ୟତନ ବିଫଳ ହୋଇଛି"
177
+ msgstr ""
216
178
 
217
- #, fuzzy
218
179
  msgid "%{group} package group update timed out"
219
- msgstr "%s ପ୍ୟାକେଜ ଶ୍ରେଣୀ ଅଦ୍ୟତନ ସମୟ ସମାପ୍ତ ହୋଇଛି"
180
+ msgstr ""
220
181
 
221
- #, fuzzy
222
182
  msgid "%{group} package group updated"
223
- msgstr "%s ପ୍ୟାକେଜ ଶ୍ରେଣୀ ଅଦ୍ୟତନ ହୋଇଛି"
183
+ msgstr ""
224
184
 
225
- #, fuzzy
226
185
  msgid "%{package} (%{total} other packages)"
227
- msgstr "%{package} (%{rest} ଅନ୍ୟାନ୍ୟ ପ୍ୟାକେଜଗୁଡ଼ିକ)"
186
+ msgstr ""
228
187
 
229
- #, fuzzy
230
188
  msgid "%{package} (%{total} other packages) install canceled"
231
- msgstr "%s (%s ଅନ୍ୟ ପ୍ୟାକେଜଗୁଡ଼ିକ) ସ୍ଥାପନ ବାତିଲ ହୋଇଛି"
189
+ msgstr ""
232
190
 
233
- #, fuzzy
234
191
  msgid "%{package} (%{total} other packages) install failed"
235
- msgstr "%s (%s ଅନ୍ୟ ପ୍ୟାକେଜଗୁଡ଼ିକର) ସ୍ଥାପନ ବିଫଳ ହୋଇଛି"
192
+ msgstr ""
236
193
 
237
- #, fuzzy
238
194
  msgid "%{package} (%{total} other packages) install timed out"
239
- msgstr "%s (%s ଅନ୍ୟ ପ୍ୟାକେଜଗୁଡ଼ିକର) ସ୍ଥାପନ ସମୟ ସମାପ୍ତ ହୋଇଛି"
195
+ msgstr ""
240
196
 
241
- #, fuzzy
242
197
  msgid "%{package} (%{total} other packages) installed"
243
- msgstr "%{package} (%{rest} ଅନ୍ୟାନ୍ୟ ପ୍ୟାକେଜଗୁଡ଼ିକ)"
198
+ msgstr ""
244
199
 
245
- #, fuzzy
246
200
  msgid "%{package} (%{total} other packages) remove canceled"
247
- msgstr "%s (%s ଅନ୍ୟ ପ୍ୟାକେଜଗୁଡ଼ିକର) ବିସ୍ଥାପନ ବାତିଲ ହୋଇଛି"
201
+ msgstr ""
248
202
 
249
- #, fuzzy
250
203
  msgid "%{package} (%{total} other packages) remove failed"
251
- msgstr "%s (%s ଅନ୍ୟ ପ୍ୟାକେଜଗୁଡ଼ିକର) ବହିଷ୍କାର ବିଫଳ ହୋଇଛି"
204
+ msgstr ""
252
205
 
253
- #, fuzzy
254
206
  msgid "%{package} (%{total} other packages) remove timed out"
255
- msgstr "%s (%s ଅନ୍ୟ ପ୍ୟାକେଜଗୁଡ଼ିକର) ବହିଷ୍କାର ସମୟ ସମାପ୍ତ ହୋଇଛି"
207
+ msgstr ""
256
208
 
257
- #, fuzzy
258
209
  msgid "%{package} (%{total} other packages) removed"
259
- msgstr "%{package} (%{rest} ଅନ୍ୟାନ୍ୟ ପ୍ୟାକେଜଗୁଡ଼ିକ)"
210
+ msgstr ""
260
211
 
261
- #, fuzzy
262
212
  msgid "%{package} (%{total} other packages) update canceled"
263
- msgstr "%s (%s ଅନ୍ୟ ପ୍ୟାକେଜଗୁଡ଼ିକର) ଅଦ୍ୟତନ ବାତିଲ ହୋଇଛି"
213
+ msgstr ""
264
214
 
265
- #, fuzzy
266
215
  msgid "%{package} (%{total} other packages) update failed"
267
- msgstr "%s (%s ଅନ୍ୟ ପ୍ୟାକେଜଗୁଡ଼ିକର) ଅଦ୍ୟତନ ବିଫଳ ହୋଇଛି"
216
+ msgstr ""
268
217
 
269
- #, fuzzy
270
218
  msgid "%{package} (%{total} other packages) update timed out"
271
- msgstr "%s (%s ଅନ୍ୟ ପ୍ୟାକେଜଗୁଡ଼ିକର) ଅଦ୍ୟତନ ସମୟ ସମାପ୍ତ ହୋଇଛି"
219
+ msgstr ""
272
220
 
273
- #, fuzzy
274
221
  msgid "%{package} (%{total} other packages) updated"
275
- msgstr "%{package} (%{rest} ଅନ୍ୟାନ୍ୟ ପ୍ୟାକେଜଗୁଡ଼ିକ)"
222
+ msgstr ""
276
223
 
277
- #, fuzzy
278
224
  msgid "%{package} package install canceled"
279
- msgstr "%s ପ୍ୟାକେଜ ସ୍ଥାପନ ବାତିଲ ହୋଇଛି"
225
+ msgstr ""
280
226
 
281
- #, fuzzy
282
227
  msgid "%{package} package install timed out"
283
- msgstr "%s ପ୍ୟାକେଜ ସ୍ଥାପନ ସମୟ ସମାପ୍ତ ହୋଇଛି"
228
+ msgstr ""
284
229
 
285
- #, fuzzy
286
230
  msgid "%{package} package remove canceled"
287
- msgstr "%s ପ୍ୟାକେଜ ବିସ୍ଥାପନ ବାତିଲ ହୋଇଛି"
231
+ msgstr ""
288
232
 
289
- #, fuzzy
290
233
  msgid "%{package} package remove failed"
291
- msgstr "%s ପ୍ୟାକେଜ ବହିଷ୍କାର ବିଫଳ ହୋଇଛି"
234
+ msgstr ""
292
235
 
293
- #, fuzzy
294
236
  msgid "%{package} package remove timed out"
295
- msgstr "%s ପ୍ୟାକେଜ ବହିଷ୍କାର ସମୟ ସମାପ୍ତ ହୋଇଛି"
237
+ msgstr ""
296
238
 
297
- #, fuzzy
298
239
  msgid "%{package} package removed"
299
- msgstr "%s ପ୍ୟାକେଜ ବହିଷ୍କାର ହୋଇଛି"
240
+ msgstr ""
300
241
 
301
- #, fuzzy
302
242
  msgid "%{package} package update canceled"
303
- msgstr "%s ପ୍ୟାକେଜ ଅଦ୍ୟତନ ବାତିଲ ହୋଇଛି"
243
+ msgstr ""
304
244
 
305
- #, fuzzy
306
245
  msgid "%{package} package update failed"
307
- msgstr "%s ପ୍ୟାକେଜ ଅଦ୍ୟତନ ବିଫଳ ହୋଇଛି"
246
+ msgstr ""
308
247
 
309
- #, fuzzy
310
248
  msgid "%{package} package update timed out"
311
- msgstr "%s ପ୍ୟାକେଜ ଅଦ୍ୟତନ ସମୟ ସମାପ୍ତ ହୋଇଛି"
249
+ msgstr ""
312
250
 
313
- #, fuzzy
314
251
  msgid "%{package} package updated"
315
- msgstr "%s ପ୍ୟାକେଜ ଅଦ୍ୟତନ ହୋଇଛି"
252
+ msgstr ""
316
253
 
317
254
  msgid "%{sla}"
318
255
  msgstr ""
@@ -338,9 +275,8 @@ msgstr ""
338
275
  msgid ", must be unique to major and version id version."
339
276
  msgstr ""
340
277
 
341
- # translation auto-copied from project CFSE, version sam-1.2, document app
342
278
  msgid ": '%s' is a built-in environment"
343
- msgstr ": '%s' ଟି ଗୋଟିଏ ପୂର୍ବନିର୍ମିତ ପରିବେଶ"
279
+ msgstr ""
344
280
 
345
281
  msgid ":a_resource identifier"
346
282
  msgstr ""
@@ -354,15 +290,17 @@ msgstr ""
354
290
  msgid "A CV version already exists with the same major and minor version (%{major}.%{minor})"
355
291
  msgstr ""
356
292
 
293
+ msgid "A Pool and its Subscription cannot belong to different organizations"
294
+ msgstr ""
295
+
357
296
  msgid "A backend service [ %s ] is unreachable"
358
297
  msgstr ""
359
298
 
360
299
  msgid "A content view can be added by using the \"New content view\" button below."
361
300
  msgstr ""
362
301
 
363
- #, fuzzy
364
302
  msgid "A content_type must be provided."
365
- msgstr "ଏକ କି ନାମ ନିଶ୍ଚିତ ଭାବରେ ଦିଆଯାଇଛି"
303
+ msgstr ""
366
304
 
367
305
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
368
306
  msgstr ""
@@ -391,6 +329,9 @@ msgstr ""
391
329
  msgid "A summary of new errata after a repository is synchronized"
392
330
  msgstr ""
393
331
 
332
+ msgid "About page"
333
+ msgstr ""
334
+
394
335
  msgid "Abstract async task"
395
336
  msgstr ""
396
337
 
@@ -400,44 +341,49 @@ msgstr ""
400
341
  msgid "Account Number"
401
342
  msgstr ""
402
343
 
344
+ msgid "Action"
345
+ msgstr "କାର୍ୟ୍ୟ"
346
+
403
347
  msgid "Action not allowed for the default smart proxy."
404
348
  msgstr ""
405
349
 
406
- msgid "Action unauthorized to be performed on selected hosts."
350
+ msgid "Action unauthorized to be performed in this organization."
407
351
  msgstr ""
408
352
 
409
- msgid "Action with sub plans"
353
+ msgid "Action unauthorized to be performed on selected hosts."
410
354
  msgstr ""
411
355
 
412
- msgid "Activation Key(s)"
356
+ msgid "Action with sub plans"
413
357
  msgstr ""
414
358
 
415
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
416
359
  msgid "Activation Keys"
417
- msgstr "ସକ୍ରିୟଣ କିଗୁଡ଼ିକ"
360
+ msgstr ""
418
361
 
419
362
  msgid "Activation key ID"
420
363
  msgstr ""
421
364
 
422
- 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"
423
372
  msgstr ""
424
373
 
425
- #, fuzzy
426
374
  msgid "Activation keys and subscriptions can be managed"
427
- msgstr "ସକ୍ରିୟଣ କି %s କୁ ପ୍ରସ୍ତୁତ କରାଯାଇଛି।"
375
+ msgstr ""
376
+
377
+ msgid "Activation keys: "
378
+ msgstr ""
428
379
 
429
380
  msgid "Active Subscriptions"
430
381
  msgstr ""
431
382
 
432
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
433
- #, fuzzy
434
383
  msgid "Active only"
435
- msgstr "ସକ୍ରିୟଣ କିଗୁଡ଼ିକ"
436
-
437
- msgid "Add Subscriptions"
438
384
  msgstr ""
439
385
 
440
- msgid "Add a puppet module to the content view"
386
+ msgid "Add Subscriptions"
441
387
  msgstr ""
442
388
 
443
389
  msgid "Add a subscription to a host"
@@ -473,13 +419,22 @@ msgstr ""
473
419
  msgid "Add subscriptions to one or more hosts"
474
420
  msgstr ""
475
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
+
476
431
  msgid "Added Content:"
477
432
  msgstr ""
478
433
 
479
434
  msgid "Adding content units"
480
435
  msgstr ""
481
436
 
482
- 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"
483
438
  msgstr ""
484
439
 
485
440
  msgid "Addons"
@@ -541,6 +496,9 @@ msgstr ""
541
496
  msgid "Arch"
542
497
  msgstr ""
543
498
 
499
+ msgid "Architecture"
500
+ msgstr ""
501
+
544
502
  msgid "Architecture of content in the repository"
545
503
  msgstr ""
546
504
 
@@ -615,21 +573,17 @@ msgstr ""
615
573
  msgid "At least one Content View Version must be specified"
616
574
  msgstr ""
617
575
 
618
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
619
576
  msgid "At least one activation key must be provided"
620
- msgstr "ଅତିକମରେ ଗୋଟିଏ ସକ୍ରିୟଣ କି ଦେବା ଉଚିତ"
577
+ msgstr ""
621
578
 
622
579
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
623
580
  msgstr ""
624
581
 
625
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
626
582
  msgid "At least one organization must exist."
627
- msgstr "ଅତିକମରେ ଗୋଟିଏ ଅନୁଷ୍ଠାନ ରହିବା ଉଚିତ।"
583
+ msgstr ""
628
584
 
629
- # translation auto-copied from project CFSE, version sam-1.2, document app
630
- #, fuzzy
631
585
  msgid "Attach a subscription"
632
- msgstr "ସଂଯୁକ୍ତ ସଦସ୍ୟତାଗୁଡ଼ିକ"
586
+ msgstr ""
633
587
 
634
588
  msgid "Attach subscriptions"
635
589
  msgstr ""
@@ -641,7 +595,7 @@ msgid "Attempted to destroy consumer %s from candlepin, but consumer does not ex
641
595
  msgstr ""
642
596
 
643
597
  msgid "Author"
644
- msgstr ""
598
+ msgstr "ଲେଖକ"
645
599
 
646
600
  msgid "Auto Publish"
647
601
  msgstr ""
@@ -649,10 +603,8 @@ msgstr ""
649
603
  msgid "Auto Publish - Triggered by '%s'"
650
604
  msgstr ""
651
605
 
652
- # translation auto-copied from project CFSE, version sam-1.2, document app
653
- #, fuzzy
654
606
  msgid "Auto attach subscriptions"
655
- msgstr "ସଂଯୁକ୍ତ ସଦସ୍ୟତାଗୁଡ଼ିକ"
607
+ msgstr ""
656
608
 
657
609
  msgid "Autopublish"
658
610
  msgstr ""
@@ -687,9 +639,8 @@ msgstr ""
687
639
  msgid "Batch size to sync repositories in."
688
640
  msgstr ""
689
641
 
690
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
691
642
  msgid "Beta"
692
- msgstr "ବିଟା"
643
+ msgstr ""
693
644
 
694
645
  msgid "Bind an entitlement to an allocation"
695
646
  msgstr ""
@@ -703,14 +654,11 @@ msgstr ""
703
654
  msgid "Branches updated"
704
655
  msgstr ""
705
656
 
706
- # translation auto-copied from project CFSE, version sam-1.2, document app
707
657
  msgid "Bug Fix"
708
- msgstr "ତ୍ରୁଟି ନିବାରଣ"
658
+ msgstr ""
709
659
 
710
- # translation auto-copied from project CFSE, version sam-1.2, document app
711
- #, fuzzy
712
660
  msgid "Bugfix"
713
- msgstr "ତ୍ରୁଟି ନିବାରଣ"
661
+ msgstr ""
714
662
 
715
663
  msgid "Bulk generate applicability for hosts"
716
664
  msgstr ""
@@ -718,17 +666,14 @@ msgstr ""
718
666
  msgid "CDN SSL version"
719
667
  msgstr ""
720
668
 
721
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
722
669
  msgid "CDN loading error: %s not found"
723
- msgstr "CDN ଧାରଣ ତ୍ରୁଟି: %s ମିଳୁ ନାହିଁ"
670
+ msgstr ""
724
671
 
725
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
726
672
  msgid "CDN loading error: access denied to %s"
727
- msgstr "CDN ଧାରଣ ତ୍ରୁଟି: %s କୁ ପ୍ରବେଶାନୁମତି ନାହିଁ"
673
+ msgstr ""
728
674
 
729
- # translation auto-copied from project CFSE, version sam-1.2, document app
730
675
  msgid "CDN loading error: access forbidden to %s"
731
- msgstr "CDN ଧାରଣ ତ୍ରୁଟି: %s ରେ ପ୍ରବେଶାନୁମତି ନାହିଁ"
676
+ msgstr ""
732
677
 
733
678
  msgid "CVE identifier"
734
679
  msgstr ""
@@ -754,11 +699,9 @@ msgstr ""
754
699
  msgid "Can only upload to Yum Repositories."
755
700
  msgstr ""
756
701
 
757
- # translation auto-copied from project CFSE, version sam-1.2, document app
758
702
  msgid "Can't update the '%s' environment"
759
- msgstr "'%s' ପରିବେଶକୁ ଅଦ୍ୟତନ କରିପାରିବେ ନାହିଁ"
703
+ msgstr ""
760
704
 
761
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman
762
705
  msgid "Cancel"
763
706
  msgstr "ବାତିଲ"
764
707
 
@@ -768,22 +711,17 @@ msgstr ""
768
711
  msgid "Cancel running smart proxy synchronization"
769
712
  msgstr ""
770
713
 
771
- # translation auto-copied from project CFSE, version sam-1.2, document app
772
- #, fuzzy
773
714
  msgid "Canceled"
774
- msgstr "ବାତିଲ ହୋଇଛି।"
715
+ msgstr ""
775
716
 
776
717
  msgid "Cancelled"
777
718
  msgstr ""
778
719
 
779
- # translation auto-copied from project CFSE, version sam-1.2, document app
780
- #, fuzzy
781
720
  msgid "Cancelled."
782
- msgstr "ବାତିଲ ହୋଇଛି।"
721
+ msgstr ""
783
722
 
784
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
785
723
  msgid "Candlepin Event"
786
- msgstr "Candlepin ଘଟଣା"
724
+ msgstr ""
787
725
 
788
726
  msgid "Candlepin ID of pool to add"
789
727
  msgstr ""
@@ -824,16 +762,14 @@ msgstr ""
824
762
  msgid "Cannot clone into the Default Content View"
825
763
  msgstr ""
826
764
 
827
- #, fuzzy
828
765
  msgid "Cannot delete '%{view}' due to associated %{dependent}: %{names}."
829
- msgstr "ପରିବର୍ତ୍ତନ ସେଟ '%s' କୁ ଅପସାରଣ କରିପାରିବେ ନାହିଁ କାରଣ ଏହା ସମୀକ୍ଷା ସ୍ଥିତିରେ ନାହିଁ।"
766
+ msgstr ""
830
767
 
831
768
  msgid "Cannot delete Red Hat product: %{product}"
832
769
  msgstr ""
833
770
 
834
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
835
771
  msgid "Cannot delete from %s, view does not exist there."
836
- msgstr "%s ରୁ ଅପସାରଣ କରିପାରିବେ ନାହିଁ, ସେଠାରେ ଦୃଶ୍ୟ ନାହିଁ।"
772
+ msgstr ""
837
773
 
838
774
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
839
775
  msgstr ""
@@ -844,29 +780,23 @@ msgstr ""
844
780
  msgid "Cannot delete redhat product content"
845
781
  msgstr ""
846
782
 
847
- 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."
848
- msgstr ""
849
-
850
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."
851
784
  msgstr ""
852
785
 
853
- 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."
854
787
  msgstr ""
855
788
 
856
- #, fuzzy
857
789
  msgid "Cannot delete version while it is in environment %s"
858
- msgstr "ଅନ୍ୟ ଏକ ପରିବେଶର ନମୁନାକୁ ପରିବର୍ତ୍ତନ କରିପାରିବେ ନାହିଁ"
790
+ msgstr ""
859
791
 
860
- #, fuzzy
861
792
  msgid "Cannot delete version while it is in environments: %s"
862
- msgstr "ଅନ୍ୟ ଏକ ପରିବେଶର ନମୁନାକୁ ପରିବର୍ତ୍ତନ କରିପାରିବେ ନାହିଁ"
793
+ msgstr ""
863
794
 
864
795
  msgid "Cannot delete version while it is in use by composite content views: %s"
865
796
  msgstr ""
866
797
 
867
- #, fuzzy
868
798
  msgid "Cannot delete view while it exists in environments"
869
- msgstr "ଅନ୍ୟ ଏକ ପରିବେଶର ନମୁନାକୁ ପରିବର୍ତ୍ତନ କରିପାରିବେ ନାହିଁ"
799
+ msgstr ""
870
800
 
871
801
  msgid "Cannot import a composite content view"
872
802
  msgstr ""
@@ -892,9 +822,8 @@ msgstr ""
892
822
  msgid "Cannot publish default content view"
893
823
  msgstr ""
894
824
 
895
- # translation auto-copied from project CFSE, version sam-1.2, document app
896
825
  msgid "Cannot register a system to the '%s' environment"
897
- msgstr "'%s' ପରିବେଶରେ ଏକ ତନ୍ତ୍ରକୁ ପଞ୍ଜିକରଣ କରିପାରିବେ ନାହିଁ"
826
+ msgstr ""
898
827
 
899
828
  msgid "Cannot remove '%{view}' from environment '%{env}' due to associated %{dependent}: %{names}."
900
829
  msgstr ""
@@ -920,15 +849,12 @@ msgstr ""
920
849
  msgid "Cannot specify content for composite views"
921
850
  msgstr ""
922
851
 
923
- msgid "Cannot sync file:// repositories with On Demand or Background Download Policies"
852
+ msgid "Cannot sync file:// repositories with the On Demand Download Policy"
924
853
  msgstr ""
925
854
 
926
855
  msgid "Cannot upload Container Image content."
927
856
  msgstr ""
928
857
 
929
- msgid "Cannot use this end point for importing to library. If you intented to upload to library, use the library endpoint."
930
- msgstr ""
931
-
932
858
  msgid "Cannot validate contents on non-yum/deb repositories."
933
859
  msgstr ""
934
860
 
@@ -953,19 +879,20 @@ msgstr ""
953
879
  msgid "Checksum type cannot be set for yum repositories with on demand download policy."
954
880
  msgstr ""
955
881
 
882
+ msgid "Clear any previous registration and run subscription-manager with --force."
883
+ msgstr ""
884
+
956
885
  msgid "Click here to go to the tasks page for the task."
957
886
  msgstr ""
958
887
 
959
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
960
888
  msgid "Clone"
961
889
  msgstr "କ୍ଲୋନ"
962
890
 
963
891
  msgid "Close"
964
- msgstr ""
892
+ msgstr "ବନ୍ଦକରନ୍ତୁ"
965
893
 
966
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
967
894
  msgid "Collapse All"
968
- msgstr "ସବୁଗୁଡ଼ିକୁ ପକାନ୍ତୁ"
895
+ msgstr ""
969
896
 
970
897
  msgid "Combined Profile Update"
971
898
  msgstr ""
@@ -976,9 +903,8 @@ msgstr ""
976
903
  msgid "Comma-separated list of tags to sync for Container Image repository"
977
904
  msgstr ""
978
905
 
979
- # translation auto-copied from project CFSE, version sam-1.2, document app
980
906
  msgid "Component"
981
- msgstr "ଉପାଦାନ"
907
+ msgstr ""
982
908
 
983
909
  msgid "Component Content View"
984
910
  msgstr ""
@@ -1028,9 +954,8 @@ msgstr ""
1028
954
  msgid "Container image tag"
1029
955
  msgstr ""
1030
956
 
1031
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
1032
957
  msgid "Content"
1033
- msgstr "ବିଷୟବସ୍ତୁ"
958
+ msgstr ""
1034
959
 
1035
960
  msgid "Content Credential ID"
1036
961
  msgstr ""
@@ -1047,14 +972,7 @@ msgstr ""
1047
972
  msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
1048
973
  msgstr ""
1049
974
 
1050
- #, fuzzy
1051
975
  msgid "Content Hosts"
1052
- msgstr "ବିଷୟବସ୍ତୁ"
1053
-
1054
- msgid "Content Migration"
1055
- msgstr ""
1056
-
1057
- msgid "Content Migration Reset"
1058
976
  msgstr ""
1059
977
 
1060
978
  msgid "Content Source"
@@ -1066,11 +984,7 @@ msgstr ""
1066
984
  msgid "Content Types"
1067
985
  msgstr ""
1068
986
 
1069
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
1070
987
  msgid "Content View"
1071
- msgstr "ସୂଚୀପତ୍ର ଦୃଶ୍ଯ"
1072
-
1073
- msgid "Content View %s cannot be published without an internal capsule."
1074
988
  msgstr ""
1075
989
 
1076
990
  msgid "Content View %{view}: Versions: %{versions}"
@@ -1085,10 +999,8 @@ msgstr ""
1085
999
  msgid "Content View Details"
1086
1000
  msgstr ""
1087
1001
 
1088
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
1089
- #, fuzzy
1090
1002
  msgid "Content View Filter id"
1091
- msgstr "ସୂଚୀପତ୍ର ଦୃଶ୍ଯ ସମୀକ୍ଷା"
1003
+ msgstr ""
1092
1004
 
1093
1005
  msgid "Content View Filter identifier"
1094
1006
  msgstr ""
@@ -1117,9 +1029,8 @@ msgstr ""
1117
1029
  msgid "Content View id"
1118
1030
  msgstr ""
1119
1031
 
1120
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
1121
1032
  msgid "Content Views"
1122
- msgstr "ସୂଚୀପତ୍ର ଦୃଶ୍ଯ"
1033
+ msgstr ""
1123
1034
 
1124
1035
  msgid "Content files to upload. Can be a single file or array of files."
1125
1036
  msgstr ""
@@ -1127,6 +1038,9 @@ msgstr ""
1127
1038
  msgid "Content host must be unregistered before performing this action."
1128
1039
  msgstr ""
1129
1040
 
1041
+ msgid "Content imported from %{path} into content view '%{name}' by %{user}"
1042
+ msgstr ""
1043
+
1130
1044
  msgid "Content source ID"
1131
1045
  msgstr ""
1132
1046
 
@@ -1142,9 +1056,8 @@ msgstr ""
1142
1056
  msgid "Content view ${name} created"
1143
1057
  msgstr ""
1144
1058
 
1145
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
1146
1059
  msgid "Content view '%{view}' is not in environment '%{env}'"
1147
- msgstr "ସୂଚୀପତ୍ର ଦୃଶ୍ୟ '%{view}' ଟି ପରିବେଶ '%{env}' ରେ ନାହିଁ"
1060
+ msgstr ""
1148
1061
 
1149
1062
  msgid "Content view '%{view}' is not in lifecycle environment '%{env}'."
1150
1063
  msgstr ""
@@ -1161,6 +1074,9 @@ msgstr ""
1161
1074
  msgid "Content view label"
1162
1075
  msgstr ""
1163
1076
 
1077
+ msgid "Content view not provided in the metadata"
1078
+ msgstr ""
1079
+
1164
1080
  msgid "Content view numeric identifier"
1165
1081
  msgstr ""
1166
1082
 
@@ -1170,6 +1086,9 @@ msgstr ""
1170
1086
  msgid "Content view version identifier"
1171
1087
  msgstr ""
1172
1088
 
1089
+ msgid "Content view version import history identifier"
1090
+ msgstr ""
1091
+
1173
1092
  msgid "Content_Host_Status"
1174
1093
  msgstr ""
1175
1094
 
@@ -1185,20 +1104,17 @@ msgstr ""
1185
1104
  msgid "Contract Number"
1186
1105
  msgstr ""
1187
1106
 
1188
- #, fuzzy
1189
1107
  msgid "Copy an activation key"
1190
- msgstr "ସକ୍ରିୟଣ କିଗୁଡ଼ିକ"
1108
+ msgstr ""
1191
1109
 
1192
1110
  msgid "Copy version units to library"
1193
1111
  msgstr ""
1194
1112
 
1195
- #, fuzzy
1196
1113
  msgid "Cores: %s"
1197
- msgstr "କାରଣ: %s"
1114
+ msgstr ""
1198
1115
 
1199
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
1200
1116
  msgid "Could not delete organization '%s'."
1201
- msgstr "ଅନୁଷ୍ଠାନ '%s' କୁ ଅପସାରଣ କରିପାରିଲା ନାହିଁ।"
1117
+ msgstr ""
1202
1118
 
1203
1119
  msgid "Could not find %{content} with id '%{id}' in repository."
1204
1120
  msgstr ""
@@ -1218,9 +1134,6 @@ msgstr ""
1218
1134
  msgid "Could not find Lifecycle Environment with id '%{id}'."
1219
1135
  msgstr ""
1220
1136
 
1221
- msgid "Could not find Repository for module %s."
1222
- msgstr ""
1223
-
1224
1137
  msgid "Could not find a host with id %s"
1225
1138
  msgstr ""
1226
1139
 
@@ -1236,28 +1149,20 @@ msgstr ""
1236
1149
  msgid "Could not remove the lifecycle environment from the smart proxy"
1237
1150
  msgstr ""
1238
1151
 
1239
- msgid "Could not unarchive puppet module. Please make sure the puppet module has been compressed properly."
1240
- msgstr ""
1241
-
1242
1152
  msgid "Couldn't find %{content_type} with id '%{id}'"
1243
1153
  msgstr ""
1244
1154
 
1245
1155
  msgid "Couldn't find %{type} Filter with id %{id}"
1246
1156
  msgstr ""
1247
1157
 
1248
- #, fuzzy
1249
1158
  msgid "Couldn't find ContentViewFilter with id=%s"
1250
- msgstr "id '%s' ବିଶିଷ୍ଟ ଉତ୍ପାଦନକୁ ପାଇଲା ନାହିଁ"
1251
-
1252
- msgid "Couldn't find Organization '%s'."
1253
1159
  msgstr ""
1254
1160
 
1255
- msgid "Couldn't find Puppet Module with id '%s'"
1161
+ msgid "Couldn't find Organization '%s'."
1256
1162
  msgstr ""
1257
1163
 
1258
- # translation auto-copied from project CFSE, version sam-1.2, document app
1259
1164
  msgid "Couldn't find activation key '%s'"
1260
- msgstr "ସକ୍ରିୟଣ କି '%s' କୁ ପାଇଲା ନାହିଁ"
1165
+ msgstr ""
1261
1166
 
1262
1167
  msgid "Couldn't find activation key content view id '%s'"
1263
1168
  msgstr ""
@@ -1265,9 +1170,8 @@ msgstr ""
1265
1170
  msgid "Couldn't find activation key environment '%s'"
1266
1171
  msgstr ""
1267
1172
 
1268
- #, fuzzy
1269
1173
  msgid "Couldn't find consumer '%s'"
1270
- msgstr "ଚାଳକ '%s' କୁ ପାଇଲା ନାହିଁ"
1174
+ msgstr ""
1271
1175
 
1272
1176
  msgid "Couldn't find content host content view id '%s'"
1273
1177
  msgstr ""
@@ -1275,28 +1179,20 @@ msgstr ""
1275
1179
  msgid "Couldn't find content host environment '%s'"
1276
1180
  msgstr ""
1277
1181
 
1278
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
1279
1182
  msgid "Couldn't find content view '%s'"
1280
- msgstr "ସୂଚୀପତ୍ର ଦୃଶ୍ଯ '%s' ପାଇଲା ନାହିଁ"
1183
+ msgstr ""
1281
1184
 
1282
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
1283
- #, fuzzy
1284
1185
  msgid "Couldn't find content view version '%s'"
1285
- msgstr "ସୂଚୀପତ୍ର ଦୃଶ୍ଯ '%s' ପାଇଲା ନାହିଁ"
1186
+ msgstr ""
1286
1187
 
1287
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
1288
- #, fuzzy
1289
1188
  msgid "Couldn't find content view versions '%s'"
1290
- msgstr "ସୂଚୀପତ୍ର ଦୃଶ୍ଯ '%s' ପାଇଲା ନାହିଁ"
1189
+ msgstr ""
1291
1190
 
1292
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
1293
1191
  msgid "Couldn't find environment '%s'"
1294
- msgstr "ପରିବେଶ '%s' କୁ ପାଇଲା ନାହିଁ"
1192
+ msgstr ""
1295
1193
 
1296
- # translation auto-copied from project CFSE, version sam-1.2, document app
1297
- #, fuzzy
1298
1194
  msgid "Couldn't find errata ids '%s'"
1299
- msgstr "ଅନୁଷ୍ଠାନ '%s' କୁ ପାଇଲା ନାହିଁ"
1195
+ msgstr ""
1300
1196
 
1301
1197
  msgid "Couldn't find host collection '%s'"
1302
1198
  msgstr ""
@@ -1304,35 +1200,35 @@ msgstr ""
1304
1200
  msgid "Couldn't find host with host id '%s'"
1305
1201
  msgstr ""
1306
1202
 
1307
- # translation auto-copied from project CFSE, version sam-1.2, document app
1308
1203
  msgid "Couldn't find organization '%s'"
1309
- msgstr "ଅନୁଷ୍ଠାନ '%s' କୁ ପାଇଲା ନାହିଁ"
1204
+ msgstr ""
1310
1205
 
1311
- #, fuzzy
1312
1206
  msgid "Couldn't find prior-environment '%s'"
1313
- msgstr "ପରିବେଶ '%s' କୁ ପାଇଲା ନାହିଁ"
1207
+ msgstr ""
1314
1208
 
1315
- # translation auto-copied from project CFSE, version sam-1.2, document app
1316
1209
  msgid "Couldn't find product with id '%s'"
1317
- msgstr "id '%s' ବିଶିଷ୍ଟ ଉତ୍ପାଦନକୁ ପାଇଲା ନାହିଁ"
1210
+ msgstr ""
1318
1211
 
1319
- # translation auto-copied from project CFSE, version sam-1.2, document app
1320
1212
  msgid "Couldn't find repository '%s'"
1321
- msgstr "ରେପୋଜିଟୋରୀ '%s' କୁ ପାଇଲା ନାହିଁ"
1213
+ msgstr ""
1322
1214
 
1323
1215
  msgid "Couldn't find specified Content View and Lifecycle Environment."
1324
1216
  msgstr ""
1325
1217
 
1326
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
1327
1218
  msgid "Couldn't find subject of synchronization"
1328
- msgstr "ସନ୍ତୁଳନର ବିଷୟ ମିଳିଲା ନାହିଁ"
1219
+ msgstr ""
1329
1220
 
1330
1221
  msgid "Count"
1331
1222
  msgstr ""
1332
1223
 
1333
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
1334
1224
  msgid "Create"
1335
- msgstr "ନିର୍ମାଣ କରନ୍ତୁ"
1225
+ msgstr ""
1226
+
1227
+ msgid "Create Export History"
1228
+ msgstr ""
1229
+
1230
+ msgid "Create Import History"
1231
+ msgstr ""
1336
1232
 
1337
1233
  msgid "Create Package Group"
1338
1234
  msgstr ""
@@ -1394,26 +1290,23 @@ msgstr ""
1394
1290
  msgid "Current organization not set."
1395
1291
  msgstr ""
1396
1292
 
1397
- msgid "Custom"
1398
- msgstr ""
1399
-
1400
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
1401
1293
  msgid "Custom Content Repositories"
1402
- msgstr "ଇଚ୍ଛାମୁତାବକ ବିଷୟବସ୍ତୁ ରେପୋଜିଟୋରୀଗୁଡ଼ିକ"
1294
+ msgstr ""
1403
1295
 
1404
1296
  msgid "Custom cron expression only needs to be set for interval value of custom cron"
1405
1297
  msgstr ""
1406
1298
 
1407
- #, fuzzy
1408
1299
  msgid "Custom repositories cannot be disabled."
1409
- msgstr "ଅଜଣା ରେପୋଜିଟୋରୀ ନାମପଟି: %s"
1300
+ msgstr ""
1410
1301
 
1411
1302
  msgid "Database connection"
1412
1303
  msgstr ""
1413
1304
 
1414
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
1305
+ msgid "Date"
1306
+ msgstr ""
1307
+
1415
1308
  msgid "Date format is incorrect."
1416
- msgstr "ତାରିଖ ଶୈଳୀଟି ଭୁଲଅଟେ।"
1309
+ msgstr ""
1417
1310
 
1418
1311
  msgid "Days Remaining"
1419
1312
  msgstr ""
@@ -1427,9 +1320,8 @@ msgstr ""
1427
1320
  msgid "Deb Packages"
1428
1321
  msgstr ""
1429
1322
 
1430
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
1431
1323
  msgid "Debug Certificate"
1432
- msgstr "ପ୍ରମାଣପତ୍ରର ତ୍ରୁଟି ନିବାରଣ କରନ୍ତୁ"
1324
+ msgstr ""
1433
1325
 
1434
1326
  msgid "Debug RPM"
1435
1327
  msgstr ""
@@ -1443,15 +1335,9 @@ msgstr ""
1443
1335
  msgid "Default HTTP proxy"
1444
1336
  msgstr ""
1445
1337
 
1446
- msgid "Default Location Puppet content"
1447
- msgstr ""
1448
-
1449
1338
  msgid "Default Location subscribed hosts"
1450
1339
  msgstr ""
1451
1340
 
1452
- msgid "Default Location where new Puppet content will be put upon Content View publish"
1453
- msgstr ""
1454
-
1455
1341
  msgid "Default Location where new subscribed hosts will put upon registration"
1456
1342
  msgstr ""
1457
1343
 
@@ -1470,9 +1356,8 @@ msgstr ""
1470
1356
  msgid "Default Smart Proxy download policy"
1471
1357
  msgstr ""
1472
1358
 
1473
- #, fuzzy
1474
1359
  msgid "Default System SLA"
1475
- msgstr "ତନ୍ତ୍ରଶ୍ରେଣୀକୁ ଅପସାରଣ କରନ୍ତୁ"
1360
+ msgstr ""
1476
1361
 
1477
1362
  msgid "Default content view versions cannot be promoted"
1478
1363
  msgstr ""
@@ -1537,7 +1422,6 @@ msgstr ""
1537
1422
  msgid "Default user data for new Operating Systems created from synced content"
1538
1423
  msgstr ""
1539
1424
 
1540
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author mgiri
1541
1425
  msgid "Delete"
1542
1426
  msgstr "ଅପସାରଣ କରନ୍ତୁ"
1543
1427
 
@@ -1547,13 +1431,11 @@ msgstr ""
1547
1431
  msgid "Delete Host upon unregister"
1548
1432
  msgstr ""
1549
1433
 
1550
- #, fuzzy
1551
1434
  msgid "Delete Lifecycle Environment"
1552
- msgstr "ପରିବେଶ ଦ୍ୱାରା"
1435
+ msgstr ""
1553
1436
 
1554
- # translation auto-copied from project CFSE, version sam-1.2, document app
1555
1437
  msgid "Delete Manifest"
1556
- msgstr "ସୂଚୀପତ୍ରକୁ ଅପସାରଣ କରନ୍ତୁ"
1438
+ msgstr ""
1557
1439
 
1558
1440
  msgid "Delete Package Group"
1559
1441
  msgstr ""
@@ -1588,9 +1470,8 @@ msgstr ""
1588
1470
  msgid "Delete manifest from Red Hat provider"
1589
1471
  msgstr ""
1590
1472
 
1591
- #, fuzzy
1592
1473
  msgid "Deleted consumer '%s'"
1593
- msgstr "ଅପସାରିତ ଚାଳକ '%s'"
1474
+ msgstr ""
1594
1475
 
1595
1476
  msgid "Deleted from %{environment}"
1596
1477
  msgstr ""
@@ -1599,7 +1480,7 @@ msgid "Deleting manifest in '%{subject}' failed."
1599
1480
  msgstr ""
1600
1481
 
1601
1482
  msgid "Description"
1602
- msgstr ""
1483
+ msgstr "ବର୍ଣ୍ଣନା"
1603
1484
 
1604
1485
  msgid "Description for the content view"
1605
1486
  msgstr ""
@@ -1620,7 +1501,7 @@ msgid "Destination Server name"
1620
1501
  msgstr ""
1621
1502
 
1622
1503
  msgid "Destroy"
1623
- msgstr ""
1504
+ msgstr "ନଷ୍ଟ କରନ୍ତୁ"
1624
1505
 
1625
1506
  msgid "Destroy Content Host"
1626
1507
  msgstr ""
@@ -1662,7 +1543,7 @@ msgid "Destroy one or more repositories"
1662
1543
  msgstr ""
1663
1544
 
1664
1545
  msgid "Details"
1665
- msgstr ""
1546
+ msgstr "ବିବରଣୀ"
1666
1547
 
1667
1548
  msgid "Directly setting package lists on composite content views is not allowed. Please update the components, then re-publish the composite."
1668
1549
  msgstr ""
@@ -1718,15 +1599,14 @@ msgstr ""
1718
1599
  msgid "Duplicate branches specified - %{branches}"
1719
1600
  msgstr ""
1720
1601
 
1721
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
1722
1602
  msgid "Duration"
1723
- msgstr "ଅବଧି"
1603
+ msgstr ""
1724
1604
 
1725
1605
  msgid "ERRATA ADVISORY"
1726
1606
  msgstr ""
1727
1607
 
1728
1608
  msgid "Edit"
1729
- msgstr ""
1609
+ msgstr "ସମ୍ପାଦନ କରନ୍ତୁ"
1730
1610
 
1731
1611
  msgid "Editing Entitlements"
1732
1612
  msgstr ""
@@ -1734,13 +1614,11 @@ msgstr ""
1734
1614
  msgid "Either both parameters 'content_view_id' and 'environment_id' should be specified or neither should be specified"
1735
1615
  msgstr ""
1736
1616
 
1737
- #, fuzzy
1738
1617
  msgid "Either environments or versions must be specified."
1739
- msgstr "ଅନୁଷ୍ଠାନ ID ଅଥବା ପରିବେଶ ID ଉଲ୍ଲେଖ କରିବା ଆବଶ୍ୟକ"
1618
+ msgstr ""
1740
1619
 
1741
- # translation auto-copied from project CFSE, version sam-1.2, document app
1742
1620
  msgid "Either organization ID or environment ID needs to be specified"
1743
- msgstr "ଅନୁଷ୍ଠାନ ID ଅଥବା ପରିବେଶ ID ଉଲ୍ଲେଖ କରିବା ଆବଶ୍ୟକ"
1621
+ msgstr ""
1744
1622
 
1745
1623
  msgid "Either packages or groups must be provided"
1746
1624
  msgstr ""
@@ -1767,7 +1645,7 @@ msgid "Enable/Disable auto publish of composite view"
1767
1645
  msgstr ""
1768
1646
 
1769
1647
  msgid "Enabled"
1770
- msgstr ""
1648
+ msgstr "ସକ୍ରିୟ ହୋଇଛି"
1771
1649
 
1772
1650
  msgid "Enabled Repositories"
1773
1651
  msgstr ""
@@ -1781,54 +1659,44 @@ msgstr ""
1781
1659
  msgid "Ends"
1782
1660
  msgstr ""
1783
1661
 
1784
- # translation auto-copied from project CFSE, version sam-1.2, document app
1785
1662
  msgid "Enhancement"
1786
- msgstr "ଉନ୍ନତି"
1663
+ msgstr ""
1787
1664
 
1788
1665
  msgid "Entitlements"
1789
1666
  msgstr ""
1790
1667
 
1791
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
1792
1668
  msgid "Environment"
1793
1669
  msgstr "ପରିବେଶ"
1794
1670
 
1795
1671
  msgid "Environment IDs"
1796
1672
  msgstr ""
1797
1673
 
1798
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
1799
1674
  msgid "Environment cannot be in its own promotion path"
1800
- msgstr "ପରିବେଶ ନିଜ ଉନ୍ନତି ପଥରେ ରହି ପାରିବ ନାହିଁ"
1675
+ msgstr ""
1801
1676
 
1802
1677
  msgid "Environment identifier"
1803
1678
  msgstr ""
1804
1679
 
1805
1680
  msgid "Environments"
1806
- msgstr ""
1681
+ msgstr "ପରିବେଶଗୁଡ଼ିକ"
1807
1682
 
1808
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
1809
1683
  msgid "Errata"
1810
- msgstr "ଏରାଟା"
1684
+ msgstr ""
1811
1685
 
1812
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
1813
- #, fuzzy
1814
1686
  msgid "Errata ID"
1815
- msgstr "ଏରାଟା"
1687
+ msgstr ""
1816
1688
 
1817
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
1818
1689
  msgid "Errata Install"
1819
- msgstr "ଏରାଟା ସ୍ଥାପନା"
1690
+ msgstr ""
1820
1691
 
1821
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
1822
1692
  msgid "Errata Install scheduled by %s"
1823
- msgstr "%s ଦ୍ୱାରା ଏରାଟା ସ୍ଥାପନା ଯୋଜନା କରାଯାଇଛି"
1693
+ msgstr ""
1824
1694
 
1825
1695
  msgid "Errata id of the erratum (RHSA-2012:108)"
1826
1696
  msgstr ""
1827
1697
 
1828
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
1829
- #, fuzzy
1830
1698
  msgid "Errata mail"
1831
- msgstr "ଏରାଟା ସ୍ଥାପନା"
1699
+ msgstr ""
1832
1700
 
1833
1701
  msgid "Errata to exclusively include in the action"
1834
1702
  msgstr ""
@@ -1836,28 +1704,21 @@ msgstr ""
1836
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."
1837
1705
  msgstr ""
1838
1706
 
1839
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
1840
- #, fuzzy
1841
1707
  msgid "Erratum"
1842
- msgstr "ଏରାଟା"
1708
+ msgstr ""
1843
1709
 
1844
- # translation auto-copied from project CFSE, version sam-1.2, document app
1845
1710
  msgid "Erratum Install Canceled"
1846
- msgstr "ଏରାଟା ସ୍ଥାପନ ବାତିଲ ହୋଇଛି"
1711
+ msgstr ""
1847
1712
 
1848
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
1849
1713
  msgid "Erratum Install Complete"
1850
- msgstr "ଏରାଟା ସ୍ଥାପନ ସମ୍ପୂର୍ଣ୍ଣ ହୋଇଛି"
1714
+ msgstr ""
1851
1715
 
1852
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
1853
1716
  msgid "Erratum Install Failed"
1854
- msgstr "ଏରାଟାମ ସ୍ଥାପନ ବିଫଳ ହୋଇଛି"
1717
+ msgstr ""
1855
1718
 
1856
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
1857
1719
  msgid "Erratum Install Timed Out"
1858
- msgstr "ଏରାଟାମ ସ୍ଥାପନ ସମୟ ସମାପ୍ତ ହୋଇଛି"
1720
+ msgstr ""
1859
1721
 
1860
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
1861
1722
  msgid "Error"
1862
1723
  msgstr "ତ୍ରୁଟି"
1863
1724
 
@@ -1876,12 +1737,17 @@ msgstr ""
1876
1737
  msgid "Exceeds available quantity"
1877
1738
  msgstr ""
1878
1739
 
1740
+ msgid "Exclude"
1741
+ msgstr ""
1742
+
1743
+ msgid "Excluded"
1744
+ msgstr ""
1745
+
1879
1746
  msgid "Exit"
1880
1747
  msgstr ""
1881
1748
 
1882
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
1883
1749
  msgid "Expand All"
1884
- msgstr "ସବୁଗୁଡ଼ିକୁ ବିସ୍ତାର କରନ୍ତୁ"
1750
+ msgstr ""
1885
1751
 
1886
1752
  msgid "Expire soon days"
1887
1753
  msgstr ""
@@ -1898,9 +1764,6 @@ msgstr ""
1898
1764
  msgid "Export Types"
1899
1765
  msgstr ""
1900
1766
 
1901
- msgid "Export a content view version. Relevant only for Pulp 2 repositories."
1902
- msgstr ""
1903
-
1904
1767
  msgid "Export a repository"
1905
1768
  msgstr ""
1906
1769
 
@@ -1913,17 +1776,12 @@ msgstr ""
1913
1776
  msgid "Export to ISO format"
1914
1777
  msgstr ""
1915
1778
 
1916
- msgid "Export to ISO format."
1917
- msgstr ""
1918
-
1919
1779
  msgid "Exported version"
1920
1780
  msgstr ""
1921
1781
 
1922
- #, fuzzy
1923
1782
  msgid "Facts successfully updated."
1924
- msgstr "ସଫଳତାର ସହିତ ନିର୍ମିତ।"
1783
+ msgstr ""
1925
1784
 
1926
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author mgiri
1927
1785
  msgid "Failed"
1928
1786
  msgstr "ବିଫଳ ହୋଇଛି"
1929
1787
 
@@ -1933,11 +1791,6 @@ msgstr ""
1933
1791
  msgid "Failed to delete %{host}: %{errors}"
1934
1792
  msgstr ""
1935
1793
 
1936
- msgid "Failed to download %s module."
1937
- msgid_plural "Failed to download %s modules."
1938
- msgstr[0] ""
1939
- msgstr[1] ""
1940
-
1941
1794
  msgid "Failed to download %s package."
1942
1795
  msgid_plural "Failed to download %s packages."
1943
1796
  msgstr[0] ""
@@ -2015,9 +1868,6 @@ msgstr ""
2015
1868
  msgid "Filter versions by environment"
2016
1869
  msgstr ""
2017
1870
 
2018
- msgid "Filter versions by puppet module"
2019
- msgstr ""
2020
-
2021
1871
  msgid "Filter versions by version number"
2022
1872
  msgstr ""
2023
1873
 
@@ -2028,7 +1878,7 @@ msgid "Filtered index content"
2028
1878
  msgstr ""
2029
1879
 
2030
1880
  msgid "Filters"
2031
- msgstr ""
1881
+ msgstr "ଛାଣକଗୁଡ଼ିକ"
2032
1882
 
2033
1883
  msgid "Finish action timeout"
2034
1884
  msgstr ""
@@ -2039,6 +1889,9 @@ msgstr ""
2039
1889
  msgid "For pages that support it, automatically perform search while typing in search input."
2040
1890
  msgstr ""
2041
1891
 
1892
+ msgid "Force"
1893
+ msgstr ""
1894
+
2042
1895
  msgid ""
2043
1896
  "Force a sync and validate the checksums of all content. Non-yum repositories (or those with \\\n"
2044
1897
  " On Demand download policy) are skipped."
@@ -2068,9 +1921,8 @@ msgstr ""
2068
1921
  msgid "GPG Key URL"
2069
1922
  msgstr ""
2070
1923
 
2071
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
2072
1924
  msgid "Generate and Download"
2073
- msgstr "ନିର୍ମାଣ କରନ୍ତୁ ଏବଂ ଆହରଣ କରନ୍ତୁ"
1925
+ msgstr ""
2074
1926
 
2075
1927
  msgid "Generate host applicability"
2076
1928
  msgstr ""
@@ -2081,6 +1933,9 @@ msgstr ""
2081
1933
  msgid "Get all content available, not just that provided by subscriptions"
2082
1934
  msgstr ""
2083
1935
 
1936
+ msgid "Get all content available, not just that provided by subscriptions. Relevant for Activation Keys only"
1937
+ msgstr ""
1938
+
2084
1939
  msgid "Get content and overrides for the host"
2085
1940
  msgstr ""
2086
1941
 
@@ -2093,12 +1948,6 @@ msgstr ""
2093
1948
  msgid "Get list of available repositories for the repository set"
2094
1949
  msgstr ""
2095
1950
 
2096
- msgid "Get puppet modules names that are available to be added to the content view"
2097
- msgstr ""
2098
-
2099
- msgid "Get puppet modules that are available to be added to the content view"
2100
- msgstr ""
2101
-
2102
1951
  msgid "Get status of repo synchronisation for given product"
2103
1952
  msgstr ""
2104
1953
 
@@ -2127,9 +1976,11 @@ msgid "Has to be > 0"
2127
1976
  msgstr ""
2128
1977
 
2129
1978
  msgid "History"
1979
+ msgstr "ପୁରୁଣା ତଥ୍ୟ"
1980
+
1981
+ msgid "History will appear here when the content view is published or promoted."
2130
1982
  msgstr ""
2131
1983
 
2132
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
2133
1984
  msgid "Host"
2134
1985
  msgstr "ହୋଷ୍ଟ"
2135
1986
 
@@ -2217,6 +2068,9 @@ msgstr ""
2217
2068
  msgid "Hosts with Installable Errata"
2218
2069
  msgstr ""
2219
2070
 
2071
+ msgid "Hosts: "
2072
+ msgstr ""
2073
+
2220
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."
2221
2075
  msgstr ""
2222
2076
 
@@ -2286,9 +2140,8 @@ msgstr ""
2286
2140
  msgid "ID of the sync plan"
2287
2141
  msgstr ""
2288
2142
 
2289
- # translation auto-copied from project CFSE, version sam-1.2, document app
2290
2143
  msgid "ID: %s doesn't exist "
2291
- msgstr "ID: %s ଅବସ୍ଥିତ ନାହିଁ"
2144
+ msgstr ""
2292
2145
 
2293
2146
  msgid "ISO export must be enabled when specifying ISO size"
2294
2147
  msgstr ""
@@ -2371,7 +2224,7 @@ msgstr ""
2371
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."
2372
2225
  msgstr ""
2373
2226
 
2374
- 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"
2375
2228
  msgstr ""
2376
2229
 
2377
2230
  msgid "If specified, remove the first instance of a subscription with matching id and quantity"
@@ -2398,6 +2251,15 @@ msgstr ""
2398
2251
  msgid "Ignorable content can be only set for Yum repositories."
2399
2252
  msgstr ""
2400
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
+
2401
2263
  msgid "Ignore subscriptions that are unavailable to the specified host"
2402
2264
  msgstr ""
2403
2265
 
@@ -2405,7 +2267,7 @@ msgid "Immediate"
2405
2267
  msgstr ""
2406
2268
 
2407
2269
  msgid "Import"
2408
- msgstr ""
2270
+ msgstr "ଆମଦାନୀ କରନ୍ତୁ"
2409
2271
 
2410
2272
  msgid "Import Content View Version"
2411
2273
  msgstr ""
@@ -2413,9 +2275,8 @@ msgstr ""
2413
2275
  msgid "Import Default Content View"
2414
2276
  msgstr ""
2415
2277
 
2416
- #, fuzzy
2417
2278
  msgid "Import Manifest"
2418
- msgstr "ଆମଦାନୀ କରନ୍ତୁ"
2279
+ msgstr ""
2419
2280
 
2420
2281
  msgid "Import New Manifest"
2421
2282
  msgstr ""
@@ -2426,6 +2287,9 @@ msgstr ""
2426
2287
  msgid "Import Puppet classes"
2427
2288
  msgstr ""
2428
2289
 
2290
+ msgid "Import Types"
2291
+ msgstr ""
2292
+
2429
2293
  msgid "Import a Manifest"
2430
2294
  msgstr ""
2431
2295
 
@@ -2444,9 +2308,8 @@ msgstr ""
2444
2308
  msgid "Import a content view version to the library"
2445
2309
  msgstr ""
2446
2310
 
2447
- #, fuzzy
2448
2311
  msgid "Import facts"
2449
- msgstr "ଆମଦାନୀ କରନ୍ତୁ"
2312
+ msgstr ""
2450
2313
 
2451
2314
  msgid "Import uploads into a repository"
2452
2315
  msgstr ""
@@ -2457,15 +2320,21 @@ msgstr ""
2457
2320
  msgid "Import-only content views can not be published directly"
2458
2321
  msgstr ""
2459
2322
 
2460
- msgid "Import-only content views will be available in a future version."
2461
- msgstr ""
2462
-
2463
2323
  msgid "Importing manifest into '%{subject}' failed."
2464
2324
  msgstr ""
2465
2325
 
2466
2326
  msgid "In Progress"
2467
2327
  msgstr ""
2468
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
+
2469
2338
  msgid "Inclusion type"
2470
2339
  msgstr ""
2471
2340
 
@@ -2490,9 +2359,8 @@ msgstr ""
2490
2359
  msgid "Index content"
2491
2360
  msgstr ""
2492
2361
 
2493
- #, fuzzy
2494
2362
  msgid "Index errata"
2495
- msgstr "ଏରାଟାମକୁ ସ୍ଥାପନ କରୁଅଛି..."
2363
+ msgstr ""
2496
2364
 
2497
2365
  msgid "Index module streams"
2498
2366
  msgstr ""
@@ -2515,29 +2383,26 @@ msgstr ""
2515
2383
  msgid "Install Applicable Errata on %s"
2516
2384
  msgstr ""
2517
2385
 
2518
- msgid "Install content on one or more hosts"
2386
+ msgid "Install content on one or more hosts using katello-agent. %s"
2519
2387
  msgstr ""
2520
2388
 
2521
2389
  msgid "Install errata via Katello interface"
2522
2390
  msgstr ""
2523
2391
 
2524
- #, fuzzy
2525
2392
  msgid "Install erratum"
2526
- msgstr "ଏରାଟାମକୁ ସ୍ଥାପନ କରୁଅଛି..."
2393
+ msgstr ""
2527
2394
 
2528
2395
  msgid "Install erratum for %s"
2529
2396
  msgstr ""
2530
2397
 
2531
- #, fuzzy
2532
2398
  msgid "Install package"
2533
- msgstr "ପ୍ୟାକେଜକୁ ସ୍ଥାପନ କରୁଅଛି..."
2399
+ msgstr ""
2534
2400
 
2535
2401
  msgid "Install package for %s"
2536
2402
  msgstr ""
2537
2403
 
2538
- #, fuzzy
2539
2404
  msgid "Install package group"
2540
- msgstr "ପ୍ୟାକେଜଶ୍ରେଣୀକୁ ସ୍ଥାପନ କରୁଅଛି..."
2405
+ msgstr ""
2541
2406
 
2542
2407
  msgid "Install package group via Katello interface"
2543
2408
  msgstr ""
@@ -2545,7 +2410,7 @@ msgstr ""
2545
2410
  msgid "Install package via Katello interface"
2546
2411
  msgstr ""
2547
2412
 
2548
- msgid "Install packages remotely"
2413
+ msgid "Install packages remotely using katello-agent. %s"
2549
2414
  msgstr ""
2550
2415
 
2551
2416
  msgid "Installable errata from Content View"
@@ -2560,21 +2425,17 @@ msgstr ""
2560
2425
  msgid "Installation of package(s) requested: %{packages}"
2561
2426
  msgstr ""
2562
2427
 
2563
- # translation auto-copied from project CFSE, version sam-1.2, document app
2564
2428
  msgid "Installed Packages"
2565
- msgstr "ସ୍ଥାପିତ ପ୍ୟାକେଜଗୁଡ଼ିକ"
2429
+ msgstr ""
2566
2430
 
2567
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
2568
2431
  msgid "Installing Erratum..."
2569
- msgstr "ଏରାଟାମକୁ ସ୍ଥାପନ କରୁଅଛି..."
2432
+ msgstr ""
2570
2433
 
2571
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
2572
2434
  msgid "Installing Package Group..."
2573
- msgstr "ପ୍ୟାକେଜଶ୍ରେଣୀକୁ ସ୍ଥାପନ କରୁଅଛି..."
2435
+ msgstr ""
2574
2436
 
2575
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
2576
2437
  msgid "Installing Package..."
2577
- msgstr "ପ୍ୟାକେଜକୁ ସ୍ଥାପନ କରୁଅଛି..."
2438
+ msgstr ""
2578
2439
 
2579
2440
  msgid "Instance update"
2580
2441
  msgstr ""
@@ -2600,13 +2461,11 @@ msgstr ""
2600
2461
  msgid "Invalid association of the content view id. Content View must match the content view version being saved"
2601
2462
  msgstr ""
2602
2463
 
2603
- #, fuzzy
2604
2464
  msgid "Invalid content label: %s"
2605
- msgstr "ଅବୈଧ ସ୍ଥିତି"
2465
+ msgstr ""
2606
2466
 
2607
- #, fuzzy
2608
2467
  msgid "Invalid content type %s"
2609
- msgstr "ଅବୈଧ ସ୍ଥିତି"
2468
+ msgstr ""
2610
2469
 
2611
2470
  msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
2612
2471
  msgstr ""
@@ -2623,9 +2482,8 @@ msgstr ""
2623
2482
  msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or 'types'"
2624
2483
  msgstr ""
2625
2484
 
2626
- #, fuzzy
2627
2485
  msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
2628
- msgstr "ଅବୈଧ ଉତ୍ସ ପ୍ରକାର '%{resource_type}'। ଉତ୍ସ ପ୍ରକାରଟି '%{possible_types}' ମଧ୍ଯରୁ ଗୋଟିଏ ହୋଇପାରିବ"
2486
+ msgstr ""
2629
2487
 
2630
2488
  msgid "Invalid event_type %s"
2631
2489
  msgstr ""
@@ -2633,13 +2491,11 @@ msgstr ""
2633
2491
  msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
2634
2492
  msgstr ""
2635
2493
 
2636
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
2637
2494
  msgid "Invalid parameters sent in the request for this operation. Please contact a system administrator."
2638
- msgstr "ଏହି ପ୍ରୟୋଗ ପାଇଁ ଅବୈଧ ପ୍ରାଚଳଗୁଡ଼ିକୁ ପଠାଯାଇଛି। ଦୟାକରି ତନ୍ତ୍ର ପ୍ରଶାସକଙ୍କ ସହିତ ଯୋଗାଯୋଗ କରନ୍ତୁ।"
2495
+ msgstr ""
2639
2496
 
2640
- # translation auto-copied from project CFSE, version sam-1.2, document app
2641
2497
  msgid "Invalid parameters sent. You may have mistyped the address. If you continue having trouble with this, please contact an Administrator."
2642
- msgstr "ଅବୈଧ ପ୍ରାଚଳଗୁଡ଼ିକ ପଠାଯାଇଛି। ଆପଣ ହୁଏତଃ ଠିକଣାକୁ ଭୁଲ ଭାବରେ ଲେଖିଛନ୍ତି। ଯଦି ଆପଣ ଏହା ସହିତ ସମସ୍ୟାର ସମ୍ମୁଖିନ ହେଉଥାନ୍ତି, ତେବେ ପ୍ରସାଶକଙ୍କ ସହିତ ସମ୍ପର୍କ କରନ୍ତୁ।"
2498
+ msgstr ""
2643
2499
 
2644
2500
  msgid "Invalid params provided - content_type must be one of %s"
2645
2501
  msgstr ""
@@ -2647,20 +2503,6 @@ msgstr ""
2647
2503
  msgid "Invalid params provided - date_type must be one of %s"
2648
2504
  msgstr ""
2649
2505
 
2650
- msgid ""
2651
- "Invalid puppet module parameters specified. \\\n"
2652
- " Either 'uuid' or 'name' and 'author' must be specified."
2653
- msgstr ""
2654
-
2655
- msgid "Invalid puppet module. Please make sure the puppet module contains a metadata.json file and is properly compressed."
2656
- msgstr ""
2657
-
2658
- msgid "Invalid usage for Pulp 2 repositories. Use export for Yum repositories"
2659
- msgstr ""
2660
-
2661
- msgid "Invalid usage for Pulp 3 repositories. Use hammer content-export for Yum repositories"
2662
- msgstr ""
2663
-
2664
2506
  msgid "Invalid value specified for Container Image repositories."
2665
2507
  msgstr ""
2666
2508
 
@@ -2670,9 +2512,6 @@ msgstr ""
2670
2512
  msgid "Invalid value specified for ignorable content. Permissible values %s"
2671
2513
  msgstr ""
2672
2514
 
2673
- msgid "Katello"
2674
- msgstr ""
2675
-
2676
2515
  msgid "Katello ID of local pool to update"
2677
2516
  msgstr ""
2678
2517
 
@@ -2727,15 +2566,23 @@ msgstr ""
2727
2566
  msgid "Last published"
2728
2567
  msgstr ""
2729
2568
 
2569
+ msgid "Last task"
2570
+ msgstr ""
2571
+
2572
+ msgid "Latest (automatically updates)"
2573
+ msgstr ""
2574
+
2730
2575
  msgid "Latest Errata"
2731
2576
  msgstr ""
2732
2577
 
2578
+ msgid "Latest version"
2579
+ msgstr ""
2580
+
2733
2581
  msgid "Learn more about adding Subscription Manifests"
2734
2582
  msgstr ""
2735
2583
 
2736
- #, fuzzy
2737
2584
  msgid "Library lifecycle environments may not be deleted."
2738
- msgstr "ପରିବେଶ '%s' କୁ ଅପସରଣ କରାଯାଇଛି।"
2585
+ msgstr ""
2739
2586
 
2740
2587
  msgid "Library repository id to restrict comparisons to"
2741
2588
  msgstr ""
@@ -2755,9 +2602,11 @@ msgstr ""
2755
2602
  msgid "Lifecycle Environment ID"
2756
2603
  msgstr ""
2757
2604
 
2758
- #, fuzzy
2759
2605
  msgid "Lifecycle Environments"
2760
- msgstr "ପରିବେଶ ଦ୍ୱାରା"
2606
+ msgstr ""
2607
+
2608
+ msgid "Lifecycle environment"
2609
+ msgstr ""
2761
2610
 
2762
2611
  msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
2763
2612
  msgstr ""
@@ -2765,6 +2614,9 @@ msgstr ""
2765
2614
  msgid "Lifecycle environment ID"
2766
2615
  msgstr ""
2767
2616
 
2617
+ msgid "Lifecycle environment for the host."
2618
+ msgstr ""
2619
+
2768
2620
  msgid "Lifecycle environment was not attached to the smart proxy; therefore, no changes were made."
2769
2621
  msgstr ""
2770
2622
 
@@ -2774,6 +2626,9 @@ msgstr ""
2774
2626
  msgid "Limit content to just that available in the activation key's content view version"
2775
2627
  msgstr ""
2776
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
+
2777
2632
  msgid "Limit content to just that available in the host's content view version"
2778
2633
  msgstr ""
2779
2634
 
@@ -2810,9 +2665,6 @@ msgstr ""
2810
2665
  msgid "List components attached to this content view"
2811
2666
  msgstr ""
2812
2667
 
2813
- msgid "List content view puppet modules"
2814
- msgstr ""
2815
-
2816
2668
  msgid "List content view versions"
2817
2669
  msgstr ""
2818
2670
 
@@ -2852,6 +2704,9 @@ msgstr ""
2852
2704
  msgid "List host collections within an organization"
2853
2705
  msgstr ""
2854
2706
 
2707
+ msgid "List import histories"
2708
+ msgstr ""
2709
+
2855
2710
  msgid "List module streams available to the host"
2856
2711
  msgstr ""
2857
2712
 
@@ -3000,7 +2855,7 @@ msgid "List the lifecycle environments not attached to the smart proxy"
3000
2855
  msgstr ""
3001
2856
 
3002
2857
  msgid "Loading"
3003
- msgstr ""
2858
+ msgstr "ଧାରଣ କରୁଅଛି"
3004
2859
 
3005
2860
  msgid "Make copy of a content view"
3006
2861
  msgstr ""
@@ -3068,10 +2923,12 @@ msgstr ""
3068
2923
  msgid "May not add an id rule to a filter that has an existing type or date range rule."
3069
2924
  msgstr ""
3070
2925
 
2926
+ msgid "Media Selection"
2927
+ msgstr ""
2928
+
3071
2929
  msgid "Medium IDs"
3072
2930
  msgstr ""
3073
2931
 
3074
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
3075
2932
  msgid "Message"
3076
2933
  msgstr "ସନ୍ଦେଶ"
3077
2934
 
@@ -3105,9 +2962,15 @@ msgstr ""
3105
2962
  msgid "Must supply at least one of mandatory_package_names, optional_package_names, conditional_package_names, default_package_names parameters"
3106
2963
  msgstr ""
3107
2964
 
2965
+ msgid "N/A"
2966
+ msgstr ""
2967
+
3108
2968
  msgid "NA"
3109
2969
  msgstr ""
3110
2970
 
2971
+ msgid "NOTE: Katello-agent is deprecated and will be removed in %s. Consider using remote execution instead."
2972
+ msgstr ""
2973
+
3111
2974
  msgid ""
3112
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"
3113
2976
  " %{repos}"
@@ -3148,15 +3011,11 @@ msgstr ""
3148
3011
  msgid "Nest"
3149
3012
  msgstr ""
3150
3013
 
3151
- # translation auto-copied from project CFSE, version sam-1.2, document app
3152
- #, fuzzy
3153
3014
  msgid "Never Synced"
3154
- msgstr "କଦାପି ଯାଞ୍ଚ କରାଯାଇ ନାହିଁ"
3015
+ msgstr ""
3155
3016
 
3156
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3157
- #, fuzzy
3158
3017
  msgid "New Errata"
3159
- msgstr "ଏରାଟା ସନ୍ଧାନ କରନ୍ତୁ"
3018
+ msgstr ""
3160
3019
 
3161
3020
  msgid "New Files: %s"
3162
3021
  msgstr ""
@@ -3170,10 +3029,8 @@ msgstr ""
3170
3029
  msgid "New host collection name"
3171
3030
  msgstr ""
3172
3031
 
3173
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
3174
- #, fuzzy
3175
3032
  msgid "New name cannot be blank"
3176
- msgstr "ଖାଲି କରି ପାରିବେ ନାହିଁ"
3033
+ msgstr ""
3177
3034
 
3178
3035
  msgid "New name for the content view"
3179
3036
  msgstr ""
@@ -3181,25 +3038,35 @@ msgstr ""
3181
3038
  msgid "New packages: %{count} (%{size})."
3182
3039
  msgstr ""
3183
3040
 
3041
+ msgid "New version is available: Version ${latestVersion}"
3042
+ msgstr ""
3043
+
3184
3044
  msgid "No"
3185
3045
  msgstr ""
3186
3046
 
3187
- # 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
+
3188
3053
  msgid "No Content View"
3189
- msgstr "କୌଣସି ସୂଚୀପତ୍ର ଦୃଶ୍ୟ ନାହିଁ"
3054
+ msgstr ""
3190
3055
 
3191
3056
  msgid "No Content found"
3192
3057
  msgstr ""
3193
3058
 
3059
+ msgid "No Lifecycle environment to select"
3060
+ msgstr ""
3061
+
3194
3062
  msgid "No Manifest Uploaded"
3195
3063
  msgstr ""
3196
3064
 
3197
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."
3198
3066
  msgstr ""
3199
3067
 
3200
- # translation auto-copied from project CFSE, version sam-1.2, document app
3201
3068
  msgid "No Service Level Preference"
3202
- msgstr "କୌଣସି ସର୍ଭିସ ସ୍ତର ପସନ୍ଦ ନାହିଁ"
3069
+ msgstr ""
3203
3070
 
3204
3071
  msgid "No URL found for a container registry. Please check the configuration."
3205
3072
  msgstr ""
@@ -3213,9 +3080,8 @@ msgstr ""
3213
3080
  msgid "No artifacts to show"
3214
3081
  msgstr ""
3215
3082
 
3216
- #, fuzzy
3217
3083
  msgid "No content has been provided."
3218
- msgstr "ଅତିକମରେ ଗୋଟିଏ ସକ୍ରିୟଣ କି ଦେବା ଉଚିତ"
3084
+ msgstr ""
3219
3085
 
3220
3086
  msgid "No content ids provided"
3221
3087
  msgstr ""
@@ -3223,18 +3089,29 @@ msgstr ""
3223
3089
  msgid "No content view history events found."
3224
3090
  msgstr ""
3225
3091
 
3092
+ msgid "No content views belong to ${label}"
3093
+ msgstr ""
3094
+
3226
3095
  msgid "No content_view_version_ids provided"
3227
3096
  msgstr ""
3228
3097
 
3098
+ msgid "No description"
3099
+ msgstr ""
3100
+
3229
3101
  msgid "No enabled repositories match your search criteria."
3230
3102
  msgstr ""
3231
3103
 
3104
+ msgid "No environment"
3105
+ msgstr ""
3106
+
3107
+ msgid "No environments"
3108
+ msgstr ""
3109
+
3232
3110
  msgid "No errata has been specified."
3233
3111
  msgstr ""
3234
3112
 
3235
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3236
3113
  msgid "No errors"
3237
- msgstr "କୌଣସି ତ୍ରୁଟି ନାହିଁ"
3114
+ msgstr ""
3238
3115
 
3239
3116
  msgid "No existing export history was found to perform an incremental export. A full export must be performed"
3240
3117
  msgstr ""
@@ -3263,24 +3140,35 @@ msgstr ""
3263
3140
  msgid "No matching filters found"
3264
3141
  msgstr ""
3265
3142
 
3143
+ msgid "No matching history record found"
3144
+ msgstr ""
3145
+
3146
+ msgid "No matching package groups found."
3147
+ msgstr ""
3148
+
3266
3149
  msgid "No matching repositories found"
3267
3150
  msgstr ""
3268
3151
 
3269
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3152
+ msgid "No matching rules found."
3153
+ msgstr ""
3154
+
3155
+ msgid "No matching version found"
3156
+ msgstr ""
3157
+
3270
3158
  msgid "No new packages installed"
3271
- msgstr "କୌଣସି ନୂତନ ପ୍ୟାକେଜ ସ୍ଥାପିତ ହୋଇନାହିଁ"
3159
+ msgstr ""
3272
3160
 
3273
- #, fuzzy
3274
3161
  msgid "No new packages."
3275
- msgstr "କୌଣସି ନୂତନ ପ୍ୟାକେଜ ସ୍ଥାପିତ ହୋଇନାହିଁ"
3162
+ msgstr ""
3163
+
3164
+ msgid "No package groups have been added to this filter."
3165
+ msgstr ""
3276
3166
 
3277
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3278
3167
  msgid "No packages removed"
3279
- msgstr "କୌଣସି ପ୍ୟାକେଜକୁ ବାହାର କରାଯାଇ ନାହିଁ"
3168
+ msgstr ""
3280
3169
 
3281
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3282
3170
  msgid "No packages updated"
3283
- msgstr "କୌଣସି ପ୍ୟାକେଜକୁ ଅଦ୍ୟତନ କରାଯାଇ ନାହିଁ"
3171
+ msgstr ""
3284
3172
 
3285
3173
  msgid "No pool IDs were provided."
3286
3174
  msgstr ""
@@ -3321,12 +3209,14 @@ msgstr ""
3321
3209
  msgid "No repository sets match your search criteria."
3322
3210
  msgstr ""
3323
3211
 
3212
+ msgid "No rules have been added to this filter."
3213
+ msgstr ""
3214
+
3324
3215
  msgid "No services defined, is this class extended?"
3325
3216
  msgstr ""
3326
3217
 
3327
- #, fuzzy
3328
3218
  msgid "No start time currently available."
3329
- msgstr "ବଣ୍ଟନଗୁଡ଼ିକ"
3219
+ msgstr ""
3330
3220
 
3331
3221
  msgid "No subscriptions match your search criteria."
3332
3222
  msgstr ""
@@ -3343,12 +3233,11 @@ msgstr ""
3343
3233
  msgid "Non-security errata installable"
3344
3234
  msgstr ""
3345
3235
 
3346
- #, fuzzy
3347
3236
  msgid "Non-system event"
3348
- msgstr "ତନ୍ତ୍ରଗୁଡ଼ିକ"
3237
+ msgstr ""
3349
3238
 
3350
3239
  msgid "None"
3351
- msgstr "କିଛି ନୁହଁ"
3240
+ msgstr "କିଛିନୁହଁ"
3352
3241
 
3353
3242
  msgid "None provided"
3354
3243
  msgstr ""
@@ -3359,12 +3248,18 @@ msgstr ""
3359
3248
  msgid "Not a number"
3360
3249
  msgstr ""
3361
3250
 
3251
+ msgid "Not added"
3252
+ msgstr ""
3253
+
3362
3254
  msgid "Not all necessary pulp workers running at %s."
3363
3255
  msgstr ""
3364
3256
 
3365
3257
  msgid "Not running"
3366
3258
  msgstr ""
3367
3259
 
3260
+ msgid "Not yet published"
3261
+ msgstr ""
3262
+
3368
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."
3369
3264
  msgstr ""
3370
3265
 
@@ -3410,9 +3305,8 @@ msgstr ""
3410
3305
  msgid "On-disk location for pulp 3 exported repositories"
3411
3306
  msgstr ""
3412
3307
 
3413
- #, fuzzy
3414
3308
  msgid "One of parameters [ %s ] required but not specified."
3415
- msgstr "ଅନୁଷ୍ଠାନ id ଆବଶ୍ୟକ କିନ୍ତୁ ଉଲ୍ଲେଖ ହୋଇନାହିଁ।"
3309
+ msgstr ""
3416
3310
 
3417
3311
  msgid "One of yum or docker"
3418
3312
  msgstr ""
@@ -3423,16 +3317,14 @@ msgstr ""
3423
3317
  msgid "One or more ids (%{ids}) were not found for %{assoc}. You may not have permissions to see them."
3424
3318
  msgstr ""
3425
3319
 
3426
- #, fuzzy
3427
3320
  msgid "One or more packages failed to sync properly."
3428
- msgstr "ଗୋଟିଏ କିମ୍ବା ଅଧିକ ନିଶ୍ଚିତ ଭାବରେ ଦେବା ଉଚିତ"
3321
+ msgstr ""
3429
3322
 
3430
3323
  msgid "One or more processes require restarting"
3431
3324
  msgstr ""
3432
3325
 
3433
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3434
3326
  msgid "Only one Red Hat provider permitted for an Organization"
3435
- msgstr "କେବଳ ଗୋଟିଏ Red Hat ପ୍ରଦାତା ଏହି ଅନୁଷ୍ଠାନ ପାଇଁ ଅନୁମତି ପ୍ରାପ୍ତ"
3327
+ msgstr ""
3436
3328
 
3437
3329
  msgid "Only returns id and quantity fields"
3438
3330
  msgstr ""
@@ -3443,10 +3335,6 @@ msgstr ""
3443
3335
  msgid "Optional date of last export (ex: 2010-01-01T12:00:00Z)"
3444
3336
  msgstr ""
3445
3337
 
3446
- msgid "Optional date of last export (ex: 2010-01-01T12:00:00Z). Relevant only for Pulp 2 repositories"
3447
- msgstr ""
3448
-
3449
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author mgiri
3450
3338
  msgid "Organization"
3451
3339
  msgstr "ଅନୁଷ୍ଠାନ"
3452
3340
 
@@ -3459,9 +3347,11 @@ msgstr ""
3459
3347
  msgid "Organization ID is required"
3460
3348
  msgstr ""
3461
3349
 
3462
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3350
+ msgid "Organization Information not provided."
3351
+ msgstr ""
3352
+
3463
3353
  msgid "Organization cannot be blank."
3464
- msgstr "ଅନୁଷ୍ଠାନକୁ ଖାଲି ରଖିପାରିବେ ନାହିଁ।"
3354
+ msgstr ""
3465
3355
 
3466
3356
  msgid "Organization id"
3467
3357
  msgstr ""
@@ -3475,13 +3365,11 @@ msgstr ""
3475
3365
  msgid "Organization not found"
3476
3366
  msgstr ""
3477
3367
 
3478
- #, fuzzy
3479
3368
  msgid "Organization required"
3480
- msgstr "ଅନୁଷ୍ଠାନ"
3369
+ msgstr ""
3481
3370
 
3482
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
3483
3371
  msgid "Other"
3484
- msgstr "ଅନ୍ଯାନ୍ଯ"
3372
+ msgstr ""
3485
3373
 
3486
3374
  msgid "Override content for activation_key"
3487
3375
  msgstr ""
@@ -3504,99 +3392,74 @@ msgstr ""
3504
3392
  msgid "Override value. Provide a boolean value if name is 'enabled'"
3505
3393
  msgstr ""
3506
3394
 
3507
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
3508
- #, fuzzy
3509
3395
  msgid "Package"
3510
- msgstr "ପ୍ୟାକେଜଗୁଡ଼ିକ"
3396
+ msgstr ""
3511
3397
 
3512
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
3513
- #, fuzzy
3514
3398
  msgid "Package Group"
3515
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀଗୁଡ଼ିକ"
3399
+ msgstr ""
3516
3400
 
3517
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3518
3401
  msgid "Package Group Install"
3519
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀ ସ୍ଥାପନା"
3402
+ msgstr ""
3520
3403
 
3521
- # translation auto-copied from project CFSE, version sam-1.2, document app
3522
3404
  msgid "Package Group Install Canceled"
3523
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀ ସ୍ଥାପନ ବାତିଲ ହୋଇଛି"
3405
+ msgstr ""
3524
3406
 
3525
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3526
3407
  msgid "Package Group Install Complete"
3527
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀ ସ୍ଥାପନା ସମ୍ପୂର୍ଣ୍ଣ ହୋଇଛି"
3408
+ msgstr ""
3528
3409
 
3529
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3530
3410
  msgid "Package Group Install Failed"
3531
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀ ସ୍ଥାପନା ବିଫଳ ହୋଇଛି"
3411
+ msgstr ""
3532
3412
 
3533
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3534
3413
  msgid "Package Group Install Timed Out"
3535
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀ ସ୍ଥାପନାର ସମୟ ସମାପ୍ତ ହୋଇଛି"
3414
+ msgstr ""
3536
3415
 
3537
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3538
3416
  msgid "Package Group Install scheduled by %s"
3539
- msgstr "%s ଦ୍ୱାରା ପ୍ୟାକେଜ ଶ୍ରେଣୀ ସ୍ଥାପନାକୁ ଯୋଜନା କରାଯାଇଛି"
3417
+ msgstr ""
3540
3418
 
3541
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3542
3419
  msgid "Package Group Remove"
3543
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀ ବହିଷ୍କାର"
3420
+ msgstr ""
3544
3421
 
3545
- # translation auto-copied from project CFSE, version sam-1.2, document app
3546
3422
  msgid "Package Group Remove Canceled"
3547
- msgstr "ପ୍ଯାକେଜ ସମୂହର ବିସ୍ଥାପନ ବାତିଲ ହୋଇଛି"
3423
+ msgstr ""
3548
3424
 
3549
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3550
3425
  msgid "Package Group Remove Complete"
3551
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀ ବହିଷ୍କାର ସମ୍ପୂର୍ଣ୍ଣ ହୋଇଛି"
3426
+ msgstr ""
3552
3427
 
3553
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3554
3428
  msgid "Package Group Remove Failed"
3555
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀ ବହିଷ୍କାର ବିଫଳ ହୋଇଛି"
3429
+ msgstr ""
3556
3430
 
3557
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3558
3431
  msgid "Package Group Remove Timed Out"
3559
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀ ବହିଷ୍କାର ସମୟ ସମାପ୍ତ ହୋଇଛି"
3432
+ msgstr ""
3560
3433
 
3561
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3562
3434
  msgid "Package Group Remove scheduled by %s"
3563
- msgstr "%s ଦ୍ୱାରା ପ୍ୟାକେଜ ଶ୍ରେଣୀ ବହିଷ୍କାରକୁ ଯୋଜନା କରାଯାଇଛି"
3435
+ msgstr ""
3564
3436
 
3565
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3566
3437
  msgid "Package Group Update"
3567
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀ ଅଦ୍ୟତନ"
3438
+ msgstr ""
3568
3439
 
3569
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3570
3440
  msgid "Package Group Update scheduled by %s"
3571
- msgstr "%s ଦ୍ୱାରା ପ୍ୟାକେଜ ଶ୍ରେଣୀ ଅଦ୍ୟତନକୁ ଯୋଜନା କରାଯାଇଛି"
3441
+ msgstr ""
3572
3442
 
3573
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
3574
3443
  msgid "Package Groups"
3575
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀଗୁଡ଼ିକ"
3444
+ msgstr ""
3576
3445
 
3577
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3578
3446
  msgid "Package Install"
3579
- msgstr "ପ୍ୟାକେଜ ସ୍ଥାପନା"
3447
+ msgstr ""
3580
3448
 
3581
- # translation auto-copied from project CFSE, version sam-1.2, document app
3582
3449
  msgid "Package Install Canceled"
3583
- msgstr "ପ୍ୟାକେଜ ସ୍ଥାପନା ବାତିଲ ହୋଇଛି"
3450
+ msgstr ""
3584
3451
 
3585
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3586
3452
  msgid "Package Install Complete"
3587
- msgstr "ପ୍ୟାକେଜ ସ୍ଥାପନା ସମ୍ପୂର୍ଣ୍ଣ ହୋଇଛି"
3453
+ msgstr ""
3588
3454
 
3589
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3590
3455
  msgid "Package Install Failed"
3591
- msgstr "ପ୍ୟାକେଜ ସ୍ଥାପନା ବିଫଳ ହୋଇଛି"
3456
+ msgstr ""
3592
3457
 
3593
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3594
3458
  msgid "Package Install Timed Out"
3595
- msgstr "ପ୍ୟାକେଜ ସ୍ଥାପନ ସମୟ ସମାପ୍ତ ହୋଇଛି"
3459
+ msgstr ""
3596
3460
 
3597
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3598
3461
  msgid "Package Install scheduled by %s"
3599
- msgstr "%s ଦ୍ୱାରା ପ୍ୟାକେଜ ସ୍ଥାପନାକୁ ଯୋଜନା କରାଯାଇଛି"
3462
+ msgstr ""
3600
3463
 
3601
3464
  msgid "Package Profile Update"
3602
3465
  msgstr ""
@@ -3604,88 +3467,71 @@ msgstr ""
3604
3467
  msgid "Package Profile Update for %s"
3605
3468
  msgstr ""
3606
3469
 
3607
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3608
3470
  msgid "Package Remove"
3609
- msgstr "ପ୍ୟାକେଜ ବହିଷ୍କାର"
3471
+ msgstr ""
3610
3472
 
3611
- # translation auto-copied from project CFSE, version sam-1.2, document app
3612
3473
  msgid "Package Remove Canceled"
3613
- msgstr "ପ୍ୟାକେଜ ବିସ୍ଥାପନ ବାତିଲ ହୋଇଛି"
3474
+ msgstr ""
3614
3475
 
3615
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3616
3476
  msgid "Package Remove Complete"
3617
- msgstr "ପ୍ୟାକେଜ ବହିଷ୍କାର ସମ୍ପୂର୍ଣ୍ଣ ହୋଇଛି"
3477
+ msgstr ""
3618
3478
 
3619
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3620
3479
  msgid "Package Remove Failed"
3621
- msgstr "ପ୍ୟାକେଜ ବହିଷ୍କାର ବିଫଳ ହୋଇଛି"
3480
+ msgstr ""
3622
3481
 
3623
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3624
3482
  msgid "Package Remove Timed Out"
3625
- msgstr "ପ୍ୟାକେଜ ବହିଷ୍କାର ସମୟ ସମାପ୍ତ ହୋଇଛି"
3483
+ msgstr ""
3626
3484
 
3627
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3628
3485
  msgid "Package Remove scheduled by %s"
3629
- msgstr "%s ଦ୍ୱାରା ପ୍ୟାକେଜ ଶ୍ରେଣୀ ବହିଷ୍କାରକୁ ଯୋଜନା କରାଯାଇଛି"
3486
+ msgstr ""
3630
3487
 
3631
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3632
3488
  msgid "Package Update"
3633
- msgstr "ପ୍ୟାକେଜ ଅଦ୍ୟତନ"
3489
+ msgstr ""
3634
3490
 
3635
- # translation auto-copied from project CFSE, version sam-1.2, document app
3636
3491
  msgid "Package Update Canceled"
3637
- msgstr "ପ୍ୟାକେଜ ଅଦ୍ୟତନ ବାତିଲ ହୋଇଛି"
3492
+ msgstr ""
3638
3493
 
3639
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3640
3494
  msgid "Package Update Complete"
3641
- msgstr "ପ୍ୟାକେଜ ଅଦ୍ୟତନ ସମ୍ପୂର୍ଣ୍ଣ ହୋଇଛି"
3495
+ msgstr ""
3642
3496
 
3643
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3644
3497
  msgid "Package Update Failed"
3645
- msgstr "ପ୍ୟାକେଜ ଅଦ୍ୟତନ ବିଫଳ ହୋଇଛି"
3498
+ msgstr ""
3646
3499
 
3647
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3648
3500
  msgid "Package Update Timed Out"
3649
- msgstr "ପ୍ୟାକେଜ ଅଦ୍ୟତନ ସମୟ ସମାପ୍ତ ହୋଇଛି"
3501
+ msgstr ""
3650
3502
 
3651
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3652
3503
  msgid "Package Update scheduled by %s"
3653
- msgstr "%s ଦ୍ୱାରା ପ୍ୟାକେଜ ଶ୍ରେଣୀ ଅଦ୍ୟତନକୁ ଯୋଜନା କରାଯାଇଛି"
3504
+ msgstr ""
3654
3505
 
3655
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
3656
3506
  msgid "Package group update canceled"
3657
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀ ଅଦ୍ୟତନ ବାତିଲ ହୋଇଛି"
3507
+ msgstr ""
3658
3508
 
3659
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
3660
3509
  msgid "Package group update complete"
3661
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀ ଅଦ୍ୟତନ ସମ୍ପୂର୍ଣ୍ଣ ହୋଇଛି"
3510
+ msgstr ""
3662
3511
 
3663
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
3664
3512
  msgid "Package group update failed"
3665
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀ ଅଦ୍ୟତନ ବିଫଳ ହୋଇଛି"
3513
+ msgstr ""
3666
3514
 
3667
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
3668
3515
  msgid "Package group update timed out"
3669
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀ ଅଦ୍ୟତନ ସମୟ ସମାପ୍ତି"
3516
+ msgstr ""
3517
+
3518
+ msgid "Package groups"
3519
+ msgstr ""
3670
3520
 
3671
3521
  msgid "Package identifiers to filter content by"
3672
3522
  msgstr ""
3673
3523
 
3674
- #, fuzzy
3675
3524
  msgid "Package install failed: \"%{package}\""
3676
- msgstr "ପ୍ୟାକେଜ ସ୍ଥାପନା ବିଫଳ ହୋଇଛି"
3525
+ msgstr ""
3677
3526
 
3678
- #, fuzzy
3679
3527
  msgid "Package installation: \"%{package}\" "
3680
- msgstr "ପ୍ୟାକେଜ ସ୍ଥାପନା ବାତିଲ ହୋଇଛି"
3528
+ msgstr ""
3681
3529
 
3682
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
3683
3530
  msgid "Packages"
3684
- msgstr "ପ୍ୟାକେଜଗୁଡ଼ିକ"
3531
+ msgstr ""
3685
3532
 
3686
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
3687
3533
  msgid "Packages must be provided"
3688
- msgstr "ପ୍ୟାକେଜଗୁଡ଼ିକୁ ନିଶ୍ଚିତ ଭାବରେ ପ୍ରଦାନ କରିବା ଉଚିତ"
3534
+ msgstr ""
3689
3535
 
3690
3536
  msgid "Page number, starting at 1"
3691
3537
  msgstr ""
@@ -3714,10 +3560,8 @@ msgstr ""
3714
3560
  msgid "Paused"
3715
3561
  msgstr ""
3716
3562
 
3717
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys
3718
- #, fuzzy
3719
3563
  msgid "Pending"
3720
- msgstr "ଚାଲୁଅଛି"
3564
+ msgstr "ବକୟା"
3721
3565
 
3722
3566
  msgid "Perform a module stream action via Katello interface"
3723
3567
  msgstr ""
@@ -3737,17 +3581,18 @@ msgstr ""
3737
3581
  msgid "Performs an incremental-export of the repositories in library."
3738
3582
  msgstr ""
3739
3583
 
3740
- # translation auto-copied from project CFSE, version sam-1.2, document app
3741
3584
  msgid "Permission Denied. User '%{user}' does not have permissions to access organization '%{org}'."
3742
- msgstr "ଅନୁମତି ନାହିଁ। ବ୍ୟବହାରକାରୀ '%{user}' ପାଖରେ ଅନୁଷ୍ଠାନ '%{org}' ରେ ପ୍ରବେଶାନୁମତି ନାହିଁ।"
3585
+ msgstr ""
3743
3586
 
3744
- # translation auto-copied from project Subscription Manager, version 1.8.X, document keys
3745
3587
  msgid "Physical"
3746
- msgstr "ଭୌତିକ"
3588
+ msgstr ""
3747
3589
 
3748
3590
  msgid "Plan numeric identifier"
3749
3591
  msgstr ""
3750
3592
 
3593
+ msgid "Please add some content views."
3594
+ msgstr ""
3595
+
3751
3596
  msgid "Please add some repositories."
3752
3597
  msgstr ""
3753
3598
 
@@ -3787,9 +3632,8 @@ msgstr ""
3787
3632
  msgid "Processing metadata."
3788
3633
  msgstr ""
3789
3634
 
3790
- # translation auto-copied from project Subscription Manager, version 1.8.X, document keys
3791
3635
  msgid "Product"
3792
- msgstr "ଉତ୍ପାଦ"
3636
+ msgstr ""
3793
3637
 
3794
3638
  msgid "Product Content"
3795
3639
  msgstr ""
@@ -3832,9 +3676,8 @@ msgstr ""
3832
3676
  msgid "Product: '%{product}', Repository: '%{repository}'"
3833
3677
  msgstr ""
3834
3678
 
3835
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
3836
3679
  msgid "Products"
3837
- msgstr "ଉତ୍ପାଦନଗୁଡ଼ିକ"
3680
+ msgstr ""
3838
3681
 
3839
3682
  msgid "Profiles"
3840
3683
  msgstr ""
@@ -3875,9 +3718,8 @@ msgstr ""
3875
3718
  msgid "Public key block in DER encoding or certificate content"
3876
3719
  msgstr ""
3877
3720
 
3878
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
3879
3721
  msgid "Publish"
3880
- msgstr "ପ୍ରକାଶ କରନ୍ତୁ"
3722
+ msgstr ""
3881
3723
 
3882
3724
  msgid "Publish Lifecycle Environment Repositories"
3883
3725
  msgstr ""
@@ -3897,15 +3739,15 @@ msgstr ""
3897
3739
  msgid "Pulp 3 export destination filepath"
3898
3740
  msgstr ""
3899
3741
 
3900
- msgid "Pulp 3 migration cannot run. Types %s have already been migrated."
3901
- msgstr ""
3902
-
3903
3742
  msgid "Pulp Consumer %s has already been removed"
3904
3743
  msgstr ""
3905
3744
 
3906
3745
  msgid "Pulp Docker registry port"
3907
3746
  msgstr ""
3908
3747
 
3748
+ msgid "Pulp bulk load size"
3749
+ msgstr ""
3750
+
3909
3751
  msgid "Pulp client cert"
3910
3752
  msgstr ""
3911
3753
 
@@ -3954,33 +3796,6 @@ msgstr ""
3954
3796
  msgid "Pulpcore"
3955
3797
  msgstr ""
3956
3798
 
3957
- msgid "Puppet Environment"
3958
- msgstr ""
3959
-
3960
- msgid "Puppet Module"
3961
- msgstr ""
3962
-
3963
- msgid ""
3964
- "Puppet Module does not belong to content view organization\\\n"
3965
- " '%{name}'"
3966
- msgstr ""
3967
-
3968
- msgid ""
3969
- "Puppet Module with name='%{name}' and author='%{author}' does\\\n"
3970
- " not exist"
3971
- msgstr ""
3972
-
3973
- msgid ""
3974
- "Puppet Module with uuid='%{uuid}' does not\\\n"
3975
- " exist"
3976
- msgstr ""
3977
-
3978
- msgid "Puppet Modules"
3979
- msgstr ""
3980
-
3981
- msgid "Puppet module conflict: '%{mod}' is in %{versions}."
3982
- msgstr ""
3983
-
3984
3799
  msgid "Quantity"
3985
3800
  msgstr ""
3986
3801
 
@@ -4011,9 +3826,11 @@ msgstr ""
4011
3826
  msgid "RPM"
4012
3827
  msgstr ""
4013
3828
 
4014
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
3829
+ msgid "RPM name"
3830
+ msgstr ""
3831
+
4015
3832
  msgid "RPMs"
4016
- msgstr "RPMs"
3833
+ msgstr ""
4017
3834
 
4018
3835
  msgid "Realm IDs"
4019
3836
  msgstr ""
@@ -4027,38 +3844,29 @@ msgstr ""
4027
3844
  msgid "Recommended Repositories"
4028
3845
  msgstr ""
4029
3846
 
4030
- msgid "Red Hat"
4031
- msgstr ""
4032
-
4033
- #, fuzzy
4034
3847
  msgid "Red Hat CDN URL"
4035
- msgstr "ଉତ୍ପାଦନଗୁଡ଼ିକ"
3848
+ msgstr ""
4036
3849
 
4037
3850
  msgid "Red Hat Provider Details"
4038
3851
  msgstr ""
4039
3852
 
4040
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
4041
3853
  msgid "Red Hat Repositories"
4042
- msgstr "Red Hat ରେପୋଜିଟୋରୀଗୁଡ଼ିକ"
3854
+ msgstr ""
4043
3855
 
4044
- #, fuzzy
4045
3856
  msgid "Red Hat products cannot be manipulated."
4046
- msgstr "Red Hat ପ୍ରଦାତାକୁ ଅପସାରଣ କରିପିରିବେ ନାହିଁ"
3857
+ msgstr ""
4047
3858
 
4048
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
4049
3859
  msgid "Red Hat provider can not be deleted"
4050
- msgstr "Red Hat ପ୍ରଦାତାକୁ ଅପସାରଣ କରିପିରିବେ ନାହିଁ"
3860
+ msgstr ""
4051
3861
 
4052
- #, fuzzy
4053
3862
  msgid "Red Hat repositories cannot be manipulated."
4054
- msgstr "Red Hat ପ୍ରଦାତାକୁ ଅପସାରଣ କରିପିରିବେ ନାହିଁ"
3863
+ msgstr ""
4055
3864
 
4056
3865
  msgid "Refresh"
4057
3866
  msgstr ""
4058
3867
 
4059
- #, fuzzy
4060
3868
  msgid "Refresh Manifest"
4061
- msgstr "ଭୂମିକାକୁ ଅପସାରଣ କରନ୍ତୁ"
3869
+ msgstr ""
4062
3870
 
4063
3871
  msgid "Refresh previously imported manifest for Red Hat provider"
4064
3872
  msgstr ""
@@ -4108,32 +3916,29 @@ msgstr ""
4108
3916
  msgid "Remove Content"
4109
3917
  msgstr ""
4110
3918
 
4111
- #, fuzzy
4112
3919
  msgid "Remove Version"
4113
- msgstr "ଭୂମିକାର ଅନୁମତିକୁ ପଢ଼ନ୍ତୁ"
3920
+ msgstr ""
4114
3921
 
4115
- #, fuzzy
4116
3922
  msgid "Remove Versions and Associations"
4117
- msgstr "ଅନୁଷ୍ଠାନକୁ ପଢ଼ନ୍ତୁ"
3923
+ msgstr ""
4118
3924
 
4119
3925
  msgid "Remove a content view from an environment"
4120
3926
  msgstr ""
4121
3927
 
4122
- 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."
4123
3929
  msgstr ""
4124
3930
 
4125
3931
  msgid "Remove components from the content view"
4126
3932
  msgstr ""
4127
3933
 
4128
- msgid "Remove content on one or more hosts"
3934
+ msgid "Remove content on one or more hosts using katello-agent. %s"
4129
3935
  msgstr ""
4130
3936
 
4131
3937
  msgid "Remove content view version"
4132
3938
  msgstr ""
4133
3939
 
4134
- #, fuzzy
4135
3940
  msgid "Remove from Environment"
4136
- msgstr "ପରିବେଶଗୁଡ଼ିକୁ ପଢ଼ନ୍ତୁ"
3941
+ msgstr ""
4137
3942
 
4138
3943
  msgid "Remove hosts from the host collection"
4139
3944
  msgstr ""
@@ -4147,16 +3952,14 @@ msgstr ""
4147
3952
  msgid "Remove one or more subscriptions from an upstream subscription allocation"
4148
3953
  msgstr ""
4149
3954
 
4150
- #, fuzzy
4151
3955
  msgid "Remove package"
4152
- msgstr "ବାହାର କରାଯାଇଥିବା ପ୍ୟାକେଜ '%s'"
3956
+ msgstr ""
4153
3957
 
4154
3958
  msgid "Remove package for %s"
4155
3959
  msgstr ""
4156
3960
 
4157
- #, fuzzy
4158
3961
  msgid "Remove package group"
4159
- msgstr "ବାହାର କରାଯାଇଥିବା ପ୍ୟାକେଜ ଶ୍ରେଣୀ '%s'"
3962
+ msgstr ""
4160
3963
 
4161
3964
  msgid "Remove package group via Katello interface"
4162
3965
  msgstr ""
@@ -4179,27 +3982,23 @@ msgstr ""
4179
3982
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
4180
3983
  msgstr ""
4181
3984
 
4182
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
4183
3985
  msgid "Removing Package Group..."
4184
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀକୁ ବାହାର କରୁଅଛି..."
3986
+ msgstr ""
4185
3987
 
4186
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
4187
3988
  msgid "Removing Package..."
4188
- msgstr "ପ୍ୟାକେଜକୁ ବାହାର କରୁଅଛି..."
3989
+ msgstr ""
4189
3990
 
4190
3991
  msgid "Repo Type"
4191
3992
  msgstr ""
4192
3993
 
4193
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
4194
3994
  msgid "Repositories"
4195
- msgstr "ରେପୋଜିଟୋରୀଗୁଡ଼ିକ"
3995
+ msgstr ""
4196
3996
 
4197
3997
  msgid "Repositories from published Content Views are not allowed."
4198
3998
  msgstr ""
4199
3999
 
4200
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
4201
4000
  msgid "Repository"
4202
- msgstr "ରେପୋଜିଟୋରୀ"
4001
+ msgstr ""
4203
4002
 
4204
4003
  msgid "Repository %s cannot be deleted since it has already been included in a published Content View."
4205
4004
  msgstr ""
@@ -4219,16 +4018,14 @@ msgstr ""
4219
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."
4220
4019
  msgstr ""
4221
4020
 
4222
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
4223
4021
  msgid "Repository cannot be disabled since it has already been promoted."
4224
- msgstr "ରେପୋଜିଟୋରୀକୁ ନିଷ୍କ୍ରିୟ କରିପାରିବେ ନାହିଁ ଯେହେତୁ ଏହାକୁ ପୂର୍ବରୁ ଉନ୍ନତ କରାଯାଇଛି।"
4022
+ msgstr ""
4225
4023
 
4226
4024
  msgid "Repository content type must be 'yum' to export."
4227
4025
  msgstr ""
4228
4026
 
4229
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
4230
4027
  msgid "Repository has already been cloned to %{cv_name} in environment %{to_env}"
4231
- msgstr "ରେପୋଜିଟୋରୀକୁ %{cv_name} ରେ %{to_env} ପରିବେଶରେ କ୍ଲୋନ କରାଯାଇପାରିବ"
4028
+ msgstr ""
4232
4029
 
4233
4030
  msgid "Repository id"
4234
4031
  msgstr ""
@@ -4242,16 +4039,14 @@ msgstr ""
4242
4039
  msgid "Repository metadata publish"
4243
4040
  msgstr ""
4244
4041
 
4245
- #, fuzzy
4246
4042
  msgid "Repository not found"
4247
- msgstr "ରେପୋଜିଟୋରୀଗୁଡ଼ିକ"
4043
+ msgstr ""
4248
4044
 
4249
4045
  msgid "Repository set name to search on"
4250
4046
  msgstr ""
4251
4047
 
4252
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
4253
4048
  msgid "Repository sets are not available for custom products."
4254
- msgstr "ରେପୋଜିଟୋରୀ ସେଟଗୁଡ଼ିକୁ ଇଚ୍ଛାରୂପଣ ଉତ୍ପାଦନଗୁଡ଼ିକରେ ଉପଲବ୍ଧ ନାହିଁ।"
4049
+ msgstr ""
4255
4050
 
4256
4051
  msgid "Republish Repositories of %{name} %{version}"
4257
4052
  msgstr ""
@@ -4262,9 +4057,6 @@ msgstr ""
4262
4057
  msgid "Requires Virt-Who"
4263
4058
  msgstr ""
4264
4059
 
4265
- msgid "Reset Puppet Environment"
4266
- msgstr ""
4267
-
4268
4060
  msgid "Resolve Traces"
4269
4061
  msgstr ""
4270
4062
 
@@ -4272,7 +4064,7 @@ msgid "Resolve traces for one or more hosts"
4272
4064
  msgstr ""
4273
4065
 
4274
4066
  msgid "Resource"
4275
- msgstr ""
4067
+ msgstr "ଉତ୍ସ"
4276
4068
 
4277
4069
  msgid "Restart Services via Katello interface"
4278
4070
  msgstr ""
@@ -4280,9 +4072,8 @@ msgstr ""
4280
4072
  msgid "Restrict Composite Content View promotion"
4281
4073
  msgstr ""
4282
4074
 
4283
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
4284
4075
  msgid "Result"
4285
- msgstr "ଫଳାଫଳ"
4076
+ msgstr ""
4286
4077
 
4287
4078
  msgid "Retrieve a single errata for a host"
4288
4079
  msgstr ""
@@ -4344,18 +4135,23 @@ msgstr ""
4344
4135
  msgid "Return the content of a repo gpg key, used directly by yum"
4345
4136
  msgstr ""
4346
4137
 
4347
- 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"
4348
4139
  msgstr ""
4349
4140
 
4141
+ msgid "Role"
4142
+ msgstr "ଭୂମିକା"
4143
+
4350
4144
  msgid "Role of host"
4351
4145
  msgstr ""
4352
4146
 
4147
+ msgid "Roles"
4148
+ msgstr "ଭୂମିକା"
4149
+
4353
4150
  msgid "Run Sync Plan:"
4354
4151
  msgstr ""
4355
4152
 
4356
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys
4357
4153
  msgid "Running"
4358
- msgstr "ଚାଲୁଅଛି"
4154
+ msgstr ""
4359
4155
 
4360
4156
  msgid "SKU"
4361
4157
  msgstr ""
@@ -4370,13 +4166,13 @@ msgid "SUBSCRIPTIONS EXPIRING SOON"
4370
4166
  msgstr ""
4371
4167
 
4372
4168
  msgid "Save"
4373
- msgstr ""
4169
+ msgstr "ସଂରକ୍ଷଣ କରନ୍ତୁ"
4374
4170
 
4375
- msgid "Schedule errata for installation"
4171
+ msgid "Schedule errata for installation using katello-agent. %s"
4376
4172
  msgstr ""
4377
4173
 
4378
4174
  msgid "Search"
4379
- msgstr ""
4175
+ msgstr "ସନ୍ଧାନ କରନ୍ତୁ"
4380
4176
 
4381
4177
  msgid "Search pattern (defaults to '*')"
4382
4178
  msgstr ""
@@ -4393,9 +4189,8 @@ msgstr ""
4393
4189
  msgid "Search string for hosts to perform an action on"
4394
4190
  msgstr ""
4395
4191
 
4396
- # translation auto-copied from project CFSE, version sam-1.2, document app
4397
4192
  msgid "Security"
4398
- msgstr "ସୁରକ୍ଷା"
4193
+ msgstr ""
4399
4194
 
4400
4195
  msgid "Security errata applicable"
4401
4196
  msgstr ""
@@ -4406,20 +4201,17 @@ msgstr ""
4406
4201
  msgid "Select"
4407
4202
  msgstr ""
4408
4203
 
4409
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author mgiri
4410
4204
  msgid "Select All"
4411
4205
  msgstr "ସମସ୍ତଙ୍କୁ ବାଛନ୍ତୁ"
4412
4206
 
4413
- #, fuzzy
4414
4207
  msgid "Select Content View"
4415
- msgstr "ବିଷୟବସ୍ତୁ"
4208
+ msgstr ""
4416
4209
 
4417
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
4418
4210
  msgid "Select None"
4419
- msgstr "କାହାକୁ ବାଛନ୍ତୁ ନାହିଁ"
4211
+ msgstr ""
4420
4212
 
4421
4213
  msgid "Select Organization"
4422
- msgstr ""
4214
+ msgstr "ଅନୁଷ୍ଠାନ ବାଛନ୍ତୁ"
4423
4215
 
4424
4216
  msgid "Select Value"
4425
4217
  msgstr ""
@@ -4427,10 +4219,8 @@ msgstr ""
4427
4219
  msgid "Select all rows"
4428
4220
  msgstr ""
4429
4221
 
4430
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author mgiri
4431
- #, fuzzy
4432
4222
  msgid "Select an Organization"
4433
- msgstr "ଅନୁଷ୍ଠାନ ବାଛନ୍ତୁ"
4223
+ msgstr ""
4434
4224
 
4435
4225
  msgid "Select an organization"
4436
4226
  msgstr ""
@@ -4447,9 +4237,8 @@ msgstr ""
4447
4237
  msgid "Service Level"
4448
4238
  msgstr ""
4449
4239
 
4450
- # translation auto-copied from project CFSE, version sam-1.2, document app
4451
4240
  msgid "Service Level %s"
4452
- msgstr "ସର୍ଭିସ ସ୍ତର %s"
4241
+ msgstr ""
4453
4242
 
4454
4243
  msgid "Service Level (SLA)"
4455
4244
  msgstr ""
@@ -4478,15 +4267,11 @@ msgstr ""
4478
4267
  msgid "Sets whether the Host will autoheal subscriptions upon checkin"
4479
4268
  msgstr ""
4480
4269
 
4481
- msgid "Setting 'default_location_puppet_content' is not set to a valid location."
4482
- msgstr ""
4483
-
4484
4270
  msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
4485
4271
  msgstr ""
4486
4272
 
4487
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
4488
4273
  msgid "Severity"
4489
- msgstr "ଗୁରୁତ୍ତ୍ୱ"
4274
+ msgstr ""
4490
4275
 
4491
4276
  msgid "Show :a_resource"
4492
4277
  msgstr ""
@@ -4500,9 +4285,6 @@ msgstr ""
4500
4285
  msgid "Show a content view component"
4501
4286
  msgstr ""
4502
4287
 
4503
- msgid "Show a content view puppet module"
4504
- msgstr ""
4505
-
4506
4288
  msgid "Show a content view's history"
4507
4289
  msgstr ""
4508
4290
 
@@ -4578,9 +4360,8 @@ msgstr ""
4578
4360
  msgid "Smart proxy IDs"
4579
4361
  msgstr ""
4580
4362
 
4581
- # translation auto-copied from project CFSE, version sam-1.2, document app
4582
4363
  msgid "Sockets: %s"
4583
- msgstr "ସକେଟ: %s"
4364
+ msgstr ""
4584
4365
 
4585
4366
  msgid "Solve Dependencies"
4586
4367
  msgstr ""
@@ -4594,10 +4375,28 @@ msgstr ""
4594
4375
  msgid "Some of your inputs contain errors. Please update them and save your changes again."
4595
4376
  msgstr ""
4596
4377
 
4597
- 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."
4379
+ msgstr ""
4380
+
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)}"
4598
4397
  msgstr ""
4599
4398
 
4600
- msgid "Something went wrong while retrieving the repository types! ${error}"
4399
+ msgid "Something went wrong while retrieving the repository types! ${getResponseErrorMsgs(error.response)}"
4601
4400
  msgstr ""
4602
4401
 
4603
4402
  msgid "Sort field and order, eg. 'id DESC'"
@@ -4615,27 +4414,23 @@ msgstr ""
4615
4414
  msgid "Stacking ID"
4616
4415
  msgstr ""
4617
4416
 
4618
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys
4619
4417
  msgid "Start Date"
4620
- msgstr "ପ୍ରାରମ୍ଭ ତାରିଖ"
4418
+ msgstr ""
4621
4419
 
4622
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
4623
4420
  msgid "Start Date and Time can't be blank"
4624
- msgstr "ଆରମ୍ଭ ତାରିଖ ଏବଂ ସମୟକୁ ଖାଲି ରଖିହେବ ନାହିଁ"
4421
+ msgstr ""
4625
4422
 
4626
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
4627
4423
  msgid "Start Time"
4628
- msgstr "ଆରମ୍ଭ ସମୟ"
4424
+ msgstr ""
4629
4425
 
4630
4426
  msgid "Starts"
4631
4427
  msgstr ""
4632
4428
 
4633
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys
4634
4429
  msgid "Status"
4635
4430
  msgstr "ସ୍ଥିତି"
4636
4431
 
4637
4432
  msgid "Storage"
4638
- msgstr ""
4433
+ msgstr "ସଂରକ୍ଷଣ ସ୍ଥାନ"
4639
4434
 
4640
4435
  msgid "Stream"
4641
4436
  msgstr ""
@@ -4649,9 +4444,8 @@ msgstr ""
4649
4444
  msgid "Subnet IDs"
4650
4445
  msgstr ""
4651
4446
 
4652
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys
4653
4447
  msgid "Subscription"
4654
- msgstr "ସଦସ୍ୟତା"
4448
+ msgstr ""
4655
4449
 
4656
4450
  msgid "Subscription Allocation"
4657
4451
  msgstr ""
@@ -4722,14 +4516,12 @@ msgstr ""
4722
4516
  msgid "Subscriptions have been saved and are being updated. "
4723
4517
  msgstr ""
4724
4518
 
4725
- #, fuzzy
4726
4519
  msgid "Subscriptions information based on selected activation keys:"
4727
- msgstr "ସକ୍ରିୟଣ କି '%s' ରେ ସଦସ୍ୟତାଗୁଡ଼ିକୁ ସଫଳତାର ସହିତ ଯୋଗ କରାଯାଇଛି।"
4520
+ msgstr ""
4728
4521
 
4729
4522
  msgid "Substitution Mismatch. Unable to update for content: (%{content}). From [%{content_url}] To [%{new_url}]."
4730
4523
  msgstr ""
4731
4524
 
4732
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
4733
4525
  msgid "Success"
4734
4526
  msgstr "ସଫଳ"
4735
4527
 
@@ -4754,9 +4546,8 @@ msgstr ""
4754
4546
  msgid "Successfully synchronized."
4755
4547
  msgstr ""
4756
4548
 
4757
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
4758
4549
  msgid "Summary"
4759
- msgstr "ସାରାଂଶ"
4550
+ msgstr ""
4760
4551
 
4761
4552
  msgid "Support Type"
4762
4553
  msgstr ""
@@ -4764,21 +4555,20 @@ msgstr ""
4764
4555
  msgid "Supported Content Types"
4765
4556
  msgstr ""
4766
4557
 
4767
- # translation auto-copied from project CFSE, version sam-1.2, document app
4768
4558
  msgid "Sync Canceled"
4769
- msgstr "ସନ୍ତୁଳନ ବାତିଲ ହୋଇଛି"
4559
+ msgstr ""
4560
+
4561
+ msgid "Sync Connection Timeout"
4562
+ msgstr ""
4770
4563
 
4771
4564
  msgid "Sync Content View on Smart Proxy(ies)"
4772
4565
  msgstr ""
4773
4566
 
4774
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
4775
- #, fuzzy
4776
4567
  msgid "Sync Incomplete"
4777
- msgstr "ସନ୍ତୁଳନ ସମ୍ପୂର୍ଣ୍ଣ ହୋଇଛି।"
4568
+ msgstr ""
4778
4569
 
4779
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
4780
4570
  msgid "Sync Overview"
4781
- msgstr "ସନ୍ତୁଳନ ବିବରଣୀ"
4571
+ msgstr ""
4782
4572
 
4783
4573
  msgid "Sync Plan"
4784
4574
  msgstr ""
@@ -4786,9 +4576,8 @@ msgstr ""
4786
4576
  msgid "Sync Plan: "
4787
4577
  msgstr ""
4788
4578
 
4789
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
4790
4579
  msgid "Sync Plans"
4791
- msgstr "ସନ୍ତୁଳନ ଯୋଜନାଗୁଡ଼ିକ"
4580
+ msgstr ""
4792
4581
 
4793
4582
  msgid "Sync Repository on Smart Proxy(ies)"
4794
4583
  msgstr ""
@@ -4796,9 +4585,8 @@ msgstr ""
4796
4585
  msgid "Sync Smart Proxies after Content View promotion"
4797
4586
  msgstr ""
4798
4587
 
4799
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
4800
4588
  msgid "Sync Status"
4801
- msgstr "ସନ୍ତୁଳନ ସ୍ଥିତି"
4589
+ msgstr ""
4802
4590
 
4803
4591
  msgid "Sync Summary"
4804
4592
  msgstr ""
@@ -4815,9 +4603,8 @@ msgstr ""
4815
4603
  msgid "Sync capsule"
4816
4604
  msgstr ""
4817
4605
 
4818
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
4819
4606
  msgid "Sync complete."
4820
- msgstr "ସନ୍ତୁଳନ ସମ୍ପୂର୍ଣ୍ଣ ହୋଇଛି।"
4607
+ msgstr ""
4821
4608
 
4822
4609
  msgid "Sync errata"
4823
4610
  msgstr ""
@@ -4837,13 +4624,11 @@ msgstr ""
4837
4624
  msgid "Synced to smart proxy"
4838
4625
  msgstr ""
4839
4626
 
4840
- #, fuzzy
4841
4627
  msgid "Synchronize"
4842
- msgstr "ସନ୍ତୁଳନ"
4628
+ msgstr ""
4843
4629
 
4844
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
4845
4630
  msgid "Synchronize Now"
4846
- msgstr "ବର୍ତ୍ତମାନ ସନ୍ତୁଳନ କରନ୍ତୁ"
4631
+ msgstr ""
4847
4632
 
4848
4633
  msgid "Synchronize capsule content"
4849
4634
  msgstr ""
@@ -4863,14 +4648,15 @@ msgstr ""
4863
4648
  msgid "Synchronize: Validate Content"
4864
4649
  msgstr ""
4865
4650
 
4866
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
4867
- #, fuzzy
4868
4651
  msgid "Syncing Complete."
4869
- msgstr "ସନ୍ତୁଳନ ସମ୍ପୂର୍ଣ୍ଣ ହୋଇଛି।"
4652
+ msgstr ""
4870
4653
 
4871
4654
  msgid "System Purpose"
4872
4655
  msgstr ""
4873
4656
 
4657
+ msgid "System Status"
4658
+ msgstr ""
4659
+
4874
4660
  msgid "Tags"
4875
4661
  msgstr ""
4876
4662
 
@@ -4889,29 +4675,29 @@ msgstr ""
4889
4675
  msgid "Temporary"
4890
4676
  msgstr ""
4891
4677
 
4892
- # translation auto-copied from project CFSE, version sam-1.2, document app
4893
4678
  msgid "The '%s' environment cannot contain a changeset!"
4894
- msgstr "'%s' ପରିବେଶ କୌଣସି ପରିବର୍ତ୍ତନ ସେଟ ଧାରଣ କରିନଥାଏ!"
4679
+ msgstr ""
4895
4680
 
4896
4681
  msgid "The Subscription Allocation providing the imported manifest has been removed. Please create a new Subscription Allocation and import the new manifest."
4897
4682
  msgstr ""
4898
4683
 
4684
+ msgid "The URL to receive a session token from, e.g. used with Automation Hub."
4685
+ msgstr ""
4686
+
4899
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."
4900
4688
  msgstr ""
4901
4689
 
4902
4690
  msgid "The actual file contents"
4903
4691
  msgstr ""
4904
4692
 
4905
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
4906
4693
  msgid "The current organization cannot be deleted. Please switch to a different organization before deleting."
4907
- msgstr "ଆପଣଙ୍କର ପ୍ରଚଳିତ ଅନୁଷ୍ଠାନକୁ ଅପସାରଣ କରିହେବ ନାହିଁ। ଅପସାରଣ କରିବା ପୂର୍ବରୁ ଦୟାକରି ଅନ୍ୟ ଏକ ଅନୁଷ୍ଠାନକୁ ସ୍ଥାନାନ୍ତରିତ କରନ୍ତୁ।"
4694
+ msgstr ""
4908
4695
 
4909
4696
  msgid "The default content view cannot be edited, published, or deleted."
4910
4697
  msgstr ""
4911
4698
 
4912
- #, fuzzy
4913
4699
  msgid "The default content view cannot be promoted"
4914
- msgstr "ନମୁନାକୁ ପଠାଯାଇପାରିବ ନାହିଁ"
4700
+ msgstr ""
4915
4701
 
4916
4702
  msgid "The default dependency solving value for new Content Views."
4917
4703
  msgstr ""
@@ -4928,6 +4714,12 @@ msgstr ""
4928
4714
  msgid "The email notification will include subscriptions expiring in this number of days or fewer."
4929
4715
  msgstr ""
4930
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
+
4931
4723
  msgid "The erratum filter rule end date is in an invalid format or type."
4932
4724
  msgstr ""
4933
4725
 
@@ -4951,6 +4743,11 @@ msgid ""
4951
4743
  " %{repos}"
4952
4744
  msgstr ""
4953
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
+
4954
4751
  msgid "The id of the host to alter"
4955
4752
  msgstr ""
4956
4753
 
@@ -4963,6 +4760,9 @@ msgstr ""
4963
4760
  msgid "The number of days remaining in a subscription before you will be reminded about renewing it."
4964
4761
  msgstr ""
4965
4762
 
4763
+ msgid "The number of items fetched from a single paged Pulp API call."
4764
+ msgstr ""
4765
+
4966
4766
  msgid "The offset in the file where the content starts"
4967
4767
  msgstr ""
4968
4768
 
@@ -4984,15 +4784,8 @@ msgstr ""
4984
4784
  msgid "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts."
4985
4785
  msgstr ""
4986
4786
 
4987
- msgid "The puppet environment %{name} is in use by %{count} Host Group(s) including %{names}"
4988
- msgstr ""
4989
-
4990
- msgid "The puppet environment %{name} is in use by %{count} Host(s) including %{names}"
4991
- msgstr ""
4992
-
4993
- #, fuzzy
4994
4787
  msgid "The repository is already enabled"
4995
- msgstr "ରେପୋଜିଟୋରୀ '%s' ସକ୍ରିୟ ଅଛି।"
4788
+ msgstr ""
4996
4789
 
4997
4790
  msgid "The request did not contain any repository information."
4998
4791
  msgstr ""
@@ -5006,9 +4799,6 @@ msgstr ""
5006
4799
  msgid "The requested traces were not found for this host"
5007
4800
  msgstr ""
5008
4801
 
5009
- msgid "The selected content source and lifecycle environment do not match"
5010
- msgstr ""
5011
-
5012
4802
  msgid ""
5013
4803
  "The selected kickstart repository is not part of the assigned content view, lifecycle environment,\n"
5014
4804
  " content source, operating system, and architecture"
@@ -5026,6 +4816,9 @@ msgstr ""
5026
4816
  msgid "The synchronization of \"%s\" has completed. Below is a summary of new errata."
5027
4817
  msgstr ""
5028
4818
 
4819
+ msgid "The token key to use for authentication."
4820
+ msgstr ""
4821
+
5029
4822
  msgid "The type of content. The following types are supported: 'package' and 'package_group."
5030
4823
  msgstr ""
5031
4824
 
@@ -5041,14 +4834,10 @@ msgstr ""
5041
4834
  msgid "There are no errata that need to be applied to registered content hosts."
5042
4835
  msgstr ""
5043
4836
 
5044
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author mgiri
5045
4837
  msgid "There are no products or repositories enabled. Try enabling via %{custom} or %{redhat}."
5046
- msgstr "ସେଠାରେ କୌଣସି ଉତ୍ପାଦନ କିମ୍ବା ରେପୋଜିଟୋରୀ ସକ୍ରିୟ ନାହିଁ। %{custom} କିମ୍ବା %{redhat} ମାଧ୍ଯମରେ ସକ୍ରିୟ କରିବାକୁ ଚେଷ୍ଟା କରନ୍ତୁ।"
5047
-
5048
- 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."
5049
4838
  msgstr ""
5050
4839
 
5051
- 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."
5052
4841
  msgstr ""
5053
4842
 
5054
4843
  msgid "There is no Manifest History to display."
@@ -5081,15 +4870,12 @@ msgstr ""
5081
4870
  msgid "This action doesn't support package groups"
5082
4871
  msgstr ""
5083
4872
 
5084
- 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."
5085
4874
  msgstr ""
5086
4875
 
5087
4876
  msgid "This certificate allows a user to view the repositories in any environment from a browser."
5088
4877
  msgstr ""
5089
4878
 
5090
- msgid "This content view has on demand repositories that cannot be exported: %{repos}"
5091
- msgstr ""
5092
-
5093
4879
  msgid "This content view version doesn't have a history."
5094
4880
  msgstr ""
5095
4881
 
@@ -5153,17 +4939,16 @@ msgstr ""
5153
4939
  msgid "Timestamp"
5154
4940
  msgstr ""
5155
4941
 
5156
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author mgiri
5157
4942
  msgid "Title"
5158
- msgstr "ଶୀର୍ଷକ"
4943
+ msgstr ""
5159
4944
 
5160
4945
  msgid "Toggling Simple Content Access will refresh your manifest."
5161
4946
  msgstr ""
5162
4947
 
5163
- msgid "Total module count: %s."
4948
+ msgid "Total steps: "
5164
4949
  msgstr ""
5165
4950
 
5166
- msgid "Total steps: "
4951
+ msgid "Total timeout in seconds for connections when syncing"
5167
4952
  msgstr ""
5168
4953
 
5169
4954
  msgid "Tracer profile uploaded successfully"
@@ -5194,7 +4979,7 @@ msgid "Type of content: \"cert\", \"gpg_key\""
5194
4979
  msgstr ""
5195
4980
 
5196
4981
  msgid "UUID"
5197
- msgstr ""
4982
+ msgstr "UUID"
5198
4983
 
5199
4984
  msgid "UUID of the consumer"
5200
4985
  msgstr ""
@@ -5226,13 +5011,13 @@ msgstr ""
5226
5011
  msgid "Unable to export. 'pulp_export_destination' setting is not a writable directory."
5227
5012
  msgstr ""
5228
5013
 
5229
- 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'"
5230
5015
  msgstr ""
5231
5016
 
5232
- 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"
5233
5018
  msgstr ""
5234
5019
 
5235
- 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."
5236
5021
  msgstr ""
5237
5022
 
5238
5023
  msgid "Unable to reassign activation_keys. Please check activation_key_content_view_id and activation_key_environment_id."
@@ -5256,6 +5041,12 @@ msgstr ""
5256
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."
5257
5042
  msgstr ""
5258
5043
 
5044
+ msgid "Unable to update the repository list"
5045
+ msgstr ""
5046
+
5047
+ msgid "Unable to update the user-repository mapping"
5048
+ msgstr ""
5049
+
5259
5050
  msgid "Unapplied Errata"
5260
5051
  msgstr ""
5261
5052
 
@@ -5271,10 +5062,9 @@ msgstr ""
5271
5062
  msgid "Unfiltered params array: %s."
5272
5063
  msgstr ""
5273
5064
 
5274
- msgid "Uninstall packages remotely"
5065
+ msgid "Uninstall packages remotely using katello-agent. %s"
5275
5066
  msgstr ""
5276
5067
 
5277
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author mgiri
5278
5068
  msgid "Unknown"
5279
5069
  msgstr "ଅଜଣା"
5280
5070
 
@@ -5311,14 +5101,12 @@ msgstr ""
5311
5101
  msgid "Unsubscribed hypervisor"
5312
5102
  msgstr ""
5313
5103
 
5314
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author mgiri
5315
5104
  msgid "Unsupported URL protocol %s."
5316
- msgstr "ଅସମର୍ଥିତ URL ପ୍ରଟୋକଲ %s."
5105
+ msgstr ""
5317
5106
 
5318
5107
  msgid "Unsupported event type %{type}. Supported: %{types}"
5319
5108
  msgstr ""
5320
5109
 
5321
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman
5322
5110
  msgid "Update"
5323
5111
  msgstr "ଅଦ୍ୟତନ କରନ୍ତୁ"
5324
5112
 
@@ -5349,9 +5137,6 @@ msgstr ""
5349
5137
  msgid "Update a host collection"
5350
5138
  msgstr ""
5351
5139
 
5352
- msgid "Update a puppet module associated with the content view"
5353
- msgstr ""
5354
-
5355
5140
  msgid "Update a repository"
5356
5141
  msgstr ""
5357
5142
 
@@ -5367,7 +5152,7 @@ msgstr ""
5367
5152
  msgid "Update an environment in an organization"
5368
5153
  msgstr ""
5369
5154
 
5370
- msgid "Update content on one or more hosts"
5155
+ msgid "Update content on one or more hosts using katello-agent. %s"
5371
5156
  msgstr ""
5372
5157
 
5373
5158
  msgid "Update content urls"
@@ -5409,7 +5194,7 @@ msgstr ""
5409
5194
  msgid "Update package via Katello interface"
5410
5195
  msgstr ""
5411
5196
 
5412
- msgid "Update packages remotely"
5197
+ msgid "Update packages remotely using katello-agent. %s"
5413
5198
  msgstr ""
5414
5199
 
5415
5200
  msgid "Update redhat repository"
@@ -5434,7 +5219,7 @@ msgid "Update the quantity of one or more subscriptions on an upstream allocatio
5434
5219
  msgstr ""
5435
5220
 
5436
5221
  msgid "Updated"
5437
- msgstr ""
5222
+ msgstr "ଅଦ୍ୟତିତ"
5438
5223
 
5439
5224
  msgid "Updates"
5440
5225
  msgstr ""
@@ -5445,9 +5230,8 @@ msgstr ""
5445
5230
  msgid "Updates all packages on the host(s)"
5446
5231
  msgstr ""
5447
5232
 
5448
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
5449
5233
  msgid "Updating Package..."
5450
- msgstr "ପ୍ୟାକେଜକୁ ଅଦ୍ୟତନ କରୁଅଛି..."
5234
+ msgstr ""
5451
5235
 
5452
5236
  msgid "Updating System Purpose for host"
5453
5237
  msgstr ""
@@ -5455,9 +5239,8 @@ msgstr ""
5455
5239
  msgid "Updating System Purpose for host %s"
5456
5240
  msgstr ""
5457
5241
 
5458
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author mgiri
5459
5242
  msgid "Updating package group..."
5460
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀକୁ ଅଦ୍ୟତନ କରୁଅଛି..."
5243
+ msgstr ""
5461
5244
 
5462
5245
  msgid "Updating repository authentication configuration"
5463
5246
  msgstr ""
@@ -5480,10 +5263,8 @@ msgstr ""
5480
5263
  msgid "Upload errata into"
5481
5264
  msgstr ""
5482
5265
 
5483
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
5484
- #, fuzzy
5485
5266
  msgid "Upload into"
5486
- msgstr "ଧାରଣ କରୁଅଛି"
5267
+ msgstr ""
5487
5268
 
5488
5269
  msgid "Upload request id"
5489
5270
  msgstr ""
@@ -5518,6 +5299,9 @@ msgstr ""
5518
5299
  msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
5519
5300
  msgstr ""
5520
5301
 
5302
+ msgid "User"
5303
+ msgstr "ଚାଳକ"
5304
+
5521
5305
  msgid "User '%s' did not specify an organization ID and does not have a default organization."
5522
5306
  msgstr ""
5523
5307
 
@@ -5552,21 +5336,22 @@ msgid "Verify checksum of repository contents"
5552
5336
  msgstr ""
5553
5337
 
5554
5338
  msgid "Version"
5555
- msgstr ""
5339
+ msgstr "ସଂସ୍କରଣ"
5556
5340
 
5557
5341
  msgid "Versions"
5558
5342
  msgstr ""
5559
5343
 
5560
- # 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
+
5561
5347
  msgid "View %{view} has not been promoted to %{env}"
5562
- msgstr "ଦୃଶ୍ୟ %{view} କୁ %{env} କୁ ଉନ୍ନତ କରାଯାଇ ନାହିଁ"
5348
+ msgstr ""
5563
5349
 
5564
5350
  msgid "View a report of the affected hosts"
5565
5351
  msgstr ""
5566
5352
 
5567
- # translation auto-copied from project Subscription Manager, version 1.8.X, document keys
5568
5353
  msgid "Virtual"
5569
- msgstr "ଆଭାସୀ"
5354
+ msgstr ""
5570
5355
 
5571
5356
  msgid "When Simple Content Access is enabled, hosts are not required to have subscriptions attached to access repositories."
5572
5357
  msgstr ""
@@ -5628,13 +5413,11 @@ msgstr ""
5628
5413
  msgid "You cannot have more than %{max_hosts} host(s) associated with host collection '%{host_collection}'."
5629
5414
  msgstr ""
5630
5415
 
5631
- #, fuzzy
5632
5416
  msgid "You cannot set an organization's parent. This feature is disabled."
5633
- msgstr "ଚାଳକ %s ରେ ଆପଣ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଅନୁଷ୍ଠାନ ଏବଂ ପରିବେଶ ସେଟ କରି ନାହାନ୍ତି।"
5417
+ msgstr ""
5634
5418
 
5635
- #, fuzzy
5636
5419
  msgid "You cannot set an organization's parent_id. This feature is disabled."
5637
- msgstr "ଚାଳକ %s ରେ ଆପଣ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଅନୁଷ୍ଠାନ ଏବଂ ପରିବେଶ ସେଟ କରି ନାହାନ୍ତି।"
5420
+ msgstr ""
5638
5421
 
5639
5422
  msgid "You currently don't have any Content Views."
5640
5423
  msgstr ""
@@ -5642,9 +5425,15 @@ msgstr ""
5642
5425
  msgid "You currently don't have any filters for this content view."
5643
5426
  msgstr ""
5644
5427
 
5428
+ msgid "You currently don't have any history for this content view."
5429
+ msgstr ""
5430
+
5645
5431
  msgid "You currently don't have any repositories to add to this content view."
5646
5432
  msgstr ""
5647
5433
 
5434
+ msgid "You currently don't have any versions for this content view."
5435
+ msgstr ""
5436
+
5648
5437
  msgid "You do not have permissions to delete %s"
5649
5438
  msgstr ""
5650
5439
 
@@ -5693,19 +5482,16 @@ msgstr ""
5693
5482
  msgid "a file"
5694
5483
  msgstr ""
5695
5484
 
5485
+ msgid "a future release"
5486
+ msgstr ""
5487
+
5696
5488
  msgid "a module stream"
5697
5489
  msgstr ""
5698
5490
 
5699
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
5700
- #, fuzzy
5701
5491
  msgid "a package"
5702
- msgstr "ସମସ୍ତ ପ୍ୟାକେଜଗୁଡ଼ିକ"
5492
+ msgstr ""
5703
5493
 
5704
- #, fuzzy
5705
5494
  msgid "a package group"
5706
- msgstr "ପ୍ୟାକେଜଶ୍ରେଣୀକୁ ସ୍ଥାପନ କରୁଅଛି..."
5707
-
5708
- msgid "a puppet module"
5709
5495
  msgstr ""
5710
5496
 
5711
5497
  msgid "actions not found"
@@ -5717,9 +5503,8 @@ msgstr ""
5717
5503
  msgid "activation key name to filter by"
5718
5504
  msgstr ""
5719
5505
 
5720
- #, fuzzy
5721
5506
  msgid "activation keys"
5722
- msgstr "ସକ୍ରିୟଣ କିଗୁଡ଼ିକ"
5507
+ msgstr ""
5723
5508
 
5724
5509
  msgid "add all module streams without errata to the included/excluded list. (module stream filter only)"
5725
5510
  msgstr ""
@@ -5727,36 +5512,32 @@ msgstr ""
5727
5512
  msgid "add all packages without errata to the included/excluded list. (package filter only)"
5728
5513
  msgstr ""
5729
5514
 
5730
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
5731
5515
  msgid "all packages"
5732
- msgstr "ସମସ୍ତ ପ୍ୟାକେଜଗୁଡ଼ିକ"
5516
+ msgstr ""
5733
5517
 
5734
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
5735
5518
  msgid "all packages update"
5736
- msgstr "ସମସ୍ତ ପ୍ୟାକେଜ ଅଦ୍ୟତନ"
5519
+ msgstr ""
5737
5520
 
5738
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
5739
5521
  msgid "all packages update failed"
5740
- msgstr "ସମସ୍ତ ପ୍ୟାକେଜ ଅଦ୍ୟତନ ବିଫଳ ହୋଇଛି"
5522
+ msgstr ""
5741
5523
 
5742
5524
  msgid "allow unauthenticed pull of container images"
5743
5525
  msgstr ""
5744
5526
 
5745
- #, fuzzy
5527
+ msgid "already belongs to the content view"
5528
+ msgstr ""
5529
+
5746
5530
  msgid "already taken"
5747
- msgstr "ଏହା ପୂର୍ବରୁ ନମୁନାରେ ଅଛି"
5531
+ msgstr ""
5748
5532
 
5749
5533
  msgid "an ansible collection"
5750
5534
  msgstr ""
5751
5535
 
5752
- #, fuzzy
5753
5536
  msgid "an erratum"
5754
- msgstr "ଏରାଟାମକୁ ସ୍ଥାପନ କରୁଅଛି..."
5537
+ msgstr ""
5755
5538
 
5756
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author mgiri
5757
- #, fuzzy
5758
5539
  msgid "an organization"
5759
- msgstr "ଅନୁଷ୍ଠାନ"
5540
+ msgstr ""
5760
5541
 
5761
5542
  msgid "an ostree branch"
5762
5543
  msgstr ""
@@ -5767,9 +5548,6 @@ msgstr ""
5767
5548
  msgid "attempted to sync without a feed URL"
5768
5549
  msgstr ""
5769
5550
 
5770
- msgid "author of the puppet module"
5771
- msgstr ""
5772
-
5773
5551
  msgid "auto attach subscriptions upon registration"
5774
5552
  msgstr ""
5775
5553
 
@@ -5779,43 +5557,35 @@ msgstr ""
5779
5557
  msgid "can the activation key have unlimited hosts"
5780
5558
  msgstr ""
5781
5559
 
5782
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
5783
5560
  msgid "can't be blank"
5784
- msgstr "ଖାଲି ରଖିପାରିବେ ନାହିଁ"
5561
+ msgstr ""
5785
5562
 
5786
5563
  msgid "cannot add filter to import-only view"
5787
5564
  msgstr ""
5788
5565
 
5789
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
5790
5566
  msgid "cannot be a binary file."
5791
- msgstr "ଏକ ବାଇନାରୀ ଫାଇଲ ହୋଇପାରିବ ନାହିଁ।"
5567
+ msgstr ""
5792
5568
 
5793
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
5794
5569
  msgid "cannot be blank"
5795
- msgstr "ଖାଲି କରି ପାରିବେ ନାହିଁ"
5570
+ msgstr ""
5796
5571
 
5797
5572
  msgid "cannot be blank when Repository URL is provided."
5798
5573
  msgstr ""
5799
5574
 
5800
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello
5801
- #, fuzzy
5802
5575
  msgid "cannot be changed."
5803
- msgstr "ଖାଲି କରି ପାରିବେ ନାହିଁ"
5576
+ msgstr ""
5804
5577
 
5805
- #, fuzzy
5806
5578
  msgid "cannot be deleted if it has been promoted."
5807
- msgstr "ରେପୋଜିଟୋରୀକୁ ନିଷ୍କ୍ରିୟ କରିପାରିବେ ନାହିଁ ଯେହେତୁ ଏହାକୁ ପୂର୍ବରୁ ଉନ୍ନତ କରାଯାଇଛି।"
5579
+ msgstr ""
5808
5580
 
5809
5581
  msgid "cannot be less than one"
5810
5582
  msgstr ""
5811
5583
 
5812
- #, fuzzy
5813
5584
  msgid "cannot be lower than current usage count (%s)"
5814
- msgstr "ପ୍ରଚଳିତ ବ୍ୟବହାର (%s) ଠାରୁ ଅଧିକ କିମ୍ବା ଅସୀମିତ"
5585
+ msgstr ""
5815
5586
 
5816
- #, fuzzy
5817
5587
  msgid "cannot be nil"
5818
- msgstr "ଖାଲି ରଖିପାରିବେ ନାହିଁ"
5588
+ msgstr ""
5819
5589
 
5820
5590
  msgid "cannot be set because unlimited hosts is set"
5821
5591
  msgstr ""
@@ -5826,23 +5596,20 @@ msgstr ""
5826
5596
  msgid "cannot be set for non-yum repositories."
5827
5597
  msgstr ""
5828
5598
 
5829
- # translation auto-copied from project CFSE, version sam-1.2, document app
5830
5599
  msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
5831
- msgstr "ascii ସାଂକ୍ଷରିକ,'_', '-' ବ୍ୟତୀତ ଅନ୍ୟ କୌଣସି ବର୍ଣ୍ଣ ଧାରଣ କରିପାରିବ ନାହିଁ। "
5600
+ msgstr ""
5832
5601
 
5833
5602
  msgid "cannot contain commas"
5834
5603
  msgstr ""
5835
5604
 
5836
- #, fuzzy
5837
5605
  msgid "cannot contain filters if composite view"
5838
- msgstr "ASCII ମୂଲ୍ୟ ଠାରୁ ଭିନ୍ନ ଅକ୍ଷର ଧାରମ ହୋଇନଥାଏ"
5606
+ msgstr ""
5839
5607
 
5840
5608
  msgid "cannot contain filters whose repositories do not belong to this content view"
5841
5609
  msgstr ""
5842
5610
 
5843
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
5844
5611
  msgid "cannot contain more than %s characters"
5845
- msgstr "%s ରୁ ଅଧିକ ଅକ୍ଷର ଧାରଣ କରିପାରିବେ ନାହିଁ"
5612
+ msgstr ""
5846
5613
 
5847
5614
  msgid "checking Candlepin task status"
5848
5615
  msgstr ""
@@ -5850,15 +5617,6 @@ msgstr ""
5850
5617
  msgid "checking Pulp task status"
5851
5618
  msgstr ""
5852
5619
 
5853
- msgid "comma-separated list of architectures to be synced from deb-archive"
5854
- msgstr ""
5855
-
5856
- msgid "comma-separated list of releases to be synced from deb-archive"
5857
- msgstr ""
5858
-
5859
- msgid "comma-separated list of repo components to be synced from deb-archive"
5860
- msgstr ""
5861
-
5862
5620
  msgid "composite content view identifier"
5863
5621
  msgstr ""
5864
5622
 
@@ -5871,7 +5629,7 @@ msgstr ""
5871
5629
  msgid "content release version"
5872
5630
  msgstr ""
5873
5631
 
5874
- msgid "content type ('deb', 'docker_manifest', 'file', 'ostree', 'puppet_module', 'rpm', 'srpm')"
5632
+ msgid "content type ('deb', 'docker_manifest', 'file', 'ostree', 'rpm', 'srpm')"
5875
5633
  msgstr ""
5876
5634
 
5877
5635
  msgid "content view component ID. Identifier of the component association"
@@ -5898,13 +5656,11 @@ msgstr ""
5898
5656
  msgid "content view numeric identifier"
5899
5657
  msgstr ""
5900
5658
 
5901
- #, fuzzy
5902
5659
  msgid "content view publish"
5903
- msgstr "ବିଷୟବସ୍ତୁ"
5660
+ msgstr ""
5904
5661
 
5905
- #, fuzzy
5906
5662
  msgid "content view refresh"
5907
- msgstr "ବିଷୟବସ୍ତୁ"
5663
+ msgstr ""
5908
5664
 
5909
5665
  msgid "content view to reassign orphaned activation keys to"
5910
5666
  msgstr ""
@@ -5975,9 +5731,8 @@ msgstr ""
5975
5731
  msgid "environment to reassign orphaned systems to"
5976
5732
  msgstr ""
5977
5733
 
5978
- #, fuzzy
5979
5734
  msgid "environments"
5980
- msgstr "ପରିବେଶଗୁଡ଼ିକ"
5735
+ msgstr ""
5981
5736
 
5982
5737
  msgid "errata_id of the content view filter rule"
5983
5738
  msgstr ""
@@ -6033,9 +5788,8 @@ msgstr ""
6033
5788
  msgid "foreman-tasks service not running or is not ready yet"
6034
5789
  msgstr ""
6035
5790
 
6036
- #, fuzzy
6037
5791
  msgid "has already been taken"
6038
- msgstr "ବୈଧିକରଣ ବିଫଳ ହୋଇଛି:ନାମପଟିକୁ ପୂର୍ବରୁ ଗ୍ରହଣ କରାଯାଇଛି"
5792
+ msgstr ""
6039
5793
 
6040
5794
  msgid "has already been taken for a product in this organization."
6041
5795
  msgstr ""
@@ -6082,29 +5836,23 @@ msgstr ""
6082
5836
  msgid "initiating Pulp task"
6083
5837
  msgstr ""
6084
5838
 
6085
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
6086
5839
  msgid "installing errata..."
6087
- msgstr "ଏରାଟାକୁ ସ୍ଥାପନ କରୁଅଛି..."
5840
+ msgstr ""
6088
5841
 
6089
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
6090
5842
  msgid "installing erratum..."
6091
- msgstr "ଏରାଟାମକୁ ସ୍ଥାପନ କରୁଅଛି..."
5843
+ msgstr ""
6092
5844
 
6093
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
6094
5845
  msgid "installing package group..."
6095
- msgstr "ପ୍ୟାକେଜଶ୍ରେଣୀକୁ ସ୍ଥାପନ କରୁଅଛି..."
5846
+ msgstr ""
6096
5847
 
6097
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
6098
5848
  msgid "installing package groups..."
6099
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀଗୁଡ଼ିକୁ ସ୍ଥାପନ କରୁଅଛି..."
5849
+ msgstr ""
6100
5850
 
6101
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
6102
5851
  msgid "installing package..."
6103
- msgstr "ପ୍ୟାକେଜକୁ ସ୍ଥାପନ କରୁଅଛି..."
5852
+ msgstr ""
6104
5853
 
6105
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
6106
5854
  msgid "installing packages..."
6107
- msgstr "ପ୍ୟାକେଜଗୁଡ଼ିକୁ ସ୍ଥାପନ କରୁଅଛି..."
5855
+ msgstr ""
6108
5856
 
6109
5857
  msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
6110
5858
  msgstr ""
@@ -6118,7 +5866,6 @@ msgstr ""
6118
5866
  msgid "is already attached to the capsule"
6119
5867
  msgstr ""
6120
5868
 
6121
- # translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author mgiri
6122
5869
  msgid "is invalid"
6123
5870
  msgstr "ଏହା ଅବୈଧ ଅଟେ"
6124
5871
 
@@ -6158,15 +5905,9 @@ msgstr ""
6158
5905
  msgid "maximum size of each ISO in MB"
6159
5906
  msgstr ""
6160
5907
 
6161
- msgid "maximum size of each ISO in MB. Relevant only for Pulp 2 repositories"
6162
- msgstr ""
6163
-
6164
5908
  msgid "may not be less than the number of hosts associated with the host collection."
6165
5909
  msgstr ""
6166
5910
 
6167
- msgid "module name to restrict modules for"
6168
- msgstr ""
6169
-
6170
5911
  msgid "module stream ids"
6171
5912
  msgstr ""
6172
5913
 
@@ -6176,9 +5917,8 @@ msgstr ""
6176
5917
  msgid "must be %{gpg_key} or %{cert}"
6177
5918
  msgstr ""
6178
5919
 
6179
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
6180
5920
  msgid "must be a positive integer value."
6181
- msgstr "ନିଶ୍ଚିତ ଭାବରେ ଏକ ଯୁକ୍ତାତ୍ମକ ମୂଲ୍ୟ ହୋଇଥିବା ଉଚିତ।"
5921
+ msgstr ""
6182
5922
 
6183
5923
  msgid "must be one of the following: %s"
6184
5924
  msgstr ""
@@ -6186,21 +5926,17 @@ msgstr ""
6186
5926
  msgid "must be one of: %s"
6187
5927
  msgstr ""
6188
5928
 
6189
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
6190
5929
  msgid "must be unique within one organization"
6191
- msgstr "ଗୋଟିଏ ଅନୁଷ୍ଠାନ ମଧ୍ଯରେ ଏହା ଅନନ୍ୟ ହୋଇଥିବା ଉଚିତ"
5930
+ msgstr ""
6192
5931
 
6193
- # translation auto-copied from project CFSE, version sam-1.2, document app
6194
5932
  msgid "must contain '%s'"
6195
- msgstr "ନିଶ୍ଚିତ ଭାବରେ '%s' ଧାରଣ କରିଥିବା ଉଚିତ"
5933
+ msgstr ""
6196
5934
 
6197
- #, fuzzy
6198
5935
  msgid "must contain GPG Key"
6199
- msgstr "ନିଶ୍ଚିତ ଭାବରେ '%s' ଧାରଣ କରିଥିବା ଉଚିତ"
5936
+ msgstr ""
6200
5937
 
6201
- # translation auto-copied from project CFSE, version sam-1.2, document app
6202
5938
  msgid "must contain at least %s character"
6203
- msgstr "ଅତିକମରେ %s ଅକ୍ଷର ଧାରଣ ହୋଇଥିବା ଉଚିତ"
5939
+ msgstr ""
6204
5940
 
6205
5941
  msgid "must contain valid Public GPG Key"
6206
5942
  msgstr ""
@@ -6208,9 +5944,8 @@ msgstr ""
6208
5944
  msgid "must contain valid Public GPG Key"
6209
5945
  msgstr ""
6210
5946
 
6211
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
6212
5947
  msgid "must not contain leading or trailing white spaces."
6213
- msgstr "ଏହା ପରେ କିମ୍ବା ପୂର୍ବରୁ ଖାଲି ସ୍ଥାନ ରହିବା ଉଚିତ ନୁହଁ।"
5948
+ msgstr ""
6214
5949
 
6215
5950
  msgid "name"
6216
5951
  msgstr ""
@@ -6233,15 +5968,14 @@ msgstr ""
6233
5968
  msgid "name of the organization"
6234
5969
  msgstr ""
6235
5970
 
6236
- msgid "name of the puppet module"
5971
+ msgid "name of the repository"
6237
5972
  msgstr ""
6238
5973
 
6239
- msgid "name of the repository"
5974
+ msgid "name of the subscription"
6240
5975
  msgstr ""
6241
5976
 
6242
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
6243
5977
  msgid "name: %s doesn't exist "
6244
- msgstr "ନାମ: %s ଅବସ୍ଥିତ ନାହିଁ"
5978
+ msgstr ""
6245
5979
 
6246
5980
  msgid "new name for the filter"
6247
5981
  msgstr ""
@@ -6258,13 +5992,15 @@ msgstr ""
6258
5992
  msgid "obtain manifest history for subscriptions"
6259
5993
  msgstr ""
6260
5994
 
6261
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
6262
5995
  msgid "of environment must be unique within one organization"
6263
- msgstr "ଗୋଟିଏ ଅନୁଷ୍ଠାନ ମଧ୍ଯରେ ଏହି ପରିବେଶ ଅନନ୍ୟ ହୋଇଥିବା ଉଚିତ"
5996
+ msgstr ""
6264
5997
 
6265
5998
  msgid "only repositories having at least one of the specified content type ex: rpm , erratum"
6266
5999
  msgstr ""
6267
6000
 
6001
+ msgid "only show the repositories readable by this user with this username"
6002
+ msgstr ""
6003
+
6268
6004
  msgid "optional package names to include in the package group"
6269
6005
  msgstr ""
6270
6006
 
@@ -6304,6 +6040,9 @@ msgstr ""
6304
6040
  msgid "package_ids is not an array"
6305
6041
  msgstr ""
6306
6042
 
6043
+ msgid "params 'show_all_for' and 'available_for' must be used independently"
6044
+ msgstr ""
6045
+
6307
6046
  msgid "pattern for container image names"
6308
6047
  msgstr ""
6309
6048
 
@@ -6325,30 +6064,20 @@ msgstr ""
6325
6064
  msgid "product numeric identifier"
6326
6065
  msgstr ""
6327
6066
 
6328
- msgid "puppet module ID"
6329
- msgstr ""
6330
-
6331
- msgid "puppet_module_ids is not an array"
6332
- msgstr ""
6333
-
6334
6067
  msgid "register_hostname_fact set for %s, but no fact found, or was localhost."
6335
6068
  msgstr ""
6336
6069
 
6337
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
6338
6070
  msgid "removing package group..."
6339
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀକୁ ବାହାର କରୁଅଛି..."
6071
+ msgstr ""
6340
6072
 
6341
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
6342
6073
  msgid "removing package groups..."
6343
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀଗୁଡ଼ିକୁ ବାହାର କରୁଅଛି..."
6074
+ msgstr ""
6344
6075
 
6345
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
6346
6076
  msgid "removing package..."
6347
- msgstr "ପ୍ୟାକେଜକୁ ବାହାର କରୁଅଛି..."
6077
+ msgstr ""
6348
6078
 
6349
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
6350
6079
  msgid "removing packages..."
6351
- msgstr "ପ୍ୟାକେଜଗୁଡ଼ିକୁ ବାହାର କରୁଅଛି..."
6080
+ msgstr ""
6352
6081
 
6353
6082
  msgid "repo label"
6354
6083
  msgstr ""
@@ -6428,17 +6157,7 @@ msgstr ""
6428
6157
  msgid "temporarily override feed URL for sync"
6429
6158
  msgstr ""
6430
6159
 
6431
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
6432
6160
  msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
6433
- msgstr "ନିମ୍ନଲିଖିତ ଗୁଣଗୁଡ଼ିକୁ Red Hat ପ୍ରଦାତା ପାଇଁ ଅଦ୍ୟତନ କରିପାରିବେ ନାହିଁ: [ %s ]"
6434
-
6435
- msgid "the id of the puppet module to associate"
6436
- msgstr ""
6437
-
6438
- msgid "the uuid of the puppet module to associate"
6439
- msgstr ""
6440
-
6441
- msgid "true if the export api is pulp3 ready and usable. This API is intended for use by hammer-cli only."
6442
6161
  msgstr ""
6443
6162
 
6444
6163
  msgid "true if the latest version of the component's content view is desired"
@@ -6468,26 +6187,19 @@ msgstr ""
6468
6187
  msgid "update a filter"
6469
6188
  msgstr ""
6470
6189
 
6471
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
6472
6190
  msgid "updating package group..."
6473
- msgstr "ପ୍ୟାକେଜ ଶ୍ରେଣୀକୁ ଅଦ୍ୟତନ କରୁଅଛି..."
6191
+ msgstr ""
6474
6192
 
6475
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
6476
6193
  msgid "updating package groups..."
6477
- msgstr "ପ୍ୟାକେଜକୁ ଅଦ୍ୟତନ କରୁଅଛି..."
6194
+ msgstr ""
6478
6195
 
6479
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
6480
6196
  msgid "updating package..."
6481
- msgstr "ପ୍ୟାକେଜକୁ ଅଦ୍ୟତନ କରୁଅଛି..."
6197
+ msgstr ""
6482
6198
 
6483
- # translation auto-copied from project CFSE, version sam-1.2, document app, author mgiri
6484
6199
  msgid "updating packages..."
6485
- msgstr "ପ୍ୟାକେଜଗୁଡ଼ିକୁ ଅଦ୍ୟତନ କରୁଅଛି..."
6486
-
6487
- msgid "url not defined."
6488
6200
  msgstr ""
6489
6201
 
6490
- msgid "uuid of the puppet module"
6202
+ msgid "url not defined."
6491
6203
  msgstr ""
6492
6204
 
6493
6205
  msgid "waiting for Candlepin to finish the task"
@@ -6499,6 +6211,15 @@ msgstr ""
6499
6211
  msgid "waiting for Pulp to start the task"
6500
6212
  msgstr ""
6501
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
+
6502
6223
  msgid "with"
6503
6224
  msgstr ""
6504
6225