katello 4.18.1 → 4.19.0.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/locale/bn/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/ca/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/cs/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +57 -108
- data/app/assets/javascripts/katello/locale/de/katello.js +58 -109
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/el/katello.js +57 -108
- data/app/assets/javascripts/katello/locale/en/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/en_US/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/es/katello.js +58 -109
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/fr/katello.js +59 -110
- data/app/assets/javascripts/katello/locale/gl/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/gu/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/hi/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/id/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/it/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/ja/katello.js +59 -110
- data/app/assets/javascripts/katello/locale/ka/katello.js +58 -109
- data/app/assets/javascripts/katello/locale/kn/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/ko/katello.js +59 -110
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/mr/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/or/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/pa/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/pl/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/pt/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +58 -109
- data/app/assets/javascripts/katello/locale/ro/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/ru/katello.js +57 -108
- data/app/assets/javascripts/katello/locale/sl/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/ta/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/te/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/tr/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/vi/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/zh/katello.js +56 -107
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +59 -110
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +57 -108
- 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/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 +30 -13
- 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/el.po +2 -2
- data/lib/katello/permission_creator.rb +2 -2
- data/lib/katello/permissions/host_permissions.rb +0 -6
- data/lib/katello/plugin.rb +16 -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/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +56 -107
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +56 -107
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +56 -107
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +56 -107
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +57 -108
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +58 -109
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +56 -107
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +56 -107
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +58 -109
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +56 -107
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +56 -107
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +56 -107
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +58 -109
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +56 -107
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +59 -110
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +56 -107
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +56 -107
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +56 -107
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +56 -107
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +56 -107
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +56 -107
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +59 -110
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +58 -109
- data/locale/katello.pot +676 -749
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +56 -107
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +59 -110
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +56 -107
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +56 -107
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +56 -107
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +56 -107
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +56 -107
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +56 -107
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +56 -107
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +56 -107
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +58 -109
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +56 -107
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +56 -107
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +57 -108
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +56 -107
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +56 -107
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +56 -107
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +56 -107
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +56 -107
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +56 -107
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +56 -107
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +56 -107
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +56 -107
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +59 -110
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +57 -108
- 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/BulkErrataWizard.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +10 -3
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +7 -0
- 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/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
- metadata +83 -55
- 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/locale/action_names.rb +0 -186
- /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImages.fixtures.js +0 -0
- /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/index.js +0 -0
data/locale/ko/katello.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Project-Id-Version: katello 4.
|
|
15
|
+
"Project-Id-Version: katello 4.19.0.pre.master\n"
|
|
16
16
|
"Report-Msgid-Bugs-To: \n"
|
|
17
17
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
18
18
|
"Last-Translator: Ondřej Gajdušek, 2025\n"
|
|
@@ -457,9 +457,6 @@ msgstr "원격 실행 작업이 진행 중입니다."
|
|
|
457
457
|
msgid "A remote execution job is in progress."
|
|
458
458
|
msgstr "원격 실행 작업이 진행 중입니다."
|
|
459
459
|
|
|
460
|
-
msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
|
|
461
|
-
msgstr "auto-healing 프로세스의 서비스 레벨. 예: SELF-SUPPORT"
|
|
462
|
-
|
|
463
460
|
msgid "A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running."
|
|
464
461
|
msgstr "pulpcore가 실행되지 않은 상태에서 스마트 프록시가 새로 고쳐진 것 같습니다. pulpcore 서비스가 실행 중인지 확인한 후 스마트 프록시를 새로 고쳐주세요."
|
|
465
462
|
|
|
@@ -562,12 +559,15 @@ msgstr "DEB 규칙 추가"
|
|
|
562
559
|
msgid "Add RPM rule"
|
|
563
560
|
msgstr "RPM 규칙 추가"
|
|
564
561
|
|
|
562
|
+
msgid "Add Red Hat Flatpak remote"
|
|
563
|
+
msgstr ""
|
|
564
|
+
|
|
565
|
+
msgid "Add Red Hat flatpak remote"
|
|
566
|
+
msgstr ""
|
|
567
|
+
|
|
565
568
|
msgid "Add Subscriptions"
|
|
566
569
|
msgstr "서브스크립션 추가"
|
|
567
570
|
|
|
568
|
-
msgid "Add a subscription to a host"
|
|
569
|
-
msgstr "호스트에 서브스크립션 추가"
|
|
570
|
-
|
|
571
571
|
msgid "Add an alternate content source"
|
|
572
572
|
msgstr "대체 콘텐츠 소스 추가"
|
|
573
573
|
|
|
@@ -631,9 +631,6 @@ msgstr "서브스크립션 추가"
|
|
|
631
631
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
|
632
632
|
msgstr "Red Hat Subscription Management에서 매니페스트에 의해 사용되는 서브스크립션 추가"
|
|
633
633
|
|
|
634
|
-
msgid "Add subscriptions to one or more hosts"
|
|
635
|
-
msgstr "하나 이상의 호스트에 서브스크립션 추가"
|
|
636
|
-
|
|
637
634
|
msgid "Add subscriptions using the Add Subscriptions button."
|
|
638
635
|
msgstr "서브스크립션 추가 버튼을 사용하여 서브스크립션을 추가합니다."
|
|
639
636
|
|
|
@@ -909,12 +906,6 @@ msgstr "로컬 풀 ID 배열. 업스트림에서 시작된 풀만 허용됩니
|
|
|
909
906
|
msgid "Array of pools to add"
|
|
910
907
|
msgstr "추가할 풀 배열"
|
|
911
908
|
|
|
912
|
-
msgid "Array of subscriptions to add"
|
|
913
|
-
msgstr "추가할 서브스크립션 어레이 "
|
|
914
|
-
|
|
915
|
-
msgid "Array of subscriptions to remove"
|
|
916
|
-
msgstr "삭제할 서브스크립션 배열"
|
|
917
|
-
|
|
918
909
|
msgid "Array of uploads to import"
|
|
919
910
|
msgstr "가져올 업로드 배열"
|
|
920
911
|
|
|
@@ -970,15 +961,6 @@ msgstr "선택한 항목 중 하나 이상을 사용하려면 호스트를 재
|
|
|
970
961
|
msgid "At least one organization must exist."
|
|
971
962
|
msgstr "최소 하나의 조직이 존재해야 합니다. "
|
|
972
963
|
|
|
973
|
-
msgid "Attach a subscription"
|
|
974
|
-
msgstr "서브스크립션 첨부 "
|
|
975
|
-
|
|
976
|
-
msgid "Attach subscriptions"
|
|
977
|
-
msgstr "서브스크립션 연결"
|
|
978
|
-
|
|
979
|
-
msgid "Attach subscriptions to %s"
|
|
980
|
-
msgstr "%s에 서브스크립션 연결"
|
|
981
|
-
|
|
982
964
|
msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
|
|
983
965
|
msgstr "candlepin에서 소비자를 제거하려고 시도했지만, candlepin에는 소비자가 존재하지 않습니다."
|
|
984
966
|
|
|
@@ -1090,6 +1072,9 @@ msgstr "Bootc 인터페이스를 통한 Bootc 스위치"
|
|
|
1090
1072
|
msgid "Bootc upgrade via Bootc interface"
|
|
1091
1073
|
msgstr "Bootc 인터페이스를 통한 Bootc 업그레이드"
|
|
1092
1074
|
|
|
1075
|
+
msgid "Booted"
|
|
1076
|
+
msgstr ""
|
|
1077
|
+
|
|
1093
1078
|
msgid "Booted Container Images"
|
|
1094
1079
|
msgstr "부팅된 컨테이너 이미지"
|
|
1095
1080
|
|
|
@@ -1558,6 +1543,9 @@ msgstr "컨테이너 이미지 태그"
|
|
|
1558
1543
|
msgid "Container image tags"
|
|
1559
1544
|
msgstr "컨테이너 이미지 태그"
|
|
1560
1545
|
|
|
1546
|
+
msgid "Container images"
|
|
1547
|
+
msgstr ""
|
|
1548
|
+
|
|
1561
1549
|
msgid "Container manifest lists"
|
|
1562
1550
|
msgstr "컨테이너 매니페스트 목록"
|
|
1563
1551
|
|
|
@@ -2071,12 +2059,6 @@ msgstr "새로운 활성화 키 생성"
|
|
|
2071
2059
|
msgid "Create organization"
|
|
2072
2060
|
msgstr "조직 생성 "
|
|
2073
2061
|
|
|
2074
|
-
msgid "Create package filter rule"
|
|
2075
|
-
msgstr "패키지 필터 규칙 생성"
|
|
2076
|
-
|
|
2077
|
-
msgid "Create rule"
|
|
2078
|
-
msgstr "규칙 생성"
|
|
2079
|
-
|
|
2080
2062
|
msgid "Credentials"
|
|
2081
2063
|
msgstr "자격 증명"
|
|
2082
2064
|
|
|
@@ -2476,9 +2458,6 @@ msgstr "비활성화 "
|
|
|
2476
2458
|
msgid "Disable Red Hat Insights."
|
|
2477
2459
|
msgstr "Red Hat Insights를 비활성화합니다."
|
|
2478
2460
|
|
|
2479
|
-
msgid "Disable Simple Content Access"
|
|
2480
|
-
msgstr "간단한 콘텐츠 액세스 비활성화"
|
|
2481
|
-
|
|
2482
2461
|
msgid "Disable a repository from the set"
|
|
2483
2462
|
msgstr "세트에서 리포지토리 비활성화"
|
|
2484
2463
|
|
|
@@ -2542,6 +2521,9 @@ msgstr "에라타 권고"
|
|
|
2542
2521
|
msgid "Edit"
|
|
2543
2522
|
msgstr "편집 "
|
|
2544
2523
|
|
|
2524
|
+
msgid "Edit DEB rule"
|
|
2525
|
+
msgstr ""
|
|
2526
|
+
|
|
2545
2527
|
msgid "Edit Flatpak Remote"
|
|
2546
2528
|
msgstr "Flatpak 원격 편집"
|
|
2547
2529
|
|
|
@@ -2569,9 +2551,6 @@ msgstr "세부 정보 편집"
|
|
|
2569
2551
|
msgid "Edit filter rule"
|
|
2570
2552
|
msgstr "필터 규칙 편집"
|
|
2571
2553
|
|
|
2572
|
-
msgid "Edit package filter rule"
|
|
2573
|
-
msgstr "패키지 필터 규칙 편집"
|
|
2574
|
-
|
|
2575
2554
|
msgid "Edit products"
|
|
2576
2555
|
msgstr "제품 편집"
|
|
2577
2556
|
|
|
@@ -2614,9 +2593,6 @@ msgstr "활성화 "
|
|
|
2614
2593
|
msgid "Enable Red Hat repositories"
|
|
2615
2594
|
msgstr "Red Hat 리포지터리 활성화"
|
|
2616
2595
|
|
|
2617
|
-
msgid "Enable Simple Content Access"
|
|
2618
|
-
msgstr "간단한 콘텐츠 액세스 활성화"
|
|
2619
|
-
|
|
2620
2596
|
msgid "Enable Tracer"
|
|
2621
2597
|
msgstr "Tracer 활성화"
|
|
2622
2598
|
|
|
@@ -3105,6 +3081,9 @@ msgstr "호스트 적용성 생성"
|
|
|
3105
3081
|
msgid "Generate repository applicability"
|
|
3106
3082
|
msgstr "리포지토리 적용성 생성"
|
|
3107
3083
|
|
|
3084
|
+
msgid "Generate username and password"
|
|
3085
|
+
msgstr ""
|
|
3086
|
+
|
|
3108
3087
|
msgid "Generated"
|
|
3109
3088
|
msgstr "생성됨"
|
|
3110
3089
|
|
|
@@ -3530,9 +3509,6 @@ msgstr "사용자 지정 CDN에 대한 인증에 제품 인증서를 사용해
|
|
|
3530
3509
|
msgid "If set, newly created APT repos in Katello will use the same repo structure as the remote repos they are synchronized from. You may migrate existing APT repos to match the setting, by running 'foreman-rake katello:migrate_structure_content_for_deb'."
|
|
3531
3510
|
msgstr "설정된 경우 Katello에서 새로 생성된 APT 리포지터리는 동기화되는 원격 리포지토리와 동일한 리포지토리 구조를 사용합니다. 'foreman-rake katello:migrate_content_for_deb'를 실행하여 기존 APT 리포지터리를 해당 설정과 일치하도록 마이그레이션할 수 있습니다."
|
|
3532
3511
|
|
|
3533
|
-
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
|
3534
|
-
msgstr "지정할 경우 ID와 수량이 일치하는 서브스크립션의 첫 번째 인스턴스를 삭제합니다."
|
|
3535
|
-
|
|
3536
3512
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3537
3513
|
msgstr "스마트 프록시에 할당된 HTTP 프록시를 사용해야 하는 경우"
|
|
3538
3514
|
|
|
@@ -3956,6 +3932,9 @@ msgstr "롤링 콘텐츠 뷰를 내보내는 것은 불가능합니다."
|
|
|
3956
3932
|
msgid "It's not possible to promote a rolling content view."
|
|
3957
3933
|
msgstr "롤링 콘텐츠 뷰를 승격하는 것은 불가능합니다."
|
|
3958
3934
|
|
|
3935
|
+
msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
|
|
3936
|
+
msgstr ""
|
|
3937
|
+
|
|
3959
3938
|
msgid "It's not possible to publish a rolling content view."
|
|
3960
3939
|
msgstr "롤링 콘텐츠 뷰를 게시하는 것은 불가능합니다."
|
|
3961
3940
|
|
|
@@ -4355,6 +4334,9 @@ msgstr "호스트 컬렉션의 호스트를 대체할 호스트 ID의 목록입
|
|
|
4355
4334
|
msgid "List of hypervisor guest uuids"
|
|
4356
4335
|
msgstr "하이퍼바이저 게스트 UUID 목록"
|
|
4357
4336
|
|
|
4337
|
+
msgid "List of lifecycle environments for rolling content views"
|
|
4338
|
+
msgstr ""
|
|
4339
|
+
|
|
4358
4340
|
msgid "List of package group names (Deprecated)"
|
|
4359
4341
|
msgstr "패키지 그룹 이름 목록 (더 이상 사용되지 않음)"
|
|
4360
4342
|
|
|
@@ -5267,9 +5249,6 @@ msgstr "조직 %s이 삭제되어 있습니다. "
|
|
|
5267
5249
|
msgid "Organization ID"
|
|
5268
5250
|
msgstr "조직 ID"
|
|
5269
5251
|
|
|
5270
|
-
msgid "Organization ID is required"
|
|
5271
|
-
msgstr "조직 ID가 필요합니다."
|
|
5272
|
-
|
|
5273
5252
|
msgid "Organization ID or title"
|
|
5274
5253
|
msgstr "조직 ID 또는 직함"
|
|
5275
5254
|
|
|
@@ -5755,6 +5734,9 @@ msgstr "%{content_view}에 대한 승격 요약"
|
|
|
5755
5734
|
msgid "Promotion to Environment"
|
|
5756
5735
|
msgstr "환경 승격"
|
|
5757
5736
|
|
|
5737
|
+
msgid "Provide credentials if the registry requires authentication"
|
|
5738
|
+
msgstr ""
|
|
5739
|
+
|
|
5758
5740
|
msgid "Provide the required information and click {update} below to save changes."
|
|
5759
5741
|
msgstr "필요한 정보를 입력하고 {update}을 클릭하여 변경 사항을 저장하세요."
|
|
5760
5742
|
|
|
@@ -5881,15 +5863,6 @@ msgstr "수량은 ${pool.available}보다 높을 수 없습니다."
|
|
|
5881
5863
|
msgid "Quantity of entitlements to bind"
|
|
5882
5864
|
msgstr "바인딩할 인타이틀먼트 수"
|
|
5883
5865
|
|
|
5884
|
-
msgid "Quantity of specified subscription to remove"
|
|
5885
|
-
msgstr "제거할 지정된 서브스크립션 수량"
|
|
5886
|
-
|
|
5887
|
-
msgid "Quantity of this subscription to add"
|
|
5888
|
-
msgstr "추가할 서브스크립션 수 "
|
|
5889
|
-
|
|
5890
|
-
msgid "Quantity of this subscriptions to add"
|
|
5891
|
-
msgstr "추가할 서브스크립션 수 "
|
|
5892
|
-
|
|
5893
5866
|
msgid "Quantity to Allocate"
|
|
5894
5867
|
msgstr "할당할 수량"
|
|
5895
5868
|
|
|
@@ -6058,9 +6031,6 @@ msgstr "Refresh_Content_Host_Status"
|
|
|
6058
6031
|
msgid "Register a host with subscription and information"
|
|
6059
6032
|
msgstr "서브스크립션 및 정보를 사용하여 호스트 등록"
|
|
6060
6033
|
|
|
6061
|
-
msgid "Register host '%s' before attaching subscriptions"
|
|
6062
|
-
msgstr "서브스크립션을 첨부하기 전에 호스트 '%s' 등록"
|
|
6063
|
-
|
|
6064
6034
|
msgid "Registered"
|
|
6065
6035
|
msgstr "등록됨 "
|
|
6066
6036
|
|
|
@@ -6205,18 +6175,6 @@ msgstr "Katello 인터페이스를 통해 패키지 제거"
|
|
|
6205
6175
|
msgid "Remove products from sync plan"
|
|
6206
6176
|
msgstr "동기화 계획에서 제품 삭제 "
|
|
6207
6177
|
|
|
6208
|
-
msgid "Remove subscriptions"
|
|
6209
|
-
msgstr "서브스크립션 삭제"
|
|
6210
|
-
|
|
6211
|
-
msgid "Remove subscriptions from %s"
|
|
6212
|
-
msgstr "%s에서 서브스크립션 삭제"
|
|
6213
|
-
|
|
6214
|
-
msgid "Remove subscriptions from a host"
|
|
6215
|
-
msgstr "호스트에서 서브스크립션 제거"
|
|
6216
|
-
|
|
6217
|
-
msgid "Remove subscriptions from one or more hosts"
|
|
6218
|
-
msgstr "하나 이상의 호스트에서 서브스크립션 제거"
|
|
6219
|
-
|
|
6220
6178
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6221
6179
|
msgstr "컨텐츠 뷰에서 버전 및 환경 삭제 후 시스템 및 키 다시 지정 "
|
|
6222
6180
|
|
|
@@ -6436,6 +6394,9 @@ msgstr "호스트에 대한 단일 에라타를 가져옵니다."
|
|
|
6436
6394
|
msgid "Return Red Hat (non-custom) products only"
|
|
6437
6395
|
msgstr "Red Hat (사용자 지정이 아닌) 제품만 반환"
|
|
6438
6396
|
|
|
6397
|
+
msgid "Return a list of installed debs distinct by name"
|
|
6398
|
+
msgstr ""
|
|
6399
|
+
|
|
6439
6400
|
msgid "Return a list of installed packages distinct by name"
|
|
6440
6401
|
msgstr "이름별로 구분된 설치된 패키지 목록을 반환"
|
|
6441
6402
|
|
|
@@ -6616,6 +6577,9 @@ msgstr "서브스크립션이 곧 만료됩니다"
|
|
|
6616
6577
|
msgid "Save"
|
|
6617
6578
|
msgstr "저장"
|
|
6618
6579
|
|
|
6580
|
+
msgid "Save Environments"
|
|
6581
|
+
msgstr ""
|
|
6582
|
+
|
|
6619
6583
|
msgid "Saving alternate content source..."
|
|
6620
6584
|
msgstr "대체 콘텐츠 소스를 저장 중입니다..."
|
|
6621
6585
|
|
|
@@ -6862,11 +6826,14 @@ msgstr "서비스 레벨 %s"
|
|
|
6862
6826
|
msgid "Service Level (SLA)"
|
|
6863
6827
|
msgstr "서비스 레벨 (SLA)"
|
|
6864
6828
|
|
|
6829
|
+
msgid "Service level"
|
|
6830
|
+
msgstr ""
|
|
6831
|
+
|
|
6865
6832
|
msgid "Service level of host"
|
|
6866
6833
|
msgstr "호스트의 서비스 수준"
|
|
6867
6834
|
|
|
6868
|
-
msgid "Service level
|
|
6869
|
-
msgstr "
|
|
6835
|
+
msgid "Service level, e.g. SELF-SUPPORT"
|
|
6836
|
+
msgstr ""
|
|
6870
6837
|
|
|
6871
6838
|
msgid "Set content overrides"
|
|
6872
6839
|
msgstr "콘텐츠 재정의 설정"
|
|
@@ -6892,9 +6859,6 @@ msgstr "컨테이너 레지스트리 인증서 설정"
|
|
|
6892
6859
|
msgid "Sets the system purpose usage"
|
|
6893
6860
|
msgstr "시스템 용도 사용을 설정합니다"
|
|
6894
6861
|
|
|
6895
|
-
msgid "Sets whether the Host will autoheal subscriptions upon checkin"
|
|
6896
|
-
msgstr "호스트가 체크인 시 서브스크립션을 자동 복구할지 여부를 설정합니다."
|
|
6897
|
-
|
|
6898
6862
|
msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
|
|
6899
6863
|
msgstr "'default_location_subscribed_hosts' 설정이 유효한 위치로 설정되지 않았습니다."
|
|
6900
6864
|
|
|
@@ -7045,6 +7009,9 @@ msgstr "스마트 프록시 콘텐츠 소스를 찾을 수 없습니다!"
|
|
|
7045
7009
|
msgid "Smart proxy name"
|
|
7046
7010
|
msgstr "스마트 프록시 이름"
|
|
7047
7011
|
|
|
7012
|
+
msgid "Smart proxy verify content checksum has started in the background"
|
|
7013
|
+
msgstr ""
|
|
7014
|
+
|
|
7048
7015
|
msgid "Sockets"
|
|
7049
7016
|
msgstr "소켓 "
|
|
7050
7017
|
|
|
@@ -7159,8 +7126,8 @@ msgstr "콘텐츠 뷰를 로드하는 동안 오류가 발생했습니다. 자
|
|
|
7159
7126
|
msgid "Something went wrong while refreshing alternate content sources: "
|
|
7160
7127
|
msgstr "대체 콘텐츠 소스를 새로 고치는 동안 오류가 발생했습니다. "
|
|
7161
7128
|
|
|
7162
|
-
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7163
|
-
msgstr "
|
|
7129
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
|
|
7130
|
+
msgstr ""
|
|
7164
7131
|
|
|
7165
7132
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
|
7166
7133
|
msgstr "필터 규칙을 제거하는 동안 오류가 발생했습니다! ${getResponseErrorMsgs(error.response)}"
|
|
@@ -7228,6 +7195,9 @@ msgstr "리포지토리 유형을 검색하는 동안 오류가 발생했습니
|
|
|
7228
7195
|
msgid "Something went wrong while updating the content source. See the logs for more information"
|
|
7229
7196
|
msgstr "콘텐츠 소스를 업데이트하는 동안 오류가 발생했습니다. 자세한 내용은 로그를 참조하세요."
|
|
7230
7197
|
|
|
7198
|
+
msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
|
|
7199
|
+
msgstr ""
|
|
7200
|
+
|
|
7231
7201
|
msgid "Something went wrong! Please check server logs!"
|
|
7232
7202
|
msgstr "오류가 발생했습니다! 서버 로그를 확인하세요!"
|
|
7233
7203
|
|
|
@@ -7315,9 +7285,6 @@ msgstr "서브스크립션 "
|
|
|
7315
7285
|
msgid "Subscription Details"
|
|
7316
7286
|
msgstr "서브스크립션 정보 "
|
|
7317
7287
|
|
|
7318
|
-
msgid "Subscription ID"
|
|
7319
|
-
msgstr "서브스크립션 ID"
|
|
7320
|
-
|
|
7321
7288
|
msgid "Subscription Info"
|
|
7322
7289
|
msgstr "서브스크립션 정보 "
|
|
7323
7290
|
|
|
@@ -7333,12 +7300,6 @@ msgstr "서브스크립션 매니페스트 유효성 검사"
|
|
|
7333
7300
|
msgid "Subscription Name"
|
|
7334
7301
|
msgstr "서브스크립션 이름"
|
|
7335
7302
|
|
|
7336
|
-
msgid "Subscription Pool id"
|
|
7337
|
-
msgstr "서브스크립션 풀 ID"
|
|
7338
|
-
|
|
7339
|
-
msgid "Subscription Pool uuid"
|
|
7340
|
-
msgstr "서브스크립션 풀 uuid"
|
|
7341
|
-
|
|
7342
7303
|
msgid "Subscription UUID"
|
|
7343
7304
|
msgstr "서브스크립션 UUID"
|
|
7344
7305
|
|
|
@@ -7507,6 +7468,9 @@ msgstr "동기화됨 "
|
|
|
7507
7468
|
msgid "Synced Content"
|
|
7508
7469
|
msgstr "동기화된 콘텐츠"
|
|
7509
7470
|
|
|
7471
|
+
msgid "Synced container images content"
|
|
7472
|
+
msgstr ""
|
|
7473
|
+
|
|
7510
7474
|
msgid "Synchronize"
|
|
7511
7475
|
msgstr "동기화 "
|
|
7512
7476
|
|
|
@@ -7764,9 +7728,6 @@ msgstr "선택한 라이프사이클 환경에 활성화 키가 없습니다."
|
|
|
7764
7728
|
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
|
7765
7729
|
msgstr "선택된/상속된 콘텐츠 뷰는 이 라이프사이클 환경에서 사용할 수 없습니다."
|
|
7766
7730
|
|
|
7767
|
-
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
|
7768
|
-
msgstr "지정된 조직은 간단한 콘텐츠 액세스 모드에 있습니다. 서브스크립션 첨부가 비활성화되었습니다."
|
|
7769
|
-
|
|
7770
7731
|
msgid "The subscription cannot be found upstream"
|
|
7771
7732
|
msgstr "서브스크립션을 업스트림에서 찾을 수 없음"
|
|
7772
7733
|
|
|
@@ -7908,12 +7869,6 @@ msgstr "이 호스트에는 적용 가능하지만 설치할 수 없는 에라
|
|
|
7908
7869
|
msgid "This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments."
|
|
7909
7870
|
msgstr "이 호스트는 여러 콘텐츠 뷰 환경과 연결되어 있습니다. 여기에 라이프사이클 환경과 콘텐츠 뷰를 할당하면 호스트가 다른 환경에서 제거됩니다."
|
|
7910
7871
|
|
|
7911
|
-
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
|
7912
|
-
msgstr "이 호스트의 조직은 Simple Content Access 모드에 있습니다. 서브스크립션 첨부가 비활성화되었습니다."
|
|
7913
|
-
|
|
7914
|
-
msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
|
|
7915
|
-
msgstr "이 호스트의 조직은 간단한 컨텐츠 액세스 모드에 있습니다. 자동 연결이 비활성화되었습니다."
|
|
7916
|
-
|
|
7917
7872
|
msgid "This is disabled because a manifest task is in progress"
|
|
7918
7873
|
msgstr "매니페스트 작업이 진행 중이므로 이 기능이 비활성화되었습니다."
|
|
7919
7874
|
|
|
@@ -7992,6 +7947,9 @@ msgstr "제목"
|
|
|
7992
7947
|
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
|
7993
7948
|
msgstr "콘텐츠 보기 환경을 변경하려면 조직 컨텍스트에서 특정 조직을 선택해야 합니다."
|
|
7994
7949
|
|
|
7950
|
+
msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
|
|
7951
|
+
msgstr ""
|
|
7952
|
+
|
|
7995
7953
|
msgid "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system."
|
|
7996
7954
|
msgstr "동기화된 콘텐츠 옵션을 사용하려면 이 호스트가 선택한 아키텍처 및 운영 체제에 대한 동기화된 킥스타트 저장소가 포함된 콘텐츠 소스, 콘텐츠 뷰 및 라이프사이클 환경을 사용해야 합니다."
|
|
7997
7955
|
|
|
@@ -8067,12 +8025,6 @@ msgstr "적절한 권한이 있는 사용자에게 추적 정보가 여기에
|
|
|
8067
8025
|
msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
|
|
8068
8026
|
msgstr "이 스마트 프록시와 관련된 모든 대체 콘텐츠 소스에 대한 트래픽은 선택된 HTTP 프록시를 통해 전달됩니다."
|
|
8069
8027
|
|
|
8070
|
-
msgid "Trigger an auto-attach of subscriptions"
|
|
8071
|
-
msgstr "서브스크립션 자동 첨부 트리거"
|
|
8072
|
-
|
|
8073
|
-
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
|
8074
|
-
msgstr "하나 이상의 호스트에서 서브스크립션 자동 연결을 트리거합니다."
|
|
8075
|
-
|
|
8076
8028
|
msgid "Try changing your search criteria."
|
|
8077
8029
|
msgstr "검색 기준을 변경해 보세요."
|
|
8078
8030
|
|
|
@@ -8226,9 +8178,6 @@ msgstr "사용자-리포지터리 매핑을 업데이트할 수 없습니다."
|
|
|
8226
8178
|
msgid "Unapplied Errata"
|
|
8227
8179
|
msgstr "적용되지 않은 에라타 "
|
|
8228
8180
|
|
|
8229
|
-
msgid "Unattach a subscription"
|
|
8230
|
-
msgstr "서브스크립션 할당 해제 "
|
|
8231
|
-
|
|
8232
8181
|
msgid "Unfiltered params array: %s."
|
|
8233
8182
|
msgstr "필터링되지 않은 매개변수 배열:%s"
|
|
8234
8183
|
|
|
@@ -8583,6 +8532,9 @@ msgstr "호스트의 할당된 라이프사이클 환경이 호스트가 콘텐
|
|
|
8583
8532
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
|
8584
8533
|
msgstr "값은 '활성화됨'의 경우 부울이거나 '기본값'이어야 합니다."
|
|
8585
8534
|
|
|
8535
|
+
msgid "Verify Content Checksum"
|
|
8536
|
+
msgstr ""
|
|
8537
|
+
|
|
8586
8538
|
msgid "Verify SSL"
|
|
8587
8539
|
msgstr "SSL 확인 "
|
|
8588
8540
|
|
|
@@ -8667,6 +8619,9 @@ msgstr "해당 에라타 보기"
|
|
|
8667
8619
|
msgid "View by"
|
|
8668
8620
|
msgstr "보기 기준"
|
|
8669
8621
|
|
|
8622
|
+
msgid "View container images in the local registry using the Synced tab. View container images booted by image mode hosts using the Booted tab. The Booted tab also shows images outside of the local container registry."
|
|
8623
|
+
msgstr ""
|
|
8624
|
+
|
|
8670
8625
|
msgid "View content views"
|
|
8671
8626
|
msgstr "콘텐츠 뷰 보기"
|
|
8672
8627
|
|
|
@@ -8955,9 +8910,6 @@ msgstr "라이브러리가 아닌 리포지터리와 동기화를 시도했습
|
|
|
8955
8910
|
msgid "attempted to sync without a feed URL"
|
|
8956
8911
|
msgstr "피드 URL 없이 동기화를 시도했습니다."
|
|
8957
8912
|
|
|
8958
|
-
msgid "auto attach subscriptions upon registration"
|
|
8959
|
-
msgstr "등록 시 서브스크립션을 자동으로 첨부 "
|
|
8960
|
-
|
|
8961
8913
|
msgid "base url to perform repo discovery on"
|
|
8962
8914
|
msgstr "리포지터리 검색을 실행하기 위한 기본 url "
|
|
8963
8915
|
|
|
@@ -9594,9 +9546,6 @@ msgstr "컨텐츠 포함 또는 제외 여부를 지정합니다. 기본값: inc
|
|
|
9594
9546
|
msgid "start datetime of synchronization"
|
|
9595
9547
|
msgstr "동기화 시작 날짜 "
|
|
9596
9548
|
|
|
9597
|
-
msgid "subscriptions not specified"
|
|
9598
|
-
msgstr "서브스크립션을 지정하지 않았습니다."
|
|
9599
|
-
|
|
9600
9549
|
msgid "sync plan description"
|
|
9601
9550
|
msgstr "동기화 계획 설명 "
|
|
9602
9551
|
|
|
Binary file
|