katello 4.18.0 → 4.19.0.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/locale/bn/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ca/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/cs/katello.js +53 -350
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +54 -351
- data/app/assets/javascripts/katello/locale/de/katello.js +56 -353
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/el/katello.js +54 -351
- data/app/assets/javascripts/katello/locale/en/katello.js +53 -350
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +53 -350
- data/app/assets/javascripts/katello/locale/en_US/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/es/katello.js +56 -353
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/fr/katello.js +138 -435
- data/app/assets/javascripts/katello/locale/gl/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/gu/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/hi/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/id/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/it/katello.js +53 -350
- data/app/assets/javascripts/katello/locale/ja/katello.js +142 -439
- data/app/assets/javascripts/katello/locale/ka/katello.js +56 -353
- data/app/assets/javascripts/katello/locale/kn/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ko/katello.js +135 -432
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/mr/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/or/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pa/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pl/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pt/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +56 -353
- data/app/assets/javascripts/katello/locale/ro/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ru/katello.js +54 -351
- data/app/assets/javascripts/katello/locale/sl/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ta/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/te/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/tr/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/vi/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/zh/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +135 -432
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +54 -351
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +46 -13
- 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_export_incrementals_controller.rb +56 -34
- 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/errata_controller.rb +4 -4
- 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/publish.rb +7 -7
- 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 -12
- 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 +16 -7
- 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/content_view_version/export.rb +25 -10
- 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/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +5 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +5 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +5 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +4 -4
- 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 +52 -349
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +52 -349
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +52 -349
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +54 -350
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +54 -351
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +56 -353
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +52 -349
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +52 -349
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +55 -352
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +54 -350
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +53 -350
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +52 -349
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +56 -353
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +52 -349
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +139 -435
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +52 -349
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +52 -349
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +52 -349
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +52 -349
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +52 -349
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +53 -350
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +143 -439
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +56 -353
- data/locale/katello.pot +695 -1152
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +52 -349
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +136 -432
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +52 -349
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +52 -349
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +52 -349
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +52 -349
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +52 -349
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +52 -349
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +52 -349
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +52 -349
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +56 -353
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +52 -349
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +52 -349
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +54 -351
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +52 -349
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +52 -349
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +52 -349
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +52 -349
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +52 -349
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +52 -349
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +52 -349
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +52 -349
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +52 -349
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +136 -432
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +54 -351
- 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/es/katello.po
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
#
|
|
19
19
|
msgid ""
|
|
20
20
|
msgstr ""
|
|
21
|
-
"Project-Id-Version: katello 4.
|
|
21
|
+
"Project-Id-Version: katello 4.19.0.pre.master\n"
|
|
22
22
|
"Report-Msgid-Bugs-To: \n"
|
|
23
23
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
24
24
|
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2025\n"
|
|
@@ -464,9 +464,6 @@ msgstr ""
|
|
|
464
464
|
msgid "A remote execution job is in progress."
|
|
465
465
|
msgstr ""
|
|
466
466
|
|
|
467
|
-
msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
|
|
468
|
-
msgstr "Un nivel de servicio para el proceso de autoreparación, p. ej., AUTOSOPORTE"
|
|
469
|
-
|
|
470
467
|
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."
|
|
471
468
|
msgstr ""
|
|
472
469
|
|
|
@@ -482,9 +479,6 @@ msgstr ""
|
|
|
482
479
|
msgid "About page"
|
|
483
480
|
msgstr ""
|
|
484
481
|
|
|
485
|
-
msgid "Abstract async task"
|
|
486
|
-
msgstr ""
|
|
487
|
-
|
|
488
482
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
489
483
|
msgstr ""
|
|
490
484
|
|
|
@@ -572,12 +566,15 @@ msgstr ""
|
|
|
572
566
|
msgid "Add RPM rule"
|
|
573
567
|
msgstr ""
|
|
574
568
|
|
|
569
|
+
msgid "Add Red Hat Flatpak remote"
|
|
570
|
+
msgstr ""
|
|
571
|
+
|
|
572
|
+
msgid "Add Red Hat flatpak remote"
|
|
573
|
+
msgstr ""
|
|
574
|
+
|
|
575
575
|
msgid "Add Subscriptions"
|
|
576
576
|
msgstr "Añadir suscripciones"
|
|
577
577
|
|
|
578
|
-
msgid "Add a subscription to a host"
|
|
579
|
-
msgstr "Añadir una suscripción a un host"
|
|
580
|
-
|
|
581
578
|
msgid "Add an alternate content source"
|
|
582
579
|
msgstr ""
|
|
583
580
|
|
|
@@ -629,9 +626,6 @@ msgstr ""
|
|
|
629
626
|
msgid "Add repositories with package groups to content view to select them here."
|
|
630
627
|
msgstr ""
|
|
631
628
|
|
|
632
|
-
msgid "Add rolling repo clone"
|
|
633
|
-
msgstr ""
|
|
634
|
-
|
|
635
629
|
msgid "Add rule"
|
|
636
630
|
msgstr ""
|
|
637
631
|
|
|
@@ -644,9 +638,6 @@ msgstr ""
|
|
|
644
638
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
|
645
639
|
msgstr "Añadir las suscripciones consumidas por un manifiesto de la Administración de suscripciones de Red Hat"
|
|
646
640
|
|
|
647
|
-
msgid "Add subscriptions to one or more hosts"
|
|
648
|
-
msgstr "Añadir suscripciones a uno o más hosts"
|
|
649
|
-
|
|
650
641
|
msgid "Add subscriptions using the Add Subscriptions button."
|
|
651
642
|
msgstr ""
|
|
652
643
|
|
|
@@ -920,12 +911,6 @@ msgstr "Matriz de ID del grupo local. Solo se aceptan que grupos que se originan
|
|
|
920
911
|
msgid "Array of pools to add"
|
|
921
912
|
msgstr "Matriz de grupos a añadir"
|
|
922
913
|
|
|
923
|
-
msgid "Array of subscriptions to add"
|
|
924
|
-
msgstr "Selección de suscripciones para añadir"
|
|
925
|
-
|
|
926
|
-
msgid "Array of subscriptions to remove"
|
|
927
|
-
msgstr "Selección de suscripciones para eliminar"
|
|
928
|
-
|
|
929
914
|
msgid "Array of uploads to import"
|
|
930
915
|
msgstr "Matriz de cargas a importar"
|
|
931
916
|
|
|
@@ -983,15 +968,6 @@ msgstr ""
|
|
|
983
968
|
msgid "At least one organization must exist."
|
|
984
969
|
msgstr "Al menos una organización debe existir."
|
|
985
970
|
|
|
986
|
-
msgid "Attach a subscription"
|
|
987
|
-
msgstr "Agregar una suscripción"
|
|
988
|
-
|
|
989
|
-
msgid "Attach subscriptions"
|
|
990
|
-
msgstr "Adjuntar suscripciones"
|
|
991
|
-
|
|
992
|
-
msgid "Attach subscriptions to %s"
|
|
993
|
-
msgstr "Adjuntar suscripciones a %s"
|
|
994
|
-
|
|
995
971
|
msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
|
|
996
972
|
msgstr "Intentó destruir %s consumidores de candlepin, pero el consumidor no existe en candlepin"
|
|
997
973
|
|
|
@@ -1007,9 +983,6 @@ msgstr "Autor"
|
|
|
1007
983
|
msgid "Auto Publish - Triggered by '%s'"
|
|
1008
984
|
msgstr "Autopublicación - activada por '%s'"
|
|
1009
985
|
|
|
1010
|
-
msgid "Auto attach subscriptions"
|
|
1011
|
-
msgstr ""
|
|
1012
|
-
|
|
1013
986
|
msgid "Auto publish"
|
|
1014
987
|
msgstr ""
|
|
1015
988
|
|
|
@@ -1106,6 +1079,9 @@ msgstr ""
|
|
|
1106
1079
|
msgid "Bootc upgrade via Bootc interface"
|
|
1107
1080
|
msgstr ""
|
|
1108
1081
|
|
|
1082
|
+
msgid "Booted"
|
|
1083
|
+
msgstr ""
|
|
1084
|
+
|
|
1109
1085
|
msgid "Booted Container Images"
|
|
1110
1086
|
msgstr ""
|
|
1111
1087
|
|
|
@@ -1502,9 +1478,6 @@ msgstr ""
|
|
|
1502
1478
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1503
1479
|
msgstr ""
|
|
1504
1480
|
|
|
1505
|
-
msgid "Commit upload"
|
|
1506
|
-
msgstr ""
|
|
1507
|
-
|
|
1508
1481
|
msgid "Compare"
|
|
1509
1482
|
msgstr ""
|
|
1510
1483
|
|
|
@@ -1577,6 +1550,9 @@ msgstr ""
|
|
|
1577
1550
|
msgid "Container image tags"
|
|
1578
1551
|
msgstr ""
|
|
1579
1552
|
|
|
1553
|
+
msgid "Container images"
|
|
1554
|
+
msgstr ""
|
|
1555
|
+
|
|
1580
1556
|
msgid "Container manifest lists"
|
|
1581
1557
|
msgstr ""
|
|
1582
1558
|
|
|
@@ -1856,27 +1832,15 @@ msgstr ""
|
|
|
1856
1832
|
msgid "Copy"
|
|
1857
1833
|
msgstr ""
|
|
1858
1834
|
|
|
1859
|
-
msgid "Copy all units"
|
|
1860
|
-
msgstr ""
|
|
1861
|
-
|
|
1862
1835
|
msgid "Copy an activation key"
|
|
1863
1836
|
msgstr "Copiar una clave de activación"
|
|
1864
1837
|
|
|
1865
|
-
msgid "Copy content"
|
|
1866
|
-
msgstr ""
|
|
1867
|
-
|
|
1868
1838
|
msgid "Copy content view"
|
|
1869
1839
|
msgstr ""
|
|
1870
1840
|
|
|
1871
1841
|
msgid "Copy to clipboard"
|
|
1872
1842
|
msgstr "Copiar al portapapeles"
|
|
1873
1843
|
|
|
1874
|
-
msgid "Copy version"
|
|
1875
|
-
msgstr ""
|
|
1876
|
-
|
|
1877
|
-
msgid "Copy version units to library"
|
|
1878
|
-
msgstr ""
|
|
1879
|
-
|
|
1880
1844
|
msgid "Cores per socket"
|
|
1881
1845
|
msgstr "Núcleos por socket"
|
|
1882
1846
|
|
|
@@ -2090,39 +2054,18 @@ msgstr ""
|
|
|
2090
2054
|
msgid "Create content view"
|
|
2091
2055
|
msgstr ""
|
|
2092
2056
|
|
|
2093
|
-
msgid "Create exporter"
|
|
2094
|
-
msgstr ""
|
|
2095
|
-
|
|
2096
2057
|
msgid "Create filter"
|
|
2097
2058
|
msgstr ""
|
|
2098
2059
|
|
|
2099
2060
|
msgid "Create host collection"
|
|
2100
2061
|
msgstr ""
|
|
2101
2062
|
|
|
2102
|
-
msgid "Create import"
|
|
2103
|
-
msgstr ""
|
|
2104
|
-
|
|
2105
|
-
msgid "Create importer"
|
|
2106
|
-
msgstr ""
|
|
2107
|
-
|
|
2108
2063
|
msgid "Create new activation key"
|
|
2109
2064
|
msgstr ""
|
|
2110
2065
|
|
|
2111
2066
|
msgid "Create organization"
|
|
2112
2067
|
msgstr "Crear organización"
|
|
2113
2068
|
|
|
2114
|
-
msgid "Create package filter rule"
|
|
2115
|
-
msgstr ""
|
|
2116
|
-
|
|
2117
|
-
msgid "Create publication"
|
|
2118
|
-
msgstr ""
|
|
2119
|
-
|
|
2120
|
-
msgid "Create remote"
|
|
2121
|
-
msgstr ""
|
|
2122
|
-
|
|
2123
|
-
msgid "Create rule"
|
|
2124
|
-
msgstr ""
|
|
2125
|
-
|
|
2126
2069
|
msgid "Credentials"
|
|
2127
2070
|
msgstr "Credenciales"
|
|
2128
2071
|
|
|
@@ -2384,36 +2327,12 @@ msgstr ""
|
|
|
2384
2327
|
msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
|
|
2385
2328
|
msgstr ""
|
|
2386
2329
|
|
|
2387
|
-
msgid "Delete distributions"
|
|
2388
|
-
msgstr ""
|
|
2389
|
-
|
|
2390
2330
|
msgid "Delete manifest from Red Hat provider"
|
|
2391
2331
|
msgstr "Borrar manifiesto de proveedor de Red Hat"
|
|
2392
2332
|
|
|
2393
2333
|
msgid "Delete multiple filters from a content view"
|
|
2394
2334
|
msgstr ""
|
|
2395
2335
|
|
|
2396
|
-
msgid "Delete orphan alternate content sources"
|
|
2397
|
-
msgstr ""
|
|
2398
|
-
|
|
2399
|
-
msgid "Delete orphan distributions"
|
|
2400
|
-
msgstr ""
|
|
2401
|
-
|
|
2402
|
-
msgid "Delete orphan remotes"
|
|
2403
|
-
msgstr ""
|
|
2404
|
-
|
|
2405
|
-
msgid "Delete orphan repository versions"
|
|
2406
|
-
msgstr ""
|
|
2407
|
-
|
|
2408
|
-
msgid "Delete orphaned migrated repositories"
|
|
2409
|
-
msgstr ""
|
|
2410
|
-
|
|
2411
|
-
msgid "Delete remote"
|
|
2412
|
-
msgstr ""
|
|
2413
|
-
|
|
2414
|
-
msgid "Delete repository references"
|
|
2415
|
-
msgstr ""
|
|
2416
|
-
|
|
2417
2336
|
msgid "Delete version"
|
|
2418
2337
|
msgstr ""
|
|
2419
2338
|
|
|
@@ -2513,12 +2432,6 @@ msgstr "Destruir un entorno"
|
|
|
2513
2432
|
msgid "Destroy an environment in an organization"
|
|
2514
2433
|
msgstr "Destruir un entorno en una organización"
|
|
2515
2434
|
|
|
2516
|
-
msgid "Destroy exporter"
|
|
2517
|
-
msgstr ""
|
|
2518
|
-
|
|
2519
|
-
msgid "Destroy importer"
|
|
2520
|
-
msgstr ""
|
|
2521
|
-
|
|
2522
2435
|
msgid "Destroy one or more alternate content sources"
|
|
2523
2436
|
msgstr ""
|
|
2524
2437
|
|
|
@@ -2552,9 +2465,6 @@ msgstr "Deshabilitar"
|
|
|
2552
2465
|
msgid "Disable Red Hat Insights."
|
|
2553
2466
|
msgstr "Deshabilitar el programa Red Hat Insights."
|
|
2554
2467
|
|
|
2555
|
-
msgid "Disable Simple Content Access"
|
|
2556
|
-
msgstr "Deshabilitar el acceso al contenido simple"
|
|
2557
|
-
|
|
2558
2468
|
msgid "Disable a repository from the set"
|
|
2559
2469
|
msgstr "Deshabilitar un repositorio del conjunto"
|
|
2560
2470
|
|
|
@@ -2567,9 +2477,6 @@ msgstr "Deshabilitado"
|
|
|
2567
2477
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2568
2478
|
msgstr ""
|
|
2569
2479
|
|
|
2570
|
-
msgid "Discover"
|
|
2571
|
-
msgstr ""
|
|
2572
|
-
|
|
2573
2480
|
msgid "Discover Repositories"
|
|
2574
2481
|
msgstr "Detectar repositorios"
|
|
2575
2482
|
|
|
@@ -2621,6 +2528,9 @@ msgstr "AVISO DE ERRATAS"
|
|
|
2621
2528
|
msgid "Edit"
|
|
2622
2529
|
msgstr "Editar"
|
|
2623
2530
|
|
|
2531
|
+
msgid "Edit DEB rule"
|
|
2532
|
+
msgstr ""
|
|
2533
|
+
|
|
2624
2534
|
msgid "Edit Flatpak Remote"
|
|
2625
2535
|
msgstr ""
|
|
2626
2536
|
|
|
@@ -2648,9 +2558,6 @@ msgstr ""
|
|
|
2648
2558
|
msgid "Edit filter rule"
|
|
2649
2559
|
msgstr ""
|
|
2650
2560
|
|
|
2651
|
-
msgid "Edit package filter rule"
|
|
2652
|
-
msgstr ""
|
|
2653
|
-
|
|
2654
2561
|
msgid "Edit products"
|
|
2655
2562
|
msgstr ""
|
|
2656
2563
|
|
|
@@ -2693,9 +2600,6 @@ msgstr "Habilitar"
|
|
|
2693
2600
|
msgid "Enable Red Hat repositories"
|
|
2694
2601
|
msgstr ""
|
|
2695
2602
|
|
|
2696
|
-
msgid "Enable Simple Content Access"
|
|
2697
|
-
msgstr "Habilitar el acceso a contenido simple"
|
|
2698
|
-
|
|
2699
2603
|
msgid "Enable Tracer"
|
|
2700
2604
|
msgstr ""
|
|
2701
2605
|
|
|
@@ -2771,9 +2675,6 @@ msgstr "ID de entorno"
|
|
|
2771
2675
|
msgid "Environment cannot be in its own promotion path"
|
|
2772
2676
|
msgstr "No puede haber entorno en su propia ruta de entorno"
|
|
2773
2677
|
|
|
2774
|
-
msgid "Environment contents refresh"
|
|
2775
|
-
msgstr ""
|
|
2776
|
-
|
|
2777
2678
|
msgid "Environment identifier"
|
|
2778
2679
|
msgstr "Identificador del entorno"
|
|
2779
2680
|
|
|
@@ -2813,9 +2714,6 @@ msgstr ""
|
|
|
2813
2714
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2814
2715
|
msgstr "ID de errata de la errata (RHSA-2012:108)"
|
|
2815
2716
|
|
|
2816
|
-
msgid "Errata mail"
|
|
2817
|
-
msgstr ""
|
|
2818
|
-
|
|
2819
2717
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2820
2718
|
msgstr ""
|
|
2821
2719
|
|
|
@@ -2981,9 +2879,6 @@ msgstr "Buscar secuenciasa de módulo disponibles para los hosts."
|
|
|
2981
2879
|
msgid "Fetch installable errata for one or more hosts."
|
|
2982
2880
|
msgstr "Buscar erratas instalables para uno o más hosts."
|
|
2983
2881
|
|
|
2984
|
-
msgid "Fetch pxe files"
|
|
2985
|
-
msgstr ""
|
|
2986
|
-
|
|
2987
2882
|
msgid "Fetch traces for one or more hosts"
|
|
2988
2883
|
msgstr "Buscar rastros para uno o más hosts"
|
|
2989
2884
|
|
|
@@ -3077,9 +2972,6 @@ msgstr "Filtrar versiones por número de versión"
|
|
|
3077
2972
|
msgid "Filter versions that are components in the specified composite version"
|
|
3078
2973
|
msgstr "Filtrar versiones que sean componentes en la versión de compuesta específica"
|
|
3079
2974
|
|
|
3080
|
-
msgid "Filtered index content"
|
|
3081
|
-
msgstr ""
|
|
3082
|
-
|
|
3083
2975
|
msgid "Filters"
|
|
3084
2976
|
msgstr "Filtros"
|
|
3085
2977
|
|
|
@@ -3195,12 +3087,12 @@ msgstr ""
|
|
|
3195
3087
|
msgid "Generate host applicability"
|
|
3196
3088
|
msgstr "Generar la aplicabilidad del host"
|
|
3197
3089
|
|
|
3198
|
-
msgid "Generate metadata"
|
|
3199
|
-
msgstr ""
|
|
3200
|
-
|
|
3201
3090
|
msgid "Generate repository applicability"
|
|
3202
3091
|
msgstr "Generar la aplicabilidad del repositorio"
|
|
3203
3092
|
|
|
3093
|
+
msgid "Generate username and password"
|
|
3094
|
+
msgstr ""
|
|
3095
|
+
|
|
3204
3096
|
msgid "Generated"
|
|
3205
3097
|
msgstr ""
|
|
3206
3098
|
|
|
@@ -3435,12 +3327,6 @@ msgstr ""
|
|
|
3435
3327
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3436
3328
|
msgstr "Cómo ordenar los resultados clasificados (p. ej., ASC para orden ascendente)"
|
|
3437
3329
|
|
|
3438
|
-
msgid "Hypervisors"
|
|
3439
|
-
msgstr ""
|
|
3440
|
-
|
|
3441
|
-
msgid "Hypervisors update"
|
|
3442
|
-
msgstr ""
|
|
3443
|
-
|
|
3444
3330
|
msgid "ID"
|
|
3445
3331
|
msgstr "ID"
|
|
3446
3332
|
|
|
@@ -3632,9 +3518,6 @@ msgstr ""
|
|
|
3632
3518
|
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'."
|
|
3633
3519
|
msgstr ""
|
|
3634
3520
|
|
|
3635
|
-
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
|
3636
|
-
msgstr "Si se especifica, elimine la primera instancia de una suscripción con mismo ID y cantidad"
|
|
3637
|
-
|
|
3638
3521
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3639
3522
|
msgstr ""
|
|
3640
3523
|
|
|
@@ -3764,9 +3647,6 @@ msgstr ""
|
|
|
3764
3647
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3765
3648
|
msgstr ""
|
|
3766
3649
|
|
|
3767
|
-
msgid "Import migration"
|
|
3768
|
-
msgstr ""
|
|
3769
|
-
|
|
3770
3650
|
msgid "Import new manifest"
|
|
3771
3651
|
msgstr ""
|
|
3772
3652
|
|
|
@@ -3776,12 +3656,6 @@ msgstr ""
|
|
|
3776
3656
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3777
3657
|
msgstr ""
|
|
3778
3658
|
|
|
3779
|
-
msgid "Import repository upload"
|
|
3780
|
-
msgstr ""
|
|
3781
|
-
|
|
3782
|
-
msgid "Import upload"
|
|
3783
|
-
msgstr ""
|
|
3784
|
-
|
|
3785
3659
|
msgid "Import uploads into a repository"
|
|
3786
3660
|
msgstr "Importar cargas a un repositorio"
|
|
3787
3661
|
|
|
@@ -3848,9 +3722,6 @@ msgstr "Actualización incremental"
|
|
|
3848
3722
|
msgid "Incremental Update incomplete."
|
|
3849
3723
|
msgstr "Actualización incremental incompleta."
|
|
3850
3724
|
|
|
3851
|
-
msgid "Incremental Update of Content View Version(s) "
|
|
3852
|
-
msgstr ""
|
|
3853
|
-
|
|
3854
3725
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3855
3726
|
msgstr "Actualización gradual de versiones de la vista de contenido "
|
|
3856
3727
|
|
|
@@ -3863,27 +3734,12 @@ msgstr "La actualización incremental requiere al menos una unidad de contenido"
|
|
|
3863
3734
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3864
3735
|
msgstr "Actualización incremental especificada para el compuesto %{name} versión %{version}, pero ningún componente actualizado."
|
|
3865
3736
|
|
|
3866
|
-
msgid "Index content"
|
|
3867
|
-
msgstr ""
|
|
3868
|
-
|
|
3869
|
-
msgid "Index errata"
|
|
3870
|
-
msgstr ""
|
|
3871
|
-
|
|
3872
|
-
msgid "Index module streams"
|
|
3873
|
-
msgstr ""
|
|
3874
|
-
|
|
3875
|
-
msgid "Index package groups"
|
|
3876
|
-
msgstr ""
|
|
3877
|
-
|
|
3878
3737
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3879
3738
|
msgstr "El tipo informable debe ser uno de los siguientes [ %{list} ]"
|
|
3880
3739
|
|
|
3881
3740
|
msgid "Inherit from Repository"
|
|
3882
3741
|
msgstr "Heredar del repositorio"
|
|
3883
3742
|
|
|
3884
|
-
msgid "Initialize"
|
|
3885
|
-
msgstr ""
|
|
3886
|
-
|
|
3887
3743
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3888
3744
|
msgstr "Iniciar una sincronización de los productos adjuntos al plan de sincronización"
|
|
3889
3745
|
|
|
@@ -3959,9 +3815,6 @@ msgstr "Instalando grupo de paquetes..."
|
|
|
3959
3815
|
msgid "Installing Package..."
|
|
3960
3816
|
msgstr "Instalando paquete..."
|
|
3961
3817
|
|
|
3962
|
-
msgid "Instance update"
|
|
3963
|
-
msgstr ""
|
|
3964
|
-
|
|
3965
3818
|
msgid "Instance-based"
|
|
3966
3819
|
msgstr "Basado en la instancia"
|
|
3967
3820
|
|
|
@@ -4088,6 +3941,9 @@ msgstr ""
|
|
|
4088
3941
|
msgid "It's not possible to promote a rolling content view."
|
|
4089
3942
|
msgstr ""
|
|
4090
3943
|
|
|
3944
|
+
msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
|
|
3945
|
+
msgstr ""
|
|
3946
|
+
|
|
4091
3947
|
msgid "It's not possible to publish a rolling content view."
|
|
4092
3948
|
msgstr ""
|
|
4093
3949
|
|
|
@@ -4487,6 +4343,9 @@ msgstr "Lista de ID de host para reemplazar los hosts en la colección de hosts"
|
|
|
4487
4343
|
msgid "List of hypervisor guest uuids"
|
|
4488
4344
|
msgstr "Lista de uuid de huéspedes del hipervisor"
|
|
4489
4345
|
|
|
4346
|
+
msgid "List of lifecycle environments for rolling content views"
|
|
4347
|
+
msgstr ""
|
|
4348
|
+
|
|
4490
4349
|
msgid "List of package group names (Deprecated)"
|
|
4491
4350
|
msgstr ""
|
|
4492
4351
|
|
|
@@ -4715,9 +4574,6 @@ msgstr "Mensaje"
|
|
|
4715
4574
|
msgid "Messaging connection"
|
|
4716
4575
|
msgstr "Conexión de mensajes"
|
|
4717
4576
|
|
|
4718
|
-
msgid "Metadata generate"
|
|
4719
|
-
msgstr ""
|
|
4720
|
-
|
|
4721
4577
|
msgid ""
|
|
4722
4578
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4723
4579
|
"Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
|
|
@@ -4783,15 +4639,6 @@ msgstr ""
|
|
|
4783
4639
|
msgid "Multi Content View Environment"
|
|
4784
4640
|
msgstr ""
|
|
4785
4641
|
|
|
4786
|
-
msgid "Multi copy all units"
|
|
4787
|
-
msgstr ""
|
|
4788
|
-
|
|
4789
|
-
msgid "Multi copy content"
|
|
4790
|
-
msgstr ""
|
|
4791
|
-
|
|
4792
|
-
msgid "Multi copy units"
|
|
4793
|
-
msgstr ""
|
|
4794
|
-
|
|
4795
4642
|
msgid "Multi-entitlement"
|
|
4796
4643
|
msgstr "Multiderecho"
|
|
4797
4644
|
|
|
@@ -5407,9 +5254,6 @@ msgstr "Se elimina la organización %s."
|
|
|
5407
5254
|
msgid "Organization ID"
|
|
5408
5255
|
msgstr "ID de organización"
|
|
5409
5256
|
|
|
5410
|
-
msgid "Organization ID is required"
|
|
5411
|
-
msgstr "Se requiere el ID de organización"
|
|
5412
|
-
|
|
5413
5257
|
msgid "Organization ID or title"
|
|
5414
5258
|
msgstr ""
|
|
5415
5259
|
|
|
@@ -5897,6 +5741,9 @@ msgstr "Resumen de la promoción en %.{content_view}"
|
|
|
5897
5741
|
msgid "Promotion to Environment"
|
|
5898
5742
|
msgstr "Promoción al entorno"
|
|
5899
5743
|
|
|
5744
|
+
msgid "Provide credentials if the registry requires authentication"
|
|
5745
|
+
msgstr ""
|
|
5746
|
+
|
|
5900
5747
|
msgid "Provide the required information and click {update} below to save changes."
|
|
5901
5748
|
msgstr ""
|
|
5902
5749
|
|
|
@@ -5996,9 +5843,6 @@ msgstr "Almacenamiento Pulp"
|
|
|
5996
5843
|
msgid "Pulp task error"
|
|
5997
5844
|
msgstr "Error de tarea de Pulp"
|
|
5998
5845
|
|
|
5999
|
-
msgid "Purge completed tasks"
|
|
6000
|
-
msgstr ""
|
|
6001
|
-
|
|
6002
5846
|
msgid "Python Package"
|
|
6003
5847
|
msgstr ""
|
|
6004
5848
|
|
|
@@ -6026,15 +5870,6 @@ msgstr "La cantidad no debe ser superior a{pool.available}"
|
|
|
6026
5870
|
msgid "Quantity of entitlements to bind"
|
|
6027
5871
|
msgstr "Cantidad de derechos a vincular"
|
|
6028
5872
|
|
|
6029
|
-
msgid "Quantity of specified subscription to remove"
|
|
6030
|
-
msgstr "Cantidad de suscripción especificada a eliminar"
|
|
6031
|
-
|
|
6032
|
-
msgid "Quantity of this subscription to add"
|
|
6033
|
-
msgstr "Cantidad de esta suscripción a agregar"
|
|
6034
|
-
|
|
6035
|
-
msgid "Quantity of this subscriptions to add"
|
|
6036
|
-
msgstr "Cantidad de estas suscripciones para añadir"
|
|
6037
|
-
|
|
6038
5873
|
msgid "Quantity to Allocate"
|
|
6039
5874
|
msgstr "Cantidad a asignar"
|
|
6040
5875
|
|
|
@@ -6107,9 +5942,6 @@ msgstr "Se requiere reiniciar"
|
|
|
6107
5942
|
msgid "Reclaim Space"
|
|
6108
5943
|
msgstr ""
|
|
6109
5944
|
|
|
6110
|
-
msgid "Reclaim space"
|
|
6111
|
-
msgstr ""
|
|
6112
|
-
|
|
6113
5945
|
msgid "Reclaim space from On Demand repositories"
|
|
6114
5946
|
msgstr ""
|
|
6115
5947
|
|
|
@@ -6176,9 +6008,6 @@ msgstr ""
|
|
|
6176
6008
|
msgid "Refresh all alternate content sources"
|
|
6177
6009
|
msgstr ""
|
|
6178
6010
|
|
|
6179
|
-
msgid "Refresh all distributions"
|
|
6180
|
-
msgstr ""
|
|
6181
|
-
|
|
6182
6011
|
msgid "Refresh alternate content sources"
|
|
6183
6012
|
msgstr ""
|
|
6184
6013
|
|
|
@@ -6191,27 +6020,15 @@ msgstr ""
|
|
|
6191
6020
|
msgid "Refresh counts"
|
|
6192
6021
|
msgstr ""
|
|
6193
6022
|
|
|
6194
|
-
msgid "Refresh distribution"
|
|
6195
|
-
msgstr ""
|
|
6196
|
-
|
|
6197
6023
|
msgid "Refresh errata applicability"
|
|
6198
6024
|
msgstr ""
|
|
6199
6025
|
|
|
6200
|
-
msgid "Refresh if needed"
|
|
6201
|
-
msgstr ""
|
|
6202
|
-
|
|
6203
6026
|
msgid "Refresh package applicability"
|
|
6204
6027
|
msgstr ""
|
|
6205
6028
|
|
|
6206
6029
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6207
6030
|
msgstr "Actualizar el manifiesto importado anteriormente para el proveedor de Red Hat"
|
|
6208
6031
|
|
|
6209
|
-
msgid "Refresh remote"
|
|
6210
|
-
msgstr ""
|
|
6211
|
-
|
|
6212
|
-
msgid "Refresh repos"
|
|
6213
|
-
msgstr ""
|
|
6214
|
-
|
|
6215
6032
|
msgid "Refresh source"
|
|
6216
6033
|
msgstr ""
|
|
6217
6034
|
|
|
@@ -6221,9 +6038,6 @@ msgstr "Refresh_Content_Host_Status"
|
|
|
6221
6038
|
msgid "Register a host with subscription and information"
|
|
6222
6039
|
msgstr "Registrar un host con suscripción e información"
|
|
6223
6040
|
|
|
6224
|
-
msgid "Register host '%s' before attaching subscriptions"
|
|
6225
|
-
msgstr "Registrar el host '%s' antes de adjuntar las suscripciones"
|
|
6226
|
-
|
|
6227
6041
|
msgid "Registered"
|
|
6228
6042
|
msgstr "Registrado"
|
|
6229
6043
|
|
|
@@ -6257,9 +6071,6 @@ msgstr "El patrón de nombres de registro dará como resultado un nombre de imag
|
|
|
6257
6071
|
msgid "Registry token expiration time"
|
|
6258
6072
|
msgstr ""
|
|
6259
6073
|
|
|
6260
|
-
msgid "Reindex subscriptions"
|
|
6261
|
-
msgstr ""
|
|
6262
|
-
|
|
6263
6074
|
msgid "Related composite content views"
|
|
6264
6075
|
msgstr ""
|
|
6265
6076
|
|
|
@@ -6356,9 +6167,6 @@ msgstr "Eliminar una o más colecciones de uno o más hosts de uno o más hosts"
|
|
|
6356
6167
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6357
6168
|
msgstr ""
|
|
6358
6169
|
|
|
6359
|
-
msgid "Remove orphans"
|
|
6360
|
-
msgstr ""
|
|
6361
|
-
|
|
6362
6170
|
msgid "Remove package group via Katello interface"
|
|
6363
6171
|
msgstr "Eliminar el grupo de paquetes a través de la interfaz de Katello"
|
|
6364
6172
|
|
|
@@ -6374,27 +6182,6 @@ msgstr ""
|
|
|
6374
6182
|
msgid "Remove products from sync plan"
|
|
6375
6183
|
msgstr "Eliminar productos del plan de sincronización"
|
|
6376
6184
|
|
|
6377
|
-
msgid "Remove rolling repo clone"
|
|
6378
|
-
msgstr ""
|
|
6379
|
-
|
|
6380
|
-
msgid "Remove subscriptions"
|
|
6381
|
-
msgstr "Eliminar suscripciones"
|
|
6382
|
-
|
|
6383
|
-
msgid "Remove subscriptions from %s"
|
|
6384
|
-
msgstr "Eliminar suscripciones de %s"
|
|
6385
|
-
|
|
6386
|
-
msgid "Remove subscriptions from a host"
|
|
6387
|
-
msgstr ""
|
|
6388
|
-
|
|
6389
|
-
msgid "Remove subscriptions from one or more hosts"
|
|
6390
|
-
msgstr "Eliminar las suscripciones de uno o más hosts"
|
|
6391
|
-
|
|
6392
|
-
msgid "Remove units"
|
|
6393
|
-
msgstr ""
|
|
6394
|
-
|
|
6395
|
-
msgid "Remove unneeded repos"
|
|
6396
|
-
msgstr ""
|
|
6397
|
-
|
|
6398
6185
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6399
6186
|
msgstr "Eliminar versiones y/o entornos de una vista de contenido y volver a asignar sistemas y llaves"
|
|
6400
6187
|
|
|
@@ -6419,9 +6206,6 @@ msgstr ""
|
|
|
6419
6206
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6420
6207
|
msgstr ""
|
|
6421
6208
|
|
|
6422
|
-
msgid "Repair"
|
|
6423
|
-
msgstr ""
|
|
6424
|
-
|
|
6425
6209
|
msgid "Replace content source on the target machine"
|
|
6426
6210
|
msgstr ""
|
|
6427
6211
|
|
|
@@ -6440,18 +6224,12 @@ msgstr "Repositorios"
|
|
|
6440
6224
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6441
6225
|
msgstr ""
|
|
6442
6226
|
|
|
6443
|
-
msgid "Repositories certs reset"
|
|
6444
|
-
msgstr ""
|
|
6445
|
-
|
|
6446
6227
|
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."
|
|
6447
6228
|
msgstr ""
|
|
6448
6229
|
|
|
6449
6230
|
msgid "Repositories from published Content Views are not allowed."
|
|
6450
6231
|
msgstr "No se permiten los de vistas de contenido publicadas "
|
|
6451
6232
|
|
|
6452
|
-
msgid "Repositories gpg reset"
|
|
6453
|
-
msgstr ""
|
|
6454
|
-
|
|
6455
6233
|
msgid "Repository"
|
|
6456
6234
|
msgstr "Repositorio"
|
|
6457
6235
|
|
|
@@ -6623,6 +6401,9 @@ msgstr "Recuperar una única errata para un host"
|
|
|
6623
6401
|
msgid "Return Red Hat (non-custom) products only"
|
|
6624
6402
|
msgstr "Mostrar solo los productos de Red Hat (no personalizados)"
|
|
6625
6403
|
|
|
6404
|
+
msgid "Return a list of installed debs distinct by name"
|
|
6405
|
+
msgstr ""
|
|
6406
|
+
|
|
6626
6407
|
msgid "Return a list of installed packages distinct by name"
|
|
6627
6408
|
msgstr ""
|
|
6628
6409
|
|
|
@@ -6803,19 +6584,7 @@ msgstr "SUSCRIPCIONES QUE VENCEN PRONTO"
|
|
|
6803
6584
|
msgid "Save"
|
|
6804
6585
|
msgstr "Guardar"
|
|
6805
6586
|
|
|
6806
|
-
msgid "Save
|
|
6807
|
-
msgstr ""
|
|
6808
|
-
|
|
6809
|
-
msgid "Save distribution references"
|
|
6810
|
-
msgstr ""
|
|
6811
|
-
|
|
6812
|
-
msgid "Save publication"
|
|
6813
|
-
msgstr ""
|
|
6814
|
-
|
|
6815
|
-
msgid "Save version"
|
|
6816
|
-
msgstr ""
|
|
6817
|
-
|
|
6818
|
-
msgid "Save versions"
|
|
6587
|
+
msgid "Save Environments"
|
|
6819
6588
|
msgstr ""
|
|
6820
6589
|
|
|
6821
6590
|
msgid "Saving alternate content source..."
|
|
@@ -6827,12 +6596,6 @@ msgstr ""
|
|
|
6827
6596
|
msgid "Scan a flatpak remote"
|
|
6828
6597
|
msgstr ""
|
|
6829
6598
|
|
|
6830
|
-
msgid "Scan cdn"
|
|
6831
|
-
msgstr ""
|
|
6832
|
-
|
|
6833
|
-
msgid "Scan remote"
|
|
6834
|
-
msgstr ""
|
|
6835
|
-
|
|
6836
6599
|
msgid "Schema version 1"
|
|
6837
6600
|
msgstr ""
|
|
6838
6601
|
|
|
@@ -7070,11 +6833,14 @@ msgstr "nivel de servicio"
|
|
|
7070
6833
|
msgid "Service Level (SLA)"
|
|
7071
6834
|
msgstr "Nivel de servicio %s (SLA)"
|
|
7072
6835
|
|
|
6836
|
+
msgid "Service level"
|
|
6837
|
+
msgstr ""
|
|
6838
|
+
|
|
7073
6839
|
msgid "Service level of host"
|
|
7074
6840
|
msgstr ""
|
|
7075
6841
|
|
|
7076
|
-
msgid "Service level
|
|
7077
|
-
msgstr "
|
|
6842
|
+
msgid "Service level, e.g. SELF-SUPPORT"
|
|
6843
|
+
msgstr ""
|
|
7078
6844
|
|
|
7079
6845
|
msgid "Set content overrides"
|
|
7080
6846
|
msgstr ""
|
|
@@ -7100,9 +6866,6 @@ msgstr ""
|
|
|
7100
6866
|
msgid "Sets the system purpose usage"
|
|
7101
6867
|
msgstr "Establece el uso del propósito del sistema"
|
|
7102
6868
|
|
|
7103
|
-
msgid "Sets whether the Host will autoheal subscriptions upon checkin"
|
|
7104
|
-
msgstr "Establece si el host curará automáticamente las suscripciones en el momento de la entrada"
|
|
7105
|
-
|
|
7106
6869
|
msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
|
|
7107
6870
|
msgstr "La opción \"default_location_subscribed_hosts\" no está definida como una ubicación válida."
|
|
7108
6871
|
|
|
@@ -7253,6 +7016,9 @@ msgstr ""
|
|
|
7253
7016
|
msgid "Smart proxy name"
|
|
7254
7017
|
msgstr ""
|
|
7255
7018
|
|
|
7019
|
+
msgid "Smart proxy verify content checksum has started in the background"
|
|
7020
|
+
msgstr ""
|
|
7021
|
+
|
|
7256
7022
|
msgid "Sockets"
|
|
7257
7023
|
msgstr "Sockets"
|
|
7258
7024
|
|
|
@@ -7367,7 +7133,7 @@ msgstr ""
|
|
|
7367
7133
|
msgid "Something went wrong while refreshing alternate content sources: "
|
|
7368
7134
|
msgstr ""
|
|
7369
7135
|
|
|
7370
|
-
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7136
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
|
|
7371
7137
|
msgstr ""
|
|
7372
7138
|
|
|
7373
7139
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
|
@@ -7436,6 +7202,9 @@ msgstr ""
|
|
|
7436
7202
|
msgid "Something went wrong while updating the content source. See the logs for more information"
|
|
7437
7203
|
msgstr ""
|
|
7438
7204
|
|
|
7205
|
+
msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
|
|
7206
|
+
msgstr ""
|
|
7207
|
+
|
|
7439
7208
|
msgid "Something went wrong! Please check server logs!"
|
|
7440
7209
|
msgstr ""
|
|
7441
7210
|
|
|
@@ -7523,9 +7292,6 @@ msgstr "Suscripción"
|
|
|
7523
7292
|
msgid "Subscription Details"
|
|
7524
7293
|
msgstr "Detalles de suscripción"
|
|
7525
7294
|
|
|
7526
|
-
msgid "Subscription ID"
|
|
7527
|
-
msgstr "ID de suscripción"
|
|
7528
|
-
|
|
7529
7295
|
msgid "Subscription Info"
|
|
7530
7296
|
msgstr "ID de suscripción"
|
|
7531
7297
|
|
|
@@ -7541,12 +7307,6 @@ msgstr "Comprobación de la validez del manifiesto de suscripción"
|
|
|
7541
7307
|
msgid "Subscription Name"
|
|
7542
7308
|
msgstr "Nombre de la suscripción"
|
|
7543
7309
|
|
|
7544
|
-
msgid "Subscription Pool id"
|
|
7545
|
-
msgstr "ID de grupo de suscripción"
|
|
7546
|
-
|
|
7547
|
-
msgid "Subscription Pool uuid"
|
|
7548
|
-
msgstr "UUID de grupo de suscripciones"
|
|
7549
|
-
|
|
7550
7310
|
msgid "Subscription UUID"
|
|
7551
7311
|
msgstr ""
|
|
7552
7312
|
|
|
@@ -7634,9 +7394,6 @@ msgstr ""
|
|
|
7634
7394
|
msgid "Supported Content Types"
|
|
7635
7395
|
msgstr "Tipos de contenido admitidos"
|
|
7636
7396
|
|
|
7637
|
-
msgid "Sync"
|
|
7638
|
-
msgstr ""
|
|
7639
|
-
|
|
7640
7397
|
msgid "Sync Canceled"
|
|
7641
7398
|
msgstr "Sincronización cancelada"
|
|
7642
7399
|
|
|
@@ -7691,9 +7448,6 @@ msgstr "Sincronizar un repositorio"
|
|
|
7691
7448
|
msgid "Sync all repositories for a product"
|
|
7692
7449
|
msgstr "Sincronizar todos los repositorios de un producto"
|
|
7693
7450
|
|
|
7694
|
-
msgid "Sync capsule"
|
|
7695
|
-
msgstr ""
|
|
7696
|
-
|
|
7697
7451
|
msgid "Sync complete."
|
|
7698
7452
|
msgstr "Sincronización completa."
|
|
7699
7453
|
|
|
@@ -7712,9 +7466,6 @@ msgstr ""
|
|
|
7712
7466
|
msgid "Sync state"
|
|
7713
7467
|
msgstr ""
|
|
7714
7468
|
|
|
7715
|
-
msgid "Syncable export"
|
|
7716
|
-
msgstr ""
|
|
7717
|
-
|
|
7718
7469
|
msgid "Synced"
|
|
7719
7470
|
msgstr ""
|
|
7720
7471
|
|
|
@@ -7724,6 +7475,9 @@ msgstr ""
|
|
|
7724
7475
|
msgid "Synced Content"
|
|
7725
7476
|
msgstr "Contenido sincronizado"
|
|
7726
7477
|
|
|
7478
|
+
msgid "Synced container images content"
|
|
7479
|
+
msgstr ""
|
|
7480
|
+
|
|
7727
7481
|
msgid "Synchronize"
|
|
7728
7482
|
msgstr "Sincronizar"
|
|
7729
7483
|
|
|
@@ -7977,9 +7731,6 @@ msgstr ""
|
|
|
7977
7731
|
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
|
7978
7732
|
msgstr ""
|
|
7979
7733
|
|
|
7980
|
-
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
|
7981
|
-
msgstr "La organización especificada está en el modo de acceso a contenido simple. La conexión de las suscripciones está desactivada"
|
|
7982
|
-
|
|
7983
7734
|
msgid "The subscription cannot be found upstream"
|
|
7984
7735
|
msgstr "La suscripción no se puede encontrar en canal ascendente"
|
|
7985
7736
|
|
|
@@ -8121,12 +7872,6 @@ msgstr ""
|
|
|
8121
7872
|
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."
|
|
8122
7873
|
msgstr ""
|
|
8123
7874
|
|
|
8124
|
-
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
|
8125
|
-
msgstr "La organización de este host está en el modo de acceso a contenido simple. Adjuntar suscripciones está desactivado."
|
|
8126
|
-
|
|
8127
|
-
msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
|
|
8128
|
-
msgstr "La organización de este host está en el modo de acceso a contenido simple. La conexión automática está desactivada"
|
|
8129
|
-
|
|
8130
7875
|
msgid "This is disabled because a manifest task is in progress"
|
|
8131
7876
|
msgstr "Esto está desactivado porque una tarea del manifiesto está en progreso"
|
|
8132
7877
|
|
|
@@ -8205,6 +7950,9 @@ msgstr "Título"
|
|
|
8205
7950
|
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
|
8206
7951
|
msgstr ""
|
|
8207
7952
|
|
|
7953
|
+
msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
|
|
7954
|
+
msgstr ""
|
|
7955
|
+
|
|
8208
7956
|
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."
|
|
8209
7957
|
msgstr ""
|
|
8210
7958
|
|
|
@@ -8235,9 +7983,6 @@ msgstr ""
|
|
|
8235
7983
|
msgid "To manage packages, select an action."
|
|
8236
7984
|
msgstr ""
|
|
8237
7985
|
|
|
8238
|
-
msgid "Toggle"
|
|
8239
|
-
msgstr ""
|
|
8240
|
-
|
|
8241
7986
|
msgid "Token/password for the flatpak remote"
|
|
8242
7987
|
msgstr ""
|
|
8243
7988
|
|
|
@@ -8283,12 +8028,6 @@ msgstr ""
|
|
|
8283
8028
|
msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
|
|
8284
8029
|
msgstr ""
|
|
8285
8030
|
|
|
8286
|
-
msgid "Trigger an auto-attach of subscriptions"
|
|
8287
|
-
msgstr "Activar la inclusión automática de suscripciones"
|
|
8288
|
-
|
|
8289
|
-
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
|
8290
|
-
msgstr "Activar la inclusión automática de suscripciones en uno o más hosts"
|
|
8291
|
-
|
|
8292
8031
|
msgid "Try changing your search criteria."
|
|
8293
8032
|
msgstr ""
|
|
8294
8033
|
|
|
@@ -8442,9 +8181,6 @@ msgstr ""
|
|
|
8442
8181
|
msgid "Unapplied Errata"
|
|
8443
8182
|
msgstr "Erratas no aplicadas"
|
|
8444
8183
|
|
|
8445
|
-
msgid "Unattach a subscription"
|
|
8446
|
-
msgstr "Desvincular una suscripción"
|
|
8447
|
-
|
|
8448
8184
|
msgid "Unfiltered params array: %s."
|
|
8449
8185
|
msgstr "Matriz de parámetros sin filtrar: %s."
|
|
8450
8186
|
|
|
@@ -8556,27 +8292,15 @@ msgstr "Actualizar un entorno en una organización"
|
|
|
8556
8292
|
msgid "Update content counts for the smart proxy"
|
|
8557
8293
|
msgstr ""
|
|
8558
8294
|
|
|
8559
|
-
msgid "Update content urls"
|
|
8560
|
-
msgstr ""
|
|
8561
|
-
|
|
8562
8295
|
msgid "Update content view environments for host"
|
|
8563
8296
|
msgstr ""
|
|
8564
8297
|
|
|
8565
8298
|
msgid "Update content view environments for host %s"
|
|
8566
8299
|
msgstr ""
|
|
8567
8300
|
|
|
8568
|
-
msgid "Update distributions"
|
|
8569
|
-
msgstr ""
|
|
8570
|
-
|
|
8571
8301
|
msgid "Update hosts manually"
|
|
8572
8302
|
msgstr ""
|
|
8573
8303
|
|
|
8574
|
-
msgid "Update http proxy"
|
|
8575
|
-
msgstr ""
|
|
8576
|
-
|
|
8577
|
-
msgid "Update http proxy details"
|
|
8578
|
-
msgstr ""
|
|
8579
|
-
|
|
8580
8304
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8581
8305
|
msgstr "Actualizar los paquetes instalados, los repositorios habilitados, el inventario de módulos"
|
|
8582
8306
|
|
|
@@ -8592,21 +8316,12 @@ msgstr "Actualizar paquete a través de la interfaz de Katello"
|
|
|
8592
8316
|
msgid "Update packages via Katello interface"
|
|
8593
8317
|
msgstr ""
|
|
8594
8318
|
|
|
8595
|
-
msgid "Update redhat repository"
|
|
8596
|
-
msgstr ""
|
|
8597
|
-
|
|
8598
8319
|
msgid "Update release version for host"
|
|
8599
8320
|
msgstr "Actualizar versión de lanzamiento para el host"
|
|
8600
8321
|
|
|
8601
8322
|
msgid "Update release version for host %s"
|
|
8602
8323
|
msgstr "Actualizar versión de lanzamiento para el host"
|
|
8603
8324
|
|
|
8604
|
-
msgid "Update remote"
|
|
8605
|
-
msgstr ""
|
|
8606
|
-
|
|
8607
|
-
msgid "Update repository"
|
|
8608
|
-
msgstr ""
|
|
8609
|
-
|
|
8610
8325
|
msgid "Update services requiring restart"
|
|
8611
8326
|
msgstr "La actualización de servicios requiere el reinicio"
|
|
8612
8327
|
|
|
@@ -8697,12 +8412,6 @@ msgstr "Cargar un fragmento del contenido del archivo"
|
|
|
8697
8412
|
msgid "Upload a subscription manifest"
|
|
8698
8413
|
msgstr "Cargar un manifiesto de suscripción"
|
|
8699
8414
|
|
|
8700
|
-
msgid "Upload content"
|
|
8701
|
-
msgstr ""
|
|
8702
|
-
|
|
8703
|
-
msgid "Upload file"
|
|
8704
|
-
msgstr ""
|
|
8705
|
-
|
|
8706
8415
|
msgid "Upload into"
|
|
8707
8416
|
msgstr "Cargar a "
|
|
8708
8417
|
|
|
@@ -8712,9 +8421,6 @@ msgstr ""
|
|
|
8712
8421
|
msgid "Upload request id"
|
|
8713
8422
|
msgstr "Cargar ID de solicitud"
|
|
8714
8423
|
|
|
8715
|
-
msgid "Upload tag"
|
|
8716
|
-
msgstr ""
|
|
8717
|
-
|
|
8718
8424
|
msgid "Upstream Candlepin"
|
|
8719
8425
|
msgstr ""
|
|
8720
8426
|
|
|
@@ -8829,12 +8535,12 @@ msgstr ""
|
|
|
8829
8535
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
|
8830
8536
|
msgstr "El valor debe booleano o \"por defecto\" para \"habilitado\""
|
|
8831
8537
|
|
|
8538
|
+
msgid "Verify Content Checksum"
|
|
8539
|
+
msgstr ""
|
|
8540
|
+
|
|
8832
8541
|
msgid "Verify SSL"
|
|
8833
8542
|
msgstr "Verificar SSL"
|
|
8834
8543
|
|
|
8835
|
-
msgid "Verify checksum"
|
|
8836
|
-
msgstr ""
|
|
8837
|
-
|
|
8838
8544
|
msgid "Verify checksum for content on smart proxy"
|
|
8839
8545
|
msgstr ""
|
|
8840
8546
|
|
|
@@ -8916,6 +8622,9 @@ msgstr ""
|
|
|
8916
8622
|
msgid "View by"
|
|
8917
8623
|
msgstr ""
|
|
8918
8624
|
|
|
8625
|
+
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."
|
|
8626
|
+
msgstr ""
|
|
8627
|
+
|
|
8919
8628
|
msgid "View content views"
|
|
8920
8629
|
msgstr ""
|
|
8921
8630
|
|
|
@@ -9204,9 +8913,6 @@ msgstr ""
|
|
|
9204
8913
|
msgid "attempted to sync without a feed URL"
|
|
9205
8914
|
msgstr "se intentó sincronizar sin una URL de fuente"
|
|
9206
8915
|
|
|
9207
|
-
msgid "auto attach subscriptions upon registration"
|
|
9208
|
-
msgstr "Autovincular suscripciones tras el registro"
|
|
9209
|
-
|
|
9210
8916
|
msgid "base url to perform repo discovery on"
|
|
9211
8917
|
msgstr "URL base en la que realizar la detección de repositorio"
|
|
9212
8918
|
|
|
@@ -9843,9 +9549,6 @@ msgstr "especifica si se debe incluir o excluir el contenido, predeterminado: in
|
|
|
9843
9549
|
msgid "start datetime of synchronization"
|
|
9844
9550
|
msgstr "fecha/hora de inicio de la sincronización"
|
|
9845
9551
|
|
|
9846
|
-
msgid "subscriptions not specified"
|
|
9847
|
-
msgstr "suscripciones no especificadas"
|
|
9848
|
-
|
|
9849
9552
|
msgid "sync plan description"
|
|
9850
9553
|
msgstr "descripción del plan de sincronización"
|
|
9851
9554
|
|