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/ru/katello.po CHANGED
@@ -1,31 +1,34 @@
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
- # Nikolay Parukhin <parukhin@gmail.com>, 2013.
8
- # ypoyarko <ypoyarko@redhat.com>, 2013. #zanata
9
- # ypoyarko <ypoyarko@redhat.com>, 2014. #zanata
10
- # ypoyarko <ypoyarko@redhat.com>, 2015. #zanata
7
+ # Alexander Savchenko, 2017
8
+ # Denis Denis <stereodenis@gmail.com>, 2017
9
+ # Vladimir Pavlov <v.pavlov@i-teco.ru>, 2020
10
+ # Yulia <yulia.poyarkova@redhat.com>, 2021
11
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
12
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2021
13
+ #
11
14
  msgid ""
12
15
  msgstr ""
13
- "Project-Id-Version: version 0.0.1\n"
16
+ "Project-Id-Version: katello 2.4.0-RC1\n"
14
17
  "Report-Msgid-Bugs-To: \n"
15
- "PO-Revision-Date: 2015-04-29 12:08+0000\n"
16
- "Last-Translator: ypoyarko <ypoyarko@redhat.com>\n"
17
- "Language-Team: LANGUAGE <LL@li.org>\n"
18
- "Language: ru\n"
18
+ "PO-Revision-Date: 2017-12-19 20:14+0000\n"
19
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2021\n"
20
+ "Language-Team: Russian (https://www.transifex.com/foreman/teams/114/ru/)\n"
19
21
  "MIME-Version: 1.0\n"
20
22
  "Content-Type: text/plain; charset=UTF-8\n"
21
23
  "Content-Transfer-Encoding: 8bit\n"
22
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
23
- "4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
24
- "X-Generator: Zanata 3.6.0\n"
24
+ "Language: ru\n"
25
+ "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
26
+ "4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=1"
27
+ "1 && n%100<=14)? 2 : 3);\n"
25
28
 
26
29
  msgid ""
27
30
  "\n"
28
- "* Product = '%{product}', Repository = '%{repository}', Repository Type = '%{repo_type}'"
31
+ "* Product = '%{product}', Repository = '%{repository}'"
29
32
  msgstr ""
30
33
 
31
34
  msgid " %{errata_count} Errata"
@@ -37,24 +40,23 @@ msgstr ""
37
40
  msgid " %{package_count} Package(s)"
38
41
  msgstr ""
39
42
 
40
- msgid " %{puppet_module_count} Puppet Module(s)"
41
- msgstr ""
42
-
43
43
  msgid " Content view updated."
44
44
  msgstr ""
45
45
 
46
46
  msgid " Either select the latest content view or the content view version. Cannot set both."
47
47
  msgstr ""
48
48
 
49
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
49
+ msgid " RPMs"
50
+ msgstr ""
51
+
50
52
  msgid " environment cannot be set to an environment already on its path"
51
- msgstr "это окружение уже есть в цепочке"
53
+ msgstr "это окружение уже в цепочке"
52
54
 
53
55
  msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
54
56
  msgstr ""
55
57
 
56
58
  msgid "%s Available"
57
- msgstr ""
59
+ msgstr "%s доступно"
58
60
 
59
61
  msgid "%s Errata"
60
62
  msgstr "Исправления: %s"
@@ -65,7 +67,7 @@ msgstr[0] ""
65
67
  msgstr[1] ""
66
68
 
67
69
  msgid "%s Used"
68
- msgstr ""
70
+ msgstr "%s занято"
69
71
 
70
72
  msgid "%s ago"
71
73
  msgstr "%s назад"
@@ -266,7 +268,7 @@ msgid "%{unused_substitutions} cannot be specified for %{content_name} as that i
266
268
  msgstr ""
267
269
 
268
270
  msgid "%{used} of %{total}"
269
- msgstr ""
271
+ msgstr "%{used} из %{total}"
270
272
 
271
273
  msgid "%{view_label} could not be promoted to %{environment_label} because the content view and the environment are not in the same organization!"
272
274
  msgstr ""
@@ -280,12 +282,11 @@ msgstr ""
280
282
  msgid ", must be unique to major and version id version."
281
283
  msgstr ""
282
284
 
283
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
284
285
  msgid ": '%s' is a built-in environment"
285
- msgstr "«%s» — встроенное окружение"
286
+ msgstr ""
286
287
 
287
288
  msgid ":a_resource identifier"
288
- msgstr "Идентификатор :a_resource"
289
+ msgstr ""
289
290
 
290
291
  msgid "<b>PROMOTION</b> SUMMARY"
291
292
  msgstr ""
@@ -296,14 +297,17 @@ msgstr ""
296
297
  msgid "A CV version already exists with the same major and minor version (%{major}.%{minor})"
297
298
  msgstr ""
298
299
 
300
+ msgid "A Pool and its Subscription cannot belong to different organizations"
301
+ msgstr ""
302
+
299
303
  msgid "A backend service [ %s ] is unreachable"
300
- msgstr "Служба [ %s ] недоступна"
304
+ msgstr "Базовая служба [ %s ] недоступна"
301
305
 
302
306
  msgid "A content view can be added by using the \"New content view\" button below."
303
307
  msgstr ""
304
308
 
305
309
  msgid "A content_type must be provided."
306
- msgstr "Необходимо предоставить content_type."
310
+ msgstr "Необходимо определить content_type."
307
311
 
308
312
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
309
313
  msgstr "Показаны первые 100 непримененных исправлений."
@@ -315,7 +319,7 @@ msgid "A list of subscriptions expiring soon"
315
319
  msgstr ""
316
320
 
317
321
  msgid "A post-promotion summary of hosts with installable errata"
318
- msgstr ""
322
+ msgstr "Сводный отчет после переноса представлений со списком узлов, для которых доступны исправления"
319
323
 
320
324
  msgid "A server operating in disconnected mode does not communicate with the Red Hat CDN."
321
325
  msgstr ""
@@ -327,10 +331,13 @@ msgid "A smart proxy seems to have been refreshed without pulpcore being running
327
331
  msgstr ""
328
332
 
329
333
  msgid "A summary of available and applicable errata for your hosts"
330
- msgstr "Обзор исправлений для ваших узлов"
334
+ msgstr "Краткий обзор исправлений для ваших узлов"
331
335
 
332
336
  msgid "A summary of new errata after a repository is synchronized"
333
- msgstr "Обзор новых исправлений после синхронизации репозитория"
337
+ msgstr "Краткий обзор новых исправлений после синхронизации репозитория"
338
+
339
+ msgid "About page"
340
+ msgstr ""
334
341
 
335
342
  msgid "Abstract async task"
336
343
  msgstr "Абстрактная асинхронная задача"
@@ -339,46 +346,55 @@ msgid "Accept action timeout"
339
346
  msgstr ""
340
347
 
341
348
  msgid "Account Number"
342
- msgstr ""
349
+ msgstr "Номер учетной записи"
350
+
351
+ msgid "Action"
352
+ msgstr "Команда"
343
353
 
344
354
  msgid "Action not allowed for the default smart proxy."
345
355
  msgstr ""
346
356
 
347
- msgid "Action unauthorized to be performed on selected hosts."
357
+ msgid "Action unauthorized to be performed in this organization."
348
358
  msgstr ""
349
359
 
350
- msgid "Action with sub plans"
360
+ msgid "Action unauthorized to be performed on selected hosts."
351
361
  msgstr ""
352
362
 
353
- msgid "Activation Key(s)"
354
- msgstr ""
363
+ msgid "Action with sub plans"
364
+ msgstr "Действия с подпланами"
355
365
 
356
366
  msgid "Activation Keys"
357
367
  msgstr "Ключи активации"
358
368
 
359
369
  msgid "Activation key ID"
360
- msgstr "ID ключа активации"
370
+ msgstr "Идентификатор ключа активации"
371
+
372
+ 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."
373
+ msgstr ""
374
+
375
+ msgid "Activation key(s) for Subscription Manager."
376
+ msgstr ""
361
377
 
362
- 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."
378
+ 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"
363
379
  msgstr ""
364
380
 
365
381
  msgid "Activation keys and subscriptions can be managed"
366
382
  msgstr "Управление ключами активации и подписками: "
367
383
 
368
- msgid "Active Subscriptions"
384
+ msgid "Activation keys: "
369
385
  msgstr ""
370
386
 
387
+ msgid "Active Subscriptions"
388
+ msgstr "Активные подписки"
389
+
371
390
  msgid "Active only"
372
391
  msgstr "Активные"
373
392
 
374
393
  msgid "Add Subscriptions"
375
394
  msgstr ""
376
395
 
377
- msgid "Add a puppet module to the content view"
378
- msgstr "Добавить модуль Puppet в представление"
379
-
380
396
  msgid "Add a subscription to a host"
381
- msgstr ""
397
+ msgstr "Выделить подписки узлу"
382
398
 
383
399
  msgid "Add components to the content view"
384
400
  msgstr ""
@@ -390,7 +406,7 @@ msgid "Add filters using the 'Add filter' button above."
390
406
  msgstr ""
391
407
 
392
408
  msgid "Add host to the host collection"
393
- msgstr ""
409
+ msgstr "Добавить узел в коллекцию"
394
410
 
395
411
  msgid "Add lifecycle environments to the smart proxy"
396
412
  msgstr ""
@@ -402,7 +418,7 @@ msgid "Add ons"
402
418
  msgstr ""
403
419
 
404
420
  msgid "Add products to sync plan"
405
- msgstr "Добавить продукты в план синхронизации"
421
+ msgstr "Включить продукты в план синхронизации"
406
422
 
407
423
  msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
408
424
  msgstr ""
@@ -410,13 +426,22 @@ msgstr ""
410
426
  msgid "Add subscriptions to one or more hosts"
411
427
  msgstr ""
412
428
 
429
+ msgid "Add to this filter using the 'Add RPM' button."
430
+ msgstr ""
431
+
432
+ msgid "Add to this filter using the 'Add package group' button."
433
+ msgstr ""
434
+
435
+ msgid "Added"
436
+ msgstr ""
437
+
413
438
  msgid "Added Content:"
414
- msgstr "Добавлено содержимое:"
439
+ msgstr ""
415
440
 
416
441
  msgid "Adding content units"
417
442
  msgstr ""
418
443
 
419
- 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}"
444
+ msgid "Additional content"
420
445
  msgstr ""
421
446
 
422
447
  msgid "Addons"
@@ -435,13 +460,13 @@ msgid "All available architectures for this repo are enabled."
435
460
  msgstr ""
436
461
 
437
462
  msgid "All errata applied"
438
- msgstr ""
463
+ msgstr "Все исправления применены"
439
464
 
440
465
  msgid "Allow new Host registrations to assume registered profiles with matching hostname as long as the registering DMI UUID is not used by another host."
441
466
  msgstr ""
442
467
 
443
468
  msgid "Alter a hosts host collections"
444
- msgstr ""
469
+ msgstr "Изменить коллекции для указанного узла"
445
470
 
446
471
  msgid "Always Use Latest (currently %{version})"
447
472
  msgstr ""
@@ -459,6 +484,8 @@ msgid ""
459
484
  "An error occurred during the sync \n"
460
485
  "%{error_message}"
461
486
  msgstr ""
487
+ "Во время синхронизации произошла ошибка:\n"
488
+ "%{error_message}"
462
489
 
463
490
  msgid "Another component already includes content view with ID %s"
464
491
  msgstr ""
@@ -476,13 +503,16 @@ msgid "Applicability Batch Size"
476
503
  msgstr ""
477
504
 
478
505
  msgid "Arch"
506
+ msgstr "Архитектура"
507
+
508
+ msgid "Architecture"
479
509
  msgstr ""
480
510
 
481
511
  msgid "Architecture of content in the repository"
482
512
  msgstr ""
483
513
 
484
514
  msgid "Architecture(s)"
485
- msgstr ""
515
+ msgstr "Архитектура"
486
516
 
487
517
  msgid "Are you sure you want to delete the manifest?"
488
518
  msgstr ""
@@ -506,7 +536,7 @@ msgid "Array of content view component IDs to remove. Identifier of the componen
506
536
  msgstr ""
507
537
 
508
538
  msgid "Array of host ids"
509
- msgstr ""
539
+ msgstr "Список идентификаторов узлов"
510
540
 
511
541
  msgid "Array of local pool IDs. Only pools originating upstream are accepted."
512
542
  msgstr ""
@@ -518,7 +548,7 @@ msgid "Array of subscriptions to add"
518
548
  msgstr "Массив добавляемых подписок"
519
549
 
520
550
  msgid "Array of subscriptions to remove"
521
- msgstr ""
551
+ msgstr "Массив удаляемых подписок"
522
552
 
523
553
  msgid "Array of uploads to import"
524
554
  msgstr ""
@@ -534,9 +564,8 @@ msgstr ""
534
564
 
535
565
  msgid "Assign the %{count} host with no %{taxonomy_single} to %{taxonomy_name}"
536
566
  msgid_plural "Assign all %{count} hosts with no %{taxonomy_single} to %{taxonomy_name}"
537
- msgstr[0] "Выделить %{taxonomy_name} %{count} узел без %{taxonomy_single}"
538
- msgstr[1] "Выделить %{taxonomy_name} %{count} узла без %{taxonomy_single}"
539
- msgstr[2] "Выделить %{taxonomy_name} %{count} узлов без %{taxonomy_single}"
567
+ msgstr[0] ""
568
+ msgstr[1] ""
540
569
 
541
570
  msgid "Assign the environment and content view to one or more hosts"
542
571
  msgstr ""
@@ -548,7 +577,7 @@ msgid "Associated location IDs"
548
577
  msgstr ""
549
578
 
550
579
  msgid "Associations"
551
- msgstr ""
580
+ msgstr "Связи"
552
581
 
553
582
  msgid "At least one Content View Version must be specified"
554
583
  msgstr "Необходимо выбрать хотя бы одну версию представления"
@@ -562,21 +591,20 @@ msgstr "По крайней мере одному ключу активации
562
591
  msgid "At least one organization must exist."
563
592
  msgstr "Должна существовать как минимум одна организация."
564
593
 
565
- # translation auto-copied from project rhsm-web, version 0.0, document management, author ypoyarko
566
594
  msgid "Attach a subscription"
567
595
  msgstr "Назначить подписку"
568
596
 
569
597
  msgid "Attach subscriptions"
570
- msgstr ""
598
+ msgstr "Выделить подписки"
571
599
 
572
600
  msgid "Attach subscriptions to %s"
573
- msgstr ""
601
+ msgstr "Выделить подписки %s"
574
602
 
575
603
  msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
576
604
  msgstr ""
577
605
 
578
606
  msgid "Author"
579
- msgstr ""
607
+ msgstr "Автор"
580
608
 
581
609
  msgid "Auto Publish"
582
610
  msgstr ""
@@ -603,7 +631,7 @@ msgid "Available Repositories"
603
631
  msgstr ""
604
632
 
605
633
  msgid "Backend System Status"
606
- msgstr "Системный статус"
634
+ msgstr "Состояние базовой системы"
607
635
 
608
636
  msgid "Background"
609
637
  msgstr ""
@@ -620,7 +648,6 @@ msgstr "Включить $basearch"
620
648
  msgid "Batch size to sync repositories in."
621
649
  msgstr ""
622
650
 
623
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author ypoyarko
624
651
  msgid "Beta"
625
652
  msgstr "Beta"
626
653
 
@@ -636,11 +663,9 @@ msgstr ""
636
663
  msgid "Branches updated"
637
664
  msgstr ""
638
665
 
639
- # translation auto-copied from project CFSE, version sam-1.2, document app
640
666
  msgid "Bug Fix"
641
- msgstr "Исправление ошибки"
667
+ msgstr "Исправление"
642
668
 
643
- # translation auto-copied from project Satellite6 Bastion Katello, version 6.1, document bastion_katello
644
669
  msgid "Bugfix"
645
670
  msgstr "Исправление ошибок"
646
671
 
@@ -651,13 +676,13 @@ msgid "CDN SSL version"
651
676
  msgstr ""
652
677
 
653
678
  msgid "CDN loading error: %s not found"
654
- msgstr "Ошибка загрузки CDN: %s не найден."
679
+ msgstr ""
655
680
 
656
681
  msgid "CDN loading error: access denied to %s"
657
- msgstr "Ошибка загрузки CDN: %s отказано в доступе."
682
+ msgstr ""
658
683
 
659
684
  msgid "CDN loading error: access forbidden to %s"
660
- msgstr "Ошибка загрузки CDN: доступ к %s запрещен"
685
+ msgstr ""
661
686
 
662
687
  msgid "CVE identifier"
663
688
  msgstr "Идентификатор CVE"
@@ -678,16 +703,14 @@ msgid "Can only destroy on Yum Repositories."
678
703
  msgstr ""
679
704
 
680
705
  msgid "Can only remove content from within the Default Content View"
681
- msgstr "Контент может удаляться только из исходного представления"
706
+ msgstr "Содержимое может удаляться только из представления, используемого по умолчанию"
682
707
 
683
708
  msgid "Can only upload to Yum Repositories."
684
709
  msgstr ""
685
710
 
686
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
687
711
  msgid "Can't update the '%s' environment"
688
712
  msgstr "Не удалось обновить окружение «%s»"
689
713
 
690
- # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery
691
714
  msgid "Cancel"
692
715
  msgstr "Отмена"
693
716
 
@@ -697,10 +720,8 @@ msgstr "Отменить поиск репозиториев"
697
720
  msgid "Cancel running smart proxy synchronization"
698
721
  msgstr ""
699
722
 
700
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
701
- #, fuzzy
702
723
  msgid "Canceled"
703
- msgstr "Отменено."
724
+ msgstr "Отменена"
704
725
 
705
726
  msgid "Cancelled"
706
727
  msgstr ""
@@ -727,16 +748,16 @@ msgid "Cannot add a repository from an Organization other than %s."
727
748
  msgstr "Репозитории могут добавляться только из организации %s."
728
749
 
729
750
  msgid "Cannot add component versions to a non-composite content view"
730
- msgstr "Версии компонентов не могут быть добавлены в сложное представление"
751
+ msgstr "Версии, составляющие сложное представление, не могут добавляться в простое представление"
731
752
 
732
753
  msgid "Cannot add composite versions to a composite content view"
733
- msgstr "Сложные версии не могут быть добавлены в сложное представление"
754
+ msgstr "Составные версии не могут быть добавлены в составное представление"
734
755
 
735
756
  msgid "Cannot add composite versions to another composite content view"
736
757
  msgstr "Сложные версии не могут добавляться в другое сложное представление"
737
758
 
738
759
  msgid "Cannot add default content view to composite content view"
739
- msgstr "Исходное представление не может быть добавлено в сложное представление"
760
+ msgstr "Исходное представление не может входить в составное представление"
740
761
 
741
762
  msgid "Cannot add repositories to a composite content view"
742
763
  msgstr "Нельзя добавлять репозитории в сложное представление"
@@ -751,12 +772,11 @@ msgid "Cannot clone into the Default Content View"
751
772
  msgstr ""
752
773
 
753
774
  msgid "Cannot delete '%{view}' due to associated %{dependent}: %{names}."
754
- msgstr "«%{view}» не может быть удалено из-за существующих зависимостей %{dependent}: %{names}."
775
+ msgstr ""
755
776
 
756
777
  msgid "Cannot delete Red Hat product: %{product}"
757
778
  msgstr ""
758
779
 
759
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author ypoyarko
760
780
  msgid "Cannot delete from %s, view does not exist there."
761
781
  msgstr "Нельзя удалить представление из %s, так как его там нет"
762
782
 
@@ -769,20 +789,17 @@ msgstr "Вы не можете удалить провайдер, который
769
789
  msgid "Cannot delete redhat product content"
770
790
  msgstr ""
771
791
 
772
- msgid "Cannot delete the default Location for Puppet content. If you no longer want this Location, change the default Location for Puppet content under Administer > Settings, tab Content."
773
- msgstr ""
774
-
775
792
  msgid "Cannot delete the default Location for subscribed hosts. If you no longer want this Location, change the default Location for subscribed hosts under Administer > Settings, tab Content."
776
793
  msgstr ""
777
794
 
778
- msgid "Cannot delete the last Location. Foreman needs at least one Location to put newly published Puppet content and Hosts registered via subscription-manager"
795
+ msgid "Cannot delete the last Location."
779
796
  msgstr ""
780
797
 
781
798
  msgid "Cannot delete version while it is in environment %s"
782
799
  msgstr "Прежде чем удалить версию, исключите ее из окружения %s"
783
800
 
784
801
  msgid "Cannot delete version while it is in environments: %s"
785
- msgstr "Прежде чем удалить версию, исключите ее из окружений: %s"
802
+ msgstr ""
786
803
 
787
804
  msgid "Cannot delete version while it is in use by composite content views: %s"
788
805
  msgstr ""
@@ -814,15 +831,14 @@ msgstr ""
814
831
  msgid "Cannot publish default content view"
815
832
  msgstr "Исходное представление не может быть опубликовано"
816
833
 
817
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
818
834
  msgid "Cannot register a system to the '%s' environment"
819
835
  msgstr "Не удалось зарегистрировать систему в окружении «%s»"
820
836
 
821
837
  msgid "Cannot remove '%{view}' from environment '%{env}' due to associated %{dependent}: %{names}."
822
- msgstr "«%{view}» не может быть удалено из окружения «%{env}» из-за связей %{dependent}: %{names}."
838
+ msgstr ""
823
839
 
824
840
  msgid "Cannot remove content from a non-custom repository"
825
- msgstr "Нельзя удалить контент из репозиториев Red Hat."
841
+ msgstr "Содержимое репозиториев Red Hat не может быть удалено."
826
842
 
827
843
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
828
844
  msgstr "Представление «%{view}» не входит в окружение «%{env}»."
@@ -840,17 +856,14 @@ msgid "Cannot specify components for non-composite views"
840
856
  msgstr "Простые представления не могут содержать другие представления"
841
857
 
842
858
  msgid "Cannot specify content for composite views"
843
- msgstr "Сложное представление не может напрямую включать контент"
859
+ msgstr "Сложное представление не может включать в себя содержимое напрямую"
844
860
 
845
- msgid "Cannot sync file:// repositories with On Demand or Background Download Policies"
861
+ msgid "Cannot sync file:// repositories with the On Demand Download Policy"
846
862
  msgstr ""
847
863
 
848
864
  msgid "Cannot upload Container Image content."
849
865
  msgstr ""
850
866
 
851
- msgid "Cannot use this end point for importing to library. If you intented to upload to library, use the library endpoint."
852
- msgstr ""
853
-
854
867
  msgid "Cannot validate contents on non-yum/deb repositories."
855
868
  msgstr ""
856
869
 
@@ -864,7 +877,7 @@ msgid "Check services before actions"
864
877
  msgstr ""
865
878
 
866
879
  msgid "Checksum"
867
- msgstr ""
880
+ msgstr "Контрольная сумма"
868
881
 
869
882
  msgid "Checksum of file to upload"
870
883
  msgstr ""
@@ -875,17 +888,18 @@ msgstr ""
875
888
  msgid "Checksum type cannot be set for yum repositories with on demand download policy."
876
889
  msgstr ""
877
890
 
891
+ msgid "Clear any previous registration and run subscription-manager with --force."
892
+ msgstr ""
893
+
878
894
  msgid "Click here to go to the tasks page for the task."
879
895
  msgstr ""
880
896
 
881
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
882
897
  msgid "Clone"
883
898
  msgstr "Клонировать"
884
899
 
885
900
  msgid "Close"
886
- msgstr ""
901
+ msgstr "Закрыть"
887
902
 
888
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
889
903
  msgid "Collapse All"
890
904
  msgstr "Свернуть все"
891
905
 
@@ -898,7 +912,6 @@ msgstr ""
898
912
  msgid "Comma-separated list of tags to sync for Container Image repository"
899
913
  msgstr ""
900
914
 
901
- # translation auto-copied from project Customer Portal Core Files, version 1, document interface, author ypoyarko
902
915
  msgid "Component"
903
916
  msgstr "Компонент"
904
917
 
@@ -912,10 +925,10 @@ msgid "Composite Content View '%{subject}' failed auto-publish"
912
925
  msgstr ""
913
926
 
914
927
  msgid "Composite content view"
915
- msgstr "Сложное представление"
928
+ msgstr "Составное представление"
916
929
 
917
930
  msgid "Compute resource IDs"
918
- msgstr ""
931
+ msgstr "Идентификаторы ресурсов"
919
932
 
920
933
  msgid "Confirm Deletion"
921
934
  msgstr ""
@@ -927,7 +940,7 @@ msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to so
927
940
  msgstr ""
928
941
 
929
942
  msgid "Consumed"
930
- msgstr ""
943
+ msgstr "Используется"
931
944
 
932
945
  msgid "Container Image Manifest"
933
946
  msgstr ""
@@ -950,7 +963,6 @@ msgstr ""
950
963
  msgid "Container image tag"
951
964
  msgstr ""
952
965
 
953
- # translation auto-copied from project Red Hat Satellite User Guide, version 6.0, document appe-Glossary_of_Terms
954
966
  msgid "Content"
955
967
  msgstr "Содержимое"
956
968
 
@@ -964,7 +976,7 @@ msgid "Content Credentials"
964
976
  msgstr ""
965
977
 
966
978
  msgid "Content Download URL"
967
- msgstr ""
979
+ msgstr "URL загрузки содержимого"
968
980
 
969
981
  msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
970
982
  msgstr ""
@@ -972,28 +984,18 @@ msgstr ""
972
984
  msgid "Content Hosts"
973
985
  msgstr "Узлы содержимого"
974
986
 
975
- msgid "Content Migration"
976
- msgstr ""
977
-
978
- msgid "Content Migration Reset"
979
- msgstr ""
980
-
981
987
  msgid "Content Source"
982
988
  msgstr "Источник содержимого"
983
989
 
984
990
  msgid "Content Sync"
985
- msgstr ""
991
+ msgstr "Синхронизация содержимого"
986
992
 
987
993
  msgid "Content Types"
988
994
  msgstr ""
989
995
 
990
- # translation auto-copied from project Red Hat Satellite User Guide, version 6.0, document appe-Glossary_of_Terms
991
996
  msgid "Content View"
992
997
  msgstr "Представление"
993
998
 
994
- msgid "Content View %s cannot be published without an internal capsule."
995
- msgstr ""
996
-
997
999
  msgid "Content View %{view}: Versions: %{versions}"
998
1000
  msgstr ""
999
1001
 
@@ -1006,10 +1008,8 @@ msgstr ""
1006
1008
  msgid "Content View Details"
1007
1009
  msgstr ""
1008
1010
 
1009
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author ypoyarko
1010
- #, fuzzy
1011
1011
  msgid "Content View Filter id"
1012
- msgstr "Представления"
1012
+ msgstr "Идентификатор фильтра представления"
1013
1013
 
1014
1014
  msgid "Content View Filter identifier"
1015
1015
  msgstr ""
@@ -1033,12 +1033,11 @@ msgid "Content View Version specified in the metadata - '%{name}' already exists
1033
1033
  msgstr ""
1034
1034
 
1035
1035
  msgid "Content View and Environment not set for registration."
1036
- msgstr ""
1036
+ msgstr "Для регистрации необходимо представить представление и окружение."
1037
1037
 
1038
1038
  msgid "Content View id"
1039
1039
  msgstr ""
1040
1040
 
1041
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author ypoyarko
1042
1041
  msgid "Content Views"
1043
1042
  msgstr "Представления"
1044
1043
 
@@ -1048,6 +1047,9 @@ msgstr "Отправляемые файлы (один или несколько)
1048
1047
  msgid "Content host must be unregistered before performing this action."
1049
1048
  msgstr ""
1050
1049
 
1050
+ msgid "Content imported from %{path} into content view '%{name}' by %{user}"
1051
+ msgstr ""
1052
+
1051
1053
  msgid "Content source ID"
1052
1054
  msgstr ""
1053
1055
 
@@ -1063,7 +1065,6 @@ msgstr ""
1063
1065
  msgid "Content view ${name} created"
1064
1066
  msgstr ""
1065
1067
 
1066
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author ypoyarko
1067
1068
  msgid "Content view '%{view}' is not in environment '%{env}'"
1068
1069
  msgstr "Представление «%{view} не входит в окружение «%{env}»."
1069
1070
 
@@ -1082,6 +1083,9 @@ msgstr "Идентификатор представления"
1082
1083
  msgid "Content view label"
1083
1084
  msgstr "Метка представления"
1084
1085
 
1086
+ msgid "Content view not provided in the metadata"
1087
+ msgstr ""
1088
+
1085
1089
  msgid "Content view numeric identifier"
1086
1090
  msgstr "Числовой идентификатор представления"
1087
1091
 
@@ -1091,6 +1095,9 @@ msgstr ""
1091
1095
  msgid "Content view version identifier"
1092
1096
  msgstr "Идентификатор версии представления"
1093
1097
 
1098
+ msgid "Content view version import history identifier"
1099
+ msgstr ""
1100
+
1094
1101
  msgid "Content_Host_Status"
1095
1102
  msgstr ""
1096
1103
 
@@ -1101,10 +1108,10 @@ msgid "Context"
1101
1108
  msgstr ""
1102
1109
 
1103
1110
  msgid "Contract"
1104
- msgstr ""
1111
+ msgstr "Контракт"
1105
1112
 
1106
1113
  msgid "Contract Number"
1107
- msgstr ""
1114
+ msgstr "Номер контракта"
1108
1115
 
1109
1116
  msgid "Copy an activation key"
1110
1117
  msgstr "Копировать ключ активации"
@@ -1113,10 +1120,10 @@ msgid "Copy version units to library"
1113
1120
  msgstr ""
1114
1121
 
1115
1122
  msgid "Cores: %s"
1116
- msgstr "Ядра: %s"
1123
+ msgstr ""
1117
1124
 
1118
1125
  msgid "Could not delete organization '%s'."
1119
- msgstr "Не удалось удалить организацию \"%s\"."
1126
+ msgstr "Ошибка удаления организации «%s»."
1120
1127
 
1121
1128
  msgid "Could not find %{content} with id '%{id}' in repository."
1122
1129
  msgstr "%{content} с идентификатором «%{id}» в репозитории не найдено."
@@ -1131,14 +1138,11 @@ msgid "Could not find %{name} resources with ids %{ids}"
1131
1138
  msgstr ""
1132
1139
 
1133
1140
  msgid "Could not find Environment with ids: %s"
1134
- msgstr "Окружения не найдены: %s"
1141
+ msgstr ""
1135
1142
 
1136
1143
  msgid "Could not find Lifecycle Environment with id '%{id}'."
1137
1144
  msgstr "Окружение с идентификатором «%{id}» не найдено."
1138
1145
 
1139
- msgid "Could not find Repository for module %s."
1140
- msgstr "Репозиторий для модуля %s не найден."
1141
-
1142
1146
  msgid "Could not find a host with id %s"
1143
1147
  msgstr ""
1144
1148
 
@@ -1146,7 +1150,7 @@ msgid "Could not find a smart proxy with pulp feature."
1146
1150
  msgstr ""
1147
1151
 
1148
1152
  msgid "Could not find all specified errata ids: %s"
1149
- msgstr "Исправления не найдены: %s"
1153
+ msgstr ""
1150
1154
 
1151
1155
  msgid "Could not find environments for promotion"
1152
1156
  msgstr ""
@@ -1154,9 +1158,6 @@ msgstr ""
1154
1158
  msgid "Could not remove the lifecycle environment from the smart proxy"
1155
1159
  msgstr ""
1156
1160
 
1157
- msgid "Could not unarchive puppet module. Please make sure the puppet module has been compressed properly."
1158
- msgstr "Не удалось извлечь модуль Puppet. Проверьте архив."
1159
-
1160
1161
  msgid "Couldn't find %{content_type} with id '%{id}'"
1161
1162
  msgstr ""
1162
1163
 
@@ -1164,14 +1165,11 @@ msgid "Couldn't find %{type} Filter with id %{id}"
1164
1165
  msgstr "Фильтр %{type} с идентификатором %{id} не найден."
1165
1166
 
1166
1167
  msgid "Couldn't find ContentViewFilter with id=%s"
1167
- msgstr "Фильтр представления с идентификатором %s не найден."
1168
+ msgstr "Фильтр с идентификатором %s не найден."
1168
1169
 
1169
1170
  msgid "Couldn't find Organization '%s'."
1170
1171
  msgstr "Организация «%s» не найдена."
1171
1172
 
1172
- msgid "Couldn't find Puppet Module with id '%s'"
1173
- msgstr "Модуль Puppet с идентификатором «%s» не найден."
1174
-
1175
1173
  msgid "Couldn't find activation key '%s'"
1176
1174
  msgstr "Ключ активации «%s» не найден."
1177
1175
 
@@ -1188,9 +1186,8 @@ msgid "Couldn't find content host content view id '%s'"
1188
1186
  msgstr "Представление с идентификатором «%s» для узла содержимого не найдено."
1189
1187
 
1190
1188
  msgid "Couldn't find content host environment '%s'"
1191
- msgstr "Окружение «%s» узла содержимого не найдено."
1189
+ msgstr "Окружение «%s» не найдено."
1192
1190
 
1193
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author ypoyarko
1194
1191
  msgid "Couldn't find content view '%s'"
1195
1192
  msgstr "Представление «%s» не найдено."
1196
1193
 
@@ -1198,7 +1195,7 @@ msgid "Couldn't find content view version '%s'"
1198
1195
  msgstr "Версия «%s» не найдена."
1199
1196
 
1200
1197
  msgid "Couldn't find content view versions '%s'"
1201
- msgstr "Версии «%s» не найдены."
1198
+ msgstr "Версии «%s» не обнаружены."
1202
1199
 
1203
1200
  msgid "Couldn't find environment '%s'"
1204
1201
  msgstr "Окружение «%s» не найдено."
@@ -1210,9 +1207,8 @@ msgid "Couldn't find host collection '%s'"
1210
1207
  msgstr "Коллекция «%s» не найдена"
1211
1208
 
1212
1209
  msgid "Couldn't find host with host id '%s'"
1213
- msgstr ""
1210
+ msgstr "Узел с идентификатором «%s» не найден"
1214
1211
 
1215
- # translation auto-copied from project CFSE, version sam-1.2, document app
1216
1212
  msgid "Couldn't find organization '%s'"
1217
1213
  msgstr "Организация «%s» не найдена"
1218
1214
 
@@ -1234,10 +1230,15 @@ msgstr "Не удалось найти объект синхронизации"
1234
1230
  msgid "Count"
1235
1231
  msgstr ""
1236
1232
 
1237
- # translation auto-copied from project NetworkManager, version 0.9.9.0, document NetworkManager, author ypoyarko
1238
1233
  msgid "Create"
1239
1234
  msgstr "Создать"
1240
1235
 
1236
+ msgid "Create Export History"
1237
+ msgstr ""
1238
+
1239
+ msgid "Create Import History"
1240
+ msgstr ""
1241
+
1241
1242
  msgid "Create Package Group"
1242
1243
  msgstr ""
1243
1244
 
@@ -1254,7 +1255,7 @@ msgid "Create a custom repository"
1254
1255
  msgstr "Создать дополнительный репозиторий"
1255
1256
 
1256
1257
  msgid "Create a filter rule. The parameters included should be based upon the filter type."
1257
- msgstr "Создать правило фильтрации. Список параметров зависит от типа фильтра."
1258
+ msgstr "Создать правило фильтрации. Список параметров определяется типом фильтра."
1258
1259
 
1259
1260
  msgid "Create a host collection"
1260
1261
  msgstr "Создать коллекцию"
@@ -1266,7 +1267,7 @@ msgid "Create a product"
1266
1267
  msgstr "Создать продукт"
1267
1268
 
1268
1269
  msgid "Create a sync plan"
1269
- msgstr "Создать план"
1270
+ msgstr "Создать план синхронизации"
1270
1271
 
1271
1272
  msgid "Create an activation key"
1272
1273
  msgstr "Создать ключ активации"
@@ -1298,9 +1299,6 @@ msgstr ""
1298
1299
  msgid "Current organization not set."
1299
1300
  msgstr ""
1300
1301
 
1301
- msgid "Custom"
1302
- msgstr ""
1303
-
1304
1302
  msgid "Custom Content Repositories"
1305
1303
  msgstr "Другие репозитории"
1306
1304
 
@@ -1308,12 +1306,14 @@ msgid "Custom cron expression only needs to be set for interval value of custom
1308
1306
  msgstr ""
1309
1307
 
1310
1308
  msgid "Custom repositories cannot be disabled."
1311
- msgstr "Дополнительные репозитории не могут быть отключены."
1309
+ msgstr "Дополнительно настроенные репозитории не могут быть отключены."
1312
1310
 
1313
1311
  msgid "Database connection"
1314
- msgstr ""
1312
+ msgstr "Подключение к базе данных"
1313
+
1314
+ msgid "Date"
1315
+ msgstr "Дата"
1315
1316
 
1316
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
1317
1317
  msgid "Date format is incorrect."
1318
1318
  msgstr "Неверный формат даты."
1319
1319
 
@@ -1329,9 +1329,8 @@ msgstr ""
1329
1329
  msgid "Deb Packages"
1330
1330
  msgstr ""
1331
1331
 
1332
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
1333
1332
  msgid "Debug Certificate"
1334
- msgstr "Сертификат"
1333
+ msgstr "Сертификат отладки"
1335
1334
 
1336
1335
  msgid "Debug RPM"
1337
1336
  msgstr ""
@@ -1345,15 +1344,9 @@ msgstr ""
1345
1344
  msgid "Default HTTP proxy"
1346
1345
  msgstr ""
1347
1346
 
1348
- msgid "Default Location Puppet content"
1349
- msgstr ""
1350
-
1351
1347
  msgid "Default Location subscribed hosts"
1352
1348
  msgstr ""
1353
1349
 
1354
- msgid "Default Location where new Puppet content will be put upon Content View publish"
1355
- msgstr ""
1356
-
1357
1350
  msgid "Default Location where new subscribed hosts will put upon registration"
1358
1351
  msgstr ""
1359
1352
 
@@ -1373,10 +1366,10 @@ msgid "Default Smart Proxy download policy"
1373
1366
  msgstr ""
1374
1367
 
1375
1368
  msgid "Default System SLA"
1376
- msgstr "Соглашение об обслуживании"
1369
+ msgstr "SLA по умолчанию"
1377
1370
 
1378
1371
  msgid "Default content view versions cannot be promoted"
1379
- msgstr "Исходные версии представления не могут быть продвинуты"
1372
+ msgstr "Используемое по умолчанию представление не может переноситься."
1380
1373
 
1381
1374
  msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', 'on_demand', or 'background')"
1382
1375
  msgstr ""
@@ -1438,11 +1431,9 @@ msgstr ""
1438
1431
  msgid "Default user data for new Operating Systems created from synced content"
1439
1432
  msgstr ""
1440
1433
 
1441
- # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery
1442
1434
  msgid "Delete"
1443
1435
  msgstr "Удалить"
1444
1436
 
1445
- # translation auto-copied from project RHN Satellite UI, version 5.6, document java/code/src/com/redhat/rhn/frontend/strings/jsp/StringResource
1446
1437
  msgid "Delete Activation Key"
1447
1438
  msgstr "Удалить ключ активации"
1448
1439
 
@@ -1452,7 +1443,6 @@ msgstr ""
1452
1443
  msgid "Delete Lifecycle Environment"
1453
1444
  msgstr "Удалить окружение"
1454
1445
 
1455
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
1456
1446
  msgid "Delete Manifest"
1457
1447
  msgstr "Удалить манифест"
1458
1448
 
@@ -1499,7 +1489,7 @@ msgid "Deleting manifest in '%{subject}' failed."
1499
1489
  msgstr ""
1500
1490
 
1501
1491
  msgid "Description"
1502
- msgstr ""
1492
+ msgstr "Описание"
1503
1493
 
1504
1494
  msgid "Description for the content view"
1505
1495
  msgstr "Описание представления"
@@ -1519,7 +1509,6 @@ msgstr ""
1519
1509
  msgid "Destination Server name"
1520
1510
  msgstr ""
1521
1511
 
1522
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
1523
1512
  msgid "Destroy"
1524
1513
  msgstr "Удалить"
1525
1514
 
@@ -1533,7 +1522,7 @@ msgid "Destroy a Content Credential"
1533
1522
  msgstr ""
1534
1523
 
1535
1524
  msgid "Destroy a custom repository"
1536
- msgstr "Удалить репозиторий"
1525
+ msgstr "Удалить настроенный репозиторий"
1537
1526
 
1538
1527
  msgid "Destroy a host collection"
1539
1528
  msgstr "Удалить коллекцию"
@@ -1542,7 +1531,7 @@ msgid "Destroy a product"
1542
1531
  msgstr "Удалить продукт"
1543
1532
 
1544
1533
  msgid "Destroy a sync plan"
1545
- msgstr "Удалить план"
1534
+ msgstr "Удалить план синхронизации"
1546
1535
 
1547
1536
  msgid "Destroy an activation key"
1548
1537
  msgstr "Удалить ключ активации"
@@ -1571,7 +1560,6 @@ msgstr ""
1571
1560
  msgid "Directory containing the exported Content View Version"
1572
1561
  msgstr ""
1573
1562
 
1574
- # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author ypoyarko
1575
1563
  msgid "Disable"
1576
1564
  msgstr "Отключить"
1577
1565
 
@@ -1594,13 +1582,13 @@ msgid "Disconnected mode"
1594
1582
  msgstr ""
1595
1583
 
1596
1584
  msgid "Discover"
1597
- msgstr ""
1585
+ msgstr "Поиск"
1598
1586
 
1599
1587
  msgid "Discover Repositories"
1600
1588
  msgstr "Поиск репозиториев"
1601
1589
 
1602
1590
  msgid "Do not include this array of content views"
1603
- msgstr "Не включать этот массив представлений"
1591
+ msgstr "Исключить указанный массив представлений"
1604
1592
 
1605
1593
  msgid "Do not wait for the ImportUpload action to finish. Default: false"
1606
1594
  msgstr ""
@@ -1609,7 +1597,7 @@ msgid "Do not wait for the update action to finish. Default: true"
1609
1597
  msgstr ""
1610
1598
 
1611
1599
  msgid "Domain IDs"
1612
- msgstr ""
1600
+ msgstr "Идентификаторы доменов"
1613
1601
 
1614
1602
  msgid "Download Policy of the capsule, must be one of %s"
1615
1603
  msgstr ""
@@ -1620,14 +1608,12 @@ msgstr "Загрузить сертификат отладки"
1620
1608
  msgid "Duplicate branches specified - %{branches}"
1621
1609
  msgstr ""
1622
1610
 
1623
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author ypoyarko
1624
1611
  msgid "Duration"
1625
1612
  msgstr "Продолжительность"
1626
1613
 
1627
1614
  msgid "ERRATA ADVISORY"
1628
1615
  msgstr ""
1629
1616
 
1630
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
1631
1617
  msgid "Edit"
1632
1618
  msgstr "Изменить"
1633
1619
 
@@ -1635,7 +1621,7 @@ msgid "Editing Entitlements"
1635
1621
  msgstr ""
1636
1622
 
1637
1623
  msgid "Either both parameters 'content_view_id' and 'environment_id' should be specified or neither should be specified"
1638
- msgstr "«content_view_id» и «environment_id» должны быть указаны вместе"
1624
+ msgstr "content_view_id и environment_id не могут использоваться по отдельности"
1639
1625
 
1640
1626
  msgid "Either environments or versions must be specified."
1641
1627
  msgstr "Необходимо указать окружение или версию"
@@ -1644,7 +1630,7 @@ msgid "Either organization ID or environment ID needs to be specified"
1644
1630
  msgstr "Необходимо указать ID организации или окружения"
1645
1631
 
1646
1632
  msgid "Either packages or groups must be provided"
1647
- msgstr ""
1633
+ msgstr "Необходимо предоставить список пакетов или их групп "
1648
1634
 
1649
1635
  msgid "Either set the content view with the latest flag or set the content view version"
1650
1636
  msgstr ""
@@ -1652,7 +1638,6 @@ msgstr ""
1652
1638
  msgid "Either set the latest content view or the content view version. Cannot set both"
1653
1639
  msgstr ""
1654
1640
 
1655
- # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author ypoyarko
1656
1641
  msgid "Enable"
1657
1642
  msgstr "Включить"
1658
1643
 
@@ -1669,23 +1654,22 @@ msgid "Enable/Disable auto publish of composite view"
1669
1654
  msgstr ""
1670
1655
 
1671
1656
  msgid "Enabled"
1672
- msgstr ""
1657
+ msgstr "Включен"
1673
1658
 
1674
1659
  msgid "Enabled Repositories"
1675
- msgstr ""
1660
+ msgstr "Активные репозитории"
1676
1661
 
1677
1662
  msgid "Enabling Simple Content Access failed for '%{subject}'."
1678
1663
  msgstr ""
1679
1664
 
1680
1665
  msgid "End Date"
1681
- msgstr ""
1666
+ msgstr "Срок действия"
1682
1667
 
1683
1668
  msgid "Ends"
1684
- msgstr ""
1669
+ msgstr "Заканчивается"
1685
1670
 
1686
- # translation auto-copied from project RHN Satellite UI, version 5.6, document java/code/src/com/redhat/rhn/frontend/strings/jsp/StringResource, author ypoyarko
1687
1671
  msgid "Enhancement"
1688
- msgstr "Дополнение"
1672
+ msgstr "Расширенные функции"
1689
1673
 
1690
1674
  msgid "Entitlements"
1691
1675
  msgstr ""
@@ -1694,7 +1678,7 @@ msgid "Environment"
1694
1678
  msgstr "Окружение"
1695
1679
 
1696
1680
  msgid "Environment IDs"
1697
- msgstr ""
1681
+ msgstr "Идентификаторы окружений"
1698
1682
 
1699
1683
  msgid "Environment cannot be in its own promotion path"
1700
1684
  msgstr "Путь переноса не может быть таким же как исходный путь"
@@ -1703,14 +1687,13 @@ msgid "Environment identifier"
1703
1687
  msgstr ""
1704
1688
 
1705
1689
  msgid "Environments"
1706
- msgstr ""
1690
+ msgstr "Окружения"
1707
1691
 
1708
1692
  msgid "Errata"
1709
1693
  msgstr "Исправления"
1710
1694
 
1711
- # translation auto-copied from project Satellite6 Hammer CLI Katello, version 6.1, document hammer-cli-katello
1712
1695
  msgid "Errata ID"
1713
- msgstr "ID исправления"
1696
+ msgstr "Идентификатор"
1714
1697
 
1715
1698
  msgid "Errata Install"
1716
1699
  msgstr "Установка исправлений"
@@ -1719,7 +1702,7 @@ msgid "Errata Install scheduled by %s"
1719
1702
  msgstr "Установка назначена: %s"
1720
1703
 
1721
1704
  msgid "Errata id of the erratum (RHSA-2012:108)"
1722
- msgstr "Код исправления (RHSA-2012:108)"
1705
+ msgstr ""
1723
1706
 
1724
1707
  msgid "Errata mail"
1725
1708
  msgstr "Почта"
@@ -1745,12 +1728,11 @@ msgstr "Не удалось установить исправление"
1745
1728
  msgid "Erratum Install Timed Out"
1746
1729
  msgstr "Время ожидания установки исправления истекло"
1747
1730
 
1748
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
1749
1731
  msgid "Error"
1750
1732
  msgstr "Ошибка"
1751
1733
 
1752
1734
  msgid "Error connecting to Pulp service"
1753
- msgstr ""
1735
+ msgstr "Произошла ошибка при подключении к сервису Pulp"
1754
1736
 
1755
1737
  msgid "Error connecting. Got: %s"
1756
1738
  msgstr ""
@@ -1759,15 +1741,20 @@ msgid "Error refreshing status for %s: "
1759
1741
  msgstr ""
1760
1742
 
1761
1743
  msgid "Error retrieving Pulp storage"
1762
- msgstr ""
1744
+ msgstr "Произошла ошибка при извлечении хранилища Pulp"
1763
1745
 
1764
1746
  msgid "Exceeds available quantity"
1765
1747
  msgstr ""
1766
1748
 
1749
+ msgid "Exclude"
1750
+ msgstr "Исключить"
1751
+
1752
+ msgid "Excluded"
1753
+ msgstr ""
1754
+
1767
1755
  msgid "Exit"
1768
1756
  msgstr ""
1769
1757
 
1770
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
1771
1758
  msgid "Expand All"
1772
1759
  msgstr "Развернуть все"
1773
1760
 
@@ -1775,7 +1762,7 @@ msgid "Expire soon days"
1775
1762
  msgstr ""
1776
1763
 
1777
1764
  msgid "Export"
1778
- msgstr ""
1765
+ msgstr "Экспорт"
1779
1766
 
1780
1767
  msgid "Export CSV"
1781
1768
  msgstr ""
@@ -1786,11 +1773,8 @@ msgstr ""
1786
1773
  msgid "Export Types"
1787
1774
  msgstr ""
1788
1775
 
1789
- msgid "Export a content view version. Relevant only for Pulp 2 repositories."
1790
- msgstr ""
1791
-
1792
1776
  msgid "Export a repository"
1793
- msgstr ""
1777
+ msgstr "Экспорт репозитория"
1794
1778
 
1795
1779
  msgid "Export as CSV"
1796
1780
  msgstr ""
@@ -1801,9 +1785,6 @@ msgstr ""
1801
1785
  msgid "Export to ISO format"
1802
1786
  msgstr ""
1803
1787
 
1804
- msgid "Export to ISO format."
1805
- msgstr ""
1806
-
1807
1788
  msgid "Exported version"
1808
1789
  msgstr ""
1809
1790
 
@@ -1811,25 +1792,18 @@ msgid "Facts successfully updated."
1811
1792
  msgstr "Системная статистика обновлена."
1812
1793
 
1813
1794
  msgid "Failed"
1814
- msgstr "Ошибка"
1795
+ msgstr "Сбой"
1815
1796
 
1816
1797
  msgid "Failed indexing errata, maximum retries encountered"
1817
- msgstr ""
1798
+ msgstr "Не удалось проиндексировать исправления. Превышено максимальное число повторов."
1818
1799
 
1819
1800
  msgid "Failed to delete %{host}: %{errors}"
1820
1801
  msgstr ""
1821
1802
 
1822
- msgid "Failed to download %s module."
1823
- msgid_plural "Failed to download %s modules."
1824
- msgstr[0] "Не удалось загрузить %s модуль."
1825
- msgstr[1] "Не удалось загрузить %s модуля."
1826
- msgstr[2] "Не удалось загрузить %s модулей."
1827
-
1828
1803
  msgid "Failed to download %s package."
1829
1804
  msgid_plural "Failed to download %s packages."
1830
- msgstr[0] "Не удалось загрузить %s пакет."
1831
- msgstr[1] "Не удалось загрузить %s пакета."
1832
- msgstr[2] "Не удалось загрузить %s пакетов."
1805
+ msgstr[0] ""
1806
+ msgstr[1] ""
1833
1807
 
1834
1808
  msgid "Failed to find %{content} with id '%{id}'."
1835
1809
  msgstr "%{content} с идентификатором «%{id}» не найдено."
@@ -1886,26 +1860,23 @@ msgid "Filter out default content views"
1886
1860
  msgstr "Исключить исходные представления"
1887
1861
 
1888
1862
  msgid "Filter products by host id"
1889
- msgstr ""
1863
+ msgstr "Отфильтровать результаты по идентификатору узла"
1890
1864
 
1891
1865
  msgid "Filter products by name"
1892
- msgstr "Выбор продуктов по имени"
1866
+ msgstr "Список продуктов по имени"
1893
1867
 
1894
1868
  msgid "Filter products by organization"
1895
- msgstr "Выбор продуктов по организации"
1869
+ msgstr "Список продуктов по организации"
1896
1870
 
1897
1871
  msgid "Filter products by subscription"
1898
- msgstr "Выбор продуктов по подпискам"
1872
+ msgstr "Список продуктов по подписке"
1899
1873
 
1900
1874
  msgid "Filter products by sync plan id"
1901
- msgstr ""
1875
+ msgstr "Список продуктов по идентификатору плана синхронизации"
1902
1876
 
1903
1877
  msgid "Filter versions by environment"
1904
1878
  msgstr "Выбор версий по окружению"
1905
1879
 
1906
- msgid "Filter versions by puppet module"
1907
- msgstr ""
1908
-
1909
1880
  msgid "Filter versions by version number"
1910
1881
  msgstr "Выбор по номеру версии"
1911
1882
 
@@ -1913,10 +1884,10 @@ msgid "Filter versions that are components in the specified composite version"
1913
1884
  msgstr "Отфильтровать составляющие сложной версии"
1914
1885
 
1915
1886
  msgid "Filtered index content"
1916
- msgstr ""
1887
+ msgstr "Содержимое фильтруемого индекса"
1917
1888
 
1918
1889
  msgid "Filters"
1919
- msgstr ""
1890
+ msgstr "Фильтры"
1920
1891
 
1921
1892
  msgid "Finish action timeout"
1922
1893
  msgstr ""
@@ -1927,6 +1898,9 @@ msgstr ""
1927
1898
  msgid "For pages that support it, automatically perform search while typing in search input."
1928
1899
  msgstr ""
1929
1900
 
1901
+ msgid "Force"
1902
+ msgstr ""
1903
+
1930
1904
  msgid ""
1931
1905
  "Force a sync and validate the checksums of all content. Non-yum repositories (or those with \\\n"
1932
1906
  " On Demand download policy) are skipped."
@@ -1951,12 +1925,11 @@ msgid "Forces a republish of the version's repositories' metadata"
1951
1925
  msgstr ""
1952
1926
 
1953
1927
  msgid "Fully entitled"
1954
- msgstr ""
1928
+ msgstr "Полные полномочия"
1955
1929
 
1956
1930
  msgid "GPG Key URL"
1957
- msgstr ""
1931
+ msgstr "URL ключа GPG"
1958
1932
 
1959
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author ypoyarko
1960
1933
  msgid "Generate and Download"
1961
1934
  msgstr "Создать и загрузить"
1962
1935
 
@@ -1969,6 +1942,9 @@ msgstr ""
1969
1942
  msgid "Get all content available, not just that provided by subscriptions"
1970
1943
  msgstr ""
1971
1944
 
1945
+ msgid "Get all content available, not just that provided by subscriptions. Relevant for Activation Keys only"
1946
+ msgstr ""
1947
+
1972
1948
  msgid "Get content and overrides for the host"
1973
1949
  msgstr ""
1974
1950
 
@@ -1981,12 +1957,6 @@ msgstr "Получить информацию о наборе репозитор
1981
1957
  msgid "Get list of available repositories for the repository set"
1982
1958
  msgstr ""
1983
1959
 
1984
- msgid "Get puppet modules names that are available to be added to the content view"
1985
- msgstr "Получить имена модулей Puppet для добавления в представление"
1986
-
1987
- msgid "Get puppet modules that are available to be added to the content view"
1988
- msgstr "Получить модули Puppet для добавления в представление"
1989
-
1990
1960
  msgid "Get status of repo synchronisation for given product"
1991
1961
  msgstr "Получить статус синхронизации репозиториев для продукта"
1992
1962
 
@@ -2003,7 +1973,7 @@ msgid "Group %{id} already created."
2003
1973
  msgstr ""
2004
1974
 
2005
1975
  msgid "Guests of"
2006
- msgstr ""
1976
+ msgstr "Гости"
2007
1977
 
2008
1978
  msgid "HTTP Proxies"
2009
1979
  msgstr ""
@@ -2015,9 +1985,11 @@ msgid "Has to be > 0"
2015
1985
  msgstr ""
2016
1986
 
2017
1987
  msgid "History"
1988
+ msgstr "Журнал"
1989
+
1990
+ msgid "History will appear here when the content view is published or promoted."
2018
1991
  msgstr ""
2019
1992
 
2020
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author ypoyarko
2021
1993
  msgid "Host"
2022
1994
  msgstr "Узел"
2023
1995
 
@@ -2028,13 +2000,13 @@ msgid "Host %{name} cannot be assigned release version %{release_version}."
2028
2000
  msgstr ""
2029
2001
 
2030
2002
  msgid "Host '%{name}' does not belong to an organization"
2031
- msgstr ""
2003
+ msgstr "Узел «%{name}» не принадлежит ни одной организации"
2032
2004
 
2033
2005
  msgid "Host Collection name"
2034
2006
  msgstr "Имя коллекции"
2035
2007
 
2036
2008
  msgid "Host Collections"
2037
- msgstr "Коллекции"
2009
+ msgstr "Коллекции узлов"
2038
2010
 
2039
2011
  msgid "Host Duplicate DMI UUIDs"
2040
2012
  msgstr ""
@@ -2043,7 +2015,7 @@ msgid "Host Errata Advisory"
2043
2015
  msgstr ""
2044
2016
 
2045
2017
  msgid "Host ID"
2046
- msgstr ""
2018
+ msgstr "Идентификатор узла"
2047
2019
 
2048
2020
  msgid "Host Profile Assume"
2049
2021
  msgstr ""
@@ -2055,7 +2027,7 @@ msgid "Host Tasks Workers Pool Size"
2055
2027
  msgstr ""
2056
2028
 
2057
2029
  msgid "Host collection '%{name}' exceeds maximum usage limit of '%{limit}'"
2058
- msgstr "Коллекция «%{name}» превышает допустимое ограничение %{limit}"
2030
+ msgstr "Коллекция «%{name}» превысила максимально допустимое ограничение %{limit}"
2059
2031
 
2060
2032
  msgid "Host collection is empty."
2061
2033
  msgstr "Пустая коллекция."
@@ -2067,19 +2039,19 @@ msgid "Host creation was skipped for %s because it shares a BIOS UUID with %s. T
2067
2039
  msgstr ""
2068
2040
 
2069
2041
  msgid "Host did not finish content action in %s seconds. The task has been cancelled."
2070
- msgstr ""
2042
+ msgstr "Узел не смог завершить операцию с содержимым по истечении %s секунд. Задача была отменена."
2071
2043
 
2072
2044
  msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
2073
- msgstr ""
2045
+ msgstr "Узел не отвечает на протяжении %s секунд, поэтому задача была отменена. Убедитесь, что на узле установлен katello-agent и запущен goferd."
2074
2046
 
2075
2047
  msgid "Host errata advisory"
2076
2048
  msgstr ""
2077
2049
 
2078
2050
  msgid "Host group IDs"
2079
- msgstr ""
2051
+ msgstr "Идентификаторы группы узлов"
2080
2052
 
2081
2053
  msgid "Host has not been registered with subscription-manager"
2082
- msgstr ""
2054
+ msgstr "Узел не был зарегистрирован в subscription-manager"
2083
2055
 
2084
2056
  msgid "Host has not been registered with subscription-manager."
2085
2057
  msgstr ""
@@ -2105,6 +2077,9 @@ msgstr ""
2105
2077
  msgid "Hosts with Installable Errata"
2106
2078
  msgstr "Узлы с доступными для установки исправлениями"
2107
2079
 
2080
+ msgid "Hosts: "
2081
+ msgstr ""
2082
+
2108
2083
  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."
2109
2084
  msgstr ""
2110
2085
 
@@ -2112,13 +2087,13 @@ msgid "How the logic of solving dependencies in a Content View is managed. Conse
2112
2087
  msgstr ""
2113
2088
 
2114
2089
  msgid "How to order the sorted results (e.g. ASC for ascending)"
2115
- msgstr "Функции сортировки (например, ASC — по возрастанию)"
2090
+ msgstr "Порядок сортировки (например, ASC — по возрастанию)"
2116
2091
 
2117
2092
  msgid "Hypervisors"
2118
- msgstr ""
2093
+ msgstr "Гипервизоры"
2119
2094
 
2120
2095
  msgid "Hypervisors update"
2121
- msgstr ""
2096
+ msgstr "Обновление гипервизоров"
2122
2097
 
2123
2098
  msgid "ID of a HTTP Proxy"
2124
2099
  msgstr ""
@@ -2127,10 +2102,10 @@ msgid "ID of a content view to show repositories in"
2127
2102
  msgstr "Идентификатор представления для репозиториев"
2128
2103
 
2129
2104
  msgid "ID of a content view version to show repositories in"
2130
- msgstr "Идентификатор версии представления для просмотра репозиториев"
2105
+ msgstr "Идентификатор версии представления для получения списка репозиториев"
2131
2106
 
2132
2107
  msgid "ID of a product to list repository sets from"
2133
- msgstr "Идентификатор продукта для получения комплекта репозиториев"
2108
+ msgstr "Идентификатор продукта для получения набора репозиториев"
2134
2109
 
2135
2110
  msgid "ID of a product to show repositories of"
2136
2111
  msgstr "Идентификатор продукта для получения списка репозиториев"
@@ -2151,7 +2126,7 @@ msgid "ID of the environment"
2151
2126
  msgstr "Идентификатор окружения"
2152
2127
 
2153
2128
  msgid "ID of the host"
2154
- msgstr ""
2129
+ msgstr "Идентификатор узла"
2155
2130
 
2156
2131
  msgid "ID of the host collection"
2157
2132
  msgstr "Идентификатор коллекции"
@@ -2174,9 +2149,8 @@ msgstr "Идентификатор набора репозиториев для
2174
2149
  msgid "ID of the sync plan"
2175
2150
  msgstr "Идентификатор плана синхронизации"
2176
2151
 
2177
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
2178
2152
  msgid "ID: %s doesn't exist "
2179
- msgstr "%s не существует"
2153
+ msgstr ""
2180
2154
 
2181
2155
  msgid "ISO export must be enabled when specifying ISO size"
2182
2156
  msgstr ""
@@ -2194,7 +2168,7 @@ msgid "Id of an ansible collection to find repositories that contain the ansible
2194
2168
  msgstr ""
2195
2169
 
2196
2170
  msgid "Id of an erratum to find repositories that contain the erratum"
2197
- msgstr ""
2171
+ msgstr "Идентификатор исправления для получения списка репозиториев"
2198
2172
 
2199
2173
  msgid "Id of an ostree branch to find repositories that contain that branch"
2200
2174
  msgstr ""
@@ -2203,22 +2177,22 @@ msgid "Id of the content host"
2203
2177
  msgstr ""
2204
2178
 
2205
2179
  msgid "Id of the environment to limit the synchronization on"
2206
- msgstr ""
2180
+ msgstr "Идентификатор синхронизируемого окружения"
2207
2181
 
2208
2182
  msgid "Id of the host"
2209
- msgstr ""
2183
+ msgstr "Идентификатор узла"
2210
2184
 
2211
2185
  msgid "Id of the host collection"
2212
2186
  msgstr "Идентификатор коллекции"
2213
2187
 
2214
2188
  msgid "Id of the lifecycle environment"
2215
- msgstr ""
2189
+ msgstr "Идентификатор окружения жизненного цикла"
2216
2190
 
2217
2191
  msgid "Id of the organization to get the status for"
2218
- msgstr ""
2192
+ msgstr "Идентификатор организации"
2219
2193
 
2220
2194
  msgid "Id of the organization to limit environments on"
2221
- msgstr ""
2195
+ msgstr "Идентификатор организации для выборки окружений"
2222
2196
 
2223
2197
  msgid "Id of the smart proxy"
2224
2198
  msgstr ""
@@ -2257,13 +2231,13 @@ msgid "If hosts fail to register because of duplicate DMI UUIDs add their comma-
2257
2231
  msgstr ""
2258
2232
 
2259
2233
  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."
2260
- msgstr ""
2234
+ msgstr "«true» означает, что действия публикации и переноса составных представлений разрешаются только при условии, что целевое окружение уже содержит версии представлений, входящих в его состав."
2261
2235
 
2262
- msgid "If set to true, use the remote execution over katello-agent for remote actions"
2236
+ msgid "If set to true, use remote execution instead of katello-agent for remote actions"
2263
2237
  msgstr ""
2264
2238
 
2265
2239
  msgid "If specified, remove the first instance of a subscription with matching id and quantity"
2266
- msgstr ""
2240
+ msgstr "Если задано, удалить указанное число подписок в соответствии с заданным идентификатором"
2267
2241
 
2268
2242
  msgid "If true, and register_hostname_fact is set and provided, registration will look for a new host by name only using that fact, and will skip all hostname matching"
2269
2243
  msgstr ""
@@ -2286,14 +2260,23 @@ msgstr ""
2286
2260
  msgid "Ignorable content can be only set for Yum repositories."
2287
2261
  msgstr ""
2288
2262
 
2289
- msgid "Ignore subscriptions that are unavailable to the specified host"
2263
+ msgid "Ignore errors"
2290
2264
  msgstr ""
2291
2265
 
2266
+ msgid "Ignore subscription manager errors"
2267
+ msgstr ""
2268
+
2269
+ msgid "Ignore subscription-manager errors for `subscription-manager register` command"
2270
+ msgstr ""
2271
+
2272
+ msgid "Ignore subscriptions that are unavailable to the specified host"
2273
+ msgstr "Показать доступные подписки для указанного узла"
2274
+
2292
2275
  msgid "Immediate"
2293
2276
  msgstr ""
2294
2277
 
2295
2278
  msgid "Import"
2296
- msgstr ""
2279
+ msgstr "Импорт"
2297
2280
 
2298
2281
  msgid "Import Content View Version"
2299
2282
  msgstr ""
@@ -2313,6 +2296,9 @@ msgstr ""
2313
2296
  msgid "Import Puppet classes"
2314
2297
  msgstr ""
2315
2298
 
2299
+ msgid "Import Types"
2300
+ msgstr ""
2301
+
2316
2302
  msgid "Import a Manifest"
2317
2303
  msgstr ""
2318
2304
 
@@ -2343,16 +2329,21 @@ msgstr ""
2343
2329
  msgid "Import-only content views can not be published directly"
2344
2330
  msgstr ""
2345
2331
 
2346
- msgid "Import-only content views will be available in a future version."
2347
- msgstr ""
2348
-
2349
2332
  msgid "Importing manifest into '%{subject}' failed."
2350
2333
  msgstr ""
2351
2334
 
2352
- # translation auto-copied from project evolution, version 3.8.5, document evolution-3.8
2353
2335
  msgid "In Progress"
2354
2336
  msgstr "Выполняется"
2355
2337
 
2338
+ msgid "Include"
2339
+ msgstr "Включить"
2340
+
2341
+ msgid "Included"
2342
+ msgstr ""
2343
+
2344
+ msgid "Includes associated content view filter ids in response"
2345
+ msgstr ""
2346
+
2356
2347
  msgid "Inclusion type"
2357
2348
  msgstr ""
2358
2349
 
@@ -2372,19 +2363,19 @@ msgid "Incremental update requires at least one content unit"
2372
2363
  msgstr ""
2373
2364
 
2374
2365
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
2375
- msgstr "Для %{name} %{version} назначено инкрементное обновление, но компоненты не обновлялись."
2366
+ msgstr "Для %{name} %{version} было выбрано инкрементное обновление, но изменений компонентов не зарегистрировано."
2376
2367
 
2377
2368
  msgid "Index content"
2378
- msgstr ""
2369
+ msgstr "Индексировать содержимое"
2379
2370
 
2380
2371
  msgid "Index errata"
2381
- msgstr "Индекс исправлений"
2372
+ msgstr "Индексировать исправления"
2382
2373
 
2383
2374
  msgid "Index module streams"
2384
2375
  msgstr ""
2385
2376
 
2386
2377
  msgid "Index package groups"
2387
- msgstr ""
2378
+ msgstr "Индексировать группы пакетов"
2388
2379
 
2389
2380
  msgid "Informable Type must be one of the following [ %{list} ]"
2390
2381
  msgstr "Тип может принимать значения: [ %{list} ]"
@@ -2393,7 +2384,7 @@ msgid "Inherit from Repository"
2393
2384
  msgstr ""
2394
2385
 
2395
2386
  msgid "Initiate a sync of the products attached to the sync plan"
2396
- msgstr ""
2387
+ msgstr "Инициировать синхронизацию продуктов в соответствии с планом синхронизации"
2397
2388
 
2398
2389
  msgid "Install Applicable Errata"
2399
2390
  msgstr "Установить исправления"
@@ -2401,7 +2392,7 @@ msgstr "Установить исправления"
2401
2392
  msgid "Install Applicable Errata on %s"
2402
2393
  msgstr ""
2403
2394
 
2404
- msgid "Install content on one or more hosts"
2395
+ msgid "Install content on one or more hosts using katello-agent. %s"
2405
2396
  msgstr ""
2406
2397
 
2407
2398
  msgid "Install errata via Katello interface"
@@ -2413,7 +2404,6 @@ msgstr "Установить исправление"
2413
2404
  msgid "Install erratum for %s"
2414
2405
  msgstr ""
2415
2406
 
2416
- # translation auto-copied from project gnome-packagekit, version 3.8.2, document gnome-packagekit
2417
2407
  msgid "Install package"
2418
2408
  msgstr "Установить пакет"
2419
2409
 
@@ -2429,8 +2419,8 @@ msgstr ""
2429
2419
  msgid "Install package via Katello interface"
2430
2420
  msgstr ""
2431
2421
 
2432
- msgid "Install packages remotely"
2433
- msgstr "Установить пакеты удаленно"
2422
+ msgid "Install packages remotely using katello-agent. %s"
2423
+ msgstr ""
2434
2424
 
2435
2425
  msgid "Installable errata from Content View"
2436
2426
  msgstr ""
@@ -2444,7 +2434,6 @@ msgstr ""
2444
2434
  msgid "Installation of package(s) requested: %{packages}"
2445
2435
  msgstr ""
2446
2436
 
2447
- # translation auto-copied from project RHN Satellite UI, version 5.6, document java/code/src/com/redhat/rhn/frontend/strings/jsp/StringResource
2448
2437
  msgid "Installed Packages"
2449
2438
  msgstr "Установленные пакеты"
2450
2439
 
@@ -2461,13 +2450,13 @@ msgid "Instance update"
2461
2450
  msgstr ""
2462
2451
 
2463
2452
  msgid "Instance-based"
2464
- msgstr ""
2453
+ msgstr "Экземпляр"
2465
2454
 
2466
2455
  msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
2467
- msgstr ""
2456
+ msgstr "Ограничивает результаты только теми коллекциями, которые доступны для указанного здесь объекта. Поддерживается значение «host»."
2468
2457
 
2469
2458
  msgid "Interpret specified object to return only Products that can be associated with specified object. Only 'sync_plan' is supported."
2470
- msgstr ""
2459
+ msgstr "Ограничивает результаты только теми продуктами, которые доступны для указанного здесь объекта. На данный момент поддерживается только значение «sync_plan»."
2471
2460
 
2472
2461
  msgid "Interval cannot be nil"
2473
2462
  msgstr ""
@@ -2476,22 +2465,22 @@ msgid "Interval not set correctly"
2476
2465
  msgstr ""
2477
2466
 
2478
2467
  msgid "Invalid"
2479
- msgstr ""
2468
+ msgstr "Недействительные"
2480
2469
 
2481
2470
  msgid "Invalid association of the content view id. Content View must match the content view version being saved"
2482
2471
  msgstr ""
2483
2472
 
2484
2473
  msgid "Invalid content label: %s"
2485
- msgstr "Недопустимая метка контента: %s"
2474
+ msgstr ""
2486
2475
 
2487
2476
  msgid "Invalid content type %s"
2488
- msgstr "Недопустимый тип контента: %s"
2477
+ msgstr "Недопустимый тип содержимого: %s"
2489
2478
 
2490
2479
  msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
2491
- msgstr ""
2480
+ msgstr "Предоставлен неверный тип содержимого: «%{ content_type }». Тип может быть одним из %{ content_types }"
2492
2481
 
2493
2482
  msgid "Invalid date provided."
2494
- msgstr ""
2483
+ msgstr "Указана неверная дата."
2495
2484
 
2496
2485
  msgid "Invalid date range. The erratum filter rule start date must come before the end date"
2497
2486
  msgstr "Недопустимый диапазон. Дата начала не может быть позднее даты окончания."
@@ -2500,7 +2489,7 @@ msgid "Invalid erratum filter rule specified, 'errata_id' cannot be specified in
2500
2489
  msgstr "Недопустимое правило: «errata_id» не может использоваться вместе со «start_date», «end_date», «types»"
2501
2490
 
2502
2491
  msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or 'types'"
2503
- msgstr "Недопустимое правило: необходимо определить хотя бы один параметр: «errata_id», «start_date», «end_date», «types»"
2492
+ msgstr ""
2504
2493
 
2505
2494
  msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
2506
2495
  msgstr "Неверные типы исправлений: %{invalid_types}. Допускается: %{valid_types}"
@@ -2514,29 +2503,14 @@ msgstr "Неверное правило: «version» не может испол
2514
2503
  msgid "Invalid parameters sent in the request for this operation. Please contact a system administrator."
2515
2504
  msgstr "Запрос операции содержит недопустимые параметры. Обратитесь к администратору."
2516
2505
 
2517
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
2518
2506
  msgid "Invalid parameters sent. You may have mistyped the address. If you continue having trouble with this, please contact an Administrator."
2519
- msgstr "Недопустимые параметры. Проверьте адрес. При повторе ошибки обратитесь к администратору."
2507
+ msgstr "Отправлены неверные параметры. Возможно, был введен неверный адрес. Если ошибка повторится, обратитесь к администратору."
2520
2508
 
2521
2509
  msgid "Invalid params provided - content_type must be one of %s"
2522
- msgstr ""
2510
+ msgstr "Неверные значения параметров. Параметр content_type может принимать следующие значения: %s"
2523
2511
 
2524
2512
  msgid "Invalid params provided - date_type must be one of %s"
2525
- msgstr ""
2526
-
2527
- msgid ""
2528
- "Invalid puppet module parameters specified. \\\n"
2529
- " Either 'uuid' or 'name' and 'author' must be specified."
2530
- msgstr ""
2531
-
2532
- msgid "Invalid puppet module. Please make sure the puppet module contains a metadata.json file and is properly compressed."
2533
- msgstr "Недопустимый модуль Puppet. Модуль должен содержать файл metadata.json и представлен в сжатом виде."
2534
-
2535
- msgid "Invalid usage for Pulp 2 repositories. Use export for Yum repositories"
2536
- msgstr ""
2537
-
2538
- msgid "Invalid usage for Pulp 3 repositories. Use hammer content-export for Yum repositories"
2539
- msgstr ""
2513
+ msgstr "Неверные значения параметров. Параметр date_type может принимать следующие значения: %s"
2540
2514
 
2541
2515
  msgid "Invalid value specified for Container Image repositories."
2542
2516
  msgstr ""
@@ -2547,9 +2521,6 @@ msgstr ""
2547
2521
  msgid "Invalid value specified for ignorable content. Permissible values %s"
2548
2522
  msgstr ""
2549
2523
 
2550
- msgid "Katello"
2551
- msgstr ""
2552
-
2553
2524
  msgid "Katello ID of local pool to update"
2554
2525
  msgstr ""
2555
2526
 
@@ -2596,7 +2567,7 @@ msgid "Kickstart repository was not set for host '%{host}'"
2596
2567
  msgstr ""
2597
2568
 
2598
2569
  msgid "Label"
2599
- msgstr ""
2570
+ msgstr "Метка"
2600
2571
 
2601
2572
  msgid "Label of the content"
2602
2573
  msgstr "Метка содержимого"
@@ -2604,7 +2575,16 @@ msgstr "Метка содержимого"
2604
2575
  msgid "Last published"
2605
2576
  msgstr ""
2606
2577
 
2578
+ msgid "Last task"
2579
+ msgstr ""
2580
+
2581
+ msgid "Latest (automatically updates)"
2582
+ msgstr ""
2583
+
2607
2584
  msgid "Latest Errata"
2585
+ msgstr "Последние исправления"
2586
+
2587
+ msgid "Latest version"
2608
2588
  msgstr ""
2609
2589
 
2610
2590
  msgid "Learn more about adding Subscription Manifests"
@@ -2614,12 +2594,11 @@ msgid "Library lifecycle environments may not be deleted."
2614
2594
  msgstr "Окружения Library не могут быть удалены."
2615
2595
 
2616
2596
  msgid "Library repository id to restrict comparisons to"
2617
- msgstr "Ограничить сравнение по идентификатору репозитория Library"
2597
+ msgstr "Идентификатор репозитория Library для проведения сравнения"
2618
2598
 
2619
2599
  msgid "Lifecycle"
2620
2600
  msgstr ""
2621
2601
 
2622
- # translation auto-copied from project Red Hat Satellite User Guide, version 6.0, document Host_Groups, author ypoyarko
2623
2602
  msgid "Lifecycle Environment"
2624
2603
  msgstr "Окружение"
2625
2604
 
@@ -2632,16 +2611,21 @@ msgstr ""
2632
2611
  msgid "Lifecycle Environment ID"
2633
2612
  msgstr ""
2634
2613
 
2635
- # translation auto-copied from project Red Hat Satellite User Guide, version 6.0, document chap-Configuring_Organizations_Locations_and_Lifecycle_Environments, author ypoyarko
2636
2614
  msgid "Lifecycle Environments"
2637
2615
  msgstr "Окружения жизненного цикла"
2638
2616
 
2617
+ msgid "Lifecycle environment"
2618
+ msgstr ""
2619
+
2639
2620
  msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
2640
2621
  msgstr "Окружение «%{environment}» не связано с этой капсулой."
2641
2622
 
2642
2623
  msgid "Lifecycle environment ID"
2643
2624
  msgstr ""
2644
2625
 
2626
+ msgid "Lifecycle environment for the host."
2627
+ msgstr ""
2628
+
2645
2629
  msgid "Lifecycle environment was not attached to the smart proxy; therefore, no changes were made."
2646
2630
  msgstr ""
2647
2631
 
@@ -2651,26 +2635,29 @@ msgstr ""
2651
2635
  msgid "Limit content to just that available in the activation key's content view version"
2652
2636
  msgstr ""
2653
2637
 
2638
+ msgid "Limit content to just that available in the activation key's content view version. Relevant for Activation Keys only"
2639
+ msgstr ""
2640
+
2654
2641
  msgid "Limit content to just that available in the host's content view version"
2655
2642
  msgstr ""
2656
2643
 
2657
2644
  msgid "Limits"
2658
- msgstr ""
2645
+ msgstr "Ограничения"
2659
2646
 
2660
2647
  msgid "List :resource_id"
2661
- msgstr "Показать :resource_id"
2648
+ msgstr ""
2662
2649
 
2663
2650
  msgid "List Content Credentials"
2664
2651
  msgstr ""
2665
2652
 
2666
2653
  msgid "List a host's subscriptions"
2667
- msgstr ""
2654
+ msgstr "Возвращает список подписок для заданного узла"
2668
2655
 
2669
2656
  msgid "List activation keys"
2670
2657
  msgstr "Показать ключи активации"
2671
2658
 
2672
2659
  msgid "List all :resource_id"
2673
- msgstr "Показать все :resource_id"
2660
+ msgstr "Список всех :resource_id"
2674
2661
 
2675
2662
  msgid "List all organizations"
2676
2663
  msgstr "Показать все организации"
@@ -2687,9 +2674,6 @@ msgstr ""
2687
2674
  msgid "List components attached to this content view"
2688
2675
  msgstr ""
2689
2676
 
2690
- msgid "List content view puppet modules"
2691
- msgstr "Показать модули Puppet"
2692
-
2693
2677
  msgid "List content view versions"
2694
2678
  msgstr "Показать версии представления"
2695
2679
 
@@ -2718,28 +2702,31 @@ msgid "List filter rules"
2718
2702
  msgstr "Показать правила фильтрации"
2719
2703
 
2720
2704
  msgid "List host collections"
2721
- msgstr "Показать коллекции узлов"
2705
+ msgstr "Возвращает коллекции узлов"
2722
2706
 
2723
2707
  msgid "List host collections in an activation key"
2724
- msgstr "Показать коллекции для ключа активации"
2708
+ msgstr "Возвращает коллекции для заданного ключа активации"
2725
2709
 
2726
2710
  msgid "List host collections the activation key does not belong to"
2727
2711
  msgstr ""
2728
2712
 
2729
2713
  msgid "List host collections within an organization"
2730
- msgstr "Показать коллекции в организации"
2714
+ msgstr "Возвращает коллекции в организации"
2715
+
2716
+ msgid "List import histories"
2717
+ msgstr ""
2731
2718
 
2732
2719
  msgid "List module streams available to the host"
2733
2720
  msgstr ""
2734
2721
 
2735
2722
  msgid "List of Errata ids"
2736
- msgstr "Показать идентификаторы исправлений"
2723
+ msgstr "Список идентификаторов исправлений"
2737
2724
 
2738
2725
  msgid "List of Errata ids to install. Will be removed in Katello 4.1."
2739
2726
  msgstr ""
2740
2727
 
2741
2728
  msgid "List of Products for sync plan"
2742
- msgstr ""
2729
+ msgstr "Список продуктов в плане синхронизации"
2743
2730
 
2744
2731
  msgid "List of component content view version ids for composite views"
2745
2732
  msgstr "Список идентификаторов версий компонентов для сложных представлений"
@@ -2757,7 +2744,7 @@ msgid "List of enabled repo urls for the repo (Only first is used.)"
2757
2744
  msgstr "Список адресов репозиториев (будет использоваться первый адрес)"
2758
2745
 
2759
2746
  msgid "List of enabled repositories"
2760
- msgstr "Список активных репозиториев"
2747
+ msgstr "Список подключенных репозиториев"
2761
2748
 
2762
2749
  msgid "List of errata ids to exclude and not run an action on, (ex: RHSA-2019:1168)"
2763
2750
  msgstr ""
@@ -2775,7 +2762,7 @@ msgid "List of host collection ids"
2775
2762
  msgstr "Список идентификаторов коллекций"
2776
2763
 
2777
2764
  msgid "List of host collection ids to update"
2778
- msgstr ""
2765
+ msgstr "Список идентификаторов новых коллекций узла"
2779
2766
 
2780
2767
  msgid "List of host id to list available module streams for"
2781
2768
  msgstr ""
@@ -2787,16 +2774,16 @@ msgid "List of host ids to perform an action on"
2787
2774
  msgstr ""
2788
2775
 
2789
2776
  msgid "List of host ids to replace the hosts in host collection"
2790
- msgstr ""
2777
+ msgstr "Список идентификаторов узлов в составе коллекции"
2791
2778
 
2792
2779
  msgid "List of hypervisor guest uuids"
2793
2780
  msgstr ""
2794
2781
 
2795
2782
  msgid "List of package group names"
2796
- msgstr "Список названий групп пакетов"
2783
+ msgstr "Список групп пакетов"
2797
2784
 
2798
2785
  msgid "List of package names"
2799
- msgstr "Список имен пакетов"
2786
+ msgstr "Список названий пакетов"
2800
2787
 
2801
2788
  msgid "List of product ids"
2802
2789
  msgstr "Список идентификаторов продуктов"
@@ -2805,7 +2792,7 @@ msgid "List of product ids to add to the sync plan"
2805
2792
  msgstr "Список идентификаторов продуктов для добавления в план синхронизации"
2806
2793
 
2807
2794
  msgid "List of product ids to remove from the sync plan"
2808
- msgstr "Список идентификаторов продуктов для удаления из плана синхронизации"
2795
+ msgstr "Список идентификаторов продуктов для исключения из плана синхронизации"
2809
2796
 
2810
2797
  msgid "List of products in an organization"
2811
2798
  msgstr "Список продуктов в организации"
@@ -2832,19 +2819,19 @@ msgid "List of repository ids"
2832
2819
  msgstr "Список идентификаторов репозиториев"
2833
2820
 
2834
2821
  msgid "List of subscription products in a subscription"
2835
- msgstr "Список продуктов подписки"
2822
+ msgstr "Список продуктов для указанной подписки"
2836
2823
 
2837
2824
  msgid "List of subscription products in an activation key"
2838
2825
  msgstr "Список продуктов подписки для ключа активации"
2839
2826
 
2840
2827
  msgid "List organization subscriptions"
2841
- msgstr "Показать подписки организации"
2828
+ msgstr "Возвращает список подписок организации"
2842
2829
 
2843
2830
  msgid "List packages"
2844
2831
  msgstr ""
2845
2832
 
2846
2833
  msgid "List packages installed on the host"
2847
- msgstr ""
2834
+ msgstr "Возвращает список установленных на узле пакетов"
2848
2835
 
2849
2836
  msgid "List products"
2850
2837
  msgstr "Показать продукты"
@@ -2877,7 +2864,7 @@ msgid "List the lifecycle environments not attached to the smart proxy"
2877
2864
  msgstr ""
2878
2865
 
2879
2866
  msgid "Loading"
2880
- msgstr ""
2867
+ msgstr "Загружается"
2881
2868
 
2882
2869
  msgid "Make copy of a content view"
2883
2870
  msgstr "Создать копию представления"
@@ -2889,13 +2876,13 @@ msgid "Make sure all the component content views are published before publishing
2889
2876
  msgstr ""
2890
2877
 
2891
2878
  msgid "Manage Manifest"
2892
- msgstr ""
2879
+ msgstr "Манифест"
2893
2880
 
2894
2881
  msgid "Manifest"
2895
2882
  msgstr ""
2896
2883
 
2897
2884
  msgid "Manifest History"
2898
- msgstr ""
2885
+ msgstr "Журнал манифеста"
2899
2886
 
2900
2887
  msgid "Manifest deleted"
2901
2888
  msgstr ""
@@ -2934,10 +2921,10 @@ msgid "Max Hosts (%{limit}) reached for activation key '%{name}'"
2934
2921
  msgstr ""
2935
2922
 
2936
2923
  msgid "Maximum number of content hosts exceeded for host collection(s): %s"
2937
- msgstr "Превышено максимальное число узлов в коллекции: %s"
2924
+ msgstr ""
2938
2925
 
2939
2926
  msgid "Maximum number of hosts in the host collection"
2940
- msgstr ""
2927
+ msgstr "Максимальное число узлов в коллекции"
2941
2928
 
2942
2929
  msgid "May not add a type or date range rule to a filter that has existing rules."
2943
2930
  msgstr "Если фильтр уже содержит правила, то правила выбора типа и диапазона времени не могут быть добавлены."
@@ -2945,15 +2932,17 @@ msgstr "Если фильтр уже содержит правила, то пр
2945
2932
  msgid "May not add an id rule to a filter that has an existing type or date range rule."
2946
2933
  msgstr "Если фильтр содержит правила выбора типа и диапазона времени, то правило выбора идентификатора не может быть добавлено."
2947
2934
 
2935
+ msgid "Media Selection"
2936
+ msgstr ""
2937
+
2948
2938
  msgid "Medium IDs"
2949
2939
  msgstr ""
2950
2940
 
2951
- # translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
2952
2941
  msgid "Message"
2953
2942
  msgstr "Сообщение"
2954
2943
 
2955
2944
  msgid "Messaging connection"
2956
- msgstr ""
2945
+ msgstr "Система обмена сообщениями"
2957
2946
 
2958
2947
  msgid "Metadata taken from the upstream export history for this Content View Version"
2959
2948
  msgstr ""
@@ -2962,7 +2951,7 @@ msgid "Mismatched"
2962
2951
  msgstr ""
2963
2952
 
2964
2953
  msgid "Missing arguments %{substitutions} for %{content_url}"
2965
- msgstr ""
2954
+ msgstr "Отсутствуют аргументы %{substitutions} для %{content_url}"
2966
2955
 
2967
2956
  msgid "Module Stream"
2968
2957
  msgstr ""
@@ -2977,12 +2966,18 @@ msgid "Module stream"
2977
2966
  msgstr ""
2978
2967
 
2979
2968
  msgid "Multi-entitlement"
2980
- msgstr ""
2969
+ msgstr "Многократные полномочия"
2981
2970
 
2982
2971
  msgid "Must supply at least one of mandatory_package_names, optional_package_names, conditional_package_names, default_package_names parameters"
2983
2972
  msgstr ""
2984
2973
 
2974
+ msgid "N/A"
2975
+ msgstr ""
2976
+
2985
2977
  msgid "NA"
2978
+ msgstr "нет"
2979
+
2980
+ msgid "NOTE: Katello-agent is deprecated and will be removed in %s. Consider using remote execution instead."
2986
2981
  msgstr ""
2987
2982
 
2988
2983
  msgid ""
@@ -3022,7 +3017,6 @@ msgstr ""
3022
3017
  msgid "Needs to only be set for file repositories or docker tags"
3023
3018
  msgstr ""
3024
3019
 
3025
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
3026
3020
  msgid "Nest"
3027
3021
  msgstr "Вложить"
3028
3022
 
@@ -3051,18 +3045,29 @@ msgid "New name for the content view"
3051
3045
  msgstr "Новое имя представления"
3052
3046
 
3053
3047
  msgid "New packages: %{count} (%{size})."
3054
- msgstr "Новые пакеты: %{count} (%{size})."
3048
+ msgstr ""
3055
3049
 
3056
- msgid "No"
3050
+ msgid "New version is available: Version ${latestVersion}"
3057
3051
  msgstr ""
3058
3052
 
3059
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author ypoyarko
3060
- msgid "No Content View"
3061
- msgstr "Нет представления"
3053
+ msgid "No"
3054
+ msgstr "Нет"
3055
+
3056
+ msgid "No Activation Keys selected"
3057
+ msgstr ""
3058
+
3059
+ msgid "No Activation keys to select"
3060
+ msgstr ""
3061
+
3062
+ msgid "No Content View"
3063
+ msgstr "Нет представления"
3062
3064
 
3063
3065
  msgid "No Content found"
3064
3066
  msgstr ""
3065
3067
 
3068
+ msgid "No Lifecycle environment to select"
3069
+ msgstr ""
3070
+
3066
3071
  msgid "No Manifest Uploaded"
3067
3072
  msgstr ""
3068
3073
 
@@ -3070,7 +3075,7 @@ msgid "No Red Hat products currently exist, please import a manifest %(anchorBeg
3070
3075
  msgstr ""
3071
3076
 
3072
3077
  msgid "No Service Level Preference"
3073
- msgstr "Не определен"
3078
+ msgstr "Уровень обслуживания не определен"
3074
3079
 
3075
3080
  msgid "No URL found for a container registry. Please check the configuration."
3076
3081
  msgstr ""
@@ -3085,26 +3090,37 @@ msgid "No artifacts to show"
3085
3090
  msgstr ""
3086
3091
 
3087
3092
  msgid "No content has been provided."
3088
- msgstr "Нет содержимого."
3093
+ msgstr "Не указано содержимое."
3089
3094
 
3090
3095
  msgid "No content ids provided"
3091
- msgstr ""
3096
+ msgstr "Не заданы идентификаторы содержимого"
3092
3097
 
3093
3098
  msgid "No content view history events found."
3094
- msgstr "Нет событий в журнале представления."
3099
+ msgstr "Нет событий."
3100
+
3101
+ msgid "No content views belong to ${label}"
3102
+ msgstr ""
3095
3103
 
3096
3104
  msgid "No content_view_version_ids provided"
3097
- msgstr "Нет content_view_version_ids"
3105
+ msgstr "Параметр content_view_version_ids не определен"
3106
+
3107
+ msgid "No description"
3108
+ msgstr ""
3098
3109
 
3099
3110
  msgid "No enabled repositories match your search criteria."
3100
3111
  msgstr ""
3101
3112
 
3113
+ msgid "No environment"
3114
+ msgstr ""
3115
+
3116
+ msgid "No environments"
3117
+ msgstr ""
3118
+
3102
3119
  msgid "No errata has been specified."
3103
3120
  msgstr ""
3104
3121
 
3105
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
3106
3122
  msgid "No errors"
3107
- msgstr "Нет"
3123
+ msgstr "Нет ошибок"
3108
3124
 
3109
3125
  msgid "No existing export history was found to perform an incremental export. A full export must be performed"
3110
3126
  msgstr ""
@@ -3133,17 +3149,32 @@ msgstr ""
3133
3149
  msgid "No matching filters found"
3134
3150
  msgstr ""
3135
3151
 
3152
+ msgid "No matching history record found"
3153
+ msgstr ""
3154
+
3155
+ msgid "No matching package groups found."
3156
+ msgstr ""
3157
+
3136
3158
  msgid "No matching repositories found"
3137
3159
  msgstr ""
3138
3160
 
3161
+ msgid "No matching rules found."
3162
+ msgstr ""
3163
+
3164
+ msgid "No matching version found"
3165
+ msgstr ""
3166
+
3139
3167
  msgid "No new packages installed"
3140
3168
  msgstr "Нет новых пакетов"
3141
3169
 
3142
3170
  msgid "No new packages."
3143
3171
  msgstr "Нет новых пакетов."
3144
3172
 
3173
+ msgid "No package groups have been added to this filter."
3174
+ msgstr ""
3175
+
3145
3176
  msgid "No packages removed"
3146
- msgstr "Пакеты не удалены"
3177
+ msgstr "Удаление пакетов не производилось"
3147
3178
 
3148
3179
  msgid "No packages updated"
3149
3180
  msgstr "Пакеты не обновлены"
@@ -3167,10 +3198,10 @@ msgid "No profiles to show"
3167
3198
  msgstr ""
3168
3199
 
3169
3200
  msgid "No pulp workers running."
3170
- msgstr ""
3201
+ msgstr "Нет работающих обработчиков Pulp."
3171
3202
 
3172
3203
  msgid "No recently synced products"
3173
- msgstr ""
3204
+ msgstr "Нет недавно синхронизированных продуктов."
3174
3205
 
3175
3206
  msgid "No recurring logic tied to the sync plan."
3176
3207
  msgstr ""
@@ -3187,9 +3218,12 @@ msgstr ""
3187
3218
  msgid "No repository sets match your search criteria."
3188
3219
  msgstr ""
3189
3220
 
3190
- msgid "No services defined, is this class extended?"
3221
+ msgid "No rules have been added to this filter."
3191
3222
  msgstr ""
3192
3223
 
3224
+ msgid "No services defined, is this class extended?"
3225
+ msgstr "Сервисы не определены. Возможно, это расширение класса?"
3226
+
3193
3227
  msgid "No start time currently available."
3194
3228
  msgstr "Время начала не определено."
3195
3229
 
@@ -3203,7 +3237,7 @@ msgid "No uploads param specified. An array of uploads to import is required."
3203
3237
  msgstr ""
3204
3238
 
3205
3239
  msgid "Non-security errata applicable"
3206
- msgstr ""
3240
+ msgstr "Доступны исправления общего характера"
3207
3241
 
3208
3242
  msgid "Non-security errata installable"
3209
3243
  msgstr ""
@@ -3223,14 +3257,20 @@ msgstr ""
3223
3257
  msgid "Not a number"
3224
3258
  msgstr ""
3225
3259
 
3260
+ msgid "Not added"
3261
+ msgstr ""
3262
+
3226
3263
  msgid "Not all necessary pulp workers running at %s."
3227
3264
  msgstr ""
3228
3265
 
3229
3266
  msgid "Not running"
3230
3267
  msgstr ""
3231
3268
 
3269
+ msgid "Not yet published"
3270
+ msgstr ""
3271
+
3232
3272
  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."
3233
- msgstr "Примечание. В скобках приведено число подходящих исправлений из окружения Library. Чтобы получить к ним доступ, необходимо перенести контент в соответствующее представление."
3273
+ msgstr ""
3234
3274
 
3235
3275
  msgid "Nothing selected"
3236
3276
  msgstr ""
@@ -3248,7 +3288,7 @@ msgid "Number to Allocate"
3248
3288
  msgstr ""
3249
3289
 
3250
3290
  msgid "OSTree"
3251
- msgstr ""
3291
+ msgstr "OSTree"
3252
3292
 
3253
3293
  msgid "OSTree Branch"
3254
3294
  msgstr ""
@@ -3260,7 +3300,7 @@ msgid "OSTree Repositories cannot be unprotected."
3260
3300
  msgstr ""
3261
3301
 
3262
3302
  msgid "Object to show subscriptions available for, either 'host' or 'activation_key'"
3263
- msgstr ""
3303
+ msgstr "Ограничивает результаты только теми подписками, которые доступны для указанного здесь объекта. Допустимые значения: «host», «activation_key»."
3264
3304
 
3265
3305
  msgid "On Demand"
3266
3306
  msgstr ""
@@ -3269,7 +3309,7 @@ msgid "On demand repositories cannot be exported."
3269
3309
  msgstr ""
3270
3310
 
3271
3311
  msgid "On-disk location for exported repositories"
3272
- msgstr ""
3312
+ msgstr "Расположение экспортируемых репозиториев на диске"
3273
3313
 
3274
3314
  msgid "On-disk location for pulp 3 exported repositories"
3275
3315
  msgstr ""
@@ -3293,38 +3333,37 @@ msgid "One or more processes require restarting"
3293
3333
  msgstr ""
3294
3334
 
3295
3335
  msgid "Only one Red Hat provider permitted for an Organization"
3296
- msgstr "Для каждой организации допускается добавление только одного провайдера Red Hat."
3336
+ msgstr "Для каждой организации может быть добавлен только один провайдер Red Hat."
3297
3337
 
3298
3338
  msgid "Only returns id and quantity fields"
3299
3339
  msgstr ""
3300
3340
 
3301
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
3302
3341
  msgid "Operators"
3303
3342
  msgstr "Операторы"
3304
3343
 
3305
3344
  msgid "Optional date of last export (ex: 2010-01-01T12:00:00Z)"
3306
3345
  msgstr ""
3307
3346
 
3308
- msgid "Optional date of last export (ex: 2010-01-01T12:00:00Z). Relevant only for Pulp 2 repositories"
3309
- msgstr ""
3310
-
3311
3347
  msgid "Organization"
3312
3348
  msgstr "Организация"
3313
3349
 
3314
3350
  msgid "Organization %s is being deleted."
3315
- msgstr "Удаление организации %s..."
3351
+ msgstr "Организация %s удаляется."
3316
3352
 
3317
3353
  msgid "Organization ID"
3318
- msgstr "ID организации"
3354
+ msgstr "Код организации"
3319
3355
 
3320
3356
  msgid "Organization ID is required"
3321
3357
  msgstr ""
3322
3358
 
3359
+ msgid "Organization Information not provided."
3360
+ msgstr ""
3361
+
3323
3362
  msgid "Organization cannot be blank."
3324
3363
  msgstr "Организация не может быть пустой."
3325
3364
 
3326
3365
  msgid "Organization id"
3327
- msgstr "ID организации"
3366
+ msgstr "Идентификатор организации"
3328
3367
 
3329
3368
  msgid "Organization identifier"
3330
3369
  msgstr "Идентификатор организации"
@@ -3338,7 +3377,6 @@ msgstr ""
3338
3377
  msgid "Organization required"
3339
3378
  msgstr "Требуется организация"
3340
3379
 
3341
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author ypoyarko
3342
3380
  msgid "Other"
3343
3381
  msgstr "Другие"
3344
3382
 
@@ -3363,11 +3401,9 @@ msgstr ""
3363
3401
  msgid "Override value. Provide a boolean value if name is 'enabled'"
3364
3402
  msgstr ""
3365
3403
 
3366
- # translation auto-copied from project rhn-client-tools, version 6.5, document rhn-client-tools
3367
3404
  msgid "Package"
3368
3405
  msgstr "Пакет"
3369
3406
 
3370
- # translation auto-copied from project RHEL Virtualization Deployment and Administration Guide, version 7.0, document Host_Installation
3371
3407
  msgid "Package Group"
3372
3408
  msgstr "Группа пакетов"
3373
3409
 
@@ -3435,10 +3471,10 @@ msgid "Package Install scheduled by %s"
3435
3471
  msgstr "Установку пакета назначил: %s"
3436
3472
 
3437
3473
  msgid "Package Profile Update"
3438
- msgstr ""
3474
+ msgstr "Обновление профиля пакетов"
3439
3475
 
3440
3476
  msgid "Package Profile Update for %s"
3441
- msgstr ""
3477
+ msgstr "Обновление профиля пакетов для %s"
3442
3478
 
3443
3479
  msgid "Package Remove"
3444
3480
  msgstr "Удаление пакета"
@@ -3476,30 +3512,29 @@ msgstr "Время ожидания обновления пакета истек
3476
3512
  msgid "Package Update scheduled by %s"
3477
3513
  msgstr "Обновление пакета назначил: %s"
3478
3514
 
3479
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author ypoyarko
3480
3515
  msgid "Package group update canceled"
3481
3516
  msgstr "Обновление группы пакетов отменено"
3482
3517
 
3483
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author ypoyarko
3484
3518
  msgid "Package group update complete"
3485
3519
  msgstr "Группа пакетов обновлена."
3486
3520
 
3487
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author ypoyarko
3488
3521
  msgid "Package group update failed"
3489
3522
  msgstr "Не удалось обновить группу пакетов"
3490
3523
 
3491
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author ypoyarko
3492
3524
  msgid "Package group update timed out"
3493
3525
  msgstr "Время ожидания обновления группы пакетов истекло"
3494
3526
 
3527
+ msgid "Package groups"
3528
+ msgstr ""
3529
+
3495
3530
  msgid "Package identifiers to filter content by"
3496
3531
  msgstr ""
3497
3532
 
3498
3533
  msgid "Package install failed: \"%{package}\""
3499
- msgstr "Не удалось установить пакет «%{package}»"
3534
+ msgstr ""
3500
3535
 
3501
3536
  msgid "Package installation: \"%{package}\" "
3502
- msgstr "Установка пакета «%{package}»"
3537
+ msgstr ""
3503
3538
 
3504
3539
  msgid "Packages"
3505
3540
  msgstr "Пакеты"
@@ -3511,13 +3546,13 @@ msgid "Page number, starting at 1"
3511
3546
  msgstr "Номер страницы, начиная с 1"
3512
3547
 
3513
3548
  msgid "Partial"
3514
- msgstr ""
3549
+ msgstr "Неполные"
3515
3550
 
3516
3551
  msgid "Partially entitled"
3517
- msgstr ""
3552
+ msgstr "Частичные полномочия"
3518
3553
 
3519
3554
  msgid "Partition template IDs"
3520
- msgstr ""
3555
+ msgstr "Код шаблона таблицы разделов"
3521
3556
 
3522
3557
  msgid "Password of the upstream repository user used for authentication"
3523
3558
  msgstr ""
@@ -3531,11 +3566,9 @@ msgstr ""
3531
3566
  msgid "Path for ssl key used for pulp server auth"
3532
3567
  msgstr ""
3533
3568
 
3534
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
3535
3569
  msgid "Paused"
3536
3570
  msgstr "Приостановлена"
3537
3571
 
3538
- # translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
3539
3572
  msgid "Pending"
3540
3573
  msgstr "Ожидание"
3541
3574
 
@@ -3561,11 +3594,14 @@ msgid "Permission Denied. User '%{user}' does not have permissions to access org
3561
3594
  msgstr "Отказ в разрешении. У «%{user}» нет прав доступа к организации «%{org}»."
3562
3595
 
3563
3596
  msgid "Physical"
3564
- msgstr "Физическое"
3597
+ msgstr " Физическая"
3565
3598
 
3566
3599
  msgid "Plan numeric identifier"
3567
3600
  msgstr "Числовой идентификатор плана"
3568
3601
 
3602
+ msgid "Please add some content views."
3603
+ msgstr ""
3604
+
3569
3605
  msgid "Please add some repositories."
3570
3606
  msgstr ""
3571
3607
 
@@ -3594,7 +3630,7 @@ msgid "Please select an organization to view subscription totals."
3594
3630
  msgstr ""
3595
3631
 
3596
3632
  msgid "Please select one from the list below and you will be redirected."
3597
- msgstr ""
3633
+ msgstr "Чтобы перейти на страницу, выберите организацию из списка."
3598
3634
 
3599
3635
  msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
3600
3636
  msgstr ""
@@ -3605,18 +3641,17 @@ msgstr "Обработка метаданных..."
3605
3641
  msgid "Processing metadata."
3606
3642
  msgstr "Обработка метаданных..."
3607
3643
 
3608
- # translation auto-copied from project Subscription Manager, version 1.8.X, document keys
3609
3644
  msgid "Product"
3610
- msgstr "Компонент"
3645
+ msgstr "Продукт"
3611
3646
 
3612
3647
  msgid "Product Content"
3613
- msgstr ""
3648
+ msgstr "Содержание продукта"
3614
3649
 
3615
3650
  msgid "Product Create"
3616
3651
  msgstr ""
3617
3652
 
3618
3653
  msgid "Product ID"
3619
- msgstr ""
3654
+ msgstr "Идентификатор продукта"
3620
3655
 
3621
3656
  msgid "Product and Repositories"
3622
3657
  msgstr "Продукты и репозитории"
@@ -3633,13 +3668,13 @@ msgid ""
3633
3668
  msgstr ""
3634
3669
 
3635
3670
  msgid "Product name"
3636
- msgstr "Имя продукта"
3671
+ msgstr "Название продукта"
3637
3672
 
3638
3673
  msgid "Product name as listed from a host's installed products"
3639
3674
  msgstr ""
3640
3675
 
3641
3676
  msgid "Product the repository belongs to"
3642
- msgstr "Репозиторий"
3677
+ msgstr "Продукт, с которым будет ассоциирован новый репозиторий"
3643
3678
 
3644
3679
  msgid "Product version"
3645
3680
  msgstr ""
@@ -3678,13 +3713,13 @@ msgid "Promotion to Environment"
3678
3713
  msgstr ""
3679
3714
 
3680
3715
  msgid "Provided Products"
3681
- msgstr ""
3716
+ msgstr "Продукты"
3682
3717
 
3683
3718
  msgid "Provided pool with id %s has no upstream entitlement"
3684
3719
  msgstr ""
3685
3720
 
3686
3721
  msgid "Provisioning template IDs"
3687
- msgstr ""
3722
+ msgstr "Идентификаторы шаблонов"
3688
3723
 
3689
3724
  msgid "Proxies"
3690
3725
  msgstr ""
@@ -3692,7 +3727,6 @@ msgstr ""
3692
3727
  msgid "Public key block in DER encoding or certificate content"
3693
3728
  msgstr ""
3694
3729
 
3695
- # translation auto-copied from project shotwell-core, version 0.14.1, document shotwell-core
3696
3730
  msgid "Publish"
3697
3731
  msgstr "Опубликовать"
3698
3732
 
@@ -3703,26 +3737,26 @@ msgid "Publish a content view"
3703
3737
  msgstr "Опубликовать представление"
3704
3738
 
3705
3739
  msgid "Published new version"
3706
- msgstr "Новая версия опубликована"
3740
+ msgstr "Опубликована новая версия"
3707
3741
 
3708
3742
  msgid "Pulling remote branches. Downloaded %s units."
3709
3743
  msgstr ""
3710
3744
 
3711
3745
  msgid "Pulp"
3712
- msgstr ""
3746
+ msgstr "Pulp"
3713
3747
 
3714
3748
  msgid "Pulp 3 export destination filepath"
3715
3749
  msgstr ""
3716
3750
 
3717
- msgid "Pulp 3 migration cannot run. Types %s have already been migrated."
3718
- msgstr ""
3719
-
3720
3751
  msgid "Pulp Consumer %s has already been removed"
3721
3752
  msgstr ""
3722
3753
 
3723
3754
  msgid "Pulp Docker registry port"
3724
3755
  msgstr ""
3725
3756
 
3757
+ msgid "Pulp bulk load size"
3758
+ msgstr ""
3759
+
3726
3760
  msgid "Pulp client cert"
3727
3761
  msgstr ""
3728
3762
 
@@ -3733,7 +3767,7 @@ msgid "Pulp database connection issue at %s."
3733
3767
  msgstr ""
3734
3768
 
3735
3769
  msgid "Pulp database connection issue."
3736
- msgstr ""
3770
+ msgstr "Не удалось подключиться к базе данных Pulp."
3737
3771
 
3738
3772
  msgid "Pulp disk space notification"
3739
3773
  msgstr ""
@@ -3742,7 +3776,7 @@ msgid "Pulp does not appear to be running at %s."
3742
3776
  msgstr ""
3743
3777
 
3744
3778
  msgid "Pulp does not appear to be running."
3745
- msgstr ""
3779
+ msgstr "Похоже, Pulp не выполняется."
3746
3780
 
3747
3781
  msgid "Pulp export destination filepath"
3748
3782
  msgstr ""
@@ -3751,19 +3785,19 @@ msgid "Pulp message bus connection issue at %s."
3751
3785
  msgstr ""
3752
3786
 
3753
3787
  msgid "Pulp message bus connection issue."
3754
- msgstr ""
3788
+ msgstr "Не удалось подключиться к шине обмена сообщениями Pulp."
3755
3789
 
3756
3790
  msgid "Pulp node"
3757
- msgstr ""
3791
+ msgstr "Узел Pulp"
3758
3792
 
3759
3793
  msgid "Pulp redis connection issue at %s."
3760
3794
  msgstr ""
3761
3795
 
3762
3796
  msgid "Pulp server version"
3763
- msgstr ""
3797
+ msgstr "Версия сервера Pulp"
3764
3798
 
3765
3799
  msgid "Pulp storage"
3766
- msgstr ""
3800
+ msgstr "Хранилище Pulp"
3767
3801
 
3768
3802
  msgid "Pulp task error"
3769
3803
  msgstr "Ошибка задачи Pulp"
@@ -3771,37 +3805,8 @@ msgstr "Ошибка задачи Pulp"
3771
3805
  msgid "Pulpcore"
3772
3806
  msgstr ""
3773
3807
 
3774
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
3775
- msgid "Puppet Environment"
3776
- msgstr "Окружение Puppet"
3777
-
3778
- msgid "Puppet Module"
3779
- msgstr "Модуль Puppet"
3780
-
3781
- msgid ""
3782
- "Puppet Module does not belong to content view organization\\\n"
3783
- " '%{name}'"
3784
- msgstr ""
3785
-
3786
- msgid ""
3787
- "Puppet Module with name='%{name}' and author='%{author}' does\\\n"
3788
- " not exist"
3789
- msgstr ""
3790
-
3791
- msgid ""
3792
- "Puppet Module with uuid='%{uuid}' does not\\\n"
3793
- " exist"
3794
- msgstr ""
3795
-
3796
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
3797
- msgid "Puppet Modules"
3798
- msgstr "Модули Puppet"
3799
-
3800
- msgid "Puppet module conflict: '%{mod}' is in %{versions}."
3801
- msgstr "Модуль «%{mod}» входит в состав %{versions}."
3802
-
3803
3808
  msgid "Quantity"
3804
- msgstr ""
3809
+ msgstr "Количество"
3805
3810
 
3806
3811
  msgid "Quantity must not be above ${pool.available}"
3807
3812
  msgstr ""
@@ -3813,47 +3818,46 @@ msgid "Quantity of specified subscription to remove"
3813
3818
  msgstr ""
3814
3819
 
3815
3820
  msgid "Quantity of this subscription to add"
3816
- msgstr "Число подписок для добавления"
3821
+ msgstr "Количество добавляемых подписок"
3817
3822
 
3818
3823
  msgid "Quantity of this subscriptions to add"
3819
- msgstr "Число подписок для добавления"
3824
+ msgstr "Количество добавляемых подписок"
3820
3825
 
3821
3826
  msgid "Quantity to Allocate"
3822
3827
  msgstr ""
3823
3828
 
3824
3829
  msgid "RAM: %s GB"
3825
- msgstr "ОЗУ: %s ГБ"
3830
+ msgstr ""
3826
3831
 
3827
3832
  msgid "RH Repos"
3828
3833
  msgstr ""
3829
3834
 
3830
3835
  msgid "RPM"
3836
+ msgstr "RPM"
3837
+
3838
+ msgid "RPM name"
3831
3839
  msgstr ""
3832
3840
 
3833
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author ypoyarko
3834
3841
  msgid "RPMs"
3835
3842
  msgstr "RPM"
3836
3843
 
3837
3844
  msgid "Realm IDs"
3838
- msgstr ""
3845
+ msgstr "Идентификаторы областей"
3839
3846
 
3840
3847
  msgid "Reboot required"
3841
3848
  msgstr ""
3842
3849
 
3843
3850
  msgid "Recently Expired Subscriptions"
3844
- msgstr ""
3851
+ msgstr "Недавно закончились"
3845
3852
 
3846
3853
  msgid "Recommended Repositories"
3847
3854
  msgstr ""
3848
3855
 
3849
- msgid "Red Hat"
3850
- msgstr ""
3851
-
3852
3856
  msgid "Red Hat CDN URL"
3853
3857
  msgstr "Сеть доставки содержимого Red Hat"
3854
3858
 
3855
3859
  msgid "Red Hat Provider Details"
3856
- msgstr ""
3860
+ msgstr "Провайдер Red Hat"
3857
3861
 
3858
3862
  msgid "Red Hat Repositories"
3859
3863
  msgstr "Репозитории Red Hat"
@@ -3861,7 +3865,6 @@ msgstr "Репозитории Red Hat"
3861
3865
  msgid "Red Hat products cannot be manipulated."
3862
3866
  msgstr "Продукты Red Hat не могут изменяться"
3863
3867
 
3864
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
3865
3868
  msgid "Red Hat provider can not be deleted"
3866
3869
  msgstr "Провайдер Red Hat не может быть удален"
3867
3870
 
@@ -3869,7 +3872,7 @@ msgid "Red Hat repositories cannot be manipulated."
3869
3872
  msgstr "Репозитории Red Hat не могут быть изменены"
3870
3873
 
3871
3874
  msgid "Refresh"
3872
- msgstr ""
3875
+ msgstr "Обновить"
3873
3876
 
3874
3877
  msgid "Refresh Manifest"
3875
3878
  msgstr "Обновить манифест"
@@ -3893,13 +3896,13 @@ msgid "Registry name pattern will result in invalid container image name of memb
3893
3896
  msgstr ""
3894
3897
 
3895
3898
  msgid "Reindex subscriptions"
3896
- msgstr ""
3899
+ msgstr "Повторно индексировать подписки"
3897
3900
 
3898
3901
  msgid "Release version for this Host to use (7Server, 7.1, etc)"
3899
3902
  msgstr ""
3900
3903
 
3901
3904
  msgid "Release version of the content host"
3902
- msgstr "Версия для узла содержимого"
3905
+ msgstr "Версия релиза узла содержимого"
3903
3906
 
3904
3907
  msgid "Releasever to disable"
3905
3908
  msgstr "Выключить $releasever "
@@ -3911,7 +3914,7 @@ msgid "Reload data"
3911
3914
  msgstr "Перезагрузить"
3912
3915
 
3913
3916
  msgid "Remote action:"
3914
- msgstr ""
3917
+ msgstr "Удаленное действие:"
3915
3918
 
3916
3919
  msgid "Removal of package group(s) requested: %{groups}"
3917
3920
  msgstr ""
@@ -3920,24 +3923,24 @@ msgid "Removal of package(s) requested: %{packages}"
3920
3923
  msgstr ""
3921
3924
 
3922
3925
  msgid "Remove Content"
3923
- msgstr "Удалить контент"
3926
+ msgstr "Удалить содержимое"
3924
3927
 
3925
3928
  msgid "Remove Version"
3926
3929
  msgstr "Удалить версию"
3927
3930
 
3928
3931
  msgid "Remove Versions and Associations"
3929
- msgstr "Удалить версии и соответствия"
3932
+ msgstr "Удалить версии и связи"
3930
3933
 
3931
3934
  msgid "Remove a content view from an environment"
3932
3935
  msgstr "Удалить представление из окружения"
3933
3936
 
3934
- msgid "Remove a puppet module from the content view"
3935
- msgstr "Удалить модуль Puppet из представления"
3937
+ msgid "Remove any `katello-ca-consumer` rpms before registration and run subscription-manager with `--force` argument."
3938
+ msgstr ""
3936
3939
 
3937
3940
  msgid "Remove components from the content view"
3938
3941
  msgstr ""
3939
3942
 
3940
- msgid "Remove content on one or more hosts"
3943
+ msgid "Remove content on one or more hosts using katello-agent. %s"
3941
3944
  msgstr ""
3942
3945
 
3943
3946
  msgid "Remove content view version"
@@ -3947,7 +3950,7 @@ msgid "Remove from Environment"
3947
3950
  msgstr "Удалить из окружения"
3948
3951
 
3949
3952
  msgid "Remove hosts from the host collection"
3950
- msgstr ""
3953
+ msgstr "Удалить узлы из коллекции"
3951
3954
 
3952
3955
  msgid "Remove lifecycle environments from the smart proxy"
3953
3956
  msgstr ""
@@ -3974,13 +3977,13 @@ msgid "Remove package via Katello interface"
3974
3977
  msgstr ""
3975
3978
 
3976
3979
  msgid "Remove products from sync plan"
3977
- msgstr "Удалить продукты из плана"
3980
+ msgstr "Исключить продукты из плана синхронизации"
3978
3981
 
3979
3982
  msgid "Remove subscriptions"
3980
- msgstr ""
3983
+ msgstr "Удалить подписки"
3981
3984
 
3982
3985
  msgid "Remove subscriptions from %s"
3983
- msgstr ""
3986
+ msgstr "Удалить подписки %s"
3984
3987
 
3985
3988
  msgid "Remove subscriptions from one or more hosts"
3986
3989
  msgstr ""
@@ -3995,16 +3998,14 @@ msgid "Removing Package..."
3995
3998
  msgstr "Удаление пакета..."
3996
3999
 
3997
4000
  msgid "Repo Type"
3998
- msgstr ""
4001
+ msgstr "Тип репозитория"
3999
4002
 
4000
- # translation auto-copied from project Cloudforms System Engine User Guide, version 1.0, document Repositories, author ypoyarko
4001
4003
  msgid "Repositories"
4002
4004
  msgstr "Репозитории"
4003
4005
 
4004
4006
  msgid "Repositories from published Content Views are not allowed."
4005
4007
  msgstr "Нельзя использовать репозитории из опубликованных представлений."
4006
4008
 
4007
- # translation auto-copied from project Red Hat Satellite User Guide, version 6.0, document appe-Glossary_of_Terms
4008
4009
  msgid "Repository"
4009
4010
  msgstr "Репозиторий"
4010
4011
 
@@ -4024,15 +4025,14 @@ msgid "Repository Id associated with the kickstart repo used for provisioning"
4024
4025
  msgstr ""
4025
4026
 
4026
4027
  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."
4027
- msgstr ""
4028
+ msgstr "Репозиторий не может быть удален, так как он включен в опубликованное представление. Удалите все версии представления, содержащие репозиторий, и повторите попытку."
4028
4029
 
4029
4030
  msgid "Repository cannot be disabled since it has already been promoted."
4030
- msgstr "Репозиторий не может быть отключен, так как он уже перенесён."
4031
+ msgstr "Репозиторий не может быть отключен, так как он уже был перенесен."
4031
4032
 
4032
4033
  msgid "Repository content type must be 'yum' to export."
4033
4034
  msgstr ""
4034
4035
 
4035
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author ypoyarko
4036
4036
  msgid "Repository has already been cloned to %{cv_name} in environment %{to_env}"
4037
4037
  msgstr "Репозиторий уже скопирован в %{cv_name} в окружении %{to_env}"
4038
4038
 
@@ -4054,7 +4054,6 @@ msgstr "Репозиторий не найден"
4054
4054
  msgid "Repository set name to search on"
4055
4055
  msgstr "Имя искомого набора репозиториев"
4056
4056
 
4057
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author ypoyarko
4058
4057
  msgid "Repository sets are not available for custom products."
4059
4058
  msgstr "Для дополнительных продуктов наборы репозиториев недоступны."
4060
4059
 
@@ -4067,9 +4066,6 @@ msgstr ""
4067
4066
  msgid "Requires Virt-Who"
4068
4067
  msgstr ""
4069
4068
 
4070
- msgid "Reset Puppet Environment"
4071
- msgstr ""
4072
-
4073
4069
  msgid "Resolve Traces"
4074
4070
  msgstr ""
4075
4071
 
@@ -4077,7 +4073,7 @@ msgid "Resolve traces for one or more hosts"
4077
4073
  msgstr ""
4078
4074
 
4079
4075
  msgid "Resource"
4080
- msgstr ""
4076
+ msgstr "Источник"
4081
4077
 
4082
4078
  msgid "Restart Services via Katello interface"
4083
4079
  msgstr ""
@@ -4085,12 +4081,11 @@ msgstr ""
4085
4081
  msgid "Restrict Composite Content View promotion"
4086
4082
  msgstr ""
4087
4083
 
4088
- # translation auto-copied from project Red Hat Satellite Installation Guide, version 6.0, document chap-Uninstalling_Red_Hat_Satellite_Server_and_Capsule_Server
4089
4084
  msgid "Result"
4090
4085
  msgstr "Результат"
4091
4086
 
4092
4087
  msgid "Retrieve a single errata for a host"
4093
- msgstr ""
4088
+ msgstr "Извлечь отдельное исправление для узла"
4094
4089
 
4095
4090
  msgid "Return Red Hat (non-custom) products only"
4096
4091
  msgstr ""
@@ -4138,10 +4133,10 @@ msgid "Return packages that can be added to the specified object. Only the valu
4138
4133
  msgstr ""
4139
4134
 
4140
4135
  msgid "Return subscriptions that match installed products of the specified host"
4141
- msgstr ""
4136
+ msgstr "Вернуть список подписок для продуктов, установленных на указанном узле"
4142
4137
 
4143
4138
  msgid "Return subscriptions which do not overlap with a currently-attached subscription"
4144
- msgstr ""
4139
+ msgstr "Вернуть только те подписки, которые не пересекаются с уже оформленной подпиской"
4145
4140
 
4146
4141
  msgid "Return the content of a Content Credential, used directly by yum"
4147
4142
  msgstr ""
@@ -4149,18 +4144,23 @@ msgstr ""
4149
4144
  msgid "Return the content of a repo gpg key, used directly by yum"
4150
4145
  msgstr "Вернуть содержимое ключа GPG, используемого в yum"
4151
4146
 
4152
- msgid "Role"
4147
+ msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
4153
4148
  msgstr ""
4154
4149
 
4150
+ msgid "Role"
4151
+ msgstr "Роль"
4152
+
4155
4153
  msgid "Role of host"
4156
4154
  msgstr ""
4157
4155
 
4156
+ msgid "Roles"
4157
+ msgstr "Роли"
4158
+
4158
4159
  msgid "Run Sync Plan:"
4159
4160
  msgstr ""
4160
4161
 
4161
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author ypoyarko
4162
4162
  msgid "Running"
4163
- msgstr "Выполнение"
4163
+ msgstr "Работает"
4164
4164
 
4165
4165
  msgid "SKU"
4166
4166
  msgstr ""
@@ -4175,13 +4175,13 @@ msgid "SUBSCRIPTIONS EXPIRING SOON"
4175
4175
  msgstr ""
4176
4176
 
4177
4177
  msgid "Save"
4178
- msgstr ""
4178
+ msgstr "Сохранить"
4179
4179
 
4180
- msgid "Schedule errata for installation"
4181
- msgstr "Назначить установку исправлений"
4180
+ msgid "Schedule errata for installation using katello-agent. %s"
4181
+ msgstr ""
4182
4182
 
4183
4183
  msgid "Search"
4184
- msgstr ""
4184
+ msgstr "Поиск"
4185
4185
 
4186
4186
  msgid "Search pattern (defaults to '*')"
4187
4187
  msgstr ""
@@ -4198,32 +4198,29 @@ msgstr ""
4198
4198
  msgid "Search string for hosts to perform an action on"
4199
4199
  msgstr ""
4200
4200
 
4201
- # translation auto-copied from project Customer Portal Translations, version management_page, document Management_Prototype.html, author ypoyarko
4202
4201
  msgid "Security"
4203
4202
  msgstr "Безопасность"
4204
4203
 
4205
4204
  msgid "Security errata applicable"
4206
- msgstr ""
4205
+ msgstr "Доступны исправления системы безопасности"
4207
4206
 
4208
4207
  msgid "Security errata installable"
4209
4208
  msgstr ""
4210
4209
 
4211
4210
  msgid "Select"
4212
- msgstr ""
4211
+ msgstr "Выбрать"
4213
4212
 
4214
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
4215
4213
  msgid "Select All"
4216
4214
  msgstr "Выбрать все"
4217
4215
 
4218
4216
  msgid "Select Content View"
4219
4217
  msgstr "Выберите представление"
4220
4218
 
4221
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
4222
4219
  msgid "Select None"
4223
4220
  msgstr "Отменить выбор"
4224
4221
 
4225
4222
  msgid "Select Organization"
4226
- msgstr ""
4223
+ msgstr "Выберите организацию"
4227
4224
 
4228
4225
  msgid "Select Value"
4229
4226
  msgstr ""
@@ -4247,7 +4244,7 @@ msgid "Select the installation media that will be used to provision this host. C
4247
4244
  msgstr ""
4248
4245
 
4249
4246
  msgid "Service Level"
4250
- msgstr ""
4247
+ msgstr "Уровень обслуживания"
4251
4248
 
4252
4249
  msgid "Service Level %s"
4253
4250
  msgstr "Уровень обслуживания %s"
@@ -4279,13 +4276,9 @@ msgstr ""
4279
4276
  msgid "Sets whether the Host will autoheal subscriptions upon checkin"
4280
4277
  msgstr ""
4281
4278
 
4282
- msgid "Setting 'default_location_puppet_content' is not set to a valid location."
4283
- msgstr ""
4284
-
4285
4279
  msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
4286
4280
  msgstr ""
4287
4281
 
4288
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
4289
4282
  msgid "Severity"
4290
4283
  msgstr "Степень"
4291
4284
 
@@ -4301,9 +4294,6 @@ msgstr "Показать представление"
4301
4294
  msgid "Show a content view component"
4302
4295
  msgstr ""
4303
4296
 
4304
- msgid "Show a content view puppet module"
4305
- msgstr "Показать модуль Puppet представления"
4306
-
4307
4297
  msgid "Show a content view's history"
4308
4298
  msgstr "Показать журнал представления"
4309
4299
 
@@ -4347,7 +4337,7 @@ msgid "Show releases available for the content host"
4347
4337
  msgstr "Показать версии для узла содержимого"
4348
4338
 
4349
4339
  msgid "Show the available repository types"
4350
- msgstr ""
4340
+ msgstr "Показать доступные типы репозиториев"
4351
4341
 
4352
4342
  msgid "Shows status of Katello system and it's subcomponents"
4353
4343
  msgstr ""
@@ -4374,14 +4364,13 @@ msgid "Skip metadata check on each repository on the smart proxy"
4374
4364
  msgstr ""
4375
4365
 
4376
4366
  msgid "Skipped pulp_auth check after failed pulp check"
4377
- msgstr ""
4367
+ msgstr "Проверка pulp_auth была пропущена после неудачной проверки pulp"
4378
4368
 
4379
4369
  msgid "Smart proxy IDs"
4380
- msgstr ""
4370
+ msgstr "Идентификаторы капсул"
4381
4371
 
4382
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
4383
4372
  msgid "Sockets: %s"
4384
- msgstr "Сокеты: %s"
4373
+ msgstr ""
4385
4374
 
4386
4375
  msgid "Solve Dependencies"
4387
4376
  msgstr ""
@@ -4395,17 +4384,35 @@ msgstr ""
4395
4384
  msgid "Some of your inputs contain errors. Please update them and save your changes again."
4396
4385
  msgstr ""
4397
4386
 
4398
- msgid "Something went wrong while retrieving the content view filters! ${error}"
4387
+ msgid "Some services are not properly started. See the About page for more information."
4388
+ msgstr ""
4389
+
4390
+ msgid "Something went wrong while retrieving the content view components! ${getResponseErrorMsgs(error.response)}"
4391
+ msgstr ""
4392
+
4393
+ msgid "Something went wrong while retrieving the content view filter rules! ${getResponseErrorMsgs(error.response)}"
4394
+ msgstr ""
4395
+
4396
+ msgid "Something went wrong while retrieving the content view filter! ${getResponseErrorMsgs(error.response)}"
4397
+ msgstr ""
4398
+
4399
+ msgid "Something went wrong while retrieving the content view filters! ${getResponseErrorMsgs(error.response)}"
4400
+ msgstr ""
4401
+
4402
+ msgid "Something went wrong while retrieving the content view history! ${getResponseErrorMsgs(error.response)}"
4399
4403
  msgstr ""
4400
4404
 
4401
- msgid "Something went wrong while retrieving the repository types! ${error}"
4405
+ msgid "Something went wrong while retrieving the content view versions! ${getResponseErrorMsgs(error.response)}"
4406
+ msgstr ""
4407
+
4408
+ msgid "Something went wrong while retrieving the repository types! ${getResponseErrorMsgs(error.response)}"
4402
4409
  msgstr ""
4403
4410
 
4404
4411
  msgid "Sort field and order, eg. 'id DESC'"
4405
4412
  msgstr ""
4406
4413
 
4407
4414
  msgid "Source RPM"
4408
- msgstr ""
4415
+ msgstr "Исходный код"
4409
4416
 
4410
4417
  msgid "Specify the list of units in each repo"
4411
4418
  msgstr ""
@@ -4414,28 +4421,25 @@ msgid "Split the exported content into archives no greater than the specified si
4414
4421
  msgstr ""
4415
4422
 
4416
4423
  msgid "Stacking ID"
4417
- msgstr ""
4424
+ msgstr "Объединенный идентификатор"
4418
4425
 
4419
- # translation auto-copied from project subscription-manager, version 1.10.10, document keys
4420
4426
  msgid "Start Date"
4421
4427
  msgstr "Дата начала"
4422
4428
 
4423
4429
  msgid "Start Date and Time can't be blank"
4424
4430
  msgstr "Дата и время начала не могут быть пустыми."
4425
4431
 
4426
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author ypoyarko
4427
4432
  msgid "Start Time"
4428
4433
  msgstr "Время начала"
4429
4434
 
4430
4435
  msgid "Starts"
4431
- msgstr ""
4436
+ msgstr "Начало"
4432
4437
 
4433
- # translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
4434
4438
  msgid "Status"
4435
4439
  msgstr "Статус"
4436
4440
 
4437
4441
  msgid "Storage"
4438
- msgstr ""
4442
+ msgstr "Хранение данных"
4439
4443
 
4440
4444
  msgid "Stream"
4441
4445
  msgstr ""
@@ -4444,12 +4448,11 @@ msgid "Streams based on the host based on their status"
4444
4448
  msgstr ""
4445
4449
 
4446
4450
  msgid "Submit"
4447
- msgstr ""
4451
+ msgstr "Применить"
4448
4452
 
4449
4453
  msgid "Subnet IDs"
4450
- msgstr ""
4454
+ msgstr "Идентификаторы подсетей"
4451
4455
 
4452
- # translation auto-copied from project Red Hat Satellite User Guide, version 6.0, document appe-Glossary_of_Terms
4453
4456
  msgid "Subscription"
4454
4457
  msgstr "Подписка"
4455
4458
 
@@ -4457,16 +4460,16 @@ msgid "Subscription Allocation"
4457
4460
  msgstr ""
4458
4461
 
4459
4462
  msgid "Subscription Details"
4460
- msgstr ""
4463
+ msgstr "Подписка"
4461
4464
 
4462
4465
  msgid "Subscription ID"
4463
- msgstr "ID подписки"
4466
+ msgstr "Идентификатор подписки"
4464
4467
 
4465
4468
  msgid "Subscription Info"
4466
- msgstr ""
4469
+ msgstr "Сведения о подписке"
4467
4470
 
4468
4471
  msgid "Subscription Manifest"
4469
- msgstr ""
4472
+ msgstr "Манифест подписки"
4470
4473
 
4471
4474
  msgid "Subscription Manifest validity check"
4472
4475
  msgstr ""
@@ -4475,7 +4478,7 @@ msgid "Subscription Name"
4475
4478
  msgstr ""
4476
4479
 
4477
4480
  msgid "Subscription Pool id"
4478
- msgstr ""
4481
+ msgstr "Идентификатор пула подписок"
4479
4482
 
4480
4483
  msgid "Subscription Pool uuid"
4481
4484
  msgstr "UUID пула подписок"
@@ -4490,7 +4493,7 @@ msgid "Subscription expiration notification"
4490
4493
  msgstr ""
4491
4494
 
4492
4495
  msgid "Subscription id is nil."
4493
- msgstr ""
4496
+ msgstr "Идентификатор подписки не определен."
4494
4497
 
4495
4498
  msgid "Subscription identifier"
4496
4499
  msgstr "Идентификатор подписки"
@@ -4511,10 +4514,10 @@ msgid "Subscription was not persisted - %{error_message}"
4511
4514
  msgstr ""
4512
4515
 
4513
4516
  msgid "Subscriptions"
4514
- msgstr ""
4517
+ msgstr "Подписки"
4515
4518
 
4516
4519
  msgid "Subscriptions Expiring in 120 Days"
4517
- msgstr ""
4520
+ msgstr "Подписки, истекающие в ближайшие 120 дней"
4518
4521
 
4519
4522
  msgid "Subscriptions expiring soon"
4520
4523
  msgstr ""
@@ -4523,7 +4526,7 @@ msgid "Subscriptions have been saved and are being updated. "
4523
4526
  msgstr ""
4524
4527
 
4525
4528
  msgid "Subscriptions information based on selected activation keys:"
4526
- msgstr "Подписки определяются ключами активации:"
4529
+ msgstr ""
4527
4530
 
4528
4531
  msgid "Substitution Mismatch. Unable to update for content: (%{content}). From [%{content_url}] To [%{new_url}]."
4529
4532
  msgstr ""
@@ -4532,10 +4535,10 @@ msgid "Success"
4532
4535
  msgstr "Успешно"
4533
4536
 
4534
4537
  msgid "Successfully added %s Host(s)."
4535
- msgstr ""
4538
+ msgstr "Добавлено узлов: %s"
4536
4539
 
4537
4540
  msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
4538
- msgstr "Узлы содержимого (всего %{count} ) успешно добавлены в коллекцию %{host_collection}."
4541
+ msgstr "Узлы содержимого (всего %{count}) успешно добавлены в коллекцию %{host_collection}."
4539
4542
 
4540
4543
  msgid "Successfully changed sync plan for %s product(s)"
4541
4544
  msgstr "План синхронизации изменен для %s продукта(ов)."
@@ -4544,45 +4547,44 @@ msgid "Successfully initiated removal of %s product(s)"
4544
4547
  msgstr "Продукты будут удалены (всего %s)."
4545
4548
 
4546
4549
  msgid "Successfully removed %s Host(s)."
4547
- msgstr ""
4550
+ msgstr "Удалено узлов: %s"
4548
4551
 
4549
4552
  msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
4550
- msgstr "Узлы (всего %{count} ) удалены из коллекции %{host_collection}."
4553
+ msgstr "Узлы (всего %{count}) были удалены из коллекции %{host_collection}."
4551
4554
 
4552
4555
  msgid "Successfully synchronized."
4553
4556
  msgstr ""
4554
4557
 
4555
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
4556
4558
  msgid "Summary"
4557
- msgstr "Сводка"
4559
+ msgstr "Краткая информация"
4558
4560
 
4559
4561
  msgid "Support Type"
4560
- msgstr ""
4562
+ msgstr "Тип поддержки"
4561
4563
 
4562
4564
  msgid "Supported Content Types"
4563
4565
  msgstr ""
4564
4566
 
4565
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
4566
4567
  msgid "Sync Canceled"
4567
4568
  msgstr "Синхронизация отменена"
4568
4569
 
4570
+ msgid "Sync Connection Timeout"
4571
+ msgstr ""
4572
+
4569
4573
  msgid "Sync Content View on Smart Proxy(ies)"
4570
4574
  msgstr ""
4571
4575
 
4572
4576
  msgid "Sync Incomplete"
4573
- msgstr "Синхронизация не закончена"
4577
+ msgstr "Синхронизация не завершена"
4574
4578
 
4575
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
4576
4579
  msgid "Sync Overview"
4577
4580
  msgstr "Синхронизация"
4578
4581
 
4579
4582
  msgid "Sync Plan"
4580
- msgstr ""
4583
+ msgstr "План синхронизации"
4581
4584
 
4582
4585
  msgid "Sync Plan: "
4583
4586
  msgstr ""
4584
4587
 
4585
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
4586
4588
  msgid "Sync Plans"
4587
4589
  msgstr "План синхронизации"
4588
4590
 
@@ -4592,9 +4594,8 @@ msgstr ""
4592
4594
  msgid "Sync Smart Proxies after Content View promotion"
4593
4595
  msgstr ""
4594
4596
 
4595
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
4596
4597
  msgid "Sync Status"
4597
- msgstr "Статус синхронизации "
4598
+ msgstr "Статус синхронизации"
4598
4599
 
4599
4600
  msgid "Sync Summary"
4600
4601
  msgstr ""
@@ -4606,7 +4607,7 @@ msgid "Sync a repository"
4606
4607
  msgstr "Синхронизация репозитория"
4607
4608
 
4608
4609
  msgid "Sync all repositories for a product"
4609
- msgstr ""
4610
+ msgstr "Синхронизировать все репозитории для указанного продукта"
4610
4611
 
4611
4612
  msgid "Sync capsule"
4612
4613
  msgstr ""
@@ -4635,12 +4636,11 @@ msgstr ""
4635
4636
  msgid "Synchronize"
4636
4637
  msgstr "Синхронизировать"
4637
4638
 
4638
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
4639
4639
  msgid "Synchronize Now"
4640
4640
  msgstr "Синхронизировать"
4641
4641
 
4642
4642
  msgid "Synchronize capsule content"
4643
- msgstr ""
4643
+ msgstr "Синхронизировать содержимое капсулы"
4644
4644
 
4645
4645
  msgid "Synchronize repository"
4646
4646
  msgstr "Синхронизировать репозиторий"
@@ -4663,9 +4663,12 @@ msgstr "Синхронизация завершена."
4663
4663
  msgid "System Purpose"
4664
4664
  msgstr ""
4665
4665
 
4666
- msgid "Tags"
4666
+ msgid "System Status"
4667
4667
  msgstr ""
4668
4668
 
4669
+ msgid "Tags"
4670
+ msgstr "Метки"
4671
+
4669
4672
  msgid "Task"
4670
4673
  msgstr ""
4671
4674
 
@@ -4679,22 +4682,23 @@ msgid "Task detail"
4679
4682
  msgstr ""
4680
4683
 
4681
4684
  msgid "Temporary"
4682
- msgstr ""
4685
+ msgstr "Временные"
4683
4686
 
4684
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
4685
4687
  msgid "The '%s' environment cannot contain a changeset!"
4686
4688
  msgstr "Окружение «%s» не может содержать набор изменений."
4687
4689
 
4688
4690
  msgid "The Subscription Allocation providing the imported manifest has been removed. Please create a new Subscription Allocation and import the new manifest."
4689
4691
  msgstr ""
4690
4692
 
4693
+ msgid "The URL to receive a session token from, e.g. used with Automation Hub."
4694
+ msgstr ""
4695
+
4691
4696
  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."
4692
4697
  msgstr ""
4693
4698
 
4694
4699
  msgid "The actual file contents"
4695
4700
  msgstr "Содержимое файла"
4696
4701
 
4697
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
4698
4702
  msgid "The current organization cannot be deleted. Please switch to a different organization before deleting."
4699
4703
  msgstr "Текущая организация не может быть удалена. Перейдите в другую организацию и повторите попытку."
4700
4704
 
@@ -4702,7 +4706,7 @@ msgid "The default content view cannot be edited, published, or deleted."
4702
4706
  msgstr "Исходное представление не может быть изменено, опубликовано или удалено."
4703
4707
 
4704
4708
  msgid "The default content view cannot be promoted"
4705
- msgstr "Продвижение используемого по умолчанию представления не разрешено."
4709
+ msgstr "Используемое по умолчанию представление не может переноситься."
4706
4710
 
4707
4711
  msgid "The default dependency solving value for new Content Views."
4708
4712
  msgstr ""
@@ -4719,6 +4723,12 @@ msgstr "Описание новых версий представления"
4719
4723
  msgid "The email notification will include subscriptions expiring in this number of days or fewer."
4720
4724
  msgstr ""
4721
4725
 
4726
+ msgid "The environment %{name} is in use by %{count} Host Group(s) including %{names}"
4727
+ msgstr ""
4728
+
4729
+ msgid "The environment %{name} is in use by %{count} Host(s) including %{names}"
4730
+ msgstr ""
4731
+
4722
4732
  msgid "The erratum filter rule end date is in an invalid format or type."
4723
4733
  msgstr "Недействительный формат или тип даты окончания в правиле фильтрации."
4724
4734
 
@@ -4735,16 +4745,21 @@ msgid "The field to sort the data by. Defaults to the created date."
4735
4745
  msgstr ""
4736
4746
 
4737
4747
  msgid "The following hosts have errata that apply to them: "
4738
- msgstr "Узлы, для которых обнаружены подходящие исправления:"
4748
+ msgstr ""
4739
4749
 
4740
4750
  msgid ""
4741
4751
  "The following repositories provided in the import metadata are either not available in the Library or are of incorrect Respository Type. Please add or enable the repositories before importing\n"
4742
4752
  " %{repos}"
4743
4753
  msgstr ""
4744
4754
 
4745
- msgid "The id of the host to alter"
4755
+ msgid ""
4756
+ "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"
4757
+ " %{repos}"
4746
4758
  msgstr ""
4747
4759
 
4760
+ msgid "The id of the host to alter"
4761
+ msgstr "Идентификатор узла"
4762
+
4748
4763
  msgid "The list of environments to promote the specified Content View Version to (replacing the older version)"
4749
4764
  msgstr ""
4750
4765
 
@@ -4754,6 +4769,9 @@ msgstr ""
4754
4769
  msgid "The number of days remaining in a subscription before you will be reminded about renewing it."
4755
4770
  msgstr ""
4756
4771
 
4772
+ msgid "The number of items fetched from a single paged Pulp API call."
4773
+ msgstr ""
4774
+
4757
4775
  msgid "The offset in the file where the content starts"
4758
4776
  msgstr "Смещение содержимого в файле"
4759
4777
 
@@ -4761,7 +4779,7 @@ msgid "The order to sort the results in. ['asc', 'desc'] Defaults to 'desc'."
4761
4779
  msgstr ""
4762
4780
 
4763
4781
  msgid "The page you are attempting to access requires selecting a specific organization."
4764
- msgstr ""
4782
+ msgstr "Для доступа к этой странице надо выбрать организацию."
4765
4783
 
4766
4784
  msgid "The path %{real_path} does not seem to be a valid repository. If you think this is an error, please try refreshing your manifest."
4767
4785
  msgstr ""
@@ -4770,19 +4788,13 @@ msgid "The port used by Pulp Crane to provide Docker Registries"
4770
4788
  msgstr ""
4771
4789
 
4772
4790
  msgid "The promotion of %{content_view} to %{environment} has completed. %{count} errata are available to your hosts."
4773
- msgstr "%{content_view} добавлен в %{environment}. Доступно исправлений: %{count}."
4791
+ msgstr "%{content_view} перенесено в %{environment}. Доступно исправлений: %{count}."
4774
4792
 
4775
4793
  msgid "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts."
4776
- msgstr "%{content_view} добавлен в <b>%{environment}</b>. Обязательных исправлений: %{count}."
4777
-
4778
- msgid "The puppet environment %{name} is in use by %{count} Host Group(s) including %{names}"
4779
- msgstr "Окружение %{name} используется %{count} группой/группами узлов, в том числе %{names}"
4780
-
4781
- msgid "The puppet environment %{name} is in use by %{count} Host(s) including %{names}"
4782
- msgstr "Окружение %{name} используется %{count} узлом/узлами, в том числе %{names}"
4794
+ msgstr "%{content_view} перенесено в <b>%{environment}</b>. Обязательных исправлений, готовых к установке: %{count}."
4783
4795
 
4784
4796
  msgid "The repository is already enabled"
4785
- msgstr "Репозиторий уже включен"
4797
+ msgstr "Репозиторий уже подключен"
4786
4798
 
4787
4799
  msgid "The request did not contain any repository information."
4788
4800
  msgstr ""
@@ -4796,9 +4808,6 @@ msgstr ""
4796
4808
  msgid "The requested traces were not found for this host"
4797
4809
  msgstr ""
4798
4810
 
4799
- msgid "The selected content source and lifecycle environment do not match"
4800
- msgstr ""
4801
-
4802
4811
  msgid ""
4803
4812
  "The selected kickstart repository is not part of the assigned content view, lifecycle environment,\n"
4804
4813
  " content source, operating system, and architecture"
@@ -4816,11 +4825,14 @@ msgstr ""
4816
4825
  msgid "The synchronization of \"%s\" has completed. Below is a summary of new errata."
4817
4826
  msgstr "Синхронизация «%s» завершена. Ниже приведен список новых исправлений."
4818
4827
 
4828
+ msgid "The token key to use for authentication."
4829
+ msgstr ""
4830
+
4819
4831
  msgid "The type of content. The following types are supported: 'package' and 'package_group."
4820
- msgstr "Тип содержимого. Поддерживаемые типы: «package», «package_group»."
4832
+ msgstr ""
4821
4833
 
4822
4834
  msgid "The type of content. The following types are supported: 'package', 'package_group' and 'errata'."
4823
- msgstr "Тип содержимого: «package», «package_group», «errata»."
4835
+ msgstr ""
4824
4836
 
4825
4837
  msgid "There are no Subscription Allocations to display"
4826
4838
  msgstr ""
@@ -4831,16 +4843,12 @@ msgstr ""
4831
4843
  msgid "There are no errata that need to be applied to registered content hosts."
4832
4844
  msgstr "Нет исправлений для зарегистрированных систем."
4833
4845
 
4834
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author ypoyarko
4835
4846
  msgid "There are no products or repositories enabled. Try enabling via %{custom} or %{redhat}."
4836
4847
  msgstr "Нет продуктов и репозиториев. Настройте их на странице %{custom} или %{redhat}."
4837
4848
 
4838
4849
  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."
4839
4850
  msgstr "Окружения и версии не заданы или определены неверно. Проверьте параметры environment_ids и content_view_version_ids."
4840
4851
 
4841
- msgid "There is already a module named \"%{value}\" in this content view."
4842
- msgstr ""
4843
-
4844
4852
  msgid "There is no Manifest History to display."
4845
4853
  msgstr ""
4846
4854
 
@@ -4869,16 +4877,13 @@ msgid "This Organization's subscription manifest has expired. Please import a ne
4869
4877
  msgstr ""
4870
4878
 
4871
4879
  msgid "This action doesn't support package groups"
4872
- msgstr ""
4880
+ msgstr "Это действие неприменимо к группам пакетов."
4873
4881
 
4874
- msgid "This action will become available after the Pulp 3 content migration"
4882
+ msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
4875
4883
  msgstr ""
4876
4884
 
4877
4885
  msgid "This certificate allows a user to view the repositories in any environment from a browser."
4878
- msgstr "Сертификат позволяет просмотреть репозитории окружения из окна браузера."
4879
-
4880
- msgid "This content view has on demand repositories that cannot be exported: %{repos}"
4881
- msgstr ""
4886
+ msgstr "Сертификат позволяет обращаться к репозиториям в окружении из окна браузера."
4882
4887
 
4883
4888
  msgid "This content view version doesn't have a history."
4884
4889
  msgstr ""
@@ -4932,10 +4937,10 @@ msgid "This subscription is not relevant to the current organization."
4932
4937
  msgstr ""
4933
4938
 
4934
4939
  msgid "Time in seconds to wait for a Host to finish a remote action"
4935
- msgstr ""
4940
+ msgstr "Время ожидания завершения удаленного действия узлом (в секундах)"
4936
4941
 
4937
4942
  msgid "Time in seconds to wait for a Host to pickup a remote action"
4938
- msgstr ""
4943
+ msgstr "Время ожидания начала выполнения удаленного действия узлом (в секундах)"
4939
4944
 
4940
4945
  msgid "Timeout when refreshing a manifest (in seconds)"
4941
4946
  msgstr ""
@@ -4943,19 +4948,18 @@ msgstr ""
4943
4948
  msgid "Timestamp"
4944
4949
  msgstr ""
4945
4950
 
4946
- # translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author ypoyarko
4947
4951
  msgid "Title"
4948
- msgstr "Название"
4952
+ msgstr "Заголовок"
4949
4953
 
4950
4954
  msgid "Toggling Simple Content Access will refresh your manifest."
4951
4955
  msgstr ""
4952
4956
 
4953
- msgid "Total module count: %s."
4954
- msgstr "Всего модулей: %s"
4955
-
4956
4957
  msgid "Total steps: "
4957
4958
  msgstr ""
4958
4959
 
4960
+ msgid "Total timeout in seconds for connections when syncing"
4961
+ msgstr ""
4962
+
4959
4963
  msgid "Tracer profile uploaded successfully"
4960
4964
  msgstr ""
4961
4965
 
@@ -4963,7 +4967,7 @@ msgid "Traces"
4963
4967
  msgstr ""
4964
4968
 
4965
4969
  msgid "Trigger an auto-attach of subscriptions"
4966
- msgstr ""
4970
+ msgstr "Разрешить автоматическое выделение подписок"
4967
4971
 
4968
4972
  msgid "Trigger an auto-attach of subscriptions on one or more hosts"
4969
4973
  msgstr ""
@@ -4972,7 +4976,7 @@ msgid "Try changing your search settings."
4972
4976
  msgstr ""
4973
4977
 
4974
4978
  msgid "Trying to cancel the synchronization..."
4975
- msgstr ""
4979
+ msgstr "Попытка отмены синхронизации..."
4976
4980
 
4977
4981
  msgid "Type"
4978
4982
  msgstr ""
@@ -4984,7 +4988,7 @@ msgid "Type of content: \"cert\", \"gpg_key\""
4984
4988
  msgstr ""
4985
4989
 
4986
4990
  msgid "UUID"
4987
- msgstr ""
4991
+ msgstr "UUID"
4988
4992
 
4989
4993
  msgid "UUID of the consumer"
4990
4994
  msgstr ""
@@ -5005,7 +5009,7 @@ msgid "Unable to connect. Got: %s"
5005
5009
  msgstr ""
5006
5010
 
5007
5011
  msgid "Unable to detect pulp storage"
5008
- msgstr ""
5012
+ msgstr "Хранилище Pulp не обнаружено"
5009
5013
 
5010
5014
  msgid "Unable to detect puppet path"
5011
5015
  msgstr ""
@@ -5016,13 +5020,13 @@ msgstr ""
5016
5020
  msgid "Unable to export. 'pulp_export_destination' setting is not a writable directory."
5017
5021
  msgstr ""
5018
5022
 
5019
- msgid "Unable to export. 'pulpcore_export_destination' setting is not set to a valid directory."
5023
+ msgid "Unable to find product '%s' in organization '%s'"
5020
5024
  msgstr ""
5021
5025
 
5022
- msgid "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment."
5026
+ msgid "Unable to get users"
5023
5027
  msgstr ""
5024
5028
 
5025
- msgid "Unable to perform unauthenticated repository list operation"
5029
+ msgid "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment."
5026
5030
  msgstr ""
5027
5031
 
5028
5032
  msgid "Unable to reassign activation_keys. Please check activation_key_content_view_id and activation_key_environment_id."
@@ -5041,11 +5045,17 @@ msgid "Unable to send errata e-mail notification: %{error}"
5041
5045
  msgstr ""
5042
5046
 
5043
5047
  msgid "Unable to sync repo. This repository does not have a feed url."
5044
- msgstr ""
5048
+ msgstr "Не удалось синхронизировать репозиторий: не задан URL источника синхронизации"
5045
5049
 
5046
5050
  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."
5047
5051
  msgstr "Не удалось синхронизировать репозитории. Недостаточно разрешений или не определен URL репозитория."
5048
5052
 
5053
+ msgid "Unable to update the repository list"
5054
+ msgstr ""
5055
+
5056
+ msgid "Unable to update the user-repository mapping"
5057
+ msgstr ""
5058
+
5049
5059
  msgid "Unapplied Errata"
5050
5060
  msgstr "Несохраненные исправления"
5051
5061
 
@@ -5056,15 +5066,14 @@ msgid "Unattach a subscription"
5056
5066
  msgstr "Отключить подписку"
5057
5067
 
5058
5068
  msgid "Unentitled"
5059
- msgstr ""
5069
+ msgstr "Без полномочий"
5060
5070
 
5061
5071
  msgid "Unfiltered params array: %s."
5062
5072
  msgstr ""
5063
5073
 
5064
- msgid "Uninstall packages remotely"
5065
- msgstr "Удалить пакеты удаленно"
5074
+ msgid "Uninstall packages remotely using katello-agent. %s"
5075
+ msgstr ""
5066
5076
 
5067
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
5068
5077
  msgid "Unknown"
5069
5078
  msgstr "Неизвестно"
5070
5079
 
@@ -5072,19 +5081,19 @@ msgid "Unknown Action"
5072
5081
  msgstr ""
5073
5082
 
5074
5083
  msgid "Unknown errata status"
5075
- msgstr ""
5084
+ msgstr "Неизвестный статус исправлений"
5076
5085
 
5077
5086
  msgid "Unknown or Unregistered"
5078
5087
  msgstr ""
5079
5088
 
5080
5089
  msgid "Unknown subscription status"
5081
- msgstr ""
5090
+ msgstr "Неизвестный статус подписки"
5082
5091
 
5083
5092
  msgid "Unknown traces status"
5084
5093
  msgstr ""
5085
5094
 
5086
5095
  msgid "Unlimited"
5087
- msgstr ""
5096
+ msgstr ""
5088
5097
 
5089
5098
  msgid "Unregister host %s before assigning an organization"
5090
5099
  msgstr ""
@@ -5101,7 +5110,6 @@ msgstr ""
5101
5110
  msgid "Unsubscribed hypervisor"
5102
5111
  msgstr ""
5103
5112
 
5104
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author ypoyarko
5105
5113
  msgid "Unsupported URL protocol %s."
5106
5114
  msgstr "Протокол %s не поддерживается."
5107
5115
 
@@ -5138,14 +5146,11 @@ msgstr "Обновить правило фильтрации. Список па
5138
5146
  msgid "Update a host collection"
5139
5147
  msgstr "Обновить коллекцию узлов"
5140
5148
 
5141
- msgid "Update a puppet module associated with the content view"
5142
- msgstr "Обновить модуль Puppet для этого представления"
5143
-
5144
5149
  msgid "Update a repository"
5145
5150
  msgstr "Обновить репозиторий"
5146
5151
 
5147
5152
  msgid "Update a sync plan"
5148
- msgstr "Обновить план"
5153
+ msgstr "Обновить план синхронизации"
5149
5154
 
5150
5155
  msgid "Update an activation key"
5151
5156
  msgstr "Обновить ключ активации"
@@ -5156,17 +5161,17 @@ msgstr "Обновить окружение"
5156
5161
  msgid "Update an environment in an organization"
5157
5162
  msgstr "Обновить окружение в организации"
5158
5163
 
5159
- msgid "Update content on one or more hosts"
5164
+ msgid "Update content on one or more hosts using katello-agent. %s"
5160
5165
  msgstr ""
5161
5166
 
5162
5167
  msgid "Update content urls"
5163
5168
  msgstr ""
5164
5169
 
5165
5170
  msgid "Update for host"
5166
- msgstr ""
5171
+ msgstr "Обновление узла"
5167
5172
 
5168
5173
  msgid "Update for host %s"
5169
- msgstr ""
5174
+ msgstr "Обновление %s"
5170
5175
 
5171
5176
  msgid "Update http proxy"
5172
5177
  msgstr ""
@@ -5198,8 +5203,8 @@ msgstr ""
5198
5203
  msgid "Update package via Katello interface"
5199
5204
  msgstr ""
5200
5205
 
5201
- msgid "Update packages remotely"
5202
- msgstr "Обновить пакеты удаленно"
5206
+ msgid "Update packages remotely using katello-agent. %s"
5207
+ msgstr ""
5203
5208
 
5204
5209
  msgid "Update redhat repository"
5205
5210
  msgstr ""
@@ -5223,13 +5228,13 @@ msgid "Update the quantity of one or more subscriptions on an upstream allocatio
5223
5228
  msgstr ""
5224
5229
 
5225
5230
  msgid "Updated"
5226
- msgstr ""
5231
+ msgstr "Обновлено"
5227
5232
 
5228
5233
  msgid "Updates"
5229
5234
  msgstr ""
5230
5235
 
5231
5236
  msgid "Updates a product"
5232
- msgstr "Обновляет продукт"
5237
+ msgstr "Обновить продукт"
5233
5238
 
5234
5239
  msgid "Updates all packages on the host(s)"
5235
5240
  msgstr ""
@@ -5243,7 +5248,6 @@ msgstr ""
5243
5248
  msgid "Updating System Purpose for host %s"
5244
5249
  msgstr ""
5245
5250
 
5246
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author ypoyarko
5247
5251
  msgid "Updating package group..."
5248
5252
  msgstr "Обновление группы пакетов..."
5249
5253
 
@@ -5304,6 +5308,9 @@ msgstr ""
5304
5308
  msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
5305
5309
  msgstr ""
5306
5310
 
5311
+ msgid "User"
5312
+ msgstr "Пользователь"
5313
+
5307
5314
  msgid "User '%s' did not specify an organization ID and does not have a default organization."
5308
5315
  msgstr "Пользователь «%s» не задал идентификатор организации и не имеет исходной организации."
5309
5316
 
@@ -5311,7 +5318,7 @@ msgid "User '%{user}' does not belong to Organization '%{organization}'."
5311
5318
  msgstr "Пользователь «%{user}» не входит в организацию «%{organization}»."
5312
5319
 
5313
5320
  msgid "User IDs"
5314
- msgstr ""
5321
+ msgstr "Идентификаторы пользователей"
5315
5322
 
5316
5323
  msgid "User must be logged in."
5317
5324
  msgstr "Пользователь должен быть авторизован."
@@ -5323,7 +5330,7 @@ msgid "Username to access URL"
5323
5330
  msgstr ""
5324
5331
 
5325
5332
  msgid "Valid"
5326
- msgstr ""
5333
+ msgstr "Действительные"
5327
5334
 
5328
5335
  msgid "Value must either be a boolean or 'default' for 'enabled'"
5329
5336
  msgstr ""
@@ -5338,21 +5345,22 @@ msgid "Verify checksum of repository contents"
5338
5345
  msgstr ""
5339
5346
 
5340
5347
  msgid "Version"
5341
- msgstr ""
5348
+ msgstr "Версия"
5342
5349
 
5343
5350
  msgid "Versions"
5351
+ msgstr "Версия"
5352
+
5353
+ msgid "Versions will appear here when the content view is published."
5344
5354
  msgstr ""
5345
5355
 
5346
- # translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author ypoyarko
5347
5356
  msgid "View %{view} has not been promoted to %{env}"
5348
5357
  msgstr "Представление %{view} не было перенесено в %{env}"
5349
5358
 
5350
5359
  msgid "View a report of the affected hosts"
5351
5360
  msgstr ""
5352
5361
 
5353
- # translation auto-copied from project nm-applet, version 0.8.1, document nm-applet, author ypoyarko
5354
5362
  msgid "Virtual"
5355
- msgstr "Логическое"
5363
+ msgstr "Виртуальный"
5356
5364
 
5357
5365
  msgid "When Simple Content Access is enabled, hosts are not required to have subscriptions attached to access repositories."
5358
5366
  msgstr ""
@@ -5361,34 +5369,34 @@ msgid "When registering a host via subscription-manager, force use the specified
5361
5369
  msgstr ""
5362
5370
 
5363
5371
  msgid "When set to 'True' repository types that are creatable will be returned"
5364
- msgstr ""
5372
+ msgstr "Если «True», список будет ограничиваться только теми типами, которые доступны для создания новых репозиториев"
5365
5373
 
5366
5374
  msgid "When unregistering a host via subscription-manager, also delete the host record. Managed resources linked to host such as virtual machines and DNS records may also be deleted."
5367
5375
  msgstr ""
5368
5376
 
5369
5377
  msgid "Whether or not the host collection may have unlimited hosts"
5370
- msgstr ""
5378
+ msgstr "Позволяет снять ограничение на количество узлов в коллекции"
5371
5379
 
5372
5380
  msgid "Whether or not to auto sync the Smart Proxies after a Content View promotion."
5373
5381
  msgstr ""
5374
5382
 
5375
5383
  msgid "Whether or not to check the status of backend services such as pulp and candlepin prior to performing some actions."
5376
- msgstr ""
5384
+ msgstr "Проверять состояние базовых служб (pulp, candlepin и т.п.), прежде чем выполнить некоторые действия."
5377
5385
 
5378
5386
  msgid "Whether or not to regenerate the repository on disk. Default: true"
5379
5387
  msgstr ""
5380
5388
 
5381
5389
  msgid "Whether or not to show all results"
5382
- msgstr "Показывать все результаты?"
5390
+ msgstr "Показывать все результаты"
5383
5391
 
5384
5392
  msgid "Whether or not to sync an external capsule after upload. Default: true"
5385
5393
  msgstr ""
5386
5394
 
5387
5395
  msgid "Whether to include available content attribute in results"
5388
- msgstr ""
5396
+ msgstr "Включить/отключить атрибут доступного содержимого в результаты"
5389
5397
 
5390
5398
  msgid "Workers"
5391
- msgstr ""
5399
+ msgstr "Обработчики"
5392
5400
 
5393
5401
  msgid "Wrong content type submitted."
5394
5402
  msgstr ""
@@ -5397,7 +5405,7 @@ msgid "Yay empty state"
5397
5405
  msgstr ""
5398
5406
 
5399
5407
  msgid "Yes"
5400
- msgstr ""
5408
+ msgstr "Да"
5401
5409
 
5402
5410
  msgid "You are currently operating in disconnected mode where access to Red Hat Subcription Management is prohibited. If you would like to change this, please update the content setting 'Disconnected mode'."
5403
5411
  msgstr ""
@@ -5412,7 +5420,7 @@ msgid "You can check sync status for repositories only in the library lifecycle
5412
5420
  msgstr "Статус синхронизации можно проверить только в окружении Library."
5413
5421
 
5414
5422
  msgid "You cannot have more than %{max_hosts} host(s) associated with host collection '%{host_collection}'."
5415
- msgstr ""
5423
+ msgstr "С коллекцией «%{host_collection}» может быть связано не больше %{max_hosts} узла(ов)."
5416
5424
 
5417
5425
  msgid "You cannot set an organization's parent. This feature is disabled."
5418
5426
  msgstr "Вы не можете выбрать родителя организации. Эта функциональность отключена."
@@ -5426,9 +5434,15 @@ msgstr ""
5426
5434
  msgid "You currently don't have any filters for this content view."
5427
5435
  msgstr ""
5428
5436
 
5437
+ msgid "You currently don't have any history for this content view."
5438
+ msgstr ""
5439
+
5429
5440
  msgid "You currently don't have any repositories to add to this content view."
5430
5441
  msgstr ""
5431
5442
 
5443
+ msgid "You currently don't have any versions for this content view."
5444
+ msgstr ""
5445
+
5432
5446
  msgid "You do not have permissions to delete %s"
5433
5447
  msgstr "Недостаточно разрешений для удаления %s"
5434
5448
 
@@ -5442,7 +5456,7 @@ msgid "You have unsaved changes. Do you want to exit without saving your changes
5442
5456
  msgstr ""
5443
5457
 
5444
5458
  msgid "You were not allowed to add %s"
5445
- msgstr "Не разрешено добавлять %s"
5459
+ msgstr "Недостаточно разрешений для добавления %s"
5446
5460
 
5447
5461
  msgid "You were not allowed to change sync plan for %s"
5448
5462
  msgstr "Недостаточно разрешений для изменения плана синхронизации %s"
@@ -5477,6 +5491,9 @@ msgstr "тег Docker"
5477
5491
  msgid "a file"
5478
5492
  msgstr ""
5479
5493
 
5494
+ msgid "a future release"
5495
+ msgstr ""
5496
+
5480
5497
  msgid "a module stream"
5481
5498
  msgstr ""
5482
5499
 
@@ -5486,9 +5503,6 @@ msgstr "пакет"
5486
5503
  msgid "a package group"
5487
5504
  msgstr "группа пакетов"
5488
5505
 
5489
- msgid "a puppet module"
5490
- msgstr "модуль Puppet"
5491
-
5492
5506
  msgid "actions not found"
5493
5507
  msgstr ""
5494
5508
 
@@ -5505,7 +5519,7 @@ msgid "add all module streams without errata to the included/excluded list. (mod
5505
5519
  msgstr ""
5506
5520
 
5507
5521
  msgid "add all packages without errata to the included/excluded list. (package filter only)"
5508
- msgstr ""
5522
+ msgstr "добавить все пакеты в список включенных/исключенных пакетов за исключением исправлений (только для фильтра пакетов)"
5509
5523
 
5510
5524
  msgid "all packages"
5511
5525
  msgstr "все пакеты"
@@ -5519,6 +5533,9 @@ msgstr "не удалось обновить все пакеты"
5519
5533
  msgid "allow unauthenticed pull of container images"
5520
5534
  msgstr ""
5521
5535
 
5536
+ msgid "already belongs to the content view"
5537
+ msgstr ""
5538
+
5522
5539
  msgid "already taken"
5523
5540
  msgstr "уже используется"
5524
5541
 
@@ -5538,10 +5555,7 @@ msgid "are only allowed for Yum repositories."
5538
5555
  msgstr ""
5539
5556
 
5540
5557
  msgid "attempted to sync without a feed URL"
5541
- msgstr ""
5542
-
5543
- msgid "author of the puppet module"
5544
- msgstr "автор модуля Puppet"
5558
+ msgstr "попытка синхронизации без указания URL-адреса источника"
5545
5559
 
5546
5560
  msgid "auto attach subscriptions upon registration"
5547
5561
  msgstr "автоматический выбор подписок при регистрации"
@@ -5589,7 +5603,7 @@ msgid "cannot be set for non-ostree repositories."
5589
5603
  msgstr ""
5590
5604
 
5591
5605
  msgid "cannot be set for non-yum repositories."
5592
- msgstr ""
5606
+ msgstr "может настраиваться только для репозиториев yum."
5593
5607
 
5594
5608
  msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
5595
5609
  msgstr "может содержать символы ASCII, цифры, пробелы, '_' и '-'. "
@@ -5603,24 +5617,14 @@ msgstr "не может содержать фильтры сложного пр
5603
5617
  msgid "cannot contain filters whose repositories do not belong to this content view"
5604
5618
  msgstr "не может содержать фильтры, если их репозитории не входят в это представление"
5605
5619
 
5606
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
5607
5620
  msgid "cannot contain more than %s characters"
5608
5621
  msgstr "не может содержать больше %s знаков"
5609
5622
 
5610
5623
  msgid "checking Candlepin task status"
5611
- msgstr ""
5624
+ msgstr "проверка состояния задачи Candlepin"
5612
5625
 
5613
5626
  msgid "checking Pulp task status"
5614
- msgstr ""
5615
-
5616
- msgid "comma-separated list of architectures to be synced from deb-archive"
5617
- msgstr ""
5618
-
5619
- msgid "comma-separated list of releases to be synced from deb-archive"
5620
- msgstr ""
5621
-
5622
- msgid "comma-separated list of repo components to be synced from deb-archive"
5623
- msgstr ""
5627
+ msgstr "проверка состояния задачи Pulp"
5624
5628
 
5625
5629
  msgid "composite content view identifier"
5626
5630
  msgstr ""
@@ -5634,7 +5638,7 @@ msgstr ""
5634
5638
  msgid "content release version"
5635
5639
  msgstr "версия содержимого"
5636
5640
 
5637
- msgid "content type ('deb', 'docker_manifest', 'file', 'ostree', 'puppet_module', 'rpm', 'srpm')"
5641
+ msgid "content type ('deb', 'docker_manifest', 'file', 'ostree', 'rpm', 'srpm')"
5638
5642
  msgstr ""
5639
5643
 
5640
5644
  msgid "content view component ID. Identifier of the component association"
@@ -5683,7 +5687,7 @@ msgid "content view versions to compare"
5683
5687
  msgstr "версии представлений для сравнения"
5684
5688
 
5685
5689
  msgid "create a filter for a content view"
5686
- msgstr ""
5690
+ msgstr "создать фильтр представления"
5687
5691
 
5688
5692
  msgid "deb Packages"
5689
5693
  msgstr ""
@@ -5695,9 +5699,8 @@ msgid "default package names to include in the package group"
5695
5699
  msgstr ""
5696
5700
 
5697
5701
  msgid "delete a filter"
5698
- msgstr ""
5702
+ msgstr "удалить фильтр"
5699
5703
 
5700
- # translation auto-copied from project webkitgtk3, version 2.0.3, document webkitgtk3, author ypoyarko
5701
5704
  msgid "description"
5702
5705
  msgstr "описание"
5703
5706
 
@@ -5750,22 +5753,22 @@ msgid "errata_ids or update_all must be provided"
5750
5753
  msgstr ""
5751
5754
 
5752
5755
  msgid "erratum: IDs or a select all object"
5753
- msgstr "исправление: идентификаторы или выбор всех"
5756
+ msgstr ""
5754
5757
 
5755
5758
  msgid "erratum: end date (YYYY-MM-DD)"
5756
- msgstr "исправление: дата окончания (ГГГГ-ММ-ДД)"
5759
+ msgstr ""
5757
5760
 
5758
5761
  msgid "erratum: id"
5759
- msgstr "исправление: ID"
5762
+ msgstr ""
5760
5763
 
5761
5764
  msgid "erratum: search using the 'Issued On' or 'Updated On' column of the errata. Values are 'issued'/'updated'"
5762
5765
  msgstr ""
5763
5766
 
5764
5767
  msgid "erratum: start date (YYYY-MM-DD)"
5765
- msgstr "исправление: дата начала (ГГГГ-ММ-ДД)"
5768
+ msgstr ""
5766
5769
 
5767
5770
  msgid "erratum: types (enhancement, bugfix, security)"
5768
- msgstr "исправление: типы (enhancement, bugfix, security)"
5771
+ msgstr ""
5769
5772
 
5770
5773
  msgid "filter by interval"
5771
5774
  msgstr "фильтр по интервалу"
@@ -5777,7 +5780,7 @@ msgid "filter by sync date"
5777
5780
  msgstr "фильтр по дате синхронизации"
5778
5781
 
5779
5782
  msgid "filter content view filters by name"
5780
- msgstr ""
5783
+ msgstr "выбор фильтра по имени"
5781
5784
 
5782
5785
  msgid "filter identifier"
5783
5786
  msgstr "идентификатор фильтра"
@@ -5789,21 +5792,20 @@ msgid "for repository '%{name}' is not unique and cannot be created in '%{env}'.
5789
5792
  msgstr ""
5790
5793
 
5791
5794
  msgid "force content view promotion and bypass lifecycle environment restriction"
5792
- msgstr "принудительное продвижение представления в обход ограничений окружения"
5795
+ msgstr "принудительное продвижение в обход ограничений окружения"
5793
5796
 
5794
5797
  msgid "foreman-tasks service not running or is not ready yet"
5795
- msgstr ""
5798
+ msgstr "сервис foreman-tasks не готов или не работает"
5796
5799
 
5797
5800
  msgid "has already been taken"
5798
5801
  msgstr "уже используется"
5799
5802
 
5800
5803
  msgid "has already been taken for a product in this organization."
5801
- msgstr ""
5804
+ msgstr "уже используется продуктом в этой организации."
5802
5805
 
5803
5806
  msgid "has already been taken for this product."
5804
5807
  msgstr "уже используется для этого продукта."
5805
5808
 
5806
- # translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
5807
5809
  msgid "here"
5808
5810
  msgstr "здесь"
5809
5811
 
@@ -5817,7 +5819,7 @@ msgid "how often synchronization should run"
5817
5819
  msgstr "частота синхронизации"
5818
5820
 
5819
5821
  msgid "id of a host"
5820
- msgstr ""
5822
+ msgstr "Идентификатор узла"
5821
5823
 
5822
5824
  msgid "id of host"
5823
5825
  msgstr ""
@@ -5829,7 +5831,7 @@ msgid "identifier of the version of the component content view"
5829
5831
  msgstr ""
5830
5832
 
5831
5833
  msgid "ids to filter content by"
5832
- msgstr "по идентификатору"
5834
+ msgstr "отфильтровать по идентификатору"
5833
5835
 
5834
5836
  msgid "if a custom sync policy is chosen for ostree repositories then a 'depth' value must be provided"
5835
5837
  msgstr ""
@@ -5838,10 +5840,10 @@ msgid "if true, Katello will verify the upstream url's SSL certifcates are signe
5838
5840
  msgstr ""
5839
5841
 
5840
5842
  msgid "initiating Candlepin task"
5841
- msgstr ""
5843
+ msgstr "инициализация задачи Candlepin"
5842
5844
 
5843
5845
  msgid "initiating Pulp task"
5844
- msgstr ""
5846
+ msgstr "инициализация задачи Pulp"
5845
5847
 
5846
5848
  msgid "installing errata..."
5847
5849
  msgstr "установка исправлений..."
@@ -5889,7 +5891,7 @@ msgid "limit to only repositories with this download policy"
5889
5891
  msgstr ""
5890
5892
 
5891
5893
  msgid "list filters"
5892
- msgstr ""
5894
+ msgstr "возвращает список фильтров"
5893
5895
 
5894
5896
  msgid "list of packages names"
5895
5897
  msgstr "список имен пакетов"
@@ -5904,7 +5906,7 @@ msgid "mandatory package names to include in the package group"
5904
5906
  msgstr ""
5905
5907
 
5906
5908
  msgid "max_hosts must be given a value if this host collection is not unlimited."
5907
- msgstr ""
5909
+ msgstr "если эта коллекция не является неограниченной, необходимо настроить число max_hosts"
5908
5910
 
5909
5911
  msgid "maximum number of registered content hosts"
5910
5912
  msgstr "максимальное число зарегистрированных узлов содержимого"
@@ -5912,14 +5914,8 @@ msgstr "максимальное число зарегистрированных
5912
5914
  msgid "maximum size of each ISO in MB"
5913
5915
  msgstr ""
5914
5916
 
5915
- msgid "maximum size of each ISO in MB. Relevant only for Pulp 2 repositories"
5916
- msgstr ""
5917
-
5918
5917
  msgid "may not be less than the number of hosts associated with the host collection."
5919
- msgstr ""
5920
-
5921
- msgid "module name to restrict modules for"
5922
- msgstr "имя модуля для органичения"
5918
+ msgstr "не может быть меньше числа узлов, ассоциированных с коллекцией."
5923
5919
 
5924
5920
  msgid "module stream ids"
5925
5921
  msgstr ""
@@ -5934,7 +5930,7 @@ msgid "must be a positive integer value."
5934
5930
  msgstr "должно быть положительным целым числом."
5935
5931
 
5936
5932
  msgid "must be one of the following: %s"
5937
- msgstr "допустимые значения: %s"
5933
+ msgstr ""
5938
5934
 
5939
5935
  msgid "must be one of: %s"
5940
5936
  msgstr ""
@@ -5942,7 +5938,6 @@ msgstr ""
5942
5938
  msgid "must be unique within one organization"
5943
5939
  msgstr "должно быть уникальным в пределах организации."
5944
5940
 
5945
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
5946
5941
  msgid "must contain '%s'"
5947
5942
  msgstr "должно содержать «%s»"
5948
5943
 
@@ -5961,7 +5956,6 @@ msgstr "должен содержать действительный откры
5961
5956
  msgid "must not contain leading or trailing white spaces."
5962
5957
  msgstr "не может начинаться и заканчиваться пробелом."
5963
5958
 
5964
- # translation auto-copied from project anaconda, version 19.31.34, document anaconda
5965
5959
  msgid "name"
5966
5960
  msgstr "имя"
5967
5961
 
@@ -5983,15 +5977,14 @@ msgstr "имя фильтра"
5983
5977
  msgid "name of the organization"
5984
5978
  msgstr "имя организации"
5985
5979
 
5986
- msgid "name of the puppet module"
5987
- msgstr "имя модуля Puppet"
5988
-
5989
5980
  msgid "name of the repository"
5990
5981
  msgstr "имя репозитория"
5991
5982
 
5992
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
5983
+ msgid "name of the subscription"
5984
+ msgstr ""
5985
+
5993
5986
  msgid "name: %s doesn't exist "
5994
- msgstr "имя %s не существует"
5987
+ msgstr ""
5995
5988
 
5996
5989
  msgid "new name for the filter"
5997
5990
  msgstr "новое имя фильтра"
@@ -6000,7 +5993,7 @@ msgid "new name to be given to the environment"
6000
5993
  msgstr "новое имя окружения"
6001
5994
 
6002
5995
  msgid "no"
6003
- msgstr ""
5996
+ msgstr "нет"
6004
5997
 
6005
5998
  msgid "no global default"
6006
5999
  msgstr ""
@@ -6008,18 +6001,20 @@ msgstr ""
6008
6001
  msgid "obtain manifest history for subscriptions"
6009
6002
  msgstr "получить события манифеста подписок"
6010
6003
 
6011
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
6012
6004
  msgid "of environment must be unique within one organization"
6013
6005
  msgstr "должно быть уникальным в пределах организации"
6014
6006
 
6015
6007
  msgid "only repositories having at least one of the specified content type ex: rpm , erratum"
6016
6008
  msgstr ""
6017
6009
 
6010
+ msgid "only show the repositories readable by this user with this username"
6011
+ msgstr ""
6012
+
6018
6013
  msgid "optional package names to include in the package group"
6019
6014
  msgstr ""
6020
6015
 
6021
6016
  msgid "organization ID"
6022
- msgstr "ID организации"
6017
+ msgstr "Код организации"
6023
6018
 
6024
6019
  msgid "organization identifier"
6025
6020
  msgstr "идентификатор организации"
@@ -6043,16 +6038,19 @@ msgid "package: architecture"
6043
6038
  msgstr ""
6044
6039
 
6045
6040
  msgid "package: maximum version"
6046
- msgstr "пакет: макс. версия"
6041
+ msgstr ""
6047
6042
 
6048
6043
  msgid "package: minimum version"
6049
- msgstr "пакет: мин. версия"
6044
+ msgstr ""
6050
6045
 
6051
6046
  msgid "package: version"
6052
- msgstr "пакет: версия"
6047
+ msgstr ""
6053
6048
 
6054
6049
  msgid "package_ids is not an array"
6055
- msgstr "package_ids не является массивом"
6050
+ msgstr "package_ids не содержит массив"
6051
+
6052
+ msgid "params 'show_all_for' and 'available_for' must be used independently"
6053
+ msgstr ""
6056
6054
 
6057
6055
  msgid "pattern for container image names"
6058
6056
  msgstr ""
@@ -6075,12 +6073,6 @@ msgstr ""
6075
6073
  msgid "product numeric identifier"
6076
6074
  msgstr "числовой идентификатор продукта"
6077
6075
 
6078
- msgid "puppet module ID"
6079
- msgstr "ID модуля Puppet"
6080
-
6081
- msgid "puppet_module_ids is not an array"
6082
- msgstr "puppet_module_ids не является массивом"
6083
-
6084
6076
  msgid "register_hostname_fact set for %s, but no fact found, or was localhost."
6085
6077
  msgstr ""
6086
6078
 
@@ -6093,7 +6085,6 @@ msgstr "удаление групп пакетов..."
6093
6085
  msgid "removing package..."
6094
6086
  msgstr "удаление пакета..."
6095
6087
 
6096
- # translation auto-copied from project CFSE, version sam-1.2, document app, author ypoyarko
6097
6088
  msgid "removing packages..."
6098
6089
  msgstr "удаление пакетов..."
6099
6090
 
@@ -6101,7 +6092,7 @@ msgid "repo label"
6101
6092
  msgstr ""
6102
6093
 
6103
6094
  msgid "repository ID"
6104
- msgstr "ID репозитория"
6095
+ msgstr "Идентификатор репозитория"
6105
6096
 
6106
6097
  msgid "repository id"
6107
6098
  msgstr "ID репозитория"
@@ -6122,7 +6113,7 @@ msgid "repository_id not defined."
6122
6113
  msgstr ""
6123
6114
 
6124
6115
  msgid "root-node of collection contained in responses (default: 'results')"
6125
- msgstr "корневой элемент коллекции в ответе (по умолчанию «results»)"
6116
+ msgstr ""
6126
6117
 
6127
6118
  msgid "root-node of single-resource responses (optional)"
6128
6119
  msgstr "корневой элемент ответа с единственным ресурсом (дополнительно)"
@@ -6143,25 +6134,25 @@ msgid "show archived repositories"
6143
6134
  msgstr ""
6144
6135
 
6145
6136
  msgid "show filter info"
6146
- msgstr ""
6137
+ msgstr "показать информацию о фильтре"
6147
6138
 
6148
6139
  msgid "show repositories in Library and the default content view"
6149
- msgstr "показать репозитории Library и в текущем представлении"
6140
+ msgstr "показать репозитории в Library и в выбранном по умолчанию представлении"
6150
6141
 
6151
6142
  msgid "some executors are not responding, check %{status_url}"
6152
- msgstr ""
6143
+ msgstr "некоторые исполнители не отвечают; проверьте %{status_url}"
6153
6144
 
6154
6145
  msgid "source URL is malformed"
6155
- msgstr ""
6146
+ msgstr "URL-адрес источника синхронизации неверно сформирован"
6156
6147
 
6157
6148
  msgid "specifies if content should be included or excluded, default: inclusion=false"
6158
- msgstr "включение/исключение содержимого (по умолчанию inclusion=false)"
6149
+ msgstr ""
6159
6150
 
6160
6151
  msgid "start datetime of synchronization"
6161
6152
  msgstr "дата и время синхронизации"
6162
6153
 
6163
6154
  msgid "subscriptions not specified"
6164
- msgstr ""
6155
+ msgstr "подписки не определены"
6165
6156
 
6166
6157
  msgid "sync plan description"
6167
6158
  msgstr "описание плана синхронизации"
@@ -6173,18 +6164,9 @@ msgid "sync plan numeric identifier"
6173
6164
  msgstr "числовой идентификатор плана синхронизации"
6174
6165
 
6175
6166
  msgid "temporarily override feed URL for sync"
6176
- msgstr ""
6167
+ msgstr "временно переопределить URL-адрес источника синхронизации"
6177
6168
 
6178
6169
  msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
6179
- msgstr "Не удалось обновить атрибуты провайдера Red Hat: [ %s ]"
6180
-
6181
- msgid "the id of the puppet module to associate"
6182
- msgstr ""
6183
-
6184
- msgid "the uuid of the puppet module to associate"
6185
- msgstr "UUID модуля Puppet для сопоставления"
6186
-
6187
- msgid "true if the export api is pulp3 ready and usable. This API is intended for use by hammer-cli only."
6188
6170
  msgstr ""
6189
6171
 
6190
6172
  msgid "true if the latest version of the component's content view is desired"
@@ -6194,7 +6176,7 @@ msgid "true if the latest version of the components content view is desired"
6194
6176
  msgstr ""
6195
6177
 
6196
6178
  msgid "true if this repository can be published via HTTP"
6197
- msgstr "«True», если репозиторий может быть доступен по HTTP"
6179
+ msgstr "«true», если репозиторий может быть доступен по HTTP"
6198
6180
 
6199
6181
  msgid "true if this repository when synced has to be mirrored from the source and stale rpms removed"
6200
6182
  msgstr ""
@@ -6203,16 +6185,16 @@ msgid "type of filter (e.g. rpm, package_group, erratum, docker, modulemd)"
6203
6185
  msgstr ""
6204
6186
 
6205
6187
  msgid "type of repo"
6206
- msgstr "тип репозитория"
6188
+ msgstr ""
6207
6189
 
6208
6190
  msgid "types of filters"
6209
6191
  msgstr ""
6210
6192
 
6211
6193
  msgid "unknown permission for %s"
6212
- msgstr ""
6194
+ msgstr "неизвестное разрешение для %s"
6213
6195
 
6214
6196
  msgid "update a filter"
6215
- msgstr ""
6197
+ msgstr "изменить фильтр"
6216
6198
 
6217
6199
  msgid "updating package group..."
6218
6200
  msgstr "обновление группы пакетов..."
@@ -6229,23 +6211,29 @@ msgstr "обновление пакетов..."
6229
6211
  msgid "url not defined."
6230
6212
  msgstr "URL не задан."
6231
6213
 
6232
- msgid "uuid of the puppet module"
6233
- msgstr ""
6234
-
6235
6214
  msgid "waiting for Candlepin to finish the task"
6236
- msgstr ""
6215
+ msgstr "ожидание завершения задачи Candlepin"
6237
6216
 
6238
6217
  msgid "waiting for Pulp to finish the task"
6239
- msgstr ""
6218
+ msgstr "ожидание завершения задачи Pulp"
6240
6219
 
6241
6220
  msgid "waiting for Pulp to start the task"
6221
+ msgstr "ожидание запуска задачи Pulp"
6222
+
6223
+ msgid "whitespace-separated list of architectures to be synced from deb-archive"
6224
+ msgstr ""
6225
+
6226
+ msgid "whitespace-separated list of releases to be synced from deb-archive"
6227
+ msgstr ""
6228
+
6229
+ msgid "whitespace-separated list of repo components to be synced from deb-archive"
6242
6230
  msgstr ""
6243
6231
 
6244
6232
  msgid "with"
6245
6233
  msgstr ""
6246
6234
 
6247
6235
  msgid "yes"
6248
- msgstr ""
6236
+ msgstr "да"
6249
6237
 
6250
6238
  msgid "{0} items selected"
6251
6239
  msgstr ""