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/pt_BR/katello.po
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
#
|
|
16
16
|
msgid ""
|
|
17
17
|
msgstr ""
|
|
18
|
-
"Project-Id-Version: katello 4.
|
|
18
|
+
"Project-Id-Version: katello 4.19.0.pre.master\n"
|
|
19
19
|
"Report-Msgid-Bugs-To: \n"
|
|
20
20
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
21
21
|
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2025\n"
|
|
@@ -462,9 +462,6 @@ msgstr ""
|
|
|
462
462
|
msgid "A remote execution job is in progress."
|
|
463
463
|
msgstr ""
|
|
464
464
|
|
|
465
|
-
msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
|
|
466
|
-
msgstr "Nível de serviço para processo de auto-reparo. Ex.: AUTO-SUPORTE"
|
|
467
|
-
|
|
468
465
|
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."
|
|
469
466
|
msgstr ""
|
|
470
467
|
|
|
@@ -480,9 +477,6 @@ msgstr ""
|
|
|
480
477
|
msgid "About page"
|
|
481
478
|
msgstr ""
|
|
482
479
|
|
|
483
|
-
msgid "Abstract async task"
|
|
484
|
-
msgstr ""
|
|
485
|
-
|
|
486
480
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
487
481
|
msgstr ""
|
|
488
482
|
|
|
@@ -570,12 +564,15 @@ msgstr ""
|
|
|
570
564
|
msgid "Add RPM rule"
|
|
571
565
|
msgstr ""
|
|
572
566
|
|
|
567
|
+
msgid "Add Red Hat Flatpak remote"
|
|
568
|
+
msgstr ""
|
|
569
|
+
|
|
570
|
+
msgid "Add Red Hat flatpak remote"
|
|
571
|
+
msgstr ""
|
|
572
|
+
|
|
573
573
|
msgid "Add Subscriptions"
|
|
574
574
|
msgstr "Adicionar subscrições"
|
|
575
575
|
|
|
576
|
-
msgid "Add a subscription to a host"
|
|
577
|
-
msgstr "Adicionar uma subscrição a um host"
|
|
578
|
-
|
|
579
576
|
msgid "Add an alternate content source"
|
|
580
577
|
msgstr ""
|
|
581
578
|
|
|
@@ -627,9 +624,6 @@ msgstr ""
|
|
|
627
624
|
msgid "Add repositories with package groups to content view to select them here."
|
|
628
625
|
msgstr ""
|
|
629
626
|
|
|
630
|
-
msgid "Add rolling repo clone"
|
|
631
|
-
msgstr ""
|
|
632
|
-
|
|
633
627
|
msgid "Add rule"
|
|
634
628
|
msgstr ""
|
|
635
629
|
|
|
@@ -642,9 +636,6 @@ msgstr ""
|
|
|
642
636
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
|
643
637
|
msgstr "Adicionar subscrições consumidas por um manifesto do Red Hat Subscription Management"
|
|
644
638
|
|
|
645
|
-
msgid "Add subscriptions to one or more hosts"
|
|
646
|
-
msgstr "Adicionar subscrições a um ou mais hosts"
|
|
647
|
-
|
|
648
639
|
msgid "Add subscriptions using the Add Subscriptions button."
|
|
649
640
|
msgstr ""
|
|
650
641
|
|
|
@@ -918,12 +909,6 @@ msgstr "Matriz de IDs de pool de local. Apenas pools com origem upstream são ac
|
|
|
918
909
|
msgid "Array of pools to add"
|
|
919
910
|
msgstr "Matriz de pools para adicionar"
|
|
920
911
|
|
|
921
|
-
msgid "Array of subscriptions to add"
|
|
922
|
-
msgstr "Matriz de subscrições a adicionar"
|
|
923
|
-
|
|
924
|
-
msgid "Array of subscriptions to remove"
|
|
925
|
-
msgstr "Matriz de subscrições a serem removidas "
|
|
926
|
-
|
|
927
912
|
msgid "Array of uploads to import"
|
|
928
913
|
msgstr "Matriz de carregamentos para importar"
|
|
929
914
|
|
|
@@ -981,15 +966,6 @@ msgstr ""
|
|
|
981
966
|
msgid "At least one organization must exist."
|
|
982
967
|
msgstr "Deve existir ao menos uma organização"
|
|
983
968
|
|
|
984
|
-
msgid "Attach a subscription"
|
|
985
|
-
msgstr "Anexar uma subscrição"
|
|
986
|
-
|
|
987
|
-
msgid "Attach subscriptions"
|
|
988
|
-
msgstr "Anexar subscrições"
|
|
989
|
-
|
|
990
|
-
msgid "Attach subscriptions to %s"
|
|
991
|
-
msgstr "Anexar subscrições a %s"
|
|
992
|
-
|
|
993
969
|
msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
|
|
994
970
|
msgstr "Tentativa de destruir o consumidor %s do candlepin, mas o consumidor não existe no candlepin"
|
|
995
971
|
|
|
@@ -1005,9 +981,6 @@ msgstr "Autor"
|
|
|
1005
981
|
msgid "Auto Publish - Triggered by '%s'"
|
|
1006
982
|
msgstr "Publicação automática - Acionado por '%s'"
|
|
1007
983
|
|
|
1008
|
-
msgid "Auto attach subscriptions"
|
|
1009
|
-
msgstr ""
|
|
1010
|
-
|
|
1011
984
|
msgid "Auto publish"
|
|
1012
985
|
msgstr ""
|
|
1013
986
|
|
|
@@ -1104,6 +1077,9 @@ msgstr ""
|
|
|
1104
1077
|
msgid "Bootc upgrade via Bootc interface"
|
|
1105
1078
|
msgstr ""
|
|
1106
1079
|
|
|
1080
|
+
msgid "Booted"
|
|
1081
|
+
msgstr ""
|
|
1082
|
+
|
|
1107
1083
|
msgid "Booted Container Images"
|
|
1108
1084
|
msgstr ""
|
|
1109
1085
|
|
|
@@ -1500,9 +1476,6 @@ msgstr ""
|
|
|
1500
1476
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1501
1477
|
msgstr ""
|
|
1502
1478
|
|
|
1503
|
-
msgid "Commit upload"
|
|
1504
|
-
msgstr ""
|
|
1505
|
-
|
|
1506
1479
|
msgid "Compare"
|
|
1507
1480
|
msgstr ""
|
|
1508
1481
|
|
|
@@ -1575,6 +1548,9 @@ msgstr ""
|
|
|
1575
1548
|
msgid "Container image tags"
|
|
1576
1549
|
msgstr ""
|
|
1577
1550
|
|
|
1551
|
+
msgid "Container images"
|
|
1552
|
+
msgstr ""
|
|
1553
|
+
|
|
1578
1554
|
msgid "Container manifest lists"
|
|
1579
1555
|
msgstr ""
|
|
1580
1556
|
|
|
@@ -1854,27 +1830,15 @@ msgstr ""
|
|
|
1854
1830
|
msgid "Copy"
|
|
1855
1831
|
msgstr ""
|
|
1856
1832
|
|
|
1857
|
-
msgid "Copy all units"
|
|
1858
|
-
msgstr ""
|
|
1859
|
-
|
|
1860
1833
|
msgid "Copy an activation key"
|
|
1861
1834
|
msgstr "Copiar uma chave de ativação"
|
|
1862
1835
|
|
|
1863
|
-
msgid "Copy content"
|
|
1864
|
-
msgstr ""
|
|
1865
|
-
|
|
1866
1836
|
msgid "Copy content view"
|
|
1867
1837
|
msgstr ""
|
|
1868
1838
|
|
|
1869
1839
|
msgid "Copy to clipboard"
|
|
1870
1840
|
msgstr "Copiar para área de transferência"
|
|
1871
1841
|
|
|
1872
|
-
msgid "Copy version"
|
|
1873
|
-
msgstr ""
|
|
1874
|
-
|
|
1875
|
-
msgid "Copy version units to library"
|
|
1876
|
-
msgstr ""
|
|
1877
|
-
|
|
1878
1842
|
msgid "Cores per socket"
|
|
1879
1843
|
msgstr "Núcleos por soquete"
|
|
1880
1844
|
|
|
@@ -2088,39 +2052,18 @@ msgstr ""
|
|
|
2088
2052
|
msgid "Create content view"
|
|
2089
2053
|
msgstr ""
|
|
2090
2054
|
|
|
2091
|
-
msgid "Create exporter"
|
|
2092
|
-
msgstr ""
|
|
2093
|
-
|
|
2094
2055
|
msgid "Create filter"
|
|
2095
2056
|
msgstr ""
|
|
2096
2057
|
|
|
2097
2058
|
msgid "Create host collection"
|
|
2098
2059
|
msgstr ""
|
|
2099
2060
|
|
|
2100
|
-
msgid "Create import"
|
|
2101
|
-
msgstr ""
|
|
2102
|
-
|
|
2103
|
-
msgid "Create importer"
|
|
2104
|
-
msgstr ""
|
|
2105
|
-
|
|
2106
2061
|
msgid "Create new activation key"
|
|
2107
2062
|
msgstr ""
|
|
2108
2063
|
|
|
2109
2064
|
msgid "Create organization"
|
|
2110
2065
|
msgstr "Criar organização"
|
|
2111
2066
|
|
|
2112
|
-
msgid "Create package filter rule"
|
|
2113
|
-
msgstr ""
|
|
2114
|
-
|
|
2115
|
-
msgid "Create publication"
|
|
2116
|
-
msgstr ""
|
|
2117
|
-
|
|
2118
|
-
msgid "Create remote"
|
|
2119
|
-
msgstr ""
|
|
2120
|
-
|
|
2121
|
-
msgid "Create rule"
|
|
2122
|
-
msgstr ""
|
|
2123
|
-
|
|
2124
2067
|
msgid "Credentials"
|
|
2125
2068
|
msgstr "Credenciais"
|
|
2126
2069
|
|
|
@@ -2382,36 +2325,12 @@ msgstr ""
|
|
|
2382
2325
|
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."
|
|
2383
2326
|
msgstr ""
|
|
2384
2327
|
|
|
2385
|
-
msgid "Delete distributions"
|
|
2386
|
-
msgstr ""
|
|
2387
|
-
|
|
2388
2328
|
msgid "Delete manifest from Red Hat provider"
|
|
2389
2329
|
msgstr "Remover manifesto do provedor da Red Hat"
|
|
2390
2330
|
|
|
2391
2331
|
msgid "Delete multiple filters from a content view"
|
|
2392
2332
|
msgstr ""
|
|
2393
2333
|
|
|
2394
|
-
msgid "Delete orphan alternate content sources"
|
|
2395
|
-
msgstr ""
|
|
2396
|
-
|
|
2397
|
-
msgid "Delete orphan distributions"
|
|
2398
|
-
msgstr ""
|
|
2399
|
-
|
|
2400
|
-
msgid "Delete orphan remotes"
|
|
2401
|
-
msgstr ""
|
|
2402
|
-
|
|
2403
|
-
msgid "Delete orphan repository versions"
|
|
2404
|
-
msgstr ""
|
|
2405
|
-
|
|
2406
|
-
msgid "Delete orphaned migrated repositories"
|
|
2407
|
-
msgstr ""
|
|
2408
|
-
|
|
2409
|
-
msgid "Delete remote"
|
|
2410
|
-
msgstr ""
|
|
2411
|
-
|
|
2412
|
-
msgid "Delete repository references"
|
|
2413
|
-
msgstr ""
|
|
2414
|
-
|
|
2415
2334
|
msgid "Delete version"
|
|
2416
2335
|
msgstr ""
|
|
2417
2336
|
|
|
@@ -2511,12 +2430,6 @@ msgstr "Destruir um ambiente "
|
|
|
2511
2430
|
msgid "Destroy an environment in an organization"
|
|
2512
2431
|
msgstr "Destruir um ambiente em uma organização "
|
|
2513
2432
|
|
|
2514
|
-
msgid "Destroy exporter"
|
|
2515
|
-
msgstr ""
|
|
2516
|
-
|
|
2517
|
-
msgid "Destroy importer"
|
|
2518
|
-
msgstr ""
|
|
2519
|
-
|
|
2520
2433
|
msgid "Destroy one or more alternate content sources"
|
|
2521
2434
|
msgstr ""
|
|
2522
2435
|
|
|
@@ -2550,9 +2463,6 @@ msgstr "Desabilitar"
|
|
|
2550
2463
|
msgid "Disable Red Hat Insights."
|
|
2551
2464
|
msgstr "Desabilitar o Red Hat Insights."
|
|
2552
2465
|
|
|
2553
|
-
msgid "Disable Simple Content Access"
|
|
2554
|
-
msgstr "Desabilitar o acesso a conteúdo simples"
|
|
2555
|
-
|
|
2556
2466
|
msgid "Disable a repository from the set"
|
|
2557
2467
|
msgstr "Desabilitar um repositório do conjunto"
|
|
2558
2468
|
|
|
@@ -2565,9 +2475,6 @@ msgstr "Desativado"
|
|
|
2565
2475
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2566
2476
|
msgstr ""
|
|
2567
2477
|
|
|
2568
|
-
msgid "Discover"
|
|
2569
|
-
msgstr ""
|
|
2570
|
-
|
|
2571
2478
|
msgid "Discover Repositories"
|
|
2572
2479
|
msgstr "Descobrir Repositórios "
|
|
2573
2480
|
|
|
@@ -2619,6 +2526,9 @@ msgstr "AVISO DE ERRATA(S)"
|
|
|
2619
2526
|
msgid "Edit"
|
|
2620
2527
|
msgstr "Editar"
|
|
2621
2528
|
|
|
2529
|
+
msgid "Edit DEB rule"
|
|
2530
|
+
msgstr ""
|
|
2531
|
+
|
|
2622
2532
|
msgid "Edit Flatpak Remote"
|
|
2623
2533
|
msgstr ""
|
|
2624
2534
|
|
|
@@ -2646,9 +2556,6 @@ msgstr ""
|
|
|
2646
2556
|
msgid "Edit filter rule"
|
|
2647
2557
|
msgstr ""
|
|
2648
2558
|
|
|
2649
|
-
msgid "Edit package filter rule"
|
|
2650
|
-
msgstr ""
|
|
2651
|
-
|
|
2652
2559
|
msgid "Edit products"
|
|
2653
2560
|
msgstr ""
|
|
2654
2561
|
|
|
@@ -2691,9 +2598,6 @@ msgstr "Habilitar"
|
|
|
2691
2598
|
msgid "Enable Red Hat repositories"
|
|
2692
2599
|
msgstr ""
|
|
2693
2600
|
|
|
2694
|
-
msgid "Enable Simple Content Access"
|
|
2695
|
-
msgstr "Habilitar acesso a conteúdo simples"
|
|
2696
|
-
|
|
2697
2601
|
msgid "Enable Tracer"
|
|
2698
2602
|
msgstr ""
|
|
2699
2603
|
|
|
@@ -2769,9 +2673,6 @@ msgstr "IDs de Ambiente"
|
|
|
2769
2673
|
msgid "Environment cannot be in its own promotion path"
|
|
2770
2674
|
msgstr "O Ambiente não pode estar em seu próprio caminho de promoção"
|
|
2771
2675
|
|
|
2772
|
-
msgid "Environment contents refresh"
|
|
2773
|
-
msgstr ""
|
|
2774
|
-
|
|
2775
2676
|
msgid "Environment identifier"
|
|
2776
2677
|
msgstr "Identificador de ambiente"
|
|
2777
2678
|
|
|
@@ -2811,9 +2712,6 @@ msgstr ""
|
|
|
2811
2712
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2812
2713
|
msgstr "ID de Errata da erratum (RHSA-2012: 108) "
|
|
2813
2714
|
|
|
2814
|
-
msgid "Errata mail"
|
|
2815
|
-
msgstr ""
|
|
2816
|
-
|
|
2817
2715
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2818
2716
|
msgstr ""
|
|
2819
2717
|
|
|
@@ -2979,9 +2877,6 @@ msgstr "Busque os fluxos de módulos disponíveis para os hosts."
|
|
|
2979
2877
|
msgid "Fetch installable errata for one or more hosts."
|
|
2980
2878
|
msgstr "Busque as erratas instaláveis para um ou mais hosts."
|
|
2981
2879
|
|
|
2982
|
-
msgid "Fetch pxe files"
|
|
2983
|
-
msgstr ""
|
|
2984
|
-
|
|
2985
2880
|
msgid "Fetch traces for one or more hosts"
|
|
2986
2881
|
msgstr "Buscar rastreamentos para um ou mais hosts"
|
|
2987
2882
|
|
|
@@ -3075,9 +2970,6 @@ msgstr "Filtrar versões por número de versões"
|
|
|
3075
2970
|
msgid "Filter versions that are components in the specified composite version"
|
|
3076
2971
|
msgstr "Filtrar versões que sejam componentes na coleção de versão especificada"
|
|
3077
2972
|
|
|
3078
|
-
msgid "Filtered index content"
|
|
3079
|
-
msgstr ""
|
|
3080
|
-
|
|
3081
2973
|
msgid "Filters"
|
|
3082
2974
|
msgstr "Filtros"
|
|
3083
2975
|
|
|
@@ -3193,12 +3085,12 @@ msgstr ""
|
|
|
3193
3085
|
msgid "Generate host applicability"
|
|
3194
3086
|
msgstr "Gerar aplicabilidade de host"
|
|
3195
3087
|
|
|
3196
|
-
msgid "Generate metadata"
|
|
3197
|
-
msgstr ""
|
|
3198
|
-
|
|
3199
3088
|
msgid "Generate repository applicability"
|
|
3200
3089
|
msgstr "Gerar aplicabilidade de repositório"
|
|
3201
3090
|
|
|
3091
|
+
msgid "Generate username and password"
|
|
3092
|
+
msgstr ""
|
|
3093
|
+
|
|
3202
3094
|
msgid "Generated"
|
|
3203
3095
|
msgstr ""
|
|
3204
3096
|
|
|
@@ -3433,12 +3325,6 @@ msgstr ""
|
|
|
3433
3325
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3434
3326
|
msgstr "Como encomendar os resultados classificados (por exemplo ASC para ascendente) "
|
|
3435
3327
|
|
|
3436
|
-
msgid "Hypervisors"
|
|
3437
|
-
msgstr ""
|
|
3438
|
-
|
|
3439
|
-
msgid "Hypervisors update"
|
|
3440
|
-
msgstr ""
|
|
3441
|
-
|
|
3442
3328
|
msgid "ID"
|
|
3443
3329
|
msgstr "ID"
|
|
3444
3330
|
|
|
@@ -3630,9 +3516,6 @@ msgstr ""
|
|
|
3630
3516
|
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'."
|
|
3631
3517
|
msgstr ""
|
|
3632
3518
|
|
|
3633
|
-
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
|
3634
|
-
msgstr "Se especificado, remova a primeira instância de uma subscrição com quantidade e ID correspondentes "
|
|
3635
|
-
|
|
3636
3519
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3637
3520
|
msgstr ""
|
|
3638
3521
|
|
|
@@ -3762,9 +3645,6 @@ msgstr ""
|
|
|
3762
3645
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3763
3646
|
msgstr ""
|
|
3764
3647
|
|
|
3765
|
-
msgid "Import migration"
|
|
3766
|
-
msgstr ""
|
|
3767
|
-
|
|
3768
3648
|
msgid "Import new manifest"
|
|
3769
3649
|
msgstr ""
|
|
3770
3650
|
|
|
@@ -3774,12 +3654,6 @@ msgstr ""
|
|
|
3774
3654
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3775
3655
|
msgstr ""
|
|
3776
3656
|
|
|
3777
|
-
msgid "Import repository upload"
|
|
3778
|
-
msgstr ""
|
|
3779
|
-
|
|
3780
|
-
msgid "Import upload"
|
|
3781
|
-
msgstr ""
|
|
3782
|
-
|
|
3783
3657
|
msgid "Import uploads into a repository"
|
|
3784
3658
|
msgstr "Importar carregamentos para um repositório"
|
|
3785
3659
|
|
|
@@ -3846,9 +3720,6 @@ msgstr "Atualização Adicional"
|
|
|
3846
3720
|
msgid "Incremental Update incomplete."
|
|
3847
3721
|
msgstr "Atualização Adicional incompleta"
|
|
3848
3722
|
|
|
3849
|
-
msgid "Incremental Update of Content View Version(s) "
|
|
3850
|
-
msgstr ""
|
|
3851
|
-
|
|
3852
3723
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3853
3724
|
msgstr "Atualização incremental de versão(ões) da Exibição de Conteúdo. "
|
|
3854
3725
|
|
|
@@ -3861,27 +3732,12 @@ msgstr "A atualização incremental requer pelo menos uma unidade de conteúdo"
|
|
|
3861
3732
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3862
3733
|
msgstr "Atualização incremental especificada para a versão composta %{name} %{version} , mas nenhum componente atualizado."
|
|
3863
3734
|
|
|
3864
|
-
msgid "Index content"
|
|
3865
|
-
msgstr ""
|
|
3866
|
-
|
|
3867
|
-
msgid "Index errata"
|
|
3868
|
-
msgstr ""
|
|
3869
|
-
|
|
3870
|
-
msgid "Index module streams"
|
|
3871
|
-
msgstr ""
|
|
3872
|
-
|
|
3873
|
-
msgid "Index package groups"
|
|
3874
|
-
msgstr ""
|
|
3875
|
-
|
|
3876
3735
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3877
3736
|
msgstr "Tipo Informável deve ser um dos seguintes [ %{list} ]"
|
|
3878
3737
|
|
|
3879
3738
|
msgid "Inherit from Repository"
|
|
3880
3739
|
msgstr "Herdar de repositório"
|
|
3881
3740
|
|
|
3882
|
-
msgid "Initialize"
|
|
3883
|
-
msgstr ""
|
|
3884
|
-
|
|
3885
3741
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3886
3742
|
msgstr "Iniciar sincronização dos produtos anexados ao plano de sincronização "
|
|
3887
3743
|
|
|
@@ -3957,9 +3813,6 @@ msgstr "Instalando Grupo de Pacote..."
|
|
|
3957
3813
|
msgid "Installing Package..."
|
|
3958
3814
|
msgstr "Instalando Pacotes..."
|
|
3959
3815
|
|
|
3960
|
-
msgid "Instance update"
|
|
3961
|
-
msgstr ""
|
|
3962
|
-
|
|
3963
3816
|
msgid "Instance-based"
|
|
3964
3817
|
msgstr "Baseado em instância"
|
|
3965
3818
|
|
|
@@ -4086,6 +3939,9 @@ msgstr ""
|
|
|
4086
3939
|
msgid "It's not possible to promote a rolling content view."
|
|
4087
3940
|
msgstr ""
|
|
4088
3941
|
|
|
3942
|
+
msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
|
|
3943
|
+
msgstr ""
|
|
3944
|
+
|
|
4089
3945
|
msgid "It's not possible to publish a rolling content view."
|
|
4090
3946
|
msgstr ""
|
|
4091
3947
|
|
|
@@ -4485,6 +4341,9 @@ msgstr "Lista de IDs de host para substituir os hosts na coleção de hosts"
|
|
|
4485
4341
|
msgid "List of hypervisor guest uuids"
|
|
4486
4342
|
msgstr "Lista de uuids de convidados do hipervisor"
|
|
4487
4343
|
|
|
4344
|
+
msgid "List of lifecycle environments for rolling content views"
|
|
4345
|
+
msgstr ""
|
|
4346
|
+
|
|
4488
4347
|
msgid "List of package group names (Deprecated)"
|
|
4489
4348
|
msgstr ""
|
|
4490
4349
|
|
|
@@ -4713,9 +4572,6 @@ msgstr "Mensagem"
|
|
|
4713
4572
|
msgid "Messaging connection"
|
|
4714
4573
|
msgstr "Conexão de mensagem"
|
|
4715
4574
|
|
|
4716
|
-
msgid "Metadata generate"
|
|
4717
|
-
msgstr ""
|
|
4718
|
-
|
|
4719
4575
|
msgid ""
|
|
4720
4576
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4721
4577
|
"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."
|
|
@@ -4781,15 +4637,6 @@ msgstr ""
|
|
|
4781
4637
|
msgid "Multi Content View Environment"
|
|
4782
4638
|
msgstr ""
|
|
4783
4639
|
|
|
4784
|
-
msgid "Multi copy all units"
|
|
4785
|
-
msgstr ""
|
|
4786
|
-
|
|
4787
|
-
msgid "Multi copy content"
|
|
4788
|
-
msgstr ""
|
|
4789
|
-
|
|
4790
|
-
msgid "Multi copy units"
|
|
4791
|
-
msgstr ""
|
|
4792
|
-
|
|
4793
4640
|
msgid "Multi-entitlement"
|
|
4794
4641
|
msgstr "Direitos múltiplos"
|
|
4795
4642
|
|
|
@@ -5405,9 +5252,6 @@ msgstr "A organização %s está sendo eliminada."
|
|
|
5405
5252
|
msgid "Organization ID"
|
|
5406
5253
|
msgstr "ID de organização"
|
|
5407
5254
|
|
|
5408
|
-
msgid "Organization ID is required"
|
|
5409
|
-
msgstr "É necessária a ID da organização"
|
|
5410
|
-
|
|
5411
5255
|
msgid "Organization ID or title"
|
|
5412
5256
|
msgstr ""
|
|
5413
5257
|
|
|
@@ -5895,6 +5739,9 @@ msgstr "Resumo da promoção para{content_view}"
|
|
|
5895
5739
|
msgid "Promotion to Environment"
|
|
5896
5740
|
msgstr "Promoção a ambiente"
|
|
5897
5741
|
|
|
5742
|
+
msgid "Provide credentials if the registry requires authentication"
|
|
5743
|
+
msgstr ""
|
|
5744
|
+
|
|
5898
5745
|
msgid "Provide the required information and click {update} below to save changes."
|
|
5899
5746
|
msgstr ""
|
|
5900
5747
|
|
|
@@ -5994,9 +5841,6 @@ msgstr "Armazenamento pulp"
|
|
|
5994
5841
|
msgid "Pulp task error"
|
|
5995
5842
|
msgstr "Erro de tarefa Pulp"
|
|
5996
5843
|
|
|
5997
|
-
msgid "Purge completed tasks"
|
|
5998
|
-
msgstr ""
|
|
5999
|
-
|
|
6000
5844
|
msgid "Python Package"
|
|
6001
5845
|
msgstr ""
|
|
6002
5846
|
|
|
@@ -6024,15 +5868,6 @@ msgstr "A quantidade não deve estar acima de ${pool.available}"
|
|
|
6024
5868
|
msgid "Quantity of entitlements to bind"
|
|
6025
5869
|
msgstr "Quantidade de direitos para associar"
|
|
6026
5870
|
|
|
6027
|
-
msgid "Quantity of specified subscription to remove"
|
|
6028
|
-
msgstr "Quantidade de subscrições especificadas para remover"
|
|
6029
|
-
|
|
6030
|
-
msgid "Quantity of this subscription to add"
|
|
6031
|
-
msgstr "Quantidade desta subscrição a adicionar."
|
|
6032
|
-
|
|
6033
|
-
msgid "Quantity of this subscriptions to add"
|
|
6034
|
-
msgstr "Quantidade destas inscrições para adicionar "
|
|
6035
|
-
|
|
6036
5871
|
msgid "Quantity to Allocate"
|
|
6037
5872
|
msgstr "Quantidade para alocar"
|
|
6038
5873
|
|
|
@@ -6105,9 +5940,6 @@ msgstr "Reinicialização necessária"
|
|
|
6105
5940
|
msgid "Reclaim Space"
|
|
6106
5941
|
msgstr ""
|
|
6107
5942
|
|
|
6108
|
-
msgid "Reclaim space"
|
|
6109
|
-
msgstr ""
|
|
6110
|
-
|
|
6111
5943
|
msgid "Reclaim space from On Demand repositories"
|
|
6112
5944
|
msgstr ""
|
|
6113
5945
|
|
|
@@ -6174,9 +6006,6 @@ msgstr ""
|
|
|
6174
6006
|
msgid "Refresh all alternate content sources"
|
|
6175
6007
|
msgstr ""
|
|
6176
6008
|
|
|
6177
|
-
msgid "Refresh all distributions"
|
|
6178
|
-
msgstr ""
|
|
6179
|
-
|
|
6180
6009
|
msgid "Refresh alternate content sources"
|
|
6181
6010
|
msgstr ""
|
|
6182
6011
|
|
|
@@ -6189,27 +6018,15 @@ msgstr ""
|
|
|
6189
6018
|
msgid "Refresh counts"
|
|
6190
6019
|
msgstr ""
|
|
6191
6020
|
|
|
6192
|
-
msgid "Refresh distribution"
|
|
6193
|
-
msgstr ""
|
|
6194
|
-
|
|
6195
6021
|
msgid "Refresh errata applicability"
|
|
6196
6022
|
msgstr ""
|
|
6197
6023
|
|
|
6198
|
-
msgid "Refresh if needed"
|
|
6199
|
-
msgstr ""
|
|
6200
|
-
|
|
6201
6024
|
msgid "Refresh package applicability"
|
|
6202
6025
|
msgstr ""
|
|
6203
6026
|
|
|
6204
6027
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6205
6028
|
msgstr "Atualizar manifesto importado anteriormente para provedor Red Hat "
|
|
6206
6029
|
|
|
6207
|
-
msgid "Refresh remote"
|
|
6208
|
-
msgstr ""
|
|
6209
|
-
|
|
6210
|
-
msgid "Refresh repos"
|
|
6211
|
-
msgstr ""
|
|
6212
|
-
|
|
6213
6030
|
msgid "Refresh source"
|
|
6214
6031
|
msgstr ""
|
|
6215
6032
|
|
|
@@ -6219,9 +6036,6 @@ msgstr "Refresh_Content_Host_Status"
|
|
|
6219
6036
|
msgid "Register a host with subscription and information"
|
|
6220
6037
|
msgstr "Registrar um host com subscrição e informações"
|
|
6221
6038
|
|
|
6222
|
-
msgid "Register host '%s' before attaching subscriptions"
|
|
6223
|
-
msgstr "Registrar host '%s' antes de vincular as subscrições"
|
|
6224
|
-
|
|
6225
6039
|
msgid "Registered"
|
|
6226
6040
|
msgstr "Registrado"
|
|
6227
6041
|
|
|
@@ -6255,9 +6069,6 @@ msgstr "O padrão de nomes de registro resultará em nome de imagem de contêine
|
|
|
6255
6069
|
msgid "Registry token expiration time"
|
|
6256
6070
|
msgstr ""
|
|
6257
6071
|
|
|
6258
|
-
msgid "Reindex subscriptions"
|
|
6259
|
-
msgstr ""
|
|
6260
|
-
|
|
6261
6072
|
msgid "Related composite content views"
|
|
6262
6073
|
msgstr ""
|
|
6263
6074
|
|
|
@@ -6354,9 +6165,6 @@ msgstr "Remover uma ou mais coleções de um ou mais hosts"
|
|
|
6354
6165
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6355
6166
|
msgstr ""
|
|
6356
6167
|
|
|
6357
|
-
msgid "Remove orphans"
|
|
6358
|
-
msgstr ""
|
|
6359
|
-
|
|
6360
6168
|
msgid "Remove package group via Katello interface"
|
|
6361
6169
|
msgstr "Remover grupo de pacotes via interface do Katello"
|
|
6362
6170
|
|
|
@@ -6372,27 +6180,6 @@ msgstr ""
|
|
|
6372
6180
|
msgid "Remove products from sync plan"
|
|
6373
6181
|
msgstr "Remover produtos do plano de Sincronização"
|
|
6374
6182
|
|
|
6375
|
-
msgid "Remove rolling repo clone"
|
|
6376
|
-
msgstr ""
|
|
6377
|
-
|
|
6378
|
-
msgid "Remove subscriptions"
|
|
6379
|
-
msgstr "Remover as subscrições"
|
|
6380
|
-
|
|
6381
|
-
msgid "Remove subscriptions from %s"
|
|
6382
|
-
msgstr "Remover as subscrições de %s"
|
|
6383
|
-
|
|
6384
|
-
msgid "Remove subscriptions from a host"
|
|
6385
|
-
msgstr ""
|
|
6386
|
-
|
|
6387
|
-
msgid "Remove subscriptions from one or more hosts"
|
|
6388
|
-
msgstr "Remover subscrições de um ou mais hosts"
|
|
6389
|
-
|
|
6390
|
-
msgid "Remove units"
|
|
6391
|
-
msgstr ""
|
|
6392
|
-
|
|
6393
|
-
msgid "Remove unneeded repos"
|
|
6394
|
-
msgstr ""
|
|
6395
|
-
|
|
6396
6183
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6397
6184
|
msgstr "Remover as versões e/ou ambientes a partir de uma visualização de conteúdo e reajustar os sistemas e as chaves"
|
|
6398
6185
|
|
|
@@ -6417,9 +6204,6 @@ msgstr ""
|
|
|
6417
6204
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6418
6205
|
msgstr ""
|
|
6419
6206
|
|
|
6420
|
-
msgid "Repair"
|
|
6421
|
-
msgstr ""
|
|
6422
|
-
|
|
6423
6207
|
msgid "Replace content source on the target machine"
|
|
6424
6208
|
msgstr ""
|
|
6425
6209
|
|
|
@@ -6438,18 +6222,12 @@ msgstr "Repositórios"
|
|
|
6438
6222
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6439
6223
|
msgstr ""
|
|
6440
6224
|
|
|
6441
|
-
msgid "Repositories certs reset"
|
|
6442
|
-
msgstr ""
|
|
6443
|
-
|
|
6444
6225
|
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."
|
|
6445
6226
|
msgstr ""
|
|
6446
6227
|
|
|
6447
6228
|
msgid "Repositories from published Content Views are not allowed."
|
|
6448
6229
|
msgstr "Repositórios de Visualizações de Conteúdo publicadas não são permitidas."
|
|
6449
6230
|
|
|
6450
|
-
msgid "Repositories gpg reset"
|
|
6451
|
-
msgstr ""
|
|
6452
|
-
|
|
6453
6231
|
msgid "Repository"
|
|
6454
6232
|
msgstr "Repo"
|
|
6455
6233
|
|
|
@@ -6621,6 +6399,9 @@ msgstr "Recuperar uma única errata para um host"
|
|
|
6621
6399
|
msgid "Return Red Hat (non-custom) products only"
|
|
6622
6400
|
msgstr "Retornar apenas produtos Red Hat (não personalizados)"
|
|
6623
6401
|
|
|
6402
|
+
msgid "Return a list of installed debs distinct by name"
|
|
6403
|
+
msgstr ""
|
|
6404
|
+
|
|
6624
6405
|
msgid "Return a list of installed packages distinct by name"
|
|
6625
6406
|
msgstr ""
|
|
6626
6407
|
|
|
@@ -6801,19 +6582,7 @@ msgstr "SUBSCRIÇÕES EXPIRANDO EM BREVE"
|
|
|
6801
6582
|
msgid "Save"
|
|
6802
6583
|
msgstr "Salvar"
|
|
6803
6584
|
|
|
6804
|
-
msgid "Save
|
|
6805
|
-
msgstr ""
|
|
6806
|
-
|
|
6807
|
-
msgid "Save distribution references"
|
|
6808
|
-
msgstr ""
|
|
6809
|
-
|
|
6810
|
-
msgid "Save publication"
|
|
6811
|
-
msgstr ""
|
|
6812
|
-
|
|
6813
|
-
msgid "Save version"
|
|
6814
|
-
msgstr ""
|
|
6815
|
-
|
|
6816
|
-
msgid "Save versions"
|
|
6585
|
+
msgid "Save Environments"
|
|
6817
6586
|
msgstr ""
|
|
6818
6587
|
|
|
6819
6588
|
msgid "Saving alternate content source..."
|
|
@@ -6825,12 +6594,6 @@ msgstr ""
|
|
|
6825
6594
|
msgid "Scan a flatpak remote"
|
|
6826
6595
|
msgstr ""
|
|
6827
6596
|
|
|
6828
|
-
msgid "Scan cdn"
|
|
6829
|
-
msgstr ""
|
|
6830
|
-
|
|
6831
|
-
msgid "Scan remote"
|
|
6832
|
-
msgstr ""
|
|
6833
|
-
|
|
6834
6597
|
msgid "Schema version 1"
|
|
6835
6598
|
msgstr ""
|
|
6836
6599
|
|
|
@@ -7068,11 +6831,14 @@ msgstr "nível de serviço"
|
|
|
7068
6831
|
msgid "Service Level (SLA)"
|
|
7069
6832
|
msgstr "Nível de serviço (SLA)"
|
|
7070
6833
|
|
|
6834
|
+
msgid "Service level"
|
|
6835
|
+
msgstr ""
|
|
6836
|
+
|
|
7071
6837
|
msgid "Service level of host"
|
|
7072
6838
|
msgstr ""
|
|
7073
6839
|
|
|
7074
|
-
msgid "Service level
|
|
7075
|
-
msgstr "
|
|
6840
|
+
msgid "Service level, e.g. SELF-SUPPORT"
|
|
6841
|
+
msgstr ""
|
|
7076
6842
|
|
|
7077
6843
|
msgid "Set content overrides"
|
|
7078
6844
|
msgstr ""
|
|
@@ -7098,9 +6864,6 @@ msgstr ""
|
|
|
7098
6864
|
msgid "Sets the system purpose usage"
|
|
7099
6865
|
msgstr "Define a finalidade de uso do sistema"
|
|
7100
6866
|
|
|
7101
|
-
msgid "Sets whether the Host will autoheal subscriptions upon checkin"
|
|
7102
|
-
msgstr "Define se o Host fará a recuperação automática das subscrições após check-in"
|
|
7103
|
-
|
|
7104
6867
|
msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
|
|
7105
6868
|
msgstr "A configuração 'default_location_subscribed_hosts' não está definida para um local válido."
|
|
7106
6869
|
|
|
@@ -7251,6 +7014,9 @@ msgstr ""
|
|
|
7251
7014
|
msgid "Smart proxy name"
|
|
7252
7015
|
msgstr ""
|
|
7253
7016
|
|
|
7017
|
+
msgid "Smart proxy verify content checksum has started in the background"
|
|
7018
|
+
msgstr ""
|
|
7019
|
+
|
|
7254
7020
|
msgid "Sockets"
|
|
7255
7021
|
msgstr "Sockets"
|
|
7256
7022
|
|
|
@@ -7365,7 +7131,7 @@ msgstr ""
|
|
|
7365
7131
|
msgid "Something went wrong while refreshing alternate content sources: "
|
|
7366
7132
|
msgstr ""
|
|
7367
7133
|
|
|
7368
|
-
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7134
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
|
|
7369
7135
|
msgstr ""
|
|
7370
7136
|
|
|
7371
7137
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
|
@@ -7434,6 +7200,9 @@ msgstr ""
|
|
|
7434
7200
|
msgid "Something went wrong while updating the content source. See the logs for more information"
|
|
7435
7201
|
msgstr ""
|
|
7436
7202
|
|
|
7203
|
+
msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
|
|
7204
|
+
msgstr ""
|
|
7205
|
+
|
|
7437
7206
|
msgid "Something went wrong! Please check server logs!"
|
|
7438
7207
|
msgstr ""
|
|
7439
7208
|
|
|
@@ -7521,9 +7290,6 @@ msgstr "Subscrição"
|
|
|
7521
7290
|
msgid "Subscription Details"
|
|
7522
7291
|
msgstr "Detalhes de subscrição"
|
|
7523
7292
|
|
|
7524
|
-
msgid "Subscription ID"
|
|
7525
|
-
msgstr "ID de subscrição"
|
|
7526
|
-
|
|
7527
7293
|
msgid "Subscription Info"
|
|
7528
7294
|
msgstr "Informações de subscrição"
|
|
7529
7295
|
|
|
@@ -7539,12 +7305,6 @@ msgstr "Verificação da validade do manifesto de subscrição"
|
|
|
7539
7305
|
msgid "Subscription Name"
|
|
7540
7306
|
msgstr "Nome de subscrição"
|
|
7541
7307
|
|
|
7542
|
-
msgid "Subscription Pool id"
|
|
7543
|
-
msgstr "ID do Pool de Subscrição "
|
|
7544
|
-
|
|
7545
|
-
msgid "Subscription Pool uuid"
|
|
7546
|
-
msgstr "UUID de pool de subscrição"
|
|
7547
|
-
|
|
7548
7308
|
msgid "Subscription UUID"
|
|
7549
7309
|
msgstr ""
|
|
7550
7310
|
|
|
@@ -7632,9 +7392,6 @@ msgstr ""
|
|
|
7632
7392
|
msgid "Supported Content Types"
|
|
7633
7393
|
msgstr "Tipos de conteúdo compatíveis"
|
|
7634
7394
|
|
|
7635
|
-
msgid "Sync"
|
|
7636
|
-
msgstr ""
|
|
7637
|
-
|
|
7638
7395
|
msgid "Sync Canceled"
|
|
7639
7396
|
msgstr "Sincronização cancelada"
|
|
7640
7397
|
|
|
@@ -7689,9 +7446,6 @@ msgstr "Sinc um repositório"
|
|
|
7689
7446
|
msgid "Sync all repositories for a product"
|
|
7690
7447
|
msgstr "Sincronizar todos repositórios para um produto"
|
|
7691
7448
|
|
|
7692
|
-
msgid "Sync capsule"
|
|
7693
|
-
msgstr ""
|
|
7694
|
-
|
|
7695
7449
|
msgid "Sync complete."
|
|
7696
7450
|
msgstr "Sincronização concluída."
|
|
7697
7451
|
|
|
@@ -7710,9 +7464,6 @@ msgstr ""
|
|
|
7710
7464
|
msgid "Sync state"
|
|
7711
7465
|
msgstr ""
|
|
7712
7466
|
|
|
7713
|
-
msgid "Syncable export"
|
|
7714
|
-
msgstr ""
|
|
7715
|
-
|
|
7716
7467
|
msgid "Synced"
|
|
7717
7468
|
msgstr ""
|
|
7718
7469
|
|
|
@@ -7722,6 +7473,9 @@ msgstr ""
|
|
|
7722
7473
|
msgid "Synced Content"
|
|
7723
7474
|
msgstr "Conteúdo sincronizado"
|
|
7724
7475
|
|
|
7476
|
+
msgid "Synced container images content"
|
|
7477
|
+
msgstr ""
|
|
7478
|
+
|
|
7725
7479
|
msgid "Synchronize"
|
|
7726
7480
|
msgstr "Sincronizar"
|
|
7727
7481
|
|
|
@@ -7975,9 +7729,6 @@ msgstr ""
|
|
|
7975
7729
|
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
|
7976
7730
|
msgstr ""
|
|
7977
7731
|
|
|
7978
|
-
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
|
7979
|
-
msgstr "A organização especificada está no modo Acesso a conteúdo simples. A vinculação de subscrições está desabilitada"
|
|
7980
|
-
|
|
7981
7732
|
msgid "The subscription cannot be found upstream"
|
|
7982
7733
|
msgstr "Não foi possível encontrar upstream a subscrição"
|
|
7983
7734
|
|
|
@@ -8119,12 +7870,6 @@ msgstr ""
|
|
|
8119
7870
|
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."
|
|
8120
7871
|
msgstr ""
|
|
8121
7872
|
|
|
8122
|
-
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
|
8123
|
-
msgstr "A organização do host está no modo Acesso a conteúdo simples. A vinculação de subscrições está desabilitada"
|
|
8124
|
-
|
|
8125
|
-
msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
|
|
8126
|
-
msgstr "A organização do host está no modo Acesso a conteúdo simples. A vinculação automática está desabilitada"
|
|
8127
|
-
|
|
8128
7873
|
msgid "This is disabled because a manifest task is in progress"
|
|
8129
7874
|
msgstr "Isto está desabilitado porque uma tarefa do manifesto está em andamento"
|
|
8130
7875
|
|
|
@@ -8203,6 +7948,9 @@ msgstr "Título"
|
|
|
8203
7948
|
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
|
8204
7949
|
msgstr ""
|
|
8205
7950
|
|
|
7951
|
+
msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
|
|
7952
|
+
msgstr ""
|
|
7953
|
+
|
|
8206
7954
|
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."
|
|
8207
7955
|
msgstr ""
|
|
8208
7956
|
|
|
@@ -8233,9 +7981,6 @@ msgstr ""
|
|
|
8233
7981
|
msgid "To manage packages, select an action."
|
|
8234
7982
|
msgstr ""
|
|
8235
7983
|
|
|
8236
|
-
msgid "Toggle"
|
|
8237
|
-
msgstr ""
|
|
8238
|
-
|
|
8239
7984
|
msgid "Token/password for the flatpak remote"
|
|
8240
7985
|
msgstr ""
|
|
8241
7986
|
|
|
@@ -8281,12 +8026,6 @@ msgstr ""
|
|
|
8281
8026
|
msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
|
|
8282
8027
|
msgstr ""
|
|
8283
8028
|
|
|
8284
|
-
msgid "Trigger an auto-attach of subscriptions"
|
|
8285
|
-
msgstr "Provoca uma anexação automática das subscrições "
|
|
8286
|
-
|
|
8287
|
-
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
|
8288
|
-
msgstr "Aciona uma vinculação automática de subscrições em um ou mais hosts"
|
|
8289
|
-
|
|
8290
8029
|
msgid "Try changing your search criteria."
|
|
8291
8030
|
msgstr ""
|
|
8292
8031
|
|
|
@@ -8440,9 +8179,6 @@ msgstr ""
|
|
|
8440
8179
|
msgid "Unapplied Errata"
|
|
8441
8180
|
msgstr "Errata não aplicada"
|
|
8442
8181
|
|
|
8443
|
-
msgid "Unattach a subscription"
|
|
8444
|
-
msgstr "Desanexar uma subscrição"
|
|
8445
|
-
|
|
8446
8182
|
msgid "Unfiltered params array: %s."
|
|
8447
8183
|
msgstr "Matriz de parâmetros não filtrada: %s."
|
|
8448
8184
|
|
|
@@ -8554,27 +8290,15 @@ msgstr "Atualizar um ambiente em uma organização"
|
|
|
8554
8290
|
msgid "Update content counts for the smart proxy"
|
|
8555
8291
|
msgstr ""
|
|
8556
8292
|
|
|
8557
|
-
msgid "Update content urls"
|
|
8558
|
-
msgstr ""
|
|
8559
|
-
|
|
8560
8293
|
msgid "Update content view environments for host"
|
|
8561
8294
|
msgstr ""
|
|
8562
8295
|
|
|
8563
8296
|
msgid "Update content view environments for host %s"
|
|
8564
8297
|
msgstr ""
|
|
8565
8298
|
|
|
8566
|
-
msgid "Update distributions"
|
|
8567
|
-
msgstr ""
|
|
8568
|
-
|
|
8569
8299
|
msgid "Update hosts manually"
|
|
8570
8300
|
msgstr ""
|
|
8571
8301
|
|
|
8572
|
-
msgid "Update http proxy"
|
|
8573
|
-
msgstr ""
|
|
8574
|
-
|
|
8575
|
-
msgid "Update http proxy details"
|
|
8576
|
-
msgstr ""
|
|
8577
|
-
|
|
8578
8302
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8579
8303
|
msgstr "Atualizar pacotes instalados, repositórios habilitados, inventário de módulos"
|
|
8580
8304
|
|
|
@@ -8590,21 +8314,12 @@ msgstr "Atualizar pacote via interface do Katello"
|
|
|
8590
8314
|
msgid "Update packages via Katello interface"
|
|
8591
8315
|
msgstr ""
|
|
8592
8316
|
|
|
8593
|
-
msgid "Update redhat repository"
|
|
8594
|
-
msgstr ""
|
|
8595
|
-
|
|
8596
8317
|
msgid "Update release version for host"
|
|
8597
8318
|
msgstr "Atualizar versão do host"
|
|
8598
8319
|
|
|
8599
8320
|
msgid "Update release version for host %s"
|
|
8600
8321
|
msgstr "Atualizar versão do host"
|
|
8601
8322
|
|
|
8602
|
-
msgid "Update remote"
|
|
8603
|
-
msgstr ""
|
|
8604
|
-
|
|
8605
|
-
msgid "Update repository"
|
|
8606
|
-
msgstr ""
|
|
8607
|
-
|
|
8608
8323
|
msgid "Update services requiring restart"
|
|
8609
8324
|
msgstr "Atualizar serviços que exigem reinicialização"
|
|
8610
8325
|
|
|
@@ -8695,12 +8410,6 @@ msgstr "Carregar uma parte do conteúdo do arquivo"
|
|
|
8695
8410
|
msgid "Upload a subscription manifest"
|
|
8696
8411
|
msgstr "Carregar um manifesto da subscrição"
|
|
8697
8412
|
|
|
8698
|
-
msgid "Upload content"
|
|
8699
|
-
msgstr ""
|
|
8700
|
-
|
|
8701
|
-
msgid "Upload file"
|
|
8702
|
-
msgstr ""
|
|
8703
|
-
|
|
8704
8413
|
msgid "Upload into"
|
|
8705
8414
|
msgstr "Carregar em"
|
|
8706
8415
|
|
|
@@ -8710,9 +8419,6 @@ msgstr ""
|
|
|
8710
8419
|
msgid "Upload request id"
|
|
8711
8420
|
msgstr "Carregar ID de requisição"
|
|
8712
8421
|
|
|
8713
|
-
msgid "Upload tag"
|
|
8714
|
-
msgstr ""
|
|
8715
|
-
|
|
8716
8422
|
msgid "Upstream Candlepin"
|
|
8717
8423
|
msgstr ""
|
|
8718
8424
|
|
|
@@ -8827,12 +8533,12 @@ msgstr ""
|
|
|
8827
8533
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
|
8828
8534
|
msgstr "O valor deve ser booleano ou 'padrão' para 'habilitado'"
|
|
8829
8535
|
|
|
8536
|
+
msgid "Verify Content Checksum"
|
|
8537
|
+
msgstr ""
|
|
8538
|
+
|
|
8830
8539
|
msgid "Verify SSL"
|
|
8831
8540
|
msgstr "Verifique o SSL"
|
|
8832
8541
|
|
|
8833
|
-
msgid "Verify checksum"
|
|
8834
|
-
msgstr ""
|
|
8835
|
-
|
|
8836
8542
|
msgid "Verify checksum for content on smart proxy"
|
|
8837
8543
|
msgstr ""
|
|
8838
8544
|
|
|
@@ -8914,6 +8620,9 @@ msgstr ""
|
|
|
8914
8620
|
msgid "View by"
|
|
8915
8621
|
msgstr ""
|
|
8916
8622
|
|
|
8623
|
+
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."
|
|
8624
|
+
msgstr ""
|
|
8625
|
+
|
|
8917
8626
|
msgid "View content views"
|
|
8918
8627
|
msgstr ""
|
|
8919
8628
|
|
|
@@ -9202,9 +8911,6 @@ msgstr ""
|
|
|
9202
8911
|
msgid "attempted to sync without a feed URL"
|
|
9203
8912
|
msgstr "tentativa de sincronizar sem um URL do feed"
|
|
9204
8913
|
|
|
9205
|
-
msgid "auto attach subscriptions upon registration"
|
|
9206
|
-
msgstr "Anexar automaticamente as subscrições após registro"
|
|
9207
|
-
|
|
9208
8914
|
msgid "base url to perform repo discovery on"
|
|
9209
8915
|
msgstr "url base onde realizar a descoberta do repo"
|
|
9210
8916
|
|
|
@@ -9841,9 +9547,6 @@ msgstr "especifica se o conteúdo deve ser incluído ou excluído, padrão: incl
|
|
|
9841
9547
|
msgid "start datetime of synchronization"
|
|
9842
9548
|
msgstr "iniciar datetime da sincronização"
|
|
9843
9549
|
|
|
9844
|
-
msgid "subscriptions not specified"
|
|
9845
|
-
msgstr "subscrições não especificadas"
|
|
9846
|
-
|
|
9847
9550
|
msgid "sync plan description"
|
|
9848
9551
|
msgstr "descrição do plano de sinc"
|
|
9849
9552
|
|