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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"katello": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "katello 4.
|
|
6
|
+
"Project-Id-Version": "katello 4.19.0.pre.master",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2017-12-19 20:14+0000",
|
|
9
9
|
"Last-Translator": "Bryan Kearney <bryan.kearney@gmail.com>, 2025",
|
|
@@ -448,9 +448,6 @@
|
|
|
448
448
|
"A remote execution job is in progress.": [
|
|
449
449
|
""
|
|
450
450
|
],
|
|
451
|
-
"A service level for auto-healing process, e.g. SELF-SUPPORT": [
|
|
452
|
-
"Nível de serviço para processo de auto-reparo. Ex.: AUTO-SUPORTE"
|
|
453
|
-
],
|
|
454
451
|
"A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running.": [
|
|
455
452
|
""
|
|
456
453
|
],
|
|
@@ -466,9 +463,6 @@
|
|
|
466
463
|
"About page": [
|
|
467
464
|
""
|
|
468
465
|
],
|
|
469
|
-
"Abstract async task": [
|
|
470
|
-
""
|
|
471
|
-
],
|
|
472
466
|
"Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
|
|
473
467
|
""
|
|
474
468
|
],
|
|
@@ -556,12 +550,15 @@
|
|
|
556
550
|
"Add RPM rule": [
|
|
557
551
|
""
|
|
558
552
|
],
|
|
553
|
+
"Add Red Hat Flatpak remote": [
|
|
554
|
+
""
|
|
555
|
+
],
|
|
556
|
+
"Add Red Hat flatpak remote": [
|
|
557
|
+
""
|
|
558
|
+
],
|
|
559
559
|
"Add Subscriptions": [
|
|
560
560
|
"Adicionar subscrições"
|
|
561
561
|
],
|
|
562
|
-
"Add a subscription to a host": [
|
|
563
|
-
"Adicionar uma subscrição a um host"
|
|
564
|
-
],
|
|
565
562
|
"Add an alternate content source": [
|
|
566
563
|
""
|
|
567
564
|
],
|
|
@@ -613,9 +610,6 @@
|
|
|
613
610
|
"Add repositories with package groups to content view to select them here.": [
|
|
614
611
|
""
|
|
615
612
|
],
|
|
616
|
-
"Add rolling repo clone": [
|
|
617
|
-
""
|
|
618
|
-
],
|
|
619
613
|
"Add rule": [
|
|
620
614
|
""
|
|
621
615
|
],
|
|
@@ -628,9 +622,6 @@
|
|
|
628
622
|
"Add subscriptions consumed by a manifest from Red Hat Subscription Management": [
|
|
629
623
|
"Adicionar subscrições consumidas por um manifesto do Red Hat Subscription Management"
|
|
630
624
|
],
|
|
631
|
-
"Add subscriptions to one or more hosts": [
|
|
632
|
-
"Adicionar subscrições a um ou mais hosts"
|
|
633
|
-
],
|
|
634
625
|
"Add subscriptions using the Add Subscriptions button.": [
|
|
635
626
|
""
|
|
636
627
|
],
|
|
@@ -898,12 +889,6 @@
|
|
|
898
889
|
"Array of pools to add": [
|
|
899
890
|
"Matriz de pools para adicionar"
|
|
900
891
|
],
|
|
901
|
-
"Array of subscriptions to add": [
|
|
902
|
-
"Matriz de subscrições a adicionar"
|
|
903
|
-
],
|
|
904
|
-
"Array of subscriptions to remove": [
|
|
905
|
-
"Matriz de subscrições a serem removidas "
|
|
906
|
-
],
|
|
907
892
|
"Array of uploads to import": [
|
|
908
893
|
"Matriz de carregamentos para importar"
|
|
909
894
|
],
|
|
@@ -960,15 +945,6 @@
|
|
|
960
945
|
"At least one organization must exist.": [
|
|
961
946
|
"Deve existir ao menos uma organização"
|
|
962
947
|
],
|
|
963
|
-
"Attach a subscription": [
|
|
964
|
-
"Anexar uma subscrição"
|
|
965
|
-
],
|
|
966
|
-
"Attach subscriptions": [
|
|
967
|
-
"Anexar subscrições"
|
|
968
|
-
],
|
|
969
|
-
"Attach subscriptions to %s": [
|
|
970
|
-
"Anexar subscrições a %s"
|
|
971
|
-
],
|
|
972
948
|
"Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin": [
|
|
973
949
|
"Tentativa de destruir o consumidor %s do candlepin, mas o consumidor não existe no candlepin"
|
|
974
950
|
],
|
|
@@ -984,9 +960,6 @@
|
|
|
984
960
|
"Auto Publish - Triggered by '%s'": [
|
|
985
961
|
"Publicação automática - Acionado por '%s'"
|
|
986
962
|
],
|
|
987
|
-
"Auto attach subscriptions": [
|
|
988
|
-
""
|
|
989
|
-
],
|
|
990
963
|
"Auto publish": [
|
|
991
964
|
""
|
|
992
965
|
],
|
|
@@ -1083,6 +1056,9 @@
|
|
|
1083
1056
|
"Bootc upgrade via Bootc interface": [
|
|
1084
1057
|
""
|
|
1085
1058
|
],
|
|
1059
|
+
"Booted": [
|
|
1060
|
+
""
|
|
1061
|
+
],
|
|
1086
1062
|
"Booted Container Images": [
|
|
1087
1063
|
""
|
|
1088
1064
|
],
|
|
@@ -1479,9 +1455,6 @@
|
|
|
1479
1455
|
"Comma-separated list of tags to sync for a container image repository": [
|
|
1480
1456
|
""
|
|
1481
1457
|
],
|
|
1482
|
-
"Commit upload": [
|
|
1483
|
-
""
|
|
1484
|
-
],
|
|
1485
1458
|
"Compare": [
|
|
1486
1459
|
""
|
|
1487
1460
|
],
|
|
@@ -1554,6 +1527,9 @@
|
|
|
1554
1527
|
"Container image tags": [
|
|
1555
1528
|
""
|
|
1556
1529
|
],
|
|
1530
|
+
"Container images": [
|
|
1531
|
+
""
|
|
1532
|
+
],
|
|
1557
1533
|
"Container manifest lists": [
|
|
1558
1534
|
""
|
|
1559
1535
|
],
|
|
@@ -1833,27 +1809,15 @@
|
|
|
1833
1809
|
"Copy": [
|
|
1834
1810
|
""
|
|
1835
1811
|
],
|
|
1836
|
-
"Copy all units": [
|
|
1837
|
-
""
|
|
1838
|
-
],
|
|
1839
1812
|
"Copy an activation key": [
|
|
1840
1813
|
"Copiar uma chave de ativação"
|
|
1841
1814
|
],
|
|
1842
|
-
"Copy content": [
|
|
1843
|
-
""
|
|
1844
|
-
],
|
|
1845
1815
|
"Copy content view": [
|
|
1846
1816
|
""
|
|
1847
1817
|
],
|
|
1848
1818
|
"Copy to clipboard": [
|
|
1849
1819
|
"Copiar para área de transferência"
|
|
1850
1820
|
],
|
|
1851
|
-
"Copy version": [
|
|
1852
|
-
""
|
|
1853
|
-
],
|
|
1854
|
-
"Copy version units to library": [
|
|
1855
|
-
""
|
|
1856
|
-
],
|
|
1857
1821
|
"Cores per socket": [
|
|
1858
1822
|
"Núcleos por soquete"
|
|
1859
1823
|
],
|
|
@@ -2067,39 +2031,18 @@
|
|
|
2067
2031
|
"Create content view": [
|
|
2068
2032
|
""
|
|
2069
2033
|
],
|
|
2070
|
-
"Create exporter": [
|
|
2071
|
-
""
|
|
2072
|
-
],
|
|
2073
2034
|
"Create filter": [
|
|
2074
2035
|
""
|
|
2075
2036
|
],
|
|
2076
2037
|
"Create host collection": [
|
|
2077
2038
|
""
|
|
2078
2039
|
],
|
|
2079
|
-
"Create import": [
|
|
2080
|
-
""
|
|
2081
|
-
],
|
|
2082
|
-
"Create importer": [
|
|
2083
|
-
""
|
|
2084
|
-
],
|
|
2085
2040
|
"Create new activation key": [
|
|
2086
2041
|
""
|
|
2087
2042
|
],
|
|
2088
2043
|
"Create organization": [
|
|
2089
2044
|
"Criar organização"
|
|
2090
2045
|
],
|
|
2091
|
-
"Create package filter rule": [
|
|
2092
|
-
""
|
|
2093
|
-
],
|
|
2094
|
-
"Create publication": [
|
|
2095
|
-
""
|
|
2096
|
-
],
|
|
2097
|
-
"Create remote": [
|
|
2098
|
-
""
|
|
2099
|
-
],
|
|
2100
|
-
"Create rule": [
|
|
2101
|
-
""
|
|
2102
|
-
],
|
|
2103
2046
|
"Credentials": [
|
|
2104
2047
|
"Credenciais"
|
|
2105
2048
|
],
|
|
@@ -2361,36 +2304,12 @@
|
|
|
2361
2304
|
"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.": [
|
|
2362
2305
|
""
|
|
2363
2306
|
],
|
|
2364
|
-
"Delete distributions": [
|
|
2365
|
-
""
|
|
2366
|
-
],
|
|
2367
2307
|
"Delete manifest from Red Hat provider": [
|
|
2368
2308
|
"Remover manifesto do provedor da Red Hat"
|
|
2369
2309
|
],
|
|
2370
2310
|
"Delete multiple filters from a content view": [
|
|
2371
2311
|
""
|
|
2372
2312
|
],
|
|
2373
|
-
"Delete orphan alternate content sources": [
|
|
2374
|
-
""
|
|
2375
|
-
],
|
|
2376
|
-
"Delete orphan distributions": [
|
|
2377
|
-
""
|
|
2378
|
-
],
|
|
2379
|
-
"Delete orphan remotes": [
|
|
2380
|
-
""
|
|
2381
|
-
],
|
|
2382
|
-
"Delete orphan repository versions": [
|
|
2383
|
-
""
|
|
2384
|
-
],
|
|
2385
|
-
"Delete orphaned migrated repositories": [
|
|
2386
|
-
""
|
|
2387
|
-
],
|
|
2388
|
-
"Delete remote": [
|
|
2389
|
-
""
|
|
2390
|
-
],
|
|
2391
|
-
"Delete repository references": [
|
|
2392
|
-
""
|
|
2393
|
-
],
|
|
2394
2313
|
"Delete version": [
|
|
2395
2314
|
""
|
|
2396
2315
|
],
|
|
@@ -2490,12 +2409,6 @@
|
|
|
2490
2409
|
"Destroy an environment in an organization": [
|
|
2491
2410
|
"Destruir um ambiente em uma organização "
|
|
2492
2411
|
],
|
|
2493
|
-
"Destroy exporter": [
|
|
2494
|
-
""
|
|
2495
|
-
],
|
|
2496
|
-
"Destroy importer": [
|
|
2497
|
-
""
|
|
2498
|
-
],
|
|
2499
2412
|
"Destroy one or more alternate content sources": [
|
|
2500
2413
|
""
|
|
2501
2414
|
],
|
|
@@ -2529,9 +2442,6 @@
|
|
|
2529
2442
|
"Disable Red Hat Insights.": [
|
|
2530
2443
|
"Desabilitar o Red Hat Insights."
|
|
2531
2444
|
],
|
|
2532
|
-
"Disable Simple Content Access": [
|
|
2533
|
-
"Desabilitar o acesso a conteúdo simples"
|
|
2534
|
-
],
|
|
2535
2445
|
"Disable a repository from the set": [
|
|
2536
2446
|
"Desabilitar um repositório do conjunto"
|
|
2537
2447
|
],
|
|
@@ -2544,9 +2454,6 @@
|
|
|
2544
2454
|
"Disabling Simple Content Access failed for '%{subject}'.": [
|
|
2545
2455
|
""
|
|
2546
2456
|
],
|
|
2547
|
-
"Discover": [
|
|
2548
|
-
""
|
|
2549
|
-
],
|
|
2550
2457
|
"Discover Repositories": [
|
|
2551
2458
|
"Descobrir Repositórios "
|
|
2552
2459
|
],
|
|
@@ -2598,6 +2505,9 @@
|
|
|
2598
2505
|
"Edit": [
|
|
2599
2506
|
"Editar"
|
|
2600
2507
|
],
|
|
2508
|
+
"Edit DEB rule": [
|
|
2509
|
+
""
|
|
2510
|
+
],
|
|
2601
2511
|
"Edit Flatpak Remote": [
|
|
2602
2512
|
""
|
|
2603
2513
|
],
|
|
@@ -2625,9 +2535,6 @@
|
|
|
2625
2535
|
"Edit filter rule": [
|
|
2626
2536
|
""
|
|
2627
2537
|
],
|
|
2628
|
-
"Edit package filter rule": [
|
|
2629
|
-
""
|
|
2630
|
-
],
|
|
2631
2538
|
"Edit products": [
|
|
2632
2539
|
""
|
|
2633
2540
|
],
|
|
@@ -2670,9 +2577,6 @@
|
|
|
2670
2577
|
"Enable Red Hat repositories": [
|
|
2671
2578
|
""
|
|
2672
2579
|
],
|
|
2673
|
-
"Enable Simple Content Access": [
|
|
2674
|
-
"Habilitar acesso a conteúdo simples"
|
|
2675
|
-
],
|
|
2676
2580
|
"Enable Tracer": [
|
|
2677
2581
|
""
|
|
2678
2582
|
],
|
|
@@ -2748,9 +2652,6 @@
|
|
|
2748
2652
|
"Environment cannot be in its own promotion path": [
|
|
2749
2653
|
"O Ambiente não pode estar em seu próprio caminho de promoção"
|
|
2750
2654
|
],
|
|
2751
|
-
"Environment contents refresh": [
|
|
2752
|
-
""
|
|
2753
|
-
],
|
|
2754
2655
|
"Environment identifier": [
|
|
2755
2656
|
"Identificador de ambiente"
|
|
2756
2657
|
],
|
|
@@ -2790,9 +2691,6 @@
|
|
|
2790
2691
|
"Errata id of the erratum (RHSA-2012:108)": [
|
|
2791
2692
|
"ID de Errata da erratum (RHSA-2012: 108) "
|
|
2792
2693
|
],
|
|
2793
|
-
"Errata mail": [
|
|
2794
|
-
""
|
|
2795
|
-
],
|
|
2796
2694
|
"Errata statuses not updated for deleted content facet with UUID %s": [
|
|
2797
2695
|
""
|
|
2798
2696
|
],
|
|
@@ -2958,9 +2856,6 @@
|
|
|
2958
2856
|
"Fetch installable errata for one or more hosts.": [
|
|
2959
2857
|
"Busque as erratas instaláveis para um ou mais hosts."
|
|
2960
2858
|
],
|
|
2961
|
-
"Fetch pxe files": [
|
|
2962
|
-
""
|
|
2963
|
-
],
|
|
2964
2859
|
"Fetch traces for one or more hosts": [
|
|
2965
2860
|
"Buscar rastreamentos para um ou mais hosts"
|
|
2966
2861
|
],
|
|
@@ -3054,9 +2949,6 @@
|
|
|
3054
2949
|
"Filter versions that are components in the specified composite version": [
|
|
3055
2950
|
"Filtrar versões que sejam componentes na coleção de versão especificada"
|
|
3056
2951
|
],
|
|
3057
|
-
"Filtered index content": [
|
|
3058
|
-
""
|
|
3059
|
-
],
|
|
3060
2952
|
"Filters": [
|
|
3061
2953
|
"Filtros"
|
|
3062
2954
|
],
|
|
@@ -3168,12 +3060,12 @@
|
|
|
3168
3060
|
"Generate host applicability": [
|
|
3169
3061
|
"Gerar aplicabilidade de host"
|
|
3170
3062
|
],
|
|
3171
|
-
"Generate metadata": [
|
|
3172
|
-
""
|
|
3173
|
-
],
|
|
3174
3063
|
"Generate repository applicability": [
|
|
3175
3064
|
"Gerar aplicabilidade de repositório"
|
|
3176
3065
|
],
|
|
3066
|
+
"Generate username and password": [
|
|
3067
|
+
""
|
|
3068
|
+
],
|
|
3177
3069
|
"Generated": [
|
|
3178
3070
|
""
|
|
3179
3071
|
],
|
|
@@ -3408,12 +3300,6 @@
|
|
|
3408
3300
|
"How to order the sorted results (e.g. ASC for ascending)": [
|
|
3409
3301
|
"Como encomendar os resultados classificados (por exemplo ASC para ascendente) "
|
|
3410
3302
|
],
|
|
3411
|
-
"Hypervisors": [
|
|
3412
|
-
""
|
|
3413
|
-
],
|
|
3414
|
-
"Hypervisors update": [
|
|
3415
|
-
""
|
|
3416
|
-
],
|
|
3417
3303
|
"ID": [
|
|
3418
3304
|
"ID"
|
|
3419
3305
|
],
|
|
@@ -3603,9 +3489,6 @@
|
|
|
3603
3489
|
"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'.": [
|
|
3604
3490
|
""
|
|
3605
3491
|
],
|
|
3606
|
-
"If specified, remove the first instance of a subscription with matching id and quantity": [
|
|
3607
|
-
"Se especificado, remova a primeira instância de uma subscrição com quantidade e ID correspondentes "
|
|
3608
|
-
],
|
|
3609
3492
|
"If the smart proxies' assigned HTTP proxies should be used": [
|
|
3610
3493
|
""
|
|
3611
3494
|
],
|
|
@@ -3735,9 +3618,6 @@
|
|
|
3735
3618
|
"Import a subscription manifest to give hosts access to Red Hat content.": [
|
|
3736
3619
|
""
|
|
3737
3620
|
],
|
|
3738
|
-
"Import migration": [
|
|
3739
|
-
""
|
|
3740
|
-
],
|
|
3741
3621
|
"Import new manifest": [
|
|
3742
3622
|
""
|
|
3743
3623
|
],
|
|
@@ -3747,12 +3627,6 @@
|
|
|
3747
3627
|
"Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
|
|
3748
3628
|
""
|
|
3749
3629
|
],
|
|
3750
|
-
"Import repository upload": [
|
|
3751
|
-
""
|
|
3752
|
-
],
|
|
3753
|
-
"Import upload": [
|
|
3754
|
-
""
|
|
3755
|
-
],
|
|
3756
3630
|
"Import uploads into a repository": [
|
|
3757
3631
|
"Importar carregamentos para um repositório"
|
|
3758
3632
|
],
|
|
@@ -3819,9 +3693,6 @@
|
|
|
3819
3693
|
"Incremental Update incomplete.": [
|
|
3820
3694
|
"Atualização Adicional incompleta"
|
|
3821
3695
|
],
|
|
3822
|
-
"Incremental Update of Content View Version(s) ": [
|
|
3823
|
-
""
|
|
3824
|
-
],
|
|
3825
3696
|
"Incremental Update of %{content_view_count} Content View Version(s) ": [
|
|
3826
3697
|
"Atualização incremental de versão(ões) da Exibição de Conteúdo. "
|
|
3827
3698
|
],
|
|
@@ -3834,27 +3705,12 @@
|
|
|
3834
3705
|
"Incremental update specified for composite %{name} version %{version}, but no components updated.": [
|
|
3835
3706
|
"Atualização incremental especificada para a versão composta %{name} %{version} , mas nenhum componente atualizado."
|
|
3836
3707
|
],
|
|
3837
|
-
"Index content": [
|
|
3838
|
-
""
|
|
3839
|
-
],
|
|
3840
|
-
"Index errata": [
|
|
3841
|
-
""
|
|
3842
|
-
],
|
|
3843
|
-
"Index module streams": [
|
|
3844
|
-
""
|
|
3845
|
-
],
|
|
3846
|
-
"Index package groups": [
|
|
3847
|
-
""
|
|
3848
|
-
],
|
|
3849
3708
|
"Informable Type must be one of the following [ %{list} ]": [
|
|
3850
3709
|
"Tipo Informável deve ser um dos seguintes [ %{list} ]"
|
|
3851
3710
|
],
|
|
3852
3711
|
"Inherit from Repository": [
|
|
3853
3712
|
"Herdar de repositório"
|
|
3854
3713
|
],
|
|
3855
|
-
"Initialize": [
|
|
3856
|
-
""
|
|
3857
|
-
],
|
|
3858
3714
|
"Initiate a sync of the products attached to the sync plan": [
|
|
3859
3715
|
"Iniciar sincronização dos produtos anexados ao plano de sincronização "
|
|
3860
3716
|
],
|
|
@@ -3930,9 +3786,6 @@
|
|
|
3930
3786
|
"Installing Package...": [
|
|
3931
3787
|
"Instalando Pacotes..."
|
|
3932
3788
|
],
|
|
3933
|
-
"Instance update": [
|
|
3934
|
-
""
|
|
3935
|
-
],
|
|
3936
3789
|
"Instance-based": [
|
|
3937
3790
|
"Baseado em instância"
|
|
3938
3791
|
],
|
|
@@ -4059,6 +3912,9 @@
|
|
|
4059
3912
|
"It's not possible to promote a rolling content view.": [
|
|
4060
3913
|
""
|
|
4061
3914
|
],
|
|
3915
|
+
"It's not possible to provide environment_ids for anything other than a rolling content view.": [
|
|
3916
|
+
""
|
|
3917
|
+
],
|
|
4062
3918
|
"It's not possible to publish a rolling content view.": [
|
|
4063
3919
|
""
|
|
4064
3920
|
],
|
|
@@ -4458,6 +4314,9 @@
|
|
|
4458
4314
|
"List of hypervisor guest uuids": [
|
|
4459
4315
|
"Lista de uuids de convidados do hipervisor"
|
|
4460
4316
|
],
|
|
4317
|
+
"List of lifecycle environments for rolling content views": [
|
|
4318
|
+
""
|
|
4319
|
+
],
|
|
4461
4320
|
"List of package group names (Deprecated)": [
|
|
4462
4321
|
""
|
|
4463
4322
|
],
|
|
@@ -4686,9 +4545,6 @@
|
|
|
4686
4545
|
"Messaging connection": [
|
|
4687
4546
|
"Conexão de mensagem"
|
|
4688
4547
|
],
|
|
4689
|
-
"Metadata generate": [
|
|
4690
|
-
""
|
|
4691
|
-
],
|
|
4692
4548
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, 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.": [
|
|
4693
4549
|
""
|
|
4694
4550
|
],
|
|
@@ -4752,15 +4608,6 @@
|
|
|
4752
4608
|
"Multi Content View Environment": [
|
|
4753
4609
|
""
|
|
4754
4610
|
],
|
|
4755
|
-
"Multi copy all units": [
|
|
4756
|
-
""
|
|
4757
|
-
],
|
|
4758
|
-
"Multi copy content": [
|
|
4759
|
-
""
|
|
4760
|
-
],
|
|
4761
|
-
"Multi copy units": [
|
|
4762
|
-
""
|
|
4763
|
-
],
|
|
4764
4611
|
"Multi-entitlement": [
|
|
4765
4612
|
"Direitos múltiplos"
|
|
4766
4613
|
],
|
|
@@ -5370,9 +5217,6 @@
|
|
|
5370
5217
|
"Organization ID": [
|
|
5371
5218
|
"ID de organização"
|
|
5372
5219
|
],
|
|
5373
|
-
"Organization ID is required": [
|
|
5374
|
-
"É necessária a ID da organização"
|
|
5375
|
-
],
|
|
5376
5220
|
"Organization ID or title": [
|
|
5377
5221
|
""
|
|
5378
5222
|
],
|
|
@@ -5856,6 +5700,9 @@
|
|
|
5856
5700
|
"Promotion to Environment": [
|
|
5857
5701
|
"Promoção a ambiente"
|
|
5858
5702
|
],
|
|
5703
|
+
"Provide credentials if the registry requires authentication": [
|
|
5704
|
+
""
|
|
5705
|
+
],
|
|
5859
5706
|
"Provide the required information and click {update} below to save changes.": [
|
|
5860
5707
|
""
|
|
5861
5708
|
],
|
|
@@ -5955,9 +5802,6 @@
|
|
|
5955
5802
|
"Pulp task error": [
|
|
5956
5803
|
"Erro de tarefa Pulp"
|
|
5957
5804
|
],
|
|
5958
|
-
"Purge completed tasks": [
|
|
5959
|
-
""
|
|
5960
|
-
],
|
|
5961
5805
|
"Python Package": [
|
|
5962
5806
|
""
|
|
5963
5807
|
],
|
|
@@ -5985,15 +5829,6 @@
|
|
|
5985
5829
|
"Quantity of entitlements to bind": [
|
|
5986
5830
|
"Quantidade de direitos para associar"
|
|
5987
5831
|
],
|
|
5988
|
-
"Quantity of specified subscription to remove": [
|
|
5989
|
-
"Quantidade de subscrições especificadas para remover"
|
|
5990
|
-
],
|
|
5991
|
-
"Quantity of this subscription to add": [
|
|
5992
|
-
"Quantidade desta subscrição a adicionar."
|
|
5993
|
-
],
|
|
5994
|
-
"Quantity of this subscriptions to add": [
|
|
5995
|
-
"Quantidade destas inscrições para adicionar "
|
|
5996
|
-
],
|
|
5997
5832
|
"Quantity to Allocate": [
|
|
5998
5833
|
"Quantidade para alocar"
|
|
5999
5834
|
],
|
|
@@ -6066,9 +5901,6 @@
|
|
|
6066
5901
|
"Reclaim Space": [
|
|
6067
5902
|
""
|
|
6068
5903
|
],
|
|
6069
|
-
"Reclaim space": [
|
|
6070
|
-
""
|
|
6071
|
-
],
|
|
6072
5904
|
"Reclaim space from On Demand repositories": [
|
|
6073
5905
|
""
|
|
6074
5906
|
],
|
|
@@ -6135,9 +5967,6 @@
|
|
|
6135
5967
|
"Refresh all alternate content sources": [
|
|
6136
5968
|
""
|
|
6137
5969
|
],
|
|
6138
|
-
"Refresh all distributions": [
|
|
6139
|
-
""
|
|
6140
|
-
],
|
|
6141
5970
|
"Refresh alternate content sources": [
|
|
6142
5971
|
""
|
|
6143
5972
|
],
|
|
@@ -6150,27 +5979,15 @@
|
|
|
6150
5979
|
"Refresh counts": [
|
|
6151
5980
|
""
|
|
6152
5981
|
],
|
|
6153
|
-
"Refresh distribution": [
|
|
6154
|
-
""
|
|
6155
|
-
],
|
|
6156
5982
|
"Refresh errata applicability": [
|
|
6157
5983
|
""
|
|
6158
5984
|
],
|
|
6159
|
-
"Refresh if needed": [
|
|
6160
|
-
""
|
|
6161
|
-
],
|
|
6162
5985
|
"Refresh package applicability": [
|
|
6163
5986
|
""
|
|
6164
5987
|
],
|
|
6165
5988
|
"Refresh previously imported manifest for Red Hat provider": [
|
|
6166
5989
|
"Atualizar manifesto importado anteriormente para provedor Red Hat "
|
|
6167
5990
|
],
|
|
6168
|
-
"Refresh remote": [
|
|
6169
|
-
""
|
|
6170
|
-
],
|
|
6171
|
-
"Refresh repos": [
|
|
6172
|
-
""
|
|
6173
|
-
],
|
|
6174
5991
|
"Refresh source": [
|
|
6175
5992
|
""
|
|
6176
5993
|
],
|
|
@@ -6180,9 +5997,6 @@
|
|
|
6180
5997
|
"Register a host with subscription and information": [
|
|
6181
5998
|
"Registrar um host com subscrição e informações"
|
|
6182
5999
|
],
|
|
6183
|
-
"Register host '%s' before attaching subscriptions": [
|
|
6184
|
-
"Registrar host '%s' antes de vincular as subscrições"
|
|
6185
|
-
],
|
|
6186
6000
|
"Registered": [
|
|
6187
6001
|
"Registrado"
|
|
6188
6002
|
],
|
|
@@ -6216,9 +6030,6 @@
|
|
|
6216
6030
|
"Registry token expiration time": [
|
|
6217
6031
|
""
|
|
6218
6032
|
],
|
|
6219
|
-
"Reindex subscriptions": [
|
|
6220
|
-
""
|
|
6221
|
-
],
|
|
6222
6033
|
"Related composite content views": [
|
|
6223
6034
|
""
|
|
6224
6035
|
],
|
|
@@ -6315,9 +6126,6 @@
|
|
|
6315
6126
|
"Remove one or more subscriptions from an upstream manifest": [
|
|
6316
6127
|
""
|
|
6317
6128
|
],
|
|
6318
|
-
"Remove orphans": [
|
|
6319
|
-
""
|
|
6320
|
-
],
|
|
6321
6129
|
"Remove package group via Katello interface": [
|
|
6322
6130
|
"Remover grupo de pacotes via interface do Katello"
|
|
6323
6131
|
],
|
|
@@ -6333,27 +6141,6 @@
|
|
|
6333
6141
|
"Remove products from sync plan": [
|
|
6334
6142
|
"Remover produtos do plano de Sincronização"
|
|
6335
6143
|
],
|
|
6336
|
-
"Remove rolling repo clone": [
|
|
6337
|
-
""
|
|
6338
|
-
],
|
|
6339
|
-
"Remove subscriptions": [
|
|
6340
|
-
"Remover as subscrições"
|
|
6341
|
-
],
|
|
6342
|
-
"Remove subscriptions from %s": [
|
|
6343
|
-
"Remover as subscrições de %s"
|
|
6344
|
-
],
|
|
6345
|
-
"Remove subscriptions from a host": [
|
|
6346
|
-
""
|
|
6347
|
-
],
|
|
6348
|
-
"Remove subscriptions from one or more hosts": [
|
|
6349
|
-
"Remover subscrições de um ou mais hosts"
|
|
6350
|
-
],
|
|
6351
|
-
"Remove units": [
|
|
6352
|
-
""
|
|
6353
|
-
],
|
|
6354
|
-
"Remove unneeded repos": [
|
|
6355
|
-
""
|
|
6356
|
-
],
|
|
6357
6144
|
"Remove versions and/or environments from a content view and reassign systems and keys": [
|
|
6358
6145
|
"Remover as versões e/ou ambientes a partir de uma visualização de conteúdo e reajustar os sistemas e as chaves"
|
|
6359
6146
|
],
|
|
@@ -6378,9 +6165,6 @@
|
|
|
6378
6165
|
"Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
|
|
6379
6166
|
""
|
|
6380
6167
|
],
|
|
6381
|
-
"Repair": [
|
|
6382
|
-
""
|
|
6383
|
-
],
|
|
6384
6168
|
"Replace content source on the target machine": [
|
|
6385
6169
|
""
|
|
6386
6170
|
],
|
|
@@ -6399,18 +6183,12 @@
|
|
|
6399
6183
|
"Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
|
|
6400
6184
|
""
|
|
6401
6185
|
],
|
|
6402
|
-
"Repositories certs reset": [
|
|
6403
|
-
""
|
|
6404
|
-
],
|
|
6405
6186
|
"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.": [
|
|
6406
6187
|
""
|
|
6407
6188
|
],
|
|
6408
6189
|
"Repositories from published Content Views are not allowed.": [
|
|
6409
6190
|
"Repositórios de Visualizações de Conteúdo publicadas não são permitidas."
|
|
6410
6191
|
],
|
|
6411
|
-
"Repositories gpg reset": [
|
|
6412
|
-
""
|
|
6413
|
-
],
|
|
6414
6192
|
"Repository": [
|
|
6415
6193
|
"Repo"
|
|
6416
6194
|
],
|
|
@@ -6582,6 +6360,9 @@
|
|
|
6582
6360
|
"Return Red Hat (non-custom) products only": [
|
|
6583
6361
|
"Retornar apenas produtos Red Hat (não personalizados)"
|
|
6584
6362
|
],
|
|
6363
|
+
"Return a list of installed debs distinct by name": [
|
|
6364
|
+
""
|
|
6365
|
+
],
|
|
6585
6366
|
"Return a list of installed packages distinct by name": [
|
|
6586
6367
|
""
|
|
6587
6368
|
],
|
|
@@ -6762,19 +6543,7 @@
|
|
|
6762
6543
|
"Save": [
|
|
6763
6544
|
"Salvar"
|
|
6764
6545
|
],
|
|
6765
|
-
"Save
|
|
6766
|
-
""
|
|
6767
|
-
],
|
|
6768
|
-
"Save distribution references": [
|
|
6769
|
-
""
|
|
6770
|
-
],
|
|
6771
|
-
"Save publication": [
|
|
6772
|
-
""
|
|
6773
|
-
],
|
|
6774
|
-
"Save version": [
|
|
6775
|
-
""
|
|
6776
|
-
],
|
|
6777
|
-
"Save versions": [
|
|
6546
|
+
"Save Environments": [
|
|
6778
6547
|
""
|
|
6779
6548
|
],
|
|
6780
6549
|
"Saving alternate content source...": [
|
|
@@ -6786,12 +6555,6 @@
|
|
|
6786
6555
|
"Scan a flatpak remote": [
|
|
6787
6556
|
""
|
|
6788
6557
|
],
|
|
6789
|
-
"Scan cdn": [
|
|
6790
|
-
""
|
|
6791
|
-
],
|
|
6792
|
-
"Scan remote": [
|
|
6793
|
-
""
|
|
6794
|
-
],
|
|
6795
6558
|
"Schema version 1": [
|
|
6796
6559
|
""
|
|
6797
6560
|
],
|
|
@@ -7029,11 +6792,14 @@
|
|
|
7029
6792
|
"Service Level (SLA)": [
|
|
7030
6793
|
"Nível de serviço (SLA)"
|
|
7031
6794
|
],
|
|
6795
|
+
"Service level": [
|
|
6796
|
+
""
|
|
6797
|
+
],
|
|
7032
6798
|
"Service level of host": [
|
|
7033
6799
|
""
|
|
7034
6800
|
],
|
|
7035
|
-
"Service level
|
|
7036
|
-
"
|
|
6801
|
+
"Service level, e.g. SELF-SUPPORT": [
|
|
6802
|
+
""
|
|
7037
6803
|
],
|
|
7038
6804
|
"Set content overrides": [
|
|
7039
6805
|
""
|
|
@@ -7059,9 +6825,6 @@
|
|
|
7059
6825
|
"Sets the system purpose usage": [
|
|
7060
6826
|
"Define a finalidade de uso do sistema"
|
|
7061
6827
|
],
|
|
7062
|
-
"Sets whether the Host will autoheal subscriptions upon checkin": [
|
|
7063
|
-
"Define se o Host fará a recuperação automática das subscrições após check-in"
|
|
7064
|
-
],
|
|
7065
6828
|
"Setting 'default_location_subscribed_hosts' is not set to a valid location.": [
|
|
7066
6829
|
"A configuração 'default_location_subscribed_hosts' não está definida para um local válido."
|
|
7067
6830
|
],
|
|
@@ -7212,6 +6975,9 @@
|
|
|
7212
6975
|
"Smart proxy name": [
|
|
7213
6976
|
""
|
|
7214
6977
|
],
|
|
6978
|
+
"Smart proxy verify content checksum has started in the background": [
|
|
6979
|
+
""
|
|
6980
|
+
],
|
|
7215
6981
|
"Sockets": [
|
|
7216
6982
|
"Sockets"
|
|
7217
6983
|
],
|
|
@@ -7326,7 +7092,7 @@
|
|
|
7326
7092
|
"Something went wrong while refreshing alternate content sources: ": [
|
|
7327
7093
|
""
|
|
7328
7094
|
],
|
|
7329
|
-
"Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7095
|
+
"Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}": [
|
|
7330
7096
|
""
|
|
7331
7097
|
],
|
|
7332
7098
|
"Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}": [
|
|
@@ -7395,6 +7161,9 @@
|
|
|
7395
7161
|
"Something went wrong while updating the content source. See the logs for more information": [
|
|
7396
7162
|
""
|
|
7397
7163
|
],
|
|
7164
|
+
"Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}": [
|
|
7165
|
+
""
|
|
7166
|
+
],
|
|
7398
7167
|
"Something went wrong! Please check server logs!": [
|
|
7399
7168
|
""
|
|
7400
7169
|
],
|
|
@@ -7482,9 +7251,6 @@
|
|
|
7482
7251
|
"Subscription Details": [
|
|
7483
7252
|
"Detalhes de subscrição"
|
|
7484
7253
|
],
|
|
7485
|
-
"Subscription ID": [
|
|
7486
|
-
"ID de subscrição"
|
|
7487
|
-
],
|
|
7488
7254
|
"Subscription Info": [
|
|
7489
7255
|
"Informações de subscrição"
|
|
7490
7256
|
],
|
|
@@ -7500,12 +7266,6 @@
|
|
|
7500
7266
|
"Subscription Name": [
|
|
7501
7267
|
"Nome de subscrição"
|
|
7502
7268
|
],
|
|
7503
|
-
"Subscription Pool id": [
|
|
7504
|
-
"ID do Pool de Subscrição "
|
|
7505
|
-
],
|
|
7506
|
-
"Subscription Pool uuid": [
|
|
7507
|
-
"UUID de pool de subscrição"
|
|
7508
|
-
],
|
|
7509
7269
|
"Subscription UUID": [
|
|
7510
7270
|
""
|
|
7511
7271
|
],
|
|
@@ -7593,9 +7353,6 @@
|
|
|
7593
7353
|
"Supported Content Types": [
|
|
7594
7354
|
"Tipos de conteúdo compatíveis"
|
|
7595
7355
|
],
|
|
7596
|
-
"Sync": [
|
|
7597
|
-
""
|
|
7598
|
-
],
|
|
7599
7356
|
"Sync Canceled": [
|
|
7600
7357
|
"Sincronização cancelada"
|
|
7601
7358
|
],
|
|
@@ -7650,9 +7407,6 @@
|
|
|
7650
7407
|
"Sync all repositories for a product": [
|
|
7651
7408
|
"Sincronizar todos repositórios para um produto"
|
|
7652
7409
|
],
|
|
7653
|
-
"Sync capsule": [
|
|
7654
|
-
""
|
|
7655
|
-
],
|
|
7656
7410
|
"Sync complete.": [
|
|
7657
7411
|
"Sincronização concluída."
|
|
7658
7412
|
],
|
|
@@ -7671,9 +7425,6 @@
|
|
|
7671
7425
|
"Sync state": [
|
|
7672
7426
|
""
|
|
7673
7427
|
],
|
|
7674
|
-
"Syncable export": [
|
|
7675
|
-
""
|
|
7676
|
-
],
|
|
7677
7428
|
"Synced": [
|
|
7678
7429
|
""
|
|
7679
7430
|
],
|
|
@@ -7683,6 +7434,9 @@
|
|
|
7683
7434
|
"Synced Content": [
|
|
7684
7435
|
"Conteúdo sincronizado"
|
|
7685
7436
|
],
|
|
7437
|
+
"Synced container images content": [
|
|
7438
|
+
""
|
|
7439
|
+
],
|
|
7686
7440
|
"Synchronize": [
|
|
7687
7441
|
"Sincronizar"
|
|
7688
7442
|
],
|
|
@@ -7932,9 +7686,6 @@
|
|
|
7932
7686
|
"The selected/Inherited Content View is not available for this Lifecycle Environment": [
|
|
7933
7687
|
""
|
|
7934
7688
|
],
|
|
7935
|
-
"The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled": [
|
|
7936
|
-
"A organização especificada está no modo Acesso a conteúdo simples. A vinculação de subscrições está desabilitada"
|
|
7937
|
-
],
|
|
7938
7689
|
"The subscription cannot be found upstream": [
|
|
7939
7690
|
"Não foi possível encontrar upstream a subscrição"
|
|
7940
7691
|
],
|
|
@@ -8076,12 +7827,6 @@
|
|
|
8076
7827
|
"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.": [
|
|
8077
7828
|
""
|
|
8078
7829
|
],
|
|
8079
|
-
"This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled.": [
|
|
8080
|
-
"A organização do host está no modo Acesso a conteúdo simples. A vinculação de subscrições está desabilitada"
|
|
8081
|
-
],
|
|
8082
|
-
"This host's organization is in Simple Content Access mode. Auto-attach is disabled": [
|
|
8083
|
-
"A organização do host está no modo Acesso a conteúdo simples. A vinculação automática está desabilitada"
|
|
8084
|
-
],
|
|
8085
7830
|
"This is disabled because a manifest task is in progress": [
|
|
8086
7831
|
"Isto está desabilitado porque uma tarefa do manifesto está em andamento"
|
|
8087
7832
|
],
|
|
@@ -8160,6 +7905,9 @@
|
|
|
8160
7905
|
"To change content view environments, a specific organization must be selected from the organization context.": [
|
|
8161
7906
|
""
|
|
8162
7907
|
],
|
|
7908
|
+
"To continue with Red Hat Flatpak remote, you need to generate your username and password in": [
|
|
7909
|
+
""
|
|
7910
|
+
],
|
|
8163
7911
|
"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.": [
|
|
8164
7912
|
""
|
|
8165
7913
|
],
|
|
@@ -8190,9 +7938,6 @@
|
|
|
8190
7938
|
"To manage packages, select an action.": [
|
|
8191
7939
|
""
|
|
8192
7940
|
],
|
|
8193
|
-
"Toggle": [
|
|
8194
|
-
""
|
|
8195
|
-
],
|
|
8196
7941
|
"Token/password for the flatpak remote": [
|
|
8197
7942
|
""
|
|
8198
7943
|
],
|
|
@@ -8238,12 +7983,6 @@
|
|
|
8238
7983
|
"Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy.": [
|
|
8239
7984
|
""
|
|
8240
7985
|
],
|
|
8241
|
-
"Trigger an auto-attach of subscriptions": [
|
|
8242
|
-
"Provoca uma anexação automática das subscrições "
|
|
8243
|
-
],
|
|
8244
|
-
"Trigger an auto-attach of subscriptions on one or more hosts": [
|
|
8245
|
-
"Aciona uma vinculação automática de subscrições em um ou mais hosts"
|
|
8246
|
-
],
|
|
8247
7986
|
"Try changing your search criteria.": [
|
|
8248
7987
|
""
|
|
8249
7988
|
],
|
|
@@ -8397,9 +8136,6 @@
|
|
|
8397
8136
|
"Unapplied Errata": [
|
|
8398
8137
|
"Errata não aplicada"
|
|
8399
8138
|
],
|
|
8400
|
-
"Unattach a subscription": [
|
|
8401
|
-
"Desanexar uma subscrição"
|
|
8402
|
-
],
|
|
8403
8139
|
"Unfiltered params array: %s.": [
|
|
8404
8140
|
"Matriz de parâmetros não filtrada: %s."
|
|
8405
8141
|
],
|
|
@@ -8511,27 +8247,15 @@
|
|
|
8511
8247
|
"Update content counts for the smart proxy": [
|
|
8512
8248
|
""
|
|
8513
8249
|
],
|
|
8514
|
-
"Update content urls": [
|
|
8515
|
-
""
|
|
8516
|
-
],
|
|
8517
8250
|
"Update content view environments for host": [
|
|
8518
8251
|
""
|
|
8519
8252
|
],
|
|
8520
8253
|
"Update content view environments for host %s": [
|
|
8521
8254
|
""
|
|
8522
8255
|
],
|
|
8523
|
-
"Update distributions": [
|
|
8524
|
-
""
|
|
8525
|
-
],
|
|
8526
8256
|
"Update hosts manually": [
|
|
8527
8257
|
""
|
|
8528
8258
|
],
|
|
8529
|
-
"Update http proxy": [
|
|
8530
|
-
""
|
|
8531
|
-
],
|
|
8532
|
-
"Update http proxy details": [
|
|
8533
|
-
""
|
|
8534
|
-
],
|
|
8535
8259
|
"Update installed packages, enabled repos, module inventory": [
|
|
8536
8260
|
"Atualizar pacotes instalados, repositórios habilitados, inventário de módulos"
|
|
8537
8261
|
],
|
|
@@ -8547,21 +8271,12 @@
|
|
|
8547
8271
|
"Update packages via Katello interface": [
|
|
8548
8272
|
""
|
|
8549
8273
|
],
|
|
8550
|
-
"Update redhat repository": [
|
|
8551
|
-
""
|
|
8552
|
-
],
|
|
8553
8274
|
"Update release version for host": [
|
|
8554
8275
|
"Atualizar versão do host"
|
|
8555
8276
|
],
|
|
8556
8277
|
"Update release version for host %s": [
|
|
8557
8278
|
"Atualizar versão do host"
|
|
8558
8279
|
],
|
|
8559
|
-
"Update remote": [
|
|
8560
|
-
""
|
|
8561
|
-
],
|
|
8562
|
-
"Update repository": [
|
|
8563
|
-
""
|
|
8564
|
-
],
|
|
8565
8280
|
"Update services requiring restart": [
|
|
8566
8281
|
"Atualizar serviços que exigem reinicialização"
|
|
8567
8282
|
],
|
|
@@ -8652,12 +8367,6 @@
|
|
|
8652
8367
|
"Upload a subscription manifest": [
|
|
8653
8368
|
"Carregar um manifesto da subscrição"
|
|
8654
8369
|
],
|
|
8655
|
-
"Upload content": [
|
|
8656
|
-
""
|
|
8657
|
-
],
|
|
8658
|
-
"Upload file": [
|
|
8659
|
-
""
|
|
8660
|
-
],
|
|
8661
8370
|
"Upload into": [
|
|
8662
8371
|
"Carregar em"
|
|
8663
8372
|
],
|
|
@@ -8667,9 +8376,6 @@
|
|
|
8667
8376
|
"Upload request id": [
|
|
8668
8377
|
"Carregar ID de requisição"
|
|
8669
8378
|
],
|
|
8670
|
-
"Upload tag": [
|
|
8671
|
-
""
|
|
8672
|
-
],
|
|
8673
8379
|
"Upstream Candlepin": [
|
|
8674
8380
|
""
|
|
8675
8381
|
],
|
|
@@ -8784,12 +8490,12 @@
|
|
|
8784
8490
|
"Value must either be a boolean or 'default' for 'enabled'": [
|
|
8785
8491
|
"O valor deve ser booleano ou 'padrão' para 'habilitado'"
|
|
8786
8492
|
],
|
|
8493
|
+
"Verify Content Checksum": [
|
|
8494
|
+
""
|
|
8495
|
+
],
|
|
8787
8496
|
"Verify SSL": [
|
|
8788
8497
|
"Verifique o SSL"
|
|
8789
8498
|
],
|
|
8790
|
-
"Verify checksum": [
|
|
8791
|
-
""
|
|
8792
|
-
],
|
|
8793
8499
|
"Verify checksum for content on smart proxy": [
|
|
8794
8500
|
""
|
|
8795
8501
|
],
|
|
@@ -8871,6 +8577,9 @@
|
|
|
8871
8577
|
"View by": [
|
|
8872
8578
|
""
|
|
8873
8579
|
],
|
|
8580
|
+
"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.": [
|
|
8581
|
+
""
|
|
8582
|
+
],
|
|
8874
8583
|
"View content views": [
|
|
8875
8584
|
""
|
|
8876
8585
|
],
|
|
@@ -9159,9 +8868,6 @@
|
|
|
9159
8868
|
"attempted to sync without a feed URL": [
|
|
9160
8869
|
"tentativa de sincronizar sem um URL do feed"
|
|
9161
8870
|
],
|
|
9162
|
-
"auto attach subscriptions upon registration": [
|
|
9163
|
-
"Anexar automaticamente as subscrições após registro"
|
|
9164
|
-
],
|
|
9165
8871
|
"base url to perform repo discovery on": [
|
|
9166
8872
|
"url base onde realizar a descoberta do repo"
|
|
9167
8873
|
],
|
|
@@ -9798,9 +9504,6 @@
|
|
|
9798
9504
|
"start datetime of synchronization": [
|
|
9799
9505
|
"iniciar datetime da sincronização"
|
|
9800
9506
|
],
|
|
9801
|
-
"subscriptions not specified": [
|
|
9802
|
-
"subscrições não especificadas"
|
|
9803
|
-
],
|
|
9804
9507
|
"sync plan description": [
|
|
9805
9508
|
"descrição do plano de sinc"
|
|
9806
9509
|
],
|