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
data/locale/kn/katello.po CHANGED
@@ -3134,6 +3134,9 @@ msgstr ""
3134
3134
  msgid "No manifest file uploaded"
3135
3135
  msgstr ""
3136
3136
 
3137
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
3138
+ msgstr ""
3139
+
3137
3140
  msgid "No matching content views found"
3138
3141
  msgstr ""
3139
3142
 
@@ -4405,10 +4408,13 @@ msgstr ""
4405
4408
  msgid "Source RPM"
4406
4409
  msgstr ""
4407
4410
 
4411
+ msgid "Specify an export chunk size less than 1_000_000 GB"
4412
+ msgstr ""
4413
+
4408
4414
  msgid "Specify the list of units in each repo"
4409
4415
  msgstr ""
4410
4416
 
4411
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
4417
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
4412
4418
  msgstr ""
4413
4419
 
4414
4420
  msgid "Stacking ID"
@@ -4738,11 +4744,6 @@ msgstr ""
4738
4744
  msgid "The following hosts have errata that apply to them: "
4739
4745
  msgstr ""
4740
4746
 
4741
- msgid ""
4742
- "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"
4743
- " %{repos}"
4744
- msgstr ""
4745
-
4746
4747
  msgid ""
4747
4748
  "The following repositories provided in the import metadata have an incorrect content type or provider type. Make sure the export and import repositories are of the same type before importing\n"
4748
4749
  " %{repos}"
@@ -4769,6 +4770,11 @@ msgstr ""
4769
4770
  msgid "The order to sort the results in. ['asc', 'desc'] Defaults to 'desc'."
4770
4771
  msgstr ""
4771
4772
 
4773
+ msgid ""
4774
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
4775
+ " %{repos}"
4776
+ msgstr ""
4777
+
4772
4778
  msgid "The page you are attempting to access requires selecting a specific organization."
4773
4779
  msgstr ""
4774
4780
 
@@ -11,7 +11,6 @@ msgid ""
11
11
  msgstr ""
12
12
  "Project-Id-Version: katello 2.4.0-RC1\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2021-05-07 20:06+0000\n"
15
14
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
16
15
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2021\n"
17
16
  "Language-Team: Korean (https://www.transifex.com/foreman/teams/114/ko/)\n"
@@ -510,7 +509,7 @@ msgid "Destination Server name"
510
509
  msgstr ""
511
510
 
512
511
  #: ../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
513
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
512
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
514
513
  msgstr ""
515
514
 
516
515
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:13 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:33
@@ -3601,11 +3600,11 @@ msgstr ""
3601
3600
  msgid "The environment %{name} is in use by %{count} Host Group(s) including %{names}"
3602
3601
  msgstr ""
3603
3602
 
3604
- #: ../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
3603
+ #: ../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
3605
3604
  msgid "Create"
3606
3605
  msgstr "생성 "
3607
3606
 
3608
- #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:57
3607
+ #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:66
3609
3608
  msgid "Delete Activation Key"
3610
3609
  msgstr "활성키 삭제 "
3611
3610
 
@@ -3621,11 +3620,11 @@ msgstr "삭제된 패키지가 없음 "
3621
3620
  msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
3622
3621
  msgstr "호스트가 %s초 이내에 응답하지 않았습니다. 태스크가 취소되었습니다. 호스트에 katello-agent가 설치되어 있고 goferd가 실행 중입니까?"
3623
3622
 
3624
- #: ../app/lib/actions/katello/agent_action.rb:86
3623
+ #: ../app/lib/actions/katello/agent_action.rb:90
3625
3624
  msgid "Host did not finish content action in %s seconds. The task has been cancelled."
3626
3625
  msgstr "호스트가 %s초 이내에 컨텐츠 작업을 끝내지 않았습니다. 태스크가 취소되었습니다."
3627
3626
 
3628
- #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:55
3627
+ #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:65
3629
3628
  msgid "Generate host applicability"
3630
3629
  msgstr ""
3631
3630
 
@@ -3633,15 +3632,15 @@ msgstr ""
3633
3632
  msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
3634
3633
  msgstr ""
3635
3634
 
3636
- #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:54
3635
+ #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:71
3637
3636
  msgid "Bulk generate applicability for hosts"
3638
3637
  msgstr ""
3639
3638
 
3640
- #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:53
3639
+ #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:70
3641
3640
  msgid "Generate repository applicability"
3642
3641
  msgstr ""
3643
3642
 
3644
- #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:52
3643
+ #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:69
3645
3644
  msgid "Synchronize smart proxy"
3646
3645
  msgstr ""
3647
3646
 
@@ -3653,7 +3652,7 @@ msgstr ""
3653
3652
  msgid "Sync Content View on Smart Proxy(ies)"
3654
3653
  msgstr ""
3655
3654
 
3656
- #: ../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
3655
+ #: ../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
3657
3656
  msgid "Delete"
3658
3657
  msgstr "삭제 "
3659
3658
 
@@ -3705,7 +3704,7 @@ msgstr "추가된 컨텐츠: "
3705
3704
  msgid "Cannot promote environment out of sequence. Use force to bypass restriction."
3706
3705
  msgstr "순서에 없는 환경을 승격할 수 없습니다. 강제를 사용하여 제한을 무시합니다. "
3707
3706
 
3708
- #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:47
3707
+ #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:40
3709
3708
  msgid "Promotion to Environment"
3710
3709
  msgstr ""
3711
3710
 
@@ -3717,7 +3716,7 @@ msgstr ""
3717
3716
  msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
3718
3717
  msgstr ""
3719
3718
 
3720
- #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:46
3719
+ #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:42
3721
3720
  msgid "Publish"
3722
3721
  msgstr "공개 "
3723
3722
 
@@ -3729,7 +3728,7 @@ msgstr ""
3729
3728
  msgid "Cannot delete version while it is in environment %s"
3730
3729
  msgstr "%s 환경에 있는 버전을 삭제할 수 없습니다"
3731
3730
 
3732
- #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:45
3731
+ #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:39
3733
3732
  msgid "Remove Versions and Associations"
3734
3733
  msgstr "버전 및 연결 삭제 "
3735
3734
 
@@ -3749,7 +3748,7 @@ msgstr "activation_keys를 재할당할 수 없습니다. activation_key_content
3749
3748
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
3750
3749
  msgstr "환경에서 컨텐츠 뷰를 삭제할 수 없습니다. 컨텐츠 뷰 '%{view}'는 라이프 사이클 환경 '%{env}'에 없습니다. "
3751
3750
 
3752
- #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:44
3751
+ #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:38
3753
3752
  msgid "Remove from Environment"
3754
3753
  msgstr "환경에서 삭제 "
3755
3754
 
@@ -3761,7 +3760,7 @@ msgstr "버전 삭제 "
3761
3760
  msgid "Create Repositories"
3762
3761
  msgstr ""
3763
3762
 
3764
- #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:12
3763
+ #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:37
3765
3764
  msgid "Export"
3766
3765
  msgstr "내보내기 "
3767
3766
 
@@ -3769,15 +3768,15 @@ msgstr "내보내기 "
3769
3768
  msgid "Content view not provided in the metadata"
3770
3769
  msgstr ""
3771
3770
 
3772
- #: ../app/lib/actions/katello/content_view_version/import.rb:40 action_names.rb:42
3771
+ #: ../app/lib/actions/katello/content_view_version/import.rb:41 action_names.rb:44
3773
3772
  msgid "Import Content View Version"
3774
3773
  msgstr ""
3775
3774
 
3776
- #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:41
3775
+ #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:36
3777
3776
  msgid "Import Default Content View"
3778
3777
  msgstr ""
3779
3778
 
3780
- #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:40
3779
+ #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:35
3781
3780
  msgid "Incremental Update"
3782
3781
  msgstr "증분 업데이트 "
3783
3782
 
@@ -3801,15 +3800,15 @@ msgstr "컨텐츠 뷰 %{component}의 버전이 복합 컨텐츠 뷰 %{composite
3801
3800
  msgid "Republish Repositories of %{name} %{version}"
3802
3801
  msgstr ""
3803
3802
 
3804
- #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:39
3803
+ #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:34
3805
3804
  msgid "Republish Version Repositories"
3806
3805
  msgstr ""
3807
3806
 
3808
- #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:38
3807
+ #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:45
3809
3808
  msgid "Delete Lifecycle Environment"
3810
3809
  msgstr "라이프사이클 환경 삭제 "
3811
3810
 
3812
- #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:37
3811
+ #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:33
3813
3812
  msgid "Publish Lifecycle Environment Repositories"
3814
3813
  msgstr ""
3815
3814
 
@@ -3825,7 +3824,7 @@ msgstr "%s에 서브스크립션 연결"
3825
3824
  msgid "Unknown"
3826
3825
  msgstr "알 수 없음 "
3827
3826
 
3828
- #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:36
3827
+ #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:46
3829
3828
  msgid "Attach subscriptions"
3830
3829
  msgstr "서브스크립션 연결"
3831
3830
 
@@ -3833,7 +3832,7 @@ msgstr "서브스크립션 연결"
3833
3832
  msgid "Destroy Content Host %s"
3834
3833
  msgstr ""
3835
3834
 
3836
- #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:34
3835
+ #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:47
3837
3836
  msgid "Destroy Content Host"
3838
3837
  msgstr "컨텐츠 호스트 삭제 "
3839
3838
 
@@ -3845,7 +3844,7 @@ msgstr ""
3845
3844
  msgid "No applicable errata for %s, skipping"
3846
3845
  msgstr ""
3847
3846
 
3848
- #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:33
3847
+ #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:31
3849
3848
  msgid "Install Applicable Errata"
3850
3849
  msgstr "적용 가능한 에라타 설치 "
3851
3850
 
@@ -3937,7 +3936,7 @@ msgstr ""
3937
3936
  msgid "Remove subscriptions from %s"
3938
3937
  msgstr "%s에서 서브스크립션 삭제"
3939
3938
 
3940
- #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:30
3939
+ #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:29
3941
3940
  msgid "Remove subscriptions"
3942
3941
  msgstr "서브스크립션 삭제"
3943
3942
 
@@ -3949,7 +3948,7 @@ msgstr ""
3949
3948
  msgid "Update Content Overrides to %s"
3950
3949
  msgstr ""
3951
3950
 
3952
- #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:29
3951
+ #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:48
3953
3952
  msgid "Update Content Overrides"
3954
3953
  msgstr ""
3955
3954
 
@@ -3969,7 +3968,7 @@ msgstr "%s 호스트에 대한 업데이트"
3969
3968
  msgid "Host %{name} cannot be assigned release version %{release_version}."
3970
3969
  msgstr ""
3971
3970
 
3972
- #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:27
3971
+ #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:49
3973
3972
  msgid "Update release version for host"
3974
3973
  msgstr ""
3975
3974
 
@@ -3981,7 +3980,7 @@ msgstr ""
3981
3980
  msgid "Updating System Purpose for host %s"
3982
3981
  msgstr ""
3983
3982
 
3984
- #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:26
3983
+ #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:50
3985
3984
  msgid "Updating System Purpose for host"
3986
3985
  msgstr ""
3987
3986
 
@@ -3989,7 +3988,7 @@ msgstr ""
3989
3988
  msgid "Package Profile Update for %s"
3990
3989
  msgstr "%s에 대한 패키지 프로파일 업데이트"
3991
3990
 
3992
- #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:25
3991
+ #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:27
3993
3992
  msgid "Package Profile Update"
3994
3993
  msgstr "패키지 프로파일 업데이트"
3995
3994
 
@@ -3997,11 +3996,11 @@ msgstr "패키지 프로파일 업데이트"
3997
3996
  msgid "Combined Profile Update for %s"
3998
3997
  msgstr ""
3999
3998
 
4000
- #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:24
3999
+ #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:26
4001
4000
  msgid "Combined Profile Update"
4002
4001
  msgstr ""
4003
4002
 
4004
- #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:23
4003
+ #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:51
4005
4004
  msgid "Destroy"
4006
4005
  msgstr "삭제 "
4007
4006
 
@@ -4041,7 +4040,7 @@ msgstr ""
4041
4040
  msgid "Cannot delete redhat product content"
4042
4041
  msgstr ""
4043
4042
 
4044
- #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:22
4043
+ #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:56
4045
4044
  msgid "Product Create"
4046
4045
  msgstr ""
4047
4046
 
@@ -4053,7 +4052,7 @@ msgstr ""
4053
4052
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
4054
4053
  msgstr ""
4055
4054
 
4056
- #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:21
4055
+ #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:25
4057
4056
  msgid "Delete Product"
4058
4057
  msgstr "제품 삭제 "
4059
4058
 
@@ -4069,7 +4068,7 @@ msgstr "Red Hat 공급자는 삭제할 수 없음 "
4069
4068
  msgid "Cannot delete provider with attached products"
4070
4069
  msgstr "할당된 제품을 갖는 공급자를 삭제할 수 없습니다 "
4071
4070
 
4072
- #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:18
4071
+ #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:9
4073
4072
  msgid "Update"
4074
4073
  msgstr "업데이트"
4075
4074
 
@@ -4085,7 +4084,7 @@ msgstr ""
4085
4084
  msgid "Cannot publish a link repository if multiple component clones are specified"
4086
4085
  msgstr ""
4087
4086
 
4088
- #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:15
4087
+ #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:62
4089
4088
  msgid "Delete Package Group"
4090
4089
  msgstr ""
4091
4090
 
@@ -4097,7 +4096,7 @@ msgstr ""
4097
4096
  msgid "Unable to export. 'pulp_export_destination' setting is not a writable directory."
4098
4097
  msgstr ""
4099
4098
 
4100
- #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:9
4099
+ #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:12
4101
4100
  msgid "Upload into"
4102
4101
  msgstr "업로드 "
4103
4102
 
@@ -4109,7 +4108,7 @@ msgstr "비-사용자 지정 리포지터리에서 컨텐츠를 삭제할 수
4109
4108
  msgid "Can only remove content from within the Default Content View"
4110
4109
  msgstr "기본값 컨테츠 뷰에 있는 컨텐츠만 삭제할 수 있습니다 "
4111
4110
 
4112
- #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:3
4111
+ #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:16
4113
4112
  msgid "Remove Content"
4114
4113
  msgstr "컨텐츠 삭제 "
4115
4114
 
@@ -4133,19 +4132,19 @@ msgstr ""
4133
4132
  msgid "Synchronize: Skip Metadata Check"
4134
4133
  msgstr ""
4135
4134
 
4136
- #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:2
4135
+ #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:15
4137
4136
  msgid "Synchronize"
4138
4137
  msgstr "동기화 "
4139
4138
 
4140
- #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:72
4139
+ #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:13
4141
4140
  msgid "Upload errata into"
4142
4141
  msgstr ""
4143
4142
 
4144
- #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:68
4143
+ #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:53
4145
4144
  msgid "Create Package Group"
4146
4145
  msgstr ""
4147
4146
 
4148
- #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:69
4147
+ #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:54
4149
4148
  msgid "Disable"
4150
4149
  msgstr "비활성화 "
4151
4150
 
@@ -4153,7 +4152,7 @@ msgstr "비활성화 "
4153
4152
  msgid "Repository not found"
4154
4153
  msgstr "리포지터리를 찾을 수 없음 "
4155
4154
 
4156
- #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:71
4155
+ #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:10
4157
4156
  msgid "Enable"
4158
4157
  msgstr "활성화 "
4159
4158
 
@@ -4161,7 +4160,7 @@ msgstr "활성화 "
4161
4160
  msgid "The repository is already enabled"
4162
4161
  msgstr "리포지터리가 이미 활성화되어 있습니다 "
4163
4162
 
4164
- #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:67
4163
+ #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:8
4165
4164
  msgid "Run Sync Plan:"
4166
4165
  msgstr ""
4167
4166
 
@@ -4322,15 +4321,15 @@ msgstr ""
4322
4321
  msgid "Group %{id} already created."
4323
4322
  msgstr ""
4324
4323
 
4325
- #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:66
4324
+ #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:7
4326
4325
  msgid "Create Export History"
4327
4326
  msgstr ""
4328
4327
 
4329
- #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:65
4328
+ #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:6
4330
4329
  msgid "Create Import History"
4331
4330
  msgstr ""
4332
4331
 
4333
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:63
4332
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:4
4334
4333
  msgid "Export Library"
4335
4334
  msgstr ""
4336
4335
 
@@ -4340,7 +4339,7 @@ msgid ""
4340
4339
  " %{repos}"
4341
4340
  msgstr ""
4342
4341
 
4343
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:62
4342
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:3
4344
4343
  msgid "Import"
4345
4344
  msgstr "불러오기"
4346
4345
 
@@ -4400,7 +4399,7 @@ msgstr ""
4400
4399
  msgid "This Organization's subscription manifest has expired. Please import a new manifest."
4401
4400
  msgstr ""
4402
4401
 
4403
- #: ../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
4402
+ #: ../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
4404
4403
  msgid "A backend service [ %s ] is unreachable"
4405
4404
  msgstr "백엔드 서비스 [ %s ]를 사용할 수 없음 "
4406
4405
 
@@ -6354,47 +6353,55 @@ msgstr "Pulp 메시지 버스 연결 문제가 발생했습니다."
6354
6353
  msgid "Failed indexing errata, maximum retries encountered"
6355
6354
  msgstr "에라타를 인덱싱하지 못했습니다. 최대 재시도 횟수에 도달했습니다."
6356
6355
 
6357
- #: ../app/services/katello/pulp3/content_view_version/export.rb:102
6356
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:98
6357
+ msgid "Specify an export chunk size less than 1_000_000 GB"
6358
+ msgstr ""
6359
+
6360
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:111
6358
6361
  msgid ""
6359
6362
  "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"
6360
6363
  " %{repos}"
6361
6364
  msgstr ""
6362
6365
 
6363
- #: ../app/services/katello/pulp3/content_view_version/export.rb:123
6366
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:132
6364
6367
  msgid "The exported Content View Version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}'. Please do a full export."
6365
6368
  msgstr ""
6366
6369
 
6367
- #: ../app/services/katello/pulp3/content_view_version/export.rb:155
6370
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:164
6368
6371
  msgid "Product: '%{product}', Repository: '%{repository}'"
6369
6372
  msgstr ""
6370
6373
 
6371
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:39
6374
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:40
6372
6375
  msgid "Content View Version specified in the metadata - '%{name}' already exists. If you wish to replace the existing version, delete %{name} and try again. "
6373
6376
  msgstr ""
6374
6377
 
6375
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:53
6378
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:54
6376
6379
  msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
6377
6380
  msgstr ""
6378
6381
 
6379
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:81
6382
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:64
6383
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
6384
+ msgstr ""
6385
+
6386
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:91
6380
6387
  msgid ""
6381
6388
  "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"
6382
6389
  " %{repos}"
6383
6390
  msgstr ""
6384
6391
 
6385
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:100
6392
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:126
6386
6393
  msgid ""
6387
- "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"
6394
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
6388
6395
  " %{repos}"
6389
6396
  msgstr ""
6390
6397
 
6391
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:110
6398
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:135
6392
6399
  msgid ""
6393
6400
  "\n"
6394
6401
  "* Product = '%{product}', Repository = '%{repository}'"
6395
6402
  msgstr ""
6396
6403
 
6397
- #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:33
6404
+ #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:38
6398
6405
  msgid "Unable to find product '%s' in organization '%s'"
6399
6406
  msgstr ""
6400
6407
 
@@ -8181,131 +8188,114 @@ msgstr ""
8181
8188
  msgid "The subscription is no longer available"
8182
8189
  msgstr ""
8183
8190
 
8184
- #: action_names.rb:4
8185
- msgid "Instance update"
8186
- msgstr ""
8191
+ #: action_names.rb:2
8192
+ msgid "Remote action:"
8193
+ msgstr "원격 작업:"
8187
8194
 
8188
8195
  #: action_names.rb:5
8189
- msgid "Index package groups"
8190
- msgstr "패키지 그룹 인덱싱"
8196
+ msgid "Copy version units to library"
8197
+ msgstr ""
8191
8198
 
8192
- #: action_names.rb:6
8193
- msgid "Index module streams"
8199
+ #: action_names.rb:11
8200
+ msgid "Verify checksum"
8194
8201
  msgstr ""
8195
8202
 
8196
- #: action_names.rb:7
8197
- msgid "Index errata"
8198
- msgstr "에라타 인덱스"
8203
+ #: action_names.rb:14
8204
+ msgid "Update http proxy details"
8205
+ msgstr ""
8206
+
8207
+ #: action_names.rb:17
8208
+ msgid "Instance update"
8209
+ msgstr ""
8210
+
8211
+ #: action_names.rb:18
8212
+ msgid "Index module streams"
8213
+ msgstr ""
8199
8214
 
8200
- #: action_names.rb:8
8215
+ #: action_names.rb:19
8201
8216
  msgid "Index content"
8202
8217
  msgstr "컨텐츠 인덱싱"
8203
8218
 
8204
- #: action_names.rb:10
8205
- msgid "Filtered index content"
8206
- msgstr "필터링된 인덱스 컨텐츠"
8207
-
8208
- #: action_names.rb:11
8219
+ #: action_names.rb:20
8209
8220
  msgid "Fetch pxe files"
8210
8221
  msgstr ""
8211
8222
 
8212
- #: action_names.rb:13
8223
+ #: action_names.rb:21
8213
8224
  msgid "Errata mail"
8214
8225
  msgstr "에라타 메일"
8215
8226
 
8216
- #: action_names.rb:14
8217
- msgid "Discover"
8218
- msgstr "검색"
8219
-
8220
- #: action_names.rb:19
8227
+ #: action_names.rb:24
8221
8228
  msgid "Update http proxy"
8222
8229
  msgstr ""
8223
8230
 
8224
- #: action_names.rb:20
8225
- msgid "Reindex subscriptions"
8226
- msgstr "서브스크립션 다시 인덱싱"
8227
-
8228
- #: action_names.rb:31
8229
- msgid "Hypervisors update"
8230
- msgstr "하이퍼바이저 업데이트"
8231
-
8232
- #: action_names.rb:32
8231
+ #: action_names.rb:30
8233
8232
  msgid "Hypervisors"
8234
8233
  msgstr "하이퍼바이저"
8235
8234
 
8236
- #: action_names.rb:35
8235
+ #: action_names.rb:32
8237
8236
  msgid "Auto attach subscriptions"
8238
8237
  msgstr "서브스크립션 자동 첨부"
8239
8238
 
8240
- #: action_names.rb:48
8239
+ #: action_names.rb:41
8241
8240
  msgid "Promote"
8242
8241
  msgstr ""
8243
8242
 
8244
- #: action_names.rb:49
8245
- msgid "Remote action:"
8246
- msgstr "원격 작업:"
8247
-
8248
- #: action_names.rb:50
8249
- msgid "Incremental Update of Content View Version(s) "
8250
- msgstr ""
8243
+ #: action_names.rb:52
8244
+ msgid "Hypervisors update"
8245
+ msgstr "하이퍼바이저 업데이트"
8251
8246
 
8252
- #: action_names.rb:51
8253
- msgid "Sync capsule"
8247
+ #: action_names.rb:55
8248
+ msgid "Update content urls"
8254
8249
  msgstr ""
8255
8250
 
8256
- #: action_names.rb:56
8257
- msgid "Agent action"
8258
- msgstr ""
8251
+ #: action_names.rb:57
8252
+ msgid "Reindex subscriptions"
8253
+ msgstr "서브스크립션 다시 인덱싱"
8259
8254
 
8260
8255
  #: action_names.rb:58
8261
- msgid "Abstract async task"
8262
- msgstr "비동기 작업 개요"
8256
+ msgid "Update redhat repository"
8257
+ msgstr ""
8263
8258
 
8264
8259
  #: action_names.rb:59
8265
- msgid "Import Puppet classes"
8266
- msgstr ""
8260
+ msgid "Filtered index content"
8261
+ msgstr "필터링된 인덱스 컨텐츠"
8267
8262
 
8268
8263
  #: action_names.rb:60
8269
- msgid "Import facts"
8270
- msgstr "팩트 불러오기"
8264
+ msgid "Index errata"
8265
+ msgstr "에라타 인덱스"
8271
8266
 
8272
8267
  #: action_names.rb:61
8273
- msgid "Action with sub plans"
8274
- msgstr "하위 계획이 있는 작업"
8268
+ msgid "Index package groups"
8269
+ msgstr "패키지 그룹 인덱싱"
8270
+
8271
+ #: action_names.rb:63
8272
+ msgid "Discover"
8273
+ msgstr "검색"
8275
8274
 
8276
8275
  #: action_names.rb:64
8277
- msgid "Copy version units to library"
8276
+ msgid "Incremental Update of Content View Version(s) "
8278
8277
  msgstr ""
8279
8278
 
8280
- #: action_names.rb:70
8281
- msgid "Verify checksum"
8282
- msgstr ""
8279
+ #: action_names.rb:67
8280
+ msgid "Abstract async task"
8281
+ msgstr "비동기 작업 개요"
8283
8282
 
8284
- #: action_names.rb:73
8285
- msgid "Update redhat repository"
8283
+ #: action_names.rb:68
8284
+ msgid "Sync capsule"
8286
8285
  msgstr ""
8287
8286
 
8288
- #: action_names.rb:74
8289
- msgid "Update http proxy details"
8287
+ #: action_names.rb:72
8288
+ msgid "Agent action"
8290
8289
  msgstr ""
8291
8290
 
8292
- #: action_names.rb:75
8293
- msgid "Update content urls"
8291
+ #: action_names.rb:73
8292
+ msgid "Import Puppet classes"
8294
8293
  msgstr ""
8295
8294
 
8296
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:52
8297
- #~ msgid "Schedule errata for installation"
8298
- #~ msgstr "설치를 위해 에라타 스케줄 "
8299
-
8300
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:30
8301
- #~ msgid "Install packages remotely"
8302
- #~ msgstr "원격으로 패키지 설치 "
8303
-
8304
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:48
8305
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:59
8306
- #~ msgid "Update packages remotely"
8307
- #~ msgstr "원격으로 패키지 업데이트 "
8295
+ #: action_names.rb:74
8296
+ msgid "Import facts"
8297
+ msgstr "팩트 불러오기"
8308
8298
 
8309
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:66
8310
- #~ msgid "Uninstall packages remotely"
8311
- #~ msgstr "원격으로 패키지 설치 해제 "
8299
+ #: action_names.rb:75
8300
+ msgid "Action with sub plans"
8301
+ msgstr "하위 계획이 있는 작업"