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
data/locale/ko/katello.po CHANGED
@@ -5,17 +5,17 @@
5
5
  #
6
6
  # Translators:
7
7
  # 0868a4d1af5275b3f70b0a6dac4c99a4, 2022
8
- # 진선재, 2024
9
8
  # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
10
9
  # Bryan Kearney <bryan.kearney@gmail.com>, 2025
11
10
  # Ondřej Gajdušek, 2025
11
+ # 진선재, 2025
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Project-Id-Version: katello 4.18.0\n"
15
+ "Project-Id-Version: katello 4.19.0.rc1\n"
16
16
  "Report-Msgid-Bugs-To: \n"
17
17
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
18
- "Last-Translator: Ondřej Gajdušek, 2025\n"
18
+ "Last-Translator: 진선재, 2025\n"
19
19
  "Language-Team: Korean (https://app.transifex.com/foreman/teams/114/ko/)\n"
20
20
  "MIME-Version: 1.0\n"
21
21
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -120,6 +120,9 @@ msgstr "${selectedContentType}"
120
120
  msgid "${selectedContentType} will appear here when created."
121
121
  msgstr "${selectedContentType} 생성되면 여기에 나타납니다."
122
122
 
123
+ msgid "${totalCount} labels and annotations"
124
+ msgstr ""
125
+
123
126
  msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
124
127
  msgstr "%s %s에는 삭제 후 다시 연결해야 하는 호스트 %s 및 호스트 그룹 %s가 있습니다. %s를 삭제하시겠습니까?"
125
128
 
@@ -457,9 +460,6 @@ msgstr "원격 실행 작업이 진행 중입니다."
457
460
  msgid "A remote execution job is in progress."
458
461
  msgstr "원격 실행 작업이 진행 중입니다."
459
462
 
460
- msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
461
- msgstr "auto-healing 프로세스의 서비스 레벨. 예: SELF-SUPPORT"
462
-
463
463
  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."
464
464
  msgstr "pulpcore가 실행되지 않은 상태에서 스마트 프록시가 새로 고쳐진 것 같습니다. pulpcore 서비스가 실행 중인지 확인한 후 스마트 프록시를 새로 고쳐주세요."
465
465
 
@@ -475,6 +475,9 @@ msgstr "ANY"
475
475
  msgid "About page"
476
476
  msgstr "정보 페이지"
477
477
 
478
+ msgid "Abstract async task"
479
+ msgstr ""
480
+
478
481
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
479
482
  msgstr "Red Hat Subscription Management에 대한 액세스가 금지되어 있습니다. 이를 변경하려면 콘텐츠 설정 '서브스크립션 연결 활성화됨'을 업데이트하세요."
480
483
 
@@ -562,12 +565,15 @@ msgstr "DEB 규칙 추가"
562
565
  msgid "Add RPM rule"
563
566
  msgstr "RPM 규칙 추가"
564
567
 
568
+ msgid "Add Red Hat Flatpak remote"
569
+ msgstr ""
570
+
571
+ msgid "Add Red Hat flatpak remote"
572
+ msgstr ""
573
+
565
574
  msgid "Add Subscriptions"
566
575
  msgstr "서브스크립션 추가"
567
576
 
568
- msgid "Add a subscription to a host"
569
- msgstr "호스트에 서브스크립션 추가"
570
-
571
577
  msgid "Add an alternate content source"
572
578
  msgstr "대체 콘텐츠 소스 추가"
573
579
 
@@ -619,6 +625,9 @@ msgstr "리포지토리 추가"
619
625
  msgid "Add repositories with package groups to content view to select them here."
620
626
  msgstr "패키지 그룹이 있는 리포지토리를 콘텐츠 뷰에 추가하여 여기에서 선택할 수 있습니다."
621
627
 
628
+ msgid "Add rolling repo clone"
629
+ msgstr ""
630
+
622
631
  msgid "Add rule"
623
632
  msgstr "규칙 추가"
624
633
 
@@ -631,21 +640,24 @@ msgstr "서브스크립션 추가"
631
640
  msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
632
641
  msgstr "Red Hat Subscription Management에서 매니페스트에 의해 사용되는 서브스크립션 추가"
633
642
 
634
- msgid "Add subscriptions to one or more hosts"
635
- msgstr "하나 이상의 호스트에 서브스크립션 추가"
636
-
637
643
  msgid "Add subscriptions using the Add Subscriptions button."
638
644
  msgstr "서브스크립션 추가 버튼을 사용하여 서브스크립션을 추가합니다."
639
645
 
640
646
  msgid "Add to a host collection"
641
647
  msgstr "호스트 컬렉션 복사"
642
648
 
649
+ msgid "Add to host collections"
650
+ msgstr ""
651
+
643
652
  msgid "Added"
644
653
  msgstr "추가됨"
645
654
 
646
655
  msgid "Added %s"
647
656
  msgstr "%s 추가됨"
648
657
 
658
+ msgid "Added %{count} host(s) to host collection %{host_collection}."
659
+ msgstr ""
660
+
649
661
  msgid "Added Content:"
650
662
  msgstr "추가된 컨텐츠: "
651
663
 
@@ -688,6 +700,9 @@ msgstr "적용된 모든 에라타"
688
700
  msgid "All errata up-to-date"
689
701
  msgstr "모든 에라타는 최신 상태입니다."
690
702
 
703
+ msgid "All selected hosts were already members of host collection %{host_collection}."
704
+ msgstr ""
705
+
691
706
  msgid "All subpaths must have a slash at the end and none at the front"
692
707
  msgstr "모든 하위 경로에는 끝에 슬래시가 있어야 하며 앞에는 슬래시가 없어야 합니다."
693
708
 
@@ -777,6 +792,9 @@ msgstr ""
777
792
  "업로드 중 오류가 발생했습니다. \n"
778
793
  "%{error_message}"
779
794
 
795
+ msgid "An error occurred while updating host collections"
796
+ msgstr ""
797
+
780
798
  msgid "An option to specify how many ostree commits to traverse."
781
799
  msgstr "이동할 ostree 커밋 수를 지정하는 옵션입니다."
782
800
 
@@ -909,12 +927,6 @@ msgstr "로컬 풀 ID 배열. 업스트림에서 시작된 풀만 허용됩니
909
927
  msgid "Array of pools to add"
910
928
  msgstr "추가할 풀 배열"
911
929
 
912
- msgid "Array of subscriptions to add"
913
- msgstr "추가할 서브스크립션 어레이 "
914
-
915
- msgid "Array of subscriptions to remove"
916
- msgstr "삭제할 서브스크립션 배열"
917
-
918
930
  msgid "Array of uploads to import"
919
931
  msgstr "가져올 업로드 배열"
920
932
 
@@ -970,15 +982,6 @@ msgstr "선택한 항목 중 하나 이상을 사용하려면 호스트를 재
970
982
  msgid "At least one organization must exist."
971
983
  msgstr "최소 하나의 조직이 존재해야 합니다. "
972
984
 
973
- msgid "Attach a subscription"
974
- msgstr "서브스크립션 첨부 "
975
-
976
- msgid "Attach subscriptions"
977
- msgstr "서브스크립션 연결"
978
-
979
- msgid "Attach subscriptions to %s"
980
- msgstr "%s에 서브스크립션 연결"
981
-
982
985
  msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
983
986
  msgstr "candlepin에서 소비자를 제거하려고 시도했지만, candlepin에는 소비자가 존재하지 않습니다."
984
987
 
@@ -1078,6 +1081,9 @@ msgstr "이 검색을 북마크 "
1078
1081
  msgid "Bookmarks marked as public are available to all users"
1079
1082
  msgstr "공개로 표시된 북마크는 모든 사용자가 사용할 수 있습니다."
1080
1083
 
1084
+ msgid "Bootable"
1085
+ msgstr ""
1086
+
1081
1087
  msgid "Bootc rollback via Bootc interface"
1082
1088
  msgstr "Bootc 인터페이스를 통한 Bootc 롤백"
1083
1089
 
@@ -1090,6 +1096,9 @@ msgstr "Bootc 인터페이스를 통한 Bootc 스위치"
1090
1096
  msgid "Bootc upgrade via Bootc interface"
1091
1097
  msgstr "Bootc 인터페이스를 통한 Bootc 업그레이드"
1092
1098
 
1099
+ msgid "Booted"
1100
+ msgstr ""
1101
+
1093
1102
  msgid "Booted Container Images"
1094
1103
  msgstr "부팅된 컨테이너 이미지"
1095
1104
 
@@ -1399,6 +1408,9 @@ msgstr "콘텐츠 소스 변경"
1399
1408
  msgid "Change content view environments"
1400
1409
  msgstr "콘텐츠 뷰 환경 변경"
1401
1410
 
1411
+ msgid "Change host collections"
1412
+ msgstr ""
1413
+
1402
1414
  msgid "Change host content source"
1403
1415
  msgstr "호스트 콘텐츠 소스 변경"
1404
1416
 
@@ -1486,6 +1498,9 @@ msgstr "컨테이너 이미지 리포지토리를 동기화할 때 제외할 태
1486
1498
  msgid "Comma-separated list of tags to sync for a container image repository"
1487
1499
  msgstr "컨테이너 이미지 리포지토리에 동기화할 태그의 쉼표로 구분된 목록"
1488
1500
 
1501
+ msgid "Commit upload"
1502
+ msgstr ""
1503
+
1489
1504
  msgid "Compare"
1490
1505
  msgstr "비교"
1491
1506
 
@@ -1558,6 +1573,9 @@ msgstr "컨테이너 이미지 태그"
1558
1573
  msgid "Container image tags"
1559
1574
  msgstr "컨테이너 이미지 태그"
1560
1575
 
1576
+ msgid "Container images"
1577
+ msgstr ""
1578
+
1561
1579
  msgid "Container manifest lists"
1562
1580
  msgstr "컨테이너 매니페스트 목록"
1563
1581
 
@@ -1837,15 +1855,27 @@ msgstr "클립보드에 복사됨"
1837
1855
  msgid "Copy"
1838
1856
  msgstr "복사"
1839
1857
 
1858
+ msgid "Copy all units"
1859
+ msgstr ""
1860
+
1840
1861
  msgid "Copy an activation key"
1841
1862
  msgstr "활성키 복사 "
1842
1863
 
1864
+ msgid "Copy content"
1865
+ msgstr ""
1866
+
1843
1867
  msgid "Copy content view"
1844
1868
  msgstr "콘텐츠 뷰 복사"
1845
1869
 
1846
1870
  msgid "Copy to clipboard"
1847
1871
  msgstr "클립보드에 복사"
1848
1872
 
1873
+ msgid "Copy version"
1874
+ msgstr ""
1875
+
1876
+ msgid "Copy version units to library"
1877
+ msgstr ""
1878
+
1849
1879
  msgid "Cores per socket"
1850
1880
  msgstr "소켓당 코어 수 "
1851
1881
 
@@ -2059,23 +2089,35 @@ msgstr "생성된 SSL 인증서와 키로 콘텐츠 자격 증명을 만듭니
2059
2089
  msgid "Create content view"
2060
2090
  msgstr "콘텐츠 뷰 만들기"
2061
2091
 
2092
+ msgid "Create exporter"
2093
+ msgstr ""
2094
+
2062
2095
  msgid "Create filter"
2063
2096
  msgstr "필터 생성"
2064
2097
 
2065
2098
  msgid "Create host collection"
2066
2099
  msgstr "호스트 컬렉션 만들기"
2067
2100
 
2101
+ msgid "Create import"
2102
+ msgstr ""
2103
+
2104
+ msgid "Create importer"
2105
+ msgstr ""
2106
+
2068
2107
  msgid "Create new activation key"
2069
2108
  msgstr "새로운 활성화 키 생성"
2070
2109
 
2071
2110
  msgid "Create organization"
2072
2111
  msgstr "조직 생성 "
2073
2112
 
2074
- msgid "Create package filter rule"
2075
- msgstr "패키지 필터 규칙 생성"
2113
+ msgid "Create publication"
2114
+ msgstr ""
2115
+
2116
+ msgid "Create remote"
2117
+ msgstr ""
2076
2118
 
2077
- msgid "Create rule"
2078
- msgstr "규칙 생성"
2119
+ msgid "Creation"
2120
+ msgstr ""
2079
2121
 
2080
2122
  msgid "Credentials"
2081
2123
  msgstr "자격 증명"
@@ -2338,12 +2380,36 @@ msgstr "콘텐츠 뷰 삭제"
2338
2380
  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."
2339
2381
  msgstr "이 리포지토리를 마지막으로 연관된 리포지토리로 하는 콘텐츠 뷰 필터를 삭제합니다. 기본값은 true입니다. false인 경우 이러한 필터는 이제 콘텐츠 뷰의 모든 리포지토리에 적용됩니다."
2340
2382
 
2383
+ msgid "Delete distributions"
2384
+ msgstr ""
2385
+
2341
2386
  msgid "Delete manifest from Red Hat provider"
2342
2387
  msgstr "Red Hat 공급자에서 매니페스트 삭제 "
2343
2388
 
2344
2389
  msgid "Delete multiple filters from a content view"
2345
2390
  msgstr "콘텐츠 뷰에서 여러 필터 삭제"
2346
2391
 
2392
+ msgid "Delete orphan alternate content sources"
2393
+ msgstr ""
2394
+
2395
+ msgid "Delete orphan distributions"
2396
+ msgstr ""
2397
+
2398
+ msgid "Delete orphan remotes"
2399
+ msgstr ""
2400
+
2401
+ msgid "Delete orphan repository versions"
2402
+ msgstr ""
2403
+
2404
+ msgid "Delete orphaned migrated repositories"
2405
+ msgstr ""
2406
+
2407
+ msgid "Delete remote"
2408
+ msgstr ""
2409
+
2410
+ msgid "Delete repository references"
2411
+ msgstr ""
2412
+
2347
2413
  msgid "Delete version"
2348
2414
  msgstr "버전 삭제"
2349
2415
 
@@ -2443,6 +2509,12 @@ msgstr "환경 삭제 "
2443
2509
  msgid "Destroy an environment in an organization"
2444
2510
  msgstr "조직에서 환경 삭제 "
2445
2511
 
2512
+ msgid "Destroy exporter"
2513
+ msgstr ""
2514
+
2515
+ msgid "Destroy importer"
2516
+ msgstr ""
2517
+
2446
2518
  msgid "Destroy one or more alternate content sources"
2447
2519
  msgstr "하나 이상의 대체 콘텐츠 소스를 삭제합니다."
2448
2520
 
@@ -2476,9 +2548,6 @@ msgstr "비활성화 "
2476
2548
  msgid "Disable Red Hat Insights."
2477
2549
  msgstr "Red Hat Insights를 비활성화합니다."
2478
2550
 
2479
- msgid "Disable Simple Content Access"
2480
- msgstr "간단한 콘텐츠 액세스 비활성화"
2481
-
2482
2551
  msgid "Disable a repository from the set"
2483
2552
  msgstr "세트에서 리포지토리 비활성화"
2484
2553
 
@@ -2491,6 +2560,9 @@ msgstr "사용 안함"
2491
2560
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2492
2561
  msgstr "'%{subject}'에 대해 간단한 콘텐츠 액세스 비활성화에 실패했습니다."
2493
2562
 
2563
+ msgid "Discover"
2564
+ msgstr ""
2565
+
2494
2566
  msgid "Discover Repositories"
2495
2567
  msgstr "리포지터리 검색 "
2496
2568
 
@@ -2542,6 +2614,9 @@ msgstr "에라타 권고"
2542
2614
  msgid "Edit"
2543
2615
  msgstr "편집 "
2544
2616
 
2617
+ msgid "Edit DEB rule"
2618
+ msgstr ""
2619
+
2545
2620
  msgid "Edit Flatpak Remote"
2546
2621
  msgstr "Flatpak 원격 편집"
2547
2622
 
@@ -2569,9 +2644,6 @@ msgstr "세부 정보 편집"
2569
2644
  msgid "Edit filter rule"
2570
2645
  msgstr "필터 규칙 편집"
2571
2646
 
2572
- msgid "Edit package filter rule"
2573
- msgstr "패키지 필터 규칙 편집"
2574
-
2575
2647
  msgid "Edit products"
2576
2648
  msgstr "제품 편집"
2577
2649
 
@@ -2614,9 +2686,6 @@ msgstr "활성화 "
2614
2686
  msgid "Enable Red Hat repositories"
2615
2687
  msgstr "Red Hat 리포지터리 활성화"
2616
2688
 
2617
- msgid "Enable Simple Content Access"
2618
- msgstr "간단한 콘텐츠 액세스 활성화"
2619
-
2620
2689
  msgid "Enable Tracer"
2621
2690
  msgstr "Tracer 활성화"
2622
2691
 
@@ -2629,9 +2698,6 @@ msgstr "세트에서 리포지터리 활성화 "
2629
2698
  msgid "Enable repository sets"
2630
2699
  msgstr "리포지터리 세트 활성화"
2631
2700
 
2632
- msgid "Enable structured APT for deb content"
2633
- msgstr "deb 콘텐츠를 위해 구조화된 APT 활성화"
2634
-
2635
2701
  msgid "Enable/Disable auto publish of composite view"
2636
2702
  msgstr "합성 뷰의 자동 게시 활성화/비활성화"
2637
2703
 
@@ -2692,6 +2758,9 @@ msgstr "환경 ID"
2692
2758
  msgid "Environment cannot be in its own promotion path"
2693
2759
  msgstr "환경은 자체 승격 경로에 존재할 수 없음 "
2694
2760
 
2761
+ msgid "Environment contents refresh"
2762
+ msgstr ""
2763
+
2695
2764
  msgid "Environment identifier"
2696
2765
  msgstr "환경 식별자"
2697
2766
 
@@ -2731,6 +2800,9 @@ msgstr "에라타 및 패키지 정보는 즉시 업데이트됩니다."
2731
2800
  msgid "Errata id of the erratum (RHSA-2012:108)"
2732
2801
  msgstr "에라타의 에라타 ID (RHSA-2012:108)"
2733
2802
 
2803
+ msgid "Errata mail"
2804
+ msgstr ""
2805
+
2734
2806
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2735
2807
  msgstr "UUID %s가 있는 삭제된 콘텐츠 패싯에 대한 에라타 상태가 업데이트되지 않음 "
2736
2808
 
@@ -2896,6 +2968,9 @@ msgstr "호스트에 사용 가능한 모듈 스트림을 가져옵니다."
2896
2968
  msgid "Fetch installable errata for one or more hosts."
2897
2969
  msgstr "하나 이상의 호스트에 대한 설치 가능한 오류를 가져옵니다."
2898
2970
 
2971
+ msgid "Fetch pxe files"
2972
+ msgstr ""
2973
+
2899
2974
  msgid "Fetch traces for one or more hosts"
2900
2975
  msgstr "하나 이상의 호스트에 대한 추적을 가져옵니다."
2901
2976
 
@@ -2989,6 +3064,9 @@ msgstr "버전 번호에 따라 버전을 필터링 "
2989
3064
  msgid "Filter versions that are components in the specified composite version"
2990
3065
  msgstr "지정된 복합 버전에 있는 구성 요소인 버전을 필터링 "
2991
3066
 
3067
+ msgid "Filtered index content"
3068
+ msgstr ""
3069
+
2992
3070
  msgid "Filters"
2993
3071
  msgstr "필터 "
2994
3072
 
@@ -3010,6 +3088,9 @@ msgstr "완료"
3010
3088
  msgid "Finished"
3011
3089
  msgstr "마쳤음"
3012
3090
 
3091
+ msgid "Flatpak"
3092
+ msgstr ""
3093
+
3013
3094
  msgid "Flatpak Remote ${name} created"
3014
3095
  msgstr "Flatpak 원격 ${name} 생성됨"
3015
3096
 
@@ -3102,9 +3183,15 @@ msgstr "직접 설치 가능한 콘텐츠에서 에라타 상태 생성"
3102
3183
  msgid "Generate host applicability"
3103
3184
  msgstr "호스트 적용성 생성"
3104
3185
 
3186
+ msgid "Generate metadata"
3187
+ msgstr ""
3188
+
3105
3189
  msgid "Generate repository applicability"
3106
3190
  msgstr "리포지토리 적용성 생성"
3107
3191
 
3192
+ msgid "Generate username and password"
3193
+ msgstr ""
3194
+
3108
3195
  msgid "Generated"
3109
3196
  msgstr "생성됨"
3110
3197
 
@@ -3339,6 +3426,12 @@ msgstr "캡슐에서 동시에 동기화해야 하는 리포지토리의 수입
3339
3426
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3340
3427
  msgstr "정렬된 결고를 정렬하는 방법 (예: 오름차순의 ASC) "
3341
3428
 
3429
+ msgid "Hypervisors"
3430
+ msgstr ""
3431
+
3432
+ msgid "Hypervisors update"
3433
+ msgstr ""
3434
+
3342
3435
  msgid "ID"
3343
3436
  msgstr "ID"
3344
3437
 
@@ -3527,12 +3620,6 @@ msgstr "호스트가 중복된 DMI UUID로 인해 등록에 실패하면 여기
3527
3620
  msgid "If product certificates should be used to authenticate to a custom CDN."
3528
3621
  msgstr "사용자 지정 CDN에 대한 인증에 제품 인증서를 사용해야 하는지 여부입니다."
3529
3622
 
3530
- 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'."
3531
- msgstr "설정된 경우 Katello에서 새로 생성된 APT 리포지터리는 동기화되는 원격 리포지토리와 동일한 리포지토리 구조를 사용합니다. 'foreman-rake katello:migrate_content_for_deb'를 실행하여 기존 APT 리포지터리를 해당 설정과 일치하도록 마이그레이션할 수 있습니다."
3532
-
3533
- msgid "If specified, remove the first instance of a subscription with matching id and quantity"
3534
- msgstr "지정할 경우 ID와 수량이 일치하는 서브스크립션의 첫 번째 인스턴스를 삭제합니다."
3535
-
3536
3623
  msgid "If the smart proxies' assigned HTTP proxies should be used"
3537
3624
  msgstr "스마트 프록시에 할당된 HTTP 프록시를 사용해야 하는 경우"
3538
3625
 
@@ -3662,6 +3749,9 @@ msgstr "리포지토리 가져오기"
3662
3749
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3663
3750
  msgstr "호스트가 Red Hat 콘텐츠에 액세스할 수 있도록 서브스크립션 매니페스트를 가져옵니다."
3664
3751
 
3752
+ msgid "Import migration"
3753
+ msgstr ""
3754
+
3665
3755
  msgid "Import new manifest"
3666
3756
  msgstr "새로운 매니페스트 가져오기"
3667
3757
 
@@ -3671,6 +3761,12 @@ msgstr "가져오기만 가능"
3671
3761
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3672
3762
  msgstr "가져오기 전용 콘텐츠 뷰는 직접 게시할 수 없습니다. 콘텐츠는 뷰로 가져오기를 통해서만 업데이트할 수 있습니다."
3673
3763
 
3764
+ msgid "Import repository upload"
3765
+ msgstr ""
3766
+
3767
+ msgid "Import upload"
3768
+ msgstr ""
3769
+
3674
3770
  msgid "Import uploads into a repository"
3675
3771
  msgstr "리포지터리에 업로드 가져오기 "
3676
3772
 
@@ -3737,6 +3833,9 @@ msgstr "증분 업데이트 "
3737
3833
  msgid "Incremental Update incomplete."
3738
3834
  msgstr "증분 업데이트가 완료되지 않았습니다. "
3739
3835
 
3836
+ msgid "Incremental Update of Content View Version(s) "
3837
+ msgstr ""
3838
+
3740
3839
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3741
3840
  msgstr "%{content_view_count} 콘텐츠 뷰 버전의 증분 업데이트"
3742
3841
 
@@ -3749,12 +3848,27 @@ msgstr "증분 업데이트에는 최소한 하나의 콘텐츠 단위가 필요
3749
3848
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3750
3849
  msgstr "복합 %{name} v버전 %{version}에 대해 증분 업데이트가 지정되었지만 구성 요소가 업데이트되지 않았습니다."
3751
3850
 
3851
+ msgid "Index content"
3852
+ msgstr ""
3853
+
3854
+ msgid "Index errata"
3855
+ msgstr ""
3856
+
3857
+ msgid "Index module streams"
3858
+ msgstr ""
3859
+
3860
+ msgid "Index package groups"
3861
+ msgstr ""
3862
+
3752
3863
  msgid "Informable Type must be one of the following [ %{list} ]"
3753
3864
  msgstr "정보 유형은 다음 중 하나이어야 합니다 [ %{list} ]"
3754
3865
 
3755
3866
  msgid "Inherit from Repository"
3756
3867
  msgstr "리포지토리에서 상속"
3757
3868
 
3869
+ msgid "Initialize"
3870
+ msgstr ""
3871
+
3758
3872
  msgid "Initiate a sync of the products attached to the sync plan"
3759
3873
  msgstr "동기화 계획에 연결된 제품 동기화 시작"
3760
3874
 
@@ -3830,9 +3944,15 @@ msgstr "패키지 그룹 설치 중..."
3830
3944
  msgid "Installing Package..."
3831
3945
  msgstr "패키지 설치 중..."
3832
3946
 
3947
+ msgid "Instance update"
3948
+ msgstr ""
3949
+
3833
3950
  msgid "Instance-based"
3834
3951
  msgstr "인스턴스 기반 "
3835
3952
 
3953
+ msgid "Insufficient space for selected hosts"
3954
+ msgstr ""
3955
+
3836
3956
  msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
3837
3957
  msgstr "지정한 객체를 해석하여 지정한 객체에 연결할 수 있는 호스트 컬렉션만 반환합니다. 값 '호스트'가 지원됩니다."
3838
3958
 
@@ -3956,6 +4076,9 @@ msgstr "롤링 콘텐츠 뷰를 내보내는 것은 불가능합니다."
3956
4076
  msgid "It's not possible to promote a rolling content view."
3957
4077
  msgstr "롤링 콘텐츠 뷰를 승격하는 것은 불가능합니다."
3958
4078
 
4079
+ msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
4080
+ msgstr ""
4081
+
3959
4082
  msgid "It's not possible to publish a rolling content view."
3960
4083
  msgstr "롤링 콘텐츠 뷰를 게시하는 것은 불가능합니다."
3961
4084
 
@@ -4064,6 +4187,15 @@ msgstr "콘텐츠 뷰의 레이블"
4064
4187
  msgid "Label of the flatpak remote"
4065
4188
  msgstr "flatpak 원격의 레이블"
4066
4189
 
4190
+ msgid "Labels"
4191
+ msgstr ""
4192
+
4193
+ msgid "Labels and annotations"
4194
+ msgstr ""
4195
+
4196
+ msgid "Labels | Annotations"
4197
+ msgstr ""
4198
+
4067
4199
  msgid "Last check-in:"
4068
4200
  msgstr "마지막 체크인:"
4069
4201
 
@@ -4166,6 +4298,9 @@ msgstr "라이프사이클 환경: {lce}"
4166
4298
  msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
4167
4299
  msgstr "기본 스마트 프록시에서는 라이프사이클 환경을 수정할 수 없습니다. 모든 라이프사이클 환경의 콘텐츠는 이 스마트 프록시에 존재합니다."
4168
4300
 
4301
+ msgid "Limit"
4302
+ msgstr ""
4303
+
4169
4304
  msgid "Limit actions to content in the host's environment."
4170
4305
  msgstr "호스트 환경 내의 콘텐츠에 대한 작업을 제한합니다."
4171
4306
 
@@ -4355,6 +4490,9 @@ msgstr "호스트 컬렉션의 호스트를 대체할 호스트 ID의 목록입
4355
4490
  msgid "List of hypervisor guest uuids"
4356
4491
  msgstr "하이퍼바이저 게스트 UUID 목록"
4357
4492
 
4493
+ msgid "List of lifecycle environments for rolling content views"
4494
+ msgstr ""
4495
+
4358
4496
  msgid "List of package group names (Deprecated)"
4359
4497
  msgstr "패키지 그룹 이름 목록 (더 이상 사용되지 않음)"
4360
4498
 
@@ -4493,12 +4631,18 @@ msgstr "리포지터리 세트 관리"
4493
4631
  msgid "Manifest"
4494
4632
  msgstr "매니페스트"
4495
4633
 
4634
+ msgid "Manifest Details"
4635
+ msgstr ""
4636
+
4496
4637
  msgid "Manifest History"
4497
4638
  msgstr "매니페스트 기록 "
4498
4639
 
4499
4640
  msgid "Manifest deleted"
4500
4641
  msgstr "매니페스트 삭제됨"
4501
4642
 
4643
+ msgid "Manifest digest"
4644
+ msgstr ""
4645
+
4502
4646
  msgid "Manifest does not have a valid subscription"
4503
4647
  msgstr "매니페스트에 유효한 서브스크립션이 없습니다."
4504
4648
 
@@ -4583,6 +4727,9 @@ msgstr "메세지 "
4583
4727
  msgid "Messaging connection"
4584
4728
  msgstr "메시징 연결"
4585
4729
 
4730
+ msgid "Metadata generate"
4731
+ msgstr ""
4732
+
4586
4733
  msgid ""
4587
4734
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4588
4735
  "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."
@@ -4621,6 +4768,9 @@ msgstr "모델 "
4621
4768
  msgid "Moderate"
4622
4769
  msgstr "중간 수준"
4623
4770
 
4771
+ msgid "Modified"
4772
+ msgstr ""
4773
+
4624
4774
  msgid "Modify via remote execution"
4625
4775
  msgstr "원격 실행을 통해 수정"
4626
4776
 
@@ -4648,6 +4798,15 @@ msgstr "Red Hat 리포지터리를 활성화하거나 사용자 정의 제품을
4648
4798
  msgid "Multi Content View Environment"
4649
4799
  msgstr "다중 콘텐츠 뷰 환경"
4650
4800
 
4801
+ msgid "Multi copy all units"
4802
+ msgstr ""
4803
+
4804
+ msgid "Multi copy content"
4805
+ msgstr ""
4806
+
4807
+ msgid "Multi copy units"
4808
+ msgstr ""
4809
+
4651
4810
  msgid "Multi-entitlement"
4652
4811
  msgstr "멀티 인타이틀먼트 "
4653
4812
 
@@ -4952,6 +5111,9 @@ msgstr "%s에서 설치된 패키지 및/또는 활성화된 리포지토리가
4952
5111
  msgid "No items have been specified."
4953
5112
  msgstr "지정된 항목이 없습니다."
4954
5113
 
5114
+ msgid "No labels"
5115
+ msgstr ""
5116
+
4955
5117
  msgid "No manifest file uploaded"
4956
5118
  msgstr "업로드된 매니페스트 파일이 없음 "
4957
5119
 
@@ -5267,9 +5429,6 @@ msgstr "조직 %s이 삭제되어 있습니다. "
5267
5429
  msgid "Organization ID"
5268
5430
  msgstr "조직 ID"
5269
5431
 
5270
- msgid "Organization ID is required"
5271
- msgstr "조직 ID가 필요합니다."
5272
-
5273
5432
  msgid "Organization ID or title"
5274
5433
  msgstr "조직 ID 또는 직함"
5275
5434
 
@@ -5294,6 +5453,9 @@ msgstr "조직 레이블 "
5294
5453
  msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
5295
5454
  msgstr "조직 레이블 '%s '는 모호합니다. id 기반 컨테이너 이름을 사용해 보세요."
5296
5455
 
5456
+ msgid "Organization must be specified when providing product by name."
5457
+ msgstr ""
5458
+
5297
5459
  msgid "Organization not found"
5298
5460
  msgstr "조직을 찾을 수 없습니다"
5299
5461
 
@@ -5695,6 +5857,9 @@ msgstr "제품 레이블"
5695
5857
  msgid "Product label '%s' is ambiguous. Try using an id-based container name."
5696
5858
  msgstr "제품 라벨 '%s '는 모호합니다. id 기반 컨테이너 이름을 사용해 보세요."
5697
5859
 
5860
+ msgid "Product must be specified."
5861
+ msgstr ""
5862
+
5698
5863
  msgid "Product name"
5699
5864
  msgstr "제품 이름 "
5700
5865
 
@@ -5755,6 +5920,9 @@ msgstr "%{content_view}에 대한 승격 요약"
5755
5920
  msgid "Promotion to Environment"
5756
5921
  msgstr "환경 승격"
5757
5922
 
5923
+ msgid "Provide credentials if the registry requires authentication"
5924
+ msgstr ""
5925
+
5758
5926
  msgid "Provide the required information and click {update} below to save changes."
5759
5927
  msgstr "필요한 정보를 입력하고 {update}을 클릭하여 변경 사항을 저장하세요."
5760
5928
 
@@ -5854,6 +6022,9 @@ msgstr "Pulp 스토리지"
5854
6022
  msgid "Pulp task error"
5855
6023
  msgstr "Pulp 작업 오류 "
5856
6024
 
6025
+ msgid "Purge completed tasks"
6026
+ msgstr ""
6027
+
5857
6028
  msgid "Python Package"
5858
6029
  msgstr "Python 패키지"
5859
6030
 
@@ -5881,15 +6052,6 @@ msgstr "수량은 ${pool.available}보다 높을 수 없습니다."
5881
6052
  msgid "Quantity of entitlements to bind"
5882
6053
  msgstr "바인딩할 인타이틀먼트 수"
5883
6054
 
5884
- msgid "Quantity of specified subscription to remove"
5885
- msgstr "제거할 지정된 서브스크립션 수량"
5886
-
5887
- msgid "Quantity of this subscription to add"
5888
- msgstr "추가할 서브스크립션 수 "
5889
-
5890
- msgid "Quantity of this subscriptions to add"
5891
- msgstr "추가할 서브스크립션 수 "
5892
-
5893
6055
  msgid "Quantity to Allocate"
5894
6056
  msgstr "할당할 수량"
5895
6057
 
@@ -5962,6 +6124,9 @@ msgstr "재부팅이 필요합니다"
5962
6124
  msgid "Reclaim Space"
5963
6125
  msgstr "공간 회수"
5964
6126
 
6127
+ msgid "Reclaim space"
6128
+ msgstr ""
6129
+
5965
6130
  msgid "Reclaim space from On Demand repositories"
5966
6131
  msgstr "온디맨드 리포지토리에서 공간 회수"
5967
6132
 
@@ -6028,6 +6193,9 @@ msgstr "RollingCV 저장소 새로 고침"
6028
6193
  msgid "Refresh all alternate content sources"
6029
6194
  msgstr "모든 대체 콘텐츠 소스 새로 고침"
6030
6195
 
6196
+ msgid "Refresh all distributions"
6197
+ msgstr ""
6198
+
6031
6199
  msgid "Refresh alternate content sources"
6032
6200
  msgstr "대체 콘텐츠 소스 새로 고침"
6033
6201
 
@@ -6040,15 +6208,27 @@ msgstr "적용 가능성 새로 고침"
6040
6208
  msgid "Refresh counts"
6041
6209
  msgstr "새로 고침 횟수"
6042
6210
 
6211
+ msgid "Refresh distribution"
6212
+ msgstr ""
6213
+
6043
6214
  msgid "Refresh errata applicability"
6044
6215
  msgstr "에라타 적용 가능성 새로 고침"
6045
6216
 
6217
+ msgid "Refresh if needed"
6218
+ msgstr ""
6219
+
6046
6220
  msgid "Refresh package applicability"
6047
6221
  msgstr "패키지 적용 가능성 새로 고침"
6048
6222
 
6049
6223
  msgid "Refresh previously imported manifest for Red Hat provider"
6050
6224
  msgstr "Red Hat 공급자에 대해 이전에 가져온 매니페스트를 새로 고침 "
6051
6225
 
6226
+ msgid "Refresh remote"
6227
+ msgstr ""
6228
+
6229
+ msgid "Refresh repos"
6230
+ msgstr ""
6231
+
6052
6232
  msgid "Refresh source"
6053
6233
  msgstr "소스 새로 고침"
6054
6234
 
@@ -6058,9 +6238,6 @@ msgstr "Refresh_Content_Host_Status"
6058
6238
  msgid "Register a host with subscription and information"
6059
6239
  msgstr "서브스크립션 및 정보를 사용하여 호스트 등록"
6060
6240
 
6061
- msgid "Register host '%s' before attaching subscriptions"
6062
- msgstr "서브스크립션을 첨부하기 전에 호스트 '%s' 등록"
6063
-
6064
6241
  msgid "Registered"
6065
6242
  msgstr "등록됨 "
6066
6243
 
@@ -6094,6 +6271,9 @@ msgstr "레지스트리 이름 패턴으로 인해 멤버 리포지터리의 잘
6094
6271
  msgid "Registry token expiration time"
6095
6272
  msgstr ""
6096
6273
 
6274
+ msgid "Reindex subscriptions"
6275
+ msgstr ""
6276
+
6097
6277
  msgid "Related composite content views"
6098
6278
  msgstr "관련 복합 콘텐츠 뷰"
6099
6279
 
@@ -6169,6 +6349,9 @@ msgstr "환경에서 제거"
6169
6349
  msgid "Remove from environments"
6170
6350
  msgstr "환경에서 제거"
6171
6351
 
6352
+ msgid "Remove from host collections"
6353
+ msgstr ""
6354
+
6172
6355
  msgid "Remove host from collections"
6173
6356
  msgstr "컬렉션에서 호스트 제거"
6174
6357
 
@@ -6190,6 +6373,9 @@ msgstr "하나 이상의 호스트에서 하나 이상의 호스트 컬렉션
6190
6373
  msgid "Remove one or more subscriptions from an upstream manifest"
6191
6374
  msgstr "업스트림 매니페스트에서 하나 이상의 서브스크립션 제거"
6192
6375
 
6376
+ msgid "Remove orphans"
6377
+ msgstr ""
6378
+
6193
6379
  msgid "Remove package group via Katello interface"
6194
6380
  msgstr "Katello 인터페이스를 통해 패키지 그룹 삭제"
6195
6381
 
@@ -6205,17 +6391,14 @@ msgstr "Katello 인터페이스를 통해 패키지 제거"
6205
6391
  msgid "Remove products from sync plan"
6206
6392
  msgstr "동기화 계획에서 제품 삭제 "
6207
6393
 
6208
- msgid "Remove subscriptions"
6209
- msgstr "서브스크립션 삭제"
6210
-
6211
- msgid "Remove subscriptions from %s"
6212
- msgstr "%s에서 서브스크립션 삭제"
6394
+ msgid "Remove rolling repo clone"
6395
+ msgstr ""
6213
6396
 
6214
- msgid "Remove subscriptions from a host"
6215
- msgstr "호스트에서 서브스크립션 제거"
6397
+ msgid "Remove units"
6398
+ msgstr ""
6216
6399
 
6217
- msgid "Remove subscriptions from one or more hosts"
6218
- msgstr "하나 이상의 호스트에서 서브스크립션 제거"
6400
+ msgid "Remove unneeded repos"
6401
+ msgstr ""
6219
6402
 
6220
6403
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6221
6404
  msgstr "컨텐츠 뷰에서 버전 및 환경 삭제 후 시스템 및 키 다시 지정 "
@@ -6223,6 +6406,9 @@ msgstr "컨텐츠 뷰에서 버전 및 환경 삭제 후 시스템 및 키 다
6223
6406
  msgid "Remove versions from environments"
6224
6407
  msgstr "환경에서 버전 제거"
6225
6408
 
6409
+ msgid "Removed %{count} host(s) from host collection %{host_collection}."
6410
+ msgstr ""
6411
+
6226
6412
  msgid "Removed component from content view"
6227
6413
  msgstr "콘텐츠 보기에서 구성 요소를 제거했습니다."
6228
6414
 
@@ -6241,6 +6427,9 @@ msgstr "ID %{acs_id}가 있는 ACS %{acs_name}에서 ID %{prod_id}가 있는 제
6241
6427
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6242
6428
  msgstr "모든 환경에서 이 버전을 제거해도 버전은 삭제되지 않습니다. 버전은 나중에 승격에 사용할 수 있습니다."
6243
6429
 
6430
+ msgid "Repair"
6431
+ msgstr ""
6432
+
6244
6433
  msgid "Replace content source on the target machine"
6245
6434
  msgstr "대상 컴퓨터에서 콘텐츠 소스를 교체"
6246
6435
 
@@ -6259,12 +6448,18 @@ msgstr "리포지터리 "
6259
6448
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6260
6449
  msgstr "CDN 구성이 Air-gapped(연결 끊김)로 설정되어 있는 동안에는 리포지터리를 사용할 수 없습니다."
6261
6450
 
6451
+ msgid "Repositories certs reset"
6452
+ msgstr ""
6453
+
6262
6454
  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."
6263
6455
  msgstr "선택한 콘텐츠 뷰 버전에 공통된 리포지토리는 병합되어 각 콘텐츠 뷰 버전의 모든 콘텐츠를 합친 복합 콘텐츠 뷰가 생성됩니다."
6264
6456
 
6265
6457
  msgid "Repositories from published Content Views are not allowed."
6266
6458
  msgstr "공개된 컨텐츠 뷰에서 리포지터리는 허용되지 않습니다. "
6267
6459
 
6460
+ msgid "Repositories gpg reset"
6461
+ msgstr ""
6462
+
6268
6463
  msgid "Repository"
6269
6464
  msgstr "리포지터리 "
6270
6465
 
@@ -6430,12 +6625,18 @@ msgstr "합성 콘텐츠 뷰 프로모션 제한"
6430
6625
  msgid "Result"
6431
6626
  msgstr "결과 "
6432
6627
 
6628
+ msgid "Retain build profile upon unregistration"
6629
+ msgstr ""
6630
+
6433
6631
  msgid "Retrieve a single errata for a host"
6434
6632
  msgstr "호스트에 대한 단일 에라타를 가져옵니다."
6435
6633
 
6436
6634
  msgid "Return Red Hat (non-custom) products only"
6437
6635
  msgstr "Red Hat (사용자 지정이 아닌) 제품만 반환"
6438
6636
 
6637
+ msgid "Return a list of installed debs distinct by name"
6638
+ msgstr ""
6639
+
6439
6640
  msgid "Return a list of installed packages distinct by name"
6440
6641
  msgstr "이름별로 구분된 설치된 패키지 목록을 반환"
6441
6642
 
@@ -6616,6 +6817,24 @@ msgstr "서브스크립션이 곧 만료됩니다"
6616
6817
  msgid "Save"
6617
6818
  msgstr "저장"
6618
6819
 
6820
+ msgid "Save Environments"
6821
+ msgstr ""
6822
+
6823
+ msgid "Save artifact"
6824
+ msgstr ""
6825
+
6826
+ msgid "Save distribution references"
6827
+ msgstr ""
6828
+
6829
+ msgid "Save publication"
6830
+ msgstr ""
6831
+
6832
+ msgid "Save version"
6833
+ msgstr ""
6834
+
6835
+ msgid "Save versions"
6836
+ msgstr ""
6837
+
6619
6838
  msgid "Saving alternate content source..."
6620
6839
  msgstr "대체 콘텐츠 소스를 저장 중입니다..."
6621
6840
 
@@ -6625,6 +6844,12 @@ msgstr "스캔"
6625
6844
  msgid "Scan a flatpak remote"
6626
6845
  msgstr "flatpak 원격 스캔"
6627
6846
 
6847
+ msgid "Scan cdn"
6848
+ msgstr ""
6849
+
6850
+ msgid "Scan remote"
6851
+ msgstr ""
6852
+
6628
6853
  msgid "Schema version 1"
6629
6854
  msgstr "스키마 버전 1"
6630
6855
 
@@ -6673,6 +6898,9 @@ msgstr "적용 가능한 보안 에라타"
6673
6898
  msgid "Security errata installable"
6674
6899
  msgstr "보안 에라타 설치 가능"
6675
6900
 
6901
+ msgid "See child manifests"
6902
+ msgstr ""
6903
+
6676
6904
  msgid "Select"
6677
6905
  msgstr "선택 "
6678
6906
 
@@ -6784,6 +7012,9 @@ msgstr "{hostName} 호스트와 연결할 호스트 컬렉션을 선택하세요
6784
7012
  msgid "Select host collection(s) to remove from host {hostName}."
6785
7013
  msgstr "{hostName} 호스트에서 제거할 호스트 컬렉션을 선택하세요."
6786
7014
 
7015
+ 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."
7016
+ msgstr ""
7017
+
6787
7018
  msgid "Select hosts to assign to %s"
6788
7019
  msgstr "%s에 할당할 호스트 선택 "
6789
7020
 
@@ -6862,11 +7093,14 @@ msgstr "서비스 레벨 %s"
6862
7093
  msgid "Service Level (SLA)"
6863
7094
  msgstr "서비스 레벨 (SLA)"
6864
7095
 
7096
+ msgid "Service level"
7097
+ msgstr ""
7098
+
6865
7099
  msgid "Service level of host"
6866
7100
  msgstr "호스트의 서비스 수준"
6867
7101
 
6868
- msgid "Service level to be used for autoheal"
6869
- msgstr "자동 복구에 사용할 서비스 수준"
7102
+ msgid "Service level, e.g. SELF-SUPPORT"
7103
+ msgstr ""
6870
7104
 
6871
7105
  msgid "Set content overrides"
6872
7106
  msgstr "콘텐츠 재정의 설정"
@@ -6892,9 +7126,6 @@ msgstr "컨테이너 레지스트리 인증서 설정"
6892
7126
  msgid "Sets the system purpose usage"
6893
7127
  msgstr "시스템 용도 사용을 설정합니다"
6894
7128
 
6895
- msgid "Sets whether the Host will autoheal subscriptions upon checkin"
6896
- msgstr "호스트가 체크인 시 서브스크립션을 자동 복구할지 여부를 설정합니다."
6897
-
6898
7129
  msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
6899
7130
  msgstr "'default_location_subscribed_hosts' 설정이 유효한 위치로 설정되지 않았습니다."
6900
7131
 
@@ -6904,6 +7135,9 @@ msgstr "중요도"
6904
7135
  msgid "Severity must be one of: %s"
6905
7136
  msgstr "심각도는 다음 중 하나여야 합니다. %s"
6906
7137
 
7138
+ msgid "Show ${remainingCount} more"
7139
+ msgstr ""
7140
+
6907
7141
  msgid "Show %s"
6908
7142
  msgstr "%s 표시"
6909
7143
 
@@ -7045,6 +7279,9 @@ msgstr "스마트 프록시 콘텐츠 소스를 찾을 수 없습니다!"
7045
7279
  msgid "Smart proxy name"
7046
7280
  msgstr "스마트 프록시 이름"
7047
7281
 
7282
+ msgid "Smart proxy verify content checksum has started in the background"
7283
+ msgstr ""
7284
+
7048
7285
  msgid "Sockets"
7049
7286
  msgstr "소켓 "
7050
7287
 
@@ -7159,8 +7396,8 @@ msgstr "콘텐츠 뷰를 로드하는 동안 오류가 발생했습니다. 자
7159
7396
  msgid "Something went wrong while refreshing alternate content sources: "
7160
7397
  msgstr "대체 콘텐츠 소스를 새로 고치는 동안 오류가 발생했습니다. "
7161
7398
 
7162
- msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
7163
- msgstr "콘텐츠 수를 새로 고치는 동안 오류가 발생했습니다: ${getResponseErrorMsgs(error.response)}"
7399
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
7400
+ msgstr ""
7164
7401
 
7165
7402
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
7166
7403
  msgstr "필터 규칙을 제거하는 동안 오류가 발생했습니다! ${getResponseErrorMsgs(error.response)}"
@@ -7228,6 +7465,9 @@ msgstr "리포지토리 유형을 검색하는 동안 오류가 발생했습니
7228
7465
  msgid "Something went wrong while updating the content source. See the logs for more information"
7229
7466
  msgstr "콘텐츠 소스를 업데이트하는 동안 오류가 발생했습니다. 자세한 내용은 로그를 참조하세요."
7230
7467
 
7468
+ msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
7469
+ msgstr ""
7470
+
7231
7471
  msgid "Something went wrong! Please check server logs!"
7232
7472
  msgstr "오류가 발생했습니다! 서버 로그를 확인하세요!"
7233
7473
 
@@ -7315,9 +7555,6 @@ msgstr "서브스크립션 "
7315
7555
  msgid "Subscription Details"
7316
7556
  msgstr "서브스크립션 정보 "
7317
7557
 
7318
- msgid "Subscription ID"
7319
- msgstr "서브스크립션 ID"
7320
-
7321
7558
  msgid "Subscription Info"
7322
7559
  msgstr "서브스크립션 정보 "
7323
7560
 
@@ -7333,12 +7570,6 @@ msgstr "서브스크립션 매니페스트 유효성 검사"
7333
7570
  msgid "Subscription Name"
7334
7571
  msgstr "서브스크립션 이름"
7335
7572
 
7336
- msgid "Subscription Pool id"
7337
- msgstr "서브스크립션 풀 ID"
7338
-
7339
- msgid "Subscription Pool uuid"
7340
- msgstr "서브스크립션 풀 uuid"
7341
-
7342
7573
  msgid "Subscription UUID"
7343
7574
  msgstr "서브스크립션 UUID"
7344
7575
 
@@ -7390,9 +7621,6 @@ msgstr "성공 "
7390
7621
  msgid "Successfully added %s Host(s)."
7391
7622
  msgstr "%s개의 호스트를 추가했습니다."
7392
7623
 
7393
- msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
7394
- msgstr "호스트 컬렉션 %{host_collection}에 %{count} 컨텐츠 호스트를 성공적으로 추가했습니다. "
7395
-
7396
7624
  msgid "Successfully changed sync plan for %s product(s)"
7397
7625
  msgstr "%s 제품의 동기화 계획을 성공적으로 변경했습니다 "
7398
7626
 
@@ -7405,9 +7633,6 @@ msgstr "성공적으로 새로 고침되었습니다."
7405
7633
  msgid "Successfully removed %s Host(s)."
7406
7634
  msgstr "%s개의 호스트를 삭제했습니다."
7407
7635
 
7408
- msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
7409
- msgstr "호스트 컬렉션 %{host_collection}에서 %{count} 컨텐츠 호스트를 성공적으로 삭제했습니다. "
7410
-
7411
7636
  msgid "Successfully synced capsule."
7412
7637
  msgstr "캡슐을 성공적으로 동기화했습니다."
7413
7638
 
@@ -7426,6 +7651,9 @@ msgstr "지원이 종료되었습니다"
7426
7651
  msgid "Supported Content Types"
7427
7652
  msgstr "지원되는 콘텐츠 유형"
7428
7653
 
7654
+ msgid "Sync"
7655
+ msgstr ""
7656
+
7429
7657
  msgid "Sync Canceled"
7430
7658
  msgstr "동기화 취소 "
7431
7659
 
@@ -7480,6 +7708,9 @@ msgstr "리포지터리 동기화 "
7480
7708
  msgid "Sync all repositories for a product"
7481
7709
  msgstr "제품의 모든 리포지터리 동기화"
7482
7710
 
7711
+ msgid "Sync capsule"
7712
+ msgstr ""
7713
+
7483
7714
  msgid "Sync complete."
7484
7715
  msgstr "동기화가 완료되었습니다. "
7485
7716
 
@@ -7498,6 +7729,9 @@ msgstr "원하는 제품을 선택하여 업스트림 리포지토리에서 스
7498
7729
  msgid "Sync state"
7499
7730
  msgstr "동기화 상태"
7500
7731
 
7732
+ msgid "Syncable export"
7733
+ msgstr ""
7734
+
7501
7735
  msgid "Synced"
7502
7736
  msgstr "동기화됨"
7503
7737
 
@@ -7549,6 +7783,9 @@ msgstr "시스템 목적 속성이 업데이트됨"
7549
7783
  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."
7550
7784
  msgstr "시스템 목적은 네트워크에서 시스템의 용도를 설정할 수 있으며 Red Hat Hybrid Cloud Console의 서브스크립션 서비스에서 보고 정확도를 향상시킬 수 있습니다."
7551
7785
 
7786
+ msgid "Tag"
7787
+ msgstr ""
7788
+
7552
7789
  msgid "Tag name"
7553
7790
  msgstr "태그 이름"
7554
7791
 
@@ -7764,9 +8001,6 @@ msgstr "선택한 라이프사이클 환경에 활성화 키가 없습니다."
7764
8001
  msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
7765
8002
  msgstr "선택된/상속된 콘텐츠 뷰는 이 라이프사이클 환경에서 사용할 수 없습니다."
7766
8003
 
7767
- msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
7768
- msgstr "지정된 조직은 간단한 콘텐츠 액세스 모드에 있습니다. 서브스크립션 첨부가 비활성화되었습니다."
7769
-
7770
8004
  msgid "The subscription cannot be found upstream"
7771
8005
  msgstr "서브스크립션을 업스트림에서 찾을 수 없음"
7772
8006
 
@@ -7908,12 +8142,6 @@ msgstr "이 호스트에는 적용 가능하지만 설치할 수 없는 에라
7908
8142
  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."
7909
8143
  msgstr "이 호스트는 여러 콘텐츠 뷰 환경과 연결되어 있습니다. 여기에 라이프사이클 환경과 콘텐츠 뷰를 할당하면 호스트가 다른 환경에서 제거됩니다."
7910
8144
 
7911
- msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
7912
- msgstr "이 호스트의 조직은 Simple Content Access 모드에 있습니다. 서브스크립션 첨부가 비활성화되었습니다."
7913
-
7914
- msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
7915
- msgstr "이 호스트의 조직은 간단한 컨텐츠 액세스 모드에 있습니다. 자동 연결이 비활성화되었습니다."
7916
-
7917
8145
  msgid "This is disabled because a manifest task is in progress"
7918
8146
  msgstr "매니페스트 작업이 진행 중이므로 이 기능이 비활성화되었습니다."
7919
8147
 
@@ -7992,6 +8220,9 @@ msgstr "제목"
7992
8220
  msgid "To change content view environments, a specific organization must be selected from the organization context."
7993
8221
  msgstr "콘텐츠 보기 환경을 변경하려면 조직 컨텍스트에서 특정 조직을 선택해야 합니다."
7994
8222
 
8223
+ msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
8224
+ msgstr ""
8225
+
7995
8226
  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."
7996
8227
  msgstr "동기화된 콘텐츠 옵션을 사용하려면 이 호스트가 선택한 아키텍처 및 운영 체제에 대한 동기화된 킥스타트 저장소가 포함된 콘텐츠 소스, 콘텐츠 뷰 및 라이프사이클 환경을 사용해야 합니다."
7997
8228
 
@@ -8013,6 +8244,9 @@ msgstr "시작하려면 이 호스트를 호스트 컬렉션에 추가하세요.
8013
8244
  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."
8014
8245
  msgstr "콘텐츠 뷰에서 특정 콘텐츠를 포함하거나 제외하려면 필터를 만듭니다. 필터가 없으면 콘텐츠 뷰에는 추가된 리포지토리의 모든 것이 포함됩니다."
8015
8246
 
8247
+ msgid "To manage host collections, a specific organization must be selected from the organization context."
8248
+ msgstr ""
8249
+
8016
8250
  msgid "To manage host content overrides, a specific organization must be selected from the organization context."
8017
8251
  msgstr "호스트 콘텐츠 재정의를 관리하려면 조직 컨텍스트에서 특정 조직을 선택해야 합니다."
8018
8252
 
@@ -8067,12 +8301,6 @@ msgstr "적절한 권한이 있는 사용자에게 추적 정보가 여기에
8067
8301
  msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
8068
8302
  msgstr "이 스마트 프록시와 관련된 모든 대체 콘텐츠 소스에 대한 트래픽은 선택된 HTTP 프록시를 통해 전달됩니다."
8069
8303
 
8070
- msgid "Trigger an auto-attach of subscriptions"
8071
- msgstr "서브스크립션 자동 첨부 트리거"
8072
-
8073
- msgid "Trigger an auto-attach of subscriptions on one or more hosts"
8074
- msgstr "하나 이상의 호스트에서 서브스크립션 자동 연결을 트리거합니다."
8075
-
8076
8304
  msgid "Try changing your search criteria."
8077
8305
  msgstr "검색 기준을 변경해 보세요."
8078
8306
 
@@ -8226,9 +8454,6 @@ msgstr "사용자-리포지터리 매핑을 업데이트할 수 없습니다."
8226
8454
  msgid "Unapplied Errata"
8227
8455
  msgstr "적용되지 않은 에라타 "
8228
8456
 
8229
- msgid "Unattach a subscription"
8230
- msgstr "서브스크립션 할당 해제 "
8231
-
8232
8457
  msgid "Unfiltered params array: %s."
8233
8458
  msgstr "필터링되지 않은 매개변수 배열:%s"
8234
8459
 
@@ -8340,15 +8565,27 @@ msgstr "조직에 있는 환경 업데이트 "
8340
8565
  msgid "Update content counts for the smart proxy"
8341
8566
  msgstr "스마트 프록시에 대한 콘텐츠 수 업데이트"
8342
8567
 
8568
+ msgid "Update content urls"
8569
+ msgstr ""
8570
+
8343
8571
  msgid "Update content view environments for host"
8344
8572
  msgstr "호스트에 대한 콘텐츠 뷰 환경 업데이트"
8345
8573
 
8346
8574
  msgid "Update content view environments for host %s"
8347
8575
  msgstr "호스트%s에 대한 콘텐츠 뷰 환경 업데이트"
8348
8576
 
8577
+ msgid "Update distributions"
8578
+ msgstr ""
8579
+
8349
8580
  msgid "Update hosts manually"
8350
8581
  msgstr "호스트를 수동으로 업데이트"
8351
8582
 
8583
+ msgid "Update http proxy"
8584
+ msgstr ""
8585
+
8586
+ msgid "Update http proxy details"
8587
+ msgstr ""
8588
+
8352
8589
  msgid "Update installed packages, enabled repos, module inventory"
8353
8590
  msgstr "설치된 패키지, 활성화된 리포지토리, 모듈 인벤토리 업데이트"
8354
8591
 
@@ -8364,12 +8601,21 @@ msgstr "Katello 인터페이스를 통해 패키지 업데이트"
8364
8601
  msgid "Update packages via Katello interface"
8365
8602
  msgstr "Katello 인터페이스를 통해 패키지 업데이트"
8366
8603
 
8604
+ msgid "Update redhat repository"
8605
+ msgstr ""
8606
+
8367
8607
  msgid "Update release version for host"
8368
8608
  msgstr "호스트에 대한 릴리스 버전 업데이트"
8369
8609
 
8370
8610
  msgid "Update release version for host %s"
8371
8611
  msgstr "호스트%s에 대한 릴리스 버전 업데이트"
8372
8612
 
8613
+ msgid "Update remote"
8614
+ msgstr ""
8615
+
8616
+ msgid "Update repository"
8617
+ msgstr ""
8618
+
8373
8619
  msgid "Update services requiring restart"
8374
8620
  msgstr "재시작이 필요한 서비스 업데이트"
8375
8621
 
@@ -8460,6 +8706,12 @@ msgstr "필터의 내용 청크를 업로드 "
8460
8706
  msgid "Upload a subscription manifest"
8461
8707
  msgstr "서브스크립션 매니페스트 업로드 "
8462
8708
 
8709
+ msgid "Upload content"
8710
+ msgstr ""
8711
+
8712
+ msgid "Upload file"
8713
+ msgstr ""
8714
+
8463
8715
  msgid "Upload into"
8464
8716
  msgstr "업로드 "
8465
8717
 
@@ -8469,6 +8721,9 @@ msgstr "패키지/리포지토리 프로필 업로드"
8469
8721
  msgid "Upload request id"
8470
8722
  msgstr "요청 ID 업로드 "
8471
8723
 
8724
+ msgid "Upload tag"
8725
+ msgstr ""
8726
+
8472
8727
  msgid "Upstream Candlepin"
8473
8728
  msgstr "Candlepin 업스트림"
8474
8729
 
@@ -8583,9 +8838,15 @@ msgstr "호스트의 할당된 라이프사이클 환경이 호스트가 콘텐
8583
8838
  msgid "Value must either be a boolean or 'default' for 'enabled'"
8584
8839
  msgstr "값은 '활성화됨'의 경우 부울이거나 '기본값'이어야 합니다."
8585
8840
 
8841
+ msgid "Verify Content Checksum"
8842
+ msgstr "컨텐츠 Checksum 확인"
8843
+
8586
8844
  msgid "Verify SSL"
8587
8845
  msgstr "SSL 확인 "
8588
8846
 
8847
+ msgid "Verify checksum"
8848
+ msgstr ""
8849
+
8589
8850
  msgid "Verify checksum for content on smart proxy"
8590
8851
  msgstr "스마트 프록시의 콘텐츠에 대한 체크섬 확인"
8591
8852
 
@@ -8667,6 +8928,9 @@ msgstr "해당 에라타 보기"
8667
8928
  msgid "View by"
8668
8929
  msgstr "보기 기준"
8669
8930
 
8931
+ 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."
8932
+ msgstr ""
8933
+
8670
8934
  msgid "View content views"
8671
8935
  msgstr "콘텐츠 뷰 보기"
8672
8936
 
@@ -8676,6 +8940,15 @@ msgstr "자세한 내용 보기"
8676
8940
  msgid "View documentation"
8677
8941
  msgstr "문서 보기"
8678
8942
 
8943
+ msgid "View here"
8944
+ msgstr ""
8945
+
8946
+ msgid "View labels and annotations"
8947
+ msgstr ""
8948
+
8949
+ msgid "View labels and annotations for image "
8950
+ msgstr ""
8951
+
8679
8952
  msgid "View matching content"
8680
8953
  msgstr "일치하는 콘텐츠 보기"
8681
8954
 
@@ -8715,6 +8988,9 @@ msgstr "\"출시/배포\"가 설정되면 \"업스트림 URL\"도 설정해야
8715
8988
  msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
8716
8989
  msgstr "\"업스트림 URL\"이 설정되면 \"릴리스/배포\"도 설정해야 합니다!"
8717
8990
 
8991
+ 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."
8992
+ msgstr ""
8993
+
8718
8994
  msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
8719
8995
  msgstr "subscription-manager를 통해 호스트를 등록할 때 지정된 팩트(‘fact.fact’ 형식)을 강제로 사용합니다."
8720
8996
 
@@ -8955,9 +9231,6 @@ msgstr "라이브러리가 아닌 리포지터리와 동기화를 시도했습
8955
9231
  msgid "attempted to sync without a feed URL"
8956
9232
  msgstr "피드 URL 없이 동기화를 시도했습니다."
8957
9233
 
8958
- msgid "auto attach subscriptions upon registration"
8959
- msgstr "등록 시 서브스크립션을 자동으로 첨부 "
8960
-
8961
9234
  msgid "base url to perform repo discovery on"
8962
9235
  msgstr "리포지터리 검색을 실행하기 위한 기본 url "
8963
9236
 
@@ -9594,9 +9867,6 @@ msgstr "컨텐츠 포함 또는 제외 여부를 지정합니다. 기본값: inc
9594
9867
  msgid "start datetime of synchronization"
9595
9868
  msgstr "동기화 시작 날짜 "
9596
9869
 
9597
- msgid "subscriptions not specified"
9598
- msgstr "서브스크립션을 지정하지 않았습니다."
9599
-
9600
9870
  msgid "sync plan description"
9601
9871
  msgstr "동기화 계획 설명 "
9602
9872