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/pl_PL/katello.po
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
#
|
|
6
6
|
msgid ""
|
|
7
7
|
msgstr ""
|
|
8
|
-
"Project-Id-Version: katello 4.
|
|
8
|
+
"Project-Id-Version: katello 4.19.0.pre.master\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
|
10
10
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
11
11
|
"Language-Team: Polish (Poland) (https://app.transifex.com/foreman/teams/114/pl"
|
|
@@ -451,9 +451,6 @@ msgstr ""
|
|
|
451
451
|
msgid "A remote execution job is in progress."
|
|
452
452
|
msgstr ""
|
|
453
453
|
|
|
454
|
-
msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
|
|
455
|
-
msgstr ""
|
|
456
|
-
|
|
457
454
|
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."
|
|
458
455
|
msgstr ""
|
|
459
456
|
|
|
@@ -469,9 +466,6 @@ msgstr ""
|
|
|
469
466
|
msgid "About page"
|
|
470
467
|
msgstr ""
|
|
471
468
|
|
|
472
|
-
msgid "Abstract async task"
|
|
473
|
-
msgstr ""
|
|
474
|
-
|
|
475
469
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
476
470
|
msgstr ""
|
|
477
471
|
|
|
@@ -559,10 +553,13 @@ msgstr ""
|
|
|
559
553
|
msgid "Add RPM rule"
|
|
560
554
|
msgstr ""
|
|
561
555
|
|
|
562
|
-
msgid "Add
|
|
556
|
+
msgid "Add Red Hat Flatpak remote"
|
|
563
557
|
msgstr ""
|
|
564
558
|
|
|
565
|
-
msgid "Add
|
|
559
|
+
msgid "Add Red Hat flatpak remote"
|
|
560
|
+
msgstr ""
|
|
561
|
+
|
|
562
|
+
msgid "Add Subscriptions"
|
|
566
563
|
msgstr ""
|
|
567
564
|
|
|
568
565
|
msgid "Add an alternate content source"
|
|
@@ -616,9 +613,6 @@ msgstr ""
|
|
|
616
613
|
msgid "Add repositories with package groups to content view to select them here."
|
|
617
614
|
msgstr ""
|
|
618
615
|
|
|
619
|
-
msgid "Add rolling repo clone"
|
|
620
|
-
msgstr ""
|
|
621
|
-
|
|
622
616
|
msgid "Add rule"
|
|
623
617
|
msgstr ""
|
|
624
618
|
|
|
@@ -631,9 +625,6 @@ msgstr ""
|
|
|
631
625
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
|
632
626
|
msgstr ""
|
|
633
627
|
|
|
634
|
-
msgid "Add subscriptions to one or more hosts"
|
|
635
|
-
msgstr ""
|
|
636
|
-
|
|
637
628
|
msgid "Add subscriptions using the Add Subscriptions button."
|
|
638
629
|
msgstr ""
|
|
639
630
|
|
|
@@ -905,12 +896,6 @@ msgstr ""
|
|
|
905
896
|
msgid "Array of pools to add"
|
|
906
897
|
msgstr ""
|
|
907
898
|
|
|
908
|
-
msgid "Array of subscriptions to add"
|
|
909
|
-
msgstr ""
|
|
910
|
-
|
|
911
|
-
msgid "Array of subscriptions to remove"
|
|
912
|
-
msgstr ""
|
|
913
|
-
|
|
914
899
|
msgid "Array of uploads to import"
|
|
915
900
|
msgstr ""
|
|
916
901
|
|
|
@@ -967,15 +952,6 @@ msgstr ""
|
|
|
967
952
|
msgid "At least one organization must exist."
|
|
968
953
|
msgstr ""
|
|
969
954
|
|
|
970
|
-
msgid "Attach a subscription"
|
|
971
|
-
msgstr ""
|
|
972
|
-
|
|
973
|
-
msgid "Attach subscriptions"
|
|
974
|
-
msgstr ""
|
|
975
|
-
|
|
976
|
-
msgid "Attach subscriptions to %s"
|
|
977
|
-
msgstr ""
|
|
978
|
-
|
|
979
955
|
msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
|
|
980
956
|
msgstr ""
|
|
981
957
|
|
|
@@ -991,9 +967,6 @@ msgstr ""
|
|
|
991
967
|
msgid "Auto Publish - Triggered by '%s'"
|
|
992
968
|
msgstr ""
|
|
993
969
|
|
|
994
|
-
msgid "Auto attach subscriptions"
|
|
995
|
-
msgstr ""
|
|
996
|
-
|
|
997
970
|
msgid "Auto publish"
|
|
998
971
|
msgstr ""
|
|
999
972
|
|
|
@@ -1090,6 +1063,9 @@ msgstr ""
|
|
|
1090
1063
|
msgid "Bootc upgrade via Bootc interface"
|
|
1091
1064
|
msgstr ""
|
|
1092
1065
|
|
|
1066
|
+
msgid "Booted"
|
|
1067
|
+
msgstr ""
|
|
1068
|
+
|
|
1093
1069
|
msgid "Booted Container Images"
|
|
1094
1070
|
msgstr ""
|
|
1095
1071
|
|
|
@@ -1486,9 +1462,6 @@ msgstr ""
|
|
|
1486
1462
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1487
1463
|
msgstr ""
|
|
1488
1464
|
|
|
1489
|
-
msgid "Commit upload"
|
|
1490
|
-
msgstr ""
|
|
1491
|
-
|
|
1492
1465
|
msgid "Compare"
|
|
1493
1466
|
msgstr ""
|
|
1494
1467
|
|
|
@@ -1561,6 +1534,9 @@ msgstr ""
|
|
|
1561
1534
|
msgid "Container image tags"
|
|
1562
1535
|
msgstr ""
|
|
1563
1536
|
|
|
1537
|
+
msgid "Container images"
|
|
1538
|
+
msgstr ""
|
|
1539
|
+
|
|
1564
1540
|
msgid "Container manifest lists"
|
|
1565
1541
|
msgstr ""
|
|
1566
1542
|
|
|
@@ -1840,27 +1816,15 @@ msgstr ""
|
|
|
1840
1816
|
msgid "Copy"
|
|
1841
1817
|
msgstr ""
|
|
1842
1818
|
|
|
1843
|
-
msgid "Copy all units"
|
|
1844
|
-
msgstr ""
|
|
1845
|
-
|
|
1846
1819
|
msgid "Copy an activation key"
|
|
1847
1820
|
msgstr ""
|
|
1848
1821
|
|
|
1849
|
-
msgid "Copy content"
|
|
1850
|
-
msgstr ""
|
|
1851
|
-
|
|
1852
1822
|
msgid "Copy content view"
|
|
1853
1823
|
msgstr ""
|
|
1854
1824
|
|
|
1855
1825
|
msgid "Copy to clipboard"
|
|
1856
1826
|
msgstr ""
|
|
1857
1827
|
|
|
1858
|
-
msgid "Copy version"
|
|
1859
|
-
msgstr ""
|
|
1860
|
-
|
|
1861
|
-
msgid "Copy version units to library"
|
|
1862
|
-
msgstr ""
|
|
1863
|
-
|
|
1864
1828
|
msgid "Cores per socket"
|
|
1865
1829
|
msgstr ""
|
|
1866
1830
|
|
|
@@ -2074,39 +2038,18 @@ msgstr ""
|
|
|
2074
2038
|
msgid "Create content view"
|
|
2075
2039
|
msgstr ""
|
|
2076
2040
|
|
|
2077
|
-
msgid "Create exporter"
|
|
2078
|
-
msgstr ""
|
|
2079
|
-
|
|
2080
2041
|
msgid "Create filter"
|
|
2081
2042
|
msgstr ""
|
|
2082
2043
|
|
|
2083
2044
|
msgid "Create host collection"
|
|
2084
2045
|
msgstr ""
|
|
2085
2046
|
|
|
2086
|
-
msgid "Create import"
|
|
2087
|
-
msgstr ""
|
|
2088
|
-
|
|
2089
|
-
msgid "Create importer"
|
|
2090
|
-
msgstr ""
|
|
2091
|
-
|
|
2092
2047
|
msgid "Create new activation key"
|
|
2093
2048
|
msgstr ""
|
|
2094
2049
|
|
|
2095
2050
|
msgid "Create organization"
|
|
2096
2051
|
msgstr ""
|
|
2097
2052
|
|
|
2098
|
-
msgid "Create package filter rule"
|
|
2099
|
-
msgstr ""
|
|
2100
|
-
|
|
2101
|
-
msgid "Create publication"
|
|
2102
|
-
msgstr ""
|
|
2103
|
-
|
|
2104
|
-
msgid "Create remote"
|
|
2105
|
-
msgstr ""
|
|
2106
|
-
|
|
2107
|
-
msgid "Create rule"
|
|
2108
|
-
msgstr ""
|
|
2109
|
-
|
|
2110
2053
|
msgid "Credentials"
|
|
2111
2054
|
msgstr ""
|
|
2112
2055
|
|
|
@@ -2368,36 +2311,12 @@ msgstr ""
|
|
|
2368
2311
|
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."
|
|
2369
2312
|
msgstr ""
|
|
2370
2313
|
|
|
2371
|
-
msgid "Delete distributions"
|
|
2372
|
-
msgstr ""
|
|
2373
|
-
|
|
2374
2314
|
msgid "Delete manifest from Red Hat provider"
|
|
2375
2315
|
msgstr ""
|
|
2376
2316
|
|
|
2377
2317
|
msgid "Delete multiple filters from a content view"
|
|
2378
2318
|
msgstr ""
|
|
2379
2319
|
|
|
2380
|
-
msgid "Delete orphan alternate content sources"
|
|
2381
|
-
msgstr ""
|
|
2382
|
-
|
|
2383
|
-
msgid "Delete orphan distributions"
|
|
2384
|
-
msgstr ""
|
|
2385
|
-
|
|
2386
|
-
msgid "Delete orphan remotes"
|
|
2387
|
-
msgstr ""
|
|
2388
|
-
|
|
2389
|
-
msgid "Delete orphan repository versions"
|
|
2390
|
-
msgstr ""
|
|
2391
|
-
|
|
2392
|
-
msgid "Delete orphaned migrated repositories"
|
|
2393
|
-
msgstr ""
|
|
2394
|
-
|
|
2395
|
-
msgid "Delete remote"
|
|
2396
|
-
msgstr ""
|
|
2397
|
-
|
|
2398
|
-
msgid "Delete repository references"
|
|
2399
|
-
msgstr ""
|
|
2400
|
-
|
|
2401
2320
|
msgid "Delete version"
|
|
2402
2321
|
msgstr ""
|
|
2403
2322
|
|
|
@@ -2497,12 +2416,6 @@ msgstr ""
|
|
|
2497
2416
|
msgid "Destroy an environment in an organization"
|
|
2498
2417
|
msgstr ""
|
|
2499
2418
|
|
|
2500
|
-
msgid "Destroy exporter"
|
|
2501
|
-
msgstr ""
|
|
2502
|
-
|
|
2503
|
-
msgid "Destroy importer"
|
|
2504
|
-
msgstr ""
|
|
2505
|
-
|
|
2506
2419
|
msgid "Destroy one or more alternate content sources"
|
|
2507
2420
|
msgstr ""
|
|
2508
2421
|
|
|
@@ -2536,9 +2449,6 @@ msgstr ""
|
|
|
2536
2449
|
msgid "Disable Red Hat Insights."
|
|
2537
2450
|
msgstr ""
|
|
2538
2451
|
|
|
2539
|
-
msgid "Disable Simple Content Access"
|
|
2540
|
-
msgstr ""
|
|
2541
|
-
|
|
2542
2452
|
msgid "Disable a repository from the set"
|
|
2543
2453
|
msgstr ""
|
|
2544
2454
|
|
|
@@ -2551,9 +2461,6 @@ msgstr ""
|
|
|
2551
2461
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2552
2462
|
msgstr ""
|
|
2553
2463
|
|
|
2554
|
-
msgid "Discover"
|
|
2555
|
-
msgstr ""
|
|
2556
|
-
|
|
2557
2464
|
msgid "Discover Repositories"
|
|
2558
2465
|
msgstr ""
|
|
2559
2466
|
|
|
@@ -2605,6 +2512,9 @@ msgstr ""
|
|
|
2605
2512
|
msgid "Edit"
|
|
2606
2513
|
msgstr ""
|
|
2607
2514
|
|
|
2515
|
+
msgid "Edit DEB rule"
|
|
2516
|
+
msgstr ""
|
|
2517
|
+
|
|
2608
2518
|
msgid "Edit Flatpak Remote"
|
|
2609
2519
|
msgstr ""
|
|
2610
2520
|
|
|
@@ -2632,9 +2542,6 @@ msgstr ""
|
|
|
2632
2542
|
msgid "Edit filter rule"
|
|
2633
2543
|
msgstr ""
|
|
2634
2544
|
|
|
2635
|
-
msgid "Edit package filter rule"
|
|
2636
|
-
msgstr ""
|
|
2637
|
-
|
|
2638
2545
|
msgid "Edit products"
|
|
2639
2546
|
msgstr ""
|
|
2640
2547
|
|
|
@@ -2677,9 +2584,6 @@ msgstr ""
|
|
|
2677
2584
|
msgid "Enable Red Hat repositories"
|
|
2678
2585
|
msgstr ""
|
|
2679
2586
|
|
|
2680
|
-
msgid "Enable Simple Content Access"
|
|
2681
|
-
msgstr ""
|
|
2682
|
-
|
|
2683
2587
|
msgid "Enable Tracer"
|
|
2684
2588
|
msgstr ""
|
|
2685
2589
|
|
|
@@ -2755,9 +2659,6 @@ msgstr ""
|
|
|
2755
2659
|
msgid "Environment cannot be in its own promotion path"
|
|
2756
2660
|
msgstr ""
|
|
2757
2661
|
|
|
2758
|
-
msgid "Environment contents refresh"
|
|
2759
|
-
msgstr ""
|
|
2760
|
-
|
|
2761
2662
|
msgid "Environment identifier"
|
|
2762
2663
|
msgstr ""
|
|
2763
2664
|
|
|
@@ -2797,9 +2698,6 @@ msgstr ""
|
|
|
2797
2698
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2798
2699
|
msgstr ""
|
|
2799
2700
|
|
|
2800
|
-
msgid "Errata mail"
|
|
2801
|
-
msgstr ""
|
|
2802
|
-
|
|
2803
2701
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2804
2702
|
msgstr ""
|
|
2805
2703
|
|
|
@@ -2965,9 +2863,6 @@ msgstr ""
|
|
|
2965
2863
|
msgid "Fetch installable errata for one or more hosts."
|
|
2966
2864
|
msgstr ""
|
|
2967
2865
|
|
|
2968
|
-
msgid "Fetch pxe files"
|
|
2969
|
-
msgstr ""
|
|
2970
|
-
|
|
2971
2866
|
msgid "Fetch traces for one or more hosts"
|
|
2972
2867
|
msgstr ""
|
|
2973
2868
|
|
|
@@ -3061,9 +2956,6 @@ msgstr ""
|
|
|
3061
2956
|
msgid "Filter versions that are components in the specified composite version"
|
|
3062
2957
|
msgstr ""
|
|
3063
2958
|
|
|
3064
|
-
msgid "Filtered index content"
|
|
3065
|
-
msgstr ""
|
|
3066
|
-
|
|
3067
2959
|
msgid "Filters"
|
|
3068
2960
|
msgstr ""
|
|
3069
2961
|
|
|
@@ -3177,10 +3069,10 @@ msgstr ""
|
|
|
3177
3069
|
msgid "Generate host applicability"
|
|
3178
3070
|
msgstr ""
|
|
3179
3071
|
|
|
3180
|
-
msgid "Generate
|
|
3072
|
+
msgid "Generate repository applicability"
|
|
3181
3073
|
msgstr ""
|
|
3182
3074
|
|
|
3183
|
-
msgid "Generate
|
|
3075
|
+
msgid "Generate username and password"
|
|
3184
3076
|
msgstr ""
|
|
3185
3077
|
|
|
3186
3078
|
msgid "Generated"
|
|
@@ -3417,12 +3309,6 @@ msgstr ""
|
|
|
3417
3309
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3418
3310
|
msgstr ""
|
|
3419
3311
|
|
|
3420
|
-
msgid "Hypervisors"
|
|
3421
|
-
msgstr ""
|
|
3422
|
-
|
|
3423
|
-
msgid "Hypervisors update"
|
|
3424
|
-
msgstr ""
|
|
3425
|
-
|
|
3426
3312
|
msgid "ID"
|
|
3427
3313
|
msgstr ""
|
|
3428
3314
|
|
|
@@ -3614,9 +3500,6 @@ msgstr ""
|
|
|
3614
3500
|
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'."
|
|
3615
3501
|
msgstr ""
|
|
3616
3502
|
|
|
3617
|
-
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
|
3618
|
-
msgstr ""
|
|
3619
|
-
|
|
3620
3503
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3621
3504
|
msgstr ""
|
|
3622
3505
|
|
|
@@ -3746,9 +3629,6 @@ msgstr ""
|
|
|
3746
3629
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3747
3630
|
msgstr ""
|
|
3748
3631
|
|
|
3749
|
-
msgid "Import migration"
|
|
3750
|
-
msgstr ""
|
|
3751
|
-
|
|
3752
3632
|
msgid "Import new manifest"
|
|
3753
3633
|
msgstr ""
|
|
3754
3634
|
|
|
@@ -3758,12 +3638,6 @@ msgstr ""
|
|
|
3758
3638
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3759
3639
|
msgstr ""
|
|
3760
3640
|
|
|
3761
|
-
msgid "Import repository upload"
|
|
3762
|
-
msgstr ""
|
|
3763
|
-
|
|
3764
|
-
msgid "Import upload"
|
|
3765
|
-
msgstr ""
|
|
3766
|
-
|
|
3767
3641
|
msgid "Import uploads into a repository"
|
|
3768
3642
|
msgstr ""
|
|
3769
3643
|
|
|
@@ -3830,9 +3704,6 @@ msgstr ""
|
|
|
3830
3704
|
msgid "Incremental Update incomplete."
|
|
3831
3705
|
msgstr ""
|
|
3832
3706
|
|
|
3833
|
-
msgid "Incremental Update of Content View Version(s) "
|
|
3834
|
-
msgstr ""
|
|
3835
|
-
|
|
3836
3707
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3837
3708
|
msgstr ""
|
|
3838
3709
|
|
|
@@ -3845,27 +3716,12 @@ msgstr ""
|
|
|
3845
3716
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3846
3717
|
msgstr ""
|
|
3847
3718
|
|
|
3848
|
-
msgid "Index content"
|
|
3849
|
-
msgstr ""
|
|
3850
|
-
|
|
3851
|
-
msgid "Index errata"
|
|
3852
|
-
msgstr ""
|
|
3853
|
-
|
|
3854
|
-
msgid "Index module streams"
|
|
3855
|
-
msgstr ""
|
|
3856
|
-
|
|
3857
|
-
msgid "Index package groups"
|
|
3858
|
-
msgstr ""
|
|
3859
|
-
|
|
3860
3719
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3861
3720
|
msgstr ""
|
|
3862
3721
|
|
|
3863
3722
|
msgid "Inherit from Repository"
|
|
3864
3723
|
msgstr ""
|
|
3865
3724
|
|
|
3866
|
-
msgid "Initialize"
|
|
3867
|
-
msgstr ""
|
|
3868
|
-
|
|
3869
3725
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3870
3726
|
msgstr ""
|
|
3871
3727
|
|
|
@@ -3941,9 +3797,6 @@ msgstr ""
|
|
|
3941
3797
|
msgid "Installing Package..."
|
|
3942
3798
|
msgstr ""
|
|
3943
3799
|
|
|
3944
|
-
msgid "Instance update"
|
|
3945
|
-
msgstr ""
|
|
3946
|
-
|
|
3947
3800
|
msgid "Instance-based"
|
|
3948
3801
|
msgstr ""
|
|
3949
3802
|
|
|
@@ -4070,6 +3923,9 @@ msgstr ""
|
|
|
4070
3923
|
msgid "It's not possible to promote a rolling content view."
|
|
4071
3924
|
msgstr ""
|
|
4072
3925
|
|
|
3926
|
+
msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
|
|
3927
|
+
msgstr ""
|
|
3928
|
+
|
|
4073
3929
|
msgid "It's not possible to publish a rolling content view."
|
|
4074
3930
|
msgstr ""
|
|
4075
3931
|
|
|
@@ -4469,6 +4325,9 @@ msgstr ""
|
|
|
4469
4325
|
msgid "List of hypervisor guest uuids"
|
|
4470
4326
|
msgstr ""
|
|
4471
4327
|
|
|
4328
|
+
msgid "List of lifecycle environments for rolling content views"
|
|
4329
|
+
msgstr ""
|
|
4330
|
+
|
|
4472
4331
|
msgid "List of package group names (Deprecated)"
|
|
4473
4332
|
msgstr ""
|
|
4474
4333
|
|
|
@@ -4697,9 +4556,6 @@ msgstr ""
|
|
|
4697
4556
|
msgid "Messaging connection"
|
|
4698
4557
|
msgstr ""
|
|
4699
4558
|
|
|
4700
|
-
msgid "Metadata generate"
|
|
4701
|
-
msgstr ""
|
|
4702
|
-
|
|
4703
4559
|
msgid ""
|
|
4704
4560
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4705
4561
|
"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."
|
|
@@ -4765,15 +4621,6 @@ msgstr ""
|
|
|
4765
4621
|
msgid "Multi Content View Environment"
|
|
4766
4622
|
msgstr ""
|
|
4767
4623
|
|
|
4768
|
-
msgid "Multi copy all units"
|
|
4769
|
-
msgstr ""
|
|
4770
|
-
|
|
4771
|
-
msgid "Multi copy content"
|
|
4772
|
-
msgstr ""
|
|
4773
|
-
|
|
4774
|
-
msgid "Multi copy units"
|
|
4775
|
-
msgstr ""
|
|
4776
|
-
|
|
4777
4624
|
msgid "Multi-entitlement"
|
|
4778
4625
|
msgstr ""
|
|
4779
4626
|
|
|
@@ -5389,9 +5236,6 @@ msgstr ""
|
|
|
5389
5236
|
msgid "Organization ID"
|
|
5390
5237
|
msgstr ""
|
|
5391
5238
|
|
|
5392
|
-
msgid "Organization ID is required"
|
|
5393
|
-
msgstr ""
|
|
5394
|
-
|
|
5395
5239
|
msgid "Organization ID or title"
|
|
5396
5240
|
msgstr ""
|
|
5397
5241
|
|
|
@@ -5877,6 +5721,9 @@ msgstr ""
|
|
|
5877
5721
|
msgid "Promotion to Environment"
|
|
5878
5722
|
msgstr ""
|
|
5879
5723
|
|
|
5724
|
+
msgid "Provide credentials if the registry requires authentication"
|
|
5725
|
+
msgstr ""
|
|
5726
|
+
|
|
5880
5727
|
msgid "Provide the required information and click {update} below to save changes."
|
|
5881
5728
|
msgstr ""
|
|
5882
5729
|
|
|
@@ -5976,9 +5823,6 @@ msgstr ""
|
|
|
5976
5823
|
msgid "Pulp task error"
|
|
5977
5824
|
msgstr ""
|
|
5978
5825
|
|
|
5979
|
-
msgid "Purge completed tasks"
|
|
5980
|
-
msgstr ""
|
|
5981
|
-
|
|
5982
5826
|
msgid "Python Package"
|
|
5983
5827
|
msgstr ""
|
|
5984
5828
|
|
|
@@ -6006,15 +5850,6 @@ msgstr ""
|
|
|
6006
5850
|
msgid "Quantity of entitlements to bind"
|
|
6007
5851
|
msgstr ""
|
|
6008
5852
|
|
|
6009
|
-
msgid "Quantity of specified subscription to remove"
|
|
6010
|
-
msgstr ""
|
|
6011
|
-
|
|
6012
|
-
msgid "Quantity of this subscription to add"
|
|
6013
|
-
msgstr ""
|
|
6014
|
-
|
|
6015
|
-
msgid "Quantity of this subscriptions to add"
|
|
6016
|
-
msgstr ""
|
|
6017
|
-
|
|
6018
5853
|
msgid "Quantity to Allocate"
|
|
6019
5854
|
msgstr ""
|
|
6020
5855
|
|
|
@@ -6087,9 +5922,6 @@ msgstr ""
|
|
|
6087
5922
|
msgid "Reclaim Space"
|
|
6088
5923
|
msgstr ""
|
|
6089
5924
|
|
|
6090
|
-
msgid "Reclaim space"
|
|
6091
|
-
msgstr ""
|
|
6092
|
-
|
|
6093
5925
|
msgid "Reclaim space from On Demand repositories"
|
|
6094
5926
|
msgstr ""
|
|
6095
5927
|
|
|
@@ -6156,9 +5988,6 @@ msgstr ""
|
|
|
6156
5988
|
msgid "Refresh all alternate content sources"
|
|
6157
5989
|
msgstr ""
|
|
6158
5990
|
|
|
6159
|
-
msgid "Refresh all distributions"
|
|
6160
|
-
msgstr ""
|
|
6161
|
-
|
|
6162
5991
|
msgid "Refresh alternate content sources"
|
|
6163
5992
|
msgstr ""
|
|
6164
5993
|
|
|
@@ -6171,27 +6000,15 @@ msgstr ""
|
|
|
6171
6000
|
msgid "Refresh counts"
|
|
6172
6001
|
msgstr ""
|
|
6173
6002
|
|
|
6174
|
-
msgid "Refresh distribution"
|
|
6175
|
-
msgstr ""
|
|
6176
|
-
|
|
6177
6003
|
msgid "Refresh errata applicability"
|
|
6178
6004
|
msgstr ""
|
|
6179
6005
|
|
|
6180
|
-
msgid "Refresh if needed"
|
|
6181
|
-
msgstr ""
|
|
6182
|
-
|
|
6183
6006
|
msgid "Refresh package applicability"
|
|
6184
6007
|
msgstr ""
|
|
6185
6008
|
|
|
6186
6009
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6187
6010
|
msgstr ""
|
|
6188
6011
|
|
|
6189
|
-
msgid "Refresh remote"
|
|
6190
|
-
msgstr ""
|
|
6191
|
-
|
|
6192
|
-
msgid "Refresh repos"
|
|
6193
|
-
msgstr ""
|
|
6194
|
-
|
|
6195
6012
|
msgid "Refresh source"
|
|
6196
6013
|
msgstr ""
|
|
6197
6014
|
|
|
@@ -6201,9 +6018,6 @@ msgstr ""
|
|
|
6201
6018
|
msgid "Register a host with subscription and information"
|
|
6202
6019
|
msgstr ""
|
|
6203
6020
|
|
|
6204
|
-
msgid "Register host '%s' before attaching subscriptions"
|
|
6205
|
-
msgstr ""
|
|
6206
|
-
|
|
6207
6021
|
msgid "Registered"
|
|
6208
6022
|
msgstr ""
|
|
6209
6023
|
|
|
@@ -6237,9 +6051,6 @@ msgstr ""
|
|
|
6237
6051
|
msgid "Registry token expiration time"
|
|
6238
6052
|
msgstr ""
|
|
6239
6053
|
|
|
6240
|
-
msgid "Reindex subscriptions"
|
|
6241
|
-
msgstr ""
|
|
6242
|
-
|
|
6243
6054
|
msgid "Related composite content views"
|
|
6244
6055
|
msgstr ""
|
|
6245
6056
|
|
|
@@ -6336,9 +6147,6 @@ msgstr ""
|
|
|
6336
6147
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6337
6148
|
msgstr ""
|
|
6338
6149
|
|
|
6339
|
-
msgid "Remove orphans"
|
|
6340
|
-
msgstr ""
|
|
6341
|
-
|
|
6342
6150
|
msgid "Remove package group via Katello interface"
|
|
6343
6151
|
msgstr ""
|
|
6344
6152
|
|
|
@@ -6354,27 +6162,6 @@ msgstr ""
|
|
|
6354
6162
|
msgid "Remove products from sync plan"
|
|
6355
6163
|
msgstr ""
|
|
6356
6164
|
|
|
6357
|
-
msgid "Remove rolling repo clone"
|
|
6358
|
-
msgstr ""
|
|
6359
|
-
|
|
6360
|
-
msgid "Remove subscriptions"
|
|
6361
|
-
msgstr ""
|
|
6362
|
-
|
|
6363
|
-
msgid "Remove subscriptions from %s"
|
|
6364
|
-
msgstr ""
|
|
6365
|
-
|
|
6366
|
-
msgid "Remove subscriptions from a host"
|
|
6367
|
-
msgstr ""
|
|
6368
|
-
|
|
6369
|
-
msgid "Remove subscriptions from one or more hosts"
|
|
6370
|
-
msgstr ""
|
|
6371
|
-
|
|
6372
|
-
msgid "Remove units"
|
|
6373
|
-
msgstr ""
|
|
6374
|
-
|
|
6375
|
-
msgid "Remove unneeded repos"
|
|
6376
|
-
msgstr ""
|
|
6377
|
-
|
|
6378
6165
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6379
6166
|
msgstr ""
|
|
6380
6167
|
|
|
@@ -6399,9 +6186,6 @@ msgstr ""
|
|
|
6399
6186
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6400
6187
|
msgstr ""
|
|
6401
6188
|
|
|
6402
|
-
msgid "Repair"
|
|
6403
|
-
msgstr ""
|
|
6404
|
-
|
|
6405
6189
|
msgid "Replace content source on the target machine"
|
|
6406
6190
|
msgstr ""
|
|
6407
6191
|
|
|
@@ -6420,18 +6204,12 @@ msgstr ""
|
|
|
6420
6204
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6421
6205
|
msgstr ""
|
|
6422
6206
|
|
|
6423
|
-
msgid "Repositories certs reset"
|
|
6424
|
-
msgstr ""
|
|
6425
|
-
|
|
6426
6207
|
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."
|
|
6427
6208
|
msgstr ""
|
|
6428
6209
|
|
|
6429
6210
|
msgid "Repositories from published Content Views are not allowed."
|
|
6430
6211
|
msgstr ""
|
|
6431
6212
|
|
|
6432
|
-
msgid "Repositories gpg reset"
|
|
6433
|
-
msgstr ""
|
|
6434
|
-
|
|
6435
6213
|
msgid "Repository"
|
|
6436
6214
|
msgstr ""
|
|
6437
6215
|
|
|
@@ -6603,6 +6381,9 @@ msgstr ""
|
|
|
6603
6381
|
msgid "Return Red Hat (non-custom) products only"
|
|
6604
6382
|
msgstr ""
|
|
6605
6383
|
|
|
6384
|
+
msgid "Return a list of installed debs distinct by name"
|
|
6385
|
+
msgstr ""
|
|
6386
|
+
|
|
6606
6387
|
msgid "Return a list of installed packages distinct by name"
|
|
6607
6388
|
msgstr ""
|
|
6608
6389
|
|
|
@@ -6783,19 +6564,7 @@ msgstr ""
|
|
|
6783
6564
|
msgid "Save"
|
|
6784
6565
|
msgstr ""
|
|
6785
6566
|
|
|
6786
|
-
msgid "Save
|
|
6787
|
-
msgstr ""
|
|
6788
|
-
|
|
6789
|
-
msgid "Save distribution references"
|
|
6790
|
-
msgstr ""
|
|
6791
|
-
|
|
6792
|
-
msgid "Save publication"
|
|
6793
|
-
msgstr ""
|
|
6794
|
-
|
|
6795
|
-
msgid "Save version"
|
|
6796
|
-
msgstr ""
|
|
6797
|
-
|
|
6798
|
-
msgid "Save versions"
|
|
6567
|
+
msgid "Save Environments"
|
|
6799
6568
|
msgstr ""
|
|
6800
6569
|
|
|
6801
6570
|
msgid "Saving alternate content source..."
|
|
@@ -6807,12 +6576,6 @@ msgstr ""
|
|
|
6807
6576
|
msgid "Scan a flatpak remote"
|
|
6808
6577
|
msgstr ""
|
|
6809
6578
|
|
|
6810
|
-
msgid "Scan cdn"
|
|
6811
|
-
msgstr ""
|
|
6812
|
-
|
|
6813
|
-
msgid "Scan remote"
|
|
6814
|
-
msgstr ""
|
|
6815
|
-
|
|
6816
6579
|
msgid "Schema version 1"
|
|
6817
6580
|
msgstr ""
|
|
6818
6581
|
|
|
@@ -7050,10 +6813,13 @@ msgstr ""
|
|
|
7050
6813
|
msgid "Service Level (SLA)"
|
|
7051
6814
|
msgstr ""
|
|
7052
6815
|
|
|
6816
|
+
msgid "Service level"
|
|
6817
|
+
msgstr ""
|
|
6818
|
+
|
|
7053
6819
|
msgid "Service level of host"
|
|
7054
6820
|
msgstr ""
|
|
7055
6821
|
|
|
7056
|
-
msgid "Service level
|
|
6822
|
+
msgid "Service level, e.g. SELF-SUPPORT"
|
|
7057
6823
|
msgstr ""
|
|
7058
6824
|
|
|
7059
6825
|
msgid "Set content overrides"
|
|
@@ -7080,9 +6846,6 @@ msgstr ""
|
|
|
7080
6846
|
msgid "Sets the system purpose usage"
|
|
7081
6847
|
msgstr ""
|
|
7082
6848
|
|
|
7083
|
-
msgid "Sets whether the Host will autoheal subscriptions upon checkin"
|
|
7084
|
-
msgstr ""
|
|
7085
|
-
|
|
7086
6849
|
msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
|
|
7087
6850
|
msgstr ""
|
|
7088
6851
|
|
|
@@ -7233,6 +6996,9 @@ msgstr ""
|
|
|
7233
6996
|
msgid "Smart proxy name"
|
|
7234
6997
|
msgstr ""
|
|
7235
6998
|
|
|
6999
|
+
msgid "Smart proxy verify content checksum has started in the background"
|
|
7000
|
+
msgstr ""
|
|
7001
|
+
|
|
7236
7002
|
msgid "Sockets"
|
|
7237
7003
|
msgstr ""
|
|
7238
7004
|
|
|
@@ -7347,7 +7113,7 @@ msgstr ""
|
|
|
7347
7113
|
msgid "Something went wrong while refreshing alternate content sources: "
|
|
7348
7114
|
msgstr ""
|
|
7349
7115
|
|
|
7350
|
-
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7116
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
|
|
7351
7117
|
msgstr ""
|
|
7352
7118
|
|
|
7353
7119
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
|
@@ -7416,6 +7182,9 @@ msgstr ""
|
|
|
7416
7182
|
msgid "Something went wrong while updating the content source. See the logs for more information"
|
|
7417
7183
|
msgstr ""
|
|
7418
7184
|
|
|
7185
|
+
msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
|
|
7186
|
+
msgstr ""
|
|
7187
|
+
|
|
7419
7188
|
msgid "Something went wrong! Please check server logs!"
|
|
7420
7189
|
msgstr ""
|
|
7421
7190
|
|
|
@@ -7503,9 +7272,6 @@ msgstr ""
|
|
|
7503
7272
|
msgid "Subscription Details"
|
|
7504
7273
|
msgstr ""
|
|
7505
7274
|
|
|
7506
|
-
msgid "Subscription ID"
|
|
7507
|
-
msgstr ""
|
|
7508
|
-
|
|
7509
7275
|
msgid "Subscription Info"
|
|
7510
7276
|
msgstr ""
|
|
7511
7277
|
|
|
@@ -7521,12 +7287,6 @@ msgstr ""
|
|
|
7521
7287
|
msgid "Subscription Name"
|
|
7522
7288
|
msgstr ""
|
|
7523
7289
|
|
|
7524
|
-
msgid "Subscription Pool id"
|
|
7525
|
-
msgstr ""
|
|
7526
|
-
|
|
7527
|
-
msgid "Subscription Pool uuid"
|
|
7528
|
-
msgstr ""
|
|
7529
|
-
|
|
7530
7290
|
msgid "Subscription UUID"
|
|
7531
7291
|
msgstr ""
|
|
7532
7292
|
|
|
@@ -7614,9 +7374,6 @@ msgstr ""
|
|
|
7614
7374
|
msgid "Supported Content Types"
|
|
7615
7375
|
msgstr ""
|
|
7616
7376
|
|
|
7617
|
-
msgid "Sync"
|
|
7618
|
-
msgstr ""
|
|
7619
|
-
|
|
7620
7377
|
msgid "Sync Canceled"
|
|
7621
7378
|
msgstr ""
|
|
7622
7379
|
|
|
@@ -7671,9 +7428,6 @@ msgstr ""
|
|
|
7671
7428
|
msgid "Sync all repositories for a product"
|
|
7672
7429
|
msgstr ""
|
|
7673
7430
|
|
|
7674
|
-
msgid "Sync capsule"
|
|
7675
|
-
msgstr ""
|
|
7676
|
-
|
|
7677
7431
|
msgid "Sync complete."
|
|
7678
7432
|
msgstr ""
|
|
7679
7433
|
|
|
@@ -7692,9 +7446,6 @@ msgstr ""
|
|
|
7692
7446
|
msgid "Sync state"
|
|
7693
7447
|
msgstr ""
|
|
7694
7448
|
|
|
7695
|
-
msgid "Syncable export"
|
|
7696
|
-
msgstr ""
|
|
7697
|
-
|
|
7698
7449
|
msgid "Synced"
|
|
7699
7450
|
msgstr ""
|
|
7700
7451
|
|
|
@@ -7704,6 +7455,9 @@ msgstr ""
|
|
|
7704
7455
|
msgid "Synced Content"
|
|
7705
7456
|
msgstr ""
|
|
7706
7457
|
|
|
7458
|
+
msgid "Synced container images content"
|
|
7459
|
+
msgstr ""
|
|
7460
|
+
|
|
7707
7461
|
msgid "Synchronize"
|
|
7708
7462
|
msgstr ""
|
|
7709
7463
|
|
|
@@ -7957,9 +7711,6 @@ msgstr ""
|
|
|
7957
7711
|
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
|
7958
7712
|
msgstr ""
|
|
7959
7713
|
|
|
7960
|
-
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
|
7961
|
-
msgstr ""
|
|
7962
|
-
|
|
7963
7714
|
msgid "The subscription cannot be found upstream"
|
|
7964
7715
|
msgstr ""
|
|
7965
7716
|
|
|
@@ -8101,12 +7852,6 @@ msgstr ""
|
|
|
8101
7852
|
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."
|
|
8102
7853
|
msgstr ""
|
|
8103
7854
|
|
|
8104
|
-
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
|
8105
|
-
msgstr ""
|
|
8106
|
-
|
|
8107
|
-
msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
|
|
8108
|
-
msgstr ""
|
|
8109
|
-
|
|
8110
7855
|
msgid "This is disabled because a manifest task is in progress"
|
|
8111
7856
|
msgstr ""
|
|
8112
7857
|
|
|
@@ -8185,6 +7930,9 @@ msgstr ""
|
|
|
8185
7930
|
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
|
8186
7931
|
msgstr ""
|
|
8187
7932
|
|
|
7933
|
+
msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
|
|
7934
|
+
msgstr ""
|
|
7935
|
+
|
|
8188
7936
|
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."
|
|
8189
7937
|
msgstr ""
|
|
8190
7938
|
|
|
@@ -8215,9 +7963,6 @@ msgstr ""
|
|
|
8215
7963
|
msgid "To manage packages, select an action."
|
|
8216
7964
|
msgstr ""
|
|
8217
7965
|
|
|
8218
|
-
msgid "Toggle"
|
|
8219
|
-
msgstr ""
|
|
8220
|
-
|
|
8221
7966
|
msgid "Token/password for the flatpak remote"
|
|
8222
7967
|
msgstr ""
|
|
8223
7968
|
|
|
@@ -8263,12 +8008,6 @@ msgstr ""
|
|
|
8263
8008
|
msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
|
|
8264
8009
|
msgstr ""
|
|
8265
8010
|
|
|
8266
|
-
msgid "Trigger an auto-attach of subscriptions"
|
|
8267
|
-
msgstr ""
|
|
8268
|
-
|
|
8269
|
-
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
|
8270
|
-
msgstr ""
|
|
8271
|
-
|
|
8272
8011
|
msgid "Try changing your search criteria."
|
|
8273
8012
|
msgstr ""
|
|
8274
8013
|
|
|
@@ -8422,9 +8161,6 @@ msgstr ""
|
|
|
8422
8161
|
msgid "Unapplied Errata"
|
|
8423
8162
|
msgstr ""
|
|
8424
8163
|
|
|
8425
|
-
msgid "Unattach a subscription"
|
|
8426
|
-
msgstr ""
|
|
8427
|
-
|
|
8428
8164
|
msgid "Unfiltered params array: %s."
|
|
8429
8165
|
msgstr ""
|
|
8430
8166
|
|
|
@@ -8536,27 +8272,15 @@ msgstr ""
|
|
|
8536
8272
|
msgid "Update content counts for the smart proxy"
|
|
8537
8273
|
msgstr ""
|
|
8538
8274
|
|
|
8539
|
-
msgid "Update content urls"
|
|
8540
|
-
msgstr ""
|
|
8541
|
-
|
|
8542
8275
|
msgid "Update content view environments for host"
|
|
8543
8276
|
msgstr ""
|
|
8544
8277
|
|
|
8545
8278
|
msgid "Update content view environments for host %s"
|
|
8546
8279
|
msgstr ""
|
|
8547
8280
|
|
|
8548
|
-
msgid "Update distributions"
|
|
8549
|
-
msgstr ""
|
|
8550
|
-
|
|
8551
8281
|
msgid "Update hosts manually"
|
|
8552
8282
|
msgstr ""
|
|
8553
8283
|
|
|
8554
|
-
msgid "Update http proxy"
|
|
8555
|
-
msgstr ""
|
|
8556
|
-
|
|
8557
|
-
msgid "Update http proxy details"
|
|
8558
|
-
msgstr ""
|
|
8559
|
-
|
|
8560
8284
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8561
8285
|
msgstr ""
|
|
8562
8286
|
|
|
@@ -8572,21 +8296,12 @@ msgstr ""
|
|
|
8572
8296
|
msgid "Update packages via Katello interface"
|
|
8573
8297
|
msgstr ""
|
|
8574
8298
|
|
|
8575
|
-
msgid "Update redhat repository"
|
|
8576
|
-
msgstr ""
|
|
8577
|
-
|
|
8578
8299
|
msgid "Update release version for host"
|
|
8579
8300
|
msgstr ""
|
|
8580
8301
|
|
|
8581
8302
|
msgid "Update release version for host %s"
|
|
8582
8303
|
msgstr ""
|
|
8583
8304
|
|
|
8584
|
-
msgid "Update remote"
|
|
8585
|
-
msgstr ""
|
|
8586
|
-
|
|
8587
|
-
msgid "Update repository"
|
|
8588
|
-
msgstr ""
|
|
8589
|
-
|
|
8590
8305
|
msgid "Update services requiring restart"
|
|
8591
8306
|
msgstr ""
|
|
8592
8307
|
|
|
@@ -8677,12 +8392,6 @@ msgstr ""
|
|
|
8677
8392
|
msgid "Upload a subscription manifest"
|
|
8678
8393
|
msgstr ""
|
|
8679
8394
|
|
|
8680
|
-
msgid "Upload content"
|
|
8681
|
-
msgstr ""
|
|
8682
|
-
|
|
8683
|
-
msgid "Upload file"
|
|
8684
|
-
msgstr ""
|
|
8685
|
-
|
|
8686
8395
|
msgid "Upload into"
|
|
8687
8396
|
msgstr ""
|
|
8688
8397
|
|
|
@@ -8692,9 +8401,6 @@ msgstr ""
|
|
|
8692
8401
|
msgid "Upload request id"
|
|
8693
8402
|
msgstr ""
|
|
8694
8403
|
|
|
8695
|
-
msgid "Upload tag"
|
|
8696
|
-
msgstr ""
|
|
8697
|
-
|
|
8698
8404
|
msgid "Upstream Candlepin"
|
|
8699
8405
|
msgstr ""
|
|
8700
8406
|
|
|
@@ -8809,10 +8515,10 @@ msgstr ""
|
|
|
8809
8515
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
|
8810
8516
|
msgstr ""
|
|
8811
8517
|
|
|
8812
|
-
msgid "Verify
|
|
8518
|
+
msgid "Verify Content Checksum"
|
|
8813
8519
|
msgstr ""
|
|
8814
8520
|
|
|
8815
|
-
msgid "Verify
|
|
8521
|
+
msgid "Verify SSL"
|
|
8816
8522
|
msgstr ""
|
|
8817
8523
|
|
|
8818
8524
|
msgid "Verify checksum for content on smart proxy"
|
|
@@ -8896,6 +8602,9 @@ msgstr ""
|
|
|
8896
8602
|
msgid "View by"
|
|
8897
8603
|
msgstr ""
|
|
8898
8604
|
|
|
8605
|
+
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."
|
|
8606
|
+
msgstr ""
|
|
8607
|
+
|
|
8899
8608
|
msgid "View content views"
|
|
8900
8609
|
msgstr ""
|
|
8901
8610
|
|
|
@@ -9184,9 +8893,6 @@ msgstr ""
|
|
|
9184
8893
|
msgid "attempted to sync without a feed URL"
|
|
9185
8894
|
msgstr ""
|
|
9186
8895
|
|
|
9187
|
-
msgid "auto attach subscriptions upon registration"
|
|
9188
|
-
msgstr ""
|
|
9189
|
-
|
|
9190
8896
|
msgid "base url to perform repo discovery on"
|
|
9191
8897
|
msgstr ""
|
|
9192
8898
|
|
|
@@ -9823,9 +9529,6 @@ msgstr ""
|
|
|
9823
9529
|
msgid "start datetime of synchronization"
|
|
9824
9530
|
msgstr ""
|
|
9825
9531
|
|
|
9826
|
-
msgid "subscriptions not specified"
|
|
9827
|
-
msgstr ""
|
|
9828
|
-
|
|
9829
9532
|
msgid "sync plan description"
|
|
9830
9533
|
msgstr ""
|
|
9831
9534
|
|