katello 4.15.0 → 4.16.0.rc1

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

Potentially problematic release.


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

Files changed (505) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/common/katello_object.js +2 -2
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +248 -263
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +247 -262
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +247 -262
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +521 -536
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +253 -268
  8. data/app/assets/javascripts/katello/locale/de/katello.js +248 -263
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +247 -262
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +249 -264
  11. data/app/assets/javascripts/katello/locale/el/katello.js +251 -266
  12. data/app/assets/javascripts/katello/locale/en/katello.js +253 -268
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +263 -278
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +247 -262
  15. data/app/assets/javascripts/katello/locale/es/katello.js +248 -263
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +247 -262
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +250 -265
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +247 -262
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +249 -264
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +249 -264
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +248 -263
  22. data/app/assets/javascripts/katello/locale/id/katello.js +261 -275
  23. data/app/assets/javascripts/katello/locale/it/katello.js +252 -267
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +250 -265
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +247 -262
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +248 -263
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +248 -263
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +247 -262
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +248 -263
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +252 -267
  31. data/app/assets/javascripts/katello/locale/or/katello.js +248 -263
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +248 -263
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +248 -263
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +247 -262
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +248 -263
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +248 -263
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +247 -262
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +247 -262
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +253 -268
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +247 -262
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +248 -263
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +248 -263
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +247 -262
  44. data/app/assets/javascripts/katello/locale/te/katello.js +248 -263
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +247 -262
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +247 -262
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +247 -262
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +247 -262
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +250 -265
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -270
  51. data/app/assets/javascripts/katello/sync_management/sync_management.js +16 -2
  52. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +33 -9
  53. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  54. data/app/controllers/katello/api/v2/activation_keys_controller.rb +4 -9
  55. data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
  56. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +3 -1
  57. data/app/controllers/katello/api/v2/content_views_controller.rb +4 -1
  58. data/app/controllers/katello/api/v2/environments_controller.rb +4 -0
  59. data/app/controllers/katello/api/v2/errata_controller.rb +12 -1
  60. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +81 -0
  61. data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +86 -0
  62. data/app/controllers/katello/api/v2/host_bootc_images_controller.rb +71 -0
  63. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +4 -6
  64. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -5
  65. data/app/controllers/katello/api/v2/repositories_controller.rb +18 -3
  66. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +0 -8
  67. data/app/controllers/katello/concerns/api/v2/http_proxies_controller_extensions.rb +17 -0
  68. data/app/controllers/katello/concerns/http_proxies_controller_extensions.rb +20 -0
  69. data/app/controllers/katello/sync_management_controller.rb +6 -2
  70. data/app/helpers/katello/content_source_helper.rb +8 -1
  71. data/app/helpers/katello/content_view_helper.rb +3 -1
  72. data/app/lib/actions/candlepin/activation_key/create.rb +1 -3
  73. data/app/lib/actions/candlepin/activation_key/update.rb +1 -3
  74. data/app/lib/actions/candlepin/environment/set_content.rb +17 -4
  75. data/app/lib/actions/katello/activation_key/create.rb +1 -2
  76. data/app/lib/actions/katello/activation_key/update.rb +2 -4
  77. data/app/lib/actions/katello/capsule_content/refresh_repos.rb +7 -1
  78. data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +3 -2
  79. data/app/lib/actions/katello/content_view/publish.rb +7 -2
  80. data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +11 -2
  81. data/app/lib/actions/katello/content_view_version/incremental_update.rb +31 -22
  82. data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +30 -0
  83. data/app/lib/actions/katello/flatpak/scan_remote.rb +17 -12
  84. data/app/lib/actions/katello/host/update_system_purpose.rb +1 -6
  85. data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +18 -2
  86. data/app/lib/actions/pulp3/repository/multi_copy_units.rb +4 -0
  87. data/app/lib/katello/api/v2/rendering.rb +2 -1
  88. data/app/lib/katello/concerns/base_template_scope_extensions.rb +3 -4
  89. data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +13 -0
  90. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -5
  91. data/app/lib/katello/resources/candlepin/product.rb +2 -1
  92. data/app/lib/katello/util/cveak_migrator.rb +3 -2
  93. data/app/lib/katello/validators/alternate_content_source_path_validator.rb +2 -2
  94. data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
  95. data/app/lib/katello/validators/content_validator.rb +1 -1
  96. data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +2 -2
  97. data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -2
  98. data/app/lib/katello/validators/content_view_environment_validator.rb +3 -3
  99. data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +12 -12
  100. data/app/lib/katello/validators/content_view_filter_version_validator.rb +1 -1
  101. data/app/lib/katello/validators/generated_content_view_validator.rb +1 -1
  102. data/app/lib/katello/validators/gpg_key_content_type_validator.rb +2 -2
  103. data/app/lib/katello/validators/gpg_key_content_validator.rb +5 -5
  104. data/app/lib/katello/validators/katello_label_format_validator.rb +4 -4
  105. data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
  106. data/app/lib/katello/validators/katello_url_format_validator.rb +1 -1
  107. data/app/lib/katello/validators/library_presence_validator.rb +1 -1
  108. data/app/lib/katello/validators/no_trailing_space_validator.rb +1 -1
  109. data/app/lib/katello/validators/non_library_environment_validator.rb +1 -1
  110. data/app/lib/katello/validators/not_in_library_validator.rb +1 -1
  111. data/app/lib/katello/validators/path_descendents_validator.rb +1 -1
  112. data/app/lib/katello/validators/prior_validator.rb +1 -1
  113. data/app/lib/katello/validators/product_unique_attribute_validator.rb +1 -1
  114. data/app/lib/katello/validators/repo_disablement_validator.rb +2 -2
  115. data/app/lib/katello/validators/root_repository_unique_attribute_validator.rb +1 -1
  116. data/app/lib/katello/validators/self_reference_environment_validator.rb +1 -1
  117. data/app/lib/katello/validators/unique_field_in_org.rb +1 -1
  118. data/app/models/katello/activation_key.rb +6 -17
  119. data/app/models/katello/authorization/flatpak_remote.rb +33 -0
  120. data/app/models/katello/concerns/content_facet_host_extensions.rb +2 -1
  121. data/app/models/katello/concerns/host_managed_extensions.rb +8 -5
  122. data/app/models/katello/concerns/http_proxy_extensions.rb +4 -0
  123. data/app/models/katello/concerns/smart_proxy_extensions.rb +30 -6
  124. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -8
  125. data/app/models/katello/content_view.rb +4 -2
  126. data/app/models/katello/content_view_erratum_filter.rb +18 -2
  127. data/app/models/katello/content_view_version.rb +6 -0
  128. data/app/models/katello/docker_manifest.rb +8 -0
  129. data/app/models/katello/docker_manifest_list.rb +8 -0
  130. data/app/models/katello/erratum.rb +8 -2
  131. data/app/models/katello/flatpak_remote.rb +16 -0
  132. data/app/models/katello/flatpak_remote_repository.rb +18 -0
  133. data/app/models/katello/flatpak_remote_repository_manifest.rb +4 -0
  134. data/app/models/katello/glue/candlepin/pool.rb +1 -1
  135. data/app/models/katello/glue/pulp/repos.rb +12 -1
  136. data/app/models/katello/host/content_facet.rb +42 -3
  137. data/app/models/katello/host/subscription_facet.rb +4 -12
  138. data/app/models/katello/repository.rb +21 -8
  139. data/app/models/katello/rhel_lifecycle_status.rb +6 -0
  140. data/app/models/katello/root_repository.rb +6 -8
  141. data/app/models/katello/upstream_pool.rb +1 -0
  142. data/app/overrides/add_organization_attributes.rb +6 -0
  143. data/app/services/katello/product_content_finder.rb +2 -1
  144. data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +1 -1
  145. data/app/services/katello/pulp3/docker_manifest.rb +3 -2
  146. data/app/services/katello/pulp3/docker_manifest_list.rb +3 -2
  147. data/app/services/katello/pulp3/repository/ansible_collection.rb +8 -1
  148. data/app/services/katello/pulp3/repository/apt.rb +16 -18
  149. data/app/services/katello/pulp3/repository/file.rb +4 -2
  150. data/app/services/katello/pulp3/repository.rb +4 -0
  151. data/app/services/katello/pulp3/task.rb +2 -2
  152. data/app/views/foreman/job_templates/bootc_action.erb +26 -0
  153. data/app/views/foreman/job_templates/bootc_rollback.erb +13 -0
  154. data/app/views/foreman/job_templates/bootc_status.erb +13 -0
  155. data/app/views/foreman/job_templates/bootc_switch.erb +13 -0
  156. data/app/views/foreman/job_templates/bootc_upgrade.erb +13 -0
  157. data/app/views/foreman/job_templates/flatpak_install.erb +23 -0
  158. data/app/views/foreman/job_templates/flatpak_login_action.erb +30 -0
  159. data/app/views/foreman/job_templates/flatpak_setup.erb +27 -0
  160. data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
  161. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
  162. data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +1 -1
  163. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
  164. data/app/views/katello/api/v2/activation_keys/base.json.rabl +0 -4
  165. data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -1
  166. data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -0
  167. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +5 -1
  168. data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -1
  169. data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -1
  170. data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +4 -0
  171. data/app/views/katello/api/v2/flatpak_remote_repositories/index.json.rabl +7 -0
  172. data/app/views/katello/api/v2/flatpak_remote_repositories/show.json.rabl +13 -0
  173. data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
  174. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +8 -0
  175. data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +11 -0
  176. data/app/views/katello/api/v2/flatpak_remotes/show.json.rabl +3 -0
  177. data/app/views/katello/api/v2/hosts/base.json.rabl +0 -8
  178. data/app/views/katello/api/v2/hosts/os_attributes.json.rabl +13 -0
  179. data/app/views/katello/api/v2/http_proxies/show.json.rabl +1 -0
  180. data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
  181. data/app/views/katello/api/v2/repositories/show.json.rabl +1 -0
  182. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +0 -4
  183. data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
  184. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +10 -4
  185. data/app/views/overrides/http_proxies/_update_setting_input.html.erb +18 -0
  186. data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
  187. data/config/initializers/monkeys.rb +0 -1
  188. data/config/initializers/pagelets.rb +6 -0
  189. data/config/routes/api/registry.rb +1 -0
  190. data/config/routes/api/v2.rb +21 -0
  191. data/config/routes/overrides.rb +1 -0
  192. data/config/routes.rb +2 -0
  193. data/db/migrate/20190605014649_add_purpose_addons.rb +0 -12
  194. data/db/migrate/20200213184848_create_evr_type.rb +126 -1
  195. data/db/migrate/20200818192230_update_system_purpose_status.rb +0 -1
  196. data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +0 -1
  197. data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +160 -0
  198. data/db/migrate/20241022121706_add_sync_dependencies_option.rb +5 -0
  199. data/db/migrate/20241101144625_remove_system_purpose_addons.rb +9 -0
  200. data/db/migrate/20241107002541_add_registry_url_to_katello_flatpak_remotes.rb +5 -0
  201. data/db/migrate/20241112145802_add_manifest_entity_to_content_facets.rb +7 -0
  202. data/db/migrate/20241120213713_add_allow_other_types_to_content_view_erratum_filter_rules.rb +6 -0
  203. data/db/migrate/20241206183052_add_content_type_to_container_manifests_and_lists.rb +9 -0
  204. data/db/seeds.d/75-job_templates.rb +5 -1
  205. data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +2 -2
  206. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js +3 -3
  207. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap.js +3 -3
  208. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +0 -5
  209. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +1 -41
  210. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +0 -12
  211. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html +1 -1
  212. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-system-purpose-modal.controller.js +1 -41
  213. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js +1 -1
  214. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
  215. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html +2 -2
  216. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +0 -13
  217. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -1
  218. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +0 -5
  219. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +1 -35
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -14
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +1 -1
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -2
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +46 -22
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +2 -1
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +4 -0
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html +1 -1
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +1 -1
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html +2 -1
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +85 -29
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +338 -93
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +340 -95
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +340 -95
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +341 -96
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +31 -54
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +338 -93
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +338 -93
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +341 -96
  239. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +349 -104
  240. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +338 -93
  241. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +33 -56
  242. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +338 -93
  243. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +80 -68
  244. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +340 -95
  245. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +340 -95
  246. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +339 -111
  247. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +340 -95
  248. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +379 -130
  249. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +342 -103
  250. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +70 -83
  251. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +84 -90
  252. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +340 -95
  253. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +130 -138
  254. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +338 -93
  255. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +340 -95
  256. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +343 -97
  257. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +340 -95
  258. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +340 -95
  259. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +340 -95
  260. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +338 -93
  261. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +338 -93
  262. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +40 -63
  263. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +338 -93
  264. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +338 -93
  265. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +343 -102
  266. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +338 -93
  267. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +340 -95
  268. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +338 -93
  269. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +340 -95
  270. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +340 -95
  271. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +338 -93
  272. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +338 -93
  273. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +338 -93
  274. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +338 -93
  275. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +70 -83
  276. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +362 -105
  277. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +29 -29
  278. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +1 -1
  279. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js +1 -1
  280. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html +2 -2
  281. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +24 -8
  282. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-tasks.html +2 -1
  283. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -2
  284. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -8
  285. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/os-versions.service.js +1 -0
  286. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html +3 -3
  287. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html +2 -1
  288. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html +4 -2
  289. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +2 -1
  290. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +3 -3
  291. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +1 -1
  292. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +1 -1
  293. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
  294. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +2 -2
  295. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -1
  296. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html +2 -2
  297. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -1
  298. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +1 -1
  299. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html +1 -1
  300. data/lib/katello/engine.rb +6 -0
  301. data/lib/katello/permission_creator.rb +37 -0
  302. data/lib/katello/permissions/host_permissions.rb +2 -0
  303. data/lib/katello/permissions/registry_permissions.rb +1 -0
  304. data/lib/katello/plugin.rb +18 -1
  305. data/lib/katello/repository_types/docker.rb +0 -1
  306. data/lib/katello/repository_types/python.rb +1 -1
  307. data/lib/katello/version.rb +1 -1
  308. data/lib/katello.rb +2 -0
  309. data/locale/Makefile +20 -24
  310. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  311. data/locale/bn/katello.po +248 -263
  312. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  313. data/locale/bn_IN/katello.po +247 -262
  314. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  315. data/locale/ca/katello.po +247 -262
  316. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  317. data/locale/cs/katello.po +524 -799
  318. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  319. data/locale/cs_CZ/katello.po +254 -269
  320. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  321. data/locale/de/katello.po +248 -263
  322. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  323. data/locale/de_AT/katello.po +247 -262
  324. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  325. data/locale/de_DE/katello.po +250 -265
  326. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  327. data/locale/el/katello.po +252 -267
  328. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  329. data/locale/en/katello.po +257 -271
  330. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  331. data/locale/en_GB/katello.po +264 -279
  332. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  333. data/locale/en_US/katello.po +247 -262
  334. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  335. data/locale/es/katello.po +248 -263
  336. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  337. data/locale/et_EE/katello.po +247 -262
  338. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  339. data/locale/fr/katello.po +250 -265
  340. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  341. data/locale/gl/katello.po +247 -262
  342. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  343. data/locale/gu/katello.po +250 -265
  344. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  345. data/locale/he_IL/katello.po +249 -264
  346. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  347. data/locale/hi/katello.po +248 -263
  348. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  349. data/locale/id/katello.po +264 -275
  350. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  351. data/locale/it/katello.po +254 -270
  352. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  353. data/locale/ja/katello.po +250 -265
  354. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  355. data/locale/ka/katello.po +247 -262
  356. data/locale/katello.pot +1216 -1215
  357. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  358. data/locale/kn/katello.po +248 -263
  359. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  360. data/locale/ko/katello.po +248 -263
  361. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  362. data/locale/ml_IN/katello.po +247 -262
  363. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  364. data/locale/mr/katello.po +248 -263
  365. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  366. data/locale/nl_NL/katello.po +254 -268
  367. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  368. data/locale/or/katello.po +248 -263
  369. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  370. data/locale/pa/katello.po +248 -263
  371. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  372. data/locale/pl/katello.po +249 -264
  373. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  374. data/locale/pl_PL/katello.po +247 -262
  375. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  376. data/locale/pt/katello.po +248 -263
  377. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  378. data/locale/pt_BR/katello.po +248 -263
  379. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  380. data/locale/ro/katello.po +247 -262
  381. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  382. data/locale/ro_RO/katello.po +247 -262
  383. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  384. data/locale/ru/katello.po +255 -270
  385. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  386. data/locale/sl/katello.po +247 -262
  387. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  388. data/locale/sv_SE/katello.po +249 -264
  389. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  390. data/locale/ta/katello.po +248 -263
  391. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  392. data/locale/ta_IN/katello.po +247 -262
  393. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  394. data/locale/te/katello.po +248 -263
  395. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  396. data/locale/tr/katello.po +247 -262
  397. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  398. data/locale/vi/katello.po +247 -262
  399. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  400. data/locale/vi_VN/katello.po +247 -262
  401. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  402. data/locale/zh/katello.po +247 -262
  403. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  404. data/locale/zh_CN/katello.po +250 -265
  405. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  406. data/locale/zh_TW/katello.po +257 -272
  407. data/webpack/ForemanColumnExtensions/index.js +73 -3
  408. data/webpack/ForemanColumnExtensions/index.scss +9 -0
  409. data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +1 -0
  410. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +1 -1
  411. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +1 -20
  412. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +3 -61
  413. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +0 -5
  414. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -5
  415. data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +87 -0
  416. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +28 -2
  417. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +1 -1
  418. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +2 -2
  419. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -1
  420. data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +55 -0
  421. data/webpack/containers/Application/config.js +5 -0
  422. data/webpack/global_index.js +3 -1
  423. data/webpack/redux/actions/RedHatRepositories/helpers.js +9 -0
  424. data/webpack/scenes/BootedContainerImages/BootedContainerImagesConstants.js +5 -0
  425. data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +242 -0
  426. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImages.fixtures.js +42 -0
  427. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImagesPage.test.js +233 -0
  428. data/webpack/scenes/BootedContainerImages/index.js +4 -0
  429. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +1 -2
  430. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +39 -7
  431. data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +13 -2
  432. data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +1 -1
  433. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +1 -0
  434. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +4 -2
  435. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +1 -2
  436. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +20 -1
  437. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +20 -1
  438. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +128 -18
  439. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +0 -1
  440. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +1 -2
  441. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -4
  442. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +5 -1
  443. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +6 -1
  444. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -1
  445. data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +5 -1
  446. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +4 -2
  447. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +38 -0
  448. data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +0 -1
  449. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +0 -10
  450. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -3
  451. data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +0 -1
  452. metadata +61 -58
  453. data/app/models/katello/activation_key_purpose_addon.rb +0 -6
  454. data/app/models/katello/purpose_addon.rb +0 -11
  455. data/app/models/katello/subscription_facet_purpose_addon.rb +0 -6
  456. data/lib/monkeys/fx_sqlite_skip.rb +0 -13
  457. data/locale/action_names.rb +0 -181
  458. data/locale/bn/katello.po.time_stamp +0 -0
  459. data/locale/bn_IN/katello.po.time_stamp +0 -0
  460. data/locale/ca/katello.po.time_stamp +0 -0
  461. data/locale/cs/katello.po.time_stamp +0 -0
  462. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  463. data/locale/de/katello.po.time_stamp +0 -0
  464. data/locale/de_AT/katello.po.time_stamp +0 -0
  465. data/locale/de_DE/katello.po.time_stamp +0 -0
  466. data/locale/el/katello.po.time_stamp +0 -0
  467. data/locale/en/katello.po.time_stamp +0 -0
  468. data/locale/en_GB/katello.po.time_stamp +0 -0
  469. data/locale/en_US/katello.po.time_stamp +0 -0
  470. data/locale/es/katello.po.time_stamp +0 -0
  471. data/locale/et_EE/katello.po.time_stamp +0 -0
  472. data/locale/fr/katello.po.time_stamp +0 -0
  473. data/locale/gl/katello.po.time_stamp +0 -0
  474. data/locale/gu/katello.po.time_stamp +0 -0
  475. data/locale/he_IL/katello.po.time_stamp +0 -0
  476. data/locale/hi/katello.po.time_stamp +0 -0
  477. data/locale/id/katello.po.time_stamp +0 -0
  478. data/locale/it/katello.po.time_stamp +0 -0
  479. data/locale/ja/katello.po.time_stamp +0 -0
  480. data/locale/ka/katello.po.time_stamp +0 -0
  481. data/locale/kn/katello.po.time_stamp +0 -0
  482. data/locale/ko/katello.po.time_stamp +0 -0
  483. data/locale/ml_IN/katello.po.time_stamp +0 -0
  484. data/locale/mr/katello.po.time_stamp +0 -0
  485. data/locale/nl_NL/katello.po.time_stamp +0 -0
  486. data/locale/or/katello.po.time_stamp +0 -0
  487. data/locale/pa/katello.po.time_stamp +0 -0
  488. data/locale/pl/katello.po.time_stamp +0 -0
  489. data/locale/pl_PL/katello.po.time_stamp +0 -0
  490. data/locale/pt/katello.po.time_stamp +0 -0
  491. data/locale/pt_BR/katello.po.time_stamp +0 -0
  492. data/locale/ro/katello.po.time_stamp +0 -0
  493. data/locale/ro_RO/katello.po.time_stamp +0 -0
  494. data/locale/ru/katello.po.time_stamp +0 -0
  495. data/locale/sl/katello.po.time_stamp +0 -0
  496. data/locale/sv_SE/katello.po.time_stamp +0 -0
  497. data/locale/ta/katello.po.time_stamp +0 -0
  498. data/locale/ta_IN/katello.po.time_stamp +0 -0
  499. data/locale/te/katello.po.time_stamp +0 -0
  500. data/locale/tr/katello.po.time_stamp +0 -0
  501. data/locale/vi/katello.po.time_stamp +0 -0
  502. data/locale/vi_VN/katello.po.time_stamp +0 -0
  503. data/locale/zh/katello.po.time_stamp +0 -0
  504. data/locale/zh_CN/katello.po.time_stamp +0 -0
  505. data/locale/zh_TW/katello.po.time_stamp +0 -0
@@ -3,11 +3,12 @@
3
3
  # 진선재, 2022
4
4
  # 0868a4d1af5275b3f70b0a6dac4c99a4, 2023
5
5
  # Bryan Kearney <bryan.kearney@gmail.com>, 2023
6
+ # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024
6
7
  #
7
8
  msgid ""
8
9
  msgstr ""
9
10
  "Project-Id-Version: \n"
10
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2023\n"
11
+ "Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024\n"
11
12
  "Language-Team: Korean (https://app.transifex.com/foreman/teams/114/ko/)\n"
12
13
  "Content-Type: text/plain; charset=UTF-8\n"
13
14
  "Content-Transfer-Encoding: 8bit\n"
@@ -20,7 +21,7 @@ msgstr "-- 간격 선택 --"
20
21
 
21
22
  #: app/assets/javascripts/bastion_katello/subscriptions/subscription-start-date.directive.js
22
23
  msgid "(future)"
23
- msgstr ""
24
+ msgstr "(future)"
24
25
 
25
26
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
26
27
  msgid "{{ 'Add Selected' | translate }}"
@@ -28,19 +29,19 @@ msgstr "{{ '선택한 항목 추가' | translate }}"
28
29
 
29
30
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
30
31
  msgid "{{ contentCredential.name }}"
31
- msgstr ""
32
+ msgstr "{{ contentCredential.name }}"
32
33
 
33
34
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
34
35
  msgid "{{ deb.hosts_applicable_count }} Host(s)"
35
- msgstr ""
36
+ msgstr "{{ deb.hosts_available_count }} 호스트"
36
37
 
37
38
  #: app/assets/javascripts/bastion_katello/debs/views/debs.html
38
39
  msgid "{{ deb.hosts_applicable_count || 0 }} Applicable,"
39
- msgstr ""
40
+ msgstr "{{ errata.hosts_applicable_count || 0 }} 적용 가능,"
40
41
 
41
42
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
42
43
  msgid "{{ deb.hosts_available_count }} Host(s)"
43
- msgstr "{{ deb.hosts_available_count }} 호스트(들)"
44
+ msgstr "{{ deb.hosts_available_count }} 호스트"
44
45
 
45
46
  #: app/assets/javascripts/bastion_katello/debs/views/debs.html
46
47
  msgid "{{ deb.hosts_available_count || 0 }} Upgradable"
@@ -56,63 +57,63 @@ msgstr "{{ errata.hosts_available_count || 0 }} 설치 가능 "
56
57
 
57
58
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
58
59
  msgid "{{ errata.title }}"
59
- msgstr ""
60
+ msgstr "{{ errata.title }}"
60
61
 
61
62
  #: app/assets/javascripts/bastion_katello/files/details/views/file.html
62
63
  msgid "{{ file.name }}"
63
- msgstr ""
64
+ msgstr "{{ file.name }}"
64
65
 
65
66
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
66
- msgid "{{ host.name }}"
67
- msgstr ""
67
+ msgid "{{ host.display_name }}"
68
+ msgstr "{{ host.display_name }}"
68
69
 
69
70
  #: app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html
70
71
  msgid "{{ host.rhel_lifecycle_status_label }}"
71
- msgstr ""
72
+ msgstr "{{ host.rhel_lifecycle_status_label }}"
72
73
 
73
74
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
74
75
  msgid "{{ host.subscription_facet_attributes.user.login }}"
75
- msgstr ""
76
+ msgstr "{{ host.subscription_facet_attributes.user.login }}"
76
77
 
77
78
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
78
79
  msgid "{{ installedDebCount }} Host(s)"
79
- msgstr ""
80
+ msgstr "{{ deb.hosts_available_count }} 호스트"
80
81
 
81
82
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
82
83
  msgid "{{ installedPackageCount }} Host(s)"
83
- msgstr ""
84
+ msgstr "{{ deb.hosts_available_count }} 호스트"
84
85
 
85
86
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
86
87
  msgid "{{ package.hosts_applicable_count }} Host(s)"
87
- msgstr ""
88
+ msgstr "{{ deb.hosts_available_count }} 호스트"
88
89
 
89
90
  #: app/assets/javascripts/bastion_katello/packages/views/packages.html
90
91
  msgid "{{ package.hosts_applicable_count || 0 }} Applicable,"
91
- msgstr ""
92
+ msgstr "{{ errata.hosts_applicable_count || 0 }} 적용 가능,"
92
93
 
93
94
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
94
95
  msgid "{{ package.hosts_available_count }} Host(s)"
95
- msgstr ""
96
+ msgstr "{{ deb.hosts_available_count }} 호스트"
96
97
 
97
98
  #: app/assets/javascripts/bastion_katello/packages/views/packages.html
98
99
  msgid "{{ package.hosts_available_count || 0 }} Upgradable"
99
- msgstr ""
100
+ msgstr "{{ deb.hosts_available_count }} 업그레이드 가능"
100
101
 
101
102
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
102
103
  msgid "{{ package.human_readable_size }} ({{ package.size }} Bytes)"
103
- msgstr ""
104
+ msgstr "{{ package.human_readable_size }} ({{ package.size }} 바이트)"
104
105
 
105
106
  #: app/assets/javascripts/bastion_katello/products/details/views/product-info.html
106
107
  msgid "{{ product.active_task_count }}"
107
- msgstr ""
108
+ msgstr "{{ product.active_task_count }}"
108
109
 
109
110
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
110
111
  msgid "{{ product.name }}"
111
- msgstr ""
112
+ msgstr "{{ product.name }}"
112
113
 
113
114
  #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
114
115
  msgid "{{ repo.last_sync_words }} ago"
115
- msgstr ""
116
+ msgstr "{{ repo.last_sync_words }} 전"
116
117
 
117
118
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
118
119
  msgid ""
@@ -154,7 +155,7 @@ msgstr "{{ repository.content_counts.rpm || 0 }} 패키지 "
154
155
 
155
156
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
156
157
  msgid "{{ repository.content_counts.srpm }} Source RPMs"
157
- msgstr "{{ repository.content_counts.srpm }} 소스 RPMs"
158
+ msgstr "{{ repository.content_counts.srpm }} 소스 RPM"
158
159
 
159
160
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
160
161
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
@@ -166,7 +167,7 @@ msgstr "{{ repository.last_sync_words }} 전 "
166
167
 
167
168
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
168
169
  msgid "{{ repository.name }}"
169
- msgstr ""
170
+ msgstr "{{ repository.name }}"
170
171
 
171
172
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
172
173
  msgid "{{ type.display }}"
@@ -174,15 +175,15 @@ msgstr "{{ type.display }}"
174
175
 
175
176
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
176
177
  msgid "{{header}}"
177
- msgstr ""
178
+ msgstr "{{header}}"
178
179
 
179
180
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
180
181
  msgid "{{option.description}}"
181
- msgstr ""
182
+ msgstr "{{option.description}}"
182
183
 
183
184
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
184
185
  msgid "{{urlDescription}}"
185
- msgstr ""
186
+ msgstr "{{urlDescription}}"
186
187
 
187
188
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
188
189
  msgid ""
@@ -193,11 +194,11 @@ msgstr "*로 표시된 컨텐츠 뷰 버전은 복합 컨텐츠 뷰 버전입니
193
194
  #: app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js
194
195
  #: app/assets/javascripts/bastion_katello/products/products.controller.js
195
196
  msgid "/foreman_tasks/tasks/%taskId"
196
- msgstr ""
197
+ msgstr "/foreman_tasks/tasks/%taskId"
197
198
 
198
199
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js
199
200
  msgid "/job_invocations"
200
- msgstr ""
201
+ msgstr "/job_invocations"
201
202
 
202
203
  #: app/assets/javascripts/bastion_katello/activation-keys/activationKeyConsumed.filter.js
203
204
  #: app/assets/javascripts/bastion_katello/subscriptions/subscriptionConsumed.filter.js
@@ -395,7 +396,7 @@ msgstr "컨텐츠 호스트 추가: "
395
396
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
396
397
  #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
397
398
  msgid "Add Host Collections"
398
- msgstr ""
399
+ msgstr "호스트 컬렉션 추가"
399
400
 
400
401
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
401
402
  msgid "Add hosts to the host collection to see available actions."
@@ -416,7 +417,7 @@ msgstr "추가 기능:"
416
417
 
417
418
  #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
418
419
  msgid "Add Products"
419
- msgstr ""
420
+ msgstr "제품 추가"
420
421
 
421
422
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
422
423
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
@@ -431,7 +432,7 @@ msgstr "선택 사항 추가 "
431
432
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js
432
433
  #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js
433
434
  msgid "Add Subscriptions"
434
- msgstr ""
435
+ msgstr "서브스크립션 추가"
435
436
 
436
437
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
437
438
  msgid "Add Subscriptions for Activation Key:"
@@ -483,7 +484,7 @@ msgstr "영향을 받은 시스템"
483
484
 
484
485
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
485
486
  msgid "All"
486
- msgstr ""
487
+ msgstr "전체"
487
488
 
488
489
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
489
490
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
@@ -677,8 +678,8 @@ msgid "Apply Errata"
677
678
  msgstr "에라타 적용"
678
679
 
679
680
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
680
- msgid "Apply Errata to Content Host \"{{host.name}}\"?"
681
- msgstr "컨텐츠 호스트 \"{{host.name}}\"에 에라타를 적용하시겠습니까?"
681
+ msgid "Apply Errata to Content Host \"{{host.display_name}}\"?"
682
+ msgstr "에라트를 컨텐츠 호스트 \"{{host.display_name}}\"에 적용하시겠습니까?"
682
683
 
683
684
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
684
685
  msgid "Apply Errata to Content Hosts"
@@ -742,8 +743,10 @@ msgid ""
742
743
  msgstr "선택한 제품(들)에 동기화 계획을 추가하시겠습니까?"
743
744
 
744
745
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
745
- msgid "Are you sure you want to apply Errata to content host \"{{ host.name }}\"?"
746
- msgstr "컨텐츠 호스트 \"{{ host.name }}\"에 에라타를 적용하시겠습니까?"
746
+ msgid ""
747
+ "Are you sure you want to apply Errata to content host \"{{ host.display_name"
748
+ " }}\"?"
749
+ msgstr "에라트를 컨텐츠 호스트 \"{{ host.display_name }}\"에 적용하시겠습니까?"
747
750
 
748
751
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
749
752
  msgid ""
@@ -871,7 +874,7 @@ msgid_plural ""
871
874
  "Repositories that are published in content view\n"
872
875
  " versions or are the last affected repository in a content view filter will be skipped. You can delete those from the repository details page.\n"
873
876
  " "
874
- msgstr[0] ""
877
+ msgstr[0] "{{ table.getSelected()[0].name }} 리포지토리를 제거하시겠습니까?"
875
878
 
876
879
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
877
880
  msgid ""
@@ -901,9 +904,9 @@ msgstr "선택한 {{ table.numSelected }}개 리포지토리 집합(들)을 기
901
904
 
902
905
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
903
906
  msgid ""
904
- "Are you sure you want to restart services on content host \"{{ host.name "
905
- "}}\"?"
906
- msgstr "컨텐츠 호스트 \"{{ host.name }}\"에서 서비스를 다시 시작하시겠습니까?"
907
+ "Are you sure you want to restart services on content host \"{{ "
908
+ "host.display_name }}\"?"
909
+ msgstr "콘텐츠 호스트 \"{{ host.display_name }}\"에서 서비스를 다시 시작하시겠습니까?"
907
910
 
908
911
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
909
912
  msgid ""
@@ -993,7 +996,7 @@ msgstr "자동 첨부 "
993
996
 
994
997
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
995
998
  msgid "Auto-attach available subscriptions to all selected hosts."
996
- msgstr ""
999
+ msgstr "선택한 모든 호스트에 사용 가능한 서브스크립션을 자동으로 첨부합니다."
997
1000
 
998
1001
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
999
1002
  msgid "Auto-Attach Details"
@@ -1001,7 +1004,7 @@ msgstr "자동-연결 세부 정보"
1001
1004
 
1002
1005
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
1003
1006
  msgid "Auto-attach uses all available subscriptions, not a selected subset."
1004
- msgstr ""
1007
+ msgstr "자동 첨부는 선택한 하위 집합이 아닌 사용 가능한 모든 서브스크립션을 사용합니다."
1005
1008
 
1006
1009
  #: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
1007
1010
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
@@ -1092,7 +1095,7 @@ msgstr "빌드 시간"
1092
1095
 
1093
1096
  #: app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
1094
1097
  msgid "Bulk Task"
1095
- msgstr ""
1098
+ msgstr "대량 작업"
1096
1099
 
1097
1100
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
1098
1101
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
@@ -1181,6 +1184,8 @@ msgid ""
1181
1184
  "if set. The repository will use the upstream checksum type to verify "
1182
1185
  "downloads."
1183
1186
  msgstr ""
1187
+ "다운로드 정책을 \"온디멘드\"로 변경하면 체크섬 유형도 설정된 경우 삭제됩니다. 리포지터리는 업스트림 체크섬 유형을 사용하여 다운로드를"
1188
+ " 확인합니다."
1184
1189
 
1185
1190
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1186
1191
  msgid ""
@@ -1330,11 +1335,11 @@ msgstr "컨텐츠 수 "
1330
1335
 
1331
1336
  #: app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js
1332
1337
  msgid "Content Credential"
1333
- msgstr ""
1338
+ msgstr "컨텐츠 인증 정보"
1334
1339
 
1335
1340
  #: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
1336
1341
  msgid "Content Credential %s has been created."
1337
- msgstr "%s 콘텐츠 인증 정보가 생성되었습니다."
1342
+ msgstr "%s 컨텐츠 인증 정보가 생성되었습니다."
1338
1343
 
1339
1344
  #: app/assets/javascripts/bastion_katello/content-credentials/new/views/new-content-credential.html
1340
1345
  msgid "Content Credential Contents"
@@ -1382,7 +1387,7 @@ msgstr "컨텐츠 호스트 제한 "
1382
1387
 
1383
1388
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
1384
1389
  msgid "Content Host Module Stream Management"
1385
- msgstr ""
1390
+ msgstr "컨텐츠 호스트 모듈 스트림 관리"
1386
1391
 
1387
1392
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1388
1393
  msgid "Content Host Properties"
@@ -1398,7 +1403,7 @@ msgstr "컨텐츠 호스트 상태 "
1398
1403
 
1399
1404
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
1400
1405
  msgid "Content Host Traces Management"
1401
- msgstr ""
1406
+ msgstr "컨텐츠 호스트 추적 관리"
1402
1407
 
1403
1408
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1404
1409
  msgid "Content Host:"
@@ -1546,7 +1551,7 @@ msgstr "컨텐츠 인증 정보 생성"
1546
1551
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js
1547
1552
  #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js
1548
1553
  msgid "Create Copy"
1549
- msgstr ""
1554
+ msgstr "복사본 생성"
1550
1555
 
1551
1556
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
1552
1557
  msgid "Create Discovered Repositories"
@@ -1568,7 +1573,7 @@ msgstr "제품 생성"
1568
1573
 
1569
1574
  #: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
1570
1575
  msgid "Create Repositories"
1571
- msgstr ""
1576
+ msgstr "리포지토리 생성"
1572
1577
 
1573
1578
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
1574
1579
  msgid "Create Selected"
@@ -1610,7 +1615,7 @@ msgstr "활성키의 현재 서브스크립션:"
1610
1615
 
1611
1616
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
1612
1617
  msgid "Custom"
1613
- msgstr ""
1618
+ msgstr "사용자 지정"
1614
1619
 
1615
1620
  #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
1616
1621
  #: app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js
@@ -1659,7 +1664,7 @@ msgstr ""
1659
1664
 
1660
1665
  #: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js
1661
1666
  msgid "Deb Package Actions"
1662
- msgstr ""
1667
+ msgstr "Deb 패키지 작업"
1663
1668
 
1664
1669
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1665
1670
  msgid "deb Package Updates"
@@ -1686,7 +1691,7 @@ msgstr "Deb 패키지 대상:"
1686
1691
 
1687
1692
  #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1688
1693
  msgid "Deb Repositories"
1689
- msgstr ""
1694
+ msgstr "Deb 리포지토리"
1690
1695
 
1691
1696
  #: app/assets/javascripts/bastion_katello/environments/views/environments.html
1692
1697
  msgid "Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>"
@@ -1700,7 +1705,7 @@ msgstr "Deb:"
1700
1705
  #: app/assets/javascripts/bastion_katello/debs/debs.controller.js
1701
1706
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
1702
1707
  msgid "Debs"
1703
- msgstr ""
1708
+ msgstr "Deb"
1704
1709
 
1705
1710
  #: app/assets/javascripts/bastion_katello/products/details/repositories/checksum.service.js
1706
1711
  msgid "Default"
@@ -1720,7 +1725,7 @@ msgstr " {{ table.numSelected }} 호스트를 삭제하시겠습니까?"
1720
1725
 
1721
1726
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
1722
1727
  msgid "Delete filters"
1723
- msgstr ""
1728
+ msgstr "필터 삭제"
1724
1729
 
1725
1730
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1726
1731
  msgid "Delete Hosts"
@@ -1728,7 +1733,7 @@ msgstr "호스트 삭제 "
1728
1733
 
1729
1734
  #: app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
1730
1735
  msgid "Delta RPM"
1731
- msgstr "델타 RPM"
1736
+ msgstr "Delta RPM"
1732
1737
 
1733
1738
  #: app/assets/javascripts/bastion_katello/packages/details/views/package.html
1734
1739
  #: app/assets/javascripts/bastion_katello/packages/packages.controller.js
@@ -1847,18 +1852,18 @@ msgstr "배포 정보"
1847
1852
  msgid ""
1848
1853
  "Do not require a subscription entitlement certificate for accessing this "
1849
1854
  "repository."
1850
- msgstr "이 리포지터리에 액세스하는 데 구독 자격 인증서가 필요하지 않습니다."
1855
+ msgstr "이 리포지터리에 액세스하는 데 서브스크립션 자격 인증서가 필요하지 않습니다."
1851
1856
 
1852
1857
  #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1853
1858
  msgid "Docker"
1854
- msgstr ""
1859
+ msgstr "Docker"
1855
1860
 
1856
1861
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
1857
1862
  msgid ""
1858
1863
  "Docker metadata generation has been initiated in the background. Click\n"
1859
1864
  " <a ng-href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
1860
1865
  msgstr ""
1861
- "백그라운드에서 도커 메타데이터 생성이 시작되었습니다. 클릭\n"
1866
+ "백그라운드에서 Docker 메타데이터 생성이 시작되었습니다. 클릭\n"
1862
1867
  "<a ng-href=\"{{ taskUrl() }}\">여기</a>은 진행 상황을 모니터링합니다."
1863
1868
 
1864
1869
  #: app/assets/javascripts/bastion_katello/environments/views/environments.html
@@ -2092,7 +2097,7 @@ msgstr "필터 "
2092
2097
 
2093
2098
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
2094
2099
  msgid "Filter by Environment"
2095
- msgstr ""
2100
+ msgstr "환경별 필터링"
2096
2101
 
2097
2102
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
2098
2103
  msgid "Filter by Status:"
@@ -2112,13 +2117,6 @@ msgstr "필터 "
2112
2117
  msgid "Finished At"
2113
2118
  msgstr "종료 일시: "
2114
2119
 
2115
- #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2116
- msgid ""
2117
- "For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 "
2118
- "it is recommended to use sha1."
2119
- msgstr ""
2120
- "Red Hat Enterprise Linux 5 또는 CentOS 5와 같은 이전 운영 체제의 경우 sha1를 사용할 것을 권장합니다. "
2121
-
2122
2120
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2123
2121
  msgid ""
2124
2122
  "For On Demand synchronization, only the metadata is downloaded during sync and packages are fetched and stored on the filesystem when clients request them.\n"
@@ -2193,7 +2191,7 @@ msgstr "호스트 컬렉션 멤버쉽 "
2193
2191
 
2194
2192
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
2195
2193
  msgid "Host Collection Membership Management"
2196
- msgstr ""
2194
+ msgstr "호스트 컬렉션 멤버십 관리"
2197
2195
 
2198
2196
  #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js
2199
2197
  msgid "Host Collection removed."
@@ -2263,7 +2261,7 @@ msgstr "HTTP 프록시"
2263
2261
 
2264
2262
  #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
2265
2263
  msgid "HTTP Proxy Management"
2266
- msgstr ""
2264
+ msgstr "HTTP 프록시 관리"
2267
2265
 
2268
2266
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2269
2267
  msgid "HTTP Proxy Policy"
@@ -2279,22 +2277,28 @@ msgstr "HTTP 프록시:"
2279
2277
 
2280
2278
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2281
2279
  msgid "HttpProxyPolicy"
2282
- msgstr "HTTP프록시정책"
2280
+ msgstr "HttpProxyPolicy"
2283
2281
 
2284
2282
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
2285
2283
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
2286
2284
  msgid "Id"
2287
2285
  msgstr "ID"
2288
2286
 
2287
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2288
+ msgid ""
2289
+ "If you want to upload individual packages, create a separate repository with"
2290
+ " an empty \"Upstream URL\" field."
2291
+ msgstr "개별 패키지를 업로드하려면 빈 \"업스트림 URL\" 필드가 있는 별도의 리포지토리를 만듭니다."
2292
+
2289
2293
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2290
2294
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2291
2295
  msgid "Ignore SRPMs"
2292
- msgstr "SRPMs 무시"
2296
+ msgstr "SRPM 무시"
2293
2297
 
2294
2298
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2295
2299
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2296
2300
  msgid "Ignore treeinfo"
2297
- msgstr ""
2301
+ msgstr "treeinfo 무시"
2298
2302
 
2299
2303
  #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
2300
2304
  msgid "Image"
@@ -2440,6 +2444,10 @@ msgstr "마지막 공개 일시 "
2440
2444
  msgid "Last Puppet Report"
2441
2445
  msgstr "마지막 Puppet 보고 "
2442
2446
 
2447
+ #: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
2448
+ msgid "Last reclaim failed:"
2449
+ msgstr "마지막 반환 실패"
2450
+
2443
2451
  #: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
2444
2452
  msgid "Last reclaim space failed:"
2445
2453
  msgstr "마지막 공간 반환 실패:"
@@ -2521,7 +2529,7 @@ msgstr "제한 "
2521
2529
  msgid ""
2522
2530
  "Limit Repository Sets to only those available in this Activation Key's "
2523
2531
  "Lifecycle Environment"
2524
- msgstr ""
2532
+ msgstr "이 활성화 키의 라이프 사이클 환경에서 사용할 수 있는 리포지토리 세트만 제한"
2525
2533
 
2526
2534
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
2527
2535
  msgid ""
@@ -2553,20 +2561,20 @@ msgstr "목록"
2553
2561
 
2554
2562
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
2555
2563
  msgid "List Host Collections"
2556
- msgstr ""
2564
+ msgstr "호스트 컬렉션 목록"
2557
2565
 
2558
2566
  #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js
2559
2567
  #: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js
2560
2568
  msgid "List Hosts"
2561
- msgstr ""
2569
+ msgstr "호스트 목록"
2562
2570
 
2563
2571
  #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
2564
2572
  msgid "List Products"
2565
- msgstr ""
2573
+ msgstr "제품 목록"
2566
2574
 
2567
2575
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
2568
2576
  msgid "List Subscriptions"
2569
- msgstr ""
2577
+ msgstr "서브스크립션 목록"
2570
2578
 
2571
2579
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
2572
2580
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
@@ -2589,7 +2597,7 @@ msgstr "로딩 중...\""
2589
2597
 
2590
2598
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
2591
2599
  msgid "Make filters apply to all repositories in the content view"
2592
- msgstr ""
2600
+ msgstr "콘텐츠 보기의 모든 리포지토리에 필터 적용"
2593
2601
 
2594
2602
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
2595
2603
  msgid "Manage Ansible Collections for Repository:"
@@ -2666,7 +2674,7 @@ msgstr "매니페스트 유형"
2666
2674
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2667
2675
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2668
2676
  msgid "Metadata Expiration (Seconds)"
2669
- msgstr ""
2677
+ msgstr "메타데이터 만료 (초)"
2670
2678
 
2671
2679
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2672
2680
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
@@ -2732,7 +2740,7 @@ msgstr "상세 정보 "
2732
2740
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
2733
2741
  #: app/assets/javascripts/bastion_katello/errata/errata-severity.filter.js
2734
2742
  msgid "N/A"
2735
- msgstr "해당 없음 "
2743
+ msgstr "N/A"
2736
2744
 
2737
2745
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
2738
2746
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
@@ -2832,7 +2840,7 @@ msgstr "새 활성화 키 "
2832
2840
 
2833
2841
  #: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
2834
2842
  msgid "New Content Credential"
2835
- msgstr ""
2843
+ msgstr "새 컨텐츠 인증 정보"
2836
2844
 
2837
2845
  #: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
2838
2846
  #: app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
@@ -2841,7 +2849,7 @@ msgstr "새 환경 "
2841
2849
 
2842
2850
  #: app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
2843
2851
  msgid "New Host Collection"
2844
- msgstr ""
2852
+ msgstr "새 호스트 컬렉션"
2845
2853
 
2846
2854
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
2847
2855
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
@@ -2967,7 +2975,7 @@ msgstr "일치하는 결과가 없음"
2967
2975
 
2968
2976
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
2969
2977
  msgid "No Packages to show"
2970
- msgstr ""
2978
+ msgstr "표시할 패키지 없음"
2971
2979
 
2972
2980
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
2973
2981
  msgid "No products are available to add to this Sync Plan."
@@ -3283,14 +3291,14 @@ msgstr "실행 "
3283
3291
  msgid ""
3284
3292
  "Performing host package actions is disabled because Katello is not "
3285
3293
  "configured for remote execution."
3286
- msgstr ""
3294
+ msgstr "Katello가 원격 실행을 위해 구성되어 있지 않기 때문에 호스트 패키지 작업을 수행하는 것이 비활성화됩니다."
3287
3295
 
3288
3296
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
3289
3297
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
3290
3298
  msgid ""
3291
3299
  "Performing host package actions is disabled because Katello is not "
3292
3300
  "configured for Remote Execution."
3293
- msgstr ""
3301
+ msgstr "Katello가 원격 실행을 위해 구성되어 있지 않기 때문에 호스트 패키지 작업을 수행하는 것이 비활성화됩니다."
3294
3302
 
3295
3303
  #: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
3296
3304
  msgid "Physical"
@@ -3418,7 +3426,7 @@ msgstr "제공 "
3418
3426
 
3419
3427
  #: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
3420
3428
  msgid "Provisioning"
3421
- msgstr ""
3429
+ msgstr "프로비저닝"
3422
3430
 
3423
3431
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
3424
3432
  msgid "Provisioning Details"
@@ -3487,7 +3495,7 @@ msgstr "반복 로직"
3487
3495
 
3488
3496
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
3489
3497
  msgid "Red Hat"
3490
- msgstr ""
3498
+ msgstr "Red Hat"
3491
3499
 
3492
3500
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
3493
3501
  msgid "Red Hat Repositories page"
@@ -3829,7 +3837,7 @@ msgstr "리포지터리 세트"
3829
3837
 
3830
3838
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
3831
3839
  msgid "Repository Sets Management"
3832
- msgstr ""
3840
+ msgstr "리포지터리 세트 관리"
3833
3841
 
3834
3842
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
3835
3843
  #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
@@ -3838,7 +3846,7 @@ msgstr "리포지터리 세트 설정이 성공적으로 저장되었습니다."
3838
3846
 
3839
3847
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
3840
3848
  msgid "Repository type"
3841
- msgstr ""
3849
+ msgstr "리포지터리 유형"
3842
3850
 
3843
3851
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
3844
3852
  msgid "Repository Type"
@@ -3861,7 +3869,7 @@ msgstr "리포지터리: "
3861
3869
 
3862
3870
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
3863
3871
  msgid "Republish Repository Metadata"
3864
- msgstr ""
3872
+ msgstr "리포지터리 메타데이터 재게시"
3865
3873
 
3866
3874
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3867
3875
  msgid "Requirements"
@@ -3904,8 +3912,8 @@ msgid "Restart Selected"
3904
3912
  msgstr "선택 사항 재시작"
3905
3913
 
3906
3914
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
3907
- msgid "Restart Services on Content Host \"{{host.name}}\"?"
3908
- msgstr "컨텐츠 호스트 \"{{host.name}}\"에서 서비스를 다시 시작하겠습니까?"
3915
+ msgid "Restart Services on Content Host \"{{host.display_name}}\"?"
3916
+ msgstr "콘텐츠 호스트 \"{{host.display_name}}\"에서 서비스를 다시 시작하시겠습니까?"
3909
3917
 
3910
3918
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3911
3919
  msgid "Restrict to <br>OS version"
@@ -4017,7 +4025,7 @@ msgstr "조직 선택 "
4017
4025
 
4018
4026
  #: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
4019
4027
  msgid "Select Content Host(s)"
4020
- msgstr ""
4028
+ msgstr "컨텐츠 호스트 선택"
4021
4029
 
4022
4030
  #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
4023
4031
  msgid "Select Content View"
@@ -4027,7 +4035,7 @@ msgstr "컨텐츠 뷰 선택 "
4027
4035
  msgid ""
4028
4036
  "Select this option if treeinfo files or other kickstart content is failing "
4029
4037
  "to syncronize from the upstream repository."
4030
- msgstr ""
4038
+ msgstr "treeinfo 파일이나 기타 kickstart 컨텐츠가 업스트림 리포지터리에서 동기화되지 않는 경우 이 옵션을 선택하세요."
4031
4039
 
4032
4040
  #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
4033
4041
  msgid ""
@@ -4044,7 +4052,7 @@ msgstr "이 옵션을 선택하면 SRPMs가 리포지터리 동기화에서 제
4044
4052
  msgid ""
4045
4053
  "Selecting this option will exclude treeinfo files from repository "
4046
4054
  "synchronization."
4047
- msgstr ""
4055
+ msgstr "이 옵션을 선택하면 treeinfo 파일이 리포지터리 동기화에서 제외됩니다."
4048
4056
 
4049
4057
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4050
4058
  msgid ""
@@ -4097,6 +4105,8 @@ msgid ""
4097
4105
  "cannot be applied to the host, delete the incremental content view version "
4098
4106
  "and retry the application with dependency solving turned on."
4099
4107
  msgstr ""
4108
+ "속도 증가를 위해 종속성 해결을 건너뜁니다. 업데이트를 호스트에 적용할 수 없는 경우 증분 콘텐츠 보기 버전을 삭제하고 종속성 해결을 켠"
4109
+ " 상태에서 애플리케이션을 다시 시도합니다."
4100
4110
 
4101
4111
  #: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
4102
4112
  msgid "Smart proxy currently reclaiming space..."
@@ -4211,7 +4221,6 @@ msgstr "상태 "
4211
4221
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
4212
4222
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
4213
4223
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
4214
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
4215
4224
  #: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
4216
4225
  #: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
4217
4226
  msgid "Status"
@@ -4233,8 +4242,6 @@ msgid "Subscription Management"
4233
4242
  msgstr "서브스크립션 관리"
4234
4243
 
4235
4244
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
4236
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
4237
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
4238
4245
  msgid "Subscription Status"
4239
4246
  msgstr "서브스크립션 상태 "
4240
4247
 
@@ -4242,14 +4249,6 @@ msgstr "서브스크립션 상태 "
4242
4249
  msgid "Subscription UUID"
4243
4250
  msgstr "서브스크립션 UUID"
4244
4251
 
4245
- #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
4246
- msgid ""
4247
- "subscription-manager register --org=\"{{ activationKey.organization.label "
4248
- "}}\" --activationkey=\"{{ activationKey.name }}\""
4249
- msgstr ""
4250
- "subscription-manager register --org=\"{{ activationKey.organization.label "
4251
- "}}\" --activationkey=\"{{ activationKey.name }}\""
4252
-
4253
4252
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
4254
4253
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4255
4254
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
@@ -4359,7 +4358,7 @@ msgstr "동기화 계획이 생성되어 제품에 할당되었습니다."
4359
4358
 
4360
4359
  #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
4361
4360
  msgid "Sync Plan Management"
4362
- msgstr ""
4361
+ msgstr "동기화 계획 관리"
4363
4362
 
4364
4363
  #: app/assets/javascripts/bastion_katello/products/new/new-sync-plan-modal.controller.js
4365
4364
  msgid "Sync Plan saved"
@@ -4434,10 +4433,6 @@ msgstr ""
4434
4433
  msgid "System Purpose Management"
4435
4434
  msgstr "시스템 목적 관리"
4436
4435
 
4437
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
4438
- msgid "System Purpose Status"
4439
- msgstr "시스템 목적 상태"
4440
-
4441
4436
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifest-lists.html
4442
4437
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
4443
4438
  msgid "Tags"
@@ -4517,7 +4512,7 @@ msgstr "이 호스트에서 에라타를 사용 가능하게 하려면 컨텐츠
4517
4512
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
4518
4513
  msgid ""
4519
4514
  "The filters below have this repository as the last affected repository!"
4520
- msgstr ""
4515
+ msgstr "아래 필터에 따르면 이 리포지터리는 마지막으로 영향을 받은 리포지터리입니다!"
4521
4516
 
4522
4517
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
4523
4518
  msgid ""
@@ -4572,14 +4567,14 @@ msgstr "추적을 확인하려면 원격 실행 플러그인을 설치해야 합
4572
4567
  msgid ""
4573
4568
  "The repository will only be available on content hosts with the selected "
4574
4569
  "architecture."
4575
- msgstr ""
4570
+ msgstr "리포지터리는 선택한 아키텍처를 갖춘 콘텐츠 호스트에서만 사용할 수 있습니다."
4576
4571
 
4577
4572
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4578
4573
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4579
4574
  msgid ""
4580
4575
  "The repository will only be available on content hosts with the selected OS "
4581
4576
  "version."
4582
- msgstr ""
4577
+ msgstr "리포지터리는 선택한 OS 버전이 설치된 콘텐츠 호스트에서만 사용할 수 있습니다."
4583
4578
 
4584
4579
  #: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
4585
4580
  msgid ""
@@ -4587,6 +4582,12 @@ msgid ""
4587
4582
  "different environment."
4588
4583
  msgstr "선택한 환경에 컨텐츠 뷰가 없습니다. 다른 환경을 선택하십시오. "
4589
4584
 
4585
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4586
+ msgid ""
4587
+ "The sha1 checksum type is no longer supported. The checksum type will reset "
4588
+ "to 'Default' at the next edit or change in content."
4589
+ msgstr "sha1 체크섬 유형은 더 이상 지원되지 않습니다. 체크섬 유형은 다음 편집이나 콘텐츠 변경 시 '기본값'으로 재설정됩니다."
4590
+
4590
4591
  #: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
4591
4592
  msgid "The time the sync should happen in your current time zone."
4592
4593
  msgstr "시간 동기화는 현재 표준 시간대에서 일어나야 합니다."
@@ -4700,8 +4701,12 @@ msgstr "이 활성키는 다른 컨텐츠 호스트와 연결되어 있지 않
4700
4701
 
4701
4702
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
4702
4703
  msgid ""
4703
- "This activation key may be used during system registration. For example:"
4704
- msgstr "시스템 등록 도중 이 활성키를 사용할 수 있습니다. 예: "
4704
+ "This activation key may be used during <a "
4705
+ "href=\"/hosts/register?initialAKSelection={{ activationKey.name }}\">system "
4706
+ "registration.</a>"
4707
+ msgstr ""
4708
+ "이 활성화 키는 <a href=\"/hosts/register?initialAKSelection={{ activationKey.name "
4709
+ "}}\"> 시스템 등록</a> 동안 사용될 수 있습니다."
4705
4710
 
4706
4711
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
4707
4712
  msgid "This change will be applied to <b>{{ hostCount }} systems.</b>"
@@ -4713,7 +4718,7 @@ msgstr "이 컨테이너 이미지 태그는 라이프사이클 환경에 없습
4713
4718
 
4714
4719
  #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
4715
4720
  msgid "This Container Image Tag is not present in any Repositories."
4716
- msgstr ""
4721
+ msgstr "이 컨테이너 이미지 태그는 어떤 리포지터리에도 없습니다."
4717
4722
 
4718
4723
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4719
4724
  msgid ""
@@ -4723,21 +4728,6 @@ msgstr ""
4723
4728
  "이 작업은 가상 머신과 DNS 레코드와 같은 호스트에 연결되어 관리되는 리소스도 제거할 수 있습니다.\n"
4724
4729
  "이를 방지하려면 <a href=\"/settings\">설정 페이지 </a>에서 \"등록 취소 시 호스트 삭제\" 설정을 false로 변경합니다."
4725
4730
 
4726
- #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
4727
- msgid ""
4728
- "This organization has Simple Content Access enabled. Hosts are not required"
4729
- " to have subscriptions attached to access repositories."
4730
- msgstr ""
4731
- "이 조직에서는 단순 컨텐츠 액세스를 사용할 수 있습니다. 호스트에는 액세스 리포지터리에 연결된 서브스크립션이 필요하지 않습니다."
4732
-
4733
- #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
4734
- msgid ""
4735
- "This organization is not using <a target=\"_blank\" "
4736
- "href=\"https://access.redhat.com/articles/simple-content-access\">Simple "
4737
- "Content Access.</a> Entitlement-based subscription management is deprecated "
4738
- "and will be removed in Katello 4.12."
4739
- msgstr ""
4740
-
4741
4731
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
4742
4732
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
4743
4733
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
@@ -4837,8 +4827,8 @@ msgid "Unregister Host"
4837
4827
  msgstr "호스트 등록 취소"
4838
4828
 
4839
4829
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4840
- msgid "Unregister Host \"{{host.name}}\"?"
4841
- msgstr "호스트 \"{{host.name}}\" 등록을 취소하겠습니까?"
4830
+ msgid "Unregister Host \"{{host.display_name}}\"?"
4831
+ msgstr "호스트 \"{{host.display_name}}\"을/를 등록 취소하시겠습니까?"
4842
4832
 
4843
4833
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
4844
4834
  msgid "Unregister Options:"
@@ -5053,7 +5043,7 @@ msgstr "컨텐츠 Checksum 확인"
5053
5043
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
5054
5044
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
5055
5045
  msgid "Verify SSL"
5056
- msgstr "SSL 확인 "
5046
+ msgstr "Verify SSL"
5057
5047
 
5058
5048
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
5059
5049
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
@@ -5163,6 +5153,8 @@ msgid ""
5163
5153
  "associated custom products and only associated Red Hat subscriptions "
5164
5154
  "required to satisfy the system's installed products."
5165
5155
  msgstr ""
5156
+ "자동 연결이 활성화되면 등록된 시스템은 모든 관련 사용자 정의 제품에 연결되고, 시스템에 설치된 제품을 충족하는 데 필요한 관련 Red "
5157
+ "Hat 서브스크립션에만 연결됩니다."
5166
5158
 
5167
5159
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
5168
5160
  msgid ""
@@ -5230,7 +5222,7 @@ msgstr ""
5230
5222
 
5231
5223
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
5232
5224
  msgid "You cannot remove content from a redhat repository"
5233
- msgstr ""
5225
+ msgstr "Redhat 리포지터리에서 콘텐츠를 제거할 수 없습니다."
5234
5226
 
5235
5227
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
5236
5228
  msgid ""
@@ -5241,7 +5233,7 @@ msgstr "권한이 없기 때문에 이 리포지터리를 삭제할 수 없습
5241
5233
  msgid ""
5242
5234
  "You cannot remove this product because it has repositories that are the last"
5243
5235
  " affected repository on content view filters"
5244
- msgstr ""
5236
+ msgstr "이 제품에는 콘텐츠 보기 필터의 마지막 영향을 받는 리포지터리가 있으므로 제거할 수 없습니다"
5245
5237
 
5246
5238
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
5247
5239
  msgid "You cannot remove this product because it is a Red Hat product."
@@ -5311,7 +5303,7 @@ msgstr "현재 호스트 컬렉션이 없습니다. 오른쪽에 있는 버튼
5311
5303
  msgid ""
5312
5304
  "You currently don't have any Hosts in this Host Collection, you can add "
5313
5305
  "Content Hosts after selecting the 'Add' tab."
5314
- msgstr ""
5306
+ msgstr "현재 이 호스트 컬렉션에 호스트가 없습니다. '추가' 탭을 선택한 후 콘텐츠 호스트를 추가할 수 있습니다."
5315
5307
 
5316
5308
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
5317
5309
  msgid ""