katello 4.18.1 → 4.19.0.rc2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (388) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +379 -109
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +379 -109
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +379 -109
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +380 -110
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +382 -112
  7. data/app/assets/javascripts/katello/locale/de/katello.js +385 -115
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +379 -109
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +379 -109
  10. data/app/assets/javascripts/katello/locale/el/katello.js +380 -110
  11. data/app/assets/javascripts/katello/locale/en/katello.js +380 -110
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +379 -109
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +379 -109
  14. data/app/assets/javascripts/katello/locale/es/katello.js +383 -113
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +379 -109
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +388 -118
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +379 -109
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +379 -109
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +379 -109
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +379 -109
  21. data/app/assets/javascripts/katello/locale/id/katello.js +379 -109
  22. data/app/assets/javascripts/katello/locale/it/katello.js +379 -109
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +388 -118
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +385 -115
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +379 -109
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +388 -118
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +379 -109
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +379 -109
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +379 -109
  30. data/app/assets/javascripts/katello/locale/or/katello.js +379 -109
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +379 -109
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +379 -109
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +379 -109
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +379 -109
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +383 -113
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +379 -109
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +379 -109
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +381 -111
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +379 -109
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +379 -109
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +379 -109
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +379 -109
  43. data/app/assets/javascripts/katello/locale/te/katello.js +379 -109
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +379 -109
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +379 -109
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +379 -109
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +379 -109
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +388 -118
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +381 -111
  50. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +41 -12
  51. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  52. data/app/controllers/katello/api/v2/activation_keys_controller.rb +3 -65
  53. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
  54. data/app/controllers/katello/api/v2/content_views_controller.rb +18 -3
  55. data/app/controllers/katello/api/v2/debs_controller.rb +21 -11
  56. data/app/controllers/katello/api/v2/docker_tags_controller.rb +7 -0
  57. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +21 -19
  58. data/app/controllers/katello/api/v2/host_debs_controller.rb +16 -1
  59. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +3 -60
  60. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +10 -53
  61. data/app/controllers/katello/api/v2/repositories_controller.rb +0 -1
  62. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -0
  63. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +3 -0
  64. data/app/lib/actions/candlepin/activation_key/create.rb +0 -2
  65. data/app/lib/actions/candlepin/activation_key/update.rb +0 -2
  66. data/app/lib/actions/candlepin/product/content_create.rb +3 -5
  67. data/app/lib/actions/candlepin/product/content_update.rb +2 -3
  68. data/app/lib/actions/helpers/rolling_cv_repos.rb +1 -1
  69. data/app/lib/actions/katello/activation_key/create.rb +0 -1
  70. data/app/lib/actions/katello/activation_key/update.rb +0 -2
  71. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -6
  72. data/app/lib/actions/katello/content_credential/update.rb +1 -1
  73. data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +18 -24
  74. data/app/lib/actions/katello/content_view/create.rb +9 -4
  75. data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +6 -1
  76. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +16 -11
  77. data/app/lib/actions/katello/content_view/update.rb +34 -7
  78. data/app/lib/actions/katello/product/content_create.rb +2 -2
  79. data/app/lib/actions/katello/product/content_destroy.rb +1 -1
  80. data/app/lib/actions/katello/repository/check_matching_content.rb +1 -1
  81. data/app/lib/actions/katello/repository/clone_contents.rb +1 -1
  82. data/app/lib/actions/katello/repository/create.rb +1 -1
  83. data/app/lib/actions/katello/repository/destroy.rb +4 -4
  84. data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
  85. data/app/lib/actions/katello/repository/sync.rb +1 -1
  86. data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +2 -2
  87. data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
  88. data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +1 -1
  89. data/app/lib/actions/pulp3/repository/save_publication.rb +3 -1
  90. data/app/lib/actions/pulp3/repository/save_version.rb +45 -24
  91. data/app/lib/actions/pulp3/repository/save_versions.rb +2 -1
  92. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -4
  93. data/app/lib/katello/resources/candlepin/upstream_job.rb +9 -1
  94. data/app/lib/katello/resources/candlepin.rb +4 -0
  95. data/app/models/katello/authorization/repository.rb +17 -4
  96. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -7
  97. data/app/models/katello/content_view_deb_filter.rb +10 -0
  98. data/app/models/katello/content_view_deb_filter_rule.rb +7 -0
  99. data/app/models/katello/deb.rb +10 -10
  100. data/app/models/katello/erratum.rb +1 -1
  101. data/app/models/katello/glue/provider.rb +14 -3
  102. data/app/models/katello/host/content_facet.rb +1 -1
  103. data/app/models/katello/host/subscription_facet.rb +1 -7
  104. data/app/models/katello/product_content.rb +2 -2
  105. data/app/models/katello/repository.rb +4 -23
  106. data/app/models/katello/root_repository.rb +2 -5
  107. data/app/services/katello/candlepin/event_handler.rb +0 -33
  108. data/app/services/katello/candlepin/message_handler.rb +0 -41
  109. data/app/services/katello/content_unit_indexer.rb +59 -13
  110. data/app/services/katello/product_content_finder.rb +5 -4
  111. data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
  112. data/app/services/katello/pulp3/ansible_collection.rb +1 -0
  113. data/app/services/katello/pulp3/api/content_guard.rb +5 -5
  114. data/app/services/katello/pulp3/api/core.rb +10 -0
  115. data/app/services/katello/pulp3/deb.rb +1 -0
  116. data/app/services/katello/pulp3/docker_manifest.rb +1 -0
  117. data/app/services/katello/pulp3/docker_manifest_list.rb +1 -0
  118. data/app/services/katello/pulp3/docker_tag.rb +1 -0
  119. data/app/services/katello/pulp3/file_unit.rb +1 -0
  120. data/app/services/katello/pulp3/generic_content_unit.rb +1 -0
  121. data/app/services/katello/pulp3/module_stream.rb +1 -0
  122. data/app/services/katello/pulp3/package_group.rb +1 -0
  123. data/app/services/katello/pulp3/repository/apt.rb +41 -16
  124. data/app/services/katello/pulp3/repository.rb +59 -10
  125. data/app/services/katello/pulp3/rpm.rb +3 -2
  126. data/app/services/katello/pulp3/srpm.rb +3 -2
  127. data/app/services/katello/pulp3/task_group.rb +1 -1
  128. data/app/services/katello/registration_manager.rb +19 -17
  129. data/app/services/katello/repository_type_manager.rb +7 -5
  130. data/app/services/katello/smart_proxy_helper.rb +1 -6
  131. data/app/views/foreman/job_templates/upload_profile.erb +5 -0
  132. data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -1
  133. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
  134. data/app/views/katello/api/v2/debs/thindex.json.rabl +6 -0
  135. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +32 -0
  136. data/app/views/katello/api/v2/docker_tags/show.json.rabl +0 -5
  137. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +6 -0
  138. data/app/views/katello/api/v2/host_debs/installed_debs.json.rabl +6 -0
  139. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_errata.json.rabl +1 -1
  140. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_erratum.json.rabl +9 -0
  141. data/app/views/katello/api/v2/hosts_bulk_actions/installable_errata.json.rabl +1 -1
  142. data/app/views/katello/api/v2/hosts_bulk_actions/{erratum.json.rabl → installable_erratum.json.rabl} +3 -3
  143. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
  144. data/config/initializers/monkeys.rb +1 -0
  145. data/config/routes/api/v2.rb +2 -2
  146. data/config/routes/overrides.rb +2 -7
  147. data/config/routes.rb +2 -0
  148. data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +1 -1
  149. data/db/migrate/20250912000000_add_pulp_prn_fields.rb +73 -0
  150. data/db/migrate/20250912000001_populate_pulp_prn_fields.rb +403 -0
  151. data/db/migrate/20251009142516_remove_auto_attach_from_activation_keys.rb +5 -0
  152. data/db/migrate/20251009142517_remove_autoheal_from_subscription_facets.rb +5 -0
  153. data/db/seeds.d/111-upgrade_tasks.rb +2 -0
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +10 -0
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +10 -0
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +10 -0
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +10 -0
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +10 -0
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +10 -0
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +10 -0
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +12 -2
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +10 -0
  163. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +10 -0
  164. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +10 -0
  165. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +10 -0
  166. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +10 -0
  167. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +10 -0
  168. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +10 -0
  169. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +10 -0
  170. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +10 -0
  171. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +10 -0
  172. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +10 -0
  173. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +10 -0
  174. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +10 -0
  175. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +10 -0
  176. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +10 -0
  177. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +10 -0
  178. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +10 -0
  179. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +10 -0
  180. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +10 -0
  181. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +10 -0
  182. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +10 -0
  183. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +10 -0
  184. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +10 -0
  185. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +10 -0
  186. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +10 -0
  187. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +10 -0
  188. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +10 -0
  189. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +10 -0
  190. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +10 -0
  191. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +10 -0
  192. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +10 -0
  193. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +10 -0
  194. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +10 -0
  195. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +10 -0
  196. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +10 -0
  197. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +10 -0
  198. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +10 -0
  199. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +10 -0
  200. data/lib/katello/permission_creator.rb +2 -2
  201. data/lib/katello/permissions/host_permissions.rb +0 -6
  202. data/lib/katello/plugin.rb +17 -8
  203. data/lib/katello/tasks/jenkins.rake +1 -1
  204. data/lib/katello/tasks/upgrades/4.19/enable_structured_apt_for_deb.rake +87 -0
  205. data/lib/katello/tasks/upgrades/4.19/populate_repository_version_prns.rake +32 -0
  206. data/lib/katello/version.rb +1 -1
  207. data/lib/monkeys/fix_rpm_repository_gpgcheck.rb +38 -0
  208. data/locale/action_names.rb +0 -6
  209. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/bn/katello.po +379 -109
  211. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/bn_IN/katello.po +379 -109
  213. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/ca/katello.po +379 -109
  215. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/cs/katello.po +380 -111
  217. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  218. data/locale/cs_CZ/katello.po +382 -112
  219. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  220. data/locale/de/katello.po +386 -116
  221. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  222. data/locale/de_AT/katello.po +379 -109
  223. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  224. data/locale/de_DE/katello.po +379 -109
  225. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  226. data/locale/el/katello.po +381 -111
  227. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  228. data/locale/en/katello.po +380 -111
  229. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  230. data/locale/en_GB/katello.po +379 -109
  231. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  232. data/locale/en_US/katello.po +379 -109
  233. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  234. data/locale/es/katello.po +383 -113
  235. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  236. data/locale/et_EE/katello.po +379 -109
  237. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  238. data/locale/fr/katello.po +389 -119
  239. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  240. data/locale/gl/katello.po +379 -109
  241. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  242. data/locale/gu/katello.po +379 -109
  243. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  244. data/locale/he_IL/katello.po +379 -109
  245. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  246. data/locale/hi/katello.po +379 -109
  247. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  248. data/locale/id/katello.po +379 -109
  249. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  250. data/locale/it/katello.po +379 -109
  251. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  252. data/locale/ja/katello.po +390 -119
  253. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  254. data/locale/ka/katello.po +385 -115
  255. data/locale/katello.pot +1273 -831
  256. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  257. data/locale/kn/katello.po +379 -109
  258. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  259. data/locale/ko/katello.po +389 -119
  260. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  261. data/locale/ml_IN/katello.po +379 -109
  262. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  263. data/locale/mr/katello.po +379 -109
  264. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  265. data/locale/nl_NL/katello.po +379 -109
  266. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  267. data/locale/or/katello.po +379 -109
  268. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  269. data/locale/pa/katello.po +379 -109
  270. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  271. data/locale/pl/katello.po +379 -109
  272. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  273. data/locale/pl_PL/katello.po +379 -109
  274. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  275. data/locale/pt/katello.po +379 -109
  276. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  277. data/locale/pt_BR/katello.po +383 -113
  278. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  279. data/locale/ro/katello.po +379 -109
  280. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  281. data/locale/ro_RO/katello.po +379 -109
  282. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  283. data/locale/ru/katello.po +381 -111
  284. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  285. data/locale/sl/katello.po +379 -109
  286. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  287. data/locale/sv_SE/katello.po +379 -109
  288. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  289. data/locale/ta/katello.po +379 -109
  290. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  291. data/locale/ta_IN/katello.po +379 -109
  292. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  293. data/locale/te/katello.po +379 -109
  294. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  295. data/locale/tr/katello.po +379 -109
  296. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  297. data/locale/vi/katello.po +379 -109
  298. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  299. data/locale/vi_VN/katello.po +379 -109
  300. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  301. data/locale/zh/katello.po +379 -109
  302. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  303. data/locale/zh_CN/katello.po +389 -119
  304. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  305. data/locale/zh_TW/katello.po +381 -111
  306. data/webpack/ForemanColumnExtensions/index.js +46 -2
  307. data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
  308. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +0 -2
  309. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -2
  310. data/webpack/components/extensions/Hosts/ActionsBar/index.js +1 -0
  311. data/webpack/components/extensions/Hosts/BulkActions/BulkActionsConstants.js +7 -0
  312. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js +388 -0
  313. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/__tests__/BulkChangeHostCollectionsModal.test.js +640 -0
  314. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/actions.js +28 -0
  315. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +71 -0
  316. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +1 -1
  317. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +1 -1
  318. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +11 -4
  319. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
  320. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +1 -1
  321. data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +8 -1
  322. data/webpack/containers/Application/config.js +11 -1
  323. data/webpack/global_index.js +3 -0
  324. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesConstants.js +1 -1
  325. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesPage.js +7 -43
  326. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImagesPage.test.js +1 -1
  327. data/webpack/scenes/ContainerImages/ContainerImagesPage.js +86 -0
  328. data/webpack/scenes/ContainerImages/LabelsAnnotationsModal.js +105 -0
  329. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js +218 -0
  330. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsActions.js +15 -0
  331. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsSelectors.js +16 -0
  332. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/ManifestDetails.test.js +395 -0
  333. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestDetails.fixtures.json +43 -0
  334. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestList.fixtures.json +58 -0
  335. data/webpack/scenes/ContainerImages/Synced/Details/index.js +4 -0
  336. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js +359 -0
  337. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.scss +21 -0
  338. data/webpack/scenes/ContainerImages/Synced/__tests__/LabelsAnnotationsModal.test.js +69 -0
  339. data/webpack/scenes/ContainerImages/Synced/__tests__/SyncedContainerImagesPage.test.js +335 -0
  340. data/webpack/scenes/ContainerImages/Synced/__tests__/syncedContainerImages.fixtures.json +105 -0
  341. data/webpack/scenes/ContainerImages/TableEmptyState.js +67 -0
  342. data/webpack/scenes/ContainerImages/containerImagesHelpers.js +48 -0
  343. data/webpack/scenes/ContainerImages/index.js +4 -0
  344. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +29 -3
  345. data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
  346. data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +45 -1
  347. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -1
  348. data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +59 -1
  349. data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +1 -0
  350. data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +164 -24
  351. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVDebFilterContent.test.js +268 -0
  352. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterDetail.fixtures.json +95 -0
  353. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterRules.fixtures.json +31 -0
  354. data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVDebFilterRules.fixtures.json +10 -0
  355. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -1
  356. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -1
  357. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +15 -0
  358. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +1 -0
  359. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +9 -0
  360. data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +5 -3
  361. data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +1 -1
  362. data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +35 -3
  363. data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +1 -1
  364. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.css +3 -0
  365. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +63 -132
  366. data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +67 -143
  367. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +10 -2
  368. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +13 -2
  369. data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
  370. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +8 -2
  371. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +67 -1
  372. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
  373. data/webpack/scenes/Subscriptions/SubscriptionConstants.js +0 -2
  374. data/webpack/scenes/Subscriptions/SubscriptionReducer.js +15 -5
  375. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +22 -5
  376. data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +141 -0
  377. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
  378. metadata +82 -56
  379. data/app/lib/actions/katello/host/attach_subscriptions.rb +0 -59
  380. data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -22
  381. data/app/lib/actions/katello/host/remove_subscriptions.rb +0 -50
  382. data/app/lib/actions/katello/organization/simple_content_access/disable.rb +0 -25
  383. data/app/lib/actions/katello/organization/simple_content_access/enable.rb +0 -25
  384. data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +0 -42
  385. data/lib/katello/tasks/migrate_structure_content_for_deb.rake +0 -105
  386. data/lib/katello/tasks/upgrades/4.2/remove_checksum_values.rake +0 -17
  387. /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImages.fixtures.js +0 -0
  388. /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/index.js +0 -0
@@ -10,7 +10,7 @@
10
10
  #
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: katello 4.18.0\n"
13
+ "Project-Id-Version: katello 4.19.0.rc1\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
16
16
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2025\n"
@@ -117,6 +117,9 @@ msgstr ""
117
117
  msgid "${selectedContentType} will appear here when created."
118
118
  msgstr ""
119
119
 
120
+ msgid "${totalCount} labels and annotations"
121
+ msgstr ""
122
+
120
123
  msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
121
124
  msgstr ""
122
125
 
@@ -455,9 +458,6 @@ msgstr ""
455
458
  msgid "A remote execution job is in progress."
456
459
  msgstr ""
457
460
 
458
- msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
459
- msgstr "auto-healing 程序的服務等級,例如 SELF-SUPPORT"
460
-
461
461
  msgid "A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running."
462
462
  msgstr ""
463
463
 
@@ -473,6 +473,9 @@ msgstr ""
473
473
  msgid "About page"
474
474
  msgstr ""
475
475
 
476
+ msgid "Abstract async task"
477
+ msgstr ""
478
+
476
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'."
477
480
  msgstr ""
478
481
 
@@ -560,11 +563,14 @@ msgstr ""
560
563
  msgid "Add RPM rule"
561
564
  msgstr ""
562
565
 
563
- msgid "Add Subscriptions"
566
+ msgid "Add Red Hat Flatpak remote"
567
+ msgstr ""
568
+
569
+ msgid "Add Red Hat flatpak remote"
564
570
  msgstr ""
565
571
 
566
- msgid "Add a subscription to a host"
567
- msgstr "新增訂閱至一部主機"
572
+ msgid "Add Subscriptions"
573
+ msgstr ""
568
574
 
569
575
  msgid "Add an alternate content source"
570
576
  msgstr ""
@@ -617,6 +623,9 @@ msgstr ""
617
623
  msgid "Add repositories with package groups to content view to select them here."
618
624
  msgstr ""
619
625
 
626
+ msgid "Add rolling repo clone"
627
+ msgstr ""
628
+
620
629
  msgid "Add rule"
621
630
  msgstr ""
622
631
 
@@ -629,21 +638,24 @@ msgstr ""
629
638
  msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
630
639
  msgstr ""
631
640
 
632
- msgid "Add subscriptions to one or more hosts"
633
- msgstr ""
634
-
635
641
  msgid "Add subscriptions using the Add Subscriptions button."
636
642
  msgstr ""
637
643
 
638
644
  msgid "Add to a host collection"
639
645
  msgstr ""
640
646
 
647
+ msgid "Add to host collections"
648
+ msgstr ""
649
+
641
650
  msgid "Added"
642
651
  msgstr ""
643
652
 
644
653
  msgid "Added %s"
645
654
  msgstr ""
646
655
 
656
+ msgid "Added %{count} host(s) to host collection %{host_collection}."
657
+ msgstr ""
658
+
647
659
  msgid "Added Content:"
648
660
  msgstr "已新增內容:"
649
661
 
@@ -686,6 +698,9 @@ msgstr "所有已套用的勘誤"
686
698
  msgid "All errata up-to-date"
687
699
  msgstr ""
688
700
 
701
+ msgid "All selected hosts were already members of host collection %{host_collection}."
702
+ msgstr ""
703
+
689
704
  msgid "All subpaths must have a slash at the end and none at the front"
690
705
  msgstr ""
691
706
 
@@ -773,6 +788,9 @@ msgid ""
773
788
  "%{error_message}"
774
789
  msgstr ""
775
790
 
791
+ msgid "An error occurred while updating host collections"
792
+ msgstr ""
793
+
776
794
  msgid "An option to specify how many ostree commits to traverse."
777
795
  msgstr ""
778
796
 
@@ -905,12 +923,6 @@ msgstr ""
905
923
  msgid "Array of pools to add"
906
924
  msgstr ""
907
925
 
908
- msgid "Array of subscriptions to add"
909
- msgstr "欲新增的訂閱集"
910
-
911
- msgid "Array of subscriptions to remove"
912
- msgstr "欲移除的訂閱集"
913
-
914
926
  msgid "Array of uploads to import"
915
927
  msgstr ""
916
928
 
@@ -966,15 +978,6 @@ msgstr ""
966
978
  msgid "At least one organization must exist."
967
979
  msgstr "至少必須存在一個組織。"
968
980
 
969
- msgid "Attach a subscription"
970
- msgstr "連接一組訂閱服務"
971
-
972
- msgid "Attach subscriptions"
973
- msgstr "連接訂閱服務"
974
-
975
- msgid "Attach subscriptions to %s"
976
- msgstr "連接訂閱服務至 %s"
977
-
978
981
  msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
979
982
  msgstr ""
980
983
 
@@ -1074,6 +1077,9 @@ msgstr "將此搜尋加入書籤"
1074
1077
  msgid "Bookmarks marked as public are available to all users"
1075
1078
  msgstr ""
1076
1079
 
1080
+ msgid "Bootable"
1081
+ msgstr ""
1082
+
1077
1083
  msgid "Bootc rollback via Bootc interface"
1078
1084
  msgstr ""
1079
1085
 
@@ -1086,6 +1092,9 @@ msgstr ""
1086
1092
  msgid "Bootc upgrade via Bootc interface"
1087
1093
  msgstr ""
1088
1094
 
1095
+ msgid "Booted"
1096
+ msgstr ""
1097
+
1089
1098
  msgid "Booted Container Images"
1090
1099
  msgstr ""
1091
1100
 
@@ -1395,6 +1404,9 @@ msgstr ""
1395
1404
  msgid "Change content view environments"
1396
1405
  msgstr ""
1397
1406
 
1407
+ msgid "Change host collections"
1408
+ msgstr ""
1409
+
1398
1410
  msgid "Change host content source"
1399
1411
  msgstr ""
1400
1412
 
@@ -1482,6 +1494,9 @@ msgstr ""
1482
1494
  msgid "Comma-separated list of tags to sync for a container image repository"
1483
1495
  msgstr ""
1484
1496
 
1497
+ msgid "Commit upload"
1498
+ msgstr ""
1499
+
1485
1500
  msgid "Compare"
1486
1501
  msgstr ""
1487
1502
 
@@ -1554,6 +1569,9 @@ msgstr ""
1554
1569
  msgid "Container image tags"
1555
1570
  msgstr ""
1556
1571
 
1572
+ msgid "Container images"
1573
+ msgstr ""
1574
+
1557
1575
  msgid "Container manifest lists"
1558
1576
  msgstr ""
1559
1577
 
@@ -1833,15 +1851,27 @@ msgstr ""
1833
1851
  msgid "Copy"
1834
1852
  msgstr ""
1835
1853
 
1854
+ msgid "Copy all units"
1855
+ msgstr ""
1856
+
1836
1857
  msgid "Copy an activation key"
1837
1858
  msgstr "複製啟動金鑰"
1838
1859
 
1860
+ msgid "Copy content"
1861
+ msgstr ""
1862
+
1839
1863
  msgid "Copy content view"
1840
1864
  msgstr ""
1841
1865
 
1842
1866
  msgid "Copy to clipboard"
1843
1867
  msgstr ""
1844
1868
 
1869
+ msgid "Copy version"
1870
+ msgstr ""
1871
+
1872
+ msgid "Copy version units to library"
1873
+ msgstr ""
1874
+
1845
1875
  msgid "Cores per socket"
1846
1876
  msgstr "每個插槽的核心數"
1847
1877
 
@@ -2055,22 +2085,34 @@ msgstr ""
2055
2085
  msgid "Create content view"
2056
2086
  msgstr ""
2057
2087
 
2088
+ msgid "Create exporter"
2089
+ msgstr ""
2090
+
2058
2091
  msgid "Create filter"
2059
2092
  msgstr ""
2060
2093
 
2061
2094
  msgid "Create host collection"
2062
2095
  msgstr ""
2063
2096
 
2097
+ msgid "Create import"
2098
+ msgstr ""
2099
+
2100
+ msgid "Create importer"
2101
+ msgstr ""
2102
+
2064
2103
  msgid "Create new activation key"
2065
2104
  msgstr ""
2066
2105
 
2067
2106
  msgid "Create organization"
2068
2107
  msgstr "建立組織"
2069
2108
 
2070
- msgid "Create package filter rule"
2109
+ msgid "Create publication"
2110
+ msgstr ""
2111
+
2112
+ msgid "Create remote"
2071
2113
  msgstr ""
2072
2114
 
2073
- msgid "Create rule"
2115
+ msgid "Creation"
2074
2116
  msgstr ""
2075
2117
 
2076
2118
  msgid "Credentials"
@@ -2334,12 +2376,36 @@ msgstr ""
2334
2376
  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."
2335
2377
  msgstr ""
2336
2378
 
2379
+ msgid "Delete distributions"
2380
+ msgstr ""
2381
+
2337
2382
  msgid "Delete manifest from Red Hat provider"
2338
2383
  msgstr "從 Red Hat 供應者中刪除清單"
2339
2384
 
2340
2385
  msgid "Delete multiple filters from a content view"
2341
2386
  msgstr ""
2342
2387
 
2388
+ msgid "Delete orphan alternate content sources"
2389
+ msgstr ""
2390
+
2391
+ msgid "Delete orphan distributions"
2392
+ msgstr ""
2393
+
2394
+ msgid "Delete orphan remotes"
2395
+ msgstr ""
2396
+
2397
+ msgid "Delete orphan repository versions"
2398
+ msgstr ""
2399
+
2400
+ msgid "Delete orphaned migrated repositories"
2401
+ msgstr ""
2402
+
2403
+ msgid "Delete remote"
2404
+ msgstr ""
2405
+
2406
+ msgid "Delete repository references"
2407
+ msgstr ""
2408
+
2343
2409
  msgid "Delete version"
2344
2410
  msgstr ""
2345
2411
 
@@ -2439,6 +2505,12 @@ msgstr "銷毀環境"
2439
2505
  msgid "Destroy an environment in an organization"
2440
2506
  msgstr "銷毀組織中的一個環境"
2441
2507
 
2508
+ msgid "Destroy exporter"
2509
+ msgstr ""
2510
+
2511
+ msgid "Destroy importer"
2512
+ msgstr ""
2513
+
2442
2514
  msgid "Destroy one or more alternate content sources"
2443
2515
  msgstr ""
2444
2516
 
@@ -2472,9 +2544,6 @@ msgstr "停用"
2472
2544
  msgid "Disable Red Hat Insights."
2473
2545
  msgstr ""
2474
2546
 
2475
- msgid "Disable Simple Content Access"
2476
- msgstr ""
2477
-
2478
2547
  msgid "Disable a repository from the set"
2479
2548
  msgstr ""
2480
2549
 
@@ -2487,6 +2556,9 @@ msgstr "已停用"
2487
2556
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2488
2557
  msgstr ""
2489
2558
 
2559
+ msgid "Discover"
2560
+ msgstr ""
2561
+
2490
2562
  msgid "Discover Repositories"
2491
2563
  msgstr "尋找軟體庫"
2492
2564
 
@@ -2538,6 +2610,9 @@ msgstr "勘誤諮詢"
2538
2610
  msgid "Edit"
2539
2611
  msgstr "編輯"
2540
2612
 
2613
+ msgid "Edit DEB rule"
2614
+ msgstr ""
2615
+
2541
2616
  msgid "Edit Flatpak Remote"
2542
2617
  msgstr ""
2543
2618
 
@@ -2565,9 +2640,6 @@ msgstr ""
2565
2640
  msgid "Edit filter rule"
2566
2641
  msgstr ""
2567
2642
 
2568
- msgid "Edit package filter rule"
2569
- msgstr ""
2570
-
2571
2643
  msgid "Edit products"
2572
2644
  msgstr ""
2573
2645
 
@@ -2610,9 +2682,6 @@ msgstr "啟用"
2610
2682
  msgid "Enable Red Hat repositories"
2611
2683
  msgstr ""
2612
2684
 
2613
- msgid "Enable Simple Content Access"
2614
- msgstr ""
2615
-
2616
2685
  msgid "Enable Tracer"
2617
2686
  msgstr ""
2618
2687
 
@@ -2625,9 +2694,6 @@ msgstr "啟用一個軟體庫"
2625
2694
  msgid "Enable repository sets"
2626
2695
  msgstr ""
2627
2696
 
2628
- msgid "Enable structured APT for deb content"
2629
- msgstr ""
2630
-
2631
2697
  msgid "Enable/Disable auto publish of composite view"
2632
2698
  msgstr ""
2633
2699
 
@@ -2688,6 +2754,9 @@ msgstr "環境 ID"
2688
2754
  msgid "Environment cannot be in its own promotion path"
2689
2755
  msgstr "環境不能位於自己的推送路徑上"
2690
2756
 
2757
+ msgid "Environment contents refresh"
2758
+ msgstr ""
2759
+
2691
2760
  msgid "Environment identifier"
2692
2761
  msgstr ""
2693
2762
 
@@ -2727,6 +2796,9 @@ msgstr ""
2727
2796
  msgid "Errata id of the erratum (RHSA-2012:108)"
2728
2797
  msgstr "勘誤 (RHSA-2012:108) 的勘誤 ID"
2729
2798
 
2799
+ msgid "Errata mail"
2800
+ msgstr ""
2801
+
2730
2802
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2731
2803
  msgstr ""
2732
2804
 
@@ -2892,6 +2964,9 @@ msgstr ""
2892
2964
  msgid "Fetch installable errata for one or more hosts."
2893
2965
  msgstr ""
2894
2966
 
2967
+ msgid "Fetch pxe files"
2968
+ msgstr ""
2969
+
2895
2970
  msgid "Fetch traces for one or more hosts"
2896
2971
  msgstr ""
2897
2972
 
@@ -2985,6 +3060,9 @@ msgstr "透過版本編號篩選版本"
2985
3060
  msgid "Filter versions that are components in the specified composite version"
2986
3061
  msgstr "篩選在特定複合版本中的元件版本"
2987
3062
 
3063
+ msgid "Filtered index content"
3064
+ msgstr ""
3065
+
2988
3066
  msgid "Filters"
2989
3067
  msgstr "篩選器"
2990
3068
 
@@ -3006,6 +3084,9 @@ msgstr ""
3006
3084
  msgid "Finished"
3007
3085
  msgstr "已完成"
3008
3086
 
3087
+ msgid "Flatpak"
3088
+ msgstr ""
3089
+
3009
3090
  msgid "Flatpak Remote ${name} created"
3010
3091
  msgstr ""
3011
3092
 
@@ -3098,9 +3179,15 @@ msgstr ""
3098
3179
  msgid "Generate host applicability"
3099
3180
  msgstr ""
3100
3181
 
3182
+ msgid "Generate metadata"
3183
+ msgstr ""
3184
+
3101
3185
  msgid "Generate repository applicability"
3102
3186
  msgstr ""
3103
3187
 
3188
+ msgid "Generate username and password"
3189
+ msgstr ""
3190
+
3104
3191
  msgid "Generated"
3105
3192
  msgstr ""
3106
3193
 
@@ -3335,6 +3422,12 @@ msgstr ""
3335
3422
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3336
3423
  msgstr "如何排序結果的順序(比方說 ASC 從下到上)"
3337
3424
 
3425
+ msgid "Hypervisors"
3426
+ msgstr ""
3427
+
3428
+ msgid "Hypervisors update"
3429
+ msgstr ""
3430
+
3338
3431
  msgid "ID"
3339
3432
  msgstr "ID"
3340
3433
 
@@ -3523,12 +3616,6 @@ msgstr ""
3523
3616
  msgid "If product certificates should be used to authenticate to a custom CDN."
3524
3617
  msgstr ""
3525
3618
 
3526
- msgid "If set, newly created APT repos in Katello will use the same repo structure as the remote repos they are synchronized from. You may migrate existing APT repos to match the setting, by running 'foreman-rake katello:migrate_structure_content_for_deb'."
3527
- msgstr ""
3528
-
3529
- msgid "If specified, remove the first instance of a subscription with matching id and quantity"
3530
- msgstr "指定後,使用相符的 ID 與數量,移除訂閱服務的第一個項目"
3531
-
3532
3619
  msgid "If the smart proxies' assigned HTTP proxies should be used"
3533
3620
  msgstr ""
3534
3621
 
@@ -3658,6 +3745,9 @@ msgstr ""
3658
3745
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3659
3746
  msgstr ""
3660
3747
 
3748
+ msgid "Import migration"
3749
+ msgstr ""
3750
+
3661
3751
  msgid "Import new manifest"
3662
3752
  msgstr ""
3663
3753
 
@@ -3667,6 +3757,12 @@ msgstr ""
3667
3757
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3668
3758
  msgstr ""
3669
3759
 
3760
+ msgid "Import repository upload"
3761
+ msgstr ""
3762
+
3763
+ msgid "Import upload"
3764
+ msgstr ""
3765
+
3670
3766
  msgid "Import uploads into a repository"
3671
3767
  msgstr "將上傳內容匯入軟體庫中"
3672
3768
 
@@ -3733,6 +3829,9 @@ msgstr "遞增更新"
3733
3829
  msgid "Incremental Update incomplete."
3734
3830
  msgstr "遞增更新未完成。"
3735
3831
 
3832
+ msgid "Incremental Update of Content View Version(s) "
3833
+ msgstr ""
3834
+
3736
3835
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3737
3836
  msgstr ""
3738
3837
 
@@ -3745,12 +3844,27 @@ msgstr ""
3745
3844
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3746
3845
  msgstr "已為複合式的 %{name} 版本 %{version} 指定了遞增的更新,不過沒有元件被更新。"
3747
3846
 
3847
+ msgid "Index content"
3848
+ msgstr ""
3849
+
3850
+ msgid "Index errata"
3851
+ msgstr ""
3852
+
3853
+ msgid "Index module streams"
3854
+ msgstr ""
3855
+
3856
+ msgid "Index package groups"
3857
+ msgstr ""
3858
+
3748
3859
  msgid "Informable Type must be one of the following [ %{list} ]"
3749
3860
  msgstr "Informable Type 必須是以下 [ %{list} ] 其中之一"
3750
3861
 
3751
3862
  msgid "Inherit from Repository"
3752
3863
  msgstr ""
3753
3864
 
3865
+ msgid "Initialize"
3866
+ msgstr ""
3867
+
3754
3868
  msgid "Initiate a sync of the products attached to the sync plan"
3755
3869
  msgstr "對連上同步計畫的產品進行同步"
3756
3870
 
@@ -3826,9 +3940,15 @@ msgstr "正在安裝套件群組..."
3826
3940
  msgid "Installing Package..."
3827
3941
  msgstr "正在安裝套件..."
3828
3942
 
3943
+ msgid "Instance update"
3944
+ msgstr ""
3945
+
3829
3946
  msgid "Instance-based"
3830
3947
  msgstr "以 Instance 為基礎"
3831
3948
 
3949
+ msgid "Insufficient space for selected hosts"
3950
+ msgstr ""
3951
+
3832
3952
  msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
3833
3953
  msgstr "解譯特定物件,以只傳回可與特定物件相關連的主機集。支援「host」值。"
3834
3954
 
@@ -3952,6 +4072,9 @@ msgstr ""
3952
4072
  msgid "It's not possible to promote a rolling content view."
3953
4073
  msgstr ""
3954
4074
 
4075
+ msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
4076
+ msgstr ""
4077
+
3955
4078
  msgid "It's not possible to publish a rolling content view."
3956
4079
  msgstr ""
3957
4080
 
@@ -4060,6 +4183,15 @@ msgstr ""
4060
4183
  msgid "Label of the flatpak remote"
4061
4184
  msgstr ""
4062
4185
 
4186
+ msgid "Labels"
4187
+ msgstr ""
4188
+
4189
+ msgid "Labels and annotations"
4190
+ msgstr ""
4191
+
4192
+ msgid "Labels | Annotations"
4193
+ msgstr ""
4194
+
4063
4195
  msgid "Last check-in:"
4064
4196
  msgstr ""
4065
4197
 
@@ -4162,6 +4294,9 @@ msgstr ""
4162
4294
  msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
4163
4295
  msgstr ""
4164
4296
 
4297
+ msgid "Limit"
4298
+ msgstr ""
4299
+
4165
4300
  msgid "Limit actions to content in the host's environment."
4166
4301
  msgstr ""
4167
4302
 
@@ -4351,6 +4486,9 @@ msgstr "要用來取代主機集中之主機的主機 ID 清單"
4351
4486
  msgid "List of hypervisor guest uuids"
4352
4487
  msgstr ""
4353
4488
 
4489
+ msgid "List of lifecycle environments for rolling content views"
4490
+ msgstr ""
4491
+
4354
4492
  msgid "List of package group names (Deprecated)"
4355
4493
  msgstr ""
4356
4494
 
@@ -4489,12 +4627,18 @@ msgstr ""
4489
4627
  msgid "Manifest"
4490
4628
  msgstr ""
4491
4629
 
4630
+ msgid "Manifest Details"
4631
+ msgstr ""
4632
+
4492
4633
  msgid "Manifest History"
4493
4634
  msgstr "清單紀錄"
4494
4635
 
4495
4636
  msgid "Manifest deleted"
4496
4637
  msgstr ""
4497
4638
 
4639
+ msgid "Manifest digest"
4640
+ msgstr ""
4641
+
4498
4642
  msgid "Manifest does not have a valid subscription"
4499
4643
  msgstr ""
4500
4644
 
@@ -4579,6 +4723,9 @@ msgstr "訊息"
4579
4723
  msgid "Messaging connection"
4580
4724
  msgstr "訊息連線"
4581
4725
 
4726
+ msgid "Metadata generate"
4727
+ msgstr ""
4728
+
4582
4729
  msgid ""
4583
4730
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4584
4731
  "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."
@@ -4617,6 +4764,9 @@ msgstr "型號"
4617
4764
  msgid "Moderate"
4618
4765
  msgstr "控管"
4619
4766
 
4767
+ msgid "Modified"
4768
+ msgstr ""
4769
+
4620
4770
  msgid "Modify via remote execution"
4621
4771
  msgstr ""
4622
4772
 
@@ -4644,6 +4794,15 @@ msgstr ""
4644
4794
  msgid "Multi Content View Environment"
4645
4795
  msgstr ""
4646
4796
 
4797
+ msgid "Multi copy all units"
4798
+ msgstr ""
4799
+
4800
+ msgid "Multi copy content"
4801
+ msgstr ""
4802
+
4803
+ msgid "Multi copy units"
4804
+ msgstr ""
4805
+
4647
4806
  msgid "Multi-entitlement"
4648
4807
  msgstr "多重權利"
4649
4808
 
@@ -4944,6 +5103,9 @@ msgstr ""
4944
5103
  msgid "No items have been specified."
4945
5104
  msgstr ""
4946
5105
 
5106
+ msgid "No labels"
5107
+ msgstr ""
5108
+
4947
5109
  msgid "No manifest file uploaded"
4948
5110
  msgstr "未上傳清單檔案"
4949
5111
 
@@ -5259,9 +5421,6 @@ msgstr "組織 %s 已被刪除。"
5259
5421
  msgid "Organization ID"
5260
5422
  msgstr "組織 ID"
5261
5423
 
5262
- msgid "Organization ID is required"
5263
- msgstr ""
5264
-
5265
5424
  msgid "Organization ID or title"
5266
5425
  msgstr ""
5267
5426
 
@@ -5286,6 +5445,9 @@ msgstr "組織標籤"
5286
5445
  msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
5287
5446
  msgstr ""
5288
5447
 
5448
+ msgid "Organization must be specified when providing product by name."
5449
+ msgstr ""
5450
+
5289
5451
  msgid "Organization not found"
5290
5452
  msgstr ""
5291
5453
 
@@ -5687,6 +5849,9 @@ msgstr ""
5687
5849
  msgid "Product label '%s' is ambiguous. Try using an id-based container name."
5688
5850
  msgstr ""
5689
5851
 
5852
+ msgid "Product must be specified."
5853
+ msgstr ""
5854
+
5690
5855
  msgid "Product name"
5691
5856
  msgstr "產品名稱"
5692
5857
 
@@ -5747,6 +5912,9 @@ msgstr "%{content_view} 的推送摘要"
5747
5912
  msgid "Promotion to Environment"
5748
5913
  msgstr ""
5749
5914
 
5915
+ msgid "Provide credentials if the registry requires authentication"
5916
+ msgstr ""
5917
+
5750
5918
  msgid "Provide the required information and click {update} below to save changes."
5751
5919
  msgstr ""
5752
5920
 
@@ -5846,6 +6014,9 @@ msgstr "Pulp 儲存"
5846
6014
  msgid "Pulp task error"
5847
6015
  msgstr "Pulp 任務錯誤"
5848
6016
 
6017
+ msgid "Purge completed tasks"
6018
+ msgstr ""
6019
+
5849
6020
  msgid "Python Package"
5850
6021
  msgstr ""
5851
6022
 
@@ -5873,15 +6044,6 @@ msgstr ""
5873
6044
  msgid "Quantity of entitlements to bind"
5874
6045
  msgstr ""
5875
6046
 
5876
- msgid "Quantity of specified subscription to remove"
5877
- msgstr ""
5878
-
5879
- msgid "Quantity of this subscription to add"
5880
- msgstr "要新增此訂閱的數量"
5881
-
5882
- msgid "Quantity of this subscriptions to add"
5883
- msgstr "要新增此訂閱的數量"
5884
-
5885
6047
  msgid "Quantity to Allocate"
5886
6048
  msgstr ""
5887
6049
 
@@ -5954,6 +6116,9 @@ msgstr ""
5954
6116
  msgid "Reclaim Space"
5955
6117
  msgstr ""
5956
6118
 
6119
+ msgid "Reclaim space"
6120
+ msgstr ""
6121
+
5957
6122
  msgid "Reclaim space from On Demand repositories"
5958
6123
  msgstr ""
5959
6124
 
@@ -6020,6 +6185,9 @@ msgstr ""
6020
6185
  msgid "Refresh all alternate content sources"
6021
6186
  msgstr ""
6022
6187
 
6188
+ msgid "Refresh all distributions"
6189
+ msgstr ""
6190
+
6023
6191
  msgid "Refresh alternate content sources"
6024
6192
  msgstr ""
6025
6193
 
@@ -6032,15 +6200,27 @@ msgstr ""
6032
6200
  msgid "Refresh counts"
6033
6201
  msgstr ""
6034
6202
 
6203
+ msgid "Refresh distribution"
6204
+ msgstr ""
6205
+
6035
6206
  msgid "Refresh errata applicability"
6036
6207
  msgstr ""
6037
6208
 
6209
+ msgid "Refresh if needed"
6210
+ msgstr ""
6211
+
6038
6212
  msgid "Refresh package applicability"
6039
6213
  msgstr ""
6040
6214
 
6041
6215
  msgid "Refresh previously imported manifest for Red Hat provider"
6042
6216
  msgstr "為 Red Hat 供應者更新之前匯入的清單"
6043
6217
 
6218
+ msgid "Refresh remote"
6219
+ msgstr ""
6220
+
6221
+ msgid "Refresh repos"
6222
+ msgstr ""
6223
+
6044
6224
  msgid "Refresh source"
6045
6225
  msgstr ""
6046
6226
 
@@ -6050,9 +6230,6 @@ msgstr ""
6050
6230
  msgid "Register a host with subscription and information"
6051
6231
  msgstr ""
6052
6232
 
6053
- msgid "Register host '%s' before attaching subscriptions"
6054
- msgstr ""
6055
-
6056
6233
  msgid "Registered"
6057
6234
  msgstr "已註冊"
6058
6235
 
@@ -6086,6 +6263,9 @@ msgstr ""
6086
6263
  msgid "Registry token expiration time"
6087
6264
  msgstr ""
6088
6265
 
6266
+ msgid "Reindex subscriptions"
6267
+ msgstr ""
6268
+
6089
6269
  msgid "Related composite content views"
6090
6270
  msgstr ""
6091
6271
 
@@ -6161,6 +6341,9 @@ msgstr ""
6161
6341
  msgid "Remove from environments"
6162
6342
  msgstr ""
6163
6343
 
6344
+ msgid "Remove from host collections"
6345
+ msgstr ""
6346
+
6164
6347
  msgid "Remove host from collections"
6165
6348
  msgstr ""
6166
6349
 
@@ -6182,6 +6365,9 @@ msgstr "從一或多台主機刪除一或多個主機集項目"
6182
6365
  msgid "Remove one or more subscriptions from an upstream manifest"
6183
6366
  msgstr ""
6184
6367
 
6368
+ msgid "Remove orphans"
6369
+ msgstr ""
6370
+
6185
6371
  msgid "Remove package group via Katello interface"
6186
6372
  msgstr "透過 Katello 介面移除套件群組"
6187
6373
 
@@ -6197,16 +6383,13 @@ msgstr ""
6197
6383
  msgid "Remove products from sync plan"
6198
6384
  msgstr "從同步計畫中移除產品"
6199
6385
 
6200
- msgid "Remove subscriptions"
6201
- msgstr "移除訂閱服務"
6202
-
6203
- msgid "Remove subscriptions from %s"
6204
- msgstr "從 %s 移除訂閱服務"
6386
+ msgid "Remove rolling repo clone"
6387
+ msgstr ""
6205
6388
 
6206
- msgid "Remove subscriptions from a host"
6389
+ msgid "Remove units"
6207
6390
  msgstr ""
6208
6391
 
6209
- msgid "Remove subscriptions from one or more hosts"
6392
+ msgid "Remove unneeded repos"
6210
6393
  msgstr ""
6211
6394
 
6212
6395
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
@@ -6215,6 +6398,9 @@ msgstr "從內容視域中移除版本且(或)環境,並重新指定系統
6215
6398
  msgid "Remove versions from environments"
6216
6399
  msgstr ""
6217
6400
 
6401
+ msgid "Removed %{count} host(s) from host collection %{host_collection}."
6402
+ msgstr ""
6403
+
6218
6404
  msgid "Removed component from content view"
6219
6405
  msgstr ""
6220
6406
 
@@ -6233,6 +6419,9 @@ msgstr ""
6233
6419
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6234
6420
  msgstr ""
6235
6421
 
6422
+ msgid "Repair"
6423
+ msgstr ""
6424
+
6236
6425
  msgid "Replace content source on the target machine"
6237
6426
  msgstr ""
6238
6427
 
@@ -6251,12 +6440,18 @@ msgstr "軟體庫"
6251
6440
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6252
6441
  msgstr ""
6253
6442
 
6443
+ msgid "Repositories certs reset"
6444
+ msgstr ""
6445
+
6254
6446
  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."
6255
6447
  msgstr ""
6256
6448
 
6257
6449
  msgid "Repositories from published Content Views are not allowed."
6258
6450
  msgstr "不允許來自於已發行之內容視域的軟體庫。"
6259
6451
 
6452
+ msgid "Repositories gpg reset"
6453
+ msgstr ""
6454
+
6260
6455
  msgid "Repository"
6261
6456
  msgstr "軟體庫"
6262
6457
 
@@ -6422,12 +6617,18 @@ msgstr ""
6422
6617
  msgid "Result"
6423
6618
  msgstr "結果"
6424
6619
 
6620
+ msgid "Retain build profile upon unregistration"
6621
+ msgstr ""
6622
+
6425
6623
  msgid "Retrieve a single errata for a host"
6426
6624
  msgstr "為主機取得單一勘誤"
6427
6625
 
6428
6626
  msgid "Return Red Hat (non-custom) products only"
6429
6627
  msgstr ""
6430
6628
 
6629
+ msgid "Return a list of installed debs distinct by name"
6630
+ msgstr ""
6631
+
6431
6632
  msgid "Return a list of installed packages distinct by name"
6432
6633
  msgstr ""
6433
6634
 
@@ -6608,6 +6809,24 @@ msgstr ""
6608
6809
  msgid "Save"
6609
6810
  msgstr "儲存"
6610
6811
 
6812
+ msgid "Save Environments"
6813
+ msgstr ""
6814
+
6815
+ msgid "Save artifact"
6816
+ msgstr ""
6817
+
6818
+ msgid "Save distribution references"
6819
+ msgstr ""
6820
+
6821
+ msgid "Save publication"
6822
+ msgstr ""
6823
+
6824
+ msgid "Save version"
6825
+ msgstr ""
6826
+
6827
+ msgid "Save versions"
6828
+ msgstr ""
6829
+
6611
6830
  msgid "Saving alternate content source..."
6612
6831
  msgstr ""
6613
6832
 
@@ -6617,6 +6836,12 @@ msgstr ""
6617
6836
  msgid "Scan a flatpak remote"
6618
6837
  msgstr ""
6619
6838
 
6839
+ msgid "Scan cdn"
6840
+ msgstr ""
6841
+
6842
+ msgid "Scan remote"
6843
+ msgstr ""
6844
+
6620
6845
  msgid "Schema version 1"
6621
6846
  msgstr ""
6622
6847
 
@@ -6665,6 +6890,9 @@ msgstr "可套用的安全性勘誤"
6665
6890
  msgid "Security errata installable"
6666
6891
  msgstr ""
6667
6892
 
6893
+ msgid "See child manifests"
6894
+ msgstr ""
6895
+
6668
6896
  msgid "Select"
6669
6897
  msgstr "選擇"
6670
6898
 
@@ -6776,6 +7004,9 @@ msgstr ""
6776
7004
  msgid "Select host collection(s) to remove from host {hostName}."
6777
7005
  msgstr ""
6778
7006
 
7007
+ msgid "Select host collections to change their associations with {selectedHosts}. Changing host collection will affect all your selected hosts. Some hosts may already be in your chosen collections."
7008
+ msgstr ""
7009
+
6779
7010
  msgid "Select hosts to assign to %s"
6780
7011
  msgstr "選擇要指定給 %s 的主機"
6781
7012
 
@@ -6854,10 +7085,13 @@ msgstr "服務等級 %s"
6854
7085
  msgid "Service Level (SLA)"
6855
7086
  msgstr ""
6856
7087
 
7088
+ msgid "Service level"
7089
+ msgstr ""
7090
+
6857
7091
  msgid "Service level of host"
6858
7092
  msgstr ""
6859
7093
 
6860
- msgid "Service level to be used for autoheal"
7094
+ msgid "Service level, e.g. SELF-SUPPORT"
6861
7095
  msgstr ""
6862
7096
 
6863
7097
  msgid "Set content overrides"
@@ -6884,9 +7118,6 @@ msgstr ""
6884
7118
  msgid "Sets the system purpose usage"
6885
7119
  msgstr ""
6886
7120
 
6887
- msgid "Sets whether the Host will autoheal subscriptions upon checkin"
6888
- msgstr ""
6889
-
6890
7121
  msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
6891
7122
  msgstr ""
6892
7123
 
@@ -6896,6 +7127,9 @@ msgstr "嚴重性"
6896
7127
  msgid "Severity must be one of: %s"
6897
7128
  msgstr ""
6898
7129
 
7130
+ msgid "Show ${remainingCount} more"
7131
+ msgstr ""
7132
+
6899
7133
  msgid "Show %s"
6900
7134
  msgstr ""
6901
7135
 
@@ -7037,6 +7271,9 @@ msgstr ""
7037
7271
  msgid "Smart proxy name"
7038
7272
  msgstr ""
7039
7273
 
7274
+ msgid "Smart proxy verify content checksum has started in the background"
7275
+ msgstr ""
7276
+
7040
7277
  msgid "Sockets"
7041
7278
  msgstr "插槽"
7042
7279
 
@@ -7151,7 +7388,7 @@ msgstr ""
7151
7388
  msgid "Something went wrong while refreshing alternate content sources: "
7152
7389
  msgstr ""
7153
7390
 
7154
- msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
7391
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
7155
7392
  msgstr ""
7156
7393
 
7157
7394
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
@@ -7220,6 +7457,9 @@ msgstr ""
7220
7457
  msgid "Something went wrong while updating the content source. See the logs for more information"
7221
7458
  msgstr ""
7222
7459
 
7460
+ msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
7461
+ msgstr ""
7462
+
7223
7463
  msgid "Something went wrong! Please check server logs!"
7224
7464
  msgstr ""
7225
7465
 
@@ -7307,9 +7547,6 @@ msgstr "訂閱"
7307
7547
  msgid "Subscription Details"
7308
7548
  msgstr "訂閱詳細資訊"
7309
7549
 
7310
- msgid "Subscription ID"
7311
- msgstr "訂閱 ID"
7312
-
7313
7550
  msgid "Subscription Info"
7314
7551
  msgstr "訂閱服務資訊"
7315
7552
 
@@ -7325,12 +7562,6 @@ msgstr ""
7325
7562
  msgid "Subscription Name"
7326
7563
  msgstr ""
7327
7564
 
7328
- msgid "Subscription Pool id"
7329
- msgstr "訂閱集區 ID"
7330
-
7331
- msgid "Subscription Pool uuid"
7332
- msgstr "訂閱集區的 UUID"
7333
-
7334
7565
  msgid "Subscription UUID"
7335
7566
  msgstr ""
7336
7567
 
@@ -7382,9 +7613,6 @@ msgstr "成功"
7382
7613
  msgid "Successfully added %s Host(s)."
7383
7614
  msgstr "已成功新增 %s 台主機。"
7384
7615
 
7385
- msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
7386
- msgstr "已成功新增 %{count} 台內容主機至主機集項目 %{host_collection}。"
7387
-
7388
7616
  msgid "Successfully changed sync plan for %s product(s)"
7389
7617
  msgstr "已成功變更 %s 產品的同步計畫"
7390
7618
 
@@ -7397,9 +7625,6 @@ msgstr ""
7397
7625
  msgid "Successfully removed %s Host(s)."
7398
7626
  msgstr "已成功移除 %s 台主機。"
7399
7627
 
7400
- msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
7401
- msgstr "已成功移除 %{count} 台內容主機,從主機集項目 %{host_collection}。"
7402
-
7403
7628
  msgid "Successfully synced capsule."
7404
7629
  msgstr ""
7405
7630
 
@@ -7418,6 +7643,9 @@ msgstr ""
7418
7643
  msgid "Supported Content Types"
7419
7644
  msgstr ""
7420
7645
 
7646
+ msgid "Sync"
7647
+ msgstr ""
7648
+
7421
7649
  msgid "Sync Canceled"
7422
7650
  msgstr "已取消同步"
7423
7651
 
@@ -7472,6 +7700,9 @@ msgstr "同步軟體庫"
7472
7700
  msgid "Sync all repositories for a product"
7473
7701
  msgstr "同步產品的所有軟體庫"
7474
7702
 
7703
+ msgid "Sync capsule"
7704
+ msgstr ""
7705
+
7475
7706
  msgid "Sync complete."
7476
7707
  msgstr "完成同步。"
7477
7708
 
@@ -7490,6 +7721,9 @@ msgstr ""
7490
7721
  msgid "Sync state"
7491
7722
  msgstr ""
7492
7723
 
7724
+ msgid "Syncable export"
7725
+ msgstr ""
7726
+
7493
7727
  msgid "Synced"
7494
7728
  msgstr ""
7495
7729
 
@@ -7541,6 +7775,9 @@ msgstr ""
7541
7775
  msgid "System purpose enables you to set the system's intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console."
7542
7776
  msgstr ""
7543
7777
 
7778
+ msgid "Tag"
7779
+ msgstr ""
7780
+
7544
7781
  msgid "Tag name"
7545
7782
  msgstr ""
7546
7783
 
@@ -7752,9 +7989,6 @@ msgstr ""
7752
7989
  msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
7753
7990
  msgstr ""
7754
7991
 
7755
- msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
7756
- msgstr ""
7757
-
7758
7992
  msgid "The subscription cannot be found upstream"
7759
7993
  msgstr ""
7760
7994
 
@@ -7896,12 +8130,6 @@ msgstr ""
7896
8130
  msgid "This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments."
7897
8131
  msgstr ""
7898
8132
 
7899
- msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
7900
- msgstr ""
7901
-
7902
- msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
7903
- msgstr ""
7904
-
7905
8133
  msgid "This is disabled because a manifest task is in progress"
7906
8134
  msgstr ""
7907
8135
 
@@ -7980,6 +8208,9 @@ msgstr "提示"
7980
8208
  msgid "To change content view environments, a specific organization must be selected from the organization context."
7981
8209
  msgstr ""
7982
8210
 
8211
+ msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
8212
+ msgstr ""
8213
+
7983
8214
  msgid "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system."
7984
8215
  msgstr ""
7985
8216
 
@@ -8001,6 +8232,9 @@ msgstr ""
8001
8232
  msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
8002
8233
  msgstr ""
8003
8234
 
8235
+ msgid "To manage host collections, a specific organization must be selected from the organization context."
8236
+ msgstr ""
8237
+
8004
8238
  msgid "To manage host content overrides, a specific organization must be selected from the organization context."
8005
8239
  msgstr ""
8006
8240
 
@@ -8055,12 +8289,6 @@ msgstr ""
8055
8289
  msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
8056
8290
  msgstr ""
8057
8291
 
8058
- msgid "Trigger an auto-attach of subscriptions"
8059
- msgstr "觸發自動連接訂閱服務"
8060
-
8061
- msgid "Trigger an auto-attach of subscriptions on one or more hosts"
8062
- msgstr ""
8063
-
8064
8292
  msgid "Try changing your search criteria."
8065
8293
  msgstr ""
8066
8294
 
@@ -8214,9 +8442,6 @@ msgstr ""
8214
8442
  msgid "Unapplied Errata"
8215
8443
  msgstr "未套用的勘誤"
8216
8444
 
8217
- msgid "Unattach a subscription"
8218
- msgstr "取消訂閱的連結"
8219
-
8220
8445
  msgid "Unfiltered params array: %s."
8221
8446
  msgstr ""
8222
8447
 
@@ -8328,15 +8553,27 @@ msgstr "更新組織中的環境"
8328
8553
  msgid "Update content counts for the smart proxy"
8329
8554
  msgstr ""
8330
8555
 
8556
+ msgid "Update content urls"
8557
+ msgstr ""
8558
+
8331
8559
  msgid "Update content view environments for host"
8332
8560
  msgstr ""
8333
8561
 
8334
8562
  msgid "Update content view environments for host %s"
8335
8563
  msgstr ""
8336
8564
 
8565
+ msgid "Update distributions"
8566
+ msgstr ""
8567
+
8337
8568
  msgid "Update hosts manually"
8338
8569
  msgstr ""
8339
8570
 
8571
+ msgid "Update http proxy"
8572
+ msgstr ""
8573
+
8574
+ msgid "Update http proxy details"
8575
+ msgstr ""
8576
+
8340
8577
  msgid "Update installed packages, enabled repos, module inventory"
8341
8578
  msgstr ""
8342
8579
 
@@ -8352,12 +8589,21 @@ msgstr "透過 Katello 介面更新套件"
8352
8589
  msgid "Update packages via Katello interface"
8353
8590
  msgstr ""
8354
8591
 
8592
+ msgid "Update redhat repository"
8593
+ msgstr ""
8594
+
8355
8595
  msgid "Update release version for host"
8356
8596
  msgstr ""
8357
8597
 
8358
8598
  msgid "Update release version for host %s"
8359
8599
  msgstr ""
8360
8600
 
8601
+ msgid "Update remote"
8602
+ msgstr ""
8603
+
8604
+ msgid "Update repository"
8605
+ msgstr ""
8606
+
8361
8607
  msgid "Update services requiring restart"
8362
8608
  msgstr ""
8363
8609
 
@@ -8448,6 +8694,12 @@ msgstr "上傳一組檔案內容"
8448
8694
  msgid "Upload a subscription manifest"
8449
8695
  msgstr "上傳訂閱清單"
8450
8696
 
8697
+ msgid "Upload content"
8698
+ msgstr ""
8699
+
8700
+ msgid "Upload file"
8701
+ msgstr ""
8702
+
8451
8703
  msgid "Upload into"
8452
8704
  msgstr "上傳入"
8453
8705
 
@@ -8457,6 +8709,9 @@ msgstr ""
8457
8709
  msgid "Upload request id"
8458
8710
  msgstr "上傳需求 ID"
8459
8711
 
8712
+ msgid "Upload tag"
8713
+ msgstr ""
8714
+
8460
8715
  msgid "Upstream Candlepin"
8461
8716
  msgstr ""
8462
8717
 
@@ -8571,9 +8826,15 @@ msgstr ""
8571
8826
  msgid "Value must either be a boolean or 'default' for 'enabled'"
8572
8827
  msgstr ""
8573
8828
 
8829
+ msgid "Verify Content Checksum"
8830
+ msgstr ""
8831
+
8574
8832
  msgid "Verify SSL"
8575
8833
  msgstr "驗證 SSL"
8576
8834
 
8835
+ msgid "Verify checksum"
8836
+ msgstr ""
8837
+
8577
8838
  msgid "Verify checksum for content on smart proxy"
8578
8839
  msgstr ""
8579
8840
 
@@ -8655,6 +8916,9 @@ msgstr ""
8655
8916
  msgid "View by"
8656
8917
  msgstr ""
8657
8918
 
8919
+ msgid "View container images in the local registry using the Synced tab. View container images booted by image mode hosts using the Booted tab. The Booted tab also shows images outside of the local container registry."
8920
+ msgstr ""
8921
+
8658
8922
  msgid "View content views"
8659
8923
  msgstr ""
8660
8924
 
@@ -8664,6 +8928,15 @@ msgstr ""
8664
8928
  msgid "View documentation"
8665
8929
  msgstr ""
8666
8930
 
8931
+ msgid "View here"
8932
+ msgstr ""
8933
+
8934
+ msgid "View labels and annotations"
8935
+ msgstr ""
8936
+
8937
+ msgid "View labels and annotations for image "
8938
+ msgstr ""
8939
+
8667
8940
  msgid "View matching content"
8668
8941
  msgstr ""
8669
8942
 
@@ -8703,6 +8976,9 @@ msgstr ""
8703
8976
  msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
8704
8977
  msgstr ""
8705
8978
 
8979
+ msgid "When enabled, provisioning information like content view environments, kickstart repository, and content source will be retained when a host is unregistered. When disabled, this information will be cleared during unregistration."
8980
+ msgstr ""
8981
+
8706
8982
  msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
8707
8983
  msgstr ""
8708
8984
 
@@ -8943,9 +9219,6 @@ msgstr ""
8943
9219
  msgid "attempted to sync without a feed URL"
8944
9220
  msgstr "試圖在沒有 feed URL 的情況下同步"
8945
9221
 
8946
- msgid "auto attach subscriptions upon registration"
8947
- msgstr "註冊後自動連接訂閱"
8948
-
8949
9222
  msgid "base url to perform repo discovery on"
8950
9223
  msgstr "進行軟體庫復原的基礎網址"
8951
9224
 
@@ -9582,9 +9855,6 @@ msgstr "指定要納入或排除內容,預設值:inclusion=false"
9582
9855
  msgid "start datetime of synchronization"
9583
9856
  msgstr "開始同步的日期與時間"
9584
9857
 
9585
- msgid "subscriptions not specified"
9586
- msgstr "未指定訂閱服務"
9587
-
9588
9858
  msgid "sync plan description"
9589
9859
  msgstr "同步計畫的描述"
9590
9860