katello 4.18.0 → 4.19.0.rc1

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 (345) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +52 -349
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +52 -349
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +52 -349
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +53 -350
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +54 -351
  7. data/app/assets/javascripts/katello/locale/de/katello.js +56 -353
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +52 -349
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +52 -349
  10. data/app/assets/javascripts/katello/locale/el/katello.js +54 -351
  11. data/app/assets/javascripts/katello/locale/en/katello.js +53 -350
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +53 -350
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +52 -349
  14. data/app/assets/javascripts/katello/locale/es/katello.js +56 -353
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +52 -349
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +138 -435
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +52 -349
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +52 -349
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +52 -349
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +52 -349
  21. data/app/assets/javascripts/katello/locale/id/katello.js +52 -349
  22. data/app/assets/javascripts/katello/locale/it/katello.js +53 -350
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +142 -439
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +56 -353
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +52 -349
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +135 -432
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +52 -349
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +52 -349
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +52 -349
  30. data/app/assets/javascripts/katello/locale/or/katello.js +52 -349
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +52 -349
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +52 -349
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +52 -349
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +52 -349
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +56 -353
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +52 -349
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +52 -349
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +54 -351
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +52 -349
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +52 -349
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +52 -349
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +52 -349
  43. data/app/assets/javascripts/katello/locale/te/katello.js +52 -349
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +52 -349
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +52 -349
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +52 -349
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +52 -349
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +135 -432
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +54 -351
  50. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +46 -13
  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_export_incrementals_controller.rb +56 -34
  54. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
  55. data/app/controllers/katello/api/v2/content_views_controller.rb +18 -3
  56. data/app/controllers/katello/api/v2/debs_controller.rb +21 -11
  57. data/app/controllers/katello/api/v2/docker_tags_controller.rb +7 -0
  58. data/app/controllers/katello/api/v2/errata_controller.rb +4 -4
  59. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +21 -19
  60. data/app/controllers/katello/api/v2/host_debs_controller.rb +16 -1
  61. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +3 -60
  62. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +10 -53
  63. data/app/controllers/katello/api/v2/repositories_controller.rb +0 -1
  64. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +3 -0
  65. data/app/lib/actions/candlepin/activation_key/create.rb +0 -2
  66. data/app/lib/actions/candlepin/activation_key/update.rb +0 -2
  67. data/app/lib/actions/candlepin/product/content_create.rb +3 -5
  68. data/app/lib/actions/candlepin/product/content_update.rb +2 -3
  69. data/app/lib/actions/helpers/rolling_cv_repos.rb +1 -1
  70. data/app/lib/actions/katello/activation_key/create.rb +0 -1
  71. data/app/lib/actions/katello/activation_key/update.rb +0 -2
  72. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -6
  73. data/app/lib/actions/katello/content_credential/update.rb +1 -1
  74. data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +18 -24
  75. data/app/lib/actions/katello/content_view/create.rb +9 -4
  76. data/app/lib/actions/katello/content_view/publish.rb +7 -7
  77. data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +6 -1
  78. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +16 -11
  79. data/app/lib/actions/katello/content_view/update.rb +34 -7
  80. data/app/lib/actions/katello/product/content_create.rb +2 -2
  81. data/app/lib/actions/katello/product/content_destroy.rb +1 -1
  82. data/app/lib/actions/katello/repository/check_matching_content.rb +1 -1
  83. data/app/lib/actions/katello/repository/clone_contents.rb +1 -1
  84. data/app/lib/actions/katello/repository/create.rb +1 -1
  85. data/app/lib/actions/katello/repository/destroy.rb +4 -4
  86. data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
  87. data/app/lib/actions/katello/repository/sync.rb +1 -1
  88. data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +2 -2
  89. data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
  90. data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +1 -1
  91. data/app/lib/actions/pulp3/repository/save_publication.rb +3 -1
  92. data/app/lib/actions/pulp3/repository/save_version.rb +45 -24
  93. data/app/lib/actions/pulp3/repository/save_versions.rb +2 -1
  94. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -4
  95. data/app/lib/katello/resources/candlepin/upstream_job.rb +9 -1
  96. data/app/lib/katello/resources/candlepin.rb +4 -0
  97. data/app/models/katello/authorization/repository.rb +17 -4
  98. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -7
  99. data/app/models/katello/content_view_deb_filter.rb +10 -0
  100. data/app/models/katello/content_view_deb_filter_rule.rb +7 -0
  101. data/app/models/katello/deb.rb +10 -12
  102. data/app/models/katello/erratum.rb +1 -1
  103. data/app/models/katello/glue/provider.rb +14 -3
  104. data/app/models/katello/host/content_facet.rb +1 -1
  105. data/app/models/katello/host/subscription_facet.rb +1 -7
  106. data/app/models/katello/product_content.rb +2 -2
  107. data/app/models/katello/repository.rb +4 -23
  108. data/app/models/katello/root_repository.rb +2 -5
  109. data/app/services/katello/candlepin/event_handler.rb +0 -33
  110. data/app/services/katello/candlepin/message_handler.rb +0 -41
  111. data/app/services/katello/content_unit_indexer.rb +59 -13
  112. data/app/services/katello/product_content_finder.rb +16 -7
  113. data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
  114. data/app/services/katello/pulp3/ansible_collection.rb +1 -0
  115. data/app/services/katello/pulp3/api/content_guard.rb +5 -5
  116. data/app/services/katello/pulp3/api/core.rb +10 -0
  117. data/app/services/katello/pulp3/content_view_version/export.rb +25 -10
  118. data/app/services/katello/pulp3/deb.rb +1 -0
  119. data/app/services/katello/pulp3/docker_manifest.rb +1 -0
  120. data/app/services/katello/pulp3/docker_manifest_list.rb +1 -0
  121. data/app/services/katello/pulp3/docker_tag.rb +1 -0
  122. data/app/services/katello/pulp3/file_unit.rb +1 -0
  123. data/app/services/katello/pulp3/generic_content_unit.rb +1 -0
  124. data/app/services/katello/pulp3/module_stream.rb +1 -0
  125. data/app/services/katello/pulp3/package_group.rb +1 -0
  126. data/app/services/katello/pulp3/repository/apt.rb +30 -13
  127. data/app/services/katello/pulp3/repository.rb +59 -10
  128. data/app/services/katello/pulp3/rpm.rb +3 -2
  129. data/app/services/katello/pulp3/srpm.rb +3 -2
  130. data/app/services/katello/pulp3/task_group.rb +1 -1
  131. data/app/services/katello/registration_manager.rb +19 -17
  132. data/app/services/katello/repository_type_manager.rb +7 -5
  133. data/app/services/katello/smart_proxy_helper.rb +1 -6
  134. data/app/views/foreman/job_templates/upload_profile.erb +5 -0
  135. data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -1
  136. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
  137. data/app/views/katello/api/v2/debs/thindex.json.rabl +6 -0
  138. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +32 -0
  139. data/app/views/katello/api/v2/docker_tags/show.json.rabl +0 -5
  140. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +6 -0
  141. data/app/views/katello/api/v2/host_debs/installed_debs.json.rabl +6 -0
  142. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_errata.json.rabl +1 -1
  143. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_erratum.json.rabl +9 -0
  144. data/app/views/katello/api/v2/hosts_bulk_actions/installable_errata.json.rabl +1 -1
  145. data/app/views/katello/api/v2/hosts_bulk_actions/{erratum.json.rabl → installable_erratum.json.rabl} +3 -3
  146. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
  147. data/config/initializers/monkeys.rb +1 -0
  148. data/config/routes/api/v2.rb +2 -2
  149. data/config/routes/overrides.rb +2 -7
  150. data/config/routes.rb +2 -0
  151. data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +1 -1
  152. data/db/migrate/20250912000000_add_pulp_prn_fields.rb +73 -0
  153. data/db/migrate/20250912000001_populate_pulp_prn_fields.rb +403 -0
  154. data/db/migrate/20251009142516_remove_auto_attach_from_activation_keys.rb +5 -0
  155. data/db/migrate/20251009142517_remove_autoheal_from_subscription_facets.rb +5 -0
  156. data/db/seeds.d/111-upgrade_tasks.rb +2 -0
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +2 -2
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -1
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +5 -2
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +5 -2
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +5 -2
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +4 -4
  163. data/lib/katello/permission_creator.rb +2 -2
  164. data/lib/katello/permissions/host_permissions.rb +0 -6
  165. data/lib/katello/plugin.rb +16 -8
  166. data/lib/katello/tasks/jenkins.rake +1 -1
  167. data/lib/katello/tasks/upgrades/4.19/enable_structured_apt_for_deb.rake +87 -0
  168. data/lib/katello/tasks/upgrades/4.19/populate_repository_version_prns.rake +32 -0
  169. data/lib/katello/version.rb +1 -1
  170. data/lib/monkeys/fix_rpm_repository_gpgcheck.rb +38 -0
  171. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/bn/katello.po +52 -349
  173. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  174. data/locale/bn_IN/katello.po +52 -349
  175. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  176. data/locale/ca/katello.po +52 -349
  177. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  178. data/locale/cs/katello.po +54 -350
  179. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/cs_CZ/katello.po +54 -351
  181. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  182. data/locale/de/katello.po +56 -353
  183. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  184. data/locale/de_AT/katello.po +52 -349
  185. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  186. data/locale/de_DE/katello.po +52 -349
  187. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  188. data/locale/el/katello.po +55 -352
  189. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  190. data/locale/en/katello.po +54 -350
  191. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/en_GB/katello.po +53 -350
  193. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/en_US/katello.po +52 -349
  195. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  196. data/locale/es/katello.po +56 -353
  197. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/et_EE/katello.po +52 -349
  199. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  200. data/locale/fr/katello.po +139 -435
  201. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  202. data/locale/gl/katello.po +52 -349
  203. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  204. data/locale/gu/katello.po +52 -349
  205. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  206. data/locale/he_IL/katello.po +52 -349
  207. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  208. data/locale/hi/katello.po +52 -349
  209. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/id/katello.po +52 -349
  211. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/it/katello.po +53 -350
  213. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/ja/katello.po +143 -439
  215. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/ka/katello.po +56 -353
  217. data/locale/katello.pot +695 -1152
  218. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  219. data/locale/kn/katello.po +52 -349
  220. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  221. data/locale/ko/katello.po +136 -432
  222. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  223. data/locale/ml_IN/katello.po +52 -349
  224. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  225. data/locale/mr/katello.po +52 -349
  226. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  227. data/locale/nl_NL/katello.po +52 -349
  228. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  229. data/locale/or/katello.po +52 -349
  230. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  231. data/locale/pa/katello.po +52 -349
  232. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  233. data/locale/pl/katello.po +52 -349
  234. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  235. data/locale/pl_PL/katello.po +52 -349
  236. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  237. data/locale/pt/katello.po +52 -349
  238. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  239. data/locale/pt_BR/katello.po +56 -353
  240. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  241. data/locale/ro/katello.po +52 -349
  242. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  243. data/locale/ro_RO/katello.po +52 -349
  244. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  245. data/locale/ru/katello.po +54 -351
  246. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  247. data/locale/sl/katello.po +52 -349
  248. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  249. data/locale/sv_SE/katello.po +52 -349
  250. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  251. data/locale/ta/katello.po +52 -349
  252. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  253. data/locale/ta_IN/katello.po +52 -349
  254. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  255. data/locale/te/katello.po +52 -349
  256. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  257. data/locale/tr/katello.po +52 -349
  258. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  259. data/locale/vi/katello.po +52 -349
  260. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  261. data/locale/vi_VN/katello.po +52 -349
  262. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  263. data/locale/zh/katello.po +52 -349
  264. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  265. data/locale/zh_CN/katello.po +136 -432
  266. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  267. data/locale/zh_TW/katello.po +54 -351
  268. data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
  269. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +0 -2
  270. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -2
  271. data/webpack/components/extensions/Hosts/ActionsBar/index.js +1 -0
  272. data/webpack/components/extensions/Hosts/BulkActions/BulkActionsConstants.js +7 -0
  273. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js +388 -0
  274. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/__tests__/BulkChangeHostCollectionsModal.test.js +640 -0
  275. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/actions.js +28 -0
  276. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +71 -0
  277. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +1 -1
  278. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +10 -3
  279. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
  280. data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +7 -0
  281. data/webpack/containers/Application/config.js +11 -1
  282. data/webpack/global_index.js +3 -0
  283. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesConstants.js +1 -1
  284. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesPage.js +7 -43
  285. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImagesPage.test.js +1 -1
  286. data/webpack/scenes/ContainerImages/ContainerImagesPage.js +86 -0
  287. data/webpack/scenes/ContainerImages/LabelsAnnotationsModal.js +105 -0
  288. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js +218 -0
  289. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsActions.js +15 -0
  290. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsSelectors.js +16 -0
  291. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/ManifestDetails.test.js +395 -0
  292. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestDetails.fixtures.json +43 -0
  293. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestList.fixtures.json +58 -0
  294. data/webpack/scenes/ContainerImages/Synced/Details/index.js +4 -0
  295. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js +359 -0
  296. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.scss +21 -0
  297. data/webpack/scenes/ContainerImages/Synced/__tests__/LabelsAnnotationsModal.test.js +69 -0
  298. data/webpack/scenes/ContainerImages/Synced/__tests__/SyncedContainerImagesPage.test.js +335 -0
  299. data/webpack/scenes/ContainerImages/Synced/__tests__/syncedContainerImages.fixtures.json +105 -0
  300. data/webpack/scenes/ContainerImages/TableEmptyState.js +67 -0
  301. data/webpack/scenes/ContainerImages/containerImagesHelpers.js +48 -0
  302. data/webpack/scenes/ContainerImages/index.js +4 -0
  303. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +29 -3
  304. data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
  305. data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +45 -1
  306. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -1
  307. data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +59 -1
  308. data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +1 -0
  309. data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +164 -24
  310. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVDebFilterContent.test.js +268 -0
  311. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterDetail.fixtures.json +95 -0
  312. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterRules.fixtures.json +31 -0
  313. data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVDebFilterRules.fixtures.json +10 -0
  314. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -1
  315. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -1
  316. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +15 -0
  317. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +1 -0
  318. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +9 -0
  319. data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +5 -3
  320. data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +1 -1
  321. data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +35 -3
  322. data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +1 -1
  323. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.css +3 -0
  324. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +63 -132
  325. data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +67 -143
  326. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +10 -2
  327. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +13 -2
  328. data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
  329. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +8 -2
  330. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +67 -1
  331. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
  332. data/webpack/scenes/Subscriptions/SubscriptionConstants.js +0 -2
  333. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
  334. metadata +83 -55
  335. data/app/lib/actions/katello/host/attach_subscriptions.rb +0 -59
  336. data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -22
  337. data/app/lib/actions/katello/host/remove_subscriptions.rb +0 -50
  338. data/app/lib/actions/katello/organization/simple_content_access/disable.rb +0 -25
  339. data/app/lib/actions/katello/organization/simple_content_access/enable.rb +0 -25
  340. data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +0 -42
  341. data/lib/katello/tasks/migrate_structure_content_for_deb.rake +0 -105
  342. data/lib/katello/tasks/upgrades/4.2/remove_checksum_values.rake +0 -17
  343. data/locale/action_names.rb +0 -186
  344. /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImages.fixtures.js +0 -0
  345. /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/index.js +0 -0
data/locale/ko/katello.po CHANGED
@@ -8,13 +8,14 @@
8
8
  # 진선재, 2024
9
9
  # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
10
10
  # Bryan Kearney <bryan.kearney@gmail.com>, 2025
11
+ # Ondřej Gajdušek, 2025
11
12
  #
12
13
  msgid ""
13
14
  msgstr ""
14
- "Project-Id-Version: katello 4.18.0.rc2\n"
15
+ "Project-Id-Version: katello 4.19.0.pre.master\n"
15
16
  "Report-Msgid-Bugs-To: \n"
16
17
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
17
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2025\n"
18
+ "Last-Translator: Ondřej Gajdušek, 2025\n"
18
19
  "Language-Team: Korean (https://app.transifex.com/foreman/teams/114/ko/)\n"
19
20
  "MIME-Version: 1.0\n"
20
21
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -456,9 +457,6 @@ msgstr "원격 실행 작업이 진행 중입니다."
456
457
  msgid "A remote execution job is in progress."
457
458
  msgstr "원격 실행 작업이 진행 중입니다."
458
459
 
459
- msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
460
- msgstr "auto-healing 프로세스의 서비스 레벨. 예: SELF-SUPPORT"
461
-
462
460
  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."
463
461
  msgstr "pulpcore가 실행되지 않은 상태에서 스마트 프록시가 새로 고쳐진 것 같습니다. pulpcore 서비스가 실행 중인지 확인한 후 스마트 프록시를 새로 고쳐주세요."
464
462
 
@@ -474,9 +472,6 @@ msgstr "ANY"
474
472
  msgid "About page"
475
473
  msgstr "정보 페이지"
476
474
 
477
- msgid "Abstract async task"
478
- msgstr ""
479
-
480
475
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
481
476
  msgstr "Red Hat Subscription Management에 대한 액세스가 금지되어 있습니다. 이를 변경하려면 콘텐츠 설정 '서브스크립션 연결 활성화됨'을 업데이트하세요."
482
477
 
@@ -564,12 +559,15 @@ msgstr "DEB 규칙 추가"
564
559
  msgid "Add RPM rule"
565
560
  msgstr "RPM 규칙 추가"
566
561
 
562
+ msgid "Add Red Hat Flatpak remote"
563
+ msgstr ""
564
+
565
+ msgid "Add Red Hat flatpak remote"
566
+ msgstr ""
567
+
567
568
  msgid "Add Subscriptions"
568
569
  msgstr "서브스크립션 추가"
569
570
 
570
- msgid "Add a subscription to a host"
571
- msgstr "호스트에 서브스크립션 추가"
572
-
573
571
  msgid "Add an alternate content source"
574
572
  msgstr "대체 콘텐츠 소스 추가"
575
573
 
@@ -621,9 +619,6 @@ msgstr "리포지토리 추가"
621
619
  msgid "Add repositories with package groups to content view to select them here."
622
620
  msgstr "패키지 그룹이 있는 리포지토리를 콘텐츠 뷰에 추가하여 여기에서 선택할 수 있습니다."
623
621
 
624
- msgid "Add rolling repo clone"
625
- msgstr ""
626
-
627
622
  msgid "Add rule"
628
623
  msgstr "규칙 추가"
629
624
 
@@ -636,9 +631,6 @@ msgstr "서브스크립션 추가"
636
631
  msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
637
632
  msgstr "Red Hat Subscription Management에서 매니페스트에 의해 사용되는 서브스크립션 추가"
638
633
 
639
- msgid "Add subscriptions to one or more hosts"
640
- msgstr "하나 이상의 호스트에 서브스크립션 추가"
641
-
642
634
  msgid "Add subscriptions using the Add Subscriptions button."
643
635
  msgstr "서브스크립션 추가 버튼을 사용하여 서브스크립션을 추가합니다."
644
636
 
@@ -801,7 +793,7 @@ msgid "Ansible collections"
801
793
  msgstr "Ansible 컬렉션"
802
794
 
803
795
  msgid "Any updates to image mode host(s) will be lost on the next reboot."
804
- msgstr ""
796
+ msgstr "다음 재부팅 시 이미지 모드 호스트에 대한 모든 업데이트가 손실됩니다."
805
797
 
806
798
  msgid "Applicability Batch Size"
807
799
  msgstr "적용성 배치 크기"
@@ -825,7 +817,7 @@ msgid "Application"
825
817
  msgstr "애플리케이션 "
826
818
 
827
819
  msgid "Application name"
828
- msgstr ""
820
+ msgstr "애플리케이션 이름"
829
821
 
830
822
  msgid "Apply"
831
823
  msgstr "적용"
@@ -914,12 +906,6 @@ msgstr "로컬 풀 ID 배열. 업스트림에서 시작된 풀만 허용됩니
914
906
  msgid "Array of pools to add"
915
907
  msgstr "추가할 풀 배열"
916
908
 
917
- msgid "Array of subscriptions to add"
918
- msgstr "추가할 서브스크립션 어레이 "
919
-
920
- msgid "Array of subscriptions to remove"
921
- msgstr "삭제할 서브스크립션 배열"
922
-
923
909
  msgid "Array of uploads to import"
924
910
  msgstr "가져올 업로드 배열"
925
911
 
@@ -975,15 +961,6 @@ msgstr "선택한 항목 중 하나 이상을 사용하려면 호스트를 재
975
961
  msgid "At least one organization must exist."
976
962
  msgstr "최소 하나의 조직이 존재해야 합니다. "
977
963
 
978
- msgid "Attach a subscription"
979
- msgstr "서브스크립션 첨부 "
980
-
981
- msgid "Attach subscriptions"
982
- msgstr "서브스크립션 연결"
983
-
984
- msgid "Attach subscriptions to %s"
985
- msgstr "%s에 서브스크립션 연결"
986
-
987
964
  msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
988
965
  msgstr "candlepin에서 소비자를 제거하려고 시도했지만, candlepin에는 소비자가 존재하지 않습니다."
989
966
 
@@ -999,9 +976,6 @@ msgstr "저자 "
999
976
  msgid "Auto Publish - Triggered by '%s'"
1000
977
  msgstr "자동 게시 - '%s'에 의해 트리거됨"
1001
978
 
1002
- msgid "Auto attach subscriptions"
1003
- msgstr ""
1004
-
1005
979
  msgid "Auto publish"
1006
980
  msgstr "자동 게시"
1007
981
 
@@ -1069,7 +1043,7 @@ msgid "Below are the repository sets currently available for this content host.
1069
1043
  msgstr "아래는 현재 이 콘텐츠 호스트에 사용할 수 있는 리포지토리 세트입니다. Red Hat 서브스크립션의 경우 추가 콘텐츠는 {rhrp}을 통해 사용할 수 있습니다. 기본 설정을 변경하려면 이 호스트에 subscription-manager 1.10 이상이 설치되어 있어야 합니다."
1070
1044
 
1071
1045
  msgid "Below you can add content overrides, which change whether a repository is enabled or disabled. Change their state one by one, or use the checkboxes and select an action to perform."
1072
- msgstr ""
1046
+ msgstr "아래에서 리포지터리의 활성화 여부를 변경하는 콘텐츠 재정의를 추가할 수 있습니다. 상태를 하나씩 변경하거나, 확인란을 사용하여 수행할 작업을 선택하세요."
1073
1047
 
1074
1048
  msgid "Beta"
1075
1049
  msgstr "베타 "
@@ -1098,6 +1072,9 @@ msgstr "Bootc 인터페이스를 통한 Bootc 스위치"
1098
1072
  msgid "Bootc upgrade via Bootc interface"
1099
1073
  msgstr "Bootc 인터페이스를 통한 Bootc 업그레이드"
1100
1074
 
1075
+ msgid "Booted"
1076
+ msgstr ""
1077
+
1101
1078
  msgid "Booted Container Images"
1102
1079
  msgstr "부팅된 컨테이너 이미지"
1103
1080
 
@@ -1231,7 +1208,7 @@ msgid "Cannot add composite versions to another composite content view"
1231
1208
  msgstr "다른 복합적인 컨텐츠 뷰에 복합 버전을 추가할 수 없습니다 "
1232
1209
 
1233
1210
  msgid "Cannot add container push repositories to a rolling content view"
1234
- msgstr ""
1211
+ msgstr "롤링 콘텐츠 뷰에 컨테이너 푸시 리포지터리를 추가할 수 없습니다."
1235
1212
 
1236
1213
  msgid "Cannot add content view environments from a different organization"
1237
1214
  msgstr "다른 조직의 콘텐츠 뷰 환경을 추가할 수 없음"
@@ -1255,10 +1232,10 @@ msgid "Cannot add repositories to a composite content view"
1255
1232
  msgstr "복합적인 컨텐츠 뷰에 리포지터리를 추가할 수 없습니다 "
1256
1233
 
1257
1234
  msgid "Cannot add rolling content view to composite content view"
1258
- msgstr ""
1235
+ msgstr "복합 콘텐츠 뷰에 롤링 콘텐츠 뷰를 추가할 수 없습니다."
1259
1236
 
1260
1237
  msgid "Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment."
1261
- msgstr ""
1238
+ msgstr "콘텐츠 뷰 환경을 할당할 수 없습니다%s: 콘텐츠 뷰가 게시되지 않았거나 해당 라이프사이클 환경으로 승격되지 않았습니다."
1262
1239
 
1263
1240
  msgid "Cannot associate a Red Hat provider with a custom product"
1264
1241
  msgstr "Red Hat 공급자를 사용자 정의 제품과 연결할 수 없습니다."
@@ -1267,7 +1244,7 @@ msgid "Cannot associate a component to a non composite content view"
1267
1244
  msgstr "구성 요소를 비합성 콘텐츠 뷰에 연결할 수 없습니다."
1268
1245
 
1269
1246
  msgid "Cannot be disabled because it is part of a content view"
1270
- msgstr ""
1247
+ msgstr "콘텐츠 보기의 일부이므로 비활성화할 수 없습니다."
1271
1248
 
1272
1249
  msgid "Cannot calculate name for custom repos"
1273
1250
  msgstr "사용자 정의 리포지토리의 이름을 계산할 수 없습니다."
@@ -1411,10 +1388,10 @@ msgid "Change host content source"
1411
1388
  msgstr "호스트 콘텐츠 소스 변경"
1412
1389
 
1413
1390
  msgid "Change the status of at least one repository."
1414
- msgstr ""
1391
+ msgstr "최소한 하나의 리포지터리 상태를 변경합니다."
1415
1392
 
1416
1393
  msgid "Changed status"
1417
- msgstr ""
1394
+ msgstr "상태가 변경되었습니다"
1418
1395
 
1419
1396
  msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
1420
1397
  msgstr "호스트의 콘텐츠 소스를 변경하면 호스트가 콘텐츠를 가져오는 스마트 프록시도 변경됩니다."
@@ -1494,9 +1471,6 @@ msgstr "컨테이너 이미지 리포지토리를 동기화할 때 제외할 태
1494
1471
  msgid "Comma-separated list of tags to sync for a container image repository"
1495
1472
  msgstr "컨테이너 이미지 리포지토리에 동기화할 태그의 쉼표로 구분된 목록"
1496
1473
 
1497
- msgid "Commit upload"
1498
- msgstr ""
1499
-
1500
1474
  msgid "Compare"
1501
1475
  msgstr "비교"
1502
1476
 
@@ -1569,6 +1543,9 @@ msgstr "컨테이너 이미지 태그"
1569
1543
  msgid "Container image tags"
1570
1544
  msgstr "컨테이너 이미지 태그"
1571
1545
 
1546
+ msgid "Container images"
1547
+ msgstr ""
1548
+
1572
1549
  msgid "Container manifest lists"
1573
1550
  msgstr "컨테이너 매니페스트 목록"
1574
1551
 
@@ -1579,13 +1556,13 @@ msgid "Container tags"
1579
1556
  msgstr "컨테이너 태그"
1580
1557
 
1581
1558
  msgid "Contains content views. You must choose the version to use for each content view."
1582
- msgstr ""
1559
+ msgstr "콘텐츠 뷰가 포함되어 있습니다. 각 콘텐츠 뷰에 사용할 버전을 선택해야 합니다."
1583
1560
 
1584
1561
  msgid "Contains repositories. Always serves the latest synced content, without the need to publish versions."
1585
- msgstr ""
1562
+ msgstr "리포지터리가 포함되어 있습니다. 버전을 게시할 필요 없이 항상 최신 동기화 콘텐츠를 제공합니다."
1586
1563
 
1587
1564
  msgid "Contains repositories. Versions are published and optionally filtered."
1588
- msgstr ""
1565
+ msgstr "리포지터리를 포함합니다. 버전은 게시되며 선택적으로 필터링됩니다."
1589
1566
 
1590
1567
  msgid "Content"
1591
1568
  msgstr "컨텐츠"
@@ -1711,7 +1688,7 @@ msgid "Content override search parameters"
1711
1688
  msgstr "콘텐츠 재정의 검색 매개변수"
1712
1689
 
1713
1690
  msgid "Content overrides updating."
1714
- msgstr ""
1691
+ msgstr "콘텐츠 재정의 업데이트"
1715
1692
 
1716
1693
  msgid "Content source"
1717
1694
  msgstr "콘텐츠 소스"
@@ -1848,27 +1825,15 @@ msgstr "클립보드에 복사됨"
1848
1825
  msgid "Copy"
1849
1826
  msgstr "복사"
1850
1827
 
1851
- msgid "Copy all units"
1852
- msgstr ""
1853
-
1854
1828
  msgid "Copy an activation key"
1855
1829
  msgstr "활성키 복사 "
1856
1830
 
1857
- msgid "Copy content"
1858
- msgstr ""
1859
-
1860
1831
  msgid "Copy content view"
1861
1832
  msgstr "콘텐츠 뷰 복사"
1862
1833
 
1863
1834
  msgid "Copy to clipboard"
1864
1835
  msgstr "클립보드에 복사"
1865
1836
 
1866
- msgid "Copy version"
1867
- msgstr ""
1868
-
1869
- msgid "Copy version units to library"
1870
- msgstr ""
1871
-
1872
1837
  msgid "Cores per socket"
1873
1838
  msgstr "소켓당 코어 수 "
1874
1839
 
@@ -1909,7 +1874,7 @@ msgid "Could not find environments for promotion"
1909
1874
  msgstr "프로모션을 위한 환경을 찾을 수 없습니다."
1910
1875
 
1911
1876
  msgid "Could not find product with name '%{name}' in organization id %{org_id}."
1912
- msgstr ""
1877
+ msgstr "조직 ID %{org_id}에 이름이 '%{name}'인 제품을 찾을 수 없습니다."
1913
1878
 
1914
1879
  msgid "Could not locate Pulp distribution."
1915
1880
  msgstr "Pulp 배포를 찾을 수 없습니다."
@@ -2023,7 +1988,7 @@ msgid "Create Export History"
2023
1988
  msgstr "내보내기 기록 생성"
2024
1989
 
2025
1990
  msgid "Create Flatpak Remote"
2026
- msgstr ""
1991
+ msgstr "Flatpak 원격 생성"
2027
1992
 
2028
1993
  msgid "Create Import History"
2029
1994
  msgstr "가져오기 기록 생성"
@@ -2082,39 +2047,18 @@ msgstr "생성된 SSL 인증서와 키로 콘텐츠 자격 증명을 만듭니
2082
2047
  msgid "Create content view"
2083
2048
  msgstr "콘텐츠 뷰 만들기"
2084
2049
 
2085
- msgid "Create exporter"
2086
- msgstr ""
2087
-
2088
2050
  msgid "Create filter"
2089
2051
  msgstr "필터 생성"
2090
2052
 
2091
2053
  msgid "Create host collection"
2092
2054
  msgstr "호스트 컬렉션 만들기"
2093
2055
 
2094
- msgid "Create import"
2095
- msgstr ""
2096
-
2097
- msgid "Create importer"
2098
- msgstr ""
2099
-
2100
2056
  msgid "Create new activation key"
2101
2057
  msgstr "새로운 활성화 키 생성"
2102
2058
 
2103
2059
  msgid "Create organization"
2104
2060
  msgstr "조직 생성 "
2105
2061
 
2106
- msgid "Create package filter rule"
2107
- msgstr "패키지 필터 규칙 생성"
2108
-
2109
- msgid "Create publication"
2110
- msgstr ""
2111
-
2112
- msgid "Create remote"
2113
- msgstr ""
2114
-
2115
- msgid "Create rule"
2116
- msgstr "규칙 생성"
2117
-
2118
2062
  msgid "Credentials"
2119
2063
  msgstr "자격 증명"
2120
2064
 
@@ -2230,13 +2174,13 @@ msgid "Default System SLA"
2230
2174
  msgstr "기본값 시스템 SLA"
2231
2175
 
2232
2176
  msgid "Default and Rolling content view versions cannot be promoted"
2233
- msgstr ""
2177
+ msgstr "기본 및 롤링 콘텐츠 뷰 버전은 승격될 수 없습니다."
2234
2178
 
2235
2179
  msgid "Default custom non-yum repository mirroring policy"
2236
- msgstr ""
2180
+ msgstr "기본 사용자 정의 비-Yum 리포지터리의 기본 미러링 정책"
2237
2181
 
2238
2182
  msgid "Default custom yum repository mirroring policy"
2239
- msgstr ""
2183
+ msgstr "기본 사용자 정의 yum 리포지터리 미러링 정책"
2240
2184
 
2241
2185
  msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
2242
2186
  msgstr "스마트 프록시 동기화에 대한 기본 다운로드 정책 ('inherit', immediate', 'on_demand')"
@@ -2266,10 +2210,10 @@ msgid "Default location for subscribed hosts"
2266
2210
  msgstr "서브스크립션 호스트의 기본 위치"
2267
2211
 
2268
2212
  msgid "Default mirroring policy for custom non-yum repositories (either 'mirror_content_only' or 'additive')"
2269
- msgstr ""
2213
+ msgstr "사용자 정의 비-Yum 리포지터리의 기본 미러링 정책 ('mirror_content_only', 'additive' 또는 'mirror_complete' 중 하나)"
2270
2214
 
2271
2215
  msgid "Default mirroring policy for custom yum repositories (either 'mirror_content_only', 'additive' or 'mirror_complete')"
2272
- msgstr ""
2216
+ msgstr "사용자 정의 yum 리포지터리에 대한 기본 미러링 정책('mirror_content_only', 'additive' 또는 'mirror_complete' 중 하나)"
2273
2217
 
2274
2218
  msgid "Default partitioning table for new Operating Systems created from synced content"
2275
2219
  msgstr "동기화된 콘텐츠에서 생성된 새 운영 체제에 대한 기본 파티션 테이블"
@@ -2326,7 +2270,7 @@ msgid "Delete Activation Key"
2326
2270
  msgstr "활성키 삭제 "
2327
2271
 
2328
2272
  msgid "Delete Flatpak remote?"
2329
- msgstr ""
2273
+ msgstr "Flatpak 원격을 삭제하시겠습니까?"
2330
2274
 
2331
2275
  msgid "Delete Host upon unregister"
2332
2276
  msgstr "등록 취소 시 호스트 삭제"
@@ -2376,36 +2320,12 @@ msgstr "콘텐츠 뷰 삭제"
2376
2320
  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."
2377
2321
  msgstr "이 리포지토리를 마지막으로 연관된 리포지토리로 하는 콘텐츠 뷰 필터를 삭제합니다. 기본값은 true입니다. false인 경우 이러한 필터는 이제 콘텐츠 뷰의 모든 리포지토리에 적용됩니다."
2378
2322
 
2379
- msgid "Delete distributions"
2380
- msgstr ""
2381
-
2382
2323
  msgid "Delete manifest from Red Hat provider"
2383
2324
  msgstr "Red Hat 공급자에서 매니페스트 삭제 "
2384
2325
 
2385
2326
  msgid "Delete multiple filters from a content view"
2386
2327
  msgstr "콘텐츠 뷰에서 여러 필터 삭제"
2387
2328
 
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
-
2409
2329
  msgid "Delete version"
2410
2330
  msgstr "버전 삭제"
2411
2331
 
@@ -2505,12 +2425,6 @@ msgstr "환경 삭제 "
2505
2425
  msgid "Destroy an environment in an organization"
2506
2426
  msgstr "조직에서 환경 삭제 "
2507
2427
 
2508
- msgid "Destroy exporter"
2509
- msgstr ""
2510
-
2511
- msgid "Destroy importer"
2512
- msgstr ""
2513
-
2514
2428
  msgid "Destroy one or more alternate content sources"
2515
2429
  msgstr "하나 이상의 대체 콘텐츠 소스를 삭제합니다."
2516
2430
 
@@ -2544,9 +2458,6 @@ msgstr "비활성화 "
2544
2458
  msgid "Disable Red Hat Insights."
2545
2459
  msgstr "Red Hat Insights를 비활성화합니다."
2546
2460
 
2547
- msgid "Disable Simple Content Access"
2548
- msgstr "간단한 콘텐츠 액세스 비활성화"
2549
-
2550
2461
  msgid "Disable a repository from the set"
2551
2462
  msgstr "세트에서 리포지토리 비활성화"
2552
2463
 
@@ -2559,9 +2470,6 @@ msgstr "사용 안함"
2559
2470
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2560
2471
  msgstr "'%{subject}'에 대해 간단한 콘텐츠 액세스 비활성화에 실패했습니다."
2561
2472
 
2562
- msgid "Discover"
2563
- msgstr ""
2564
-
2565
2473
  msgid "Discover Repositories"
2566
2474
  msgstr "리포지터리 검색 "
2567
2475
 
@@ -2605,7 +2513,7 @@ msgid "Duration"
2605
2513
  msgstr "기간 "
2606
2514
 
2607
2515
  msgid "During incremental update, the previous content view version '%s' could not be found."
2608
- msgstr ""
2516
+ msgstr "증분 업데이트 중에 이전 콘텐츠 뷰 버전 '%s '을(를) 찾을 수 없습니다."
2609
2517
 
2610
2518
  msgid "ERRATA ADVISORY"
2611
2519
  msgstr "에라타 권고"
@@ -2613,9 +2521,12 @@ msgstr "에라타 권고"
2613
2521
  msgid "Edit"
2614
2522
  msgstr "편집 "
2615
2523
 
2616
- msgid "Edit Flatpak Remote"
2524
+ msgid "Edit DEB rule"
2617
2525
  msgstr ""
2618
2526
 
2527
+ msgid "Edit Flatpak Remote"
2528
+ msgstr "Flatpak 원격 편집"
2529
+
2619
2530
  msgid "Edit RPM rule"
2620
2531
  msgstr "RPM 규칙 편집"
2621
2532
 
@@ -2640,9 +2551,6 @@ msgstr "세부 정보 편집"
2640
2551
  msgid "Edit filter rule"
2641
2552
  msgstr "필터 규칙 편집"
2642
2553
 
2643
- msgid "Edit package filter rule"
2644
- msgstr "패키지 필터 규칙 편집"
2645
-
2646
2554
  msgid "Edit products"
2647
2555
  msgstr "제품 편집"
2648
2556
 
@@ -2685,9 +2593,6 @@ msgstr "활성화 "
2685
2593
  msgid "Enable Red Hat repositories"
2686
2594
  msgstr "Red Hat 리포지터리 활성화"
2687
2595
 
2688
- msgid "Enable Simple Content Access"
2689
- msgstr "간단한 콘텐츠 액세스 활성화"
2690
-
2691
2596
  msgid "Enable Tracer"
2692
2597
  msgstr "Tracer 활성화"
2693
2598
 
@@ -2763,9 +2668,6 @@ msgstr "환경 ID"
2763
2668
  msgid "Environment cannot be in its own promotion path"
2764
2669
  msgstr "환경은 자체 승격 경로에 존재할 수 없음 "
2765
2670
 
2766
- msgid "Environment contents refresh"
2767
- msgstr ""
2768
-
2769
2671
  msgid "Environment identifier"
2770
2672
  msgstr "환경 식별자"
2771
2673
 
@@ -2805,9 +2707,6 @@ msgstr "에라타 및 패키지 정보는 즉시 업데이트됩니다."
2805
2707
  msgid "Errata id of the erratum (RHSA-2012:108)"
2806
2708
  msgstr "에라타의 에라타 ID (RHSA-2012:108)"
2807
2709
 
2808
- msgid "Errata mail"
2809
- msgstr ""
2810
-
2811
2710
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2812
2711
  msgstr "UUID %s가 있는 삭제된 콘텐츠 패싯에 대한 에라타 상태가 업데이트되지 않음 "
2813
2712
 
@@ -2973,9 +2872,6 @@ msgstr "호스트에 사용 가능한 모듈 스트림을 가져옵니다."
2973
2872
  msgid "Fetch installable errata for one or more hosts."
2974
2873
  msgstr "하나 이상의 호스트에 대한 설치 가능한 오류를 가져옵니다."
2975
2874
 
2976
- msgid "Fetch pxe files"
2977
- msgstr ""
2978
-
2979
2875
  msgid "Fetch traces for one or more hosts"
2980
2876
  msgstr "하나 이상의 호스트에 대한 추적을 가져옵니다."
2981
2877
 
@@ -3069,9 +2965,6 @@ msgstr "버전 번호에 따라 버전을 필터링 "
3069
2965
  msgid "Filter versions that are components in the specified composite version"
3070
2966
  msgstr "지정된 복합 버전에 있는 구성 요소인 버전을 필터링 "
3071
2967
 
3072
- msgid "Filtered index content"
3073
- msgstr ""
3074
-
3075
2968
  msgid "Filters"
3076
2969
  msgstr "필터 "
3077
2970
 
@@ -3094,19 +2987,19 @@ msgid "Finished"
3094
2987
  msgstr "마쳤음"
3095
2988
 
3096
2989
  msgid "Flatpak Remote ${name} created"
3097
- msgstr ""
2990
+ msgstr "Flatpak 원격 ${name} 생성됨"
3098
2991
 
3099
2992
  msgid "Flatpak Remote Details"
3100
- msgstr ""
2993
+ msgstr "Flatpak 원격 세부 정보"
3101
2994
 
3102
2995
  msgid "Flatpak Remotes"
3103
2996
  msgstr "Flatpak 원격"
3104
2997
 
3105
2998
  msgid "Flatpak remote could not be deleted: "
3106
- msgstr ""
2999
+ msgstr "Flatpak 원격을 삭제할 수 없습니다: "
3107
3000
 
3108
3001
  msgid "Flatpak remote deleted"
3109
- msgstr ""
3002
+ msgstr "Flatpak 원격 삭제됨"
3110
3003
 
3111
3004
  msgid "Flatpak remote numeric identifier"
3112
3005
  msgstr "Flatpak 원격 숫자 식별자"
@@ -3115,10 +3008,10 @@ msgid "Flatpak remote repository numeric identifier"
3115
3008
  msgstr "Flatpak 원격 리포지토리 숫자 식별자"
3116
3009
 
3117
3010
  msgid "Flatpak remote scan could not be started: "
3118
- msgstr ""
3011
+ msgstr "Flatpak 원격 검사를 시작할 수 없습니다: "
3119
3012
 
3120
3013
  msgid "Flatpak remote updated"
3121
- msgstr ""
3014
+ msgstr "Flatpak 원격 업데이트됨"
3122
3015
 
3123
3016
  msgid "Flatpak repositories cannot be mirrored into Red Hat products. Please select a custom product."
3124
3017
  msgstr ""
@@ -3185,12 +3078,12 @@ msgstr "직접 설치 가능한 콘텐츠에서 에라타 상태 생성"
3185
3078
  msgid "Generate host applicability"
3186
3079
  msgstr "호스트 적용성 생성"
3187
3080
 
3188
- msgid "Generate metadata"
3189
- msgstr ""
3190
-
3191
3081
  msgid "Generate repository applicability"
3192
3082
  msgstr "리포지토리 적용성 생성"
3193
3083
 
3084
+ msgid "Generate username and password"
3085
+ msgstr ""
3086
+
3194
3087
  msgid "Generated"
3195
3088
  msgstr "생성됨"
3196
3089
 
@@ -3425,12 +3318,6 @@ msgstr "캡슐에서 동시에 동기화해야 하는 리포지토리의 수입
3425
3318
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3426
3319
  msgstr "정렬된 결고를 정렬하는 방법 (예: 오름차순의 ASC) "
3427
3320
 
3428
- msgid "Hypervisors"
3429
- msgstr ""
3430
-
3431
- msgid "Hypervisors update"
3432
- msgstr ""
3433
-
3434
3321
  msgid "ID"
3435
3322
  msgstr "ID"
3436
3323
 
@@ -3622,9 +3509,6 @@ msgstr "사용자 지정 CDN에 대한 인증에 제품 인증서를 사용해
3622
3509
  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'."
3623
3510
  msgstr "설정된 경우 Katello에서 새로 생성된 APT 리포지터리는 동기화되는 원격 리포지토리와 동일한 리포지토리 구조를 사용합니다. 'foreman-rake katello:migrate_content_for_deb'를 실행하여 기존 APT 리포지터리를 해당 설정과 일치하도록 마이그레이션할 수 있습니다."
3624
3511
 
3625
- msgid "If specified, remove the first instance of a subscription with matching id and quantity"
3626
- msgstr "지정할 경우 ID와 수량이 일치하는 서브스크립션의 첫 번째 인스턴스를 삭제합니다."
3627
-
3628
3512
  msgid "If the smart proxies' assigned HTTP proxies should be used"
3629
3513
  msgstr "스마트 프록시에 할당된 HTTP 프록시를 사용해야 하는 경우"
3630
3514
 
@@ -3754,9 +3638,6 @@ msgstr "리포지토리 가져오기"
3754
3638
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3755
3639
  msgstr "호스트가 Red Hat 콘텐츠에 액세스할 수 있도록 서브스크립션 매니페스트를 가져옵니다."
3756
3640
 
3757
- msgid "Import migration"
3758
- msgstr ""
3759
-
3760
3641
  msgid "Import new manifest"
3761
3642
  msgstr "새로운 매니페스트 가져오기"
3762
3643
 
@@ -3766,12 +3647,6 @@ msgstr "가져오기만 가능"
3766
3647
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3767
3648
  msgstr "가져오기 전용 콘텐츠 뷰는 직접 게시할 수 없습니다. 콘텐츠는 뷰로 가져오기를 통해서만 업데이트할 수 있습니다."
3768
3649
 
3769
- msgid "Import repository upload"
3770
- msgstr ""
3771
-
3772
- msgid "Import upload"
3773
- msgstr ""
3774
-
3775
3650
  msgid "Import uploads into a repository"
3776
3651
  msgstr "리포지터리에 업로드 가져오기 "
3777
3652
 
@@ -3838,9 +3713,6 @@ msgstr "증분 업데이트 "
3838
3713
  msgid "Incremental Update incomplete."
3839
3714
  msgstr "증분 업데이트가 완료되지 않았습니다. "
3840
3715
 
3841
- msgid "Incremental Update of Content View Version(s) "
3842
- msgstr ""
3843
-
3844
3716
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3845
3717
  msgstr "%{content_view_count} 콘텐츠 뷰 버전의 증분 업데이트"
3846
3718
 
@@ -3853,27 +3725,12 @@ msgstr "증분 업데이트에는 최소한 하나의 콘텐츠 단위가 필요
3853
3725
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3854
3726
  msgstr "복합 %{name} v버전 %{version}에 대해 증분 업데이트가 지정되었지만 구성 요소가 업데이트되지 않았습니다."
3855
3727
 
3856
- msgid "Index content"
3857
- msgstr ""
3858
-
3859
- msgid "Index errata"
3860
- msgstr ""
3861
-
3862
- msgid "Index module streams"
3863
- msgstr ""
3864
-
3865
- msgid "Index package groups"
3866
- msgstr ""
3867
-
3868
3728
  msgid "Informable Type must be one of the following [ %{list} ]"
3869
3729
  msgstr "정보 유형은 다음 중 하나이어야 합니다 [ %{list} ]"
3870
3730
 
3871
3731
  msgid "Inherit from Repository"
3872
3732
  msgstr "리포지토리에서 상속"
3873
3733
 
3874
- msgid "Initialize"
3875
- msgstr ""
3876
-
3877
3734
  msgid "Initiate a sync of the products attached to the sync plan"
3878
3735
  msgstr "동기화 계획에 연결된 제품 동기화 시작"
3879
3736
 
@@ -3911,7 +3768,7 @@ msgid "Installable bugfix/enhancement errata"
3911
3768
  msgstr "설치 가능한 버그 수정/개선 에라타"
3912
3769
 
3913
3770
  msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
3914
- msgstr ""
3771
+ msgstr "설치 가능한 에라타는 호스트에 할당된 콘텐츠 뷰 환경에서 사용할 수 있는 적용 가능한 에라타입니다."
3915
3772
 
3916
3773
  msgid "Installable security errata"
3917
3774
  msgstr "설치 가능한 보안 에라타"
@@ -3949,9 +3806,6 @@ msgstr "패키지 그룹 설치 중..."
3949
3806
  msgid "Installing Package..."
3950
3807
  msgstr "패키지 설치 중..."
3951
3808
 
3952
- msgid "Instance update"
3953
- msgstr ""
3954
-
3955
3809
  msgid "Instance-based"
3956
3810
  msgstr "인스턴스 기반 "
3957
3811
 
@@ -4061,25 +3915,28 @@ msgid "It is only allowed for Non-Redhat Yum repositories."
4061
3915
  msgstr "Redhat이 아닌 Yum 리포지터리에만 허용됩니다."
4062
3916
 
4063
3917
  msgid "It's not possible to bulk remove versions from a rolling content view."
4064
- msgstr ""
3918
+ msgstr "롤링 콘텐츠 뷰에서 여러 버전을 일괄 삭제하는 것은 불가능합니다."
4065
3919
 
4066
3920
  msgid "It's not possible to copy a rolling content view."
4067
- msgstr ""
3921
+ msgstr "롤링 콘텐츠 뷰를 복사하는 것은 불가능합니다."
4068
3922
 
4069
3923
  msgid "It's not possible to create a filter for a rolling content view."
4070
- msgstr ""
3924
+ msgstr "롤링 콘텐츠 뷰에 대한 필터를 만드는 것은 불가능합니다."
4071
3925
 
4072
3926
  msgid "It's not possible to destroy a version of a rolling content view."
4073
- msgstr ""
3927
+ msgstr "롤링 콘텐츠 뷰의 특정 버전을 삭제하는 것은 불가능합니다."
4074
3928
 
4075
3929
  msgid "It's not possible to export a rolling content view."
4076
- msgstr ""
3930
+ msgstr "롤링 콘텐츠 뷰를 내보내는 것은 불가능합니다."
4077
3931
 
4078
3932
  msgid "It's not possible to promote a rolling content view."
3933
+ msgstr "롤링 콘텐츠 뷰를 승격하는 것은 불가능합니다."
3934
+
3935
+ msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
4079
3936
  msgstr ""
4080
3937
 
4081
3938
  msgid "It's not possible to publish a rolling content view."
4082
- msgstr ""
3939
+ msgstr "롤링 콘텐츠 뷰를 게시하는 것은 불가능합니다."
4083
3940
 
4084
3941
  msgid "Job '${description}' completed"
4085
3942
  msgstr "작업 '${description}' 완료됨"
@@ -4193,7 +4050,7 @@ msgid "Last checkin"
4193
4050
  msgstr "마지막 체크인"
4194
4051
 
4195
4052
  msgid "Last mirrored"
4196
- msgstr ""
4053
+ msgstr "마지막 미러링"
4197
4054
 
4198
4055
  msgid "Last published"
4199
4056
  msgstr "마지막 게시"
@@ -4477,6 +4334,9 @@ msgstr "호스트 컬렉션의 호스트를 대체할 호스트 ID의 목록입
4477
4334
  msgid "List of hypervisor guest uuids"
4478
4335
  msgstr "하이퍼바이저 게스트 UUID 목록"
4479
4336
 
4337
+ msgid "List of lifecycle environments for rolling content views"
4338
+ msgstr ""
4339
+
4480
4340
  msgid "List of package group names (Deprecated)"
4481
4341
  msgstr "패키지 그룹 이름 목록 (더 이상 사용되지 않음)"
4482
4342
 
@@ -4610,7 +4470,7 @@ msgid "Manage packages"
4610
4470
  msgstr "패키지 관리"
4611
4471
 
4612
4472
  msgid "Manage repository sets"
4613
- msgstr ""
4473
+ msgstr "리포지터리 세트 관리"
4614
4474
 
4615
4475
  msgid "Manifest"
4616
4476
  msgstr "매니페스트"
@@ -4705,9 +4565,6 @@ msgstr "메세지 "
4705
4565
  msgid "Messaging connection"
4706
4566
  msgstr "메시징 연결"
4707
4567
 
4708
- msgid "Metadata generate"
4709
- msgstr ""
4710
-
4711
4568
  msgid ""
4712
4569
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4713
4570
  "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."
@@ -4720,19 +4577,19 @@ msgid "Minimum version"
4720
4577
  msgstr "최소 버전"
4721
4578
 
4722
4579
  msgid "Mirror"
4723
- msgstr ""
4580
+ msgstr "미러링"
4724
4581
 
4725
4582
  msgid "Mirror Remote Repository"
4726
4583
  msgstr "원격 리포지토리 미러링"
4727
4584
 
4728
4585
  msgid "Mirror Repository"
4729
- msgstr ""
4586
+ msgstr "리포지터리 미러링"
4730
4587
 
4731
4588
  msgid "Mirror a flatpak remote repository"
4732
4589
  msgstr "flatpak 원격 리포지토리 미러링"
4733
4590
 
4734
4591
  msgid "Mirroring will import the remote flatpak repository"
4735
- msgstr ""
4592
+ msgstr "미러링은 원격 flatpak 리포지터리를 프로덕션 환경으로 가져옵니다."
4736
4593
 
4737
4594
  msgid "Missing activation key!"
4738
4595
  msgstr "활성화 키가 없습니다!"
@@ -4773,29 +4630,20 @@ msgstr "Red Hat 리포지터리를 활성화하거나 사용자 정의 제품을
4773
4630
  msgid "Multi Content View Environment"
4774
4631
  msgstr "다중 콘텐츠 뷰 환경"
4775
4632
 
4776
- msgid "Multi copy all units"
4777
- msgstr ""
4778
-
4779
- msgid "Multi copy content"
4780
- msgstr ""
4781
-
4782
- msgid "Multi copy units"
4783
- msgstr ""
4784
-
4785
4633
  msgid "Multi-entitlement"
4786
4634
  msgstr "멀티 인타이틀먼트 "
4787
4635
 
4788
4636
  msgid "Multi-environment activation key(s) affected"
4789
- msgstr ""
4637
+ msgstr "영향을 받는 다중 환경 활성화 키"
4790
4638
 
4791
4639
  msgid "Multi-environment host(s) affected"
4792
- msgstr ""
4640
+ msgstr "영향을 받는 다중 환경 호스트"
4793
4641
 
4794
4642
  msgid "Must be Ascii alphanumeric, '_' or '-'"
4795
- msgstr ""
4643
+ msgstr "ASCII 영숫자, '_' 또는 '-'이어야 합니다."
4796
4644
 
4797
4645
  msgid "Must be a vaild URL"
4798
- msgstr ""
4646
+ msgstr "유효한 URL이어야 합니다."
4799
4647
 
4800
4648
  msgid "N/A"
4801
4649
  msgstr "해당 없음 "
@@ -4865,7 +4713,7 @@ msgid "Name of the host"
4865
4713
  msgstr "호스트 이름"
4866
4714
 
4867
4715
  msgid "Name of the product to mirror the remote repository to"
4868
- msgstr ""
4716
+ msgstr "원격 리포지토리를 미러링할 제품의 이름"
4869
4717
 
4870
4718
  msgid "Name of the repository"
4871
4719
  msgstr "리포지터리의 이름"
@@ -5171,7 +5019,7 @@ msgid "No packages available to install"
5171
5019
  msgstr "설치할 수 있는 패키지가 없습니다"
5172
5020
 
5173
5021
  msgid "No packages available to install on this host. Please check the host's assigned content view environments."
5174
- msgstr ""
5022
+ msgstr "이 호스트에 설치할 수 있는 패키지가 없습니다. 호스트에 할당된 콘텐츠 뷰 환경을 확인하세요."
5175
5023
 
5176
5024
  msgid "No packages removed"
5177
5025
  msgstr "삭제된 패키지가 없음 "
@@ -5401,11 +5249,8 @@ msgstr "조직 %s이 삭제되어 있습니다. "
5401
5249
  msgid "Organization ID"
5402
5250
  msgstr "조직 ID"
5403
5251
 
5404
- msgid "Organization ID is required"
5405
- msgstr "조직 ID가 필요합니다."
5406
-
5407
5252
  msgid "Organization ID or title"
5408
- msgstr ""
5253
+ msgstr "조직 ID 또는 직함"
5409
5254
 
5410
5255
  msgid "Organization Information not provided."
5411
5256
  msgstr "조직 정보가 제공되지 않았습니다."
@@ -5438,7 +5283,7 @@ msgid "Organization required"
5438
5283
  msgstr "필요한 조직 "
5439
5284
 
5440
5285
  msgid "Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details."
5441
- msgstr ""
5286
+ msgstr "고아 리소스 정리(orphan cleanup) 중 일부 Pulp 저장소 버전을 삭제하지 못했습니다. 자세한 내용은 로그를 확인하세요."
5442
5287
 
5443
5288
  msgid "Orphaned Content Protection Time"
5444
5289
  msgstr "Orphaned Content 보호 시간"
@@ -5594,7 +5439,7 @@ msgid "Package Update scheduled by %s"
5594
5439
  msgstr "%s에 의해 스케줄된 패키지 업데이트 "
5595
5440
 
5596
5441
  msgid "Package actions will be transient"
5597
- msgstr ""
5442
+ msgstr "패키지 작업은 일시적입니다."
5598
5443
 
5599
5444
  msgid "Package group update canceled"
5600
5445
  msgstr "패키지 그룹 업데이트 취소"
@@ -5705,7 +5550,7 @@ msgid "Physical"
5705
5550
  msgstr "물리적 "
5706
5551
 
5707
5552
  msgid "Place symlinks to entitlement certificates on the host, enabling container/flatpak registry access without a username or password."
5708
- msgstr ""
5553
+ msgstr "호스트에 자격 인증서에 대한 심볼릭 링크를 배치하여 사용자 이름이나 비밀번호 없이도 컨테이너/플랫팩 레지스트리에 액세스할 수 있도록 합니다."
5709
5554
 
5710
5555
  msgid "Plan numeric identifier"
5711
5556
  msgstr "숫자로된 ID 계획 "
@@ -5889,6 +5734,9 @@ msgstr "%{content_view}에 대한 승격 요약"
5889
5734
  msgid "Promotion to Environment"
5890
5735
  msgstr "환경 승격"
5891
5736
 
5737
+ msgid "Provide credentials if the registry requires authentication"
5738
+ msgstr ""
5739
+
5892
5740
  msgid "Provide the required information and click {update} below to save changes."
5893
5741
  msgstr "필요한 정보를 입력하고 {update}을 클릭하여 변경 사항을 저장하세요."
5894
5742
 
@@ -5988,9 +5836,6 @@ msgstr "Pulp 스토리지"
5988
5836
  msgid "Pulp task error"
5989
5837
  msgstr "Pulp 작업 오류 "
5990
5838
 
5991
- msgid "Purge completed tasks"
5992
- msgstr ""
5993
-
5994
5839
  msgid "Python Package"
5995
5840
  msgstr "Python 패키지"
5996
5841
 
@@ -6018,15 +5863,6 @@ msgstr "수량은 ${pool.available}보다 높을 수 없습니다."
6018
5863
  msgid "Quantity of entitlements to bind"
6019
5864
  msgstr "바인딩할 인타이틀먼트 수"
6020
5865
 
6021
- msgid "Quantity of specified subscription to remove"
6022
- msgstr "제거할 지정된 서브스크립션 수량"
6023
-
6024
- msgid "Quantity of this subscription to add"
6025
- msgstr "추가할 서브스크립션 수 "
6026
-
6027
- msgid "Quantity of this subscriptions to add"
6028
- msgstr "추가할 서브스크립션 수 "
6029
-
6030
5866
  msgid "Quantity to Allocate"
6031
5867
  msgstr "할당할 수량"
6032
5868
 
@@ -6099,9 +5935,6 @@ msgstr "재부팅이 필요합니다"
6099
5935
  msgid "Reclaim Space"
6100
5936
  msgstr "공간 회수"
6101
5937
 
6102
- msgid "Reclaim space"
6103
- msgstr ""
6104
-
6105
5938
  msgid "Reclaim space from On Demand repositories"
6106
5939
  msgstr "온디맨드 리포지토리에서 공간 회수"
6107
5940
 
@@ -6163,14 +5996,11 @@ msgid "Refresh Manifest"
6163
5996
  msgstr "매니페스트 새로 고침 "
6164
5997
 
6165
5998
  msgid "Refresh RollingCV Repo"
6166
- msgstr ""
5999
+ msgstr "RollingCV 저장소 새로 고침"
6167
6000
 
6168
6001
  msgid "Refresh all alternate content sources"
6169
6002
  msgstr "모든 대체 콘텐츠 소스 새로 고침"
6170
6003
 
6171
- msgid "Refresh all distributions"
6172
- msgstr ""
6173
-
6174
6004
  msgid "Refresh alternate content sources"
6175
6005
  msgstr "대체 콘텐츠 소스 새로 고침"
6176
6006
 
@@ -6183,27 +6013,15 @@ msgstr "적용 가능성 새로 고침"
6183
6013
  msgid "Refresh counts"
6184
6014
  msgstr "새로 고침 횟수"
6185
6015
 
6186
- msgid "Refresh distribution"
6187
- msgstr ""
6188
-
6189
6016
  msgid "Refresh errata applicability"
6190
6017
  msgstr "에라타 적용 가능성 새로 고침"
6191
6018
 
6192
- msgid "Refresh if needed"
6193
- msgstr ""
6194
-
6195
6019
  msgid "Refresh package applicability"
6196
6020
  msgstr "패키지 적용 가능성 새로 고침"
6197
6021
 
6198
6022
  msgid "Refresh previously imported manifest for Red Hat provider"
6199
6023
  msgstr "Red Hat 공급자에 대해 이전에 가져온 매니페스트를 새로 고침 "
6200
6024
 
6201
- msgid "Refresh remote"
6202
- msgstr ""
6203
-
6204
- msgid "Refresh repos"
6205
- msgstr ""
6206
-
6207
6025
  msgid "Refresh source"
6208
6026
  msgstr "소스 새로 고침"
6209
6027
 
@@ -6213,9 +6031,6 @@ msgstr "Refresh_Content_Host_Status"
6213
6031
  msgid "Register a host with subscription and information"
6214
6032
  msgstr "서브스크립션 및 정보를 사용하여 호스트 등록"
6215
6033
 
6216
- msgid "Register host '%s' before attaching subscriptions"
6217
- msgstr "서브스크립션을 첨부하기 전에 호스트 '%s' 등록"
6218
-
6219
6034
  msgid "Registered"
6220
6035
  msgstr "등록됨 "
6221
6036
 
@@ -6249,9 +6064,6 @@ msgstr "레지스트리 이름 패턴으로 인해 멤버 리포지터리의 잘
6249
6064
  msgid "Registry token expiration time"
6250
6065
  msgstr ""
6251
6066
 
6252
- msgid "Reindex subscriptions"
6253
- msgstr ""
6254
-
6255
6067
  msgid "Related composite content views"
6256
6068
  msgstr "관련 복합 콘텐츠 뷰"
6257
6069
 
@@ -6348,9 +6160,6 @@ msgstr "하나 이상의 호스트에서 하나 이상의 호스트 컬렉션
6348
6160
  msgid "Remove one or more subscriptions from an upstream manifest"
6349
6161
  msgstr "업스트림 매니페스트에서 하나 이상의 서브스크립션 제거"
6350
6162
 
6351
- msgid "Remove orphans"
6352
- msgstr ""
6353
-
6354
6163
  msgid "Remove package group via Katello interface"
6355
6164
  msgstr "Katello 인터페이스를 통해 패키지 그룹 삭제"
6356
6165
 
@@ -6366,27 +6175,6 @@ msgstr "Katello 인터페이스를 통해 패키지 제거"
6366
6175
  msgid "Remove products from sync plan"
6367
6176
  msgstr "동기화 계획에서 제품 삭제 "
6368
6177
 
6369
- msgid "Remove rolling repo clone"
6370
- msgstr ""
6371
-
6372
- msgid "Remove subscriptions"
6373
- msgstr "서브스크립션 삭제"
6374
-
6375
- msgid "Remove subscriptions from %s"
6376
- msgstr "%s에서 서브스크립션 삭제"
6377
-
6378
- msgid "Remove subscriptions from a host"
6379
- msgstr "호스트에서 서브스크립션 제거"
6380
-
6381
- msgid "Remove subscriptions from one or more hosts"
6382
- msgstr "하나 이상의 호스트에서 서브스크립션 제거"
6383
-
6384
- msgid "Remove units"
6385
- msgstr ""
6386
-
6387
- msgid "Remove unneeded repos"
6388
- msgstr ""
6389
-
6390
6178
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6391
6179
  msgstr "컨텐츠 뷰에서 버전 및 환경 삭제 후 시스템 및 키 다시 지정 "
6392
6180
 
@@ -6411,9 +6199,6 @@ msgstr "ID %{acs_id}가 있는 ACS %{acs_name}에서 ID %{prod_id}가 있는 제
6411
6199
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6412
6200
  msgstr "모든 환경에서 이 버전을 제거해도 버전은 삭제되지 않습니다. 버전은 나중에 승격에 사용할 수 있습니다."
6413
6201
 
6414
- msgid "Repair"
6415
- msgstr ""
6416
-
6417
6202
  msgid "Replace content source on the target machine"
6418
6203
  msgstr "대상 컴퓨터에서 콘텐츠 소스를 교체"
6419
6204
 
@@ -6432,18 +6217,12 @@ msgstr "리포지터리 "
6432
6217
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6433
6218
  msgstr "CDN 구성이 Air-gapped(연결 끊김)로 설정되어 있는 동안에는 리포지터리를 사용할 수 없습니다."
6434
6219
 
6435
- msgid "Repositories certs reset"
6436
- msgstr ""
6437
-
6438
6220
  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."
6439
6221
  msgstr "선택한 콘텐츠 뷰 버전에 공통된 리포지토리는 병합되어 각 콘텐츠 뷰 버전의 모든 콘텐츠를 합친 복합 콘텐츠 뷰가 생성됩니다."
6440
6222
 
6441
6223
  msgid "Repositories from published Content Views are not allowed."
6442
6224
  msgstr "공개된 컨텐츠 뷰에서 리포지터리는 허용되지 않습니다. "
6443
6225
 
6444
- msgid "Repositories gpg reset"
6445
- msgstr ""
6446
-
6447
6226
  msgid "Repository"
6448
6227
  msgstr "리포지터리 "
6449
6228
 
@@ -6615,6 +6394,9 @@ msgstr "호스트에 대한 단일 에라타를 가져옵니다."
6615
6394
  msgid "Return Red Hat (non-custom) products only"
6616
6395
  msgstr "Red Hat (사용자 지정이 아닌) 제품만 반환"
6617
6396
 
6397
+ msgid "Return a list of installed debs distinct by name"
6398
+ msgstr ""
6399
+
6618
6400
  msgid "Return a list of installed packages distinct by name"
6619
6401
  msgstr "이름별로 구분된 설치된 패키지 목록을 반환"
6620
6402
 
@@ -6709,10 +6491,10 @@ msgid "Review affected environments"
6709
6491
  msgstr "영향을 받는 환경 검토"
6710
6492
 
6711
6493
  msgid "Review and optionally exclude hosts from your selection. Note that package actions on any image mode hosts will be transient and lost on the next reboot."
6712
- msgstr ""
6494
+ msgstr "선택 항목을 검토하고 선택적으로 호스트를 제외할 수 있습니다. 모든 이미지 모드 호스트에서 수행된 패키지 작업은 일시적이며 다음 재부팅 시 손실됩니다."
6713
6495
 
6714
6496
  msgid "Review and then click 'Set content overrides.' Status will be changed for the selected repository sets on the selected hosts."
6715
- msgstr ""
6497
+ msgstr "검토 후 '콘텐츠 재정의 설정'을 클릭합니다. 선택한 호스트의 선택한 리포지터리 세트에 대한 상태가 변경됩니다."
6716
6498
 
6717
6499
  msgid "Review and then click {submitBtnText}."
6718
6500
  msgstr "검토 후 {submitBtnText}을/를 클릭하세요."
@@ -6745,10 +6527,10 @@ msgid "Rollback image digest"
6745
6527
  msgstr "이미지 다이제스트 롤백"
6746
6528
 
6747
6529
  msgid "Rolling content view"
6748
- msgstr ""
6530
+ msgstr "롤링 콘텐츠 뷰"
6749
6531
 
6750
6532
  msgid "Rolling content views"
6751
- msgstr ""
6533
+ msgstr "롤링 콘텐츠 뷰"
6752
6534
 
6753
6535
  msgid "Rules to be added"
6754
6536
  msgstr "추가될 규칙"
@@ -6795,36 +6577,18 @@ msgstr "서브스크립션이 곧 만료됩니다"
6795
6577
  msgid "Save"
6796
6578
  msgstr "저장"
6797
6579
 
6798
- msgid "Save artifact"
6799
- msgstr ""
6800
-
6801
- msgid "Save distribution references"
6802
- msgstr ""
6803
-
6804
- msgid "Save publication"
6805
- msgstr ""
6806
-
6807
- msgid "Save version"
6808
- msgstr ""
6809
-
6810
- msgid "Save versions"
6580
+ msgid "Save Environments"
6811
6581
  msgstr ""
6812
6582
 
6813
6583
  msgid "Saving alternate content source..."
6814
6584
  msgstr "대체 콘텐츠 소스를 저장 중입니다..."
6815
6585
 
6816
6586
  msgid "Scan"
6817
- msgstr ""
6587
+ msgstr "스캔"
6818
6588
 
6819
6589
  msgid "Scan a flatpak remote"
6820
6590
  msgstr "flatpak 원격 스캔"
6821
6591
 
6822
- msgid "Scan cdn"
6823
- msgstr ""
6824
-
6825
- msgid "Scan remote"
6826
- msgstr ""
6827
-
6828
6592
  msgid "Schema version 1"
6829
6593
  msgstr "스키마 버전 1"
6830
6594
 
@@ -6922,7 +6686,7 @@ msgid "Select a lifecycle environment from the available promotion paths to prom
6922
6686
  msgstr "사용 가능한 승격 경로에서 라이프사이클 환경을 선택하여 새 버전을 승격하세요."
6923
6687
 
6924
6688
  msgid "Select a product to mirror the repository into"
6925
- msgstr ""
6689
+ msgstr "저장소를 미러링할 제품을 선택하세요"
6926
6690
 
6927
6691
  msgid "Select a provider to install katello-host-tools-tracer"
6928
6692
  msgstr "katello-host-tools-tracer를 설치할 공급자를 선택하세요"
@@ -7018,7 +6782,7 @@ msgid "Select products to associate to this source."
7018
6782
  msgstr "이 소스에 연결시킬 제품을 선택하세요."
7019
6783
 
7020
6784
  msgid "Select repository sets"
7021
- msgstr ""
6785
+ msgstr "리포지터리 세트 선택"
7022
6786
 
7023
6787
  msgid "Select row"
7024
6788
  msgstr "행 선택"
@@ -7062,14 +6826,17 @@ msgstr "서비스 레벨 %s"
7062
6826
  msgid "Service Level (SLA)"
7063
6827
  msgstr "서비스 레벨 (SLA)"
7064
6828
 
6829
+ msgid "Service level"
6830
+ msgstr ""
6831
+
7065
6832
  msgid "Service level of host"
7066
6833
  msgstr "호스트의 서비스 수준"
7067
6834
 
7068
- msgid "Service level to be used for autoheal"
7069
- msgstr "자동 복구에 사용할 서비스 수준"
6835
+ msgid "Service level, e.g. SELF-SUPPORT"
6836
+ msgstr ""
7070
6837
 
7071
6838
  msgid "Set content overrides"
7072
- msgstr ""
6839
+ msgstr "콘텐츠 재정의 설정"
7073
6840
 
7074
6841
  msgid "Set content overrides for the host"
7075
6842
  msgstr "호스트에 대한 컨텐츠 덮어쓰기 설정"
@@ -7087,14 +6854,11 @@ msgid "Set true to remove an override and reset it to 'default'"
7087
6854
  msgstr "덮어쓰기를 제거하고 '기본값'으로 재설정하려면 true로 설정합니다."
7088
6855
 
7089
6856
  msgid "Set up container registry certs"
7090
- msgstr ""
6857
+ msgstr "컨테이너 레지스트리 인증서 설정"
7091
6858
 
7092
6859
  msgid "Sets the system purpose usage"
7093
6860
  msgstr "시스템 용도 사용을 설정합니다"
7094
6861
 
7095
- msgid "Sets whether the Host will autoheal subscriptions upon checkin"
7096
- msgstr "호스트가 체크인 시 서브스크립션을 자동 복구할지 여부를 설정합니다."
7097
-
7098
6862
  msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
7099
6863
  msgstr "'default_location_subscribed_hosts' 설정이 유효한 위치로 설정되지 않았습니다."
7100
6864
 
@@ -7245,6 +7009,9 @@ msgstr "스마트 프록시 콘텐츠 소스를 찾을 수 없습니다!"
7245
7009
  msgid "Smart proxy name"
7246
7010
  msgstr "스마트 프록시 이름"
7247
7011
 
7012
+ msgid "Smart proxy verify content checksum has started in the background"
7013
+ msgstr ""
7014
+
7248
7015
  msgid "Sockets"
7249
7016
  msgstr "소켓 "
7250
7017
 
@@ -7261,7 +7028,7 @@ msgid "Solve dependencies"
7261
7028
  msgstr "종속성 해결"
7262
7029
 
7263
7030
  msgid "Some environments are disabled because they are not associated with all of the affected hosts' content sources."
7264
- msgstr ""
7031
+ msgstr "일부 환경은 영향을 받는 모든 호스트의 콘텐츠 소스와 연결되어 있지 않기 때문에 비활성화됩니다."
7265
7032
 
7266
7033
  msgid "Some environments are disabled because they are not associated with the host's content source."
7267
7034
  msgstr "일부 환경은 호스트의 콘텐츠 소스와 연결되지 않았기 때문에 비활성화됩니다."
@@ -7359,8 +7126,8 @@ msgstr "콘텐츠 뷰를 로드하는 동안 오류가 발생했습니다. 자
7359
7126
  msgid "Something went wrong while refreshing alternate content sources: "
7360
7127
  msgstr "대체 콘텐츠 소스를 새로 고치는 동안 오류가 발생했습니다. "
7361
7128
 
7362
- msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
7363
- msgstr "콘텐츠 수를 새로 고치는 동안 오류가 발생했습니다: ${getResponseErrorMsgs(error.response)}"
7129
+ msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
7130
+ msgstr ""
7364
7131
 
7365
7132
  msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
7366
7133
  msgstr "필터 규칙을 제거하는 동안 오류가 발생했습니다! ${getResponseErrorMsgs(error.response)}"
@@ -7428,6 +7195,9 @@ msgstr "리포지토리 유형을 검색하는 동안 오류가 발생했습니
7428
7195
  msgid "Something went wrong while updating the content source. See the logs for more information"
7429
7196
  msgstr "콘텐츠 소스를 업데이트하는 동안 오류가 발생했습니다. 자세한 내용은 로그를 참조하세요."
7430
7197
 
7198
+ msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
7199
+ msgstr ""
7200
+
7431
7201
  msgid "Something went wrong! Please check server logs!"
7432
7202
  msgstr "오류가 발생했습니다! 서버 로그를 확인하세요!"
7433
7203
 
@@ -7515,9 +7285,6 @@ msgstr "서브스크립션 "
7515
7285
  msgid "Subscription Details"
7516
7286
  msgstr "서브스크립션 정보 "
7517
7287
 
7518
- msgid "Subscription ID"
7519
- msgstr "서브스크립션 ID"
7520
-
7521
7288
  msgid "Subscription Info"
7522
7289
  msgstr "서브스크립션 정보 "
7523
7290
 
@@ -7533,12 +7300,6 @@ msgstr "서브스크립션 매니페스트 유효성 검사"
7533
7300
  msgid "Subscription Name"
7534
7301
  msgstr "서브스크립션 이름"
7535
7302
 
7536
- msgid "Subscription Pool id"
7537
- msgstr "서브스크립션 풀 ID"
7538
-
7539
- msgid "Subscription Pool uuid"
7540
- msgstr "서브스크립션 풀 uuid"
7541
-
7542
7303
  msgid "Subscription UUID"
7543
7304
  msgstr "서브스크립션 UUID"
7544
7305
 
@@ -7626,9 +7387,6 @@ msgstr "지원이 종료되었습니다"
7626
7387
  msgid "Supported Content Types"
7627
7388
  msgstr "지원되는 콘텐츠 유형"
7628
7389
 
7629
- msgid "Sync"
7630
- msgstr ""
7631
-
7632
7390
  msgid "Sync Canceled"
7633
7391
  msgstr "동기화 취소 "
7634
7392
 
@@ -7683,9 +7441,6 @@ msgstr "리포지터리 동기화 "
7683
7441
  msgid "Sync all repositories for a product"
7684
7442
  msgstr "제품의 모든 리포지터리 동기화"
7685
7443
 
7686
- msgid "Sync capsule"
7687
- msgstr ""
7688
-
7689
7444
  msgid "Sync complete."
7690
7445
  msgstr "동기화가 완료되었습니다. "
7691
7446
 
@@ -7704,9 +7459,6 @@ msgstr "원하는 제품을 선택하여 업스트림 리포지토리에서 스
7704
7459
  msgid "Sync state"
7705
7460
  msgstr "동기화 상태"
7706
7461
 
7707
- msgid "Syncable export"
7708
- msgstr ""
7709
-
7710
7462
  msgid "Synced"
7711
7463
  msgstr "동기화됨"
7712
7464
 
@@ -7716,6 +7468,9 @@ msgstr "동기화됨 "
7716
7468
  msgid "Synced Content"
7717
7469
  msgstr "동기화된 콘텐츠"
7718
7470
 
7471
+ msgid "Synced container images content"
7472
+ msgstr ""
7473
+
7719
7474
  msgid "Synchronize"
7720
7475
  msgstr "동기화 "
7721
7476
 
@@ -7871,7 +7626,7 @@ msgstr ""
7871
7626
  " %{repos}"
7872
7627
 
7873
7628
  msgid "The generated container repository name is invalid. Please review the lifecycle environment's registry name pattern. It may be caused by special characters in the components that make up the name, like the organization."
7874
- msgstr ""
7629
+ msgstr "생성된 컨테이너 저장소 이름이 잘못되었습니다. 라이프사이클 환경의 레지스트리 이름 패턴을 검토하세요. 이름을 구성하는 구성 요소(예: 조직)에 특수 문자가 포함되어 있기 때문일 수 있습니다."
7875
7630
 
7876
7631
  msgid "The id of the content source"
7877
7632
  msgstr "콘텐츠 소스의 ID"
@@ -7973,9 +7728,6 @@ msgstr "선택한 라이프사이클 환경에 활성화 키가 없습니다."
7973
7728
  msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
7974
7729
  msgstr "선택된/상속된 콘텐츠 뷰는 이 라이프사이클 환경에서 사용할 수 없습니다."
7975
7730
 
7976
- msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
7977
- msgstr "지정된 조직은 간단한 콘텐츠 액세스 모드에 있습니다. 서브스크립션 첨부가 비활성화되었습니다."
7978
-
7979
7731
  msgid "The subscription cannot be found upstream"
7980
7732
  msgstr "서브스크립션을 업스트림에서 찾을 수 없음"
7981
7733
 
@@ -8055,7 +7807,7 @@ msgid "This Content View must be set to Import-only before performing an import"
8055
7807
  msgstr "가져오기를 수행하기 전에 이 콘텐츠 뷰를 가져오기 전용으로 설정해야 합니다."
8056
7808
 
8057
7809
  msgid "This Flatpak remote will be deleted. Repositories mirrored from this remote will remain available and functional for use"
8058
- msgstr ""
7810
+ msgstr "이 Flatpak 원격이 삭제됩니다. 이 리모컨에서 미러링된 리포지터리는 계속 사용 가능하며 정상적으로 작동합니다."
8059
7811
 
8060
7812
  msgid "This Host is not currently registered with subscription-manager."
8061
7813
  msgstr "이 호스트는 현재 subscription-manager에 등록되어 있지 않습니다."
@@ -8103,7 +7855,7 @@ msgid "This environment is used in one or more multi-environment activation keys
8103
7855
  msgstr "이 환경은 하나 이상의 다중 환경 활성화 키에 사용됩니다. 환경은 다중 환경 키에서 간단히 제거됩니다. 여기에서 선택한 콘텐츠 뷰 및 라이프사이클 환경은 단일 환경 활성화 키에만 적용됩니다. 자세한 내용은hammer activation-key --help를 참조하십시오."
8104
7856
 
8105
7857
  msgid "This erratum is not installable because it is not in this host's assigned content view environments."
8106
- msgstr ""
7858
+ msgstr "이 에라타는 이 호스트에 할당된 콘텐츠 뷰 환경에 없으므로 설치할 수 없습니다."
8107
7859
 
8108
7860
  msgid "This host does not have any Module streams."
8109
7861
  msgstr "이 호스트에는 모듈 스트림이 없습니다."
@@ -8117,12 +7869,6 @@ msgstr "이 호스트에는 적용 가능하지만 설치할 수 없는 에라
8117
7869
  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."
8118
7870
  msgstr "이 호스트는 여러 콘텐츠 뷰 환경과 연결되어 있습니다. 여기에 라이프사이클 환경과 콘텐츠 뷰를 할당하면 호스트가 다른 환경에서 제거됩니다."
8119
7871
 
8120
- msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
8121
- msgstr "이 호스트의 조직은 Simple Content Access 모드에 있습니다. 서브스크립션 첨부가 비활성화되었습니다."
8122
-
8123
- msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
8124
- msgstr "이 호스트의 조직은 간단한 컨텐츠 액세스 모드에 있습니다. 자동 연결이 비활성화되었습니다."
8125
-
8126
7872
  msgid "This is disabled because a manifest task is in progress"
8127
7873
  msgstr "매니페스트 작업이 진행 중이므로 이 기능이 비활성화되었습니다."
8128
7874
 
@@ -8201,6 +7947,9 @@ msgstr "제목"
8201
7947
  msgid "To change content view environments, a specific organization must be selected from the organization context."
8202
7948
  msgstr "콘텐츠 보기 환경을 변경하려면 조직 컨텍스트에서 특정 조직을 선택해야 합니다."
8203
7949
 
7950
+ msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
7951
+ msgstr ""
7952
+
8204
7953
  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."
8205
7954
  msgstr "동기화된 콘텐츠 옵션을 사용하려면 이 호스트가 선택한 아키텍처 및 운영 체제에 대한 동기화된 킥스타트 저장소가 포함된 콘텐츠 소스, 콘텐츠 뷰 및 라이프사이클 환경을 사용해야 합니다."
8206
7955
 
@@ -8223,7 +7972,7 @@ msgid "To include or exclude specific content from the content view, create a fi
8223
7972
  msgstr "콘텐츠 뷰에서 특정 콘텐츠를 포함하거나 제외하려면 필터를 만듭니다. 필터가 없으면 콘텐츠 뷰에는 추가된 리포지토리의 모든 것이 포함됩니다."
8224
7973
 
8225
7974
  msgid "To manage host content overrides, a specific organization must be selected from the organization context."
8226
- msgstr ""
7975
+ msgstr "호스트 콘텐츠 재정의를 관리하려면 조직 컨텍스트에서 특정 조직을 선택해야 합니다."
8227
7976
 
8228
7977
  msgid "To manage host packages, a specific organization must be selected from the organization context."
8229
7978
  msgstr "호스트 패키지를 관리하려면 조직 컨텍스트에서 특정 조직을 선택해야 합니다."
@@ -8231,9 +7980,6 @@ msgstr "호스트 패키지를 관리하려면 조직 컨텍스트에서 특정
8231
7980
  msgid "To manage packages, select an action."
8232
7981
  msgstr "패키지를 관리하려면 작업을 선택하세요."
8233
7982
 
8234
- msgid "Toggle"
8235
- msgstr ""
8236
-
8237
7983
  msgid "Token/password for the flatpak remote"
8238
7984
  msgstr "flatpak 원격의 토큰/암호"
8239
7985
 
@@ -8279,12 +8025,6 @@ msgstr "적절한 권한이 있는 사용자에게 추적 정보가 여기에
8279
8025
  msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
8280
8026
  msgstr "이 스마트 프록시와 관련된 모든 대체 콘텐츠 소스에 대한 트래픽은 선택된 HTTP 프록시를 통해 전달됩니다."
8281
8027
 
8282
- msgid "Trigger an auto-attach of subscriptions"
8283
- msgstr "서브스크립션 자동 첨부 트리거"
8284
-
8285
- msgid "Trigger an auto-attach of subscriptions on one or more hosts"
8286
- msgstr "하나 이상의 호스트에서 서브스크립션 자동 연결을 트리거합니다."
8287
-
8288
8028
  msgid "Try changing your search criteria."
8289
8029
  msgstr "검색 기준을 변경해 보세요."
8290
8030
 
@@ -8331,7 +8071,7 @@ msgid "URL of an OSTree repository."
8331
8071
  msgstr "OSTree 리포지토리의 URL입니다."
8332
8072
 
8333
8073
  msgid "URL:"
8334
- msgstr ""
8074
+ msgstr "URL:"
8335
8075
 
8336
8076
  msgid "UUID"
8337
8077
  msgstr "UUID"
@@ -8376,10 +8116,10 @@ msgid "Unable to find a base content view to use for incremental export. Please
8376
8116
  msgstr ""
8377
8117
 
8378
8118
  msgid "Unable to find a content view with ID %s"
8379
- msgstr ""
8119
+ msgstr "ID %s인 콘텐츠 뷰를 찾을 수 없습니다"
8380
8120
 
8381
8121
  msgid "Unable to find a lifecycle environment with ID %s"
8382
- msgstr ""
8122
+ msgstr "ID %s인 라이프 사이클 환경을 찾을 수 없습니다."
8383
8123
 
8384
8124
  msgid "Unable to find product '%s' in organization '%s'"
8385
8125
  msgstr "조직 '%s'에서 '%s' 제품을 찾을 수 없습니다."
@@ -8409,7 +8149,7 @@ msgid "Unable to refresh any alternate content source. You either do not have th
8409
8149
  msgstr "대체 콘텐츠 소스를 새로 고칠 수 없습니다. 새로 고칠 권한이 없거나 대체 콘텐츠 소스가 없습니다."
8410
8150
 
8411
8151
  msgid "Unable to refresh host-repository mapping"
8412
- msgstr ""
8152
+ msgstr "호스트-리포지터리 매핑을 새로 고칠 수 없습니다."
8413
8153
 
8414
8154
  msgid "Unable to send errata e-mail notification: %{error}"
8415
8155
  msgstr "에라타 이메일 통지를 보낼 수 없습니다: %{error}"
@@ -8424,10 +8164,10 @@ msgid "Unable to synchronize any repository. You either do not have the permissi
8424
8164
  msgstr "리포지터리를 동기화할 수 없습니다. 동기화할 권한이 없거나 선택한 리포지터리에 피드 URL이 없을 수 있습니다. "
8425
8165
 
8426
8166
  msgid "Unable to update host-repository mapping"
8427
- msgstr ""
8167
+ msgstr "호스트-리포지터리 매핑을 업데이트할 수 없습니다."
8428
8168
 
8429
8169
  msgid "Unable to update hosts"
8430
- msgstr ""
8170
+ msgstr "호스트를 업데이트할 수 없습니다"
8431
8171
 
8432
8172
  msgid "Unable to update the repository list"
8433
8173
  msgstr "리포지터리 목록을 업데이트할 수 없습니다."
@@ -8438,9 +8178,6 @@ msgstr "사용자-리포지터리 매핑을 업데이트할 수 없습니다."
8438
8178
  msgid "Unapplied Errata"
8439
8179
  msgstr "적용되지 않은 에라타 "
8440
8180
 
8441
- msgid "Unattach a subscription"
8442
- msgstr "서브스크립션 할당 해제 "
8443
-
8444
8181
  msgid "Unfiltered params array: %s."
8445
8182
  msgstr "필터링되지 않은 매개변수 배열:%s"
8446
8183
 
@@ -8472,7 +8209,7 @@ msgid "Unregister host %s before assigning an organization"
8472
8209
  msgstr "조직을 할당하기 전에 %s 호스트 등록 취소"
8473
8210
 
8474
8211
  msgid "Unregister host %s before assigning an organization."
8475
- msgstr ""
8212
+ msgstr "조직을 할당하기 전에 %s 호스트 등록을 취소합니다."
8476
8213
 
8477
8214
  msgid "Unregister the host as a subscription consumer"
8478
8215
  msgstr "호스트를 서브스크립션 소비자로 등록 해제합니다."
@@ -8552,27 +8289,15 @@ msgstr "조직에 있는 환경 업데이트 "
8552
8289
  msgid "Update content counts for the smart proxy"
8553
8290
  msgstr "스마트 프록시에 대한 콘텐츠 수 업데이트"
8554
8291
 
8555
- msgid "Update content urls"
8556
- msgstr ""
8557
-
8558
8292
  msgid "Update content view environments for host"
8559
8293
  msgstr "호스트에 대한 콘텐츠 뷰 환경 업데이트"
8560
8294
 
8561
8295
  msgid "Update content view environments for host %s"
8562
8296
  msgstr "호스트%s에 대한 콘텐츠 뷰 환경 업데이트"
8563
8297
 
8564
- msgid "Update distributions"
8565
- msgstr ""
8566
-
8567
8298
  msgid "Update hosts manually"
8568
8299
  msgstr "호스트를 수동으로 업데이트"
8569
8300
 
8570
- msgid "Update http proxy"
8571
- msgstr ""
8572
-
8573
- msgid "Update http proxy details"
8574
- msgstr ""
8575
-
8576
8301
  msgid "Update installed packages, enabled repos, module inventory"
8577
8302
  msgstr "설치된 패키지, 활성화된 리포지토리, 모듈 인벤토리 업데이트"
8578
8303
 
@@ -8588,21 +8313,12 @@ msgstr "Katello 인터페이스를 통해 패키지 업데이트"
8588
8313
  msgid "Update packages via Katello interface"
8589
8314
  msgstr "Katello 인터페이스를 통해 패키지 업데이트"
8590
8315
 
8591
- msgid "Update redhat repository"
8592
- msgstr ""
8593
-
8594
8316
  msgid "Update release version for host"
8595
8317
  msgstr "호스트에 대한 릴리스 버전 업데이트"
8596
8318
 
8597
8319
  msgid "Update release version for host %s"
8598
8320
  msgstr "호스트%s에 대한 릴리스 버전 업데이트"
8599
8321
 
8600
- msgid "Update remote"
8601
- msgstr ""
8602
-
8603
- msgid "Update repository"
8604
- msgstr ""
8605
-
8606
8322
  msgid "Update services requiring restart"
8607
8323
  msgstr "재시작이 필요한 서비스 업데이트"
8608
8324
 
@@ -8693,12 +8409,6 @@ msgstr "필터의 내용 청크를 업로드 "
8693
8409
  msgid "Upload a subscription manifest"
8694
8410
  msgstr "서브스크립션 매니페스트 업로드 "
8695
8411
 
8696
- msgid "Upload content"
8697
- msgstr ""
8698
-
8699
- msgid "Upload file"
8700
- msgstr ""
8701
-
8702
8412
  msgid "Upload into"
8703
8413
  msgstr "업로드 "
8704
8414
 
@@ -8708,9 +8418,6 @@ msgstr "패키지/리포지토리 프로필 업로드"
8708
8418
  msgid "Upload request id"
8709
8419
  msgstr "요청 ID 업로드 "
8710
8420
 
8711
- msgid "Upload tag"
8712
- msgstr ""
8713
-
8714
8421
  msgid "Upstream Candlepin"
8715
8422
  msgstr "Candlepin 업스트림"
8716
8423
 
@@ -8775,7 +8482,7 @@ msgid "Use HTTP proxies"
8775
8482
  msgstr "HTTP 프록시 사용"
8776
8483
 
8777
8484
  msgid "Use container certificates for container registry authentication. If it is set to true, container registry certificates will be installed on the host"
8778
- msgstr ""
8485
+ msgstr "컨테이너 레지스트리 인증에 컨테이너 인증서를 사용합니다. 이 값을 true로 설정하면 컨테이너 레지스트리 인증서가 호스트에 설치됩니다."
8779
8486
 
8780
8487
  msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
8781
8488
  msgstr "pulp3에서 리포지토리의 다운로드 동시성을 결정하는 데 사용됩니다. 20보다 작은 값을 사용합니다. 기본값은 10입니다."
@@ -8825,12 +8532,12 @@ msgstr "호스트의 할당된 라이프사이클 환경이 호스트가 콘텐
8825
8532
  msgid "Value must either be a boolean or 'default' for 'enabled'"
8826
8533
  msgstr "값은 '활성화됨'의 경우 부울이거나 '기본값'이어야 합니다."
8827
8534
 
8535
+ msgid "Verify Content Checksum"
8536
+ msgstr ""
8537
+
8828
8538
  msgid "Verify SSL"
8829
8539
  msgstr "SSL 확인 "
8830
8540
 
8831
- msgid "Verify checksum"
8832
- msgstr ""
8833
-
8834
8541
  msgid "Verify checksum for content on smart proxy"
8835
8542
  msgstr "스마트 프록시의 콘텐츠에 대한 체크섬 확인"
8836
8543
 
@@ -8912,11 +8619,14 @@ msgstr "해당 에라타 보기"
8912
8619
  msgid "View by"
8913
8620
  msgstr "보기 기준"
8914
8621
 
8622
+ 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."
8623
+ msgstr ""
8624
+
8915
8625
  msgid "View content views"
8916
8626
  msgstr "콘텐츠 뷰 보기"
8917
8627
 
8918
8628
  msgid "View details"
8919
- msgstr ""
8629
+ msgstr "자세한 내용 보기"
8920
8630
 
8921
8631
  msgid "View documentation"
8922
8632
  msgstr "문서 보기"
@@ -9192,7 +8902,7 @@ msgid "are only allowed for Yum repositories."
9192
8902
  msgstr "Yum 리포지터리에만 허용됩니다."
9193
8903
 
9194
8904
  msgid "assign a new content source to the hosts"
9195
- msgstr ""
8905
+ msgstr "호스트에 새로운 콘텐츠 소스를 할당합니다."
9196
8906
 
9197
8907
  msgid "attempted to sync a non-library repository."
9198
8908
  msgstr "라이브러리가 아닌 리포지터리와 동기화를 시도했습니다."
@@ -9200,9 +8910,6 @@ msgstr "라이브러리가 아닌 리포지터리와 동기화를 시도했습
9200
8910
  msgid "attempted to sync without a feed URL"
9201
8911
  msgstr "피드 URL 없이 동기화를 시도했습니다."
9202
8912
 
9203
- msgid "auto attach subscriptions upon registration"
9204
- msgstr "등록 시 서브스크립션을 자동으로 첨부 "
9205
-
9206
8913
  msgid "base url to perform repo discovery on"
9207
8914
  msgstr "리포지터리 검색을 실행하기 위한 기본 url "
9208
8915
 
@@ -9552,7 +9259,7 @@ msgid "interpret specified object to return only Repositories that can be associ
9552
9259
  msgstr "지정된 객체를 해석하여 지정된 객체와 연관될 수 있는 리포지터리만 반환합니다. 'content_view' 및 'content_view_version'만 지원됩니다."
9553
9260
 
9554
9261
  msgid "into a product. Details from the flatpak remote will automatically populate the repository fields. The repository will be available for syncing once it has been mirrored into a product."
9555
- msgstr ""
9262
+ msgstr "flatpak 원격의 세부 정보가 저장소 필드에 자동으로 입력됩니다. 저장소가 제품으로 미러링되면 동기화할 수 있습니다."
9556
9263
 
9557
9264
  msgid "invalid: Repositories can only require one OS version."
9558
9265
  msgstr "유효하지 않음: 리포지터리에는 하나의 OS 버전만 필요합니다."
@@ -9839,9 +9546,6 @@ msgstr "컨텐츠 포함 또는 제외 여부를 지정합니다. 기본값: inc
9839
9546
  msgid "start datetime of synchronization"
9840
9547
  msgstr "동기화 시작 날짜 "
9841
9548
 
9842
- msgid "subscriptions not specified"
9843
- msgstr "서브스크립션을 지정하지 않았습니다."
9844
-
9845
9549
  msgid "sync plan description"
9846
9550
  msgstr "동기화 계획 설명 "
9847
9551