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
@@ -3144,6 +3144,9 @@ msgstr "%s 还没有报告任何安装的软件包和/或启用的仓库。"
3144
3144
  msgid "No manifest file uploaded"
3145
3145
  msgstr "未上傳清單檔案"
3146
3146
 
3147
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
3148
+ msgstr ""
3149
+
3147
3150
  msgid "No matching content views found"
3148
3151
  msgstr "找不到匹配的内容视图"
3149
3152
 
@@ -4417,11 +4420,14 @@ msgstr "进行排序的项和顺序,例如 ‘id DESC’"
4417
4420
  msgid "Source RPM"
4418
4421
  msgstr "源 RPM"
4419
4422
 
4423
+ msgid "Specify an export chunk size less than 1_000_000 GB"
4424
+ msgstr ""
4425
+
4420
4426
  msgid "Specify the list of units in each repo"
4421
4427
  msgstr "指定每个仓库中的单位列表"
4422
4428
 
4423
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
4424
- msgstr "将导出的内容拆分为不超过指定大小(以兆字节为单位)的存档。"
4429
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
4430
+ msgstr ""
4425
4431
 
4426
4432
  msgid "Stacking ID"
4427
4433
  msgstr "堆叠 ID"
@@ -4750,13 +4756,6 @@ msgstr "数据排序依据的字段。默认为创建日期。"
4750
4756
  msgid "The following hosts have errata that apply to them: "
4751
4757
  msgstr "以下主机有应用到它们的勘误:"
4752
4758
 
4753
- msgid ""
4754
- "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"
4755
- " %{repos}"
4756
- msgstr ""
4757
- "导入元数据中提供的以下仓库在库中不可用或仓库类型不正确。请在导入之前添加或启用仓库\n"
4758
- " %{repos}"
4759
-
4760
4759
  msgid ""
4761
4760
  "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"
4762
4761
  " %{repos}"
@@ -4783,6 +4782,11 @@ msgstr "檔案中之位移值,位於內容開始之處"
4783
4782
  msgid "The order to sort the results in. ['asc', 'desc'] Defaults to 'desc'."
4784
4783
  msgstr "结果排序的顺序。['asc','desc'] 默认为 'desc'。"
4785
4784
 
4785
+ msgid ""
4786
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
4787
+ " %{repos}"
4788
+ msgstr ""
4789
+
4786
4790
  msgid "The page you are attempting to access requires selecting a specific organization."
4787
4791
  msgstr "您尝试访问的页面需要选择一个特定的机构。"
4788
4792
 
@@ -12,7 +12,6 @@ msgid ""
12
12
  msgstr ""
13
13
  "Project-Id-Version: katello 2.4.0-RC1\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2021-05-07 20:06+0000\n"
16
15
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
17
16
  "Last-Translator: ChrisLee <chris_lee@hiiir.com>, 2021\n"
18
17
  "Language-Team: Chinese (Taiwan) (https://www.transifex.com/foreman/teams/114/z"
@@ -512,7 +511,7 @@ msgid "Destination Server name"
512
511
  msgstr ""
513
512
 
514
513
  #: ../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
515
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
514
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
516
515
  msgstr ""
517
516
 
518
517
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:13 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:33
@@ -3603,11 +3602,11 @@ msgstr ""
3603
3602
  msgid "The environment %{name} is in use by %{count} Host Group(s) including %{names}"
3604
3603
  msgstr ""
3605
3604
 
3606
- #: ../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
3605
+ #: ../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
3607
3606
  msgid "Create"
3608
3607
  msgstr "建立"
3609
3608
 
3610
- #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:57
3609
+ #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:66
3611
3610
  msgid "Delete Activation Key"
3612
3611
  msgstr "刪除啟動金鑰"
3613
3612
 
@@ -3623,11 +3622,11 @@ msgstr "未移除任何套件"
3623
3622
  msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
3624
3623
  msgstr "主機 %s 秒內未回應。任務已經取消。katello-agent 已安裝且 goferd 已在主機上執行?"
3625
3624
 
3626
- #: ../app/lib/actions/katello/agent_action.rb:86
3625
+ #: ../app/lib/actions/katello/agent_action.rb:90
3627
3626
  msgid "Host did not finish content action in %s seconds. The task has been cancelled."
3628
3627
  msgstr "主機 %s 秒內未完成內容動作。任務已經取消。"
3629
3628
 
3630
- #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:55
3629
+ #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:65
3631
3630
  msgid "Generate host applicability"
3632
3631
  msgstr ""
3633
3632
 
@@ -3635,15 +3634,15 @@ msgstr ""
3635
3634
  msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
3636
3635
  msgstr ""
3637
3636
 
3638
- #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:54
3637
+ #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:71
3639
3638
  msgid "Bulk generate applicability for hosts"
3640
3639
  msgstr ""
3641
3640
 
3642
- #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:53
3641
+ #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:70
3643
3642
  msgid "Generate repository applicability"
3644
3643
  msgstr ""
3645
3644
 
3646
- #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:52
3645
+ #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:69
3647
3646
  msgid "Synchronize smart proxy"
3648
3647
  msgstr ""
3649
3648
 
@@ -3655,7 +3654,7 @@ msgstr ""
3655
3654
  msgid "Sync Content View on Smart Proxy(ies)"
3656
3655
  msgstr ""
3657
3656
 
3658
- #: ../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
3657
+ #: ../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
3659
3658
  msgid "Delete"
3660
3659
  msgstr "刪除"
3661
3660
 
@@ -3707,7 +3706,7 @@ msgstr "已新增內容:"
3707
3706
  msgid "Cannot promote environment out of sequence. Use force to bypass restriction."
3708
3707
  msgstr "無法推送不照順序的環境。使用「force」來跳過限制。"
3709
3708
 
3710
- #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:47
3709
+ #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:40
3711
3710
  msgid "Promotion to Environment"
3712
3711
  msgstr ""
3713
3712
 
@@ -3719,7 +3718,7 @@ msgstr ""
3719
3718
  msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
3720
3719
  msgstr ""
3721
3720
 
3722
- #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:46
3721
+ #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:42
3723
3722
  msgid "Publish"
3724
3723
  msgstr "發行"
3725
3724
 
@@ -3731,7 +3730,7 @@ msgstr ""
3731
3730
  msgid "Cannot delete version while it is in environment %s"
3732
3731
  msgstr "無法刪除位於環境 %s 中的版本"
3733
3732
 
3734
- #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:45
3733
+ #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:39
3735
3734
  msgid "Remove Versions and Associations"
3736
3735
  msgstr "移除版本與相聯項目"
3737
3736
 
@@ -3751,7 +3750,7 @@ msgstr "無法重新指定 activation_keys。請檢查 activation_key_content_vi
3751
3750
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
3752
3751
  msgstr "無法從環境移除內容視域。內容視域 '%{view}' 並不位於生命週期環境 '%{env}' 中。"
3753
3752
 
3754
- #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:44
3753
+ #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:38
3755
3754
  msgid "Remove from Environment"
3756
3755
  msgstr "從環境移除"
3757
3756
 
@@ -3763,7 +3762,7 @@ msgstr "移除版本"
3763
3762
  msgid "Create Repositories"
3764
3763
  msgstr ""
3765
3764
 
3766
- #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:12
3765
+ #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:37
3767
3766
  msgid "Export"
3768
3767
  msgstr "匯出"
3769
3768
 
@@ -3771,15 +3770,15 @@ msgstr "匯出"
3771
3770
  msgid "Content view not provided in the metadata"
3772
3771
  msgstr ""
3773
3772
 
3774
- #: ../app/lib/actions/katello/content_view_version/import.rb:40 action_names.rb:42
3773
+ #: ../app/lib/actions/katello/content_view_version/import.rb:41 action_names.rb:44
3775
3774
  msgid "Import Content View Version"
3776
3775
  msgstr ""
3777
3776
 
3778
- #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:41
3777
+ #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:36
3779
3778
  msgid "Import Default Content View"
3780
3779
  msgstr ""
3781
3780
 
3782
- #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:40
3781
+ #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:35
3783
3782
  msgid "Incremental Update"
3784
3783
  msgstr "遞增更新"
3785
3784
 
@@ -3803,15 +3802,15 @@ msgstr "複合式內容視域 % {composite} 版本 %{version} 中沒有作為其
3803
3802
  msgid "Republish Repositories of %{name} %{version}"
3804
3803
  msgstr ""
3805
3804
 
3806
- #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:39
3805
+ #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:34
3807
3806
  msgid "Republish Version Repositories"
3808
3807
  msgstr ""
3809
3808
 
3810
- #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:38
3809
+ #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:45
3811
3810
  msgid "Delete Lifecycle Environment"
3812
3811
  msgstr "刪除生命週期環境"
3813
3812
 
3814
- #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:37
3813
+ #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:33
3815
3814
  msgid "Publish Lifecycle Environment Repositories"
3816
3815
  msgstr ""
3817
3816
 
@@ -3827,7 +3826,7 @@ msgstr "連接訂閱服務至 %s"
3827
3826
  msgid "Unknown"
3828
3827
  msgstr "不明"
3829
3828
 
3830
- #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:36
3829
+ #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:46
3831
3830
  msgid "Attach subscriptions"
3832
3831
  msgstr "連接訂閱服務"
3833
3832
 
@@ -3835,7 +3834,7 @@ msgstr "連接訂閱服務"
3835
3834
  msgid "Destroy Content Host %s"
3836
3835
  msgstr ""
3837
3836
 
3838
- #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:34
3837
+ #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:47
3839
3838
  msgid "Destroy Content Host"
3840
3839
  msgstr "銷毀內容主機"
3841
3840
 
@@ -3847,7 +3846,7 @@ msgstr ""
3847
3846
  msgid "No applicable errata for %s, skipping"
3848
3847
  msgstr ""
3849
3848
 
3850
- #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:33
3849
+ #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:31
3851
3850
  msgid "Install Applicable Errata"
3852
3851
  msgstr "安裝可套用的勘誤"
3853
3852
 
@@ -3939,7 +3938,7 @@ msgstr ""
3939
3938
  msgid "Remove subscriptions from %s"
3940
3939
  msgstr "從 %s 移除訂閱服務"
3941
3940
 
3942
- #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:30
3941
+ #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:29
3943
3942
  msgid "Remove subscriptions"
3944
3943
  msgstr "移除訂閱服務"
3945
3944
 
@@ -3951,7 +3950,7 @@ msgstr ""
3951
3950
  msgid "Update Content Overrides to %s"
3952
3951
  msgstr ""
3953
3952
 
3954
- #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:29
3953
+ #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:48
3955
3954
  msgid "Update Content Overrides"
3956
3955
  msgstr ""
3957
3956
 
@@ -3971,7 +3970,7 @@ msgstr "給主機 %s 的更新"
3971
3970
  msgid "Host %{name} cannot be assigned release version %{release_version}."
3972
3971
  msgstr ""
3973
3972
 
3974
- #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:27
3973
+ #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:49
3975
3974
  msgid "Update release version for host"
3976
3975
  msgstr ""
3977
3976
 
@@ -3983,7 +3982,7 @@ msgstr ""
3983
3982
  msgid "Updating System Purpose for host %s"
3984
3983
  msgstr ""
3985
3984
 
3986
- #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:26
3985
+ #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:50
3987
3986
  msgid "Updating System Purpose for host"
3988
3987
  msgstr ""
3989
3988
 
@@ -3991,7 +3990,7 @@ msgstr ""
3991
3990
  msgid "Package Profile Update for %s"
3992
3991
  msgstr "%s 用的套件設定檔更新"
3993
3992
 
3994
- #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:25
3993
+ #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:27
3995
3994
  msgid "Package Profile Update"
3996
3995
  msgstr "套件設定檔更新"
3997
3996
 
@@ -3999,11 +3998,11 @@ msgstr "套件設定檔更新"
3999
3998
  msgid "Combined Profile Update for %s"
4000
3999
  msgstr ""
4001
4000
 
4002
- #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:24
4001
+ #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:26
4003
4002
  msgid "Combined Profile Update"
4004
4003
  msgstr ""
4005
4004
 
4006
- #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:23
4005
+ #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:51
4007
4006
  msgid "Destroy"
4008
4007
  msgstr "銷毀"
4009
4008
 
@@ -4043,7 +4042,7 @@ msgstr ""
4043
4042
  msgid "Cannot delete redhat product content"
4044
4043
  msgstr ""
4045
4044
 
4046
- #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:22
4045
+ #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:56
4047
4046
  msgid "Product Create"
4048
4047
  msgstr "產品建立"
4049
4048
 
@@ -4055,7 +4054,7 @@ msgstr ""
4055
4054
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
4056
4055
  msgstr ""
4057
4056
 
4058
- #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:21
4057
+ #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:25
4059
4058
  msgid "Delete Product"
4060
4059
  msgstr "刪除產品"
4061
4060
 
@@ -4071,7 +4070,7 @@ msgstr "不能刪除 Red Hat 供應者"
4071
4070
  msgid "Cannot delete provider with attached products"
4072
4071
  msgstr "無法刪除有連接產品的供應方"
4073
4072
 
4074
- #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:18
4073
+ #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:9
4075
4074
  msgid "Update"
4076
4075
  msgstr "更新"
4077
4076
 
@@ -4087,7 +4086,7 @@ msgstr ""
4087
4086
  msgid "Cannot publish a link repository if multiple component clones are specified"
4088
4087
  msgstr ""
4089
4088
 
4090
- #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:15
4089
+ #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:62
4091
4090
  msgid "Delete Package Group"
4092
4091
  msgstr ""
4093
4092
 
@@ -4099,7 +4098,7 @@ msgstr "無法匯出,'pulp_export_destination' 設定並未設定為正確的
4099
4098
  msgid "Unable to export. 'pulp_export_destination' setting is not a writable directory."
4100
4099
  msgstr ""
4101
4100
 
4102
- #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:9
4101
+ #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:12
4103
4102
  msgid "Upload into"
4104
4103
  msgstr "上傳入"
4105
4104
 
@@ -4111,7 +4110,7 @@ msgstr "無法從非自訂軟體庫移除內容"
4111
4110
  msgid "Can only remove content from within the Default Content View"
4112
4111
  msgstr "只能從預設的內容視域移除內容"
4113
4112
 
4114
- #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:3
4113
+ #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:16
4115
4114
  msgid "Remove Content"
4116
4115
  msgstr "移除內容"
4117
4116
 
@@ -4135,19 +4134,19 @@ msgstr ""
4135
4134
  msgid "Synchronize: Skip Metadata Check"
4136
4135
  msgstr ""
4137
4136
 
4138
- #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:2
4137
+ #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:15
4139
4138
  msgid "Synchronize"
4140
4139
  msgstr "同步"
4141
4140
 
4142
- #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:72
4141
+ #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:13
4143
4142
  msgid "Upload errata into"
4144
4143
  msgstr "上傳勘誤至"
4145
4144
 
4146
- #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:68
4145
+ #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:53
4147
4146
  msgid "Create Package Group"
4148
4147
  msgstr ""
4149
4148
 
4150
- #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:69
4149
+ #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:54
4151
4150
  msgid "Disable"
4152
4151
  msgstr "停用"
4153
4152
 
@@ -4155,7 +4154,7 @@ msgstr "停用"
4155
4154
  msgid "Repository not found"
4156
4155
  msgstr "找不到軟體庫"
4157
4156
 
4158
- #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:71
4157
+ #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:10
4159
4158
  msgid "Enable"
4160
4159
  msgstr "啟用"
4161
4160
 
@@ -4163,7 +4162,7 @@ msgstr "啟用"
4163
4162
  msgid "The repository is already enabled"
4164
4163
  msgstr "軟體庫已啟用"
4165
4164
 
4166
- #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:67
4165
+ #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:8
4167
4166
  msgid "Run Sync Plan:"
4168
4167
  msgstr ""
4169
4168
 
@@ -4324,15 +4323,15 @@ msgstr ""
4324
4323
  msgid "Group %{id} already created."
4325
4324
  msgstr "群組 %{id} 已建立。"
4326
4325
 
4327
- #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:66
4326
+ #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:7
4328
4327
  msgid "Create Export History"
4329
4328
  msgstr ""
4330
4329
 
4331
- #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:65
4330
+ #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:6
4332
4331
  msgid "Create Import History"
4333
4332
  msgstr ""
4334
4333
 
4335
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:63
4334
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:4
4336
4335
  msgid "Export Library"
4337
4336
  msgstr ""
4338
4337
 
@@ -4342,7 +4341,7 @@ msgid ""
4342
4341
  " %{repos}"
4343
4342
  msgstr ""
4344
4343
 
4345
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:62
4344
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:3
4346
4345
  msgid "Import"
4347
4346
  msgstr "匯入"
4348
4347
 
@@ -4402,7 +4401,7 @@ msgstr ""
4402
4401
  msgid "This Organization's subscription manifest has expired. Please import a new manifest."
4403
4402
  msgstr ""
4404
4403
 
4405
- #: ../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
4404
+ #: ../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
4406
4405
  msgid "A backend service [ %s ] is unreachable"
4407
4406
  msgstr "無法連上後端服務 [ %s ]"
4408
4407
 
@@ -6356,47 +6355,55 @@ msgstr "Pulp 訊息匯流排連線有誤。"
6356
6355
  msgid "Failed indexing errata, maximum retries encountered"
6357
6356
  msgstr "為勘誤製作索引失敗,已達最大重試次數"
6358
6357
 
6359
- #: ../app/services/katello/pulp3/content_view_version/export.rb:102
6358
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:98
6359
+ msgid "Specify an export chunk size less than 1_000_000 GB"
6360
+ msgstr ""
6361
+
6362
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:111
6360
6363
  msgid ""
6361
6364
  "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"
6362
6365
  " %{repos}"
6363
6366
  msgstr ""
6364
6367
 
6365
- #: ../app/services/katello/pulp3/content_view_version/export.rb:123
6368
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:132
6366
6369
  msgid "The exported Content View Version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}'. Please do a full export."
6367
6370
  msgstr ""
6368
6371
 
6369
- #: ../app/services/katello/pulp3/content_view_version/export.rb:155
6372
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:164
6370
6373
  msgid "Product: '%{product}', Repository: '%{repository}'"
6371
6374
  msgstr ""
6372
6375
 
6373
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:39
6376
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:40
6374
6377
  msgid "Content View Version specified in the metadata - '%{name}' already exists. If you wish to replace the existing version, delete %{name} and try again. "
6375
6378
  msgstr ""
6376
6379
 
6377
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:53
6380
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:54
6378
6381
  msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
6379
6382
  msgstr ""
6380
6383
 
6381
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:81
6384
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:64
6385
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
6386
+ msgstr ""
6387
+
6388
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:91
6382
6389
  msgid ""
6383
6390
  "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"
6384
6391
  " %{repos}"
6385
6392
  msgstr ""
6386
6393
 
6387
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:100
6394
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:126
6388
6395
  msgid ""
6389
- "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"
6396
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
6390
6397
  " %{repos}"
6391
6398
  msgstr ""
6392
6399
 
6393
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:110
6400
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:135
6394
6401
  msgid ""
6395
6402
  "\n"
6396
6403
  "* Product = '%{product}', Repository = '%{repository}'"
6397
6404
  msgstr ""
6398
6405
 
6399
- #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:33
6406
+ #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:38
6400
6407
  msgid "Unable to find product '%s' in organization '%s'"
6401
6408
  msgstr ""
6402
6409
 
@@ -8183,147 +8190,114 @@ msgstr ""
8183
8190
  msgid "The subscription is no longer available"
8184
8191
  msgstr ""
8185
8192
 
8186
- #: action_names.rb:4
8187
- msgid "Instance update"
8188
- msgstr ""
8193
+ #: action_names.rb:2
8194
+ msgid "Remote action:"
8195
+ msgstr "遠端動作:"
8189
8196
 
8190
8197
  #: action_names.rb:5
8191
- msgid "Index package groups"
8192
- msgstr "為套件群組製作索引"
8198
+ msgid "Copy version units to library"
8199
+ msgstr ""
8193
8200
 
8194
- #: action_names.rb:6
8195
- msgid "Index module streams"
8201
+ #: action_names.rb:11
8202
+ msgid "Verify checksum"
8196
8203
  msgstr ""
8197
8204
 
8198
- #: action_names.rb:7
8199
- msgid "Index errata"
8200
- msgstr "索引勘誤"
8205
+ #: action_names.rb:14
8206
+ msgid "Update http proxy details"
8207
+ msgstr ""
8208
+
8209
+ #: action_names.rb:17
8210
+ msgid "Instance update"
8211
+ msgstr ""
8212
+
8213
+ #: action_names.rb:18
8214
+ msgid "Index module streams"
8215
+ msgstr ""
8201
8216
 
8202
- #: action_names.rb:8
8217
+ #: action_names.rb:19
8203
8218
  msgid "Index content"
8204
8219
  msgstr "索引內容"
8205
8220
 
8206
- #: action_names.rb:10
8207
- msgid "Filtered index content"
8208
- msgstr "已篩選的索引內容"
8209
-
8210
- #: action_names.rb:11
8221
+ #: action_names.rb:20
8211
8222
  msgid "Fetch pxe files"
8212
8223
  msgstr ""
8213
8224
 
8214
- #: action_names.rb:13
8225
+ #: action_names.rb:21
8215
8226
  msgid "Errata mail"
8216
8227
  msgstr "勘誤郵件"
8217
8228
 
8218
- #: action_names.rb:14
8219
- msgid "Discover"
8220
- msgstr "尋找"
8221
-
8222
- #: action_names.rb:19
8229
+ #: action_names.rb:24
8223
8230
  msgid "Update http proxy"
8224
8231
  msgstr ""
8225
8232
 
8226
- #: action_names.rb:20
8227
- msgid "Reindex subscriptions"
8228
- msgstr "重新索引訂閱服務"
8229
-
8230
- #: action_names.rb:31
8231
- msgid "Hypervisors update"
8232
- msgstr "Hypervisor 更新"
8233
-
8234
- #: action_names.rb:32
8233
+ #: action_names.rb:30
8235
8234
  msgid "Hypervisors"
8236
8235
  msgstr "Hypervisor"
8237
8236
 
8238
- #: action_names.rb:35
8237
+ #: action_names.rb:32
8239
8238
  msgid "Auto attach subscriptions"
8240
8239
  msgstr "自動連接訂閱"
8241
8240
 
8242
- #: action_names.rb:48
8241
+ #: action_names.rb:41
8243
8242
  msgid "Promote"
8244
8243
  msgstr "Promote"
8245
8244
 
8246
- #: action_names.rb:49
8247
- msgid "Remote action:"
8248
- msgstr "遠端動作:"
8249
-
8250
- #: action_names.rb:50
8251
- msgid "Incremental Update of Content View Version(s) "
8252
- msgstr ""
8245
+ #: action_names.rb:52
8246
+ msgid "Hypervisors update"
8247
+ msgstr "Hypervisor 更新"
8253
8248
 
8254
- #: action_names.rb:51
8255
- msgid "Sync capsule"
8249
+ #: action_names.rb:55
8250
+ msgid "Update content urls"
8256
8251
  msgstr ""
8257
8252
 
8258
- #: action_names.rb:56
8259
- msgid "Agent action"
8260
- msgstr ""
8253
+ #: action_names.rb:57
8254
+ msgid "Reindex subscriptions"
8255
+ msgstr "重新索引訂閱服務"
8261
8256
 
8262
8257
  #: action_names.rb:58
8263
- msgid "Abstract async task"
8264
- msgstr "抽象 async task"
8258
+ msgid "Update redhat repository"
8259
+ msgstr ""
8265
8260
 
8266
8261
  #: action_names.rb:59
8267
- msgid "Import Puppet classes"
8268
- msgstr "匯入 Puppet 類別"
8262
+ msgid "Filtered index content"
8263
+ msgstr "已篩選的索引內容"
8269
8264
 
8270
8265
  #: action_names.rb:60
8271
- msgid "Import facts"
8272
- msgstr "匯入詳情"
8266
+ msgid "Index errata"
8267
+ msgstr "索引勘誤"
8273
8268
 
8274
8269
  #: action_names.rb:61
8275
- msgid "Action with sub plans"
8276
- msgstr "有子計畫的動作"
8270
+ msgid "Index package groups"
8271
+ msgstr "為套件群組製作索引"
8277
8272
 
8278
- #: action_names.rb:64
8279
- msgid "Copy version units to library"
8280
- msgstr ""
8273
+ #: action_names.rb:63
8274
+ msgid "Discover"
8275
+ msgstr "尋找"
8281
8276
 
8282
- #: action_names.rb:70
8283
- msgid "Verify checksum"
8277
+ #: action_names.rb:64
8278
+ msgid "Incremental Update of Content View Version(s) "
8284
8279
  msgstr ""
8285
8280
 
8286
- #: action_names.rb:73
8287
- msgid "Update redhat repository"
8288
- msgstr ""
8281
+ #: action_names.rb:67
8282
+ msgid "Abstract async task"
8283
+ msgstr "抽象 async task"
8289
8284
 
8290
- #: action_names.rb:74
8291
- msgid "Update http proxy details"
8285
+ #: action_names.rb:68
8286
+ msgid "Sync capsule"
8292
8287
  msgstr ""
8293
8288
 
8294
- #: action_names.rb:75
8295
- msgid "Update content urls"
8289
+ #: action_names.rb:72
8290
+ msgid "Agent action"
8296
8291
  msgstr ""
8297
8292
 
8298
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:52
8299
- #~ msgid "Schedule errata for installation"
8300
- #~ msgstr "為安裝排程勘誤"
8301
-
8302
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:30
8303
- #~ msgid "Install packages remotely"
8304
- #~ msgstr "遠端安裝套件"
8305
-
8306
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:48
8307
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:59
8308
- #~ msgid "Update packages remotely"
8309
- #~ msgstr "遠端更新套件"
8310
-
8311
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:66
8312
- #~ msgid "Uninstall packages remotely"
8313
- #~ msgstr "遠端移除套件"
8314
-
8315
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:118
8316
- #~ msgid "Install content on one or more hosts"
8317
- #~ msgstr "在一或更多部主機上安裝內容"
8318
-
8319
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:128
8320
- #~ msgid "Update content on one or more hosts"
8321
- #~ msgstr "在一或多台主機上更新內容"
8293
+ #: action_names.rb:73
8294
+ msgid "Import Puppet classes"
8295
+ msgstr "匯入 Puppet 類別"
8322
8296
 
8323
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:139
8324
- #~ msgid "Remove content on one or more hosts"
8325
- #~ msgstr "從一或多台主機移除內容"
8297
+ #: action_names.rb:74
8298
+ msgid "Import facts"
8299
+ msgstr "匯入詳情"
8326
8300
 
8327
- #: ../app/models/setting/content.rb:115
8328
- #~ msgid "If set to true, use the remote execution over katello-agent for remote actions"
8329
- #~ msgstr "如果設為 true,在 katello-agent 上使用遠端執行,以進行遠端動作"
8301
+ #: action_names.rb:75
8302
+ msgid "Action with sub plans"
8303
+ msgstr "有子計畫的動作"