katello 4.18.1 → 4.19.0.rc2
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 +379 -109
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ca/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/cs/katello.js +380 -110
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +382 -112
- data/app/assets/javascripts/katello/locale/de/katello.js +385 -115
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/el/katello.js +380 -110
- data/app/assets/javascripts/katello/locale/en/katello.js +380 -110
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/en_US/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/es/katello.js +383 -113
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/fr/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/gl/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/gu/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/hi/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/id/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/it/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ja/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/ka/katello.js +385 -115
- data/app/assets/javascripts/katello/locale/kn/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ko/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/mr/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/or/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pa/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pl/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pt/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +383 -113
- data/app/assets/javascripts/katello/locale/ro/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ru/katello.js +381 -111
- data/app/assets/javascripts/katello/locale/sl/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ta/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/te/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/tr/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/vi/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/zh/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +381 -111
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +41 -12
- 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_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/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/api/v2/hosts_controller_extensions.rb +10 -0
- 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/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 -10
- 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 +5 -4
- 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/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 +41 -16
- 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/bn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +12 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +10 -0
- data/lib/katello/permission_creator.rb +2 -2
- data/lib/katello/permissions/host_permissions.rb +0 -6
- data/lib/katello/plugin.rb +17 -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/action_names.rb +0 -6
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +379 -109
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +379 -109
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +379 -109
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +380 -111
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +382 -112
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +386 -116
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +379 -109
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +379 -109
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +381 -111
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +380 -111
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +379 -109
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +379 -109
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +383 -113
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +379 -109
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +389 -119
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +379 -109
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +379 -109
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +379 -109
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +379 -109
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +379 -109
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +379 -109
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +390 -119
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +385 -115
- data/locale/katello.pot +1273 -831
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +379 -109
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +389 -119
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +379 -109
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +379 -109
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +379 -109
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +379 -109
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +379 -109
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +379 -109
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +379 -109
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +379 -109
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +383 -113
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +379 -109
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +379 -109
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +381 -111
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +379 -109
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +379 -109
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +379 -109
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +379 -109
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +379 -109
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +379 -109
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +379 -109
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +379 -109
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +379 -109
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +389 -119
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +381 -111
- data/webpack/ForemanColumnExtensions/index.js +46 -2
- 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/02_BulkErrataTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +11 -4
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +8 -1
- 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/SubscriptionReducer.js +15 -5
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +22 -5
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +141 -0
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
- metadata +82 -56
- 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/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.rc1\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"
|
|
@@ -123,6 +123,9 @@ msgstr ""
|
|
|
123
123
|
msgid "${selectedContentType} will appear here when created."
|
|
124
124
|
msgstr ""
|
|
125
125
|
|
|
126
|
+
msgid "${totalCount} labels and annotations"
|
|
127
|
+
msgstr ""
|
|
128
|
+
|
|
126
129
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
127
130
|
msgstr "%s %s tem %s Hosts e %s Hostgroups que precisarão ser reassociados pós deleção. Excluir %s?"
|
|
128
131
|
|
|
@@ -462,9 +465,6 @@ msgstr ""
|
|
|
462
465
|
msgid "A remote execution job is in progress."
|
|
463
466
|
msgstr ""
|
|
464
467
|
|
|
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
468
|
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
469
|
msgstr ""
|
|
470
470
|
|
|
@@ -480,6 +480,9 @@ msgstr ""
|
|
|
480
480
|
msgid "About page"
|
|
481
481
|
msgstr ""
|
|
482
482
|
|
|
483
|
+
msgid "Abstract async task"
|
|
484
|
+
msgstr ""
|
|
485
|
+
|
|
483
486
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
484
487
|
msgstr ""
|
|
485
488
|
|
|
@@ -567,12 +570,15 @@ msgstr ""
|
|
|
567
570
|
msgid "Add RPM rule"
|
|
568
571
|
msgstr ""
|
|
569
572
|
|
|
573
|
+
msgid "Add Red Hat Flatpak remote"
|
|
574
|
+
msgstr ""
|
|
575
|
+
|
|
576
|
+
msgid "Add Red Hat flatpak remote"
|
|
577
|
+
msgstr ""
|
|
578
|
+
|
|
570
579
|
msgid "Add Subscriptions"
|
|
571
580
|
msgstr "Adicionar subscrições"
|
|
572
581
|
|
|
573
|
-
msgid "Add a subscription to a host"
|
|
574
|
-
msgstr "Adicionar uma subscrição a um host"
|
|
575
|
-
|
|
576
582
|
msgid "Add an alternate content source"
|
|
577
583
|
msgstr ""
|
|
578
584
|
|
|
@@ -624,6 +630,9 @@ msgstr ""
|
|
|
624
630
|
msgid "Add repositories with package groups to content view to select them here."
|
|
625
631
|
msgstr ""
|
|
626
632
|
|
|
633
|
+
msgid "Add rolling repo clone"
|
|
634
|
+
msgstr ""
|
|
635
|
+
|
|
627
636
|
msgid "Add rule"
|
|
628
637
|
msgstr ""
|
|
629
638
|
|
|
@@ -636,21 +645,24 @@ msgstr ""
|
|
|
636
645
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
|
637
646
|
msgstr "Adicionar subscrições consumidas por um manifesto do Red Hat Subscription Management"
|
|
638
647
|
|
|
639
|
-
msgid "Add subscriptions to one or more hosts"
|
|
640
|
-
msgstr "Adicionar subscrições a um ou mais hosts"
|
|
641
|
-
|
|
642
648
|
msgid "Add subscriptions using the Add Subscriptions button."
|
|
643
649
|
msgstr ""
|
|
644
650
|
|
|
645
651
|
msgid "Add to a host collection"
|
|
646
652
|
msgstr ""
|
|
647
653
|
|
|
654
|
+
msgid "Add to host collections"
|
|
655
|
+
msgstr ""
|
|
656
|
+
|
|
648
657
|
msgid "Added"
|
|
649
658
|
msgstr ""
|
|
650
659
|
|
|
651
660
|
msgid "Added %s"
|
|
652
661
|
msgstr ""
|
|
653
662
|
|
|
663
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
664
|
+
msgstr ""
|
|
665
|
+
|
|
654
666
|
msgid "Added Content:"
|
|
655
667
|
msgstr "Conteúdo adicionado:"
|
|
656
668
|
|
|
@@ -693,6 +705,9 @@ msgstr "Todas erratas aplicadas "
|
|
|
693
705
|
msgid "All errata up-to-date"
|
|
694
706
|
msgstr ""
|
|
695
707
|
|
|
708
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
709
|
+
msgstr ""
|
|
710
|
+
|
|
696
711
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
697
712
|
msgstr ""
|
|
698
713
|
|
|
@@ -780,6 +795,9 @@ msgid ""
|
|
|
780
795
|
"%{error_message}"
|
|
781
796
|
msgstr ""
|
|
782
797
|
|
|
798
|
+
msgid "An error occurred while updating host collections"
|
|
799
|
+
msgstr ""
|
|
800
|
+
|
|
783
801
|
msgid "An option to specify how many ostree commits to traverse."
|
|
784
802
|
msgstr ""
|
|
785
803
|
|
|
@@ -912,12 +930,6 @@ msgstr "Matriz de IDs de pool de local. Apenas pools com origem upstream são ac
|
|
|
912
930
|
msgid "Array of pools to add"
|
|
913
931
|
msgstr "Matriz de pools para adicionar"
|
|
914
932
|
|
|
915
|
-
msgid "Array of subscriptions to add"
|
|
916
|
-
msgstr "Matriz de subscrições a adicionar"
|
|
917
|
-
|
|
918
|
-
msgid "Array of subscriptions to remove"
|
|
919
|
-
msgstr "Matriz de subscrições a serem removidas "
|
|
920
|
-
|
|
921
933
|
msgid "Array of uploads to import"
|
|
922
934
|
msgstr "Matriz de carregamentos para importar"
|
|
923
935
|
|
|
@@ -975,15 +987,6 @@ msgstr ""
|
|
|
975
987
|
msgid "At least one organization must exist."
|
|
976
988
|
msgstr "Deve existir ao menos uma organização"
|
|
977
989
|
|
|
978
|
-
msgid "Attach a subscription"
|
|
979
|
-
msgstr "Anexar uma subscrição"
|
|
980
|
-
|
|
981
|
-
msgid "Attach subscriptions"
|
|
982
|
-
msgstr "Anexar subscrições"
|
|
983
|
-
|
|
984
|
-
msgid "Attach subscriptions to %s"
|
|
985
|
-
msgstr "Anexar subscrições a %s"
|
|
986
|
-
|
|
987
990
|
msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
|
|
988
991
|
msgstr "Tentativa de destruir o consumidor %s do candlepin, mas o consumidor não existe no candlepin"
|
|
989
992
|
|
|
@@ -1083,6 +1086,9 @@ msgstr "Adicionar esta pesquisa a um marcador"
|
|
|
1083
1086
|
msgid "Bookmarks marked as public are available to all users"
|
|
1084
1087
|
msgstr ""
|
|
1085
1088
|
|
|
1089
|
+
msgid "Bootable"
|
|
1090
|
+
msgstr ""
|
|
1091
|
+
|
|
1086
1092
|
msgid "Bootc rollback via Bootc interface"
|
|
1087
1093
|
msgstr ""
|
|
1088
1094
|
|
|
@@ -1095,6 +1101,9 @@ msgstr ""
|
|
|
1095
1101
|
msgid "Bootc upgrade via Bootc interface"
|
|
1096
1102
|
msgstr ""
|
|
1097
1103
|
|
|
1104
|
+
msgid "Booted"
|
|
1105
|
+
msgstr ""
|
|
1106
|
+
|
|
1098
1107
|
msgid "Booted Container Images"
|
|
1099
1108
|
msgstr ""
|
|
1100
1109
|
|
|
@@ -1404,6 +1413,9 @@ msgstr ""
|
|
|
1404
1413
|
msgid "Change content view environments"
|
|
1405
1414
|
msgstr ""
|
|
1406
1415
|
|
|
1416
|
+
msgid "Change host collections"
|
|
1417
|
+
msgstr ""
|
|
1418
|
+
|
|
1407
1419
|
msgid "Change host content source"
|
|
1408
1420
|
msgstr ""
|
|
1409
1421
|
|
|
@@ -1491,6 +1503,9 @@ msgstr ""
|
|
|
1491
1503
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1492
1504
|
msgstr ""
|
|
1493
1505
|
|
|
1506
|
+
msgid "Commit upload"
|
|
1507
|
+
msgstr ""
|
|
1508
|
+
|
|
1494
1509
|
msgid "Compare"
|
|
1495
1510
|
msgstr ""
|
|
1496
1511
|
|
|
@@ -1563,6 +1578,9 @@ msgstr ""
|
|
|
1563
1578
|
msgid "Container image tags"
|
|
1564
1579
|
msgstr ""
|
|
1565
1580
|
|
|
1581
|
+
msgid "Container images"
|
|
1582
|
+
msgstr ""
|
|
1583
|
+
|
|
1566
1584
|
msgid "Container manifest lists"
|
|
1567
1585
|
msgstr ""
|
|
1568
1586
|
|
|
@@ -1842,15 +1860,27 @@ msgstr ""
|
|
|
1842
1860
|
msgid "Copy"
|
|
1843
1861
|
msgstr ""
|
|
1844
1862
|
|
|
1863
|
+
msgid "Copy all units"
|
|
1864
|
+
msgstr ""
|
|
1865
|
+
|
|
1845
1866
|
msgid "Copy an activation key"
|
|
1846
1867
|
msgstr "Copiar uma chave de ativação"
|
|
1847
1868
|
|
|
1869
|
+
msgid "Copy content"
|
|
1870
|
+
msgstr ""
|
|
1871
|
+
|
|
1848
1872
|
msgid "Copy content view"
|
|
1849
1873
|
msgstr ""
|
|
1850
1874
|
|
|
1851
1875
|
msgid "Copy to clipboard"
|
|
1852
1876
|
msgstr "Copiar para área de transferência"
|
|
1853
1877
|
|
|
1878
|
+
msgid "Copy version"
|
|
1879
|
+
msgstr ""
|
|
1880
|
+
|
|
1881
|
+
msgid "Copy version units to library"
|
|
1882
|
+
msgstr ""
|
|
1883
|
+
|
|
1854
1884
|
msgid "Cores per socket"
|
|
1855
1885
|
msgstr "Núcleos por soquete"
|
|
1856
1886
|
|
|
@@ -2064,22 +2094,34 @@ msgstr ""
|
|
|
2064
2094
|
msgid "Create content view"
|
|
2065
2095
|
msgstr ""
|
|
2066
2096
|
|
|
2097
|
+
msgid "Create exporter"
|
|
2098
|
+
msgstr ""
|
|
2099
|
+
|
|
2067
2100
|
msgid "Create filter"
|
|
2068
2101
|
msgstr ""
|
|
2069
2102
|
|
|
2070
2103
|
msgid "Create host collection"
|
|
2071
2104
|
msgstr ""
|
|
2072
2105
|
|
|
2106
|
+
msgid "Create import"
|
|
2107
|
+
msgstr ""
|
|
2108
|
+
|
|
2109
|
+
msgid "Create importer"
|
|
2110
|
+
msgstr ""
|
|
2111
|
+
|
|
2073
2112
|
msgid "Create new activation key"
|
|
2074
2113
|
msgstr ""
|
|
2075
2114
|
|
|
2076
2115
|
msgid "Create organization"
|
|
2077
2116
|
msgstr "Criar organização"
|
|
2078
2117
|
|
|
2079
|
-
msgid "Create
|
|
2118
|
+
msgid "Create publication"
|
|
2080
2119
|
msgstr ""
|
|
2081
2120
|
|
|
2082
|
-
msgid "Create
|
|
2121
|
+
msgid "Create remote"
|
|
2122
|
+
msgstr ""
|
|
2123
|
+
|
|
2124
|
+
msgid "Creation"
|
|
2083
2125
|
msgstr ""
|
|
2084
2126
|
|
|
2085
2127
|
msgid "Credentials"
|
|
@@ -2343,12 +2385,36 @@ msgstr ""
|
|
|
2343
2385
|
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."
|
|
2344
2386
|
msgstr ""
|
|
2345
2387
|
|
|
2388
|
+
msgid "Delete distributions"
|
|
2389
|
+
msgstr ""
|
|
2390
|
+
|
|
2346
2391
|
msgid "Delete manifest from Red Hat provider"
|
|
2347
2392
|
msgstr "Remover manifesto do provedor da Red Hat"
|
|
2348
2393
|
|
|
2349
2394
|
msgid "Delete multiple filters from a content view"
|
|
2350
2395
|
msgstr ""
|
|
2351
2396
|
|
|
2397
|
+
msgid "Delete orphan alternate content sources"
|
|
2398
|
+
msgstr ""
|
|
2399
|
+
|
|
2400
|
+
msgid "Delete orphan distributions"
|
|
2401
|
+
msgstr ""
|
|
2402
|
+
|
|
2403
|
+
msgid "Delete orphan remotes"
|
|
2404
|
+
msgstr ""
|
|
2405
|
+
|
|
2406
|
+
msgid "Delete orphan repository versions"
|
|
2407
|
+
msgstr ""
|
|
2408
|
+
|
|
2409
|
+
msgid "Delete orphaned migrated repositories"
|
|
2410
|
+
msgstr ""
|
|
2411
|
+
|
|
2412
|
+
msgid "Delete remote"
|
|
2413
|
+
msgstr ""
|
|
2414
|
+
|
|
2415
|
+
msgid "Delete repository references"
|
|
2416
|
+
msgstr ""
|
|
2417
|
+
|
|
2352
2418
|
msgid "Delete version"
|
|
2353
2419
|
msgstr ""
|
|
2354
2420
|
|
|
@@ -2448,6 +2514,12 @@ msgstr "Destruir um ambiente "
|
|
|
2448
2514
|
msgid "Destroy an environment in an organization"
|
|
2449
2515
|
msgstr "Destruir um ambiente em uma organização "
|
|
2450
2516
|
|
|
2517
|
+
msgid "Destroy exporter"
|
|
2518
|
+
msgstr ""
|
|
2519
|
+
|
|
2520
|
+
msgid "Destroy importer"
|
|
2521
|
+
msgstr ""
|
|
2522
|
+
|
|
2451
2523
|
msgid "Destroy one or more alternate content sources"
|
|
2452
2524
|
msgstr ""
|
|
2453
2525
|
|
|
@@ -2481,9 +2553,6 @@ msgstr "Desabilitar"
|
|
|
2481
2553
|
msgid "Disable Red Hat Insights."
|
|
2482
2554
|
msgstr "Desabilitar o Red Hat Insights."
|
|
2483
2555
|
|
|
2484
|
-
msgid "Disable Simple Content Access"
|
|
2485
|
-
msgstr "Desabilitar o acesso a conteúdo simples"
|
|
2486
|
-
|
|
2487
2556
|
msgid "Disable a repository from the set"
|
|
2488
2557
|
msgstr "Desabilitar um repositório do conjunto"
|
|
2489
2558
|
|
|
@@ -2496,6 +2565,9 @@ msgstr "Desativado"
|
|
|
2496
2565
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2497
2566
|
msgstr ""
|
|
2498
2567
|
|
|
2568
|
+
msgid "Discover"
|
|
2569
|
+
msgstr ""
|
|
2570
|
+
|
|
2499
2571
|
msgid "Discover Repositories"
|
|
2500
2572
|
msgstr "Descobrir Repositórios "
|
|
2501
2573
|
|
|
@@ -2547,6 +2619,9 @@ msgstr "AVISO DE ERRATA(S)"
|
|
|
2547
2619
|
msgid "Edit"
|
|
2548
2620
|
msgstr "Editar"
|
|
2549
2621
|
|
|
2622
|
+
msgid "Edit DEB rule"
|
|
2623
|
+
msgstr ""
|
|
2624
|
+
|
|
2550
2625
|
msgid "Edit Flatpak Remote"
|
|
2551
2626
|
msgstr ""
|
|
2552
2627
|
|
|
@@ -2574,9 +2649,6 @@ msgstr ""
|
|
|
2574
2649
|
msgid "Edit filter rule"
|
|
2575
2650
|
msgstr ""
|
|
2576
2651
|
|
|
2577
|
-
msgid "Edit package filter rule"
|
|
2578
|
-
msgstr ""
|
|
2579
|
-
|
|
2580
2652
|
msgid "Edit products"
|
|
2581
2653
|
msgstr ""
|
|
2582
2654
|
|
|
@@ -2619,9 +2691,6 @@ msgstr "Habilitar"
|
|
|
2619
2691
|
msgid "Enable Red Hat repositories"
|
|
2620
2692
|
msgstr ""
|
|
2621
2693
|
|
|
2622
|
-
msgid "Enable Simple Content Access"
|
|
2623
|
-
msgstr "Habilitar acesso a conteúdo simples"
|
|
2624
|
-
|
|
2625
2694
|
msgid "Enable Tracer"
|
|
2626
2695
|
msgstr ""
|
|
2627
2696
|
|
|
@@ -2634,9 +2703,6 @@ msgstr "Ativar um repositório do conjunto "
|
|
|
2634
2703
|
msgid "Enable repository sets"
|
|
2635
2704
|
msgstr ""
|
|
2636
2705
|
|
|
2637
|
-
msgid "Enable structured APT for deb content"
|
|
2638
|
-
msgstr ""
|
|
2639
|
-
|
|
2640
2706
|
msgid "Enable/Disable auto publish of composite view"
|
|
2641
2707
|
msgstr "Habilitar/desabilitar a publicação automática de coleção de visualização"
|
|
2642
2708
|
|
|
@@ -2697,6 +2763,9 @@ msgstr "IDs de Ambiente"
|
|
|
2697
2763
|
msgid "Environment cannot be in its own promotion path"
|
|
2698
2764
|
msgstr "O Ambiente não pode estar em seu próprio caminho de promoção"
|
|
2699
2765
|
|
|
2766
|
+
msgid "Environment contents refresh"
|
|
2767
|
+
msgstr ""
|
|
2768
|
+
|
|
2700
2769
|
msgid "Environment identifier"
|
|
2701
2770
|
msgstr "Identificador de ambiente"
|
|
2702
2771
|
|
|
@@ -2736,6 +2805,9 @@ msgstr ""
|
|
|
2736
2805
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2737
2806
|
msgstr "ID de Errata da erratum (RHSA-2012: 108) "
|
|
2738
2807
|
|
|
2808
|
+
msgid "Errata mail"
|
|
2809
|
+
msgstr ""
|
|
2810
|
+
|
|
2739
2811
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2740
2812
|
msgstr ""
|
|
2741
2813
|
|
|
@@ -2901,6 +2973,9 @@ msgstr "Busque os fluxos de módulos disponíveis para os hosts."
|
|
|
2901
2973
|
msgid "Fetch installable errata for one or more hosts."
|
|
2902
2974
|
msgstr "Busque as erratas instaláveis para um ou mais hosts."
|
|
2903
2975
|
|
|
2976
|
+
msgid "Fetch pxe files"
|
|
2977
|
+
msgstr ""
|
|
2978
|
+
|
|
2904
2979
|
msgid "Fetch traces for one or more hosts"
|
|
2905
2980
|
msgstr "Buscar rastreamentos para um ou mais hosts"
|
|
2906
2981
|
|
|
@@ -2994,6 +3069,9 @@ msgstr "Filtrar versões por número de versões"
|
|
|
2994
3069
|
msgid "Filter versions that are components in the specified composite version"
|
|
2995
3070
|
msgstr "Filtrar versões que sejam componentes na coleção de versão especificada"
|
|
2996
3071
|
|
|
3072
|
+
msgid "Filtered index content"
|
|
3073
|
+
msgstr ""
|
|
3074
|
+
|
|
2997
3075
|
msgid "Filters"
|
|
2998
3076
|
msgstr "Filtros"
|
|
2999
3077
|
|
|
@@ -3015,6 +3093,9 @@ msgstr ""
|
|
|
3015
3093
|
msgid "Finished"
|
|
3016
3094
|
msgstr "Concluído"
|
|
3017
3095
|
|
|
3096
|
+
msgid "Flatpak"
|
|
3097
|
+
msgstr ""
|
|
3098
|
+
|
|
3018
3099
|
msgid "Flatpak Remote ${name} created"
|
|
3019
3100
|
msgstr ""
|
|
3020
3101
|
|
|
@@ -3109,9 +3190,15 @@ msgstr ""
|
|
|
3109
3190
|
msgid "Generate host applicability"
|
|
3110
3191
|
msgstr "Gerar aplicabilidade de host"
|
|
3111
3192
|
|
|
3193
|
+
msgid "Generate metadata"
|
|
3194
|
+
msgstr ""
|
|
3195
|
+
|
|
3112
3196
|
msgid "Generate repository applicability"
|
|
3113
3197
|
msgstr "Gerar aplicabilidade de repositório"
|
|
3114
3198
|
|
|
3199
|
+
msgid "Generate username and password"
|
|
3200
|
+
msgstr ""
|
|
3201
|
+
|
|
3115
3202
|
msgid "Generated"
|
|
3116
3203
|
msgstr ""
|
|
3117
3204
|
|
|
@@ -3346,6 +3433,12 @@ msgstr ""
|
|
|
3346
3433
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3347
3434
|
msgstr "Como encomendar os resultados classificados (por exemplo ASC para ascendente) "
|
|
3348
3435
|
|
|
3436
|
+
msgid "Hypervisors"
|
|
3437
|
+
msgstr ""
|
|
3438
|
+
|
|
3439
|
+
msgid "Hypervisors update"
|
|
3440
|
+
msgstr ""
|
|
3441
|
+
|
|
3349
3442
|
msgid "ID"
|
|
3350
3443
|
msgstr "ID"
|
|
3351
3444
|
|
|
@@ -3534,12 +3627,6 @@ msgstr ""
|
|
|
3534
3627
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3535
3628
|
msgstr ""
|
|
3536
3629
|
|
|
3537
|
-
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'."
|
|
3538
|
-
msgstr ""
|
|
3539
|
-
|
|
3540
|
-
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
|
3541
|
-
msgstr "Se especificado, remova a primeira instância de uma subscrição com quantidade e ID correspondentes "
|
|
3542
|
-
|
|
3543
3630
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3544
3631
|
msgstr ""
|
|
3545
3632
|
|
|
@@ -3669,6 +3756,9 @@ msgstr ""
|
|
|
3669
3756
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3670
3757
|
msgstr ""
|
|
3671
3758
|
|
|
3759
|
+
msgid "Import migration"
|
|
3760
|
+
msgstr ""
|
|
3761
|
+
|
|
3672
3762
|
msgid "Import new manifest"
|
|
3673
3763
|
msgstr ""
|
|
3674
3764
|
|
|
@@ -3678,6 +3768,12 @@ msgstr ""
|
|
|
3678
3768
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3679
3769
|
msgstr ""
|
|
3680
3770
|
|
|
3771
|
+
msgid "Import repository upload"
|
|
3772
|
+
msgstr ""
|
|
3773
|
+
|
|
3774
|
+
msgid "Import upload"
|
|
3775
|
+
msgstr ""
|
|
3776
|
+
|
|
3681
3777
|
msgid "Import uploads into a repository"
|
|
3682
3778
|
msgstr "Importar carregamentos para um repositório"
|
|
3683
3779
|
|
|
@@ -3744,6 +3840,9 @@ msgstr "Atualização Adicional"
|
|
|
3744
3840
|
msgid "Incremental Update incomplete."
|
|
3745
3841
|
msgstr "Atualização Adicional incompleta"
|
|
3746
3842
|
|
|
3843
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3844
|
+
msgstr ""
|
|
3845
|
+
|
|
3747
3846
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3748
3847
|
msgstr "Atualização incremental de versão(ões) da Exibição de Conteúdo. "
|
|
3749
3848
|
|
|
@@ -3756,12 +3855,27 @@ msgstr "A atualização incremental requer pelo menos uma unidade de conteúdo"
|
|
|
3756
3855
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3757
3856
|
msgstr "Atualização incremental especificada para a versão composta %{name} %{version} , mas nenhum componente atualizado."
|
|
3758
3857
|
|
|
3858
|
+
msgid "Index content"
|
|
3859
|
+
msgstr ""
|
|
3860
|
+
|
|
3861
|
+
msgid "Index errata"
|
|
3862
|
+
msgstr ""
|
|
3863
|
+
|
|
3864
|
+
msgid "Index module streams"
|
|
3865
|
+
msgstr ""
|
|
3866
|
+
|
|
3867
|
+
msgid "Index package groups"
|
|
3868
|
+
msgstr ""
|
|
3869
|
+
|
|
3759
3870
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3760
3871
|
msgstr "Tipo Informável deve ser um dos seguintes [ %{list} ]"
|
|
3761
3872
|
|
|
3762
3873
|
msgid "Inherit from Repository"
|
|
3763
3874
|
msgstr "Herdar de repositório"
|
|
3764
3875
|
|
|
3876
|
+
msgid "Initialize"
|
|
3877
|
+
msgstr ""
|
|
3878
|
+
|
|
3765
3879
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3766
3880
|
msgstr "Iniciar sincronização dos produtos anexados ao plano de sincronização "
|
|
3767
3881
|
|
|
@@ -3837,9 +3951,15 @@ msgstr "Instalando Grupo de Pacote..."
|
|
|
3837
3951
|
msgid "Installing Package..."
|
|
3838
3952
|
msgstr "Instalando Pacotes..."
|
|
3839
3953
|
|
|
3954
|
+
msgid "Instance update"
|
|
3955
|
+
msgstr ""
|
|
3956
|
+
|
|
3840
3957
|
msgid "Instance-based"
|
|
3841
3958
|
msgstr "Baseado em instância"
|
|
3842
3959
|
|
|
3960
|
+
msgid "Insufficient space for selected hosts"
|
|
3961
|
+
msgstr ""
|
|
3962
|
+
|
|
3843
3963
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3844
3964
|
msgstr "Interpretar objetos especificados para retornar somente as Coleções de Hosts que podem ser associadas com os objetos especificados. Somente 'host' possui suporte. "
|
|
3845
3965
|
|
|
@@ -3963,6 +4083,9 @@ msgstr ""
|
|
|
3963
4083
|
msgid "It's not possible to promote a rolling content view."
|
|
3964
4084
|
msgstr ""
|
|
3965
4085
|
|
|
4086
|
+
msgid "It's not possible to provide environment_ids for anything other than a rolling content view."
|
|
4087
|
+
msgstr ""
|
|
4088
|
+
|
|
3966
4089
|
msgid "It's not possible to publish a rolling content view."
|
|
3967
4090
|
msgstr ""
|
|
3968
4091
|
|
|
@@ -4071,6 +4194,15 @@ msgstr ""
|
|
|
4071
4194
|
msgid "Label of the flatpak remote"
|
|
4072
4195
|
msgstr ""
|
|
4073
4196
|
|
|
4197
|
+
msgid "Labels"
|
|
4198
|
+
msgstr ""
|
|
4199
|
+
|
|
4200
|
+
msgid "Labels and annotations"
|
|
4201
|
+
msgstr ""
|
|
4202
|
+
|
|
4203
|
+
msgid "Labels | Annotations"
|
|
4204
|
+
msgstr ""
|
|
4205
|
+
|
|
4074
4206
|
msgid "Last check-in:"
|
|
4075
4207
|
msgstr ""
|
|
4076
4208
|
|
|
@@ -4173,6 +4305,9 @@ msgstr ""
|
|
|
4173
4305
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4174
4306
|
msgstr "Os ambientes de ciclo de vida não podem ser modificados no proxy inteligente padrão. O conteúdo de todos os ambientes de ciclo de vida existirá neste proxy inteligente."
|
|
4175
4307
|
|
|
4308
|
+
msgid "Limit"
|
|
4309
|
+
msgstr ""
|
|
4310
|
+
|
|
4176
4311
|
msgid "Limit actions to content in the host's environment."
|
|
4177
4312
|
msgstr ""
|
|
4178
4313
|
|
|
@@ -4362,6 +4497,9 @@ msgstr "Lista de IDs de host para substituir os hosts na coleção de hosts"
|
|
|
4362
4497
|
msgid "List of hypervisor guest uuids"
|
|
4363
4498
|
msgstr "Lista de uuids de convidados do hipervisor"
|
|
4364
4499
|
|
|
4500
|
+
msgid "List of lifecycle environments for rolling content views"
|
|
4501
|
+
msgstr ""
|
|
4502
|
+
|
|
4365
4503
|
msgid "List of package group names (Deprecated)"
|
|
4366
4504
|
msgstr ""
|
|
4367
4505
|
|
|
@@ -4500,12 +4638,18 @@ msgstr ""
|
|
|
4500
4638
|
msgid "Manifest"
|
|
4501
4639
|
msgstr "Manifesto"
|
|
4502
4640
|
|
|
4641
|
+
msgid "Manifest Details"
|
|
4642
|
+
msgstr ""
|
|
4643
|
+
|
|
4503
4644
|
msgid "Manifest History"
|
|
4504
4645
|
msgstr "Histórico do manifesto"
|
|
4505
4646
|
|
|
4506
4647
|
msgid "Manifest deleted"
|
|
4507
4648
|
msgstr "Manifesto excluído"
|
|
4508
4649
|
|
|
4650
|
+
msgid "Manifest digest"
|
|
4651
|
+
msgstr ""
|
|
4652
|
+
|
|
4509
4653
|
msgid "Manifest does not have a valid subscription"
|
|
4510
4654
|
msgstr ""
|
|
4511
4655
|
|
|
@@ -4590,6 +4734,9 @@ msgstr "Mensagem"
|
|
|
4590
4734
|
msgid "Messaging connection"
|
|
4591
4735
|
msgstr "Conexão de mensagem"
|
|
4592
4736
|
|
|
4737
|
+
msgid "Metadata generate"
|
|
4738
|
+
msgstr ""
|
|
4739
|
+
|
|
4593
4740
|
msgid ""
|
|
4594
4741
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4595
4742
|
"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."
|
|
@@ -4628,6 +4775,9 @@ msgstr "Modelar"
|
|
|
4628
4775
|
msgid "Moderate"
|
|
4629
4776
|
msgstr "Moderado"
|
|
4630
4777
|
|
|
4778
|
+
msgid "Modified"
|
|
4779
|
+
msgstr ""
|
|
4780
|
+
|
|
4631
4781
|
msgid "Modify via remote execution"
|
|
4632
4782
|
msgstr ""
|
|
4633
4783
|
|
|
@@ -4655,6 +4805,15 @@ msgstr ""
|
|
|
4655
4805
|
msgid "Multi Content View Environment"
|
|
4656
4806
|
msgstr ""
|
|
4657
4807
|
|
|
4808
|
+
msgid "Multi copy all units"
|
|
4809
|
+
msgstr ""
|
|
4810
|
+
|
|
4811
|
+
msgid "Multi copy content"
|
|
4812
|
+
msgstr ""
|
|
4813
|
+
|
|
4814
|
+
msgid "Multi copy units"
|
|
4815
|
+
msgstr ""
|
|
4816
|
+
|
|
4658
4817
|
msgid "Multi-entitlement"
|
|
4659
4818
|
msgstr "Direitos múltiplos"
|
|
4660
4819
|
|
|
@@ -4955,6 +5114,9 @@ msgstr ""
|
|
|
4955
5114
|
msgid "No items have been specified."
|
|
4956
5115
|
msgstr ""
|
|
4957
5116
|
|
|
5117
|
+
msgid "No labels"
|
|
5118
|
+
msgstr ""
|
|
5119
|
+
|
|
4958
5120
|
msgid "No manifest file uploaded"
|
|
4959
5121
|
msgstr "Nenhum arquivo de manifesto carregado"
|
|
4960
5122
|
|
|
@@ -5270,9 +5432,6 @@ msgstr "A organização %s está sendo eliminada."
|
|
|
5270
5432
|
msgid "Organization ID"
|
|
5271
5433
|
msgstr "ID de organização"
|
|
5272
5434
|
|
|
5273
|
-
msgid "Organization ID is required"
|
|
5274
|
-
msgstr "É necessária a ID da organização"
|
|
5275
|
-
|
|
5276
5435
|
msgid "Organization ID or title"
|
|
5277
5436
|
msgstr ""
|
|
5278
5437
|
|
|
@@ -5297,6 +5456,9 @@ msgstr "Etiqueta de Organização"
|
|
|
5297
5456
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5298
5457
|
msgstr ""
|
|
5299
5458
|
|
|
5459
|
+
msgid "Organization must be specified when providing product by name."
|
|
5460
|
+
msgstr ""
|
|
5461
|
+
|
|
5300
5462
|
msgid "Organization not found"
|
|
5301
5463
|
msgstr "Organização não encontrada"
|
|
5302
5464
|
|
|
@@ -5700,6 +5862,9 @@ msgstr ""
|
|
|
5700
5862
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5701
5863
|
msgstr ""
|
|
5702
5864
|
|
|
5865
|
+
msgid "Product must be specified."
|
|
5866
|
+
msgstr ""
|
|
5867
|
+
|
|
5703
5868
|
msgid "Product name"
|
|
5704
5869
|
msgstr "Nome do Produto"
|
|
5705
5870
|
|
|
@@ -5760,6 +5925,9 @@ msgstr "Resumo da promoção para{content_view}"
|
|
|
5760
5925
|
msgid "Promotion to Environment"
|
|
5761
5926
|
msgstr "Promoção a ambiente"
|
|
5762
5927
|
|
|
5928
|
+
msgid "Provide credentials if the registry requires authentication"
|
|
5929
|
+
msgstr ""
|
|
5930
|
+
|
|
5763
5931
|
msgid "Provide the required information and click {update} below to save changes."
|
|
5764
5932
|
msgstr ""
|
|
5765
5933
|
|
|
@@ -5859,6 +6027,9 @@ msgstr "Armazenamento pulp"
|
|
|
5859
6027
|
msgid "Pulp task error"
|
|
5860
6028
|
msgstr "Erro de tarefa Pulp"
|
|
5861
6029
|
|
|
6030
|
+
msgid "Purge completed tasks"
|
|
6031
|
+
msgstr ""
|
|
6032
|
+
|
|
5862
6033
|
msgid "Python Package"
|
|
5863
6034
|
msgstr ""
|
|
5864
6035
|
|
|
@@ -5886,15 +6057,6 @@ msgstr "A quantidade não deve estar acima de ${pool.available}"
|
|
|
5886
6057
|
msgid "Quantity of entitlements to bind"
|
|
5887
6058
|
msgstr "Quantidade de direitos para associar"
|
|
5888
6059
|
|
|
5889
|
-
msgid "Quantity of specified subscription to remove"
|
|
5890
|
-
msgstr "Quantidade de subscrições especificadas para remover"
|
|
5891
|
-
|
|
5892
|
-
msgid "Quantity of this subscription to add"
|
|
5893
|
-
msgstr "Quantidade desta subscrição a adicionar."
|
|
5894
|
-
|
|
5895
|
-
msgid "Quantity of this subscriptions to add"
|
|
5896
|
-
msgstr "Quantidade destas inscrições para adicionar "
|
|
5897
|
-
|
|
5898
6060
|
msgid "Quantity to Allocate"
|
|
5899
6061
|
msgstr "Quantidade para alocar"
|
|
5900
6062
|
|
|
@@ -5967,6 +6129,9 @@ msgstr "Reinicialização necessária"
|
|
|
5967
6129
|
msgid "Reclaim Space"
|
|
5968
6130
|
msgstr ""
|
|
5969
6131
|
|
|
6132
|
+
msgid "Reclaim space"
|
|
6133
|
+
msgstr ""
|
|
6134
|
+
|
|
5970
6135
|
msgid "Reclaim space from On Demand repositories"
|
|
5971
6136
|
msgstr ""
|
|
5972
6137
|
|
|
@@ -6033,6 +6198,9 @@ msgstr ""
|
|
|
6033
6198
|
msgid "Refresh all alternate content sources"
|
|
6034
6199
|
msgstr ""
|
|
6035
6200
|
|
|
6201
|
+
msgid "Refresh all distributions"
|
|
6202
|
+
msgstr ""
|
|
6203
|
+
|
|
6036
6204
|
msgid "Refresh alternate content sources"
|
|
6037
6205
|
msgstr ""
|
|
6038
6206
|
|
|
@@ -6045,15 +6213,27 @@ msgstr ""
|
|
|
6045
6213
|
msgid "Refresh counts"
|
|
6046
6214
|
msgstr ""
|
|
6047
6215
|
|
|
6216
|
+
msgid "Refresh distribution"
|
|
6217
|
+
msgstr ""
|
|
6218
|
+
|
|
6048
6219
|
msgid "Refresh errata applicability"
|
|
6049
6220
|
msgstr ""
|
|
6050
6221
|
|
|
6222
|
+
msgid "Refresh if needed"
|
|
6223
|
+
msgstr ""
|
|
6224
|
+
|
|
6051
6225
|
msgid "Refresh package applicability"
|
|
6052
6226
|
msgstr ""
|
|
6053
6227
|
|
|
6054
6228
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6055
6229
|
msgstr "Atualizar manifesto importado anteriormente para provedor Red Hat "
|
|
6056
6230
|
|
|
6231
|
+
msgid "Refresh remote"
|
|
6232
|
+
msgstr ""
|
|
6233
|
+
|
|
6234
|
+
msgid "Refresh repos"
|
|
6235
|
+
msgstr ""
|
|
6236
|
+
|
|
6057
6237
|
msgid "Refresh source"
|
|
6058
6238
|
msgstr ""
|
|
6059
6239
|
|
|
@@ -6063,9 +6243,6 @@ msgstr "Refresh_Content_Host_Status"
|
|
|
6063
6243
|
msgid "Register a host with subscription and information"
|
|
6064
6244
|
msgstr "Registrar um host com subscrição e informações"
|
|
6065
6245
|
|
|
6066
|
-
msgid "Register host '%s' before attaching subscriptions"
|
|
6067
|
-
msgstr "Registrar host '%s' antes de vincular as subscrições"
|
|
6068
|
-
|
|
6069
6246
|
msgid "Registered"
|
|
6070
6247
|
msgstr "Registrado"
|
|
6071
6248
|
|
|
@@ -6099,6 +6276,9 @@ msgstr "O padrão de nomes de registro resultará em nome de imagem de contêine
|
|
|
6099
6276
|
msgid "Registry token expiration time"
|
|
6100
6277
|
msgstr ""
|
|
6101
6278
|
|
|
6279
|
+
msgid "Reindex subscriptions"
|
|
6280
|
+
msgstr ""
|
|
6281
|
+
|
|
6102
6282
|
msgid "Related composite content views"
|
|
6103
6283
|
msgstr ""
|
|
6104
6284
|
|
|
@@ -6174,6 +6354,9 @@ msgstr ""
|
|
|
6174
6354
|
msgid "Remove from environments"
|
|
6175
6355
|
msgstr ""
|
|
6176
6356
|
|
|
6357
|
+
msgid "Remove from host collections"
|
|
6358
|
+
msgstr ""
|
|
6359
|
+
|
|
6177
6360
|
msgid "Remove host from collections"
|
|
6178
6361
|
msgstr ""
|
|
6179
6362
|
|
|
@@ -6195,6 +6378,9 @@ msgstr "Remover uma ou mais coleções de um ou mais hosts"
|
|
|
6195
6378
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6196
6379
|
msgstr ""
|
|
6197
6380
|
|
|
6381
|
+
msgid "Remove orphans"
|
|
6382
|
+
msgstr ""
|
|
6383
|
+
|
|
6198
6384
|
msgid "Remove package group via Katello interface"
|
|
6199
6385
|
msgstr "Remover grupo de pacotes via interface do Katello"
|
|
6200
6386
|
|
|
@@ -6210,17 +6396,14 @@ msgstr ""
|
|
|
6210
6396
|
msgid "Remove products from sync plan"
|
|
6211
6397
|
msgstr "Remover produtos do plano de Sincronização"
|
|
6212
6398
|
|
|
6213
|
-
msgid "Remove
|
|
6214
|
-
msgstr "
|
|
6215
|
-
|
|
6216
|
-
msgid "Remove subscriptions from %s"
|
|
6217
|
-
msgstr "Remover as subscrições de %s"
|
|
6399
|
+
msgid "Remove rolling repo clone"
|
|
6400
|
+
msgstr ""
|
|
6218
6401
|
|
|
6219
|
-
msgid "Remove
|
|
6402
|
+
msgid "Remove units"
|
|
6220
6403
|
msgstr ""
|
|
6221
6404
|
|
|
6222
|
-
msgid "Remove
|
|
6223
|
-
msgstr "
|
|
6405
|
+
msgid "Remove unneeded repos"
|
|
6406
|
+
msgstr ""
|
|
6224
6407
|
|
|
6225
6408
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6226
6409
|
msgstr "Remover as versões e/ou ambientes a partir de uma visualização de conteúdo e reajustar os sistemas e as chaves"
|
|
@@ -6228,6 +6411,9 @@ msgstr "Remover as versões e/ou ambientes a partir de uma visualização de con
|
|
|
6228
6411
|
msgid "Remove versions from environments"
|
|
6229
6412
|
msgstr ""
|
|
6230
6413
|
|
|
6414
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6415
|
+
msgstr ""
|
|
6416
|
+
|
|
6231
6417
|
msgid "Removed component from content view"
|
|
6232
6418
|
msgstr ""
|
|
6233
6419
|
|
|
@@ -6246,6 +6432,9 @@ msgstr ""
|
|
|
6246
6432
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6247
6433
|
msgstr ""
|
|
6248
6434
|
|
|
6435
|
+
msgid "Repair"
|
|
6436
|
+
msgstr ""
|
|
6437
|
+
|
|
6249
6438
|
msgid "Replace content source on the target machine"
|
|
6250
6439
|
msgstr ""
|
|
6251
6440
|
|
|
@@ -6264,12 +6453,18 @@ msgstr "Repositórios"
|
|
|
6264
6453
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6265
6454
|
msgstr ""
|
|
6266
6455
|
|
|
6456
|
+
msgid "Repositories certs reset"
|
|
6457
|
+
msgstr ""
|
|
6458
|
+
|
|
6267
6459
|
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."
|
|
6268
6460
|
msgstr ""
|
|
6269
6461
|
|
|
6270
6462
|
msgid "Repositories from published Content Views are not allowed."
|
|
6271
6463
|
msgstr "Repositórios de Visualizações de Conteúdo publicadas não são permitidas."
|
|
6272
6464
|
|
|
6465
|
+
msgid "Repositories gpg reset"
|
|
6466
|
+
msgstr ""
|
|
6467
|
+
|
|
6273
6468
|
msgid "Repository"
|
|
6274
6469
|
msgstr "Repo"
|
|
6275
6470
|
|
|
@@ -6435,12 +6630,18 @@ msgstr ""
|
|
|
6435
6630
|
msgid "Result"
|
|
6436
6631
|
msgstr "Resultado"
|
|
6437
6632
|
|
|
6633
|
+
msgid "Retain build profile upon unregistration"
|
|
6634
|
+
msgstr ""
|
|
6635
|
+
|
|
6438
6636
|
msgid "Retrieve a single errata for a host"
|
|
6439
6637
|
msgstr "Recuperar uma única errata para um host"
|
|
6440
6638
|
|
|
6441
6639
|
msgid "Return Red Hat (non-custom) products only"
|
|
6442
6640
|
msgstr "Retornar apenas produtos Red Hat (não personalizados)"
|
|
6443
6641
|
|
|
6642
|
+
msgid "Return a list of installed debs distinct by name"
|
|
6643
|
+
msgstr ""
|
|
6644
|
+
|
|
6444
6645
|
msgid "Return a list of installed packages distinct by name"
|
|
6445
6646
|
msgstr ""
|
|
6446
6647
|
|
|
@@ -6621,6 +6822,24 @@ msgstr "SUBSCRIÇÕES EXPIRANDO EM BREVE"
|
|
|
6621
6822
|
msgid "Save"
|
|
6622
6823
|
msgstr "Salvar"
|
|
6623
6824
|
|
|
6825
|
+
msgid "Save Environments"
|
|
6826
|
+
msgstr ""
|
|
6827
|
+
|
|
6828
|
+
msgid "Save artifact"
|
|
6829
|
+
msgstr ""
|
|
6830
|
+
|
|
6831
|
+
msgid "Save distribution references"
|
|
6832
|
+
msgstr ""
|
|
6833
|
+
|
|
6834
|
+
msgid "Save publication"
|
|
6835
|
+
msgstr ""
|
|
6836
|
+
|
|
6837
|
+
msgid "Save version"
|
|
6838
|
+
msgstr ""
|
|
6839
|
+
|
|
6840
|
+
msgid "Save versions"
|
|
6841
|
+
msgstr ""
|
|
6842
|
+
|
|
6624
6843
|
msgid "Saving alternate content source..."
|
|
6625
6844
|
msgstr ""
|
|
6626
6845
|
|
|
@@ -6630,6 +6849,12 @@ msgstr ""
|
|
|
6630
6849
|
msgid "Scan a flatpak remote"
|
|
6631
6850
|
msgstr ""
|
|
6632
6851
|
|
|
6852
|
+
msgid "Scan cdn"
|
|
6853
|
+
msgstr ""
|
|
6854
|
+
|
|
6855
|
+
msgid "Scan remote"
|
|
6856
|
+
msgstr ""
|
|
6857
|
+
|
|
6633
6858
|
msgid "Schema version 1"
|
|
6634
6859
|
msgstr ""
|
|
6635
6860
|
|
|
@@ -6678,6 +6903,9 @@ msgstr "Erratas de segurança aplicáveis"
|
|
|
6678
6903
|
msgid "Security errata installable"
|
|
6679
6904
|
msgstr "Errata sobre segurança instalável"
|
|
6680
6905
|
|
|
6906
|
+
msgid "See child manifests"
|
|
6907
|
+
msgstr ""
|
|
6908
|
+
|
|
6681
6909
|
msgid "Select"
|
|
6682
6910
|
msgstr "Selecionar"
|
|
6683
6911
|
|
|
@@ -6789,6 +7017,9 @@ msgstr ""
|
|
|
6789
7017
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6790
7018
|
msgstr ""
|
|
6791
7019
|
|
|
7020
|
+
msgid "Select host collections to change their associations with {selectedHosts}. Changing host collection will affect all your selected hosts. Some hosts may already be in your chosen collections."
|
|
7021
|
+
msgstr ""
|
|
7022
|
+
|
|
6792
7023
|
msgid "Select hosts to assign to %s"
|
|
6793
7024
|
msgstr "Selecionar hosts para associar em %s"
|
|
6794
7025
|
|
|
@@ -6867,11 +7098,14 @@ msgstr "nível de serviço"
|
|
|
6867
7098
|
msgid "Service Level (SLA)"
|
|
6868
7099
|
msgstr "Nível de serviço (SLA)"
|
|
6869
7100
|
|
|
7101
|
+
msgid "Service level"
|
|
7102
|
+
msgstr ""
|
|
7103
|
+
|
|
6870
7104
|
msgid "Service level of host"
|
|
6871
7105
|
msgstr ""
|
|
6872
7106
|
|
|
6873
|
-
msgid "Service level
|
|
6874
|
-
msgstr "
|
|
7107
|
+
msgid "Service level, e.g. SELF-SUPPORT"
|
|
7108
|
+
msgstr ""
|
|
6875
7109
|
|
|
6876
7110
|
msgid "Set content overrides"
|
|
6877
7111
|
msgstr ""
|
|
@@ -6897,9 +7131,6 @@ msgstr ""
|
|
|
6897
7131
|
msgid "Sets the system purpose usage"
|
|
6898
7132
|
msgstr "Define a finalidade de uso do sistema"
|
|
6899
7133
|
|
|
6900
|
-
msgid "Sets whether the Host will autoheal subscriptions upon checkin"
|
|
6901
|
-
msgstr "Define se o Host fará a recuperação automática das subscrições após check-in"
|
|
6902
|
-
|
|
6903
7134
|
msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
|
|
6904
7135
|
msgstr "A configuração 'default_location_subscribed_hosts' não está definida para um local válido."
|
|
6905
7136
|
|
|
@@ -6909,6 +7140,9 @@ msgstr "Severidade"
|
|
|
6909
7140
|
msgid "Severity must be one of: %s"
|
|
6910
7141
|
msgstr ""
|
|
6911
7142
|
|
|
7143
|
+
msgid "Show ${remainingCount} more"
|
|
7144
|
+
msgstr ""
|
|
7145
|
+
|
|
6912
7146
|
msgid "Show %s"
|
|
6913
7147
|
msgstr ""
|
|
6914
7148
|
|
|
@@ -7050,6 +7284,9 @@ msgstr ""
|
|
|
7050
7284
|
msgid "Smart proxy name"
|
|
7051
7285
|
msgstr ""
|
|
7052
7286
|
|
|
7287
|
+
msgid "Smart proxy verify content checksum has started in the background"
|
|
7288
|
+
msgstr ""
|
|
7289
|
+
|
|
7053
7290
|
msgid "Sockets"
|
|
7054
7291
|
msgstr "Sockets"
|
|
7055
7292
|
|
|
@@ -7164,7 +7401,7 @@ msgstr ""
|
|
|
7164
7401
|
msgid "Something went wrong while refreshing alternate content sources: "
|
|
7165
7402
|
msgstr ""
|
|
7166
7403
|
|
|
7167
|
-
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7404
|
+
msgid "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}"
|
|
7168
7405
|
msgstr ""
|
|
7169
7406
|
|
|
7170
7407
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
|
@@ -7233,6 +7470,9 @@ msgstr ""
|
|
|
7233
7470
|
msgid "Something went wrong while updating the content source. See the logs for more information"
|
|
7234
7471
|
msgstr ""
|
|
7235
7472
|
|
|
7473
|
+
msgid "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}"
|
|
7474
|
+
msgstr ""
|
|
7475
|
+
|
|
7236
7476
|
msgid "Something went wrong! Please check server logs!"
|
|
7237
7477
|
msgstr ""
|
|
7238
7478
|
|
|
@@ -7320,9 +7560,6 @@ msgstr "Subscrição"
|
|
|
7320
7560
|
msgid "Subscription Details"
|
|
7321
7561
|
msgstr "Detalhes de subscrição"
|
|
7322
7562
|
|
|
7323
|
-
msgid "Subscription ID"
|
|
7324
|
-
msgstr "ID de subscrição"
|
|
7325
|
-
|
|
7326
7563
|
msgid "Subscription Info"
|
|
7327
7564
|
msgstr "Informações de subscrição"
|
|
7328
7565
|
|
|
@@ -7338,12 +7575,6 @@ msgstr "Verificação da validade do manifesto de subscrição"
|
|
|
7338
7575
|
msgid "Subscription Name"
|
|
7339
7576
|
msgstr "Nome de subscrição"
|
|
7340
7577
|
|
|
7341
|
-
msgid "Subscription Pool id"
|
|
7342
|
-
msgstr "ID do Pool de Subscrição "
|
|
7343
|
-
|
|
7344
|
-
msgid "Subscription Pool uuid"
|
|
7345
|
-
msgstr "UUID de pool de subscrição"
|
|
7346
|
-
|
|
7347
7578
|
msgid "Subscription UUID"
|
|
7348
7579
|
msgstr ""
|
|
7349
7580
|
|
|
@@ -7395,9 +7626,6 @@ msgstr "Sucesso"
|
|
|
7395
7626
|
msgid "Successfully added %s Host(s)."
|
|
7396
7627
|
msgstr "Adicionado com sucesso %s Host(s)."
|
|
7397
7628
|
|
|
7398
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7399
|
-
msgstr "Acrescentei com sucesso %{count} anfitrião(es) de conteúdo para a coleção de anfitriões %{host_collection}."
|
|
7400
|
-
|
|
7401
7629
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7402
7630
|
msgstr "Plano de sinc modificado com sucesso para produto(s) %s"
|
|
7403
7631
|
|
|
@@ -7410,9 +7638,6 @@ msgstr ""
|
|
|
7410
7638
|
msgid "Successfully removed %s Host(s)."
|
|
7411
7639
|
msgstr "Removido com sucesso %s Host(s)."
|
|
7412
7640
|
|
|
7413
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7414
|
-
msgstr "Removido com sucesso %{count} anfitrião(es) de conteúdo da coleção anfitriã %{host_collection}."
|
|
7415
|
-
|
|
7416
7641
|
msgid "Successfully synced capsule."
|
|
7417
7642
|
msgstr ""
|
|
7418
7643
|
|
|
@@ -7431,6 +7656,9 @@ msgstr ""
|
|
|
7431
7656
|
msgid "Supported Content Types"
|
|
7432
7657
|
msgstr "Tipos de conteúdo compatíveis"
|
|
7433
7658
|
|
|
7659
|
+
msgid "Sync"
|
|
7660
|
+
msgstr ""
|
|
7661
|
+
|
|
7434
7662
|
msgid "Sync Canceled"
|
|
7435
7663
|
msgstr "Sincronização cancelada"
|
|
7436
7664
|
|
|
@@ -7485,6 +7713,9 @@ msgstr "Sinc um repositório"
|
|
|
7485
7713
|
msgid "Sync all repositories for a product"
|
|
7486
7714
|
msgstr "Sincronizar todos repositórios para um produto"
|
|
7487
7715
|
|
|
7716
|
+
msgid "Sync capsule"
|
|
7717
|
+
msgstr ""
|
|
7718
|
+
|
|
7488
7719
|
msgid "Sync complete."
|
|
7489
7720
|
msgstr "Sincronização concluída."
|
|
7490
7721
|
|
|
@@ -7503,6 +7734,9 @@ msgstr ""
|
|
|
7503
7734
|
msgid "Sync state"
|
|
7504
7735
|
msgstr ""
|
|
7505
7736
|
|
|
7737
|
+
msgid "Syncable export"
|
|
7738
|
+
msgstr ""
|
|
7739
|
+
|
|
7506
7740
|
msgid "Synced"
|
|
7507
7741
|
msgstr ""
|
|
7508
7742
|
|
|
@@ -7554,6 +7788,9 @@ msgstr ""
|
|
|
7554
7788
|
msgid "System purpose enables you to set the system's intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console."
|
|
7555
7789
|
msgstr ""
|
|
7556
7790
|
|
|
7791
|
+
msgid "Tag"
|
|
7792
|
+
msgstr ""
|
|
7793
|
+
|
|
7557
7794
|
msgid "Tag name"
|
|
7558
7795
|
msgstr ""
|
|
7559
7796
|
|
|
@@ -7765,9 +8002,6 @@ msgstr ""
|
|
|
7765
8002
|
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
|
7766
8003
|
msgstr ""
|
|
7767
8004
|
|
|
7768
|
-
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
|
7769
|
-
msgstr "A organização especificada está no modo Acesso a conteúdo simples. A vinculação de subscrições está desabilitada"
|
|
7770
|
-
|
|
7771
8005
|
msgid "The subscription cannot be found upstream"
|
|
7772
8006
|
msgstr "Não foi possível encontrar upstream a subscrição"
|
|
7773
8007
|
|
|
@@ -7909,12 +8143,6 @@ msgstr ""
|
|
|
7909
8143
|
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."
|
|
7910
8144
|
msgstr ""
|
|
7911
8145
|
|
|
7912
|
-
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
|
7913
|
-
msgstr "A organização do host está no modo Acesso a conteúdo simples. A vinculação de subscrições está desabilitada"
|
|
7914
|
-
|
|
7915
|
-
msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
|
|
7916
|
-
msgstr "A organização do host está no modo Acesso a conteúdo simples. A vinculação automática está desabilitada"
|
|
7917
|
-
|
|
7918
8146
|
msgid "This is disabled because a manifest task is in progress"
|
|
7919
8147
|
msgstr "Isto está desabilitado porque uma tarefa do manifesto está em andamento"
|
|
7920
8148
|
|
|
@@ -7993,6 +8221,9 @@ msgstr "Título"
|
|
|
7993
8221
|
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
|
7994
8222
|
msgstr ""
|
|
7995
8223
|
|
|
8224
|
+
msgid "To continue with Red Hat Flatpak remote, you need to generate your username and password in"
|
|
8225
|
+
msgstr ""
|
|
8226
|
+
|
|
7996
8227
|
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."
|
|
7997
8228
|
msgstr ""
|
|
7998
8229
|
|
|
@@ -8014,6 +8245,9 @@ msgstr ""
|
|
|
8014
8245
|
msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
|
|
8015
8246
|
msgstr ""
|
|
8016
8247
|
|
|
8248
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8249
|
+
msgstr ""
|
|
8250
|
+
|
|
8017
8251
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
8018
8252
|
msgstr ""
|
|
8019
8253
|
|
|
@@ -8068,12 +8302,6 @@ msgstr ""
|
|
|
8068
8302
|
msgid "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy."
|
|
8069
8303
|
msgstr ""
|
|
8070
8304
|
|
|
8071
|
-
msgid "Trigger an auto-attach of subscriptions"
|
|
8072
|
-
msgstr "Provoca uma anexação automática das subscrições "
|
|
8073
|
-
|
|
8074
|
-
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
|
8075
|
-
msgstr "Aciona uma vinculação automática de subscrições em um ou mais hosts"
|
|
8076
|
-
|
|
8077
8305
|
msgid "Try changing your search criteria."
|
|
8078
8306
|
msgstr ""
|
|
8079
8307
|
|
|
@@ -8227,9 +8455,6 @@ msgstr ""
|
|
|
8227
8455
|
msgid "Unapplied Errata"
|
|
8228
8456
|
msgstr "Errata não aplicada"
|
|
8229
8457
|
|
|
8230
|
-
msgid "Unattach a subscription"
|
|
8231
|
-
msgstr "Desanexar uma subscrição"
|
|
8232
|
-
|
|
8233
8458
|
msgid "Unfiltered params array: %s."
|
|
8234
8459
|
msgstr "Matriz de parâmetros não filtrada: %s."
|
|
8235
8460
|
|
|
@@ -8341,15 +8566,27 @@ msgstr "Atualizar um ambiente em uma organização"
|
|
|
8341
8566
|
msgid "Update content counts for the smart proxy"
|
|
8342
8567
|
msgstr ""
|
|
8343
8568
|
|
|
8569
|
+
msgid "Update content urls"
|
|
8570
|
+
msgstr ""
|
|
8571
|
+
|
|
8344
8572
|
msgid "Update content view environments for host"
|
|
8345
8573
|
msgstr ""
|
|
8346
8574
|
|
|
8347
8575
|
msgid "Update content view environments for host %s"
|
|
8348
8576
|
msgstr ""
|
|
8349
8577
|
|
|
8578
|
+
msgid "Update distributions"
|
|
8579
|
+
msgstr ""
|
|
8580
|
+
|
|
8350
8581
|
msgid "Update hosts manually"
|
|
8351
8582
|
msgstr ""
|
|
8352
8583
|
|
|
8584
|
+
msgid "Update http proxy"
|
|
8585
|
+
msgstr ""
|
|
8586
|
+
|
|
8587
|
+
msgid "Update http proxy details"
|
|
8588
|
+
msgstr ""
|
|
8589
|
+
|
|
8353
8590
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8354
8591
|
msgstr "Atualizar pacotes instalados, repositórios habilitados, inventário de módulos"
|
|
8355
8592
|
|
|
@@ -8365,12 +8602,21 @@ msgstr "Atualizar pacote via interface do Katello"
|
|
|
8365
8602
|
msgid "Update packages via Katello interface"
|
|
8366
8603
|
msgstr ""
|
|
8367
8604
|
|
|
8605
|
+
msgid "Update redhat repository"
|
|
8606
|
+
msgstr ""
|
|
8607
|
+
|
|
8368
8608
|
msgid "Update release version for host"
|
|
8369
8609
|
msgstr "Atualizar versão do host"
|
|
8370
8610
|
|
|
8371
8611
|
msgid "Update release version for host %s"
|
|
8372
8612
|
msgstr "Atualizar versão do host"
|
|
8373
8613
|
|
|
8614
|
+
msgid "Update remote"
|
|
8615
|
+
msgstr ""
|
|
8616
|
+
|
|
8617
|
+
msgid "Update repository"
|
|
8618
|
+
msgstr ""
|
|
8619
|
+
|
|
8374
8620
|
msgid "Update services requiring restart"
|
|
8375
8621
|
msgstr "Atualizar serviços que exigem reinicialização"
|
|
8376
8622
|
|
|
@@ -8461,6 +8707,12 @@ msgstr "Carregar uma parte do conteúdo do arquivo"
|
|
|
8461
8707
|
msgid "Upload a subscription manifest"
|
|
8462
8708
|
msgstr "Carregar um manifesto da subscrição"
|
|
8463
8709
|
|
|
8710
|
+
msgid "Upload content"
|
|
8711
|
+
msgstr ""
|
|
8712
|
+
|
|
8713
|
+
msgid "Upload file"
|
|
8714
|
+
msgstr ""
|
|
8715
|
+
|
|
8464
8716
|
msgid "Upload into"
|
|
8465
8717
|
msgstr "Carregar em"
|
|
8466
8718
|
|
|
@@ -8470,6 +8722,9 @@ msgstr ""
|
|
|
8470
8722
|
msgid "Upload request id"
|
|
8471
8723
|
msgstr "Carregar ID de requisição"
|
|
8472
8724
|
|
|
8725
|
+
msgid "Upload tag"
|
|
8726
|
+
msgstr ""
|
|
8727
|
+
|
|
8473
8728
|
msgid "Upstream Candlepin"
|
|
8474
8729
|
msgstr ""
|
|
8475
8730
|
|
|
@@ -8584,9 +8839,15 @@ msgstr ""
|
|
|
8584
8839
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
|
8585
8840
|
msgstr "O valor deve ser booleano ou 'padrão' para 'habilitado'"
|
|
8586
8841
|
|
|
8842
|
+
msgid "Verify Content Checksum"
|
|
8843
|
+
msgstr ""
|
|
8844
|
+
|
|
8587
8845
|
msgid "Verify SSL"
|
|
8588
8846
|
msgstr "Verifique o SSL"
|
|
8589
8847
|
|
|
8848
|
+
msgid "Verify checksum"
|
|
8849
|
+
msgstr ""
|
|
8850
|
+
|
|
8590
8851
|
msgid "Verify checksum for content on smart proxy"
|
|
8591
8852
|
msgstr ""
|
|
8592
8853
|
|
|
@@ -8668,6 +8929,9 @@ msgstr ""
|
|
|
8668
8929
|
msgid "View by"
|
|
8669
8930
|
msgstr ""
|
|
8670
8931
|
|
|
8932
|
+
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."
|
|
8933
|
+
msgstr ""
|
|
8934
|
+
|
|
8671
8935
|
msgid "View content views"
|
|
8672
8936
|
msgstr ""
|
|
8673
8937
|
|
|
@@ -8677,6 +8941,15 @@ msgstr ""
|
|
|
8677
8941
|
msgid "View documentation"
|
|
8678
8942
|
msgstr ""
|
|
8679
8943
|
|
|
8944
|
+
msgid "View here"
|
|
8945
|
+
msgstr ""
|
|
8946
|
+
|
|
8947
|
+
msgid "View labels and annotations"
|
|
8948
|
+
msgstr ""
|
|
8949
|
+
|
|
8950
|
+
msgid "View labels and annotations for image "
|
|
8951
|
+
msgstr ""
|
|
8952
|
+
|
|
8680
8953
|
msgid "View matching content"
|
|
8681
8954
|
msgstr ""
|
|
8682
8955
|
|
|
@@ -8716,6 +8989,9 @@ msgstr ""
|
|
|
8716
8989
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8717
8990
|
msgstr ""
|
|
8718
8991
|
|
|
8992
|
+
msgid "When enabled, provisioning information like content view environments, kickstart repository, and content source will be retained when a host is unregistered. When disabled, this information will be cleared during unregistration."
|
|
8993
|
+
msgstr ""
|
|
8994
|
+
|
|
8719
8995
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8720
8996
|
msgstr "Ao registrar um host via subscription-manager, forçar o uso do fato especificado (no formato 'fato.fato')"
|
|
8721
8997
|
|
|
@@ -8956,9 +9232,6 @@ msgstr ""
|
|
|
8956
9232
|
msgid "attempted to sync without a feed URL"
|
|
8957
9233
|
msgstr "tentativa de sincronizar sem um URL do feed"
|
|
8958
9234
|
|
|
8959
|
-
msgid "auto attach subscriptions upon registration"
|
|
8960
|
-
msgstr "Anexar automaticamente as subscrições após registro"
|
|
8961
|
-
|
|
8962
9235
|
msgid "base url to perform repo discovery on"
|
|
8963
9236
|
msgstr "url base onde realizar a descoberta do repo"
|
|
8964
9237
|
|
|
@@ -9595,9 +9868,6 @@ msgstr "especifica se o conteúdo deve ser incluído ou excluído, padrão: incl
|
|
|
9595
9868
|
msgid "start datetime of synchronization"
|
|
9596
9869
|
msgstr "iniciar datetime da sincronização"
|
|
9597
9870
|
|
|
9598
|
-
msgid "subscriptions not specified"
|
|
9599
|
-
msgstr "subscrições não especificadas"
|
|
9600
|
-
|
|
9601
9871
|
msgid "sync plan description"
|
|
9602
9872
|
msgstr "descrição do plano de sinc"
|
|
9603
9873
|
|