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/cs_CZ/katello.po
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
#
|
|
11
11
|
msgid ""
|
|
12
12
|
msgstr ""
|
|
13
|
-
"Project-Id-Version: katello 4.
|
|
13
|
+
"Project-Id-Version: katello 4.19.0.pre.master\n"
|
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
|
15
15
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
16
16
|
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2025\n"
|
|
@@ -458,9 +458,6 @@ msgstr ""
|
|
|
458
458
|
msgid "A remote execution job is in progress."
|
|
459
459
|
msgstr ""
|
|
460
460
|
|
|
461
|
-
msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
|
|
462
|
-
msgstr ""
|
|
463
|
-
|
|
464
461
|
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."
|
|
465
462
|
msgstr ""
|
|
466
463
|
|
|
@@ -476,9 +473,6 @@ msgstr ""
|
|
|
476
473
|
msgid "About page"
|
|
477
474
|
msgstr ""
|
|
478
475
|
|
|
479
|
-
msgid "Abstract async task"
|
|
480
|
-
msgstr ""
|
|
481
|
-
|
|
482
476
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
483
477
|
msgstr ""
|
|
484
478
|
|
|
@@ -566,11 +560,14 @@ msgstr ""
|
|
|
566
560
|
msgid "Add RPM rule"
|
|
567
561
|
msgstr ""
|
|
568
562
|
|
|
569
|
-
msgid "Add
|
|
563
|
+
msgid "Add Red Hat Flatpak remote"
|
|
564
|
+
msgstr ""
|
|
565
|
+
|
|
566
|
+
msgid "Add Red Hat flatpak remote"
|
|
570
567
|
msgstr ""
|
|
571
568
|
|
|
572
|
-
msgid "Add
|
|
573
|
-
msgstr "
|
|
569
|
+
msgid "Add Subscriptions"
|
|
570
|
+
msgstr ""
|
|
574
571
|
|
|
575
572
|
msgid "Add an alternate content source"
|
|
576
573
|
msgstr ""
|
|
@@ -623,9 +620,6 @@ msgstr ""
|
|
|
623
620
|
msgid "Add repositories with package groups to content view to select them here."
|
|
624
621
|
msgstr ""
|
|
625
622
|
|
|
626
|
-
msgid "Add rolling repo clone"
|
|
627
|
-
msgstr ""
|
|
628
|
-
|
|
629
623
|
msgid "Add rule"
|
|
630
624
|
msgstr ""
|
|
631
625
|
|
|
@@ -638,9 +632,6 @@ msgstr ""
|
|
|
638
632
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
|
639
633
|
msgstr ""
|
|
640
634
|
|
|
641
|
-
msgid "Add subscriptions to one or more hosts"
|
|
642
|
-
msgstr "Přidat předplatné pro jeden nebo více strojů"
|
|
643
|
-
|
|
644
635
|
msgid "Add subscriptions using the Add Subscriptions button."
|
|
645
636
|
msgstr ""
|
|
646
637
|
|
|
@@ -912,12 +903,6 @@ msgstr ""
|
|
|
912
903
|
msgid "Array of pools to add"
|
|
913
904
|
msgstr ""
|
|
914
905
|
|
|
915
|
-
msgid "Array of subscriptions to add"
|
|
916
|
-
msgstr ""
|
|
917
|
-
|
|
918
|
-
msgid "Array of subscriptions to remove"
|
|
919
|
-
msgstr "Pole předplatných které odebrat"
|
|
920
|
-
|
|
921
906
|
msgid "Array of uploads to import"
|
|
922
907
|
msgstr "Pole nahrání k importu"
|
|
923
908
|
|
|
@@ -974,15 +959,6 @@ msgstr ""
|
|
|
974
959
|
msgid "At least one organization must exist."
|
|
975
960
|
msgstr ""
|
|
976
961
|
|
|
977
|
-
msgid "Attach a subscription"
|
|
978
|
-
msgstr "Připojit předplatné"
|
|
979
|
-
|
|
980
|
-
msgid "Attach subscriptions"
|
|
981
|
-
msgstr "Připojit předplatné"
|
|
982
|
-
|
|
983
|
-
msgid "Attach subscriptions to %s"
|
|
984
|
-
msgstr "Připojit předplatné k %s"
|
|
985
|
-
|
|
986
962
|
msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
|
|
987
963
|
msgstr ""
|
|
988
964
|
|
|
@@ -998,9 +974,6 @@ msgstr "Autor"
|
|
|
998
974
|
msgid "Auto Publish - Triggered by '%s'"
|
|
999
975
|
msgstr ""
|
|
1000
976
|
|
|
1001
|
-
msgid "Auto attach subscriptions"
|
|
1002
|
-
msgstr ""
|
|
1003
|
-
|
|
1004
977
|
msgid "Auto publish"
|
|
1005
978
|
msgstr ""
|
|
1006
979
|
|
|
@@ -1097,6 +1070,9 @@ msgstr ""
|
|
|
1097
1070
|
msgid "Bootc upgrade via Bootc interface"
|
|
1098
1071
|
msgstr ""
|
|
1099
1072
|
|
|
1073
|
+
msgid "Booted"
|
|
1074
|
+
msgstr ""
|
|
1075
|
+
|
|
1100
1076
|
msgid "Booted Container Images"
|
|
1101
1077
|
msgstr ""
|
|
1102
1078
|
|
|
@@ -1493,9 +1469,6 @@ msgstr ""
|
|
|
1493
1469
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1494
1470
|
msgstr ""
|
|
1495
1471
|
|
|
1496
|
-
msgid "Commit upload"
|
|
1497
|
-
msgstr ""
|
|
1498
|
-
|
|
1499
1472
|
msgid "Compare"
|
|
1500
1473
|
msgstr ""
|
|
1501
1474
|
|
|
@@ -1568,6 +1541,9 @@ msgstr ""
|
|
|
1568
1541
|
msgid "Container image tags"
|
|
1569
1542
|
msgstr ""
|
|
1570
1543
|
|
|
1544
|
+
msgid "Container images"
|
|
1545
|
+
msgstr ""
|
|
1546
|
+
|
|
1571
1547
|
msgid "Container manifest lists"
|
|
1572
1548
|
msgstr ""
|
|
1573
1549
|
|
|
@@ -1847,27 +1823,15 @@ msgstr ""
|
|
|
1847
1823
|
msgid "Copy"
|
|
1848
1824
|
msgstr ""
|
|
1849
1825
|
|
|
1850
|
-
msgid "Copy all units"
|
|
1851
|
-
msgstr ""
|
|
1852
|
-
|
|
1853
1826
|
msgid "Copy an activation key"
|
|
1854
1827
|
msgstr "Zkopírovat aktivační klíč"
|
|
1855
1828
|
|
|
1856
|
-
msgid "Copy content"
|
|
1857
|
-
msgstr ""
|
|
1858
|
-
|
|
1859
1829
|
msgid "Copy content view"
|
|
1860
1830
|
msgstr ""
|
|
1861
1831
|
|
|
1862
1832
|
msgid "Copy to clipboard"
|
|
1863
1833
|
msgstr "Zkopírovat do schránky"
|
|
1864
1834
|
|
|
1865
|
-
msgid "Copy version"
|
|
1866
|
-
msgstr ""
|
|
1867
|
-
|
|
1868
|
-
msgid "Copy version units to library"
|
|
1869
|
-
msgstr ""
|
|
1870
|
-
|
|
1871
1835
|
msgid "Cores per socket"
|
|
1872
1836
|
msgstr "Jader na patici"
|
|
1873
1837
|
|
|
@@ -2081,39 +2045,18 @@ msgstr ""
|
|
|
2081
2045
|
msgid "Create content view"
|
|
2082
2046
|
msgstr ""
|
|
2083
2047
|
|
|
2084
|
-
msgid "Create exporter"
|
|
2085
|
-
msgstr ""
|
|
2086
|
-
|
|
2087
2048
|
msgid "Create filter"
|
|
2088
2049
|
msgstr ""
|
|
2089
2050
|
|
|
2090
2051
|
msgid "Create host collection"
|
|
2091
2052
|
msgstr ""
|
|
2092
2053
|
|
|
2093
|
-
msgid "Create import"
|
|
2094
|
-
msgstr ""
|
|
2095
|
-
|
|
2096
|
-
msgid "Create importer"
|
|
2097
|
-
msgstr ""
|
|
2098
|
-
|
|
2099
2054
|
msgid "Create new activation key"
|
|
2100
2055
|
msgstr ""
|
|
2101
2056
|
|
|
2102
2057
|
msgid "Create organization"
|
|
2103
2058
|
msgstr "Vytvořit organizaci"
|
|
2104
2059
|
|
|
2105
|
-
msgid "Create package filter rule"
|
|
2106
|
-
msgstr ""
|
|
2107
|
-
|
|
2108
|
-
msgid "Create publication"
|
|
2109
|
-
msgstr ""
|
|
2110
|
-
|
|
2111
|
-
msgid "Create remote"
|
|
2112
|
-
msgstr ""
|
|
2113
|
-
|
|
2114
|
-
msgid "Create rule"
|
|
2115
|
-
msgstr ""
|
|
2116
|
-
|
|
2117
2060
|
msgid "Credentials"
|
|
2118
2061
|
msgstr "Přihlašovací údaje"
|
|
2119
2062
|
|
|
@@ -2375,36 +2318,12 @@ msgstr ""
|
|
|
2375
2318
|
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."
|
|
2376
2319
|
msgstr ""
|
|
2377
2320
|
|
|
2378
|
-
msgid "Delete distributions"
|
|
2379
|
-
msgstr ""
|
|
2380
|
-
|
|
2381
2321
|
msgid "Delete manifest from Red Hat provider"
|
|
2382
2322
|
msgstr ""
|
|
2383
2323
|
|
|
2384
2324
|
msgid "Delete multiple filters from a content view"
|
|
2385
2325
|
msgstr ""
|
|
2386
2326
|
|
|
2387
|
-
msgid "Delete orphan alternate content sources"
|
|
2388
|
-
msgstr ""
|
|
2389
|
-
|
|
2390
|
-
msgid "Delete orphan distributions"
|
|
2391
|
-
msgstr ""
|
|
2392
|
-
|
|
2393
|
-
msgid "Delete orphan remotes"
|
|
2394
|
-
msgstr ""
|
|
2395
|
-
|
|
2396
|
-
msgid "Delete orphan repository versions"
|
|
2397
|
-
msgstr ""
|
|
2398
|
-
|
|
2399
|
-
msgid "Delete orphaned migrated repositories"
|
|
2400
|
-
msgstr ""
|
|
2401
|
-
|
|
2402
|
-
msgid "Delete remote"
|
|
2403
|
-
msgstr ""
|
|
2404
|
-
|
|
2405
|
-
msgid "Delete repository references"
|
|
2406
|
-
msgstr ""
|
|
2407
|
-
|
|
2408
2327
|
msgid "Delete version"
|
|
2409
2328
|
msgstr ""
|
|
2410
2329
|
|
|
@@ -2504,12 +2423,6 @@ msgstr "Zlikvidovat prostředí"
|
|
|
2504
2423
|
msgid "Destroy an environment in an organization"
|
|
2505
2424
|
msgstr "Zlikvidovat prostředí v organizaci"
|
|
2506
2425
|
|
|
2507
|
-
msgid "Destroy exporter"
|
|
2508
|
-
msgstr ""
|
|
2509
|
-
|
|
2510
|
-
msgid "Destroy importer"
|
|
2511
|
-
msgstr ""
|
|
2512
|
-
|
|
2513
2426
|
msgid "Destroy one or more alternate content sources"
|
|
2514
2427
|
msgstr ""
|
|
2515
2428
|
|
|
@@ -2543,9 +2456,6 @@ msgstr "Vypnout"
|
|
|
2543
2456
|
msgid "Disable Red Hat Insights."
|
|
2544
2457
|
msgstr ""
|
|
2545
2458
|
|
|
2546
|
-
msgid "Disable Simple Content Access"
|
|
2547
|
-
msgstr ""
|
|
2548
|
-
|
|
2549
2459
|
msgid "Disable a repository from the set"
|
|
2550
2460
|
msgstr "Vypnout repozitář v sadě"
|
|
2551
2461
|
|
|
@@ -2558,9 +2468,6 @@ msgstr "Vypnuto"
|
|
|
2558
2468
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2559
2469
|
msgstr ""
|
|
2560
2470
|
|
|
2561
|
-
msgid "Discover"
|
|
2562
|
-
msgstr ""
|
|
2563
|
-
|
|
2564
2471
|
msgid "Discover Repositories"
|
|
2565
2472
|
msgstr "Objevit repozitáře"
|
|
2566
2473
|
|
|
@@ -2612,6 +2519,9 @@ msgstr ""
|
|
|
2612
2519
|
msgid "Edit"
|
|
2613
2520
|
msgstr "Upravit"
|
|
2614
2521
|
|
|
2522
|
+
msgid "Edit DEB rule"
|
|
2523
|
+
msgstr ""
|
|
2524
|
+
|
|
2615
2525
|
msgid "Edit Flatpak Remote"
|
|
2616
2526
|
msgstr ""
|
|
2617
2527
|
|
|
@@ -2639,9 +2549,6 @@ msgstr ""
|
|
|
2639
2549
|
msgid "Edit filter rule"
|
|
2640
2550
|
msgstr ""
|
|
2641
2551
|
|
|
2642
|
-
msgid "Edit package filter rule"
|
|
2643
|
-
msgstr ""
|
|
2644
|
-
|
|
2645
2552
|
msgid "Edit products"
|
|
2646
2553
|
msgstr ""
|
|
2647
2554
|
|
|
@@ -2684,9 +2591,6 @@ msgstr "Zapnout"
|
|
|
2684
2591
|
msgid "Enable Red Hat repositories"
|
|
2685
2592
|
msgstr ""
|
|
2686
2593
|
|
|
2687
|
-
msgid "Enable Simple Content Access"
|
|
2688
|
-
msgstr ""
|
|
2689
|
-
|
|
2690
2594
|
msgid "Enable Tracer"
|
|
2691
2595
|
msgstr ""
|
|
2692
2596
|
|
|
@@ -2762,9 +2666,6 @@ msgstr "Identifikátory prostředí"
|
|
|
2762
2666
|
msgid "Environment cannot be in its own promotion path"
|
|
2763
2667
|
msgstr ""
|
|
2764
2668
|
|
|
2765
|
-
msgid "Environment contents refresh"
|
|
2766
|
-
msgstr ""
|
|
2767
|
-
|
|
2768
2669
|
msgid "Environment identifier"
|
|
2769
2670
|
msgstr "Identifikátor prostředí"
|
|
2770
2671
|
|
|
@@ -2804,9 +2705,6 @@ msgstr ""
|
|
|
2804
2705
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2805
2706
|
msgstr ""
|
|
2806
2707
|
|
|
2807
|
-
msgid "Errata mail"
|
|
2808
|
-
msgstr ""
|
|
2809
|
-
|
|
2810
2708
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2811
2709
|
msgstr ""
|
|
2812
2710
|
|
|
@@ -2972,9 +2870,6 @@ msgstr ""
|
|
|
2972
2870
|
msgid "Fetch installable errata for one or more hosts."
|
|
2973
2871
|
msgstr ""
|
|
2974
2872
|
|
|
2975
|
-
msgid "Fetch pxe files"
|
|
2976
|
-
msgstr ""
|
|
2977
|
-
|
|
2978
2873
|
msgid "Fetch traces for one or more hosts"
|
|
2979
2874
|
msgstr ""
|
|
2980
2875
|
|
|
@@ -3068,9 +2963,6 @@ msgstr "Filtrovat verze podle jejich čísla"
|
|
|
3068
2963
|
msgid "Filter versions that are components in the specified composite version"
|
|
3069
2964
|
msgstr ""
|
|
3070
2965
|
|
|
3071
|
-
msgid "Filtered index content"
|
|
3072
|
-
msgstr ""
|
|
3073
|
-
|
|
3074
2966
|
msgid "Filters"
|
|
3075
2967
|
msgstr "Filtry"
|
|
3076
2968
|
|
|
@@ -3184,10 +3076,10 @@ msgstr ""
|
|
|
3184
3076
|
msgid "Generate host applicability"
|
|
3185
3077
|
msgstr ""
|
|
3186
3078
|
|
|
3187
|
-
msgid "Generate
|
|
3079
|
+
msgid "Generate repository applicability"
|
|
3188
3080
|
msgstr ""
|
|
3189
3081
|
|
|
3190
|
-
msgid "Generate
|
|
3082
|
+
msgid "Generate username and password"
|
|
3191
3083
|
msgstr ""
|
|
3192
3084
|
|
|
3193
3085
|
msgid "Generated"
|
|
@@ -3424,12 +3316,6 @@ msgstr ""
|
|
|
3424
3316
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3425
3317
|
msgstr ""
|
|
3426
3318
|
|
|
3427
|
-
msgid "Hypervisors"
|
|
3428
|
-
msgstr ""
|
|
3429
|
-
|
|
3430
|
-
msgid "Hypervisors update"
|
|
3431
|
-
msgstr ""
|
|
3432
|
-
|
|
3433
3319
|
msgid "ID"
|
|
3434
3320
|
msgstr "Identifikátor"
|
|
3435
3321
|
|
|
@@ -3621,9 +3507,6 @@ msgstr ""
|
|
|
3621
3507
|
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'."
|
|
3622
3508
|
msgstr ""
|
|
3623
3509
|
|
|
3624
|
-
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
|
3625
|
-
msgstr ""
|
|
3626
|
-
|
|
3627
3510
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3628
3511
|
msgstr ""
|
|
3629
3512
|
|
|
@@ -3753,9 +3636,6 @@ msgstr ""
|
|
|
3753
3636
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3754
3637
|
msgstr ""
|
|
3755
3638
|
|
|
3756
|
-
msgid "Import migration"
|
|
3757
|
-
msgstr ""
|
|
3758
|
-
|
|
3759
3639
|
msgid "Import new manifest"
|
|
3760
3640
|
msgstr ""
|
|
3761
3641
|
|
|
@@ -3765,12 +3645,6 @@ msgstr ""
|
|
|
3765
3645
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3766
3646
|
msgstr ""
|
|
3767
3647
|
|
|
3768
|
-
msgid "Import repository upload"
|
|
3769
|
-
msgstr ""
|
|
3770
|
-
|
|
3771
|
-
msgid "Import upload"
|
|
3772
|
-
msgstr ""
|
|
3773
|
-
|
|
3774
3648
|
msgid "Import uploads into a repository"
|
|
3775
3649
|
msgstr "Importovat nahrané do repozitáře"
|
|
3776
3650
|
|
|
@@ -3837,9 +3711,6 @@ msgstr "Postupná aktualizace"
|
|
|
3837
3711
|
msgid "Incremental Update incomplete."
|
|
3838
3712
|
msgstr "Postupná aktualizace neúplná."
|
|
3839
3713
|
|
|
3840
|
-
msgid "Incremental Update of Content View Version(s) "
|
|
3841
|
-
msgstr ""
|
|
3842
|
-
|
|
3843
3714
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3844
3715
|
msgstr ""
|
|
3845
3716
|
|
|
@@ -3852,27 +3723,12 @@ msgstr ""
|
|
|
3852
3723
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3853
3724
|
msgstr ""
|
|
3854
3725
|
|
|
3855
|
-
msgid "Index content"
|
|
3856
|
-
msgstr ""
|
|
3857
|
-
|
|
3858
|
-
msgid "Index errata"
|
|
3859
|
-
msgstr ""
|
|
3860
|
-
|
|
3861
|
-
msgid "Index module streams"
|
|
3862
|
-
msgstr ""
|
|
3863
|
-
|
|
3864
|
-
msgid "Index package groups"
|
|
3865
|
-
msgstr ""
|
|
3866
|
-
|
|
3867
3726
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3868
3727
|
msgstr ""
|
|
3869
3728
|
|
|
3870
3729
|
msgid "Inherit from Repository"
|
|
3871
3730
|
msgstr "Převzít z repozitáře"
|
|
3872
3731
|
|
|
3873
|
-
msgid "Initialize"
|
|
3874
|
-
msgstr ""
|
|
3875
|
-
|
|
3876
3732
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3877
3733
|
msgstr ""
|
|
3878
3734
|
|
|
@@ -3948,9 +3804,6 @@ msgstr "Instalace skupiny balíčků…"
|
|
|
3948
3804
|
msgid "Installing Package..."
|
|
3949
3805
|
msgstr "Instalace balíčku…"
|
|
3950
3806
|
|
|
3951
|
-
msgid "Instance update"
|
|
3952
|
-
msgstr ""
|
|
3953
|
-
|
|
3954
3807
|
msgid "Instance-based"
|
|
3955
3808
|
msgstr ""
|
|
3956
3809
|
|
|
@@ -4077,6 +3930,9 @@ msgstr ""
|
|
|
4077
3930
|
msgid "It's not possible to promote a rolling content view."
|
|
4078
3931
|
msgstr ""
|
|
4079
3932
|
|
|
3933
|
+
msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
|
|
3934
|
+
msgstr ""
|
|
3935
|
+
|
|
4080
3936
|
msgid "It's not possible to publish a rolling content view."
|
|
4081
3937
|
msgstr ""
|
|
4082
3938
|
|
|
@@ -4476,6 +4332,9 @@ msgstr ""
|
|
|
4476
4332
|
msgid "List of hypervisor guest uuids"
|
|
4477
4333
|
msgstr ""
|
|
4478
4334
|
|
|
4335
|
+
msgid "List of lifecycle environments for rolling content views"
|
|
4336
|
+
msgstr ""
|
|
4337
|
+
|
|
4479
4338
|
msgid "List of package group names (Deprecated)"
|
|
4480
4339
|
msgstr ""
|
|
4481
4340
|
|
|
@@ -4704,9 +4563,6 @@ msgstr "Zpráva"
|
|
|
4704
4563
|
msgid "Messaging connection"
|
|
4705
4564
|
msgstr ""
|
|
4706
4565
|
|
|
4707
|
-
msgid "Metadata generate"
|
|
4708
|
-
msgstr ""
|
|
4709
|
-
|
|
4710
4566
|
msgid ""
|
|
4711
4567
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4712
4568
|
"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."
|
|
@@ -4772,15 +4628,6 @@ msgstr ""
|
|
|
4772
4628
|
msgid "Multi Content View Environment"
|
|
4773
4629
|
msgstr ""
|
|
4774
4630
|
|
|
4775
|
-
msgid "Multi copy all units"
|
|
4776
|
-
msgstr ""
|
|
4777
|
-
|
|
4778
|
-
msgid "Multi copy content"
|
|
4779
|
-
msgstr ""
|
|
4780
|
-
|
|
4781
|
-
msgid "Multi copy units"
|
|
4782
|
-
msgstr ""
|
|
4783
|
-
|
|
4784
4631
|
msgid "Multi-entitlement"
|
|
4785
4632
|
msgstr ""
|
|
4786
4633
|
|
|
@@ -5396,9 +5243,6 @@ msgstr "Organizace %s je mazána."
|
|
|
5396
5243
|
msgid "Organization ID"
|
|
5397
5244
|
msgstr "Identifikátor organizace"
|
|
5398
5245
|
|
|
5399
|
-
msgid "Organization ID is required"
|
|
5400
|
-
msgstr ""
|
|
5401
|
-
|
|
5402
5246
|
msgid "Organization ID or title"
|
|
5403
5247
|
msgstr ""
|
|
5404
5248
|
|
|
@@ -5884,6 +5728,9 @@ msgstr "Shrnutí povýšení pro %{content_view}"
|
|
|
5884
5728
|
msgid "Promotion to Environment"
|
|
5885
5729
|
msgstr "Povýšení do prostředí"
|
|
5886
5730
|
|
|
5731
|
+
msgid "Provide credentials if the registry requires authentication"
|
|
5732
|
+
msgstr ""
|
|
5733
|
+
|
|
5887
5734
|
msgid "Provide the required information and click {update} below to save changes."
|
|
5888
5735
|
msgstr ""
|
|
5889
5736
|
|
|
@@ -5983,9 +5830,6 @@ msgstr ""
|
|
|
5983
5830
|
msgid "Pulp task error"
|
|
5984
5831
|
msgstr ""
|
|
5985
5832
|
|
|
5986
|
-
msgid "Purge completed tasks"
|
|
5987
|
-
msgstr ""
|
|
5988
|
-
|
|
5989
5833
|
msgid "Python Package"
|
|
5990
5834
|
msgstr ""
|
|
5991
5835
|
|
|
@@ -6013,15 +5857,6 @@ msgstr ""
|
|
|
6013
5857
|
msgid "Quantity of entitlements to bind"
|
|
6014
5858
|
msgstr ""
|
|
6015
5859
|
|
|
6016
|
-
msgid "Quantity of specified subscription to remove"
|
|
6017
|
-
msgstr ""
|
|
6018
|
-
|
|
6019
|
-
msgid "Quantity of this subscription to add"
|
|
6020
|
-
msgstr ""
|
|
6021
|
-
|
|
6022
|
-
msgid "Quantity of this subscriptions to add"
|
|
6023
|
-
msgstr ""
|
|
6024
|
-
|
|
6025
5860
|
msgid "Quantity to Allocate"
|
|
6026
5861
|
msgstr ""
|
|
6027
5862
|
|
|
@@ -6094,9 +5929,6 @@ msgstr "Vyžadován restart"
|
|
|
6094
5929
|
msgid "Reclaim Space"
|
|
6095
5930
|
msgstr ""
|
|
6096
5931
|
|
|
6097
|
-
msgid "Reclaim space"
|
|
6098
|
-
msgstr ""
|
|
6099
|
-
|
|
6100
5932
|
msgid "Reclaim space from On Demand repositories"
|
|
6101
5933
|
msgstr ""
|
|
6102
5934
|
|
|
@@ -6163,9 +5995,6 @@ msgstr ""
|
|
|
6163
5995
|
msgid "Refresh all alternate content sources"
|
|
6164
5996
|
msgstr ""
|
|
6165
5997
|
|
|
6166
|
-
msgid "Refresh all distributions"
|
|
6167
|
-
msgstr ""
|
|
6168
|
-
|
|
6169
5998
|
msgid "Refresh alternate content sources"
|
|
6170
5999
|
msgstr ""
|
|
6171
6000
|
|
|
@@ -6178,27 +6007,15 @@ msgstr ""
|
|
|
6178
6007
|
msgid "Refresh counts"
|
|
6179
6008
|
msgstr ""
|
|
6180
6009
|
|
|
6181
|
-
msgid "Refresh distribution"
|
|
6182
|
-
msgstr ""
|
|
6183
|
-
|
|
6184
6010
|
msgid "Refresh errata applicability"
|
|
6185
6011
|
msgstr ""
|
|
6186
6012
|
|
|
6187
|
-
msgid "Refresh if needed"
|
|
6188
|
-
msgstr ""
|
|
6189
|
-
|
|
6190
6013
|
msgid "Refresh package applicability"
|
|
6191
6014
|
msgstr ""
|
|
6192
6015
|
|
|
6193
6016
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6194
6017
|
msgstr ""
|
|
6195
6018
|
|
|
6196
|
-
msgid "Refresh remote"
|
|
6197
|
-
msgstr ""
|
|
6198
|
-
|
|
6199
|
-
msgid "Refresh repos"
|
|
6200
|
-
msgstr ""
|
|
6201
|
-
|
|
6202
6019
|
msgid "Refresh source"
|
|
6203
6020
|
msgstr ""
|
|
6204
6021
|
|
|
@@ -6208,9 +6025,6 @@ msgstr ""
|
|
|
6208
6025
|
msgid "Register a host with subscription and information"
|
|
6209
6026
|
msgstr ""
|
|
6210
6027
|
|
|
6211
|
-
msgid "Register host '%s' before attaching subscriptions"
|
|
6212
|
-
msgstr ""
|
|
6213
|
-
|
|
6214
6028
|
msgid "Registered"
|
|
6215
6029
|
msgstr "Zaregistrováno"
|
|
6216
6030
|
|
|
@@ -6244,9 +6058,6 @@ msgstr ""
|
|
|
6244
6058
|
msgid "Registry token expiration time"
|
|
6245
6059
|
msgstr ""
|
|
6246
6060
|
|
|
6247
|
-
msgid "Reindex subscriptions"
|
|
6248
|
-
msgstr ""
|
|
6249
|
-
|
|
6250
6061
|
msgid "Related composite content views"
|
|
6251
6062
|
msgstr ""
|
|
6252
6063
|
|
|
@@ -6343,9 +6154,6 @@ msgstr ""
|
|
|
6343
6154
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6344
6155
|
msgstr ""
|
|
6345
6156
|
|
|
6346
|
-
msgid "Remove orphans"
|
|
6347
|
-
msgstr ""
|
|
6348
|
-
|
|
6349
6157
|
msgid "Remove package group via Katello interface"
|
|
6350
6158
|
msgstr "Odebrat skupinu balíčků prostřednictvím rozhraní Katello"
|
|
6351
6159
|
|
|
@@ -6361,27 +6169,6 @@ msgstr ""
|
|
|
6361
6169
|
msgid "Remove products from sync plan"
|
|
6362
6170
|
msgstr "Odebrat produkt z plánu synchronizace"
|
|
6363
6171
|
|
|
6364
|
-
msgid "Remove rolling repo clone"
|
|
6365
|
-
msgstr ""
|
|
6366
|
-
|
|
6367
|
-
msgid "Remove subscriptions"
|
|
6368
|
-
msgstr "Odebrat předplatné"
|
|
6369
|
-
|
|
6370
|
-
msgid "Remove subscriptions from %s"
|
|
6371
|
-
msgstr "Odebrat předplatné od %s"
|
|
6372
|
-
|
|
6373
|
-
msgid "Remove subscriptions from a host"
|
|
6374
|
-
msgstr ""
|
|
6375
|
-
|
|
6376
|
-
msgid "Remove subscriptions from one or more hosts"
|
|
6377
|
-
msgstr "Odebrat předplatné jednomu čí více strojům"
|
|
6378
|
-
|
|
6379
|
-
msgid "Remove units"
|
|
6380
|
-
msgstr ""
|
|
6381
|
-
|
|
6382
|
-
msgid "Remove unneeded repos"
|
|
6383
|
-
msgstr ""
|
|
6384
|
-
|
|
6385
6172
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6386
6173
|
msgstr "Odebrat verze a/nebo prostředí z pohledu na obsah a znovu přiřadit systémy a klíče"
|
|
6387
6174
|
|
|
@@ -6406,9 +6193,6 @@ msgstr ""
|
|
|
6406
6193
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6407
6194
|
msgstr ""
|
|
6408
6195
|
|
|
6409
|
-
msgid "Repair"
|
|
6410
|
-
msgstr ""
|
|
6411
|
-
|
|
6412
6196
|
msgid "Replace content source on the target machine"
|
|
6413
6197
|
msgstr ""
|
|
6414
6198
|
|
|
@@ -6427,18 +6211,12 @@ msgstr "Repozitáře"
|
|
|
6427
6211
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6428
6212
|
msgstr ""
|
|
6429
6213
|
|
|
6430
|
-
msgid "Repositories certs reset"
|
|
6431
|
-
msgstr ""
|
|
6432
|
-
|
|
6433
6214
|
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."
|
|
6434
6215
|
msgstr ""
|
|
6435
6216
|
|
|
6436
6217
|
msgid "Repositories from published Content Views are not allowed."
|
|
6437
6218
|
msgstr ""
|
|
6438
6219
|
|
|
6439
|
-
msgid "Repositories gpg reset"
|
|
6440
|
-
msgstr ""
|
|
6441
|
-
|
|
6442
6220
|
msgid "Repository"
|
|
6443
6221
|
msgstr "Repozitář"
|
|
6444
6222
|
|
|
@@ -6610,6 +6388,9 @@ msgstr ""
|
|
|
6610
6388
|
msgid "Return Red Hat (non-custom) products only"
|
|
6611
6389
|
msgstr "Vrátit pouze Red Hat (ne uživatelsky určené) produkty"
|
|
6612
6390
|
|
|
6391
|
+
msgid "Return a list of installed debs distinct by name"
|
|
6392
|
+
msgstr ""
|
|
6393
|
+
|
|
6613
6394
|
msgid "Return a list of installed packages distinct by name"
|
|
6614
6395
|
msgstr ""
|
|
6615
6396
|
|
|
@@ -6790,19 +6571,7 @@ msgstr ""
|
|
|
6790
6571
|
msgid "Save"
|
|
6791
6572
|
msgstr "Uložit"
|
|
6792
6573
|
|
|
6793
|
-
msgid "Save
|
|
6794
|
-
msgstr ""
|
|
6795
|
-
|
|
6796
|
-
msgid "Save distribution references"
|
|
6797
|
-
msgstr ""
|
|
6798
|
-
|
|
6799
|
-
msgid "Save publication"
|
|
6800
|
-
msgstr ""
|
|
6801
|
-
|
|
6802
|
-
msgid "Save version"
|
|
6803
|
-
msgstr ""
|
|
6804
|
-
|
|
6805
|
-
msgid "Save versions"
|
|
6574
|
+
msgid "Save Environments"
|
|
6806
6575
|
msgstr ""
|
|
6807
6576
|
|
|
6808
6577
|
msgid "Saving alternate content source..."
|
|
@@ -6814,12 +6583,6 @@ msgstr ""
|
|
|
6814
6583
|
msgid "Scan a flatpak remote"
|
|
6815
6584
|
msgstr ""
|
|
6816
6585
|
|
|
6817
|
-
msgid "Scan cdn"
|
|
6818
|
-
msgstr ""
|
|
6819
|
-
|
|
6820
|
-
msgid "Scan remote"
|
|
6821
|
-
msgstr ""
|
|
6822
|
-
|
|
6823
6586
|
msgid "Schema version 1"
|
|
6824
6587
|
msgstr ""
|
|
6825
6588
|
|
|
@@ -7057,10 +6820,13 @@ msgstr ""
|
|
|
7057
6820
|
msgid "Service Level (SLA)"
|
|
7058
6821
|
msgstr "Úroveň služby (SLA)"
|
|
7059
6822
|
|
|
6823
|
+
msgid "Service level"
|
|
6824
|
+
msgstr ""
|
|
6825
|
+
|
|
7060
6826
|
msgid "Service level of host"
|
|
7061
6827
|
msgstr ""
|
|
7062
6828
|
|
|
7063
|
-
msgid "Service level
|
|
6829
|
+
msgid "Service level, e.g. SELF-SUPPORT"
|
|
7064
6830
|
msgstr ""
|
|
7065
6831
|
|
|
7066
6832
|
msgid "Set content overrides"
|
|
@@ -7087,9 +6853,6 @@ msgstr ""
|
|
|
7087
6853
|
msgid "Sets the system purpose usage"
|
|
7088
6854
|
msgstr "Nastaví využití účelu systému"
|
|
7089
6855
|
|
|
7090
|
-
msgid "Sets whether the Host will autoheal subscriptions upon checkin"
|
|
7091
|
-
msgstr ""
|
|
7092
|
-
|
|
7093
6856
|
msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
|
|
7094
6857
|
msgstr ""
|
|
7095
6858
|
|
|
@@ -7240,6 +7003,9 @@ msgstr ""
|
|
|
7240
7003
|
msgid "Smart proxy name"
|
|
7241
7004
|
msgstr ""
|
|
7242
7005
|
|
|
7006
|
+
msgid "Smart proxy verify content checksum has started in the background"
|
|
7007
|
+
msgstr ""
|
|
7008
|
+
|
|
7243
7009
|
msgid "Sockets"
|
|
7244
7010
|
msgstr "Patice"
|
|
7245
7011
|
|
|
@@ -7354,7 +7120,7 @@ msgstr ""
|
|
|
7354
7120
|
msgid "Something went wrong while refreshing alternate content sources: "
|
|
7355
7121
|
msgstr ""
|
|
7356
7122
|
|
|
7357
|
-
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7123
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
|
|
7358
7124
|
msgstr ""
|
|
7359
7125
|
|
|
7360
7126
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
|
@@ -7423,6 +7189,9 @@ msgstr ""
|
|
|
7423
7189
|
msgid "Something went wrong while updating the content source. See the logs for more information"
|
|
7424
7190
|
msgstr ""
|
|
7425
7191
|
|
|
7192
|
+
msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
|
|
7193
|
+
msgstr ""
|
|
7194
|
+
|
|
7426
7195
|
msgid "Something went wrong! Please check server logs!"
|
|
7427
7196
|
msgstr ""
|
|
7428
7197
|
|
|
@@ -7510,9 +7279,6 @@ msgstr "Předplatné"
|
|
|
7510
7279
|
msgid "Subscription Details"
|
|
7511
7280
|
msgstr "Podrobnosti o předplatném"
|
|
7512
7281
|
|
|
7513
|
-
msgid "Subscription ID"
|
|
7514
|
-
msgstr "Identifikátor předplatného"
|
|
7515
|
-
|
|
7516
7282
|
msgid "Subscription Info"
|
|
7517
7283
|
msgstr "Informace o předplatném"
|
|
7518
7284
|
|
|
@@ -7528,12 +7294,6 @@ msgstr ""
|
|
|
7528
7294
|
msgid "Subscription Name"
|
|
7529
7295
|
msgstr ""
|
|
7530
7296
|
|
|
7531
|
-
msgid "Subscription Pool id"
|
|
7532
|
-
msgstr "Identifikátor fondu předplatného"
|
|
7533
|
-
|
|
7534
|
-
msgid "Subscription Pool uuid"
|
|
7535
|
-
msgstr ""
|
|
7536
|
-
|
|
7537
7297
|
msgid "Subscription UUID"
|
|
7538
7298
|
msgstr ""
|
|
7539
7299
|
|
|
@@ -7621,9 +7381,6 @@ msgstr ""
|
|
|
7621
7381
|
msgid "Supported Content Types"
|
|
7622
7382
|
msgstr ""
|
|
7623
7383
|
|
|
7624
|
-
msgid "Sync"
|
|
7625
|
-
msgstr ""
|
|
7626
|
-
|
|
7627
7384
|
msgid "Sync Canceled"
|
|
7628
7385
|
msgstr "Synchronizace zrušena"
|
|
7629
7386
|
|
|
@@ -7678,9 +7435,6 @@ msgstr "Synchronizovat repozitář"
|
|
|
7678
7435
|
msgid "Sync all repositories for a product"
|
|
7679
7436
|
msgstr "Synchronizovat všechny repozitáře pro produkt"
|
|
7680
7437
|
|
|
7681
|
-
msgid "Sync capsule"
|
|
7682
|
-
msgstr ""
|
|
7683
|
-
|
|
7684
7438
|
msgid "Sync complete."
|
|
7685
7439
|
msgstr "Synchronizace dokončena."
|
|
7686
7440
|
|
|
@@ -7699,9 +7453,6 @@ msgstr ""
|
|
|
7699
7453
|
msgid "Sync state"
|
|
7700
7454
|
msgstr ""
|
|
7701
7455
|
|
|
7702
|
-
msgid "Syncable export"
|
|
7703
|
-
msgstr ""
|
|
7704
|
-
|
|
7705
7456
|
msgid "Synced"
|
|
7706
7457
|
msgstr ""
|
|
7707
7458
|
|
|
@@ -7711,6 +7462,9 @@ msgstr ""
|
|
|
7711
7462
|
msgid "Synced Content"
|
|
7712
7463
|
msgstr "Synchronizovaný obsah"
|
|
7713
7464
|
|
|
7465
|
+
msgid "Synced container images content"
|
|
7466
|
+
msgstr ""
|
|
7467
|
+
|
|
7714
7468
|
msgid "Synchronize"
|
|
7715
7469
|
msgstr "Synchronizovat"
|
|
7716
7470
|
|
|
@@ -7964,9 +7718,6 @@ msgstr ""
|
|
|
7964
7718
|
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
|
7965
7719
|
msgstr ""
|
|
7966
7720
|
|
|
7967
|
-
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
|
7968
|
-
msgstr ""
|
|
7969
|
-
|
|
7970
7721
|
msgid "The subscription cannot be found upstream"
|
|
7971
7722
|
msgstr ""
|
|
7972
7723
|
|
|
@@ -8108,12 +7859,6 @@ msgstr ""
|
|
|
8108
7859
|
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."
|
|
8109
7860
|
msgstr ""
|
|
8110
7861
|
|
|
8111
|
-
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
|
8112
|
-
msgstr ""
|
|
8113
|
-
|
|
8114
|
-
msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
|
|
8115
|
-
msgstr ""
|
|
8116
|
-
|
|
8117
7862
|
msgid "This is disabled because a manifest task is in progress"
|
|
8118
7863
|
msgstr ""
|
|
8119
7864
|
|
|
@@ -8192,6 +7937,9 @@ msgstr "Nadpis"
|
|
|
8192
7937
|
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
|
8193
7938
|
msgstr ""
|
|
8194
7939
|
|
|
7940
|
+
msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
|
|
7941
|
+
msgstr ""
|
|
7942
|
+
|
|
8195
7943
|
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."
|
|
8196
7944
|
msgstr ""
|
|
8197
7945
|
|
|
@@ -8222,9 +7970,6 @@ msgstr ""
|
|
|
8222
7970
|
msgid "To manage packages, select an action."
|
|
8223
7971
|
msgstr ""
|
|
8224
7972
|
|
|
8225
|
-
msgid "Toggle"
|
|
8226
|
-
msgstr ""
|
|
8227
|
-
|
|
8228
7973
|
msgid "Token/password for the flatpak remote"
|
|
8229
7974
|
msgstr ""
|
|
8230
7975
|
|
|
@@ -8270,12 +8015,6 @@ msgstr ""
|
|
|
8270
8015
|
msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
|
|
8271
8016
|
msgstr ""
|
|
8272
8017
|
|
|
8273
|
-
msgid "Trigger an auto-attach of subscriptions"
|
|
8274
|
-
msgstr ""
|
|
8275
|
-
|
|
8276
|
-
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
|
8277
|
-
msgstr ""
|
|
8278
|
-
|
|
8279
8018
|
msgid "Try changing your search criteria."
|
|
8280
8019
|
msgstr ""
|
|
8281
8020
|
|
|
@@ -8429,9 +8168,6 @@ msgstr ""
|
|
|
8429
8168
|
msgid "Unapplied Errata"
|
|
8430
8169
|
msgstr ""
|
|
8431
8170
|
|
|
8432
|
-
msgid "Unattach a subscription"
|
|
8433
|
-
msgstr "Odpojit předplatné"
|
|
8434
|
-
|
|
8435
8171
|
msgid "Unfiltered params array: %s."
|
|
8436
8172
|
msgstr ""
|
|
8437
8173
|
|
|
@@ -8543,27 +8279,15 @@ msgstr "Aktualizovat prostředí v organizaci"
|
|
|
8543
8279
|
msgid "Update content counts for the smart proxy"
|
|
8544
8280
|
msgstr ""
|
|
8545
8281
|
|
|
8546
|
-
msgid "Update content urls"
|
|
8547
|
-
msgstr ""
|
|
8548
|
-
|
|
8549
8282
|
msgid "Update content view environments for host"
|
|
8550
8283
|
msgstr ""
|
|
8551
8284
|
|
|
8552
8285
|
msgid "Update content view environments for host %s"
|
|
8553
8286
|
msgstr ""
|
|
8554
8287
|
|
|
8555
|
-
msgid "Update distributions"
|
|
8556
|
-
msgstr ""
|
|
8557
|
-
|
|
8558
8288
|
msgid "Update hosts manually"
|
|
8559
8289
|
msgstr ""
|
|
8560
8290
|
|
|
8561
|
-
msgid "Update http proxy"
|
|
8562
|
-
msgstr ""
|
|
8563
|
-
|
|
8564
|
-
msgid "Update http proxy details"
|
|
8565
|
-
msgstr ""
|
|
8566
|
-
|
|
8567
8291
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8568
8292
|
msgstr ""
|
|
8569
8293
|
|
|
@@ -8579,21 +8303,12 @@ msgstr "Aktualizovat balíček prostřednictvím rozhraní Katello"
|
|
|
8579
8303
|
msgid "Update packages via Katello interface"
|
|
8580
8304
|
msgstr ""
|
|
8581
8305
|
|
|
8582
|
-
msgid "Update redhat repository"
|
|
8583
|
-
msgstr ""
|
|
8584
|
-
|
|
8585
8306
|
msgid "Update release version for host"
|
|
8586
8307
|
msgstr "Aktualizovat verzi vydání pro stroj"
|
|
8587
8308
|
|
|
8588
8309
|
msgid "Update release version for host %s"
|
|
8589
8310
|
msgstr "Aktualizovat verzi vydání pro stroj %s"
|
|
8590
8311
|
|
|
8591
|
-
msgid "Update remote"
|
|
8592
|
-
msgstr ""
|
|
8593
|
-
|
|
8594
|
-
msgid "Update repository"
|
|
8595
|
-
msgstr ""
|
|
8596
|
-
|
|
8597
8312
|
msgid "Update services requiring restart"
|
|
8598
8313
|
msgstr ""
|
|
8599
8314
|
|
|
@@ -8684,12 +8399,6 @@ msgstr "Nahrát shluk obsahu souboru"
|
|
|
8684
8399
|
msgid "Upload a subscription manifest"
|
|
8685
8400
|
msgstr ""
|
|
8686
8401
|
|
|
8687
|
-
msgid "Upload content"
|
|
8688
|
-
msgstr ""
|
|
8689
|
-
|
|
8690
|
-
msgid "Upload file"
|
|
8691
|
-
msgstr ""
|
|
8692
|
-
|
|
8693
8402
|
msgid "Upload into"
|
|
8694
8403
|
msgstr "Nahrát do"
|
|
8695
8404
|
|
|
@@ -8699,9 +8408,6 @@ msgstr ""
|
|
|
8699
8408
|
msgid "Upload request id"
|
|
8700
8409
|
msgstr ""
|
|
8701
8410
|
|
|
8702
|
-
msgid "Upload tag"
|
|
8703
|
-
msgstr ""
|
|
8704
|
-
|
|
8705
8411
|
msgid "Upstream Candlepin"
|
|
8706
8412
|
msgstr ""
|
|
8707
8413
|
|
|
@@ -8816,12 +8522,12 @@ msgstr ""
|
|
|
8816
8522
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
|
8817
8523
|
msgstr ""
|
|
8818
8524
|
|
|
8525
|
+
msgid "Verify Content Checksum"
|
|
8526
|
+
msgstr ""
|
|
8527
|
+
|
|
8819
8528
|
msgid "Verify SSL"
|
|
8820
8529
|
msgstr "Ověřit SSL"
|
|
8821
8530
|
|
|
8822
|
-
msgid "Verify checksum"
|
|
8823
|
-
msgstr ""
|
|
8824
|
-
|
|
8825
8531
|
msgid "Verify checksum for content on smart proxy"
|
|
8826
8532
|
msgstr ""
|
|
8827
8533
|
|
|
@@ -8903,6 +8609,9 @@ msgstr ""
|
|
|
8903
8609
|
msgid "View by"
|
|
8904
8610
|
msgstr ""
|
|
8905
8611
|
|
|
8612
|
+
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."
|
|
8613
|
+
msgstr ""
|
|
8614
|
+
|
|
8906
8615
|
msgid "View content views"
|
|
8907
8616
|
msgstr ""
|
|
8908
8617
|
|
|
@@ -9191,9 +8900,6 @@ msgstr ""
|
|
|
9191
8900
|
msgid "attempted to sync without a feed URL"
|
|
9192
8901
|
msgstr ""
|
|
9193
8902
|
|
|
9194
|
-
msgid "auto attach subscriptions upon registration"
|
|
9195
|
-
msgstr ""
|
|
9196
|
-
|
|
9197
8903
|
msgid "base url to perform repo discovery on"
|
|
9198
8904
|
msgstr "základ URL adresy na které provést objevování repozitáře"
|
|
9199
8905
|
|
|
@@ -9830,9 +9536,6 @@ msgstr ""
|
|
|
9830
9536
|
msgid "start datetime of synchronization"
|
|
9831
9537
|
msgstr ""
|
|
9832
9538
|
|
|
9833
|
-
msgid "subscriptions not specified"
|
|
9834
|
-
msgstr "předplatné není zadáno"
|
|
9835
|
-
|
|
9836
9539
|
msgid "sync plan description"
|
|
9837
9540
|
msgstr "popis plánu synchronizace"
|
|
9838
9541
|
|