katello 4.15.0 → 4.16.0.rc1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (505) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/common/katello_object.js +2 -2
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +248 -263
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +247 -262
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +247 -262
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +521 -536
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +253 -268
  8. data/app/assets/javascripts/katello/locale/de/katello.js +248 -263
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +247 -262
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +249 -264
  11. data/app/assets/javascripts/katello/locale/el/katello.js +251 -266
  12. data/app/assets/javascripts/katello/locale/en/katello.js +253 -268
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +263 -278
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +247 -262
  15. data/app/assets/javascripts/katello/locale/es/katello.js +248 -263
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +247 -262
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +250 -265
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +247 -262
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +249 -264
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +249 -264
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +248 -263
  22. data/app/assets/javascripts/katello/locale/id/katello.js +261 -275
  23. data/app/assets/javascripts/katello/locale/it/katello.js +252 -267
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +250 -265
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +247 -262
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +248 -263
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +248 -263
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +247 -262
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +248 -263
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +252 -267
  31. data/app/assets/javascripts/katello/locale/or/katello.js +248 -263
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +248 -263
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +248 -263
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +247 -262
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +248 -263
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +248 -263
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +247 -262
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +247 -262
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +253 -268
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +247 -262
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +248 -263
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +248 -263
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +247 -262
  44. data/app/assets/javascripts/katello/locale/te/katello.js +248 -263
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +247 -262
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +247 -262
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +247 -262
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +247 -262
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +250 -265
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -270
  51. data/app/assets/javascripts/katello/sync_management/sync_management.js +16 -2
  52. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +33 -9
  53. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  54. data/app/controllers/katello/api/v2/activation_keys_controller.rb +4 -9
  55. data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
  56. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +3 -1
  57. data/app/controllers/katello/api/v2/content_views_controller.rb +4 -1
  58. data/app/controllers/katello/api/v2/environments_controller.rb +4 -0
  59. data/app/controllers/katello/api/v2/errata_controller.rb +12 -1
  60. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +81 -0
  61. data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +86 -0
  62. data/app/controllers/katello/api/v2/host_bootc_images_controller.rb +71 -0
  63. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +4 -6
  64. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -5
  65. data/app/controllers/katello/api/v2/repositories_controller.rb +18 -3
  66. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +0 -8
  67. data/app/controllers/katello/concerns/api/v2/http_proxies_controller_extensions.rb +17 -0
  68. data/app/controllers/katello/concerns/http_proxies_controller_extensions.rb +20 -0
  69. data/app/controllers/katello/sync_management_controller.rb +6 -2
  70. data/app/helpers/katello/content_source_helper.rb +8 -1
  71. data/app/helpers/katello/content_view_helper.rb +3 -1
  72. data/app/lib/actions/candlepin/activation_key/create.rb +1 -3
  73. data/app/lib/actions/candlepin/activation_key/update.rb +1 -3
  74. data/app/lib/actions/candlepin/environment/set_content.rb +17 -4
  75. data/app/lib/actions/katello/activation_key/create.rb +1 -2
  76. data/app/lib/actions/katello/activation_key/update.rb +2 -4
  77. data/app/lib/actions/katello/capsule_content/refresh_repos.rb +7 -1
  78. data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +3 -2
  79. data/app/lib/actions/katello/content_view/publish.rb +7 -2
  80. data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +11 -2
  81. data/app/lib/actions/katello/content_view_version/incremental_update.rb +31 -22
  82. data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +30 -0
  83. data/app/lib/actions/katello/flatpak/scan_remote.rb +17 -12
  84. data/app/lib/actions/katello/host/update_system_purpose.rb +1 -6
  85. data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +18 -2
  86. data/app/lib/actions/pulp3/repository/multi_copy_units.rb +4 -0
  87. data/app/lib/katello/api/v2/rendering.rb +2 -1
  88. data/app/lib/katello/concerns/base_template_scope_extensions.rb +3 -4
  89. data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +13 -0
  90. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -5
  91. data/app/lib/katello/resources/candlepin/product.rb +2 -1
  92. data/app/lib/katello/util/cveak_migrator.rb +3 -2
  93. data/app/lib/katello/validators/alternate_content_source_path_validator.rb +2 -2
  94. data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
  95. data/app/lib/katello/validators/content_validator.rb +1 -1
  96. data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +2 -2
  97. data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -2
  98. data/app/lib/katello/validators/content_view_environment_validator.rb +3 -3
  99. data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +12 -12
  100. data/app/lib/katello/validators/content_view_filter_version_validator.rb +1 -1
  101. data/app/lib/katello/validators/generated_content_view_validator.rb +1 -1
  102. data/app/lib/katello/validators/gpg_key_content_type_validator.rb +2 -2
  103. data/app/lib/katello/validators/gpg_key_content_validator.rb +5 -5
  104. data/app/lib/katello/validators/katello_label_format_validator.rb +4 -4
  105. data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
  106. data/app/lib/katello/validators/katello_url_format_validator.rb +1 -1
  107. data/app/lib/katello/validators/library_presence_validator.rb +1 -1
  108. data/app/lib/katello/validators/no_trailing_space_validator.rb +1 -1
  109. data/app/lib/katello/validators/non_library_environment_validator.rb +1 -1
  110. data/app/lib/katello/validators/not_in_library_validator.rb +1 -1
  111. data/app/lib/katello/validators/path_descendents_validator.rb +1 -1
  112. data/app/lib/katello/validators/prior_validator.rb +1 -1
  113. data/app/lib/katello/validators/product_unique_attribute_validator.rb +1 -1
  114. data/app/lib/katello/validators/repo_disablement_validator.rb +2 -2
  115. data/app/lib/katello/validators/root_repository_unique_attribute_validator.rb +1 -1
  116. data/app/lib/katello/validators/self_reference_environment_validator.rb +1 -1
  117. data/app/lib/katello/validators/unique_field_in_org.rb +1 -1
  118. data/app/models/katello/activation_key.rb +6 -17
  119. data/app/models/katello/authorization/flatpak_remote.rb +33 -0
  120. data/app/models/katello/concerns/content_facet_host_extensions.rb +2 -1
  121. data/app/models/katello/concerns/host_managed_extensions.rb +8 -5
  122. data/app/models/katello/concerns/http_proxy_extensions.rb +4 -0
  123. data/app/models/katello/concerns/smart_proxy_extensions.rb +30 -6
  124. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -8
  125. data/app/models/katello/content_view.rb +4 -2
  126. data/app/models/katello/content_view_erratum_filter.rb +18 -2
  127. data/app/models/katello/content_view_version.rb +6 -0
  128. data/app/models/katello/docker_manifest.rb +8 -0
  129. data/app/models/katello/docker_manifest_list.rb +8 -0
  130. data/app/models/katello/erratum.rb +8 -2
  131. data/app/models/katello/flatpak_remote.rb +16 -0
  132. data/app/models/katello/flatpak_remote_repository.rb +18 -0
  133. data/app/models/katello/flatpak_remote_repository_manifest.rb +4 -0
  134. data/app/models/katello/glue/candlepin/pool.rb +1 -1
  135. data/app/models/katello/glue/pulp/repos.rb +12 -1
  136. data/app/models/katello/host/content_facet.rb +42 -3
  137. data/app/models/katello/host/subscription_facet.rb +4 -12
  138. data/app/models/katello/repository.rb +21 -8
  139. data/app/models/katello/rhel_lifecycle_status.rb +6 -0
  140. data/app/models/katello/root_repository.rb +6 -8
  141. data/app/models/katello/upstream_pool.rb +1 -0
  142. data/app/overrides/add_organization_attributes.rb +6 -0
  143. data/app/services/katello/product_content_finder.rb +2 -1
  144. data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +1 -1
  145. data/app/services/katello/pulp3/docker_manifest.rb +3 -2
  146. data/app/services/katello/pulp3/docker_manifest_list.rb +3 -2
  147. data/app/services/katello/pulp3/repository/ansible_collection.rb +8 -1
  148. data/app/services/katello/pulp3/repository/apt.rb +16 -18
  149. data/app/services/katello/pulp3/repository/file.rb +4 -2
  150. data/app/services/katello/pulp3/repository.rb +4 -0
  151. data/app/services/katello/pulp3/task.rb +2 -2
  152. data/app/views/foreman/job_templates/bootc_action.erb +26 -0
  153. data/app/views/foreman/job_templates/bootc_rollback.erb +13 -0
  154. data/app/views/foreman/job_templates/bootc_status.erb +13 -0
  155. data/app/views/foreman/job_templates/bootc_switch.erb +13 -0
  156. data/app/views/foreman/job_templates/bootc_upgrade.erb +13 -0
  157. data/app/views/foreman/job_templates/flatpak_install.erb +23 -0
  158. data/app/views/foreman/job_templates/flatpak_login_action.erb +30 -0
  159. data/app/views/foreman/job_templates/flatpak_setup.erb +27 -0
  160. data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
  161. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
  162. data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +1 -1
  163. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
  164. data/app/views/katello/api/v2/activation_keys/base.json.rabl +0 -4
  165. data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -1
  166. data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -0
  167. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +5 -1
  168. data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -1
  169. data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -1
  170. data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +4 -0
  171. data/app/views/katello/api/v2/flatpak_remote_repositories/index.json.rabl +7 -0
  172. data/app/views/katello/api/v2/flatpak_remote_repositories/show.json.rabl +13 -0
  173. data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
  174. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +8 -0
  175. data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +11 -0
  176. data/app/views/katello/api/v2/flatpak_remotes/show.json.rabl +3 -0
  177. data/app/views/katello/api/v2/hosts/base.json.rabl +0 -8
  178. data/app/views/katello/api/v2/hosts/os_attributes.json.rabl +13 -0
  179. data/app/views/katello/api/v2/http_proxies/show.json.rabl +1 -0
  180. data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
  181. data/app/views/katello/api/v2/repositories/show.json.rabl +1 -0
  182. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +0 -4
  183. data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
  184. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +10 -4
  185. data/app/views/overrides/http_proxies/_update_setting_input.html.erb +18 -0
  186. data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
  187. data/config/initializers/monkeys.rb +0 -1
  188. data/config/initializers/pagelets.rb +6 -0
  189. data/config/routes/api/registry.rb +1 -0
  190. data/config/routes/api/v2.rb +21 -0
  191. data/config/routes/overrides.rb +1 -0
  192. data/config/routes.rb +2 -0
  193. data/db/migrate/20190605014649_add_purpose_addons.rb +0 -12
  194. data/db/migrate/20200213184848_create_evr_type.rb +126 -1
  195. data/db/migrate/20200818192230_update_system_purpose_status.rb +0 -1
  196. data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +0 -1
  197. data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +160 -0
  198. data/db/migrate/20241022121706_add_sync_dependencies_option.rb +5 -0
  199. data/db/migrate/20241101144625_remove_system_purpose_addons.rb +9 -0
  200. data/db/migrate/20241107002541_add_registry_url_to_katello_flatpak_remotes.rb +5 -0
  201. data/db/migrate/20241112145802_add_manifest_entity_to_content_facets.rb +7 -0
  202. data/db/migrate/20241120213713_add_allow_other_types_to_content_view_erratum_filter_rules.rb +6 -0
  203. data/db/migrate/20241206183052_add_content_type_to_container_manifests_and_lists.rb +9 -0
  204. data/db/seeds.d/75-job_templates.rb +5 -1
  205. data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +2 -2
  206. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js +3 -3
  207. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap.js +3 -3
  208. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +0 -5
  209. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +1 -41
  210. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +0 -12
  211. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html +1 -1
  212. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-system-purpose-modal.controller.js +1 -41
  213. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js +1 -1
  214. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
  215. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html +2 -2
  216. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +0 -13
  217. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -1
  218. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +0 -5
  219. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +1 -35
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -14
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +1 -1
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -2
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +46 -22
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +2 -1
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +4 -0
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html +1 -1
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +1 -1
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html +2 -1
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +85 -29
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +338 -93
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +340 -95
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +340 -95
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +341 -96
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +31 -54
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +338 -93
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +338 -93
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +341 -96
  239. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +349 -104
  240. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +338 -93
  241. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +33 -56
  242. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +338 -93
  243. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +80 -68
  244. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +340 -95
  245. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +340 -95
  246. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +339 -111
  247. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +340 -95
  248. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +379 -130
  249. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +342 -103
  250. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +70 -83
  251. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +84 -90
  252. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +340 -95
  253. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +130 -138
  254. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +338 -93
  255. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +340 -95
  256. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +343 -97
  257. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +340 -95
  258. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +340 -95
  259. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +340 -95
  260. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +338 -93
  261. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +338 -93
  262. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +40 -63
  263. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +338 -93
  264. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +338 -93
  265. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +343 -102
  266. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +338 -93
  267. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +340 -95
  268. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +338 -93
  269. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +340 -95
  270. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +340 -95
  271. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +338 -93
  272. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +338 -93
  273. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +338 -93
  274. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +338 -93
  275. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +70 -83
  276. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +362 -105
  277. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +29 -29
  278. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +1 -1
  279. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js +1 -1
  280. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html +2 -2
  281. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +24 -8
  282. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-tasks.html +2 -1
  283. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -2
  284. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -8
  285. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/os-versions.service.js +1 -0
  286. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html +3 -3
  287. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html +2 -1
  288. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html +4 -2
  289. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +2 -1
  290. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +3 -3
  291. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +1 -1
  292. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +1 -1
  293. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
  294. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +2 -2
  295. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -1
  296. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html +2 -2
  297. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -1
  298. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +1 -1
  299. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html +1 -1
  300. data/lib/katello/engine.rb +6 -0
  301. data/lib/katello/permission_creator.rb +37 -0
  302. data/lib/katello/permissions/host_permissions.rb +2 -0
  303. data/lib/katello/permissions/registry_permissions.rb +1 -0
  304. data/lib/katello/plugin.rb +18 -1
  305. data/lib/katello/repository_types/docker.rb +0 -1
  306. data/lib/katello/repository_types/python.rb +1 -1
  307. data/lib/katello/version.rb +1 -1
  308. data/lib/katello.rb +2 -0
  309. data/locale/Makefile +20 -24
  310. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  311. data/locale/bn/katello.po +248 -263
  312. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  313. data/locale/bn_IN/katello.po +247 -262
  314. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  315. data/locale/ca/katello.po +247 -262
  316. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  317. data/locale/cs/katello.po +524 -799
  318. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  319. data/locale/cs_CZ/katello.po +254 -269
  320. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  321. data/locale/de/katello.po +248 -263
  322. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  323. data/locale/de_AT/katello.po +247 -262
  324. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  325. data/locale/de_DE/katello.po +250 -265
  326. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  327. data/locale/el/katello.po +252 -267
  328. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  329. data/locale/en/katello.po +257 -271
  330. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  331. data/locale/en_GB/katello.po +264 -279
  332. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  333. data/locale/en_US/katello.po +247 -262
  334. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  335. data/locale/es/katello.po +248 -263
  336. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  337. data/locale/et_EE/katello.po +247 -262
  338. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  339. data/locale/fr/katello.po +250 -265
  340. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  341. data/locale/gl/katello.po +247 -262
  342. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  343. data/locale/gu/katello.po +250 -265
  344. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  345. data/locale/he_IL/katello.po +249 -264
  346. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  347. data/locale/hi/katello.po +248 -263
  348. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  349. data/locale/id/katello.po +264 -275
  350. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  351. data/locale/it/katello.po +254 -270
  352. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  353. data/locale/ja/katello.po +250 -265
  354. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  355. data/locale/ka/katello.po +247 -262
  356. data/locale/katello.pot +1216 -1215
  357. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  358. data/locale/kn/katello.po +248 -263
  359. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  360. data/locale/ko/katello.po +248 -263
  361. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  362. data/locale/ml_IN/katello.po +247 -262
  363. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  364. data/locale/mr/katello.po +248 -263
  365. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  366. data/locale/nl_NL/katello.po +254 -268
  367. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  368. data/locale/or/katello.po +248 -263
  369. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  370. data/locale/pa/katello.po +248 -263
  371. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  372. data/locale/pl/katello.po +249 -264
  373. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  374. data/locale/pl_PL/katello.po +247 -262
  375. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  376. data/locale/pt/katello.po +248 -263
  377. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  378. data/locale/pt_BR/katello.po +248 -263
  379. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  380. data/locale/ro/katello.po +247 -262
  381. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  382. data/locale/ro_RO/katello.po +247 -262
  383. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  384. data/locale/ru/katello.po +255 -270
  385. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  386. data/locale/sl/katello.po +247 -262
  387. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  388. data/locale/sv_SE/katello.po +249 -264
  389. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  390. data/locale/ta/katello.po +248 -263
  391. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  392. data/locale/ta_IN/katello.po +247 -262
  393. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  394. data/locale/te/katello.po +248 -263
  395. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  396. data/locale/tr/katello.po +247 -262
  397. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  398. data/locale/vi/katello.po +247 -262
  399. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  400. data/locale/vi_VN/katello.po +247 -262
  401. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  402. data/locale/zh/katello.po +247 -262
  403. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  404. data/locale/zh_CN/katello.po +250 -265
  405. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  406. data/locale/zh_TW/katello.po +257 -272
  407. data/webpack/ForemanColumnExtensions/index.js +73 -3
  408. data/webpack/ForemanColumnExtensions/index.scss +9 -0
  409. data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +1 -0
  410. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +1 -1
  411. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +1 -20
  412. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +3 -61
  413. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +0 -5
  414. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -5
  415. data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +87 -0
  416. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +28 -2
  417. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +1 -1
  418. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +2 -2
  419. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -1
  420. data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +55 -0
  421. data/webpack/containers/Application/config.js +5 -0
  422. data/webpack/global_index.js +3 -1
  423. data/webpack/redux/actions/RedHatRepositories/helpers.js +9 -0
  424. data/webpack/scenes/BootedContainerImages/BootedContainerImagesConstants.js +5 -0
  425. data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +242 -0
  426. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImages.fixtures.js +42 -0
  427. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImagesPage.test.js +233 -0
  428. data/webpack/scenes/BootedContainerImages/index.js +4 -0
  429. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +1 -2
  430. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +39 -7
  431. data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +13 -2
  432. data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +1 -1
  433. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +1 -0
  434. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +4 -2
  435. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +1 -2
  436. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +20 -1
  437. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +20 -1
  438. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +128 -18
  439. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +0 -1
  440. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +1 -2
  441. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -4
  442. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +5 -1
  443. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +6 -1
  444. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -1
  445. data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +5 -1
  446. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +4 -2
  447. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +38 -0
  448. data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +0 -1
  449. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +0 -10
  450. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -3
  451. data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +0 -1
  452. metadata +61 -58
  453. data/app/models/katello/activation_key_purpose_addon.rb +0 -6
  454. data/app/models/katello/purpose_addon.rb +0 -11
  455. data/app/models/katello/subscription_facet_purpose_addon.rb +0 -6
  456. data/lib/monkeys/fx_sqlite_skip.rb +0 -13
  457. data/locale/action_names.rb +0 -181
  458. data/locale/bn/katello.po.time_stamp +0 -0
  459. data/locale/bn_IN/katello.po.time_stamp +0 -0
  460. data/locale/ca/katello.po.time_stamp +0 -0
  461. data/locale/cs/katello.po.time_stamp +0 -0
  462. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  463. data/locale/de/katello.po.time_stamp +0 -0
  464. data/locale/de_AT/katello.po.time_stamp +0 -0
  465. data/locale/de_DE/katello.po.time_stamp +0 -0
  466. data/locale/el/katello.po.time_stamp +0 -0
  467. data/locale/en/katello.po.time_stamp +0 -0
  468. data/locale/en_GB/katello.po.time_stamp +0 -0
  469. data/locale/en_US/katello.po.time_stamp +0 -0
  470. data/locale/es/katello.po.time_stamp +0 -0
  471. data/locale/et_EE/katello.po.time_stamp +0 -0
  472. data/locale/fr/katello.po.time_stamp +0 -0
  473. data/locale/gl/katello.po.time_stamp +0 -0
  474. data/locale/gu/katello.po.time_stamp +0 -0
  475. data/locale/he_IL/katello.po.time_stamp +0 -0
  476. data/locale/hi/katello.po.time_stamp +0 -0
  477. data/locale/id/katello.po.time_stamp +0 -0
  478. data/locale/it/katello.po.time_stamp +0 -0
  479. data/locale/ja/katello.po.time_stamp +0 -0
  480. data/locale/ka/katello.po.time_stamp +0 -0
  481. data/locale/kn/katello.po.time_stamp +0 -0
  482. data/locale/ko/katello.po.time_stamp +0 -0
  483. data/locale/ml_IN/katello.po.time_stamp +0 -0
  484. data/locale/mr/katello.po.time_stamp +0 -0
  485. data/locale/nl_NL/katello.po.time_stamp +0 -0
  486. data/locale/or/katello.po.time_stamp +0 -0
  487. data/locale/pa/katello.po.time_stamp +0 -0
  488. data/locale/pl/katello.po.time_stamp +0 -0
  489. data/locale/pl_PL/katello.po.time_stamp +0 -0
  490. data/locale/pt/katello.po.time_stamp +0 -0
  491. data/locale/pt_BR/katello.po.time_stamp +0 -0
  492. data/locale/ro/katello.po.time_stamp +0 -0
  493. data/locale/ro_RO/katello.po.time_stamp +0 -0
  494. data/locale/ru/katello.po.time_stamp +0 -0
  495. data/locale/sl/katello.po.time_stamp +0 -0
  496. data/locale/sv_SE/katello.po.time_stamp +0 -0
  497. data/locale/ta/katello.po.time_stamp +0 -0
  498. data/locale/ta_IN/katello.po.time_stamp +0 -0
  499. data/locale/te/katello.po.time_stamp +0 -0
  500. data/locale/tr/katello.po.time_stamp +0 -0
  501. data/locale/vi/katello.po.time_stamp +0 -0
  502. data/locale/vi_VN/katello.po.time_stamp +0 -0
  503. data/locale/zh/katello.po.time_stamp +0 -0
  504. data/locale/zh_CN/katello.po.time_stamp +0 -0
  505. data/locale/zh_TW/katello.po.time_stamp +0 -0
@@ -476,9 +476,6 @@ msgstr "任何"
476
476
  msgid "About page"
477
477
  msgstr "About 页面"
478
478
 
479
- msgid "Abstract async task"
480
- msgstr "抽象 async 任务"
481
-
482
479
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
483
480
  msgstr "禁止访问红帽订阅管理。如果要更改这个设置,请更新内容设置\"订阅连接已启用\"。"
484
481
 
@@ -614,9 +611,6 @@ msgstr "添加新书签"
614
611
  msgid "Add one or more host collections to one or more hosts"
615
612
  msgstr "将一个或多个主机集合添加到一个或多个主机"
616
613
 
617
- msgid "Add ons"
618
- msgstr "附加组件"
619
-
620
614
  msgid "Add products to sync plan"
621
615
  msgstr "为同步计划添加产品"
622
616
 
@@ -647,9 +641,6 @@ msgstr ""
647
641
  msgid "Add to a host collection"
648
642
  msgstr "添加到一个主机集合"
649
643
 
650
- msgid "Add-ons"
651
- msgstr "附加组件"
652
-
653
644
  msgid "Added"
654
645
  msgstr "添加"
655
646
 
@@ -710,15 +701,15 @@ msgstr "所有版本"
710
701
  msgid "All versions will be removed from these environments"
711
702
  msgstr "所有版本都将从这些环境中删除"
712
703
 
713
- msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
714
- msgstr ""
715
-
716
704
  msgid "Allow deleting repositories in published content views"
717
705
  msgstr "允许删除公布的内容视图中的仓库"
718
706
 
719
707
  msgid "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
720
708
  msgstr "只要主机处于构建模式,允许主机注册绕过 'Host Profile Assume'。"
721
709
 
710
+ msgid "Allow hosts or activation keys to be associated with multiple content view environments"
711
+ msgstr ""
712
+
722
713
  msgid "Allow hosts to re-register themselves only when they are in build mode"
723
714
  msgstr "仅当主机处于构建模式时才允许主机重新注册"
724
715
 
@@ -944,10 +935,10 @@ msgstr "将环境和内容视图分配给一个或多个主机"
944
935
  msgid "Assign the release version to one or more hosts"
945
936
  msgstr "将发行版本分配给一个或多个主机"
946
937
 
947
- msgid "Assigning a host to multiple content view environments is not enabled."
938
+ msgid "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
948
939
  msgstr ""
949
940
 
950
- msgid "Assigning an activation key to multiple content view environments is not enabled."
941
+ msgid "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
951
942
  msgstr ""
952
943
 
953
944
  msgid "Associated location IDs"
@@ -968,15 +959,15 @@ msgstr "至少需要提供一个激活码"
968
959
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
969
960
  msgstr "至少有一个激活密钥有分配的生命周期环境和内容视图"
970
961
 
962
+ msgid "At least one errata type option needs to be selected."
963
+ msgstr ""
964
+
971
965
  msgid "At least one of the selected items requires the host to reboot"
972
966
  msgstr ""
973
967
 
974
968
  msgid "At least one organization must exist."
975
969
  msgstr "至少必须存在一个组织。"
976
970
 
977
- msgid "Atleast one errata type needs to be selected."
978
- msgstr "至少需要选择一个勘误。"
979
-
980
971
  msgid "Attach a subscription"
981
972
  msgstr "附加订阅"
982
973
 
@@ -1001,9 +992,6 @@ msgstr "作者"
1001
992
  msgid "Auto Publish - Triggered by '%s'"
1002
993
  msgstr "自动发布 - 由 '%s' 触发"
1003
994
 
1004
- msgid "Auto attach subscriptions"
1005
- msgstr "自动附加订阅"
1006
-
1007
995
  msgid "Auto publish"
1008
996
  msgstr "自动发布"
1009
997
 
@@ -1019,6 +1007,12 @@ msgstr "可用权利"
1019
1007
  msgid "Available Repositories"
1020
1008
  msgstr "可用仓库"
1021
1009
 
1010
+ msgid "Available image"
1011
+ msgstr ""
1012
+
1013
+ msgid "Available image digest"
1014
+ msgstr ""
1015
+
1022
1016
  msgid "Available schema versions"
1023
1017
  msgstr ""
1024
1018
 
@@ -1034,6 +1028,9 @@ msgstr "基本 URL"
1034
1028
  msgid "Base URL for finding alternate content"
1035
1029
  msgstr "查找备用内容的基本 URL"
1036
1030
 
1031
+ msgid "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/."
1032
+ msgstr ""
1033
+
1037
1034
  msgid "Base URL to perform repo discovery on"
1038
1035
  msgstr "执行仓库发现操纵的基础 URL"
1039
1036
 
@@ -1079,6 +1076,24 @@ msgstr "收藏本搜索"
1079
1076
  msgid "Bookmarks marked as public are available to all users"
1080
1077
  msgstr "标记为公共的书签可供所有用户使用"
1081
1078
 
1079
+ msgid "Bootc rollback via Bootc interface"
1080
+ msgstr ""
1081
+
1082
+ msgid "Bootc status via Bootc interface"
1083
+ msgstr ""
1084
+
1085
+ msgid "Bootc switch via Bootc interface"
1086
+ msgstr ""
1087
+
1088
+ msgid "Bootc upgrade via Bootc interface"
1089
+ msgstr ""
1090
+
1091
+ msgid "Booted Container Images"
1092
+ msgstr ""
1093
+
1094
+ msgid "Booted container images"
1095
+ msgstr ""
1096
+
1082
1097
  msgid "Both"
1083
1098
  msgstr "两者"
1084
1099
 
@@ -1358,6 +1373,9 @@ msgstr "无法上传 Ansible 集合。"
1358
1373
  msgid "Cannot upload Container Image content."
1359
1374
  msgstr "无法上传容器镜像内容。"
1360
1375
 
1376
+ msgid "Cannot upload container content via Hammer/API. Use podman push instead."
1377
+ msgstr ""
1378
+
1361
1379
  msgid "Capacity"
1362
1380
  msgstr "容量"
1363
1381
 
@@ -1433,13 +1451,13 @@ msgstr "关闭"
1433
1451
  msgid "Collapse All"
1434
1452
  msgstr "全部折叠"
1435
1453
 
1436
- msgid "Comma-separated list of Candlepin environment names associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1454
+ msgid "Comma-separated list of content view environment labels associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1437
1455
  msgstr ""
1438
1456
 
1439
- msgid "Comma-separated list of Candlepin environment names to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1457
+ msgid "Comma-separated list of content view environment labels to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1440
1458
  msgstr ""
1441
1459
 
1442
- msgid "Comma-separated list of Candlepin environment names to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1460
+ msgid "Comma-separated list of content view environment labels to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1443
1461
  msgstr ""
1444
1462
 
1445
1463
  msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
@@ -1451,9 +1469,6 @@ msgstr "同步容器镜像仓库时要排除的标签列表(以逗号分隔)
1451
1469
  msgid "Comma-separated list of tags to sync for a container image repository"
1452
1470
  msgstr "逗号分隔的标签列表,以同步容器镜像仓库"
1453
1471
 
1454
- msgid "Commit upload"
1455
- msgstr ""
1456
-
1457
1472
  msgid "Compare"
1458
1473
  msgstr "比较"
1459
1474
 
@@ -1664,6 +1679,9 @@ msgstr "內容主机"
1664
1679
  msgid "Content imported by %{user} into content view '%{name}'"
1665
1680
  msgstr "由 %{user} 导入到内容视图 '%{name}' 中的内容"
1666
1681
 
1682
+ msgid "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer."
1683
+ msgstr ""
1684
+
1667
1685
  msgid "Content not uploaded to pulp"
1668
1686
  msgstr "没有上传到 pulp 的内容"
1669
1687
 
@@ -1724,6 +1742,9 @@ msgstr ""
1724
1742
  msgid "Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish."
1725
1743
  msgstr ""
1726
1744
 
1745
+ msgid "Content view environment"
1746
+ msgstr ""
1747
+
1727
1748
  msgid "Content view environments"
1728
1749
  msgstr ""
1729
1750
 
@@ -1772,6 +1793,9 @@ msgstr "内容视图版本导入的历史标识符"
1772
1793
  msgid "Content view version is empty"
1773
1794
  msgstr ""
1774
1795
 
1796
+ msgid "Content view version is empty or content counts are not up to date"
1797
+ msgstr ""
1798
+
1775
1799
  msgid "Content views"
1776
1800
  msgstr "内容视图"
1777
1801
 
@@ -1799,27 +1823,15 @@ msgstr "已复制到剪贴板"
1799
1823
  msgid "Copy"
1800
1824
  msgstr "复制"
1801
1825
 
1802
- msgid "Copy all units"
1803
- msgstr ""
1804
-
1805
1826
  msgid "Copy an activation key"
1806
1827
  msgstr "复制激活码"
1807
1828
 
1808
- msgid "Copy content"
1809
- msgstr ""
1810
-
1811
1829
  msgid "Copy content view"
1812
1830
  msgstr "复制内容视图"
1813
1831
 
1814
1832
  msgid "Copy to clipboard"
1815
1833
  msgstr "复制到剪贴板"
1816
1834
 
1817
- msgid "Copy version"
1818
- msgstr ""
1819
-
1820
- msgid "Copy version units to library"
1821
- msgstr "将版本单位复制到库"
1822
-
1823
1835
  msgid "Cores per socket"
1824
1836
  msgstr "每個插槽的核心數"
1825
1837
 
@@ -1994,6 +2006,9 @@ msgstr "创建自定义仓库"
1994
2006
  msgid "Create a filter rule. The parameters included should be based upon the filter type."
1995
2007
  msgstr "创建一个过滤规则。所包含的参数应基于过滤器类型。"
1996
2008
 
2009
+ msgid "Create a flatpak remote"
2010
+ msgstr ""
2011
+
1997
2012
  msgid "Create a host collection"
1998
2013
  msgstr "建立主機集"
1999
2014
 
@@ -2024,21 +2039,12 @@ msgstr "使用生成的 SSL 证书和密钥创建内容凭据。"
2024
2039
  msgid "Create content view"
2025
2040
  msgstr "创建內容视图"
2026
2041
 
2027
- msgid "Create exporter"
2028
- msgstr ""
2029
-
2030
2042
  msgid "Create filter"
2031
2043
  msgstr "创建过滤器"
2032
2044
 
2033
2045
  msgid "Create host collection"
2034
2046
  msgstr "创建主机集"
2035
2047
 
2036
- msgid "Create import"
2037
- msgstr ""
2038
-
2039
- msgid "Create importer"
2040
- msgstr ""
2041
-
2042
2048
  msgid "Create new activation key"
2043
2049
  msgstr ""
2044
2050
 
@@ -2048,12 +2054,6 @@ msgstr "创建机构"
2048
2054
  msgid "Create package filter rule"
2049
2055
  msgstr "创建软件包过滤规则"
2050
2056
 
2051
- msgid "Create publication"
2052
- msgstr ""
2053
-
2054
- msgid "Create remote"
2055
- msgstr ""
2056
-
2057
2057
  msgid "Create rule"
2058
2058
  msgstr "创建规则"
2059
2059
 
@@ -2279,6 +2279,9 @@ msgstr "刪除內容視域"
2279
2279
  msgid "Delete a filter rule"
2280
2280
  msgstr "刪除过滤器规则"
2281
2281
 
2282
+ msgid "Delete a flatpak remote"
2283
+ msgstr ""
2284
+
2282
2285
  msgid "Delete activation key?"
2283
2286
  msgstr ""
2284
2287
 
@@ -2300,36 +2303,12 @@ msgstr "删除內容视图"
2300
2303
  msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
2301
2304
  msgstr ""
2302
2305
 
2303
- msgid "Delete distributions"
2304
- msgstr ""
2305
-
2306
2306
  msgid "Delete manifest from Red Hat provider"
2307
2307
  msgstr "從 Red Hat 供應者中刪除清單"
2308
2308
 
2309
2309
  msgid "Delete multiple filters from a content view"
2310
2310
  msgstr "从内容视图中删除多个过滤器"
2311
2311
 
2312
- msgid "Delete orphan alternate content sources"
2313
- msgstr ""
2314
-
2315
- msgid "Delete orphan distributions"
2316
- msgstr ""
2317
-
2318
- msgid "Delete orphan remotes"
2319
- msgstr ""
2320
-
2321
- msgid "Delete orphan repository versions"
2322
- msgstr ""
2323
-
2324
- msgid "Delete orphaned migrated repositories"
2325
- msgstr ""
2326
-
2327
- msgid "Delete remote"
2328
- msgstr ""
2329
-
2330
- msgid "Delete repository references"
2331
- msgstr ""
2332
-
2333
2312
  msgid "Delete version"
2334
2313
  msgstr "删除版本"
2335
2314
 
@@ -2375,6 +2354,9 @@ msgstr "内容视图的描述"
2375
2354
  msgid "Description for the new published content view version"
2376
2355
  msgstr "新发布的内容视图版本的描述"
2377
2356
 
2357
+ msgid "Description of the flatpak remote"
2358
+ msgstr ""
2359
+
2378
2360
  msgid "Description of the repository"
2379
2361
  msgstr "仓库的描述信息"
2380
2362
 
@@ -2426,12 +2408,6 @@ msgstr "销毁环境"
2426
2408
  msgid "Destroy an environment in an organization"
2427
2409
  msgstr "銷毀組織中的一個環境"
2428
2410
 
2429
- msgid "Destroy exporter"
2430
- msgstr ""
2431
-
2432
- msgid "Destroy importer"
2433
- msgstr ""
2434
-
2435
2411
  msgid "Destroy one or more alternate content sources"
2436
2412
  msgstr "销毁一个或多个备用内容源"
2437
2413
 
@@ -2480,9 +2456,6 @@ msgstr "禁用"
2480
2456
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2481
2457
  msgstr "为 '%{subject}' 禁用简单内容访问失败。"
2482
2458
 
2483
- msgid "Discover"
2484
- msgstr "发现"
2485
-
2486
2459
  msgid "Discover Repositories"
2487
2460
  msgstr "发现软件仓库"
2488
2461
 
@@ -2678,9 +2651,6 @@ msgstr "环境 ID"
2678
2651
  msgid "Environment cannot be in its own promotion path"
2679
2652
  msgstr "環境不能位於自己的推送路徑上"
2680
2653
 
2681
- msgid "Environment contents refresh"
2682
- msgstr ""
2683
-
2684
2654
  msgid "Environment identifier"
2685
2655
  msgstr "环境标识符"
2686
2656
 
@@ -2720,9 +2690,6 @@ msgstr ""
2720
2690
  msgid "Errata id of the erratum (RHSA-2012:108)"
2721
2691
  msgstr "勘误的勘误ID(RHSA-2012:108)"
2722
2692
 
2723
- msgid "Errata mail"
2724
- msgstr "勘误邮件"
2725
-
2726
2693
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2727
2694
  msgstr ""
2728
2695
 
@@ -2882,9 +2849,6 @@ msgstr "为主机获取可用的模块流。"
2882
2849
  msgid "Fetch installable errata for one or more hosts."
2883
2850
  msgstr "为一台或多台主机获取可安装的勘误。"
2884
2851
 
2885
- msgid "Fetch pxe files"
2886
- msgstr "获取 pxe 文件"
2887
-
2888
2852
  msgid "Fetch traces for one or more hosts"
2889
2853
  msgstr "为一个或多个主机获取跟踪"
2890
2854
 
@@ -2978,9 +2942,6 @@ msgstr "按版本号过滤版本"
2978
2942
  msgid "Filter versions that are components in the specified composite version"
2979
2943
  msgstr "过滤在指定复合版本中作为组件的版本"
2980
2944
 
2981
- msgid "Filtered index content"
2982
- msgstr "已过滤的索引内容"
2983
-
2984
2945
  msgid "Filters"
2985
2946
  msgstr "过滤器"
2986
2947
 
@@ -3002,6 +2963,15 @@ msgstr "完成"
3002
2963
  msgid "Finished"
3003
2964
  msgstr "完成"
3004
2965
 
2966
+ msgid "Flatpak Remotes"
2967
+ msgstr ""
2968
+
2969
+ msgid "Flatpak remote numeric identifier"
2970
+ msgstr ""
2971
+
2972
+ msgid "Flatpak remote repository numeric identifier"
2973
+ msgstr ""
2974
+
3005
2975
  msgid "Force"
3006
2976
  msgstr "强制"
3007
2977
 
@@ -3066,9 +3036,6 @@ msgstr ""
3066
3036
  msgid "Generate host applicability"
3067
3037
  msgstr "产生主机适用性"
3068
3038
 
3069
- msgid "Generate metadata"
3070
- msgstr ""
3071
-
3072
3039
  msgid "Generate repository applicability"
3073
3040
  msgstr "生成仓库适用性"
3074
3041
 
@@ -3306,12 +3273,6 @@ msgstr "capsule 上应同时同步多少个参数。较小的数字可能导致
3306
3273
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3307
3274
  msgstr "如何排序結果的順序(比方說 ASC 從下到上)"
3308
3275
 
3309
- msgid "Hypervisors"
3310
- msgstr "Hypervisor"
3311
-
3312
- msgid "Hypervisors update"
3313
- msgstr "Hypervisor 更新"
3314
-
3315
3276
  msgid "ID of a HTTP Proxy"
3316
3277
  msgstr "HTTP 代理的 ID"
3317
3278
 
@@ -3333,6 +3294,9 @@ msgstr "欲顯示其軟體庫的環境之 ID"
3333
3294
  msgid "ID of an organization to show repositories in"
3334
3295
  msgstr "在其中显示仓库的机构 ID"
3335
3296
 
3297
+ msgid "ID of flatpak remote to show repositories of"
3298
+ msgstr ""
3299
+
3336
3300
  msgid "ID of the Organization"
3337
3301
  msgstr "机构 ID"
3338
3302
 
@@ -3393,12 +3357,18 @@ msgstr "用于备用内容源的 HTTP 代理 ID"
3393
3357
  msgid "Id of the content host"
3394
3358
  msgstr "内容主机 ID"
3395
3359
 
3360
+ msgid "Id of the content view to limit the content counting on"
3361
+ msgstr ""
3362
+
3396
3363
  msgid "Id of the content view to limit the synchronization on"
3397
3364
  msgstr "将同步限制于在的内容视图 ID"
3398
3365
 
3399
3366
  msgid "Id of the content view to limit verifying checksum on"
3400
3367
  msgstr ""
3401
3368
 
3369
+ msgid "Id of the environment to limit the content counting on"
3370
+ msgstr ""
3371
+
3402
3372
  msgid "Id of the environment to limit the synchronization on"
3403
3373
  msgstr "将同步限制于的环境 ID"
3404
3374
 
@@ -3420,6 +3390,9 @@ msgstr "要取得状态的机构 ID"
3420
3390
  msgid "Id of the organization to limit environments on"
3421
3391
  msgstr "把环境限制于的机构 ID"
3422
3392
 
3393
+ msgid "Id of the repository to limit the content counting on"
3394
+ msgstr ""
3395
+
3423
3396
  msgid "Id of the repository to limit the synchronization on"
3424
3397
  msgstr "将同步限制于在的仓库 ID"
3425
3398
 
@@ -3557,6 +3530,27 @@ msgstr "忽略的主机"
3557
3530
  msgid "Image"
3558
3531
  msgstr ""
3559
3532
 
3533
+ msgid "Image digest"
3534
+ msgstr ""
3535
+
3536
+ msgid "Image digests"
3537
+ msgstr ""
3538
+
3539
+ msgid "Image mode"
3540
+ msgstr ""
3541
+
3542
+ msgid "Image mode / package mode"
3543
+ msgstr ""
3544
+
3545
+ msgid "Image mode details"
3546
+ msgstr ""
3547
+
3548
+ msgid "Image name"
3549
+ msgstr ""
3550
+
3551
+ msgid "Image-mode host"
3552
+ msgstr ""
3553
+
3560
3554
  msgid "Immediate"
3561
3555
  msgstr "立即"
3562
3556
 
@@ -3599,9 +3593,6 @@ msgstr "导入软件仓库"
3599
3593
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3600
3594
  msgstr ""
3601
3595
 
3602
- msgid "Import migration"
3603
- msgstr ""
3604
-
3605
3596
  msgid "Import new manifest"
3606
3597
  msgstr ""
3607
3598
 
@@ -3611,12 +3602,6 @@ msgstr "仅导入"
3611
3602
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3612
3603
  msgstr "仅导入不能直接发布的内容视图。内容只能通过导入至视图来更新。"
3613
3604
 
3614
- msgid "Import repository upload"
3615
- msgstr ""
3616
-
3617
- msgid "Import upload"
3618
- msgstr ""
3619
-
3620
3605
  msgid "Import uploads into a repository"
3621
3606
  msgstr "将上传文件导入仓库"
3622
3607
 
@@ -3659,6 +3644,9 @@ msgstr "包含由导入/导出操作生成的内容视图,默认为 false"
3659
3644
  msgid "Include filter"
3660
3645
  msgstr "包含的过滤"
3661
3646
 
3647
+ msgid "Include manifests"
3648
+ msgstr ""
3649
+
3662
3650
  msgid "Included"
3663
3651
  msgstr "包含"
3664
3652
 
@@ -3680,9 +3668,6 @@ msgstr "增量更新"
3680
3668
  msgid "Incremental Update incomplete."
3681
3669
  msgstr "增量更新不完整。"
3682
3670
 
3683
- msgid "Incremental Update of Content View Version(s) "
3684
- msgstr "内容视图版本的增量更新"
3685
-
3686
3671
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3687
3672
  msgstr "增量更新 %{content_view_count} 个内容视图版本"
3688
3673
 
@@ -3695,27 +3680,12 @@ msgstr "增量更新至少需要一个内容单元"
3695
3680
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3696
3681
  msgstr "为复合 %{name} 版本 %{version} 指定了增量更新,但没有更新的组件。"
3697
3682
 
3698
- msgid "Index content"
3699
- msgstr "索引內容"
3700
-
3701
- msgid "Index errata"
3702
- msgstr "索引勘误"
3703
-
3704
- msgid "Index module streams"
3705
- msgstr "索引模块流"
3706
-
3707
- msgid "Index package groups"
3708
- msgstr "索引软件包组"
3709
-
3710
3683
  msgid "Informable Type must be one of the following [ %{list} ]"
3711
3684
  msgstr "信息类型需要是 [ %{list} ] 之一"
3712
3685
 
3713
3686
  msgid "Inherit from Repository"
3714
3687
  msgstr "从仓库继承"
3715
3688
 
3716
- msgid "Initialize"
3717
- msgstr ""
3718
-
3719
3689
  msgid "Initiate a sync of the products attached to the sync plan"
3720
3690
  msgstr "启动同步计划中附加产品的同步"
3721
3691
 
@@ -3791,9 +3761,6 @@ msgstr "正在安装软件包组..."
3791
3761
  msgid "Installing Package..."
3792
3762
  msgstr "正在安裝套件..."
3793
3763
 
3794
- msgid "Instance update"
3795
- msgstr "实例更新"
3796
-
3797
3764
  msgid "Instance-based"
3798
3765
  msgstr "基于实例"
3799
3766
 
@@ -3824,8 +3791,8 @@ msgstr "无效的日期范围。勘误过滤规则的开始日期必须早于结
3824
3791
  msgid "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'"
3825
3792
  msgstr "指定了無效的勘誤篩選器規則,「errata_id」不可指定為與 'start_date'、'end_date' 或 'types' 相同的變數值組"
3826
3793
 
3827
- msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or 'types'"
3828
- msgstr "指定了无效的勘误过滤,需要是以下之一:'errata_id'、'start_date'、'end_date' 或 'types'"
3794
+ msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date', 'types', or 'allow_other_types'"
3795
+ msgstr ""
3829
3796
 
3830
3797
  msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
3831
3798
  msgstr "提供了无效的勘误类型 %{invalid_types}。勘误类型可用是 %{valid_types} 中的任何值"
@@ -3908,9 +3875,27 @@ msgstr "作为 '${description}' 已完成"
3908
3875
  msgid "Job '${description}' has started."
3909
3876
  msgstr "作业 '${description}' 已启动。"
3910
3877
 
3878
+ msgid "Katello Bootc interface"
3879
+ msgstr ""
3880
+
3911
3881
  msgid "Katello ID of local pool to update"
3912
3882
  msgstr "要更新的本地池的 Katello ID"
3913
3883
 
3884
+ msgid "Katello: Bootc Action"
3885
+ msgstr ""
3886
+
3887
+ msgid "Katello: Bootc Rollback"
3888
+ msgstr ""
3889
+
3890
+ msgid "Katello: Bootc Status"
3891
+ msgstr ""
3892
+
3893
+ msgid "Katello: Bootc Switch"
3894
+ msgstr ""
3895
+
3896
+ msgid "Katello: Bootc Upgrade"
3897
+ msgstr ""
3898
+
3914
3899
  msgid "Katello: Configure host for new content source"
3915
3900
  msgstr ""
3916
3901
 
@@ -3959,6 +3944,9 @@ msgstr "Katello: 通过搜索查询更新软件包"
3959
3944
  msgid "Katello: Upload Profile"
3960
3945
  msgstr ""
3961
3946
 
3947
+ msgid "Keep latest packages"
3948
+ msgstr ""
3949
+
3962
3950
  msgid "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)"
3963
3951
  msgstr "subscription-manager fact 的键-值哈希,使用句点 (.) 进行嵌套"
3964
3952
 
@@ -3983,6 +3971,9 @@ msgstr "内容标签"
3983
3971
  msgid "Label of the content view"
3984
3972
  msgstr "内容视图标签"
3985
3973
 
3974
+ msgid "Label of the flatpak remote"
3975
+ msgstr ""
3976
+
3986
3977
  msgid "Last check-in:"
3987
3978
  msgstr "最后签到:"
3988
3979
 
@@ -4148,6 +4139,9 @@ msgstr "列出机构中的可用版本"
4148
4139
  msgid "List available subscriptions from Red Hat Subscription Management"
4149
4140
  msgstr "列出来自 Red Hat Subscription Management 的可用订阅"
4150
4141
 
4142
+ msgid "List booted bootc container images for hosts"
4143
+ msgstr ""
4144
+
4151
4145
  msgid "List components attached to this content view"
4152
4146
  msgstr "列出此内容视图附带的组件"
4153
4147
 
@@ -4187,6 +4181,15 @@ msgstr "列出出口历史"
4187
4181
  msgid "List filter rules"
4188
4182
  msgstr "列表过滤规则"
4189
4183
 
4184
+ msgid "List flatpak remote repositories"
4185
+ msgstr ""
4186
+
4187
+ msgid "List flatpak remote's repositories"
4188
+ msgstr ""
4189
+
4190
+ msgid "List flatpak remotes"
4191
+ msgstr ""
4192
+
4190
4193
  msgid "List host collections"
4191
4194
  msgstr "列出主機集"
4192
4195
 
@@ -4352,6 +4355,9 @@ msgstr "列出附加到智能代理的生命周期环境"
4352
4355
  msgid "List the lifecycle environments not attached to the smart proxy"
4353
4356
  msgstr "列出未附加到智能代理的生命周期环境"
4354
4357
 
4358
+ msgid "Load balancer"
4359
+ msgstr ""
4360
+
4355
4361
  msgid "Loading"
4356
4362
  msgstr "加载"
4357
4363
 
@@ -4481,9 +4487,6 @@ msgstr "信息"
4481
4487
  msgid "Messaging connection"
4482
4488
  msgstr "訊息連線"
4483
4489
 
4484
- msgid "Metadata generate"
4485
- msgstr ""
4486
-
4487
4490
  msgid ""
4488
4491
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4489
4492
  "Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
@@ -4495,6 +4498,12 @@ msgstr "从此 Content View 版本的上游导出历史记录中获取的元数
4495
4498
  msgid "Minimum version"
4496
4499
  msgstr "最小版本"
4497
4500
 
4501
+ msgid "Mirror Remote Repository"
4502
+ msgstr ""
4503
+
4504
+ msgid "Mirror a flatpak remote repository"
4505
+ msgstr ""
4506
+
4498
4507
  msgid "Missing activation key!"
4499
4508
  msgstr "缺少激活码!"
4500
4509
 
@@ -4507,6 +4516,9 @@ msgstr "模型"
4507
4516
  msgid "Moderate"
4508
4517
  msgstr "中等"
4509
4518
 
4519
+ msgid "Modify via remote execution"
4520
+ msgstr ""
4521
+
4510
4522
  msgid "Modular"
4511
4523
  msgstr "模块化"
4512
4524
 
@@ -4528,13 +4540,7 @@ msgstr "模块流"
4528
4540
  msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
4529
4541
  msgstr "启用红帽存储库或创建自定义产品后,将在此处显示模块流。"
4530
4542
 
4531
- msgid "Multi copy all units"
4532
- msgstr ""
4533
-
4534
- msgid "Multi copy content"
4535
- msgstr ""
4536
-
4537
- msgid "Multi copy units"
4543
+ msgid "Multi Content View Environment"
4538
4544
  msgstr ""
4539
4545
 
4540
4546
  msgid "Multi-entitlement"
@@ -4600,6 +4606,12 @@ msgstr "备用内容源的名称"
4600
4606
  msgid "Name of the content view"
4601
4607
  msgstr "內容視域的名稱"
4602
4608
 
4609
+ msgid "Name of the flatpak remote"
4610
+ msgstr ""
4611
+
4612
+ msgid "Name of the flatpak remote repository"
4613
+ msgstr ""
4614
+
4603
4615
  msgid "Name of the host"
4604
4616
  msgstr "主机名"
4605
4617
 
@@ -4723,6 +4735,9 @@ msgstr "未提供內容 ID"
4723
4735
  msgid "No content in selected versions."
4724
4736
  msgstr "所选版本中没有内容。"
4725
4737
 
4738
+ msgid "No content view environments"
4739
+ msgstr ""
4740
+
4726
4741
  msgid "No content view environments found with ids: %{ids}"
4727
4742
  msgstr ""
4728
4743
 
@@ -4759,9 +4774,6 @@ msgstr ""
4759
4774
  msgid "No enabled repositories match your search criteria."
4760
4775
  msgstr "没有启用的仓库符合您的搜索条件。"
4761
4776
 
4762
- msgid "No environment"
4763
- msgstr "没有环境"
4764
-
4765
4777
  msgid "No environments"
4766
4778
  msgstr "没有环境"
4767
4779
 
@@ -5344,8 +5356,11 @@ msgstr "软件包安装失败:\"%{package}\""
5344
5356
  msgid "Package installation: \"%{package}\" "
5345
5357
  msgstr "软件包安装:\"%{package}\" "
5346
5358
 
5347
- msgid "Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg, bdist_dumb, bdist_egg, bdist_msi, bdist_rpm, bdist_wheel, bdist_wininst, sdist."
5348
- msgstr "为 Python 内容同步的软件包类型,以逗号隔开。留空代表获得每个软件包类型。软件包类型包括 bdist_dmg、bdist_dumb、bdist_egg、bdist_msi、bdist_msi、bdist_rpm、bdist_wheel、bdist_wininst、sdist、sdist."
5359
+ msgid "Package mode"
5360
+ msgstr ""
5361
+
5362
+ msgid "Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg,bdist_dumb,bdist_egg,bdist_msi,bdist_rpm,bdist_wheel,bdist_wininst,sdist."
5363
+ msgstr ""
5349
5364
 
5350
5365
  msgid "Packages"
5351
5366
  msgstr "软件包"
@@ -5473,6 +5488,9 @@ msgstr "请稍等。"
5473
5488
  msgid "Policy to set for mirroring content. Must be one of %s."
5474
5489
  msgstr "为镜像内容设置的策略。必须是 %s 之一。"
5475
5490
 
5491
+ msgid "Possible values: %s"
5492
+ msgstr ""
5493
+
5476
5494
  msgid "Prefer registered through Smart Proxy for remote execution"
5477
5495
  msgstr ""
5478
5496
 
@@ -5521,6 +5539,9 @@ msgstr ""
5521
5539
  msgid "Product ID"
5522
5540
  msgstr "产品 ID"
5523
5541
 
5542
+ msgid "Product ID to mirror the remote repository to"
5543
+ msgstr ""
5544
+
5524
5545
  msgid "Product and Repositories"
5525
5546
  msgstr "产品和存储库"
5526
5547
 
@@ -5705,9 +5726,6 @@ msgstr "Pulp 存储"
5705
5726
  msgid "Pulp task error"
5706
5727
  msgstr "Pulp 任务错误"
5707
5728
 
5708
- msgid "Purge completed tasks"
5709
- msgstr ""
5710
-
5711
5729
  msgid "Python Package"
5712
5730
  msgstr "Python 软件包"
5713
5731
 
@@ -5816,9 +5834,6 @@ msgstr "需要重启"
5816
5834
  msgid "Reclaim Space"
5817
5835
  msgstr "重新声明空间"
5818
5836
 
5819
- msgid "Reclaim space"
5820
- msgstr ""
5821
-
5822
5837
  msgid "Reclaim space from On Demand repositories"
5823
5838
  msgstr "重新声明来自 On Demand 软件仓库的空间"
5824
5839
 
@@ -5882,9 +5897,6 @@ msgstr "刷新清单"
5882
5897
  msgid "Refresh all alternate content sources"
5883
5898
  msgstr ""
5884
5899
 
5885
- msgid "Refresh all distributions"
5886
- msgstr ""
5887
-
5888
5900
  msgid "Refresh alternate content sources"
5889
5901
  msgstr "销毁备用内容源"
5890
5902
 
@@ -5897,27 +5909,15 @@ msgstr ""
5897
5909
  msgid "Refresh counts"
5898
5910
  msgstr ""
5899
5911
 
5900
- msgid "Refresh distribution"
5901
- msgstr ""
5902
-
5903
5912
  msgid "Refresh errata applicability"
5904
5913
  msgstr ""
5905
5914
 
5906
- msgid "Refresh if needed"
5907
- msgstr ""
5908
-
5909
5915
  msgid "Refresh package applicability"
5910
5916
  msgstr ""
5911
5917
 
5912
5918
  msgid "Refresh previously imported manifest for Red Hat provider"
5913
5919
  msgstr "為 Red Hat 供應者更新之前匯入的清單"
5914
5920
 
5915
- msgid "Refresh remote"
5916
- msgstr ""
5917
-
5918
- msgid "Refresh repos"
5919
- msgstr ""
5920
-
5921
5921
  msgid "Refresh source"
5922
5922
  msgstr "刷新源"
5923
5923
 
@@ -5942,6 +5942,9 @@ msgstr "注册人"
5942
5942
  msgid "Registered on"
5943
5943
  msgstr "注册于"
5944
5944
 
5945
+ msgid "Registered to"
5946
+ msgstr ""
5947
+
5945
5948
  msgid "Registering to multiple environments is not enabled."
5946
5949
  msgstr ""
5947
5950
 
@@ -5957,9 +5960,6 @@ msgstr "Registry 名称特征导致成员仓库 '%{name}' 的容器镜像名称
5957
5960
  msgid "Registry name pattern will result in invalid container image name of member repositories"
5958
5961
  msgstr "Registry 名称特征将导致成员仓库的容器镜像名称无效"
5959
5962
 
5960
- msgid "Reindex subscriptions"
5961
- msgstr "重新索引订阅"
5962
-
5963
5963
  msgid "Related composite content views"
5964
5964
  msgstr "相关的复合内容视图"
5965
5965
 
@@ -6056,9 +6056,6 @@ msgstr "从一个或多个主机中删除一个或多个主机集合"
6056
6056
  msgid "Remove one or more subscriptions from an upstream manifest"
6057
6057
  msgstr "从上游清单中删除一个或多个订阅"
6058
6058
 
6059
- msgid "Remove orphans"
6060
- msgstr ""
6061
-
6062
6059
  msgid "Remove package group via Katello interface"
6063
6060
  msgstr "通过 Katello 接口删除软件包组"
6064
6061
 
@@ -6086,12 +6083,6 @@ msgstr ""
6086
6083
  msgid "Remove subscriptions from one or more hosts"
6087
6084
  msgstr "从一个或多个主机上删除订阅"
6088
6085
 
6089
- msgid "Remove units"
6090
- msgstr ""
6091
-
6092
- msgid "Remove unneeded repos"
6093
- msgstr ""
6094
-
6095
6086
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6096
6087
  msgstr "从内容视图中删除版本和/或环境,并重新分配系统和密钥"
6097
6088
 
@@ -6116,9 +6107,6 @@ msgstr "删除来自 ID 为 %{acs_id} 的 ACS %{acs_name} 的 ID 为 %{prod_id}
6116
6107
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6117
6108
  msgstr "从所有环境中移出此版本不会删除此版本。版本仍可用于以后的提升。"
6118
6109
 
6119
- msgid "Repair"
6120
- msgstr ""
6121
-
6122
6110
  msgid "Replace content source on the target machine"
6123
6111
  msgstr ""
6124
6112
 
@@ -6137,18 +6125,12 @@ msgstr "软件仓库"
6137
6125
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6138
6126
  msgstr "当 CDN 配置设置为 Air-gapped(断开连接)时,仓库不可用。"
6139
6127
 
6140
- msgid "Repositories certs reset"
6141
- msgstr ""
6142
-
6143
6128
  msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
6144
6129
  msgstr ""
6145
6130
 
6146
6131
  msgid "Repositories from published Content Views are not allowed."
6147
6132
  msgstr "不允许来自发布的内容视图中的仓库。"
6148
6133
 
6149
- msgid "Repositories gpg reset"
6150
- msgstr ""
6151
-
6152
6134
  msgid "Repository"
6153
6135
  msgstr "仓库"
6154
6136
 
@@ -6440,6 +6422,12 @@ msgstr "主机角色"
6440
6422
  msgid "Roles"
6441
6423
  msgstr "角色"
6442
6424
 
6425
+ msgid "Rollback image"
6426
+ msgstr ""
6427
+
6428
+ msgid "Rollback image digest"
6429
+ msgstr ""
6430
+
6443
6431
  msgid "Rules to be added"
6444
6432
  msgstr "要添加的规则"
6445
6433
 
@@ -6452,6 +6440,12 @@ msgstr ""
6452
6440
  msgid "Running"
6453
6441
  msgstr "執行中"
6454
6442
 
6443
+ msgid "Running image"
6444
+ msgstr ""
6445
+
6446
+ msgid "Running image digest"
6447
+ msgstr ""
6448
+
6455
6449
  msgid "SKU"
6456
6450
  msgstr "SKU"
6457
6451
 
@@ -6479,25 +6473,10 @@ msgstr "订阅将很快过期"
6479
6473
  msgid "Save"
6480
6474
  msgstr "保存"
6481
6475
 
6482
- msgid "Save artifact"
6483
- msgstr ""
6484
-
6485
- msgid "Save distribution references"
6486
- msgstr ""
6487
-
6488
- msgid "Save publication"
6489
- msgstr ""
6490
-
6491
- msgid "Save version"
6492
- msgstr ""
6493
-
6494
- msgid "Save versions"
6495
- msgstr ""
6496
-
6497
6476
  msgid "Saving alternate content source..."
6498
6477
  msgstr "更新备用内容源..."
6499
6478
 
6500
- msgid "Scan cdn"
6479
+ msgid "Scan a flatpak remote"
6501
6480
  msgstr ""
6502
6481
 
6503
6482
  msgid "Schema version 1"
@@ -6605,9 +6584,6 @@ msgstr ""
6605
6584
  msgid "Select action"
6606
6585
  msgstr ""
6607
6586
 
6608
- msgid "Select add-ons"
6609
- msgstr "选择附加组件"
6610
-
6611
6587
  msgid "Select all"
6612
6588
  msgstr "选择所有"
6613
6589
 
@@ -6746,15 +6722,15 @@ msgstr "设置主机的内容覆盖"
6746
6722
  msgid "Set content overrides to one or more hosts"
6747
6723
  msgstr "为一个或更多主机设置内容覆盖"
6748
6724
 
6725
+ msgid "Set this HTTP proxy as the default content HTTP proxy"
6726
+ msgstr ""
6727
+
6749
6728
  msgid "Set true to override to enabled; Set false to override to disabled.'"
6750
6729
  msgstr "设置为 true 进行覆盖以启用;设置为 false 进行覆盖以禁用。'"
6751
6730
 
6752
6731
  msgid "Set true to remove an override and reset it to 'default'"
6753
6732
  msgstr "设置为 true 以删除覆盖并将它重置为 'default'"
6754
6733
 
6755
- msgid "Sets the system add-ons"
6756
- msgstr "设置系统附加组件"
6757
-
6758
6734
  msgid "Sets the system purpose usage"
6759
6735
  msgstr "设置系统用途使用"
6760
6736
 
@@ -6788,6 +6764,12 @@ msgstr "显示内容视图组件"
6788
6764
  msgid "Show a content view's history"
6789
6765
  msgstr "显示内容视图的历史记录"
6790
6766
 
6767
+ msgid "Show a flatpak remote"
6768
+ msgstr ""
6769
+
6770
+ msgid "Show a flatpak remote repository"
6771
+ msgstr ""
6772
+
6791
6773
  msgid "Show a host collection"
6792
6774
  msgstr "顯示主機集項目"
6793
6775
 
@@ -7115,6 +7097,12 @@ msgstr "将导出的内容拆分为不超过指定大小(以 GB 为单位)
7115
7097
  msgid "Stacking ID"
7116
7098
  msgstr "堆叠 ID"
7117
7099
 
7100
+ msgid "Staged image"
7101
+ msgstr ""
7102
+
7103
+ msgid "Staged image digest"
7104
+ msgstr ""
7105
+
7118
7106
  msgid "Start Date"
7119
7107
  msgstr "开始日期"
7120
7108
 
@@ -7280,9 +7268,6 @@ msgstr ""
7280
7268
  msgid "Supported Content Types"
7281
7269
  msgstr "支持的内容类型"
7282
7270
 
7283
- msgid "Sync"
7284
- msgstr ""
7285
-
7286
7271
  msgid "Sync Canceled"
7287
7272
  msgstr "已取消同步"
7288
7273
 
@@ -7337,9 +7322,6 @@ msgstr "同步軟體庫"
7337
7322
  msgid "Sync all repositories for a product"
7338
7323
  msgstr "为一个产品同步所有存储库"
7339
7324
 
7340
- msgid "Sync capsule"
7341
- msgstr "同步 capsule"
7342
-
7343
7325
  msgid "Sync complete."
7344
7326
  msgstr "完成同步。"
7345
7327
 
@@ -7358,9 +7340,6 @@ msgstr "选择所需的产品,直接从上游仓库同步智能代理内容。
7358
7340
  msgid "Sync state"
7359
7341
  msgstr "同步状态"
7360
7342
 
7361
- msgid "Syncable export"
7362
- msgstr "可同步导出"
7363
-
7364
7343
  msgid "Synced"
7365
7344
  msgstr ""
7366
7345
 
@@ -7475,6 +7454,9 @@ msgstr "在此组合视图上要求的操作不能执行,除非所有组件的
7475
7454
  msgid "The actual file contents"
7476
7455
  msgstr "實際的檔案內容"
7477
7456
 
7457
+ msgid "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions."
7458
+ msgstr ""
7459
+
7478
7460
  msgid "The content type for the Alternate Content Source"
7479
7461
  msgstr "备用内容源的内容类型"
7480
7462
 
@@ -7722,6 +7704,9 @@ msgstr "此内容视图没有任何关联的版本。"
7722
7704
  msgid "This content view version doesn't have a history."
7723
7705
  msgstr "此内容视图版本没有历史记录。"
7724
7706
 
7707
+ msgid "This content view version is used in one or more multi-environment hosts. The version will simply be removed from the multi-environment hosts. The content view and lifecycle environment you select here will only apply to single-environment hosts. See hammer activation-key --help for more details."
7708
+ msgstr ""
7709
+
7725
7710
  msgid "This content view will be automatically updated to the latest version."
7726
7711
  msgstr "此内容视图将自动更新至最新版本。"
7727
7712
 
@@ -7734,6 +7719,9 @@ msgstr ""
7734
7719
  msgid "This endpoint is primarily designed for UI interactions and uploading content into the repository. For API-based uploads, please use the 'content_uploads' endpoint instead."
7735
7720
  msgstr ""
7736
7721
 
7722
+ msgid "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details."
7723
+ msgstr ""
7724
+
7737
7725
  msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7738
7726
  msgstr "此勘误不可安装,因为它不在此主机的内容视图和生命周期环境中。"
7739
7727
 
@@ -7860,7 +7848,7 @@ msgstr ""
7860
7848
  msgid "To manage packages, select an action."
7861
7849
  msgstr ""
7862
7850
 
7863
- msgid "Toggle"
7851
+ msgid "Token/password for the flatpak remote"
7864
7852
  msgstr ""
7865
7853
 
7866
7854
  msgid "Total steps: "
@@ -8124,6 +8112,9 @@ msgstr "更新內容视图版本"
8124
8112
  msgid "Update a filter rule. The parameters included should be based upon the filter type."
8125
8113
  msgstr "更新过滤器规则。包含的参数应基于过滤器类型。"
8126
8114
 
8115
+ msgid "Update a flatpak remote"
8116
+ msgstr ""
8117
+
8127
8118
  msgid "Update a host collection"
8128
8119
  msgstr "更新主機集項目"
8129
8120
 
@@ -8148,27 +8139,15 @@ msgstr "更新組織中的環境"
8148
8139
  msgid "Update content counts for the smart proxy"
8149
8140
  msgstr ""
8150
8141
 
8151
- msgid "Update content urls"
8152
- msgstr "更新内容 url"
8153
-
8154
8142
  msgid "Update content view environments for host"
8155
8143
  msgstr ""
8156
8144
 
8157
8145
  msgid "Update content view environments for host %s"
8158
8146
  msgstr ""
8159
8147
 
8160
- msgid "Update distributions"
8161
- msgstr ""
8162
-
8163
8148
  msgid "Update hosts manually"
8164
8149
  msgstr ""
8165
8150
 
8166
- msgid "Update http proxy"
8167
- msgstr "更新 HTTP 代理"
8168
-
8169
- msgid "Update http proxy details"
8170
- msgstr "更新 http 代理详情"
8171
-
8172
8151
  msgid "Update installed packages, enabled repos, module inventory"
8173
8152
  msgstr "更新安装的软件包,已启用的仓库,模块清单"
8174
8153
 
@@ -8184,21 +8163,12 @@ msgstr "通过 Katello 接口更新软件包"
8184
8163
  msgid "Update packages via Katello interface"
8185
8164
  msgstr "通过 Katello 接口更新软件包"
8186
8165
 
8187
- msgid "Update redhat repository"
8188
- msgstr "更新 redhat 仓库"
8189
-
8190
8166
  msgid "Update release version for host"
8191
8167
  msgstr "为主机更新发行版本"
8192
8168
 
8193
8169
  msgid "Update release version for host %s"
8194
8170
  msgstr "为主机 %s 更新发行版本"
8195
8171
 
8196
- msgid "Update remote"
8197
- msgstr ""
8198
-
8199
- msgid "Update repository"
8200
- msgstr ""
8201
-
8202
8172
  msgid "Update services requiring restart"
8203
8173
  msgstr "更新服务需要重启"
8204
8174
 
@@ -8289,12 +8259,6 @@ msgstr "上载文件内容的一部分"
8289
8259
  msgid "Upload a subscription manifest"
8290
8260
  msgstr "上载订阅清单"
8291
8261
 
8292
- msgid "Upload content"
8293
- msgstr ""
8294
-
8295
- msgid "Upload file"
8296
- msgstr ""
8297
-
8298
8262
  msgid "Upload into"
8299
8263
  msgstr "上传到"
8300
8264
 
@@ -8304,9 +8268,6 @@ msgstr ""
8304
8268
  msgid "Upload request id"
8305
8269
  msgstr "上传请求 ID"
8306
8270
 
8307
- msgid "Upload tag"
8308
- msgstr ""
8309
-
8310
8271
  msgid "Upstream Candlepin"
8311
8272
  msgstr "上游 Candlepin"
8312
8273
 
@@ -8394,6 +8355,9 @@ msgstr "用户名"
8394
8355
  msgid "Username for authentication. Relevant only for 'upstream_server' type."
8395
8356
  msgstr "用于身份验证的用户名。只适用于 'upstream_server' 类型。"
8396
8357
 
8358
+ msgid "Username for the flatpak remote"
8359
+ msgstr ""
8360
+
8397
8361
  msgid "Username of the upstream repository user used for authentication"
8398
8362
  msgstr "用于认证的上游仓库用户的用户名"
8399
8363
 
@@ -8418,9 +8382,6 @@ msgstr "值需要是一个布尔值,或 'default' 代表 'enabled'"
8418
8382
  msgid "Verify SSL"
8419
8383
  msgstr "验证 SSL"
8420
8384
 
8421
- msgid "Verify checksum"
8422
- msgstr "验证校验和"
8423
-
8424
8385
  msgid "Verify checksum for content on smart proxy"
8425
8386
  msgstr ""
8426
8387
 
@@ -8727,6 +8688,9 @@ msgstr "软件包組"
8727
8688
  msgid "actions not found"
8728
8689
  msgstr "未找到操作"
8729
8690
 
8691
+ msgid "activation key"
8692
+ msgstr ""
8693
+
8730
8694
  msgid "activation key identifier"
8731
8695
  msgstr "激活码标识符"
8732
8696
 
@@ -8838,8 +8802,8 @@ msgstr "不能为零"
8838
8802
  msgid "cannot be set because unlimited hosts is set"
8839
8803
  msgstr "无法设置,因为设置了无限的主机"
8840
8804
 
8841
- msgid "cannot be set for non-yum repositories."
8842
- msgstr "无法为非 yum 仓库设置。"
8805
+ msgid "cannot be set for repositories without 'Additive' mirroring policy."
8806
+ msgstr ""
8843
8807
 
8844
8808
  msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
8845
8809
  msgstr "不可包含除了 ascii 字母數字、'_'、'-' 以外的字元。"
@@ -8880,6 +8844,9 @@ msgstr "内容发行版本"
8880
8844
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8881
8845
  msgstr "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
8882
8846
 
8847
+ msgid "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
8848
+ msgstr ""
8849
+
8883
8850
  msgid "content view component ID. Identifier of the component association"
8884
8851
  msgstr "内容视图组件 ID。组件关联的标识符"
8885
8852
 
@@ -8964,8 +8931,8 @@ msgstr "仓库的描述"
8964
8931
  msgid "disk"
8965
8932
  msgstr "磁盘"
8966
8933
 
8967
- msgid "download policy for yum, deb, and docker repos (either 'immediate' or 'on_demand')"
8968
- msgstr "yum、deb, 和 docker 仓库的下载策略('immediate' 或 'on_demand')"
8934
+ msgid "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')"
8935
+ msgstr ""
8969
8936
 
8970
8937
  msgid "enables or disables synchronization"
8971
8938
  msgstr "启用或禁用同步"
@@ -9003,6 +8970,9 @@ msgstr "errata_ids是一个必需的参数"
9003
8970
  msgid "erratum: IDs or a select all object"
9004
8971
  msgstr "勘誤:ID 或全選物件"
9005
8972
 
8973
+ msgid "erratum: allow types not matching a valid errata type"
8974
+ msgstr ""
8975
+
9006
8976
  msgid "erratum: end date (YYYY-MM-DD)"
9007
8977
  msgstr "勘誤:截止日期(YYYY-MM-DD)"
9008
8978
 
@@ -9063,6 +9033,9 @@ msgstr "已經為此產品使用。"
9063
9033
  msgid "here"
9064
9034
  msgstr ""
9065
9035
 
9036
+ msgid "host"
9037
+ msgstr ""
9038
+
9066
9039
  msgid "host collection name to filter by"
9067
9040
  msgstr "要过滤的主机集合名称"
9068
9041
 
@@ -9183,6 +9156,18 @@ msgstr "模块流 ID"
9183
9156
  msgid "module streams not found"
9184
9157
  msgstr "找不到模块流"
9185
9158
 
9159
+ msgid "multi-environment activation key"
9160
+ msgstr ""
9161
+
9162
+ msgid "multi-environment activation keys"
9163
+ msgstr ""
9164
+
9165
+ msgid "multi-environment host"
9166
+ msgstr ""
9167
+
9168
+ msgid "multi-environment hosts"
9169
+ msgstr ""
9170
+
9186
9171
  msgid "must be %{gpg_key} or %{cert}"
9187
9172
  msgstr "必须是 %{gpg_key} 或 %{cert}"
9188
9173