katello 4.15.0 → 4.16.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/common/katello_object.js +2 -2
- data/app/assets/javascripts/katello/locale/bn/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ca/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/cs/katello.js +521 -536
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/de/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/el/katello.js +251 -266
- data/app/assets/javascripts/katello/locale/en/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +263 -278
- data/app/assets/javascripts/katello/locale/en_US/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/es/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/fr/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/gl/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/gu/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/hi/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/id/katello.js +261 -275
- data/app/assets/javascripts/katello/locale/it/katello.js +252 -267
- data/app/assets/javascripts/katello/locale/ja/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/ka/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/kn/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ko/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/mr/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +252 -267
- data/app/assets/javascripts/katello/locale/or/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pa/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pl/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/pt/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ro/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ru/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/sl/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ta/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/te/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/tr/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/vi/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/zh/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -270
- data/app/assets/javascripts/katello/sync_management/sync_management.js +16 -2
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +33 -9
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +4 -9
- data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +3 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +4 -1
- data/app/controllers/katello/api/v2/environments_controller.rb +4 -0
- data/app/controllers/katello/api/v2/errata_controller.rb +12 -1
- data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +81 -0
- data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +86 -0
- data/app/controllers/katello/api/v2/host_bootc_images_controller.rb +71 -0
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +4 -6
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -5
- data/app/controllers/katello/api/v2/repositories_controller.rb +18 -3
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +0 -8
- data/app/controllers/katello/concerns/api/v2/http_proxies_controller_extensions.rb +17 -0
- data/app/controllers/katello/concerns/http_proxies_controller_extensions.rb +20 -0
- data/app/controllers/katello/sync_management_controller.rb +6 -2
- data/app/helpers/katello/content_source_helper.rb +8 -1
- data/app/helpers/katello/content_view_helper.rb +3 -1
- data/app/lib/actions/candlepin/activation_key/create.rb +1 -3
- data/app/lib/actions/candlepin/activation_key/update.rb +1 -3
- data/app/lib/actions/candlepin/environment/set_content.rb +17 -4
- data/app/lib/actions/katello/activation_key/create.rb +1 -2
- data/app/lib/actions/katello/activation_key/update.rb +2 -4
- data/app/lib/actions/katello/capsule_content/refresh_repos.rb +7 -1
- data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +3 -2
- data/app/lib/actions/katello/content_view/publish.rb +7 -2
- data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +11 -2
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +31 -22
- data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +30 -0
- data/app/lib/actions/katello/flatpak/scan_remote.rb +17 -12
- data/app/lib/actions/katello/host/update_system_purpose.rb +1 -6
- data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +18 -2
- data/app/lib/actions/pulp3/repository/multi_copy_units.rb +4 -0
- data/app/lib/katello/api/v2/rendering.rb +2 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +3 -4
- data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +13 -0
- data/app/lib/katello/resources/candlepin/activation_key.rb +3 -5
- data/app/lib/katello/resources/candlepin/product.rb +2 -1
- data/app/lib/katello/util/cveak_migrator.rb +3 -2
- data/app/lib/katello/validators/alternate_content_source_path_validator.rb +2 -2
- data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
- data/app/lib/katello/validators/content_validator.rb +1 -1
- data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +2 -2
- data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -2
- data/app/lib/katello/validators/content_view_environment_validator.rb +3 -3
- data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +12 -12
- data/app/lib/katello/validators/content_view_filter_version_validator.rb +1 -1
- data/app/lib/katello/validators/generated_content_view_validator.rb +1 -1
- data/app/lib/katello/validators/gpg_key_content_type_validator.rb +2 -2
- data/app/lib/katello/validators/gpg_key_content_validator.rb +5 -5
- data/app/lib/katello/validators/katello_label_format_validator.rb +4 -4
- data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
- data/app/lib/katello/validators/katello_url_format_validator.rb +1 -1
- data/app/lib/katello/validators/library_presence_validator.rb +1 -1
- data/app/lib/katello/validators/no_trailing_space_validator.rb +1 -1
- data/app/lib/katello/validators/non_library_environment_validator.rb +1 -1
- data/app/lib/katello/validators/not_in_library_validator.rb +1 -1
- data/app/lib/katello/validators/path_descendents_validator.rb +1 -1
- data/app/lib/katello/validators/prior_validator.rb +1 -1
- data/app/lib/katello/validators/product_unique_attribute_validator.rb +1 -1
- data/app/lib/katello/validators/repo_disablement_validator.rb +2 -2
- data/app/lib/katello/validators/root_repository_unique_attribute_validator.rb +1 -1
- data/app/lib/katello/validators/self_reference_environment_validator.rb +1 -1
- data/app/lib/katello/validators/unique_field_in_org.rb +1 -1
- data/app/models/katello/activation_key.rb +6 -17
- data/app/models/katello/authorization/flatpak_remote.rb +33 -0
- data/app/models/katello/concerns/content_facet_host_extensions.rb +2 -1
- data/app/models/katello/concerns/host_managed_extensions.rb +8 -5
- data/app/models/katello/concerns/http_proxy_extensions.rb +4 -0
- data/app/models/katello/concerns/smart_proxy_extensions.rb +30 -6
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -8
- data/app/models/katello/content_view.rb +4 -2
- data/app/models/katello/content_view_erratum_filter.rb +18 -2
- data/app/models/katello/content_view_version.rb +6 -0
- data/app/models/katello/docker_manifest.rb +8 -0
- data/app/models/katello/docker_manifest_list.rb +8 -0
- data/app/models/katello/erratum.rb +8 -2
- data/app/models/katello/flatpak_remote.rb +16 -0
- data/app/models/katello/flatpak_remote_repository.rb +18 -0
- data/app/models/katello/flatpak_remote_repository_manifest.rb +4 -0
- data/app/models/katello/glue/candlepin/pool.rb +1 -1
- data/app/models/katello/glue/pulp/repos.rb +12 -1
- data/app/models/katello/host/content_facet.rb +42 -3
- data/app/models/katello/host/subscription_facet.rb +4 -12
- data/app/models/katello/repository.rb +21 -8
- data/app/models/katello/rhel_lifecycle_status.rb +6 -0
- data/app/models/katello/root_repository.rb +6 -8
- data/app/models/katello/upstream_pool.rb +1 -0
- data/app/overrides/add_organization_attributes.rb +6 -0
- data/app/services/katello/product_content_finder.rb +2 -1
- data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +1 -1
- data/app/services/katello/pulp3/docker_manifest.rb +3 -2
- data/app/services/katello/pulp3/docker_manifest_list.rb +3 -2
- data/app/services/katello/pulp3/repository/ansible_collection.rb +8 -1
- data/app/services/katello/pulp3/repository/apt.rb +16 -18
- data/app/services/katello/pulp3/repository/file.rb +4 -2
- data/app/services/katello/pulp3/repository.rb +4 -0
- data/app/services/katello/pulp3/task.rb +2 -2
- data/app/views/foreman/job_templates/bootc_action.erb +26 -0
- data/app/views/foreman/job_templates/bootc_rollback.erb +13 -0
- data/app/views/foreman/job_templates/bootc_status.erb +13 -0
- data/app/views/foreman/job_templates/bootc_switch.erb +13 -0
- data/app/views/foreman/job_templates/bootc_upgrade.erb +13 -0
- data/app/views/foreman/job_templates/flatpak_install.erb +23 -0
- data/app/views/foreman/job_templates/flatpak_login_action.erb +30 -0
- data/app/views/foreman/job_templates/flatpak_setup.erb +27 -0
- data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +0 -4
- data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -1
- data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -0
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +5 -1
- data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -1
- data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -1
- data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +4 -0
- data/app/views/katello/api/v2/flatpak_remote_repositories/index.json.rabl +7 -0
- data/app/views/katello/api/v2/flatpak_remote_repositories/show.json.rabl +13 -0
- data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
- data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +8 -0
- data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +11 -0
- data/app/views/katello/api/v2/flatpak_remotes/show.json.rabl +3 -0
- data/app/views/katello/api/v2/hosts/base.json.rabl +0 -8
- data/app/views/katello/api/v2/hosts/os_attributes.json.rabl +13 -0
- data/app/views/katello/api/v2/http_proxies/show.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/show.json.rabl +1 -0
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +0 -4
- data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
- data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +10 -4
- data/app/views/overrides/http_proxies/_update_setting_input.html.erb +18 -0
- data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
- data/config/initializers/monkeys.rb +0 -1
- data/config/initializers/pagelets.rb +6 -0
- data/config/routes/api/registry.rb +1 -0
- data/config/routes/api/v2.rb +21 -0
- data/config/routes/overrides.rb +1 -0
- data/config/routes.rb +2 -0
- data/db/migrate/20190605014649_add_purpose_addons.rb +0 -12
- data/db/migrate/20200213184848_create_evr_type.rb +126 -1
- data/db/migrate/20200818192230_update_system_purpose_status.rb +0 -1
- data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +0 -1
- data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +160 -0
- data/db/migrate/20241022121706_add_sync_dependencies_option.rb +5 -0
- data/db/migrate/20241101144625_remove_system_purpose_addons.rb +9 -0
- data/db/migrate/20241107002541_add_registry_url_to_katello_flatpak_remotes.rb +5 -0
- data/db/migrate/20241112145802_add_manifest_entity_to_content_facets.rb +7 -0
- data/db/migrate/20241120213713_add_allow_other_types_to_content_view_erratum_filter_rules.rb +6 -0
- data/db/migrate/20241206183052_add_content_type_to_container_manifests_and_lists.rb +9 -0
- data/db/seeds.d/75-job_templates.rb +5 -1
- data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +2 -2
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js +3 -3
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +0 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +1 -41
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +0 -12
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-system-purpose-modal.controller.js +1 -41
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +0 -13
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +0 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +1 -35
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -14
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +46 -22
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +85 -29
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +341 -96
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +31 -54
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +341 -96
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +349 -104
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +33 -56
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +80 -68
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +339 -111
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +379 -130
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +342 -103
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +70 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +84 -90
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +130 -138
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +343 -97
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +40 -63
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +343 -102
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +70 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +362 -105
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +29 -29
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +24 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-tasks.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/os-versions.service.js +1 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html +4 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html +1 -1
- data/lib/katello/engine.rb +6 -0
- data/lib/katello/permission_creator.rb +37 -0
- data/lib/katello/permissions/host_permissions.rb +2 -0
- data/lib/katello/permissions/registry_permissions.rb +1 -0
- data/lib/katello/plugin.rb +18 -1
- data/lib/katello/repository_types/docker.rb +0 -1
- data/lib/katello/repository_types/python.rb +1 -1
- data/lib/katello/version.rb +1 -1
- data/lib/katello.rb +2 -0
- data/locale/Makefile +20 -24
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +248 -263
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +247 -262
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +247 -262
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +524 -799
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +254 -269
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +248 -263
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +247 -262
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +250 -265
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +252 -267
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +257 -271
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +264 -279
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +247 -262
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +248 -263
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +247 -262
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +250 -265
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +247 -262
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +250 -265
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +249 -264
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +248 -263
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +264 -275
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +254 -270
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +250 -265
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +247 -262
- data/locale/katello.pot +1216 -1215
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +248 -263
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +248 -263
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +247 -262
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +248 -263
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +254 -268
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +248 -263
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +248 -263
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +249 -264
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +247 -262
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +248 -263
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +248 -263
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +247 -262
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +247 -262
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +255 -270
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +247 -262
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +249 -264
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +248 -263
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +247 -262
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +248 -263
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +247 -262
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +247 -262
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +247 -262
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +247 -262
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +250 -265
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +257 -272
- data/webpack/ForemanColumnExtensions/index.js +73 -3
- data/webpack/ForemanColumnExtensions/index.scss +9 -0
- data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +1 -0
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +1 -20
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +3 -61
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +0 -5
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -5
- data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +87 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +28 -2
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -1
- data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +55 -0
- data/webpack/containers/Application/config.js +5 -0
- data/webpack/global_index.js +3 -1
- data/webpack/redux/actions/RedHatRepositories/helpers.js +9 -0
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesConstants.js +5 -0
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +242 -0
- data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImages.fixtures.js +42 -0
- data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImagesPage.test.js +233 -0
- data/webpack/scenes/BootedContainerImages/index.js +4 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +39 -7
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +13 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +1 -0
- data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +4 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +20 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +20 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +128 -18
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +0 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -4
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +5 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +6 -1
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -1
- data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +5 -1
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +4 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +38 -0
- data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +0 -1
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +0 -10
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -3
- data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +0 -1
- metadata +61 -58
- data/app/models/katello/activation_key_purpose_addon.rb +0 -6
- data/app/models/katello/purpose_addon.rb +0 -11
- data/app/models/katello/subscription_facet_purpose_addon.rb +0 -6
- data/lib/monkeys/fx_sqlite_skip.rb +0 -13
- data/locale/action_names.rb +0 -181
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/bn_IN/katello.po.time_stamp +0 -0
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/cs_CZ/katello.po.time_stamp +0 -0
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/de_AT/katello.po.time_stamp +0 -0
- data/locale/de_DE/katello.po.time_stamp +0 -0
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/en_GB/katello.po.time_stamp +0 -0
- data/locale/en_US/katello.po.time_stamp +0 -0
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/et_EE/katello.po.time_stamp +0 -0
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/he_IL/katello.po.time_stamp +0 -0
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/ml_IN/katello.po.time_stamp +0 -0
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/nl_NL/katello.po.time_stamp +0 -0
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/katello.po.time_stamp +0 -0
- data/locale/pl_PL/katello.po.time_stamp +0 -0
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ro/katello.po.time_stamp +0 -0
- data/locale/ro_RO/katello.po.time_stamp +0 -0
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/katello.po.time_stamp +0 -0
- data/locale/sv_SE/katello.po.time_stamp +0 -0
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/ta_IN/katello.po.time_stamp +0 -0
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/katello.po.time_stamp +0 -0
- data/locale/vi_VN/katello.po.time_stamp +0 -0
- data/locale/zh/katello.po.time_stamp +0 -0
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/katello.po.time_stamp +0 -0
data/locale/pt_BR/katello.po
CHANGED
@@ -479,9 +479,6 @@ msgstr ""
|
|
479
479
|
msgid "About page"
|
480
480
|
msgstr ""
|
481
481
|
|
482
|
-
msgid "Abstract async task"
|
483
|
-
msgstr "Tarefa assíncrona abstrata"
|
484
|
-
|
485
482
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
486
483
|
msgstr ""
|
487
484
|
|
@@ -617,9 +614,6 @@ msgstr ""
|
|
617
614
|
msgid "Add one or more host collections to one or more hosts"
|
618
615
|
msgstr "Adicionar uma ou mais coleções de hosts a um ou mais hosts"
|
619
616
|
|
620
|
-
msgid "Add ons"
|
621
|
-
msgstr "Complementos"
|
622
|
-
|
623
617
|
msgid "Add products to sync plan"
|
624
618
|
msgstr "Adicionar produtos ao plano de sincronização"
|
625
619
|
|
@@ -650,9 +644,6 @@ msgstr ""
|
|
650
644
|
msgid "Add to a host collection"
|
651
645
|
msgstr ""
|
652
646
|
|
653
|
-
msgid "Add-ons"
|
654
|
-
msgstr ""
|
655
|
-
|
656
647
|
msgid "Added"
|
657
648
|
msgstr ""
|
658
649
|
|
@@ -713,15 +704,15 @@ msgstr ""
|
|
713
704
|
msgid "All versions will be removed from these environments"
|
714
705
|
msgstr ""
|
715
706
|
|
716
|
-
msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
|
717
|
-
msgstr ""
|
718
|
-
|
719
707
|
msgid "Allow deleting repositories in published content views"
|
720
708
|
msgstr ""
|
721
709
|
|
722
710
|
msgid "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
|
723
711
|
msgstr ""
|
724
712
|
|
713
|
+
msgid "Allow hosts or activation keys to be associated with multiple content view environments"
|
714
|
+
msgstr ""
|
715
|
+
|
725
716
|
msgid "Allow hosts to re-register themselves only when they are in build mode"
|
726
717
|
msgstr ""
|
727
718
|
|
@@ -947,10 +938,10 @@ msgstr "Atribuir o ambiente e a visualização de conteúdo a um ou mais hosts"
|
|
947
938
|
msgid "Assign the release version to one or more hosts"
|
948
939
|
msgstr "Atribuir a versão de lançamento a um ou mais hosts"
|
949
940
|
|
950
|
-
msgid "Assigning a host to multiple content view environments is not enabled."
|
941
|
+
msgid "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
|
951
942
|
msgstr ""
|
952
943
|
|
953
|
-
msgid "Assigning an activation key to multiple content view environments is not enabled."
|
944
|
+
msgid "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
|
954
945
|
msgstr ""
|
955
946
|
|
956
947
|
msgid "Associated location IDs"
|
@@ -971,15 +962,15 @@ msgstr "Ao menos uma chave de ativação deve ser fornecida"
|
|
971
962
|
msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
|
972
963
|
msgstr "Ao menos uma chave de ativação deve possuir um ambiente de ciclo de vida e visualização de conteúdo atribuído à ele."
|
973
964
|
|
965
|
+
msgid "At least one errata type option needs to be selected."
|
966
|
+
msgstr ""
|
967
|
+
|
974
968
|
msgid "At least one of the selected items requires the host to reboot"
|
975
969
|
msgstr ""
|
976
970
|
|
977
971
|
msgid "At least one organization must exist."
|
978
972
|
msgstr "Deve existir ao menos uma organização"
|
979
973
|
|
980
|
-
msgid "Atleast one errata type needs to be selected."
|
981
|
-
msgstr ""
|
982
|
-
|
983
974
|
msgid "Attach a subscription"
|
984
975
|
msgstr "Anexar uma subscrição"
|
985
976
|
|
@@ -1004,9 +995,6 @@ msgstr "Autor"
|
|
1004
995
|
msgid "Auto Publish - Triggered by '%s'"
|
1005
996
|
msgstr "Auto Publish - Disparado por '%s'"
|
1006
997
|
|
1007
|
-
msgid "Auto attach subscriptions"
|
1008
|
-
msgstr "Anexar as subscrições automaticamente"
|
1009
|
-
|
1010
998
|
msgid "Auto publish"
|
1011
999
|
msgstr ""
|
1012
1000
|
|
@@ -1022,6 +1010,12 @@ msgstr "Direitos disponíveis"
|
|
1022
1010
|
msgid "Available Repositories"
|
1023
1011
|
msgstr "Repositórios disponíveis"
|
1024
1012
|
|
1013
|
+
msgid "Available image"
|
1014
|
+
msgstr ""
|
1015
|
+
|
1016
|
+
msgid "Available image digest"
|
1017
|
+
msgstr ""
|
1018
|
+
|
1025
1019
|
msgid "Available schema versions"
|
1026
1020
|
msgstr ""
|
1027
1021
|
|
@@ -1037,6 +1031,9 @@ msgstr ""
|
|
1037
1031
|
msgid "Base URL for finding alternate content"
|
1038
1032
|
msgstr ""
|
1039
1033
|
|
1034
|
+
msgid "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/."
|
1035
|
+
msgstr ""
|
1036
|
+
|
1040
1037
|
msgid "Base URL to perform repo discovery on"
|
1041
1038
|
msgstr "URL base na qual a descoberta de repositório deve ser realizada"
|
1042
1039
|
|
@@ -1082,6 +1079,24 @@ msgstr "Adicionar esta pesquisa a um marcador"
|
|
1082
1079
|
msgid "Bookmarks marked as public are available to all users"
|
1083
1080
|
msgstr ""
|
1084
1081
|
|
1082
|
+
msgid "Bootc rollback via Bootc interface"
|
1083
|
+
msgstr ""
|
1084
|
+
|
1085
|
+
msgid "Bootc status via Bootc interface"
|
1086
|
+
msgstr ""
|
1087
|
+
|
1088
|
+
msgid "Bootc switch via Bootc interface"
|
1089
|
+
msgstr ""
|
1090
|
+
|
1091
|
+
msgid "Bootc upgrade via Bootc interface"
|
1092
|
+
msgstr ""
|
1093
|
+
|
1094
|
+
msgid "Booted Container Images"
|
1095
|
+
msgstr ""
|
1096
|
+
|
1097
|
+
msgid "Booted container images"
|
1098
|
+
msgstr ""
|
1099
|
+
|
1085
1100
|
msgid "Both"
|
1086
1101
|
msgstr ""
|
1087
1102
|
|
@@ -1361,6 +1376,9 @@ msgstr ""
|
|
1361
1376
|
msgid "Cannot upload Container Image content."
|
1362
1377
|
msgstr "Não é possível carregar o conteúdo da Imagem de contêiner."
|
1363
1378
|
|
1379
|
+
msgid "Cannot upload container content via Hammer/API. Use podman push instead."
|
1380
|
+
msgstr ""
|
1381
|
+
|
1364
1382
|
msgid "Capacity"
|
1365
1383
|
msgstr "Capacidade"
|
1366
1384
|
|
@@ -1436,13 +1454,13 @@ msgstr "Fechar"
|
|
1436
1454
|
msgid "Collapse All"
|
1437
1455
|
msgstr "Recolher todos"
|
1438
1456
|
|
1439
|
-
msgid "Comma-separated list of
|
1457
|
+
msgid "Comma-separated list of content view environment labels associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
1440
1458
|
msgstr ""
|
1441
1459
|
|
1442
|
-
msgid "Comma-separated list of
|
1460
|
+
msgid "Comma-separated list of content view environment labels to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
1443
1461
|
msgstr ""
|
1444
1462
|
|
1445
|
-
msgid "Comma-separated list of
|
1463
|
+
msgid "Comma-separated list of content view environment labels to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
1446
1464
|
msgstr ""
|
1447
1465
|
|
1448
1466
|
msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
|
@@ -1454,9 +1472,6 @@ msgstr ""
|
|
1454
1472
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1455
1473
|
msgstr ""
|
1456
1474
|
|
1457
|
-
msgid "Commit upload"
|
1458
|
-
msgstr ""
|
1459
|
-
|
1460
1475
|
msgid "Compare"
|
1461
1476
|
msgstr ""
|
1462
1477
|
|
@@ -1667,6 +1682,9 @@ msgstr ""
|
|
1667
1682
|
msgid "Content imported by %{user} into content view '%{name}'"
|
1668
1683
|
msgstr ""
|
1669
1684
|
|
1685
|
+
msgid "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer."
|
1686
|
+
msgstr ""
|
1687
|
+
|
1670
1688
|
msgid "Content not uploaded to pulp"
|
1671
1689
|
msgstr ""
|
1672
1690
|
|
@@ -1727,6 +1745,9 @@ msgstr ""
|
|
1727
1745
|
msgid "Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish."
|
1728
1746
|
msgstr ""
|
1729
1747
|
|
1748
|
+
msgid "Content view environment"
|
1749
|
+
msgstr ""
|
1750
|
+
|
1730
1751
|
msgid "Content view environments"
|
1731
1752
|
msgstr ""
|
1732
1753
|
|
@@ -1775,6 +1796,9 @@ msgstr ""
|
|
1775
1796
|
msgid "Content view version is empty"
|
1776
1797
|
msgstr ""
|
1777
1798
|
|
1799
|
+
msgid "Content view version is empty or content counts are not up to date"
|
1800
|
+
msgstr ""
|
1801
|
+
|
1778
1802
|
msgid "Content views"
|
1779
1803
|
msgstr ""
|
1780
1804
|
|
@@ -1802,27 +1826,15 @@ msgstr ""
|
|
1802
1826
|
msgid "Copy"
|
1803
1827
|
msgstr ""
|
1804
1828
|
|
1805
|
-
msgid "Copy all units"
|
1806
|
-
msgstr ""
|
1807
|
-
|
1808
1829
|
msgid "Copy an activation key"
|
1809
1830
|
msgstr "Copiar uma chave de ativação"
|
1810
1831
|
|
1811
|
-
msgid "Copy content"
|
1812
|
-
msgstr ""
|
1813
|
-
|
1814
1832
|
msgid "Copy content view"
|
1815
1833
|
msgstr ""
|
1816
1834
|
|
1817
1835
|
msgid "Copy to clipboard"
|
1818
1836
|
msgstr "Copiar para área de transferência"
|
1819
1837
|
|
1820
|
-
msgid "Copy version"
|
1821
|
-
msgstr ""
|
1822
|
-
|
1823
|
-
msgid "Copy version units to library"
|
1824
|
-
msgstr "Copiar unidades da versão para a biblioteca"
|
1825
|
-
|
1826
1838
|
msgid "Cores per socket"
|
1827
1839
|
msgstr "Núcleos por soquete"
|
1828
1840
|
|
@@ -1997,6 +2009,9 @@ msgstr "Criar um repositório personalizado "
|
|
1997
2009
|
msgid "Create a filter rule. The parameters included should be based upon the filter type."
|
1998
2010
|
msgstr "Criar uma regra de filtro. Os parâmetros incluídos devem basear-se no tipo de filtro. "
|
1999
2011
|
|
2012
|
+
msgid "Create a flatpak remote"
|
2013
|
+
msgstr ""
|
2014
|
+
|
2000
2015
|
msgid "Create a host collection"
|
2001
2016
|
msgstr "Criar uma coleção de host"
|
2002
2017
|
|
@@ -2027,21 +2042,12 @@ msgstr ""
|
|
2027
2042
|
msgid "Create content view"
|
2028
2043
|
msgstr ""
|
2029
2044
|
|
2030
|
-
msgid "Create exporter"
|
2031
|
-
msgstr ""
|
2032
|
-
|
2033
2045
|
msgid "Create filter"
|
2034
2046
|
msgstr ""
|
2035
2047
|
|
2036
2048
|
msgid "Create host collection"
|
2037
2049
|
msgstr ""
|
2038
2050
|
|
2039
|
-
msgid "Create import"
|
2040
|
-
msgstr ""
|
2041
|
-
|
2042
|
-
msgid "Create importer"
|
2043
|
-
msgstr ""
|
2044
|
-
|
2045
2051
|
msgid "Create new activation key"
|
2046
2052
|
msgstr ""
|
2047
2053
|
|
@@ -2051,12 +2057,6 @@ msgstr "Criar organização"
|
|
2051
2057
|
msgid "Create package filter rule"
|
2052
2058
|
msgstr ""
|
2053
2059
|
|
2054
|
-
msgid "Create publication"
|
2055
|
-
msgstr ""
|
2056
|
-
|
2057
|
-
msgid "Create remote"
|
2058
|
-
msgstr ""
|
2059
|
-
|
2060
2060
|
msgid "Create rule"
|
2061
2061
|
msgstr ""
|
2062
2062
|
|
@@ -2282,6 +2282,9 @@ msgstr "Remove Visualização de Conteúdo"
|
|
2282
2282
|
msgid "Delete a filter rule"
|
2283
2283
|
msgstr "Remover uma regra de filtro"
|
2284
2284
|
|
2285
|
+
msgid "Delete a flatpak remote"
|
2286
|
+
msgstr ""
|
2287
|
+
|
2285
2288
|
msgid "Delete activation key?"
|
2286
2289
|
msgstr ""
|
2287
2290
|
|
@@ -2303,36 +2306,12 @@ msgstr ""
|
|
2303
2306
|
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."
|
2304
2307
|
msgstr ""
|
2305
2308
|
|
2306
|
-
msgid "Delete distributions"
|
2307
|
-
msgstr ""
|
2308
|
-
|
2309
2309
|
msgid "Delete manifest from Red Hat provider"
|
2310
2310
|
msgstr "Remover manifesto do provedor da Red Hat"
|
2311
2311
|
|
2312
2312
|
msgid "Delete multiple filters from a content view"
|
2313
2313
|
msgstr ""
|
2314
2314
|
|
2315
|
-
msgid "Delete orphan alternate content sources"
|
2316
|
-
msgstr ""
|
2317
|
-
|
2318
|
-
msgid "Delete orphan distributions"
|
2319
|
-
msgstr ""
|
2320
|
-
|
2321
|
-
msgid "Delete orphan remotes"
|
2322
|
-
msgstr ""
|
2323
|
-
|
2324
|
-
msgid "Delete orphan repository versions"
|
2325
|
-
msgstr ""
|
2326
|
-
|
2327
|
-
msgid "Delete orphaned migrated repositories"
|
2328
|
-
msgstr ""
|
2329
|
-
|
2330
|
-
msgid "Delete remote"
|
2331
|
-
msgstr ""
|
2332
|
-
|
2333
|
-
msgid "Delete repository references"
|
2334
|
-
msgstr ""
|
2335
|
-
|
2336
2315
|
msgid "Delete version"
|
2337
2316
|
msgstr ""
|
2338
2317
|
|
@@ -2378,6 +2357,9 @@ msgstr "Descrição para uma visualização de conteúdo"
|
|
2378
2357
|
msgid "Description for the new published content view version"
|
2379
2358
|
msgstr "Descrição para nova versão da visualização de conteúdo publicada"
|
2380
2359
|
|
2360
|
+
msgid "Description of the flatpak remote"
|
2361
|
+
msgstr ""
|
2362
|
+
|
2381
2363
|
msgid "Description of the repository"
|
2382
2364
|
msgstr "Descrição do repositório"
|
2383
2365
|
|
@@ -2429,12 +2411,6 @@ msgstr "Destruir um ambiente "
|
|
2429
2411
|
msgid "Destroy an environment in an organization"
|
2430
2412
|
msgstr "Destruir um ambiente em uma organização "
|
2431
2413
|
|
2432
|
-
msgid "Destroy exporter"
|
2433
|
-
msgstr ""
|
2434
|
-
|
2435
|
-
msgid "Destroy importer"
|
2436
|
-
msgstr ""
|
2437
|
-
|
2438
2414
|
msgid "Destroy one or more alternate content sources"
|
2439
2415
|
msgstr ""
|
2440
2416
|
|
@@ -2483,9 +2459,6 @@ msgstr "Desativado"
|
|
2483
2459
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
2484
2460
|
msgstr ""
|
2485
2461
|
|
2486
|
-
msgid "Discover"
|
2487
|
-
msgstr "Descubra"
|
2488
|
-
|
2489
2462
|
msgid "Discover Repositories"
|
2490
2463
|
msgstr "Descobrir Repositórios "
|
2491
2464
|
|
@@ -2681,9 +2654,6 @@ msgstr "IDs de Ambiente"
|
|
2681
2654
|
msgid "Environment cannot be in its own promotion path"
|
2682
2655
|
msgstr "O Ambiente não pode estar em seu próprio caminho de promoção"
|
2683
2656
|
|
2684
|
-
msgid "Environment contents refresh"
|
2685
|
-
msgstr ""
|
2686
|
-
|
2687
2657
|
msgid "Environment identifier"
|
2688
2658
|
msgstr "Identificador de ambiente"
|
2689
2659
|
|
@@ -2723,9 +2693,6 @@ msgstr ""
|
|
2723
2693
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
2724
2694
|
msgstr "ID de Errata da erratum (RHSA-2012: 108) "
|
2725
2695
|
|
2726
|
-
msgid "Errata mail"
|
2727
|
-
msgstr "E-mail da Errata"
|
2728
|
-
|
2729
2696
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2730
2697
|
msgstr ""
|
2731
2698
|
|
@@ -2885,9 +2852,6 @@ msgstr "Busque os fluxos de módulos disponíveis para os hosts."
|
|
2885
2852
|
msgid "Fetch installable errata for one or more hosts."
|
2886
2853
|
msgstr "Busque as erratas instaláveis para um ou mais hosts."
|
2887
2854
|
|
2888
|
-
msgid "Fetch pxe files"
|
2889
|
-
msgstr "Buscar arquivos de PXE"
|
2890
|
-
|
2891
2855
|
msgid "Fetch traces for one or more hosts"
|
2892
2856
|
msgstr "Buscar rastreamentos para um ou mais hosts"
|
2893
2857
|
|
@@ -2981,9 +2945,6 @@ msgstr "Filtrar versões por número de versões"
|
|
2981
2945
|
msgid "Filter versions that are components in the specified composite version"
|
2982
2946
|
msgstr "Filtrar versões que sejam componentes na coleção de versão especificada"
|
2983
2947
|
|
2984
|
-
msgid "Filtered index content"
|
2985
|
-
msgstr "Conteúdo de índice filtrado"
|
2986
|
-
|
2987
2948
|
msgid "Filters"
|
2988
2949
|
msgstr "Filtros"
|
2989
2950
|
|
@@ -3005,6 +2966,15 @@ msgstr ""
|
|
3005
2966
|
msgid "Finished"
|
3006
2967
|
msgstr "Concluído"
|
3007
2968
|
|
2969
|
+
msgid "Flatpak Remotes"
|
2970
|
+
msgstr ""
|
2971
|
+
|
2972
|
+
msgid "Flatpak remote numeric identifier"
|
2973
|
+
msgstr ""
|
2974
|
+
|
2975
|
+
msgid "Flatpak remote repository numeric identifier"
|
2976
|
+
msgstr ""
|
2977
|
+
|
3008
2978
|
msgid "Force"
|
3009
2979
|
msgstr ""
|
3010
2980
|
|
@@ -3069,9 +3039,6 @@ msgstr ""
|
|
3069
3039
|
msgid "Generate host applicability"
|
3070
3040
|
msgstr "Gerar aplicabilidade de host"
|
3071
3041
|
|
3072
|
-
msgid "Generate metadata"
|
3073
|
-
msgstr ""
|
3074
|
-
|
3075
3042
|
msgid "Generate repository applicability"
|
3076
3043
|
msgstr "Gerar aplicabilidade de repositório"
|
3077
3044
|
|
@@ -3309,12 +3276,6 @@ msgstr ""
|
|
3309
3276
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3310
3277
|
msgstr "Como encomendar os resultados classificados (por exemplo ASC para ascendente) "
|
3311
3278
|
|
3312
|
-
msgid "Hypervisors"
|
3313
|
-
msgstr "Hipervisores"
|
3314
|
-
|
3315
|
-
msgid "Hypervisors update"
|
3316
|
-
msgstr "Atualização de hipervisores"
|
3317
|
-
|
3318
3279
|
msgid "ID of a HTTP Proxy"
|
3319
3280
|
msgstr "ID de um Proxy HTTP"
|
3320
3281
|
|
@@ -3336,6 +3297,9 @@ msgstr "ID de um ambiente para exibir os repositórios em"
|
|
3336
3297
|
msgid "ID of an organization to show repositories in"
|
3337
3298
|
msgstr "ID de uma organização para exibir os repositórios em"
|
3338
3299
|
|
3300
|
+
msgid "ID of flatpak remote to show repositories of"
|
3301
|
+
msgstr ""
|
3302
|
+
|
3339
3303
|
msgid "ID of the Organization"
|
3340
3304
|
msgstr "ID da organização"
|
3341
3305
|
|
@@ -3396,12 +3360,18 @@ msgstr ""
|
|
3396
3360
|
msgid "Id of the content host"
|
3397
3361
|
msgstr "ID do host de conteúdo"
|
3398
3362
|
|
3363
|
+
msgid "Id of the content view to limit the content counting on"
|
3364
|
+
msgstr ""
|
3365
|
+
|
3399
3366
|
msgid "Id of the content view to limit the synchronization on"
|
3400
3367
|
msgstr ""
|
3401
3368
|
|
3402
3369
|
msgid "Id of the content view to limit verifying checksum on"
|
3403
3370
|
msgstr ""
|
3404
3371
|
|
3372
|
+
msgid "Id of the environment to limit the content counting on"
|
3373
|
+
msgstr ""
|
3374
|
+
|
3405
3375
|
msgid "Id of the environment to limit the synchronization on"
|
3406
3376
|
msgstr "ID do ambiente para limitar a sincronização em"
|
3407
3377
|
|
@@ -3423,6 +3393,9 @@ msgstr "ID da organização para obter o estado para"
|
|
3423
3393
|
msgid "Id of the organization to limit environments on"
|
3424
3394
|
msgstr "ID da organização para limitar os ambientes em "
|
3425
3395
|
|
3396
|
+
msgid "Id of the repository to limit the content counting on"
|
3397
|
+
msgstr ""
|
3398
|
+
|
3426
3399
|
msgid "Id of the repository to limit the synchronization on"
|
3427
3400
|
msgstr ""
|
3428
3401
|
|
@@ -3560,6 +3533,27 @@ msgstr ""
|
|
3560
3533
|
msgid "Image"
|
3561
3534
|
msgstr ""
|
3562
3535
|
|
3536
|
+
msgid "Image digest"
|
3537
|
+
msgstr ""
|
3538
|
+
|
3539
|
+
msgid "Image digests"
|
3540
|
+
msgstr ""
|
3541
|
+
|
3542
|
+
msgid "Image mode"
|
3543
|
+
msgstr ""
|
3544
|
+
|
3545
|
+
msgid "Image mode / package mode"
|
3546
|
+
msgstr ""
|
3547
|
+
|
3548
|
+
msgid "Image mode details"
|
3549
|
+
msgstr ""
|
3550
|
+
|
3551
|
+
msgid "Image name"
|
3552
|
+
msgstr ""
|
3553
|
+
|
3554
|
+
msgid "Image-mode host"
|
3555
|
+
msgstr ""
|
3556
|
+
|
3563
3557
|
msgid "Immediate"
|
3564
3558
|
msgstr "Imediato(a)"
|
3565
3559
|
|
@@ -3602,9 +3596,6 @@ msgstr ""
|
|
3602
3596
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3603
3597
|
msgstr ""
|
3604
3598
|
|
3605
|
-
msgid "Import migration"
|
3606
|
-
msgstr ""
|
3607
|
-
|
3608
3599
|
msgid "Import new manifest"
|
3609
3600
|
msgstr ""
|
3610
3601
|
|
@@ -3614,12 +3605,6 @@ msgstr ""
|
|
3614
3605
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3615
3606
|
msgstr ""
|
3616
3607
|
|
3617
|
-
msgid "Import repository upload"
|
3618
|
-
msgstr ""
|
3619
|
-
|
3620
|
-
msgid "Import upload"
|
3621
|
-
msgstr ""
|
3622
|
-
|
3623
3608
|
msgid "Import uploads into a repository"
|
3624
3609
|
msgstr "Importar carregamentos para um repositório"
|
3625
3610
|
|
@@ -3662,6 +3647,9 @@ msgstr ""
|
|
3662
3647
|
msgid "Include filter"
|
3663
3648
|
msgstr ""
|
3664
3649
|
|
3650
|
+
msgid "Include manifests"
|
3651
|
+
msgstr ""
|
3652
|
+
|
3665
3653
|
msgid "Included"
|
3666
3654
|
msgstr ""
|
3667
3655
|
|
@@ -3683,9 +3671,6 @@ msgstr "Atualização Adicional"
|
|
3683
3671
|
msgid "Incremental Update incomplete."
|
3684
3672
|
msgstr "Atualização Adicional incompleta"
|
3685
3673
|
|
3686
|
-
msgid "Incremental Update of Content View Version(s) "
|
3687
|
-
msgstr "Atualização incremental de versão(ões) da Exibição de Conteúdo."
|
3688
|
-
|
3689
3674
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
3690
3675
|
msgstr "Atualização Incremental de %{content_view_count} Versão(ões) de Visualização de Conteúdo "
|
3691
3676
|
|
@@ -3698,27 +3683,12 @@ msgstr "A atualização incremental requer pelo menos uma unidade de conteúdo"
|
|
3698
3683
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
3699
3684
|
msgstr "Atualização incremental especificada para a versão composta %{name} %{version} , mas nenhum componente atualizado."
|
3700
3685
|
|
3701
|
-
msgid "Index content"
|
3702
|
-
msgstr "Indexar conteúdo "
|
3703
|
-
|
3704
|
-
msgid "Index errata"
|
3705
|
-
msgstr "Errata de índice"
|
3706
|
-
|
3707
|
-
msgid "Index module streams"
|
3708
|
-
msgstr "Indexar fluxos do módulo"
|
3709
|
-
|
3710
|
-
msgid "Index package groups"
|
3711
|
-
msgstr "Indexar grupos de pacotes "
|
3712
|
-
|
3713
3686
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3714
3687
|
msgstr "O tipo informativo deve ser um dos seguintes [ %{list} ]"
|
3715
3688
|
|
3716
3689
|
msgid "Inherit from Repository"
|
3717
3690
|
msgstr "Herdar de repositório"
|
3718
3691
|
|
3719
|
-
msgid "Initialize"
|
3720
|
-
msgstr ""
|
3721
|
-
|
3722
3692
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3723
3693
|
msgstr "Iniciar sincronização dos produtos anexados ao plano de sincronização "
|
3724
3694
|
|
@@ -3794,9 +3764,6 @@ msgstr "Instalando Grupo de Pacote..."
|
|
3794
3764
|
msgid "Installing Package..."
|
3795
3765
|
msgstr "Instalando Pacotes..."
|
3796
3766
|
|
3797
|
-
msgid "Instance update"
|
3798
|
-
msgstr "Atualização de instância"
|
3799
|
-
|
3800
3767
|
msgid "Instance-based"
|
3801
3768
|
msgstr "Baseado em instância"
|
3802
3769
|
|
@@ -3827,8 +3794,8 @@ msgstr "Intervalo de datas inválido. A data de início da regra do filtro de er
|
|
3827
3794
|
msgid "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'"
|
3828
3795
|
msgstr "Regra de filtragem de errata inválido, 'errata_id' não pode ser especificada na mesma tupla como 'start_date', 'end_date \"ou\" tipos \""
|
3829
3796
|
|
3830
|
-
msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or '
|
3831
|
-
msgstr "
|
3797
|
+
msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date', 'types', or 'allow_other_types'"
|
3798
|
+
msgstr ""
|
3832
3799
|
|
3833
3800
|
msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
|
3834
3801
|
msgstr "Tipos de errata inválidos %{invalid_types} fornecidos. O tipo de errata pode ser qualquer um de %.{valid_types}"
|
@@ -3911,9 +3878,27 @@ msgstr ""
|
|
3911
3878
|
msgid "Job '${description}' has started."
|
3912
3879
|
msgstr ""
|
3913
3880
|
|
3881
|
+
msgid "Katello Bootc interface"
|
3882
|
+
msgstr ""
|
3883
|
+
|
3914
3884
|
msgid "Katello ID of local pool to update"
|
3915
3885
|
msgstr "ID do Katello de pool local para atualizar"
|
3916
3886
|
|
3887
|
+
msgid "Katello: Bootc Action"
|
3888
|
+
msgstr ""
|
3889
|
+
|
3890
|
+
msgid "Katello: Bootc Rollback"
|
3891
|
+
msgstr ""
|
3892
|
+
|
3893
|
+
msgid "Katello: Bootc Status"
|
3894
|
+
msgstr ""
|
3895
|
+
|
3896
|
+
msgid "Katello: Bootc Switch"
|
3897
|
+
msgstr ""
|
3898
|
+
|
3899
|
+
msgid "Katello: Bootc Upgrade"
|
3900
|
+
msgstr ""
|
3901
|
+
|
3917
3902
|
msgid "Katello: Configure host for new content source"
|
3918
3903
|
msgstr ""
|
3919
3904
|
|
@@ -3962,6 +3947,9 @@ msgstr ""
|
|
3962
3947
|
msgid "Katello: Upload Profile"
|
3963
3948
|
msgstr ""
|
3964
3949
|
|
3950
|
+
msgid "Keep latest packages"
|
3951
|
+
msgstr ""
|
3952
|
+
|
3965
3953
|
msgid "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)"
|
3966
3954
|
msgstr "Hash de chave-valor de fatos subscription-manager, o aninhamento utiliza um período (.) como delimitador"
|
3967
3955
|
|
@@ -3986,6 +3974,9 @@ msgstr "Rótulo do conteúdo"
|
|
3986
3974
|
msgid "Label of the content view"
|
3987
3975
|
msgstr ""
|
3988
3976
|
|
3977
|
+
msgid "Label of the flatpak remote"
|
3978
|
+
msgstr ""
|
3979
|
+
|
3989
3980
|
msgid "Last check-in:"
|
3990
3981
|
msgstr ""
|
3991
3982
|
|
@@ -4151,6 +4142,9 @@ msgstr "Listar lançamentos disponíveis na organização"
|
|
4151
4142
|
msgid "List available subscriptions from Red Hat Subscription Management"
|
4152
4143
|
msgstr "Listar subscrições disponíveis do Red Hat Subscription Management"
|
4153
4144
|
|
4145
|
+
msgid "List booted bootc container images for hosts"
|
4146
|
+
msgstr ""
|
4147
|
+
|
4154
4148
|
msgid "List components attached to this content view"
|
4155
4149
|
msgstr "Listar componentes vinculados a esta visualização de conteúdo"
|
4156
4150
|
|
@@ -4190,6 +4184,15 @@ msgstr ""
|
|
4190
4184
|
msgid "List filter rules"
|
4191
4185
|
msgstr "Listar regras de filtro"
|
4192
4186
|
|
4187
|
+
msgid "List flatpak remote repositories"
|
4188
|
+
msgstr ""
|
4189
|
+
|
4190
|
+
msgid "List flatpak remote's repositories"
|
4191
|
+
msgstr ""
|
4192
|
+
|
4193
|
+
msgid "List flatpak remotes"
|
4194
|
+
msgstr ""
|
4195
|
+
|
4193
4196
|
msgid "List host collections"
|
4194
4197
|
msgstr "Listar coleções de host"
|
4195
4198
|
|
@@ -4355,6 +4358,9 @@ msgstr "Listar os ambientes de ciclo de vida vinculados ao proxy inteligente"
|
|
4355
4358
|
msgid "List the lifecycle environments not attached to the smart proxy"
|
4356
4359
|
msgstr "Listar os ambientes de ciclo de vida não vinculados ao proxy inteligente"
|
4357
4360
|
|
4361
|
+
msgid "Load balancer"
|
4362
|
+
msgstr ""
|
4363
|
+
|
4358
4364
|
msgid "Loading"
|
4359
4365
|
msgstr "Carregando"
|
4360
4366
|
|
@@ -4484,9 +4490,6 @@ msgstr "Mensagem"
|
|
4484
4490
|
msgid "Messaging connection"
|
4485
4491
|
msgstr "Conexão de mensagem"
|
4486
4492
|
|
4487
|
-
msgid "Metadata generate"
|
4488
|
-
msgstr ""
|
4489
|
-
|
4490
4493
|
msgid ""
|
4491
4494
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
4492
4495
|
"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."
|
@@ -4498,6 +4501,12 @@ msgstr ""
|
|
4498
4501
|
msgid "Minimum version"
|
4499
4502
|
msgstr ""
|
4500
4503
|
|
4504
|
+
msgid "Mirror Remote Repository"
|
4505
|
+
msgstr ""
|
4506
|
+
|
4507
|
+
msgid "Mirror a flatpak remote repository"
|
4508
|
+
msgstr ""
|
4509
|
+
|
4501
4510
|
msgid "Missing activation key!"
|
4502
4511
|
msgstr ""
|
4503
4512
|
|
@@ -4510,6 +4519,9 @@ msgstr "Modelar"
|
|
4510
4519
|
msgid "Moderate"
|
4511
4520
|
msgstr "Moderado"
|
4512
4521
|
|
4522
|
+
msgid "Modify via remote execution"
|
4523
|
+
msgstr ""
|
4524
|
+
|
4513
4525
|
msgid "Modular"
|
4514
4526
|
msgstr ""
|
4515
4527
|
|
@@ -4531,13 +4543,7 @@ msgstr ""
|
|
4531
4543
|
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
4532
4544
|
msgstr ""
|
4533
4545
|
|
4534
|
-
msgid "Multi
|
4535
|
-
msgstr ""
|
4536
|
-
|
4537
|
-
msgid "Multi copy content"
|
4538
|
-
msgstr ""
|
4539
|
-
|
4540
|
-
msgid "Multi copy units"
|
4546
|
+
msgid "Multi Content View Environment"
|
4541
4547
|
msgstr ""
|
4542
4548
|
|
4543
4549
|
msgid "Multi-entitlement"
|
@@ -4597,6 +4603,12 @@ msgstr ""
|
|
4597
4603
|
msgid "Name of the content view"
|
4598
4604
|
msgstr "Nome da visualização de conteúdo "
|
4599
4605
|
|
4606
|
+
msgid "Name of the flatpak remote"
|
4607
|
+
msgstr ""
|
4608
|
+
|
4609
|
+
msgid "Name of the flatpak remote repository"
|
4610
|
+
msgstr ""
|
4611
|
+
|
4600
4612
|
msgid "Name of the host"
|
4601
4613
|
msgstr "Nome do host"
|
4602
4614
|
|
@@ -4720,6 +4732,9 @@ msgstr "Nenhuma ID de conteúdo fornecida "
|
|
4720
4732
|
msgid "No content in selected versions."
|
4721
4733
|
msgstr ""
|
4722
4734
|
|
4735
|
+
msgid "No content view environments"
|
4736
|
+
msgstr ""
|
4737
|
+
|
4723
4738
|
msgid "No content view environments found with ids: %{ids}"
|
4724
4739
|
msgstr ""
|
4725
4740
|
|
@@ -4756,9 +4771,6 @@ msgstr ""
|
|
4756
4771
|
msgid "No enabled repositories match your search criteria."
|
4757
4772
|
msgstr "Nenhum repositório habilitado corresponde aos critérios de pesquisa."
|
4758
4773
|
|
4759
|
-
msgid "No environment"
|
4760
|
-
msgstr ""
|
4761
|
-
|
4762
4774
|
msgid "No environments"
|
4763
4775
|
msgstr ""
|
4764
4776
|
|
@@ -5341,7 +5353,10 @@ msgstr "A instalação do pacote falhou: \"%{package}\""
|
|
5341
5353
|
msgid "Package installation: \"%{package}\" "
|
5342
5354
|
msgstr "Instalação da embalagem: \"%{package}\" "
|
5343
5355
|
|
5344
|
-
msgid "Package
|
5356
|
+
msgid "Package mode"
|
5357
|
+
msgstr ""
|
5358
|
+
|
5359
|
+
msgid "Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg,bdist_dumb,bdist_egg,bdist_msi,bdist_rpm,bdist_wheel,bdist_wininst,sdist."
|
5345
5360
|
msgstr ""
|
5346
5361
|
|
5347
5362
|
msgid "Packages"
|
@@ -5470,6 +5485,9 @@ msgstr "Por favor, aguarde..."
|
|
5470
5485
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5471
5486
|
msgstr ""
|
5472
5487
|
|
5488
|
+
msgid "Possible values: %s"
|
5489
|
+
msgstr ""
|
5490
|
+
|
5473
5491
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
5474
5492
|
msgstr ""
|
5475
5493
|
|
@@ -5518,6 +5536,9 @@ msgstr ""
|
|
5518
5536
|
msgid "Product ID"
|
5519
5537
|
msgstr "ID de produto"
|
5520
5538
|
|
5539
|
+
msgid "Product ID to mirror the remote repository to"
|
5540
|
+
msgstr ""
|
5541
|
+
|
5521
5542
|
msgid "Product and Repositories"
|
5522
5543
|
msgstr "Produto e Repositórios"
|
5523
5544
|
|
@@ -5702,9 +5723,6 @@ msgstr "Armazenamento pulp"
|
|
5702
5723
|
msgid "Pulp task error"
|
5703
5724
|
msgstr "Erro de tarefa Pulp"
|
5704
5725
|
|
5705
|
-
msgid "Purge completed tasks"
|
5706
|
-
msgstr ""
|
5707
|
-
|
5708
5726
|
msgid "Python Package"
|
5709
5727
|
msgstr ""
|
5710
5728
|
|
@@ -5813,9 +5831,6 @@ msgstr "Reinicialização necessária"
|
|
5813
5831
|
msgid "Reclaim Space"
|
5814
5832
|
msgstr ""
|
5815
5833
|
|
5816
|
-
msgid "Reclaim space"
|
5817
|
-
msgstr ""
|
5818
|
-
|
5819
5834
|
msgid "Reclaim space from On Demand repositories"
|
5820
5835
|
msgstr ""
|
5821
5836
|
|
@@ -5879,9 +5894,6 @@ msgstr "Atualizar Manifesto"
|
|
5879
5894
|
msgid "Refresh all alternate content sources"
|
5880
5895
|
msgstr ""
|
5881
5896
|
|
5882
|
-
msgid "Refresh all distributions"
|
5883
|
-
msgstr ""
|
5884
|
-
|
5885
5897
|
msgid "Refresh alternate content sources"
|
5886
5898
|
msgstr ""
|
5887
5899
|
|
@@ -5894,27 +5906,15 @@ msgstr ""
|
|
5894
5906
|
msgid "Refresh counts"
|
5895
5907
|
msgstr ""
|
5896
5908
|
|
5897
|
-
msgid "Refresh distribution"
|
5898
|
-
msgstr ""
|
5899
|
-
|
5900
5909
|
msgid "Refresh errata applicability"
|
5901
5910
|
msgstr ""
|
5902
5911
|
|
5903
|
-
msgid "Refresh if needed"
|
5904
|
-
msgstr ""
|
5905
|
-
|
5906
5912
|
msgid "Refresh package applicability"
|
5907
5913
|
msgstr ""
|
5908
5914
|
|
5909
5915
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5910
5916
|
msgstr "Atualizar manifesto importado anteriormente para provedor Red Hat "
|
5911
5917
|
|
5912
|
-
msgid "Refresh remote"
|
5913
|
-
msgstr ""
|
5914
|
-
|
5915
|
-
msgid "Refresh repos"
|
5916
|
-
msgstr ""
|
5917
|
-
|
5918
5918
|
msgid "Refresh source"
|
5919
5919
|
msgstr ""
|
5920
5920
|
|
@@ -5939,6 +5939,9 @@ msgstr ""
|
|
5939
5939
|
msgid "Registered on"
|
5940
5940
|
msgstr ""
|
5941
5941
|
|
5942
|
+
msgid "Registered to"
|
5943
|
+
msgstr ""
|
5944
|
+
|
5942
5945
|
msgid "Registering to multiple environments is not enabled."
|
5943
5946
|
msgstr ""
|
5944
5947
|
|
@@ -5954,9 +5957,6 @@ msgstr "O padrão de nome de registro resulta em nome de imagem de container inv
|
|
5954
5957
|
msgid "Registry name pattern will result in invalid container image name of member repositories"
|
5955
5958
|
msgstr "O padrão de nomes de registro resultará em nome de imagem de contêiner inválido de repositório de membro"
|
5956
5959
|
|
5957
|
-
msgid "Reindex subscriptions"
|
5958
|
-
msgstr "Reindexar subscrições "
|
5959
|
-
|
5960
5960
|
msgid "Related composite content views"
|
5961
5961
|
msgstr ""
|
5962
5962
|
|
@@ -6053,9 +6053,6 @@ msgstr "Remover uma ou mais coleções de um ou mais hosts"
|
|
6053
6053
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
6054
6054
|
msgstr ""
|
6055
6055
|
|
6056
|
-
msgid "Remove orphans"
|
6057
|
-
msgstr ""
|
6058
|
-
|
6059
6056
|
msgid "Remove package group via Katello interface"
|
6060
6057
|
msgstr "Remover grupo de pacotes via interface do Katello"
|
6061
6058
|
|
@@ -6083,12 +6080,6 @@ msgstr ""
|
|
6083
6080
|
msgid "Remove subscriptions from one or more hosts"
|
6084
6081
|
msgstr "Remover subscrições de um ou mais hosts"
|
6085
6082
|
|
6086
|
-
msgid "Remove units"
|
6087
|
-
msgstr ""
|
6088
|
-
|
6089
|
-
msgid "Remove unneeded repos"
|
6090
|
-
msgstr ""
|
6091
|
-
|
6092
6083
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
6093
6084
|
msgstr "Remover as versões e/ou ambientes a partir de uma visualização de conteúdo e reajustar os sistemas e as chaves"
|
6094
6085
|
|
@@ -6113,9 +6104,6 @@ msgstr ""
|
|
6113
6104
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
6114
6105
|
msgstr ""
|
6115
6106
|
|
6116
|
-
msgid "Repair"
|
6117
|
-
msgstr ""
|
6118
|
-
|
6119
6107
|
msgid "Replace content source on the target machine"
|
6120
6108
|
msgstr ""
|
6121
6109
|
|
@@ -6134,18 +6122,12 @@ msgstr "Repositórios"
|
|
6134
6122
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
6135
6123
|
msgstr ""
|
6136
6124
|
|
6137
|
-
msgid "Repositories certs reset"
|
6138
|
-
msgstr ""
|
6139
|
-
|
6140
6125
|
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."
|
6141
6126
|
msgstr ""
|
6142
6127
|
|
6143
6128
|
msgid "Repositories from published Content Views are not allowed."
|
6144
6129
|
msgstr "Repositórios de Visualizações de Conteúdo publicadas não são permitidas."
|
6145
6130
|
|
6146
|
-
msgid "Repositories gpg reset"
|
6147
|
-
msgstr ""
|
6148
|
-
|
6149
6131
|
msgid "Repository"
|
6150
6132
|
msgstr "Repo"
|
6151
6133
|
|
@@ -6437,6 +6419,12 @@ msgstr ""
|
|
6437
6419
|
msgid "Roles"
|
6438
6420
|
msgstr "Papéis"
|
6439
6421
|
|
6422
|
+
msgid "Rollback image"
|
6423
|
+
msgstr ""
|
6424
|
+
|
6425
|
+
msgid "Rollback image digest"
|
6426
|
+
msgstr ""
|
6427
|
+
|
6440
6428
|
msgid "Rules to be added"
|
6441
6429
|
msgstr ""
|
6442
6430
|
|
@@ -6449,6 +6437,12 @@ msgstr ""
|
|
6449
6437
|
msgid "Running"
|
6450
6438
|
msgstr "Executando"
|
6451
6439
|
|
6440
|
+
msgid "Running image"
|
6441
|
+
msgstr ""
|
6442
|
+
|
6443
|
+
msgid "Running image digest"
|
6444
|
+
msgstr ""
|
6445
|
+
|
6452
6446
|
msgid "SKU"
|
6453
6447
|
msgstr "SKU"
|
6454
6448
|
|
@@ -6476,25 +6470,10 @@ msgstr "SUBSCRIÇÕES EXPIRANDO EM BREVE"
|
|
6476
6470
|
msgid "Save"
|
6477
6471
|
msgstr "Salvar"
|
6478
6472
|
|
6479
|
-
msgid "Save artifact"
|
6480
|
-
msgstr ""
|
6481
|
-
|
6482
|
-
msgid "Save distribution references"
|
6483
|
-
msgstr ""
|
6484
|
-
|
6485
|
-
msgid "Save publication"
|
6486
|
-
msgstr ""
|
6487
|
-
|
6488
|
-
msgid "Save version"
|
6489
|
-
msgstr ""
|
6490
|
-
|
6491
|
-
msgid "Save versions"
|
6492
|
-
msgstr ""
|
6493
|
-
|
6494
6473
|
msgid "Saving alternate content source..."
|
6495
6474
|
msgstr ""
|
6496
6475
|
|
6497
|
-
msgid "Scan
|
6476
|
+
msgid "Scan a flatpak remote"
|
6498
6477
|
msgstr ""
|
6499
6478
|
|
6500
6479
|
msgid "Schema version 1"
|
@@ -6602,9 +6581,6 @@ msgstr ""
|
|
6602
6581
|
msgid "Select action"
|
6603
6582
|
msgstr ""
|
6604
6583
|
|
6605
|
-
msgid "Select add-ons"
|
6606
|
-
msgstr ""
|
6607
|
-
|
6608
6584
|
msgid "Select all"
|
6609
6585
|
msgstr ""
|
6610
6586
|
|
@@ -6743,15 +6719,15 @@ msgstr "Definir substituições de conteúdo para o host"
|
|
6743
6719
|
msgid "Set content overrides to one or more hosts"
|
6744
6720
|
msgstr "Definir substituições de conteúdo para um ou mais hosts"
|
6745
6721
|
|
6722
|
+
msgid "Set this HTTP proxy as the default content HTTP proxy"
|
6723
|
+
msgstr ""
|
6724
|
+
|
6746
6725
|
msgid "Set true to override to enabled; Set false to override to disabled.'"
|
6747
6726
|
msgstr ""
|
6748
6727
|
|
6749
6728
|
msgid "Set true to remove an override and reset it to 'default'"
|
6750
6729
|
msgstr "Defina verdadeiro para remover uma substituição e redefini-la como 'padrão'"
|
6751
6730
|
|
6752
|
-
msgid "Sets the system add-ons"
|
6753
|
-
msgstr "Define os complementos do sistema"
|
6754
|
-
|
6755
6731
|
msgid "Sets the system purpose usage"
|
6756
6732
|
msgstr "Define a finalidade de uso do sistema"
|
6757
6733
|
|
@@ -6785,6 +6761,12 @@ msgstr "Exibir um componente de visualização de conteúdo"
|
|
6785
6761
|
msgid "Show a content view's history"
|
6786
6762
|
msgstr "Exibir um histórico de visualização de conteúdo"
|
6787
6763
|
|
6764
|
+
msgid "Show a flatpak remote"
|
6765
|
+
msgstr ""
|
6766
|
+
|
6767
|
+
msgid "Show a flatpak remote repository"
|
6768
|
+
msgstr ""
|
6769
|
+
|
6788
6770
|
msgid "Show a host collection"
|
6789
6771
|
msgstr "Exibir uma coleção de host"
|
6790
6772
|
|
@@ -7112,6 +7094,12 @@ msgstr ""
|
|
7112
7094
|
msgid "Stacking ID"
|
7113
7095
|
msgstr "ID de pilha"
|
7114
7096
|
|
7097
|
+
msgid "Staged image"
|
7098
|
+
msgstr ""
|
7099
|
+
|
7100
|
+
msgid "Staged image digest"
|
7101
|
+
msgstr ""
|
7102
|
+
|
7115
7103
|
msgid "Start Date"
|
7116
7104
|
msgstr "Data de Início"
|
7117
7105
|
|
@@ -7277,9 +7265,6 @@ msgstr ""
|
|
7277
7265
|
msgid "Supported Content Types"
|
7278
7266
|
msgstr "Tipos de conteúdo compatíveis"
|
7279
7267
|
|
7280
|
-
msgid "Sync"
|
7281
|
-
msgstr ""
|
7282
|
-
|
7283
7268
|
msgid "Sync Canceled"
|
7284
7269
|
msgstr "Sincronização cancelada"
|
7285
7270
|
|
@@ -7334,9 +7319,6 @@ msgstr "Sinc um repositório"
|
|
7334
7319
|
msgid "Sync all repositories for a product"
|
7335
7320
|
msgstr "Sincronizar todos repositórios para um produto"
|
7336
7321
|
|
7337
|
-
msgid "Sync capsule"
|
7338
|
-
msgstr "Sincronizar cápsula"
|
7339
|
-
|
7340
7322
|
msgid "Sync complete."
|
7341
7323
|
msgstr "Sincronização concluída."
|
7342
7324
|
|
@@ -7355,9 +7337,6 @@ msgstr ""
|
|
7355
7337
|
msgid "Sync state"
|
7356
7338
|
msgstr ""
|
7357
7339
|
|
7358
|
-
msgid "Syncable export"
|
7359
|
-
msgstr ""
|
7360
|
-
|
7361
7340
|
msgid "Synced"
|
7362
7341
|
msgstr ""
|
7363
7342
|
|
@@ -7472,6 +7451,9 @@ msgstr "A ação solicitada sobre esta visão composta não pode ser executada a
|
|
7472
7451
|
msgid "The actual file contents"
|
7473
7452
|
msgstr "O conteúdo do arquivo atual "
|
7474
7453
|
|
7454
|
+
msgid "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions."
|
7455
|
+
msgstr ""
|
7456
|
+
|
7475
7457
|
msgid "The content type for the Alternate Content Source"
|
7476
7458
|
msgstr ""
|
7477
7459
|
|
@@ -7719,6 +7701,9 @@ msgstr ""
|
|
7719
7701
|
msgid "This content view version doesn't have a history."
|
7720
7702
|
msgstr "Esta versão de visualização de conteúdo não tem um histórico."
|
7721
7703
|
|
7704
|
+
msgid "This content view version is used in one or more multi-environment hosts. The version will simply be removed from the multi-environment hosts. The content view and lifecycle environment you select here will only apply to single-environment hosts. See hammer activation-key --help for more details."
|
7705
|
+
msgstr ""
|
7706
|
+
|
7722
7707
|
msgid "This content view will be automatically updated to the latest version."
|
7723
7708
|
msgstr ""
|
7724
7709
|
|
@@ -7731,6 +7716,9 @@ msgstr ""
|
|
7731
7716
|
msgid "This endpoint is primarily designed for UI interactions and uploading content into the repository. For API-based uploads, please use the 'content_uploads' endpoint instead."
|
7732
7717
|
msgstr ""
|
7733
7718
|
|
7719
|
+
msgid "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details."
|
7720
|
+
msgstr ""
|
7721
|
+
|
7734
7722
|
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
7735
7723
|
msgstr ""
|
7736
7724
|
|
@@ -7857,7 +7845,7 @@ msgstr ""
|
|
7857
7845
|
msgid "To manage packages, select an action."
|
7858
7846
|
msgstr ""
|
7859
7847
|
|
7860
|
-
msgid "
|
7848
|
+
msgid "Token/password for the flatpak remote"
|
7861
7849
|
msgstr ""
|
7862
7850
|
|
7863
7851
|
msgid "Total steps: "
|
@@ -8121,6 +8109,9 @@ msgstr "Atualizar a versão de visualização de conteúdo"
|
|
8121
8109
|
msgid "Update a filter rule. The parameters included should be based upon the filter type."
|
8122
8110
|
msgstr "Atualizar uma regra de filtro. Os parâmetros incluídos devem sre baseados sob o tipo de filtro."
|
8123
8111
|
|
8112
|
+
msgid "Update a flatpak remote"
|
8113
|
+
msgstr ""
|
8114
|
+
|
8124
8115
|
msgid "Update a host collection"
|
8125
8116
|
msgstr "Atualizar uma coleção de host"
|
8126
8117
|
|
@@ -8145,27 +8136,15 @@ msgstr "Atualizar um ambiente em uma organização"
|
|
8145
8136
|
msgid "Update content counts for the smart proxy"
|
8146
8137
|
msgstr ""
|
8147
8138
|
|
8148
|
-
msgid "Update content urls"
|
8149
|
-
msgstr "Atualizar urls do conteúdo"
|
8150
|
-
|
8151
8139
|
msgid "Update content view environments for host"
|
8152
8140
|
msgstr ""
|
8153
8141
|
|
8154
8142
|
msgid "Update content view environments for host %s"
|
8155
8143
|
msgstr ""
|
8156
8144
|
|
8157
|
-
msgid "Update distributions"
|
8158
|
-
msgstr ""
|
8159
|
-
|
8160
8145
|
msgid "Update hosts manually"
|
8161
8146
|
msgstr ""
|
8162
8147
|
|
8163
|
-
msgid "Update http proxy"
|
8164
|
-
msgstr "Atualizar proxy http"
|
8165
|
-
|
8166
|
-
msgid "Update http proxy details"
|
8167
|
-
msgstr "Atualizar detalhes do proxy http"
|
8168
|
-
|
8169
8148
|
msgid "Update installed packages, enabled repos, module inventory"
|
8170
8149
|
msgstr "Atualizar pacotes instalados, repositórios habilitados, inventário de módulos"
|
8171
8150
|
|
@@ -8181,21 +8160,12 @@ msgstr "Atualizar pacote via interface do Katello"
|
|
8181
8160
|
msgid "Update packages via Katello interface"
|
8182
8161
|
msgstr ""
|
8183
8162
|
|
8184
|
-
msgid "Update redhat repository"
|
8185
|
-
msgstr "Atualizar repositório redhat"
|
8186
|
-
|
8187
8163
|
msgid "Update release version for host"
|
8188
8164
|
msgstr "Atualizar versão do host"
|
8189
8165
|
|
8190
8166
|
msgid "Update release version for host %s"
|
8191
8167
|
msgstr "Versão de atualização para o host %s"
|
8192
8168
|
|
8193
|
-
msgid "Update remote"
|
8194
|
-
msgstr ""
|
8195
|
-
|
8196
|
-
msgid "Update repository"
|
8197
|
-
msgstr ""
|
8198
|
-
|
8199
8169
|
msgid "Update services requiring restart"
|
8200
8170
|
msgstr "Atualizar serviços que exigem reinicialização"
|
8201
8171
|
|
@@ -8286,12 +8256,6 @@ msgstr "Carregar uma parte do conteúdo do arquivo"
|
|
8286
8256
|
msgid "Upload a subscription manifest"
|
8287
8257
|
msgstr "Carregar um manifesto da subscrição"
|
8288
8258
|
|
8289
|
-
msgid "Upload content"
|
8290
|
-
msgstr ""
|
8291
|
-
|
8292
|
-
msgid "Upload file"
|
8293
|
-
msgstr ""
|
8294
|
-
|
8295
8259
|
msgid "Upload into"
|
8296
8260
|
msgstr "Carregar em"
|
8297
8261
|
|
@@ -8301,9 +8265,6 @@ msgstr ""
|
|
8301
8265
|
msgid "Upload request id"
|
8302
8266
|
msgstr "Carregar ID de requisição"
|
8303
8267
|
|
8304
|
-
msgid "Upload tag"
|
8305
|
-
msgstr ""
|
8306
|
-
|
8307
8268
|
msgid "Upstream Candlepin"
|
8308
8269
|
msgstr ""
|
8309
8270
|
|
@@ -8391,6 +8352,9 @@ msgstr "Nome do usuário"
|
|
8391
8352
|
msgid "Username for authentication. Relevant only for 'upstream_server' type."
|
8392
8353
|
msgstr ""
|
8393
8354
|
|
8355
|
+
msgid "Username for the flatpak remote"
|
8356
|
+
msgstr ""
|
8357
|
+
|
8394
8358
|
msgid "Username of the upstream repository user used for authentication"
|
8395
8359
|
msgstr "Nome de usuário do usuário do repositório upstream utilizado para autenticação"
|
8396
8360
|
|
@@ -8415,9 +8379,6 @@ msgstr "O valor deve ser booleano ou 'padrão' para 'habilitado'"
|
|
8415
8379
|
msgid "Verify SSL"
|
8416
8380
|
msgstr "Verifique o SSL"
|
8417
8381
|
|
8418
|
-
msgid "Verify checksum"
|
8419
|
-
msgstr "Verificação do checksum"
|
8420
|
-
|
8421
8382
|
msgid "Verify checksum for content on smart proxy"
|
8422
8383
|
msgstr ""
|
8423
8384
|
|
@@ -8724,6 +8685,9 @@ msgstr "um grupo de pacote"
|
|
8724
8685
|
msgid "actions not found"
|
8725
8686
|
msgstr "ações não encontradas"
|
8726
8687
|
|
8688
|
+
msgid "activation key"
|
8689
|
+
msgstr ""
|
8690
|
+
|
8727
8691
|
msgid "activation key identifier"
|
8728
8692
|
msgstr "identificador da chave de ativação"
|
8729
8693
|
|
@@ -8835,8 +8799,8 @@ msgstr "não pode ser nulo"
|
|
8835
8799
|
msgid "cannot be set because unlimited hosts is set"
|
8836
8800
|
msgstr "não pode ser definido porque os hosts ilimitados estão definidos"
|
8837
8801
|
|
8838
|
-
msgid "cannot be set for
|
8839
|
-
msgstr "
|
8802
|
+
msgid "cannot be set for repositories without 'Additive' mirroring policy."
|
8803
|
+
msgstr ""
|
8840
8804
|
|
8841
8805
|
msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
|
8842
8806
|
msgstr "não pode conter caracteres a não ser ascii alfa numéricos, '_', '-'."
|
@@ -8877,6 +8841,9 @@ msgstr "versão do lançamento de conteúdo"
|
|
8877
8841
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8878
8842
|
msgstr ""
|
8879
8843
|
|
8844
|
+
msgid "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8845
|
+
msgstr ""
|
8846
|
+
|
8880
8847
|
msgid "content view component ID. Identifier of the component association"
|
8881
8848
|
msgstr "ID de componente de visualização de conteúdo. Identificador da associação do componente"
|
8882
8849
|
|
@@ -8961,7 +8928,7 @@ msgstr "descrição do repositório"
|
|
8961
8928
|
msgid "disk"
|
8962
8929
|
msgstr ""
|
8963
8930
|
|
8964
|
-
msgid "download policy for
|
8931
|
+
msgid "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')"
|
8965
8932
|
msgstr ""
|
8966
8933
|
|
8967
8934
|
msgid "enables or disables synchronization"
|
@@ -9000,6 +8967,9 @@ msgstr ""
|
|
9000
8967
|
msgid "erratum: IDs or a select all object"
|
9001
8968
|
msgstr "erratum: IDs ou uma seleção de todos os objetos"
|
9002
8969
|
|
8970
|
+
msgid "erratum: allow types not matching a valid errata type"
|
8971
|
+
msgstr ""
|
8972
|
+
|
9003
8973
|
msgid "erratum: end date (YYYY-MM-DD)"
|
9004
8974
|
msgstr "erratum: data final (YYYY-MM-DD)"
|
9005
8975
|
|
@@ -9060,6 +9030,9 @@ msgstr "já está sendo utilizado para este produto"
|
|
9060
9030
|
msgid "here"
|
9061
9031
|
msgstr ""
|
9062
9032
|
|
9033
|
+
msgid "host"
|
9034
|
+
msgstr ""
|
9035
|
+
|
9063
9036
|
msgid "host collection name to filter by"
|
9064
9037
|
msgstr "filtrar por nome de coleção de host "
|
9065
9038
|
|
@@ -9180,6 +9153,18 @@ msgstr "IDs de fluxos de módulo"
|
|
9180
9153
|
msgid "module streams not found"
|
9181
9154
|
msgstr "fluxos de módulos não encontrados"
|
9182
9155
|
|
9156
|
+
msgid "multi-environment activation key"
|
9157
|
+
msgstr ""
|
9158
|
+
|
9159
|
+
msgid "multi-environment activation keys"
|
9160
|
+
msgstr ""
|
9161
|
+
|
9162
|
+
msgid "multi-environment host"
|
9163
|
+
msgstr ""
|
9164
|
+
|
9165
|
+
msgid "multi-environment hosts"
|
9166
|
+
msgstr ""
|
9167
|
+
|
9183
9168
|
msgid "must be %{gpg_key} or %{cert}"
|
9184
9169
|
msgstr "deve ser %{gpg_key} ou %{cert}"
|
9185
9170
|
|