katello 4.10.0.rc2 → 4.11.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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/locale/bn/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ca/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/cs/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/de/katello.js +260 -245
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/el/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/en/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/en_US/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/es/katello.js +257 -233
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/fr/katello.js +268 -268
- data/app/assets/javascripts/katello/locale/gl/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/gu/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/hi/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/id/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/it/katello.js +254 -221
- data/app/assets/javascripts/katello/locale/ja/katello.js +268 -268
- data/app/assets/javascripts/katello/locale/ka/katello.js +261 -231
- data/app/assets/javascripts/katello/locale/kn/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ko/katello.js +255 -222
- data/app/assets/javascripts/katello/locale/locale/katello.js +1049 -1012
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/mr/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/or/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pa/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pl/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pt/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +257 -233
- data/app/assets/javascripts/katello/locale/ro/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ru/katello.js +255 -222
- data/app/assets/javascripts/katello/locale/sl/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ta/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/te/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/tr/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/vi/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/zh/katello.js +254 -215
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +268 -268
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -222
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +15 -2
- data/app/controllers/katello/api/v2/capsule_content_controller.rb +21 -4
- data/app/controllers/katello/api/v2/capsules_controller.rb +11 -1
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +1 -1
- data/app/controllers/katello/api/v2/docker_tags_controller.rb +2 -0
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +2 -1
- data/app/controllers/katello/api/v2/organizations_controller.rb +2 -2
- data/app/controllers/katello/api/v2/repositories_controller.rb +1 -0
- data/app/controllers/katello/api/v2/simple_content_access_controller.rb +5 -5
- data/app/controllers/katello/api/v2/sync_plans_controller.rb +11 -3
- data/app/controllers/katello/concerns/api/api_controller.rb +6 -0
- data/app/controllers/katello/concerns/api/v2/hosts_bulk_actions_controller_extensions.rb +23 -0
- data/app/controllers/katello/concerns/filtered_auto_complete_search.rb +1 -1
- data/app/controllers/katello/concerns/organizations_controller_extensions.rb +2 -0
- data/app/controllers/katello/remote_execution_controller.rb +1 -1
- data/app/jobs/create_host_lifecycle_expire_soon_notifications.rb +11 -0
- data/app/lib/actions/katello/applicability/hosts/bulk_generate.rb +10 -0
- data/app/lib/actions/katello/capsule_content/refresh_repos.rb +8 -2
- data/app/lib/actions/katello/capsule_content/sync.rb +30 -10
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +13 -0
- data/app/lib/actions/katello/capsule_content/update_content_counts.rb +24 -0
- data/app/lib/actions/katello/content_view/promote.rb +9 -0
- data/app/lib/actions/katello/content_view/publish.rb +9 -0
- data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +8 -0
- data/app/lib/actions/katello/repository/remove_content.rb +9 -1
- data/app/lib/actions/katello/repository/sync.rb +11 -0
- data/app/lib/actions/pulp3/capsule_content/reclaim_space.rb +5 -0
- data/app/lib/actions/pulp3/content_view_version/create_export_history.rb +6 -1
- data/app/lib/actions/pulp3/content_view_version/export.rb +8 -0
- data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +1 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +14 -1
- data/app/lib/katello/errors.rb +1 -0
- data/app/lib/katello/repo_discovery.rb +78 -5
- data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +22 -0
- data/app/lib/katello/validators/content_view_environment_validator.rb +1 -0
- data/app/mailers/katello/task_mailer.rb +54 -0
- data/app/models/katello/concerns/host_managed_extensions.rb +41 -1
- data/app/models/katello/concerns/organization_extensions.rb +1 -1
- data/app/models/katello/concerns/smart_proxy_extensions.rb +75 -3
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +6 -0
- data/app/models/katello/content_view.rb +21 -0
- data/app/models/katello/content_view_environment.rb +6 -1
- data/app/models/katello/docker_meta_tag.rb +1 -1
- data/app/models/katello/docker_tag.rb +1 -1
- data/app/models/katello/erratum.rb +1 -1
- data/app/models/katello/host/content_facet.rb +10 -7
- data/app/models/katello/product.rb +8 -0
- data/app/models/katello/repository.rb +31 -6
- data/app/models/katello/rhel_lifecycle_status.rb +214 -0
- data/app/models/katello/sync_plan.rb +19 -1
- data/app/models/katello/yum_metadata_file.rb +1 -1
- data/app/services/katello/applicability/applicable_content_helper.rb +1 -1
- data/app/services/katello/event_queue.rb +10 -2
- data/app/services/katello/host_status_manager.rb +1 -0
- data/app/services/katello/product_content_importer.rb +45 -3
- data/app/services/katello/pulp3/ansible_collection.rb +1 -0
- data/app/services/katello/pulp3/api/core.rb +1 -1
- 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 +9 -4
- data/app/services/katello/pulp3/docker_tag.rb +1 -0
- data/app/services/katello/pulp3/erratum.rb +1 -0
- data/app/services/katello/pulp3/file_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/pulp_content_unit.rb +39 -0
- data/app/services/katello/pulp3/repository_mirror.rb +21 -2
- data/app/services/katello/pulp3/rpm.rb +1 -0
- data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +1 -1
- data/app/services/katello/pulp3/srpm.rb +3 -2
- data/app/services/katello/registration_manager.rb +6 -3
- data/app/services/katello/repository_type.rb +2 -1
- data/app/services/katello/ui_notifications/hosts/lifecycle_expire_soon.rb +58 -0
- data/app/views/foreman/job_templates/resolve_traces.erb +1 -1
- data/app/views/foreman/smart_proxies/_content_tab.html.erb +1 -3
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +39 -1
- data/app/views/katello/api/v2/content_facet/show.json.rabl +4 -0
- data/app/views/katello/api/v2/content_views/base.json.rabl +1 -1
- data/app/views/katello/api/v2/docker_tags/_base.json.rabl +28 -6
- data/app/views/katello/hosts/_errata_counts.html.erb +2 -2
- data/app/views/katello/task_mailer/cv_promote_failure.html.erb +31 -0
- data/app/views/katello/task_mailer/cv_promote_failure.text.erb +13 -0
- data/app/views/katello/task_mailer/cv_publish_failure.html.erb +31 -0
- data/app/views/katello/task_mailer/cv_publish_failure.text.erb +13 -0
- data/app/views/katello/task_mailer/proxy_sync_failure.html.erb +45 -0
- data/app/views/katello/task_mailer/proxy_sync_failure.text.erb +25 -0
- data/app/views/katello/task_mailer/repo_sync_failure.html.erb +35 -0
- data/app/views/katello/task_mailer/repo_sync_failure.text.erb +15 -0
- data/app/views/overrides/organizations/_edit_override.html.erb +4 -0
- data/config/routes/api/v2.rb +2 -0
- data/db/migrate/20230825180856_add_content_counts_to_smart_proxy.rb +7 -0
- data/db/migrate/20231020153017_create_indexes_for_nvra_and_epoch.rb +6 -0
- data/db/seeds.d/106-mail_notifications.rb +32 -0
- data/db/seeds.d/109-katello-notification-blueprints.rb +6 -0
- data/engines/bastion/app/assets/javascripts/bastion/components/views/bst-alert.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js +16 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +5 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js +5 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js +4 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js +4 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +4 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +7 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +8 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js +10 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js +5 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js +6 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js +13 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/new-environment.controller.js +8 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.controller.js +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +10 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js +8 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/files.controller.js +9 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host.factory.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +166 -43
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.controller.js +7 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +11 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/product-form.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js +5 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-details.controller.js +6 -2
- data/lib/katello/engine.rb +2 -3
- data/lib/katello/permission_creator.rb +2 -2
- data/lib/katello/plugin.rb +4 -0
- data/lib/katello/repository_types/ostree.rb +1 -0
- data/lib/katello/repository_types/python.rb +1 -0
- data/lib/katello/scheduled_jobs.rb +1 -1
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +1 -3
- data/locale/bn/katello.po +236 -197
- data/locale/bn_IN/katello.po +236 -197
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +236 -197
- data/locale/cs/katello.po +236 -206
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +236 -197
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +241 -202
- data/locale/de_AT/katello.po +236 -197
- data/locale/de_DE/katello.po +236 -197
- data/locale/el/katello.po +236 -197
- data/locale/en/katello.po +236 -197
- data/locale/en_GB/katello.po +236 -197
- data/locale/en_US/katello.po +236 -197
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +238 -199
- data/locale/et_EE/katello.po +236 -197
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +247 -208
- data/locale/gl/katello.po +236 -197
- data/locale/gu/katello.po +236 -197
- data/locale/he_IL/katello.po +236 -197
- data/locale/hi/katello.po +236 -197
- data/locale/id/katello.po +236 -197
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +236 -197
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +247 -208
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +241 -202
- data/locale/katello.pot +1427 -1296
- data/locale/kn/katello.po +236 -197
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +236 -197
- data/locale/ml_IN/katello.po +236 -197
- data/locale/mr/katello.po +236 -197
- data/locale/nl_NL/katello.po +236 -197
- data/locale/or/katello.po +236 -197
- data/locale/pa/katello.po +236 -197
- data/locale/pl/katello.po +236 -197
- data/locale/pl_PL/katello.po +236 -197
- data/locale/pt/katello.po +236 -197
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +238 -199
- data/locale/ro/katello.po +236 -197
- data/locale/ro_RO/katello.po +236 -197
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +236 -197
- data/locale/sl/katello.po +236 -197
- data/locale/sv_SE/katello.po +236 -197
- data/locale/ta/katello.po +236 -197
- data/locale/ta_IN/katello.po +236 -197
- data/locale/te/katello.po +236 -197
- data/locale/tr/katello.po +236 -197
- data/locale/vi/katello.po +236 -197
- data/locale/vi_VN/katello.po +236 -197
- data/locale/zh/katello.po +236 -197
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +247 -208
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +236 -197
- data/webpack/components/Table/EmptyStateMessage.js +7 -4
- data/webpack/components/Table/MainTable.scss +18 -17
- data/webpack/components/Table/TableWrapper.js +4 -1
- data/webpack/components/extensions/HostDetails/ActionsBar/index.js +45 -4
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +9 -7
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeActions.js +29 -7
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +106 -66
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +6 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeConstants.js +2 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +53 -29
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeSelectors.js +7 -6
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +24 -5
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +137 -7
- data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +11 -10
- data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +8 -2
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +27 -10
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +3 -22
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +0 -1
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +3 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +48 -12
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +22 -10
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +71 -5
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +16 -0
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +4 -1
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +6 -2
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +2 -1
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +25 -0
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +36 -0
- data/webpack/components/extensions/Hosts/constants.js +2 -0
- data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageHelpers.js +13 -7
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +9 -1
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +87 -22
- data/webpack/components/extensions/RegistrationCommands/index.js +17 -41
- data/webpack/global_index.js +11 -2
- data/webpack/redux/reducers/RedHatRepositories/enabled.fixtures.js +4 -0
- data/webpack/redux/reducers/RedHatRepositories/enabled.js +1 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +10 -1
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +33 -31
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +3 -1
- data/webpack/scenes/Content/ContentConfig.js +3 -0
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +6 -4
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +8 -6
- data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +1 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +4 -2
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +3 -4
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -2
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +5 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +393 -0
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +30 -4
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +3 -1
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVRpmMatchContentModal.js +18 -4
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/matchContentModal.scss +3 -0
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +15 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +3 -3
- data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +2 -1
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +1 -1
- data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +24 -1
- data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +1 -0
- data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +42 -0
- data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +13 -11
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
- data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
- data/webpack/scenes/Hosts/ChangeContentSource/index.js +4 -3
- data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js +1 -2
- data/webpack/scenes/ModuleStreams/Details/__tests__/__snapshots__/ModuleStreamDetails.test.js.snap +1 -1
- data/webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js +2 -1
- data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +6 -0
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepository.js +4 -1
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +13 -4
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/EnabledRepositoryContent.test.js +1 -0
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepository.test.js.snap +1 -0
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +3 -2
- data/webpack/scenes/SmartProxy/AdditionalCapsuleContent.js +93 -0
- data/webpack/scenes/SmartProxy/Content.js +12 -4
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +107 -0
- data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +139 -0
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +17 -4
- data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +150 -0
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.fixtures.json +799 -0
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +29 -17
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.js +16 -19
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.scss +12 -8
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +21 -18
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +4 -2
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.scss +38 -19
- data/webpack/scenes/Subscriptions/Manifest/index.js +0 -2
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +38 -12
- data/webpack/scenes/Subscriptions/SubscriptionsPage.scss +38 -36
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +16 -13
- data/webpack/utils/helpers.js +0 -1
- metadata +58 -39
- data/app/controllers/katello/concerns/api/v2/bulk_hosts_extensions.rb +0 -47
- data/webpack/components/Table/TableHooks.js +0 -315
- data/webpack/components/Table/__test__/useBulkSelect.test.js +0 -99
- data/webpack/components/extensions/RegistrationCommands/__tests__/LifeCycleEnvironment.test.js +0 -11
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/LifeCycleEnvironment.test.js.snap +0 -29
- data/webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js +0 -57
- data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +0 -164
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentResult.fixtures.json +0 -140
- data/webpack/scenes/Subscriptions/Manifest/Manifest.scss +0 -16
data/locale/ko/katello.po
CHANGED
@@ -35,6 +35,12 @@ msgstr ""
|
|
35
35
|
msgid " %{package_count} Package(s)"
|
36
36
|
msgstr ""
|
37
37
|
|
38
|
+
msgid " (${item.published_at_words} ago)"
|
39
|
+
msgstr ""
|
40
|
+
|
41
|
+
msgid " (${version.published_at_words} ago)"
|
42
|
+
msgstr ""
|
43
|
+
|
38
44
|
msgid " Content view updated"
|
39
45
|
msgstr ""
|
40
46
|
|
@@ -256,6 +262,12 @@ msgstr "%{group} 패키지 그룹 업데이트 시간 초과 "
|
|
256
262
|
msgid "%{group} package group updated"
|
257
263
|
msgstr "%{group} 패키지 그룹 업데이트됨 "
|
258
264
|
|
265
|
+
msgid "%{label} failed"
|
266
|
+
msgstr ""
|
267
|
+
|
268
|
+
msgid "%{label} failed."
|
269
|
+
msgstr ""
|
270
|
+
|
259
271
|
msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
|
260
272
|
msgstr ""
|
261
273
|
|
@@ -328,6 +340,9 @@ msgstr "%{package} 패키지 업데이트 시간 초과 "
|
|
328
340
|
msgid "%{package} package updated"
|
329
341
|
msgstr "%{package} 패키지 업데이트됨 "
|
330
342
|
|
343
|
+
msgid "%{release}: %{number_of_hosts} hosts are approaching end of %{lifecycle} on %{end_date}. Please upgrade them before support expires. Check Report Host - Statuses for detail."
|
344
|
+
msgstr ""
|
345
|
+
|
331
346
|
msgid "%{sla}"
|
332
347
|
msgstr "%{sla}"
|
333
348
|
|
@@ -397,9 +412,6 @@ msgstr ""
|
|
397
412
|
msgid "A backend service [ %s ] is unreachable"
|
398
413
|
msgstr "백엔드 서비스 [ %s ]를 사용할 수 없음 "
|
399
414
|
|
400
|
-
msgid "A content_type must be provided."
|
401
|
-
msgstr "content_type을 지정해야 합니다. "
|
402
|
-
|
403
415
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
404
416
|
msgstr "다수의 에라타가 이 컨텐츠 뷰에 적용되지 않아 처음 100 항목만 표시합니다. "
|
405
417
|
|
@@ -412,6 +424,18 @@ msgstr ""
|
|
412
424
|
msgid "A new version of "
|
413
425
|
msgstr ""
|
414
426
|
|
427
|
+
msgid "A notification about failed content view promotion"
|
428
|
+
msgstr ""
|
429
|
+
|
430
|
+
msgid "A notification about failed content view publish"
|
431
|
+
msgstr ""
|
432
|
+
|
433
|
+
msgid "A notification about failed proxy sync"
|
434
|
+
msgstr ""
|
435
|
+
|
436
|
+
msgid "A notification about failed repository sync"
|
437
|
+
msgstr ""
|
438
|
+
|
415
439
|
msgid "A post-promotion summary of hosts with installable errata"
|
416
440
|
msgstr "설치 가능한 에라타를 갖는 호스트의 승격 후 요약 "
|
417
441
|
|
@@ -445,9 +469,6 @@ msgstr ""
|
|
445
469
|
msgid "Abstract async task"
|
446
470
|
msgstr "비동기 작업 개요"
|
447
471
|
|
448
|
-
msgid "Accept action timeout"
|
449
|
-
msgstr ""
|
450
|
-
|
451
472
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
452
473
|
msgstr ""
|
453
474
|
|
@@ -490,7 +511,7 @@ msgstr ""
|
|
490
511
|
msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
|
491
512
|
msgstr ""
|
492
513
|
|
493
|
-
msgid "Activation key(s)
|
514
|
+
msgid "Activation key(s) to use during registration"
|
494
515
|
msgstr ""
|
495
516
|
|
496
517
|
msgid "Activation keys"
|
@@ -526,9 +547,6 @@ msgstr ""
|
|
526
547
|
msgid "Add Subscriptions"
|
527
548
|
msgstr ""
|
528
549
|
|
529
|
-
msgid "Add Subscriptions using the Add Subscriptions button."
|
530
|
-
msgstr ""
|
531
|
-
|
532
550
|
msgid "Add a subscription to a host"
|
533
551
|
msgstr "호스트에 서브스크립션 추가"
|
534
552
|
|
@@ -601,6 +619,9 @@ msgstr ""
|
|
601
619
|
msgid "Add subscriptions to one or more hosts"
|
602
620
|
msgstr ""
|
603
621
|
|
622
|
+
msgid "Add subscriptions using the Add Subscriptions button."
|
623
|
+
msgstr ""
|
624
|
+
|
604
625
|
msgid "Add to a host collection"
|
605
626
|
msgstr ""
|
606
627
|
|
@@ -637,9 +658,6 @@ msgstr ""
|
|
637
658
|
msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
|
638
659
|
msgstr "증분 업데이트를 생성한 후 지정한 호스트에 변경 내용을 적용합니다. 현재 에라타만 지원됩니다."
|
639
660
|
|
640
|
-
msgid "Agent action"
|
641
|
-
msgstr ""
|
642
|
-
|
643
661
|
msgid "All"
|
644
662
|
msgstr "모두"
|
645
663
|
|
@@ -781,7 +799,7 @@ msgstr "애플리케이션 "
|
|
781
799
|
msgid "Apply"
|
782
800
|
msgstr "적용"
|
783
801
|
|
784
|
-
msgid "Apply
|
802
|
+
msgid "Apply erratum"
|
785
803
|
msgstr ""
|
786
804
|
|
787
805
|
msgid "Apply to all repositories in the CV"
|
@@ -790,15 +808,24 @@ msgstr ""
|
|
790
808
|
msgid "Apply to subset of repositories"
|
791
809
|
msgstr ""
|
792
810
|
|
793
|
-
msgid "Apply via Katello agent"
|
794
|
-
msgstr ""
|
795
|
-
|
796
811
|
msgid "Apply via customized remote execution"
|
797
812
|
msgstr ""
|
798
813
|
|
799
814
|
msgid "Apply via remote execution"
|
800
815
|
msgstr ""
|
801
816
|
|
817
|
+
msgid "Approaching end of maintenance support"
|
818
|
+
msgstr ""
|
819
|
+
|
820
|
+
msgid "Approaching end of maintenance support (%s)"
|
821
|
+
msgstr ""
|
822
|
+
|
823
|
+
msgid "Approaching end of support"
|
824
|
+
msgstr ""
|
825
|
+
|
826
|
+
msgid "Approaching end of support (%s)"
|
827
|
+
msgstr ""
|
828
|
+
|
802
829
|
msgid "Arch"
|
803
830
|
msgstr "아키텍처 "
|
804
831
|
|
@@ -974,6 +1001,9 @@ msgstr ""
|
|
974
1001
|
msgid "Batch size to sync repositories in."
|
975
1002
|
msgstr ""
|
976
1003
|
|
1004
|
+
msgid "Before continuing, ensure that all of the following prerequisites are met:"
|
1005
|
+
msgstr ""
|
1006
|
+
|
977
1007
|
msgid "Before removing versions you must move activation keys to an environment where the associated version is not in use."
|
978
1008
|
msgstr ""
|
979
1009
|
|
@@ -1127,6 +1157,12 @@ msgstr "다른 복합적인 컨텐츠 뷰에 복합 버전을 추가할 수 없
|
|
1127
1157
|
msgid "Cannot add default content view to composite content view"
|
1128
1158
|
msgstr "복합적인 컨텐츠 뷰에 기본 컨텐츠 뷰를 추가할 수 없습니다 "
|
1129
1159
|
|
1160
|
+
msgid "Cannot add disabled Red Hat product %s to sync plan!"
|
1161
|
+
msgstr ""
|
1162
|
+
|
1163
|
+
msgid "Cannot add disabled products to sync plan!"
|
1164
|
+
msgstr ""
|
1165
|
+
|
1130
1166
|
msgid "Cannot add generated content view versions to composite content view"
|
1131
1167
|
msgstr ""
|
1132
1168
|
|
@@ -1142,6 +1178,9 @@ msgstr ""
|
|
1142
1178
|
msgid "Cannot associate a component to a non composite content view"
|
1143
1179
|
msgstr ""
|
1144
1180
|
|
1181
|
+
msgid "Cannot be disabled because it is part of a published content view"
|
1182
|
+
msgstr ""
|
1183
|
+
|
1145
1184
|
msgid "Cannot calculate name for custom repos"
|
1146
1185
|
msgstr ""
|
1147
1186
|
|
@@ -1277,10 +1316,10 @@ msgstr ""
|
|
1277
1316
|
msgid "Check if a connection can be made to Red Hat Subscription Management."
|
1278
1317
|
msgstr ""
|
1279
1318
|
|
1280
|
-
msgid "Check if the specified organization has Simple Content Access enabled"
|
1319
|
+
msgid "Check if the specified organization has Simple Content Access enabled. %s"
|
1281
1320
|
msgstr ""
|
1282
1321
|
|
1283
|
-
msgid "Check if the specified organization is eligible for Simple Content Access"
|
1322
|
+
msgid "Check if the specified organization is eligible for Simple Content Access. %s"
|
1284
1323
|
msgstr ""
|
1285
1324
|
|
1286
1325
|
msgid "Check services before actions"
|
@@ -1343,9 +1382,6 @@ msgstr ""
|
|
1343
1382
|
msgid "Comma-separated list of tags to exclude when syncing a container image repository. Default: any tag ending in \"-source\""
|
1344
1383
|
msgstr ""
|
1345
1384
|
|
1346
|
-
msgid "Comma-separated list of tags to sync for Container Image repository (Deprecated)"
|
1347
|
-
msgstr ""
|
1348
|
-
|
1349
1385
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1350
1386
|
msgstr ""
|
1351
1387
|
|
@@ -1637,6 +1673,12 @@ msgstr ""
|
|
1637
1673
|
msgid "Content view numeric identifier"
|
1638
1674
|
msgstr "숫자로된 컨텐츠 뷰 ID "
|
1639
1675
|
|
1676
|
+
msgid "Content view promote failure"
|
1677
|
+
msgstr ""
|
1678
|
+
|
1679
|
+
msgid "Content view publish failure"
|
1680
|
+
msgstr ""
|
1681
|
+
|
1640
1682
|
msgid "Content view version export history identifier"
|
1641
1683
|
msgstr ""
|
1642
1684
|
|
@@ -1646,6 +1688,9 @@ msgstr "컨텐츠 뷰 버전 ID "
|
|
1646
1688
|
msgid "Content view version import history identifier"
|
1647
1689
|
msgstr ""
|
1648
1690
|
|
1691
|
+
msgid "Content view version is empty"
|
1692
|
+
msgstr ""
|
1693
|
+
|
1649
1694
|
msgid "Content views"
|
1650
1695
|
msgstr ""
|
1651
1696
|
|
@@ -2276,7 +2321,7 @@ msgstr ""
|
|
2276
2321
|
msgid "Disable module stream"
|
2277
2322
|
msgstr ""
|
2278
2323
|
|
2279
|
-
msgid "Disable simple content access for a manifest"
|
2324
|
+
msgid "Disable simple content access for a manifest. %s"
|
2280
2325
|
msgstr ""
|
2281
2326
|
|
2282
2327
|
msgid "Disabled"
|
@@ -2318,6 +2363,9 @@ msgstr ""
|
|
2318
2363
|
msgid "Duplicate artifact detected"
|
2319
2364
|
msgstr ""
|
2320
2365
|
|
2366
|
+
msgid "Duplicate repositories in content view versions"
|
2367
|
+
msgstr ""
|
2368
|
+
|
2321
2369
|
msgid "Duration"
|
2322
2370
|
msgstr "기간 "
|
2323
2371
|
|
@@ -2423,7 +2471,7 @@ msgstr "활성화된 리포지터리 "
|
|
2423
2471
|
msgid "Enabling Simple Content Access failed for '%{subject}'."
|
2424
2472
|
msgstr ""
|
2425
2473
|
|
2426
|
-
msgid "Enabling
|
2474
|
+
msgid "Enabling Tracer requires installing the katello-host-tools-tracer package on the host."
|
2427
2475
|
msgstr ""
|
2428
2476
|
|
2429
2477
|
msgid "End Date"
|
@@ -2459,6 +2507,9 @@ msgstr ""
|
|
2459
2507
|
msgid "Environment"
|
2460
2508
|
msgstr "환경 "
|
2461
2509
|
|
2510
|
+
msgid "Environment ID"
|
2511
|
+
msgstr ""
|
2512
|
+
|
2462
2513
|
msgid "Environment IDs"
|
2463
2514
|
msgstr "환경 ID"
|
2464
2515
|
|
@@ -2468,6 +2519,9 @@ msgstr "환경은 자체 승격 경로에 존재할 수 없음 "
|
|
2468
2519
|
msgid "Environment identifier"
|
2469
2520
|
msgstr ""
|
2470
2521
|
|
2522
|
+
msgid "Environment name"
|
2523
|
+
msgstr ""
|
2524
|
+
|
2471
2525
|
msgid "Environments"
|
2472
2526
|
msgstr "환경 "
|
2473
2527
|
|
@@ -2600,6 +2654,9 @@ msgstr ""
|
|
2600
2654
|
msgid "Export as CSV"
|
2601
2655
|
msgstr ""
|
2602
2656
|
|
2657
|
+
msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
|
2658
|
+
msgstr ""
|
2659
|
+
|
2603
2660
|
msgid "Export formats.Choose syncable if the exported content needs to be in a yum format. This option is only available for %{syncable_repos} repositories. Choose importable if the importing server uses the same version and exported content needs to be one of %{importable_repos} repositories."
|
2604
2661
|
msgstr ""
|
2605
2662
|
|
@@ -2612,6 +2669,9 @@ msgstr "내보낸 컨텐츠 뷰"
|
|
2612
2669
|
msgid "Exported version"
|
2613
2670
|
msgstr "내보낸 버전"
|
2614
2671
|
|
2672
|
+
msgid "Extended support"
|
2673
|
+
msgstr ""
|
2674
|
+
|
2615
2675
|
msgid "Facts successfully updated."
|
2616
2676
|
msgstr "정보가 성공적으로 업데이트되었습니다. "
|
2617
2677
|
|
@@ -2759,9 +2819,6 @@ msgstr ""
|
|
2759
2819
|
msgid "Finish"
|
2760
2820
|
msgstr ""
|
2761
2821
|
|
2762
|
-
msgid "Finish action timeout"
|
2763
|
-
msgstr ""
|
2764
|
-
|
2765
2822
|
msgid "Finished"
|
2766
2823
|
msgstr "완료"
|
2767
2824
|
|
@@ -2809,6 +2866,9 @@ msgstr ""
|
|
2809
2866
|
msgid "Full description"
|
2810
2867
|
msgstr ""
|
2811
2868
|
|
2869
|
+
msgid "Full support"
|
2870
|
+
msgstr ""
|
2871
|
+
|
2812
2872
|
msgid "Fully entitled"
|
2813
2873
|
msgstr "모든 권한이 부여됨"
|
2814
2874
|
|
@@ -2866,15 +2926,15 @@ msgstr "특정 호스트 및 에라타에 대해 업데이트해야 하는 컨
|
|
2866
2926
|
msgid "Given criteria doesn't match any DEBs. Try changing your rule."
|
2867
2927
|
msgstr ""
|
2868
2928
|
|
2869
|
-
msgid "Given criteria doesn't match any RPMs. Try changing your rule."
|
2870
|
-
msgstr ""
|
2871
|
-
|
2872
2929
|
msgid "Given criteria doesn't match any activation keys. Try changing your rule."
|
2873
2930
|
msgstr ""
|
2874
2931
|
|
2875
2932
|
msgid "Given criteria doesn't match any hosts. Try changing your rule."
|
2876
2933
|
msgstr ""
|
2877
2934
|
|
2935
|
+
msgid "Given criteria doesn't match any non-modular RPMs. Try changing your rule."
|
2936
|
+
msgstr ""
|
2937
|
+
|
2878
2938
|
msgid "Go to job details"
|
2879
2939
|
msgstr ""
|
2880
2940
|
|
@@ -2899,6 +2959,9 @@ msgstr ""
|
|
2899
2959
|
msgid "Has to be > 0"
|
2900
2960
|
msgstr ""
|
2901
2961
|
|
2962
|
+
msgid "Help"
|
2963
|
+
msgstr ""
|
2964
|
+
|
2902
2965
|
msgid "Helper"
|
2903
2966
|
msgstr "도움말"
|
2904
2967
|
|
@@ -2989,12 +3052,6 @@ msgstr ""
|
|
2989
3052
|
msgid "Host creation was skipped for %s because it shares a BIOS UUID with %s. To report this hypervisor, override its dmi.system.uuid fact or set 'candlepin.use_system_uuid_for_matching' to 'true' in the Candlepin configuration."
|
2990
3053
|
msgstr ""
|
2991
3054
|
|
2992
|
-
msgid "Host did not finish content action in %s seconds. The task has been cancelled."
|
2993
|
-
msgstr "호스트가 %s초 이내에 컨텐츠 작업을 끝내지 않았습니다. 태스크가 취소되었습니다."
|
2994
|
-
|
2995
|
-
msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
|
2996
|
-
msgstr "호스트가 %s초 이내에 응답하지 않았습니다. 태스크가 취소되었습니다. 호스트에 katello-agent가 설치되어 있고 goferd가 실행 중입니까?"
|
2997
|
-
|
2998
3055
|
msgid "Host errata advisory"
|
2999
3056
|
msgstr ""
|
3000
3057
|
|
@@ -3016,6 +3073,9 @@ msgstr ""
|
|
3016
3073
|
msgid "Host id to list applicable packages for"
|
3017
3074
|
msgstr ""
|
3018
3075
|
|
3076
|
+
msgid "Host lifecycle support expiration notification"
|
3077
|
+
msgstr ""
|
3078
|
+
|
3019
3079
|
msgid "Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this instance"
|
3020
3080
|
msgstr ""
|
3021
3081
|
|
@@ -3216,9 +3276,6 @@ msgstr ""
|
|
3216
3276
|
msgid "If this is enabled, and register_hostname_fact is set and provided, registration will look for a new host by name only using that fact, and will skip all hostname matching"
|
3217
3277
|
msgstr ""
|
3218
3278
|
|
3219
|
-
msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
|
3220
|
-
msgstr ""
|
3221
|
-
|
3222
3279
|
msgid "If this is enabled, repositories can be deleted even when they belong to published content views. The deleted repository will be removed from all content view versions."
|
3223
3280
|
msgstr ""
|
3224
3281
|
|
@@ -3303,9 +3360,6 @@ msgstr ""
|
|
3303
3360
|
msgid "Import a Manifest to Begin"
|
3304
3361
|
msgstr ""
|
3305
3362
|
|
3306
|
-
msgid "Import a Manifest to manage your Entitlements."
|
3307
|
-
msgstr ""
|
3308
|
-
|
3309
3363
|
msgid "Import a Manifest using the manifest tab above."
|
3310
3364
|
msgstr ""
|
3311
3365
|
|
@@ -3318,6 +3372,9 @@ msgstr ""
|
|
3318
3372
|
msgid "Import a repository"
|
3319
3373
|
msgstr ""
|
3320
3374
|
|
3375
|
+
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3376
|
+
msgstr ""
|
3377
|
+
|
3321
3378
|
msgid "Import facts"
|
3322
3379
|
msgstr "팩트 불러오기"
|
3323
3380
|
|
@@ -3426,36 +3483,12 @@ msgstr "동기화 계획에 연결된 제품 동기화 시작"
|
|
3426
3483
|
msgid "Install"
|
3427
3484
|
msgstr "설치 "
|
3428
3485
|
|
3429
|
-
msgid "Install Applicable Errata"
|
3430
|
-
msgstr "적용 가능한 에라타 설치 "
|
3431
|
-
|
3432
|
-
msgid "Install Applicable Errata on %s"
|
3433
|
-
msgstr "%s에 적용 가능한 에라타 설치"
|
3434
|
-
|
3435
|
-
msgid "Install content on one or more hosts using katello-agent. %s"
|
3436
|
-
msgstr ""
|
3437
|
-
|
3438
3486
|
msgid "Install errata using scoped search query"
|
3439
3487
|
msgstr ""
|
3440
3488
|
|
3441
3489
|
msgid "Install errata via Katello interface"
|
3442
3490
|
msgstr "Katello 인터페이스를 통해 에라타 설치"
|
3443
3491
|
|
3444
|
-
msgid "Install erratum"
|
3445
|
-
msgstr "에라타 설치"
|
3446
|
-
|
3447
|
-
msgid "Install erratum for %s"
|
3448
|
-
msgstr ""
|
3449
|
-
|
3450
|
-
msgid "Install package"
|
3451
|
-
msgstr "패키지 설치 "
|
3452
|
-
|
3453
|
-
msgid "Install package for %s"
|
3454
|
-
msgstr ""
|
3455
|
-
|
3456
|
-
msgid "Install package group"
|
3457
|
-
msgstr "패키지 그룹 설치 "
|
3458
|
-
|
3459
3492
|
msgid "Install package group via Katello interface"
|
3460
3493
|
msgstr "Katello 인터페이스를 통해 패키지 그룹 설치"
|
3461
3494
|
|
@@ -3465,18 +3498,12 @@ msgstr "Katello 인터페이스를 통해 패키지 설치"
|
|
3465
3498
|
msgid "Install packages"
|
3466
3499
|
msgstr ""
|
3467
3500
|
|
3468
|
-
msgid "Install packages remotely using katello-agent. %s"
|
3469
|
-
msgstr ""
|
3470
|
-
|
3471
3501
|
msgid "Install packages via Katello interface"
|
3472
3502
|
msgstr ""
|
3473
3503
|
|
3474
3504
|
msgid "Install via customized remote execution"
|
3475
3505
|
msgstr ""
|
3476
3506
|
|
3477
|
-
msgid "Install via katello-agent"
|
3478
|
-
msgstr ""
|
3479
|
-
|
3480
3507
|
msgid "Install via remote execution"
|
3481
3508
|
msgstr ""
|
3482
3509
|
|
@@ -3489,15 +3516,6 @@ msgstr ""
|
|
3489
3516
|
msgid "Installable updates"
|
3490
3517
|
msgstr ""
|
3491
3518
|
|
3492
|
-
msgid "Installation of errata requested: %{errata}"
|
3493
|
-
msgstr ""
|
3494
|
-
|
3495
|
-
msgid "Installation of package group(s) requested: %{groups}"
|
3496
|
-
msgstr ""
|
3497
|
-
|
3498
|
-
msgid "Installation of package(s) requested: %{packages}"
|
3499
|
-
msgstr ""
|
3500
|
-
|
3501
3519
|
msgid "Installation status"
|
3502
3520
|
msgstr ""
|
3503
3521
|
|
@@ -3555,9 +3573,6 @@ msgstr ""
|
|
3555
3573
|
msgid "Invalid content label: %s"
|
3556
3574
|
msgstr "잘못된 컨텐츠 레이블: %s"
|
3557
3575
|
|
3558
|
-
msgid "Invalid content type %s"
|
3559
|
-
msgstr "잘못된 컨텐츠 유형 %s"
|
3560
|
-
|
3561
3576
|
msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
|
3562
3577
|
msgstr "잘못된 컨텐츠 유형 '%{content_type}'이(가) 지정되었습니다. 컨텐츠 유형은 %{content_types} 중 하나가 될 수 있습니다."
|
3563
3578
|
|
@@ -3633,15 +3648,9 @@ msgstr ""
|
|
3633
3648
|
msgid "Job '${description}' has started."
|
3634
3649
|
msgstr ""
|
3635
3650
|
|
3636
|
-
msgid "Katello 4.10"
|
3637
|
-
msgstr ""
|
3638
|
-
|
3639
3651
|
msgid "Katello ID of local pool to update"
|
3640
3652
|
msgstr ""
|
3641
3653
|
|
3642
|
-
msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
|
3643
|
-
msgstr ""
|
3644
|
-
|
3645
3654
|
msgid "Katello: Install Errata"
|
3646
3655
|
msgstr "Katello: 에라타 설치"
|
3647
3656
|
|
@@ -3723,6 +3732,9 @@ msgstr ""
|
|
3723
3732
|
msgid "Last refresh :"
|
3724
3733
|
msgstr ""
|
3725
3734
|
|
3735
|
+
msgid "Last sync"
|
3736
|
+
msgstr ""
|
3737
|
+
|
3726
3738
|
msgid "Last task"
|
3727
3739
|
msgstr ""
|
3728
3740
|
|
@@ -3783,6 +3795,9 @@ msgstr ""
|
|
3783
3795
|
msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
|
3784
3796
|
msgstr "라이프 사이클 환경 '%{environment}'이 capsule에 할당되어 있지 않습니다. "
|
3785
3797
|
|
3798
|
+
msgid "Lifecycle environment '%{env}' cannot be used with content view '%{view}'"
|
3799
|
+
msgstr ""
|
3800
|
+
|
3786
3801
|
msgid "Lifecycle environment ID"
|
3787
3802
|
msgstr ""
|
3788
3803
|
|
@@ -3864,6 +3879,9 @@ msgstr ""
|
|
3864
3879
|
msgid "List components attached to this content view"
|
3865
3880
|
msgstr ""
|
3866
3881
|
|
3882
|
+
msgid "List content counts for the smart proxy"
|
3883
|
+
msgstr ""
|
3884
|
+
|
3867
3885
|
msgid "List content view versions"
|
3868
3886
|
msgstr "컨텐츠 뷰 버전 목록 나열 "
|
3869
3887
|
|
@@ -3915,9 +3933,6 @@ msgstr ""
|
|
3915
3933
|
msgid "List of Errata ids"
|
3916
3934
|
msgstr "에라타 ID 목록 "
|
3917
3935
|
|
3918
|
-
msgid "List of Errata ids to install. Will be removed in %s"
|
3919
|
-
msgstr ""
|
3920
|
-
|
3921
3936
|
msgid "List of Products for sync plan"
|
3922
3937
|
msgstr "동기화 계획의 제품 나열"
|
3923
3938
|
|
@@ -3927,12 +3942,6 @@ msgstr ""
|
|
3927
3942
|
msgid "List of component content view version ids for composite views"
|
3928
3943
|
msgstr "복합 뷰의 구성 요소 컨텐츠 뷰 버전 ID 목록 "
|
3929
3944
|
|
3930
|
-
msgid "List of content (e.g. package names, package group names (Deprecated) or errata ids)"
|
3931
|
-
msgstr ""
|
3932
|
-
|
3933
|
-
msgid "List of content (e.g. package or package group names)"
|
3934
|
-
msgstr "컨텐츠 목록 (예: 패키지 또는 패키지 그룹 이름) "
|
3935
|
-
|
3936
3945
|
msgid "List of content units to ignore while syncing a yum repository. Must be subset of %s"
|
3937
3946
|
msgstr ""
|
3938
3947
|
|
@@ -4080,6 +4089,9 @@ msgstr "로딩..."
|
|
4080
4089
|
msgid "Low"
|
4081
4090
|
msgstr ""
|
4082
4091
|
|
4092
|
+
msgid "Maintenance support"
|
4093
|
+
msgstr ""
|
4094
|
+
|
4083
4095
|
msgid "Make copy of a content view"
|
4084
4096
|
msgstr "컨텐츠 뷰 사본 작성 "
|
4085
4097
|
|
@@ -4137,6 +4149,9 @@ msgstr ""
|
|
4137
4149
|
msgid "Matched"
|
4138
4150
|
msgstr ""
|
4139
4151
|
|
4152
|
+
msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
|
4153
|
+
msgstr ""
|
4154
|
+
|
4140
4155
|
msgid "Matching content"
|
4141
4156
|
msgstr ""
|
4142
4157
|
|
@@ -4352,9 +4367,6 @@ msgstr "컨텐츠 보기가 없습니다 "
|
|
4352
4367
|
msgid "No Content found"
|
4353
4368
|
msgstr ""
|
4354
4369
|
|
4355
|
-
msgid "No Lifecycle environment to select"
|
4356
|
-
msgstr ""
|
4357
|
-
|
4358
4370
|
msgid "No Manifest Uploaded"
|
4359
4371
|
msgstr ""
|
4360
4372
|
|
@@ -4379,9 +4391,6 @@ msgstr ""
|
|
4379
4391
|
msgid "No applicable errata"
|
4380
4392
|
msgstr ""
|
4381
4393
|
|
4382
|
-
msgid "No applicable errata for %s, skipping"
|
4383
|
-
msgstr ""
|
4384
|
-
|
4385
4394
|
msgid "No applications to restart"
|
4386
4395
|
msgstr ""
|
4387
4396
|
|
@@ -4400,9 +4409,6 @@ msgstr ""
|
|
4400
4409
|
msgid "No content added."
|
4401
4410
|
msgstr ""
|
4402
4411
|
|
4403
|
-
msgid "No content has been provided."
|
4404
|
-
msgstr "제공된 컨텐츠가 없습니다. "
|
4405
|
-
|
4406
4412
|
msgid "No content ids provided"
|
4407
4413
|
msgstr "컨텐츠 ID를 지정하지 않았습니다."
|
4408
4414
|
|
@@ -4433,6 +4439,9 @@ msgstr ""
|
|
4433
4439
|
msgid "No description provided"
|
4434
4440
|
msgstr ""
|
4435
4441
|
|
4442
|
+
msgid "No docker manifests to delete after ignoring manifests with tags or manifest lists"
|
4443
|
+
msgstr ""
|
4444
|
+
|
4436
4445
|
msgid "No enabled repositories match your search criteria."
|
4437
4446
|
msgstr ""
|
4438
4447
|
|
@@ -4514,9 +4523,6 @@ msgstr ""
|
|
4514
4523
|
msgid "No matching DEB found."
|
4515
4524
|
msgstr ""
|
4516
4525
|
|
4517
|
-
msgid "No matching RPM found."
|
4518
|
-
msgstr ""
|
4519
|
-
|
4520
4526
|
msgid "No matching activation keys found."
|
4521
4527
|
msgstr ""
|
4522
4528
|
|
@@ -4544,6 +4550,9 @@ msgstr ""
|
|
4544
4550
|
msgid "No matching hosts found."
|
4545
4551
|
msgstr ""
|
4546
4552
|
|
4553
|
+
msgid "No matching non-modular RPM found."
|
4554
|
+
msgstr ""
|
4555
|
+
|
4547
4556
|
msgid "No matching packages found"
|
4548
4557
|
msgstr ""
|
4549
4558
|
|
@@ -4760,6 +4769,9 @@ msgstr "내보낸 리포지터리의 디스크상 위치"
|
|
4760
4769
|
msgid "On-disk location for pulp 3 exported repositories"
|
4761
4770
|
msgstr ""
|
4762
4771
|
|
4772
|
+
msgid "Once the prerequisites are met, select a provider to install katello-host-tools-tracer"
|
4773
|
+
msgstr ""
|
4774
|
+
|
4763
4775
|
msgid "One of parameters [ %s ] required but not specified."
|
4764
4776
|
msgstr "매개 변수 [ %s ] 중 하나가 필요하지만 지정되어 있지 않습니다."
|
4765
4777
|
|
@@ -4784,6 +4796,9 @@ msgstr ""
|
|
4784
4796
|
msgid "Only one Red Hat provider permitted for an Organization"
|
4785
4797
|
msgstr "하나의 조직에 대해 하나의 Red Hat 공급자만을 허용 "
|
4786
4798
|
|
4799
|
+
msgid "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page."
|
4800
|
+
msgstr ""
|
4801
|
+
|
4787
4802
|
msgid "Only returns id and quantity fields"
|
4788
4803
|
msgstr ""
|
4789
4804
|
|
@@ -5194,6 +5209,9 @@ msgid ""
|
|
5194
5209
|
" this is not the same product id as the products api returns"
|
5195
5210
|
msgstr ""
|
5196
5211
|
|
5212
|
+
msgid "Product label"
|
5213
|
+
msgstr ""
|
5214
|
+
|
5197
5215
|
msgid "Product name"
|
5198
5216
|
msgstr "제품 이름 "
|
5199
5217
|
|
@@ -5266,6 +5284,9 @@ msgstr "프로비저닝 템플릿 ID "
|
|
5266
5284
|
msgid "Proxies"
|
5267
5285
|
msgstr "프록시 "
|
5268
5286
|
|
5287
|
+
msgid "Proxy sync failure"
|
5288
|
+
msgstr ""
|
5289
|
+
|
5269
5290
|
msgid "Public"
|
5270
5291
|
msgstr "공개 "
|
5271
5292
|
|
@@ -5398,6 +5419,12 @@ msgstr "RAM: %sGB"
|
|
5398
5419
|
msgid "RH Repos"
|
5399
5420
|
msgstr ""
|
5400
5421
|
|
5422
|
+
msgid "RHEL Lifecycle status"
|
5423
|
+
msgstr ""
|
5424
|
+
|
5425
|
+
msgid "RHEL lifecycle"
|
5426
|
+
msgstr ""
|
5427
|
+
|
5401
5428
|
msgid "RHUI"
|
5402
5429
|
msgstr ""
|
5403
5430
|
|
@@ -5446,9 +5473,6 @@ msgstr ""
|
|
5446
5473
|
msgid "Reboot required"
|
5447
5474
|
msgstr ""
|
5448
5475
|
|
5449
|
-
msgid "Recalculate"
|
5450
|
-
msgstr ""
|
5451
|
-
|
5452
5476
|
msgid "Recently Expired Subscriptions"
|
5453
5477
|
msgstr "최근에 만료된 서브스크립션"
|
5454
5478
|
|
@@ -5524,6 +5548,18 @@ msgstr ""
|
|
5524
5548
|
msgid "Refresh an alternate content source. Refreshing, like repository syncing, is required before using an alternate content source."
|
5525
5549
|
msgstr ""
|
5526
5550
|
|
5551
|
+
msgid "Refresh applicability"
|
5552
|
+
msgstr ""
|
5553
|
+
|
5554
|
+
msgid "Refresh counts"
|
5555
|
+
msgstr ""
|
5556
|
+
|
5557
|
+
msgid "Refresh errata applicability"
|
5558
|
+
msgstr ""
|
5559
|
+
|
5560
|
+
msgid "Refresh package applicability"
|
5561
|
+
msgstr ""
|
5562
|
+
|
5527
5563
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5528
5564
|
msgstr "Red Hat 공급자에 대해 이전에 가져온 매니페스트를 새로 고침 "
|
5529
5565
|
|
@@ -5605,13 +5641,10 @@ msgstr "데이터 다시 불러오기 "
|
|
5605
5641
|
msgid "Remote action:"
|
5606
5642
|
msgstr "원격 작업:"
|
5607
5643
|
|
5608
|
-
msgid "Remote execution
|
5609
|
-
msgstr ""
|
5610
|
-
|
5611
|
-
msgid "Removal of package group(s) requested: %{groups}"
|
5644
|
+
msgid "Remote execution is enabled."
|
5612
5645
|
msgstr ""
|
5613
5646
|
|
5614
|
-
msgid "
|
5647
|
+
msgid "Remote execution job '${description}' failed."
|
5615
5648
|
msgstr ""
|
5616
5649
|
|
5617
5650
|
msgid "Remove"
|
@@ -5635,9 +5668,6 @@ msgstr ""
|
|
5635
5668
|
msgid "Remove components from the content view"
|
5636
5669
|
msgstr ""
|
5637
5670
|
|
5638
|
-
msgid "Remove content on one or more hosts using katello-agent. %s"
|
5639
|
-
msgstr ""
|
5640
|
-
|
5641
5671
|
msgid "Remove content view version"
|
5642
5672
|
msgstr "컨텐츠 뷰 버전 삭제 "
|
5643
5673
|
|
@@ -5671,15 +5701,6 @@ msgstr "하나 이상의 호스트에서 하나 이상의 호스트 컬렉션
|
|
5671
5701
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
5672
5702
|
msgstr ""
|
5673
5703
|
|
5674
|
-
msgid "Remove package"
|
5675
|
-
msgstr "패키지 삭제 "
|
5676
|
-
|
5677
|
-
msgid "Remove package for %s"
|
5678
|
-
msgstr ""
|
5679
|
-
|
5680
|
-
msgid "Remove package group"
|
5681
|
-
msgstr "패키지 그룹 삭제 "
|
5682
|
-
|
5683
5704
|
msgid "Remove package group via Katello interface"
|
5684
5705
|
msgstr "Katello 인터페이스를 통해 패키지 그룹 삭제"
|
5685
5706
|
|
@@ -5725,10 +5746,13 @@ msgstr ""
|
|
5725
5746
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
5726
5747
|
msgstr ""
|
5727
5748
|
|
5749
|
+
msgid "Repo ID"
|
5750
|
+
msgstr ""
|
5751
|
+
|
5728
5752
|
msgid "Repo Type"
|
5729
5753
|
msgstr "리포지터리 유형 "
|
5730
5754
|
|
5731
|
-
msgid "
|
5755
|
+
msgid "Repo label"
|
5732
5756
|
msgstr ""
|
5733
5757
|
|
5734
5758
|
msgid "Repositories"
|
@@ -5737,6 +5761,9 @@ msgstr "리포지터리 "
|
|
5737
5761
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
5738
5762
|
msgstr ""
|
5739
5763
|
|
5764
|
+
msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
|
5765
|
+
msgstr ""
|
5766
|
+
|
5740
5767
|
msgid "Repositories from published Content Views are not allowed."
|
5741
5768
|
msgstr "공개된 컨텐츠 뷰에서 리포지터리는 허용되지 않습니다. "
|
5742
5769
|
|
@@ -5749,12 +5776,18 @@ msgstr ""
|
|
5749
5776
|
msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
|
5750
5777
|
msgstr ""
|
5751
5778
|
|
5779
|
+
msgid "Repository %{label} failed to synchronize"
|
5780
|
+
msgstr ""
|
5781
|
+
|
5752
5782
|
msgid "Repository '%(repoName)s' has been disabled."
|
5753
5783
|
msgstr ""
|
5754
5784
|
|
5755
5785
|
msgid "Repository '%(repoName)s' has been enabled."
|
5756
5786
|
msgstr ""
|
5757
5787
|
|
5788
|
+
msgid "Repository ID"
|
5789
|
+
msgstr ""
|
5790
|
+
|
5758
5791
|
msgid "Repository Id associated with the kickstart repo used for provisioning"
|
5759
5792
|
msgstr ""
|
5760
5793
|
|
@@ -5776,6 +5809,9 @@ msgstr "리포지터리 ID"
|
|
5776
5809
|
msgid "Repository label '%s' is not associated with content view."
|
5777
5810
|
msgstr ""
|
5778
5811
|
|
5812
|
+
msgid "Repository name"
|
5813
|
+
msgstr ""
|
5814
|
+
|
5779
5815
|
msgid "Repository not found"
|
5780
5816
|
msgstr "리포지터리를 찾을 수 없음 "
|
5781
5817
|
|
@@ -5815,6 +5851,9 @@ msgstr ""
|
|
5815
5851
|
msgid "Repository sets will appear here when the host's content view and environment has available content."
|
5816
5852
|
msgstr ""
|
5817
5853
|
|
5854
|
+
msgid "Repository sync failure"
|
5855
|
+
msgstr ""
|
5856
|
+
|
5818
5857
|
msgid "Repository type"
|
5819
5858
|
msgstr ""
|
5820
5859
|
|
@@ -6043,9 +6082,6 @@ msgstr "저장"
|
|
6043
6082
|
msgid "Saving alternate content source..."
|
6044
6083
|
msgstr ""
|
6045
6084
|
|
6046
|
-
msgid "Schedule errata for installation using katello-agent. %s"
|
6047
|
-
msgstr ""
|
6048
|
-
|
6049
6085
|
msgid "Schema Version 1"
|
6050
6086
|
msgstr "스키마 버전 1"
|
6051
6087
|
|
@@ -6223,7 +6259,10 @@ msgstr ""
|
|
6223
6259
|
msgid "Select source type"
|
6224
6260
|
msgstr ""
|
6225
6261
|
|
6226
|
-
msgid "Select system purpose attributes for
|
6262
|
+
msgid "Select system purpose attributes for activation key {name}."
|
6263
|
+
msgstr ""
|
6264
|
+
|
6265
|
+
msgid "Select system purpose attributes for host {name}."
|
6227
6266
|
msgstr ""
|
6228
6267
|
|
6229
6268
|
msgid "Select the installation media that will be used to provision this host. Choose 'Synced Content' for Synced Kickstart Repositories or 'All Media' for other media."
|
@@ -6391,6 +6430,9 @@ msgstr ""
|
|
6391
6430
|
msgid "Simple Content Access has been enabled for '%{subject}'."
|
6392
6431
|
msgstr ""
|
6393
6432
|
|
6433
|
+
msgid "Simple Content Access will be required for all organizations in Katello 4.12."
|
6434
|
+
msgstr ""
|
6435
|
+
|
6394
6436
|
msgid "Simplified"
|
6395
6437
|
msgstr ""
|
6396
6438
|
|
@@ -6409,12 +6451,21 @@ msgstr "실패한 pulp 검사 후 pulp_auth 검사를 건너뛰었습니다."
|
|
6409
6451
|
msgid "Smart proxies"
|
6410
6452
|
msgstr "스마트 프록시 "
|
6411
6453
|
|
6454
|
+
msgid "Smart proxy ID"
|
6455
|
+
msgstr ""
|
6456
|
+
|
6412
6457
|
msgid "Smart proxy IDs"
|
6413
6458
|
msgstr "스마트 프록시 ID "
|
6414
6459
|
|
6460
|
+
msgid "Smart proxy content count refresh has started in the background"
|
6461
|
+
msgstr ""
|
6462
|
+
|
6415
6463
|
msgid "Smart proxy content source not found!"
|
6416
6464
|
msgstr ""
|
6417
6465
|
|
6466
|
+
msgid "Smart proxy name"
|
6467
|
+
msgstr ""
|
6468
|
+
|
6418
6469
|
msgid "Sockets"
|
6419
6470
|
msgstr "소켓 "
|
6420
6471
|
|
@@ -6523,6 +6574,9 @@ msgstr ""
|
|
6523
6574
|
msgid "Something went wrong while refreshing alternate content sources: "
|
6524
6575
|
msgstr ""
|
6525
6576
|
|
6577
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}"
|
6578
|
+
msgstr ""
|
6579
|
+
|
6526
6580
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
6527
6581
|
msgstr ""
|
6528
6582
|
|
@@ -6784,6 +6838,9 @@ msgstr "요약 "
|
|
6784
6838
|
msgid "Support Type"
|
6785
6839
|
msgstr "지원 유형 "
|
6786
6840
|
|
6841
|
+
msgid "Support ended"
|
6842
|
+
msgstr ""
|
6843
|
+
|
6787
6844
|
msgid "Supported Content Types"
|
6788
6845
|
msgstr ""
|
6789
6846
|
|
@@ -6865,13 +6922,13 @@ msgstr ""
|
|
6865
6922
|
msgid "Syncable export"
|
6866
6923
|
msgstr ""
|
6867
6924
|
|
6868
|
-
msgid "Synced
|
6925
|
+
msgid "Synced"
|
6869
6926
|
msgstr ""
|
6870
6927
|
|
6871
|
-
msgid "Synced
|
6928
|
+
msgid "Synced "
|
6872
6929
|
msgstr ""
|
6873
6930
|
|
6874
|
-
msgid "Synced
|
6931
|
+
msgid "Synced Content"
|
6875
6932
|
msgstr ""
|
6876
6933
|
|
6877
6934
|
msgid "Synchronize"
|
@@ -6931,12 +6988,24 @@ msgstr ""
|
|
6931
6988
|
msgid "Task ${task.humanized.action} has started."
|
6932
6989
|
msgstr ""
|
6933
6990
|
|
6991
|
+
msgid "Task ID"
|
6992
|
+
msgstr ""
|
6993
|
+
|
6934
6994
|
msgid "Task canceled"
|
6935
6995
|
msgstr "태스크 취소됨 "
|
6936
6996
|
|
6937
6997
|
msgid "Task detail"
|
6938
6998
|
msgstr ""
|
6939
6999
|
|
7000
|
+
msgid "Task details"
|
7001
|
+
msgstr ""
|
7002
|
+
|
7003
|
+
msgid "Task result"
|
7004
|
+
msgstr ""
|
7005
|
+
|
7006
|
+
msgid "Task state"
|
7007
|
+
msgstr ""
|
7008
|
+
|
6940
7009
|
msgid "Temporary"
|
6941
7010
|
msgstr "임시"
|
6942
7011
|
|
@@ -6946,6 +7015,18 @@ msgstr "'%s' 환경에 변경 집합을 포함할 수 없습니다! "
|
|
6946
7015
|
msgid "The Alternate Content Source type"
|
6947
7016
|
msgstr ""
|
6948
7017
|
|
7018
|
+
msgid "The Foreman Client repository is available in the host's content view environment(s). "
|
7019
|
+
msgstr ""
|
7020
|
+
|
7021
|
+
msgid "The Foreman Client repository is enabled. "
|
7022
|
+
msgstr ""
|
7023
|
+
|
7024
|
+
msgid "The Foreman Client repository is synced. "
|
7025
|
+
msgstr ""
|
7026
|
+
|
7027
|
+
msgid "The Foreman Client repository set is enabled for the host. "
|
7028
|
+
msgstr ""
|
7029
|
+
|
6949
7030
|
msgid "The URL to receive a session token from, e.g. used with Automation Hub."
|
6950
7031
|
msgstr "세션 토큰을 수신할 URL, 예: Automation Hub에서 사용."
|
6951
7032
|
|
@@ -6967,9 +7048,6 @@ msgstr "기본 컨텐츠 뷰는 편집, 공개, 삭제할 수 없습니다."
|
|
6967
7048
|
msgid "The default content view cannot be promoted"
|
6968
7049
|
msgstr "기본값 컨텐츠 뷰는 승격할 수 없습니다 "
|
6969
7050
|
|
6970
|
-
msgid "The default dependency solving value for new content views."
|
6971
|
-
msgstr ""
|
6972
|
-
|
6973
7051
|
msgid "The description for the content view version"
|
6974
7052
|
msgstr ""
|
6975
7053
|
|
@@ -7115,12 +7193,6 @@ msgstr ""
|
|
7115
7193
|
msgid "The type of content to upload (srpm, file, etc.). Check uploadable types here: /katello/api/repositories/repository_types"
|
7116
7194
|
msgstr ""
|
7117
7195
|
|
7118
|
-
msgid "The type of content. The following types are supported: 'package' and 'package_group."
|
7119
|
-
msgstr "컨텐츠 유형입니다. 다음 유형이 지원됩니다: 'package' 및 'package_group."
|
7120
|
-
|
7121
|
-
msgid "The type of content. The following types are supported: 'package', 'package_group' and 'errata'."
|
7122
|
-
msgstr "컨텐츠 유형입니다. 다음 유형이 지원됩니다: 'package', 'package_group', 'errata'."
|
7123
|
-
|
7124
7196
|
msgid "There are no Manifests to display"
|
7125
7197
|
msgstr ""
|
7126
7198
|
|
@@ -7193,9 +7265,6 @@ msgstr ""
|
|
7193
7265
|
msgid "This action should only be taken in extreme circumstances or for debugging purposes."
|
7194
7266
|
msgstr ""
|
7195
7267
|
|
7196
|
-
msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
|
7197
|
-
msgstr ""
|
7198
|
-
|
7199
7268
|
msgid "This activation key is associated to one or more Hosts/Hostgroups. Search and unassociate Hosts/Hostgroups using params.kt_activation_keys ~ \"%{name}\" before deleting."
|
7200
7269
|
msgstr ""
|
7201
7270
|
|
@@ -7253,10 +7322,10 @@ msgstr ""
|
|
7253
7322
|
msgid "This is not a linked repository"
|
7254
7323
|
msgstr ""
|
7255
7324
|
|
7256
|
-
msgid "This organization
|
7325
|
+
msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12."
|
7257
7326
|
msgstr ""
|
7258
7327
|
|
7259
|
-
msgid "This
|
7328
|
+
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7260
7329
|
msgstr ""
|
7261
7330
|
|
7262
7331
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
@@ -7292,12 +7361,6 @@ msgstr ""
|
|
7292
7361
|
msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
|
7293
7362
|
msgstr ""
|
7294
7363
|
|
7295
|
-
msgid "Time in seconds to wait for a host to finish a katello-agent action"
|
7296
|
-
msgstr ""
|
7297
|
-
|
7298
|
-
msgid "Time in seconds to wait for a host to pick up a katello-agent action"
|
7299
|
-
msgstr ""
|
7300
|
-
|
7301
7364
|
msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
|
7302
7365
|
msgstr ""
|
7303
7366
|
|
@@ -7523,9 +7586,6 @@ msgstr ""
|
|
7523
7586
|
msgid "Uninstall and reset"
|
7524
7587
|
msgstr ""
|
7525
7588
|
|
7526
|
-
msgid "Uninstall packages remotely using katello-agent. %s"
|
7527
|
-
msgstr ""
|
7528
|
-
|
7529
7589
|
msgid "Unknown"
|
7530
7590
|
msgstr "알 수 없음 "
|
7531
7591
|
|
@@ -7583,6 +7643,9 @@ msgstr ""
|
|
7583
7643
|
msgid "Update CDN Configuration"
|
7584
7644
|
msgstr ""
|
7585
7645
|
|
7646
|
+
msgid "Update Content Counts"
|
7647
|
+
msgstr ""
|
7648
|
+
|
7586
7649
|
msgid "Update Content Overrides"
|
7587
7650
|
msgstr ""
|
7588
7651
|
|
@@ -7628,7 +7691,7 @@ msgstr "환경 업데이트 "
|
|
7628
7691
|
msgid "Update an environment in an organization"
|
7629
7692
|
msgstr "조직에 있는 환경 업데이트 "
|
7630
7693
|
|
7631
|
-
msgid "Update content
|
7694
|
+
msgid "Update content counts for the smart proxy"
|
7632
7695
|
msgstr ""
|
7633
7696
|
|
7634
7697
|
msgid "Update content urls"
|
@@ -7652,30 +7715,15 @@ msgstr ""
|
|
7652
7715
|
msgid "Update installed packages, enabled repos, module inventory"
|
7653
7716
|
msgstr ""
|
7654
7717
|
|
7655
|
-
msgid "Update of all packages requested"
|
7656
|
-
msgstr ""
|
7657
|
-
|
7658
|
-
msgid "Update of package(s) requested: %{packages}"
|
7659
|
-
msgstr ""
|
7660
|
-
|
7661
7718
|
msgid "Update organization"
|
7662
7719
|
msgstr "조직 업데이트 "
|
7663
7720
|
|
7664
|
-
msgid "Update package"
|
7665
|
-
msgstr "패키지 업데이트 "
|
7666
|
-
|
7667
|
-
msgid "Update package for %s"
|
7668
|
-
msgstr ""
|
7669
|
-
|
7670
7721
|
msgid "Update package group via Katello interface"
|
7671
7722
|
msgstr "Katello 인터페이스를 통해 패키지 그룹 업데이트"
|
7672
7723
|
|
7673
7724
|
msgid "Update package via Katello interface"
|
7674
7725
|
msgstr "Katello 인터페이스를 통해 패키지 업데이트"
|
7675
7726
|
|
7676
|
-
msgid "Update packages remotely using katello-agent. %s"
|
7677
|
-
msgstr ""
|
7678
|
-
|
7679
7727
|
msgid "Update packages via Katello interface"
|
7680
7728
|
msgstr ""
|
7681
7729
|
|
@@ -7727,9 +7775,6 @@ msgstr "업데이트 "
|
|
7727
7775
|
msgid "Updates a product"
|
7728
7776
|
msgstr "제품 업데이트 "
|
7729
7777
|
|
7730
|
-
msgid "Updates all packages on the host(s)"
|
7731
|
-
msgstr ""
|
7732
|
-
|
7733
7778
|
msgid "Updates available: Component content view versions have been updated."
|
7734
7779
|
msgstr ""
|
7735
7780
|
|
@@ -7847,9 +7892,6 @@ msgstr ""
|
|
7847
7892
|
msgid "Use HTTP proxies"
|
7848
7893
|
msgstr ""
|
7849
7894
|
|
7850
|
-
msgid "Use remote execution by default"
|
7851
|
-
msgstr ""
|
7852
|
-
|
7853
7895
|
msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
|
7854
7896
|
msgstr ""
|
7855
7897
|
|
@@ -7970,12 +8012,18 @@ msgstr ""
|
|
7970
8012
|
msgid "View by"
|
7971
8013
|
msgstr ""
|
7972
8014
|
|
8015
|
+
msgid "View content views"
|
8016
|
+
msgstr ""
|
8017
|
+
|
7973
8018
|
msgid "View documentation"
|
7974
8019
|
msgstr ""
|
7975
8020
|
|
7976
8021
|
msgid "View matching content"
|
7977
8022
|
msgstr ""
|
7978
8023
|
|
8024
|
+
msgid "View sync status"
|
8025
|
+
msgstr ""
|
8026
|
+
|
7979
8027
|
msgid "View tasks "
|
7980
8028
|
msgstr ""
|
7981
8029
|
|
@@ -7994,7 +8042,7 @@ msgstr ""
|
|
7994
8042
|
msgid "Virtual host"
|
7995
8043
|
msgstr ""
|
7996
8044
|
|
7997
|
-
msgid "WARNING:
|
8045
|
+
msgid "WARNING: Simple Content Access will be required for all organizations in Katello 4.12."
|
7998
8046
|
msgstr ""
|
7999
8047
|
|
8000
8048
|
msgid "Waiting to start."
|
@@ -8141,15 +8189,15 @@ msgstr ""
|
|
8141
8189
|
msgid "Your search returned no matching Module streams."
|
8142
8190
|
msgstr ""
|
8143
8191
|
|
8144
|
-
msgid "Your search returned no matching RPMs."
|
8145
|
-
msgstr ""
|
8146
|
-
|
8147
8192
|
msgid "Your search returned no matching activation keys."
|
8148
8193
|
msgstr ""
|
8149
8194
|
|
8150
8195
|
msgid "Your search returned no matching hosts."
|
8151
8196
|
msgstr ""
|
8152
8197
|
|
8198
|
+
msgid "Your search returned no matching non-modular RPMs."
|
8199
|
+
msgstr ""
|
8200
|
+
|
8153
8201
|
msgid "Yum"
|
8154
8202
|
msgstr ""
|
8155
8203
|
|
@@ -8336,9 +8384,6 @@ msgstr "컨텐츠 릴리즈 버전 "
|
|
8336
8384
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8337
8385
|
msgstr ""
|
8338
8386
|
|
8339
|
-
msgid "content view Dependency Solving Default"
|
8340
|
-
msgstr ""
|
8341
|
-
|
8342
8387
|
msgid "content view component ID. Identifier of the component association"
|
8343
8388
|
msgstr ""
|
8344
8389
|
|
@@ -8459,9 +8504,6 @@ msgstr ""
|
|
8459
8504
|
msgid "errata_ids is a required parameter"
|
8460
8505
|
msgstr ""
|
8461
8506
|
|
8462
|
-
msgid "errata_ids or update_all must be provided"
|
8463
|
-
msgstr ""
|
8464
|
-
|
8465
8507
|
msgid "erratum: IDs or a select all object"
|
8466
8508
|
msgstr "에라타: ID 또는 모든 개체 선택 "
|
8467
8509
|
|
@@ -8618,9 +8660,6 @@ msgstr ""
|
|
8618
8660
|
msgid "list filters"
|
8619
8661
|
msgstr "필터 나열"
|
8620
8662
|
|
8621
|
-
msgid "list of packages names"
|
8622
|
-
msgstr "패키지 이름 목록 "
|
8623
|
-
|
8624
8663
|
msgid "list of repository ids"
|
8625
8664
|
msgstr "리포지터리 ID 목록 "
|
8626
8665
|
|