katello 4.16.3 → 4.17.0.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +5 -3
- data/app/assets/javascripts/katello/locale/bn/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ca/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/cs/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/de/katello.js +87 -273
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/el/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/en/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/en_US/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/es/katello.js +242 -428
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/fr/katello.js +900 -1086
- data/app/assets/javascripts/katello/locale/gl/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/gu/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/hi/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/id/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/it/katello.js +78 -264
- data/app/assets/javascripts/katello/locale/ja/katello.js +628 -814
- data/app/assets/javascripts/katello/locale/ka/katello.js +474 -660
- data/app/assets/javascripts/katello/locale/kn/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ko/katello.js +2129 -2314
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/mr/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/or/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pa/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pl/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pt/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +255 -441
- data/app/assets/javascripts/katello/locale/ro/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ru/katello.js +78 -264
- data/app/assets/javascripts/katello/locale/sl/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ta/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/te/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/tr/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/vi/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/zh/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +632 -818
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +78 -264
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +19 -5
- data/app/controllers/katello/api/v2/content_view_components_controller.rb +6 -6
- data/app/controllers/katello/api/v2/content_view_filters_controller.rb +3 -0
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +6 -0
- data/app/controllers/katello/api/v2/content_views_controller.rb +12 -1
- data/app/controllers/katello/api/v2/exports_controller.rb +3 -0
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +12 -14
- data/app/controllers/katello/api/v2/organizations_controller.rb +10 -10
- data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +8 -2
- data/app/lib/actions/helpers/rolling_cv_repos.rb +25 -0
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +6 -1
- data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +39 -0
- data/app/lib/actions/katello/content_view/create.rb +3 -0
- data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +40 -0
- data/app/lib/actions/katello/content_view/remove.rb +8 -4
- data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +28 -0
- data/app/lib/actions/katello/content_view/update.rb +8 -0
- data/app/lib/actions/katello/repository/check_matching_content.rb +1 -8
- data/app/lib/actions/katello/repository/import_upload.rb +5 -0
- data/app/lib/actions/katello/repository/sync.rb +8 -4
- data/app/lib/actions/katello/repository/upload_files.rb +7 -1
- data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +3 -2
- data/app/lib/actions/pulp3/orphan_cleanup/delete_orphan_repository_versions.rb +8 -1
- data/app/lib/katello/errors.rb +8 -0
- data/app/lib/katello/validators/container_image_name_validator.rb +3 -2
- data/app/models/katello/authorization/repository.rb +11 -1
- data/app/models/katello/concerns/host_managed_extensions.rb +2 -2
- data/app/models/katello/concerns/pulp_database_unit.rb +12 -42
- data/app/models/katello/concerns/smart_proxy_extensions.rb +8 -0
- data/app/models/katello/content_view.rb +14 -1
- data/app/models/katello/content_view_component.rb +4 -0
- data/app/models/katello/content_view_environment.rb +1 -0
- data/app/models/katello/content_view_version.rb +3 -2
- data/app/models/katello/host/content_facet.rb +18 -5
- data/app/models/katello/product_content.rb +3 -1
- data/app/models/katello/repository.rb +3 -3
- data/app/services/katello/content_unit_indexer.rb +1 -1
- data/app/services/katello/pulp3/api/content_guard.rb +1 -1
- data/app/services/katello/pulp3/api/core.rb +6 -0
- data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +58 -1
- data/app/services/katello/pulp3/smart_proxy_repository.rb +67 -3
- data/app/services/katello/smart_proxy_helper.rb +6 -1
- data/app/views/foreman/job_templates/install_errata_-_katello_ansible_default.erb +15 -1
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +15 -1
- data/app/views/foreman/job_templates/install_group_-_katello_ansible_default.erb +15 -2
- data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +21 -2
- data/app/views/foreman/job_templates/remove_group_-_katello_ansible_default.erb +15 -1
- data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +20 -1
- data/app/views/foreman/job_templates/update_group_-_katello_ansible_default.erb +15 -2
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +17 -1
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -0
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +2 -1
- data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -0
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +12 -0
- data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
- data/app/views/katello/api/v2/environments/show.json.rabl +14 -0
- data/app/views/katello/api/v2/hosts/base.json.rabl +1 -0
- data/app/views/katello/api/v2/organizations/show.json.rabl +2 -0
- data/app/views/katello/api/v2/repositories/base.json.rabl +2 -1
- data/db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb +1 -1
- data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +0 -20
- data/db/migrate/20241022122325_add_rolling_to_katello_content_views.rb +5 -0
- data/db/migrate/20241025151105_remove_pulp3_migrated_hrefs_from_content_tables.rb +1 -1
- data/db/migrate/20250215143303_drop_katello_yum_metadata_file.rb +5 -0
- data/db/migrate/20250409120843_fix_file_download_policy.rb +11 -0
- data/db/migrate/20250410155300_change_ansible_templates_category.rb +22 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repository-types.service.js +3 -0
- data/lib/katello/engine.rb +9 -1
- data/lib/katello/repository_types/python.rb +1 -1
- data/lib/katello/tasks/repository.rake +1 -1
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +3 -0
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +77 -263
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +77 -263
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +77 -263
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +77 -263
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +77 -263
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +91 -277
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +77 -263
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +77 -263
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +77 -263
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +77 -263
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +77 -263
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +77 -263
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +245 -432
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +77 -263
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +906 -1092
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +77 -263
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +77 -263
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +77 -263
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +77 -263
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +77 -263
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +78 -264
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +634 -822
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +474 -662
- data/locale/katello.pot +1194 -1472
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +77 -263
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +2125 -2324
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +77 -263
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +77 -263
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +77 -263
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +77 -263
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +77 -263
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +77 -263
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +77 -263
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +77 -263
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +258 -445
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +77 -263
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +77 -263
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +78 -264
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +77 -263
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +77 -263
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +77 -263
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +77 -263
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +77 -263
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +77 -263
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +77 -263
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +77 -263
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +77 -263
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +632 -824
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +78 -264
- data/webpack/ForemanColumnExtensions/index.js +12 -4
- data/webpack/components/ActivationKeysSearch/index.js +6 -7
- data/webpack/components/Bookmark/AddBookmarkModal.js +3 -3
- data/webpack/components/Bookmark/Bookmark.scss +3 -3
- data/webpack/components/Bookmark/index.js +7 -2
- data/webpack/components/EditableSwitch.js +1 -1
- data/webpack/components/EditableTextInput/EditableTextInput.js +1 -1
- data/webpack/components/EditableTextInput/editableTextInput.scss +1 -1
- data/webpack/components/Errata/index.js +1 -24
- data/webpack/components/Loading.js +10 -6
- data/webpack/components/Packages/index.js +2 -1
- data/webpack/components/SelectAllCheckbox/index.js +7 -3
- data/webpack/components/SelectableDropdown/SelectableDropdown.js +21 -3
- data/webpack/components/Table/EmptyStateMessage.js +12 -14
- data/webpack/components/Table/MainTable.js +8 -7
- data/webpack/components/Table/MainTable.scss +4 -4
- data/webpack/components/extensions/HostDetails/ActionsBar/index.js +4 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +9 -6
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/changeHostCVModal.test.js +2 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/contentViews.fixtures.json +4 -1
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +23 -6
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +1 -1
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +5 -3
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.scss +3 -3
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/__tests__/hostCollectionsModal.test.js +25 -10
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +5 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +2 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +5 -4
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +6 -3
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +19 -12
- data/webpack/components/extensions/HostDetails/Cards/__tests__/errataOverviewCard.test.js +1 -1
- data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +1 -4
- data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +1 -4
- data/webpack/components/extensions/HostDetails/DetailsTabCards/InstalledProductsCard.js +1 -4
- data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/HwPropertiesCard.test.js +63 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/ImageModeCard.test.js +73 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/InstalledProductsCard.test.js +45 -0
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +12 -2
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js +10 -13
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +46 -21
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +15 -7
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +13 -3
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +34 -20
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +8 -6
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +5 -3
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +12 -13
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +16 -6
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsInstallModal.test.js +10 -5
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsTab.test.js +48 -22
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +123 -47
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/moduleStreamsTab.test.js +14 -7
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +10 -5
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +41 -24
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +50 -25
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +50 -25
- data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +3 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js +16 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +6 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +5 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js +16 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +6 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +15 -2
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/__tests__/bulkChangeHostCVModal.test.js +2 -1
- data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +1 -1
- data/webpack/components/extensions/Hosts/ImageModeHostAlert.js +14 -0
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +14 -17
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/Force.test.js.snap +1 -1
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/IgnoreSubmanErrors.test.js.snap +1 -1
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +38 -49
- data/webpack/containers/Application/overrides.scss +7 -7
- data/webpack/ouia_id_check.js +15 -11
- data/webpack/redux/actions/RedHatRepositories/helpers.js +0 -2
- data/webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js +12 -6
- data/webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js +12 -2
- data/webpack/scenes/ActivationKeys/Details/components/EditModal.js +3 -3
- data/webpack/scenes/AlternateContentSources/Create/ACSCreateWizard.js +3 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCreateFinish.js +3 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js +12 -6
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSSmartProxies.js +1 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +22 -7
- data/webpack/scenes/AlternateContentSources/Create/Steps/NameACS.js +2 -2
- data/webpack/scenes/AlternateContentSources/Create/Steps/SelectSource.js +1 -1
- data/webpack/scenes/AlternateContentSources/Create/__tests__/acsCreate.test.js +6 -3
- data/webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js +25 -15
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +9 -6
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js +2 -2
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +1 -1
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +33 -7
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +10 -5
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSExpandableDetails.test.js +4 -2
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +10 -8
- data/webpack/scenes/AlternateContentSources/MainTable/__tests__/acsTable.test.js +4 -2
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +5 -5
- data/webpack/scenes/Content/Details/__tests__/contentDetail.test.js +8 -4
- data/webpack/scenes/Content/__tests__/contentTable.test.js +4 -2
- data/webpack/scenes/ContentViews/Copy/CopyContentViewForm.js +1 -1
- data/webpack/scenes/ContentViews/Copy/__tests__/contentViewCopyResult.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Copy/__tests__/copyContentView.test.js +2 -1
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +86 -31
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +10 -2
- data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +10 -4
- data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +3 -1
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js +6 -6
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignActivationKeysForm.js +7 -2
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignHostsForm.js +7 -2
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReview.js +3 -3
- data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +1 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/CvData.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +3 -2
- data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +10 -8
- data/webpack/scenes/ContentViews/Delete/__tests__/cvDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +16 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +19 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentEnvironments.js +1 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +11 -2
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +69 -27
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +22 -29
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +6 -2
- data/webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js +20 -7
- data/webpack/scenes/ContentViews/Details/Filters/Add/__tests__/cvFilterAdd.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositorySelection.js +5 -2
- data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js +3 -1
- data/webpack/scenes/ContentViews/Details/Filters/ArtifactsWithNoErrata.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +13 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +23 -7
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +23 -5
- data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +15 -3
- data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +15 -3
- data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +13 -1
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +6 -4
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +11 -1
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/matchContentModal.scss +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +2 -2
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +4 -4
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +18 -12
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +7 -11
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +81 -70
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewErrataByDateDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +52 -38
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +9 -4
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +18 -12
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErratumFilterDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailModuleAffectedRepos.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailWithAffectedRepos.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterFixutre.fixture.json +2 -1
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +77 -67
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilterDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvPackageFilterDetail.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js +2 -2
- data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +1 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +7 -5
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +6 -3
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewRepoAdd.fixture.json +1 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/ActionSummary.js +3 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/BulkDeleteModal.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js +2 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignActivationKeys.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignHosts.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReviewEnvironments.js +4 -4
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.scss +11 -11
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareHeader.js +15 -5
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionEnvironments.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +13 -3
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js +17 -13
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +12 -7
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +64 -7
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +52 -21
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +30 -16
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.scss +7 -7
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js +5 -3
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +4 -2
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +6 -3
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsEmpty.test.js +2 -1
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +6 -6
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetail.test.js +35 -4
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +197 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +82 -0
- data/webpack/scenes/ContentViews/Publish/CVPublishFinish.js +3 -7
- data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +2 -2
- data/webpack/scenes/ContentViews/Publish/CVPublishReview.js +6 -5
- data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +3 -1
- data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +15 -7
- data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +4 -4
- data/webpack/scenes/ContentViews/Table/ContentViewVersionCell.js +6 -4
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +14 -3
- data/webpack/scenes/ContentViews/Table/tableDataGenerator.js +3 -0
- data/webpack/scenes/ContentViews/__tests__/basicContentViews.fixtures.js +1 -0
- data/webpack/scenes/ContentViews/__tests__/contentViewList.fixtures.json +89 -2
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +85 -14
- data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/components/ContentViewIcon.js +20 -6
- data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelect.js +4 -1
- data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelectOption.js +11 -2
- data/webpack/scenes/ContentViews/components/ContentViewsCounter.js +27 -7
- data/webpack/scenes/ContentViews/components/EnvironmentLabels.js +2 -2
- data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.js +6 -2
- data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.scss +4 -1
- data/webpack/scenes/ContentViews/components/FiltersAppliedIcon.js +4 -2
- data/webpack/scenes/ContentViews/components/NeedsPublishIcon.js +7 -6
- data/webpack/scenes/ContentViews/components/NeedsPublishIcon.scss +2 -2
- data/webpack/scenes/ContentViews/components/contentViewIcon.scss +16 -3
- data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +6 -1
- data/webpack/scenes/ContentViews/expansions/RelatedCompositeContentViewsModal.js +3 -3
- data/webpack/scenes/ContentViews/expansions/__tests__/contentViewComponentsModal.test.js +2 -1
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +5 -3
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +3 -2
- data/webpack/scenes/Hosts/ChangeContentSource/components/FormField.js +1 -1
- data/webpack/scenes/Hosts/ChangeContentSource/components/HostsModal.js +1 -1
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +1 -1
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +1 -1
- data/webpack/scenes/RedHatRepositories/index.scss +1 -1
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +27 -7
- data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +51 -2
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +2 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +14 -9
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +1 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js +2 -2
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js +6 -6
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/CdnTypeForm.test.js +2 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/CustomCdnTypeForm.test.js +2 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/ExportSyncForm.test.js +2 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/NetworkSyncForm.test.js +2 -1
- metadata +72 -53
- data/app/models/katello/yum_metadata_file.rb +0 -22
- data/app/services/katello/pulp3/yum_metadata_file.rb +0 -20
- data/db/migrate/20250714190050_add_missing_rpms_evr_index.rb +0 -14
data/locale/pt_BR/katello.po
CHANGED
@@ -5,21 +5,20 @@
|
|
5
5
|
#
|
6
6
|
# Translators:
|
7
7
|
# Valeria S Silva <valeriassilva@live.com>, 2017
|
8
|
-
# Odilon Junior <odilon.junior93@gmail.com>, 2017
|
9
8
|
# Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 2022
|
9
|
+
# Odilon Junior <odilon.junior93@gmail.com>, 2022
|
10
10
|
# Flamarion Jorge <jorge.flamarion@gmail.com>, 2022
|
11
11
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2022
|
12
|
-
# Bryan Kearney <bryan.kearney@gmail.com>,
|
13
|
-
#
|
14
|
-
# Amit Upadhye <aupadhye@redhat.com>, 2025
|
12
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2022
|
13
|
+
# Amit Upadhye <aupadhye@redhat.com>, 2023
|
15
14
|
#
|
16
15
|
msgid ""
|
17
16
|
msgstr ""
|
18
|
-
"Project-Id-Version: katello 4.
|
17
|
+
"Project-Id-Version: katello 2.4.0-RC1\n"
|
19
18
|
"Report-Msgid-Bugs-To: \n"
|
20
19
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
21
|
-
"Last-Translator: Amit Upadhye <aupadhye@redhat.com>,
|
22
|
-
"Language-Team: Portuguese (Brazil) (https://
|
20
|
+
"Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2023\n"
|
21
|
+
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/foreman/teams/11"
|
23
22
|
"4/pt_BR/)\n"
|
24
23
|
"MIME-Version: 1.0\n"
|
25
24
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -34,10 +33,10 @@ msgid ""
|
|
34
33
|
msgstr ""
|
35
34
|
|
36
35
|
msgid " %{errata_count} Errata"
|
37
|
-
msgstr "
|
36
|
+
msgstr " %{errata_count} Errata"
|
38
37
|
|
39
38
|
msgid " %{modulemd_count} Module Stream(s)"
|
40
|
-
msgstr "
|
39
|
+
msgstr " %{modulemd_count} Módulo Fluxo(s)"
|
41
40
|
|
42
41
|
msgid " %{package_count} Package(s)"
|
43
42
|
msgstr " %{package_count} Pacote(s)"
|
@@ -127,19 +126,19 @@ msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated po
|
|
127
126
|
msgstr "%s %s tem %s Hosts e %s Hostgroups que precisarão ser reassociados pós deleção. Excluir %s?"
|
128
127
|
|
129
128
|
msgid "%s Available"
|
130
|
-
msgstr "Disponível"
|
129
|
+
msgstr "%s Disponível em"
|
131
130
|
|
132
131
|
msgid "%s Errata"
|
133
|
-
msgstr "
|
132
|
+
msgstr "%s Errata"
|
134
133
|
|
135
134
|
msgid "%s Host"
|
136
135
|
msgid_plural "%s Hosts"
|
137
|
-
msgstr[0] "
|
138
|
-
msgstr[1] "
|
139
|
-
msgstr[2] "
|
136
|
+
msgstr[0] "%s Anfitrião"
|
137
|
+
msgstr[1] "%s Anfitriões"
|
138
|
+
msgstr[2] "%s Anfitriões"
|
140
139
|
|
141
140
|
msgid "%s Used"
|
142
|
-
msgstr "Usado"
|
141
|
+
msgstr "%s Usado"
|
143
142
|
|
144
143
|
msgid "%s ago"
|
145
144
|
msgstr "%s atrás"
|
@@ -151,7 +150,7 @@ msgid "%s guests"
|
|
151
150
|
msgstr ""
|
152
151
|
|
153
152
|
msgid "%s has already been deleted"
|
154
|
-
msgstr "%s já foi
|
153
|
+
msgstr "%s já foi apagado"
|
155
154
|
|
156
155
|
msgid "%s is not a valid package name"
|
157
156
|
msgstr "%s não é um nome de pacote válido"
|
@@ -184,13 +183,13 @@ msgid "%{errata} (%{total} other errata) installed"
|
|
184
183
|
msgstr "%{errata} (%{total} outras erratas) instaladas"
|
185
184
|
|
186
185
|
msgid "%{errata} erratum install canceled"
|
187
|
-
msgstr "
|
186
|
+
msgstr "%{errata} instalação de erratum cancelada"
|
188
187
|
|
189
188
|
msgid "%{errata} erratum install failed"
|
190
|
-
msgstr "
|
189
|
+
msgstr "%{errata} a instalação da errata falhou"
|
191
190
|
|
192
191
|
msgid "%{errata} erratum install timed out"
|
193
|
-
msgstr "
|
192
|
+
msgstr "%{errata} instalação de erratum cronometrada"
|
194
193
|
|
195
194
|
msgid "%{errata} erratum installed"
|
196
195
|
msgstr "%{errata} errata instalada"
|
@@ -238,40 +237,40 @@ msgid "%{group} (%{total} other package groups) updated"
|
|
238
237
|
msgstr "%{group} (%{total} outros grupos de pacotes) atualizado"
|
239
238
|
|
240
239
|
msgid "%{group} package group install canceled"
|
241
|
-
msgstr "
|
240
|
+
msgstr "%{group} instalação do grupo de pacotes cancelada"
|
242
241
|
|
243
242
|
msgid "%{group} package group install failed"
|
244
|
-
msgstr "
|
243
|
+
msgstr "%{group} instalação do grupo de pacotes falhou"
|
245
244
|
|
246
245
|
msgid "%{group} package group install timed out"
|
247
|
-
msgstr "
|
246
|
+
msgstr "%{group} instalação do grupo de pacotes com o tempo esgotado"
|
248
247
|
|
249
248
|
msgid "%{group} package group installed"
|
250
|
-
msgstr "
|
249
|
+
msgstr "%{group} grupo de pacotes instalados"
|
251
250
|
|
252
251
|
msgid "%{group} package group remove canceled"
|
253
|
-
msgstr "
|
252
|
+
msgstr "%{group} grupo de pacotes removidos cancelados"
|
254
253
|
|
255
254
|
msgid "%{group} package group remove failed"
|
256
|
-
msgstr "
|
255
|
+
msgstr "%{group} grupo de pacotes removidos falhou"
|
257
256
|
|
258
257
|
msgid "%{group} package group remove timed out"
|
259
|
-
msgstr "
|
258
|
+
msgstr "%{group} grupo de pacotes removidos por tempo"
|
260
259
|
|
261
260
|
msgid "%{group} package group removed"
|
262
|
-
msgstr "
|
261
|
+
msgstr "%{group} grupo de pacotes removido"
|
263
262
|
|
264
263
|
msgid "%{group} package group update canceled"
|
265
|
-
msgstr "
|
264
|
+
msgstr "%{group} atualização do grupo de pacotes cancelada"
|
266
265
|
|
267
266
|
msgid "%{group} package group update failed"
|
268
|
-
msgstr "atualização
|
267
|
+
msgstr "%{group} atualização do grupo de pacotes falhou"
|
269
268
|
|
270
269
|
msgid "%{group} package group update timed out"
|
271
|
-
msgstr "Atualização
|
270
|
+
msgstr "%{group} Atualização do grupo de pacotes programada"
|
272
271
|
|
273
272
|
msgid "%{group} package group updated"
|
274
|
-
msgstr "
|
273
|
+
msgstr "%{group} grupo de pacotes atualizado"
|
275
274
|
|
276
275
|
msgid "%{label} failed"
|
277
276
|
msgstr ""
|
@@ -322,31 +321,31 @@ msgid "%{package} (%{total} other packages) updated"
|
|
322
321
|
msgstr "%{package} (%{total} outros pacotes) atualizado"
|
323
322
|
|
324
323
|
msgid "%{package} package install canceled"
|
325
|
-
msgstr "
|
324
|
+
msgstr "%{package} instalação da embalagem cancelada"
|
326
325
|
|
327
326
|
msgid "%{package} package install timed out"
|
328
|
-
msgstr "
|
327
|
+
msgstr "%{package} instalação do pacote com o tempo esgotado"
|
329
328
|
|
330
329
|
msgid "%{package} package remove canceled"
|
331
|
-
msgstr "
|
330
|
+
msgstr "%{package} pacote remover cancelado"
|
332
331
|
|
333
332
|
msgid "%{package} package remove failed"
|
334
|
-
msgstr "
|
333
|
+
msgstr "%{package} remoção do pacote falhou"
|
335
334
|
|
336
335
|
msgid "%{package} package remove timed out"
|
337
|
-
msgstr "
|
336
|
+
msgstr "%{package} remover o pacote com o tempo"
|
338
337
|
|
339
338
|
msgid "%{package} package removed"
|
340
|
-
msgstr "
|
339
|
+
msgstr "%{package} pacote removido"
|
341
340
|
|
342
341
|
msgid "%{package} package update canceled"
|
343
|
-
msgstr "
|
342
|
+
msgstr "%{package} atualização do pacote cancelado"
|
344
343
|
|
345
344
|
msgid "%{package} package update failed"
|
346
|
-
msgstr "
|
345
|
+
msgstr "%{package} atualização do pacote falhou"
|
347
346
|
|
348
347
|
msgid "%{package} package update timed out"
|
349
|
-
msgstr "
|
348
|
+
msgstr "%{package} atualização do pacote programada"
|
350
349
|
|
351
350
|
msgid "%{package} package updated"
|
352
351
|
msgstr "%{package} pacote atualizado"
|
@@ -358,7 +357,7 @@ msgid "%{sla}"
|
|
358
357
|
msgstr "%{sla}"
|
359
358
|
|
360
359
|
msgid "%{subject}'s disk is %{percentage} full. Since this proxy is running Pulp, it needs disk space to publish content views. Please ensure the disk does not get full."
|
361
|
-
msgstr "
|
360
|
+
msgstr "%{subject}O disco está %{percentage} cheio. Como este proxy está rodando Pulp, ele precisa de espaço em disco para publicar visualizações de conteúdo. Por favor, certifique-se de que o disco não fique cheio."
|
362
361
|
|
363
362
|
msgid "%{unused_substitutions} cannot be specified for %{content_name} as that information is not substitutable in %{content_url} "
|
364
363
|
msgstr "{unused_substitutions} não pode ser especificado para %{content_name} já que essa informação não é substituível em %{content_url} "
|
@@ -403,16 +402,16 @@ msgid ", must be unique to major and version id version."
|
|
403
402
|
msgstr ", deve ser exclusivo para a versão principal e a ID da versão."
|
404
403
|
|
405
404
|
msgid ": '%s' is a built-in environment"
|
406
|
-
msgstr ":
|
405
|
+
msgstr ": '%s' é um ambiente embutido"
|
407
406
|
|
408
407
|
msgid ":a_resource identifier"
|
409
408
|
msgstr ":a_resource identifier"
|
410
409
|
|
411
410
|
msgid "<b>PROMOTION</b> SUMMARY"
|
412
|
-
msgstr "
|
411
|
+
msgstr "<b>PROMOÇÃO</b> SUMÁRIO"
|
413
412
|
|
414
413
|
msgid "<b>SYNC</b> SUMMARY"
|
415
|
-
msgstr "
|
414
|
+
msgstr "<b>SINC</b> SUMÁRIO"
|
416
415
|
|
417
416
|
msgid "A CV version already exists with the same major and minor version (%{major}.%{minor})"
|
418
417
|
msgstr "Já existe uma versão CV com a mesma versão maior e menor (%{major}.%{minor})"
|
@@ -480,9 +479,6 @@ msgstr ""
|
|
480
479
|
msgid "About page"
|
481
480
|
msgstr ""
|
482
481
|
|
483
|
-
msgid "Abstract async task"
|
484
|
-
msgstr ""
|
485
|
-
|
486
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'."
|
487
483
|
msgstr ""
|
488
484
|
|
@@ -508,7 +504,7 @@ msgid "Activation Keys"
|
|
508
504
|
msgstr "Chaves de ativação "
|
509
505
|
|
510
506
|
msgid "Activation key"
|
511
|
-
msgstr "
|
507
|
+
msgstr "Chave de ativação"
|
512
508
|
|
513
509
|
msgid "Activation key %s has more than one content view. Use #content_views instead."
|
514
510
|
msgstr ""
|
@@ -523,7 +519,7 @@ msgid "Activation key ID"
|
|
523
519
|
msgstr "Ativação do ID da chave"
|
524
520
|
|
525
521
|
msgid "Activation key deleted"
|
526
|
-
msgstr "
|
522
|
+
msgstr ""
|
527
523
|
|
528
524
|
msgid "Activation key details"
|
529
525
|
msgstr ""
|
@@ -787,7 +783,7 @@ msgid "An option to specify how many ostree commits to traverse."
|
|
787
783
|
msgstr ""
|
788
784
|
|
789
785
|
msgid "Another component already includes content view with ID %s"
|
790
|
-
msgstr "Outro componente já inclui a visualização
|
786
|
+
msgstr "Outro componente já inclui a visualização do conteúdo com ID %s"
|
791
787
|
|
792
788
|
msgid "Ansible Collection"
|
793
789
|
msgstr "Coleção do Ansible"
|
@@ -801,6 +797,9 @@ msgstr ""
|
|
801
797
|
msgid "Ansible collections"
|
802
798
|
msgstr ""
|
803
799
|
|
800
|
+
msgid "Any updates to image mode host(s) will be lost on the next reboot."
|
801
|
+
msgstr ""
|
802
|
+
|
804
803
|
msgid "Applicability Batch Size"
|
805
804
|
msgstr "Tamanho de lote de aplicabilidade"
|
806
805
|
|
@@ -828,9 +827,6 @@ msgstr "Aplicar"
|
|
828
827
|
msgid "Apply errata"
|
829
828
|
msgstr ""
|
830
829
|
|
831
|
-
msgid "Apply erratum"
|
832
|
-
msgstr ""
|
833
|
-
|
834
830
|
msgid "Apply to all repositories in the CV"
|
835
831
|
msgstr ""
|
836
832
|
|
@@ -982,10 +978,10 @@ msgid "Attach subscriptions"
|
|
982
978
|
msgstr "Anexar subscrições"
|
983
979
|
|
984
980
|
msgid "Attach subscriptions to %s"
|
985
|
-
msgstr "Anexar
|
981
|
+
msgstr "Anexar assinaturas a %s"
|
986
982
|
|
987
983
|
msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
|
988
|
-
msgstr "Tentativa de destruir o consumidor %s do
|
984
|
+
msgstr "Tentativa de destruir o consumidor %s do candelabro, mas o consumidor não existe no candelabro"
|
989
985
|
|
990
986
|
msgid "Auth URL requires Auth token be set."
|
991
987
|
msgstr ""
|
@@ -997,10 +993,7 @@ msgid "Author"
|
|
997
993
|
msgstr "Autor"
|
998
994
|
|
999
995
|
msgid "Auto Publish - Triggered by '%s'"
|
1000
|
-
msgstr "
|
1001
|
-
|
1002
|
-
msgid "Auto attach subscriptions"
|
1003
|
-
msgstr ""
|
996
|
+
msgstr "Auto Publish - Disparado por '%s'"
|
1004
997
|
|
1005
998
|
msgid "Auto publish"
|
1006
999
|
msgstr ""
|
@@ -1153,10 +1146,10 @@ msgid "CDN loading error: %s not found"
|
|
1153
1146
|
msgstr "Erro de carregamento CDN: %s não encontrado"
|
1154
1147
|
|
1155
1148
|
msgid "CDN loading error: access denied to %s"
|
1156
|
-
msgstr "
|
1149
|
+
msgstr "Erro de carregamento CDN: acesso negado a %s"
|
1157
1150
|
|
1158
1151
|
msgid "CDN loading error: access forbidden to %s"
|
1159
|
-
msgstr "Erro
|
1152
|
+
msgstr "Erro de carregamento CDN: acesso proibido a %s"
|
1160
1153
|
|
1161
1154
|
msgid "CVE identifier"
|
1162
1155
|
msgstr "Identificador do CVE"
|
@@ -1207,7 +1200,7 @@ msgid "Candlepin ID of pool to add"
|
|
1207
1200
|
msgstr "ID do Candlepin do pool para adicionar"
|
1208
1201
|
|
1209
1202
|
msgid "Candlepin consumer %s has already been removed"
|
1210
|
-
msgstr "O
|
1203
|
+
msgstr "O Candlepin Consumer %s já foi removido"
|
1211
1204
|
|
1212
1205
|
msgid "Candlepin is not running properly"
|
1213
1206
|
msgstr "O Candlepin não está em execução corretamente"
|
@@ -1216,10 +1209,10 @@ msgid "Candlepin returned different consumer uuid than requested (%s), updating
|
|
1216
1209
|
msgstr ""
|
1217
1210
|
|
1218
1211
|
msgid "Cannot add %s repositories to a content view."
|
1219
|
-
msgstr "Não
|
1212
|
+
msgstr "Não é possível adicionar %s repositórios a uma visualização de conteúdo."
|
1220
1213
|
|
1221
1214
|
msgid "Cannot add a repository from an Organization other than %s."
|
1222
|
-
msgstr "Não
|
1215
|
+
msgstr "Não é possível adicionar um repositório de uma Organização que não seja %s."
|
1223
1216
|
|
1224
1217
|
msgid "Cannot add component versions to a non-composite content view"
|
1225
1218
|
msgstr "Não é possível adicionar versões de componente a uma visualização de conteúdo sem coleção"
|
@@ -1251,13 +1244,19 @@ msgstr ""
|
|
1251
1244
|
msgid "Cannot add repositories to a composite content view"
|
1252
1245
|
msgstr "Não fé possível adicionar repositórios a uma coleção de visualização de conteúdo "
|
1253
1246
|
|
1247
|
+
msgid "Cannot add rolling content view to composite content view"
|
1248
|
+
msgstr ""
|
1249
|
+
|
1250
|
+
msgid "Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment."
|
1251
|
+
msgstr ""
|
1252
|
+
|
1254
1253
|
msgid "Cannot associate a Red Hat provider with a custom product"
|
1255
1254
|
msgstr ""
|
1256
1255
|
|
1257
1256
|
msgid "Cannot associate a component to a non composite content view"
|
1258
1257
|
msgstr "Não é possível associar um componente a uma visualização de conteúdo sem coleção"
|
1259
1258
|
|
1260
|
-
msgid "Cannot be disabled because it is part of a
|
1259
|
+
msgid "Cannot be disabled because it is part of a content view"
|
1261
1260
|
msgstr ""
|
1262
1261
|
|
1263
1262
|
msgid "Cannot calculate name for custom repos"
|
@@ -1273,7 +1272,7 @@ msgid "Cannot delete Red Hat product: %{product}"
|
|
1273
1272
|
msgstr "Não é possível excluir o produto Red Hat: %{product}"
|
1274
1273
|
|
1275
1274
|
msgid "Cannot delete from %s, view does not exist there."
|
1276
|
-
msgstr "Não
|
1275
|
+
msgstr "Não é possível excluir do site %s, a visualização não existe lá."
|
1277
1276
|
|
1278
1277
|
msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
|
1279
1278
|
msgstr "Não é possível excluir o produto com repositórios publicados em uma visão de conteúdo. Produto: %{product}, %{view_versions}"
|
@@ -1294,13 +1293,13 @@ msgid "Cannot delete the last Location."
|
|
1294
1293
|
msgstr ""
|
1295
1294
|
|
1296
1295
|
msgid "Cannot delete version while it is in environment %s"
|
1297
|
-
msgstr "Não é possível
|
1296
|
+
msgstr "Não é possível excluir a versão enquanto ela estiver no ambiente %s"
|
1298
1297
|
|
1299
1298
|
msgid "Cannot delete version while it is in environments: %s"
|
1300
|
-
msgstr "Não é possível
|
1299
|
+
msgstr "Não é possível excluir a versão enquanto ela estiver em ambientes: %s"
|
1301
1300
|
|
1302
1301
|
msgid "Cannot delete version while it is in use by composite content views: %s"
|
1303
|
-
msgstr "Não é possível
|
1302
|
+
msgstr "Não é possível excluir a versão enquanto ela estiver em uso por visualizações de conteúdo composto: %s"
|
1304
1303
|
|
1305
1304
|
msgid "Cannot delete view while it exists in environments"
|
1306
1305
|
msgstr "Não foi possível remover visualização enquanto ele existir nos ambientes."
|
@@ -1321,7 +1320,7 @@ msgid "Cannot install errata: No errata found for search term '%s'"
|
|
1321
1320
|
msgstr ""
|
1322
1321
|
|
1323
1322
|
msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
|
1324
|
-
msgstr "Não
|
1323
|
+
msgstr "Não é possível realizar uma atualização incremental em uma versão Composite Content View (%{name} versão %{version}"
|
1325
1324
|
|
1326
1325
|
msgid "Cannot perform an incremental update on a Generated Content View Version (%{name} version version %{version}"
|
1327
1326
|
msgstr ""
|
@@ -1339,7 +1338,7 @@ msgid "Cannot publish default content view"
|
|
1339
1338
|
msgstr "Não foi possível publicar visualização de conteúdo padrão"
|
1340
1339
|
|
1341
1340
|
msgid "Cannot register a system to the '%s' environment"
|
1342
|
-
msgstr "Não é possível registrar um sistema
|
1341
|
+
msgstr "Não é possível registrar um sistema para o ambiente '%s"
|
1343
1342
|
|
1344
1343
|
msgid "Cannot remove '%{view}' from environment '%{env}' due to associated %{dependent}: %{names}."
|
1345
1344
|
msgstr "Não é possível remover '%{view}' do ambiente '%{env}' devido ao associado %{dependent}: %{names}."
|
@@ -1348,7 +1347,7 @@ msgid "Cannot remove content from a non-custom repository"
|
|
1348
1347
|
msgstr "Não foi possível remover conteúdo de um repositório não padronizado."
|
1349
1348
|
|
1350
1349
|
msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
|
1351
|
-
msgstr "Não
|
1350
|
+
msgstr "Não é possível remover a visualização do conteúdo do ambiente. A visualização do conteúdo '%{view}' não está no ambiente do ciclo de vida '%{env}'."
|
1352
1351
|
|
1353
1352
|
msgid "Cannot remove package(s): No installed packages found for search term '%s'."
|
1354
1353
|
msgstr ""
|
@@ -1479,9 +1478,6 @@ msgstr ""
|
|
1479
1478
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1480
1479
|
msgstr ""
|
1481
1480
|
|
1482
|
-
msgid "Commit upload"
|
1483
|
-
msgstr ""
|
1484
|
-
|
1485
1481
|
msgid "Compare"
|
1486
1482
|
msgstr ""
|
1487
1483
|
|
@@ -1500,9 +1496,6 @@ msgstr ""
|
|
1500
1496
|
msgid "Components"
|
1501
1497
|
msgstr "Componentes"
|
1502
1498
|
|
1503
|
-
msgid "Composite"
|
1504
|
-
msgstr ""
|
1505
|
-
|
1506
1499
|
msgid "Composite Content View"
|
1507
1500
|
msgstr ""
|
1508
1501
|
|
@@ -1533,15 +1526,6 @@ msgstr "Confirmar exclusão de manifesto"
|
|
1533
1526
|
msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
|
1534
1527
|
msgstr "Considere mudar o Padrão de nome de registro do Ambiente de ciclo de vida para algo mais específico."
|
1535
1528
|
|
1536
|
-
msgid "Consisting of multiple content views"
|
1537
|
-
msgstr ""
|
1538
|
-
|
1539
|
-
msgid "Consists of content views"
|
1540
|
-
msgstr ""
|
1541
|
-
|
1542
|
-
msgid "Consists of repositories"
|
1543
|
-
msgstr ""
|
1544
|
-
|
1545
1529
|
msgid "Consumed"
|
1546
1530
|
msgstr "Consumido"
|
1547
1531
|
|
@@ -1558,7 +1542,7 @@ msgid "Container Image Tags"
|
|
1558
1542
|
msgstr "Tags de imagem de contêiner"
|
1559
1543
|
|
1560
1544
|
msgid "Container Image repo '%{repo}' is present in multiple component content views."
|
1561
|
-
msgstr "O
|
1545
|
+
msgstr "O Container Image repo '%{repo}' está presente em várias visualizações de conteúdo de componentes."
|
1562
1546
|
|
1563
1547
|
msgid "Container Images"
|
1564
1548
|
msgstr "Imagens de contêiner"
|
@@ -1578,6 +1562,15 @@ msgstr ""
|
|
1578
1562
|
msgid "Container tags"
|
1579
1563
|
msgstr ""
|
1580
1564
|
|
1565
|
+
msgid "Contains content views. You must choose the version to use for each content view."
|
1566
|
+
msgstr ""
|
1567
|
+
|
1568
|
+
msgid "Contains repositories. Always serves the latest synced content, without the need to publish versions."
|
1569
|
+
msgstr ""
|
1570
|
+
|
1571
|
+
msgid "Contains repositories. Versions are published and optionally filtered."
|
1572
|
+
msgstr ""
|
1573
|
+
|
1581
1574
|
msgid "Content"
|
1582
1575
|
msgstr "Conteúdo"
|
1583
1576
|
|
@@ -1621,7 +1614,7 @@ msgid "Content View"
|
|
1621
1614
|
msgstr "Visão do conteúdo"
|
1622
1615
|
|
1623
1616
|
msgid "Content View %{view}: Versions: %{versions}"
|
1624
|
-
msgstr "
|
1617
|
+
msgstr "Visualizar conteúdo %{view}: Versões: %{versions}"
|
1625
1618
|
|
1626
1619
|
msgid "Content View Details"
|
1627
1620
|
msgstr "Detalhes de visualização de conteúdo"
|
@@ -1708,7 +1701,7 @@ msgid "Content source ID"
|
|
1708
1701
|
msgstr "ID da fonte de conteúdo"
|
1709
1702
|
|
1710
1703
|
msgid "Content source was not set for host '%{host}'"
|
1711
|
-
msgstr "A fonte de conteúdo não foi definida para o host '%{host}'"
|
1704
|
+
msgstr "A fonte de conteúdo não foi definida para o host '%{host}'."
|
1712
1705
|
|
1713
1706
|
msgid "Content type"
|
1714
1707
|
msgstr ""
|
@@ -1768,7 +1761,7 @@ msgid "Content view environments must have both a content view and an environmen
|
|
1768
1761
|
msgstr ""
|
1769
1762
|
|
1770
1763
|
msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
|
1771
|
-
msgstr "A visualização
|
1764
|
+
msgstr "A visualização do conteúdo tem a etiqueta de repositório '%s' que não está especificada no parâmetro repos_units."
|
1772
1765
|
|
1773
1766
|
msgid "Content view identifier"
|
1774
1767
|
msgstr "Identificador de visualização de conteúdo"
|
@@ -1836,35 +1829,23 @@ msgstr ""
|
|
1836
1829
|
msgid "Copy"
|
1837
1830
|
msgstr ""
|
1838
1831
|
|
1839
|
-
msgid "Copy all units"
|
1840
|
-
msgstr ""
|
1841
|
-
|
1842
1832
|
msgid "Copy an activation key"
|
1843
1833
|
msgstr "Copiar uma chave de ativação"
|
1844
1834
|
|
1845
|
-
msgid "Copy content"
|
1846
|
-
msgstr ""
|
1847
|
-
|
1848
1835
|
msgid "Copy content view"
|
1849
1836
|
msgstr ""
|
1850
1837
|
|
1851
1838
|
msgid "Copy to clipboard"
|
1852
1839
|
msgstr "Copiar para área de transferência"
|
1853
1840
|
|
1854
|
-
msgid "Copy version"
|
1855
|
-
msgstr ""
|
1856
|
-
|
1857
|
-
msgid "Copy version units to library"
|
1858
|
-
msgstr ""
|
1859
|
-
|
1860
1841
|
msgid "Cores per socket"
|
1861
1842
|
msgstr "Núcleos por soquete"
|
1862
1843
|
|
1863
1844
|
msgid "Cores: %s"
|
1864
|
-
msgstr "Núcleos"
|
1845
|
+
msgstr "Núcleos: %s"
|
1865
1846
|
|
1866
1847
|
msgid "Could not delete organization '%s'."
|
1867
|
-
msgstr "Não foi possível
|
1848
|
+
msgstr "Não foi possível excluir a organização '%s'."
|
1868
1849
|
|
1869
1850
|
msgid "Could not find %{content} with id '%{id}' in repository."
|
1870
1851
|
msgstr "Não foi possível encontrar %{content} com id '%{id}' em repositório."
|
@@ -1879,19 +1860,19 @@ msgid "Could not find %{name} resources with ids %{ids}"
|
|
1879
1860
|
msgstr ""
|
1880
1861
|
|
1881
1862
|
msgid "Could not find Environment with ids: %s"
|
1882
|
-
msgstr "Não foi possível encontrar Ambiente com
|
1863
|
+
msgstr "Não foi possível encontrar Ambiente com ids: %s"
|
1883
1864
|
|
1884
1865
|
msgid "Could not find Lifecycle Environment with id '%{id}'."
|
1885
|
-
msgstr "Não foi possível encontrar Ambiente
|
1866
|
+
msgstr "Não foi possível encontrar o Ambiente do Ciclo de Vida com id '%{id}'."
|
1886
1867
|
|
1887
1868
|
msgid "Could not find a host with id %s"
|
1888
|
-
msgstr "Não foi possível encontrar um
|
1869
|
+
msgstr "Não foi possível encontrar um anfitrião com id %s"
|
1889
1870
|
|
1890
1871
|
msgid "Could not find a smart proxy with pulp feature."
|
1891
1872
|
msgstr "Não foi possível encontrar um proxy inteligente com o recurso pulp."
|
1892
1873
|
|
1893
1874
|
msgid "Could not find all specified errata ids: %s"
|
1894
|
-
msgstr "Não foi possível encontrar
|
1875
|
+
msgstr "Não foi possível encontrar todas as identificações de erratas especificadas: %s"
|
1895
1876
|
|
1896
1877
|
msgid "Could not find environments for promotion"
|
1897
1878
|
msgstr "Não foi possível encontrar ambientes para promoção"
|
@@ -1918,67 +1899,67 @@ msgid "Couldn't find %{type} Filter with id %{id}"
|
|
1918
1899
|
msgstr "Não foi possível encontrar %{type} Filtro com id %{id}"
|
1919
1900
|
|
1920
1901
|
msgid "Couldn't find ContentViewFilter with id=%s"
|
1921
|
-
msgstr "Não foi possível encontrar ContentViewFilter
|
1902
|
+
msgstr "Não foi possível encontrar ContentViewFilter com id=%s"
|
1922
1903
|
|
1923
1904
|
msgid "Couldn't find Organization '%s'."
|
1924
|
-
msgstr "Não foi possível encontrar
|
1905
|
+
msgstr "Não foi possível encontrar a Organização '%s'."
|
1925
1906
|
|
1926
1907
|
msgid "Couldn't find activation key '%s'"
|
1927
|
-
msgstr "Não foi
|
1908
|
+
msgstr "Não foi encontrada a chave de ativação '%s'"
|
1928
1909
|
|
1929
1910
|
msgid "Couldn't find activation key content view id '%s'"
|
1930
|
-
msgstr "Não foi possível encontrar o
|
1911
|
+
msgstr "Não foi possível encontrar o conteúdo da chave de ativação id '%s'"
|
1931
1912
|
|
1932
1913
|
msgid "Couldn't find activation key environment '%s'"
|
1933
|
-
msgstr "Não foi possível encontrar o ambiente da chave de ativação '%s'
|
1914
|
+
msgstr "Não foi possível encontrar o ambiente da chave de ativação '%s'"
|
1934
1915
|
|
1935
1916
|
msgid "Couldn't find consumer '%s'"
|
1936
|
-
msgstr "Não
|
1917
|
+
msgstr "Não consegui encontrar o consumidor '%s'"
|
1937
1918
|
|
1938
1919
|
msgid "Couldn't find content host content view id '%s'"
|
1939
|
-
msgstr "Não foi possível encontrar
|
1920
|
+
msgstr "Não foi possível encontrar o conteúdo do host de conteúdo id '%s'"
|
1940
1921
|
|
1941
1922
|
msgid "Couldn't find content host environment '%s'"
|
1942
|
-
msgstr "Não foi possível encontrar ambiente
|
1923
|
+
msgstr "Não foi possível encontrar o ambiente de hospedagem de conteúdo '%s'"
|
1943
1924
|
|
1944
1925
|
msgid "Couldn't find content view environment with content view ID '%{cv}' and environment ID '%{env}'"
|
1945
1926
|
msgstr ""
|
1946
1927
|
|
1947
1928
|
msgid "Couldn't find content view version '%s'"
|
1948
|
-
msgstr "Não foi possível encontrar versão
|
1929
|
+
msgstr "Não foi possível encontrar a versão de visualização do conteúdo '%s'"
|
1949
1930
|
|
1950
1931
|
msgid "Couldn't find content view versions '%s'"
|
1951
|
-
msgstr "Não foi possível encontrar versões de visualização de conteúdo
|
1932
|
+
msgstr "Não foi possível encontrar as versões de visualização de conteúdo '%s'"
|
1952
1933
|
|
1953
1934
|
msgid "Couldn't find content view with id: '%s'"
|
1954
1935
|
msgstr ""
|
1955
1936
|
|
1956
1937
|
msgid "Couldn't find environment '%s'"
|
1957
|
-
msgstr "Não foi possível encontrar ambiente
|
1938
|
+
msgstr "Não foi possível encontrar o ambiente '%s'"
|
1958
1939
|
|
1959
1940
|
msgid "Couldn't find errata ids '%s'"
|
1960
|
-
msgstr "Não foi possível encontrar
|
1941
|
+
msgstr "Não foi possível encontrar erratas ids '%s'"
|
1961
1942
|
|
1962
1943
|
msgid "Couldn't find host collection '%s'"
|
1963
|
-
msgstr "Não foi possível encontrar coleção de
|
1944
|
+
msgstr "Não foi possível encontrar a coleção de anfitriões '%s'"
|
1964
1945
|
|
1965
1946
|
msgid "Couldn't find host with host id '%s'"
|
1966
|
-
msgstr "Não foi possível
|
1947
|
+
msgstr "Não foi possível encontrar um anfitrião com id '%s'"
|
1967
1948
|
|
1968
1949
|
msgid "Couldn't find organization '%s'"
|
1969
|
-
msgstr "Não
|
1950
|
+
msgstr "Não consegui encontrar organização '%s'"
|
1970
1951
|
|
1971
1952
|
msgid "Couldn't find prior-environment '%s'"
|
1972
|
-
msgstr "Não foi possível encontrar
|
1953
|
+
msgstr "Não foi possível encontrar o \"prior-environment\"%s"
|
1973
1954
|
|
1974
1955
|
msgid "Couldn't find product with id '%s'"
|
1975
|
-
msgstr "Não foi possível encontrar produto com
|
1956
|
+
msgstr "Não foi possível encontrar produto com id '%s'"
|
1976
1957
|
|
1977
1958
|
msgid "Couldn't find products with id '%s'"
|
1978
1959
|
msgstr ""
|
1979
1960
|
|
1980
1961
|
msgid "Couldn't find repository '%s'"
|
1981
|
-
msgstr "Não foi possível encontrar repositório
|
1962
|
+
msgstr "Não foi possível encontrar o repositório '%s'"
|
1982
1963
|
|
1983
1964
|
msgid "Couldn't find smart proxies with id '%s'"
|
1984
1965
|
msgstr ""
|
@@ -2064,21 +2045,12 @@ msgstr ""
|
|
2064
2045
|
msgid "Create content view"
|
2065
2046
|
msgstr ""
|
2066
2047
|
|
2067
|
-
msgid "Create exporter"
|
2068
|
-
msgstr ""
|
2069
|
-
|
2070
2048
|
msgid "Create filter"
|
2071
2049
|
msgstr ""
|
2072
2050
|
|
2073
2051
|
msgid "Create host collection"
|
2074
2052
|
msgstr ""
|
2075
2053
|
|
2076
|
-
msgid "Create import"
|
2077
|
-
msgstr ""
|
2078
|
-
|
2079
|
-
msgid "Create importer"
|
2080
|
-
msgstr ""
|
2081
|
-
|
2082
2054
|
msgid "Create new activation key"
|
2083
2055
|
msgstr ""
|
2084
2056
|
|
@@ -2088,12 +2060,6 @@ msgstr "Criar organização"
|
|
2088
2060
|
msgid "Create package filter rule"
|
2089
2061
|
msgstr ""
|
2090
2062
|
|
2091
|
-
msgid "Create publication"
|
2092
|
-
msgstr ""
|
2093
|
-
|
2094
|
-
msgid "Create remote"
|
2095
|
-
msgstr ""
|
2096
|
-
|
2097
2063
|
msgid "Create rule"
|
2098
2064
|
msgstr ""
|
2099
2065
|
|
@@ -2211,7 +2177,7 @@ msgstr "Política de download de Proxy Inteligente padrão"
|
|
2211
2177
|
msgid "Default System SLA"
|
2212
2178
|
msgstr "SLA de Sistema Padrão"
|
2213
2179
|
|
2214
|
-
msgid "Default content view versions cannot be promoted"
|
2180
|
+
msgid "Default and Rolling content view versions cannot be promoted"
|
2215
2181
|
msgstr ""
|
2216
2182
|
|
2217
2183
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
@@ -2343,36 +2309,12 @@ msgstr ""
|
|
2343
2309
|
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
2310
|
msgstr ""
|
2345
2311
|
|
2346
|
-
msgid "Delete distributions"
|
2347
|
-
msgstr ""
|
2348
|
-
|
2349
2312
|
msgid "Delete manifest from Red Hat provider"
|
2350
2313
|
msgstr "Remover manifesto do provedor da Red Hat"
|
2351
2314
|
|
2352
2315
|
msgid "Delete multiple filters from a content view"
|
2353
2316
|
msgstr ""
|
2354
2317
|
|
2355
|
-
msgid "Delete orphan alternate content sources"
|
2356
|
-
msgstr ""
|
2357
|
-
|
2358
|
-
msgid "Delete orphan distributions"
|
2359
|
-
msgstr ""
|
2360
|
-
|
2361
|
-
msgid "Delete orphan remotes"
|
2362
|
-
msgstr ""
|
2363
|
-
|
2364
|
-
msgid "Delete orphan repository versions"
|
2365
|
-
msgstr ""
|
2366
|
-
|
2367
|
-
msgid "Delete orphaned migrated repositories"
|
2368
|
-
msgstr ""
|
2369
|
-
|
2370
|
-
msgid "Delete remote"
|
2371
|
-
msgstr ""
|
2372
|
-
|
2373
|
-
msgid "Delete repository references"
|
2374
|
-
msgstr ""
|
2375
|
-
|
2376
2318
|
msgid "Delete version"
|
2377
2319
|
msgstr ""
|
2378
2320
|
|
@@ -2383,7 +2325,7 @@ msgid "Deleted %{host_count} %{hosts}"
|
|
2383
2325
|
msgstr ""
|
2384
2326
|
|
2385
2327
|
msgid "Deleted consumer '%s'"
|
2386
|
-
msgstr "Consumidor
|
2328
|
+
msgstr "Consumidor excluído '%s'"
|
2387
2329
|
|
2388
2330
|
msgid "Deleted from "
|
2389
2331
|
msgstr ""
|
@@ -2443,7 +2385,7 @@ msgid "Destroy Content Host"
|
|
2443
2385
|
msgstr "Destruir Host de Conteúdo"
|
2444
2386
|
|
2445
2387
|
msgid "Destroy Content Host %s"
|
2446
|
-
msgstr "
|
2388
|
+
msgstr "Destroy Content Host %s"
|
2447
2389
|
|
2448
2390
|
msgid "Destroy a Content Credential"
|
2449
2391
|
msgstr ""
|
@@ -2472,12 +2414,6 @@ msgstr "Destruir um ambiente "
|
|
2472
2414
|
msgid "Destroy an environment in an organization"
|
2473
2415
|
msgstr "Destruir um ambiente em uma organização "
|
2474
2416
|
|
2475
|
-
msgid "Destroy exporter"
|
2476
|
-
msgstr ""
|
2477
|
-
|
2478
|
-
msgid "Destroy importer"
|
2479
|
-
msgstr ""
|
2480
|
-
|
2481
2417
|
msgid "Destroy one or more alternate content sources"
|
2482
2418
|
msgstr ""
|
2483
2419
|
|
@@ -2497,7 +2433,7 @@ msgid "Determining settings for ${truncate(name)}"
|
|
2497
2433
|
msgstr ""
|
2498
2434
|
|
2499
2435
|
msgid "Digest"
|
2500
|
-
msgstr "
|
2436
|
+
msgstr ""
|
2501
2437
|
|
2502
2438
|
msgid "Directly setting package lists on composite content views is not allowed. Please update the components, then re-publish the composite."
|
2503
2439
|
msgstr "Não é permitida a configuração direta de listas de pacotes em coleções de visualização de conteúdo. Atualize os componentes e, então, publique novamente a coleção."
|
@@ -2526,9 +2462,6 @@ msgstr "Desativado"
|
|
2526
2462
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
2527
2463
|
msgstr ""
|
2528
2464
|
|
2529
|
-
msgid "Discover"
|
2530
|
-
msgstr ""
|
2531
|
-
|
2532
2465
|
msgid "Discover Repositories"
|
2533
2466
|
msgstr "Descobrir Repositórios "
|
2534
2467
|
|
@@ -2548,7 +2481,7 @@ msgid "Domain IDs"
|
|
2548
2481
|
msgstr "IDs de Domínio"
|
2549
2482
|
|
2550
2483
|
msgid "Download Policy of the capsule, must be one of %s"
|
2551
|
-
msgstr "
|
2484
|
+
msgstr "A política de download da cápsula, deve ser uma das %s"
|
2552
2485
|
|
2553
2486
|
msgid "Download a debug certificate"
|
2554
2487
|
msgstr "Baixar um certificado de depuração "
|
@@ -2713,7 +2646,7 @@ msgid "Environment"
|
|
2713
2646
|
msgstr "Ambiente"
|
2714
2647
|
|
2715
2648
|
msgid "Environment ID"
|
2716
|
-
msgstr "
|
2649
|
+
msgstr ""
|
2717
2650
|
|
2718
2651
|
msgid "Environment ID and content view ID must be provided together"
|
2719
2652
|
msgstr ""
|
@@ -2724,14 +2657,11 @@ msgstr "IDs de Ambiente"
|
|
2724
2657
|
msgid "Environment cannot be in its own promotion path"
|
2725
2658
|
msgstr "O Ambiente não pode estar em seu próprio caminho de promoção"
|
2726
2659
|
|
2727
|
-
msgid "Environment contents refresh"
|
2728
|
-
msgstr ""
|
2729
|
-
|
2730
2660
|
msgid "Environment identifier"
|
2731
2661
|
msgstr "Identificador de ambiente"
|
2732
2662
|
|
2733
2663
|
msgid "Environment name"
|
2734
|
-
msgstr "
|
2664
|
+
msgstr ""
|
2735
2665
|
|
2736
2666
|
msgid "Environments"
|
2737
2667
|
msgstr "Ambientes"
|
@@ -2755,7 +2685,7 @@ msgid "Errata Install"
|
|
2755
2685
|
msgstr "Instalar Errata"
|
2756
2686
|
|
2757
2687
|
msgid "Errata Install scheduled by %s"
|
2758
|
-
msgstr "Instalação
|
2688
|
+
msgstr "Errata Instalação programada por %s"
|
2759
2689
|
|
2760
2690
|
msgid "Errata and package information will be updated at the next host check-in or package action."
|
2761
2691
|
msgstr ""
|
@@ -2766,9 +2696,6 @@ msgstr ""
|
|
2766
2696
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
2767
2697
|
msgstr "ID de Errata da erratum (RHSA-2012: 108) "
|
2768
2698
|
|
2769
|
-
msgid "Errata mail"
|
2770
|
-
msgstr ""
|
2771
|
-
|
2772
2699
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2773
2700
|
msgstr ""
|
2774
2701
|
|
@@ -2806,13 +2733,13 @@ msgid "Error connecting to Pulp service"
|
|
2806
2733
|
msgstr "Erro ao estabelecer uma conexão com o serviço Pulp "
|
2807
2734
|
|
2808
2735
|
msgid "Error connecting. Got: %s"
|
2809
|
-
msgstr "Erro
|
2736
|
+
msgstr "Erro de conexão. Conseguido: %s"
|
2810
2737
|
|
2811
2738
|
msgid "Error loading content views"
|
2812
2739
|
msgstr ""
|
2813
2740
|
|
2814
2741
|
msgid "Error refreshing status for %s: "
|
2815
|
-
msgstr "
|
2742
|
+
msgstr "Status de atualização de erros para %s: "
|
2816
2743
|
|
2817
2744
|
msgid "Error retrieving Pulp storage"
|
2818
2745
|
msgstr "Erro ao recuperar o armazenamento Pulp "
|
@@ -2928,9 +2855,6 @@ msgstr "Busque os fluxos de módulos disponíveis para os hosts."
|
|
2928
2855
|
msgid "Fetch installable errata for one or more hosts."
|
2929
2856
|
msgstr "Busque as erratas instaláveis para um ou mais hosts."
|
2930
2857
|
|
2931
|
-
msgid "Fetch pxe files"
|
2932
|
-
msgstr ""
|
2933
|
-
|
2934
2858
|
msgid "Fetch traces for one or more hosts"
|
2935
2859
|
msgstr "Buscar rastreamentos para um ou mais hosts"
|
2936
2860
|
|
@@ -3024,9 +2948,6 @@ msgstr "Filtrar versões por número de versões"
|
|
3024
2948
|
msgid "Filter versions that are components in the specified composite version"
|
3025
2949
|
msgstr "Filtrar versões que sejam componentes na coleção de versão especificada"
|
3026
2950
|
|
3027
|
-
msgid "Filtered index content"
|
3028
|
-
msgstr ""
|
3029
|
-
|
3030
2951
|
msgid "Filters"
|
3031
2952
|
msgstr "Filtros"
|
3032
2953
|
|
@@ -3121,9 +3042,6 @@ msgstr ""
|
|
3121
3042
|
msgid "Generate host applicability"
|
3122
3043
|
msgstr "Gerar aplicabilidade de host"
|
3123
3044
|
|
3124
|
-
msgid "Generate metadata"
|
3125
|
-
msgstr ""
|
3126
|
-
|
3127
3045
|
msgid "Generate repository applicability"
|
3128
3046
|
msgstr "Gerar aplicabilidade de repositório"
|
3129
3047
|
|
@@ -3200,7 +3118,7 @@ msgid "Hash containing the Id of the single lifecycle environment to be associat
|
|
3200
3118
|
msgstr ""
|
3201
3119
|
|
3202
3120
|
msgid "Help"
|
3203
|
-
msgstr "
|
3121
|
+
msgstr ""
|
3204
3122
|
|
3205
3123
|
msgid "Helper"
|
3206
3124
|
msgstr "Ajudante"
|
@@ -3227,7 +3145,7 @@ msgid "Host"
|
|
3227
3145
|
msgstr "Máquina"
|
3228
3146
|
|
3229
3147
|
msgid "Host %s has not been registered with subscription-manager."
|
3230
|
-
msgstr "O host não foi registrado
|
3148
|
+
msgstr "O host %s não foi registrado no gerenciador de assinaturas."
|
3231
3149
|
|
3232
3150
|
msgid "Host %{hostname}: Cannot add content view environment to content facet. The host's content source '%{content_source}' does not sync lifecycle environment '%{lce}'."
|
3233
3151
|
msgstr ""
|
@@ -3257,7 +3175,7 @@ msgid "Host ID"
|
|
3257
3175
|
msgstr "ID do Host"
|
3258
3176
|
|
3259
3177
|
msgid "Host Limit"
|
3260
|
-
msgstr "
|
3178
|
+
msgstr ""
|
3261
3179
|
|
3262
3180
|
msgid "Host Profile Assume"
|
3263
3181
|
msgstr "Assumir perfil de host"
|
@@ -3332,10 +3250,10 @@ msgid "Host was not found by the subscription UUID: '%s', this can happen if the
|
|
3332
3250
|
msgstr ""
|
3333
3251
|
|
3334
3252
|
msgid "Host with ID %s already exists in the host collection."
|
3335
|
-
msgstr "
|
3253
|
+
msgstr "Host com ID %s já existe na coleção do host."
|
3336
3254
|
|
3337
3255
|
msgid "Host with ID %s does not exist in the host collection."
|
3338
|
-
msgstr "
|
3256
|
+
msgstr "Host com ID %s não existe na coleção do host."
|
3339
3257
|
|
3340
3258
|
msgid "Host with ID %s not found."
|
3341
3259
|
msgstr "Hospedeiro com ID %s não encontrado."
|
@@ -3361,12 +3279,6 @@ msgstr ""
|
|
3361
3279
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3362
3280
|
msgstr "Como encomendar os resultados classificados (por exemplo ASC para ascendente) "
|
3363
3281
|
|
3364
|
-
msgid "Hypervisors"
|
3365
|
-
msgstr ""
|
3366
|
-
|
3367
|
-
msgid "Hypervisors update"
|
3368
|
-
msgstr ""
|
3369
|
-
|
3370
3282
|
msgid "ID of a HTTP Proxy"
|
3371
3283
|
msgstr "ID de um Proxy HTTP"
|
3372
3284
|
|
@@ -3622,7 +3534,7 @@ msgid "Ignored hosts"
|
|
3622
3534
|
msgstr ""
|
3623
3535
|
|
3624
3536
|
msgid "Image"
|
3625
|
-
msgstr "
|
3537
|
+
msgstr ""
|
3626
3538
|
|
3627
3539
|
msgid "Image digest"
|
3628
3540
|
msgstr ""
|
@@ -3673,7 +3585,7 @@ msgid "Import a Manifest to Begin"
|
|
3673
3585
|
msgstr "Importar um manifesto para começar"
|
3674
3586
|
|
3675
3587
|
msgid "Import a content view version"
|
3676
|
-
msgstr "
|
3588
|
+
msgstr "Importar uma versão de visualização de conteúdo"
|
3677
3589
|
|
3678
3590
|
msgid "Import a content view version to the library"
|
3679
3591
|
msgstr ""
|
@@ -3687,9 +3599,6 @@ msgstr ""
|
|
3687
3599
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3688
3600
|
msgstr ""
|
3689
3601
|
|
3690
|
-
msgid "Import migration"
|
3691
|
-
msgstr ""
|
3692
|
-
|
3693
3602
|
msgid "Import new manifest"
|
3694
3603
|
msgstr ""
|
3695
3604
|
|
@@ -3699,12 +3608,6 @@ msgstr ""
|
|
3699
3608
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3700
3609
|
msgstr ""
|
3701
3610
|
|
3702
|
-
msgid "Import repository upload"
|
3703
|
-
msgstr ""
|
3704
|
-
|
3705
|
-
msgid "Import upload"
|
3706
|
-
msgstr ""
|
3707
|
-
|
3708
3611
|
msgid "Import uploads into a repository"
|
3709
3612
|
msgstr "Importar carregamentos para um repositório"
|
3710
3613
|
|
@@ -3771,14 +3674,11 @@ msgstr "Atualização Adicional"
|
|
3771
3674
|
msgid "Incremental Update incomplete."
|
3772
3675
|
msgstr "Atualização Adicional incompleta"
|
3773
3676
|
|
3774
|
-
msgid "Incremental Update of Content View Version(s) "
|
3775
|
-
msgstr ""
|
3776
|
-
|
3777
3677
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
3778
|
-
msgstr "Atualização
|
3678
|
+
msgstr "Atualização Incremental de %{content_view_count} Versão(ões) de Visualização de Conteúdo "
|
3779
3679
|
|
3780
3680
|
msgid "Incremental update"
|
3781
|
-
msgstr "Atualização
|
3681
|
+
msgstr "Atualização incremental"
|
3782
3682
|
|
3783
3683
|
msgid "Incremental update requires at least one content unit"
|
3784
3684
|
msgstr "A atualização incremental requer pelo menos uma unidade de conteúdo"
|
@@ -3786,27 +3686,12 @@ msgstr "A atualização incremental requer pelo menos uma unidade de conteúdo"
|
|
3786
3686
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
3787
3687
|
msgstr "Atualização incremental especificada para a versão composta %{name} %{version} , mas nenhum componente atualizado."
|
3788
3688
|
|
3789
|
-
msgid "Index content"
|
3790
|
-
msgstr ""
|
3791
|
-
|
3792
|
-
msgid "Index errata"
|
3793
|
-
msgstr ""
|
3794
|
-
|
3795
|
-
msgid "Index module streams"
|
3796
|
-
msgstr ""
|
3797
|
-
|
3798
|
-
msgid "Index package groups"
|
3799
|
-
msgstr ""
|
3800
|
-
|
3801
3689
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3802
|
-
msgstr "
|
3690
|
+
msgstr "O tipo informativo deve ser um dos seguintes [ %{list} ]"
|
3803
3691
|
|
3804
3692
|
msgid "Inherit from Repository"
|
3805
3693
|
msgstr "Herdar de repositório"
|
3806
3694
|
|
3807
|
-
msgid "Initialize"
|
3808
|
-
msgstr ""
|
3809
|
-
|
3810
3695
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3811
3696
|
msgstr "Iniciar sincronização dos produtos anexados ao plano de sincronização "
|
3812
3697
|
|
@@ -3882,9 +3767,6 @@ msgstr "Instalando Grupo de Pacote..."
|
|
3882
3767
|
msgid "Installing Package..."
|
3883
3768
|
msgstr "Instalando Pacotes..."
|
3884
3769
|
|
3885
|
-
msgid "Instance update"
|
3886
|
-
msgstr ""
|
3887
|
-
|
3888
3770
|
msgid "Instance-based"
|
3889
3771
|
msgstr "Baseado em instância"
|
3890
3772
|
|
@@ -3904,7 +3786,7 @@ msgid "Invalid association of the content view id. Content View must match the c
|
|
3904
3786
|
msgstr "Associação inválida da visualização de conteúdo. A visualização de conteúdo deve corresponder à versão da visualização de conteúdo que está sendo salva"
|
3905
3787
|
|
3906
3788
|
msgid "Invalid content label: %s"
|
3907
|
-
msgstr "Rótulo de conteúdo inválido %s"
|
3789
|
+
msgstr "Rótulo de conteúdo inválido: %s"
|
3908
3790
|
|
3909
3791
|
msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
|
3910
3792
|
msgstr "Tipo de conteúdo inválido '%{content_type}' fornecido. Os tipos de conteúdo podem ser do tipo \"% %\".{content_types}"
|
@@ -3922,7 +3804,7 @@ msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any
|
|
3922
3804
|
msgstr "Tipos de errata inválidos %{invalid_types} fornecidos. O tipo de errata pode ser qualquer um de %.{valid_types}"
|
3923
3805
|
|
3924
3806
|
msgid "Invalid event_type %s"
|
3925
|
-
msgstr "
|
3807
|
+
msgstr "Tipo_de_evento inválido %s"
|
3926
3808
|
|
3927
3809
|
msgid "Invalid export format provided. Format must be one of %s "
|
3928
3810
|
msgstr ""
|
@@ -3958,10 +3840,10 @@ msgid "Invalid parameters sent. You may have mistyped the address. If you contin
|
|
3958
3840
|
msgstr "Parâmetros inválidos envidados. Você digitou o endereço errado. Se você continuar com o mesmo problema contate um Administrador."
|
3959
3841
|
|
3960
3842
|
msgid "Invalid params provided - content_type must be one of %s"
|
3961
|
-
msgstr "Parâmetros fornecidos
|
3843
|
+
msgstr "Parâmetros inválidos fornecidos - content_type deve ser um dos %s"
|
3962
3844
|
|
3963
3845
|
msgid "Invalid params provided - date_type must be one of %s"
|
3964
|
-
msgstr "Parâmetros fornecidos
|
3846
|
+
msgstr "Parâmetros inválidos fornecidos - data_tipo deve ser um de %s"
|
3965
3847
|
|
3966
3848
|
msgid "Invalid params provided - with_content must be one of %s"
|
3967
3849
|
msgstr ""
|
@@ -3993,6 +3875,27 @@ msgstr ""
|
|
3993
3875
|
msgid "It is only allowed for Non-Redhat Yum repositories."
|
3994
3876
|
msgstr ""
|
3995
3877
|
|
3878
|
+
msgid "It's not possible to bulk remove versions from a rolling content view."
|
3879
|
+
msgstr ""
|
3880
|
+
|
3881
|
+
msgid "It's not possible to copy a rolling content view."
|
3882
|
+
msgstr ""
|
3883
|
+
|
3884
|
+
msgid "It's not possible to create a filter for a rolling content view."
|
3885
|
+
msgstr ""
|
3886
|
+
|
3887
|
+
msgid "It's not possible to destroy a version of a rolling content view."
|
3888
|
+
msgstr ""
|
3889
|
+
|
3890
|
+
msgid "It's not possible to export a rolling content view."
|
3891
|
+
msgstr ""
|
3892
|
+
|
3893
|
+
msgid "It's not possible to promote a rolling content view."
|
3894
|
+
msgstr ""
|
3895
|
+
|
3896
|
+
msgid "It's not possible to publish a rolling content view."
|
3897
|
+
msgstr ""
|
3898
|
+
|
3996
3899
|
msgid "Job '${description}' completed"
|
3997
3900
|
msgstr ""
|
3998
3901
|
|
@@ -4084,7 +3987,7 @@ msgid "Kickstart repository ID"
|
|
4084
3987
|
msgstr "ID de repositório Kickstart"
|
4085
3988
|
|
4086
3989
|
msgid "Kickstart repository was not set for host '%{host}'"
|
4087
|
-
msgstr "O repositório Kickstart não foi definido para o host '%{host}'"
|
3990
|
+
msgstr "O repositório Kickstart não foi definido para o host '%{host}'."
|
4088
3991
|
|
4089
3992
|
msgid "Label"
|
4090
3993
|
msgstr "Rótulo"
|
@@ -4117,7 +4020,7 @@ msgid "Last seen"
|
|
4117
4020
|
msgstr ""
|
4118
4021
|
|
4119
4022
|
msgid "Last sync"
|
4120
|
-
msgstr "
|
4023
|
+
msgstr ""
|
4121
4024
|
|
4122
4025
|
msgid "Last task"
|
4123
4026
|
msgstr ""
|
@@ -4159,10 +4062,10 @@ msgid "Lifecycle Environment"
|
|
4159
4062
|
msgstr "Ambiente de Ciclo de Vida"
|
4160
4063
|
|
4161
4064
|
msgid "Lifecycle Environment %s has associated Activation Keys. Please change or remove the associated Activation Keys before trying to delete this lifecycle environment."
|
4162
|
-
msgstr "Ambiente
|
4065
|
+
msgstr "Ambiente do Ciclo de Vida %s tem Chaves de Ativação associadas. Favor alterar ou remover as Chaves de Ativação associadas antes de tentar apagar este ambiente de ciclo de vida."
|
4163
4066
|
|
4164
4067
|
msgid "Lifecycle Environment %s has associated Hosts. Please unregister or move the associated Hosts before trying to delete this lifecycle environment."
|
4165
|
-
msgstr "
|
4068
|
+
msgstr "Ambiente do Ciclo de Vida %s tem Anfitriões associados. Favor cancelar o registro ou mover os Hosts associados antes de tentar excluir este ambiente de ciclo de vida."
|
4166
4069
|
|
4167
4070
|
msgid "Lifecycle Environment ID"
|
4168
4071
|
msgstr "ID do ambiente de ciclo de vida"
|
@@ -4345,7 +4248,7 @@ msgid "List of component content view version ids for composite views"
|
|
4345
4248
|
msgstr "Lista de IDs de versão de visualização de conteúdo de componente para coleções de visualização"
|
4346
4249
|
|
4347
4250
|
msgid "List of content units to ignore while syncing a yum repository. Must be subset of %s"
|
4348
|
-
msgstr "Lista de unidades de conteúdo
|
4251
|
+
msgstr "Lista de unidades de conteúdo a ignorar durante a sincronização de um repositório yum. Deve ser um subconjunto de %s"
|
4349
4252
|
|
4350
4253
|
msgid "List of enabled repo urls for the repo (Only first is used.)"
|
4351
4254
|
msgstr "Lista de URLs de repo habilitados (somente o primeiro é usado.) "
|
@@ -4567,7 +4470,7 @@ msgid "Manual authentication"
|
|
4567
4470
|
msgstr ""
|
4568
4471
|
|
4569
4472
|
msgid "Mark Content Host Statuses as Unknown for %s"
|
4570
|
-
msgstr "Marcar
|
4473
|
+
msgstr "Marcar status de Host de Conteúdo como Desconhecido por %s"
|
4571
4474
|
|
4572
4475
|
msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
|
4573
4476
|
msgstr ""
|
@@ -4585,7 +4488,7 @@ msgid "Maximum download rate when syncing a repository (requests per second). Us
|
|
4585
4488
|
msgstr ""
|
4586
4489
|
|
4587
4490
|
msgid "Maximum number of content hosts exceeded for host collection(s): %s"
|
4588
|
-
msgstr "
|
4491
|
+
msgstr "Número máximo de anfitriões de conteúdo excedido para a(s) coleta(ões) de anfitriões: %s"
|
4589
4492
|
|
4590
4493
|
msgid "Maximum number of hosts in the host collection"
|
4591
4494
|
msgstr "Número máximo de hosts na coleção de hosts"
|
@@ -4611,9 +4514,6 @@ msgstr "Mensagem"
|
|
4611
4514
|
msgid "Messaging connection"
|
4612
4515
|
msgstr "Conexão de mensagem"
|
4613
4516
|
|
4614
|
-
msgid "Metadata generate"
|
4615
|
-
msgstr ""
|
4616
|
-
|
4617
4517
|
msgid ""
|
4618
4518
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
4619
4519
|
"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."
|
@@ -4635,7 +4535,7 @@ msgid "Missing activation key!"
|
|
4635
4535
|
msgstr ""
|
4636
4536
|
|
4637
4537
|
msgid "Missing arguments %{substitutions} for %{content_url}"
|
4638
|
-
msgstr "Argumentos
|
4538
|
+
msgstr "Argumentos em falta %{substitutions} para %{content_url}"
|
4639
4539
|
|
4640
4540
|
msgid "Model"
|
4641
4541
|
msgstr "Modelar"
|
@@ -4670,18 +4570,12 @@ msgstr ""
|
|
4670
4570
|
msgid "Multi Content View Environment"
|
4671
4571
|
msgstr ""
|
4672
4572
|
|
4673
|
-
msgid "Multi copy all units"
|
4674
|
-
msgstr ""
|
4675
|
-
|
4676
|
-
msgid "Multi copy content"
|
4677
|
-
msgstr ""
|
4678
|
-
|
4679
|
-
msgid "Multi copy units"
|
4680
|
-
msgstr ""
|
4681
|
-
|
4682
4573
|
msgid "Multi-entitlement"
|
4683
4574
|
msgstr "Direitos múltiplos"
|
4684
4575
|
|
4576
|
+
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
4577
|
+
msgstr ""
|
4578
|
+
|
4685
4579
|
msgid "N/A"
|
4686
4580
|
msgstr "N/D"
|
4687
4581
|
|
@@ -5160,7 +5054,7 @@ msgid "Not added"
|
|
5160
5054
|
msgstr ""
|
5161
5055
|
|
5162
5056
|
msgid "Not all necessary pulp workers running at %s."
|
5163
|
-
msgstr "Nem todos os trabalhadores
|
5057
|
+
msgstr "Nem todos os trabalhadores de celulose necessários que trabalham no site %s."
|
5164
5058
|
|
5165
5059
|
msgid "Not installed"
|
5166
5060
|
msgstr "Não instalado"
|
@@ -5199,7 +5093,7 @@ msgid "Number to Allocate"
|
|
5199
5093
|
msgstr "Número para alocar"
|
5200
5094
|
|
5201
5095
|
msgid "OS"
|
5202
|
-
msgstr "
|
5096
|
+
msgstr ""
|
5203
5097
|
|
5204
5098
|
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
5205
5099
|
msgstr ""
|
@@ -5235,7 +5129,7 @@ msgid "Once the prerequisites are met, select a provider to install katello-host
|
|
5235
5129
|
msgstr ""
|
5236
5130
|
|
5237
5131
|
msgid "One of parameters [ %s ] required but not specified."
|
5238
|
-
msgstr "Um dos parâmetros
|
5132
|
+
msgstr "Um dos parâmetros [ %s ] necessário, mas não especificado."
|
5239
5133
|
|
5240
5134
|
msgid "One of yum or docker"
|
5241
5135
|
msgstr "Um de yum ou docker"
|
@@ -5309,6 +5203,9 @@ msgstr ""
|
|
5309
5203
|
msgid "Organization required"
|
5310
5204
|
msgstr "Organização necessária"
|
5311
5205
|
|
5206
|
+
msgid "Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details."
|
5207
|
+
msgstr ""
|
5208
|
+
|
5312
5209
|
msgid "Orphaned Content Protection Time"
|
5313
5210
|
msgstr ""
|
5314
5211
|
|
@@ -5373,7 +5270,7 @@ msgid "Package Group Install Timed Out"
|
|
5373
5270
|
msgstr "Instalação do Grupo de Pacote Expirou o Tempo"
|
5374
5271
|
|
5375
5272
|
msgid "Package Group Install scheduled by %s"
|
5376
|
-
msgstr "Instalação
|
5273
|
+
msgstr "Instalação do Grupo de Pacotes programada por %s"
|
5377
5274
|
|
5378
5275
|
msgid "Package Group Remove"
|
5379
5276
|
msgstr "Remover Grupo de Pacote"
|
@@ -5391,13 +5288,13 @@ msgid "Package Group Remove Timed Out"
|
|
5391
5288
|
msgstr "Remoção de Grupo de Pacote Expirou o Tempo"
|
5392
5289
|
|
5393
5290
|
msgid "Package Group Remove scheduled by %s"
|
5394
|
-
msgstr "Remoção de
|
5291
|
+
msgstr "Remoção de grupo de pacotes programada por %s"
|
5395
5292
|
|
5396
5293
|
msgid "Package Group Update"
|
5397
5294
|
msgstr "Atualizar Grupo de Pacote"
|
5398
5295
|
|
5399
5296
|
msgid "Package Group Update scheduled by %s"
|
5400
|
-
msgstr "Atualização
|
5297
|
+
msgstr "Atualização do grupo de pacotes programada por %s"
|
5401
5298
|
|
5402
5299
|
msgid "Package Groups"
|
5403
5300
|
msgstr "Grupos de Pacote"
|
@@ -5418,7 +5315,7 @@ msgid "Package Install Timed Out"
|
|
5418
5315
|
msgstr "Instalação de pacote expirou o tempo"
|
5419
5316
|
|
5420
5317
|
msgid "Package Install scheduled by %s"
|
5421
|
-
msgstr "Instalação
|
5318
|
+
msgstr "Instalação do pacote programada por %s"
|
5422
5319
|
|
5423
5320
|
msgid "Package Remove"
|
5424
5321
|
msgstr "Remover Pacote"
|
@@ -5436,7 +5333,7 @@ msgid "Package Remove Timed Out"
|
|
5436
5333
|
msgstr "Remoção de pacote expirou o tempo"
|
5437
5334
|
|
5438
5335
|
msgid "Package Remove scheduled by %s"
|
5439
|
-
msgstr "Remoção
|
5336
|
+
msgstr "Remoção da embalagem programada por %s"
|
5440
5337
|
|
5441
5338
|
msgid "Package Type"
|
5442
5339
|
msgstr ""
|
@@ -5460,7 +5357,10 @@ msgid "Package Update Timed Out"
|
|
5460
5357
|
msgstr "Atualização de pacote expirou o tempo"
|
5461
5358
|
|
5462
5359
|
msgid "Package Update scheduled by %s"
|
5463
|
-
msgstr "Atualização
|
5360
|
+
msgstr "Atualização do pacote programada por %s"
|
5361
|
+
|
5362
|
+
msgid "Package actions will be transient"
|
5363
|
+
msgstr ""
|
5464
5364
|
|
5465
5365
|
msgid "Package group update canceled"
|
5466
5366
|
msgstr "Atualização de grupo de pacotes cancelada"
|
@@ -5475,13 +5375,13 @@ msgid "Package group update timed out"
|
|
5475
5375
|
msgstr "Atualização de grupo de pacotes expirou"
|
5476
5376
|
|
5477
5377
|
msgid "Package groups"
|
5478
|
-
msgstr "Grupos de
|
5378
|
+
msgstr "Grupos de embalagens"
|
5479
5379
|
|
5480
5380
|
msgid "Package identifiers to filter content by"
|
5481
5381
|
msgstr "Identificadores de pacote para filtrar o conteúdo"
|
5482
5382
|
|
5483
5383
|
msgid "Package install failed: \"%{package}\""
|
5484
|
-
msgstr "
|
5384
|
+
msgstr "A instalação do pacote falhou: \"%{package}\""
|
5485
5385
|
|
5486
5386
|
msgid "Package installation: \"%{package}\" "
|
5487
5387
|
msgstr "Instalação da embalagem: \"%{package}\" "
|
@@ -5565,7 +5465,7 @@ msgid "Performs an incremental-export of the repositories in library."
|
|
5565
5465
|
msgstr ""
|
5566
5466
|
|
5567
5467
|
msgid "Permission Denied. User '%{user}' does not have permissions to access organization '%{org}'."
|
5568
|
-
msgstr "Permissão negada.
|
5468
|
+
msgstr "Permissão negada. O usuário '%{user}' não tem permissões de acesso à organização '%{org}'."
|
5569
5469
|
|
5570
5470
|
msgid "Physical"
|
5571
5471
|
msgstr "Físico"
|
@@ -5713,7 +5613,7 @@ msgid "Product version"
|
|
5713
5613
|
msgstr "Versão do produto"
|
5714
5614
|
|
5715
5615
|
msgid "Product with ID %s not found in Candlepin. Skipping content import for it."
|
5716
|
-
msgstr "Produto com
|
5616
|
+
msgstr "Produto com ID %s não encontrado em Candlepin. Importação de conteúdo para ele."
|
5717
5617
|
|
5718
5618
|
msgid "Product: '%{product}', Repository: '%{repository}'"
|
5719
5619
|
msgstr ""
|
@@ -5764,7 +5664,7 @@ msgid "Provided Products"
|
|
5764
5664
|
msgstr "Produtos fornecidos"
|
5765
5665
|
|
5766
5666
|
msgid "Provided pool with id %s has no upstream entitlement"
|
5767
|
-
msgstr "
|
5667
|
+
msgstr "Desde que o pool com id %s não tenha direito a upstream"
|
5768
5668
|
|
5769
5669
|
msgid "Provisioning template IDs"
|
5770
5670
|
msgstr "IDs de template de provisionamento"
|
@@ -5821,7 +5721,7 @@ msgid "Pulp bulk load size"
|
|
5821
5721
|
msgstr ""
|
5822
5722
|
|
5823
5723
|
msgid "Pulp database connection issue at %s."
|
5824
|
-
msgstr "Problema de conexão
|
5724
|
+
msgstr "Problema de conexão de banco de dados de celulose em %s."
|
5825
5725
|
|
5826
5726
|
msgid "Pulp database connection issue."
|
5827
5727
|
msgstr "Problema de conexão com o banco de dados do pulp. "
|
@@ -5830,13 +5730,13 @@ msgid "Pulp disk space notification"
|
|
5830
5730
|
msgstr "Notificação de espaço em disco do pulp"
|
5831
5731
|
|
5832
5732
|
msgid "Pulp does not appear to be running at %s."
|
5833
|
-
msgstr "
|
5733
|
+
msgstr "A celulose não parece estar funcionando em %s."
|
5834
5734
|
|
5835
5735
|
msgid "Pulp does not appear to be running."
|
5836
5736
|
msgstr "O pulp parece não estar em execução. "
|
5837
5737
|
|
5838
5738
|
msgid "Pulp message bus connection issue at %s."
|
5839
|
-
msgstr "Problema de conexão
|
5739
|
+
msgstr "Problema de conexão do ônibus de mensagens de polpa em %s."
|
5840
5740
|
|
5841
5741
|
msgid "Pulp message bus connection issue."
|
5842
5742
|
msgstr "Problema de conexão com o barramento de mensagens do pulp. "
|
@@ -5845,7 +5745,7 @@ msgid "Pulp node"
|
|
5845
5745
|
msgstr "Nó pulp"
|
5846
5746
|
|
5847
5747
|
msgid "Pulp redis connection issue at %s."
|
5848
|
-
msgstr "Problema de conexão
|
5748
|
+
msgstr "Problema de conexão de polpa redis em %s."
|
5849
5749
|
|
5850
5750
|
msgid "Pulp server version"
|
5851
5751
|
msgstr "Versão do servidor pulp "
|
@@ -5856,9 +5756,6 @@ msgstr "Armazenamento pulp"
|
|
5856
5756
|
msgid "Pulp task error"
|
5857
5757
|
msgstr "Erro de tarefa Pulp"
|
5858
5758
|
|
5859
|
-
msgid "Purge completed tasks"
|
5860
|
-
msgstr ""
|
5861
|
-
|
5862
5759
|
msgid "Python Package"
|
5863
5760
|
msgstr ""
|
5864
5761
|
|
@@ -5899,7 +5796,7 @@ msgid "Quantity to Allocate"
|
|
5899
5796
|
msgstr "Quantidade para alocar"
|
5900
5797
|
|
5901
5798
|
msgid "RAM"
|
5902
|
-
msgstr "
|
5799
|
+
msgstr ""
|
5903
5800
|
|
5904
5801
|
msgid "RAM: %s GB"
|
5905
5802
|
msgstr "RAM: %s GB"
|
@@ -5914,7 +5811,7 @@ msgid "RHEL lifecycle"
|
|
5914
5811
|
msgstr ""
|
5915
5812
|
|
5916
5813
|
msgid "RHUI"
|
5917
|
-
msgstr "
|
5814
|
+
msgstr ""
|
5918
5815
|
|
5919
5816
|
msgid "RPM"
|
5920
5817
|
msgstr "RPM"
|
@@ -5967,9 +5864,6 @@ msgstr "Reinicialização necessária"
|
|
5967
5864
|
msgid "Reclaim Space"
|
5968
5865
|
msgstr ""
|
5969
5866
|
|
5970
|
-
msgid "Reclaim space"
|
5971
|
-
msgstr ""
|
5972
|
-
|
5973
5867
|
msgid "Reclaim space from On Demand repositories"
|
5974
5868
|
msgstr ""
|
5975
5869
|
|
@@ -6030,10 +5924,10 @@ msgstr ""
|
|
6030
5924
|
msgid "Refresh Manifest"
|
6031
5925
|
msgstr "Atualizar Manifesto"
|
6032
5926
|
|
6033
|
-
msgid "Refresh
|
5927
|
+
msgid "Refresh RollingCV Repo"
|
6034
5928
|
msgstr ""
|
6035
5929
|
|
6036
|
-
msgid "Refresh all
|
5930
|
+
msgid "Refresh all alternate content sources"
|
6037
5931
|
msgstr ""
|
6038
5932
|
|
6039
5933
|
msgid "Refresh alternate content sources"
|
@@ -6048,27 +5942,15 @@ msgstr ""
|
|
6048
5942
|
msgid "Refresh counts"
|
6049
5943
|
msgstr ""
|
6050
5944
|
|
6051
|
-
msgid "Refresh distribution"
|
6052
|
-
msgstr ""
|
6053
|
-
|
6054
5945
|
msgid "Refresh errata applicability"
|
6055
5946
|
msgstr ""
|
6056
5947
|
|
6057
|
-
msgid "Refresh if needed"
|
6058
|
-
msgstr ""
|
6059
|
-
|
6060
5948
|
msgid "Refresh package applicability"
|
6061
5949
|
msgstr ""
|
6062
5950
|
|
6063
5951
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
6064
5952
|
msgstr "Atualizar manifesto importado anteriormente para provedor Red Hat "
|
6065
5953
|
|
6066
|
-
msgid "Refresh remote"
|
6067
|
-
msgstr ""
|
6068
|
-
|
6069
|
-
msgid "Refresh repos"
|
6070
|
-
msgstr ""
|
6071
|
-
|
6072
5954
|
msgid "Refresh source"
|
6073
5955
|
msgstr ""
|
6074
5956
|
|
@@ -6079,7 +5961,7 @@ msgid "Register a host with subscription and information"
|
|
6079
5961
|
msgstr "Registrar um host com subscrição e informações"
|
6080
5962
|
|
6081
5963
|
msgid "Register host '%s' before attaching subscriptions"
|
6082
|
-
msgstr "
|
5964
|
+
msgstr "Registre o anfitrião '%s' antes de anexar as assinaturas"
|
6083
5965
|
|
6084
5966
|
msgid "Registered"
|
6085
5967
|
msgstr "Registrado"
|
@@ -6103,17 +5985,14 @@ msgid "Registration details"
|
|
6103
5985
|
msgstr ""
|
6104
5986
|
|
6105
5987
|
msgid "Registry name pattern results in duplicate container image names for these repositories: %s."
|
6106
|
-
msgstr "O padrão de nomes de registro resulta em nomes de imagens de
|
5988
|
+
msgstr "O padrão de nomes de registro resulta em nomes de imagens de recipientes duplicados para estes repositórios: %s."
|
6107
5989
|
|
6108
5990
|
msgid "Registry name pattern results in invalid container image name of member repository '%{name}'"
|
6109
|
-
msgstr "O padrão de
|
5991
|
+
msgstr "O padrão de nome de registro resulta em nome de imagem de container inválido do repositório de membros '%{name}'"
|
6110
5992
|
|
6111
5993
|
msgid "Registry name pattern will result in invalid container image name of member repositories"
|
6112
5994
|
msgstr "O padrão de nomes de registro resultará em nome de imagem de contêiner inválido de repositório de membro"
|
6113
5995
|
|
6114
|
-
msgid "Reindex subscriptions"
|
6115
|
-
msgstr ""
|
6116
|
-
|
6117
5996
|
msgid "Related composite content views"
|
6118
5997
|
msgstr ""
|
6119
5998
|
|
@@ -6210,9 +6089,6 @@ msgstr "Remover uma ou mais coleções de um ou mais hosts"
|
|
6210
6089
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
6211
6090
|
msgstr ""
|
6212
6091
|
|
6213
|
-
msgid "Remove orphans"
|
6214
|
-
msgstr ""
|
6215
|
-
|
6216
6092
|
msgid "Remove package group via Katello interface"
|
6217
6093
|
msgstr "Remover grupo de pacotes via interface do Katello"
|
6218
6094
|
|
@@ -6232,7 +6108,7 @@ msgid "Remove subscriptions"
|
|
6232
6108
|
msgstr "Remover as subscrições"
|
6233
6109
|
|
6234
6110
|
msgid "Remove subscriptions from %s"
|
6235
|
-
msgstr "
|
6111
|
+
msgstr "Retirar as assinaturas de %s"
|
6236
6112
|
|
6237
6113
|
msgid "Remove subscriptions from a host"
|
6238
6114
|
msgstr ""
|
@@ -6240,12 +6116,6 @@ msgstr ""
|
|
6240
6116
|
msgid "Remove subscriptions from one or more hosts"
|
6241
6117
|
msgstr "Remover subscrições de um ou mais hosts"
|
6242
6118
|
|
6243
|
-
msgid "Remove units"
|
6244
|
-
msgstr ""
|
6245
|
-
|
6246
|
-
msgid "Remove unneeded repos"
|
6247
|
-
msgstr ""
|
6248
|
-
|
6249
6119
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
6250
6120
|
msgstr "Remover as versões e/ou ambientes a partir de uma visualização de conteúdo e reajustar os sistemas e as chaves"
|
6251
6121
|
|
@@ -6270,9 +6140,6 @@ msgstr ""
|
|
6270
6140
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
6271
6141
|
msgstr ""
|
6272
6142
|
|
6273
|
-
msgid "Repair"
|
6274
|
-
msgstr ""
|
6275
|
-
|
6276
6143
|
msgid "Replace content source on the target machine"
|
6277
6144
|
msgstr ""
|
6278
6145
|
|
@@ -6291,18 +6158,12 @@ msgstr "Repositórios"
|
|
6291
6158
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
6292
6159
|
msgstr ""
|
6293
6160
|
|
6294
|
-
msgid "Repositories certs reset"
|
6295
|
-
msgstr ""
|
6296
|
-
|
6297
6161
|
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."
|
6298
6162
|
msgstr ""
|
6299
6163
|
|
6300
6164
|
msgid "Repositories from published Content Views are not allowed."
|
6301
6165
|
msgstr "Repositórios de Visualizações de Conteúdo publicadas não são permitidas."
|
6302
6166
|
|
6303
|
-
msgid "Repositories gpg reset"
|
6304
|
-
msgstr ""
|
6305
|
-
|
6306
6167
|
msgid "Repository"
|
6307
6168
|
msgstr "Repo"
|
6308
6169
|
|
@@ -6322,7 +6183,7 @@ msgid "Repository '%(repoName)s' has been enabled."
|
|
6322
6183
|
msgstr "O Repositório '%(repoName)s' foi habilitado."
|
6323
6184
|
|
6324
6185
|
msgid "Repository ID"
|
6325
|
-
msgstr "
|
6186
|
+
msgstr ""
|
6326
6187
|
|
6327
6188
|
msgid "Repository Id associated with the kickstart repo used for provisioning"
|
6328
6189
|
msgstr "A ID de repositório associada ao repositório kickstart utilizado para o provisionamento"
|
@@ -6567,7 +6428,7 @@ msgstr ""
|
|
6567
6428
|
msgid "Review affected environments"
|
6568
6429
|
msgstr ""
|
6569
6430
|
|
6570
|
-
msgid "Review and optionally exclude hosts from your selection."
|
6431
|
+
msgid "Review and optionally exclude hosts from your selection. Note that package actions on any image mode hosts will be transient and lost on the next reboot."
|
6571
6432
|
msgstr ""
|
6572
6433
|
|
6573
6434
|
msgid "Review and then click {submitBtnText}."
|
@@ -6600,6 +6461,12 @@ msgstr ""
|
|
6600
6461
|
msgid "Rollback image digest"
|
6601
6462
|
msgstr ""
|
6602
6463
|
|
6464
|
+
msgid "Rolling content view"
|
6465
|
+
msgstr ""
|
6466
|
+
|
6467
|
+
msgid "Rolling content views"
|
6468
|
+
msgstr ""
|
6469
|
+
|
6603
6470
|
msgid "Rules to be added"
|
6604
6471
|
msgstr ""
|
6605
6472
|
|
@@ -6645,33 +6512,12 @@ msgstr "SUBSCRIÇÕES EXPIRANDO EM BREVE"
|
|
6645
6512
|
msgid "Save"
|
6646
6513
|
msgstr "Salvar"
|
6647
6514
|
|
6648
|
-
msgid "Save artifact"
|
6649
|
-
msgstr ""
|
6650
|
-
|
6651
|
-
msgid "Save distribution references"
|
6652
|
-
msgstr ""
|
6653
|
-
|
6654
|
-
msgid "Save publication"
|
6655
|
-
msgstr ""
|
6656
|
-
|
6657
|
-
msgid "Save version"
|
6658
|
-
msgstr ""
|
6659
|
-
|
6660
|
-
msgid "Save versions"
|
6661
|
-
msgstr ""
|
6662
|
-
|
6663
6515
|
msgid "Saving alternate content source..."
|
6664
6516
|
msgstr ""
|
6665
6517
|
|
6666
6518
|
msgid "Scan a flatpak remote"
|
6667
6519
|
msgstr ""
|
6668
6520
|
|
6669
|
-
msgid "Scan cdn"
|
6670
|
-
msgstr ""
|
6671
|
-
|
6672
|
-
msgid "Scan remote"
|
6673
|
-
msgstr ""
|
6674
|
-
|
6675
6521
|
msgid "Schema version 1"
|
6676
6522
|
msgstr ""
|
6677
6523
|
|
@@ -6829,7 +6675,7 @@ msgid "Select host collection(s) to remove from host {hostName}."
|
|
6829
6675
|
msgstr ""
|
6830
6676
|
|
6831
6677
|
msgid "Select hosts to assign to %s"
|
6832
|
-
msgstr "
|
6678
|
+
msgstr "Selecione os anfitriões a serem designados para %s"
|
6833
6679
|
|
6834
6680
|
msgid "Select lifecycle environment"
|
6835
6681
|
msgstr ""
|
@@ -6898,7 +6744,7 @@ msgid "Sending a list of included IDs is not allowed when all items are being se
|
|
6898
6744
|
msgstr ""
|
6899
6745
|
|
6900
6746
|
msgid "Service Level %s"
|
6901
|
-
msgstr "
|
6747
|
+
msgstr "Nível de serviço %s"
|
6902
6748
|
|
6903
6749
|
msgid "Service Level (SLA)"
|
6904
6750
|
msgstr "Nível de serviço (SLA)"
|
@@ -7053,9 +6899,6 @@ msgstr ""
|
|
7053
6899
|
msgid "Simplified"
|
7054
6900
|
msgstr ""
|
7055
6901
|
|
7056
|
-
msgid "Single content view consisting of e.g. repositories"
|
7057
|
-
msgstr ""
|
7058
|
-
|
7059
6902
|
msgid "Size of file to upload"
|
7060
6903
|
msgstr "Tamanho do arquivo para carregar"
|
7061
6904
|
|
@@ -7087,7 +6930,7 @@ msgid "Sockets"
|
|
7087
6930
|
msgstr "Sockets"
|
7088
6931
|
|
7089
6932
|
msgid "Sockets: %s"
|
7090
|
-
msgstr "
|
6933
|
+
msgstr "Tomadas: %s"
|
7091
6934
|
|
7092
6935
|
msgid "Solution"
|
7093
6936
|
msgstr "Solução"
|
@@ -7098,6 +6941,9 @@ msgstr "Solucionar dependências de RPM por padrão na publicação de Visualiza
|
|
7098
6941
|
msgid "Solve dependencies"
|
7099
6942
|
msgstr "Solucionar dependências"
|
7100
6943
|
|
6944
|
+
msgid "Some environments are disabled because they are not associated with all of the affected hosts' content sources."
|
6945
|
+
msgstr ""
|
6946
|
+
|
7101
6947
|
msgid "Some environments are disabled because they are not associated with the host's content source."
|
7102
6948
|
msgstr ""
|
7103
6949
|
|
@@ -7429,10 +7275,10 @@ msgid "Successfully added %{count} content host(s) to host collection %{host_col
|
|
7429
7275
|
msgstr "Acrescentei com sucesso %{count} anfitrião(es) de conteúdo para a coleção de anfitriões %{host_collection}."
|
7430
7276
|
|
7431
7277
|
msgid "Successfully changed sync plan for %s product(s)"
|
7432
|
-
msgstr "Plano de
|
7278
|
+
msgstr "Plano de sincronização alterado com sucesso para %s produto(s)"
|
7433
7279
|
|
7434
7280
|
msgid "Successfully initiated removal of %s product(s)"
|
7435
|
-
msgstr "Remoção
|
7281
|
+
msgstr "Remoção iniciada com sucesso do(s) produto(s) %s "
|
7436
7282
|
|
7437
7283
|
msgid "Successfully refreshed."
|
7438
7284
|
msgstr ""
|
@@ -7461,9 +7307,6 @@ msgstr ""
|
|
7461
7307
|
msgid "Supported Content Types"
|
7462
7308
|
msgstr "Tipos de conteúdo compatíveis"
|
7463
7309
|
|
7464
|
-
msgid "Sync"
|
7465
|
-
msgstr ""
|
7466
|
-
|
7467
7310
|
msgid "Sync Canceled"
|
7468
7311
|
msgstr "Sincronização cancelada"
|
7469
7312
|
|
@@ -7507,7 +7350,7 @@ msgid "Sync Summary"
|
|
7507
7350
|
msgstr "Resumo da sincronização"
|
7508
7351
|
|
7509
7352
|
msgid "Sync Summary for %s"
|
7510
|
-
msgstr "
|
7353
|
+
msgstr "Sync Summary for %s"
|
7511
7354
|
|
7512
7355
|
msgid "Sync Total Timeout"
|
7513
7356
|
msgstr ""
|
@@ -7518,9 +7361,6 @@ msgstr "Sinc um repositório"
|
|
7518
7361
|
msgid "Sync all repositories for a product"
|
7519
7362
|
msgstr "Sincronizar todos repositórios para um produto"
|
7520
7363
|
|
7521
|
-
msgid "Sync capsule"
|
7522
|
-
msgstr ""
|
7523
|
-
|
7524
7364
|
msgid "Sync complete."
|
7525
7365
|
msgstr "Sincronização concluída."
|
7526
7366
|
|
@@ -7539,9 +7379,6 @@ msgstr ""
|
|
7539
7379
|
msgid "Sync state"
|
7540
7380
|
msgstr ""
|
7541
7381
|
|
7542
|
-
msgid "Syncable export"
|
7543
|
-
msgstr ""
|
7544
|
-
|
7545
7382
|
msgid "Synced"
|
7546
7383
|
msgstr ""
|
7547
7384
|
|
@@ -7630,7 +7467,7 @@ msgid "Temporary"
|
|
7630
7467
|
msgstr "Temporário"
|
7631
7468
|
|
7632
7469
|
msgid "The '%s' environment cannot contain a changeset!"
|
7633
|
-
msgstr "O ambiente
|
7470
|
+
msgstr "O ambiente '%s' não pode conter um conjunto de mudanças!"
|
7634
7471
|
|
7635
7472
|
msgid "The Alternate Content Source type"
|
7636
7473
|
msgstr ""
|
@@ -7651,7 +7488,7 @@ msgid "The URL to receive a session token from, e.g. used with Automation Hub."
|
|
7651
7488
|
msgstr ""
|
7652
7489
|
|
7653
7490
|
msgid "The action requested on this composite view cannot be performed until all of the component content view versions have been promoted to the target environment: %{env}. This restriction is optional and can be modified in the Administrator -> Settings -> Content page using the restrict_composite_view flag."
|
7654
|
-
msgstr "A ação
|
7491
|
+
msgstr "A ação solicitada sobre esta visão composta não pode ser executada até que todas as versões de visão do conteúdo dos componentes tenham sido promovidas para o ambiente alvo: %{env}. Esta restrição é opcional e pode ser modificada na página Administrador -> Configurações -> Conteúdo usando a bandeira restrict_composite_view."
|
7655
7492
|
|
7656
7493
|
msgid "The actual file contents"
|
7657
7494
|
msgstr "O conteúdo do arquivo atual "
|
@@ -7703,6 +7540,9 @@ msgid ""
|
|
7703
7540
|
" %{repos}"
|
7704
7541
|
msgstr ""
|
7705
7542
|
|
7543
|
+
msgid "The generated container repository name is invalid. Please review the lifecycle environment's registry name pattern. It may be caused by special characters in the components that make up the name, like the organization."
|
7544
|
+
msgstr ""
|
7545
|
+
|
7706
7546
|
msgid "The id of the content source"
|
7707
7547
|
msgstr ""
|
7708
7548
|
|
@@ -7725,7 +7565,7 @@ msgid "The manifest doesn't exist on console.redhat.com. Please create and impor
|
|
7725
7565
|
msgstr ""
|
7726
7566
|
|
7727
7567
|
msgid "The manifest imported within Organization %{subject} is no longer valid. Please import a new manifest."
|
7728
|
-
msgstr "O manifesto importado
|
7568
|
+
msgstr "O manifesto importado dentro da Organização %{subject} não é mais válido. Por favor, importe um novo manifesto."
|
7729
7569
|
|
7730
7570
|
msgid "The maximum number of second that Pulp can take to do a single sync operation, e.g., download a single metadata file."
|
7731
7571
|
msgstr ""
|
@@ -7763,7 +7603,7 @@ msgid "The page you are attempting to access requires selecting a specific organ
|
|
7763
7603
|
msgstr "A página que você está tentando acessar requer a seleção de uma organização específica."
|
7764
7604
|
|
7765
7605
|
msgid "The path %{real_path} does not seem to be a valid repository. If you think this is an error, please try refreshing your manifest."
|
7766
|
-
msgstr "O caminho %{real_path} não parece ser um repositório válido. Se você
|
7606
|
+
msgstr "O caminho %{real_path} não parece ser um repositório válido. Se você acha que isto é um erro, por favor, tente atualizar seu manifesto."
|
7767
7607
|
|
7768
7608
|
msgid "The promotion of %{content_view} to %{environment} has completed. %{count} errata are available to your hosts."
|
7769
7609
|
msgstr "A promoção de %{content_view} a %{environment} foi concluída. %{count} erratas estão disponíveis para seus anfitriões."
|
@@ -7808,7 +7648,7 @@ msgid "The subscription is no longer available"
|
|
7808
7648
|
msgstr "A subscrição não está mais disponível"
|
7809
7649
|
|
7810
7650
|
msgid "The synchronization of \"%s\" has completed. Below is a summary of new errata."
|
7811
|
-
msgstr "A sincronização
|
7651
|
+
msgstr "A sincronização do \"%s\" foi concluída. Abaixo está um resumo das novas erratas."
|
7812
7652
|
|
7813
7653
|
msgid "The token key to use for authentication."
|
7814
7654
|
msgstr ""
|
@@ -7871,7 +7711,7 @@ msgid "There was an error retrieving data from the server. Check your connection
|
|
7871
7711
|
msgstr ""
|
7872
7712
|
|
7873
7713
|
msgid "There was an issue with the backend service %s: "
|
7874
|
-
msgstr "
|
7714
|
+
msgstr "Houve um problema com o serviço de backend %s: "
|
7875
7715
|
|
7876
7716
|
msgid "There's no running synchronization for this smart proxy."
|
7877
7717
|
msgstr "Não há sincronização em execução para esse proxy inteligente."
|
@@ -8047,9 +7887,6 @@ msgstr ""
|
|
8047
7887
|
msgid "To manage packages, select an action."
|
8048
7888
|
msgstr ""
|
8049
7889
|
|
8050
|
-
msgid "Toggle"
|
8051
|
-
msgstr ""
|
8052
|
-
|
8053
7890
|
msgid "Token/password for the flatpak remote"
|
8054
7891
|
msgstr ""
|
8055
7892
|
|
@@ -8168,7 +8005,7 @@ msgid "Unable to connect"
|
|
8168
8005
|
msgstr "Não é possível conectar"
|
8169
8006
|
|
8170
8007
|
msgid "Unable to connect. Got: %s"
|
8171
|
-
msgstr "
|
8008
|
+
msgstr "Incapaz de se conectar. Consegui: %s"
|
8172
8009
|
|
8173
8010
|
msgid "Unable to create ContentViewEnvironment. Check the logs for more information."
|
8174
8011
|
msgstr ""
|
@@ -8182,6 +8019,12 @@ msgstr "Não é possível detectar o armazenamento pulp "
|
|
8182
8019
|
msgid "Unable to detect puppet path"
|
8183
8020
|
msgstr "Não é possível detectar o caminho do puppet"
|
8184
8021
|
|
8022
|
+
msgid "Unable to find a content view with ID %s"
|
8023
|
+
msgstr ""
|
8024
|
+
|
8025
|
+
msgid "Unable to find a lifecycle environment with ID %s"
|
8026
|
+
msgstr ""
|
8027
|
+
|
8185
8028
|
msgid "Unable to find product '%s' in organization '%s'"
|
8186
8029
|
msgstr ""
|
8187
8030
|
|
@@ -8216,7 +8059,7 @@ msgid "Unable to refresh any alternate content source. You either do not have th
|
|
8216
8059
|
msgstr ""
|
8217
8060
|
|
8218
8061
|
msgid "Unable to send errata e-mail notification: %{error}"
|
8219
|
-
msgstr "
|
8062
|
+
msgstr "Impossibilidade de enviar notificação por e-mail de errata: %{error}"
|
8220
8063
|
|
8221
8064
|
msgid "Unable to sync repo. This repository does not have a feed url."
|
8222
8065
|
msgstr "Não é possível sincronizar o repositório. Este repositório não possui um url do feed."
|
@@ -8240,7 +8083,7 @@ msgid "Unattach a subscription"
|
|
8240
8083
|
msgstr "Desanexar uma subscrição"
|
8241
8084
|
|
8242
8085
|
msgid "Unfiltered params array: %s."
|
8243
|
-
msgstr "Matriz de
|
8086
|
+
msgstr "Matriz de params não filtrados: %s."
|
8244
8087
|
|
8245
8088
|
msgid "Uninstall and reset"
|
8246
8089
|
msgstr ""
|
@@ -8261,7 +8104,7 @@ msgid "Unlimited"
|
|
8261
8104
|
msgstr "Ilimitado"
|
8262
8105
|
|
8263
8106
|
msgid "Unregister host %s before assigning an organization"
|
8264
|
-
msgstr "
|
8107
|
+
msgstr "Desregistrar o anfitrião %s antes de designar uma organização"
|
8265
8108
|
|
8266
8109
|
msgid "Unregister the host as a subscription consumer"
|
8267
8110
|
msgstr "Cancelar o registro do host como um consumidor de subscrição"
|
@@ -8294,7 +8137,7 @@ msgid "Update Content Overrides"
|
|
8294
8137
|
msgstr "Atualizar substituições do conteúdo"
|
8295
8138
|
|
8296
8139
|
msgid "Update Content Overrides to %s"
|
8297
|
-
msgstr "
|
8140
|
+
msgstr "Atualização de conteúdo Substitui para %s"
|
8298
8141
|
|
8299
8142
|
msgid "Update Upstream Subscription"
|
8300
8143
|
msgstr "Atualizar subscrição upstream"
|
@@ -8341,27 +8184,15 @@ msgstr "Atualizar um ambiente em uma organização"
|
|
8341
8184
|
msgid "Update content counts for the smart proxy"
|
8342
8185
|
msgstr ""
|
8343
8186
|
|
8344
|
-
msgid "Update content urls"
|
8345
|
-
msgstr ""
|
8346
|
-
|
8347
8187
|
msgid "Update content view environments for host"
|
8348
8188
|
msgstr ""
|
8349
8189
|
|
8350
8190
|
msgid "Update content view environments for host %s"
|
8351
8191
|
msgstr ""
|
8352
8192
|
|
8353
|
-
msgid "Update distributions"
|
8354
|
-
msgstr ""
|
8355
|
-
|
8356
8193
|
msgid "Update hosts manually"
|
8357
8194
|
msgstr ""
|
8358
8195
|
|
8359
|
-
msgid "Update http proxy"
|
8360
|
-
msgstr ""
|
8361
|
-
|
8362
|
-
msgid "Update http proxy details"
|
8363
|
-
msgstr ""
|
8364
|
-
|
8365
8196
|
msgid "Update installed packages, enabled repos, module inventory"
|
8366
8197
|
msgstr "Atualizar pacotes instalados, repositórios habilitados, inventário de módulos"
|
8367
8198
|
|
@@ -8377,20 +8208,11 @@ msgstr "Atualizar pacote via interface do Katello"
|
|
8377
8208
|
msgid "Update packages via Katello interface"
|
8378
8209
|
msgstr ""
|
8379
8210
|
|
8380
|
-
msgid "Update redhat repository"
|
8381
|
-
msgstr ""
|
8382
|
-
|
8383
8211
|
msgid "Update release version for host"
|
8384
8212
|
msgstr "Atualizar versão do host"
|
8385
8213
|
|
8386
8214
|
msgid "Update release version for host %s"
|
8387
|
-
msgstr "
|
8388
|
-
|
8389
|
-
msgid "Update remote"
|
8390
|
-
msgstr ""
|
8391
|
-
|
8392
|
-
msgid "Update repository"
|
8393
|
-
msgstr ""
|
8215
|
+
msgstr "Versão de atualização para o host %s"
|
8394
8216
|
|
8395
8217
|
msgid "Update services requiring restart"
|
8396
8218
|
msgstr "Atualizar serviços que exigem reinicialização"
|
@@ -8482,12 +8304,6 @@ msgstr "Carregar uma parte do conteúdo do arquivo"
|
|
8482
8304
|
msgid "Upload a subscription manifest"
|
8483
8305
|
msgstr "Carregar um manifesto da subscrição"
|
8484
8306
|
|
8485
|
-
msgid "Upload content"
|
8486
|
-
msgstr ""
|
8487
|
-
|
8488
|
-
msgid "Upload file"
|
8489
|
-
msgstr ""
|
8490
|
-
|
8491
8307
|
msgid "Upload into"
|
8492
8308
|
msgstr "Carregar em"
|
8493
8309
|
|
@@ -8497,9 +8313,6 @@ msgstr ""
|
|
8497
8313
|
msgid "Upload request id"
|
8498
8314
|
msgstr "Carregar ID de requisição"
|
8499
8315
|
|
8500
|
-
msgid "Upload tag"
|
8501
|
-
msgstr ""
|
8502
|
-
|
8503
8316
|
msgid "Upstream Candlepin"
|
8504
8317
|
msgstr ""
|
8505
8318
|
|
@@ -8570,7 +8383,7 @@ msgid "User"
|
|
8570
8383
|
msgstr "Usuário"
|
8571
8384
|
|
8572
8385
|
msgid "User '%s' did not specify an organization ID and does not have a default organization."
|
8573
|
-
msgstr "
|
8386
|
+
msgstr "O usuário '%s' não especificou um ID de organização e não tem uma organização padrão."
|
8574
8387
|
|
8575
8388
|
msgid "User '%{user}' does not belong to Organization '%{organization}'."
|
8576
8389
|
msgstr "O usuário '%{user}' não pertence à Organização '%{organization}'."
|
@@ -8614,9 +8427,6 @@ msgstr "O valor deve ser booleano ou 'padrão' para 'habilitado'"
|
|
8614
8427
|
msgid "Verify SSL"
|
8615
8428
|
msgstr "Verifique o SSL"
|
8616
8429
|
|
8617
|
-
msgid "Verify checksum"
|
8618
|
-
msgstr ""
|
8619
|
-
|
8620
8430
|
msgid "Verify checksum for content on smart proxy"
|
8621
8431
|
msgstr ""
|
8622
8432
|
|
@@ -8701,6 +8511,9 @@ msgstr ""
|
|
8701
8511
|
msgid "View content views"
|
8702
8512
|
msgstr ""
|
8703
8513
|
|
8514
|
+
msgid "View details"
|
8515
|
+
msgstr ""
|
8516
|
+
|
8704
8517
|
msgid "View documentation"
|
8705
8518
|
msgstr ""
|
8706
8519
|
|
@@ -8789,10 +8602,10 @@ msgid "Yes"
|
|
8789
8602
|
msgstr "Sim"
|
8790
8603
|
|
8791
8604
|
msgid "You are not allowed to promote to Environments %s"
|
8792
|
-
msgstr "Você não
|
8605
|
+
msgstr "Você não está autorizado a promover para Ambientes %s"
|
8793
8606
|
|
8794
8607
|
msgid "You are not allowed to publish Content View %s"
|
8795
|
-
msgstr "Você não
|
8608
|
+
msgstr "Você não está autorizado a publicar Vista de Conteúdo %s"
|
8796
8609
|
|
8797
8610
|
msgid "You can check sync status for repositories only in the library lifecycle environment.'"
|
8798
8611
|
msgstr "Você poderá verificar o estado de sinc para repositórios somente no ambiente de ciclo de vida da biblioteca.'"
|
@@ -8825,13 +8638,13 @@ msgid "You currently have no content views to display"
|
|
8825
8638
|
msgstr ""
|
8826
8639
|
|
8827
8640
|
msgid "You do not have permissions to delete %s"
|
8828
|
-
msgstr "Você não
|
8641
|
+
msgstr "Você não tem permissão para excluir %s"
|
8829
8642
|
|
8830
8643
|
msgid "You have not set a default organization on the user %s."
|
8831
|
-
msgstr "Você não definiu uma organização padrão
|
8644
|
+
msgstr "Você não definiu uma organização padrão para o usuário %s."
|
8832
8645
|
|
8833
8646
|
msgid "You have subscriptions expiring within %s days"
|
8834
|
-
msgstr "Você tem
|
8647
|
+
msgstr "Você tem assinaturas que expiram dentro de %s dias"
|
8835
8648
|
|
8836
8649
|
msgid "You have unsaved changes. Do you want to exit without saving your changes?"
|
8837
8650
|
msgstr "Você tem mudanças não salvas. Quer sair sem salvar suas alterações?"
|
@@ -8840,16 +8653,16 @@ msgid "You must select at least one host."
|
|
8840
8653
|
msgstr ""
|
8841
8654
|
|
8842
8655
|
msgid "You were not allowed to add %s"
|
8843
|
-
msgstr "Você
|
8656
|
+
msgstr "Você não estava autorizado a acrescentar %s"
|
8844
8657
|
|
8845
8658
|
msgid "You were not allowed to change sync plan for %s"
|
8846
|
-
msgstr "Você não
|
8659
|
+
msgstr "Você não teve permissão para mudar o plano de sincronização para %s"
|
8847
8660
|
|
8848
8661
|
msgid "You were not allowed to delete %s"
|
8849
|
-
msgstr "Você não
|
8662
|
+
msgstr "Você não estava autorizado a excluir %s"
|
8850
8663
|
|
8851
8664
|
msgid "You were not allowed to sync %s"
|
8852
|
-
msgstr "Você não
|
8665
|
+
msgstr "Você não estava autorizado a sincronizar %s"
|
8853
8666
|
|
8854
8667
|
msgid "You're making changes to %(entitlementCount)s entitlement(s)"
|
8855
8668
|
msgstr "Você está fazendo mudanças em %(entitlementCount)s direito(s)"
|
@@ -8974,6 +8787,9 @@ msgstr "uma organização"
|
|
8974
8787
|
msgid "are only allowed for Yum repositories."
|
8975
8788
|
msgstr ""
|
8976
8789
|
|
8790
|
+
msgid "assign a new content source to the hosts"
|
8791
|
+
msgstr ""
|
8792
|
+
|
8977
8793
|
msgid "attempted to sync a non-library repository."
|
8978
8794
|
msgstr ""
|
8979
8795
|
|
@@ -9029,7 +8845,7 @@ msgid "cannot be less than one"
|
|
9029
8845
|
msgstr "não pode ser menor do que"
|
9030
8846
|
|
9031
8847
|
msgid "cannot be lower than current usage count (%s)"
|
9032
|
-
msgstr "
|
8848
|
+
msgstr "não pode ser inferior à contagem de uso atual (%s)"
|
9033
8849
|
|
9034
8850
|
msgid "cannot be nil"
|
9035
8851
|
msgstr "não pode ser nulo"
|
@@ -9248,7 +9064,7 @@ msgid "filter only environments containing this name"
|
|
9248
9064
|
msgstr "filstrar somente ambientes contendo este nome"
|
9249
9065
|
|
9250
9066
|
msgid "for repository '%{name}' is not unique and cannot be created in '%{env}'. Its Container Repository Name (%{container_name}) conflicts with an existing repository. Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
|
9251
|
-
msgstr "para
|
9067
|
+
msgstr "para repositório '%{name}' não é único e não pode ser criado em '%{env}'. Seu Nome de Repositório de Contêineres (%{container_name}) entra em conflito com um repositório existente. Considere mudar o Padrão de Nome de Registro do Ambiente do Ciclo de Vida para algo mais específico."
|
9252
9068
|
|
9253
9069
|
msgid "force content view promotion and bypass lifecycle environment restriction"
|
9254
9070
|
msgstr "forçar promoção da exibição de conteúdo e ignorar a restrição de ambiente de ciclo de vida"
|
@@ -9269,7 +9085,7 @@ msgid "here"
|
|
9269
9085
|
msgstr ""
|
9270
9086
|
|
9271
9087
|
msgid "host"
|
9272
|
-
msgstr "
|
9088
|
+
msgstr ""
|
9273
9089
|
|
9274
9090
|
msgid "host collection name to filter by"
|
9275
9091
|
msgstr "filtrar por nome de coleção de host "
|
@@ -9331,9 +9147,6 @@ msgstr "instalando pacotes...."
|
|
9331
9147
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9332
9148
|
msgstr "interprete o objeto especificado para retornar somente os repositórios que podem ser associados aos objetos especificados. Somente 'content_view' e 'content_view_version' são compatíveis"
|
9333
9149
|
|
9334
|
-
msgid "invalid container image name"
|
9335
|
-
msgstr ""
|
9336
|
-
|
9337
9150
|
msgid "invalid: Repositories can only require one OS version."
|
9338
9151
|
msgstr ""
|
9339
9152
|
|
@@ -9410,7 +9223,7 @@ msgid "must be a positive integer value."
|
|
9410
9223
|
msgstr "precisa ser um valor inteiro positivo"
|
9411
9224
|
|
9412
9225
|
msgid "must be one of the following: %s"
|
9413
|
-
msgstr "deve ser
|
9226
|
+
msgstr "deve ser uma das seguintes: %s"
|
9414
9227
|
|
9415
9228
|
msgid "must be one of: %s"
|
9416
9229
|
msgstr ""
|
@@ -9422,7 +9235,7 @@ msgid "must be unique within one organization"
|
|
9422
9235
|
msgstr "deve ser único dentro de uma organização"
|
9423
9236
|
|
9424
9237
|
msgid "must contain '%s'"
|
9425
|
-
msgstr "deve conter
|
9238
|
+
msgstr "deve conter '%s'"
|
9426
9239
|
|
9427
9240
|
msgid "must contain GPG Key"
|
9428
9241
|
msgstr "deve conter Chave GPG"
|
@@ -9542,7 +9355,7 @@ msgid "product numeric identifier"
|
|
9542
9355
|
msgstr "identificador numérico do produto"
|
9543
9356
|
|
9544
9357
|
msgid "register_hostname_fact set for %s, but no fact found, or was localhost."
|
9545
|
-
msgstr "register_hostname_fact set
|
9358
|
+
msgstr "register_hostname_fact set for %s, mas nenhum fato encontrado, ou foi encontrado localhost."
|
9546
9359
|
|
9547
9360
|
msgid "removing package group..."
|
9548
9361
|
msgstr "removendo grupo de pacote..."
|
@@ -9599,7 +9412,7 @@ msgid "set true if you want to see only library environments"
|
|
9599
9412
|
msgstr "definir verdadeiro se você desejar ver somente os ambientes de biblioteca"
|
9600
9413
|
|
9601
9414
|
msgid "sha256"
|
9602
|
-
msgstr "
|
9415
|
+
msgstr ""
|
9603
9416
|
|
9604
9417
|
msgid "show archived repositories"
|
9605
9418
|
msgstr "exibir repositórios arquivados"
|
@@ -9638,7 +9451,7 @@ msgid "the documentation."
|
|
9638
9451
|
msgstr ""
|
9639
9452
|
|
9640
9453
|
msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
|
9641
|
-
msgstr "os seguintes atributos não podem ser atualizados para o
|
9454
|
+
msgstr "os seguintes atributos não podem ser atualizados para o fornecedor da Red Hat: [ %s ]"
|
9642
9455
|
|
9643
9456
|
msgid "the host"
|
9644
9457
|
msgstr ""
|