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/te/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
 
@@ -14,7 +14,6 @@ msgid ""
14
14
  msgstr ""
15
15
  "Project-Id-Version: katello 2.4.0-RC1\n"
16
16
  "Report-Msgid-Bugs-To: \n"
17
- "POT-Creation-Date: 2021-05-07 20:06+0000\n"
18
17
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
19
18
  "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2021\n"
20
19
  "Language-Team: Chinese (China) (https://www.transifex.com/foreman/teams/114/zh"
@@ -514,8 +513,8 @@ msgid "Destination Server name"
514
513
  msgstr "目标服务器名称"
515
514
 
516
515
  #: ../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
517
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
518
- msgstr "将导出的内容拆分为不超过指定大小(以兆字节为单位)的存档。"
516
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
517
+ msgstr ""
519
518
 
520
519
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:13 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:33
521
520
  msgid "Export history identifier used for incremental export. If not provided the most recent export history will be used."
@@ -3609,11 +3608,11 @@ msgstr "环境 %{name} 被 %{count} 个主机使用,包括 %{names}"
3609
3608
  msgid "The environment %{name} is in use by %{count} Host Group(s) including %{names}"
3610
3609
  msgstr "环境 %{name} 被 %{count} 个主机组使用,包括 %{names}"
3611
3610
 
3612
- #: ../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
3611
+ #: ../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
3613
3612
  msgid "Create"
3614
3613
  msgstr "创建"
3615
3614
 
3616
- #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:57
3615
+ #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:66
3617
3616
  msgid "Delete Activation Key"
3618
3617
  msgstr "删除激活码"
3619
3618
 
@@ -3629,11 +3628,11 @@ msgstr "没有删除软件包"
3629
3628
  msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
3630
3629
  msgstr "主机在%s秒内没有响应。任务已取消。主机上是否已安装 katello-agent 并且 goferd 正在运行?"
3631
3630
 
3632
- #: ../app/lib/actions/katello/agent_action.rb:86
3631
+ #: ../app/lib/actions/katello/agent_action.rb:90
3633
3632
  msgid "Host did not finish content action in %s seconds. The task has been cancelled."
3634
3633
  msgstr "主机在 %s 秒内未完成内容操作。任务已取消。"
3635
3634
 
3636
- #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:55
3635
+ #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:65
3637
3636
  msgid "Generate host applicability"
3638
3637
  msgstr "产生主机适用性"
3639
3638
 
@@ -3641,15 +3640,15 @@ msgstr "产生主机适用性"
3641
3640
  msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
3642
3641
  msgstr "id 为 %s 的主机内容 Facet不存在。跳过适用性计算。"
3643
3642
 
3644
- #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:54
3643
+ #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:71
3645
3644
  msgid "Bulk generate applicability for hosts"
3646
3645
  msgstr "批量生成主机的适用性"
3647
3646
 
3648
- #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:53
3647
+ #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:70
3649
3648
  msgid "Generate repository applicability"
3650
3649
  msgstr "生成仓库适用性"
3651
3650
 
3652
- #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:52
3651
+ #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:69
3653
3652
  msgid "Synchronize smart proxy"
3654
3653
  msgstr "同步智能代理服务器"
3655
3654
 
@@ -3661,7 +3660,7 @@ msgstr "默认的智能代理不允许的操作。"
3661
3660
  msgid "Sync Content View on Smart Proxy(ies)"
3662
3661
  msgstr "在智能代理上同步内容视图"
3663
3662
 
3664
- #: ../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
3663
+ #: ../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
3665
3664
  msgid "Delete"
3666
3665
  msgstr "刪除"
3667
3666
 
@@ -3713,7 +3712,7 @@ msgstr "已新增內容:"
3713
3712
  msgid "Cannot promote environment out of sequence. Use force to bypass restriction."
3714
3713
  msgstr "无法无序升级环境。强制绕过限制。"
3715
3714
 
3716
- #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:47
3715
+ #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:40
3717
3716
  msgid "Promotion to Environment"
3718
3717
  msgstr "升级到环境"
3719
3718
 
@@ -3725,7 +3724,7 @@ msgstr "仓库标签 '%s' 没有与内容视图关联。"
3725
3724
  msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
3726
3725
  msgstr "内容视图具有仓库标签 '%s',它没有在 repos_units 参数中指定。"
3727
3726
 
3728
- #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:46
3727
+ #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:42
3729
3728
  msgid "Publish"
3730
3729
  msgstr "发布"
3731
3730
 
@@ -3737,7 +3736,7 @@ msgstr "自动发布 - 由 '%s' 触发"
3737
3736
  msgid "Cannot delete version while it is in environment %s"
3738
3737
  msgstr "当它在环境 %s 中时,无法删除版本"
3739
3738
 
3740
- #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:45
3739
+ #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:39
3741
3740
  msgid "Remove Versions and Associations"
3742
3741
  msgstr "删除版本和关联"
3743
3742
 
@@ -3757,7 +3756,7 @@ msgstr "无法重新分配 activation_keys。请检查 activation_key_content_vi
3757
3756
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
3758
3757
  msgstr "无法从环境中删除内容视图。内容视图 '%{view}' 没有在生命周期环境 '%{env}' 中。"
3759
3758
 
3760
- #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:44
3759
+ #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:38
3761
3760
  msgid "Remove from Environment"
3762
3761
  msgstr "从环境中移除"
3763
3762
 
@@ -3769,7 +3768,7 @@ msgstr "移除版本"
3769
3768
  msgid "Create Repositories"
3770
3769
  msgstr "创建仓库"
3771
3770
 
3772
- #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:12
3771
+ #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:37
3773
3772
  msgid "Export"
3774
3773
  msgstr "导出"
3775
3774
 
@@ -3777,15 +3776,15 @@ msgstr "导出"
3777
3776
  msgid "Content view not provided in the metadata"
3778
3777
  msgstr ""
3779
3778
 
3780
- #: ../app/lib/actions/katello/content_view_version/import.rb:40 action_names.rb:42
3779
+ #: ../app/lib/actions/katello/content_view_version/import.rb:41 action_names.rb:44
3781
3780
  msgid "Import Content View Version"
3782
3781
  msgstr "导入内容视图版本"
3783
3782
 
3784
- #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:41
3783
+ #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:36
3785
3784
  msgid "Import Default Content View"
3786
3785
  msgstr "导入默认内容视图"
3787
3786
 
3788
- #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:40
3787
+ #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:35
3789
3788
  msgid "Incremental Update"
3790
3789
  msgstr "增量更新"
3791
3790
 
@@ -3809,15 +3808,15 @@ msgstr "没有内容视图 %{component} 的版本已存在,作为复合内容
3809
3808
  msgid "Republish Repositories of %{name} %{version}"
3810
3809
  msgstr "重新发布 %{name}%{version} 的仓库"
3811
3810
 
3812
- #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:39
3811
+ #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:34
3813
3812
  msgid "Republish Version Repositories"
3814
3813
  msgstr "发布版本库"
3815
3814
 
3816
- #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:38
3815
+ #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:45
3817
3816
  msgid "Delete Lifecycle Environment"
3818
3817
  msgstr "删除生命周期环境"
3819
3818
 
3820
- #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:37
3819
+ #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:33
3821
3820
  msgid "Publish Lifecycle Environment Repositories"
3822
3821
  msgstr "发布生命周期环境仓库"
3823
3822
 
@@ -3833,7 +3832,7 @@ msgstr "将订阅附加到 %s"
3833
3832
  msgid "Unknown"
3834
3833
  msgstr "未知的"
3835
3834
 
3836
- #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:36
3835
+ #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:46
3837
3836
  msgid "Attach subscriptions"
3838
3837
  msgstr "附加订阅"
3839
3838
 
@@ -3841,7 +3840,7 @@ msgstr "附加订阅"
3841
3840
  msgid "Destroy Content Host %s"
3842
3841
  msgstr "销毁内容主机 %s"
3843
3842
 
3844
- #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:34
3843
+ #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:47
3845
3844
  msgid "Destroy Content Host"
3846
3845
  msgstr "销毁内容主机"
3847
3846
 
@@ -3853,7 +3852,7 @@ msgstr "必须提供 errata_ids 或 update_all"
3853
3852
  msgid "No applicable errata for %s, skipping"
3854
3853
  msgstr "没有适用于%s 的勘误,跳过"
3855
3854
 
3856
- #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:33
3855
+ #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:31
3857
3856
  msgid "Install Applicable Errata"
3858
3857
  msgstr "安装适用的勘误"
3859
3858
 
@@ -3945,7 +3944,7 @@ msgstr "%s 的错误刷新状态: "
3945
3944
  msgid "Remove subscriptions from %s"
3946
3945
  msgstr "从 %s 中删除订阅"
3947
3946
 
3948
- #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:30
3947
+ #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:29
3949
3948
  msgid "Remove subscriptions"
3950
3949
  msgstr "删除订阅"
3951
3950
 
@@ -3957,7 +3956,7 @@ msgstr "该主机当前没有使用 subscription-manager 注册。"
3957
3956
  msgid "Update Content Overrides to %s"
3958
3957
  msgstr "更新内容覆盖到 %s"
3959
3958
 
3960
- #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:29
3959
+ #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:48
3961
3960
  msgid "Update Content Overrides"
3962
3961
  msgstr "更新内容覆盖"
3963
3962
 
@@ -3977,7 +3976,7 @@ msgstr "主机 %s 的更新"
3977
3976
  msgid "Host %{name} cannot be assigned release version %{release_version}."
3978
3977
  msgstr "主机 %{name} 无法分配发行版本%{release_version} 。"
3979
3978
 
3980
- #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:27
3979
+ #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:49
3981
3980
  msgid "Update release version for host"
3982
3981
  msgstr "为主机更新发行版本"
3983
3982
 
@@ -3989,7 +3988,7 @@ msgstr "为主机 %s 更新发行版本"
3989
3988
  msgid "Updating System Purpose for host %s"
3990
3989
  msgstr "为主机 %s 更新系统目的"
3991
3990
 
3992
- #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:26
3991
+ #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:50
3993
3992
  msgid "Updating System Purpose for host"
3994
3993
  msgstr "主机更新系统目的"
3995
3994
 
@@ -3997,7 +3996,7 @@ msgstr "主机更新系统目的"
3997
3996
  msgid "Package Profile Update for %s"
3998
3997
  msgstr "%s 的软件包配置集更新"
3999
3998
 
4000
- #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:25
3999
+ #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:27
4001
4000
  msgid "Package Profile Update"
4002
4001
  msgstr "软件包配置集更新"
4003
4002
 
@@ -4005,11 +4004,11 @@ msgstr "软件包配置集更新"
4005
4004
  msgid "Combined Profile Update for %s"
4006
4005
  msgstr "%s 的组合配置集更新"
4007
4006
 
4008
- #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:24
4007
+ #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:26
4009
4008
  msgid "Combined Profile Update"
4010
4009
  msgstr "组合的配置集更新"
4011
4010
 
4012
- #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:23
4011
+ #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:51
4013
4012
  msgid "Destroy"
4014
4013
  msgstr "销毁"
4015
4014
 
@@ -4049,7 +4048,7 @@ msgstr "启用简单内容访问"
4049
4048
  msgid "Cannot delete redhat product content"
4050
4049
  msgstr "无法删除红帽产品内容"
4051
4050
 
4052
- #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:22
4051
+ #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:56
4053
4052
  msgid "Product Create"
4054
4053
  msgstr "产品创建"
4055
4054
 
@@ -4061,7 +4060,7 @@ msgstr "无法删除红帽产品:%{product}"
4061
4060
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
4062
4061
  msgstr "无法删除具有在内容视图中发布的仓库的产品。产品:%{product},%{view_versions}"
4063
4062
 
4064
- #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:21
4063
+ #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:25
4065
4064
  msgid "Delete Product"
4066
4065
  msgstr "删除产品"
4067
4066
 
@@ -4077,7 +4076,7 @@ msgstr "不能刪除红帽供应商"
4077
4076
  msgid "Cannot delete provider with attached products"
4078
4077
  msgstr "无法删除附带产品的供应商"
4079
4078
 
4080
- #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:18
4079
+ #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:9
4081
4080
  msgid "Update"
4082
4081
  msgstr "更新"
4083
4082
 
@@ -4093,7 +4092,7 @@ msgstr "无法发布具有 rpm 文件名的复合文件"
4093
4092
  msgid "Cannot publish a link repository if multiple component clones are specified"
4094
4093
  msgstr "如果指定了多个组件克隆,则无法发布链接仓库"
4095
4094
 
4096
- #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:15
4095
+ #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:62
4097
4096
  msgid "Delete Package Group"
4098
4097
  msgstr "删除软件包组"
4099
4098
 
@@ -4105,7 +4104,7 @@ msgstr "无法导出,'pulp_export_destination' 没有被设置为一个有效
4105
4104
  msgid "Unable to export. 'pulp_export_destination' setting is not a writable directory."
4106
4105
  msgstr "无法导出,'pulp_export_destination' 不是一个可写的目录。"
4107
4106
 
4108
- #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:9
4107
+ #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:12
4109
4108
  msgid "Upload into"
4110
4109
  msgstr "上传到"
4111
4110
 
@@ -4117,7 +4116,7 @@ msgstr "無法從非自訂軟體庫移除內容"
4117
4116
  msgid "Can only remove content from within the Default Content View"
4118
4117
  msgstr "只能從預設的內容視域移除內容"
4119
4118
 
4120
- #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:3
4119
+ #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:16
4121
4120
  msgid "Remove Content"
4122
4121
  msgstr "删除内容"
4123
4122
 
@@ -4141,19 +4140,19 @@ msgstr "同步:验证内容"
4141
4140
  msgid "Synchronize: Skip Metadata Check"
4142
4141
  msgstr "同步:跳过元数据检查"
4143
4142
 
4144
- #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:2
4143
+ #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:15
4145
4144
  msgid "Synchronize"
4146
4145
  msgstr "同步"
4147
4146
 
4148
- #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:72
4147
+ #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:13
4149
4148
  msgid "Upload errata into"
4150
4149
  msgstr "上传勘误信息"
4151
4150
 
4152
- #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:68
4151
+ #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:53
4153
4152
  msgid "Create Package Group"
4154
4153
  msgstr "创建软件包组"
4155
4154
 
4156
- #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:69
4155
+ #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:54
4157
4156
  msgid "Disable"
4158
4157
  msgstr "禁用"
4159
4158
 
@@ -4161,7 +4160,7 @@ msgstr "禁用"
4161
4160
  msgid "Repository not found"
4162
4161
  msgstr "找不到軟體庫"
4163
4162
 
4164
- #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:71
4163
+ #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:10
4165
4164
  msgid "Enable"
4166
4165
  msgstr "启用"
4167
4166
 
@@ -4169,7 +4168,7 @@ msgstr "启用"
4169
4168
  msgid "The repository is already enabled"
4170
4169
  msgstr "仓库已启用"
4171
4170
 
4172
- #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:67
4171
+ #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:8
4173
4172
  msgid "Run Sync Plan:"
4174
4173
  msgstr "运行同步计划:"
4175
4174
 
@@ -4330,15 +4329,15 @@ msgstr ""
4330
4329
  msgid "Group %{id} already created."
4331
4330
  msgstr "组 %{id} 已创建。"
4332
4331
 
4333
- #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:66
4332
+ #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:7
4334
4333
  msgid "Create Export History"
4335
4334
  msgstr ""
4336
4335
 
4337
- #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:65
4336
+ #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:6
4338
4337
  msgid "Create Import History"
4339
4338
  msgstr ""
4340
4339
 
4341
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:63
4340
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:4
4342
4341
  msgid "Export Library"
4343
4342
  msgstr "导出库"
4344
4343
 
@@ -4350,7 +4349,7 @@ msgstr ""
4350
4349
  "注意:无法完全导出“%{organization}”机构的库,因为它包含没有“立即”下载策略的仓库。更新下载策略并同步受影响的仓库,以将其包括在导出中。\n"
4351
4350
  " %{repos}"
4352
4351
 
4353
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:62
4352
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:3
4354
4353
  msgid "Import"
4355
4354
  msgstr "导入"
4356
4355
 
@@ -4410,7 +4409,7 @@ msgstr "当前机构尚未导入清单。"
4410
4409
  msgid "This Organization's subscription manifest has expired. Please import a new manifest."
4411
4410
  msgstr "该机构的订阅清单已过期。请导入一个新的清单。"
4412
4411
 
4413
- #: ../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
4412
+ #: ../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
4414
4413
  msgid "A backend service [ %s ] is unreachable"
4415
4414
  msgstr "一个后端服务 [ %s ] 无法被访问"
4416
4415
 
@@ -6366,7 +6365,11 @@ msgstr "Pulp 信息总线连接有问题。"
6366
6365
  msgid "Failed indexing errata, maximum retries encountered"
6367
6366
  msgstr "对勘误进行索引失败,已达到最多重试次数"
6368
6367
 
6369
- #: ../app/services/katello/pulp3/content_view_version/export.rb:102
6368
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:98
6369
+ msgid "Specify an export chunk size less than 1_000_000 GB"
6370
+ msgstr ""
6371
+
6372
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:111
6370
6373
  msgid ""
6371
6374
  "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"
6372
6375
  " %{repos}"
@@ -6374,43 +6377,45 @@ msgstr ""
6374
6377
  "注意:无法完全导入内容视图版本 '%{content_view} %{current}',它包括没有 'immediate' 下载策略的仓库。更新下载策论并同步受影响的仓库。在同步重新发布的内容视图后,导入生成的版本。 \n"
6375
6378
  " %{repos}"
6376
6379
 
6377
- #: ../app/services/katello/pulp3/content_view_version/export.rb:123
6380
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:132
6378
6381
  msgid "The exported Content View Version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}'. Please do a full export."
6379
6382
  msgstr "导出的内容视图版本 '%{content_view} %{current}' 无法从版本 '%{from}' 马上更新。请进行一个完全导入。"
6380
6383
 
6381
- #: ../app/services/katello/pulp3/content_view_version/export.rb:155
6384
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:164
6382
6385
  msgid "Product: '%{product}', Repository: '%{repository}'"
6383
6386
  msgstr "产品:'%{product}',参考:'%{repository}'"
6384
6387
 
6385
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:39
6388
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:40
6386
6389
  msgid "Content View Version specified in the metadata - '%{name}' already exists. If you wish to replace the existing version, delete %{name} and try again. "
6387
6390
  msgstr "元数据中指定的内容视图版本 - '%{name} ' 已经存在。如果要替换现有版本,请删除 %{name}然后再试一次。 "
6388
6391
 
6389
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:53
6392
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:54
6390
6393
  msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
6391
6394
  msgstr "在元数据中指定的前内容查看版本 - '%{name}'不存在。请先导入“%{name}”的元数据,然后再导入“%{current}” "
6392
6395
 
6393
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:81
6396
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:64
6397
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
6398
+ msgstr ""
6399
+
6400
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:91
6394
6401
  msgid ""
6395
6402
  "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"
6396
6403
  " %{repos}"
6397
6404
  msgstr ""
6398
6405
 
6399
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:100
6406
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:126
6400
6407
  msgid ""
6401
- "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"
6408
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
6402
6409
  " %{repos}"
6403
6410
  msgstr ""
6404
- "导入元数据中提供的以下仓库在库中不可用或仓库类型不正确。请在导入之前添加或启用仓库\n"
6405
- " %{repos}"
6406
6411
 
6407
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:110
6412
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:135
6408
6413
  msgid ""
6409
6414
  "\n"
6410
6415
  "* Product = '%{product}', Repository = '%{repository}'"
6411
6416
  msgstr ""
6412
6417
 
6413
- #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:33
6418
+ #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:38
6414
6419
  msgid "Unable to find product '%s' in organization '%s'"
6415
6420
  msgstr ""
6416
6421
 
@@ -8196,222 +8201,128 @@ msgstr "无法在上游找到订阅"
8196
8201
  msgid "The subscription is no longer available"
8197
8202
  msgstr "订阅不再可用"
8198
8203
 
8199
- #: action_names.rb:4
8200
- msgid "Instance update"
8201
- msgstr "实例更新"
8204
+ #: action_names.rb:2
8205
+ msgid "Remote action:"
8206
+ msgstr "远程操作:"
8202
8207
 
8203
8208
  #: action_names.rb:5
8204
- msgid "Index package groups"
8205
- msgstr "索引软件包组"
8209
+ msgid "Copy version units to library"
8210
+ msgstr "将版本单位复制到库"
8211
+
8212
+ #: action_names.rb:11
8213
+ msgid "Verify checksum"
8214
+ msgstr "验证校验和"
8206
8215
 
8207
- #: action_names.rb:6
8216
+ #: action_names.rb:14
8217
+ msgid "Update http proxy details"
8218
+ msgstr "更新 http 代理详情"
8219
+
8220
+ #: action_names.rb:17
8221
+ msgid "Instance update"
8222
+ msgstr "实例更新"
8223
+
8224
+ #: action_names.rb:18
8208
8225
  msgid "Index module streams"
8209
8226
  msgstr "索引模块流"
8210
8227
 
8211
- #: action_names.rb:7
8212
- msgid "Index errata"
8213
- msgstr "索引勘误"
8214
-
8215
- #: action_names.rb:8
8228
+ #: action_names.rb:19
8216
8229
  msgid "Index content"
8217
8230
  msgstr "索引內容"
8218
8231
 
8219
- #: action_names.rb:10
8220
- msgid "Filtered index content"
8221
- msgstr "已过滤的索引内容"
8222
-
8223
- #: action_names.rb:11
8232
+ #: action_names.rb:20
8224
8233
  msgid "Fetch pxe files"
8225
8234
  msgstr "获取 pxe 文件"
8226
8235
 
8227
- #: action_names.rb:13
8236
+ #: action_names.rb:21
8228
8237
  msgid "Errata mail"
8229
8238
  msgstr "勘误邮件"
8230
8239
 
8231
- #: action_names.rb:14
8232
- msgid "Discover"
8233
- msgstr "发现"
8234
-
8235
- #: action_names.rb:19
8240
+ #: action_names.rb:24
8236
8241
  msgid "Update http proxy"
8237
8242
  msgstr "更新 HTTP 代理"
8238
8243
 
8239
- #: action_names.rb:20
8240
- msgid "Reindex subscriptions"
8241
- msgstr "重新索引订阅"
8242
-
8243
- #: action_names.rb:31
8244
- msgid "Hypervisors update"
8245
- msgstr "Hypervisor 更新"
8246
-
8247
- #: action_names.rb:32
8244
+ #: action_names.rb:30
8248
8245
  msgid "Hypervisors"
8249
8246
  msgstr "Hypervisor"
8250
8247
 
8251
- #: action_names.rb:35
8248
+ #: action_names.rb:32
8252
8249
  msgid "Auto attach subscriptions"
8253
8250
  msgstr "自動連接訂閱"
8254
8251
 
8255
- #: action_names.rb:48
8252
+ #: action_names.rb:41
8256
8253
  msgid "Promote"
8257
8254
  msgstr "升级"
8258
8255
 
8259
- #: action_names.rb:49
8260
- msgid "Remote action:"
8261
- msgstr "远程操作:"
8262
-
8263
- #: action_names.rb:50
8264
- msgid "Incremental Update of Content View Version(s) "
8265
- msgstr "内容视图版本的增量更新"
8256
+ #: action_names.rb:52
8257
+ msgid "Hypervisors update"
8258
+ msgstr "Hypervisor 更新"
8266
8259
 
8267
- #: action_names.rb:51
8268
- msgid "Sync capsule"
8269
- msgstr "同步 capsule"
8260
+ #: action_names.rb:55
8261
+ msgid "Update content urls"
8262
+ msgstr "更新内容 url"
8270
8263
 
8271
- #: action_names.rb:56
8272
- msgid "Agent action"
8273
- msgstr "代理操作"
8264
+ #: action_names.rb:57
8265
+ msgid "Reindex subscriptions"
8266
+ msgstr "重新索引订阅"
8274
8267
 
8275
8268
  #: action_names.rb:58
8276
- msgid "Abstract async task"
8277
- msgstr "抽象 async 任务"
8269
+ msgid "Update redhat repository"
8270
+ msgstr "更新 redhat 仓库"
8278
8271
 
8279
8272
  #: action_names.rb:59
8280
- msgid "Import Puppet classes"
8281
- msgstr "导入 Puppet 类"
8273
+ msgid "Filtered index content"
8274
+ msgstr "已过滤的索引内容"
8282
8275
 
8283
8276
  #: action_names.rb:60
8284
- msgid "Import facts"
8285
- msgstr "导入事实"
8277
+ msgid "Index errata"
8278
+ msgstr "索引勘误"
8286
8279
 
8287
8280
  #: action_names.rb:61
8288
- msgid "Action with sub plans"
8289
- msgstr "有子计划的操作"
8281
+ msgid "Index package groups"
8282
+ msgstr "索引软件包组"
8283
+
8284
+ #: action_names.rb:63
8285
+ msgid "Discover"
8286
+ msgstr "发现"
8290
8287
 
8291
8288
  #: action_names.rb:64
8292
- msgid "Copy version units to library"
8293
- msgstr "将版本单位复制到库"
8289
+ msgid "Incremental Update of Content View Version(s) "
8290
+ msgstr "内容视图版本的增量更新"
8294
8291
 
8295
- #: action_names.rb:70
8296
- msgid "Verify checksum"
8297
- msgstr "验证校验和"
8292
+ #: action_names.rb:67
8293
+ msgid "Abstract async task"
8294
+ msgstr "抽象 async 任务"
8295
+
8296
+ #: action_names.rb:68
8297
+ msgid "Sync capsule"
8298
+ msgstr "同步 capsule"
8299
+
8300
+ #: action_names.rb:72
8301
+ msgid "Agent action"
8302
+ msgstr "代理操作"
8298
8303
 
8299
8304
  #: action_names.rb:73
8300
- msgid "Update redhat repository"
8301
- msgstr "更新 redhat 仓库"
8305
+ msgid "Import Puppet classes"
8306
+ msgstr "导入 Puppet "
8302
8307
 
8303
8308
  #: action_names.rb:74
8304
- msgid "Update http proxy details"
8305
- msgstr "更新 http 代理详情"
8309
+ msgid "Import facts"
8310
+ msgstr "导入事实"
8306
8311
 
8307
8312
  #: action_names.rb:75
8308
- msgid "Update content urls"
8309
- msgstr "更新内容 url"
8310
-
8311
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:52
8312
- #~ msgid "Schedule errata for installation"
8313
- #~ msgstr "為安裝排程勘誤"
8314
-
8315
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:30
8316
- #~ msgid "Install packages remotely"
8317
- #~ msgstr "远程安装的软件包"
8318
-
8319
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:48
8320
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:59
8321
- #~ msgid "Update packages remotely"
8322
- #~ msgstr "遠端更新套件"
8323
-
8324
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:66
8325
- #~ msgid "Uninstall packages remotely"
8326
- #~ msgstr "远程卸载软件包"
8327
-
8328
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:118
8329
- #~ msgid "Install content on one or more hosts"
8330
- #~ msgstr "在一个或多个主机上安装内容"
8331
-
8332
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:128
8333
- #~ msgid "Update content on one or more hosts"
8334
- #~ msgstr "更新一台或多台主机上的内容"
8335
-
8336
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:139
8337
- #~ msgid "Remove content on one or more hosts"
8338
- #~ msgstr "在一个或多个主机上删除内容"
8339
-
8340
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:55
8341
- #~ msgid "comma-separated list of releases to be synced from deb-archive"
8342
- #~ msgstr "用逗号分隔的要从 deb-archive 同步的发行列表"
8343
-
8344
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:56
8345
- #~ msgid "comma-separated list of repo components to be synced from deb-archive"
8346
- #~ msgstr "用逗号分隔的要从 deb-archive 同步的仓库组件列表"
8347
-
8348
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:57
8349
- #~ msgid "comma-separated list of architectures to be synced from deb-archive"
8350
- #~ msgstr "从 deb-archive 同步的、以逗号分隔的架构列表"
8313
+ msgid "Action with sub plans"
8314
+ msgstr "有子计划的操作"
8351
8315
 
8352
- #:
8353
- #: ../app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb:11
8354
8316
  #~ msgid ""
8355
- #~ "Activation key(s) for Subscription Manager. Required for CentOS and Red Hat En"
8356
- #~ "terprise Linux. Multiple keys add separated by comma, example: key1,key2,key3."
8357
- #~ msgstr ""
8358
- #~ "订阅管理器的激活码。 对于 CentOS 和 Red Hat Enterprise Linux 都是必需的。多个码以逗号分隔,例如:key1,key2,ke"
8359
- #~ "y3。"
8317
+ #~ "Split the exported content into archives no greater than the specified size in"
8318
+ #~ " megabytes."
8319
+ #~ msgstr "将导出的内容拆分为不超过指定大小(以兆字节为单位)的存档。"
8360
8320
 
8361
- #: ../app/models/katello/root_repository.rb:141
8362
8321
  #~ msgid ""
8363
- #~ "Cannot sync file:// repositories with On Demand or Background Download Policie"
8364
- #~ "s"
8365
- #~ msgstr "无法按需或通过后台下载策略同步 file:// 仓库"
8366
-
8367
- #: ../app/models/setting/content.rb:115
8368
- #~ msgid "If set to true, use the remote execution over katello-agent for remote actions"
8369
- #~ msgstr "如果设置为 true,则通过 katello-agent 进行远程执行来执行远程操作"
8370
-
8371
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:75
8372
- #~ msgid "Red Hat"
8373
- #~ msgstr "Red Hat"
8374
-
8375
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:75
8376
- #~ msgid "Custom"
8377
- #~ msgstr "定制"
8378
-
8379
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:76
8380
- #~ msgid ""
8381
- #~ "\n"
8382
- #~ "* Product = '%{product}', Repository = '%{repository}', Repository Type = '%{r"
8383
- #~ "epo_type}'"
8322
+ #~ "The following repositories provided in the import metadata are either not avai"
8323
+ #~ "lable in the Library or are of incorrect Respository Type. Please add or enabl"
8324
+ #~ "e the repositories before importing\n"
8325
+ #~ " %{repos}"
8384
8326
  #~ msgstr ""
8385
- #~ "\n"
8386
- #~ "*产品='%{product}',仓库='%{repository}',仓库类型='%{repo_type}'"
8387
-
8388
- #: ../app/views/foreman/hosts/_registration_commands.html.erb:16
8389
- #~ msgid "Activation Key(s) *"
8390
- #~ msgstr "激活码 *"
8391
-
8392
- #: ../app/views/foreman/hosts/_registration_commands.html.erb:17
8393
- #~ msgid ""
8394
- #~ "Activation key(s) for Subscription Manager. Multiple keys should be comma-sepa"
8395
- #~ "rated, for example: key1,key2,key3."
8396
- #~ msgstr "Subscription Manager 的激活码。多个键应以逗号分隔,例如:key1,key2,key3。"
8397
-
8398
- #: ../lib/katello/plugin.rb:279
8399
- #~ msgid "Katello"
8400
- #~ msgstr "Katello"
8401
-
8402
- #: ../lib/proxy_api/container_gateway.rb:18
8403
- #~ msgid "Unable to perform unauthenticated repository list operation"
8404
- #~ msgstr "无法执行未经身份验证的仓库列表操作"
8405
-
8406
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:74
8407
- #~ msgid "Something went wrong while retrieving the repository types! ${error}"
8408
- #~ msgstr "获取仓库类型时出错!${error}"
8409
-
8410
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:81
8411
- #~ msgid "Something went wrong while retrieving the content view filters! ${error}"
8412
- #~ msgstr "获取内容视图过滤器时出错! ${error}"
8413
-
8414
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:88
8415
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:97
8416
- #~ msgid "Something went wrong while retrieving the content view filter! ${error}"
8417
- #~ msgstr "获取内容视图过滤器时出错! ${error}"
8327
+ #~ "导入元数据中提供的以下仓库在库中不可用或仓库类型不正确。请在导入之前添加或启用仓库\n"
8328
+ #~ " %{repos}"