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
@@ -3,11 +3,11 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"katello": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "katello 4.
|
6
|
+
"Project-Id-Version": "katello 2.4.0-RC1",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2017-12-19 20:14+0000",
|
9
|
-
"Last-Translator": "Amit Upadhye <aupadhye@redhat.com>,
|
10
|
-
"Language-Team": "Spanish (https://
|
9
|
+
"Last-Translator": "Amit Upadhye <aupadhye@redhat.com>, 2022",
|
10
|
+
"Language-Team": "Spanish (https://www.transifex.com/foreman/teams/114/es/)",
|
11
11
|
"MIME-Version": "1.0",
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
13
13
|
"Content-Transfer-Encoding": "8bit",
|
@@ -21,10 +21,10 @@
|
|
21
21
|
""
|
22
22
|
],
|
23
23
|
" %{errata_count} Errata": [
|
24
|
-
"
|
24
|
+
" %{errata_count} Errata"
|
25
25
|
],
|
26
26
|
" %{modulemd_count} Module Stream(s)": [
|
27
|
-
"
|
27
|
+
" %{modulemd_count} Módulo Flujo(s)"
|
28
28
|
],
|
29
29
|
" %{package_count} Package(s)": [
|
30
30
|
" %{package_count} Paquete(s)"
|
@@ -114,18 +114,18 @@
|
|
114
114
|
"%s %s tiene %s Hosts y %s Hostgroups que necesitarán ser reasociados después de la eliminación. Borrar %s?"
|
115
115
|
],
|
116
116
|
"%s Available": [
|
117
|
-
"Disponible"
|
117
|
+
"%s Disponible"
|
118
118
|
],
|
119
119
|
"%s Errata": [
|
120
|
-
"
|
120
|
+
"%s Errata"
|
121
121
|
],
|
122
122
|
"%s Host": [
|
123
|
-
"
|
124
|
-
"
|
125
|
-
"
|
123
|
+
"%s Anfitrión",
|
124
|
+
"%s Anfitriones",
|
125
|
+
"%s Anfitriones"
|
126
126
|
],
|
127
127
|
"%s Used": [
|
128
|
-
"Usado"
|
128
|
+
"%s Usado"
|
129
129
|
],
|
130
130
|
"%s ago": [
|
131
131
|
"Hace %s"
|
@@ -137,7 +137,7 @@
|
|
137
137
|
""
|
138
138
|
],
|
139
139
|
"%s has already been deleted": [
|
140
|
-
"%s ya ha
|
140
|
+
"%s ya se ha eliminado"
|
141
141
|
],
|
142
142
|
"%s is not a valid package name": [
|
143
143
|
"%s no es un nombre de paquete válido"
|
@@ -170,13 +170,13 @@
|
|
170
170
|
"%{errata} (%{total} otras erratas) instalado"
|
171
171
|
],
|
172
172
|
"%{errata} erratum install canceled": [
|
173
|
-
"
|
173
|
+
"%{errata} errata instalación cancelada"
|
174
174
|
],
|
175
175
|
"%{errata} erratum install failed": [
|
176
|
-
"
|
176
|
+
"%{errata} erratum install failed"
|
177
177
|
],
|
178
178
|
"%{errata} erratum install timed out": [
|
179
|
-
"
|
179
|
+
"%{errata} erratum install timed out"
|
180
180
|
],
|
181
181
|
"%{errata} erratum installed": [
|
182
182
|
"%{errata} errata instalada"
|
@@ -224,40 +224,40 @@
|
|
224
224
|
"%{group} (%{total} otros grupos de paquetes) actualizado"
|
225
225
|
],
|
226
226
|
"%{group} package group install canceled": [
|
227
|
-
"
|
227
|
+
"%{group} grupo de paquetes instalación cancelada"
|
228
228
|
],
|
229
229
|
"%{group} package group install failed": [
|
230
|
-
"
|
230
|
+
"%{group} fallo en la instalación del grupo de paquetes"
|
231
231
|
],
|
232
232
|
"%{group} package group install timed out": [
|
233
|
-
"
|
233
|
+
"%{group} se ha agotado el tiempo de instalación del grupo de paquetes"
|
234
234
|
],
|
235
235
|
"%{group} package group installed": [
|
236
|
-
"
|
236
|
+
"%{group} grupo de paquetes instalado"
|
237
237
|
],
|
238
238
|
"%{group} package group remove canceled": [
|
239
|
-
"
|
239
|
+
"%{group} paquete grupo eliminar cancelado"
|
240
240
|
],
|
241
241
|
"%{group} package group remove failed": [
|
242
|
-
"
|
242
|
+
"%{group} fallo en la eliminación del grupo de paquetes"
|
243
243
|
],
|
244
244
|
"%{group} package group remove timed out": [
|
245
|
-
"
|
245
|
+
"%{group} se ha agotado el tiempo para eliminar el grupo de paquetes"
|
246
246
|
],
|
247
247
|
"%{group} package group removed": [
|
248
|
-
"
|
248
|
+
"%{group} grupo de paquetes eliminado"
|
249
249
|
],
|
250
250
|
"%{group} package group update canceled": [
|
251
|
-
"
|
251
|
+
"%{group} actualización del grupo de paquetes cancelada"
|
252
252
|
],
|
253
253
|
"%{group} package group update failed": [
|
254
|
-
"
|
254
|
+
"%{group} Error en la actualización del grupo de paquetes"
|
255
255
|
],
|
256
256
|
"%{group} package group update timed out": [
|
257
|
-
"
|
257
|
+
"%{group} actualización de grupo de paquetes fuera de plazo"
|
258
258
|
],
|
259
259
|
"%{group} package group updated": [
|
260
|
-
"
|
260
|
+
"%{group} grupo de paquetes actualizado"
|
261
261
|
],
|
262
262
|
"%{label} failed": [
|
263
263
|
""
|
@@ -308,31 +308,31 @@
|
|
308
308
|
"%{package} (%{total} otros paquetes) actualizado"
|
309
309
|
],
|
310
310
|
"%{package} package install canceled": [
|
311
|
-
"
|
311
|
+
"%{package} paquete instalar cancelado"
|
312
312
|
],
|
313
313
|
"%{package} package install timed out": [
|
314
|
-
"
|
314
|
+
"%{package} se ha agotado el tiempo de instalación del paquete"
|
315
315
|
],
|
316
316
|
"%{package} package remove canceled": [
|
317
|
-
"
|
317
|
+
"%{package} paquete eliminar cancelado"
|
318
318
|
],
|
319
319
|
"%{package} package remove failed": [
|
320
|
-
"
|
320
|
+
"%{package} fallo en la eliminación del paquete"
|
321
321
|
],
|
322
322
|
"%{package} package remove timed out": [
|
323
|
-
"
|
323
|
+
"%{package} Se ha agotado el tiempo de espera para eliminar el paquete"
|
324
324
|
],
|
325
325
|
"%{package} package removed": [
|
326
|
-
"
|
326
|
+
"%{package} paquete eliminado"
|
327
327
|
],
|
328
328
|
"%{package} package update canceled": [
|
329
|
-
"
|
329
|
+
"%{package} actualización del paquete cancelada"
|
330
330
|
],
|
331
331
|
"%{package} package update failed": [
|
332
|
-
"
|
332
|
+
"%{package} Error en la actualización del paquete"
|
333
333
|
],
|
334
334
|
"%{package} package update timed out": [
|
335
|
-
"
|
335
|
+
"%{package} actualización del paquete fuera de plazo"
|
336
336
|
],
|
337
337
|
"%{package} package updated": [
|
338
338
|
"%{package} paquete actualizado"
|
@@ -344,7 +344,7 @@
|
|
344
344
|
"%{sla}"
|
345
345
|
],
|
346
346
|
"%{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.": [
|
347
|
-
"
|
347
|
+
"%{subject}está %{percentage} lleno. Como este proxy está ejecutando Pulp, necesita espacio en disco para publicar vistas de contenido. Por favor, asegúrese de que el disco no se llene."
|
348
348
|
],
|
349
349
|
"%{unused_substitutions} cannot be specified for %{content_name} as that information is not substitutable in %{content_url} ": [
|
350
350
|
"%{unused_substitutions} no se puede especificar para %{content_name} ya que esa información no es sustituible en %.{content_url} "
|
@@ -389,16 +389,16 @@
|
|
389
389
|
", debe ser único para la versión principal y la versión de ID de la versión."
|
390
390
|
],
|
391
391
|
": '%s' is a built-in environment": [
|
392
|
-
": '%s' es un entorno
|
392
|
+
": '%s' es un entorno incorporado"
|
393
393
|
],
|
394
394
|
":a_resource identifier": [
|
395
395
|
"Identificador: a_resource"
|
396
396
|
],
|
397
397
|
"<b>PROMOTION</b> SUMMARY": [
|
398
|
-
"RESUMEN
|
398
|
+
"<b>PROMOCIÓN</b> RESUMEN"
|
399
399
|
],
|
400
400
|
"<b>SYNC</b> SUMMARY": [
|
401
|
-
"RESUMEN
|
401
|
+
"<b>SYNC</b> RESUMEN"
|
402
402
|
],
|
403
403
|
"A CV version already exists with the same major and minor version (%{major}.%{minor})": [
|
404
404
|
"Ya existe una versión CV con la misma versión mayor y menor (%{major}.%{minor})"
|
@@ -466,9 +466,6 @@
|
|
466
466
|
"About page": [
|
467
467
|
""
|
468
468
|
],
|
469
|
-
"Abstract async task": [
|
470
|
-
""
|
471
|
-
],
|
472
469
|
"Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
|
473
470
|
""
|
474
471
|
],
|
@@ -494,7 +491,7 @@
|
|
494
491
|
"Llaves de activación"
|
495
492
|
],
|
496
493
|
"Activation key": [
|
497
|
-
"
|
494
|
+
"Clave de activación"
|
498
495
|
],
|
499
496
|
"Activation key %s has more than one content view. Use #content_views instead.": [
|
500
497
|
""
|
@@ -509,7 +506,7 @@
|
|
509
506
|
"ID de llave de activación"
|
510
507
|
],
|
511
508
|
"Activation key deleted": [
|
512
|
-
"
|
509
|
+
""
|
513
510
|
],
|
514
511
|
"Activation key details": [
|
515
512
|
""
|
@@ -767,7 +764,7 @@
|
|
767
764
|
""
|
768
765
|
],
|
769
766
|
"Another component already includes content view with ID %s": [
|
770
|
-
"Otro componente ya incluye
|
767
|
+
"Otro componente ya incluye vista de contenido con ID %s"
|
771
768
|
],
|
772
769
|
"Ansible Collection": [
|
773
770
|
"Colección de Ansible"
|
@@ -781,6 +778,9 @@
|
|
781
778
|
"Ansible collections": [
|
782
779
|
""
|
783
780
|
],
|
781
|
+
"Any updates to image mode host(s) will be lost on the next reboot.": [
|
782
|
+
""
|
783
|
+
],
|
784
784
|
"Applicability Batch Size": [
|
785
785
|
"Aplicabilidad de tamaño del lote"
|
786
786
|
],
|
@@ -808,9 +808,6 @@
|
|
808
808
|
"Apply errata": [
|
809
809
|
""
|
810
810
|
],
|
811
|
-
"Apply erratum": [
|
812
|
-
""
|
813
|
-
],
|
814
811
|
"Apply to all repositories in the CV": [
|
815
812
|
""
|
816
813
|
],
|
@@ -964,7 +961,7 @@
|
|
964
961
|
"Adjuntar suscripciones a %s"
|
965
962
|
],
|
966
963
|
"Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin": [
|
967
|
-
"
|
964
|
+
"Intentado destruir el consumidor %s de candlepin, pero el consumidor no existe en candlepin"
|
968
965
|
],
|
969
966
|
"Auth URL requires Auth token be set.": [
|
970
967
|
""
|
@@ -976,10 +973,7 @@
|
|
976
973
|
"Autor"
|
977
974
|
],
|
978
975
|
"Auto Publish - Triggered by '%s'": [
|
979
|
-
"
|
980
|
-
],
|
981
|
-
"Auto attach subscriptions": [
|
982
|
-
""
|
976
|
+
"Publicación automática - Activada por '%s'"
|
983
977
|
],
|
984
978
|
"Auto publish": [
|
985
979
|
""
|
@@ -1132,10 +1126,10 @@
|
|
1132
1126
|
"Error de carga CDN: %s no encontrado"
|
1133
1127
|
],
|
1134
1128
|
"CDN loading error: access denied to %s": [
|
1135
|
-
"Error
|
1129
|
+
"Error de carga de CDN: acceso denegado a %s"
|
1136
1130
|
],
|
1137
1131
|
"CDN loading error: access forbidden to %s": [
|
1138
|
-
"Error de carga CDN: prohibido
|
1132
|
+
"Error de carga de CDN: acceso prohibido a %s"
|
1139
1133
|
],
|
1140
1134
|
"CVE identifier": [
|
1141
1135
|
"Identificador CVE"
|
@@ -1186,7 +1180,7 @@
|
|
1186
1180
|
"ID Candlepin de grupo a añadir"
|
1187
1181
|
],
|
1188
1182
|
"Candlepin consumer %s has already been removed": [
|
1189
|
-
"El consumidor
|
1183
|
+
"El consumidor de Candlepin %s ya ha sido eliminado"
|
1190
1184
|
],
|
1191
1185
|
"Candlepin is not running properly": [
|
1192
1186
|
"Candlepin no está funcionando correctamente"
|
@@ -1195,10 +1189,10 @@
|
|
1195
1189
|
""
|
1196
1190
|
],
|
1197
1191
|
"Cannot add %s repositories to a content view.": [
|
1198
|
-
"No se pueden
|
1192
|
+
"No se pueden añadir repositorios %s a una vista de contenido."
|
1199
1193
|
],
|
1200
1194
|
"Cannot add a repository from an Organization other than %s.": [
|
1201
|
-
"No se puede
|
1195
|
+
"No se puede añadir un repositorio de una Organización que no sea %s."
|
1202
1196
|
],
|
1203
1197
|
"Cannot add component versions to a non-composite content view": [
|
1204
1198
|
"No se pueden añadir versiones de componentes a una vista de contenido no compuesta"
|
@@ -1230,13 +1224,19 @@
|
|
1230
1224
|
"Cannot add repositories to a composite content view": [
|
1231
1225
|
"No se pueden añadir repositorios a una vista de contenido compuesta"
|
1232
1226
|
],
|
1227
|
+
"Cannot add rolling content view to composite content view": [
|
1228
|
+
""
|
1229
|
+
],
|
1230
|
+
"Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment.": [
|
1231
|
+
""
|
1232
|
+
],
|
1233
1233
|
"Cannot associate a Red Hat provider with a custom product": [
|
1234
1234
|
""
|
1235
1235
|
],
|
1236
1236
|
"Cannot associate a component to a non composite content view": [
|
1237
1237
|
"No se puede asociar un componente a una vista de contenido no compuesto"
|
1238
1238
|
],
|
1239
|
-
"Cannot be disabled because it is part of a
|
1239
|
+
"Cannot be disabled because it is part of a content view": [
|
1240
1240
|
""
|
1241
1241
|
],
|
1242
1242
|
"Cannot calculate name for custom repos": [
|
@@ -1252,7 +1252,7 @@
|
|
1252
1252
|
"No se puede eliminar el producto Red Hat: %{product}"
|
1253
1253
|
],
|
1254
1254
|
"Cannot delete from %s, view does not exist there.": [
|
1255
|
-
"No se puede borrar
|
1255
|
+
"No se puede borrar de %s, la vista no existe allí."
|
1256
1256
|
],
|
1257
1257
|
"Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}": [
|
1258
1258
|
"No se puede eliminar producto con repositorios publicados en una vista de contenido. Producto: %{product}, %{view_versions}"
|
@@ -1273,13 +1273,13 @@
|
|
1273
1273
|
""
|
1274
1274
|
],
|
1275
1275
|
"Cannot delete version while it is in environment %s": [
|
1276
|
-
"No se puede eliminar
|
1276
|
+
"No se puede eliminar la versión mientras está en el entorno %s"
|
1277
1277
|
],
|
1278
1278
|
"Cannot delete version while it is in environments: %s": [
|
1279
|
-
"No se puede eliminar
|
1279
|
+
"No se puede eliminar la versión mientras está en entornos: %s"
|
1280
1280
|
],
|
1281
1281
|
"Cannot delete version while it is in use by composite content views: %s": [
|
1282
|
-
"No se puede eliminar la versión mientras está
|
1282
|
+
"No se puede eliminar la versión mientras está en uso por las vistas de contenido compuesto: %s"
|
1283
1283
|
],
|
1284
1284
|
"Cannot delete view while it exists in environments": [
|
1285
1285
|
"No se puede borrar vista mientras existan entornos"
|
@@ -1300,7 +1300,7 @@
|
|
1300
1300
|
""
|
1301
1301
|
],
|
1302
1302
|
"Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}": [
|
1303
|
-
"No se puede realizar una actualización incremental en una versión de vista de contenido
|
1303
|
+
"No se puede realizar una actualización incremental en una versión de vista de contenido compuesto (%{name} version version %{version}"
|
1304
1304
|
],
|
1305
1305
|
"Cannot perform an incremental update on a Generated Content View Version (%{name} version version %{version}": [
|
1306
1306
|
""
|
@@ -1318,7 +1318,7 @@
|
|
1318
1318
|
"No se puede publicar la vista de contenido predeterminada"
|
1319
1319
|
],
|
1320
1320
|
"Cannot register a system to the '%s' environment": [
|
1321
|
-
"No se puede registrar un sistema en el entorno '%s'"
|
1321
|
+
"No se puede registrar un sistema en el entorno '%s'."
|
1322
1322
|
],
|
1323
1323
|
"Cannot remove '%{view}' from environment '%{env}' due to associated %{dependent}: %{names}.": [
|
1324
1324
|
"No se puede eliminar '%{view}' del entorno '%{env}' debido a que está asociado %{dependent}: %{names}."
|
@@ -1327,7 +1327,7 @@
|
|
1327
1327
|
"No se puede eliminar el contenido desde un repositorio no personalizado"
|
1328
1328
|
],
|
1329
1329
|
"Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'.": [
|
1330
|
-
"No se puede
|
1330
|
+
"No se puede eliminar la vista de contenido del entorno. La vista de contenido '%{view}' no está en el entorno del ciclo de vida '%{env}'."
|
1331
1331
|
],
|
1332
1332
|
"Cannot remove package(s): No installed packages found for search term '%s'.": [
|
1333
1333
|
""
|
@@ -1458,9 +1458,6 @@
|
|
1458
1458
|
"Comma-separated list of tags to sync for a container image repository": [
|
1459
1459
|
""
|
1460
1460
|
],
|
1461
|
-
"Commit upload": [
|
1462
|
-
""
|
1463
|
-
],
|
1464
1461
|
"Compare": [
|
1465
1462
|
""
|
1466
1463
|
],
|
@@ -1479,9 +1476,6 @@
|
|
1479
1476
|
"Components": [
|
1480
1477
|
"Componentes"
|
1481
1478
|
],
|
1482
|
-
"Composite": [
|
1483
|
-
""
|
1484
|
-
],
|
1485
1479
|
"Composite Content View": [
|
1486
1480
|
""
|
1487
1481
|
],
|
@@ -1512,15 +1506,6 @@
|
|
1512
1506
|
"Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific.": [
|
1513
1507
|
"Considere la posibilidad de cambiar el patrón de nombres de registro del entorno del ciclo de vida a algo más específico."
|
1514
1508
|
],
|
1515
|
-
"Consisting of multiple content views": [
|
1516
|
-
""
|
1517
|
-
],
|
1518
|
-
"Consists of content views": [
|
1519
|
-
""
|
1520
|
-
],
|
1521
|
-
"Consists of repositories": [
|
1522
|
-
""
|
1523
|
-
],
|
1524
1509
|
"Consumed": [
|
1525
1510
|
"Consumidas"
|
1526
1511
|
],
|
@@ -1537,7 +1522,7 @@
|
|
1537
1522
|
"Etiquetas de imagen de contenedor"
|
1538
1523
|
],
|
1539
1524
|
"Container Image repo '%{repo}' is present in multiple component content views.": [
|
1540
|
-
"
|
1525
|
+
"Container Image repo '%{repo}' está presente en múltiples vistas de contenido de componentes."
|
1541
1526
|
],
|
1542
1527
|
"Container Images": [
|
1543
1528
|
"Imágenes de contenedor"
|
@@ -1557,6 +1542,15 @@
|
|
1557
1542
|
"Container tags": [
|
1558
1543
|
""
|
1559
1544
|
],
|
1545
|
+
"Contains content views. You must choose the version to use for each content view.": [
|
1546
|
+
""
|
1547
|
+
],
|
1548
|
+
"Contains repositories. Always serves the latest synced content, without the need to publish versions.": [
|
1549
|
+
""
|
1550
|
+
],
|
1551
|
+
"Contains repositories. Versions are published and optionally filtered.": [
|
1552
|
+
""
|
1553
|
+
],
|
1560
1554
|
"Content": [
|
1561
1555
|
"Contenido"
|
1562
1556
|
],
|
@@ -1600,7 +1594,7 @@
|
|
1600
1594
|
"Vista del contenido"
|
1601
1595
|
],
|
1602
1596
|
"Content View %{view}: Versions: %{versions}": [
|
1603
|
-
"
|
1597
|
+
"Contenido Ver %{view}: Versiones: %{versions}"
|
1604
1598
|
],
|
1605
1599
|
"Content View Details": [
|
1606
1600
|
"Detalles de vista de contenido"
|
@@ -1687,7 +1681,7 @@
|
|
1687
1681
|
"ID de fuente de contenido"
|
1688
1682
|
],
|
1689
1683
|
"Content source was not set for host '%{host}'": [
|
1690
|
-
"
|
1684
|
+
"No se ha establecido la fuente de contenido para el host '%{host}'"
|
1691
1685
|
],
|
1692
1686
|
"Content type": [
|
1693
1687
|
""
|
@@ -1815,35 +1809,23 @@
|
|
1815
1809
|
"Copy": [
|
1816
1810
|
""
|
1817
1811
|
],
|
1818
|
-
"Copy all units": [
|
1819
|
-
""
|
1820
|
-
],
|
1821
1812
|
"Copy an activation key": [
|
1822
1813
|
"Copiar una clave de activación"
|
1823
1814
|
],
|
1824
|
-
"Copy content": [
|
1825
|
-
""
|
1826
|
-
],
|
1827
1815
|
"Copy content view": [
|
1828
1816
|
""
|
1829
1817
|
],
|
1830
1818
|
"Copy to clipboard": [
|
1831
1819
|
"Copiar al portapapeles"
|
1832
1820
|
],
|
1833
|
-
"Copy version": [
|
1834
|
-
""
|
1835
|
-
],
|
1836
|
-
"Copy version units to library": [
|
1837
|
-
""
|
1838
|
-
],
|
1839
1821
|
"Cores per socket": [
|
1840
1822
|
"Núcleos por socket"
|
1841
1823
|
],
|
1842
1824
|
"Cores: %s": [
|
1843
|
-
"Núcleos"
|
1825
|
+
"Núcleos: %s"
|
1844
1826
|
],
|
1845
1827
|
"Could not delete organization '%s'.": [
|
1846
|
-
"No se
|
1828
|
+
"No se ha podido eliminar la organización '%s'."
|
1847
1829
|
],
|
1848
1830
|
"Could not find %{content} with id '%{id}' in repository.": [
|
1849
1831
|
"No se ha podido encontrar %{content} con id '%{id}' en el repositorio."
|
@@ -1858,19 +1840,19 @@
|
|
1858
1840
|
""
|
1859
1841
|
],
|
1860
1842
|
"Could not find Environment with ids: %s": [
|
1861
|
-
"No se
|
1843
|
+
"No se ha podido encontrar Entorno con ids: %s"
|
1862
1844
|
],
|
1863
1845
|
"Could not find Lifecycle Environment with id '%{id}'.": [
|
1864
|
-
"No se
|
1846
|
+
"No se ha podido encontrar el Entorno del Ciclo de Vida con el id '%{id}'."
|
1865
1847
|
],
|
1866
1848
|
"Could not find a host with id %s": [
|
1867
|
-
"No se
|
1849
|
+
"No se pudo encontrar un host con id %s"
|
1868
1850
|
],
|
1869
1851
|
"Could not find a smart proxy with pulp feature.": [
|
1870
1852
|
"No se encontró un proxy inteligente con función de pulp."
|
1871
1853
|
],
|
1872
1854
|
"Could not find all specified errata ids: %s": [
|
1873
|
-
"No se
|
1855
|
+
"No se han encontrado todas las erratas especificadas: %s"
|
1874
1856
|
],
|
1875
1857
|
"Could not find environments for promotion": [
|
1876
1858
|
"No se encontraron entornos para la promoción"
|
@@ -1897,67 +1879,67 @@
|
|
1897
1879
|
"No se ha podido encontrar %{type} Filtro con id %{id}"
|
1898
1880
|
],
|
1899
1881
|
"Couldn't find ContentViewFilter with id=%s": [
|
1900
|
-
"No se
|
1882
|
+
"No se ha encontrado ContentViewFilter con id=%s"
|
1901
1883
|
],
|
1902
1884
|
"Couldn't find Organization '%s'.": [
|
1903
|
-
"No se
|
1885
|
+
"No se ha encontrado la Organización '%s'."
|
1904
1886
|
],
|
1905
1887
|
"Couldn't find activation key '%s'": [
|
1906
|
-
"No se
|
1888
|
+
"No se encuentra la clave de activación '%s'"
|
1907
1889
|
],
|
1908
1890
|
"Couldn't find activation key content view id '%s'": [
|
1909
|
-
"No se
|
1891
|
+
"No se ha podido encontrar el contenido de la clave de activación vista id '%s'"
|
1910
1892
|
],
|
1911
1893
|
"Couldn't find activation key environment '%s'": [
|
1912
|
-
"No se
|
1894
|
+
"No se ha encontrado la clave de activación del entorno '%s'"
|
1913
1895
|
],
|
1914
1896
|
"Couldn't find consumer '%s'": [
|
1915
|
-
"No se
|
1897
|
+
"No se ha encontrado el consumidor '%s'"
|
1916
1898
|
],
|
1917
1899
|
"Couldn't find content host content view id '%s'": [
|
1918
|
-
"No se
|
1900
|
+
"No se ha podido encontrar la vista de contenido del host '%s'"
|
1919
1901
|
],
|
1920
1902
|
"Couldn't find content host environment '%s'": [
|
1921
|
-
"No se
|
1903
|
+
"No se ha podido encontrar el entorno de host de contenido '%s'"
|
1922
1904
|
],
|
1923
1905
|
"Couldn't find content view environment with content view ID '%{cv}' and environment ID '%{env}'": [
|
1924
1906
|
""
|
1925
1907
|
],
|
1926
1908
|
"Couldn't find content view version '%s'": [
|
1927
|
-
"No se
|
1909
|
+
"No se ha podido encontrar la versión de la vista de contenido '%s'"
|
1928
1910
|
],
|
1929
1911
|
"Couldn't find content view versions '%s'": [
|
1930
|
-
"No se
|
1912
|
+
"No se encuentran las versiones de la vista de contenido '%s'"
|
1931
1913
|
],
|
1932
1914
|
"Couldn't find content view with id: '%s'": [
|
1933
1915
|
""
|
1934
1916
|
],
|
1935
1917
|
"Couldn't find environment '%s'": [
|
1936
|
-
"No se
|
1918
|
+
"No se ha encontrado el entorno '%s'"
|
1937
1919
|
],
|
1938
1920
|
"Couldn't find errata ids '%s'": [
|
1939
|
-
"No se
|
1921
|
+
"No se encuentran las erratas '%s'"
|
1940
1922
|
],
|
1941
1923
|
"Couldn't find host collection '%s'": [
|
1942
|
-
"No se
|
1924
|
+
"No se ha encontrado la colección de hosts '%s'"
|
1943
1925
|
],
|
1944
1926
|
"Couldn't find host with host id '%s'": [
|
1945
|
-
"No se
|
1927
|
+
"No se ha podido encontrar el host con el id '%s'"
|
1946
1928
|
],
|
1947
1929
|
"Couldn't find organization '%s'": [
|
1948
|
-
"No se
|
1930
|
+
"No se encuentra la organización '%s'"
|
1949
1931
|
],
|
1950
1932
|
"Couldn't find prior-environment '%s'": [
|
1951
|
-
"No se
|
1933
|
+
"No se ha encontrado el entorno previo '%s'"
|
1952
1934
|
],
|
1953
1935
|
"Couldn't find product with id '%s'": [
|
1954
|
-
"No se
|
1936
|
+
"No se ha encontrado el producto con el id '%s'"
|
1955
1937
|
],
|
1956
1938
|
"Couldn't find products with id '%s'": [
|
1957
1939
|
""
|
1958
1940
|
],
|
1959
1941
|
"Couldn't find repository '%s'": [
|
1960
|
-
"No se
|
1942
|
+
"No se encuentra el repositorio '%s'"
|
1961
1943
|
],
|
1962
1944
|
"Couldn't find smart proxies with id '%s'": [
|
1963
1945
|
""
|
@@ -2043,21 +2025,12 @@
|
|
2043
2025
|
"Create content view": [
|
2044
2026
|
""
|
2045
2027
|
],
|
2046
|
-
"Create exporter": [
|
2047
|
-
""
|
2048
|
-
],
|
2049
2028
|
"Create filter": [
|
2050
2029
|
""
|
2051
2030
|
],
|
2052
2031
|
"Create host collection": [
|
2053
2032
|
""
|
2054
2033
|
],
|
2055
|
-
"Create import": [
|
2056
|
-
""
|
2057
|
-
],
|
2058
|
-
"Create importer": [
|
2059
|
-
""
|
2060
|
-
],
|
2061
2034
|
"Create new activation key": [
|
2062
2035
|
""
|
2063
2036
|
],
|
@@ -2067,12 +2040,6 @@
|
|
2067
2040
|
"Create package filter rule": [
|
2068
2041
|
""
|
2069
2042
|
],
|
2070
|
-
"Create publication": [
|
2071
|
-
""
|
2072
|
-
],
|
2073
|
-
"Create remote": [
|
2074
|
-
""
|
2075
|
-
],
|
2076
2043
|
"Create rule": [
|
2077
2044
|
""
|
2078
2045
|
],
|
@@ -2190,7 +2157,7 @@
|
|
2190
2157
|
"Default System SLA": [
|
2191
2158
|
"SLA de sistema predeterminado"
|
2192
2159
|
],
|
2193
|
-
"Default content view versions cannot be promoted": [
|
2160
|
+
"Default and Rolling content view versions cannot be promoted": [
|
2194
2161
|
""
|
2195
2162
|
],
|
2196
2163
|
"Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')": [
|
@@ -2322,36 +2289,12 @@
|
|
2322
2289
|
"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.": [
|
2323
2290
|
""
|
2324
2291
|
],
|
2325
|
-
"Delete distributions": [
|
2326
|
-
""
|
2327
|
-
],
|
2328
2292
|
"Delete manifest from Red Hat provider": [
|
2329
2293
|
"Borrar manifiesto de proveedor de Red Hat"
|
2330
2294
|
],
|
2331
2295
|
"Delete multiple filters from a content view": [
|
2332
2296
|
""
|
2333
2297
|
],
|
2334
|
-
"Delete orphan alternate content sources": [
|
2335
|
-
""
|
2336
|
-
],
|
2337
|
-
"Delete orphan distributions": [
|
2338
|
-
""
|
2339
|
-
],
|
2340
|
-
"Delete orphan remotes": [
|
2341
|
-
""
|
2342
|
-
],
|
2343
|
-
"Delete orphan repository versions": [
|
2344
|
-
""
|
2345
|
-
],
|
2346
|
-
"Delete orphaned migrated repositories": [
|
2347
|
-
""
|
2348
|
-
],
|
2349
|
-
"Delete remote": [
|
2350
|
-
""
|
2351
|
-
],
|
2352
|
-
"Delete repository references": [
|
2353
|
-
""
|
2354
|
-
],
|
2355
2298
|
"Delete version": [
|
2356
2299
|
""
|
2357
2300
|
],
|
@@ -2362,7 +2305,7 @@
|
|
2362
2305
|
""
|
2363
2306
|
],
|
2364
2307
|
"Deleted consumer '%s'": [
|
2365
|
-
"
|
2308
|
+
"Consumidor suprimido '%s'"
|
2366
2309
|
],
|
2367
2310
|
"Deleted from ": [
|
2368
2311
|
""
|
@@ -2422,7 +2365,7 @@
|
|
2422
2365
|
"Destruir host de contenido"
|
2423
2366
|
],
|
2424
2367
|
"Destroy Content Host %s": [
|
2425
|
-
"Destruir host de
|
2368
|
+
"Destruir el host de contenidos %s"
|
2426
2369
|
],
|
2427
2370
|
"Destroy a Content Credential": [
|
2428
2371
|
""
|
@@ -2451,12 +2394,6 @@
|
|
2451
2394
|
"Destroy an environment in an organization": [
|
2452
2395
|
"Destruir un entorno en una organización"
|
2453
2396
|
],
|
2454
|
-
"Destroy exporter": [
|
2455
|
-
""
|
2456
|
-
],
|
2457
|
-
"Destroy importer": [
|
2458
|
-
""
|
2459
|
-
],
|
2460
2397
|
"Destroy one or more alternate content sources": [
|
2461
2398
|
""
|
2462
2399
|
],
|
@@ -2476,7 +2413,7 @@
|
|
2476
2413
|
""
|
2477
2414
|
],
|
2478
2415
|
"Digest": [
|
2479
|
-
"
|
2416
|
+
""
|
2480
2417
|
],
|
2481
2418
|
"Directly setting package lists on composite content views is not allowed. Please update the components, then re-publish the composite.": [
|
2482
2419
|
"No se permite establecer directamente listas de paquetes en vistas de contenido compuesto. Actualice los componentes y vuelva a publicar la composición."
|
@@ -2505,9 +2442,6 @@
|
|
2505
2442
|
"Disabling Simple Content Access failed for '%{subject}'.": [
|
2506
2443
|
""
|
2507
2444
|
],
|
2508
|
-
"Discover": [
|
2509
|
-
""
|
2510
|
-
],
|
2511
2445
|
"Discover Repositories": [
|
2512
2446
|
"Detectar repositorios"
|
2513
2447
|
],
|
@@ -2527,7 +2461,7 @@
|
|
2527
2461
|
"ID de dominio"
|
2528
2462
|
],
|
2529
2463
|
"Download Policy of the capsule, must be one of %s": [
|
2530
|
-
"
|
2464
|
+
"Política de descarga de la cápsula, debe ser una de las siguientes %s"
|
2531
2465
|
],
|
2532
2466
|
"Download a debug certificate": [
|
2533
2467
|
"Descargar un certificado de depuración"
|
@@ -2692,7 +2626,7 @@
|
|
2692
2626
|
"Entorno"
|
2693
2627
|
],
|
2694
2628
|
"Environment ID": [
|
2695
|
-
"
|
2629
|
+
""
|
2696
2630
|
],
|
2697
2631
|
"Environment ID and content view ID must be provided together": [
|
2698
2632
|
""
|
@@ -2703,20 +2637,17 @@
|
|
2703
2637
|
"Environment cannot be in its own promotion path": [
|
2704
2638
|
"No puede haber entorno en su propia ruta de entorno"
|
2705
2639
|
],
|
2706
|
-
"Environment contents refresh": [
|
2707
|
-
""
|
2708
|
-
],
|
2709
2640
|
"Environment identifier": [
|
2710
2641
|
"Identificador del entorno"
|
2711
2642
|
],
|
2712
2643
|
"Environment name": [
|
2713
|
-
"
|
2644
|
+
""
|
2714
2645
|
],
|
2715
2646
|
"Environments": [
|
2716
2647
|
"Entornos"
|
2717
2648
|
],
|
2718
2649
|
"Epoch": [
|
2719
|
-
"
|
2650
|
+
"Época"
|
2720
2651
|
],
|
2721
2652
|
"Equal to": [
|
2722
2653
|
""
|
@@ -2734,7 +2665,7 @@
|
|
2734
2665
|
"Instalar erratas"
|
2735
2666
|
],
|
2736
2667
|
"Errata Install scheduled by %s": [
|
2737
|
-
"Instalación
|
2668
|
+
"Errata Instalación programada por %s"
|
2738
2669
|
],
|
2739
2670
|
"Errata and package information will be updated at the next host check-in or package action.": [
|
2740
2671
|
""
|
@@ -2745,9 +2676,6 @@
|
|
2745
2676
|
"Errata id of the erratum (RHSA-2012:108)": [
|
2746
2677
|
"ID de errata de la errata (RHSA-2012:108)"
|
2747
2678
|
],
|
2748
|
-
"Errata mail": [
|
2749
|
-
""
|
2750
|
-
],
|
2751
2679
|
"Errata statuses not updated for deleted content facet with UUID %s": [
|
2752
2680
|
""
|
2753
2681
|
],
|
@@ -2785,7 +2713,7 @@
|
|
2785
2713
|
"Error al conectarse con el servicio Pulp"
|
2786
2714
|
],
|
2787
2715
|
"Error connecting. Got: %s": [
|
2788
|
-
"Error
|
2716
|
+
"Error de conexión. Lo tengo: %s"
|
2789
2717
|
],
|
2790
2718
|
"Error loading content views": [
|
2791
2719
|
""
|
@@ -2907,9 +2835,6 @@
|
|
2907
2835
|
"Fetch installable errata for one or more hosts.": [
|
2908
2836
|
"Buscar erratas instalables para uno o más hosts."
|
2909
2837
|
],
|
2910
|
-
"Fetch pxe files": [
|
2911
|
-
""
|
2912
|
-
],
|
2913
2838
|
"Fetch traces for one or more hosts": [
|
2914
2839
|
"Buscar rastros para uno o más hosts"
|
2915
2840
|
],
|
@@ -3003,9 +2928,6 @@
|
|
3003
2928
|
"Filter versions that are components in the specified composite version": [
|
3004
2929
|
"Filtrar versiones que sean componentes en la versión de compuesta específica"
|
3005
2930
|
],
|
3006
|
-
"Filtered index content": [
|
3007
|
-
""
|
3008
|
-
],
|
3009
2931
|
"Filters": [
|
3010
2932
|
"Filtros"
|
3011
2933
|
],
|
@@ -3096,9 +3018,6 @@
|
|
3096
3018
|
"Generate host applicability": [
|
3097
3019
|
"Generar la aplicabilidad del host"
|
3098
3020
|
],
|
3099
|
-
"Generate metadata": [
|
3100
|
-
""
|
3101
|
-
],
|
3102
3021
|
"Generate repository applicability": [
|
3103
3022
|
"Generar la aplicabilidad del repositorio"
|
3104
3023
|
],
|
@@ -3175,7 +3094,7 @@
|
|
3175
3094
|
""
|
3176
3095
|
],
|
3177
3096
|
"Help": [
|
3178
|
-
"
|
3097
|
+
""
|
3179
3098
|
],
|
3180
3099
|
"Helper": [
|
3181
3100
|
"Ayudante"
|
@@ -3202,7 +3121,7 @@
|
|
3202
3121
|
"host"
|
3203
3122
|
],
|
3204
3123
|
"Host %s has not been registered with subscription-manager.": [
|
3205
|
-
"El host no se ha registrado
|
3124
|
+
"El host %s no se ha registrado en subscription-manager."
|
3206
3125
|
],
|
3207
3126
|
"Host %{hostname}: Cannot add content view environment to content facet. The host's content source '%{content_source}' does not sync lifecycle environment '%{lce}'.": [
|
3208
3127
|
""
|
@@ -3232,7 +3151,7 @@
|
|
3232
3151
|
"ID de host"
|
3233
3152
|
],
|
3234
3153
|
"Host Limit": [
|
3235
|
-
"
|
3154
|
+
""
|
3236
3155
|
],
|
3237
3156
|
"Host Profile Assume": [
|
3238
3157
|
"Asumir el perfil de host"
|
@@ -3307,7 +3226,7 @@
|
|
3307
3226
|
""
|
3308
3227
|
],
|
3309
3228
|
"Host with ID %s already exists in the host collection.": [
|
3310
|
-
"
|
3229
|
+
"El host con ID %s ya existe en la colección de hosts."
|
3311
3230
|
],
|
3312
3231
|
"Host with ID %s does not exist in the host collection.": [
|
3313
3232
|
"El host con ID %s no existe en la colección de hosts."
|
@@ -3336,12 +3255,6 @@
|
|
3336
3255
|
"How to order the sorted results (e.g. ASC for ascending)": [
|
3337
3256
|
"Cómo ordenar los resultados clasificados (p. ej., ASC para orden ascendente)"
|
3338
3257
|
],
|
3339
|
-
"Hypervisors": [
|
3340
|
-
""
|
3341
|
-
],
|
3342
|
-
"Hypervisors update": [
|
3343
|
-
""
|
3344
|
-
],
|
3345
3258
|
"ID of a HTTP Proxy": [
|
3346
3259
|
"ID de un proxy HTTP"
|
3347
3260
|
],
|
@@ -3595,7 +3508,7 @@
|
|
3595
3508
|
""
|
3596
3509
|
],
|
3597
3510
|
"Image": [
|
3598
|
-
"
|
3511
|
+
""
|
3599
3512
|
],
|
3600
3513
|
"Image digest": [
|
3601
3514
|
""
|
@@ -3646,7 +3559,7 @@
|
|
3646
3559
|
"Importar un manifiesto para comenzar"
|
3647
3560
|
],
|
3648
3561
|
"Import a content view version": [
|
3649
|
-
"
|
3562
|
+
"Importar una versión de la vista de contenido"
|
3650
3563
|
],
|
3651
3564
|
"Import a content view version to the library": [
|
3652
3565
|
""
|
@@ -3660,9 +3573,6 @@
|
|
3660
3573
|
"Import a subscription manifest to give hosts access to Red Hat content.": [
|
3661
3574
|
""
|
3662
3575
|
],
|
3663
|
-
"Import migration": [
|
3664
|
-
""
|
3665
|
-
],
|
3666
3576
|
"Import new manifest": [
|
3667
3577
|
""
|
3668
3578
|
],
|
@@ -3672,12 +3582,6 @@
|
|
3672
3582
|
"Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
|
3673
3583
|
""
|
3674
3584
|
],
|
3675
|
-
"Import repository upload": [
|
3676
|
-
""
|
3677
|
-
],
|
3678
|
-
"Import upload": [
|
3679
|
-
""
|
3680
|
-
],
|
3681
3585
|
"Import uploads into a repository": [
|
3682
3586
|
"Importar cargas a un repositorio"
|
3683
3587
|
],
|
@@ -3744,11 +3648,8 @@
|
|
3744
3648
|
"Incremental Update incomplete.": [
|
3745
3649
|
"Actualización incremental incompleta."
|
3746
3650
|
],
|
3747
|
-
"Incremental Update of Content View Version(s) ": [
|
3748
|
-
""
|
3749
|
-
],
|
3750
3651
|
"Incremental Update of %{content_view_count} Content View Version(s) ": [
|
3751
|
-
"Actualización
|
3652
|
+
"Actualización incremental de %{content_view_count} Contenido Ver versión(es) "
|
3752
3653
|
],
|
3753
3654
|
"Incremental update": [
|
3754
3655
|
"Actualización incremental"
|
@@ -3759,27 +3660,12 @@
|
|
3759
3660
|
"Incremental update specified for composite %{name} version %{version}, but no components updated.": [
|
3760
3661
|
"Actualización incremental especificada para el compuesto %{name} versión %{version}, pero ningún componente actualizado."
|
3761
3662
|
],
|
3762
|
-
"Index content": [
|
3763
|
-
""
|
3764
|
-
],
|
3765
|
-
"Index errata": [
|
3766
|
-
""
|
3767
|
-
],
|
3768
|
-
"Index module streams": [
|
3769
|
-
""
|
3770
|
-
],
|
3771
|
-
"Index package groups": [
|
3772
|
-
""
|
3773
|
-
],
|
3774
3663
|
"Informable Type must be one of the following [ %{list} ]": [
|
3775
|
-
"El tipo
|
3664
|
+
"Informable El tipo debe ser uno de los siguientes [ %{list} ]"
|
3776
3665
|
],
|
3777
3666
|
"Inherit from Repository": [
|
3778
3667
|
"Heredar del repositorio"
|
3779
3668
|
],
|
3780
|
-
"Initialize": [
|
3781
|
-
""
|
3782
|
-
],
|
3783
3669
|
"Initiate a sync of the products attached to the sync plan": [
|
3784
3670
|
"Iniciar una sincronización de los productos adjuntos al plan de sincronización"
|
3785
3671
|
],
|
@@ -3855,9 +3741,6 @@
|
|
3855
3741
|
"Installing Package...": [
|
3856
3742
|
"Instalando paquete..."
|
3857
3743
|
],
|
3858
|
-
"Instance update": [
|
3859
|
-
""
|
3860
|
-
],
|
3861
3744
|
"Instance-based": [
|
3862
3745
|
"Basado en la instancia"
|
3863
3746
|
],
|
@@ -3877,7 +3760,7 @@
|
|
3877
3760
|
"Asociación no válida de ID de vista de contenido. La vista de contenido debe coincidir con la versión de la vista de contenido que se está guardando"
|
3878
3761
|
],
|
3879
3762
|
"Invalid content label: %s": [
|
3880
|
-
"Etiqueta de contenido
|
3763
|
+
"Etiqueta de contenido no válida: %s"
|
3881
3764
|
],
|
3882
3765
|
"Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}": [
|
3883
3766
|
"Tipo de contenido no válido '%{content_type}' proporcionado. Los tipos de contenido pueden ser %{content_types}"
|
@@ -3895,7 +3778,7 @@
|
|
3895
3778
|
"Tipos de erratas no válidos %{invalid_types} proporcionados. El tipo de errata puede ser cualquiera de %{valid_types}"
|
3896
3779
|
],
|
3897
3780
|
"Invalid event_type %s": [
|
3898
|
-
"
|
3781
|
+
"Tipo_evento no válido %s"
|
3899
3782
|
],
|
3900
3783
|
"Invalid export format provided. Format must be one of %s ": [
|
3901
3784
|
""
|
@@ -3931,10 +3814,10 @@
|
|
3931
3814
|
"Parámetros inválidos enviados. Pudo haber escrito mal la dirección. Si continúa teniendo problemas con esto, por favor contacte al administrador."
|
3932
3815
|
],
|
3933
3816
|
"Invalid params provided - content_type must be one of %s": [
|
3934
|
-
"Parámetros
|
3817
|
+
"Parámetros no válidos proporcionados - content_type debe ser uno de los siguientes %s"
|
3935
3818
|
],
|
3936
3819
|
"Invalid params provided - date_type must be one of %s": [
|
3937
|
-
"
|
3820
|
+
"Parámetros no válidos proporcionados - date_type debe ser uno de los siguientes %s"
|
3938
3821
|
],
|
3939
3822
|
"Invalid params provided - with_content must be one of %s": [
|
3940
3823
|
""
|
@@ -3955,7 +3838,7 @@
|
|
3955
3838
|
"Valor no válido especificado para contenido ignorable."
|
3956
3839
|
],
|
3957
3840
|
"Invalid value specified for ignorable content. Permissible values %s": [
|
3958
|
-
"Valor
|
3841
|
+
"Valor no válido especificado para contenido ignorable. Valores permitidos %s"
|
3959
3842
|
],
|
3960
3843
|
"Issued": [
|
3961
3844
|
"Publicado"
|
@@ -3966,6 +3849,27 @@
|
|
3966
3849
|
"It is only allowed for Non-Redhat Yum repositories.": [
|
3967
3850
|
""
|
3968
3851
|
],
|
3852
|
+
"It's not possible to bulk remove versions from a rolling content view.": [
|
3853
|
+
""
|
3854
|
+
],
|
3855
|
+
"It's not possible to copy a rolling content view.": [
|
3856
|
+
""
|
3857
|
+
],
|
3858
|
+
"It's not possible to create a filter for a rolling content view.": [
|
3859
|
+
""
|
3860
|
+
],
|
3861
|
+
"It's not possible to destroy a version of a rolling content view.": [
|
3862
|
+
""
|
3863
|
+
],
|
3864
|
+
"It's not possible to export a rolling content view.": [
|
3865
|
+
""
|
3866
|
+
],
|
3867
|
+
"It's not possible to promote a rolling content view.": [
|
3868
|
+
""
|
3869
|
+
],
|
3870
|
+
"It's not possible to publish a rolling content view.": [
|
3871
|
+
""
|
3872
|
+
],
|
3969
3873
|
"Job '${description}' completed": [
|
3970
3874
|
""
|
3971
3875
|
],
|
@@ -4057,7 +3961,7 @@
|
|
4057
3961
|
"ID del repositorio de Kickstart"
|
4058
3962
|
],
|
4059
3963
|
"Kickstart repository was not set for host '%{host}'": [
|
4060
|
-
"El repositorio
|
3964
|
+
"El repositorio Kickstart no está configurado para el host '%{host}'"
|
4061
3965
|
],
|
4062
3966
|
"Label": [
|
4063
3967
|
"Etiqueta"
|
@@ -4090,7 +3994,7 @@
|
|
4090
3994
|
""
|
4091
3995
|
],
|
4092
3996
|
"Last sync": [
|
4093
|
-
"
|
3997
|
+
""
|
4094
3998
|
],
|
4095
3999
|
"Last task": [
|
4096
4000
|
""
|
@@ -4132,10 +4036,10 @@
|
|
4132
4036
|
"El entorno de ciclo de vida"
|
4133
4037
|
],
|
4134
4038
|
"Lifecycle Environment %s has associated Activation Keys. Please change or remove the associated Activation Keys before trying to delete this lifecycle environment.": [
|
4135
|
-
"El entorno
|
4039
|
+
"El entorno del ciclo de vida %s tiene claves de activación asociadas. Cambie o elimine las claves de activación asociadas antes de intentar eliminar este entorno del ciclo de vida."
|
4136
4040
|
],
|
4137
4041
|
"Lifecycle Environment %s has associated Hosts. Please unregister or move the associated Hosts before trying to delete this lifecycle environment.": [
|
4138
|
-
"El entorno
|
4042
|
+
"El entorno del ciclo de vida %s tiene hosts asociados. Por favor, anule el registro o mueva los Hosts asociados antes de intentar eliminar este entorno de ciclo de vida."
|
4139
4043
|
],
|
4140
4044
|
"Lifecycle Environment ID": [
|
4141
4045
|
"ID de entorno de ciclo de vida"
|
@@ -4318,7 +4222,7 @@
|
|
4318
4222
|
"Lista de ID de versión de la vista de contenido del componente para las vistas compuestas"
|
4319
4223
|
],
|
4320
4224
|
"List of content units to ignore while syncing a yum repository. Must be subset of %s": [
|
4321
|
-
"Lista de unidades de contenido
|
4225
|
+
"Lista de unidades de contenido a ignorar al sincronizar un repositorio yum. Debe ser un subconjunto de %s"
|
4322
4226
|
],
|
4323
4227
|
"List of enabled repo urls for the repo (Only first is used.)": [
|
4324
4228
|
"Lista de URL de repositorios habilitados para el repositorio (Solo se utiliza la primera.)"
|
@@ -4540,7 +4444,7 @@
|
|
4540
4444
|
""
|
4541
4445
|
],
|
4542
4446
|
"Mark Content Host Statuses as Unknown for %s": [
|
4543
|
-
"Marcar
|
4447
|
+
"Marcar estados de host de contenido como desconocidos para %s"
|
4544
4448
|
],
|
4545
4449
|
"Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs.": [
|
4546
4450
|
""
|
@@ -4558,7 +4462,7 @@
|
|
4558
4462
|
""
|
4559
4463
|
],
|
4560
4464
|
"Maximum number of content hosts exceeded for host collection(s): %s": [
|
4561
|
-
"Se ha superado el número máximo de hosts de contenido para
|
4465
|
+
"Se ha superado el número máximo de hosts de contenido para la(s) colección(es) de hosts: %s"
|
4562
4466
|
],
|
4563
4467
|
"Maximum number of hosts in the host collection": [
|
4564
4468
|
"Número máximo de hosts en la colección de hosts"
|
@@ -4584,9 +4488,6 @@
|
|
4584
4488
|
"Messaging connection": [
|
4585
4489
|
"Conexión de mensajes"
|
4586
4490
|
],
|
4587
|
-
"Metadata generate": [
|
4588
|
-
""
|
4589
|
-
],
|
4590
4491
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories.": [
|
4591
4492
|
""
|
4592
4493
|
],
|
@@ -4606,7 +4507,7 @@
|
|
4606
4507
|
""
|
4607
4508
|
],
|
4608
4509
|
"Missing arguments %{substitutions} for %{content_url}": [
|
4609
|
-
"
|
4510
|
+
"Argumentos que faltan %{substitutions} para %{content_url}"
|
4610
4511
|
],
|
4611
4512
|
"Model": [
|
4612
4513
|
"Modelado"
|
@@ -4641,18 +4542,12 @@
|
|
4641
4542
|
"Multi Content View Environment": [
|
4642
4543
|
""
|
4643
4544
|
],
|
4644
|
-
"Multi copy all units": [
|
4645
|
-
""
|
4646
|
-
],
|
4647
|
-
"Multi copy content": [
|
4648
|
-
""
|
4649
|
-
],
|
4650
|
-
"Multi copy units": [
|
4651
|
-
""
|
4652
|
-
],
|
4653
4545
|
"Multi-entitlement": [
|
4654
4546
|
"Multiderecho"
|
4655
4547
|
],
|
4548
|
+
"Must be Ascii alphanumeric, '_' or '-'": [
|
4549
|
+
""
|
4550
|
+
],
|
4656
4551
|
"N/A": [
|
4657
4552
|
"N/C"
|
4658
4553
|
],
|
@@ -5125,7 +5020,7 @@
|
|
5125
5020
|
""
|
5126
5021
|
],
|
5127
5022
|
"Not all necessary pulp workers running at %s.": [
|
5128
|
-
"No todos los trabajadores de
|
5023
|
+
"No todos los trabajadores de la pulpa necesarios funcionando en %s."
|
5129
5024
|
],
|
5130
5025
|
"Not installed": [
|
5131
5026
|
"No instalado"
|
@@ -5164,7 +5059,7 @@
|
|
5164
5059
|
"Número a asignar"
|
5165
5060
|
],
|
5166
5061
|
"OS": [
|
5167
|
-
"
|
5062
|
+
""
|
5168
5063
|
],
|
5169
5064
|
"OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host.": [
|
5170
5065
|
""
|
@@ -5200,7 +5095,7 @@
|
|
5200
5095
|
""
|
5201
5096
|
],
|
5202
5097
|
"One of parameters [ %s ] required but not specified.": [
|
5203
|
-
"
|
5098
|
+
"Uno de los parámetros [ %s ] requerido pero no especificado."
|
5204
5099
|
],
|
5205
5100
|
"One of yum or docker": [
|
5206
5101
|
"Uno de yum o docker"
|
@@ -5274,6 +5169,9 @@
|
|
5274
5169
|
"Organization required": [
|
5275
5170
|
"Se requiere organización"
|
5276
5171
|
],
|
5172
|
+
"Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details.": [
|
5173
|
+
""
|
5174
|
+
],
|
5277
5175
|
"Orphaned Content Protection Time": [
|
5278
5176
|
""
|
5279
5177
|
],
|
@@ -5338,7 +5236,7 @@
|
|
5338
5236
|
"Instalación de grupo de paquetes expiró"
|
5339
5237
|
],
|
5340
5238
|
"Package Group Install scheduled by %s": [
|
5341
|
-
"
|
5239
|
+
"Grupo de paquetes Instalación programada por %s"
|
5342
5240
|
],
|
5343
5241
|
"Package Group Remove": [
|
5344
5242
|
"Retiro de grupo de paquetes"
|
@@ -5356,13 +5254,13 @@
|
|
5356
5254
|
"Retiro de grupo de paquetes expiró"
|
5357
5255
|
],
|
5358
5256
|
"Package Group Remove scheduled by %s": [
|
5359
|
-
"
|
5257
|
+
"Grupo de paquetes Eliminar programado por %s"
|
5360
5258
|
],
|
5361
5259
|
"Package Group Update": [
|
5362
5260
|
"Actualización de grupo de paquetes"
|
5363
5261
|
],
|
5364
5262
|
"Package Group Update scheduled by %s": [
|
5365
|
-
"Actualización
|
5263
|
+
"Actualización del grupo de paquetes programada por %s"
|
5366
5264
|
],
|
5367
5265
|
"Package Groups": [
|
5368
5266
|
"Grupos de paquetes"
|
@@ -5383,7 +5281,7 @@
|
|
5383
5281
|
"Instalación de paquete expiró"
|
5384
5282
|
],
|
5385
5283
|
"Package Install scheduled by %s": [
|
5386
|
-
"Instalación
|
5284
|
+
"Instalación del paquete programada por %s"
|
5387
5285
|
],
|
5388
5286
|
"Package Remove": [
|
5389
5287
|
"Retiro de paquetes"
|
@@ -5401,7 +5299,7 @@
|
|
5401
5299
|
"Retiro de paquete expiró"
|
5402
5300
|
],
|
5403
5301
|
"Package Remove scheduled by %s": [
|
5404
|
-
"
|
5302
|
+
"Paquete Eliminar programado por %s"
|
5405
5303
|
],
|
5406
5304
|
"Package Type": [
|
5407
5305
|
""
|
@@ -5427,6 +5325,9 @@
|
|
5427
5325
|
"Package Update scheduled by %s": [
|
5428
5326
|
"Actualización de paquetes programada por %s"
|
5429
5327
|
],
|
5328
|
+
"Package actions will be transient": [
|
5329
|
+
""
|
5330
|
+
],
|
5430
5331
|
"Package group update canceled": [
|
5431
5332
|
"La actualización de grupo de paquetes ha sido cancelada"
|
5432
5333
|
],
|
@@ -5446,7 +5347,7 @@
|
|
5446
5347
|
"Identificadores de paquetes para filtrar el contenido"
|
5447
5348
|
],
|
5448
5349
|
"Package install failed: \\\"%{package}\\\"": [
|
5449
|
-
"
|
5350
|
+
"Fallo en la instalación del paquete: \\\"%{package}\\\""
|
5450
5351
|
],
|
5451
5352
|
"Package installation: \\\"%{package}\\\" ": [
|
5452
5353
|
"Instalación del paquete: \\\"%{package}\\\" "
|
@@ -5530,7 +5431,7 @@
|
|
5530
5431
|
""
|
5531
5432
|
],
|
5532
5433
|
"Permission Denied. User '%{user}' does not have permissions to access organization '%{org}'.": [
|
5533
|
-
"Permiso denegado. El usuario '%{user}' no tiene
|
5434
|
+
"Permiso denegado. El usuario '%{user}' no tiene permisos para acceder a la organización '%{org}'."
|
5534
5435
|
],
|
5535
5436
|
"Physical": [
|
5536
5437
|
"Físico"
|
@@ -5674,7 +5575,7 @@
|
|
5674
5575
|
"Versión del producto"
|
5675
5576
|
],
|
5676
5577
|
"Product with ID %s not found in Candlepin. Skipping content import for it.": [
|
5677
|
-
"Producto con ID %s no encontrado en Candlepin.
|
5578
|
+
"Producto con ID %s no encontrado en Candlepin. Omitiendo la importación de contenido para ello."
|
5678
5579
|
],
|
5679
5580
|
"Product: '%{product}', Repository: '%{repository}'": [
|
5680
5581
|
""
|
@@ -5725,7 +5626,7 @@
|
|
5725
5626
|
"Productos proporcionados"
|
5726
5627
|
],
|
5727
5628
|
"Provided pool with id %s has no upstream entitlement": [
|
5728
|
-
"El
|
5629
|
+
"El pool proporcionado con id %s no tiene derechos upstream"
|
5729
5630
|
],
|
5730
5631
|
"Provisioning template IDs": [
|
5731
5632
|
"ID de plantilla de aprovisionamiento"
|
@@ -5782,7 +5683,7 @@
|
|
5782
5683
|
""
|
5783
5684
|
],
|
5784
5685
|
"Pulp database connection issue at %s.": [
|
5785
|
-
"Problema de conexión
|
5686
|
+
"Problema de conexión con la base de datos Pulp en %s."
|
5786
5687
|
],
|
5787
5688
|
"Pulp database connection issue.": [
|
5788
5689
|
"Problema de conexión a la base de datos Pulp"
|
@@ -5791,13 +5692,13 @@
|
|
5791
5692
|
"Notificación de espacio en el disco de Pulp"
|
5792
5693
|
],
|
5793
5694
|
"Pulp does not appear to be running at %s.": [
|
5794
|
-
"
|
5695
|
+
"La pulpa no parece funcionar en %s."
|
5795
5696
|
],
|
5796
5697
|
"Pulp does not appear to be running.": [
|
5797
5698
|
"Pulp no parece estar ejecutándose."
|
5798
5699
|
],
|
5799
5700
|
"Pulp message bus connection issue at %s.": [
|
5800
|
-
"
|
5701
|
+
"Problema de conexión del bus de mensajes de pulpa en %s."
|
5801
5702
|
],
|
5802
5703
|
"Pulp message bus connection issue.": [
|
5803
5704
|
"Problema de conexión de bus de mensaje de Pulp."
|
@@ -5806,7 +5707,7 @@
|
|
5806
5707
|
"Pulp node"
|
5807
5708
|
],
|
5808
5709
|
"Pulp redis connection issue at %s.": [
|
5809
|
-
"
|
5710
|
+
"Pulp redis problema de conexión en %s."
|
5810
5711
|
],
|
5811
5712
|
"Pulp server version": [
|
5812
5713
|
"Versión del servidor Pulp"
|
@@ -5817,9 +5718,6 @@
|
|
5817
5718
|
"Pulp task error": [
|
5818
5719
|
"Error de tarea de Pulp"
|
5819
5720
|
],
|
5820
|
-
"Purge completed tasks": [
|
5821
|
-
""
|
5822
|
-
],
|
5823
5721
|
"Python Package": [
|
5824
5722
|
""
|
5825
5723
|
],
|
@@ -5928,9 +5826,6 @@
|
|
5928
5826
|
"Reclaim Space": [
|
5929
5827
|
""
|
5930
5828
|
],
|
5931
|
-
"Reclaim space": [
|
5932
|
-
""
|
5933
|
-
],
|
5934
5829
|
"Reclaim space from On Demand repositories": [
|
5935
5830
|
""
|
5936
5831
|
],
|
@@ -5991,10 +5886,10 @@
|
|
5991
5886
|
"Refresh Manifest": [
|
5992
5887
|
"Recargar manifiesto"
|
5993
5888
|
],
|
5994
|
-
"Refresh
|
5889
|
+
"Refresh RollingCV Repo": [
|
5995
5890
|
""
|
5996
5891
|
],
|
5997
|
-
"Refresh all
|
5892
|
+
"Refresh all alternate content sources": [
|
5998
5893
|
""
|
5999
5894
|
],
|
6000
5895
|
"Refresh alternate content sources": [
|
@@ -6009,27 +5904,15 @@
|
|
6009
5904
|
"Refresh counts": [
|
6010
5905
|
""
|
6011
5906
|
],
|
6012
|
-
"Refresh distribution": [
|
6013
|
-
""
|
6014
|
-
],
|
6015
5907
|
"Refresh errata applicability": [
|
6016
5908
|
""
|
6017
5909
|
],
|
6018
|
-
"Refresh if needed": [
|
6019
|
-
""
|
6020
|
-
],
|
6021
5910
|
"Refresh package applicability": [
|
6022
5911
|
""
|
6023
5912
|
],
|
6024
5913
|
"Refresh previously imported manifest for Red Hat provider": [
|
6025
5914
|
"Actualizar el manifiesto importado anteriormente para el proveedor de Red Hat"
|
6026
5915
|
],
|
6027
|
-
"Refresh remote": [
|
6028
|
-
""
|
6029
|
-
],
|
6030
|
-
"Refresh repos": [
|
6031
|
-
""
|
6032
|
-
],
|
6033
5916
|
"Refresh source": [
|
6034
5917
|
""
|
6035
5918
|
],
|
@@ -6040,7 +5923,7 @@
|
|
6040
5923
|
"Registrar un host con suscripción e información"
|
6041
5924
|
],
|
6042
5925
|
"Register host '%s' before attaching subscriptions": [
|
6043
|
-
"Registrar
|
5926
|
+
"Registrar host '%s' antes de adjuntar suscripciones"
|
6044
5927
|
],
|
6045
5928
|
"Registered": [
|
6046
5929
|
"Registrado"
|
@@ -6064,17 +5947,14 @@
|
|
6064
5947
|
""
|
6065
5948
|
],
|
6066
5949
|
"Registry name pattern results in duplicate container image names for these repositories: %s.": [
|
6067
|
-
"El patrón de nombres de registro da como resultado nombres
|
5950
|
+
"El patrón de nombres de registro da como resultado nombres de imagen de contenedor duplicados para estos repositorios: %s."
|
6068
5951
|
],
|
6069
5952
|
"Registry name pattern results in invalid container image name of member repository '%{name}'": [
|
6070
|
-
"El patrón de
|
5953
|
+
"El patrón de nombre de registro da como resultado un nombre de imagen de contenedor no válido del repositorio miembro '%{name}'"
|
6071
5954
|
],
|
6072
5955
|
"Registry name pattern will result in invalid container image name of member repositories": [
|
6073
5956
|
"El patrón de nombres de registro dará como resultado un nombre de imagen de contenedor no válido de los depósitos de los miembros"
|
6074
5957
|
],
|
6075
|
-
"Reindex subscriptions": [
|
6076
|
-
""
|
6077
|
-
],
|
6078
5958
|
"Related composite content views": [
|
6079
5959
|
""
|
6080
5960
|
],
|
@@ -6171,9 +6051,6 @@
|
|
6171
6051
|
"Remove one or more subscriptions from an upstream manifest": [
|
6172
6052
|
""
|
6173
6053
|
],
|
6174
|
-
"Remove orphans": [
|
6175
|
-
""
|
6176
|
-
],
|
6177
6054
|
"Remove package group via Katello interface": [
|
6178
6055
|
"Eliminar el grupo de paquetes a través de la interfaz de Katello"
|
6179
6056
|
],
|
@@ -6201,12 +6078,6 @@
|
|
6201
6078
|
"Remove subscriptions from one or more hosts": [
|
6202
6079
|
"Eliminar las suscripciones de uno o más hosts"
|
6203
6080
|
],
|
6204
|
-
"Remove units": [
|
6205
|
-
""
|
6206
|
-
],
|
6207
|
-
"Remove unneeded repos": [
|
6208
|
-
""
|
6209
|
-
],
|
6210
6081
|
"Remove versions and/or environments from a content view and reassign systems and keys": [
|
6211
6082
|
"Eliminar versiones y/o entornos de una vista de contenido y volver a asignar sistemas y llaves"
|
6212
6083
|
],
|
@@ -6231,9 +6102,6 @@
|
|
6231
6102
|
"Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
|
6232
6103
|
""
|
6233
6104
|
],
|
6234
|
-
"Repair": [
|
6235
|
-
""
|
6236
|
-
],
|
6237
6105
|
"Replace content source on the target machine": [
|
6238
6106
|
""
|
6239
6107
|
],
|
@@ -6252,18 +6120,12 @@
|
|
6252
6120
|
"Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
|
6253
6121
|
""
|
6254
6122
|
],
|
6255
|
-
"Repositories certs reset": [
|
6256
|
-
""
|
6257
|
-
],
|
6258
6123
|
"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.": [
|
6259
6124
|
""
|
6260
6125
|
],
|
6261
6126
|
"Repositories from published Content Views are not allowed.": [
|
6262
6127
|
"No se permiten los de vistas de contenido publicadas "
|
6263
6128
|
],
|
6264
|
-
"Repositories gpg reset": [
|
6265
|
-
""
|
6266
|
-
],
|
6267
6129
|
"Repository": [
|
6268
6130
|
"Repositorio"
|
6269
6131
|
],
|
@@ -6283,7 +6145,7 @@
|
|
6283
6145
|
"Se ha habilitado el repositorio '%(repoName)s'."
|
6284
6146
|
],
|
6285
6147
|
"Repository ID": [
|
6286
|
-
"
|
6148
|
+
""
|
6287
6149
|
],
|
6288
6150
|
"Repository Id associated with the kickstart repo used for provisioning": [
|
6289
6151
|
"ID del repositorio asociado con el repositorio de kickstart utilizado para el aprovisionamiento"
|
@@ -6304,7 +6166,7 @@
|
|
6304
6166
|
"Identificador de repositorio"
|
6305
6167
|
],
|
6306
6168
|
"Repository label '%s' is not associated with content view.": [
|
6307
|
-
"La etiqueta
|
6169
|
+
"La etiqueta de repositorio '%s' no está asociada a la vista de contenido."
|
6308
6170
|
],
|
6309
6171
|
"Repository name": [
|
6310
6172
|
""
|
@@ -6528,7 +6390,7 @@
|
|
6528
6390
|
"Review affected environments": [
|
6529
6391
|
""
|
6530
6392
|
],
|
6531
|
-
"Review and optionally exclude hosts from your selection.": [
|
6393
|
+
"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.": [
|
6532
6394
|
""
|
6533
6395
|
],
|
6534
6396
|
"Review and then click {submitBtnText}.": [
|
@@ -6561,6 +6423,12 @@
|
|
6561
6423
|
"Rollback image digest": [
|
6562
6424
|
""
|
6563
6425
|
],
|
6426
|
+
"Rolling content view": [
|
6427
|
+
""
|
6428
|
+
],
|
6429
|
+
"Rolling content views": [
|
6430
|
+
""
|
6431
|
+
],
|
6564
6432
|
"Rules to be added": [
|
6565
6433
|
""
|
6566
6434
|
],
|
@@ -6606,33 +6474,12 @@
|
|
6606
6474
|
"Save": [
|
6607
6475
|
"Guardar"
|
6608
6476
|
],
|
6609
|
-
"Save artifact": [
|
6610
|
-
""
|
6611
|
-
],
|
6612
|
-
"Save distribution references": [
|
6613
|
-
""
|
6614
|
-
],
|
6615
|
-
"Save publication": [
|
6616
|
-
""
|
6617
|
-
],
|
6618
|
-
"Save version": [
|
6619
|
-
""
|
6620
|
-
],
|
6621
|
-
"Save versions": [
|
6622
|
-
""
|
6623
|
-
],
|
6624
6477
|
"Saving alternate content source...": [
|
6625
6478
|
""
|
6626
6479
|
],
|
6627
6480
|
"Scan a flatpak remote": [
|
6628
6481
|
""
|
6629
6482
|
],
|
6630
|
-
"Scan cdn": [
|
6631
|
-
""
|
6632
|
-
],
|
6633
|
-
"Scan remote": [
|
6634
|
-
""
|
6635
|
-
],
|
6636
6483
|
"Schema version 1": [
|
6637
6484
|
""
|
6638
6485
|
],
|
@@ -6859,7 +6706,7 @@
|
|
6859
6706
|
""
|
6860
6707
|
],
|
6861
6708
|
"Service Level %s": [
|
6862
|
-
"
|
6709
|
+
"Nivel de servicio %s"
|
6863
6710
|
],
|
6864
6711
|
"Service Level (SLA)": [
|
6865
6712
|
"Nivel de servicio %s (SLA)"
|
@@ -7014,9 +6861,6 @@
|
|
7014
6861
|
"Simplified": [
|
7015
6862
|
""
|
7016
6863
|
],
|
7017
|
-
"Single content view consisting of e.g. repositories": [
|
7018
|
-
""
|
7019
|
-
],
|
7020
6864
|
"Size of file to upload": [
|
7021
6865
|
"Tamaño del archivo a cargar"
|
7022
6866
|
],
|
@@ -7048,7 +6892,7 @@
|
|
7048
6892
|
"Sockets"
|
7049
6893
|
],
|
7050
6894
|
"Sockets: %s": [
|
7051
|
-
"
|
6895
|
+
"Enchufes: %s"
|
7052
6896
|
],
|
7053
6897
|
"Solution": [
|
7054
6898
|
"Solución"
|
@@ -7059,6 +6903,9 @@
|
|
7059
6903
|
"Solve dependencies": [
|
7060
6904
|
"Resolver dependencias"
|
7061
6905
|
],
|
6906
|
+
"Some environments are disabled because they are not associated with all of the affected hosts' content sources.": [
|
6907
|
+
""
|
6908
|
+
],
|
7062
6909
|
"Some environments are disabled because they are not associated with the host's content source.": [
|
7063
6910
|
""
|
7064
6911
|
],
|
@@ -7390,10 +7237,10 @@
|
|
7390
7237
|
"Añadido con éxito %{count} host(s) de contenido a la colección de hosts %{host_collection}."
|
7391
7238
|
],
|
7392
7239
|
"Successfully changed sync plan for %s product(s)": [
|
7393
|
-
"
|
7240
|
+
"Cambiado con éxito el plan de sincronización para %s producto(s)"
|
7394
7241
|
],
|
7395
7242
|
"Successfully initiated removal of %s product(s)": [
|
7396
|
-
"
|
7243
|
+
"Iniciada con éxito la retirada de los productos %s "
|
7397
7244
|
],
|
7398
7245
|
"Successfully refreshed.": [
|
7399
7246
|
""
|
@@ -7422,9 +7269,6 @@
|
|
7422
7269
|
"Supported Content Types": [
|
7423
7270
|
"Tipos de contenido admitidos"
|
7424
7271
|
],
|
7425
|
-
"Sync": [
|
7426
|
-
""
|
7427
|
-
],
|
7428
7272
|
"Sync Canceled": [
|
7429
7273
|
"Sincronización cancelada"
|
7430
7274
|
],
|
@@ -7479,9 +7323,6 @@
|
|
7479
7323
|
"Sync all repositories for a product": [
|
7480
7324
|
"Sincronizar todos los repositorios de un producto"
|
7481
7325
|
],
|
7482
|
-
"Sync capsule": [
|
7483
|
-
""
|
7484
|
-
],
|
7485
7326
|
"Sync complete.": [
|
7486
7327
|
"Sincronización completa."
|
7487
7328
|
],
|
@@ -7500,9 +7341,6 @@
|
|
7500
7341
|
"Sync state": [
|
7501
7342
|
""
|
7502
7343
|
],
|
7503
|
-
"Syncable export": [
|
7504
|
-
""
|
7505
|
-
],
|
7506
7344
|
"Synced": [
|
7507
7345
|
""
|
7508
7346
|
],
|
@@ -7612,7 +7450,7 @@
|
|
7612
7450
|
""
|
7613
7451
|
],
|
7614
7452
|
"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.": [
|
7615
|
-
"La acción solicitada en esta vista compuesta no
|
7453
|
+
"La acción solicitada en esta vista compuesta no puede realizarse hasta que todas las versiones de la vista de contenido del componente hayan sido promovidas al entorno de destino: %{env}. Esta restricción es opcional y puede modificarse en la página Administrador -> Configuración -> Contenido mediante el indicador restrict_composite_view."
|
7616
7454
|
],
|
7617
7455
|
"The actual file contents": [
|
7618
7456
|
"El contenido real del archivo"
|
@@ -7662,6 +7500,9 @@
|
|
7662
7500
|
"The following repositories provided in the import metadata have an incorrect content type or provider type. Make sure the export and import repositories are of the same type before importing\\n %{repos}": [
|
7663
7501
|
""
|
7664
7502
|
],
|
7503
|
+
"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.": [
|
7504
|
+
""
|
7505
|
+
],
|
7665
7506
|
"The id of the content source": [
|
7666
7507
|
""
|
7667
7508
|
],
|
@@ -7684,7 +7525,7 @@
|
|
7684
7525
|
""
|
7685
7526
|
],
|
7686
7527
|
"The manifest imported within Organization %{subject} is no longer valid. Please import a new manifest.": [
|
7687
|
-
"El manifiesto importado
|
7528
|
+
"El manifiesto importado en Organización %{subject} ya no es válido. Por favor, importe un nuevo manifiesto."
|
7688
7529
|
],
|
7689
7530
|
"The maximum number of second that Pulp can take to do a single sync operation, e.g., download a single metadata file.": [
|
7690
7531
|
""
|
@@ -7720,7 +7561,7 @@
|
|
7720
7561
|
"La página a la que intenta acceder requiere seleccionar una organización específica."
|
7721
7562
|
],
|
7722
7563
|
"The path %{real_path} does not seem to be a valid repository. If you think this is an error, please try refreshing your manifest.": [
|
7723
|
-
"La ruta %{real_path} no parece ser un repositorio válido. Si cree que
|
7564
|
+
"La ruta %{real_path} no parece ser un repositorio válido. Si cree que se trata de un error, intente actualizar su manifiesto."
|
7724
7565
|
],
|
7725
7566
|
"The promotion of %{content_view} to %{environment} has completed. %{count} errata are available to your hosts.": [
|
7726
7567
|
"La promoción de %{content_view} a %{environment} ha finalizado. Las erratas de %{count} están a disposición de sus anfitriones."
|
@@ -7765,7 +7606,7 @@
|
|
7765
7606
|
"La suscripción ya no está disponible"
|
7766
7607
|
],
|
7767
7608
|
"The synchronization of \\\"%s\\\" has completed. Below is a summary of new errata.": [
|
7768
|
-
"La sincronización de \\\"%s\\\" ha
|
7609
|
+
"La sincronización de \\\"%s\\\" ha finalizado. A continuación se ofrece un resumen de las nuevas erratas."
|
7769
7610
|
],
|
7770
7611
|
"The token key to use for authentication.": [
|
7771
7612
|
""
|
@@ -7828,7 +7669,7 @@
|
|
7828
7669
|
""
|
7829
7670
|
],
|
7830
7671
|
"There was an issue with the backend service %s: ": [
|
7831
|
-
"
|
7672
|
+
"Hubo un problema con el servicio backend %s: "
|
7832
7673
|
],
|
7833
7674
|
"There's no running synchronization for this smart proxy.": [
|
7834
7675
|
"No hay sincronización en marcha para este proxy inteligente."
|
@@ -8004,9 +7845,6 @@
|
|
8004
7845
|
"To manage packages, select an action.": [
|
8005
7846
|
""
|
8006
7847
|
],
|
8007
|
-
"Toggle": [
|
8008
|
-
""
|
8009
|
-
],
|
8010
7848
|
"Token/password for the flatpak remote": [
|
8011
7849
|
""
|
8012
7850
|
],
|
@@ -8125,7 +7963,7 @@
|
|
8125
7963
|
"Incapaz de conectar"
|
8126
7964
|
],
|
8127
7965
|
"Unable to connect. Got: %s": [
|
8128
|
-
"No se
|
7966
|
+
"No se puede conectar. Lo tengo: %s"
|
8129
7967
|
],
|
8130
7968
|
"Unable to create ContentViewEnvironment. Check the logs for more information.": [
|
8131
7969
|
""
|
@@ -8139,6 +7977,12 @@
|
|
8139
7977
|
"Unable to detect puppet path": [
|
8140
7978
|
"No se pudo detectar la ruta de Puppet"
|
8141
7979
|
],
|
7980
|
+
"Unable to find a content view with ID %s": [
|
7981
|
+
""
|
7982
|
+
],
|
7983
|
+
"Unable to find a lifecycle environment with ID %s": [
|
7984
|
+
""
|
7985
|
+
],
|
8142
7986
|
"Unable to find product '%s' in organization '%s'": [
|
8143
7987
|
""
|
8144
7988
|
],
|
@@ -8173,7 +8017,7 @@
|
|
8173
8017
|
""
|
8174
8018
|
],
|
8175
8019
|
"Unable to send errata e-mail notification: %{error}": [
|
8176
|
-
"No se puede enviar
|
8020
|
+
"No se puede enviar la notificación de errata por correo electrónico: %{error}"
|
8177
8021
|
],
|
8178
8022
|
"Unable to sync repo. This repository does not have a feed url.": [
|
8179
8023
|
"No se pudo sincronizar el repositorio. Este repositorio no tiene una URL de fuente."
|
@@ -8218,7 +8062,7 @@
|
|
8218
8062
|
"Ilimitado"
|
8219
8063
|
],
|
8220
8064
|
"Unregister host %s before assigning an organization": [
|
8221
|
-
"
|
8065
|
+
"Anular el registro del host %s antes de asignar una organización"
|
8222
8066
|
],
|
8223
8067
|
"Unregister the host as a subscription consumer": [
|
8224
8068
|
"Cancelar el registro del host como consumidor de suscripción"
|
@@ -8251,7 +8095,7 @@
|
|
8251
8095
|
"Actualizar anulaciones de contenidos"
|
8252
8096
|
],
|
8253
8097
|
"Update Content Overrides to %s": [
|
8254
|
-
"Actualizar
|
8098
|
+
"Actualizar las modificaciones de contenido a %s"
|
8255
8099
|
],
|
8256
8100
|
"Update Upstream Subscription": [
|
8257
8101
|
"Actualizar suscripción de canal ascendente"
|
@@ -8298,27 +8142,15 @@
|
|
8298
8142
|
"Update content counts for the smart proxy": [
|
8299
8143
|
""
|
8300
8144
|
],
|
8301
|
-
"Update content urls": [
|
8302
|
-
""
|
8303
|
-
],
|
8304
8145
|
"Update content view environments for host": [
|
8305
8146
|
""
|
8306
8147
|
],
|
8307
8148
|
"Update content view environments for host %s": [
|
8308
8149
|
""
|
8309
8150
|
],
|
8310
|
-
"Update distributions": [
|
8311
|
-
""
|
8312
|
-
],
|
8313
8151
|
"Update hosts manually": [
|
8314
8152
|
""
|
8315
8153
|
],
|
8316
|
-
"Update http proxy": [
|
8317
|
-
""
|
8318
|
-
],
|
8319
|
-
"Update http proxy details": [
|
8320
|
-
""
|
8321
|
-
],
|
8322
8154
|
"Update installed packages, enabled repos, module inventory": [
|
8323
8155
|
"Actualizar los paquetes instalados, los repositorios habilitados, el inventario de módulos"
|
8324
8156
|
],
|
@@ -8334,20 +8166,11 @@
|
|
8334
8166
|
"Update packages via Katello interface": [
|
8335
8167
|
""
|
8336
8168
|
],
|
8337
|
-
"Update redhat repository": [
|
8338
|
-
""
|
8339
|
-
],
|
8340
8169
|
"Update release version for host": [
|
8341
8170
|
"Actualizar versión de lanzamiento para el host"
|
8342
8171
|
],
|
8343
8172
|
"Update release version for host %s": [
|
8344
|
-
"Actualizar versión
|
8345
|
-
],
|
8346
|
-
"Update remote": [
|
8347
|
-
""
|
8348
|
-
],
|
8349
|
-
"Update repository": [
|
8350
|
-
""
|
8173
|
+
"Actualizar la versión del host %s"
|
8351
8174
|
],
|
8352
8175
|
"Update services requiring restart": [
|
8353
8176
|
"La actualización de servicios requiere el reinicio"
|
@@ -8439,12 +8262,6 @@
|
|
8439
8262
|
"Upload a subscription manifest": [
|
8440
8263
|
"Cargar un manifiesto de suscripción"
|
8441
8264
|
],
|
8442
|
-
"Upload content": [
|
8443
|
-
""
|
8444
|
-
],
|
8445
|
-
"Upload file": [
|
8446
|
-
""
|
8447
|
-
],
|
8448
8265
|
"Upload into": [
|
8449
8266
|
"Cargar a "
|
8450
8267
|
],
|
@@ -8454,9 +8271,6 @@
|
|
8454
8271
|
"Upload request id": [
|
8455
8272
|
"Cargar ID de solicitud"
|
8456
8273
|
],
|
8457
|
-
"Upload tag": [
|
8458
|
-
""
|
8459
|
-
],
|
8460
8274
|
"Upstream Candlepin": [
|
8461
8275
|
""
|
8462
8276
|
],
|
@@ -8571,9 +8385,6 @@
|
|
8571
8385
|
"Verify SSL": [
|
8572
8386
|
"Verificar SSL"
|
8573
8387
|
],
|
8574
|
-
"Verify checksum": [
|
8575
|
-
""
|
8576
|
-
],
|
8577
8388
|
"Verify checksum for content on smart proxy": [
|
8578
8389
|
""
|
8579
8390
|
],
|
@@ -8658,6 +8469,9 @@
|
|
8658
8469
|
"View content views": [
|
8659
8470
|
""
|
8660
8471
|
],
|
8472
|
+
"View details": [
|
8473
|
+
""
|
8474
|
+
],
|
8661
8475
|
"View documentation": [
|
8662
8476
|
""
|
8663
8477
|
],
|
@@ -8746,10 +8560,10 @@
|
|
8746
8560
|
"Sí"
|
8747
8561
|
],
|
8748
8562
|
"You are not allowed to promote to Environments %s": [
|
8749
|
-
"No
|
8563
|
+
"No está permitido ascender a Entornos %s"
|
8750
8564
|
],
|
8751
8565
|
"You are not allowed to publish Content View %s": [
|
8752
|
-
"No
|
8566
|
+
"No puede publicar la vista Contenido %s"
|
8753
8567
|
],
|
8754
8568
|
"You can check sync status for repositories only in the library lifecycle environment.'": [
|
8755
8569
|
"Solo puede comprobar el estado de la sincronización de los repositorios en el entorno del ciclo de vida de la biblioteca.'"
|
@@ -8782,13 +8596,13 @@
|
|
8782
8596
|
""
|
8783
8597
|
],
|
8784
8598
|
"You do not have permissions to delete %s": [
|
8785
|
-
"No
|
8599
|
+
"No tienes permisos para borrar %s"
|
8786
8600
|
],
|
8787
8601
|
"You have not set a default organization on the user %s.": [
|
8788
|
-
"No ha establecido una organización
|
8602
|
+
"No ha establecido una organización por defecto en el usuario %s."
|
8789
8603
|
],
|
8790
8604
|
"You have subscriptions expiring within %s days": [
|
8791
|
-
"Tiene suscripciones que vencen
|
8605
|
+
"Tiene suscripciones que vencen en %s días"
|
8792
8606
|
],
|
8793
8607
|
"You have unsaved changes. Do you want to exit without saving your changes?": [
|
8794
8608
|
"Tienes cambios no guardados. ¿Quiere salir sin guardar sus cambios?"
|
@@ -8797,16 +8611,16 @@
|
|
8797
8611
|
""
|
8798
8612
|
],
|
8799
8613
|
"You were not allowed to add %s": [
|
8800
|
-
"No se le
|
8614
|
+
"No se le permitió añadir %s"
|
8801
8615
|
],
|
8802
8616
|
"You were not allowed to change sync plan for %s": [
|
8803
|
-
"No se le
|
8617
|
+
"No se le permitió cambiar el plan de sincronización para %s"
|
8804
8618
|
],
|
8805
8619
|
"You were not allowed to delete %s": [
|
8806
|
-
"No se le
|
8620
|
+
"No se le permitió borrar %s"
|
8807
8621
|
],
|
8808
8622
|
"You were not allowed to sync %s": [
|
8809
|
-
"No se le
|
8623
|
+
"No se le permitió sincronizar %s"
|
8810
8624
|
],
|
8811
8625
|
"You're making changes to %(entitlementCount)s entitlement(s)": [
|
8812
8626
|
"Va a modificar los derechos de %(entitlementCount)s "
|
@@ -8931,6 +8745,9 @@
|
|
8931
8745
|
"are only allowed for Yum repositories.": [
|
8932
8746
|
""
|
8933
8747
|
],
|
8748
|
+
"assign a new content source to the hosts": [
|
8749
|
+
""
|
8750
|
+
],
|
8934
8751
|
"attempted to sync a non-library repository.": [
|
8935
8752
|
""
|
8936
8753
|
],
|
@@ -8986,7 +8803,7 @@
|
|
8986
8803
|
"no puede ser menor que uno"
|
8987
8804
|
],
|
8988
8805
|
"cannot be lower than current usage count (%s)": [
|
8989
|
-
"
|
8806
|
+
"no puede ser inferior al recuento de uso actual (%s)"
|
8990
8807
|
],
|
8991
8808
|
"cannot be nil": [
|
8992
8809
|
"No puede ser nulo"
|
@@ -9205,7 +9022,7 @@
|
|
9205
9022
|
"filtrar solo entornos que contengan este nombre"
|
9206
9023
|
],
|
9207
9024
|
"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.": [
|
9208
|
-
"para el repositorio '%{name}' no es único y no puede ser creado en '%{env}'. Su
|
9025
|
+
"para el repositorio '%{name}' no es único y no puede ser creado en '%{env}'. Su Nombre de repositorio contenedor (%{container_name}) entra en conflicto con un repositorio existente. Considere cambiar el Patrón de Nombre de Registro del Entorno del Ciclo de Vida a algo más específico."
|
9209
9026
|
],
|
9210
9027
|
"force content view promotion and bypass lifecycle environment restriction": [
|
9211
9028
|
"forzar promoción de vista de contenido e ignorar la restricción del entorno de ciclo de vida"
|
@@ -9226,7 +9043,7 @@
|
|
9226
9043
|
""
|
9227
9044
|
],
|
9228
9045
|
"host": [
|
9229
|
-
"
|
9046
|
+
""
|
9230
9047
|
],
|
9231
9048
|
"host collection name to filter by": [
|
9232
9049
|
"nombre de colección de hosts que va a filtrar"
|
@@ -9288,9 +9105,6 @@
|
|
9288
9105
|
"interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported.": [
|
9289
9106
|
"interpretar que el objeto especificado muestra solo los repositorios que pueden asociarse con el objeto especificado. Solo se admiten 'content_view' y 'content_view_version'."
|
9290
9107
|
],
|
9291
|
-
"invalid container image name": [
|
9292
|
-
""
|
9293
|
-
],
|
9294
9108
|
"invalid: Repositories can only require one OS version.": [
|
9295
9109
|
""
|
9296
9110
|
],
|
@@ -9367,7 +9181,7 @@
|
|
9367
9181
|
"Debe ser un valor entero positivo."
|
9368
9182
|
],
|
9369
9183
|
"must be one of the following: %s": [
|
9370
|
-
"debe ser uno de
|
9184
|
+
"debe ser uno de los siguientes: %s"
|
9371
9185
|
],
|
9372
9186
|
"must be one of: %s": [
|
9373
9187
|
""
|
@@ -9499,7 +9313,7 @@
|
|
9499
9313
|
"identificador numérico de producto"
|
9500
9314
|
],
|
9501
9315
|
"register_hostname_fact set for %s, but no fact found, or was localhost.": [
|
9502
|
-
"
|
9316
|
+
"register_hostname_fact establecido para %s, pero no se encontró ningún hecho, o era localhost."
|
9503
9317
|
],
|
9504
9318
|
"removing package group...": [
|
9505
9319
|
"Retirando grupo de paquetes..."
|
@@ -9595,7 +9409,7 @@
|
|
9595
9409
|
""
|
9596
9410
|
],
|
9597
9411
|
"the following attributes can not be updated for the Red Hat provider: [ %s ]": [
|
9598
|
-
"
|
9412
|
+
"los siguientes atributos no pueden ser actualizados para el proveedor Red Hat: [ %s ]"
|
9599
9413
|
],
|
9600
9414
|
"the host": [
|
9601
9415
|
""
|
@@ -9622,7 +9436,7 @@
|
|
9622
9436
|
"tipos de filtros"
|
9623
9437
|
],
|
9624
9438
|
"unknown permission for %s": [
|
9625
|
-
"
|
9439
|
+
"permiso desconocido para %s"
|
9626
9440
|
],
|
9627
9441
|
"unlimited": [
|
9628
9442
|
""
|