katello 4.1.0.rc2.2 → 4.1.0

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 (141) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +1 -1
  3. data/app/controllers/katello/api/v2/content_exports_controller.rb +1 -1
  4. data/app/controllers/katello/api/v2/content_imports_controller.rb +2 -2
  5. data/app/controllers/katello/api/v2/errata_controller.rb +2 -23
  6. data/app/controllers/katello/api/v2/host_errata_controller.rb +5 -32
  7. data/app/controllers/katello/api/v2/host_packages_controller.rb +1 -1
  8. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +1 -1
  9. data/app/controllers/katello/api/v2/products_bulk_actions_controller.rb +0 -1
  10. data/app/controllers/katello/api/v2/repositories_controller.rb +1 -1
  11. data/app/controllers/katello/concerns/api/v2/host_errata_extensions.rb +41 -0
  12. data/app/controllers/katello/remote_execution_controller.rb +5 -9
  13. data/app/lib/actions/candlepin/abstract_async_task.rb +9 -1
  14. data/app/lib/actions/katello/agent_action.rb +2 -0
  15. data/app/lib/actions/katello/applicability/repository/regenerate.rb +10 -10
  16. data/app/lib/actions/katello/capsule_content/sync.rb +1 -1
  17. data/app/lib/actions/katello/host/upload_package_profile.rb +1 -6
  18. data/app/lib/actions/katello/host/upload_profiles.rb +2 -41
  19. data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +2 -2
  20. data/app/lib/actions/katello/repository/check_matching_content.rb +13 -14
  21. data/app/lib/actions/katello/repository/sync.rb +3 -14
  22. data/app/lib/actions/katello/repository/verify_checksum.rb +1 -1
  23. data/app/lib/actions/katello/sync_plan/run.rb +7 -2
  24. data/app/lib/actions/pulp3/content_guard/refresh.rb +6 -10
  25. data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +1 -1
  26. data/app/lib/actions/pulp3/repository/save_version.rb +1 -0
  27. data/app/lib/katello/errors.rb +1 -1
  28. data/app/lib/katello/event_daemon/monitor.rb +1 -0
  29. data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +6 -10
  30. data/app/lib/katello/util/hostgroup_facets_helper.rb +126 -0
  31. data/app/models/katello/authorization/content_view.rb +5 -9
  32. data/app/models/katello/authorization/organization.rb +4 -4
  33. data/app/models/katello/concerns/hostgroup_extensions.rb +3 -1
  34. data/app/models/katello/concerns/pulp_database_unit.rb +42 -0
  35. data/app/models/katello/concerns/redhat_extensions.rb +18 -10
  36. data/app/models/katello/erratum.rb +0 -4
  37. data/app/models/katello/glue/pulp/repo.rb +0 -19
  38. data/app/models/katello/host/content_facet.rb +11 -20
  39. data/app/models/katello/host_available_module_stream.rb +4 -4
  40. data/app/models/katello/module_stream.rb +0 -4
  41. data/app/models/katello/ping.rb +2 -9
  42. data/app/models/katello/repository.rb +14 -4
  43. data/app/models/katello/root_repository.rb +4 -0
  44. data/app/models/katello/rpm.rb +0 -4
  45. data/app/services/cert/certs.rb +4 -0
  46. data/app/services/katello/applicable_host_queue.rb +2 -2
  47. data/app/services/katello/pulp/yum_metadata_file.rb +6 -2
  48. data/app/services/katello/pulp3/api/content_guard.rb +39 -5
  49. data/app/services/katello/pulp3/repository/ansible_collection.rb +1 -1
  50. data/app/services/katello/pulp3/repository/yum.rb +1 -0
  51. data/app/services/katello/registration_manager.rb +4 -24
  52. data/app/services/katello/ui_notifications/pulp/proxy_disk_space.rb +1 -0
  53. data/app/views/katello/api/v2/repository_sets/show.json.rabl +9 -5
  54. data/config/katello.yaml.example +0 -13
  55. data/config/routes/api/v2.rb +0 -1
  56. data/db/migrate/20200514092553_move_katello_fields_from_hostgroups.katello.rb +15 -1
  57. data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +18 -22
  58. data/db/migrate/20210512170039_add_repo_timestamps.rb +6 -0
  59. data/db/migrate/20210512192745_fix_red_hat_root_repository_arch.rb +11 -0
  60. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +26 -27
  61. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-module-streams-modal.controller.js +1 -3
  62. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +1 -5
  63. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html +1 -1
  64. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
  65. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +7 -2
  66. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +5 -2
  67. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +1 -1
  68. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +1 -1
  69. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +2 -2
  70. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
  71. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +7 -2
  72. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages.html +2 -2
  73. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +5 -10
  74. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -5
  75. data/lib/katello.rb +1 -1
  76. data/lib/katello/engine.rb +0 -2
  77. data/lib/katello/permission_creator.rb +7 -14
  78. data/lib/katello/plugin.rb +9 -0
  79. data/lib/katello/tasks/fix_hostgroup_facets.rake +8 -0
  80. data/lib/katello/tasks/upgrades/4.1/update_content_import_export_perms.rake +33 -0
  81. data/lib/katello/version.rb +1 -1
  82. data/locale/action_names.rb +39 -39
  83. data/locale/bn/katello.edit.po +114 -107
  84. data/locale/bn/katello.po +12 -6
  85. data/locale/cs/katello.edit.po +118 -115
  86. data/locale/cs/katello.po +12 -6
  87. data/locale/de/katello.edit.po +126 -136
  88. data/locale/de/katello.po +12 -6
  89. data/locale/en/katello.edit.po +114 -106
  90. data/locale/en/katello.po +12 -6
  91. data/locale/es/katello.edit.po +129 -165
  92. data/locale/es/katello.po +12 -6
  93. data/locale/fr/katello.edit.po +143 -247
  94. data/locale/fr/katello.po +13 -9
  95. data/locale/gu/katello.edit.po +114 -107
  96. data/locale/gu/katello.po +12 -6
  97. data/locale/hi/katello.edit.po +114 -107
  98. data/locale/hi/katello.po +12 -6
  99. data/locale/it/katello.edit.po +121 -131
  100. data/locale/it/katello.po +12 -6
  101. data/locale/ja/katello.edit.po +141 -229
  102. data/locale/ja/katello.po +13 -9
  103. data/locale/katello.pot +124 -114
  104. data/locale/kn/katello.edit.po +114 -107
  105. data/locale/kn/katello.po +12 -6
  106. data/locale/ko/katello.edit.po +126 -136
  107. data/locale/ko/katello.po +12 -6
  108. data/locale/mr/katello.edit.po +114 -107
  109. data/locale/mr/katello.po +12 -6
  110. data/locale/or/katello.edit.po +114 -107
  111. data/locale/or/katello.po +12 -6
  112. data/locale/pa/katello.edit.po +114 -107
  113. data/locale/pa/katello.po +12 -6
  114. data/locale/pt/katello.edit.po +114 -107
  115. data/locale/pt/katello.po +12 -6
  116. data/locale/pt_BR/katello.edit.po +129 -165
  117. data/locale/pt_BR/katello.po +12 -6
  118. data/locale/ru/katello.edit.po +126 -136
  119. data/locale/ru/katello.po +12 -6
  120. data/locale/ta/katello.edit.po +114 -107
  121. data/locale/ta/katello.po +12 -6
  122. data/locale/te/katello.edit.po +114 -107
  123. data/locale/te/katello.po +12 -6
  124. data/locale/zh_CN/katello.edit.po +140 -229
  125. data/locale/zh_CN/katello.po +13 -9
  126. data/locale/zh_TW/katello.edit.po +127 -153
  127. data/locale/zh_TW/katello.po +12 -6
  128. data/webpack/components/react-bootstrap-select/index.js +1 -1
  129. metadata +26 -18
  130. data/app/lib/actions/katello/host/generate_applicability.rb +0 -41
  131. data/app/lib/actions/katello/repository/import_applicability.rb +0 -25
  132. data/app/lib/actions/pulp/consumer.rb +0 -100
  133. data/app/lib/actions/pulp/consumer/create.rb +0 -19
  134. data/app/lib/actions/pulp/consumer/destroy.rb +0 -17
  135. data/app/lib/actions/pulp/consumer/generate_applicability.rb +0 -24
  136. data/app/lib/actions/pulp/consumer/update.rb +0 -20
  137. data/app/lib/actions/pulp3/capsule_content/refresh_content_guard.rb +0 -17
  138. data/app/models/katello/events/import_host_applicability.rb +0 -16
  139. data/app/services/katello/applicable_content_helper.rb +0 -111
  140. data/app/services/katello/pulp/consumer.rb +0 -83
  141. data/app/services/katello/pulp/consumer_group.rb +0 -95
@@ -3145,6 +3145,9 @@ msgstr ""
3145
3145
  msgid "No manifest file uploaded"
3146
3146
  msgstr "Nenhum arquivo de manifesto carregado"
3147
3147
 
3148
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
3149
+ msgstr ""
3150
+
3148
3151
  msgid "No matching content views found"
3149
3152
  msgstr "Nenhuma visualização de conteúdo correspondente encontrada"
3150
3153
 
@@ -4418,10 +4421,13 @@ msgstr "Classificar campo e ordem, por exemplo, 'id DESC'"
4418
4421
  msgid "Source RPM"
4419
4422
  msgstr "RPM de origem"
4420
4423
 
4424
+ msgid "Specify an export chunk size less than 1_000_000 GB"
4425
+ msgstr ""
4426
+
4421
4427
  msgid "Specify the list of units in each repo"
4422
4428
  msgstr "Especificar a lista de unidades em cada repositório"
4423
4429
 
4424
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
4430
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
4425
4431
  msgstr ""
4426
4432
 
4427
4433
  msgid "Stacking ID"
@@ -4751,11 +4757,6 @@ msgstr "O campo com base no qual os dados são classificados. O padrão é a dat
4751
4757
  msgid "The following hosts have errata that apply to them: "
4752
4758
  msgstr "Os hosts a seguir possuem errata que se aplicam à eles:"
4753
4759
 
4754
- msgid ""
4755
- "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"
4756
- " %{repos}"
4757
- msgstr ""
4758
-
4759
4760
  msgid ""
4760
4761
  "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"
4761
4762
  " %{repos}"
@@ -4782,6 +4783,11 @@ msgstr "O offset no arquivo onde o conteúdo inicia"
4782
4783
  msgid "The order to sort the results in. ['asc', 'desc'] Defaults to 'desc'."
4783
4784
  msgstr "A ordem em que os resultados são classificados. ['asc', 'desc'] O padrão é 'desc'."
4784
4785
 
4786
+ msgid ""
4787
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
4788
+ " %{repos}"
4789
+ msgstr ""
4790
+
4785
4791
  msgid "The page you are attempting to access requires selecting a specific organization."
4786
4792
  msgstr "A página que você está tentando acessar requer a seleção de uma organização específica."
4787
4793
 
@@ -15,7 +15,6 @@ msgid ""
15
15
  msgstr ""
16
16
  "Project-Id-Version: katello 2.4.0-RC1\n"
17
17
  "Report-Msgid-Bugs-To: \n"
18
- "POT-Creation-Date: 2021-05-07 20:06+0000\n"
19
18
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
20
19
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2021\n"
21
20
  "Language-Team: Russian (https://www.transifex.com/foreman/teams/114/ru/)\n"
@@ -516,7 +515,7 @@ msgid "Destination Server name"
516
515
  msgstr ""
517
516
 
518
517
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:11 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:31 ../app/controllers/katello/api/v2/content_exports_controller.rb:32 ../app/controllers/katello/api/v2/content_exports_controller.rb:48
519
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
518
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
520
519
  msgstr ""
521
520
 
522
521
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:13 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:33
@@ -3607,11 +3606,11 @@ msgstr ""
3607
3606
  msgid "The environment %{name} is in use by %{count} Host Group(s) including %{names}"
3608
3607
  msgstr ""
3609
3608
 
3610
- #: ../app/lib/actions/katello/activation_key/create.rb:21 ../app/lib/actions/katello/content_view/create.rb:10 ../app/lib/actions/katello/content_view/environment_create.rb:16 ../app/lib/actions/katello/repository/create.rb:50 ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:17
3609
+ #: ../app/lib/actions/katello/activation_key/create.rb:21 ../app/lib/actions/katello/content_view/create.rb:10 ../app/lib/actions/katello/content_view/environment_create.rb:16 ../app/lib/actions/katello/repository/create.rb:50 ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:23
3611
3610
  msgid "Create"
3612
3611
  msgstr "Создать"
3613
3612
 
3614
- #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:57
3613
+ #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:66
3615
3614
  msgid "Delete Activation Key"
3616
3615
  msgstr "Удалить ключ активации"
3617
3616
 
@@ -3627,11 +3626,11 @@ msgstr "Удаление пакетов не производилось"
3627
3626
  msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
3628
3627
  msgstr "Узел не отвечает на протяжении %s секунд, поэтому задача была отменена. Убедитесь, что на узле установлен katello-agent и запущен goferd."
3629
3628
 
3630
- #: ../app/lib/actions/katello/agent_action.rb:86
3629
+ #: ../app/lib/actions/katello/agent_action.rb:90
3631
3630
  msgid "Host did not finish content action in %s seconds. The task has been cancelled."
3632
3631
  msgstr "Узел не смог завершить операцию с содержимым по истечении %s секунд. Задача была отменена."
3633
3632
 
3634
- #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:55
3633
+ #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:65
3635
3634
  msgid "Generate host applicability"
3636
3635
  msgstr ""
3637
3636
 
@@ -3639,15 +3638,15 @@ msgstr ""
3639
3638
  msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
3640
3639
  msgstr ""
3641
3640
 
3642
- #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:54
3641
+ #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:71
3643
3642
  msgid "Bulk generate applicability for hosts"
3644
3643
  msgstr ""
3645
3644
 
3646
- #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:53
3645
+ #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:70
3647
3646
  msgid "Generate repository applicability"
3648
3647
  msgstr ""
3649
3648
 
3650
- #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:52
3649
+ #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:69
3651
3650
  msgid "Synchronize smart proxy"
3652
3651
  msgstr ""
3653
3652
 
@@ -3659,7 +3658,7 @@ msgstr ""
3659
3658
  msgid "Sync Content View on Smart Proxy(ies)"
3660
3659
  msgstr ""
3661
3660
 
3662
- #: ../app/lib/actions/katello/content_view/destroy.rb:34 ../app/lib/actions/katello/provider/destroy.rb:19 ../app/lib/actions/katello/repository/destroy.rb:67 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:262 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:277 ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27 ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:90 action_names.rb:16
3661
+ #: ../app/lib/actions/katello/content_view/destroy.rb:34 ../app/lib/actions/katello/provider/destroy.rb:19 ../app/lib/actions/katello/repository/destroy.rb:67 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:262 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:277 ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27 ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:90 action_names.rb:22
3663
3662
  msgid "Delete"
3664
3663
  msgstr "Удалить"
3665
3664
 
@@ -3711,7 +3710,7 @@ msgstr ""
3711
3710
  msgid "Cannot promote environment out of sequence. Use force to bypass restriction."
3712
3711
  msgstr "Представление должно продвигаться последовательно по цепочке. Чтобы снять ограничения, включите принудительный режим."
3713
3712
 
3714
- #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:47
3713
+ #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:40
3715
3714
  msgid "Promotion to Environment"
3716
3715
  msgstr ""
3717
3716
 
@@ -3723,7 +3722,7 @@ msgstr ""
3723
3722
  msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
3724
3723
  msgstr ""
3725
3724
 
3726
- #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:46
3725
+ #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:42
3727
3726
  msgid "Publish"
3728
3727
  msgstr "Опубликовать"
3729
3728
 
@@ -3735,7 +3734,7 @@ msgstr ""
3735
3734
  msgid "Cannot delete version while it is in environment %s"
3736
3735
  msgstr "Прежде чем удалить версию, исключите ее из окружения %s"
3737
3736
 
3738
- #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:45
3737
+ #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:39
3739
3738
  msgid "Remove Versions and Associations"
3740
3739
  msgstr "Удалить версии и связи"
3741
3740
 
@@ -3755,7 +3754,7 @@ msgstr "Не удалось переназначить ключи активац
3755
3754
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
3756
3755
  msgstr "Представление «%{view}» не входит в окружение «%{env}»."
3757
3756
 
3758
- #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:44
3757
+ #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:38
3759
3758
  msgid "Remove from Environment"
3760
3759
  msgstr "Удалить из окружения"
3761
3760
 
@@ -3767,7 +3766,7 @@ msgstr "Удалить версию"
3767
3766
  msgid "Create Repositories"
3768
3767
  msgstr ""
3769
3768
 
3770
- #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:12
3769
+ #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:37
3771
3770
  msgid "Export"
3772
3771
  msgstr "Экспорт"
3773
3772
 
@@ -3775,15 +3774,15 @@ msgstr "Экспорт"
3775
3774
  msgid "Content view not provided in the metadata"
3776
3775
  msgstr ""
3777
3776
 
3778
- #: ../app/lib/actions/katello/content_view_version/import.rb:40 action_names.rb:42
3777
+ #: ../app/lib/actions/katello/content_view_version/import.rb:41 action_names.rb:44
3779
3778
  msgid "Import Content View Version"
3780
3779
  msgstr ""
3781
3780
 
3782
- #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:41
3781
+ #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:36
3783
3782
  msgid "Import Default Content View"
3784
3783
  msgstr ""
3785
3784
 
3786
- #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:40
3785
+ #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:35
3787
3786
  msgid "Incremental Update"
3788
3787
  msgstr "Инкрементное обновление"
3789
3788
 
@@ -3807,15 +3806,15 @@ msgstr "Нет версий представления %{component} в верс
3807
3806
  msgid "Republish Repositories of %{name} %{version}"
3808
3807
  msgstr ""
3809
3808
 
3810
- #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:39
3809
+ #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:34
3811
3810
  msgid "Republish Version Repositories"
3812
3811
  msgstr ""
3813
3812
 
3814
- #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:38
3813
+ #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:45
3815
3814
  msgid "Delete Lifecycle Environment"
3816
3815
  msgstr "Удалить окружение"
3817
3816
 
3818
- #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:37
3817
+ #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:33
3819
3818
  msgid "Publish Lifecycle Environment Repositories"
3820
3819
  msgstr ""
3821
3820
 
@@ -3831,7 +3830,7 @@ msgstr "Выделить подписки %s"
3831
3830
  msgid "Unknown"
3832
3831
  msgstr "Неизвестно"
3833
3832
 
3834
- #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:36
3833
+ #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:46
3835
3834
  msgid "Attach subscriptions"
3836
3835
  msgstr "Выделить подписки"
3837
3836
 
@@ -3839,7 +3838,7 @@ msgstr "Выделить подписки"
3839
3838
  msgid "Destroy Content Host %s"
3840
3839
  msgstr ""
3841
3840
 
3842
- #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:34
3841
+ #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:47
3843
3842
  msgid "Destroy Content Host"
3844
3843
  msgstr "Удалить узел"
3845
3844
 
@@ -3851,7 +3850,7 @@ msgstr ""
3851
3850
  msgid "No applicable errata for %s, skipping"
3852
3851
  msgstr ""
3853
3852
 
3854
- #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:33
3853
+ #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:31
3855
3854
  msgid "Install Applicable Errata"
3856
3855
  msgstr "Установить исправления"
3857
3856
 
@@ -3943,7 +3942,7 @@ msgstr ""
3943
3942
  msgid "Remove subscriptions from %s"
3944
3943
  msgstr "Удалить подписки %s"
3945
3944
 
3946
- #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:30
3945
+ #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:29
3947
3946
  msgid "Remove subscriptions"
3948
3947
  msgstr "Удалить подписки"
3949
3948
 
@@ -3955,7 +3954,7 @@ msgstr ""
3955
3954
  msgid "Update Content Overrides to %s"
3956
3955
  msgstr ""
3957
3956
 
3958
- #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:29
3957
+ #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:48
3959
3958
  msgid "Update Content Overrides"
3960
3959
  msgstr ""
3961
3960
 
@@ -3975,7 +3974,7 @@ msgstr "Обновление %s"
3975
3974
  msgid "Host %{name} cannot be assigned release version %{release_version}."
3976
3975
  msgstr ""
3977
3976
 
3978
- #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:27
3977
+ #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:49
3979
3978
  msgid "Update release version for host"
3980
3979
  msgstr ""
3981
3980
 
@@ -3987,7 +3986,7 @@ msgstr ""
3987
3986
  msgid "Updating System Purpose for host %s"
3988
3987
  msgstr ""
3989
3988
 
3990
- #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:26
3989
+ #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:50
3991
3990
  msgid "Updating System Purpose for host"
3992
3991
  msgstr ""
3993
3992
 
@@ -3995,7 +3994,7 @@ msgstr ""
3995
3994
  msgid "Package Profile Update for %s"
3996
3995
  msgstr "Обновление профиля пакетов для %s"
3997
3996
 
3998
- #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:25
3997
+ #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:27
3999
3998
  msgid "Package Profile Update"
4000
3999
  msgstr "Обновление профиля пакетов"
4001
4000
 
@@ -4003,11 +4002,11 @@ msgstr "Обновление профиля пакетов"
4003
4002
  msgid "Combined Profile Update for %s"
4004
4003
  msgstr ""
4005
4004
 
4006
- #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:24
4005
+ #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:26
4007
4006
  msgid "Combined Profile Update"
4008
4007
  msgstr ""
4009
4008
 
4010
- #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:23
4009
+ #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:51
4011
4010
  msgid "Destroy"
4012
4011
  msgstr "Удалить"
4013
4012
 
@@ -4047,7 +4046,7 @@ msgstr ""
4047
4046
  msgid "Cannot delete redhat product content"
4048
4047
  msgstr ""
4049
4048
 
4050
- #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:22
4049
+ #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:56
4051
4050
  msgid "Product Create"
4052
4051
  msgstr ""
4053
4052
 
@@ -4059,7 +4058,7 @@ msgstr ""
4059
4058
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
4060
4059
  msgstr ""
4061
4060
 
4062
- #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:21
4061
+ #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:25
4063
4062
  msgid "Delete Product"
4064
4063
  msgstr "Удалить продукт"
4065
4064
 
@@ -4075,7 +4074,7 @@ msgstr "Провайдер Red Hat не может быть удален"
4075
4074
  msgid "Cannot delete provider with attached products"
4076
4075
  msgstr "Вы не можете удалить провайдер, который связан с продуктами"
4077
4076
 
4078
- #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:18
4077
+ #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:9
4079
4078
  msgid "Update"
4080
4079
  msgstr "Обновить"
4081
4080
 
@@ -4091,7 +4090,7 @@ msgstr ""
4091
4090
  msgid "Cannot publish a link repository if multiple component clones are specified"
4092
4091
  msgstr ""
4093
4092
 
4094
- #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:15
4093
+ #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:62
4095
4094
  msgid "Delete Package Group"
4096
4095
  msgstr ""
4097
4096
 
@@ -4103,7 +4102,7 @@ msgstr ""
4103
4102
  msgid "Unable to export. 'pulp_export_destination' setting is not a writable directory."
4104
4103
  msgstr ""
4105
4104
 
4106
- #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:9
4105
+ #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:12
4107
4106
  msgid "Upload into"
4108
4107
  msgstr "Добавить в"
4109
4108
 
@@ -4115,7 +4114,7 @@ msgstr "Содержимое репозиториев Red Hat не может б
4115
4114
  msgid "Can only remove content from within the Default Content View"
4116
4115
  msgstr "Содержимое может удаляться только из представления, используемого по умолчанию"
4117
4116
 
4118
- #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:3
4117
+ #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:16
4119
4118
  msgid "Remove Content"
4120
4119
  msgstr "Удалить содержимое"
4121
4120
 
@@ -4139,19 +4138,19 @@ msgstr ""
4139
4138
  msgid "Synchronize: Skip Metadata Check"
4140
4139
  msgstr ""
4141
4140
 
4142
- #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:2
4141
+ #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:15
4143
4142
  msgid "Synchronize"
4144
4143
  msgstr "Синхронизировать"
4145
4144
 
4146
- #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:72
4145
+ #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:13
4147
4146
  msgid "Upload errata into"
4148
4147
  msgstr ""
4149
4148
 
4150
- #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:68
4149
+ #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:53
4151
4150
  msgid "Create Package Group"
4152
4151
  msgstr ""
4153
4152
 
4154
- #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:69
4153
+ #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:54
4155
4154
  msgid "Disable"
4156
4155
  msgstr "Отключить"
4157
4156
 
@@ -4159,7 +4158,7 @@ msgstr "Отключить"
4159
4158
  msgid "Repository not found"
4160
4159
  msgstr "Репозиторий не найден"
4161
4160
 
4162
- #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:71
4161
+ #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:10
4163
4162
  msgid "Enable"
4164
4163
  msgstr "Включить"
4165
4164
 
@@ -4167,7 +4166,7 @@ msgstr "Включить"
4167
4166
  msgid "The repository is already enabled"
4168
4167
  msgstr "Репозиторий уже подключен"
4169
4168
 
4170
- #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:67
4169
+ #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:8
4171
4170
  msgid "Run Sync Plan:"
4172
4171
  msgstr ""
4173
4172
 
@@ -4329,15 +4328,15 @@ msgstr ""
4329
4328
  msgid "Group %{id} already created."
4330
4329
  msgstr ""
4331
4330
 
4332
- #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:66
4331
+ #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:7
4333
4332
  msgid "Create Export History"
4334
4333
  msgstr ""
4335
4334
 
4336
- #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:65
4335
+ #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:6
4337
4336
  msgid "Create Import History"
4338
4337
  msgstr ""
4339
4338
 
4340
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:63
4339
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:4
4341
4340
  msgid "Export Library"
4342
4341
  msgstr ""
4343
4342
 
@@ -4347,7 +4346,7 @@ msgid ""
4347
4346
  " %{repos}"
4348
4347
  msgstr ""
4349
4348
 
4350
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:62
4349
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:3
4351
4350
  msgid "Import"
4352
4351
  msgstr "Импорт"
4353
4352
 
@@ -4407,7 +4406,7 @@ msgstr ""
4407
4406
  msgid "This Organization's subscription manifest has expired. Please import a new manifest."
4408
4407
  msgstr ""
4409
4408
 
4410
- #: ../app/lib/katello/http_resource.rb:93 ../app/lib/katello/http_resource.rb:107 ../app/lib/katello/http_resource.rb:121 ../app/lib/katello/http_resource.rb:135
4409
+ #: ../app/lib/katello/http_resource.rb:83 ../app/lib/katello/http_resource.rb:97 ../app/lib/katello/http_resource.rb:111 ../app/lib/katello/http_resource.rb:125
4411
4410
  msgid "A backend service [ %s ] is unreachable"
4412
4411
  msgstr "Базовая служба [ %s ] недоступна"
4413
4412
 
@@ -6361,47 +6360,55 @@ msgstr "Не удалось подключиться к шине обмена с
6361
6360
  msgid "Failed indexing errata, maximum retries encountered"
6362
6361
  msgstr "Не удалось проиндексировать исправления. Превышено максимальное число повторов."
6363
6362
 
6364
- #: ../app/services/katello/pulp3/content_view_version/export.rb:102
6363
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:98
6364
+ msgid "Specify an export chunk size less than 1_000_000 GB"
6365
+ msgstr ""
6366
+
6367
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:111
6365
6368
  msgid ""
6366
6369
  "NOTE: Unable to fully export Content View Version '%{content_view} %{current}' it contains repositories without the 'immediate' download policy. Update the download policy and sync affected repositories. Once synced republish the content view and export the generated version. \n"
6367
6370
  " %{repos}"
6368
6371
  msgstr ""
6369
6372
 
6370
- #: ../app/services/katello/pulp3/content_view_version/export.rb:123
6373
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:132
6371
6374
  msgid "The exported Content View Version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}'. Please do a full export."
6372
6375
  msgstr ""
6373
6376
 
6374
- #: ../app/services/katello/pulp3/content_view_version/export.rb:155
6377
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:164
6375
6378
  msgid "Product: '%{product}', Repository: '%{repository}'"
6376
6379
  msgstr ""
6377
6380
 
6378
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:39
6381
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:40
6379
6382
  msgid "Content View Version specified in the metadata - '%{name}' already exists. If you wish to replace the existing version, delete %{name} and try again. "
6380
6383
  msgstr ""
6381
6384
 
6382
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:53
6385
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:54
6383
6386
  msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
6384
6387
  msgstr ""
6385
6388
 
6386
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:81
6389
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:64
6390
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
6391
+ msgstr ""
6392
+
6393
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:91
6387
6394
  msgid ""
6388
6395
  "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"
6389
6396
  " %{repos}"
6390
6397
  msgstr ""
6391
6398
 
6392
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:100
6399
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:126
6393
6400
  msgid ""
6394
- "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"
6401
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
6395
6402
  " %{repos}"
6396
6403
  msgstr ""
6397
6404
 
6398
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:110
6405
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:135
6399
6406
  msgid ""
6400
6407
  "\n"
6401
6408
  "* Product = '%{product}', Repository = '%{repository}'"
6402
6409
  msgstr ""
6403
6410
 
6404
- #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:33
6411
+ #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:38
6405
6412
  msgid "Unable to find product '%s' in organization '%s'"
6406
6413
  msgstr ""
6407
6414
 
@@ -8189,131 +8196,114 @@ msgstr ""
8189
8196
  msgid "The subscription is no longer available"
8190
8197
  msgstr ""
8191
8198
 
8192
- #: action_names.rb:4
8193
- msgid "Instance update"
8194
- msgstr ""
8199
+ #: action_names.rb:2
8200
+ msgid "Remote action:"
8201
+ msgstr "Удаленное действие:"
8195
8202
 
8196
8203
  #: action_names.rb:5
8197
- msgid "Index package groups"
8198
- msgstr "Индексировать группы пакетов"
8204
+ msgid "Copy version units to library"
8205
+ msgstr ""
8199
8206
 
8200
- #: action_names.rb:6
8201
- msgid "Index module streams"
8207
+ #: action_names.rb:11
8208
+ msgid "Verify checksum"
8202
8209
  msgstr ""
8203
8210
 
8204
- #: action_names.rb:7
8205
- msgid "Index errata"
8206
- msgstr "Индексировать исправления"
8211
+ #: action_names.rb:14
8212
+ msgid "Update http proxy details"
8213
+ msgstr ""
8214
+
8215
+ #: action_names.rb:17
8216
+ msgid "Instance update"
8217
+ msgstr ""
8218
+
8219
+ #: action_names.rb:18
8220
+ msgid "Index module streams"
8221
+ msgstr ""
8207
8222
 
8208
- #: action_names.rb:8
8223
+ #: action_names.rb:19
8209
8224
  msgid "Index content"
8210
8225
  msgstr "Индексировать содержимое"
8211
8226
 
8212
- #: action_names.rb:10
8213
- msgid "Filtered index content"
8214
- msgstr "Содержимое фильтруемого индекса"
8215
-
8216
- #: action_names.rb:11
8227
+ #: action_names.rb:20
8217
8228
  msgid "Fetch pxe files"
8218
8229
  msgstr ""
8219
8230
 
8220
- #: action_names.rb:13
8231
+ #: action_names.rb:21
8221
8232
  msgid "Errata mail"
8222
8233
  msgstr "Почта"
8223
8234
 
8224
- #: action_names.rb:14
8225
- msgid "Discover"
8226
- msgstr "Поиск"
8227
-
8228
- #: action_names.rb:19
8235
+ #: action_names.rb:24
8229
8236
  msgid "Update http proxy"
8230
8237
  msgstr ""
8231
8238
 
8232
- #: action_names.rb:20
8233
- msgid "Reindex subscriptions"
8234
- msgstr "Повторно индексировать подписки"
8235
-
8236
- #: action_names.rb:31
8237
- msgid "Hypervisors update"
8238
- msgstr "Обновление гипервизоров"
8239
-
8240
- #: action_names.rb:32
8239
+ #: action_names.rb:30
8241
8240
  msgid "Hypervisors"
8242
8241
  msgstr "Гипервизоры"
8243
8242
 
8244
- #: action_names.rb:35
8243
+ #: action_names.rb:32
8245
8244
  msgid "Auto attach subscriptions"
8246
8245
  msgstr "Выбрать подписки автоматически"
8247
8246
 
8248
- #: action_names.rb:48
8247
+ #: action_names.rb:41
8249
8248
  msgid "Promote"
8250
8249
  msgstr ""
8251
8250
 
8252
- #: action_names.rb:49
8253
- msgid "Remote action:"
8254
- msgstr "Удаленное действие:"
8255
-
8256
- #: action_names.rb:50
8257
- msgid "Incremental Update of Content View Version(s) "
8258
- msgstr ""
8251
+ #: action_names.rb:52
8252
+ msgid "Hypervisors update"
8253
+ msgstr "Обновление гипервизоров"
8259
8254
 
8260
- #: action_names.rb:51
8261
- msgid "Sync capsule"
8255
+ #: action_names.rb:55
8256
+ msgid "Update content urls"
8262
8257
  msgstr ""
8263
8258
 
8264
- #: action_names.rb:56
8265
- msgid "Agent action"
8266
- msgstr ""
8259
+ #: action_names.rb:57
8260
+ msgid "Reindex subscriptions"
8261
+ msgstr "Повторно индексировать подписки"
8267
8262
 
8268
8263
  #: action_names.rb:58
8269
- msgid "Abstract async task"
8270
- msgstr "Абстрактная асинхронная задача"
8264
+ msgid "Update redhat repository"
8265
+ msgstr ""
8271
8266
 
8272
8267
  #: action_names.rb:59
8273
- msgid "Import Puppet classes"
8274
- msgstr ""
8268
+ msgid "Filtered index content"
8269
+ msgstr "Содержимое фильтруемого индекса"
8275
8270
 
8276
8271
  #: action_names.rb:60
8277
- msgid "Import facts"
8278
- msgstr "Импорт фактов"
8272
+ msgid "Index errata"
8273
+ msgstr "Индексировать исправления"
8279
8274
 
8280
8275
  #: action_names.rb:61
8281
- msgid "Action with sub plans"
8282
- msgstr "Действия с подпланами"
8276
+ msgid "Index package groups"
8277
+ msgstr "Индексировать группы пакетов"
8278
+
8279
+ #: action_names.rb:63
8280
+ msgid "Discover"
8281
+ msgstr "Поиск"
8283
8282
 
8284
8283
  #: action_names.rb:64
8285
- msgid "Copy version units to library"
8284
+ msgid "Incremental Update of Content View Version(s) "
8286
8285
  msgstr ""
8287
8286
 
8288
- #: action_names.rb:70
8289
- msgid "Verify checksum"
8290
- msgstr ""
8287
+ #: action_names.rb:67
8288
+ msgid "Abstract async task"
8289
+ msgstr "Абстрактная асинхронная задача"
8291
8290
 
8292
- #: action_names.rb:73
8293
- msgid "Update redhat repository"
8291
+ #: action_names.rb:68
8292
+ msgid "Sync capsule"
8294
8293
  msgstr ""
8295
8294
 
8296
- #: action_names.rb:74
8297
- msgid "Update http proxy details"
8295
+ #: action_names.rb:72
8296
+ msgid "Agent action"
8298
8297
  msgstr ""
8299
8298
 
8300
- #: action_names.rb:75
8301
- msgid "Update content urls"
8299
+ #: action_names.rb:73
8300
+ msgid "Import Puppet classes"
8302
8301
  msgstr ""
8303
8302
 
8304
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:52
8305
- #~ msgid "Schedule errata for installation"
8306
- #~ msgstr "Установить исправления"
8307
-
8308
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:30
8309
- #~ msgid "Install packages remotely"
8310
- #~ msgstr "Установить пакеты удаленно"
8311
-
8312
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:48
8313
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:59
8314
- #~ msgid "Update packages remotely"
8315
- #~ msgstr "Обновить пакеты удаленно"
8303
+ #: action_names.rb:74
8304
+ msgid "Import facts"
8305
+ msgstr "Импорт фактов"
8316
8306
 
8317
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:66
8318
- #~ msgid "Uninstall packages remotely"
8319
- #~ msgstr "Удалить пакеты удаленно"
8307
+ #: action_names.rb:75
8308
+ msgid "Action with sub plans"
8309
+ msgstr "Действия с подпланами"