katello 4.18.1 → 4.19.0.rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/locale/bn/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ca/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/cs/katello.js +380 -110
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +382 -112
- data/app/assets/javascripts/katello/locale/de/katello.js +385 -115
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/el/katello.js +380 -110
- data/app/assets/javascripts/katello/locale/en/katello.js +380 -110
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/en_US/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/es/katello.js +383 -113
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/fr/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/gl/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/gu/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/hi/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/id/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/it/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ja/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/ka/katello.js +385 -115
- data/app/assets/javascripts/katello/locale/kn/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ko/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/mr/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/or/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pa/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pl/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pt/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +383 -113
- data/app/assets/javascripts/katello/locale/ro/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ru/katello.js +381 -111
- data/app/assets/javascripts/katello/locale/sl/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ta/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/te/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/tr/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/vi/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/zh/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +381 -111
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +41 -12
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +3 -65
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +18 -3
- data/app/controllers/katello/api/v2/debs_controller.rb +21 -11
- data/app/controllers/katello/api/v2/docker_tags_controller.rb +7 -0
- data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +21 -19
- data/app/controllers/katello/api/v2/host_debs_controller.rb +16 -1
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +3 -60
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +10 -53
- data/app/controllers/katello/api/v2/repositories_controller.rb +0 -1
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -0
- data/app/controllers/katello/concerns/organizations_controller_extensions.rb +3 -0
- data/app/lib/actions/candlepin/activation_key/create.rb +0 -2
- data/app/lib/actions/candlepin/activation_key/update.rb +0 -2
- data/app/lib/actions/candlepin/product/content_create.rb +3 -5
- data/app/lib/actions/candlepin/product/content_update.rb +2 -3
- data/app/lib/actions/helpers/rolling_cv_repos.rb +1 -1
- data/app/lib/actions/katello/activation_key/create.rb +0 -1
- data/app/lib/actions/katello/activation_key/update.rb +0 -2
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -6
- data/app/lib/actions/katello/content_credential/update.rb +1 -1
- data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +18 -24
- data/app/lib/actions/katello/content_view/create.rb +9 -4
- data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +6 -1
- data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +16 -11
- data/app/lib/actions/katello/content_view/update.rb +34 -7
- data/app/lib/actions/katello/product/content_create.rb +2 -2
- data/app/lib/actions/katello/product/content_destroy.rb +1 -1
- data/app/lib/actions/katello/repository/check_matching_content.rb +1 -1
- data/app/lib/actions/katello/repository/clone_contents.rb +1 -1
- data/app/lib/actions/katello/repository/create.rb +1 -1
- data/app/lib/actions/katello/repository/destroy.rb +4 -4
- data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
- data/app/lib/actions/katello/repository/sync.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +2 -2
- data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +1 -1
- data/app/lib/actions/pulp3/repository/save_publication.rb +3 -1
- data/app/lib/actions/pulp3/repository/save_version.rb +45 -24
- data/app/lib/actions/pulp3/repository/save_versions.rb +2 -1
- data/app/lib/katello/resources/candlepin/activation_key.rb +3 -4
- data/app/lib/katello/resources/candlepin/upstream_job.rb +9 -1
- data/app/lib/katello/resources/candlepin.rb +4 -0
- data/app/models/katello/authorization/repository.rb +17 -4
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -7
- data/app/models/katello/content_view_deb_filter.rb +10 -0
- data/app/models/katello/content_view_deb_filter_rule.rb +7 -0
- data/app/models/katello/deb.rb +10 -10
- data/app/models/katello/erratum.rb +1 -1
- data/app/models/katello/glue/provider.rb +14 -3
- data/app/models/katello/host/content_facet.rb +1 -1
- data/app/models/katello/host/subscription_facet.rb +1 -7
- data/app/models/katello/product_content.rb +2 -2
- data/app/models/katello/repository.rb +4 -23
- data/app/models/katello/root_repository.rb +2 -5
- data/app/services/katello/candlepin/event_handler.rb +0 -33
- data/app/services/katello/candlepin/message_handler.rb +0 -41
- data/app/services/katello/content_unit_indexer.rb +59 -13
- data/app/services/katello/product_content_finder.rb +5 -4
- data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
- data/app/services/katello/pulp3/ansible_collection.rb +1 -0
- data/app/services/katello/pulp3/api/content_guard.rb +5 -5
- data/app/services/katello/pulp3/api/core.rb +10 -0
- data/app/services/katello/pulp3/deb.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest_list.rb +1 -0
- data/app/services/katello/pulp3/docker_tag.rb +1 -0
- data/app/services/katello/pulp3/file_unit.rb +1 -0
- data/app/services/katello/pulp3/generic_content_unit.rb +1 -0
- data/app/services/katello/pulp3/module_stream.rb +1 -0
- data/app/services/katello/pulp3/package_group.rb +1 -0
- data/app/services/katello/pulp3/repository/apt.rb +41 -16
- data/app/services/katello/pulp3/repository.rb +59 -10
- data/app/services/katello/pulp3/rpm.rb +3 -2
- data/app/services/katello/pulp3/srpm.rb +3 -2
- data/app/services/katello/pulp3/task_group.rb +1 -1
- data/app/services/katello/registration_manager.rb +19 -17
- data/app/services/katello/repository_type_manager.rb +7 -5
- data/app/services/katello/smart_proxy_helper.rb +1 -6
- data/app/views/foreman/job_templates/upload_profile.erb +5 -0
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -1
- data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
- data/app/views/katello/api/v2/debs/thindex.json.rabl +6 -0
- data/app/views/katello/api/v2/docker_tags/_base.json.rabl +32 -0
- data/app/views/katello/api/v2/docker_tags/show.json.rabl +0 -5
- data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +6 -0
- data/app/views/katello/api/v2/host_debs/installed_debs.json.rabl +6 -0
- data/app/views/katello/api/v2/hosts_bulk_actions/applicable_errata.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts_bulk_actions/applicable_erratum.json.rabl +9 -0
- data/app/views/katello/api/v2/hosts_bulk_actions/installable_errata.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts_bulk_actions/{erratum.json.rabl → installable_erratum.json.rabl} +3 -3
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
- data/config/initializers/monkeys.rb +1 -0
- data/config/routes/api/v2.rb +2 -2
- data/config/routes/overrides.rb +2 -7
- data/config/routes.rb +2 -0
- data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +1 -1
- data/db/migrate/20250912000000_add_pulp_prn_fields.rb +73 -0
- data/db/migrate/20250912000001_populate_pulp_prn_fields.rb +403 -0
- data/db/migrate/20251009142516_remove_auto_attach_from_activation_keys.rb +5 -0
- data/db/migrate/20251009142517_remove_autoheal_from_subscription_facets.rb +5 -0
- data/db/seeds.d/111-upgrade_tasks.rb +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +12 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +10 -0
- data/lib/katello/permission_creator.rb +2 -2
- data/lib/katello/permissions/host_permissions.rb +0 -6
- data/lib/katello/plugin.rb +17 -8
- data/lib/katello/tasks/jenkins.rake +1 -1
- data/lib/katello/tasks/upgrades/4.19/enable_structured_apt_for_deb.rake +87 -0
- data/lib/katello/tasks/upgrades/4.19/populate_repository_version_prns.rake +32 -0
- data/lib/katello/version.rb +1 -1
- data/lib/monkeys/fix_rpm_repository_gpgcheck.rb +38 -0
- data/locale/action_names.rb +0 -6
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +379 -109
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +379 -109
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +379 -109
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +380 -111
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +382 -112
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +386 -116
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +379 -109
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +379 -109
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +381 -111
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +380 -111
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +379 -109
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +379 -109
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +383 -113
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +379 -109
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +389 -119
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +379 -109
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +379 -109
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +379 -109
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +379 -109
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +379 -109
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +379 -109
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +390 -119
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +385 -115
- data/locale/katello.pot +1273 -831
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +379 -109
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +389 -119
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +379 -109
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +379 -109
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +379 -109
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +379 -109
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +379 -109
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +379 -109
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +379 -109
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +379 -109
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +383 -113
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +379 -109
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +379 -109
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +381 -111
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +379 -109
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +379 -109
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +379 -109
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +379 -109
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +379 -109
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +379 -109
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +379 -109
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +379 -109
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +379 -109
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +389 -119
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +381 -111
- data/webpack/ForemanColumnExtensions/index.js +46 -2
- data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +0 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -2
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +1 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkActionsConstants.js +7 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js +388 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/__tests__/BulkChangeHostCollectionsModal.test.js +640 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/actions.js +28 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +71 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +11 -4
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +8 -1
- data/webpack/containers/Application/config.js +11 -1
- data/webpack/global_index.js +3 -0
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesConstants.js +1 -1
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesPage.js +7 -43
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImagesPage.test.js +1 -1
- data/webpack/scenes/ContainerImages/ContainerImagesPage.js +86 -0
- data/webpack/scenes/ContainerImages/LabelsAnnotationsModal.js +105 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js +218 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsActions.js +15 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsSelectors.js +16 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/ManifestDetails.test.js +395 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestDetails.fixtures.json +43 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestList.fixtures.json +58 -0
- data/webpack/scenes/ContainerImages/Synced/Details/index.js +4 -0
- data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js +359 -0
- data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.scss +21 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/LabelsAnnotationsModal.test.js +69 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/SyncedContainerImagesPage.test.js +335 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/syncedContainerImages.fixtures.json +105 -0
- data/webpack/scenes/ContainerImages/TableEmptyState.js +67 -0
- data/webpack/scenes/ContainerImages/containerImagesHelpers.js +48 -0
- data/webpack/scenes/ContainerImages/index.js +4 -0
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +29 -3
- data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +45 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -1
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +59 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +164 -24
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVDebFilterContent.test.js +268 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterDetail.fixtures.json +95 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterRules.fixtures.json +31 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVDebFilterRules.fixtures.json +10 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -1
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +15 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +9 -0
- data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +5 -3
- data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +1 -1
- data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +35 -3
- data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +1 -1
- data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.css +3 -0
- data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +63 -132
- data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +67 -143
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +10 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +13 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +8 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +67 -1
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
- data/webpack/scenes/Subscriptions/SubscriptionConstants.js +0 -2
- data/webpack/scenes/Subscriptions/SubscriptionReducer.js +15 -5
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +22 -5
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +141 -0
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
- metadata +82 -56
- data/app/lib/actions/katello/host/attach_subscriptions.rb +0 -59
- data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -22
- data/app/lib/actions/katello/host/remove_subscriptions.rb +0 -50
- data/app/lib/actions/katello/organization/simple_content_access/disable.rb +0 -25
- data/app/lib/actions/katello/organization/simple_content_access/enable.rb +0 -25
- data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +0 -42
- data/lib/katello/tasks/migrate_structure_content_for_deb.rake +0 -105
- data/lib/katello/tasks/upgrades/4.2/remove_checksum_values.rake +0 -17
- /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImages.fixtures.js +0 -0
- /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/index.js +0 -0
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"katello": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "katello 4.
|
|
6
|
+
"Project-Id-Version": "katello 4.19.0.rc1",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2017-12-19 20:14+0000",
|
|
9
|
-
"Last-Translator": "
|
|
9
|
+
"Last-Translator": "진선재, 2025",
|
|
10
10
|
"Language-Team": "Korean (https://app.transifex.com/foreman/teams/114/ko/)",
|
|
11
11
|
"MIME-Version": "1.0",
|
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
|
@@ -110,6 +110,9 @@
|
|
|
110
110
|
"${selectedContentType} will appear here when created.": [
|
|
111
111
|
"${selectedContentType} 생성되면 여기에 나타납니다."
|
|
112
112
|
],
|
|
113
|
+
"${totalCount} labels and annotations": [
|
|
114
|
+
""
|
|
115
|
+
],
|
|
113
116
|
"%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?": [
|
|
114
117
|
"%s %s에는 삭제 후 다시 연결해야 하는 호스트 %s 및 호스트 그룹 %s가 있습니다. %s를 삭제하시겠습니까?"
|
|
115
118
|
],
|
|
@@ -446,9 +449,6 @@
|
|
|
446
449
|
"A remote execution job is in progress.": [
|
|
447
450
|
"원격 실행 작업이 진행 중입니다."
|
|
448
451
|
],
|
|
449
|
-
"A service level for auto-healing process, e.g. SELF-SUPPORT": [
|
|
450
|
-
"auto-healing 프로세스의 서비스 레벨. 예: SELF-SUPPORT"
|
|
451
|
-
],
|
|
452
452
|
"A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running.": [
|
|
453
453
|
"pulpcore가 실행되지 않은 상태에서 스마트 프록시가 새로 고쳐진 것 같습니다. pulpcore 서비스가 실행 중인지 확인한 후 스마트 프록시를 새로 고쳐주세요."
|
|
454
454
|
],
|
|
@@ -464,6 +464,9 @@
|
|
|
464
464
|
"About page": [
|
|
465
465
|
"정보 페이지"
|
|
466
466
|
],
|
|
467
|
+
"Abstract async task": [
|
|
468
|
+
""
|
|
469
|
+
],
|
|
467
470
|
"Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
|
|
468
471
|
"Red Hat Subscription Management에 대한 액세스가 금지되어 있습니다. 이를 변경하려면 콘텐츠 설정 '서브스크립션 연결 활성화됨'을 업데이트하세요."
|
|
469
472
|
],
|
|
@@ -551,12 +554,15 @@
|
|
|
551
554
|
"Add RPM rule": [
|
|
552
555
|
"RPM 규칙 추가"
|
|
553
556
|
],
|
|
557
|
+
"Add Red Hat Flatpak remote": [
|
|
558
|
+
""
|
|
559
|
+
],
|
|
560
|
+
"Add Red Hat flatpak remote": [
|
|
561
|
+
""
|
|
562
|
+
],
|
|
554
563
|
"Add Subscriptions": [
|
|
555
564
|
"서브스크립션 추가"
|
|
556
565
|
],
|
|
557
|
-
"Add a subscription to a host": [
|
|
558
|
-
"호스트에 서브스크립션 추가"
|
|
559
|
-
],
|
|
560
566
|
"Add an alternate content source": [
|
|
561
567
|
"대체 콘텐츠 소스 추가"
|
|
562
568
|
],
|
|
@@ -608,6 +614,9 @@
|
|
|
608
614
|
"Add repositories with package groups to content view to select them here.": [
|
|
609
615
|
"패키지 그룹이 있는 리포지토리를 콘텐츠 뷰에 추가하여 여기에서 선택할 수 있습니다."
|
|
610
616
|
],
|
|
617
|
+
"Add rolling repo clone": [
|
|
618
|
+
""
|
|
619
|
+
],
|
|
611
620
|
"Add rule": [
|
|
612
621
|
"규칙 추가"
|
|
613
622
|
],
|
|
@@ -620,21 +629,24 @@
|
|
|
620
629
|
"Add subscriptions consumed by a manifest from Red Hat Subscription Management": [
|
|
621
630
|
"Red Hat Subscription Management에서 매니페스트에 의해 사용되는 서브스크립션 추가"
|
|
622
631
|
],
|
|
623
|
-
"Add subscriptions to one or more hosts": [
|
|
624
|
-
"하나 이상의 호스트에 서브스크립션 추가"
|
|
625
|
-
],
|
|
626
632
|
"Add subscriptions using the Add Subscriptions button.": [
|
|
627
633
|
"서브스크립션 추가 버튼을 사용하여 서브스크립션을 추가합니다."
|
|
628
634
|
],
|
|
629
635
|
"Add to a host collection": [
|
|
630
636
|
"호스트 컬렉션 복사"
|
|
631
637
|
],
|
|
638
|
+
"Add to host collections": [
|
|
639
|
+
""
|
|
640
|
+
],
|
|
632
641
|
"Added": [
|
|
633
642
|
"추가됨"
|
|
634
643
|
],
|
|
635
644
|
"Added %s": [
|
|
636
645
|
"%s 추가됨"
|
|
637
646
|
],
|
|
647
|
+
"Added %{count} host(s) to host collection %{host_collection}.": [
|
|
648
|
+
""
|
|
649
|
+
],
|
|
638
650
|
"Added Content:": [
|
|
639
651
|
"추가된 컨텐츠: "
|
|
640
652
|
],
|
|
@@ -677,6 +689,9 @@
|
|
|
677
689
|
"All errata up-to-date": [
|
|
678
690
|
"모든 에라타는 최신 상태입니다."
|
|
679
691
|
],
|
|
692
|
+
"All selected hosts were already members of host collection %{host_collection}.": [
|
|
693
|
+
""
|
|
694
|
+
],
|
|
680
695
|
"All subpaths must have a slash at the end and none at the front": [
|
|
681
696
|
"모든 하위 경로에는 끝에 슬래시가 있어야 하며 앞에는 슬래시가 없어야 합니다."
|
|
682
697
|
],
|
|
@@ -758,6 +773,9 @@
|
|
|
758
773
|
"An error occurred during upload \\n%{error_message}": [
|
|
759
774
|
"업로드 중 오류가 발생했습니다. \\n%{error_message}"
|
|
760
775
|
],
|
|
776
|
+
"An error occurred while updating host collections": [
|
|
777
|
+
""
|
|
778
|
+
],
|
|
761
779
|
"An option to specify how many ostree commits to traverse.": [
|
|
762
780
|
"이동할 ostree 커밋 수를 지정하는 옵션입니다."
|
|
763
781
|
],
|
|
@@ -890,12 +908,6 @@
|
|
|
890
908
|
"Array of pools to add": [
|
|
891
909
|
"추가할 풀 배열"
|
|
892
910
|
],
|
|
893
|
-
"Array of subscriptions to add": [
|
|
894
|
-
"추가할 서브스크립션 어레이 "
|
|
895
|
-
],
|
|
896
|
-
"Array of subscriptions to remove": [
|
|
897
|
-
"삭제할 서브스크립션 배열"
|
|
898
|
-
],
|
|
899
911
|
"Array of uploads to import": [
|
|
900
912
|
"가져올 업로드 배열"
|
|
901
913
|
],
|
|
@@ -950,15 +962,6 @@
|
|
|
950
962
|
"At least one organization must exist.": [
|
|
951
963
|
"최소 하나의 조직이 존재해야 합니다. "
|
|
952
964
|
],
|
|
953
|
-
"Attach a subscription": [
|
|
954
|
-
"서브스크립션 첨부 "
|
|
955
|
-
],
|
|
956
|
-
"Attach subscriptions": [
|
|
957
|
-
"서브스크립션 연결"
|
|
958
|
-
],
|
|
959
|
-
"Attach subscriptions to %s": [
|
|
960
|
-
"%s에 서브스크립션 연결"
|
|
961
|
-
],
|
|
962
965
|
"Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin": [
|
|
963
966
|
"candlepin에서 소비자를 제거하려고 시도했지만, candlepin에는 소비자가 존재하지 않습니다."
|
|
964
967
|
],
|
|
@@ -1058,6 +1061,9 @@
|
|
|
1058
1061
|
"Bookmarks marked as public are available to all users": [
|
|
1059
1062
|
"공개로 표시된 북마크는 모든 사용자가 사용할 수 있습니다."
|
|
1060
1063
|
],
|
|
1064
|
+
"Bootable": [
|
|
1065
|
+
""
|
|
1066
|
+
],
|
|
1061
1067
|
"Bootc rollback via Bootc interface": [
|
|
1062
1068
|
"Bootc 인터페이스를 통한 Bootc 롤백"
|
|
1063
1069
|
],
|
|
@@ -1070,6 +1076,9 @@
|
|
|
1070
1076
|
"Bootc upgrade via Bootc interface": [
|
|
1071
1077
|
"Bootc 인터페이스를 통한 Bootc 업그레이드"
|
|
1072
1078
|
],
|
|
1079
|
+
"Booted": [
|
|
1080
|
+
""
|
|
1081
|
+
],
|
|
1073
1082
|
"Booted Container Images": [
|
|
1074
1083
|
"부팅된 컨테이너 이미지"
|
|
1075
1084
|
],
|
|
@@ -1379,6 +1388,9 @@
|
|
|
1379
1388
|
"Change content view environments": [
|
|
1380
1389
|
"콘텐츠 뷰 환경 변경"
|
|
1381
1390
|
],
|
|
1391
|
+
"Change host collections": [
|
|
1392
|
+
""
|
|
1393
|
+
],
|
|
1382
1394
|
"Change host content source": [
|
|
1383
1395
|
"호스트 콘텐츠 소스 변경"
|
|
1384
1396
|
],
|
|
@@ -1466,6 +1478,9 @@
|
|
|
1466
1478
|
"Comma-separated list of tags to sync for a container image repository": [
|
|
1467
1479
|
"컨테이너 이미지 리포지토리에 동기화할 태그의 쉼표로 구분된 목록"
|
|
1468
1480
|
],
|
|
1481
|
+
"Commit upload": [
|
|
1482
|
+
""
|
|
1483
|
+
],
|
|
1469
1484
|
"Compare": [
|
|
1470
1485
|
"비교"
|
|
1471
1486
|
],
|
|
@@ -1538,6 +1553,9 @@
|
|
|
1538
1553
|
"Container image tags": [
|
|
1539
1554
|
"컨테이너 이미지 태그"
|
|
1540
1555
|
],
|
|
1556
|
+
"Container images": [
|
|
1557
|
+
""
|
|
1558
|
+
],
|
|
1541
1559
|
"Container manifest lists": [
|
|
1542
1560
|
"컨테이너 매니페스트 목록"
|
|
1543
1561
|
],
|
|
@@ -1817,15 +1835,27 @@
|
|
|
1817
1835
|
"Copy": [
|
|
1818
1836
|
"복사"
|
|
1819
1837
|
],
|
|
1838
|
+
"Copy all units": [
|
|
1839
|
+
""
|
|
1840
|
+
],
|
|
1820
1841
|
"Copy an activation key": [
|
|
1821
1842
|
"활성키 복사 "
|
|
1822
1843
|
],
|
|
1844
|
+
"Copy content": [
|
|
1845
|
+
""
|
|
1846
|
+
],
|
|
1823
1847
|
"Copy content view": [
|
|
1824
1848
|
"콘텐츠 뷰 복사"
|
|
1825
1849
|
],
|
|
1826
1850
|
"Copy to clipboard": [
|
|
1827
1851
|
"클립보드에 복사"
|
|
1828
1852
|
],
|
|
1853
|
+
"Copy version": [
|
|
1854
|
+
""
|
|
1855
|
+
],
|
|
1856
|
+
"Copy version units to library": [
|
|
1857
|
+
""
|
|
1858
|
+
],
|
|
1829
1859
|
"Cores per socket": [
|
|
1830
1860
|
"소켓당 코어 수 "
|
|
1831
1861
|
],
|
|
@@ -2039,23 +2069,35 @@
|
|
|
2039
2069
|
"Create content view": [
|
|
2040
2070
|
"콘텐츠 뷰 만들기"
|
|
2041
2071
|
],
|
|
2072
|
+
"Create exporter": [
|
|
2073
|
+
""
|
|
2074
|
+
],
|
|
2042
2075
|
"Create filter": [
|
|
2043
2076
|
"필터 생성"
|
|
2044
2077
|
],
|
|
2045
2078
|
"Create host collection": [
|
|
2046
2079
|
"호스트 컬렉션 만들기"
|
|
2047
2080
|
],
|
|
2081
|
+
"Create import": [
|
|
2082
|
+
""
|
|
2083
|
+
],
|
|
2084
|
+
"Create importer": [
|
|
2085
|
+
""
|
|
2086
|
+
],
|
|
2048
2087
|
"Create new activation key": [
|
|
2049
2088
|
"새로운 활성화 키 생성"
|
|
2050
2089
|
],
|
|
2051
2090
|
"Create organization": [
|
|
2052
2091
|
"조직 생성 "
|
|
2053
2092
|
],
|
|
2054
|
-
"Create
|
|
2055
|
-
"
|
|
2093
|
+
"Create publication": [
|
|
2094
|
+
""
|
|
2095
|
+
],
|
|
2096
|
+
"Create remote": [
|
|
2097
|
+
""
|
|
2056
2098
|
],
|
|
2057
|
-
"
|
|
2058
|
-
"
|
|
2099
|
+
"Creation": [
|
|
2100
|
+
""
|
|
2059
2101
|
],
|
|
2060
2102
|
"Credentials": [
|
|
2061
2103
|
"자격 증명"
|
|
@@ -2318,12 +2360,36 @@
|
|
|
2318
2360
|
"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.": [
|
|
2319
2361
|
"이 리포지토리를 마지막으로 연관된 리포지토리로 하는 콘텐츠 뷰 필터를 삭제합니다. 기본값은 true입니다. false인 경우 이러한 필터는 이제 콘텐츠 뷰의 모든 리포지토리에 적용됩니다."
|
|
2320
2362
|
],
|
|
2363
|
+
"Delete distributions": [
|
|
2364
|
+
""
|
|
2365
|
+
],
|
|
2321
2366
|
"Delete manifest from Red Hat provider": [
|
|
2322
2367
|
"Red Hat 공급자에서 매니페스트 삭제 "
|
|
2323
2368
|
],
|
|
2324
2369
|
"Delete multiple filters from a content view": [
|
|
2325
2370
|
"콘텐츠 뷰에서 여러 필터 삭제"
|
|
2326
2371
|
],
|
|
2372
|
+
"Delete orphan alternate content sources": [
|
|
2373
|
+
""
|
|
2374
|
+
],
|
|
2375
|
+
"Delete orphan distributions": [
|
|
2376
|
+
""
|
|
2377
|
+
],
|
|
2378
|
+
"Delete orphan remotes": [
|
|
2379
|
+
""
|
|
2380
|
+
],
|
|
2381
|
+
"Delete orphan repository versions": [
|
|
2382
|
+
""
|
|
2383
|
+
],
|
|
2384
|
+
"Delete orphaned migrated repositories": [
|
|
2385
|
+
""
|
|
2386
|
+
],
|
|
2387
|
+
"Delete remote": [
|
|
2388
|
+
""
|
|
2389
|
+
],
|
|
2390
|
+
"Delete repository references": [
|
|
2391
|
+
""
|
|
2392
|
+
],
|
|
2327
2393
|
"Delete version": [
|
|
2328
2394
|
"버전 삭제"
|
|
2329
2395
|
],
|
|
@@ -2423,6 +2489,12 @@
|
|
|
2423
2489
|
"Destroy an environment in an organization": [
|
|
2424
2490
|
"조직에서 환경 삭제 "
|
|
2425
2491
|
],
|
|
2492
|
+
"Destroy exporter": [
|
|
2493
|
+
""
|
|
2494
|
+
],
|
|
2495
|
+
"Destroy importer": [
|
|
2496
|
+
""
|
|
2497
|
+
],
|
|
2426
2498
|
"Destroy one or more alternate content sources": [
|
|
2427
2499
|
"하나 이상의 대체 콘텐츠 소스를 삭제합니다."
|
|
2428
2500
|
],
|
|
@@ -2456,9 +2528,6 @@
|
|
|
2456
2528
|
"Disable Red Hat Insights.": [
|
|
2457
2529
|
"Red Hat Insights를 비활성화합니다."
|
|
2458
2530
|
],
|
|
2459
|
-
"Disable Simple Content Access": [
|
|
2460
|
-
"간단한 콘텐츠 액세스 비활성화"
|
|
2461
|
-
],
|
|
2462
2531
|
"Disable a repository from the set": [
|
|
2463
2532
|
"세트에서 리포지토리 비활성화"
|
|
2464
2533
|
],
|
|
@@ -2471,6 +2540,9 @@
|
|
|
2471
2540
|
"Disabling Simple Content Access failed for '%{subject}'.": [
|
|
2472
2541
|
"'%{subject}'에 대해 간단한 콘텐츠 액세스 비활성화에 실패했습니다."
|
|
2473
2542
|
],
|
|
2543
|
+
"Discover": [
|
|
2544
|
+
""
|
|
2545
|
+
],
|
|
2474
2546
|
"Discover Repositories": [
|
|
2475
2547
|
"리포지터리 검색 "
|
|
2476
2548
|
],
|
|
@@ -2522,6 +2594,9 @@
|
|
|
2522
2594
|
"Edit": [
|
|
2523
2595
|
"편집 "
|
|
2524
2596
|
],
|
|
2597
|
+
"Edit DEB rule": [
|
|
2598
|
+
""
|
|
2599
|
+
],
|
|
2525
2600
|
"Edit Flatpak Remote": [
|
|
2526
2601
|
"Flatpak 원격 편집"
|
|
2527
2602
|
],
|
|
@@ -2549,9 +2624,6 @@
|
|
|
2549
2624
|
"Edit filter rule": [
|
|
2550
2625
|
"필터 규칙 편집"
|
|
2551
2626
|
],
|
|
2552
|
-
"Edit package filter rule": [
|
|
2553
|
-
"패키지 필터 규칙 편집"
|
|
2554
|
-
],
|
|
2555
2627
|
"Edit products": [
|
|
2556
2628
|
"제품 편집"
|
|
2557
2629
|
],
|
|
@@ -2594,9 +2666,6 @@
|
|
|
2594
2666
|
"Enable Red Hat repositories": [
|
|
2595
2667
|
"Red Hat 리포지터리 활성화"
|
|
2596
2668
|
],
|
|
2597
|
-
"Enable Simple Content Access": [
|
|
2598
|
-
"간단한 콘텐츠 액세스 활성화"
|
|
2599
|
-
],
|
|
2600
2669
|
"Enable Tracer": [
|
|
2601
2670
|
"Tracer 활성화"
|
|
2602
2671
|
],
|
|
@@ -2609,9 +2678,6 @@
|
|
|
2609
2678
|
"Enable repository sets": [
|
|
2610
2679
|
"리포지터리 세트 활성화"
|
|
2611
2680
|
],
|
|
2612
|
-
"Enable structured APT for deb content": [
|
|
2613
|
-
"deb 콘텐츠를 위해 구조화된 APT 활성화"
|
|
2614
|
-
],
|
|
2615
2681
|
"Enable/Disable auto publish of composite view": [
|
|
2616
2682
|
"합성 뷰의 자동 게시 활성화/비활성화"
|
|
2617
2683
|
],
|
|
@@ -2672,6 +2738,9 @@
|
|
|
2672
2738
|
"Environment cannot be in its own promotion path": [
|
|
2673
2739
|
"환경은 자체 승격 경로에 존재할 수 없음 "
|
|
2674
2740
|
],
|
|
2741
|
+
"Environment contents refresh": [
|
|
2742
|
+
""
|
|
2743
|
+
],
|
|
2675
2744
|
"Environment identifier": [
|
|
2676
2745
|
"환경 식별자"
|
|
2677
2746
|
],
|
|
@@ -2711,6 +2780,9 @@
|
|
|
2711
2780
|
"Errata id of the erratum (RHSA-2012:108)": [
|
|
2712
2781
|
"에라타의 에라타 ID (RHSA-2012:108)"
|
|
2713
2782
|
],
|
|
2783
|
+
"Errata mail": [
|
|
2784
|
+
""
|
|
2785
|
+
],
|
|
2714
2786
|
"Errata statuses not updated for deleted content facet with UUID %s": [
|
|
2715
2787
|
"UUID %s가 있는 삭제된 콘텐츠 패싯에 대한 에라타 상태가 업데이트되지 않음 "
|
|
2716
2788
|
],
|
|
@@ -2876,6 +2948,9 @@
|
|
|
2876
2948
|
"Fetch installable errata for one or more hosts.": [
|
|
2877
2949
|
"하나 이상의 호스트에 대한 설치 가능한 오류를 가져옵니다."
|
|
2878
2950
|
],
|
|
2951
|
+
"Fetch pxe files": [
|
|
2952
|
+
""
|
|
2953
|
+
],
|
|
2879
2954
|
"Fetch traces for one or more hosts": [
|
|
2880
2955
|
"하나 이상의 호스트에 대한 추적을 가져옵니다."
|
|
2881
2956
|
],
|
|
@@ -2969,6 +3044,9 @@
|
|
|
2969
3044
|
"Filter versions that are components in the specified composite version": [
|
|
2970
3045
|
"지정된 복합 버전에 있는 구성 요소인 버전을 필터링 "
|
|
2971
3046
|
],
|
|
3047
|
+
"Filtered index content": [
|
|
3048
|
+
""
|
|
3049
|
+
],
|
|
2972
3050
|
"Filters": [
|
|
2973
3051
|
"필터 "
|
|
2974
3052
|
],
|
|
@@ -2990,6 +3068,9 @@
|
|
|
2990
3068
|
"Finished": [
|
|
2991
3069
|
"마쳤음"
|
|
2992
3070
|
],
|
|
3071
|
+
"Flatpak": [
|
|
3072
|
+
""
|
|
3073
|
+
],
|
|
2993
3074
|
"Flatpak Remote ${name} created": [
|
|
2994
3075
|
"Flatpak 원격 ${name} 생성됨"
|
|
2995
3076
|
],
|
|
@@ -3080,9 +3161,15 @@
|
|
|
3080
3161
|
"Generate host applicability": [
|
|
3081
3162
|
"호스트 적용성 생성"
|
|
3082
3163
|
],
|
|
3164
|
+
"Generate metadata": [
|
|
3165
|
+
""
|
|
3166
|
+
],
|
|
3083
3167
|
"Generate repository applicability": [
|
|
3084
3168
|
"리포지토리 적용성 생성"
|
|
3085
3169
|
],
|
|
3170
|
+
"Generate username and password": [
|
|
3171
|
+
""
|
|
3172
|
+
],
|
|
3086
3173
|
"Generated": [
|
|
3087
3174
|
"생성됨"
|
|
3088
3175
|
],
|
|
@@ -3317,6 +3404,12 @@
|
|
|
3317
3404
|
"How to order the sorted results (e.g. ASC for ascending)": [
|
|
3318
3405
|
"정렬된 결고를 정렬하는 방법 (예: 오름차순의 ASC) "
|
|
3319
3406
|
],
|
|
3407
|
+
"Hypervisors": [
|
|
3408
|
+
""
|
|
3409
|
+
],
|
|
3410
|
+
"Hypervisors update": [
|
|
3411
|
+
""
|
|
3412
|
+
],
|
|
3320
3413
|
"ID": [
|
|
3321
3414
|
"ID"
|
|
3322
3415
|
],
|
|
@@ -3503,12 +3596,6 @@
|
|
|
3503
3596
|
"If product certificates should be used to authenticate to a custom CDN.": [
|
|
3504
3597
|
"사용자 지정 CDN에 대한 인증에 제품 인증서를 사용해야 하는지 여부입니다."
|
|
3505
3598
|
],
|
|
3506
|
-
"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'.": [
|
|
3507
|
-
"설정된 경우 Katello에서 새로 생성된 APT 리포지터리는 동기화되는 원격 리포지토리와 동일한 리포지토리 구조를 사용합니다. 'foreman-rake katello:migrate_content_for_deb'를 실행하여 기존 APT 리포지터리를 해당 설정과 일치하도록 마이그레이션할 수 있습니다."
|
|
3508
|
-
],
|
|
3509
|
-
"If specified, remove the first instance of a subscription with matching id and quantity": [
|
|
3510
|
-
"지정할 경우 ID와 수량이 일치하는 서브스크립션의 첫 번째 인스턴스를 삭제합니다."
|
|
3511
|
-
],
|
|
3512
3599
|
"If the smart proxies' assigned HTTP proxies should be used": [
|
|
3513
3600
|
"스마트 프록시에 할당된 HTTP 프록시를 사용해야 하는 경우"
|
|
3514
3601
|
],
|
|
@@ -3638,6 +3725,9 @@
|
|
|
3638
3725
|
"Import a subscription manifest to give hosts access to Red Hat content.": [
|
|
3639
3726
|
"호스트가 Red Hat 콘텐츠에 액세스할 수 있도록 서브스크립션 매니페스트를 가져옵니다."
|
|
3640
3727
|
],
|
|
3728
|
+
"Import migration": [
|
|
3729
|
+
""
|
|
3730
|
+
],
|
|
3641
3731
|
"Import new manifest": [
|
|
3642
3732
|
"새로운 매니페스트 가져오기"
|
|
3643
3733
|
],
|
|
@@ -3647,6 +3737,12 @@
|
|
|
3647
3737
|
"Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
|
|
3648
3738
|
"가져오기 전용 콘텐츠 뷰는 직접 게시할 수 없습니다. 콘텐츠는 뷰로 가져오기를 통해서만 업데이트할 수 있습니다."
|
|
3649
3739
|
],
|
|
3740
|
+
"Import repository upload": [
|
|
3741
|
+
""
|
|
3742
|
+
],
|
|
3743
|
+
"Import upload": [
|
|
3744
|
+
""
|
|
3745
|
+
],
|
|
3650
3746
|
"Import uploads into a repository": [
|
|
3651
3747
|
"리포지터리에 업로드 가져오기 "
|
|
3652
3748
|
],
|
|
@@ -3713,6 +3809,9 @@
|
|
|
3713
3809
|
"Incremental Update incomplete.": [
|
|
3714
3810
|
"증분 업데이트가 완료되지 않았습니다. "
|
|
3715
3811
|
],
|
|
3812
|
+
"Incremental Update of Content View Version(s) ": [
|
|
3813
|
+
""
|
|
3814
|
+
],
|
|
3716
3815
|
"Incremental Update of %{content_view_count} Content View Version(s) ": [
|
|
3717
3816
|
"%{content_view_count} 콘텐츠 뷰 버전의 증분 업데이트"
|
|
3718
3817
|
],
|
|
@@ -3725,12 +3824,27 @@
|
|
|
3725
3824
|
"Incremental update specified for composite %{name} version %{version}, but no components updated.": [
|
|
3726
3825
|
"복합 %{name} v버전 %{version}에 대해 증분 업데이트가 지정되었지만 구성 요소가 업데이트되지 않았습니다."
|
|
3727
3826
|
],
|
|
3827
|
+
"Index content": [
|
|
3828
|
+
""
|
|
3829
|
+
],
|
|
3830
|
+
"Index errata": [
|
|
3831
|
+
""
|
|
3832
|
+
],
|
|
3833
|
+
"Index module streams": [
|
|
3834
|
+
""
|
|
3835
|
+
],
|
|
3836
|
+
"Index package groups": [
|
|
3837
|
+
""
|
|
3838
|
+
],
|
|
3728
3839
|
"Informable Type must be one of the following [ %{list} ]": [
|
|
3729
3840
|
"정보 유형은 다음 중 하나이어야 합니다 [ %{list} ]"
|
|
3730
3841
|
],
|
|
3731
3842
|
"Inherit from Repository": [
|
|
3732
3843
|
"리포지토리에서 상속"
|
|
3733
3844
|
],
|
|
3845
|
+
"Initialize": [
|
|
3846
|
+
""
|
|
3847
|
+
],
|
|
3734
3848
|
"Initiate a sync of the products attached to the sync plan": [
|
|
3735
3849
|
"동기화 계획에 연결된 제품 동기화 시작"
|
|
3736
3850
|
],
|
|
@@ -3806,9 +3920,15 @@
|
|
|
3806
3920
|
"Installing Package...": [
|
|
3807
3921
|
"패키지 설치 중..."
|
|
3808
3922
|
],
|
|
3923
|
+
"Instance update": [
|
|
3924
|
+
""
|
|
3925
|
+
],
|
|
3809
3926
|
"Instance-based": [
|
|
3810
3927
|
"인스턴스 기반 "
|
|
3811
3928
|
],
|
|
3929
|
+
"Insufficient space for selected hosts": [
|
|
3930
|
+
""
|
|
3931
|
+
],
|
|
3812
3932
|
"Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported.": [
|
|
3813
3933
|
"지정한 객체를 해석하여 지정한 객체에 연결할 수 있는 호스트 컬렉션만 반환합니다. 값 '호스트'가 지원됩니다."
|
|
3814
3934
|
],
|
|
@@ -3932,6 +4052,9 @@
|
|
|
3932
4052
|
"It's not possible to promote a rolling content view.": [
|
|
3933
4053
|
"롤링 콘텐츠 뷰를 승격하는 것은 불가능합니다."
|
|
3934
4054
|
],
|
|
4055
|
+
"It's not possible to provide environment_ids for anything other than a rolling content view.": [
|
|
4056
|
+
""
|
|
4057
|
+
],
|
|
3935
4058
|
"It's not possible to publish a rolling content view.": [
|
|
3936
4059
|
"롤링 콘텐츠 뷰를 게시하는 것은 불가능합니다."
|
|
3937
4060
|
],
|
|
@@ -4040,6 +4163,15 @@
|
|
|
4040
4163
|
"Label of the flatpak remote": [
|
|
4041
4164
|
"flatpak 원격의 레이블"
|
|
4042
4165
|
],
|
|
4166
|
+
"Labels": [
|
|
4167
|
+
""
|
|
4168
|
+
],
|
|
4169
|
+
"Labels and annotations": [
|
|
4170
|
+
""
|
|
4171
|
+
],
|
|
4172
|
+
"Labels | Annotations": [
|
|
4173
|
+
""
|
|
4174
|
+
],
|
|
4043
4175
|
"Last check-in:": [
|
|
4044
4176
|
"마지막 체크인:"
|
|
4045
4177
|
],
|
|
@@ -4142,6 +4274,9 @@
|
|
|
4142
4274
|
"Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy.": [
|
|
4143
4275
|
"기본 스마트 프록시에서는 라이프사이클 환경을 수정할 수 없습니다. 모든 라이프사이클 환경의 콘텐츠는 이 스마트 프록시에 존재합니다."
|
|
4144
4276
|
],
|
|
4277
|
+
"Limit": [
|
|
4278
|
+
""
|
|
4279
|
+
],
|
|
4145
4280
|
"Limit actions to content in the host's environment.": [
|
|
4146
4281
|
"호스트 환경 내의 콘텐츠에 대한 작업을 제한합니다."
|
|
4147
4282
|
],
|
|
@@ -4331,6 +4466,9 @@
|
|
|
4331
4466
|
"List of hypervisor guest uuids": [
|
|
4332
4467
|
"하이퍼바이저 게스트 UUID 목록"
|
|
4333
4468
|
],
|
|
4469
|
+
"List of lifecycle environments for rolling content views": [
|
|
4470
|
+
""
|
|
4471
|
+
],
|
|
4334
4472
|
"List of package group names (Deprecated)": [
|
|
4335
4473
|
"패키지 그룹 이름 목록 (더 이상 사용되지 않음)"
|
|
4336
4474
|
],
|
|
@@ -4469,12 +4607,18 @@
|
|
|
4469
4607
|
"Manifest": [
|
|
4470
4608
|
"매니페스트"
|
|
4471
4609
|
],
|
|
4610
|
+
"Manifest Details": [
|
|
4611
|
+
""
|
|
4612
|
+
],
|
|
4472
4613
|
"Manifest History": [
|
|
4473
4614
|
"매니페스트 기록 "
|
|
4474
4615
|
],
|
|
4475
4616
|
"Manifest deleted": [
|
|
4476
4617
|
"매니페스트 삭제됨"
|
|
4477
4618
|
],
|
|
4619
|
+
"Manifest digest": [
|
|
4620
|
+
""
|
|
4621
|
+
],
|
|
4478
4622
|
"Manifest does not have a valid subscription": [
|
|
4479
4623
|
"매니페스트에 유효한 서브스크립션이 없습니다."
|
|
4480
4624
|
],
|
|
@@ -4559,6 +4703,9 @@
|
|
|
4559
4703
|
"Messaging connection": [
|
|
4560
4704
|
"메시징 연결"
|
|
4561
4705
|
],
|
|
4706
|
+
"Metadata generate": [
|
|
4707
|
+
""
|
|
4708
|
+
],
|
|
4562
4709
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, 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.": [
|
|
4563
4710
|
"'완전 미러링' 리포지터리에서 메타데이터 재게시는 위험합니다. 미러링 정책을 변경하고 다시 시도하세요. 또는 '강제' 매개변수를 사용하여 로컬에서 메타데이터를 재생성하세요. 다음 동기화에서 업스트림 리포지터리의 메타데이터는 '완전 미러링' 리포지터리의 로컬 메타데이터를 덮어씁니다."
|
|
4564
4711
|
],
|
|
@@ -4595,6 +4742,9 @@
|
|
|
4595
4742
|
"Moderate": [
|
|
4596
4743
|
"중간 수준"
|
|
4597
4744
|
],
|
|
4745
|
+
"Modified": [
|
|
4746
|
+
""
|
|
4747
|
+
],
|
|
4598
4748
|
"Modify via remote execution": [
|
|
4599
4749
|
"원격 실행을 통해 수정"
|
|
4600
4750
|
],
|
|
@@ -4622,6 +4772,15 @@
|
|
|
4622
4772
|
"Multi Content View Environment": [
|
|
4623
4773
|
"다중 콘텐츠 뷰 환경"
|
|
4624
4774
|
],
|
|
4775
|
+
"Multi copy all units": [
|
|
4776
|
+
""
|
|
4777
|
+
],
|
|
4778
|
+
"Multi copy content": [
|
|
4779
|
+
""
|
|
4780
|
+
],
|
|
4781
|
+
"Multi copy units": [
|
|
4782
|
+
""
|
|
4783
|
+
],
|
|
4625
4784
|
"Multi-entitlement": [
|
|
4626
4785
|
"멀티 인타이틀먼트 "
|
|
4627
4786
|
],
|
|
@@ -4916,6 +5075,9 @@
|
|
|
4916
5075
|
"No items have been specified.": [
|
|
4917
5076
|
"지정된 항목이 없습니다."
|
|
4918
5077
|
],
|
|
5078
|
+
"No labels": [
|
|
5079
|
+
""
|
|
5080
|
+
],
|
|
4919
5081
|
"No manifest file uploaded": [
|
|
4920
5082
|
"업로드된 매니페스트 파일이 없음 "
|
|
4921
5083
|
],
|
|
@@ -5231,9 +5393,6 @@
|
|
|
5231
5393
|
"Organization ID": [
|
|
5232
5394
|
"조직 ID"
|
|
5233
5395
|
],
|
|
5234
|
-
"Organization ID is required": [
|
|
5235
|
-
"조직 ID가 필요합니다."
|
|
5236
|
-
],
|
|
5237
5396
|
"Organization ID or title": [
|
|
5238
5397
|
"조직 ID 또는 직함"
|
|
5239
5398
|
],
|
|
@@ -5258,6 +5417,9 @@
|
|
|
5258
5417
|
"Organization label '%s' is ambiguous. Try using an id-based container name.": [
|
|
5259
5418
|
"조직 레이블 '%s '는 모호합니다. id 기반 컨테이너 이름을 사용해 보세요."
|
|
5260
5419
|
],
|
|
5420
|
+
"Organization must be specified when providing product by name.": [
|
|
5421
|
+
""
|
|
5422
|
+
],
|
|
5261
5423
|
"Organization not found": [
|
|
5262
5424
|
"조직을 찾을 수 없습니다"
|
|
5263
5425
|
],
|
|
@@ -5657,6 +5819,9 @@
|
|
|
5657
5819
|
"Product label '%s' is ambiguous. Try using an id-based container name.": [
|
|
5658
5820
|
"제품 라벨 '%s '는 모호합니다. id 기반 컨테이너 이름을 사용해 보세요."
|
|
5659
5821
|
],
|
|
5822
|
+
"Product must be specified.": [
|
|
5823
|
+
""
|
|
5824
|
+
],
|
|
5660
5825
|
"Product name": [
|
|
5661
5826
|
"제품 이름 "
|
|
5662
5827
|
],
|
|
@@ -5717,6 +5882,9 @@
|
|
|
5717
5882
|
"Promotion to Environment": [
|
|
5718
5883
|
"환경 승격"
|
|
5719
5884
|
],
|
|
5885
|
+
"Provide credentials if the registry requires authentication": [
|
|
5886
|
+
""
|
|
5887
|
+
],
|
|
5720
5888
|
"Provide the required information and click {update} below to save changes.": [
|
|
5721
5889
|
"필요한 정보를 입력하고 {update}을 클릭하여 변경 사항을 저장하세요."
|
|
5722
5890
|
],
|
|
@@ -5816,6 +5984,9 @@
|
|
|
5816
5984
|
"Pulp task error": [
|
|
5817
5985
|
"Pulp 작업 오류 "
|
|
5818
5986
|
],
|
|
5987
|
+
"Purge completed tasks": [
|
|
5988
|
+
""
|
|
5989
|
+
],
|
|
5819
5990
|
"Python Package": [
|
|
5820
5991
|
"Python 패키지"
|
|
5821
5992
|
],
|
|
@@ -5843,15 +6014,6 @@
|
|
|
5843
6014
|
"Quantity of entitlements to bind": [
|
|
5844
6015
|
"바인딩할 인타이틀먼트 수"
|
|
5845
6016
|
],
|
|
5846
|
-
"Quantity of specified subscription to remove": [
|
|
5847
|
-
"제거할 지정된 서브스크립션 수량"
|
|
5848
|
-
],
|
|
5849
|
-
"Quantity of this subscription to add": [
|
|
5850
|
-
"추가할 서브스크립션 수 "
|
|
5851
|
-
],
|
|
5852
|
-
"Quantity of this subscriptions to add": [
|
|
5853
|
-
"추가할 서브스크립션 수 "
|
|
5854
|
-
],
|
|
5855
6017
|
"Quantity to Allocate": [
|
|
5856
6018
|
"할당할 수량"
|
|
5857
6019
|
],
|
|
@@ -5924,6 +6086,9 @@
|
|
|
5924
6086
|
"Reclaim Space": [
|
|
5925
6087
|
"공간 회수"
|
|
5926
6088
|
],
|
|
6089
|
+
"Reclaim space": [
|
|
6090
|
+
""
|
|
6091
|
+
],
|
|
5927
6092
|
"Reclaim space from On Demand repositories": [
|
|
5928
6093
|
"온디맨드 리포지토리에서 공간 회수"
|
|
5929
6094
|
],
|
|
@@ -5990,6 +6155,9 @@
|
|
|
5990
6155
|
"Refresh all alternate content sources": [
|
|
5991
6156
|
"모든 대체 콘텐츠 소스 새로 고침"
|
|
5992
6157
|
],
|
|
6158
|
+
"Refresh all distributions": [
|
|
6159
|
+
""
|
|
6160
|
+
],
|
|
5993
6161
|
"Refresh alternate content sources": [
|
|
5994
6162
|
"대체 콘텐츠 소스 새로 고침"
|
|
5995
6163
|
],
|
|
@@ -6002,15 +6170,27 @@
|
|
|
6002
6170
|
"Refresh counts": [
|
|
6003
6171
|
"새로 고침 횟수"
|
|
6004
6172
|
],
|
|
6173
|
+
"Refresh distribution": [
|
|
6174
|
+
""
|
|
6175
|
+
],
|
|
6005
6176
|
"Refresh errata applicability": [
|
|
6006
6177
|
"에라타 적용 가능성 새로 고침"
|
|
6007
6178
|
],
|
|
6179
|
+
"Refresh if needed": [
|
|
6180
|
+
""
|
|
6181
|
+
],
|
|
6008
6182
|
"Refresh package applicability": [
|
|
6009
6183
|
"패키지 적용 가능성 새로 고침"
|
|
6010
6184
|
],
|
|
6011
6185
|
"Refresh previously imported manifest for Red Hat provider": [
|
|
6012
6186
|
"Red Hat 공급자에 대해 이전에 가져온 매니페스트를 새로 고침 "
|
|
6013
6187
|
],
|
|
6188
|
+
"Refresh remote": [
|
|
6189
|
+
""
|
|
6190
|
+
],
|
|
6191
|
+
"Refresh repos": [
|
|
6192
|
+
""
|
|
6193
|
+
],
|
|
6014
6194
|
"Refresh source": [
|
|
6015
6195
|
"소스 새로 고침"
|
|
6016
6196
|
],
|
|
@@ -6020,9 +6200,6 @@
|
|
|
6020
6200
|
"Register a host with subscription and information": [
|
|
6021
6201
|
"서브스크립션 및 정보를 사용하여 호스트 등록"
|
|
6022
6202
|
],
|
|
6023
|
-
"Register host '%s' before attaching subscriptions": [
|
|
6024
|
-
"서브스크립션을 첨부하기 전에 호스트 '%s' 등록"
|
|
6025
|
-
],
|
|
6026
6203
|
"Registered": [
|
|
6027
6204
|
"등록됨 "
|
|
6028
6205
|
],
|
|
@@ -6056,6 +6233,9 @@
|
|
|
6056
6233
|
"Registry token expiration time": [
|
|
6057
6234
|
""
|
|
6058
6235
|
],
|
|
6236
|
+
"Reindex subscriptions": [
|
|
6237
|
+
""
|
|
6238
|
+
],
|
|
6059
6239
|
"Related composite content views": [
|
|
6060
6240
|
"관련 복합 콘텐츠 뷰"
|
|
6061
6241
|
],
|
|
@@ -6131,6 +6311,9 @@
|
|
|
6131
6311
|
"Remove from environments": [
|
|
6132
6312
|
"환경에서 제거"
|
|
6133
6313
|
],
|
|
6314
|
+
"Remove from host collections": [
|
|
6315
|
+
""
|
|
6316
|
+
],
|
|
6134
6317
|
"Remove host from collections": [
|
|
6135
6318
|
"컬렉션에서 호스트 제거"
|
|
6136
6319
|
],
|
|
@@ -6152,6 +6335,9 @@
|
|
|
6152
6335
|
"Remove one or more subscriptions from an upstream manifest": [
|
|
6153
6336
|
"업스트림 매니페스트에서 하나 이상의 서브스크립션 제거"
|
|
6154
6337
|
],
|
|
6338
|
+
"Remove orphans": [
|
|
6339
|
+
""
|
|
6340
|
+
],
|
|
6155
6341
|
"Remove package group via Katello interface": [
|
|
6156
6342
|
"Katello 인터페이스를 통해 패키지 그룹 삭제"
|
|
6157
6343
|
],
|
|
@@ -6167,17 +6353,14 @@
|
|
|
6167
6353
|
"Remove products from sync plan": [
|
|
6168
6354
|
"동기화 계획에서 제품 삭제 "
|
|
6169
6355
|
],
|
|
6170
|
-
"Remove
|
|
6171
|
-
"
|
|
6172
|
-
],
|
|
6173
|
-
"Remove subscriptions from %s": [
|
|
6174
|
-
"%s에서 서브스크립션 삭제"
|
|
6356
|
+
"Remove rolling repo clone": [
|
|
6357
|
+
""
|
|
6175
6358
|
],
|
|
6176
|
-
"Remove
|
|
6177
|
-
"
|
|
6359
|
+
"Remove units": [
|
|
6360
|
+
""
|
|
6178
6361
|
],
|
|
6179
|
-
"Remove
|
|
6180
|
-
"
|
|
6362
|
+
"Remove unneeded repos": [
|
|
6363
|
+
""
|
|
6181
6364
|
],
|
|
6182
6365
|
"Remove versions and/or environments from a content view and reassign systems and keys": [
|
|
6183
6366
|
"컨텐츠 뷰에서 버전 및 환경 삭제 후 시스템 및 키 다시 지정 "
|
|
@@ -6185,6 +6368,9 @@
|
|
|
6185
6368
|
"Remove versions from environments": [
|
|
6186
6369
|
"환경에서 버전 제거"
|
|
6187
6370
|
],
|
|
6371
|
+
"Removed %{count} host(s) from host collection %{host_collection}.": [
|
|
6372
|
+
""
|
|
6373
|
+
],
|
|
6188
6374
|
"Removed component from content view": [
|
|
6189
6375
|
"콘텐츠 보기에서 구성 요소를 제거했습니다."
|
|
6190
6376
|
],
|
|
@@ -6203,6 +6389,9 @@
|
|
|
6203
6389
|
"Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
|
|
6204
6390
|
"모든 환경에서 이 버전을 제거해도 버전은 삭제되지 않습니다. 버전은 나중에 승격에 사용할 수 있습니다."
|
|
6205
6391
|
],
|
|
6392
|
+
"Repair": [
|
|
6393
|
+
""
|
|
6394
|
+
],
|
|
6206
6395
|
"Replace content source on the target machine": [
|
|
6207
6396
|
"대상 컴퓨터에서 콘텐츠 소스를 교체"
|
|
6208
6397
|
],
|
|
@@ -6221,12 +6410,18 @@
|
|
|
6221
6410
|
"Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
|
|
6222
6411
|
"CDN 구성이 Air-gapped(연결 끊김)로 설정되어 있는 동안에는 리포지터리를 사용할 수 없습니다."
|
|
6223
6412
|
],
|
|
6413
|
+
"Repositories certs reset": [
|
|
6414
|
+
""
|
|
6415
|
+
],
|
|
6224
6416
|
"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.": [
|
|
6225
6417
|
"선택한 콘텐츠 뷰 버전에 공통된 리포지토리는 병합되어 각 콘텐츠 뷰 버전의 모든 콘텐츠를 합친 복합 콘텐츠 뷰가 생성됩니다."
|
|
6226
6418
|
],
|
|
6227
6419
|
"Repositories from published Content Views are not allowed.": [
|
|
6228
6420
|
"공개된 컨텐츠 뷰에서 리포지터리는 허용되지 않습니다. "
|
|
6229
6421
|
],
|
|
6422
|
+
"Repositories gpg reset": [
|
|
6423
|
+
""
|
|
6424
|
+
],
|
|
6230
6425
|
"Repository": [
|
|
6231
6426
|
"리포지터리 "
|
|
6232
6427
|
],
|
|
@@ -6392,12 +6587,18 @@
|
|
|
6392
6587
|
"Result": [
|
|
6393
6588
|
"결과 "
|
|
6394
6589
|
],
|
|
6590
|
+
"Retain build profile upon unregistration": [
|
|
6591
|
+
""
|
|
6592
|
+
],
|
|
6395
6593
|
"Retrieve a single errata for a host": [
|
|
6396
6594
|
"호스트에 대한 단일 에라타를 가져옵니다."
|
|
6397
6595
|
],
|
|
6398
6596
|
"Return Red Hat (non-custom) products only": [
|
|
6399
6597
|
"Red Hat (사용자 지정이 아닌) 제품만 반환"
|
|
6400
6598
|
],
|
|
6599
|
+
"Return a list of installed debs distinct by name": [
|
|
6600
|
+
""
|
|
6601
|
+
],
|
|
6401
6602
|
"Return a list of installed packages distinct by name": [
|
|
6402
6603
|
"이름별로 구분된 설치된 패키지 목록을 반환"
|
|
6403
6604
|
],
|
|
@@ -6578,6 +6779,24 @@
|
|
|
6578
6779
|
"Save": [
|
|
6579
6780
|
"저장"
|
|
6580
6781
|
],
|
|
6782
|
+
"Save Environments": [
|
|
6783
|
+
""
|
|
6784
|
+
],
|
|
6785
|
+
"Save artifact": [
|
|
6786
|
+
""
|
|
6787
|
+
],
|
|
6788
|
+
"Save distribution references": [
|
|
6789
|
+
""
|
|
6790
|
+
],
|
|
6791
|
+
"Save publication": [
|
|
6792
|
+
""
|
|
6793
|
+
],
|
|
6794
|
+
"Save version": [
|
|
6795
|
+
""
|
|
6796
|
+
],
|
|
6797
|
+
"Save versions": [
|
|
6798
|
+
""
|
|
6799
|
+
],
|
|
6581
6800
|
"Saving alternate content source...": [
|
|
6582
6801
|
"대체 콘텐츠 소스를 저장 중입니다..."
|
|
6583
6802
|
],
|
|
@@ -6587,6 +6806,12 @@
|
|
|
6587
6806
|
"Scan a flatpak remote": [
|
|
6588
6807
|
"flatpak 원격 스캔"
|
|
6589
6808
|
],
|
|
6809
|
+
"Scan cdn": [
|
|
6810
|
+
""
|
|
6811
|
+
],
|
|
6812
|
+
"Scan remote": [
|
|
6813
|
+
""
|
|
6814
|
+
],
|
|
6590
6815
|
"Schema version 1": [
|
|
6591
6816
|
"스키마 버전 1"
|
|
6592
6817
|
],
|
|
@@ -6635,6 +6860,9 @@
|
|
|
6635
6860
|
"Security errata installable": [
|
|
6636
6861
|
"보안 에라타 설치 가능"
|
|
6637
6862
|
],
|
|
6863
|
+
"See child manifests": [
|
|
6864
|
+
""
|
|
6865
|
+
],
|
|
6638
6866
|
"Select": [
|
|
6639
6867
|
"선택 "
|
|
6640
6868
|
],
|
|
@@ -6746,6 +6974,9 @@
|
|
|
6746
6974
|
"Select host collection(s) to remove from host {hostName}.": [
|
|
6747
6975
|
"{hostName} 호스트에서 제거할 호스트 컬렉션을 선택하세요."
|
|
6748
6976
|
],
|
|
6977
|
+
"Select host collections to change their associations with {selectedHosts}. Changing host collection will affect all your selected hosts. Some hosts may already be in your chosen collections.": [
|
|
6978
|
+
""
|
|
6979
|
+
],
|
|
6749
6980
|
"Select hosts to assign to %s": [
|
|
6750
6981
|
"%s에 할당할 호스트 선택 "
|
|
6751
6982
|
],
|
|
@@ -6824,11 +7055,14 @@
|
|
|
6824
7055
|
"Service Level (SLA)": [
|
|
6825
7056
|
"서비스 레벨 (SLA)"
|
|
6826
7057
|
],
|
|
7058
|
+
"Service level": [
|
|
7059
|
+
""
|
|
7060
|
+
],
|
|
6827
7061
|
"Service level of host": [
|
|
6828
7062
|
"호스트의 서비스 수준"
|
|
6829
7063
|
],
|
|
6830
|
-
"Service level
|
|
6831
|
-
"
|
|
7064
|
+
"Service level, e.g. SELF-SUPPORT": [
|
|
7065
|
+
""
|
|
6832
7066
|
],
|
|
6833
7067
|
"Set content overrides": [
|
|
6834
7068
|
"콘텐츠 재정의 설정"
|
|
@@ -6854,9 +7088,6 @@
|
|
|
6854
7088
|
"Sets the system purpose usage": [
|
|
6855
7089
|
"시스템 용도 사용을 설정합니다"
|
|
6856
7090
|
],
|
|
6857
|
-
"Sets whether the Host will autoheal subscriptions upon checkin": [
|
|
6858
|
-
"호스트가 체크인 시 서브스크립션을 자동 복구할지 여부를 설정합니다."
|
|
6859
|
-
],
|
|
6860
7091
|
"Setting 'default_location_subscribed_hosts' is not set to a valid location.": [
|
|
6861
7092
|
"'default_location_subscribed_hosts' 설정이 유효한 위치로 설정되지 않았습니다."
|
|
6862
7093
|
],
|
|
@@ -6866,6 +7097,9 @@
|
|
|
6866
7097
|
"Severity must be one of: %s": [
|
|
6867
7098
|
"심각도는 다음 중 하나여야 합니다. %s"
|
|
6868
7099
|
],
|
|
7100
|
+
"Show ${remainingCount} more": [
|
|
7101
|
+
""
|
|
7102
|
+
],
|
|
6869
7103
|
"Show %s": [
|
|
6870
7104
|
"%s 표시"
|
|
6871
7105
|
],
|
|
@@ -7007,6 +7241,9 @@
|
|
|
7007
7241
|
"Smart proxy name": [
|
|
7008
7242
|
"스마트 프록시 이름"
|
|
7009
7243
|
],
|
|
7244
|
+
"Smart proxy verify content checksum has started in the background": [
|
|
7245
|
+
""
|
|
7246
|
+
],
|
|
7010
7247
|
"Sockets": [
|
|
7011
7248
|
"소켓 "
|
|
7012
7249
|
],
|
|
@@ -7121,8 +7358,8 @@
|
|
|
7121
7358
|
"Something went wrong while refreshing alternate content sources: ": [
|
|
7122
7359
|
"대체 콘텐츠 소스를 새로 고치는 동안 오류가 발생했습니다. "
|
|
7123
7360
|
],
|
|
7124
|
-
"Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7125
|
-
"
|
|
7361
|
+
"Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}": [
|
|
7362
|
+
""
|
|
7126
7363
|
],
|
|
7127
7364
|
"Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}": [
|
|
7128
7365
|
"필터 규칙을 제거하는 동안 오류가 발생했습니다! ${getResponseErrorMsgs(error.response)}"
|
|
@@ -7190,6 +7427,9 @@
|
|
|
7190
7427
|
"Something went wrong while updating the content source. See the logs for more information": [
|
|
7191
7428
|
"콘텐츠 소스를 업데이트하는 동안 오류가 발생했습니다. 자세한 내용은 로그를 참조하세요."
|
|
7192
7429
|
],
|
|
7430
|
+
"Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}": [
|
|
7431
|
+
""
|
|
7432
|
+
],
|
|
7193
7433
|
"Something went wrong! Please check server logs!": [
|
|
7194
7434
|
"오류가 발생했습니다! 서버 로그를 확인하세요!"
|
|
7195
7435
|
],
|
|
@@ -7277,9 +7517,6 @@
|
|
|
7277
7517
|
"Subscription Details": [
|
|
7278
7518
|
"서브스크립션 정보 "
|
|
7279
7519
|
],
|
|
7280
|
-
"Subscription ID": [
|
|
7281
|
-
"서브스크립션 ID"
|
|
7282
|
-
],
|
|
7283
7520
|
"Subscription Info": [
|
|
7284
7521
|
"서브스크립션 정보 "
|
|
7285
7522
|
],
|
|
@@ -7295,12 +7532,6 @@
|
|
|
7295
7532
|
"Subscription Name": [
|
|
7296
7533
|
"서브스크립션 이름"
|
|
7297
7534
|
],
|
|
7298
|
-
"Subscription Pool id": [
|
|
7299
|
-
"서브스크립션 풀 ID"
|
|
7300
|
-
],
|
|
7301
|
-
"Subscription Pool uuid": [
|
|
7302
|
-
"서브스크립션 풀 uuid"
|
|
7303
|
-
],
|
|
7304
7535
|
"Subscription UUID": [
|
|
7305
7536
|
"서브스크립션 UUID"
|
|
7306
7537
|
],
|
|
@@ -7352,9 +7583,6 @@
|
|
|
7352
7583
|
"Successfully added %s Host(s).": [
|
|
7353
7584
|
"%s개의 호스트를 추가했습니다."
|
|
7354
7585
|
],
|
|
7355
|
-
"Successfully added %{count} content host(s) to host collection %{host_collection}.": [
|
|
7356
|
-
"호스트 컬렉션 %{host_collection}에 %{count} 컨텐츠 호스트를 성공적으로 추가했습니다. "
|
|
7357
|
-
],
|
|
7358
7586
|
"Successfully changed sync plan for %s product(s)": [
|
|
7359
7587
|
"%s 제품의 동기화 계획을 성공적으로 변경했습니다 "
|
|
7360
7588
|
],
|
|
@@ -7367,9 +7595,6 @@
|
|
|
7367
7595
|
"Successfully removed %s Host(s).": [
|
|
7368
7596
|
"%s개의 호스트를 삭제했습니다."
|
|
7369
7597
|
],
|
|
7370
|
-
"Successfully removed %{count} content host(s) from host collection %{host_collection}.": [
|
|
7371
|
-
"호스트 컬렉션 %{host_collection}에서 %{count} 컨텐츠 호스트를 성공적으로 삭제했습니다. "
|
|
7372
|
-
],
|
|
7373
7598
|
"Successfully synced capsule.": [
|
|
7374
7599
|
"캡슐을 성공적으로 동기화했습니다."
|
|
7375
7600
|
],
|
|
@@ -7388,6 +7613,9 @@
|
|
|
7388
7613
|
"Supported Content Types": [
|
|
7389
7614
|
"지원되는 콘텐츠 유형"
|
|
7390
7615
|
],
|
|
7616
|
+
"Sync": [
|
|
7617
|
+
""
|
|
7618
|
+
],
|
|
7391
7619
|
"Sync Canceled": [
|
|
7392
7620
|
"동기화 취소 "
|
|
7393
7621
|
],
|
|
@@ -7442,6 +7670,9 @@
|
|
|
7442
7670
|
"Sync all repositories for a product": [
|
|
7443
7671
|
"제품의 모든 리포지터리 동기화"
|
|
7444
7672
|
],
|
|
7673
|
+
"Sync capsule": [
|
|
7674
|
+
""
|
|
7675
|
+
],
|
|
7445
7676
|
"Sync complete.": [
|
|
7446
7677
|
"동기화가 완료되었습니다. "
|
|
7447
7678
|
],
|
|
@@ -7460,6 +7691,9 @@
|
|
|
7460
7691
|
"Sync state": [
|
|
7461
7692
|
"동기화 상태"
|
|
7462
7693
|
],
|
|
7694
|
+
"Syncable export": [
|
|
7695
|
+
""
|
|
7696
|
+
],
|
|
7463
7697
|
"Synced": [
|
|
7464
7698
|
"동기화됨"
|
|
7465
7699
|
],
|
|
@@ -7511,6 +7745,9 @@
|
|
|
7511
7745
|
"System purpose enables you to set the system's intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console.": [
|
|
7512
7746
|
"시스템 목적은 네트워크에서 시스템의 용도를 설정할 수 있으며 Red Hat Hybrid Cloud Console의 서브스크립션 서비스에서 보고 정확도를 향상시킬 수 있습니다."
|
|
7513
7747
|
],
|
|
7748
|
+
"Tag": [
|
|
7749
|
+
""
|
|
7750
|
+
],
|
|
7514
7751
|
"Tag name": [
|
|
7515
7752
|
"태그 이름"
|
|
7516
7753
|
],
|
|
@@ -7718,9 +7955,6 @@
|
|
|
7718
7955
|
"The selected/Inherited Content View is not available for this Lifecycle Environment": [
|
|
7719
7956
|
"선택된/상속된 콘텐츠 뷰는 이 라이프사이클 환경에서 사용할 수 없습니다."
|
|
7720
7957
|
],
|
|
7721
|
-
"The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled": [
|
|
7722
|
-
"지정된 조직은 간단한 콘텐츠 액세스 모드에 있습니다. 서브스크립션 첨부가 비활성화되었습니다."
|
|
7723
|
-
],
|
|
7724
7958
|
"The subscription cannot be found upstream": [
|
|
7725
7959
|
"서브스크립션을 업스트림에서 찾을 수 없음"
|
|
7726
7960
|
],
|
|
@@ -7862,12 +8096,6 @@
|
|
|
7862
8096
|
"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.": [
|
|
7863
8097
|
"이 호스트는 여러 콘텐츠 뷰 환경과 연결되어 있습니다. 여기에 라이프사이클 환경과 콘텐츠 뷰를 할당하면 호스트가 다른 환경에서 제거됩니다."
|
|
7864
8098
|
],
|
|
7865
|
-
"This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled.": [
|
|
7866
|
-
"이 호스트의 조직은 Simple Content Access 모드에 있습니다. 서브스크립션 첨부가 비활성화되었습니다."
|
|
7867
|
-
],
|
|
7868
|
-
"This host's organization is in Simple Content Access mode. Auto-attach is disabled": [
|
|
7869
|
-
"이 호스트의 조직은 간단한 컨텐츠 액세스 모드에 있습니다. 자동 연결이 비활성화되었습니다."
|
|
7870
|
-
],
|
|
7871
8099
|
"This is disabled because a manifest task is in progress": [
|
|
7872
8100
|
"매니페스트 작업이 진행 중이므로 이 기능이 비활성화되었습니다."
|
|
7873
8101
|
],
|
|
@@ -7946,6 +8174,9 @@
|
|
|
7946
8174
|
"To change content view environments, a specific organization must be selected from the organization context.": [
|
|
7947
8175
|
"콘텐츠 보기 환경을 변경하려면 조직 컨텍스트에서 특정 조직을 선택해야 합니다."
|
|
7948
8176
|
],
|
|
8177
|
+
"To continue with Red Hat Flatpak remote, you need to generate your username and password in": [
|
|
8178
|
+
""
|
|
8179
|
+
],
|
|
7949
8180
|
"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.": [
|
|
7950
8181
|
"동기화된 콘텐츠 옵션을 사용하려면 이 호스트가 선택한 아키텍처 및 운영 체제에 대한 동기화된 킥스타트 저장소가 포함된 콘텐츠 소스, 콘텐츠 뷰 및 라이프사이클 환경을 사용해야 합니다."
|
|
7951
8182
|
],
|
|
@@ -7967,6 +8198,9 @@
|
|
|
7967
8198
|
"To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories.": [
|
|
7968
8199
|
"콘텐츠 뷰에서 특정 콘텐츠를 포함하거나 제외하려면 필터를 만듭니다. 필터가 없으면 콘텐츠 뷰에는 추가된 리포지토리의 모든 것이 포함됩니다."
|
|
7969
8200
|
],
|
|
8201
|
+
"To manage host collections, a specific organization must be selected from the organization context.": [
|
|
8202
|
+
""
|
|
8203
|
+
],
|
|
7970
8204
|
"To manage host content overrides, a specific organization must be selected from the organization context.": [
|
|
7971
8205
|
"호스트 콘텐츠 재정의를 관리하려면 조직 컨텍스트에서 특정 조직을 선택해야 합니다."
|
|
7972
8206
|
],
|
|
@@ -8021,12 +8255,6 @@
|
|
|
8021
8255
|
"Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy.": [
|
|
8022
8256
|
"이 스마트 프록시와 관련된 모든 대체 콘텐츠 소스에 대한 트래픽은 선택된 HTTP 프록시를 통해 전달됩니다."
|
|
8023
8257
|
],
|
|
8024
|
-
"Trigger an auto-attach of subscriptions": [
|
|
8025
|
-
"서브스크립션 자동 첨부 트리거"
|
|
8026
|
-
],
|
|
8027
|
-
"Trigger an auto-attach of subscriptions on one or more hosts": [
|
|
8028
|
-
"하나 이상의 호스트에서 서브스크립션 자동 연결을 트리거합니다."
|
|
8029
|
-
],
|
|
8030
8258
|
"Try changing your search criteria.": [
|
|
8031
8259
|
"검색 기준을 변경해 보세요."
|
|
8032
8260
|
],
|
|
@@ -8180,9 +8408,6 @@
|
|
|
8180
8408
|
"Unapplied Errata": [
|
|
8181
8409
|
"적용되지 않은 에라타 "
|
|
8182
8410
|
],
|
|
8183
|
-
"Unattach a subscription": [
|
|
8184
|
-
"서브스크립션 할당 해제 "
|
|
8185
|
-
],
|
|
8186
8411
|
"Unfiltered params array: %s.": [
|
|
8187
8412
|
"필터링되지 않은 매개변수 배열:%s"
|
|
8188
8413
|
],
|
|
@@ -8294,15 +8519,27 @@
|
|
|
8294
8519
|
"Update content counts for the smart proxy": [
|
|
8295
8520
|
"스마트 프록시에 대한 콘텐츠 수 업데이트"
|
|
8296
8521
|
],
|
|
8522
|
+
"Update content urls": [
|
|
8523
|
+
""
|
|
8524
|
+
],
|
|
8297
8525
|
"Update content view environments for host": [
|
|
8298
8526
|
"호스트에 대한 콘텐츠 뷰 환경 업데이트"
|
|
8299
8527
|
],
|
|
8300
8528
|
"Update content view environments for host %s": [
|
|
8301
8529
|
"호스트%s에 대한 콘텐츠 뷰 환경 업데이트"
|
|
8302
8530
|
],
|
|
8531
|
+
"Update distributions": [
|
|
8532
|
+
""
|
|
8533
|
+
],
|
|
8303
8534
|
"Update hosts manually": [
|
|
8304
8535
|
"호스트를 수동으로 업데이트"
|
|
8305
8536
|
],
|
|
8537
|
+
"Update http proxy": [
|
|
8538
|
+
""
|
|
8539
|
+
],
|
|
8540
|
+
"Update http proxy details": [
|
|
8541
|
+
""
|
|
8542
|
+
],
|
|
8306
8543
|
"Update installed packages, enabled repos, module inventory": [
|
|
8307
8544
|
"설치된 패키지, 활성화된 리포지토리, 모듈 인벤토리 업데이트"
|
|
8308
8545
|
],
|
|
@@ -8318,12 +8555,21 @@
|
|
|
8318
8555
|
"Update packages via Katello interface": [
|
|
8319
8556
|
"Katello 인터페이스를 통해 패키지 업데이트"
|
|
8320
8557
|
],
|
|
8558
|
+
"Update redhat repository": [
|
|
8559
|
+
""
|
|
8560
|
+
],
|
|
8321
8561
|
"Update release version for host": [
|
|
8322
8562
|
"호스트에 대한 릴리스 버전 업데이트"
|
|
8323
8563
|
],
|
|
8324
8564
|
"Update release version for host %s": [
|
|
8325
8565
|
"호스트%s에 대한 릴리스 버전 업데이트"
|
|
8326
8566
|
],
|
|
8567
|
+
"Update remote": [
|
|
8568
|
+
""
|
|
8569
|
+
],
|
|
8570
|
+
"Update repository": [
|
|
8571
|
+
""
|
|
8572
|
+
],
|
|
8327
8573
|
"Update services requiring restart": [
|
|
8328
8574
|
"재시작이 필요한 서비스 업데이트"
|
|
8329
8575
|
],
|
|
@@ -8414,6 +8660,12 @@
|
|
|
8414
8660
|
"Upload a subscription manifest": [
|
|
8415
8661
|
"서브스크립션 매니페스트 업로드 "
|
|
8416
8662
|
],
|
|
8663
|
+
"Upload content": [
|
|
8664
|
+
""
|
|
8665
|
+
],
|
|
8666
|
+
"Upload file": [
|
|
8667
|
+
""
|
|
8668
|
+
],
|
|
8417
8669
|
"Upload into": [
|
|
8418
8670
|
"업로드 "
|
|
8419
8671
|
],
|
|
@@ -8423,6 +8675,9 @@
|
|
|
8423
8675
|
"Upload request id": [
|
|
8424
8676
|
"요청 ID 업로드 "
|
|
8425
8677
|
],
|
|
8678
|
+
"Upload tag": [
|
|
8679
|
+
""
|
|
8680
|
+
],
|
|
8426
8681
|
"Upstream Candlepin": [
|
|
8427
8682
|
"Candlepin 업스트림"
|
|
8428
8683
|
],
|
|
@@ -8537,9 +8792,15 @@
|
|
|
8537
8792
|
"Value must either be a boolean or 'default' for 'enabled'": [
|
|
8538
8793
|
"값은 '활성화됨'의 경우 부울이거나 '기본값'이어야 합니다."
|
|
8539
8794
|
],
|
|
8795
|
+
"Verify Content Checksum": [
|
|
8796
|
+
"컨텐츠 Checksum 확인"
|
|
8797
|
+
],
|
|
8540
8798
|
"Verify SSL": [
|
|
8541
8799
|
"SSL 확인 "
|
|
8542
8800
|
],
|
|
8801
|
+
"Verify checksum": [
|
|
8802
|
+
""
|
|
8803
|
+
],
|
|
8543
8804
|
"Verify checksum for content on smart proxy": [
|
|
8544
8805
|
"스마트 프록시의 콘텐츠에 대한 체크섬 확인"
|
|
8545
8806
|
],
|
|
@@ -8621,6 +8882,9 @@
|
|
|
8621
8882
|
"View by": [
|
|
8622
8883
|
"보기 기준"
|
|
8623
8884
|
],
|
|
8885
|
+
"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.": [
|
|
8886
|
+
""
|
|
8887
|
+
],
|
|
8624
8888
|
"View content views": [
|
|
8625
8889
|
"콘텐츠 뷰 보기"
|
|
8626
8890
|
],
|
|
@@ -8630,6 +8894,15 @@
|
|
|
8630
8894
|
"View documentation": [
|
|
8631
8895
|
"문서 보기"
|
|
8632
8896
|
],
|
|
8897
|
+
"View here": [
|
|
8898
|
+
""
|
|
8899
|
+
],
|
|
8900
|
+
"View labels and annotations": [
|
|
8901
|
+
""
|
|
8902
|
+
],
|
|
8903
|
+
"View labels and annotations for image ": [
|
|
8904
|
+
""
|
|
8905
|
+
],
|
|
8633
8906
|
"View matching content": [
|
|
8634
8907
|
"일치하는 콘텐츠 보기"
|
|
8635
8908
|
],
|
|
@@ -8669,6 +8942,9 @@
|
|
|
8669
8942
|
"When \\\"Upstream URL\\\" is set, \\\"Releases/Distributions\\\" must also be set!": [
|
|
8670
8943
|
"\\\"업스트림 URL\\\"이 설정되면 \\\"릴리스/배포\\\"도 설정해야 합니다!"
|
|
8671
8944
|
],
|
|
8945
|
+
"When enabled, provisioning information like content view environments, kickstart repository, and content source will be retained when a host is unregistered. When disabled, this information will be cleared during unregistration.": [
|
|
8946
|
+
""
|
|
8947
|
+
],
|
|
8672
8948
|
"When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')": [
|
|
8673
8949
|
"subscription-manager를 통해 호스트를 등록할 때 지정된 팩트(‘fact.fact’ 형식)을 강제로 사용합니다."
|
|
8674
8950
|
],
|
|
@@ -8909,9 +9185,6 @@
|
|
|
8909
9185
|
"attempted to sync without a feed URL": [
|
|
8910
9186
|
"피드 URL 없이 동기화를 시도했습니다."
|
|
8911
9187
|
],
|
|
8912
|
-
"auto attach subscriptions upon registration": [
|
|
8913
|
-
"등록 시 서브스크립션을 자동으로 첨부 "
|
|
8914
|
-
],
|
|
8915
9188
|
"base url to perform repo discovery on": [
|
|
8916
9189
|
"리포지터리 검색을 실행하기 위한 기본 url "
|
|
8917
9190
|
],
|
|
@@ -9548,9 +9821,6 @@
|
|
|
9548
9821
|
"start datetime of synchronization": [
|
|
9549
9822
|
"동기화 시작 날짜 "
|
|
9550
9823
|
],
|
|
9551
|
-
"subscriptions not specified": [
|
|
9552
|
-
"서브스크립션을 지정하지 않았습니다."
|
|
9553
|
-
],
|
|
9554
9824
|
"sync plan description": [
|
|
9555
9825
|
"동기화 계획 설명 "
|
|
9556
9826
|
],
|